UNPKG

821 BJavaScriptView Raw
1export default {
2 today: 'Azi',
3 now: 'Acum',
4 backToToday: 'Înapoi la azi',
5 ok: 'Ok',
6 clear: 'Șterge',
7 month: 'Lună',
8 year: 'An',
9 timeSelect: 'selectează timpul',
10 dateSelect: 'selectează data',
11 weekSelect: 'Alege o săptămână',
12 monthSelect: 'Alege o lună',
13 yearSelect: 'Alege un an',
14 decadeSelect: 'Alege un deceniu',
15 yearFormat: 'YYYY',
16 dateFormat: 'D/M/YYYY',
17 dayFormat: 'D',
18 dateTimeFormat: 'D/M/YYYY HH:mm:ss',
19 monthBeforeYear: true,
20 previousMonth: 'Luna anterioară (PageUp)',
21 nextMonth: 'Luna următoare (PageDown)',
22 previousYear: 'Anul anterior (Control + stânga)',
23 nextYear: 'Anul următor (Control + dreapta)',
24 previousDecade: 'Deceniul anterior',
25 nextDecade: 'Deceniul următor',
26 previousCentury: 'Secolul anterior',
27 nextCentury: 'Secolul următor'
28};
\No newline at end of file