@aplus-frontend/ui
Version:
183 lines (182 loc) • 5.63 kB
JavaScript
import e from "vxe-table/es/locale/lang/en-US";
const a = {
name: "en",
ap: {
common: {
okText: "OK",
cancelText: "Cancel",
resetText: "Reset",
queryText: "Search",
expandText: "Unfold",
closeText: "Put away",
inputText: "Please enter",
chooseText: "Please choose",
redo: "Refresh",
back: "Back",
more: "More",
all: "All"
},
field: {
startDateText: "Start date",
endDateText: "End date",
today: "Today",
yesterday: "Yesterday",
thisWeek: "This week",
lastWeek: "Last week",
thisMonth: "This month",
lastMonth: "Last month",
thisYear: "This year",
lastYear: "Last year",
lastXDays: "Last {day} days"
},
apForm: {
search: {
search: "Search",
reset: "Reset",
moreFilter: "More Filters",
sorterTitle: "Customize filter layout",
sorterDesc: "Drag to sort. Top items appear first.",
sorterReset: "Restore Defaults",
sorterConfirmBtn: "Confirm"
}
},
apTable: {
pagination: {
totalLeftPrefix: "Total",
totalLeftSuffix: "items",
totalRightPrefix: "Page",
totalRightSuffix: " "
},
setting: {
title: "Custom Table",
selectAll: "Select All",
unSelectAll: "Deselect All",
selectAllTip: "Please select the columns to display in the table.",
sizeSmall: "Small",
sizeNormal: "Normal",
selectCount: "Selected fields ({count})",
reset: "Reset",
fixToLeft: "Fixed on the left",
fixToRight: "Fixed on the right",
unFixed: "Not fixed",
delete: "Delete"
},
paragraphEllipsis: {
copy: "Copy",
copySuccess: "Copied successfully"
}
},
apUpload: {
update: "Upload",
pictureType: "Image type",
videoType: "Video type",
audioType: "Audio type",
documentType: "Document type",
allTypes: "All types",
networkAnomaly: "Network abnormality",
FailedToObtainOssTemporaryPermissions: "Failed to obtain temporary OSS permissions",
pleasePass: "Please pass in",
supportExtension: "Support extensions",
uploadFile: "Upload files",
fileInitializationException: "If the initial number of initialized files exceeds {maxCount}, subsequent uploaded files will be out of sync with the data",
maxUploadFiles: "Upload a maximum of {maxCount} files",
maxUploadPicture: "Upload a maximum of {maxCount} images",
maxUploadFileSize: "The file size does not exceed {maxSize}MB",
maxWarnUploadFileSize: "The file size is smaller than {maxSize}MB",
maxUploadPictureSize: "The image size is smaller than {maxSize}MB",
fileFormatNotSupported: "Files in this format are not supported",
pictureFormatNotSupported: "Images in this format are not supported",
imageParsingFailed: "Image parsing failed",
clickOrDragUpload: "Click or drag the file",
foldersNotSupported: "Do not support uploading folders"
},
apExportGroup: {
exportError: "Export error",
exportSelected: "Export selected",
exportAll: "Export all",
export: "Export",
exportSuccess: "The task has been submitted,please go to the download center to check the progress"
},
apBatchAction: {
selected: "Selected",
piecesOfData: "Pieces of data",
empty: "Empty"
},
apApBatchActionGroup: {
batchOperation: "Batch operation"
},
workOrderModal: {
createTickets: "Create ticket",
submit: "Confirm",
cancel: "Cancel",
ticketsTitle: "Ticket Title",
noEmpty: "No empty",
pleaseEntry: "please enter (Within 300 words)",
ticketsType: "Ticket Type",
ticketsDetail: "Ticket Detail",
ticketsLevel: "Priority",
operationSuccess: "operate successfully",
fileSizeMax: "Single file size limit",
fileCountMax: "Limit the number to {x} at a time",
fileLabel: "File Upload"
// 上传附件
},
apTableModal: {
titleSuffixOne: "You can add up to {maxCount},",
titleSuffixTwo: "Added",
titleSuffixThree: "",
messageMaxCount: "You can select up to {maxCount} data entries",
clear: "Clear",
selected: "Selected"
},
apAttachment: {
downloadall: "Download All",
more: "More"
},
apSizeInput: {
length: "Length",
width: "Width",
height: "Height"
},
apExpandAlert: {
expand: "Expand",
collapse: "Collapse"
},
apAppendix: {
downloadAll: "Download All",
downloadFile: "Download file",
appendix: "Appendix",
empty: "No data"
},
batchInputGroup: {
popoverInputPlaceholder: "A maximum of {maxNum} entries can be entered in batches, separated by newlines"
},
apSummary: {
total: "Total"
},
apView: {
systemView: "System view",
saveView: "Save view",
maxTip: "The maximum number of views that can be saved has been reached. Please delete them before saving a new view",
saveNewView: "Save as new wiew",
newView: "New view",
setDefault: "Default",
viewName: "View name",
notEmpty: "Cannot be empty",
cancel: "Cancel",
save: "Save",
default: "Default",
rename: "Rename",
deleteTip: "Are you sure you want to delete this view?",
ok: "Ok"
},
apCopy: {
copySuccess: "Copy success",
copyError: "Copy failed"
},
...e
}
};
export {
a as default
};