component.json 3.7 KB

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