admin-vben5/apps/web-antd/src/locales/langs/en-US.json

58 lines
1.4 KiB
JSON
Raw Normal View History

{
"page": {
"demos": {
"title": "Demos",
"antd": "Ant Design Vue"
}
},
"component": {
"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"
2024-09-10 08:57:38 +08:00
},
"tenantToggle": {
"placeholder": "Please select a tenant",
"switch": "Switch to tenant: ",
"reset": "Reset to default tenant"
2024-09-10 09:05:16 +08:00
},
"notice": {
"title": "Notice",
"received": "You have received a new message"
}
2024-09-10 08:37:46 +08:00
},
"pages": {
"common": {
"add": "Add",
"edit": "Edit",
"delete": "Delete",
"more": "More",
"search": "Search",
"reset": "Reset",
"import": "Import",
"export": "Export",
"expand": "Expand",
"collapse": "Collapse",
"info": "Info",
"clear": "Clear",
"unlock": "Unlock",
"download": "Download",
"sync": "Sync",
"refresh": "Refresh",
2024-09-13 09:56:05 +08:00
"generate": "Generate",
2024-09-23 22:11:31 +08:00
"downloadLoading": "Downloading... Please wait.",
"preview": "Preview"
2024-09-10 08:37:46 +08:00
}
}
}