jobsys-newbie
Version:
Enhanced component based on ant-design-vue
97 lines • 3.44 kB
JSON
{
"common": {
"yes": "Yes",
"no": "No",
"actions": "Actions",
"add": "Add",
"delete": "Delete",
"edit": "Edit",
"save": "Save",
"confirm": "Confirm",
"cancel": "Cancel",
"close": "Close",
"clear": "Clear",
"more": "More",
"action-prompt": "Tips",
"close-confirm": "Are you sure you want to close?",
"delete-confirm": "Are you sure you want to delete this item`?",
"cancel-confirm": "Are you sure you want to cancel this action?",
"edit-confirm": "Are you sure you want to edit this item?",
"save-confirm": "Are you sure you want to save this item?",
"save-success": "Save success",
"save-error": "Save error",
"delete-success": "Delete success",
"delete-error": "Delete error",
"success": "Success",
"error": "Error",
"fail": "Fail",
"loading": "Loading",
"loading-finished": "Finished",
"data": "Data",
"no-data": "No data",
"content": "Content",
"no-content": "No content",
"search": "Search",
"start": "Start",
"end": "End"
},
"form": {
"please-select": "Please select {title}",
"please-input": "Please input {title}",
"please-upload": "Please upload {title}",
"search-placeholder": "Please enter search content",
"upload": "Upload",
"upload-fail": "Upload fail",
"upload-size-limit": "Exceeded the server upload attachment size limit",
"upload-size-max": "The maximum file size you can upload is {size}MB",
"upload-num-max": "You can only upload up to {num} files",
"options": "Options",
"title": "Title",
"row-title": "Row title",
"scale": "Scale",
"attachment": "Attachment"
},
"search": {
"equal": "Equal to",
"not-equal": "Not equal to",
"include": "Include",
"exclude": "Exclude",
"include-sub": "Include sub-level",
"less-than": "Less than",
"greater-than": "Greater than",
"between": "Between",
"null": "Null",
"not-null": "Not null",
"multiple-choice-available": "Multiple choice available",
"start-time": "Start time",
"end-time": "End time",
"last-week": "Last week",
"last-month": "Last month",
"past-week": "Past week",
"past-two-weeks": "Past two weeks",
"past-month": "Past month",
"past-days": "Past {days} days",
"textarea-placeholder": "Search {title},one per line",
"sort-setting": "Sort setting",
"toggle-more": "Show/Hide More Search Options",
"collapse": "Collapse",
"clear-all-search-items": "Clear all search items",
"search-items": "Search",
"item-unit": "item",
"items-unit": "items",
"sortable-items": "Sortable items",
"sorted-items": "Sorted items",
"select-sorting-item": "Please select sorting items",
"ascending": "Ascending",
"descending": "Descending",
"remove-item": "Remove sorting item"
},
"table": {
"editable": "Editable",
"total": "Total {total}",
"custom": "Custom",
"select-all": "Select all",
"unselect-all": "Unselect all",
"attachment": "Attachment {title}"
}
}