root 2bb01ae691
All checks were successful
continuous-integration/drone/push Build is passing
🔁 Sync from production: settings and Docker updates
2025-05-15 06:30:43 +00:00

30 lines
530 B
JavaScript

FullCalendar.globalLocales.push(function () {
'use strict';
var et = {
code: "et",
week: {
dow: 1,
doy: 4
},
buttonText: {
prev: "Eelnev",
next: "J\xE4rgnev",
today: "T\xE4na",
month: "Kuu",
week: "N\xE4dal",
day: "P\xE4ev",
list: "P\xE4evakord"
},
weekText: "n\xE4d",
allDayText: "Kogu p\xE4ev",
moreLinkText: function(n) {
return "+ veel " + n;
},
noEventsText: "Kuvamiseks puuduvad s\xFCndmused"
};
return et;
}());