first commit
This commit is contained in:
commit
eb2f504652
32490 changed files with 5731109 additions and 0 deletions
25
node_modules/@fullcalendar/core/locales/ro.js
generated
vendored
Normal file
25
node_modules/@fullcalendar/core/locales/ro.js
generated
vendored
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
var l59 = {
|
||||
code: 'ro',
|
||||
week: {
|
||||
dow: 1,
|
||||
doy: 7, // The week that contains Jan 1st is the first week of the year.
|
||||
},
|
||||
buttonText: {
|
||||
prev: 'precedentă',
|
||||
next: 'următoare',
|
||||
today: 'Azi',
|
||||
year: 'An',
|
||||
month: 'Lună',
|
||||
week: 'Săptămână',
|
||||
day: 'Zi',
|
||||
list: 'Agendă',
|
||||
},
|
||||
weekText: 'Săpt',
|
||||
allDayText: 'Toată ziua',
|
||||
moreLinkText(n) {
|
||||
return '+alte ' + n;
|
||||
},
|
||||
noEventsText: 'Nu există evenimente de afișat',
|
||||
};
|
||||
|
||||
export { l59 as default };
|
||||
Loading…
Add table
Add a link
Reference in a new issue