vant/src/locale/lang/ro-RO.ts
neverland bcd4ddfbe4
chore(Locale): remove telEmpty field (#9363)
* chore(Locale): remove telEmpty field

* chore: update snapshot
2021-09-01 11:00:19 +08:00

76 lines
2.0 KiB
TypeScript
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.

export default {
name: 'Nume',
tel: 'Telefon',
save: 'Salvează',
confirm: 'Confirmă',
cancel: 'Anulează',
delete: 'Șterge',
complete: 'Finalizează',
loading: 'Încărcare...',
nameEmpty: 'Te rugăm să completezi numele',
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: (year: number, month: number) => `${year}/${month}`,
rangePrompt: (maxRange: number) => `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: (discount: number) => `${discount * 10}% discount`,
condition: (condition: number) => `Cel puțin ${condition}`,
},
vanCouponCell: {
title: 'Cupon',
tips: 'Fără cupoane',
count: (count: number) => `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',
},
vanAddressEditDetail: {
label: 'Adresă',
placeholder: 'Adresă',
},
vanAddressList: {
add: 'Adaugă adresă nouă',
},
};