看板
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
export { default as zhCN } from './lang/zh-CN';
|
||||
export { default as enUS } from './lang/en-US';
|
||||
@@ -0,0 +1,128 @@
|
||||
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'
|
||||
}
|
||||
};
|
||||
@@ -0,0 +1,128 @@
|
||||
export default {
|
||||
name: 'zh-CN',
|
||||
label: '简体中文',
|
||||
locale: 'zh-Hans',
|
||||
uActionSheet: {
|
||||
cancelText: '取消'
|
||||
},
|
||||
uUpload: {
|
||||
uploadText: '选择图片',
|
||||
retry: '点击重试',
|
||||
overSize: '超出允许的文件大小',
|
||||
overMaxCount: '超出最大允许的文件个数',
|
||||
reUpload: '重新上传',
|
||||
uploadFailed: '上传失败,请重试',
|
||||
modalTitle: '提示',
|
||||
modalCancelText: '取消',
|
||||
modalConfirmText: '确定',
|
||||
deleteConfirm: '您确定要删除此项吗?',
|
||||
terminatedRemove: '已终止移除',
|
||||
removeSuccess: '移除成功',
|
||||
previewFailed: '预览图片失败',
|
||||
notAllowedExt: '不允许选择{ext}格式的文件',
|
||||
noAction: '请配置上传地址'
|
||||
},
|
||||
uVerificationCode: {
|
||||
startText: '获取验证码',
|
||||
changeText: 'X秒重新获取',
|
||||
endText: '重新获取'
|
||||
},
|
||||
uSection: {
|
||||
subTitle: '更多'
|
||||
},
|
||||
uSelect: {
|
||||
cancelText: '取消',
|
||||
confirmText: '确认'
|
||||
},
|
||||
uSearch: {
|
||||
placeholder: '请输入关键字',
|
||||
actionText: '搜索'
|
||||
},
|
||||
uNoNetwork: {
|
||||
tips: '哎呀,网络信号丢失',
|
||||
checkNetwork: '请检查网络,或前往',
|
||||
setting: '设置',
|
||||
retry: '重试',
|
||||
noConnection: '无网络连接',
|
||||
connected: '网络已连接'
|
||||
},
|
||||
uReadMore: {
|
||||
closeText: '展开阅读全文',
|
||||
openText: '收起'
|
||||
},
|
||||
uPagination: {
|
||||
prevText: '上一页',
|
||||
nextText: '下一页'
|
||||
},
|
||||
uPicker: {
|
||||
cancelText: '取消',
|
||||
confirmText: '确认'
|
||||
},
|
||||
uModal: {
|
||||
title: '提示',
|
||||
content: '内容',
|
||||
confirmText: '确认',
|
||||
cancelText: '取消'
|
||||
},
|
||||
uLoadmore: {
|
||||
loadmore: '加载更多',
|
||||
loading: '正在加载...',
|
||||
nomore: '没有更多了'
|
||||
},
|
||||
uLink: {
|
||||
mpTips: '链接已复制,请在浏览器打开'
|
||||
},
|
||||
uKeyboard: {
|
||||
cancelText: '取消',
|
||||
confirmText: '确认',
|
||||
number: '数字键盘',
|
||||
idCard: '身份证键盘',
|
||||
plate: '车牌号键盘'
|
||||
},
|
||||
uInput: {
|
||||
placeholder: '请输入内容'
|
||||
},
|
||||
uCalendar: {
|
||||
startText: '开始',
|
||||
endText: '结束',
|
||||
toolTip: '选择日期',
|
||||
outOfRange: '日期超出范围啦~',
|
||||
year: '年',
|
||||
month: '月',
|
||||
sun: '日',
|
||||
mon: '一',
|
||||
tue: '二',
|
||||
wed: '三',
|
||||
thu: '四',
|
||||
fri: '五',
|
||||
sat: '六',
|
||||
confirmText: '确定',
|
||||
to: '至'
|
||||
},
|
||||
uEmpty: {
|
||||
car: '购物车为空',
|
||||
page: '页面不存在',
|
||||
search: '没有搜索结果',
|
||||
address: '没有收货地址',
|
||||
wifi: '没有WiFi',
|
||||
order: '订单为空',
|
||||
coupon: '没有优惠券',
|
||||
favor: '暂无收藏',
|
||||
permission: '无权限',
|
||||
history: '无历史记录',
|
||||
news: '无新闻列表',
|
||||
message: '消息列表为空',
|
||||
list: '列表为空',
|
||||
data: '数据为空'
|
||||
},
|
||||
uCountDown: {
|
||||
day: '天',
|
||||
hour: '时',
|
||||
minute: '分',
|
||||
second: '秒'
|
||||
},
|
||||
uFullScreen: {
|
||||
title: '发现新版本',
|
||||
upgrade: '升级'
|
||||
}
|
||||
};
|
||||
Reference in New Issue
Block a user