zh_CN.js 2.0 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;");