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.

101 lines
2.3 KiB

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