zh-CN.json 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118
  1. {
  2. "menu": {
  3. "main": "主导航",
  4. "lang": "语言",
  5. "dashboard": "仪表盘",
  6. "search.placeholder": "搜索监控:名称、IP等",
  7. "fullscreen": "全屏",
  8. "fullscreen.exit": "退出全屏",
  9. "clear.local.storage": "清理本地缓存",
  10. "monitor": {
  11. "": "监控",
  12. "service": "应用服务监控",
  13. "db": "数据库监控",
  14. "os": "操作系统监控",
  15. "mid": "中间件监控"
  16. },
  17. "account": {
  18. "": "个人页",
  19. "center": "个人中心",
  20. "settings": "账户设置",
  21. "security": "安全设置",
  22. "binding": "账号绑定",
  23. "trigger": "触发错误",
  24. "logout": "退出登录"
  25. },
  26. "alert": {
  27. "": "告警",
  28. "center": "告警中心",
  29. "setting": "告警配置",
  30. "dispatch": "告警通知"
  31. },
  32. "extras": {
  33. "": "更多",
  34. "help": "帮助中心",
  35. "setting": "设置"
  36. },
  37. "more": "更多"
  38. },
  39. "monitor": {
  40. "": "监控",
  41. "category": {
  42. "": "监控类别",
  43. "service": "应用服务",
  44. "db": "数据库",
  45. "os": "操作系统",
  46. "mid": "中间件"
  47. },
  48. "app": {
  49. "": "监控类型",
  50. "website": "网站监测",
  51. "api": "HTTP API",
  52. "http": "HTTP API",
  53. "ping": "PING连通性",
  54. "port": "端口可用性",
  55. "mysql": "Mysql",
  56. "oracle": "Oracle",
  57. "redis": "Redis"
  58. }
  59. },
  60. "alert": {
  61. "": "告警",
  62. "status": {
  63. "": "告警状态",
  64. "0": "待处理",
  65. "2": "已恢复",
  66. "3": "已处理"
  67. },
  68. "priority": {
  69. "": "告警级别",
  70. "0": "紧急告警",
  71. "1": "严重告警",
  72. "2": "警告告警"
  73. }
  74. },
  75. "app.lock": "锁屏",
  76. "app.login.message-need-identifier": "请输入邮箱或手机号",
  77. "app.login.message-need-credential": "请输入密码",
  78. "app.login.message-invalid-credentials": "账户或密码错误",
  79. "app.login.message-invalid-verification-code": "验证码错误",
  80. "app.login.tab-login-credentials": "账户密码登录",
  81. "app.login.tab-login-mobile": "手机号登录",
  82. "app.login.remember-me": "自动登录",
  83. "app.login.forgot-password": "忘记密码",
  84. "app.login.sign-in-with": "其他登录方式",
  85. "app.login.signup": "注册账户",
  86. "app.login.login": "登录",
  87. "app.password.forgot": "忘记密码",
  88. "app.password.reset": "重置密码",
  89. "app.register.register": "注册",
  90. "app.register.get-verification-code": "获取验证码",
  91. "app.register.sign-in": "使用已有账户登录",
  92. "app.register-result.msg": "你的账户:{{email}} 注册成功",
  93. "app.register-result.activation-email":
  94. "额外赠送监控额度邮件已发送到你的邮箱中。请及时登录邮箱,点击邮件中的链接领取。",
  95. "app.register-result.login": "开始登陆",
  96. "app.register-result.back-home": "返回首页",
  97. "app.register-result.view-mailbox": "查看邮箱",
  98. "validation.email.required": "请输入邮箱地址!",
  99. "validation.email.wrong-format": "邮箱地址格式错误!",
  100. "validation.email.invalid": "无效的邮箱地址!",
  101. "validation.phone.invalid": "无效的手机号!",
  102. "validation.verification-code.invalid": "无效的验证码,应是6位数字!",
  103. "validation.password.required": "请输入密码!",
  104. "validation.password.twice": "两次输入的密码不匹配!",
  105. "validation.password.strength.msg": "请至少输入 6 个字符。请不要使用容易被猜到的密码。",
  106. "validation.password.strength.strong": "强度:强",
  107. "validation.password.strength.medium": "强度:中",
  108. "validation.password.strength.short": "强度:太短",
  109. "validation.confirm-password.required": "请确认密码!",
  110. "validation.phone-number.required": "请输入手机号!",
  111. "validation.phone-number.wrong-format": "手机号格式错误!",
  112. "validation.verification-code.required": "请输入验证码!",
  113. "validation.title.required": "请输入标题",
  114. "validation.date.required": "请选择起止日期",
  115. "validation.goal.required": "请输入目标描述",
  116. "validation.standard.required": "请输入衡量标准",
  117. "validation.required": "请填充必填项! "
  118. }