2025-06-26 14:55:08 +08:00

95 lines
2.4 KiB
JavaScript
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

"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;