common.ts 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. export default {
  2. okText: 'OK',
  3. closeText: 'Close',
  4. cancelText: 'Cancel',
  5. loadingText: 'Loading...',
  6. saveText: 'Save',
  7. delText: 'Delete',
  8. resetText: 'Reset',
  9. searchText: 'Search',
  10. queryText: 'Search',
  11. inputText: 'Please enter',
  12. chooseText: 'Please choose',
  13. redo: 'Refresh',
  14. back: 'Back',
  15. light: 'Light',
  16. dark: 'Dark',
  17. // noun
  18. on: 'On',
  19. off: 'Off',
  20. yes: 'Yes',
  21. no: 'No',
  22. started: 'Started',
  23. stopped: 'Stopped',
  24. action: 'Action',
  25. createTime: 'Create Time',
  26. updateTime: 'Update Time',
  27. deleteTime: 'Delete Time',
  28. successful: 'Successful',
  29. failed: 'Failed',
  30. sort: 'Sort',
  31. status: 'Status',
  32. remark: 'Remark',
  33. displayName: 'Display Name',
  34. title: 'Title',
  35. name: 'Name',
  36. description: 'Description',
  37. nonSelected: 'Please select',
  38. all: 'All',
  39. beginDate: 'Begin',
  40. endDate: 'End',
  41. key: 'Key',
  42. value: 'Value',
  43. source: 'Source',
  44. expiredAt: 'Expired Time',
  45. qrcode: 'QR code',
  46. // action
  47. start: 'Start',
  48. stop: 'Stop',
  49. edit: 'Edit',
  50. delete: 'Delete',
  51. submit: 'Submit',
  52. // notification
  53. deleteConfirm: 'Confirm the deletion?',
  54. operateSuccess: 'Successful operation',
  55. operateFailed: 'The operation failed',
  56. updateSuccess: 'Update successfully',
  57. updateFailed: 'Update failed',
  58. createSuccess: 'Create successfully',
  59. createFailed: 'Create failed',
  60. deleteSuccess: 'Delete successfully',
  61. deleteFailed: 'Delete failed',
  62. getInfoSuccess: 'Get information Successfully',
  63. getInfoFailed: 'Get information Failed',
  64. changeStatusSuccess: 'Change status successfully',
  65. changeStatusFailed: 'Change status failed',
  66. targetNotExist: 'Target does not exist',
  67. notAllowDelete: 'Disallow deletion of this object',
  68. notAllowDeleteAdminData: "Disallow deletion of administrator's data",
  69. notAllowChangeStatus: 'Disallow modification of status',
  70. notAllowSameAsParentId: 'The parent ID cannot be the same as its own ID',
  71. wrongFormat: 'Wrong format',
  72. required: 'Required',
  73. viewLog: 'View logs',
  74. };