component.ts 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118
  1. export default {
  2. app: {
  3. searchNotData: 'No search results yet',
  4. toSearch: 'to search',
  5. toNavigate: 'to navigate',
  6. },
  7. countdown: {
  8. normalText: 'Get SMS code',
  9. sendText: 'Reacquire in {0}s',
  10. },
  11. cropper: {
  12. selectImage: 'Select Image',
  13. uploadSuccess: 'Uploaded success!',
  14. modalTitle: 'Avatar upload',
  15. okText: 'Confirm and upload',
  16. },
  17. drawer: {
  18. loadingText: 'Loading...',
  19. cancelText: 'Close',
  20. okText: 'Confirm',
  21. },
  22. excel: {
  23. exportModalTitle: 'Export data',
  24. fileType: 'File type',
  25. fileName: 'File name',
  26. },
  27. form: {
  28. putAway: 'Put away',
  29. unfold: 'Unfold',
  30. maxTip: 'The number of characters should be less than {0}',
  31. apiSelectNotFound: 'Wait for data loading to complete...',
  32. },
  33. icon: {
  34. placeholder: 'Click the select icon',
  35. search: 'Search icon',
  36. copy: 'Copy icon successfully!',
  37. },
  38. menu: {
  39. search: 'Menu search',
  40. },
  41. modal: {
  42. cancelText: 'Close',
  43. okText: 'Confirm',
  44. },
  45. table: {
  46. settingDens: 'Density',
  47. settingDensDefault: 'Default',
  48. settingDensMiddle: 'Middle',
  49. settingDensSmall: 'Compact',
  50. settingColumn: 'Column settings',
  51. settingColumnShow: 'Column display',
  52. settingIndexColumnShow: 'Index Column',
  53. settingSelectColumnShow: 'Selection Column',
  54. settingFixedLeft: 'Fixed Left',
  55. settingFixedRight: 'Fixed Right',
  56. settingFullScreen: 'Full Screen',
  57. index: 'Index',
  58. total: 'total of {total}',
  59. },
  60. time: {
  61. before: ' ago',
  62. after: ' after',
  63. just: 'just now',
  64. seconds: ' seconds',
  65. minutes: ' minutes',
  66. hours: ' hours',
  67. days: ' days',
  68. },
  69. tree: {
  70. selectAll: 'Select All',
  71. unSelectAll: 'Cancel Select',
  72. expandAll: 'Expand All',
  73. unExpandAll: 'Collapse all',
  74. checkStrictly: 'Hierarchical association',
  75. checkUnStrictly: 'Hierarchical independence',
  76. },
  77. upload: {
  78. save: 'Save',
  79. upload: 'Upload',
  80. imgUpload: 'ImageUpload',
  81. uploaded: 'Uploaded',
  82. operating: 'Operating',
  83. del: 'Delete',
  84. download: 'download',
  85. saveWarn: 'Please wait for the file to upload and save!',
  86. saveError: 'There is no file successfully uploaded and cannot be saved!',
  87. preview: 'Preview',
  88. choose: 'Select the file',
  89. accept: 'Support {0} format',
  90. acceptUpload: 'Only upload files in {0} format',
  91. maxSize: 'A single file does not exceed {0}MB ',
  92. maxSizeMultiple: 'Only upload files up to {0}MB!',
  93. maxNumber: 'Only upload up to {0} files',
  94. legend: 'Legend',
  95. fileName: 'File name',
  96. fileSize: 'File size',
  97. fileStatue: 'File status',
  98. startUpload: 'Start upload',
  99. uploadSuccess: 'Upload successfully',
  100. uploadError: 'Upload failed',
  101. uploading: 'Uploading',
  102. uploadWait: 'Please wait for the file upload to finish',
  103. reUploadFailed: 'Re-upload failed files',
  104. },
  105. verify: {
  106. error: 'verification failed!',
  107. time: 'The verification is successful and it takes {time} seconds!',
  108. redoTip: 'Click the picture to refresh',
  109. dragText: 'Hold down the slider and drag',
  110. successText: 'Verified',
  111. },
  112. };