You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

91 lines
2.0 KiB

7 months ago
7 months ago
7 months ago
7 months ago
7 months ago
7 months ago
7 months ago
7 months ago
7 months ago
  1. import antdEN from 'antd/locale/en_US'
  2. import menus from './pages/system/menus/en-US'
  3. import roles from './pages/system/roles/en-US'
  4. export default {
  5. ...antdEN,
  6. error: {
  7. '404': {
  8. title: 'not fund',
  9. message: 'Sorry, not found this page.'
  10. },
  11. '403': {
  12. title: 'not authorized',
  13. message: 'Sorry, you are not authorized to access this page.'
  14. },
  15. 'error': {
  16. title: 'error info',
  17. },
  18. },
  19. route: {
  20. goBack: 'Go Back',
  21. },
  22. app: {
  23. header: {
  24. logout: 'logout',
  25. }
  26. },
  27. login: {
  28. title: 'Account Password Login',
  29. username: 'Username',
  30. usernameMsg: 'Please enter your username',
  31. password: 'Password',
  32. passwordMsg: 'Please enter your password',
  33. code: 'Verification Code',
  34. codeMsg: 'Please enter the verification code',
  35. submit: 'Login',
  36. success: 'Login success'
  37. },
  38. home: {
  39. welcome: 'Welcome to'
  40. },
  41. system: {
  42. menus,
  43. roles,
  44. },
  45. actions: {
  46. news: 'Add newly',
  47. add: 'Add',
  48. cancel: 'Cancel',
  49. ok: 'OK',
  50. edit: 'Edit',
  51. delete: 'Delete',
  52. batchDel: 'Batch Delete',
  53. reset: 'Reset',
  54. clear: 'Clear',
  55. close: 'Close',
  56. },
  57. message: {
  58. infoTitle: 'Hint',
  59. errorTitle: 'Error',
  60. successTitle: 'Success',
  61. warningTitle: 'Warning',
  62. batchDelete: 'Are you sure to delete the selected data?',
  63. deleteConfirm: 'Are you sure to delete it?',
  64. success: 'Submission successfully',
  65. deleteSuccess: 'Delete successfully',
  66. fail: 'Submission failed',
  67. saveSuccess: 'Save successfully',
  68. saveFail: 'Save failed',
  69. emptyData: 'No Data',
  70. emptyDataAdd: 'No data at present, click to add',
  71. required: 'This item is a required field',
  72. },
  73. errorTitle: 'Error',
  74. successTitle: 'Success',
  75. success: 'Submit Success',
  76. fail: 'Submit Fail',
  77. saveSuccess: 'Save Success',
  78. saveFail: 'Save Fail',
  79. tabs: {
  80. refresh: 'Refresh',
  81. maximize: 'Maximize',
  82. closeCurrent: 'Close current',
  83. closeLeft: 'Close Left',
  84. closeRight: 'Close Right',
  85. closeOther: 'Close other',
  86. closeAll: 'Close All'
  87. }
  88. }