component.ts 2.9 KB

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