ui.json 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111
  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. },
  12. "actionTitle": {
  13. "edit": "Modify {0}",
  14. "create": "Create {0}",
  15. "delete": "Delete {0}",
  16. "view": "View {0}"
  17. },
  18. "actionMessage": {
  19. "deleteConfirm": "Are you sure to delete {0}?",
  20. "deleting": "Deleting {0} ...",
  21. "deleteSuccess": "{0} deleted successfully",
  22. "operationSuccess": "Operation succeeded",
  23. "operationFailed": "Operation failed"
  24. },
  25. "placeholder": {
  26. "input": "Please enter",
  27. "select": "Please select"
  28. },
  29. "captcha": {
  30. "title": "Please complete the security verification",
  31. "sliderSuccessText": "Passed",
  32. "sliderDefaultText": "Slider and drag",
  33. "alt": "Supports img tag src attribute value",
  34. "sliderRotateDefaultTip": "Click picture to refresh",
  35. "sliderTranslateDefaultTip": "Click picture to refresh",
  36. "sliderRotateFailTip": "Validation failed",
  37. "sliderRotateSuccessTip": "Validation successful, time {0} seconds",
  38. "sliderTranslateFailTip": "Validation failed",
  39. "sliderTranslateSuccessTip": "Validation successful, time {0} seconds",
  40. "refreshAriaLabel": "Refresh captcha",
  41. "confirmAriaLabel": "Confirm selection",
  42. "confirm": "Confirm",
  43. "pointAriaLabel": "Click point",
  44. "clickInOrder": "Please click in order"
  45. },
  46. "iconPicker": {
  47. "placeholder": "Select an icon",
  48. "search": "Search icon..."
  49. },
  50. "jsonViewer": {
  51. "copy": "Copy",
  52. "copied": "Copied"
  53. },
  54. "fallback": {
  55. "pageNotFound": "Oops! Page Not Found",
  56. "pageNotFoundDesc": "Sorry, we couldn't find the page you were looking for.",
  57. "forbidden": "Oops! Access Denied",
  58. "forbiddenDesc": "Sorry, but you don't have permission to access this page.",
  59. "internalError": "Oops! Something Went Wrong",
  60. "internalErrorDesc": "Sorry, but the server encountered an error.",
  61. "offline": "Offline Page",
  62. "offlineError": "Oops! Network Error",
  63. "offlineErrorDesc": "Sorry, can't connect to the internet. Check your connection.",
  64. "comingSoon": "Coming Soon",
  65. "http": {
  66. "requestTimeout": "The request timed out. Please try again later.",
  67. "networkError": "A network error occurred. Please check your internet connection and try again.",
  68. "badRequest": "Bad Request. Please check your input and try again.",
  69. "unauthorized": "Unauthorized. Please log in to continue.",
  70. "forbidden": "Forbidden. You do not have permission to access this resource.",
  71. "notFound": "Not Found. The requested resource could not be found.",
  72. "internalServerError": "Internal Server Error. Something went wrong on our end. Please try again later."
  73. }
  74. },
  75. "widgets": {
  76. "document": "Document",
  77. "qa": "Q&A",
  78. "setting": "Settings",
  79. "logoutTip": "Do you want to logout?",
  80. "viewAll": "View All Messages",
  81. "notifications": "Notifications",
  82. "markAllAsRead": "Make All as Read",
  83. "clearNotifications": "Clear",
  84. "checkUpdatesTitle": "New Version Available",
  85. "checkUpdatesDescription": "Click to refresh and get the latest version",
  86. "search": {
  87. "title": "Search",
  88. "searchNavigate": "Search Navigation",
  89. "select": "Select",
  90. "navigate": "Navigate",
  91. "close": "Close",
  92. "noResults": "No Search Results Found",
  93. "noRecent": "No Search History",
  94. "recent": "Search History"
  95. },
  96. "lockScreen": {
  97. "title": "Lock Screen",
  98. "screenButton": "Locking",
  99. "password": "Password",
  100. "placeholder": "Please enter password",
  101. "unlock": "Click to unlock",
  102. "errorPasswordTip": "Password error, please re-enter",
  103. "backToLogin": "Back to login",
  104. "entry": "Enter the system"
  105. },
  106. "timezone": {
  107. "setTimezone": "Set Timezone",
  108. "setSuccess": "Timezone set successfully"
  109. }
  110. }
  111. }