This commit is contained in:
2026-01-05 12:47:14 +08:00
commit 1fc846fae3
1614 changed files with 162035 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
"use strict";
function defineLocaleConfig(locale) {
return locale;
}
exports.defineLocaleConfig = defineLocaleConfig;
//# sourceMappingURL=../../../../../.sourcemap/mp-weixin/uni_modules/nutui-uni/locale/lang/baseLang.js.map

View File

@@ -0,0 +1,113 @@
"use strict";
const uni_modules_nutuiUni_locale_lang_baseLang = require("./baseLang.js");
function EnUSLang() {
return uni_modules_nutuiUni_locale_lang_baseLang.defineLocaleConfig({
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"
},
pagination: {
prev: "Previous",
next: "Next"
},
calendaritem: {
weekdays: ["Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat"],
end: "End",
start: "Start",
title: "Calendar",
monthTitle: (year, month) => `${year}/${month}`,
today: "Today"
},
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"
},
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",
addToCart: "Add to Cart"
},
skuheader: {
skuId: "Sku Number"
},
addresslist: {
addAddress: "Add New Address",
default: "default"
},
comment: {
complaintsText: "I have a complaint",
additionalReview: (day) => `Review after ${day} days of purchase`,
additionalImages: (length) => `There are ${length} follow-up comments`
},
infiniteloading: {
loading: "Loading...",
pullTxt: "Loose to refresh",
loadMoreTxt: "Oops, this is the bottom"
},
datepicker: {
year: "Year",
month: "Month",
day: "Day",
hour: "Hour",
min: "Minute",
seconds: "Second"
},
audiooperate: {
back: "Back",
start: "Start",
pause: "Pause",
forward: "Forward",
mute: "Mute"
},
pullrefresh: {
pulling: "Pull to refresh...",
loosing: "Loose to refresh...",
loading: "Loading..."
}
});
}
exports.EnUSLang = EnUSLang;
//# sourceMappingURL=../../../../../.sourcemap/mp-weixin/uni_modules/nutui-uni/locale/lang/en-US.js.map

View File

@@ -0,0 +1,2 @@
"use strict";
//# sourceMappingURL=../../../../../.sourcemap/mp-weixin/uni_modules/nutui-uni/locale/lang/id-ID.js.map

View File

@@ -0,0 +1,113 @@
"use strict";
const uni_modules_nutuiUni_locale_lang_baseLang = require("./baseLang.js");
function ZhCNLang() {
return uni_modules_nutuiUni_locale_lang_baseLang.defineLocaleConfig({
save: "保存",
confirm: "确认",
cancel: "取消",
done: "完成",
noData: "暂无数据",
placeholder: "请输入",
select: "请选择",
video: {
errorTip: "视频加载失败",
clickRetry: "点击重试"
},
fixednav: {
activeText: "收起导航",
unActiveText: "快速导航"
},
pagination: {
prev: "上一页",
next: "下一页"
},
calendaritem: {
weekdays: ["日", "一", "二", "三", "四", "五", "六"],
end: "结束",
start: "开始",
title: "日期选择",
monthTitle: (year, month) => `${year}${month}`,
today: "今天"
},
shortpassword: {
title: "请输入密码",
desc: "您使用了虚拟资产,请进行验证",
tips: "忘记密码"
},
uploader: {
ready: "准备完成",
readyUpload: "准备上传",
waitingUpload: "等待上传",
uploading: "上传中",
success: "上传成功",
error: "上传失败"
},
countdown: {
day: "天",
hour: "时",
minute: "分",
second: "秒"
},
address: {
selectRegion: "请选择所在地区",
deliveryTo: "配送至",
chooseAnotherAddress: "选择其他地址"
},
signature: {
reSign: "重签",
unSupportTpl: "对不起当前浏览器不支持Canvas无法使用本控件"
},
ecard: {
chooseText: "请选择电子卡面值",
otherValueText: "其他面值",
placeholder: "请输入1-5000整数"
},
timeselect: {
pickupTime: "取件时间"
},
sku: {
buyNow: "立即购买",
buyNumber: "购买数量",
addToCart: "加入购物车"
},
skuheader: {
skuId: "商品编号"
},
addresslist: {
addAddress: "新建地址",
default: "默认"
},
comment: {
complaintsText: "我要投诉",
additionalReview: (day) => `购买${day}天后追评`,
additionalImages: (length) => `${length}张追评图片`
},
infiniteloading: {
loading: "加载中...",
pullTxt: "松开刷新",
loadMoreTxt: "哎呀,这里是底部了啦"
},
datepicker: {
year: "年",
month: "月",
day: "日",
hour: "时",
min: "分",
seconds: "秒"
},
audiooperate: {
back: "倒退",
start: "开始",
pause: "暂停",
forward: "快进",
mute: "静音"
},
pullrefresh: {
pulling: "下拉刷新",
loosing: "释放刷新",
loading: "加载中..."
}
});
}
exports.ZhCNLang = ZhCNLang;
//# sourceMappingURL=../../../../../.sourcemap/mp-weixin/uni_modules/nutui-uni/locale/lang/zh-CN.js.map

View File

@@ -0,0 +1,2 @@
"use strict";
//# sourceMappingURL=../../../../../.sourcemap/mp-weixin/uni_modules/nutui-uni/locale/lang/zh-TW.js.map