129 lines
3.3 KiB
TypeScript
129 lines
3.3 KiB
TypeScript
export default {
|
|
name: 'en-US',
|
|
label: 'English',
|
|
locale: 'en',
|
|
uActionSheet: {
|
|
cancelText: 'Cancel'
|
|
},
|
|
uUpload: {
|
|
uploadText: 'Select Image',
|
|
retry: 'Retry',
|
|
overSize: 'File size exceeds allowed limit',
|
|
overMaxCount: 'Exceeds maximum allowed number of files',
|
|
reUpload: 'Re-upload',
|
|
uploadFailed: 'Upload failed, please try again',
|
|
modalTitle: 'Notice',
|
|
modalCancelText: 'Cancel',
|
|
modalConfirmText: 'Confirm',
|
|
deleteConfirm: 'Are you sure you want to delete this item?',
|
|
terminatedRemove: 'Removal cancelled',
|
|
removeSuccess: 'Removed successfully',
|
|
previewFailed: 'Failed to preview image',
|
|
notAllowedExt: 'Files with {ext} format are not allowed',
|
|
noAction: 'Please configure upload address'
|
|
},
|
|
uVerificationCode: {
|
|
startText: 'Get Code',
|
|
changeText: 'Retry in Xs',
|
|
endText: 'Retry'
|
|
},
|
|
uSection: {
|
|
subTitle: 'More'
|
|
},
|
|
uSelect: {
|
|
cancelText: 'Cancel',
|
|
confirmText: 'Confirm'
|
|
},
|
|
uSearch: {
|
|
placeholder: 'Please enter keywords',
|
|
actionText: 'Search'
|
|
},
|
|
uNoNetwork: {
|
|
tips: 'Ooops, network disconnected',
|
|
checkNetwork: 'Please check network or go to',
|
|
setting: 'Settings',
|
|
retry: 'Retry',
|
|
noConnection: 'No network connection',
|
|
connected: 'Network connected'
|
|
},
|
|
uReadMore: {
|
|
closeText: 'Read More',
|
|
openText: 'Collapse'
|
|
},
|
|
uPagination: {
|
|
prevText: 'Prev',
|
|
nextText: 'Next'
|
|
},
|
|
uPicker: {
|
|
cancelText: 'Cancel',
|
|
confirmText: 'Confirm'
|
|
},
|
|
uModal: {
|
|
title: 'Notice',
|
|
content: 'Content',
|
|
confirmText: 'Confirm',
|
|
cancelText: 'Cancel'
|
|
},
|
|
uLoadmore: {
|
|
loadmore: 'Load more',
|
|
loading: 'Loading...',
|
|
nomore: 'No more'
|
|
},
|
|
uLink: {
|
|
mpTips: 'Link copied, please open it in browser'
|
|
},
|
|
uKeyboard: {
|
|
cancelText: 'Cancel',
|
|
confirmText: 'Confirm',
|
|
number: 'Number Keyboard',
|
|
idCard: 'ID Card Keyboard',
|
|
plate: 'Plate Keyboard'
|
|
},
|
|
uInput: {
|
|
placeholder: 'Please enter'
|
|
},
|
|
uCalendar: {
|
|
startText: 'Start',
|
|
endText: 'End',
|
|
toolTip: 'Select date',
|
|
outOfRange: 'Date out of range',
|
|
year: '',
|
|
month: '',
|
|
sun: 'Sun',
|
|
mon: 'Mon',
|
|
tue: 'Tue',
|
|
wed: 'Wed',
|
|
thu: 'Thu',
|
|
fri: 'Fri',
|
|
sat: 'Sat',
|
|
confirmText: 'Confirm',
|
|
to: ' to '
|
|
},
|
|
uEmpty: {
|
|
car: 'Shopping cart is empty',
|
|
page: 'Page not found',
|
|
search: 'No search results',
|
|
address: 'No shipping address',
|
|
wifi: 'No WiFi',
|
|
order: 'No orders',
|
|
coupon: 'No coupons',
|
|
favor: 'No favorites',
|
|
permission: 'No permission',
|
|
history: 'No history',
|
|
news: 'No news',
|
|
message: 'No messages',
|
|
list: 'No list',
|
|
data: 'No data'
|
|
},
|
|
uCountDown: {
|
|
day: 'days',
|
|
hour: 'hours',
|
|
minute: 'minutes',
|
|
second: 'Second'
|
|
},
|
|
uFullScreen: {
|
|
title: 'New Version Available',
|
|
upgrade: 'Upgrade'
|
|
}
|
|
};
|