mirror of
https://github.com/itflow-org/itflow
synced 2026-03-17 19:24:50 +00:00
Updated AdminLTE to 3.04 assets, added search to side bar, added company select drop down on sidebar. removed extra delete under edit contact
This commit is contained in:
32
plugins/fullcalendar/locales/az.js
Normal file
32
plugins/fullcalendar/locales/az.js
Normal file
@@ -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;
|
||||
|
||||
}));
|
||||
@@ -22,7 +22,7 @@
|
||||
weekLabel: "Εβδ",
|
||||
allDayText: "Ολοήμερο",
|
||||
eventLimitText: "περισσότερα",
|
||||
noEventsMessage: "Δεν υπάρχουν γεγονότα για να εμφανιστεί"
|
||||
noEventsMessage: "Δεν υπάρχουν γεγονότα προς εμφάνιση"
|
||||
};
|
||||
|
||||
return el;
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
month: "Mois",
|
||||
week: "Semaine",
|
||||
day: "Jour",
|
||||
list: "Mon planning"
|
||||
list: "Planning"
|
||||
},
|
||||
weekLabel: "Sem.",
|
||||
allDayHtml: "Toute la<br/>journée",
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
month: "Mês",
|
||||
week: "Semana",
|
||||
day: "Dia",
|
||||
list: "Compromissos"
|
||||
list: "Lista"
|
||||
},
|
||||
weekLabel: "Sm",
|
||||
allDayText: "dia inteiro",
|
||||
|
||||
@@ -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: "ไม่มีกิจกรรมที่จะแสดง"
|
||||
|
||||
20
plugins/fullcalendar/locales/ug.js
Normal file
20
plugins/fullcalendar/locales/ug.js
Normal file
@@ -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;
|
||||
|
||||
}));
|
||||
24
plugins/fullcalendar/locales/uz.js
Normal file
24
plugins/fullcalendar/locales/uz.js
Normal file
@@ -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;
|
||||
|
||||
}));
|
||||
Reference in New Issue
Block a user