zh_HK.js 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. OC.L10N.register(
  2. "user_status",
  3. {
  4. "Recent statuses" : "最近的狀態",
  5. "In a meeting" : "會議中",
  6. "Commuting" : "通勤中",
  7. "Out sick" : "生病了 ",
  8. "Vacationing" : "休假中",
  9. "Working remotely" : "遠程工作中",
  10. "In a call" : "通話中",
  11. "User status" : "用戶狀態",
  12. "View profile" : "查看個人資料",
  13. "Clear status after" : "繼此之後清空狀態",
  14. "What is your status?" : "您目前的狀態是什麼呢?",
  15. "Set status" : "設定狀態",
  16. "Online status" : "線上狀態",
  17. "Status message" : "狀態訊息",
  18. "Clear status message" : "清空狀態訊息",
  19. "Set status message" : "設定狀態訊息",
  20. "There was an error saving the status" : "儲存狀態時發生錯誤",
  21. "There was an error clearing the status" : "變更狀態時發生錯誤",
  22. "No recent status changes" : "最近沒有狀態變更",
  23. "Away" : "離開",
  24. "Do not disturb" : "請勿打擾",
  25. "{status}, {timestamp}" : "{status},{timestamp}",
  26. "Don't clear" : "不要清空",
  27. "Today" : "今日",
  28. "This week" : "本星期",
  29. "Online" : "在線",
  30. "Invisible" : "隱藏",
  31. "Offline" : "離線",
  32. "There was an error saving the new status" : "儲存新狀態時發生錯誤",
  33. "30 minutes" : "30分鐘",
  34. "1 hour" : "1 小時",
  35. "4 hours" : "4 小時",
  36. "Mute all notifications" : "靜音所有通知",
  37. "Appear offline" : "顯示為離線",
  38. "Clear status message after" : "繼此之後清空狀態訊息"
  39. },
  40. "nplurals=1; plural=0;");