mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
feat(Locale): adding Romanian language support (#6193)
Romanian translation
This commit is contained in:
parent
d68943cd73
commit
7f100806e1
77
src/locale/lang/ro-RO.ts
Normal file
77
src/locale/lang/ro-RO.ts
Normal file
@ -0,0 +1,77 @@
|
||||
export 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: (year: number, month: number) => `${year}/${month}`,
|
||||
rangePrompt: (maxRange: number) => `Alege maxim ${maxRange} zile`,
|
||||
},
|
||||
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',
|
||||
telPlaceholder: 'Telefon',
|
||||
namePlaceholder: 'Nume',
|
||||
areaPlaceholder: 'Zonă',
|
||||
},
|
||||
vanAddressEditDetail: {
|
||||
label: 'Adresă',
|
||||
placeholder: 'Adresă',
|
||||
},
|
||||
vanAddressList: {
|
||||
add: 'Adaugă adresă nouă',
|
||||
},
|
||||
};
|
Loading…
x
Reference in New Issue
Block a user