first
This commit is contained in:
38
node_modules/vant/lib/locale/index.js
generated
vendored
Normal file
38
node_modules/vant/lib/locale/index.js
generated
vendored
Normal file
@ -0,0 +1,38 @@
|
||||
"use strict";
|
||||
|
||||
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
|
||||
|
||||
exports.__esModule = true;
|
||||
exports.default = void 0;
|
||||
|
||||
var _vue = _interopRequireDefault(require("vue"));
|
||||
|
||||
var _deepAssign = require("../utils/deep-assign");
|
||||
|
||||
var _zhCN = _interopRequireDefault(require("./lang/zh-CN"));
|
||||
|
||||
var proto = _vue.default.prototype;
|
||||
var defineReactive = _vue.default.util.defineReactive;
|
||||
defineReactive(proto, '$vantLang', 'zh-CN');
|
||||
defineReactive(proto, '$vantMessages', {
|
||||
'zh-CN': _zhCN.default
|
||||
});
|
||||
var _default = {
|
||||
messages: function messages() {
|
||||
return proto.$vantMessages[proto.$vantLang];
|
||||
},
|
||||
use: function use(lang, messages) {
|
||||
var _this$add;
|
||||
|
||||
proto.$vantLang = lang;
|
||||
this.add((_this$add = {}, _this$add[lang] = messages, _this$add));
|
||||
},
|
||||
add: function add(messages) {
|
||||
if (messages === void 0) {
|
||||
messages = {};
|
||||
}
|
||||
|
||||
(0, _deepAssign.deepAssign)(proto.$vantMessages, messages);
|
||||
}
|
||||
};
|
||||
exports.default = _default;
|
95
node_modules/vant/lib/locale/lang/de-DE-formal.js
generated
vendored
Normal file
95
node_modules/vant/lib/locale/lang/de-DE-formal.js
generated
vendored
Normal file
@ -0,0 +1,95 @@
|
||||
"use strict";
|
||||
|
||||
exports.__esModule = true;
|
||||
exports.default = void 0;
|
||||
var _default = {
|
||||
name: 'Name',
|
||||
tel: 'Telefon',
|
||||
save: 'Speichern',
|
||||
confirm: 'Bestätigen',
|
||||
cancel: 'Abbrechen',
|
||||
delete: 'Löschen',
|
||||
complete: 'Complete',
|
||||
loading: 'Laden...',
|
||||
telEmpty: 'Bitte füllen Sie das Telefon aus',
|
||||
nameEmpty: 'Bitte geben Sie den Name an',
|
||||
nameInvalid: 'Ungültiger Name',
|
||||
confirmDelete: 'Sind Sie sicher, dass Sie löschen möchten?',
|
||||
telInvalid: 'Ungültige Telefonnummer',
|
||||
vanCalendar: {
|
||||
end: 'Ende',
|
||||
start: 'Start',
|
||||
title: 'Kalender',
|
||||
startEnd: 'Start/Ende',
|
||||
weekdays: ['So', 'Mo', 'Di', 'Mo', 'Do', 'Fr', 'Sa'],
|
||||
monthTitle: function monthTitle(year, month) {
|
||||
return year + "/" + month;
|
||||
},
|
||||
rangePrompt: function rangePrompt(maxRange) {
|
||||
return "W\xE4hle nicht mehr als " + maxRange + " Tage";
|
||||
}
|
||||
},
|
||||
vanCascader: {
|
||||
select: 'Wählen'
|
||||
},
|
||||
vanContactCard: {
|
||||
addText: 'Kontaktinformationen hinzufügen'
|
||||
},
|
||||
vanContactList: {
|
||||
addText: 'Neuen Kontakt hinzufügen'
|
||||
},
|
||||
vanPagination: {
|
||||
prev: 'Vorherige',
|
||||
next: 'Nächste'
|
||||
},
|
||||
vanPullRefresh: {
|
||||
pulling: 'Zum Aktualisieren herunterziehen...',
|
||||
loosing: 'Loslassen zum Aktualisieren...'
|
||||
},
|
||||
vanSubmitBar: {
|
||||
label: 'Total:'
|
||||
},
|
||||
vanCoupon: {
|
||||
unlimited: 'Unbegrenzt',
|
||||
discount: function discount(_discount) {
|
||||
return _discount * 10 + "% Rabatt";
|
||||
},
|
||||
condition: function condition(_condition) {
|
||||
return "Mindestens " + _condition;
|
||||
}
|
||||
},
|
||||
vanCouponCell: {
|
||||
title: 'Coupon',
|
||||
tips: 'Keine Coupons',
|
||||
count: function count(_count) {
|
||||
return "Sie haben " + _count + " Coupons";
|
||||
}
|
||||
},
|
||||
vanCouponList: {
|
||||
empty: 'Keine Coupons',
|
||||
exchange: 'Austauschen',
|
||||
close: 'Schließen',
|
||||
enable: 'Verfügbar',
|
||||
disabled: 'Nicht verfügbar',
|
||||
placeholder: 'Couponcode'
|
||||
},
|
||||
vanAddressEdit: {
|
||||
area: 'Standort',
|
||||
postal: 'PLZ',
|
||||
areaEmpty: 'Bitte geben Sie Ihren Standort an',
|
||||
addressEmpty: 'Adresse darf nicht leer sein',
|
||||
postalEmpty: 'Falsche Postleitzahl',
|
||||
defaultAddress: 'Als Standardadresse festgelegen',
|
||||
telPlaceholder: 'Telefon',
|
||||
namePlaceholder: 'Name',
|
||||
areaPlaceholder: 'Ort'
|
||||
},
|
||||
vanAddressEditDetail: {
|
||||
label: 'Adresse',
|
||||
placeholder: 'Adresse'
|
||||
},
|
||||
vanAddressList: {
|
||||
add: 'Neue Adresse hinzufügen'
|
||||
}
|
||||
};
|
||||
exports.default = _default;
|
95
node_modules/vant/lib/locale/lang/de-DE.js
generated
vendored
Normal file
95
node_modules/vant/lib/locale/lang/de-DE.js
generated
vendored
Normal file
@ -0,0 +1,95 @@
|
||||
"use strict";
|
||||
|
||||
exports.__esModule = true;
|
||||
exports.default = void 0;
|
||||
var _default = {
|
||||
name: 'Name',
|
||||
tel: 'Telefon',
|
||||
save: 'Speichern',
|
||||
confirm: 'Bestätigen',
|
||||
cancel: 'Abbrechen',
|
||||
delete: 'Löschen',
|
||||
complete: 'Complete',
|
||||
loading: 'Laden...',
|
||||
telEmpty: 'Bitte das Telefon ausfüllen',
|
||||
nameEmpty: 'Bitte den Name angeben',
|
||||
nameInvalid: 'Ungültiger Name',
|
||||
confirmDelete: 'Bist du sicher, dass du löschen möchtest?',
|
||||
telInvalid: 'Ungültige Telefonnummer',
|
||||
vanCalendar: {
|
||||
end: 'Ende',
|
||||
start: 'Start',
|
||||
title: 'Kalender',
|
||||
startEnd: 'Start/Ende',
|
||||
weekdays: ['So', 'Mo', 'Di', 'Mo', 'Do', 'Fr', 'Sa'],
|
||||
monthTitle: function monthTitle(year, month) {
|
||||
return year + "/" + month;
|
||||
},
|
||||
rangePrompt: function rangePrompt(maxRange) {
|
||||
return "W\xE4hle nicht mehr als " + maxRange + " Tage";
|
||||
}
|
||||
},
|
||||
vanCascader: {
|
||||
select: 'Wählen'
|
||||
},
|
||||
vanContactCard: {
|
||||
addText: 'Kontaktinformationen hinzufügen'
|
||||
},
|
||||
vanContactList: {
|
||||
addText: 'Neuen Kontakt hinzufügen'
|
||||
},
|
||||
vanPagination: {
|
||||
prev: 'Vorherige',
|
||||
next: 'Nächste'
|
||||
},
|
||||
vanPullRefresh: {
|
||||
pulling: 'Zum Aktualisieren herunterziehen...',
|
||||
loosing: 'Loslassen zum Aktualisieren...'
|
||||
},
|
||||
vanSubmitBar: {
|
||||
label: 'Total:'
|
||||
},
|
||||
vanCoupon: {
|
||||
unlimited: 'Unbegrenzt',
|
||||
discount: function discount(_discount) {
|
||||
return _discount * 10 + "% Rabatt";
|
||||
},
|
||||
condition: function condition(_condition) {
|
||||
return "Mindestens " + _condition;
|
||||
}
|
||||
},
|
||||
vanCouponCell: {
|
||||
title: 'Coupon',
|
||||
tips: 'Keine Coupons',
|
||||
count: function count(_count) {
|
||||
return "Du hast " + _count + " Coupons";
|
||||
}
|
||||
},
|
||||
vanCouponList: {
|
||||
empty: 'Keine Coupons',
|
||||
exchange: 'Austauschen',
|
||||
close: 'Schließen',
|
||||
enable: 'Verfügbar',
|
||||
disabled: 'Nicht verfügbar',
|
||||
placeholder: 'Couponcode'
|
||||
},
|
||||
vanAddressEdit: {
|
||||
area: 'Standort',
|
||||
postal: 'PLZ',
|
||||
areaEmpty: 'Bitte deinen Ort angeben',
|
||||
addressEmpty: 'Adresse darf nicht leer sein',
|
||||
postalEmpty: 'Falsche Postleitzahl',
|
||||
defaultAddress: 'Als Standardadresse festgelegen',
|
||||
telPlaceholder: 'Telefon',
|
||||
namePlaceholder: 'Name',
|
||||
areaPlaceholder: 'Ort'
|
||||
},
|
||||
vanAddressEditDetail: {
|
||||
label: 'Adresse',
|
||||
placeholder: 'Adresse'
|
||||
},
|
||||
vanAddressList: {
|
||||
add: 'Neue Adresse hinzufügen'
|
||||
}
|
||||
};
|
||||
exports.default = _default;
|
95
node_modules/vant/lib/locale/lang/en-US.js
generated
vendored
Normal file
95
node_modules/vant/lib/locale/lang/en-US.js
generated
vendored
Normal file
@ -0,0 +1,95 @@
|
||||
"use strict";
|
||||
|
||||
exports.__esModule = true;
|
||||
exports.default = void 0;
|
||||
var _default = {
|
||||
name: 'Name',
|
||||
tel: 'Phone',
|
||||
save: 'Save',
|
||||
confirm: 'Confirm',
|
||||
cancel: 'Cancel',
|
||||
delete: 'Delete',
|
||||
complete: 'Complete',
|
||||
loading: 'Loading...',
|
||||
telEmpty: 'Please fill in the tel',
|
||||
nameEmpty: 'Please fill in the name',
|
||||
nameInvalid: 'Malformed name',
|
||||
confirmDelete: 'Are you sure you want to delete?',
|
||||
telInvalid: 'Malformed phone number',
|
||||
vanCalendar: {
|
||||
end: 'End',
|
||||
start: 'Start',
|
||||
title: 'Calendar',
|
||||
startEnd: 'Start/End',
|
||||
weekdays: ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'],
|
||||
monthTitle: function monthTitle(year, month) {
|
||||
return year + "/" + month;
|
||||
},
|
||||
rangePrompt: function rangePrompt(maxRange) {
|
||||
return "Choose no more than " + maxRange + " days";
|
||||
}
|
||||
},
|
||||
vanCascader: {
|
||||
select: 'Select'
|
||||
},
|
||||
vanContactCard: {
|
||||
addText: 'Add contact info'
|
||||
},
|
||||
vanContactList: {
|
||||
addText: 'Add new contact'
|
||||
},
|
||||
vanPagination: {
|
||||
prev: 'Previous',
|
||||
next: 'Next'
|
||||
},
|
||||
vanPullRefresh: {
|
||||
pulling: 'Pull to refresh...',
|
||||
loosing: 'Loose to refresh...'
|
||||
},
|
||||
vanSubmitBar: {
|
||||
label: 'Total:'
|
||||
},
|
||||
vanCoupon: {
|
||||
unlimited: 'Unlimited',
|
||||
discount: function discount(_discount) {
|
||||
return _discount * 10 + "% off";
|
||||
},
|
||||
condition: function condition(_condition) {
|
||||
return "At least " + _condition;
|
||||
}
|
||||
},
|
||||
vanCouponCell: {
|
||||
title: 'Coupon',
|
||||
tips: 'No coupons',
|
||||
count: function count(_count) {
|
||||
return "You have " + _count + " coupons";
|
||||
}
|
||||
},
|
||||
vanCouponList: {
|
||||
empty: 'No coupons',
|
||||
exchange: 'Exchange',
|
||||
close: 'Close',
|
||||
enable: 'Available',
|
||||
disabled: 'Unavailable',
|
||||
placeholder: 'Coupon code'
|
||||
},
|
||||
vanAddressEdit: {
|
||||
area: 'Area',
|
||||
postal: 'Postal',
|
||||
areaEmpty: 'Please select a receiving area',
|
||||
addressEmpty: 'Address can not be empty',
|
||||
postalEmpty: 'Wrong postal code',
|
||||
defaultAddress: 'Set as the default address',
|
||||
telPlaceholder: 'Phone',
|
||||
namePlaceholder: 'Name',
|
||||
areaPlaceholder: 'Area'
|
||||
},
|
||||
vanAddressEditDetail: {
|
||||
label: 'Address',
|
||||
placeholder: 'Address'
|
||||
},
|
||||
vanAddressList: {
|
||||
add: 'Add new address'
|
||||
}
|
||||
};
|
||||
exports.default = _default;
|
95
node_modules/vant/lib/locale/lang/es-ES.js
generated
vendored
Normal file
95
node_modules/vant/lib/locale/lang/es-ES.js
generated
vendored
Normal file
@ -0,0 +1,95 @@
|
||||
"use strict";
|
||||
|
||||
exports.__esModule = true;
|
||||
exports.default = void 0;
|
||||
var _default = {
|
||||
name: 'Nombre',
|
||||
tel: 'Teléfono',
|
||||
save: 'Guardar',
|
||||
confirm: 'Confirmar',
|
||||
cancel: 'Cancelar',
|
||||
delete: 'Eliminar',
|
||||
complete: 'Completado',
|
||||
loading: 'Cargando...',
|
||||
telEmpty: 'Por favor rellena el teléfono',
|
||||
nameEmpty: 'Por favor rellena el nombre',
|
||||
nameInvalid: 'nombre inválido',
|
||||
confirmDelete: 'Estás seguro de eliminarlo?',
|
||||
telInvalid: 'Teléfono inválido',
|
||||
vanCalendar: {
|
||||
end: 'Fin',
|
||||
start: 'Inicio',
|
||||
title: 'Calendario',
|
||||
startEnd: 'Inicio/Fin',
|
||||
weekdays: ['Dom', 'Lun', 'Mar', 'Mié', 'Jue', 'Vie', 'Sáb'],
|
||||
monthTitle: function monthTitle(year, month) {
|
||||
return year + "/" + month;
|
||||
},
|
||||
rangePrompt: function rangePrompt(maxRange) {
|
||||
return "Elija no m\xE1s de " + maxRange + " d\xEDas";
|
||||
}
|
||||
},
|
||||
vanCascader: {
|
||||
select: 'Seleccione'
|
||||
},
|
||||
vanContactCard: {
|
||||
addText: 'Añadir información de contacto'
|
||||
},
|
||||
vanContactList: {
|
||||
addText: 'Añadir nuevo contacto'
|
||||
},
|
||||
vanPagination: {
|
||||
prev: 'Anterior',
|
||||
next: 'Siguiente'
|
||||
},
|
||||
vanPullRefresh: {
|
||||
pulling: 'Tira para recargar...',
|
||||
loosing: 'Suelta para recargar...'
|
||||
},
|
||||
vanSubmitBar: {
|
||||
label: 'Total:'
|
||||
},
|
||||
vanCoupon: {
|
||||
unlimited: 'Ilimitado',
|
||||
discount: function discount(_discount) {
|
||||
return _discount * 10 + "% de descuento";
|
||||
},
|
||||
condition: function condition(_condition) {
|
||||
return "Al menos " + _condition;
|
||||
}
|
||||
},
|
||||
vanCouponCell: {
|
||||
title: 'Cupón',
|
||||
tips: 'Sin cupones',
|
||||
count: function count(_count) {
|
||||
return "You have " + _count + " coupons";
|
||||
}
|
||||
},
|
||||
vanCouponList: {
|
||||
empty: 'Sin cupones',
|
||||
exchange: 'Intercambio',
|
||||
close: 'Cerrar',
|
||||
enable: 'Disponible',
|
||||
disabled: 'No disponible',
|
||||
placeholder: 'Código del cupón'
|
||||
},
|
||||
vanAddressEdit: {
|
||||
area: 'Área',
|
||||
postal: 'Código Postal',
|
||||
areaEmpty: 'Por favor selecciona una área de recogida',
|
||||
addressEmpty: 'La dirección no puede estar vacia',
|
||||
postalEmpty: 'Código postal inválido',
|
||||
defaultAddress: 'Establecer como dirección por defecto',
|
||||
telPlaceholder: 'Teléfono',
|
||||
namePlaceholder: 'Nombre',
|
||||
areaPlaceholder: 'Área'
|
||||
},
|
||||
vanAddressEditDetail: {
|
||||
label: 'Dirección',
|
||||
placeholder: 'Dirección'
|
||||
},
|
||||
vanAddressList: {
|
||||
add: 'Anadir dirección'
|
||||
}
|
||||
};
|
||||
exports.default = _default;
|
95
node_modules/vant/lib/locale/lang/fr-FR.js
generated
vendored
Normal file
95
node_modules/vant/lib/locale/lang/fr-FR.js
generated
vendored
Normal file
@ -0,0 +1,95 @@
|
||||
"use strict";
|
||||
|
||||
exports.__esModule = true;
|
||||
exports.default = void 0;
|
||||
var _default = {
|
||||
name: 'Nom',
|
||||
tel: 'Telephone',
|
||||
save: 'Sauvegarder',
|
||||
confirm: 'Confirmer',
|
||||
cancel: 'Annuler',
|
||||
delete: 'Suprimer',
|
||||
complete: 'Terminé',
|
||||
loading: 'Chargement...',
|
||||
telEmpty: 'Veuillez remplir le tel',
|
||||
nameEmpty: 'Veuillez remplir le nom',
|
||||
nameInvalid: 'Nom incorrect',
|
||||
confirmDelete: 'Êtes-vous sûr de vouloir supprimer?',
|
||||
telInvalid: 'Numéro de téléphone incorrect',
|
||||
vanCalendar: {
|
||||
end: 'Fin',
|
||||
start: 'Début',
|
||||
title: 'Calendrier',
|
||||
startEnd: 'Début/Fin',
|
||||
weekdays: ['Dim', 'Lun', 'Mar', 'Mer', 'Jeu', 'Ven', 'Sam'],
|
||||
monthTitle: function monthTitle(year, month) {
|
||||
return year + "/" + month;
|
||||
},
|
||||
rangePrompt: function rangePrompt(maxRange) {
|
||||
return "Choisir pas plus de " + maxRange + " jours";
|
||||
}
|
||||
},
|
||||
vanCascader: {
|
||||
select: 'Sélectionner'
|
||||
},
|
||||
vanContactCard: {
|
||||
addText: 'Ajouter des informations de contact'
|
||||
},
|
||||
vanContactList: {
|
||||
addText: 'Ajouter un nouveau contact'
|
||||
},
|
||||
vanPagination: {
|
||||
prev: 'Précédent',
|
||||
next: 'Suivant'
|
||||
},
|
||||
vanPullRefresh: {
|
||||
pulling: 'Tirer pour actualiser ...',
|
||||
loosing: 'Relâchez pour actualiser...'
|
||||
},
|
||||
vanSubmitBar: {
|
||||
label: 'Total:'
|
||||
},
|
||||
vanCoupon: {
|
||||
unlimited: 'Illimité',
|
||||
discount: function discount(_discount) {
|
||||
return _discount * 10 + "% de r\xE9duction";
|
||||
},
|
||||
condition: function condition(_condition) {
|
||||
return "Au moins " + _condition;
|
||||
}
|
||||
},
|
||||
vanCouponCell: {
|
||||
title: 'Coupon',
|
||||
tips: 'Pas de coupons',
|
||||
count: function count(_count) {
|
||||
return "Vous avez " + _count + " coupons";
|
||||
}
|
||||
},
|
||||
vanCouponList: {
|
||||
empty: 'Pas de coupons',
|
||||
exchange: 'Exchange',
|
||||
close: 'Fermer',
|
||||
enable: 'Disponible',
|
||||
disabled: 'Indisponible',
|
||||
placeholder: 'Code coupon'
|
||||
},
|
||||
vanAddressEdit: {
|
||||
area: 'Zone',
|
||||
postal: 'Postal',
|
||||
areaEmpty: 'Veuillez sélectionner une zone de réception',
|
||||
addressEmpty: "L'adresse ne peut pas être vide",
|
||||
postalEmpty: 'Mauvais code postal',
|
||||
defaultAddress: 'Définir comme adresse par défaut',
|
||||
telPlaceholder: 'Téléphone',
|
||||
namePlaceholder: 'Nom',
|
||||
areaPlaceholder: 'Zone'
|
||||
},
|
||||
vanAddressEditDetail: {
|
||||
label: 'Adresse',
|
||||
placeholder: 'Adresse'
|
||||
},
|
||||
vanAddressList: {
|
||||
add: 'Ajouter une nouvelle adresse'
|
||||
}
|
||||
};
|
||||
exports.default = _default;
|
96
node_modules/vant/lib/locale/lang/ja-JP.js
generated
vendored
Normal file
96
node_modules/vant/lib/locale/lang/ja-JP.js
generated
vendored
Normal file
@ -0,0 +1,96 @@
|
||||
"use strict";
|
||||
|
||||
exports.__esModule = true;
|
||||
exports.default = void 0;
|
||||
var _default = {
|
||||
name: 'お名前',
|
||||
tel: '電話番号',
|
||||
save: 'セーブ',
|
||||
confirm: '確認',
|
||||
cancel: 'キャンセル',
|
||||
delete: '削除',
|
||||
complete: '完了',
|
||||
loading: '読み込み中...',
|
||||
telEmpty: '電話番号を入力してください',
|
||||
nameEmpty: '名前を入力してください',
|
||||
nameInvalid: '正しい名前を入力してください',
|
||||
confirmDelete: '本当に削除しますか',
|
||||
telInvalid: '正しい電話番号を入力してください',
|
||||
vanCalendar: {
|
||||
end: '終了',
|
||||
start: '開始',
|
||||
title: '日付選択',
|
||||
confirm: '確認',
|
||||
startEnd: '開始/終了',
|
||||
weekdays: ['日', '月', '火', '水', '木', '金', '土'],
|
||||
monthTitle: function monthTitle(year, month) {
|
||||
return year + "\u5E74" + month + "\u6708";
|
||||
},
|
||||
rangePrompt: function rangePrompt(maxRange) {
|
||||
return maxRange + "\u65E5\u4EE5\u5185\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044";
|
||||
}
|
||||
},
|
||||
vanCascader: {
|
||||
select: '選択する'
|
||||
},
|
||||
vanContactCard: {
|
||||
addText: '連絡先を追加'
|
||||
},
|
||||
vanContactList: {
|
||||
addText: '新しい連絡先を追加'
|
||||
},
|
||||
vanPagination: {
|
||||
prev: '前のページ',
|
||||
next: '次のページ'
|
||||
},
|
||||
vanPullRefresh: {
|
||||
pulling: 'プルダウンして更新...',
|
||||
loosing: 'リリース時に更新...'
|
||||
},
|
||||
vanSubmitBar: {
|
||||
label: '合計:'
|
||||
},
|
||||
vanCoupon: {
|
||||
unlimited: '入場ありません',
|
||||
discount: function discount(_discount) {
|
||||
return 10 - _discount + "\u5272\u5F15";
|
||||
},
|
||||
condition: function condition(_condition) {
|
||||
return _condition + "\u5186\u4EE5\u4E0A\u3067\u5229\u7528\u53EF\u80FD";
|
||||
}
|
||||
},
|
||||
vanCouponCell: {
|
||||
title: 'クーポン',
|
||||
tips: '利用可能なクーポンがありません',
|
||||
count: function count(_count) {
|
||||
return _count + "\u679A\u304C\u5229\u7528\u53EF\u80FD";
|
||||
}
|
||||
},
|
||||
vanCouponList: {
|
||||
empty: 'クーポンはありません',
|
||||
exchange: '両替',
|
||||
close: 'クーポンを使用しません',
|
||||
enable: '利用可能',
|
||||
disabled: '利用できません',
|
||||
placeholder: '割引コードを入力してください'
|
||||
},
|
||||
vanAddressEdit: {
|
||||
area: '地域',
|
||||
postal: '郵便番号',
|
||||
areaEmpty: '地域を選択してください',
|
||||
addressEmpty: '詳しい住所を入力してください',
|
||||
postalEmpty: '邮政编码格式不正确',
|
||||
defaultAddress: 'デフォルトの住所に設定',
|
||||
telPlaceholder: '荷受人の携帯番号',
|
||||
namePlaceholder: '荷受人の名前',
|
||||
areaPlaceholder: '县 / 市 / 町を選択'
|
||||
},
|
||||
vanAddressEditDetail: {
|
||||
label: '詳しい住所',
|
||||
placeholder: '番地、階の部屋番号など'
|
||||
},
|
||||
vanAddressList: {
|
||||
add: '住所を追加'
|
||||
}
|
||||
};
|
||||
exports.default = _default;
|
95
node_modules/vant/lib/locale/lang/nb-NO.js
generated
vendored
Normal file
95
node_modules/vant/lib/locale/lang/nb-NO.js
generated
vendored
Normal file
@ -0,0 +1,95 @@
|
||||
"use strict";
|
||||
|
||||
exports.__esModule = true;
|
||||
exports.default = void 0;
|
||||
var _default = {
|
||||
name: 'Navn',
|
||||
tel: 'Telefon',
|
||||
save: 'Lagre',
|
||||
confirm: 'Bekreft',
|
||||
cancel: 'Avbryt',
|
||||
delete: 'Slett',
|
||||
complete: 'Fullfør',
|
||||
loading: 'Laster...',
|
||||
telEmpty: 'Vennligst fyll inn telefonnummer',
|
||||
nameEmpty: 'Vennligst fyll inn navn',
|
||||
nameInvalid: 'Ugyldig navn',
|
||||
confirmDelete: 'Er du sikker på at du vil slette?',
|
||||
telInvalid: 'Ugyldig telefonnummer',
|
||||
vanCalendar: {
|
||||
end: 'Slutt',
|
||||
start: 'Start',
|
||||
title: 'Kalendar',
|
||||
startEnd: 'Start/Slutt',
|
||||
weekdays: ['Søn', 'Man', 'Tir', 'Ons', 'Tor', 'Fre', 'Lør'],
|
||||
monthTitle: function monthTitle(year, month) {
|
||||
return year + "/" + month;
|
||||
},
|
||||
rangePrompt: function rangePrompt(maxRange) {
|
||||
return "Maks. " + maxRange + " dager";
|
||||
}
|
||||
},
|
||||
vanCascader: {
|
||||
select: 'Plukke ut'
|
||||
},
|
||||
vanContactCard: {
|
||||
addText: 'Legg til kontakt info'
|
||||
},
|
||||
vanContactList: {
|
||||
addText: 'Legg til ny kontakt'
|
||||
},
|
||||
vanPagination: {
|
||||
prev: 'Forrige',
|
||||
next: 'Neste'
|
||||
},
|
||||
vanPullRefresh: {
|
||||
pulling: 'Dra for oppdatering...',
|
||||
loosing: 'Mist for oppdatering...'
|
||||
},
|
||||
vanSubmitBar: {
|
||||
label: 'Totalt:'
|
||||
},
|
||||
vanCoupon: {
|
||||
unlimited: 'Uendelig',
|
||||
discount: function discount(_discount) {
|
||||
return _discount * 10 + "% avslag";
|
||||
},
|
||||
condition: function condition(_condition) {
|
||||
return "Minst " + _condition;
|
||||
}
|
||||
},
|
||||
vanCouponCell: {
|
||||
title: 'Kupong',
|
||||
tips: 'Ingen kuponger',
|
||||
count: function count(_count) {
|
||||
return "Du har " + _count + " kuponger";
|
||||
}
|
||||
},
|
||||
vanCouponList: {
|
||||
empty: 'Ingen kuponger',
|
||||
exchange: 'Bytte',
|
||||
close: 'Lukk',
|
||||
enable: 'Tilgjengelig',
|
||||
disabled: 'Utilgjengelig',
|
||||
placeholder: 'Kupong kode'
|
||||
},
|
||||
vanAddressEdit: {
|
||||
area: 'Område',
|
||||
postal: 'Postkode',
|
||||
areaEmpty: 'Vennligst fyll inn område',
|
||||
addressEmpty: 'Addresse kan ikke være tomt',
|
||||
postalEmpty: 'Feil postkode',
|
||||
defaultAddress: 'Sett som standard adresse',
|
||||
telPlaceholder: 'Telefon',
|
||||
namePlaceholder: 'Navn',
|
||||
areaPlaceholder: 'Område'
|
||||
},
|
||||
vanAddressEditDetail: {
|
||||
label: 'Adresse',
|
||||
placeholder: 'Adresse'
|
||||
},
|
||||
vanAddressList: {
|
||||
add: 'Legg til ny adresse'
|
||||
}
|
||||
};
|
||||
exports.default = _default;
|
95
node_modules/vant/lib/locale/lang/ro-RO.js
generated
vendored
Normal file
95
node_modules/vant/lib/locale/lang/ro-RO.js
generated
vendored
Normal file
@ -0,0 +1,95 @@
|
||||
"use strict";
|
||||
|
||||
exports.__esModule = true;
|
||||
exports.default = void 0;
|
||||
var _default = {
|
||||
name: 'Nume',
|
||||
tel: 'Telefon',
|
||||
save: 'Salvează',
|
||||
confirm: 'Confirmă',
|
||||
cancel: 'Anulează',
|
||||
delete: 'Șterge',
|
||||
complete: 'Finalizează',
|
||||
loading: 'Încărcare...',
|
||||
telEmpty: 'Te rugăm să completezi telefonul',
|
||||
nameEmpty: 'Te rugăm să completezi numele',
|
||||
nameInvalid: 'Nume incorect',
|
||||
confirmDelete: 'Ești sigur ca vrei sa stergi?',
|
||||
telInvalid: 'Număr de telefon invalid',
|
||||
vanCalendar: {
|
||||
end: 'Sfârșit',
|
||||
start: 'Început',
|
||||
title: 'Calendar',
|
||||
startEnd: 'Început/Sfârsit',
|
||||
weekdays: ['Dum', 'Lun', 'Mar', 'Mie', 'Joi', 'Vin', 'Sâm'],
|
||||
monthTitle: function monthTitle(year, month) {
|
||||
return year + "/" + month;
|
||||
},
|
||||
rangePrompt: function rangePrompt(maxRange) {
|
||||
return "Alege maxim " + maxRange + " zile";
|
||||
}
|
||||
},
|
||||
vanCascader: {
|
||||
select: 'Selectați'
|
||||
},
|
||||
vanContactCard: {
|
||||
addText: 'Adaugă informațiile de contact'
|
||||
},
|
||||
vanContactList: {
|
||||
addText: 'Adaugă contact nou'
|
||||
},
|
||||
vanPagination: {
|
||||
prev: 'Precedenta',
|
||||
next: 'Urmatoarea'
|
||||
},
|
||||
vanPullRefresh: {
|
||||
pulling: 'Trage pentru a da împrospăta...',
|
||||
loosing: 'Eliberează pentru a împrospăta...'
|
||||
},
|
||||
vanSubmitBar: {
|
||||
label: 'Total:'
|
||||
},
|
||||
vanCoupon: {
|
||||
unlimited: 'Nelimitat',
|
||||
discount: function discount(_discount) {
|
||||
return _discount * 10 + "% discount";
|
||||
},
|
||||
condition: function condition(_condition) {
|
||||
return "Cel pu\u021Bin " + _condition;
|
||||
}
|
||||
},
|
||||
vanCouponCell: {
|
||||
title: 'Cupon',
|
||||
tips: 'Fără cupoane',
|
||||
count: function count(_count) {
|
||||
return "Ai " + _count + " cupoane";
|
||||
}
|
||||
},
|
||||
vanCouponList: {
|
||||
empty: 'Fără cupoane',
|
||||
exchange: 'Schimbă',
|
||||
close: 'Închide',
|
||||
enable: 'Disponibil',
|
||||
disabled: 'Indisponibil',
|
||||
placeholder: 'Cod cupon'
|
||||
},
|
||||
vanAddressEdit: {
|
||||
area: 'Zonă',
|
||||
postal: 'Cod postal',
|
||||
areaEmpty: 'Te rugăm sa selectezi o zona de primire',
|
||||
addressEmpty: 'Adresa nu poate fi goală',
|
||||
postalEmpty: 'Cod postal invalid',
|
||||
defaultAddress: 'Setează ca adresă de pornire',
|
||||
telPlaceholder: 'Telefon',
|
||||
namePlaceholder: 'Nume',
|
||||
areaPlaceholder: 'Zonă'
|
||||
},
|
||||
vanAddressEditDetail: {
|
||||
label: 'Adresă',
|
||||
placeholder: 'Adresă'
|
||||
},
|
||||
vanAddressList: {
|
||||
add: 'Adaugă adresă nouă'
|
||||
}
|
||||
};
|
||||
exports.default = _default;
|
96
node_modules/vant/lib/locale/lang/th-TH.js
generated
vendored
Normal file
96
node_modules/vant/lib/locale/lang/th-TH.js
generated
vendored
Normal file
@ -0,0 +1,96 @@
|
||||
"use strict";
|
||||
|
||||
exports.__esModule = true;
|
||||
exports.default = void 0;
|
||||
var _default = {
|
||||
name: 'ชื่อ',
|
||||
tel: 'โทรศัพท์',
|
||||
save: 'บันทึก',
|
||||
confirm: 'ยืนยัน',
|
||||
cancel: 'ยกเลิก',
|
||||
delete: 'ลบ',
|
||||
complete: 'ดำเนินการ',
|
||||
loading: 'กำลังโหลด...',
|
||||
telEmpty: 'กรุณากรอกข้อมูลในโทรศัพท์',
|
||||
nameEmpty: 'กรุณากรอกชื่อของคุณ',
|
||||
nameInvalid: 'กรุณากรอกชื่อที่ถูกต้อง',
|
||||
confirmDelete: 'คุณแน่ใจว่าต้องการลบ',
|
||||
telInvalid: 'กรุณากรอกหมายเลขโทรศัพท์ที่ถูกต้อง',
|
||||
vanCalendar: {
|
||||
end: 'จบ',
|
||||
start: 'เริ่ม',
|
||||
title: 'การเลือกวันที่',
|
||||
confirm: 'ตกลง',
|
||||
startEnd: 'เริ่ม/เริ่ม',
|
||||
weekdays: ['อา', 'จ', 'อ', 'พ', 'พฤ', 'ศ', 'ส'],
|
||||
monthTitle: function monthTitle(year, month) {
|
||||
return year + "\u0E1B\u0E35" + month + "\u0E40\u0E14\u0E37\u0E2D\u0E19";
|
||||
},
|
||||
rangePrompt: function rangePrompt(maxRange) {
|
||||
return "\u0E08\u0E33\u0E19\u0E27\u0E19\u0E27\u0E31\u0E19\u0E17\u0E35\u0E48\u0E40\u0E25\u0E37\u0E2D\u0E01\u0E15\u0E49\u0E2D\u0E07\u0E44\u0E21\u0E48\u0E40\u0E01\u0E34\u0E19 " + maxRange + " \u0E27\u0E31\u0E19";
|
||||
}
|
||||
},
|
||||
vanCascader: {
|
||||
select: 'โปรดเลือก'
|
||||
},
|
||||
vanContactCard: {
|
||||
addText: 'เพิ่มผู้ติดต่อ'
|
||||
},
|
||||
vanContactList: {
|
||||
addText: 'รายชื่อติดต่อใหม่'
|
||||
},
|
||||
vanPagination: {
|
||||
prev: 'หน้าที่แล้ว',
|
||||
next: 'หน้าต่อไป'
|
||||
},
|
||||
vanPullRefresh: {
|
||||
pulling: 'ดึงลงเพื่อรีเฟรช...',
|
||||
loosing: 'ปล่อยเพื่อรีเฟรช...'
|
||||
},
|
||||
vanSubmitBar: {
|
||||
label: 'รวม:'
|
||||
},
|
||||
vanCoupon: {
|
||||
unlimited: 'ไม่มีเกณฑ์การใช้งาน',
|
||||
discount: function discount(_discount) {
|
||||
return "\u0E25\u0E14" + _discount;
|
||||
},
|
||||
condition: function condition(_condition) {
|
||||
return "\u0E21\u0E35\u0E08\u0E33\u0E2B\u0E19\u0E48\u0E32\u0E22\u0E43\u0E19\u0E23\u0E32\u0E04\u0E32 " + _condition + " \u0E01\u0E27\u0E48\u0E32\u0E2B\u0E22\u0E27\u0E19";
|
||||
}
|
||||
},
|
||||
vanCouponCell: {
|
||||
title: 'คูปอง',
|
||||
tips: 'ไม่สามารถใช้ได้',
|
||||
count: function count(_count) {
|
||||
return "\u0E21\u0E35\u0E23\u0E39\u0E1B\u0E20\u0E32\u0E1E " + _count + " \u0E23\u0E39\u0E1B";
|
||||
}
|
||||
},
|
||||
vanCouponList: {
|
||||
empty: 'ไม่มีคูปอง',
|
||||
exchange: 'แลกเปลี่ยน',
|
||||
close: 'ห้ามใช้คูปอง',
|
||||
enable: 'พร้อมใช้งาน',
|
||||
disabled: 'ไม่พร้อมใช้งาน',
|
||||
placeholder: 'กรุณากรอกรหัสคูปอง'
|
||||
},
|
||||
vanAddressEdit: {
|
||||
area: 'พื้นที่',
|
||||
postal: 'รหัสไปรษณีย์',
|
||||
areaEmpty: 'โปรดเลือกภูมิภาค',
|
||||
addressEmpty: 'กรุณากรอกที่อยู่โดยละเอียด',
|
||||
postalEmpty: 'รูปแบบรหัสไปรษณีย์ไม่ถูกต้อง',
|
||||
defaultAddress: 'ตั้งเป็นที่อยู่จัดส่งเริ่มต้น',
|
||||
telPlaceholder: 'หมายเลขโทรศัพท์มือถือของผู้รับสินค้า',
|
||||
namePlaceholder: 'ชื่อผู้รับ',
|
||||
areaPlaceholder: 'เลือกจังหวัด / เมือง / อำเภอ'
|
||||
},
|
||||
vanAddressEditDetail: {
|
||||
label: 'ที่อยู่',
|
||||
placeholder: 'เลขที่บ้านเลขที่ห้องชั้นและข้อมูลอื่น ๆ'
|
||||
},
|
||||
vanAddressList: {
|
||||
add: 'เพิ่มที่อยู่'
|
||||
}
|
||||
};
|
||||
exports.default = _default;
|
95
node_modules/vant/lib/locale/lang/tr-TR.js
generated
vendored
Normal file
95
node_modules/vant/lib/locale/lang/tr-TR.js
generated
vendored
Normal file
@ -0,0 +1,95 @@
|
||||
"use strict";
|
||||
|
||||
exports.__esModule = true;
|
||||
exports.default = void 0;
|
||||
var _default = {
|
||||
name: 'İsim',
|
||||
tel: 'Telefon',
|
||||
save: 'Kaydet',
|
||||
confirm: 'Onayla',
|
||||
cancel: 'İptal',
|
||||
delete: 'Sil',
|
||||
complete: 'Tamamla',
|
||||
loading: 'Yükleniyor...',
|
||||
telEmpty: 'Lütfen tel. no giriniz',
|
||||
nameEmpty: 'Lütfen isim giriniz',
|
||||
nameInvalid: 'Geçersiz isim',
|
||||
confirmDelete: 'Silmek istediğinize emin misiniz?',
|
||||
telInvalid: 'Geçersiz tel. numarası',
|
||||
vanCalendar: {
|
||||
end: 'Son',
|
||||
start: 'Başlat',
|
||||
title: 'Takvim',
|
||||
startEnd: 'Başlat/Son',
|
||||
weekdays: ['Paz', 'Pzt', 'Sal', 'Çar', 'Per', 'Cum', 'Cmt'],
|
||||
monthTitle: function monthTitle(year, month) {
|
||||
return year + "/" + month;
|
||||
},
|
||||
rangePrompt: function rangePrompt(maxRange) {
|
||||
return "En fazla " + maxRange + " g\xFCn se\xE7in";
|
||||
}
|
||||
},
|
||||
vanCascader: {
|
||||
select: 'Seçiniz'
|
||||
},
|
||||
vanContactCard: {
|
||||
addText: 'Kişi bilgisi ekle'
|
||||
},
|
||||
vanContactList: {
|
||||
addText: 'Yeni kişi ekle'
|
||||
},
|
||||
vanPagination: {
|
||||
prev: 'Önceki',
|
||||
next: 'Sonraki'
|
||||
},
|
||||
vanPullRefresh: {
|
||||
pulling: 'Yenilemek için çekin...',
|
||||
loosing: 'Yenilemek için bırakın...'
|
||||
},
|
||||
vanSubmitBar: {
|
||||
label: 'Toplam:'
|
||||
},
|
||||
vanCoupon: {
|
||||
unlimited: 'Sınırsız',
|
||||
discount: function discount(_discount) {
|
||||
return "%" + _discount * 10 + " indirim";
|
||||
},
|
||||
condition: function condition(_condition) {
|
||||
return "En az " + _condition;
|
||||
}
|
||||
},
|
||||
vanCouponCell: {
|
||||
title: 'Kupon',
|
||||
tips: 'Kupon yok',
|
||||
count: function count(_count) {
|
||||
return _count + " adet teklif var";
|
||||
}
|
||||
},
|
||||
vanCouponList: {
|
||||
empty: 'Kupon yok',
|
||||
exchange: 'Takas',
|
||||
close: 'Kapat',
|
||||
enable: 'Mevcut',
|
||||
disabled: 'Mevcut değil',
|
||||
placeholder: 'Kupon kodu'
|
||||
},
|
||||
vanAddressEdit: {
|
||||
area: 'Alan',
|
||||
postal: 'Posta',
|
||||
areaEmpty: 'Lütfen alıcı alanını seçin',
|
||||
addressEmpty: 'Adres boş olamaz!',
|
||||
postalEmpty: 'Yanlış posta kodu',
|
||||
defaultAddress: 'Varsayılan adres olarak ayarla',
|
||||
telPlaceholder: 'Telefone',
|
||||
namePlaceholder: 'İsim',
|
||||
areaPlaceholder: 'Alan'
|
||||
},
|
||||
vanAddressEditDetail: {
|
||||
label: 'Adres',
|
||||
placeholder: 'Adres'
|
||||
},
|
||||
vanAddressList: {
|
||||
add: 'Yeni adres ekle'
|
||||
}
|
||||
};
|
||||
exports.default = _default;
|
96
node_modules/vant/lib/locale/lang/vi-VN.js
generated
vendored
Normal file
96
node_modules/vant/lib/locale/lang/vi-VN.js
generated
vendored
Normal file
@ -0,0 +1,96 @@
|
||||
"use strict";
|
||||
|
||||
exports.__esModule = true;
|
||||
exports.default = void 0;
|
||||
var _default = {
|
||||
name: 'Tên',
|
||||
tel: 'Điện thoại',
|
||||
save: 'Đồng ý',
|
||||
confirm: 'Xác nhận',
|
||||
cancel: 'Hủy bỏ',
|
||||
delete: 'Xóa bỏ',
|
||||
complete: 'Hoàn thành',
|
||||
loading: 'Đang tải...',
|
||||
telEmpty: 'Vui lòng điền số điện thoại',
|
||||
nameEmpty: 'vui lòng điền tên',
|
||||
nameInvalid: 'Vui lòng nhập tên chính xác',
|
||||
confirmDelete: 'Bạn có chắc chắn muốn xóa',
|
||||
telInvalid: 'Vui lòng nhập số điện thoại chính xác',
|
||||
vanCalendar: {
|
||||
end: 'Chấm dứt',
|
||||
start: 'Bắt đầu',
|
||||
title: 'Chọn ngày',
|
||||
confirm: 'Đảm bảo',
|
||||
startEnd: 'Bắt đầu / Kết thúc',
|
||||
weekdays: ['Chủ Nhật', 'Thứ Hai', 'Thứ Ba', 'Thứ Tư', 'Thứ Năm', 'Thứ Sáu', 'Thứ Bảy'],
|
||||
monthTitle: function monthTitle(year, month) {
|
||||
return year + " n\u0103m " + month + " th\xE1ng";
|
||||
},
|
||||
rangePrompt: function rangePrompt(maxRange) {
|
||||
return "C\xE1c ng\xE0y \u0111\u01B0\u1EE3c ch\u1ECDn kh\xF4ng \u0111\u01B0\u1EE3c v\u01B0\u1EE3t qu\xE1 " + maxRange + " ng\xE0y";
|
||||
}
|
||||
},
|
||||
vanCascader: {
|
||||
select: 'Xin hãy lựa chọn'
|
||||
},
|
||||
vanContactCard: {
|
||||
addText: 'Thêm địa chỉ liên hệ'
|
||||
},
|
||||
vanContactList: {
|
||||
addText: 'Địa chỉ liên lạc mới'
|
||||
},
|
||||
vanPagination: {
|
||||
prev: 'Trang trước',
|
||||
next: 'Trang sau'
|
||||
},
|
||||
vanPullRefresh: {
|
||||
pulling: 'Kéo xuống để làm mới...',
|
||||
loosing: 'Phát hành để làm mới...'
|
||||
},
|
||||
vanSubmitBar: {
|
||||
label: 'Toàn bộ:'
|
||||
},
|
||||
vanCoupon: {
|
||||
unlimited: 'Không có ngưỡng sử dụng',
|
||||
discount: function discount(_discount) {
|
||||
return _discount + " Chi\u1EBFt kh\u1EA5u";
|
||||
},
|
||||
condition: function condition(_condition) {
|
||||
return "C\xF3 s\u1EB5n sau khi chi ti\xEAu " + _condition + " Vi\u1EC7t Nam \u0110\u1ED3ng";
|
||||
}
|
||||
},
|
||||
vanCouponCell: {
|
||||
title: 'Phiếu giảm giá',
|
||||
tips: 'Chưa có',
|
||||
count: function count(_count) {
|
||||
return _count + " trang t\xEDnh kh\u1EA3 d\u1EE5ng";
|
||||
}
|
||||
},
|
||||
vanCouponList: {
|
||||
empty: 'Chưa có phiếu giảm giá',
|
||||
exchange: 'Trao đổi',
|
||||
close: 'Không sử dụng phiếu giảm giá',
|
||||
enable: 'Có sẵn',
|
||||
disabled: 'không có sẵn',
|
||||
placeholder: 'Vui lòng nhập mã khuyến mãi'
|
||||
},
|
||||
vanAddressEdit: {
|
||||
area: 'Khu vực',
|
||||
postal: 'Mã bưu điện',
|
||||
areaEmpty: 'Vui lòng chọn khu vực',
|
||||
addressEmpty: 'Vui lòng điền vào địa chỉ chi tiết',
|
||||
postalEmpty: 'Định dạng mã zip không chính xác',
|
||||
defaultAddress: 'Đặt làm địa chỉ giao hàng mặc định',
|
||||
telPlaceholder: 'Số điện thoại của người nhận hàng',
|
||||
namePlaceholder: 'Tên người nhận hàng',
|
||||
areaPlaceholder: 'Chọn Tỉnh / Thành phố / Quận / Huyện'
|
||||
},
|
||||
vanAddressEditDetail: {
|
||||
label: 'Địa chỉ chi tiết',
|
||||
placeholder: 'Số đường phố, số phòng tầng, v.v.'
|
||||
},
|
||||
vanAddressList: {
|
||||
add: 'Thêm địa chỉ'
|
||||
}
|
||||
};
|
||||
exports.default = _default;
|
96
node_modules/vant/lib/locale/lang/zh-CN.js
generated
vendored
Normal file
96
node_modules/vant/lib/locale/lang/zh-CN.js
generated
vendored
Normal file
@ -0,0 +1,96 @@
|
||||
"use strict";
|
||||
|
||||
exports.__esModule = true;
|
||||
exports.default = void 0;
|
||||
var _default = {
|
||||
name: '姓名',
|
||||
tel: '电话',
|
||||
save: '保存',
|
||||
confirm: '确认',
|
||||
cancel: '取消',
|
||||
delete: '删除',
|
||||
complete: '完成',
|
||||
loading: '加载中...',
|
||||
telEmpty: '请填写电话',
|
||||
nameEmpty: '请填写姓名',
|
||||
nameInvalid: '请输入正确的姓名',
|
||||
confirmDelete: '确定要删除吗',
|
||||
telInvalid: '请输入正确的手机号',
|
||||
vanCalendar: {
|
||||
end: '结束',
|
||||
start: '开始',
|
||||
title: '日期选择',
|
||||
confirm: '确定',
|
||||
startEnd: '开始/结束',
|
||||
weekdays: ['日', '一', '二', '三', '四', '五', '六'],
|
||||
monthTitle: function monthTitle(year, month) {
|
||||
return year + "\u5E74" + month + "\u6708";
|
||||
},
|
||||
rangePrompt: function rangePrompt(maxRange) {
|
||||
return "\u9009\u62E9\u5929\u6570\u4E0D\u80FD\u8D85\u8FC7 " + maxRange + " \u5929";
|
||||
}
|
||||
},
|
||||
vanCascader: {
|
||||
select: '请选择'
|
||||
},
|
||||
vanContactCard: {
|
||||
addText: '添加联系人'
|
||||
},
|
||||
vanContactList: {
|
||||
addText: '新建联系人'
|
||||
},
|
||||
vanPagination: {
|
||||
prev: '上一页',
|
||||
next: '下一页'
|
||||
},
|
||||
vanPullRefresh: {
|
||||
pulling: '下拉即可刷新...',
|
||||
loosing: '释放即可刷新...'
|
||||
},
|
||||
vanSubmitBar: {
|
||||
label: '合计:'
|
||||
},
|
||||
vanCoupon: {
|
||||
unlimited: '无使用门槛',
|
||||
discount: function discount(_discount) {
|
||||
return _discount + "\u6298";
|
||||
},
|
||||
condition: function condition(_condition) {
|
||||
return "\u6EE1" + _condition + "\u5143\u53EF\u7528";
|
||||
}
|
||||
},
|
||||
vanCouponCell: {
|
||||
title: '优惠券',
|
||||
tips: '暂无可用',
|
||||
count: function count(_count) {
|
||||
return _count + "\u5F20\u53EF\u7528";
|
||||
}
|
||||
},
|
||||
vanCouponList: {
|
||||
empty: '暂无优惠券',
|
||||
exchange: '兑换',
|
||||
close: '不使用优惠券',
|
||||
enable: '可用',
|
||||
disabled: '不可用',
|
||||
placeholder: '请输入优惠码'
|
||||
},
|
||||
vanAddressEdit: {
|
||||
area: '地区',
|
||||
postal: '邮政编码',
|
||||
areaEmpty: '请选择地区',
|
||||
addressEmpty: '请填写详细地址',
|
||||
postalEmpty: '邮政编码格式不正确',
|
||||
defaultAddress: '设为默认收货地址',
|
||||
telPlaceholder: '收货人手机号',
|
||||
namePlaceholder: '收货人姓名',
|
||||
areaPlaceholder: '选择省 / 市 / 区'
|
||||
},
|
||||
vanAddressEditDetail: {
|
||||
label: '详细地址',
|
||||
placeholder: '街道门牌、楼层房间号等信息'
|
||||
},
|
||||
vanAddressList: {
|
||||
add: '新增地址'
|
||||
}
|
||||
};
|
||||
exports.default = _default;
|
96
node_modules/vant/lib/locale/lang/zh-HK.js
generated
vendored
Normal file
96
node_modules/vant/lib/locale/lang/zh-HK.js
generated
vendored
Normal file
@ -0,0 +1,96 @@
|
||||
"use strict";
|
||||
|
||||
exports.__esModule = true;
|
||||
exports.default = void 0;
|
||||
var _default = {
|
||||
name: '姓名',
|
||||
tel: '電話',
|
||||
save: '保存',
|
||||
confirm: '確認',
|
||||
cancel: '取消',
|
||||
delete: '刪除',
|
||||
complete: '完成',
|
||||
loading: '加載中...',
|
||||
telEmpty: '請填寫電話',
|
||||
nameEmpty: '請填寫姓名',
|
||||
nameInvalid: '請輸入正確的姓名',
|
||||
confirmDelete: '確定要刪除嗎',
|
||||
telInvalid: '請填寫正確的電話',
|
||||
vanCalendar: {
|
||||
end: '結束',
|
||||
start: '開始',
|
||||
title: '日期選擇',
|
||||
confirm: '確定',
|
||||
startEnd: '開始/結束',
|
||||
weekdays: ['日', '一', '二', '三', '四', '五', '六'],
|
||||
monthTitle: function monthTitle(year, month) {
|
||||
return year + "\u5E74" + month + "\u6708";
|
||||
},
|
||||
rangePrompt: function rangePrompt(maxRange) {
|
||||
return "\u9078\u64C7\u5929\u6578\u4E0D\u80FD\u8D85\u904E " + maxRange + " \u5929";
|
||||
}
|
||||
},
|
||||
vanCascader: {
|
||||
select: '請選擇'
|
||||
},
|
||||
vanContactCard: {
|
||||
addText: '添加聯系人'
|
||||
},
|
||||
vanContactList: {
|
||||
addText: '新建聯系人'
|
||||
},
|
||||
vanPagination: {
|
||||
prev: '上一頁',
|
||||
next: '下一頁'
|
||||
},
|
||||
vanPullRefresh: {
|
||||
pulling: '下拉即可刷新...',
|
||||
loosing: '釋放即可刷新...'
|
||||
},
|
||||
vanSubmitBar: {
|
||||
label: '合計:'
|
||||
},
|
||||
vanCoupon: {
|
||||
unlimited: '無使用門檻',
|
||||
discount: function discount(_discount) {
|
||||
return _discount + "\u6298";
|
||||
},
|
||||
condition: function condition(_condition) {
|
||||
return "\u6EFF" + _condition + "\u5143\u53EF\u7528";
|
||||
}
|
||||
},
|
||||
vanCouponCell: {
|
||||
title: '優惠券',
|
||||
tips: '暫無可用',
|
||||
count: function count(_count) {
|
||||
return _count + "\u5F35\u53EF\u7528";
|
||||
}
|
||||
},
|
||||
vanCouponList: {
|
||||
empty: '暫無優惠券',
|
||||
exchange: '兌換',
|
||||
close: '不使用優惠',
|
||||
enable: '可使用優惠券',
|
||||
disabled: '不可使用優惠券',
|
||||
placeholder: '請輸入優惠碼'
|
||||
},
|
||||
vanAddressEdit: {
|
||||
area: '地區',
|
||||
postal: '郵政編碼',
|
||||
areaEmpty: '請選擇地區',
|
||||
addressEmpty: '請填寫詳細地址',
|
||||
postalEmpty: '郵政編碼格式不正確',
|
||||
defaultAddress: '設為默認收貨地址',
|
||||
telPlaceholder: '收貨人手機號',
|
||||
namePlaceholder: '收貨人姓名',
|
||||
areaPlaceholder: '選擇省 / 市 / 區'
|
||||
},
|
||||
vanAddressEditDetail: {
|
||||
label: '詳細地址',
|
||||
placeholder: '街道門牌、樓層房間號等信息'
|
||||
},
|
||||
vanAddressList: {
|
||||
add: '新增地址'
|
||||
}
|
||||
};
|
||||
exports.default = _default;
|
96
node_modules/vant/lib/locale/lang/zh-TW.js
generated
vendored
Normal file
96
node_modules/vant/lib/locale/lang/zh-TW.js
generated
vendored
Normal file
@ -0,0 +1,96 @@
|
||||
"use strict";
|
||||
|
||||
exports.__esModule = true;
|
||||
exports.default = void 0;
|
||||
var _default = {
|
||||
name: '姓名',
|
||||
tel: '電話',
|
||||
save: '儲存',
|
||||
confirm: '確認',
|
||||
cancel: '取消',
|
||||
delete: '刪除',
|
||||
complete: '完成',
|
||||
loading: '載入中...',
|
||||
telEmpty: '請填寫電話',
|
||||
nameEmpty: '請填寫姓名',
|
||||
nameInvalid: '請輸入正確的姓名',
|
||||
confirmDelete: '確定要刪除嗎',
|
||||
telInvalid: '請填寫正確的電話',
|
||||
vanCalendar: {
|
||||
end: '結束',
|
||||
start: '開始',
|
||||
title: '日期選擇',
|
||||
confirm: '確定',
|
||||
startEnd: '開始/結束',
|
||||
weekdays: ['日', '一', '二', '三', '四', '五', '六'],
|
||||
monthTitle: function monthTitle(year, month) {
|
||||
return year + "\u5E74" + month + "\u6708";
|
||||
},
|
||||
rangePrompt: function rangePrompt(maxRange) {
|
||||
return "\u9078\u64C7\u5929\u6578\u4E0D\u80FD\u8D85\u904E " + maxRange + " \u5929";
|
||||
}
|
||||
},
|
||||
vanCascader: {
|
||||
select: '請選擇'
|
||||
},
|
||||
vanContactCard: {
|
||||
addText: '新增聯絡人'
|
||||
},
|
||||
vanContactList: {
|
||||
addText: '建立聯絡人'
|
||||
},
|
||||
vanPagination: {
|
||||
prev: '上一頁',
|
||||
next: '下一頁'
|
||||
},
|
||||
vanPullRefresh: {
|
||||
pulling: '下拉即可刷新...',
|
||||
loosing: '釋放即可刷新...'
|
||||
},
|
||||
vanSubmitBar: {
|
||||
label: '合計:'
|
||||
},
|
||||
vanCoupon: {
|
||||
unlimited: '無使用門檻',
|
||||
discount: function discount(_discount) {
|
||||
return _discount + "\u6298";
|
||||
},
|
||||
condition: function condition(_condition) {
|
||||
return "\u6EFF" + _condition + "\u5143\u53EF\u7528";
|
||||
}
|
||||
},
|
||||
vanCouponCell: {
|
||||
title: '優惠券',
|
||||
tips: '暫無可用',
|
||||
count: function count(_count) {
|
||||
return _count + "\u5F35\u53EF\u7528";
|
||||
}
|
||||
},
|
||||
vanCouponList: {
|
||||
empty: '暫無優惠券',
|
||||
exchange: '兌換',
|
||||
close: '不使用優惠',
|
||||
enable: '可使用優惠券',
|
||||
disabled: '不可使用優惠券',
|
||||
placeholder: '請輸入優惠代碼'
|
||||
},
|
||||
vanAddressEdit: {
|
||||
area: '地區',
|
||||
postal: '郵遞區號',
|
||||
areaEmpty: '請選擇地區',
|
||||
addressEmpty: '請填寫詳細地址',
|
||||
postalEmpty: '郵遞區號格式不正確',
|
||||
defaultAddress: '設為預設收貨地址',
|
||||
telPlaceholder: '收貨人手機號碼',
|
||||
namePlaceholder: '收貨人姓名',
|
||||
areaPlaceholder: '選擇縣 / 市'
|
||||
},
|
||||
vanAddressEditDetail: {
|
||||
label: '詳細地址',
|
||||
placeholder: '街道門牌、樓層房號等資訊'
|
||||
},
|
||||
vanAddressList: {
|
||||
add: '新增地址'
|
||||
}
|
||||
};
|
||||
exports.default = _default;
|
1
node_modules/vant/lib/locale/style/index.js
generated
vendored
Normal file
1
node_modules/vant/lib/locale/style/index.js
generated
vendored
Normal file
@ -0,0 +1 @@
|
||||
require('../../style/base.css');
|
1
node_modules/vant/lib/locale/style/less.js
generated
vendored
Normal file
1
node_modules/vant/lib/locale/style/less.js
generated
vendored
Normal file
@ -0,0 +1 @@
|
||||
require('../../style/base.less');
|
Reference in New Issue
Block a user