zh-CN.json 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  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. "trigger": "触发错误",
  22. "logout": "退出登录"
  23. },
  24. "alert": {
  25. "": "告警",
  26. "center": "告警中心",
  27. "setting": "告警配置",
  28. "dispatch": "告警转发"
  29. },
  30. "more": "更多"
  31. },
  32. "monitor": {
  33. "": "监控",
  34. "category": {
  35. "": "监控类别",
  36. "service": "应用服务",
  37. "db": "数据库",
  38. "os": "操作系统",
  39. "mid": "中间件"
  40. },
  41. "app": {
  42. "": "监控类型",
  43. "website": "网站监测",
  44. "api": "HTTP API",
  45. "http": "HTTP API",
  46. "ping": "PING连通性",
  47. "telnet": "Telnet端口可用性",
  48. "mysql": "Mysql",
  49. "oracle": "Oracle",
  50. "redis": "Redis"
  51. }
  52. },
  53. "app.lock": "锁屏",
  54. "app.login.message-invalid-credentials": "账户或密码错误(admin/ant.design)",
  55. "app.login.message-invalid-verification-code": "验证码错误",
  56. "app.login.tab-login-credentials": "账户密码登录",
  57. "app.login.tab-login-mobile": "手机号登录",
  58. "app.login.remember-me": "自动登录",
  59. "app.login.forgot-password": "忘记密码",
  60. "app.login.sign-in-with": "其他登录方式",
  61. "app.login.signup": "注册账户",
  62. "app.login.login": "登录",
  63. "app.register.register": "注册",
  64. "app.register.get-verification-code": "获取验证码",
  65. "app.register.sign-in": "使用已有账户登录",
  66. "app.register-result.msg": "你的账户:{{email}} 注册成功",
  67. "app.register-result.activation-email":
  68. "激活邮件已发送到你的邮箱中,邮件有效期为24小时。请及时登录邮箱,点击邮件中的链接激活帐户。",
  69. "app.register-result.back-home": "返回首页",
  70. "app.register-result.view-mailbox": "查看邮箱",
  71. "validation.email.required": "请输入邮箱地址!",
  72. "validation.email.wrong-format": "邮箱地址格式错误!",
  73. "validation.password.required": "请输入密码!",
  74. "validation.password.twice": "两次输入的密码不匹配!",
  75. "validation.password.strength.msg": "请至少输入 6 个字符。请不要使用容易被猜到的密码。",
  76. "validation.password.strength.strong": "强度:强",
  77. "validation.password.strength.medium": "强度:中",
  78. "validation.password.strength.short": "强度:太短",
  79. "validation.confirm-password.required": "请确认密码!",
  80. "validation.phone-number.required": "请输入手机号!",
  81. "validation.phone-number.wrong-format": "手机号格式错误!",
  82. "validation.verification-code.required": "请输入验证码!",
  83. "validation.title.required": "请输入标题",
  84. "validation.date.required": "请选择起止日期",
  85. "validation.goal.required": "请输入目标描述",
  86. "validation.standard.required": "请输入衡量标准"
  87. }