gui-one-nutui-react-taro
Version:
京东风格的轻量级移动端 React 组件库,支持一套代码生成 H5 和小程序
130 lines (129 loc) • 3.2 kB
JavaScript
/*!
* gui-one-nutui-react-taro v1.0.1 Sat Nov 19 2022 23:53:44 GMT+0800 (中国标准时间)
* (c) 2022 @jdf2e.
* Released under the MIT License.
*/
const enUS = {
save: "Save",
confirm: "Confirm",
cancel: "Cancel",
done: "Done",
noData: "No Data",
placeholder: "Placeholder",
select: "Select",
video: {
errorTip: "Error Tip",
clickRetry: "Click Retry"
},
fixednav: {
activeText: "Close Nav",
unActiveText: "Open Nav"
},
infiniteloading: {
pullRefreshText: "Pull Refresh",
loadText: "Loading",
loadMoreText: "Oops, here's the bottom"
},
pagination: {
prev: "Previous",
next: "Next"
},
range: { rangeText: "is overflow" },
calendaritem: {
weekdays: ["Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat"],
end: "End",
start: "Start",
title: "Calendar",
monthTitle: (year, month) => `${year}/${month}`,
today: "Today",
loadPreviousMonth: "Load Previous Month",
noEarlierMonth: "No Earlier Month"
},
shortpassword: {
title: "Please input a password",
desc: "Verify",
tips: "Forget password"
},
uploader: {
ready: "Ready",
readyUpload: "Ready to upload",
waitingUpload: "Waiting for upload",
uploading: "Uploading...",
success: "Upload successful",
error: "Upload failed",
deleteWord: "The user blocked the deletion!"
},
countdown: {
day: " Day ",
hour: " Hour ",
minute: " Minute ",
second: " Second "
},
address: {
selectRegion: "Select Region",
deliveryTo: "Delivery To",
chooseAnotherAddress: "Choose Another Address"
},
signature: {
reSign: "Re Sign",
unSupportTpl: `Sorry, the current browser doesn't support canvas, so we can't use this control!`
},
ecard: {
chooseText: "Select",
otherValueText: "Other Value",
placeholder: "Placeholder"
},
timeselect: {
pickupTime: "Pickup Time"
},
sku: {
buyNow: "Buy Now",
buyNumber: "Buy Number",
addToCard: "Add to Card"
},
skuheader: {
skuId: "Sku Number"
},
addresslist: {
addAddress: "Add New Address"
},
comment: {
complaintsText: "I have a complaint",
additionalReview: (day) => `Review after ${day} days of purchase`,
additionalImages: (length) => `There are ${length} follow-up comments`
},
searchbar: {
basePlaceholder: "Go to jd.com and buy good things",
text: "text",
test: "test",
title1: "basic usage",
title2: "search box shape and maximum length",
title3: "background settings inside and outside the search box",
title4: "search box text settings",
title5: "custom icon settings",
title6: "data change monitoring"
},
audio: {
back: "fastBack",
forward: "forward",
pause: "pause",
start: "start",
mute: "mute",
tips: "The onplayend event will only be triggered when loop = false"
},
datepicker: {
year: "Year",
month: "Month",
day: "Day",
hour: "Hour",
min: "Minute",
seconds: "Second"
},
pullToRefresh: {
pullingText: "Pulling",
canReleaseText: "Release to refresh",
refreshingText: "Loading...",
completeText: "Refresh successful"
}
};
export { enUS as default };