en.json 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105
  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. },
  62. "empty": "No more data",
  63. "piecePerPage": "piece/page"
  64. },
  65. "user": {
  66. "text": {
  67. "userManager": "Users Manager"
  68. }
  69. },
  70. "role": {
  71. "text": {
  72. "roleManager": "Roles Manager"
  73. }
  74. },
  75. "permission": {
  76. "text": {
  77. "permissionManager": "Permissions Manager"
  78. }
  79. },
  80. "app": {
  81. "text": {
  82. "appManager": "App Manager",
  83. "describle": "Manage the apps that users can login"
  84. }
  85. },
  86. "menu": {
  87. "text": {
  88. "menuManager": "Menus Manager",
  89. "additiveMenu": "Additive Menu"
  90. },
  91. "button": {
  92. "addFirstLevelMenu": "Add First-level Menu",
  93. "addChildMenu": "Submenu"
  94. }
  95. },
  96. "demo": {
  97. "icons": {
  98. "title": "Icons",
  99. "describle": "Click icons to copy the icon code"
  100. },
  101. "table": {
  102. "title": "Table"
  103. }
  104. }
  105. }