first commit
This commit is contained in:
84
node_modules/vant/lib/locale/lang/zh-CN.js
generated
vendored
Normal file
84
node_modules/vant/lib/locale/lang/zh-CN.js
generated
vendored
Normal file
@@ -0,0 +1,84 @@
|
||||
var __defProp = Object.defineProperty;
|
||||
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
||||
var __getOwnPropNames = Object.getOwnPropertyNames;
|
||||
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
||||
var __export = (target, all) => {
|
||||
for (var name in all)
|
||||
__defProp(target, name, { get: all[name], enumerable: true });
|
||||
};
|
||||
var __copyProps = (to, from, except, desc) => {
|
||||
if (from && typeof from === "object" || typeof from === "function") {
|
||||
for (let key of __getOwnPropNames(from))
|
||||
if (!__hasOwnProp.call(to, key) && key !== except)
|
||||
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
||||
}
|
||||
return to;
|
||||
};
|
||||
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
||||
var stdin_exports = {};
|
||||
__export(stdin_exports, {
|
||||
default: () => stdin_default
|
||||
});
|
||||
module.exports = __toCommonJS(stdin_exports);
|
||||
var stdin_default = {
|
||||
name: "\u59D3\u540D",
|
||||
tel: "\u7535\u8BDD",
|
||||
save: "\u4FDD\u5B58",
|
||||
clear: "\u6E05\u7A7A",
|
||||
cancel: "\u53D6\u6D88",
|
||||
confirm: "\u786E\u8BA4",
|
||||
delete: "\u5220\u9664",
|
||||
loading: "\u52A0\u8F7D\u4E2D...",
|
||||
noCoupon: "\u6682\u65E0\u4F18\u60E0\u5238",
|
||||
nameEmpty: "\u8BF7\u586B\u5199\u59D3\u540D",
|
||||
addContact: "\u6DFB\u52A0\u8054\u7CFB\u4EBA",
|
||||
telInvalid: "\u8BF7\u586B\u5199\u6B63\u786E\u7684\u7535\u8BDD",
|
||||
vanCalendar: {
|
||||
end: "\u7ED3\u675F",
|
||||
start: "\u5F00\u59CB",
|
||||
title: "\u65E5\u671F\u9009\u62E9",
|
||||
weekdays: ["\u65E5", "\u4E00", "\u4E8C", "\u4E09", "\u56DB", "\u4E94", "\u516D"],
|
||||
monthTitle: (year, month) => `${year}\u5E74${month}\u6708`,
|
||||
rangePrompt: (maxRange) => `\u6700\u591A\u9009\u62E9 ${maxRange} \u5929`
|
||||
},
|
||||
vanCascader: {
|
||||
select: "\u8BF7\u9009\u62E9"
|
||||
},
|
||||
vanPagination: {
|
||||
prev: "\u4E0A\u4E00\u9875",
|
||||
next: "\u4E0B\u4E00\u9875"
|
||||
},
|
||||
vanPullRefresh: {
|
||||
pulling: "\u4E0B\u62C9\u5373\u53EF\u5237\u65B0...",
|
||||
loosing: "\u91CA\u653E\u5373\u53EF\u5237\u65B0..."
|
||||
},
|
||||
vanSubmitBar: {
|
||||
label: "\u5408\u8BA1:"
|
||||
},
|
||||
vanCoupon: {
|
||||
unlimited: "\u65E0\u95E8\u69DB",
|
||||
discount: (discount) => `${discount}\u6298`,
|
||||
condition: (condition) => `\u6EE1${condition}\u5143\u53EF\u7528`
|
||||
},
|
||||
vanCouponCell: {
|
||||
title: "\u4F18\u60E0\u5238",
|
||||
count: (count) => `${count}\u5F20\u53EF\u7528`
|
||||
},
|
||||
vanCouponList: {
|
||||
exchange: "\u5151\u6362",
|
||||
close: "\u4E0D\u4F7F\u7528",
|
||||
enable: "\u53EF\u7528",
|
||||
disabled: "\u4E0D\u53EF\u7528",
|
||||
placeholder: "\u8F93\u5165\u4F18\u60E0\u7801"
|
||||
},
|
||||
vanAddressEdit: {
|
||||
area: "\u5730\u533A",
|
||||
areaEmpty: "\u8BF7\u9009\u62E9\u5730\u533A",
|
||||
addressEmpty: "\u8BF7\u586B\u5199\u8BE6\u7EC6\u5730\u5740",
|
||||
addressDetail: "\u8BE6\u7EC6\u5730\u5740",
|
||||
defaultAddress: "\u8BBE\u4E3A\u9ED8\u8BA4\u6536\u8D27\u5730\u5740"
|
||||
},
|
||||
vanAddressList: {
|
||||
add: "\u65B0\u589E\u5730\u5740"
|
||||
}
|
||||
};
|
||||
Reference in New Issue
Block a user