en.json 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108
  1. {
  2. "login": {
  3. "text": {
  4. "title": "System Login",
  5. "prompt": "If there is no administrator account, please create an administrator first..."
  6. },
  7. "field": {
  8. "username": "Account",
  9. "password": "Password",
  10. "captcha": "Captcha"
  11. },
  12. "button": {
  13. "login": "Log In"
  14. }
  15. },
  16. "topwindow": {
  17. "text": {
  18. "doc": "Admin doc",
  19. "plugin": "More admin plugin",
  20. "changeLanguage": "Language",
  21. "changePwd": "ChangePwd",
  22. "signOut": "Sign out"
  23. }
  24. },
  25. "index": {
  26. "text": {
  27. "prompt": "Main content, customizable content and style",
  28. "vesion": "The current version can be viewed in the console and package.json"
  29. }
  30. },
  31. "updatePwd": {
  32. "text": {
  33. "title": "Change Password"
  34. },
  35. "field": {
  36. "oldPassword": "Old password",
  37. "newPassword": "New password",
  38. "passwordConfirmation": "Confirm password"
  39. },
  40. "button": {
  41. "save": "Save",
  42. "back": "Back"
  43. }
  44. },
  45. "common": {
  46. "placeholder": {
  47. "query": "Enter search content"
  48. },
  49. "button": {
  50. "search": "Search",
  51. "add": "Add",
  52. "edit": "Edit",
  53. "delete": "Delete",
  54. "batchDelete": "Batch Delete",
  55. "exportExcel": "Export Excel",
  56. "submit": "Submit",
  57. "back": "Back",
  58. "tagManager": "Tag Manager",
  59. "publish": "Publish page management",
  60. "version": "version manager",
  61. "sendSMS": "Send SMS"
  62. },
  63. "empty": "No more data",
  64. "piecePerPage": "piece/page"
  65. },
  66. "user": {
  67. "text": {
  68. "userManager": "Users Manager"
  69. }
  70. },
  71. "role": {
  72. "text": {
  73. "roleManager": "Roles Manager"
  74. }
  75. },
  76. "permission": {
  77. "text": {
  78. "permissionManager": "Permissions Manager"
  79. }
  80. },
  81. "app": {
  82. "text": {
  83. "appManager": "App Manager",
  84. "describle": "Manage the apps that users can login"
  85. }
  86. },
  87. "menu": {
  88. "text": {
  89. "menuManager": "Menus Manager",
  90. "additiveMenu": "Additive Menu"
  91. },
  92. "button": {
  93. "addFirstLevelMenu": "Add First-level Menu",
  94. "addChildMenu": "Submenu",
  95. "updateBuiltInMenu": "Update built-in Menu"
  96. }
  97. },
  98. "demo": {
  99. "icons": {
  100. "title": "Icons",
  101. "describle": "Click icons to copy the icon code"
  102. },
  103. "table": {
  104. "title": "Table"
  105. }
  106. }
  107. }