gaoluyang
2026-06-24 712aa51536236d43e87273e4ce45ac5691dffad8
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
{
  "formRules": {
    "required": "Please enter {0}",
    "selectRequired": "Please select {0}",
    "minLength": "{0} must be at least {1} characters",
    "maxLength": "{0} can be at most {1} characters",
    "length": "{0} must be {1} characters long",
    "alreadyExists": "{0} `{1}` already exists",
    "startWith": "{0} must start with `{1}`",
    "invalidURL": "Please input a valid URL",
    "mobile": "Please input a valid {0}",
    "sizeLimit": "The file size cannot exceed {0}MB",
    "previewWarning": "Unable to open the file, there is no available URL or preview address"
  },
  "actionTitle": {
    "copy": "Copy {0}",
    "cancel": "Cancel {0}",
    "edit": "Modify {0}",
    "create": "Create {0}",
    "delete": "Delete {0}",
    "deleteBatch": "Delete Batch",
    "detail": "Detail {0}",
    "view": "View {0}",
    "import": "Import",
    "export": "Export"
  },
  "actionMessage": {
    "deleteConfirm": "Are you sure to delete {0}?",
    "deleteBatchConfirm": "Are you sure to delete selected items?",
    "deleting": "Deleting {0} ...",
    "deletingBatch": "Deleting selected ...",
    "deleteSuccess": "{0} deleted successfully",
    "deleteFailed": "{0} deleted failed",
    "operationSuccess": "Operation succeeded",
    "operationFailed": "Operation failed",
    "importSuccess": "Import succeeded",
    "importFail": "Import failed",
    "downloadTemplateFail": "Download template failed",
    "updating": "Updating {0}...",
    "updateSuccess": "Update {0} successfully",
    "updateFailed": "Update {0} failed",
    "closing": "Closing {0} ...",
    "closeSuccess": "{0} closed successfully"
  },
  "placeholder": {
    "input": "Please enter",
    "select": "Please select",
    "upload": "Click to upload"
  },
  "captcha": {
    "title": "Please complete the security verification",
    "sliderSuccessText": "Passed",
    "sliderDefaultText": "Slider and drag",
    "alt": "Supports img tag src attribute value",
    "sliderRotateDefaultTip": "Click picture to refresh",
    "sliderTranslateDefaultTip": "Click picture to refresh",
    "sliderRotateFailTip": "Validation failed",
    "sliderRotateSuccessTip": "Validation successful, time {0} seconds",
    "sliderTranslateFailTip": "Validation failed",
    "sliderTranslateSuccessTip": "Validation successful, time {0} seconds",
    "refreshAriaLabel": "Refresh captcha",
    "confirmAriaLabel": "Confirm selection",
    "confirm": "Confirm",
    "pointAriaLabel": "Click point",
    "clickInOrder": "Please click in order"
  },
  "iconPicker": {
    "placeholder": "Select an icon",
    "search": "Search icon..."
  },
  "jsonViewer": {
    "copy": "Copy",
    "copied": "Copied"
  },
  "crop": {
    "title": "Image Cropping",
    "titleTip": "Cropping Ratio {0}",
    "confirm": "Crop",
    "cancel": "Cancel cropping",
    "errorTip": "Cropping error"
  },
  "tiptap": {
    "placeholder": "Please enter content...",
    "prompts": {
      "image": "Enter image URL",
      "link": "Enter link URL"
    },
    "toolbar": {
      "bold": "Bold",
      "italic": "Italic",
      "underline": "Underline",
      "strike": "Strike",
      "code": "Code",
      "codeBlock": "Code Block",
      "heading": "Heading",
      "paragraph": "Paragraph",
      "heading1": "H1",
      "heading2": "H2",
      "heading3": "H3",
      "heading4": "H4",
      "bulletList": "Bullets",
      "orderedList": "Numbering",
      "blockquote": "Quote",
      "link": "Link",
      "unlink": "Unlink",
      "image": "Image",
      "imageUrl": "Image URL",
      "imageUpload": "Upload Image",
      "textColor": "Text Color",
      "highlightColor": "Highlight Color",
      "alignLeft": "Left",
      "alignCenter": "Center",
      "alignRight": "Right",
      "preview": "Preview",
      "undo": "Undo",
      "redo": "Redo",
      "clear": "Clear"
    },
    "upload": {
      "fileTooLarge": "File size exceeds the limit",
      "fileTypeNotAllowed": "File type is not allowed",
      "onlySingleImage": "Only single image upload is supported, the first one is selected",
      "uploadFailed": "Upload Failed"
    }
  },
  "fallback": {
    "pageNotFound": "Oops! Page Not Found",
    "pageNotFoundDesc": "Sorry, we couldn't find the page you were looking for.",
    "forbidden": "Oops! Access Denied",
    "forbiddenDesc": "Sorry, but you don't have permission to access this page.",
    "internalError": "Oops! Something Went Wrong",
    "internalErrorDesc": "Sorry, but the server encountered an error.",
    "offline": "Offline Page",
    "offlineError": "Oops! Network Error",
    "offlineErrorDesc": "Sorry, can't connect to the internet. Check your connection.",
    "comingSoon": "Coming Soon",
    "http": {
      "requestTimeout": "The request timed out. Please try again later.",
      "networkError": "A network error occurred. Please check your internet connection and try again.",
      "badRequest": "Bad Request. Please check your input and try again.",
      "unauthorized": "Unauthorized. Please log in to continue.",
      "forbidden": "Forbidden. You do not have permission to access this resource.",
      "notFound": "Not Found. The requested resource could not be found.",
      "internalServerError": "Internal Server Error. Something went wrong on our end. Please try again later."
    }
  },
  "widgets": {
    "document": "Document",
    "profile": "Profile",
    "qa": "Q&A",
    "setting": "Settings",
    "logoutTip": "Do you want to logout?",
    "viewAll": "View All Messages",
    "notifications": "Notifications",
    "markAllAsRead": "Make All as Read",
    "clearNotifications": "Clear",
    "checkUpdatesTitle": "New Version Available",
    "checkUpdatesDescription": "Click to refresh and get the latest version",
    "search": {
      "title": "Search",
      "searchNavigate": "Search Navigation",
      "select": "Select",
      "navigate": "Navigate",
      "close": "Close",
      "noResults": "No Search Results Found",
      "noRecent": "No Search History",
      "recent": "Search History"
    },
    "lockScreen": {
      "title": "Lock Screen",
      "screenButton": "Unlock",
      "password": "Password",
      "placeholder": "Please enter password",
      "unlock": "Click to unlock",
      "errorPasswordTip": "Password error, please re-enter",
      "backToLogin": "Back to login",
      "entry": "Enter the system"
    },
    "timezone": {
      "setTimezone": "Set Timezone",
      "setSuccess": "Timezone set successfully"
    }
  },
  "upload": {
    "upload": "Upload",
    "imgUpload": "ImageUpload",
    "accept": "Support {0} format",
    "acceptUpload": "Only upload files in {0} format",
    "maxSize": "A single file does not exceed {0}MB",
    "maxSizeMultiple": "Only upload files up to {0}MB!",
    "maxNumber": "Only upload up to {0} files",
    "uploadSuccess": "Upload successfully",
    "uploadError": "Upload failed",
    "imgUploading": "Image sending, please wait..."
  },
  "cropper": {
    "selectImage": "Select Image",
    "uploadSuccess": "Uploaded success!",
    "imageTooBig": "Image too big",
    "modalTitle": "Avatar upload",
    "okText": "Confirm and upload",
    "btn_reset": "Reset",
    "btn_rotate_left": "Counterclockwise rotation",
    "btn_rotate_right": "Clockwise rotation",
    "btn_scale_x": "Flip horizontal",
    "btn_scale_y": "Flip vertical",
    "btn_zoom_in": "Zoom in",
    "btn_zoom_out": "Zoom out",
    "preview": "Preview"
  }
}