tikiwiki/packages/tiki-pkg-fullcalendarscheduler/npm-asset/fullcalendar-scheduler/locales/ro.js

30 lines
571 B
JavaScript
Raw Permalink Normal View History

2023-11-20 21:52:04 +01:00
FullCalendar.globalLocales.push(function () {
'use strict';
var ro = {
code: "ro",
week: {
dow: 1,
doy: 7
},
buttonText: {
prev: "precedent\u0103",
next: "urm\u0103toare",
today: "Azi",
month: "Lun\u0103",
week: "S\u0103pt\u0103m\xE2n\u0103",
day: "Zi",
list: "Agend\u0103"
},
weekText: "S\u0103pt",
allDayText: "Toat\u0103 ziua",
moreLinkText: function(n) {
return "+alte " + n;
},
noEventsText: "Nu exist\u0103 evenimente de afi\u0219at"
};
return ro;
}());