| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164 |
- {
- "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",
- "sizeLimit": "The file size cannot exceed {0}MB",
- "previewWarning": "Unable to open the file, there is no available URL or preview address"
- },
- "actionTitle": {
- "edit": "Modify {0}",
- "create": "Create {0}",
- "delete": "Delete {0}",
- "view": "View {0}"
- },
- "actionMessage": {
- "deleteConfirm": "Are you sure to delete {0}?",
- "deleting": "Deleting {0} ...",
- "deleteSuccess": "{0} deleted successfully",
- "operationSuccess": "Operation succeeded",
- "operationFailed": "Operation failed"
- },
- "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",
- "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",
- "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": "Locking",
- "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"
- }
- }
- }
|