@nutui/nutui-react
Version:
京东风格的轻量级移动端 React 组件库,支持一套代码生成 H5 和小程序
157 lines (156 loc) • 4.1 kB
JavaScript
var zhCN = {
save: '保存',
confirm: '確認',
cancel: '取消',
done: '完成',
noData: '暫無數據',
placeholder: '請輸入內容',
select: '請選擇',
edit: '編輯',
reset: '重置',
video: {
errorTip: '視頻加載失敗',
clickRetry: '點擊重試'
},
fixednav: {
activeText: '收起導航',
inactiveText: '快速導航'
},
infiniteloading: {
pullRefreshText: '松開刷新',
loadText: '加載中',
loadMoreText: '沒有更多了'
},
pagination: {
prev: '上一頁',
next: '下一頁'
},
range: {
rangeText: '不在該區間內'
},
calendaritem: {
weekdays: [
'日',
'一',
'二',
'三',
'四',
'五',
'六'
],
end: '結束',
start: '開始',
confirm: '確認',
title: '日歷選擇',
monthTitle: function(year, month) {
return "".concat(year, "年").concat(Number(month) < 10 ? "0".concat(Number(month)) : month, "月");
},
today: '今天',
loadPreviousMonth: '加載上一個月',
noEarlierMonth: '沒有更早月份'
},
shortpassword: {
title: '請輸入密碼',
description: '您使用了虛擬資產,請進行驗證',
tips: '忘記密碼'
},
uploader: {
list: '上傳文件',
ready: '準備完成',
readyUpload: '準備上傳',
waitingUpload: '等待上傳',
uploading: '上傳中...',
success: '上傳成功',
error: '上傳失敗',
deleteWord: '用戶阻止了刪除!'
},
countdown: {
day: '天',
hour: '時',
minute: '分',
second: '秒'
},
address: {
selectRegion: '請選擇地址',
deliveryTo: '配送至',
chooseAnotherAddress: '選擇其他地址'
},
signature: {
reSign: '重簽',
unsupported: '對不起,當前瀏覽器不支持Canvas,無法使用本控件!'
},
ecard: {
chooseText: '請選擇電子卡面值',
otherValueText: '其他面值',
placeholder: '請輸入1-5000整數'
},
timeselect: {
pickupTime: '取件時間'
},
sku: {
buyNow: '立即購買',
buyNumber: '購買數量',
addToCard: '加入購物車'
},
skuheader: {
skuId: '商品編號'
},
addresslist: {
addAddress: '新建地址'
},
comment: {
complaintsText: '我要投訴',
additionalReview: function(day) {
return "購買".concat(day, "天後追評");
},
additionalImages: function(length) {
return "".concat(length, "張追評圖片");
}
},
searchbar: {
basePlaceholder: '上京東,購好物',
text: '文本',
test: '測試',
title1: '基礎用法',
title2: '搜索框形狀及最大長度',
title3: '搜索框內外背景設置',
title4: '搜索框文本設置',
title5: '自定義圖標設置',
title6: '數據改變監聽'
},
audio: {
back: '快退',
forward: '快進',
pause: '暫停',
start: '開始',
mute: '靜音',
tips: 'onPlayEnd事件在loop=false時才會觸發'
},
avatarCropper: {
rotate: '旋轉',
selectImage: '選擇圖片'
},
datepicker: {
year: '年',
month: '月',
day: '日',
hour: '時',
min: '分',
seconds: '秒'
},
pullToRefresh: {
pullingText: '下拉刷新',
canReleaseText: '松手刷新',
refreshingText: '刷新中',
completeText: '刷新成功'
},
tour: {
prevStepText: '上一步',
completeText: '完成',
nextStepText: '下一步'
},
watermark: {
errorCanvasTips: '當前環境不支持Canvas'
}
};
export default zhCN;