zh_HK.js 2.1 KB

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