aboutsummaryrefslogtreecommitdiffstats
path: root/library/fullcalendar/packages/core/locales
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2020-06-15 08:19:13 +0000
committerMario <mario@mariovavti.com>2020-06-15 08:19:13 +0000
commit56ec55110a27a13cc2c7d1fb09f1650f8c4cd842 (patch)
tree1ed6199b0d09b232b3ba5dce28a0a0134242df55 /library/fullcalendar/packages/core/locales
parent570497071d7dc231be6ab0eee951c22f1ad05df2 (diff)
downloadvolse-hubzilla-56ec55110a27a13cc2c7d1fb09f1650f8c4cd842.tar.gz
volse-hubzilla-56ec55110a27a13cc2c7d1fb09f1650f8c4cd842.tar.bz2
volse-hubzilla-56ec55110a27a13cc2c7d1fb09f1650f8c4cd842.zip
update fullcalendar to version 4.4.2
Diffstat (limited to 'library/fullcalendar/packages/core/locales')
-rw-r--r--library/fullcalendar/packages/core/locales/az.js32
-rw-r--r--library/fullcalendar/packages/core/locales/da.js2
-rw-r--r--library/fullcalendar/packages/core/locales/el.js2
-rw-r--r--library/fullcalendar/packages/core/locales/fr.js2
-rw-r--r--library/fullcalendar/packages/core/locales/pt-br.js2
-rw-r--r--library/fullcalendar/packages/core/locales/th.js12
-rw-r--r--library/fullcalendar/packages/core/locales/ug.js20
-rw-r--r--library/fullcalendar/packages/core/locales/uz.js24
8 files changed, 90 insertions, 6 deletions
diff --git a/library/fullcalendar/packages/core/locales/az.js b/library/fullcalendar/packages/core/locales/az.js
new file mode 100644
index 000000000..fbd2dc35c
--- /dev/null
+++ b/library/fullcalendar/packages/core/locales/az.js
@@ -0,0 +1,32 @@
+(function (global, factory) {
+ typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() :
+ typeof define === 'function' && define.amd ? define(factory) :
+ (global = global || self, (global.FullCalendarLocales = global.FullCalendarLocales || {}, global.FullCalendarLocales.az = factory()));
+}(this, function () { 'use strict';
+
+ var az = {
+ code: "az",
+ week: {
+ dow: 1,
+ doy: 4 // The week that contains Jan 4th is the first week of the year.
+ },
+ buttonText: {
+ prev: "Əvvəl",
+ next: "Sonra",
+ today: "Bu Gün",
+ month: "Ay",
+ week: "Həftə",
+ day: "Gün",
+ list: "Gündəm"
+ },
+ weekLabel: "Həftə",
+ allDayText: "Bütün Gün",
+ eventLimitText: function (n) {
+ return "+ daha çox " + n;
+ },
+ noEventsMessage: "Göstərmək üçün hadisə yoxdur"
+ };
+
+ return az;
+
+}));
diff --git a/library/fullcalendar/packages/core/locales/da.js b/library/fullcalendar/packages/core/locales/da.js
index 2388d2e11..73d155929 100644
--- a/library/fullcalendar/packages/core/locales/da.js
+++ b/library/fullcalendar/packages/core/locales/da.js
@@ -13,7 +13,7 @@
buttonText: {
prev: "Forrige",
next: "Næste",
- today: "Idag",
+ today: "I dag",
month: "Måned",
week: "Uge",
day: "Dag",
diff --git a/library/fullcalendar/packages/core/locales/el.js b/library/fullcalendar/packages/core/locales/el.js
index 9f59e3657..cdc10a66e 100644
--- a/library/fullcalendar/packages/core/locales/el.js
+++ b/library/fullcalendar/packages/core/locales/el.js
@@ -22,7 +22,7 @@
weekLabel: "Εβδ",
allDayText: "Ολοήμερο",
eventLimitText: "περισσότερα",
- noEventsMessage: "Δεν υπάρχουν γεγονότα για να εμφανιστεί"
+ noEventsMessage: "Δεν υπάρχουν γεγονότα προς εμφάνιση"
};
return el;
diff --git a/library/fullcalendar/packages/core/locales/fr.js b/library/fullcalendar/packages/core/locales/fr.js
index b679ceffd..4760a71a9 100644
--- a/library/fullcalendar/packages/core/locales/fr.js
+++ b/library/fullcalendar/packages/core/locales/fr.js
@@ -18,7 +18,7 @@
month: "Mois",
week: "Semaine",
day: "Jour",
- list: "Mon planning"
+ list: "Planning"
},
weekLabel: "Sem.",
allDayHtml: "Toute la<br/>journée",
diff --git a/library/fullcalendar/packages/core/locales/pt-br.js b/library/fullcalendar/packages/core/locales/pt-br.js
index 0133cd6b1..bfa023dd6 100644
--- a/library/fullcalendar/packages/core/locales/pt-br.js
+++ b/library/fullcalendar/packages/core/locales/pt-br.js
@@ -13,7 +13,7 @@
month: "Mês",
week: "Semana",
day: "Dia",
- list: "Compromissos"
+ list: "Lista"
},
weekLabel: "Sm",
allDayText: "dia inteiro",
diff --git a/library/fullcalendar/packages/core/locales/th.js b/library/fullcalendar/packages/core/locales/th.js
index caa3fe9a6..faeaee214 100644
--- a/library/fullcalendar/packages/core/locales/th.js
+++ b/library/fullcalendar/packages/core/locales/th.js
@@ -6,15 +6,23 @@
var th = {
code: "th",
+ week: {
+ dow: 1,
+ doy: 4 // The week that contains Jan 4th is the first week of the year.
+ },
buttonText: {
- prev: "ย้อน",
+ prev: "ก่อนหน้า",
next: "ถัดไป",
+ prevYear: 'ปีก่อนหน้า',
+ nextYear: 'ปีถัดไป',
+ year: 'ปี',
today: "วันนี้",
month: "เดือน",
week: "สัปดาห์",
day: "วัน",
- list: "แผนงาน"
+ list: "กำหนดการ"
},
+ weekLabel: "สัปดาห์",
allDayText: "ตลอดวัน",
eventLimitText: "เพิ่มเติม",
noEventsMessage: "ไม่มีกิจกรรมที่จะแสดง"
diff --git a/library/fullcalendar/packages/core/locales/ug.js b/library/fullcalendar/packages/core/locales/ug.js
new file mode 100644
index 000000000..f13a5c286
--- /dev/null
+++ b/library/fullcalendar/packages/core/locales/ug.js
@@ -0,0 +1,20 @@
+(function (global, factory) {
+ typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() :
+ typeof define === 'function' && define.amd ? define(factory) :
+ (global = global || self, (global.FullCalendarLocales = global.FullCalendarLocales || {}, global.FullCalendarLocales.ug = factory()));
+}(this, function () { 'use strict';
+
+ var ug = {
+ code: "ug",
+ buttonText: {
+ month: "ئاي",
+ week: "ھەپتە",
+ day: "كۈن",
+ list: "كۈنتەرتىپ"
+ },
+ allDayText: "پۈتۈن كۈن"
+ };
+
+ return ug;
+
+}));
diff --git a/library/fullcalendar/packages/core/locales/uz.js b/library/fullcalendar/packages/core/locales/uz.js
new file mode 100644
index 000000000..24089756d
--- /dev/null
+++ b/library/fullcalendar/packages/core/locales/uz.js
@@ -0,0 +1,24 @@
+(function (global, factory) {
+ typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() :
+ typeof define === 'function' && define.amd ? define(factory) :
+ (global = global || self, (global.FullCalendarLocales = global.FullCalendarLocales || {}, global.FullCalendarLocales.uz = factory()));
+}(this, function () { 'use strict';
+
+ var uz = {
+ code: "uz",
+ buttonText: {
+ month: "Oy",
+ week: "Xafta",
+ day: "Kun",
+ list: "Kun tartibi"
+ },
+ allDayText: "Kun bo'yi",
+ eventLimitText: function (n) {
+ return "+ yana " + n;
+ },
+ noEventsMessage: "Ko'rsatish uchun voqealar yo'q"
+ };
+
+ return uz;
+
+}));