ui.json 5.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164
  1. {
  2. "formRules": {
  3. "required": "Please enter {0}",
  4. "selectRequired": "Please select {0}",
  5. "minLength": "{0} must be at least {1} characters",
  6. "maxLength": "{0} can be at most {1} characters",
  7. "length": "{0} must be {1} characters long",
  8. "alreadyExists": "{0} `{1}` already exists",
  9. "startWith": "{0} must start with `{1}`",
  10. "invalidURL": "Please input a valid URL",
  11. "sizeLimit": "The file size cannot exceed {0}MB",
  12. "previewWarning": "Unable to open the file, there is no available URL or preview address"
  13. },
  14. "actionTitle": {
  15. "edit": "Modify {0}",
  16. "create": "Create {0}",
  17. "delete": "Delete {0}",
  18. "view": "View {0}"
  19. },
  20. "actionMessage": {
  21. "deleteConfirm": "Are you sure to delete {0}?",
  22. "deleting": "Deleting {0} ...",
  23. "deleteSuccess": "{0} deleted successfully",
  24. "operationSuccess": "Operation succeeded",
  25. "operationFailed": "Operation failed"
  26. },
  27. "placeholder": {
  28. "input": "Please enter",
  29. "select": "Please select",
  30. "upload": "Click to upload"
  31. },
  32. "captcha": {
  33. "title": "Please complete the security verification",
  34. "sliderSuccessText": "Passed",
  35. "sliderDefaultText": "Slider and drag",
  36. "alt": "Supports img tag src attribute value",
  37. "sliderRotateDefaultTip": "Click picture to refresh",
  38. "sliderTranslateDefaultTip": "Click picture to refresh",
  39. "sliderRotateFailTip": "Validation failed",
  40. "sliderRotateSuccessTip": "Validation successful, time {0} seconds",
  41. "sliderTranslateFailTip": "Validation failed",
  42. "sliderTranslateSuccessTip": "Validation successful, time {0} seconds",
  43. "refreshAriaLabel": "Refresh captcha",
  44. "confirmAriaLabel": "Confirm selection",
  45. "confirm": "Confirm",
  46. "pointAriaLabel": "Click point",
  47. "clickInOrder": "Please click in order"
  48. },
  49. "iconPicker": {
  50. "placeholder": "Select an icon",
  51. "search": "Search icon..."
  52. },
  53. "jsonViewer": {
  54. "copy": "Copy",
  55. "copied": "Copied"
  56. },
  57. "crop": {
  58. "title": "Image Cropping",
  59. "titleTip": "Cropping Ratio {0}",
  60. "confirm": "Crop",
  61. "cancel": "Cancel cropping",
  62. "errorTip": "Cropping error"
  63. },
  64. "tiptap": {
  65. "placeholder": "Please enter content...",
  66. "prompts": {
  67. "image": "Enter image URL",
  68. "link": "Enter link URL"
  69. },
  70. "toolbar": {
  71. "bold": "Bold",
  72. "italic": "Italic",
  73. "underline": "Underline",
  74. "strike": "Strike",
  75. "code": "Code",
  76. "codeBlock": "Code Block",
  77. "heading": "Heading",
  78. "paragraph": "Paragraph",
  79. "heading1": "H1",
  80. "heading2": "H2",
  81. "heading3": "H3",
  82. "heading4": "H4",
  83. "bulletList": "Bullets",
  84. "orderedList": "Numbering",
  85. "blockquote": "Quote",
  86. "link": "Link",
  87. "unlink": "Unlink",
  88. "image": "Image",
  89. "imageUrl": "Image URL",
  90. "imageUpload": "Upload Image",
  91. "textColor": "Text Color",
  92. "highlightColor": "Highlight Color",
  93. "alignLeft": "Left",
  94. "alignCenter": "Center",
  95. "alignRight": "Right",
  96. "preview": "Preview",
  97. "undo": "Undo",
  98. "redo": "Redo",
  99. "clear": "Clear"
  100. },
  101. "upload": {
  102. "fileTooLarge": "File size exceeds the limit",
  103. "fileTypeNotAllowed": "File type is not allowed",
  104. "uploadFailed": "Upload Failed"
  105. }
  106. },
  107. "fallback": {
  108. "pageNotFound": "Oops! Page Not Found",
  109. "pageNotFoundDesc": "Sorry, we couldn't find the page you were looking for.",
  110. "forbidden": "Oops! Access Denied",
  111. "forbiddenDesc": "Sorry, but you don't have permission to access this page.",
  112. "internalError": "Oops! Something Went Wrong",
  113. "internalErrorDesc": "Sorry, but the server encountered an error.",
  114. "offline": "Offline Page",
  115. "offlineError": "Oops! Network Error",
  116. "offlineErrorDesc": "Sorry, can't connect to the internet. Check your connection.",
  117. "comingSoon": "Coming Soon",
  118. "http": {
  119. "requestTimeout": "The request timed out. Please try again later.",
  120. "networkError": "A network error occurred. Please check your internet connection and try again.",
  121. "badRequest": "Bad Request. Please check your input and try again.",
  122. "unauthorized": "Unauthorized. Please log in to continue.",
  123. "forbidden": "Forbidden. You do not have permission to access this resource.",
  124. "notFound": "Not Found. The requested resource could not be found.",
  125. "internalServerError": "Internal Server Error. Something went wrong on our end. Please try again later."
  126. }
  127. },
  128. "widgets": {
  129. "document": "Document",
  130. "qa": "Q&A",
  131. "setting": "Settings",
  132. "logoutTip": "Do you want to logout?",
  133. "viewAll": "View All Messages",
  134. "notifications": "Notifications",
  135. "markAllAsRead": "Make All as Read",
  136. "clearNotifications": "Clear",
  137. "checkUpdatesTitle": "New Version Available",
  138. "checkUpdatesDescription": "Click to refresh and get the latest version",
  139. "search": {
  140. "title": "Search",
  141. "searchNavigate": "Search Navigation",
  142. "select": "Select",
  143. "navigate": "Navigate",
  144. "close": "Close",
  145. "noResults": "No Search Results Found",
  146. "noRecent": "No Search History",
  147. "recent": "Search History"
  148. },
  149. "lockScreen": {
  150. "title": "Lock Screen",
  151. "screenButton": "Locking",
  152. "password": "Password",
  153. "placeholder": "Please enter password",
  154. "unlock": "Click to unlock",
  155. "errorPasswordTip": "Password error, please re-enter",
  156. "backToLogin": "Back to login",
  157. "entry": "Enter the system"
  158. },
  159. "timezone": {
  160. "setTimezone": "Set Timezone",
  161. "setSuccess": "Timezone set successfully"
  162. }
  163. }
  164. }