Moving dhtmlxGantt library to 'libraries' folder
This commit is contained in:
parent
dbcdde741c
commit
5e16eb66dd
162 changed files with 6 additions and 5 deletions
54
libraries/dhtmlxgantt/sources/locale/locale.js
Normal file
54
libraries/dhtmlxgantt/sources/locale/locale.js
Normal file
|
@ -0,0 +1,54 @@
|
|||
/*
|
||||
@license
|
||||
|
||||
dhtmlxGantt v.3.2.0 Stardard
|
||||
This software is covered by GPL license. You also can obtain Commercial or Enterprise license to use it in non-GPL project - please contact sales@dhtmlx.com. Usage without proper license is prohibited.
|
||||
|
||||
(c) Dinamenta, UAB.
|
||||
*/
|
||||
gantt.locale = {
|
||||
date:{
|
||||
month_full:["January", "February", "March", "April", "May", "June", "July", "August", "September", "October", "November", "December"],
|
||||
month_short:["Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec"],
|
||||
day_full:["Sunday", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday"],
|
||||
day_short:["Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat"]
|
||||
},
|
||||
labels:{
|
||||
new_task:"New task",
|
||||
icon_save:"Save",
|
||||
icon_cancel:"Cancel",
|
||||
icon_details:"Details",
|
||||
icon_edit:"Edit",
|
||||
icon_delete:"Delete",
|
||||
confirm_closing:"",//Your changes will be lost, are your sure ?
|
||||
confirm_deleting:"Task will be deleted permanently, are you sure?",
|
||||
section_description:"Description",
|
||||
section_time:"Time period",
|
||||
section_type:"Type",
|
||||
|
||||
/* grid columns */
|
||||
|
||||
column_text : "Task name",
|
||||
column_start_date : "Start time",
|
||||
column_duration : "Duration",
|
||||
column_add : "",
|
||||
|
||||
/* link confirmation */
|
||||
link: "Link",
|
||||
confirm_link_deleting:"will be deleted",
|
||||
link_start: " (start)",
|
||||
link_end: " (end)",
|
||||
|
||||
type_task: "Task",
|
||||
type_project: "Project",
|
||||
type_milestone: "Milestone",
|
||||
|
||||
minutes: "Minutes",
|
||||
hours: "Hours",
|
||||
days: "Days",
|
||||
weeks: "Week",
|
||||
months: "Months",
|
||||
years: "Years"
|
||||
}
|
||||
};
|
||||
|
1
libraries/dhtmlxgantt/sources/locale/locale.js.map
Normal file
1
libraries/dhtmlxgantt/sources/locale/locale.js.map
Normal file
|
@ -0,0 +1 @@
|
|||
{"version":3,"file":"locale.js","sources":["locale.js"],"names":["gantt","locale","date","month_full","month_short","day_full","day_short","labels","new_task","icon_save","icon_cancel","icon_details","icon_edit","icon_delete","confirm_closing","confirm_deleting","section_description","section_time","section_type","column_text","column_start_date","column_duration","column_add","link","confirm_link_deleting","link_start","link_end","type_task","type_project","type_milestone","minutes","hours","days","weeks","months","years"],"mappings":";;;;;;;;AAQAA,MAAMC,QACLC,MACCC,YAAY,UAAW,WAAY,QAAS,QAAS,MAAO,OAAQ,OAAQ,SAAU,YAAa,UAAW,WAAY,YAC1HC,aAAa,MAAO,MAAO,MAAO,MAAO,MAAO,MAAO,MAAO,MAAO,MAAO,MAAO,MAAO,OAC1FC,UAAU,SAAU,SAAU,UAAW,YAAa,WAAY,SAAU,YAC5EC,WAAW,MAAO,MAAO,MAAO,MAAO,MAAO,MAAO,QAEtDC,QACCC,SAAS,WACTC,UAAU,OACVC,YAAY,SACZC,aAAa,UACbC,UAAU,OACVC,YAAY,SACZC,gBAAgB;AAChBC,iBAAiB,kDACXC,oBAAoB,cACpBC,aAAa,cACnBC,aAAa,OAIPC,YAAc,YACdC,kBAAoB,aACpBC,gBAAkB,WAClBC,WAAa,GAGnBC,KAAM,OACNC,sBAAsB,kBACtBC,WAAY,WACZC,SAAU,SAEVC,UAAW,OACXC,aAAc,UACdC,eAAgB,YAEVC,QAAS,UACTC,MAAO,QACPC,KAAM,OACNC,MAAO,OACPC,OAAQ,SACRC,MAAO"}
|
57
libraries/dhtmlxgantt/sources/locale/locale_ar.js
Normal file
57
libraries/dhtmlxgantt/sources/locale/locale_ar.js
Normal file
|
@ -0,0 +1,57 @@
|
|||
/*
|
||||
@license
|
||||
|
||||
dhtmlxGantt v.3.2.0 Stardard
|
||||
This software is covered by GPL license. You also can obtain Commercial or Enterprise license to use it in non-GPL project - please contact sales@dhtmlx.com. Usage without proper license is prohibited.
|
||||
|
||||
(c) Dinamenta, UAB.
|
||||
*/
|
||||
gantt.locale = {
|
||||
date: {
|
||||
month_full: ["كانون الثاني", "شباط", "آذار", "نيسان", "أيار", "حزيران", "تموز", "آب", "أيلول", "تشرين الأول", "تشرين الثاني", "كانون الأول"],
|
||||
month_short: ["يناير", "فبراير", "مارس", "أبريل", "مايو", "يونيو", "يوليو", "أغسطس", "سبتمبر", "أكتوبر", "نوفمبر", "ديسمبر"],
|
||||
day_full: ["الأحد", "الأثنين", "ألثلاثاء", "الأربعاء", "ألحميس", "ألجمعة", "السبت"],
|
||||
day_short: ["احد", "اثنين", "ثلاثاء", "اربعاء", "خميس", "جمعة", "سبت"]
|
||||
},
|
||||
labels: {
|
||||
dhx_cal_today_button: "اليوم",
|
||||
day_tab: "يوم",
|
||||
week_tab: "أسبوع",
|
||||
month_tab: "شهر",
|
||||
new_event: "حدث جديد",
|
||||
icon_save: "اخزن",
|
||||
icon_cancel: "الغاء",
|
||||
icon_details: "تفاصيل",
|
||||
icon_edit: "تحرير",
|
||||
icon_delete: "حذف",
|
||||
confirm_closing: "التغييرات سوف تضيع, هل انت متأكد؟", //Your changes will be lost, are your sure ?
|
||||
confirm_deleting: "الحدث سيتم حذفها نهائيا ، هل أنت متأكد؟",
|
||||
section_description: "الوصف",
|
||||
section_time: "الفترة الزمنية",
|
||||
section_type:"Type",
|
||||
/* grid columns */
|
||||
|
||||
column_text : "Task name",
|
||||
column_start_date : "Start time",
|
||||
column_duration : "Duration",
|
||||
column_add : "",
|
||||
|
||||
/* link confirmation */
|
||||
link: "Link",
|
||||
confirm_link_deleting:"will be deleted",
|
||||
link_start: " (start)",
|
||||
link_end: " (end)",
|
||||
|
||||
type_task: "Task",
|
||||
type_project: "Project",
|
||||
type_milestone: "Milestone",
|
||||
|
||||
minutes: "Minutes",
|
||||
hours: "Hours",
|
||||
days: "Days",
|
||||
weeks: "Week",
|
||||
months: "Months",
|
||||
years: "Years"
|
||||
}
|
||||
};
|
||||
|
1
libraries/dhtmlxgantt/sources/locale/locale_ar.js.map
Normal file
1
libraries/dhtmlxgantt/sources/locale/locale_ar.js.map
Normal file
|
@ -0,0 +1 @@
|
|||
{"version":3,"file":"locale_ar.js","sources":["locale_ar.js"],"names":["gantt","locale","date","month_full","month_short","day_full","day_short","labels","dhx_cal_today_button","day_tab","week_tab","month_tab","new_event","icon_save","icon_cancel","icon_details","icon_edit","icon_delete","confirm_closing","confirm_deleting","section_description","section_time","section_type","column_text","column_start_date","column_duration","column_add","link","confirm_link_deleting","link_start","link_end","type_task","type_project","type_milestone","minutes","hours","days","weeks","months","years"],"mappings":";;;;;;;;AAQAA,MAAMC,QACLC,MACCC,YAAa,eAAgB,OAAQ,OAAQ,QAAS,OAAQ,SAAU,OAAQ,KAAM,QAAS,cAAe,eAAgB,eAC9HC,aAAc,QAAS,SAAU,OAAQ,QAAS,OAAQ,QAAS,QAAS,QAAS,SAAU,SAAU,SAAU,UACnHC,UAAW,QAAS,UAAW,WAAY,WAAY,SAAU,SAAU,SAC3EC,WAAY,MAAO,QAAS,SAAU,SAAU,OAAQ,OAAQ,QAEjEC,QACCC,qBAAsB,QACtBC,QAAS,MACTC,SAAU,QACVC,UAAW,MACXC,UAAW;AACXC,UAAW,OACXC,YAAa,QACbC,aAAc,SACdC,UAAW,QACXC,YAAa,MACbC,gBAAiB,oCACjBC,iBAAkB,0CAClBC,oBAAqB,QACrBC,aAAc,iBACdC,aAAa,OAGPC,YAAc,YACdC,kBAAoB,aACpBC,gBAAkB,WAClBC,WAAa,GAGnBC,KAAM,OACNC,sBAAsB,kBACtBC,WAAY,WACZC,SAAU,SAEVC,UAAW,OACXC,aAAc;AACdC,eAAgB,YAEVC,QAAS,UACTC,MAAO,QACPC,KAAM,OACNC,MAAO,OACPC,OAAQ,SACRC,MAAO"}
|
58
libraries/dhtmlxgantt/sources/locale/locale_be.js
Normal file
58
libraries/dhtmlxgantt/sources/locale/locale_be.js
Normal file
|
@ -0,0 +1,58 @@
|
|||
/*
|
||||
@license
|
||||
|
||||
dhtmlxGantt v.3.2.0 Stardard
|
||||
This software is covered by GPL license. You also can obtain Commercial or Enterprise license to use it in non-GPL project - please contact sales@dhtmlx.com. Usage without proper license is prohibited.
|
||||
|
||||
(c) Dinamenta, UAB.
|
||||
*/
|
||||
gantt.locale = {
|
||||
date: {
|
||||
month_full: ["Студзень", "Люты", "Сакавік", "Красавік", "Maй", "Чэрвень", "Ліпень", "Жнівень", "Верасень", "Кастрычнік", "Лістапад", "Снежань"],
|
||||
month_short: ["Студз", "Лют", "Сак", "Крас", "Maй", "Чэр", "Ліп", "Жнів", "Вер", "Каст", "Ліст", "Снеж"],
|
||||
day_full: [ "Нядзеля", "Панядзелак", "Аўторак", "Серада", "Чацвер", "Пятніца", "Субота"],
|
||||
day_short: ["Нд", "Пн", "Аўт", "Ср", "Чцв", "Пт", "Сб"]
|
||||
},
|
||||
labels: {
|
||||
dhx_cal_today_button: "Сёння",
|
||||
day_tab: "Дзень",
|
||||
week_tab: "Тыдзень",
|
||||
month_tab: "Месяц",
|
||||
new_event: "Новая падзея",
|
||||
icon_save: "Захаваць",
|
||||
icon_cancel: "Адмяніць",
|
||||
icon_details: "Дэталі",
|
||||
icon_edit: "Змяніць",
|
||||
icon_delete: "Выдаліць",
|
||||
confirm_closing: "", //Унесеныя змены будуць страчаны, працягнуць?
|
||||
confirm_deleting: "Падзея будзе выдалена незваротна, працягнуць?",
|
||||
section_description: "Апісанне",
|
||||
section_time: "Перыяд часу",
|
||||
section_type:"Тып",
|
||||
/* grid columns */
|
||||
|
||||
column_text : "Задача",
|
||||
column_start_date : "Пачатак",
|
||||
column_duration : "Працяг",
|
||||
column_add : "",
|
||||
|
||||
/* link confirmation */
|
||||
link: "Сувязь",
|
||||
confirm_link_deleting:"будзе выдалена",
|
||||
link_start: "(пачатак)",
|
||||
link_end: "(канец)",
|
||||
|
||||
type_task: "Task",
|
||||
type_project: "Project",
|
||||
type_milestone: "Milestone",
|
||||
|
||||
|
||||
minutes: "Хвiлiна",
|
||||
hours: "Гадзiна",
|
||||
days: "Дзень",
|
||||
weeks: "Тыдзень",
|
||||
months: "Месяц",
|
||||
years: "Год"
|
||||
}
|
||||
};
|
||||
|
1
libraries/dhtmlxgantt/sources/locale/locale_be.js.map
Normal file
1
libraries/dhtmlxgantt/sources/locale/locale_be.js.map
Normal file
|
@ -0,0 +1 @@
|
|||
{"version":3,"file":"locale_be.js","sources":["locale_be.js"],"names":["gantt","locale","date","month_full","month_short","day_full","day_short","labels","dhx_cal_today_button","day_tab","week_tab","month_tab","new_event","icon_save","icon_cancel","icon_details","icon_edit","icon_delete","confirm_closing","confirm_deleting","section_description","section_time","section_type","column_text","column_start_date","column_duration","column_add","link","confirm_link_deleting","link_start","link_end","type_task","type_project","type_milestone","minutes","hours","days","weeks","months","years"],"mappings":";;;;;;;;AAQAA,MAAMC,QACLC,MACCC,YAAa,WAAY,OAAQ,UAAW,WAAY,MAAO,UAAW,SAAU,UAAW,WAAY,aAAc,WAAY,WACrIC,aAAc,QAAS,MAAO,MAAO,OAAQ,MAAO,MAAO,MAAO,OAAQ,MAAO,OAAQ,OAAQ,QACjGC,UAAY,UAAW,aAAc,UAAW,SAAU,SAAU,UAAW,UAC/EC,WAAY,KAAM,KAAM,MAAO,KAAM,MAAO,KAAM,OAEnDC,QACCC,qBAAsB,QACtBC,QAAS,QACTC,SAAU,UACVC,UAAW,QACXC,UAAW,eACXC,UAAW;AACXC,YAAa,WACbC,aAAc,SACdC,UAAW,UACXC,YAAa,WACbC,gBAAiB,GACjBC,iBAAkB,gDAClBC,oBAAqB,WACrBC,aAAc,cACdC,aAAa,MAGPC,YAAc,SACdC,kBAAoB,UACpBC,gBAAkB,SAClBC,WAAa,GAGnBC,KAAM,SACNC,sBAAsB,iBACtBC,WAAY,YACZC,SAAU,UAEVC,UAAW,OACXC,aAAc,UACdC,eAAgB,YAGVC,QAAS;AACTC,MAAO,UACPC,KAAM,QACNC,MAAO,UACPC,OAAQ,QACRC,MAAO"}
|
61
libraries/dhtmlxgantt/sources/locale/locale_ca.js
Normal file
61
libraries/dhtmlxgantt/sources/locale/locale_ca.js
Normal file
|
@ -0,0 +1,61 @@
|
|||
/*
|
||||
@license
|
||||
|
||||
dhtmlxGantt v.3.2.0 Stardard
|
||||
This software is covered by GPL license. You also can obtain Commercial or Enterprise license to use it in non-GPL project - please contact sales@dhtmlx.com. Usage without proper license is prohibited.
|
||||
|
||||
(c) Dinamenta, UAB.
|
||||
*/
|
||||
/*
|
||||
@Traducido por Vicente Adria Bohigues - vicenteadria@hotmail.com
|
||||
*/
|
||||
gantt.locale = {
|
||||
date: {
|
||||
month_full: ["Gener", "Febrer", "Març", "Abril", "Maig", "Juny", "Juliol", "Agost", "Setembre", "Octubre", "Novembre", "Desembre"],
|
||||
month_short: ["Gen", "Feb", "Mar", "Abr", "Mai", "Jun", "Jul", "Ago", "Set", "Oct", "Nov", "Des"],
|
||||
day_full: ["Diumenge", "Dilluns", "Dimarts", "Dimecres", "Dijous", "Divendres", "Dissabte"],
|
||||
day_short: ["Dg", "Dl", "Dm", "Dc", "Dj", "Dv", "Ds"]
|
||||
},
|
||||
labels: {
|
||||
dhx_cal_today_button: "Hui",
|
||||
day_tab: "Dia",
|
||||
week_tab: "Setmana",
|
||||
month_tab: "Mes",
|
||||
new_event: "Nou esdeveniment",
|
||||
icon_save: "Guardar",
|
||||
icon_cancel: "Cancel·lar",
|
||||
icon_details: "Detalls",
|
||||
icon_edit: "Editar",
|
||||
icon_delete: "Esborrar",
|
||||
confirm_closing: "", //"Els seus canvis es perdràn, continuar ?"
|
||||
confirm_deleting: "L'esdeveniment s'esborrarà definitivament, continuar ?",
|
||||
section_description: "Descripció",
|
||||
section_time: "Periode de temps",
|
||||
section_type:"Type",
|
||||
/* grid columns */
|
||||
|
||||
column_text : "Task name",
|
||||
column_start_date : "Start time",
|
||||
column_duration : "Duration",
|
||||
column_add : "",
|
||||
|
||||
/* link confirmation */
|
||||
link: "Link",
|
||||
confirm_link_deleting:"will be deleted",
|
||||
link_start: " (start)",
|
||||
link_end: " (end)",
|
||||
|
||||
type_task: "Task",
|
||||
type_project: "Project",
|
||||
type_milestone: "Milestone",
|
||||
|
||||
|
||||
minutes: "Minutes",
|
||||
hours: "Hours",
|
||||
days: "Days",
|
||||
weeks: "Week",
|
||||
months: "Months",
|
||||
years: "Years"
|
||||
}
|
||||
};
|
||||
|
1
libraries/dhtmlxgantt/sources/locale/locale_ca.js.map
Normal file
1
libraries/dhtmlxgantt/sources/locale/locale_ca.js.map
Normal file
|
@ -0,0 +1 @@
|
|||
{"version":3,"file":"locale_ca.js","sources":["locale_ca.js"],"names":["gantt","locale","date","month_full","month_short","day_full","day_short","labels","dhx_cal_today_button","day_tab","week_tab","month_tab","new_event","icon_save","icon_cancel","icon_details","icon_edit","icon_delete","confirm_closing","confirm_deleting","section_description","section_time","section_type","column_text","column_start_date","column_duration","column_add","link","confirm_link_deleting","link_start","link_end","type_task","type_project","type_milestone","minutes","hours","days","weeks","months","years"],"mappings":";;;;;;;;AAWAA,MAAMC,QACLC,MACCC,YAAa,QAAS,SAAU,OAAQ,QAAS,OAAQ,OAAQ,SAAU,QAAS,WAAY,UAAW,WAAY,YACvHC,aAAc,MAAO,MAAO,MAAO,MAAO,MAAO,MAAO,MAAO,MAAO,MAAO,MAAO,MAAO,OAC3FC,UAAW,WAAY,UAAW,UAAW,WAAY,SAAU,YAAa,YAChFC,WAAY,KAAM,KAAM,KAAM,KAAM,KAAM,KAAM,OAEjDC,QACCC,qBAAsB,MACtBC,QAAS,MACTC,SAAU,UACVC,UAAW,MACXC,UAAW,mBACXC,UAAW,UACXC,YAAa;AACbC,aAAc,UACdC,UAAW,SACXC,YAAa,WACbC,gBAAiB,GACjBC,iBAAkB,yDAClBC,oBAAqB,aACrBC,aAAc,mBACdC,aAAa,OAGPC,YAAc,YACdC,kBAAoB,aACpBC,gBAAkB,WAClBC,WAAa,GAGnBC,KAAM,OACNC,sBAAsB,kBACtBC,WAAY,WACZC,SAAU,SAEVC,UAAW,OACXC,aAAc,UACdC,eAAgB,YAGVC,QAAS;AACTC,MAAO,QACPC,KAAM,OACNC,MAAO,OACPC,OAAQ,SACRC,MAAO"}
|
64
libraries/dhtmlxgantt/sources/locale/locale_cn.js
Normal file
64
libraries/dhtmlxgantt/sources/locale/locale_cn.js
Normal file
|
@ -0,0 +1,64 @@
|
|||
/*
|
||||
@license
|
||||
|
||||
dhtmlxGantt v.3.2.0 Stardard
|
||||
This software is covered by GPL license. You also can obtain Commercial or Enterprise license to use it in non-GPL project - please contact sales@dhtmlx.com. Usage without proper license is prohibited.
|
||||
|
||||
(c) Dinamenta, UAB.
|
||||
*/
|
||||
/*
|
||||
Translation by FreezeSoul
|
||||
*/
|
||||
gantt.config.day_date="%M %d日 %D";
|
||||
gantt.config.default_date="%Y年 %M %d日";
|
||||
gantt.config.month_date="%Y年 %M";
|
||||
|
||||
gantt.locale={
|
||||
date: {
|
||||
month_full: ["一月", "二月", "三月", "四月", "五月", "六月", "七月", "八月", "九月", "十月", "十一月", "十二月"],
|
||||
month_short: ["1月", "2月", "3月", "4月", "5月", "6月", "7月", "8月", "9月", "10月", "11月", "12月"],
|
||||
day_full: ["星期日", "星期一", "星期二", "星期三", "星期四", "星期五", "星期六"],
|
||||
day_short: ["日", "一", "二", "三", "四", "五", "六"]
|
||||
},
|
||||
labels: {
|
||||
dhx_cal_today_button: "今天",
|
||||
day_tab: "日",
|
||||
week_tab: "周",
|
||||
month_tab: "月",
|
||||
new_event: "新建日程",
|
||||
icon_save: "保存",
|
||||
icon_cancel: "关闭",
|
||||
icon_details: "详细",
|
||||
icon_edit: "编辑",
|
||||
icon_delete: "删除",
|
||||
confirm_closing: "请确认是否撤销修改!", //Your changes will be lost, are your sure?
|
||||
confirm_deleting: "是否删除日程?",
|
||||
section_description: "描述",
|
||||
section_time: "时间范围",
|
||||
section_type:"Type",
|
||||
/* grid columns */
|
||||
|
||||
column_text : "Task name",
|
||||
column_start_date : "Start time",
|
||||
column_duration : "Duration",
|
||||
column_add : "",
|
||||
|
||||
/* link confirmation */
|
||||
link: "Link",
|
||||
confirm_link_deleting:"will be deleted",
|
||||
link_start: " (start)",
|
||||
link_end: " (end)",
|
||||
|
||||
type_task: "Task",
|
||||
type_project: "Project",
|
||||
type_milestone: "Milestone",
|
||||
|
||||
minutes: "Minutes",
|
||||
hours: "Hours",
|
||||
days: "Days",
|
||||
weeks: "Week",
|
||||
months: "Months",
|
||||
years: "Years"
|
||||
}
|
||||
};
|
||||
|
1
libraries/dhtmlxgantt/sources/locale/locale_cn.js.map
Normal file
1
libraries/dhtmlxgantt/sources/locale/locale_cn.js.map
Normal file
|
@ -0,0 +1 @@
|
|||
{"version":3,"file":"locale_cn.js","sources":["locale_cn.js"],"names":["gantt","config","day_date","default_date","month_date","locale","date","month_full","month_short","day_full","day_short","labels","dhx_cal_today_button","day_tab","week_tab","month_tab","new_event","icon_save","icon_cancel","icon_details","icon_edit","icon_delete","confirm_closing","confirm_deleting","section_description","section_time","section_type","column_text","column_start_date","column_duration","column_add","link","confirm_link_deleting","link_start","link_end","type_task","type_project","type_milestone","minutes","hours","days","weeks","months","years"],"mappings":";;;;;;;;AAWAA,MAAMC,OAAOC,SAAS,YACtBF,MAAMC,OAAOE,aAAa,aAC1BH,MAAMC,OAAOG,WAAW,SAExBJ,MAAMK,QACLC,MACCC,YAAa,KAAM,KAAM,KAAM,KAAM,KAAM,KAAM,KAAM,KAAM,KAAM,KAAM,MAAO,OAChFC,aAAc,KAAM,KAAM,KAAM,KAAM,KAAM,KAAM,KAAM,KAAM,KAAM,MAAO,MAAO,OAClFC,UAAW,MAAO,MAAO,MAAO,MAAO,MAAO,MAAO,OACrDC,WAAY,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,MAE3CC,QACCC,qBAAsB,KACtBC,QAAS,IACTC,SAAU,IACVC,UAAW,IACXC,UAAW,OACXC,UAAW,KACXC,YAAa,KACbC,aAAc;AACdC,UAAW,KACXC,YAAa,KACbC,gBAAiB,aACjBC,iBAAkB,UAClBC,oBAAqB,KACrBC,aAAc,OACdC,aAAa,OAGPC,YAAc,YACdC,kBAAoB,aACpBC,gBAAkB,WAClBC,WAAa,GAGnBC,KAAM,OACNC,sBAAsB,kBACtBC,WAAY,WACZC,SAAU,SAEVC,UAAW,OACXC,aAAc,UACdC,eAAgB,YAEVC,QAAS,UACTC,MAAO,QACPC,KAAM,OACNC,MAAO,OACPC,OAAQ,SACRC,MAAO"}
|
58
libraries/dhtmlxgantt/sources/locale/locale_cs.js
Normal file
58
libraries/dhtmlxgantt/sources/locale/locale_cs.js
Normal file
|
@ -0,0 +1,58 @@
|
|||
/*
|
||||
@license
|
||||
|
||||
dhtmlxGantt v.3.2.0 Stardard
|
||||
This software is covered by GPL license. You also can obtain Commercial or Enterprise license to use it in non-GPL project - please contact sales@dhtmlx.com. Usage without proper license is prohibited.
|
||||
|
||||
(c) Dinamenta, UAB.
|
||||
*/
|
||||
gantt.locale = {
|
||||
date: {
|
||||
month_full: ["Leden", "Únor", "Březen", "Duben", "Květen", "Červen", "Červenec", "Srpen", "Září", "Říjen", "Listopad", "Prosinec"],
|
||||
month_short: ["Led", "Ún", "Bře", "Dub", "Kvě", "Čer", "Čec", "Srp", "Září", "Říj", "List", "Pro"],
|
||||
day_full: ["Neděle", "Pondělí", "Úterý", "Středa", "Čtvrtek", "Pátek", "Sobota"],
|
||||
day_short: ["Ne", "Po", "Út", "St", "Čt", "Pá", "So"]
|
||||
},
|
||||
labels: {
|
||||
dhx_cal_today_button: "Dnes",
|
||||
day_tab: "Den",
|
||||
week_tab: "Týden",
|
||||
month_tab: "Měsíc",
|
||||
new_event: "Nová událost",
|
||||
icon_save: "Uložit",
|
||||
icon_cancel: "Zpět",
|
||||
icon_details: "Detail",
|
||||
icon_edit: "Edituj",
|
||||
icon_delete: "Smazat",
|
||||
confirm_closing: "", //Vaše změny budou ztraceny, opravdu ?
|
||||
confirm_deleting: "Událost bude trvale smazána, opravdu?",
|
||||
section_description: "Poznámky",
|
||||
section_time: "Doba platnosti",
|
||||
section_type:"Type",
|
||||
/* grid columns */
|
||||
|
||||
column_text : "Task name",
|
||||
column_start_date : "Start time",
|
||||
column_duration : "Duration",
|
||||
column_add : "",
|
||||
|
||||
/* link confirmation */
|
||||
link: "Link",
|
||||
confirm_link_deleting:"will be deleted",
|
||||
link_start: " (start)",
|
||||
link_end: " (end)",
|
||||
|
||||
type_task: "Task",
|
||||
type_project: "Project",
|
||||
type_milestone: "Milestone",
|
||||
|
||||
|
||||
minutes: "Minutes",
|
||||
hours: "Hours",
|
||||
days: "Days",
|
||||
weeks: "Week",
|
||||
months: "Months",
|
||||
years: "Years"
|
||||
}
|
||||
};
|
||||
|
1
libraries/dhtmlxgantt/sources/locale/locale_cs.js.map
Normal file
1
libraries/dhtmlxgantt/sources/locale/locale_cs.js.map
Normal file
|
@ -0,0 +1 @@
|
|||
{"version":3,"file":"locale_cs.js","sources":["locale_cs.js"],"names":["gantt","locale","date","month_full","month_short","day_full","day_short","labels","dhx_cal_today_button","day_tab","week_tab","month_tab","new_event","icon_save","icon_cancel","icon_details","icon_edit","icon_delete","confirm_closing","confirm_deleting","section_description","section_time","section_type","column_text","column_start_date","column_duration","column_add","link","confirm_link_deleting","link_start","link_end","type_task","type_project","type_milestone","minutes","hours","days","weeks","months","years"],"mappings":";;;;;;;;AAQAA,MAAMC,QACLC,MACCC,YAAa,QAAS,OAAQ,SAAU,QAAS,SAAU,SAAU,WAAY,QAAS,OAAQ,QAAS,WAAY,YACvHC,aAAc,MAAO,KAAM,MAAO,MAAO,MAAO,MAAO,MAAO,MAAO,OAAQ,MAAO,OAAQ,OAC5FC,UAAW,SAAU,UAAW,QAAS,SAAU,UAAW,QAAS,UACvEC,WAAY,KAAM,KAAM,KAAM,KAAM,KAAM,KAAM,OAEjDC,QACCC,qBAAsB,OACtBC,QAAS,MACTC,SAAU,QACVC,UAAW,QACXC,UAAW,eACXC,UAAW,SACXC,YAAa,OACbC,aAAc;AACdC,UAAW,SACXC,YAAa,SACbC,gBAAiB,GACjBC,iBAAkB,wCAClBC,oBAAqB,WACrBC,aAAc,iBACdC,aAAa,OAGPC,YAAc,YACdC,kBAAoB,aACpBC,gBAAkB,WAClBC,WAAa,GAGnBC,KAAM,OACNC,sBAAsB,kBACtBC,WAAY,WACZC,SAAU,SAEVC,UAAW,OACXC,aAAc,UACdC,eAAgB,YAGVC,QAAS,UACTC,MAAO,QACPC,KAAM,OACNC,MAAO;AACPC,OAAQ,SACRC,MAAO"}
|
58
libraries/dhtmlxgantt/sources/locale/locale_da.js
Normal file
58
libraries/dhtmlxgantt/sources/locale/locale_da.js
Normal file
|
@ -0,0 +1,58 @@
|
|||
/*
|
||||
@license
|
||||
|
||||
dhtmlxGantt v.3.2.0 Stardard
|
||||
This software is covered by GPL license. You also can obtain Commercial or Enterprise license to use it in non-GPL project - please contact sales@dhtmlx.com. Usage without proper license is prohibited.
|
||||
|
||||
(c) Dinamenta, UAB.
|
||||
*/
|
||||
gantt.locale = {
|
||||
date: {
|
||||
month_full: ["Januar", "Februar", "Marts", "April", "Maj", "Juni", "Juli", "August", "September", "Oktober", "November", "December"],
|
||||
month_short: ["Jan", "Feb", "Mar", "Apr", "Maj", "Jun", "Jul", "Aug", "Sep", "Okt", "Nov", "Dec"],
|
||||
day_full: ["Søndag", "Mandag", "Tirsdag", "Onsdag", "Torsdag", "Fredag", "Lørdag"],
|
||||
day_short: ["Søn", "Man", "Tir", "Ons", "Tor", "Fre", "Lør"]
|
||||
},
|
||||
labels: {
|
||||
dhx_cal_today_button: "Idag",
|
||||
day_tab: "Dag",
|
||||
week_tab: "Uge",
|
||||
month_tab: "Måned",
|
||||
new_event: "Ny begivenhed",
|
||||
icon_save: "Gem",
|
||||
icon_cancel: "Fortryd",
|
||||
icon_details: "Detaljer",
|
||||
icon_edit: "Tilret",
|
||||
icon_delete: "Slet",
|
||||
confirm_closing: "Dine rettelser vil gå tabt.. Er dy sikker?", //Your changes will be lost, are your sure ?
|
||||
confirm_deleting: "Bigivenheden vil blive slettet permanent. Er du sikker?",
|
||||
section_description: "Beskrivelse",
|
||||
section_time: "Tidsperiode",
|
||||
section_type:"Type",
|
||||
/* grid columns */
|
||||
|
||||
column_text : "Task name",
|
||||
column_start_date : "Start time",
|
||||
column_duration : "Duration",
|
||||
column_add : "",
|
||||
|
||||
/* link confirmation */
|
||||
link: "Link",
|
||||
confirm_link_deleting:"will be deleted",
|
||||
link_start: " (start)",
|
||||
link_end: " (end)",
|
||||
|
||||
type_task: "Task",
|
||||
type_project: "Project",
|
||||
type_milestone: "Milestone",
|
||||
|
||||
|
||||
minutes: "Minutes",
|
||||
hours: "Hours",
|
||||
days: "Days",
|
||||
weeks: "Week",
|
||||
months: "Months",
|
||||
years: "Years"
|
||||
}
|
||||
};
|
||||
|
1
libraries/dhtmlxgantt/sources/locale/locale_da.js.map
Normal file
1
libraries/dhtmlxgantt/sources/locale/locale_da.js.map
Normal file
|
@ -0,0 +1 @@
|
|||
{"version":3,"file":"locale_da.js","sources":["locale_da.js"],"names":["gantt","locale","date","month_full","month_short","day_full","day_short","labels","dhx_cal_today_button","day_tab","week_tab","month_tab","new_event","icon_save","icon_cancel","icon_details","icon_edit","icon_delete","confirm_closing","confirm_deleting","section_description","section_time","section_type","column_text","column_start_date","column_duration","column_add","link","confirm_link_deleting","link_start","link_end","type_task","type_project","type_milestone","minutes","hours","days","weeks","months","years"],"mappings":";;;;;;;;AAQAA,MAAMC,QACLC,MACCC,YAAa,SAAU,UAAW,QAAS,QAAS,MAAO,OAAQ,OAAQ,SAAU,YAAa,UAAW,WAAY,YACzHC,aAAc,MAAO,MAAO,MAAO,MAAO,MAAO,MAAO,MAAO,MAAO,MAAO,MAAO,MAAO,OAC3FC,UAAW,SAAU,SAAU,UAAW,SAAU,UAAW,SAAU,UACzEC,WAAY,MAAO,MAAO,MAAO,MAAO,MAAO,MAAO,QAEvDC,QACCC,qBAAsB,OACtBC,QAAS,MACTC,SAAU,MACVC,UAAW,QACXC,UAAW,gBACXC,UAAW,MACXC,YAAa;AACbC,aAAc,WACdC,UAAW,SACXC,YAAa,OACbC,gBAAiB,6CACjBC,iBAAkB,0DAClBC,oBAAqB,cACrBC,aAAc,cACdC,aAAa,OAGPC,YAAc,YACdC,kBAAoB,aACpBC,gBAAkB,WAClBC,WAAa,GAGnBC,KAAM,OACNC,sBAAsB,kBACtBC,WAAY,WACZC,SAAU,SAEVC,UAAW,OACXC,aAAc;AACdC,eAAgB,YAGVC,QAAS,UACTC,MAAO,QACPC,KAAM,OACNC,MAAO,OACPC,OAAQ,SACRC,MAAO"}
|
58
libraries/dhtmlxgantt/sources/locale/locale_de.js
Normal file
58
libraries/dhtmlxgantt/sources/locale/locale_de.js
Normal file
|
@ -0,0 +1,58 @@
|
|||
/*
|
||||
@license
|
||||
|
||||
dhtmlxGantt v.3.2.0 Stardard
|
||||
This software is covered by GPL license. You also can obtain Commercial or Enterprise license to use it in non-GPL project - please contact sales@dhtmlx.com. Usage without proper license is prohibited.
|
||||
|
||||
(c) Dinamenta, UAB.
|
||||
*/
|
||||
gantt.locale = {
|
||||
date: {
|
||||
month_full: [" Januar", " Februar", " März ", " April", " Mai", " Juni", " Juli", " August", " September ", " Oktober", " November ", " Dezember"],
|
||||
month_short: ["Jan", "Feb", "Mär", "Apr", "Mai", "Jun", "Jul", "Aug", "Sep", "Okt", "Nov", "Dec"],
|
||||
day_full: [ "Sonntag", "Montag", "Dienstag", " Mittwoch", " Donnerstag", "Freitag", "Samstag"],
|
||||
day_short: ["So", "Mo", "Di", "Mi", "Do", "Fr", "Sa"]
|
||||
},
|
||||
labels: {
|
||||
dhx_cal_today_button: "Heute",
|
||||
day_tab: "Tag",
|
||||
week_tab: "Woche",
|
||||
month_tab: "Monat",
|
||||
new_event: "neuer Eintrag",
|
||||
icon_save: "Speichern",
|
||||
icon_cancel: "Abbrechen",
|
||||
icon_details: "Details",
|
||||
icon_edit: "Ändern",
|
||||
icon_delete: "Löschen",
|
||||
confirm_closing: "", //"Ihre Veränderungen werden verloren sein, wollen Sie ergänzen? "
|
||||
confirm_deleting: "Der Eintrag wird gelöscht",
|
||||
section_description: "Beschreibung",
|
||||
section_time: "Zeitspanne",
|
||||
section_type:"Type",
|
||||
/* grid columns */
|
||||
|
||||
column_text : "Task-Namen",
|
||||
column_start_date : "Startzeit",
|
||||
column_duration : "Dauer",
|
||||
column_add : "",
|
||||
|
||||
/* link confirmation */
|
||||
link: "Link",
|
||||
confirm_link_deleting:"werden gelöscht",
|
||||
link_start: "(starten)",
|
||||
link_end: "(ende)",
|
||||
|
||||
type_task: "Task",
|
||||
type_project: "Project",
|
||||
type_milestone: "Milestone",
|
||||
|
||||
|
||||
minutes: "Minuten",
|
||||
hours: "Stunden",
|
||||
days: "Tage",
|
||||
weeks: "Wochen",
|
||||
months: "Monate",
|
||||
years: "Jahre"
|
||||
}
|
||||
};
|
||||
|
1
libraries/dhtmlxgantt/sources/locale/locale_de.js.map
Normal file
1
libraries/dhtmlxgantt/sources/locale/locale_de.js.map
Normal file
|
@ -0,0 +1 @@
|
|||
{"version":3,"file":"locale_de.js","sources":["locale_de.js"],"names":["gantt","locale","date","month_full","month_short","day_full","day_short","labels","dhx_cal_today_button","day_tab","week_tab","month_tab","new_event","icon_save","icon_cancel","icon_details","icon_edit","icon_delete","confirm_closing","confirm_deleting","section_description","section_time","section_type","column_text","column_start_date","column_duration","column_add","link","confirm_link_deleting","link_start","link_end","type_task","type_project","type_milestone","minutes","hours","days","weeks","months","years"],"mappings":";;;;;;;;AAQAA,MAAMC,QACLC,MACCC,YAAa,UAAW,WAAY,SAAU,SAAU,OAAQ,QAAS,QAAS,UAAW,cAAe,WAAY,aAAc,aACtIC,aAAc,MAAO,MAAO,MAAO,MAAO,MAAO,MAAO,MAAO,MAAO,MAAO,MAAO,MAAO,OAC3FC,UAAY,UAAW,SAAU,WAAY,YAAa,cAAe,UAAW,WACpFC,WAAY,KAAM,KAAM,KAAM,KAAM,KAAM,KAAM,OAEjDC,QACCC,qBAAsB,QACtBC,QAAS,MACTC,SAAU,QACVC,UAAW,QACXC,UAAW,gBACXC,UAAW;AACXC,YAAa,YACbC,aAAc,UACdC,UAAW,SACXC,YAAa,UACbC,gBAAiB,GACjBC,iBAAkB,4BAClBC,oBAAqB,eACrBC,aAAc,aACdC,aAAa,OAGPC,YAAc,aACdC,kBAAoB,YACpBC,gBAAkB,QAClBC,WAAa,GAGnBC,KAAM,OACNC,sBAAsB,kBACtBC,WAAY,YACZC,SAAU,SAEVC,UAAW,OACXC,aAAc,UACdC,eAAgB,YAGVC,QAAS;AACTC,MAAO,UACPC,KAAM,OACNC,MAAO,SACPC,OAAQ,SACRC,MAAO"}
|
58
libraries/dhtmlxgantt/sources/locale/locale_el.js
Normal file
58
libraries/dhtmlxgantt/sources/locale/locale_el.js
Normal file
|
@ -0,0 +1,58 @@
|
|||
/*
|
||||
@license
|
||||
|
||||
dhtmlxGantt v.3.2.0 Stardard
|
||||
This software is covered by GPL license. You also can obtain Commercial or Enterprise license to use it in non-GPL project - please contact sales@dhtmlx.com. Usage without proper license is prohibited.
|
||||
|
||||
(c) Dinamenta, UAB.
|
||||
*/
|
||||
gantt.locale = {
|
||||
date: {
|
||||
month_full: ["Ιανουάριος", "Φεβρουάριος", "Μάρτιος", "Απρίλιος", "Μάϊος", "Ιούνιος", "Ιούλιος", "Αύγουστος", "Σεπτέμβριος", "Οκτώβριος", "Νοέμβριος", "Δεκέμβριος"],
|
||||
month_short: ["ΙΑΝ", "ΦΕΒ", "ΜΑΡ", "ΑΠΡ", "ΜΑΙ", "ΙΟΥΝ", "ΙΟΥΛ", "ΑΥΓ", "ΣΕΠ", "ΟΚΤ", "ΝΟΕ", "ΔΕΚ"],
|
||||
day_full: ["Κυριακή", "Δευτέρα", "Τρίτη", "Τετάρτη", "Πέμπτη", "Παρασκευή", "Κυριακή"],
|
||||
day_short: ["ΚΥ", "ΔΕ", "ΤΡ", "ΤΕ", "ΠΕ", "ΠΑ", "ΣΑ"]
|
||||
},
|
||||
labels: {
|
||||
dhx_cal_today_button: "Σήμερα",
|
||||
day_tab: "Ημέρα",
|
||||
week_tab: "Εβδομάδα",
|
||||
month_tab: "Μήνας",
|
||||
new_event: "Νέο έργο",
|
||||
icon_save: "Αποθήκευση",
|
||||
icon_cancel: "Άκυρο",
|
||||
icon_details: "Λεπτομέρειες",
|
||||
icon_edit: "Επεξεργασία",
|
||||
icon_delete: "Διαγραφή",
|
||||
confirm_closing: "", //Your changes will be lost, are your sure ?
|
||||
confirm_deleting: "Το έργο θα διαγραφεί οριστικά. Θέλετε να συνεχίσετε;",
|
||||
section_description: "Περιγραφή",
|
||||
section_time: "Χρονική περίοδος",
|
||||
section_type:"Type",
|
||||
/* grid columns */
|
||||
|
||||
column_text : "Task name",
|
||||
column_start_date : "Start time",
|
||||
column_duration : "Duration",
|
||||
column_add : "",
|
||||
|
||||
/* link confirmation */
|
||||
link: "Link",
|
||||
confirm_link_deleting:"will be deleted",
|
||||
link_start: " (start)",
|
||||
link_end: " (end)",
|
||||
|
||||
type_task: "Task",
|
||||
type_project: "Project",
|
||||
type_milestone: "Milestone",
|
||||
|
||||
|
||||
minutes: "Minutes",
|
||||
hours: "Hours",
|
||||
days: "Days",
|
||||
weeks: "Week",
|
||||
months: "Months",
|
||||
years: "Years"
|
||||
}
|
||||
};
|
||||
|
1
libraries/dhtmlxgantt/sources/locale/locale_el.js.map
Normal file
1
libraries/dhtmlxgantt/sources/locale/locale_el.js.map
Normal file
|
@ -0,0 +1 @@
|
|||
{"version":3,"file":"locale_el.js","sources":["locale_el.js"],"names":["gantt","locale","date","month_full","month_short","day_full","day_short","labels","dhx_cal_today_button","day_tab","week_tab","month_tab","new_event","icon_save","icon_cancel","icon_details","icon_edit","icon_delete","confirm_closing","confirm_deleting","section_description","section_time","section_type","column_text","column_start_date","column_duration","column_add","link","confirm_link_deleting","link_start","link_end","type_task","type_project","type_milestone","minutes","hours","days","weeks","months","years"],"mappings":";;;;;;;;AAQAA,MAAMC,QACLC,MACCC,YAAa,aAAc,cAAe,UAAW,WAAY,QAAS,UAAW,UAAW,YAAa,cAAe,YAAa,YAAa,cACtJC,aAAc,MAAO,MAAO,MAAO,MAAO,MAAO,OAAQ,OAAQ,MAAO,MAAO,MAAO,MAAO,OAC7FC,UAAW,UAAW,UAAW,QAAS,UAAW,SAAU,YAAa,WAC5EC,WAAY,KAAM,KAAM,KAAM,KAAM,KAAM,KAAM,OAEjDC,QACCC,qBAAsB,SACtBC,QAAS,QACTC,SAAU,WACVC,UAAW,QACXC,UAAW;AACXC,UAAW,aACXC,YAAa,QACbC,aAAc,eACdC,UAAW,cACXC,YAAa,WACbC,gBAAiB,GACjBC,iBAAkB,uDAClBC,oBAAqB,YACrBC,aAAc,mBACdC,aAAa,OAGPC,YAAc,YACdC,kBAAoB,aACpBC,gBAAkB,WAClBC,WAAa,GAGnBC,KAAM,OACNC,sBAAsB,kBACtBC,WAAY,WACZC,SAAU,SAEVC,UAAW,OACXC,aAAc;AACdC,eAAgB,YAGVC,QAAS,UACTC,MAAO,QACPC,KAAM,OACNC,MAAO,OACPC,OAAQ,SACRC,MAAO"}
|
61
libraries/dhtmlxgantt/sources/locale/locale_es.js
Normal file
61
libraries/dhtmlxgantt/sources/locale/locale_es.js
Normal file
|
@ -0,0 +1,61 @@
|
|||
/*
|
||||
@license
|
||||
|
||||
dhtmlxGantt v.3.2.0 Stardard
|
||||
This software is covered by GPL license. You also can obtain Commercial or Enterprise license to use it in non-GPL project - please contact sales@dhtmlx.com. Usage without proper license is prohibited.
|
||||
|
||||
(c) Dinamenta, UAB.
|
||||
*/
|
||||
/*
|
||||
@Autor Manuel Fernandez Panzuela - www.mfernandez.es
|
||||
*/
|
||||
gantt.locale = {
|
||||
date: {
|
||||
month_full: ["Enero", "Febrero", "Marzo", "Abril", "Mayo", "Junio", "Julio", "Agosto", "Septiembre", "Octubre", "Noviembre", "Diciembre"],
|
||||
month_short: ["Ene", "Feb", "Mar", "Abr", "May", "Jun", "Jul", "Ago", "Sep", "Oct", "Nov", "Dic"],
|
||||
day_full: ["Domingo", "Lunes", "Martes", "Miércoles", "Jueves", "Viernes", "Sábado"],
|
||||
day_short: ["Dom", "Lun", "Mar", "Mié", "Jue", "Vie", "Sáb"]
|
||||
},
|
||||
labels: {
|
||||
dhx_cal_today_button: "Hoy",
|
||||
day_tab: "Día",
|
||||
week_tab: "Semana",
|
||||
month_tab: "Mes",
|
||||
new_event: "Nuevo evento",
|
||||
icon_save: "Guardar",
|
||||
icon_cancel: "Cancelar",
|
||||
icon_details: "Detalles",
|
||||
icon_edit: "Editar",
|
||||
icon_delete: "Eliminar",
|
||||
confirm_closing: "", //"Sus cambios se perderán, continuar ?"
|
||||
confirm_deleting: "El evento se borrará definitivamente, ¿continuar?",
|
||||
section_description: "Descripción",
|
||||
section_time: "Período",
|
||||
section_type:"Type",
|
||||
/* grid columns */
|
||||
|
||||
column_text : "Task name",
|
||||
column_start_date : "Start time",
|
||||
column_duration : "Duration",
|
||||
column_add : "",
|
||||
|
||||
/* link confirmation */
|
||||
link: "Link",
|
||||
confirm_link_deleting:"will be deleted",
|
||||
link_start: " (start)",
|
||||
link_end: " (end)",
|
||||
|
||||
type_task: "Task",
|
||||
type_project: "Project",
|
||||
type_milestone: "Milestone",
|
||||
|
||||
|
||||
minutes: "Minutes",
|
||||
hours: "Hours",
|
||||
days: "Days",
|
||||
weeks: "Week",
|
||||
months: "Months",
|
||||
years: "Years"
|
||||
}
|
||||
};
|
||||
|
1
libraries/dhtmlxgantt/sources/locale/locale_es.js.map
Normal file
1
libraries/dhtmlxgantt/sources/locale/locale_es.js.map
Normal file
|
@ -0,0 +1 @@
|
|||
{"version":3,"file":"locale_es.js","sources":["locale_es.js"],"names":["gantt","locale","date","month_full","month_short","day_full","day_short","labels","dhx_cal_today_button","day_tab","week_tab","month_tab","new_event","icon_save","icon_cancel","icon_details","icon_edit","icon_delete","confirm_closing","confirm_deleting","section_description","section_time","section_type","column_text","column_start_date","column_duration","column_add","link","confirm_link_deleting","link_start","link_end","type_task","type_project","type_milestone","minutes","hours","days","weeks","months","years"],"mappings":";;;;;;;;AAWAA,MAAMC,QACLC,MACCC,YAAa,QAAS,UAAW,QAAS,QAAS,OAAQ,QAAS,QAAS,SAAU,aAAc,UAAW,YAAa,aAC7HC,aAAc,MAAO,MAAO,MAAO,MAAO,MAAO,MAAO,MAAO,MAAO,MAAO,MAAO,MAAO,OAC3FC,UAAW,UAAW,QAAS,SAAU,YAAa,SAAU,UAAW,UAC3EC,WAAY,MAAO,MAAO,MAAO,MAAO,MAAO,MAAO,QAEvDC,QACCC,qBAAsB,MACtBC,QAAS,MACTC,SAAU,SACVC,UAAW,MACXC,UAAW,eACXC,UAAW,UACXC,YAAa;AACbC,aAAc,WACdC,UAAW,SACXC,YAAa,WACbC,gBAAiB,GACjBC,iBAAkB,oDAClBC,oBAAqB,cACrBC,aAAc,UACdC,aAAa,OAGPC,YAAc,YACdC,kBAAoB,aACpBC,gBAAkB,WAClBC,WAAa,GAGnBC,KAAM,OACNC,sBAAsB,kBACtBC,WAAY,WACZC,SAAU,SAEVC,UAAW,OACXC,aAAc,UACdC,eAAgB,YAGVC,QAAS;AACTC,MAAO,QACPC,KAAM,OACNC,MAAO,OACPC,OAAQ,SACRC,MAAO"}
|
58
libraries/dhtmlxgantt/sources/locale/locale_fi.js
Normal file
58
libraries/dhtmlxgantt/sources/locale/locale_fi.js
Normal file
|
@ -0,0 +1,58 @@
|
|||
/*
|
||||
@license
|
||||
|
||||
dhtmlxGantt v.3.2.0 Stardard
|
||||
This software is covered by GPL license. You also can obtain Commercial or Enterprise license to use it in non-GPL project - please contact sales@dhtmlx.com. Usage without proper license is prohibited.
|
||||
|
||||
(c) Dinamenta, UAB.
|
||||
*/
|
||||
gantt.locale = {
|
||||
date: {
|
||||
month_full: ["Tammikuu", "Helmikuu", "Maaliskuu", "Huhtikuu", "Toukokuu", "Kesäkuu", "Heinäkuu", "Elokuu", "Syyskuu", "Lokakuu", "Marraskuu", "Joulukuu"],
|
||||
month_short: ["Tam", "Hel", "Maa", "Huh", "Tou", "Kes", "Hei", "Elo", "Syy", "Lok", "Mar", "Jou"],
|
||||
day_full: ["Sunnuntai", "Maanantai", "Tiistai", "Keskiviikko", "Torstai", "Perjantai", "Lauantai"],
|
||||
day_short: ["Su", "Ma", "Ti", "Ke", "To", "Pe", "La"]
|
||||
},
|
||||
labels: {
|
||||
dhx_cal_today_button: "Tänään",
|
||||
day_tab: "Päivä",
|
||||
week_tab: "Viikko",
|
||||
month_tab: "Kuukausi",
|
||||
new_event: "Uusi tapahtuma",
|
||||
icon_save: "Tallenna",
|
||||
icon_cancel: "Peru",
|
||||
icon_details: "Tiedot",
|
||||
icon_edit: "Muokkaa",
|
||||
icon_delete: "Poista",
|
||||
confirm_closing: "", //Your changes will be lost, are your sure ?
|
||||
confirm_deleting: "Haluatko varmasti poistaa tapahtuman?",
|
||||
section_description: "Kuvaus",
|
||||
section_time: "Aikajakso",
|
||||
section_type:"Type",
|
||||
/* grid columns */
|
||||
|
||||
column_text : "Task name",
|
||||
column_start_date : "Start time",
|
||||
column_duration : "Duration",
|
||||
column_add : "",
|
||||
|
||||
/* link confirmation */
|
||||
link: "Link",
|
||||
confirm_link_deleting:"will be deleted",
|
||||
link_start: " (start)",
|
||||
link_end: " (end)",
|
||||
|
||||
type_task: "Task",
|
||||
type_project: "Project",
|
||||
type_milestone: "Milestone",
|
||||
|
||||
|
||||
minutes: "Minutes",
|
||||
hours: "Hours",
|
||||
days: "Days",
|
||||
weeks: "Week",
|
||||
months: "Months",
|
||||
years: "Years"
|
||||
}
|
||||
};
|
||||
|
1
libraries/dhtmlxgantt/sources/locale/locale_fi.js.map
Normal file
1
libraries/dhtmlxgantt/sources/locale/locale_fi.js.map
Normal file
|
@ -0,0 +1 @@
|
|||
{"version":3,"file":"locale_fi.js","sources":["locale_fi.js"],"names":["gantt","locale","date","month_full","month_short","day_full","day_short","labels","dhx_cal_today_button","day_tab","week_tab","month_tab","new_event","icon_save","icon_cancel","icon_details","icon_edit","icon_delete","confirm_closing","confirm_deleting","section_description","section_time","section_type","column_text","column_start_date","column_duration","column_add","link","confirm_link_deleting","link_start","link_end","type_task","type_project","type_milestone","minutes","hours","days","weeks","months","years"],"mappings":";;;;;;;;AAQAA,MAAMC,QACLC,MACCC,YAAa,WAAY,WAAY,YAAa,WAAY,WAAY,eAAgB,gBAAiB,SAAU,UAAW,UAAW,YAAa,YACxJC,aAAc,MAAO,MAAO,MAAO,MAAO,MAAO,MAAO,MAAO,MAAO,MAAO,MAAO,MAAO,OAC3FC,UAAW,YAAa,YAAa,UAAW,cAAe,UAAW,YAAa,YACvFC,WAAY,KAAM,KAAM,KAAM,KAAM,KAAM,KAAM,OAEjDC,QACCC,qBAAsB,SACtBC,QAAS,QACTC,SAAU,SACVC,UAAW,WACXC,UAAW;AACXC,UAAW,WACXC,YAAa,OACbC,aAAc,SACdC,UAAW,UACXC,YAAa,SACbC,gBAAiB,GACjBC,iBAAkB,wCAClBC,oBAAqB,SACrBC,aAAc,YACdC,aAAa,OAGPC,YAAc,YACdC,kBAAoB,aACpBC,gBAAkB,WAClBC,WAAa,GAGnBC,KAAM,OACNC,sBAAsB,kBACtBC,WAAY,WACZC,SAAU,SAEVC,UAAW,OACXC,aAAc,UACdC,eAAgB;AAGVC,QAAS,UACTC,MAAO,QACPC,KAAM,OACNC,MAAO,OACPC,OAAQ,SACRC,MAAO"}
|
56
libraries/dhtmlxgantt/sources/locale/locale_fr.js
Normal file
56
libraries/dhtmlxgantt/sources/locale/locale_fr.js
Normal file
|
@ -0,0 +1,56 @@
|
|||
/*
|
||||
@license
|
||||
|
||||
dhtmlxGantt v.3.2.0 Stardard
|
||||
This software is covered by GPL license. You also can obtain Commercial or Enterprise license to use it in non-GPL project - please contact sales@dhtmlx.com. Usage without proper license is prohibited.
|
||||
|
||||
(c) Dinamenta, UAB.
|
||||
*/
|
||||
gantt.locale = {
|
||||
date: {
|
||||
month_full: ["Janvier", "Février", "Mars", "Avril", "Mai", "Juin", "Juillet", "Août", "Septembre", "Octobre", "Novembre", "Décembre"],
|
||||
month_short: ["Jan", "Fév", "Mar", "Avr", "Mai", "Juin", "Juil", "Aoû", "Sep", "Oct", "Nov", "Déc"],
|
||||
day_full: ["Dimanche", "Lundi", "Mardi", "Mercredi", "Jeudi", "Vendredi", "Samedi"],
|
||||
day_short: ["Dim", "Lun", "Mar", "Mer", "Jeu", "Ven", "Sam"]
|
||||
},
|
||||
labels:{
|
||||
new_task:"Nouvelle tâche",
|
||||
icon_save:"Enregistrer",
|
||||
icon_cancel:"Annuler",
|
||||
icon_details:"Détails",
|
||||
icon_edit:"Modifier",
|
||||
icon_delete:"Effacer",
|
||||
confirm_closing:"",//Vos modifications seront perdus, êtes-vous sûr ?
|
||||
confirm_deleting:"L'événement sera effacé sans appel, êtes-vous sûr ?",
|
||||
|
||||
section_description:"Description",
|
||||
section_time:"Période",
|
||||
section_type:"Type",
|
||||
|
||||
/* grid columns */
|
||||
|
||||
column_text : "Nom de la tâche",
|
||||
column_start_date : "Date initiale",
|
||||
column_duration : "Durée",
|
||||
column_add : "",
|
||||
|
||||
|
||||
/* link confirmation */
|
||||
link: "Le lien",
|
||||
confirm_link_deleting:"sera supprimé",
|
||||
link_start: "(début)",
|
||||
link_end: "(fin)",
|
||||
|
||||
type_task: "Task",
|
||||
type_project: "Project",
|
||||
type_milestone: "Milestone",
|
||||
|
||||
|
||||
minutes: "Minutes",
|
||||
hours: "Heures",
|
||||
days: "Jours",
|
||||
weeks: "Semaines",
|
||||
months: "Mois",
|
||||
years: "Années"
|
||||
}
|
||||
};
|
1
libraries/dhtmlxgantt/sources/locale/locale_fr.js.map
Normal file
1
libraries/dhtmlxgantt/sources/locale/locale_fr.js.map
Normal file
|
@ -0,0 +1 @@
|
|||
{"version":3,"file":"locale_fr.js","sources":["locale_fr.js"],"names":["gantt","locale","date","month_full","month_short","day_full","day_short","labels","new_task","icon_save","icon_cancel","icon_details","icon_edit","icon_delete","confirm_closing","confirm_deleting","section_description","section_time","section_type","column_text","column_start_date","column_duration","column_add","link","confirm_link_deleting","link_start","link_end","type_task","type_project","type_milestone","minutes","hours","days","weeks","months","years"],"mappings":";;;;;;;;AAQAA,MAAMC,QACLC,MACCC,YAAa,UAAW,UAAW,OAAQ,QAAS,MAAO,OAAQ,UAAW,OAAQ,YAAa,UAAW,WAAY,YAC1HC,aAAc,MAAO,MAAO,MAAO,MAAO,MAAO,OAAQ,OAAQ,MAAO,MAAO,MAAO,MAAO,OAC7FC,UAAW,WAAY,QAAS,QAAS,WAAY,QAAS,WAAY,UAC1EC,WAAY,MAAO,MAAO,MAAO,MAAO,MAAO,MAAO,QAEvDC,QACCC,SAAS,iBACTC,UAAU,cACVC,YAAY,UACZC,aAAa,UACbC,UAAU,WACVC,YAAY;AACZC,gBAAgB,GAChBC,iBAAiB,sDAEjBC,oBAAoB,cACpBC,aAAa,UACbC,aAAa,OAIPC,YAAc,kBACdC,kBAAoB,gBACpBC,gBAAkB,QAClBC,WAAa,GAInBC,KAAM,UACNC,sBAAsB,gBACtBC,WAAY,UACZC,SAAU,QAEVC,UAAW,OACXC,aAAc,UACdC,eAAgB,YAGbC,QAAS,UACTC,MAAO,SACPC,KAAM,QACNC,MAAO,WACPC,OAAQ;AACRC,MAAO"}
|
58
libraries/dhtmlxgantt/sources/locale/locale_he.js
Normal file
58
libraries/dhtmlxgantt/sources/locale/locale_he.js
Normal file
|
@ -0,0 +1,58 @@
|
|||
/*
|
||||
@license
|
||||
|
||||
dhtmlxGantt v.3.2.0 Stardard
|
||||
This software is covered by GPL license. You also can obtain Commercial or Enterprise license to use it in non-GPL project - please contact sales@dhtmlx.com. Usage without proper license is prohibited.
|
||||
|
||||
(c) Dinamenta, UAB.
|
||||
*/
|
||||
gantt.locale = {
|
||||
date: {
|
||||
month_full: ["ינואר", "פברואר", "מרץ", "אפריל", "מאי", "יוני", "יולי", "אוגוסט", "ספטמבר", "אוקטובר", "נובמבר", "דצמבר"],
|
||||
month_short: ["ינו", "פבר", "מרץ", "אפר", "מאי", "יונ", "יול", "אוג", "ספט", "אוק", "נוב", "דצמ"],
|
||||
day_full: ["ראשון", "שני", "שלישי", "רביעי", "חמישי", "שישי", "שבת"],
|
||||
day_short: ["א", "ב", "ג", "ד", "ה", "ו", "ש"]
|
||||
},
|
||||
labels: {
|
||||
dhx_cal_today_button: "היום",
|
||||
day_tab: "יום",
|
||||
week_tab: "שבוע",
|
||||
month_tab: "חודש",
|
||||
new_event: "ארוע חדש",
|
||||
icon_save: "שמור",
|
||||
icon_cancel: "בטל",
|
||||
icon_details: "פרטים",
|
||||
icon_edit: "ערוך",
|
||||
icon_delete: "מחק",
|
||||
confirm_closing: "", //Your changes will be lost, are your sure ?
|
||||
confirm_deleting: "ארוע ימחק סופית.להמשיך?",
|
||||
section_description: "הסבר",
|
||||
section_time: "תקופה",
|
||||
section_type:"Type",
|
||||
/* grid columns */
|
||||
|
||||
column_text : "Task name",
|
||||
column_start_date : "Start time",
|
||||
column_duration : "Duration",
|
||||
column_add : "",
|
||||
|
||||
/* link confirmation */
|
||||
link: "Link",
|
||||
confirm_link_deleting:"will be deleted",
|
||||
link_start: " (start)",
|
||||
link_end: " (end)",
|
||||
|
||||
type_task: "Task",
|
||||
type_project: "Project",
|
||||
type_milestone: "Milestone",
|
||||
|
||||
|
||||
minutes: "Minutes",
|
||||
hours: "Hours",
|
||||
days: "Days",
|
||||
weeks: "Week",
|
||||
months: "Months",
|
||||
years: "Years"
|
||||
}
|
||||
};
|
||||
|
1
libraries/dhtmlxgantt/sources/locale/locale_he.js.map
Normal file
1
libraries/dhtmlxgantt/sources/locale/locale_he.js.map
Normal file
|
@ -0,0 +1 @@
|
|||
{"version":3,"file":"locale_he.js","sources":["locale_he.js"],"names":["gantt","locale","date","month_full","month_short","day_full","day_short","labels","dhx_cal_today_button","day_tab","week_tab","month_tab","new_event","icon_save","icon_cancel","icon_details","icon_edit","icon_delete","confirm_closing","confirm_deleting","section_description","section_time","section_type","column_text","column_start_date","column_duration","column_add","link","confirm_link_deleting","link_start","link_end","type_task","type_project","type_milestone","minutes","hours","days","weeks","months","years"],"mappings":";;;;;;;;AAQAA,MAAMC,QACLC,MACCC,YAAa,QAAS,SAAU,MAAO,QAAS,MAAO,OAAQ,OAAQ,SAAU,SAAU,UAAW,SAAU,SAChHC,aAAc,MAAO,MAAO,MAAO,MAAO,MAAO,MAAO,MAAO,MAAO,MAAO,MAAO,MAAO,OAC3FC,UAAW,QAAS,MAAO,QAAS,QAAS,QAAS,OAAQ,OAC9DC,WAAY,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,MAE3CC,QACCC,qBAAsB,OACtBC,QAAS,MACTC,SAAU,OACVC,UAAW,OACXC,UAAW,WACXC,UAAW,OACXC,YAAa,MACbC,aAAc,QACdC,UAAW,OACXC,YAAa;AACbC,gBAAiB,GACjBC,iBAAkB,0BAClBC,oBAAqB,OACrBC,aAAc,QACdC,aAAa,OAGPC,YAAc,YACdC,kBAAoB,aACpBC,gBAAkB,WAClBC,WAAa,GAGnBC,KAAM,OACNC,sBAAsB,kBACtBC,WAAY,WACZC,SAAU,SAEVC,UAAW,OACXC,aAAc,UACdC,eAAgB,YAGVC,QAAS,UACTC,MAAO,QACPC,KAAM,OACNC,MAAO,OACPC,OAAQ,SACRC,MAAO"}
|
58
libraries/dhtmlxgantt/sources/locale/locale_hu.js
Normal file
58
libraries/dhtmlxgantt/sources/locale/locale_hu.js
Normal file
|
@ -0,0 +1,58 @@
|
|||
/*
|
||||
@license
|
||||
|
||||
dhtmlxGantt v.3.2.0 Stardard
|
||||
This software is covered by GPL license. You also can obtain Commercial or Enterprise license to use it in non-GPL project - please contact sales@dhtmlx.com. Usage without proper license is prohibited.
|
||||
|
||||
(c) Dinamenta, UAB.
|
||||
*/
|
||||
gantt.locale = {
|
||||
date: {
|
||||
month_full: ["Január", "Február", "Március", "Április", "Május", "Június", "Július", "Augusztus", "Szeptember", "Október", "November", "December"],
|
||||
month_short: ["Jan", "Feb", "Már", "Ápr", "Máj", "Jún", "Júl", "Aug", "Sep", "Okt", "Nov", "Dec"],
|
||||
day_full: ["Vasárnap", "Hétfõ", "Kedd", "Szerda", "Csütörtök", "Péntek", "szombat"],
|
||||
day_short: ["Va", "Hé", "Ke", "Sze", "Csü", "Pé", "Szo"]
|
||||
},
|
||||
labels: {
|
||||
dhx_cal_today_button: "Ma",
|
||||
day_tab: "Nap",
|
||||
week_tab: "Hét",
|
||||
month_tab: "Hónap",
|
||||
new_event: "Új esemény",
|
||||
icon_save: "Mentés",
|
||||
icon_cancel: "Mégse",
|
||||
icon_details: "Részletek",
|
||||
icon_edit: "Szerkesztés",
|
||||
icon_delete: "Törlés",
|
||||
confirm_closing: "", //A változások elvesznek, biztosan folytatja? "
|
||||
confirm_deleting: "Az esemény törölve lesz, biztosan folytatja?",
|
||||
section_description: "Leírás",
|
||||
section_time: "Idõszak",
|
||||
section_type:"Type",
|
||||
/* grid columns */
|
||||
|
||||
column_text : "Task name",
|
||||
column_start_date : "Start time",
|
||||
column_duration : "Duration",
|
||||
column_add : "",
|
||||
|
||||
/* link confirmation */
|
||||
link: "Link",
|
||||
confirm_link_deleting:"will be deleted",
|
||||
link_start: " (start)",
|
||||
link_end: " (end)",
|
||||
|
||||
type_task: "Task",
|
||||
type_project: "Project",
|
||||
type_milestone: "Milestone",
|
||||
|
||||
|
||||
minutes: "Minutes",
|
||||
hours: "Hours",
|
||||
days: "Days",
|
||||
weeks: "Week",
|
||||
months: "Months",
|
||||
years: "Years"
|
||||
}
|
||||
};
|
||||
|
1
libraries/dhtmlxgantt/sources/locale/locale_hu.js.map
Normal file
1
libraries/dhtmlxgantt/sources/locale/locale_hu.js.map
Normal file
|
@ -0,0 +1 @@
|
|||
{"version":3,"file":"locale_hu.js","sources":["locale_hu.js"],"names":["gantt","locale","date","month_full","month_short","day_full","day_short","labels","dhx_cal_today_button","day_tab","week_tab","month_tab","new_event","icon_save","icon_cancel","icon_details","icon_edit","icon_delete","confirm_closing","confirm_deleting","section_description","section_time","section_type","column_text","column_start_date","column_duration","column_add","link","confirm_link_deleting","link_start","link_end","type_task","type_project","type_milestone","minutes","hours","days","weeks","months","years"],"mappings":";;;;;;;;AAQAA,MAAMC,QACLC,MACCC,YAAa,SAAU,UAAW,UAAW,UAAW,QAAS,SAAU,SAAU,YAAa,aAAc,UAAW,WAAY,YACvIC,aAAc,MAAO,MAAO,MAAO,MAAO,MAAO,MAAO,MAAO,MAAO,MAAO,MAAO,MAAO,OAC3FC,UAAW,WAAY,QAAS,OAAQ,SAAU,YAAa,SAAU,WACzEC,WAAY,KAAM,KAAM,KAAM,MAAO,MAAO,KAAM,QAEnDC,QACCC,qBAAsB,KACtBC,QAAS,MACTC,SAAU,MACVC,UAAW,QACXC,UAAW,aACXC,UAAW,SACXC,YAAa;AACbC,aAAc,YACdC,UAAW,cACXC,YAAa,SACbC,gBAAiB,GACjBC,iBAAkB,+CAClBC,oBAAqB,SACrBC,aAAc,UACdC,aAAa,OAGPC,YAAc,YACdC,kBAAoB,aACpBC,gBAAkB,WAClBC,WAAa,GAGnBC,KAAM,OACNC,sBAAsB,kBACtBC,WAAY,WACZC,SAAU,SAEVC,UAAW,OACXC,aAAc,UACdC,eAAgB,YAGVC,QAAS,UACTC,MAAO;AACPC,KAAM,OACNC,MAAO,OACPC,OAAQ,SACRC,MAAO"}
|
9
libraries/dhtmlxgantt/sources/locale/locale_id.js
Normal file
9
libraries/dhtmlxgantt/sources/locale/locale_id.js
Normal file
|
@ -0,0 +1,9 @@
|
|||
/*
|
||||
@license
|
||||
|
||||
dhtmlxGantt v.3.2.0 Stardard
|
||||
This software is covered by GPL license. You also can obtain Commercial or Enterprise license to use it in non-GPL project - please contact sales@dhtmlx.com. Usage without proper license is prohibited.
|
||||
|
||||
(c) Dinamenta, UAB.
|
||||
*/
|
||||
gantt.locale = {
date: {
month_full: ["Januari", "Februari", "Maret", "April", "Mei", "Juni", "Juli", "Agustus", "September", "Oktober", "November", "Desember"],
month_short: ["Jan", "Feb", "Mar", "Apr", "Mei", "Jun", "Jul", "Ags", "Sep", "Okt", "Nov", "Des"],
day_full: ["Minggu", "Senin", "Selasa", "Rabu", "Kamis", "Jumat", "Sabtu"],
day_short: ["Ming", "Sen", "Sel", "Rab", "Kam", "Jum", "Sab"]
},
labels: {
dhx_cal_today_button: "Hari Ini",
day_tab: "Hari",
week_tab: "Minggu",
month_tab: "Bulan",
new_event: "Acara Baru",
icon_save: "Simpan",
icon_cancel: "Batal",
icon_details: "Detail",
icon_edit: "Edit",
icon_delete: "Hapus",
confirm_closing: "", /*Perubahan tidak akan disimpan ?*/
confirm_deleting: "Acara akan dihapus",
section_description: "Keterangan",
section_time: "Periode",
section_type: "Type",
/* grid columns */
column_text: "Task name",
column_start_date: "Start time",
column_duration: "Duration",
column_add: "",
/* link confirmation */
link: "Link",
confirm_link_deleting: "will be deleted",
link_start: " (start)",
link_end: " (end)",
type_task: "Task",
type_project: "Project",
type_milestone: "Milestone",
minutes: "Minutes",
hours: "Hours",
days: "Days",
weeks: "Week",
months: "Months",
years: "Years"
}
};
|
1
libraries/dhtmlxgantt/sources/locale/locale_id.js.map
Normal file
1
libraries/dhtmlxgantt/sources/locale/locale_id.js.map
Normal file
|
@ -0,0 +1 @@
|
|||
{"version":3,"file":"locale_id.js","sources":["locale_id.js"],"names":["gantt","locale","date","month_full","month_short","day_full","day_short","labels","dhx_cal_today_button","day_tab","week_tab","month_tab","new_event","icon_save","icon_cancel","icon_details","icon_edit","icon_delete","confirm_closing","confirm_deleting","section_description","section_time","section_type","column_text","column_start_date","column_duration","column_add","link","confirm_link_deleting","link_start","link_end","type_task","type_project","type_milestone","minutes","hours","days","weeks","months","years"],"mappings":";;;;;;;;AAQAA,MAAMC,QACLC,MACCC,YAAa,UAAW,WAAY,QAAS,QAAS,MAAO,OAAQ,OAAQ,UAAW,YAAa,UAAW,WAAY,YAC5HC,aAAc,MAAO,MAAO,MAAO,MAAO,MAAO,MAAO,MAAO,MAAO,MAAO,MAAO,MAAO,OAC3FC,UAAW,SAAU,QAAS,SAAU,OAAQ,QAAS,QAAS,SAClEC,WAAY,OAAQ,MAAO,MAAO,MAAO,MAAO,MAAO,QAExDC,QACCC,qBAAsB,WACtBC,QAAS,OACTC,SAAU,SACVC,UAAW,QACXC,UAAW,aACXC,UAAW,SACXC,YAAa;AACbC,aAAc,SACdC,UAAW,OACXC,YAAa,QACbC,gBAAiB,GACjBC,iBAAkB,qBAClBC,oBAAqB,aACrBC,aAAc,UACdC,aAAc,OAGdC,YAAa,YACbC,kBAAmB,aACnBC,gBAAiB,WACjBC,WAAY,GAGZC,KAAM,OACNC,sBAAuB,kBACvBC,WAAY,WACZC,SAAU,SAEVC,UAAW,OACXC,aAAc,UACdC,eAAgB,YAGhBC,QAAS,UACTC,MAAO,QACPC,KAAM,OACNC,MAAO;AACPC,OAAQ,SACRC,MAAO"}
|
58
libraries/dhtmlxgantt/sources/locale/locale_it.js
Normal file
58
libraries/dhtmlxgantt/sources/locale/locale_it.js
Normal file
|
@ -0,0 +1,58 @@
|
|||
/*
|
||||
@license
|
||||
|
||||
dhtmlxGantt v.3.2.0 Stardard
|
||||
This software is covered by GPL license. You also can obtain Commercial or Enterprise license to use it in non-GPL project - please contact sales@dhtmlx.com. Usage without proper license is prohibited.
|
||||
|
||||
(c) Dinamenta, UAB.
|
||||
*/
|
||||
gantt.locale = {
|
||||
date: {
|
||||
month_full: ["Gennaio", "Febbraio", "Marzo", "Aprile", "Maggio", "Giugno", "Luglio", "Agosto", "Settembre", "Ottobre", "Novembre", "Dicembre"],
|
||||
month_short: ["Gen", "Feb", "Mar", "Apr", "Mag", "Giu", "Lug", "Ago", "Set", "Ott", "Nov", "Dic"],
|
||||
day_full: ["Domenica", "Lunedì", "Martedì", "Mercoledì", "Giovedì", "Venerdì", "Sabato"],
|
||||
day_short: ["Dom", "Lun", "Mar", "Mer", "Gio", "Ven", "Sab"]
|
||||
},
|
||||
labels: {
|
||||
dhx_cal_today_button: "Oggi",
|
||||
day_tab: "Giorno",
|
||||
week_tab: "Settimana",
|
||||
month_tab: "Mese",
|
||||
new_event: "Nuovo evento",
|
||||
icon_save: "Salva",
|
||||
icon_cancel: "Chiudi",
|
||||
icon_details: "Dettagli",
|
||||
icon_edit: "Modifica",
|
||||
icon_delete: "Elimina",
|
||||
confirm_closing: "", //Le modifiche apportate saranno perse, siete sicuri?
|
||||
confirm_deleting: "L'evento sarà eliminato, siete sicuri?",
|
||||
section_description: "Descrizione",
|
||||
section_time: "Periodo di tempo",
|
||||
section_type:"Type",
|
||||
/* grid columns */
|
||||
|
||||
column_text : "Task name",
|
||||
column_start_date : "Start time",
|
||||
column_duration : "Duration",
|
||||
column_add : "",
|
||||
|
||||
/* link confirmation */
|
||||
link: "Link",
|
||||
confirm_link_deleting:"will be deleted",
|
||||
link_start: " (start)",
|
||||
link_end: " (end)",
|
||||
|
||||
type_task: "Task",
|
||||
type_project: "Project",
|
||||
type_milestone: "Milestone",
|
||||
|
||||
|
||||
minutes: "Minutes",
|
||||
hours: "Hours",
|
||||
days: "Days",
|
||||
weeks: "Week",
|
||||
months: "Months",
|
||||
years: "Years"
|
||||
}
|
||||
};
|
||||
|
1
libraries/dhtmlxgantt/sources/locale/locale_it.js.map
Normal file
1
libraries/dhtmlxgantt/sources/locale/locale_it.js.map
Normal file
|
@ -0,0 +1 @@
|
|||
{"version":3,"file":"locale_it.js","sources":["locale_it.js"],"names":["gantt","locale","date","month_full","month_short","day_full","day_short","labels","dhx_cal_today_button","day_tab","week_tab","month_tab","new_event","icon_save","icon_cancel","icon_details","icon_edit","icon_delete","confirm_closing","confirm_deleting","section_description","section_time","section_type","column_text","column_start_date","column_duration","column_add","link","confirm_link_deleting","link_start","link_end","type_task","type_project","type_milestone","minutes","hours","days","weeks","months","years"],"mappings":";;;;;;;;AAQAA,MAAMC,QACLC,MACCC,YAAa,UAAW,WAAY,QAAS,SAAU,SAAU,SAAU,SAAU,SAAU,YAAa,UAAW,WAAY,YACnIC,aAAc,MAAO,MAAO,MAAO,MAAO,MAAO,MAAO,MAAO,MAAO,MAAO,MAAO,MAAO,OAC3FC,UAAW,WAAY,SAAU,UAAW,YAAa,UAAW,UAAW,UAC/EC,WAAY,MAAO,MAAO,MAAO,MAAO,MAAO,MAAO,QAEvDC,QACCC,qBAAsB,OACtBC,QAAS,SACTC,SAAU,YACVC,UAAW,OACXC,UAAW,eACXC,UAAW;AACXC,YAAa,SACbC,aAAc,WACdC,UAAW,WACXC,YAAa,UACbC,gBAAiB,GACjBC,iBAAkB,yCAClBC,oBAAqB,cACrBC,aAAc,mBACdC,aAAa,OAGPC,YAAc,YACdC,kBAAoB,aACpBC,gBAAkB,WAClBC,WAAa,GAGnBC,KAAM,OACNC,sBAAsB,kBACtBC,WAAY,WACZC,SAAU,SAEVC,UAAW,OACXC,aAAc,UACdC,eAAgB;AAGVC,QAAS,UACTC,MAAO,QACPC,KAAM,OACNC,MAAO,OACPC,OAAQ,SACRC,MAAO"}
|
61
libraries/dhtmlxgantt/sources/locale/locale_jp.js
Normal file
61
libraries/dhtmlxgantt/sources/locale/locale_jp.js
Normal file
|
@ -0,0 +1,61 @@
|
|||
/*
|
||||
@license
|
||||
|
||||
dhtmlxGantt v.3.2.0 Stardard
|
||||
This software is covered by GPL license. You also can obtain Commercial or Enterprise license to use it in non-GPL project - please contact sales@dhtmlx.com. Usage without proper license is prohibited.
|
||||
|
||||
(c) Dinamenta, UAB.
|
||||
*/
|
||||
/*
|
||||
Translation by Genexus Japan Inc.
|
||||
*/
|
||||
gantt.locale = {
|
||||
date: {
|
||||
month_full: ["1月", "2月", "3月", "4月", "5月", "6月", "7月", "8月", "9月", "10月", "11月", "12月"],
|
||||
month_short: [ "1月", "2月", "3月", "4月", "5月", "6月", "7月", "8月", "9月", "10月", "11月", "12月"],
|
||||
day_full: ["日曜日", "月曜日", "火曜日", "水曜日", "木曜日", "金曜日", "土曜日"],
|
||||
day_short: ["日", "月", "火", "水", "木", "金", "土"]
|
||||
},
|
||||
labels: {
|
||||
dhx_cal_today_button: "今日",
|
||||
day_tab: "日",
|
||||
week_tab: "週",
|
||||
month_tab: "月",
|
||||
new_event: "新イベント",
|
||||
icon_save: "保存",
|
||||
icon_cancel: "キャンセル",
|
||||
icon_details: "詳細",
|
||||
icon_edit: "編集",
|
||||
icon_delete: "削除",
|
||||
confirm_closing: "", //変更が取り消されます、宜しいですか?
|
||||
confirm_deleting: "イベント完全に削除されます、宜しいですか?",
|
||||
section_description: "デスクリプション",
|
||||
section_time: "期間",
|
||||
section_type:"Type",
|
||||
/* grid columns */
|
||||
|
||||
column_text : "Task name",
|
||||
column_start_date : "Start time",
|
||||
column_duration : "Duration",
|
||||
column_add : "",
|
||||
|
||||
/* link confirmation */
|
||||
link: "Link",
|
||||
confirm_link_deleting:"will be deleted",
|
||||
link_start: " (start)",
|
||||
link_end: " (end)",
|
||||
|
||||
type_task: "Task",
|
||||
type_project: "Project",
|
||||
type_milestone: "Milestone",
|
||||
|
||||
|
||||
minutes: "Minutes",
|
||||
hours: "Hours",
|
||||
days: "Days",
|
||||
weeks: "Week",
|
||||
months: "Months",
|
||||
years: "Years"
|
||||
}
|
||||
};
|
||||
|
1
libraries/dhtmlxgantt/sources/locale/locale_jp.js.map
Normal file
1
libraries/dhtmlxgantt/sources/locale/locale_jp.js.map
Normal file
|
@ -0,0 +1 @@
|
|||
{"version":3,"file":"locale_jp.js","sources":["locale_jp.js"],"names":["gantt","locale","date","month_full","month_short","day_full","day_short","labels","dhx_cal_today_button","day_tab","week_tab","month_tab","new_event","icon_save","icon_cancel","icon_details","icon_edit","icon_delete","confirm_closing","confirm_deleting","section_description","section_time","section_type","column_text","column_start_date","column_duration","column_add","link","confirm_link_deleting","link_start","link_end","type_task","type_project","type_milestone","minutes","hours","days","weeks","months","years"],"mappings":";;;;;;;;AAWAA,MAAMC,QACLC,MACCC,YAAa,KAAM,KAAM,KAAM,KAAM,KAAM,KAAM,KAAM,KAAM,KAAM,MAAO,MAAO,OACjFC,aAAe,KAAM,KAAM,KAAM,KAAM,KAAM,KAAM,KAAM,KAAM,KAAM,MAAO,MAAO,OACnFC,UAAW,MAAO,MAAO,MAAO,MAAO,MAAO,MAAO,OACrDC,WAAY,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,MAE3CC,QACCC,qBAAsB,KACtBC,QAAS,IACTC,SAAU,IACVC,UAAW,IACXC,UAAW,QACXC,UAAW,KACXC,YAAa,QACbC,aAAc,KACdC,UAAW,KACXC,YAAa,KACbC,gBAAiB,GACjBC,iBAAkB;AAClBC,oBAAqB,WACrBC,aAAc,KACdC,aAAa,OAGPC,YAAc,YACdC,kBAAoB,aACpBC,gBAAkB,WAClBC,WAAa,GAGnBC,KAAM,OACNC,sBAAsB,kBACtBC,WAAY,WACZC,SAAU,SAEVC,UAAW,OACXC,aAAc,UACdC,eAAgB,YAGVC,QAAS,UACTC,MAAO,QACPC,KAAM,OACNC,MAAO,OACPC,OAAQ,SACRC,MAAO"}
|
49
libraries/dhtmlxgantt/sources/locale/locale_kr.js
Normal file
49
libraries/dhtmlxgantt/sources/locale/locale_kr.js
Normal file
|
@ -0,0 +1,49 @@
|
|||
/*
|
||||
@license
|
||||
|
||||
dhtmlxGantt v.3.2.0 Stardard
|
||||
This software is covered by GPL license. You also can obtain Commercial or Enterprise license to use it in non-GPL project - please contact sales@dhtmlx.com. Usage without proper license is prohibited.
|
||||
|
||||
(c) Dinamenta, UAB.
|
||||
*/
|
||||
/*
|
||||
Translated by cjkim@dbvalley.com
|
||||
*/
|
||||
gantt.locale = {
|
||||
date: {
|
||||
month_full: ["1월", "2월", "3월", "4월", "5월", "6월", "7월", "8월", "9월", "10월", "11월", "12월"],
|
||||
month_short: ["1월", "2월", "3월", "4월", "5월", "6월", "7월", "8월", "9월", "10월", "11월", "12월"],
|
||||
day_full: ["일요일", "월요일", "화요일", "수요일", "목요일", "금요일", "토요일"],
|
||||
day_short: ["일", "월", "화", "수", "목", "금", "토"]
|
||||
},
|
||||
labels: {
|
||||
new_task: "이름없는 작업",
|
||||
icon_save: "저장",
|
||||
icon_cancel: "취소",
|
||||
icon_details: "세부 사항",
|
||||
icon_edit: "수정",
|
||||
icon_delete: "삭제",
|
||||
confirm_closing: "",
|
||||
confirm_deleting: "작업을 삭제하시겠습니까?",
|
||||
section_description: "설명",
|
||||
section_time: "기간",
|
||||
section_type: "Type",
|
||||
column_text: "작업명",
|
||||
column_start_date: "시작일",
|
||||
column_duration: "기간",
|
||||
column_add: "",
|
||||
link: "전제",
|
||||
confirm_link_deleting: "삭제 하시겠습니까?",
|
||||
link_start: " (start)",
|
||||
link_end: " (end)",
|
||||
type_task: "작업",
|
||||
type_project: "프로젝트",
|
||||
type_milestone: "마일스톤",
|
||||
minutes: "분",
|
||||
hours: "시간",
|
||||
days: "일",
|
||||
weeks: "주",
|
||||
months: "달",
|
||||
years: "년"
|
||||
}
|
||||
};
|
1
libraries/dhtmlxgantt/sources/locale/locale_kr.js.map
Normal file
1
libraries/dhtmlxgantt/sources/locale/locale_kr.js.map
Normal file
|
@ -0,0 +1 @@
|
|||
{"version":3,"file":"locale_kr.js","sources":["locale_kr.js"],"names":["gantt","locale","date","month_full","month_short","day_full","day_short","labels","new_task","icon_save","icon_cancel","icon_details","icon_edit","icon_delete","confirm_closing","confirm_deleting","section_description","section_time","section_type","column_text","column_start_date","column_duration","column_add","link","confirm_link_deleting","link_start","link_end","type_task","type_project","type_milestone","minutes","hours","days","weeks","months","years"],"mappings":";;;;;;;;AAWAA,MAAMC,QACLC,MACCC,YAAa,KAAM,KAAM,KAAM,KAAM,KAAM,KAAM,KAAM,KAAM,KAAM,MAAO,MAAO,OACjFC,aAAc,KAAM,KAAM,KAAM,KAAM,KAAM,KAAM,KAAM,KAAM,KAAM,MAAO,MAAO,OAClFC,UAAW,MAAO,MAAO,MAAO,MAAO,MAAO,MAAO,OACrDC,WAAY,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,MAE3CC,QACCC,SAAU,UACVC,UAAW,KACXC,YAAa,KACbC,aAAc,QACdC,UAAW,KACXC,YAAa,KACbC,gBAAiB,GACjBC,iBAAkB,gBAClBC,oBAAqB,KACrBC,aAAc,KACdC,aAAc,OACdC,YAAa;AACbC,kBAAmB,MACnBC,gBAAiB,KACjBC,WAAY,GACZC,KAAM,KACNC,sBAAuB,aACvBC,WAAY,WACZC,SAAU,SACVC,UAAW,KACXC,aAAc,OACdC,eAAgB,OAChBC,QAAS,IACTC,MAAO,KACPC,KAAM,IACNC,MAAO,IACPC,OAAQ,IACRC,MAAO"}
|
58
libraries/dhtmlxgantt/sources/locale/locale_nb.js
Normal file
58
libraries/dhtmlxgantt/sources/locale/locale_nb.js
Normal file
|
@ -0,0 +1,58 @@
|
|||
/*
|
||||
@license
|
||||
|
||||
dhtmlxGantt v.3.2.0 Stardard
|
||||
This software is covered by GPL license. You also can obtain Commercial or Enterprise license to use it in non-GPL project - please contact sales@dhtmlx.com. Usage without proper license is prohibited.
|
||||
|
||||
(c) Dinamenta, UAB.
|
||||
*/
|
||||
gantt.locale = {
|
||||
date: {
|
||||
month_full: ["Januar", "Februar", "Mars", "April", "Mai", "Juni", "Juli", "August", "September", "Oktober", "November", "Desember"],
|
||||
month_short: ["Jan", "Feb", "Mar", "Apr", "Mai", "Jun", "Jul", "Aug", "Sep", "Okt", "Nov", "Des"],
|
||||
day_full: ["Søndag", "Mandag", "Tirsdag", "Onsdag", "Torsdag", "Fredag", "Lørdag"],
|
||||
day_short: ["Søn", "Mon", "Tir", "Ons", "Tor", "Fre", "Lør"]
|
||||
},
|
||||
labels: {
|
||||
dhx_cal_today_button: "I dag",
|
||||
day_tab: "Dag",
|
||||
week_tab: "Uke",
|
||||
month_tab: "Måned",
|
||||
new_event: "Ny hendelse",
|
||||
icon_save: "Lagre",
|
||||
icon_cancel: "Avbryt",
|
||||
icon_details: "Detaljer",
|
||||
icon_edit: "Rediger",
|
||||
icon_delete: "Slett",
|
||||
confirm_closing: "", //Your changes will be lost, are your sure ?
|
||||
confirm_deleting: "Hendelsen vil bli slettet permanent. Er du sikker?",
|
||||
section_description: "Beskrivelse",
|
||||
section_time: "Tidsperiode",
|
||||
section_type:"Type",
|
||||
/* grid columns */
|
||||
|
||||
column_text : "Task name",
|
||||
column_start_date : "Start time",
|
||||
column_duration : "Duration",
|
||||
column_add : "",
|
||||
|
||||
/* link confirmation */
|
||||
link: "Link",
|
||||
confirm_link_deleting:"will be deleted",
|
||||
link_start: " (start)",
|
||||
link_end: " (end)",
|
||||
|
||||
type_task: "Task",
|
||||
type_project: "Project",
|
||||
type_milestone: "Milestone",
|
||||
|
||||
|
||||
minutes: "Minutes",
|
||||
hours: "Hours",
|
||||
days: "Days",
|
||||
weeks: "Week",
|
||||
months: "Months",
|
||||
years: "Years"
|
||||
}
|
||||
};
|
||||
|
1
libraries/dhtmlxgantt/sources/locale/locale_nb.js.map
Normal file
1
libraries/dhtmlxgantt/sources/locale/locale_nb.js.map
Normal file
|
@ -0,0 +1 @@
|
|||
{"version":3,"file":"locale_nb.js","sources":["locale_nb.js"],"names":["gantt","locale","date","month_full","month_short","day_full","day_short","labels","dhx_cal_today_button","day_tab","week_tab","month_tab","new_event","icon_save","icon_cancel","icon_details","icon_edit","icon_delete","confirm_closing","confirm_deleting","section_description","section_time","section_type","column_text","column_start_date","column_duration","column_add","link","confirm_link_deleting","link_start","link_end","type_task","type_project","type_milestone","minutes","hours","days","weeks","months","years"],"mappings":";;;;;;;;AAQAA,MAAMC,QACLC,MACCC,YAAa,SAAU,UAAW,OAAQ,QAAS,MAAO,OAAQ,OAAQ,SAAU,YAAa,UAAW,WAAY,YACxHC,aAAc,MAAO,MAAO,MAAO,MAAO,MAAO,MAAO,MAAO,MAAO,MAAO,MAAO,MAAO,OAC3FC,UAAW,SAAU,SAAU,UAAW,SAAU,UAAW,SAAU,UACzEC,WAAY,MAAO,MAAO,MAAO,MAAO,MAAO,MAAO,QAEvDC,QACCC,qBAAsB,QACtBC,QAAS,MACTC,SAAU,MACVC,UAAW,QACXC,UAAW,cACXC,UAAW,QACXC,YAAa;AACbC,aAAc,WACdC,UAAW,UACXC,YAAa,QACbC,gBAAiB,GACjBC,iBAAkB,qDAClBC,oBAAqB,cACrBC,aAAc,cACdC,aAAa,OAGPC,YAAc,YACdC,kBAAoB,aACpBC,gBAAkB,WAClBC,WAAa,GAGnBC,KAAM,OACNC,sBAAsB,kBACtBC,WAAY,WACZC,SAAU,SAEVC,UAAW,OACXC,aAAc,UACdC,eAAgB,YAGVC,QAAS;AACTC,MAAO,QACPC,KAAM,OACNC,MAAO,OACPC,OAAQ,SACRC,MAAO"}
|
58
libraries/dhtmlxgantt/sources/locale/locale_nl.js
Normal file
58
libraries/dhtmlxgantt/sources/locale/locale_nl.js
Normal file
|
@ -0,0 +1,58 @@
|
|||
/*
|
||||
@license
|
||||
|
||||
dhtmlxGantt v.3.2.0 Stardard
|
||||
This software is covered by GPL license. You also can obtain Commercial or Enterprise license to use it in non-GPL project - please contact sales@dhtmlx.com. Usage without proper license is prohibited.
|
||||
|
||||
(c) Dinamenta, UAB.
|
||||
*/
|
||||
gantt.locale = {
|
||||
date: {
|
||||
month_full: ["Januari", "Februari", "Maart", "April", "Mei", "Juni", "Juli", "Augustus", "September", "Oktober", "November", "December"],
|
||||
month_short: ["Jan", "Feb", "mrt", "Apr", "Mei", "Jun", "Jul", "Aug", "Sep", "Okt", "Nov", "Dec"],
|
||||
day_full: ["Zondag", "Maandag", "Dinsdag", "Woensdag", "Donderdag", "Vrijdag", "Zaterdag"],
|
||||
day_short: ["Zo", "Ma", "Di", "Wo", "Do", "Vr", "Za"]
|
||||
},
|
||||
labels: {
|
||||
dhx_cal_today_button: "Vandaag",
|
||||
day_tab: "Dag",
|
||||
week_tab: "Week",
|
||||
month_tab: "Maand",
|
||||
new_event: "Nieuw item",
|
||||
icon_save: "Opslaan",
|
||||
icon_cancel: "Annuleren",
|
||||
icon_details: "Details",
|
||||
icon_edit: "Bewerken",
|
||||
icon_delete: "Verwijderen",
|
||||
confirm_closing: "", //Your changes will be lost, are your sure ?
|
||||
confirm_deleting: "Item zal permanent worden verwijderd, doorgaan?",
|
||||
section_description: "Beschrijving",
|
||||
section_time: "Tijd periode",
|
||||
section_type:"Type",
|
||||
/* grid columns */
|
||||
|
||||
column_text : "Taak omschrijving",
|
||||
column_start_date : "Startdatum",
|
||||
column_duration : "Duur",
|
||||
column_add : "",
|
||||
|
||||
/* link confirmation */
|
||||
link: "Koppeling",
|
||||
confirm_link_deleting:"zal worden verwijderd",
|
||||
link_start: " (start)",
|
||||
link_end: " (eind)",
|
||||
|
||||
type_task: "Task",
|
||||
type_project: "Project",
|
||||
type_milestone: "Milestone",
|
||||
|
||||
|
||||
minutes: "minuten",
|
||||
hours: "uren",
|
||||
days: "dagen",
|
||||
weeks: "weken",
|
||||
months: "maanden",
|
||||
years: "jaren"
|
||||
}
|
||||
};
|
||||
|
1
libraries/dhtmlxgantt/sources/locale/locale_nl.js.map
Normal file
1
libraries/dhtmlxgantt/sources/locale/locale_nl.js.map
Normal file
|
@ -0,0 +1 @@
|
|||
{"version":3,"file":"locale_nl.js","sources":["locale_nl.js"],"names":["gantt","locale","date","month_full","month_short","day_full","day_short","labels","dhx_cal_today_button","day_tab","week_tab","month_tab","new_event","icon_save","icon_cancel","icon_details","icon_edit","icon_delete","confirm_closing","confirm_deleting","section_description","section_time","section_type","column_text","column_start_date","column_duration","column_add","link","confirm_link_deleting","link_start","link_end","type_task","type_project","type_milestone","minutes","hours","days","weeks","months","years"],"mappings":";;;;;;;;AAQAA,MAAMC,QACLC,MACCC,YAAa,UAAW,WAAY,QAAS,QAAS,MAAO,OAAQ,OAAQ,WAAY,YAAa,UAAW,WAAY,YAC7HC,aAAc,MAAO,MAAO,MAAO,MAAO,MAAO,MAAO,MAAO,MAAO,MAAO,MAAO,MAAO,OAC3FC,UAAW,SAAU,UAAW,UAAW,WAAY,YAAa,UAAW,YAC/EC,WAAY,KAAM,KAAM,KAAM,KAAM,KAAM,KAAM,OAEjDC,QACCC,qBAAsB,UACtBC,QAAS,MACTC,SAAU,OACVC,UAAW,QACXC,UAAW,aACXC,UAAW,UACXC,YAAa;AACbC,aAAc,UACdC,UAAW,WACXC,YAAa,cACbC,gBAAiB,GACjBC,iBAAkB,kDAClBC,oBAAqB,eACrBC,aAAc,eACdC,aAAa,OAGPC,YAAc,oBACdC,kBAAoB,aACpBC,gBAAkB,OAClBC,WAAa,GAGnBC,KAAM,YACNC,sBAAsB,wBACtBC,WAAY,WACZC,SAAU,UAEVC,UAAW,OACXC,aAAc,UACdC,eAAgB;AAGVC,QAAS,UACTC,MAAO,OACPC,KAAM,QACNC,MAAO,QACPC,OAAQ,UACRC,MAAO"}
|
58
libraries/dhtmlxgantt/sources/locale/locale_no.js
Normal file
58
libraries/dhtmlxgantt/sources/locale/locale_no.js
Normal file
|
@ -0,0 +1,58 @@
|
|||
/*
|
||||
@license
|
||||
|
||||
dhtmlxGantt v.3.2.0 Stardard
|
||||
This software is covered by GPL license. You also can obtain Commercial or Enterprise license to use it in non-GPL project - please contact sales@dhtmlx.com. Usage without proper license is prohibited.
|
||||
|
||||
(c) Dinamenta, UAB.
|
||||
*/
|
||||
gantt.locale = {
|
||||
date: {
|
||||
month_full: ["Januar", "Februar", "Mars", "April", "Mai", "Juni", "Juli", "August", "September", "Oktober", "November", "Desember"],
|
||||
month_short: ["Jan", "Feb", "Mar", "Apr", "Mai", "Jun", "Jul", "Aug", "Sep", "Okt", "Nov", "Des"],
|
||||
day_full: ["Søndag", "Mandag", "Tirsdag", "Onsdag", "Torsdag", "Fredag", "Lørdag"],
|
||||
day_short: ["Søn", "Man", "Tir", "Ons", "Tor", "Fre", "Lør"]
|
||||
},
|
||||
labels: {
|
||||
dhx_cal_today_button: "Idag",
|
||||
day_tab: "Dag",
|
||||
week_tab: "Uke",
|
||||
month_tab: "Måned",
|
||||
new_event: "Ny",
|
||||
icon_save: "Lagre",
|
||||
icon_cancel: "Avbryt",
|
||||
icon_details: "Detaljer",
|
||||
icon_edit: "Endre",
|
||||
icon_delete: "Slett",
|
||||
confirm_closing: "Endringer blir ikke lagret, er du sikker?", //Endringer blir ikke lagret, er du sikker?
|
||||
confirm_deleting: "Oppføringen vil bli slettet, er du sikker?",
|
||||
section_description: "Beskrivelse",
|
||||
section_time: "Tidsperiode",
|
||||
section_type:"Type",
|
||||
/* grid columns */
|
||||
|
||||
column_text : "Task name",
|
||||
column_start_date : "Start time",
|
||||
column_duration : "Duration",
|
||||
column_add : "",
|
||||
|
||||
/* link confirmation */
|
||||
link: "Link",
|
||||
confirm_link_deleting:"will be deleted",
|
||||
link_start: " (start)",
|
||||
link_end: " (end)",
|
||||
|
||||
type_task: "Task",
|
||||
type_project: "Project",
|
||||
type_milestone: "Milestone",
|
||||
|
||||
|
||||
minutes: "Minutes",
|
||||
hours: "Hours",
|
||||
days: "Days",
|
||||
weeks: "Week",
|
||||
months: "Months",
|
||||
years: "Years"
|
||||
}
|
||||
};
|
||||
|
1
libraries/dhtmlxgantt/sources/locale/locale_no.js.map
Normal file
1
libraries/dhtmlxgantt/sources/locale/locale_no.js.map
Normal file
|
@ -0,0 +1 @@
|
|||
{"version":3,"file":"locale_no.js","sources":["locale_no.js"],"names":["gantt","locale","date","month_full","month_short","day_full","day_short","labels","dhx_cal_today_button","day_tab","week_tab","month_tab","new_event","icon_save","icon_cancel","icon_details","icon_edit","icon_delete","confirm_closing","confirm_deleting","section_description","section_time","section_type","column_text","column_start_date","column_duration","column_add","link","confirm_link_deleting","link_start","link_end","type_task","type_project","type_milestone","minutes","hours","days","weeks","months","years"],"mappings":";;;;;;;;AAQAA,MAAMC,QACLC,MACCC,YAAa,SAAU,UAAW,OAAQ,QAAS,MAAO,OAAQ,OAAQ,SAAU,YAAa,UAAW,WAAY,YACxHC,aAAc,MAAO,MAAO,MAAO,MAAO,MAAO,MAAO,MAAO,MAAO,MAAO,MAAO,MAAO,OAC3FC,UAAW,SAAU,SAAU,UAAW,SAAU,UAAW,SAAU,UACzEC,WAAY,MAAO,MAAO,MAAO,MAAO,MAAO,MAAO,QAEvDC,QACCC,qBAAsB,OACtBC,QAAS,MACTC,SAAU,MACVC,UAAW,QACXC,UAAW,KACXC,UAAW,QACXC,YAAa,SACbC,aAAc;AACdC,UAAW,QACXC,YAAa,QACbC,gBAAiB,4CACjBC,iBAAkB,6CAClBC,oBAAqB,cACrBC,aAAc,cACdC,aAAa,OAGPC,YAAc,YACdC,kBAAoB,aACpBC,gBAAkB,WAClBC,WAAa,GAGnBC,KAAM,OACNC,sBAAsB,kBACtBC,WAAY,WACZC,SAAU,SAEVC,UAAW,OACXC,aAAc,UACdC,eAAgB,YAGVC,QAAS;AACTC,MAAO,QACPC,KAAM,OACNC,MAAO,OACPC,OAAQ,SACRC,MAAO"}
|
58
libraries/dhtmlxgantt/sources/locale/locale_pl.js
Normal file
58
libraries/dhtmlxgantt/sources/locale/locale_pl.js
Normal file
|
@ -0,0 +1,58 @@
|
|||
/*
|
||||
@license
|
||||
|
||||
dhtmlxGantt v.3.2.0 Stardard
|
||||
This software is covered by GPL license. You also can obtain Commercial or Enterprise license to use it in non-GPL project - please contact sales@dhtmlx.com. Usage without proper license is prohibited.
|
||||
|
||||
(c) Dinamenta, UAB.
|
||||
*/
|
||||
gantt.locale = {
|
||||
date: {
|
||||
month_full: ["Styczeń", "Luty", "Marzec", "Kwiecień", "Maj", "Czerwiec", "Lipiec", "Sierpień", "Wrzesień", "Październik", "Listopad", "Grudzień"],
|
||||
month_short: ["Sty", "Lut", "Mar", "Kwi", "Maj", "Cze", "Lip", "Sie", "Wrz", "Paź", "Lis", "Gru"],
|
||||
day_full: ["Niedziela", "Poniedziałek", "Wtorek", "Środa", "Czwartek", "Piątek", "Sobota"],
|
||||
day_short: ["Nie", "Pon", "Wto", "Śro", "Czw", "Pią", "Sob"]
|
||||
},
|
||||
labels: {
|
||||
dhx_cal_today_button: "Dziś",
|
||||
day_tab: "Dzień",
|
||||
week_tab: "Tydzień",
|
||||
month_tab: "Miesiąc",
|
||||
new_event: "Nowe zdarzenie",
|
||||
icon_save: "Zapisz",
|
||||
icon_cancel: "Anuluj",
|
||||
icon_details: "Szczegóły",
|
||||
icon_edit: "Edytuj",
|
||||
icon_delete: "Usuń",
|
||||
confirm_closing: "", //Zmiany zostaną usunięte, jesteś pewien?
|
||||
confirm_deleting: "Zdarzenie zostanie usunięte na zawsze, kontynuować?",
|
||||
section_description: "Opis",
|
||||
section_time: "Okres czasu",
|
||||
section_type: "Typ",
|
||||
/* grid columns */
|
||||
|
||||
column_text : "Nazwa zadania",
|
||||
column_start_date : "Początek",
|
||||
column_duration : "Czas trwania",
|
||||
column_add : "",
|
||||
|
||||
/* link confirmation */
|
||||
link: "Link",
|
||||
confirm_link_deleting:"zostanie usunięty",
|
||||
link_start: " (początek)",
|
||||
link_end: " (koniec)",
|
||||
|
||||
type_task: "Zadanie",
|
||||
type_project: "Projekt",
|
||||
type_milestone: "Milestone",
|
||||
|
||||
|
||||
minutes: "Minuty",
|
||||
hours: "Godziny",
|
||||
days: "Dni",
|
||||
weeks: "Tydzień",
|
||||
months: "Miesiące",
|
||||
years: "Lata"
|
||||
}
|
||||
};
|
||||
|
1
libraries/dhtmlxgantt/sources/locale/locale_pl.js.map
Normal file
1
libraries/dhtmlxgantt/sources/locale/locale_pl.js.map
Normal file
|
@ -0,0 +1 @@
|
|||
{"version":3,"file":"locale_pl.js","sources":["locale_pl.js"],"names":["gantt","locale","date","month_full","month_short","day_full","day_short","labels","dhx_cal_today_button","day_tab","week_tab","month_tab","new_event","icon_save","icon_cancel","icon_details","icon_edit","icon_delete","confirm_closing","confirm_deleting","section_description","section_time","section_type","column_text","column_start_date","column_duration","column_add","link","confirm_link_deleting","link_start","link_end","type_task","type_project","type_milestone","minutes","hours","days","weeks","months","years"],"mappings":";;;;;;;;AAQAA,MAAMC,QACLC,MACCC,YAAa,UAAW,OAAQ,SAAU,WAAY,MAAO,WAAY,SAAU,WAAY,WAAY,cAAe,WAAY,YACtIC,aAAc,MAAO,MAAO,MAAO,MAAO,MAAO,MAAO,MAAO,MAAO,MAAO,MAAO,MAAO,OAC3FC,UAAW,YAAa,eAAgB,SAAU,QAAS,WAAY,SAAU,UACjFC,WAAY,MAAO,MAAO,MAAO,MAAO,MAAO,MAAO,QAEvDC,QACCC,qBAAsB,OACtBC,QAAS,QACTC,SAAU,UACVC,UAAW,UACXC,UAAW,iBACXC,UAAW;AACXC,YAAa,SACbC,aAAc,YACdC,UAAW,SACXC,YAAa,OACbC,gBAAiB,GACjBC,iBAAkB,sDAClBC,oBAAqB,OACrBC,aAAc,cACdC,aAAc,MAGdC,YAAc,gBACdC,kBAAoB,WACpBC,gBAAkB,eAClBC,WAAa,GAGbC,KAAM,OACNC,sBAAsB,oBACtBC,WAAY,cACZC,SAAU,YAEVC,UAAW,UACXC,aAAc,UACdC,eAAgB;AAGhBC,QAAS,SACTC,MAAO,UACPC,KAAM,MACNC,MAAO,UACPC,OAAQ,WACRC,MAAO"}
|
67
libraries/dhtmlxgantt/sources/locale/locale_pt.js
Normal file
67
libraries/dhtmlxgantt/sources/locale/locale_pt.js
Normal file
|
@ -0,0 +1,67 @@
|
|||
/*
|
||||
@license
|
||||
|
||||
dhtmlxGantt v.3.2.0 Stardard
|
||||
This software is covered by GPL license. You also can obtain Commercial or Enterprise license to use it in non-GPL project - please contact sales@dhtmlx.com. Usage without proper license is prohibited.
|
||||
|
||||
(c) Dinamenta, UAB.
|
||||
*/
|
||||
/*
|
||||
|
||||
TRANSLATION BY MATTHEUS PIROVANI RORIZ GONЗALVES
|
||||
|
||||
mattheusroriz@hotmail.com / mattheus.pirovani@gmail.com /
|
||||
|
||||
www.atrixian.com.br
|
||||
|
||||
*/
|
||||
|
||||
gantt.locale = {
|
||||
date: {
|
||||
month_full: ["Janeiro", "Fevereiro", "Março", "Abril", "Maio", "Junho", "Julho", "Agosto", "Setembro", "Outubro", "Novembro", "Dezembro"],
|
||||
month_short: ["Jan", "Fev", "Mar", "Abr", "Mai", "Jun", "Jul", "Ago", "Set", "Out", "Nov", "Dez"],
|
||||
day_full: ["Domingo", "Segunda", "Terça", "Quarta", "Quinta", "Sexta", "Sábado"],
|
||||
day_short: ["Dom", "Seg", "Ter", "Qua", "Qui", "Sex", "Sab"]
|
||||
},
|
||||
labels: {
|
||||
dhx_cal_today_button: "Hoje",
|
||||
day_tab: "Dia",
|
||||
week_tab: "Semana",
|
||||
month_tab: "Mês",
|
||||
new_event: "Novo evento",
|
||||
icon_save: "Salvar",
|
||||
icon_cancel: "Cancelar",
|
||||
icon_details: "Detalhes",
|
||||
icon_edit: "Editar",
|
||||
icon_delete: "Deletar",
|
||||
confirm_closing: "Suas alterações serão perdidas. Você tem certeza?", //Your changes will be lost, are your sure ?
|
||||
confirm_deleting: "Tem certeza que deseja excluir?",
|
||||
section_description: "Descrição",
|
||||
section_time: "Período de tempo",
|
||||
section_type:"Type",
|
||||
/* grid columns */
|
||||
|
||||
column_text : "Nome tarefa",
|
||||
column_start_date : "Data início",
|
||||
column_duration : "Duração",
|
||||
column_add : "",
|
||||
|
||||
/* link confirmation */
|
||||
link: "Link",
|
||||
confirm_link_deleting:"será apagado",
|
||||
link_start: " (início)",
|
||||
link_end: " (fim)",
|
||||
|
||||
type_task: "Task",
|
||||
type_project: "Project",
|
||||
type_milestone: "Milestone",
|
||||
|
||||
|
||||
minutes: "Minutos",
|
||||
hours: "Horas",
|
||||
days: "Dias",
|
||||
weeks: "Semanas",
|
||||
months: "Meses",
|
||||
years: "Anos"
|
||||
}
|
||||
};
|
1
libraries/dhtmlxgantt/sources/locale/locale_pt.js.map
Normal file
1
libraries/dhtmlxgantt/sources/locale/locale_pt.js.map
Normal file
|
@ -0,0 +1 @@
|
|||
{"version":3,"file":"locale_pt.js","sources":["locale_pt.js"],"names":["gantt","locale","date","month_full","month_short","day_full","day_short","labels","dhx_cal_today_button","day_tab","week_tab","month_tab","new_event","icon_save","icon_cancel","icon_details","icon_edit","icon_delete","confirm_closing","confirm_deleting","section_description","section_time","section_type","column_text","column_start_date","column_duration","column_add","link","confirm_link_deleting","link_start","link_end","type_task","type_project","type_milestone","minutes","hours","days","weeks","months","years"],"mappings":";;;;;;;;AAkBAA,MAAMC,QACLC,MACCC,YAAa,UAAW,YAAa,QAAS,QAAS,OAAQ,QAAS,QAAS,SAAU,WAAY,UAAW,WAAY,YAC9HC,aAAc,MAAO,MAAO,MAAO,MAAO,MAAO,MAAO,MAAO,MAAO,MAAO,MAAO,MAAO,OAC3FC,UAAW,UAAW,UAAW,QAAS,SAAU,SAAU,QAAS,UACvEC,WAAY,MAAO,MAAO,MAAO,MAAO,MAAO,MAAO,QAEvDC,QACCC,qBAAsB,OACtBC,QAAS,MACTC,SAAU,SACVC,UAAW,MACXC,UAAW,cACXC,UAAW,SACXC,YAAa;AACbC,aAAc,WACdC,UAAW,SACXC,YAAa,UACbC,gBAAiB,oDACjBC,iBAAkB,kCAClBC,oBAAqB,YACrBC,aAAc,mBACdC,aAAa,OAGbC,YAAc,cACdC,kBAAoB,cACpBC,gBAAkB,UAClBC,WAAa,GAGbC,KAAM,OACNC,sBAAsB,eACtBC,WAAY,YACZC,SAAU,SAEVC,UAAW,OACXC,aAAc,UACdC,eAAgB;AAGhBC,QAAS,UACTC,MAAO,QACPC,KAAM,OACNC,MAAO,UACPC,OAAQ,QACRC,MAAO"}
|
62
libraries/dhtmlxgantt/sources/locale/locale_ro.js
Normal file
62
libraries/dhtmlxgantt/sources/locale/locale_ro.js
Normal file
|
@ -0,0 +1,62 @@
|
|||
/*
|
||||
@license
|
||||
|
||||
dhtmlxGantt v.3.2.0 Stardard
|
||||
This software is covered by GPL license. You also can obtain Commercial or Enterprise license to use it in non-GPL project - please contact sales@dhtmlx.com. Usage without proper license is prohibited.
|
||||
|
||||
(c) Dinamenta, UAB.
|
||||
*/
|
||||
/*
|
||||
Traducere de Ovidiu Lixandru: http://www.madball.ro
|
||||
*/
|
||||
|
||||
gantt.locale = {
|
||||
date:{
|
||||
month_full:["Ianuarie", "Februarie", "Martie", "Aprilie", "Mai", "Iunie", "Iulie", "August", "Septembrie", "Octombrie", "November", "December"],
|
||||
month_short:["Ian", "Feb", "Mar", "Apr", "Mai", "Iun", "Iul", "Aug", "Sep", "Oct", "Nov", "Dec"],
|
||||
day_full:["Duminica", "Luni", "Marti", "Miercuri", "Joi", "Vineri", "Sambata"],
|
||||
day_short:["Du", "Lu", "Ma", "Mi", "Jo", "Vi", "Sa"]
|
||||
},
|
||||
labels:{
|
||||
dhx_cal_today_button:"Astazi",
|
||||
day_tab:"Zi",
|
||||
week_tab:"Saptamana",
|
||||
month_tab:"Luna",
|
||||
new_event:"Eveniment nou",
|
||||
icon_save:"Salveaza",
|
||||
icon_cancel:"Anuleaza",
|
||||
icon_details:"Detalii",
|
||||
icon_edit:"Editeaza",
|
||||
icon_delete:"Sterge",
|
||||
confirm_closing:"Schimbarile nu vor fi salvate, esti sigur?",//Your changes will be lost, are your sure ?
|
||||
confirm_deleting:"Evenimentul va fi sters permanent, esti sigur?",
|
||||
section_description:"Descriere",
|
||||
section_time:"Interval",
|
||||
section_type:"Type",
|
||||
/* grid columns */
|
||||
|
||||
column_text : "Task name",
|
||||
column_start_date : "Start time",
|
||||
column_duration : "Duration",
|
||||
column_add : "",
|
||||
|
||||
/* link confirmation */
|
||||
link: "Link",
|
||||
confirm_link_deleting:"will be deleted",
|
||||
link_start: " (start)",
|
||||
link_end: " (end)",
|
||||
|
||||
type_task: "Task",
|
||||
type_project: "Project",
|
||||
type_milestone: "Milestone",
|
||||
|
||||
|
||||
minutes: "Minutes",
|
||||
hours: "Hours",
|
||||
days: "Days",
|
||||
weeks: "Week",
|
||||
months: "Months",
|
||||
years: "Years"
|
||||
}
|
||||
};
|
||||
|
1
libraries/dhtmlxgantt/sources/locale/locale_ro.js.map
Normal file
1
libraries/dhtmlxgantt/sources/locale/locale_ro.js.map
Normal file
|
@ -0,0 +1 @@
|
|||
{"version":3,"file":"locale_ro.js","sources":["locale_ro.js"],"names":["gantt","locale","date","month_full","month_short","day_full","day_short","labels","dhx_cal_today_button","day_tab","week_tab","month_tab","new_event","icon_save","icon_cancel","icon_details","icon_edit","icon_delete","confirm_closing","confirm_deleting","section_description","section_time","section_type","column_text","column_start_date","column_duration","column_add","link","confirm_link_deleting","link_start","link_end","type_task","type_project","type_milestone","minutes","hours","days","weeks","months","years"],"mappings":";;;;;;;;AAYAA,MAAMC,QACLC,MACCC,YAAY,WAAY,YAAa,SAAU,UAAW,MAAO,QAAS,QAAS,SAAU,aAAc,YAAa,WAAY,YACpIC,aAAa,MAAO,MAAO,MAAO,MAAO,MAAO,MAAO,MAAO,MAAO,MAAO,MAAO,MAAO,OAC1FC,UAAU,WAAY,OAAQ,QAAS,WAAY,MAAO,SAAU,WACpEC,WAAW,KAAM,KAAM,KAAM,KAAM,KAAM,KAAM,OAEhDC,QACCC,qBAAqB,SACrBC,QAAQ,KACRC,SAAS,YACTC,UAAU,OACVC,UAAU,gBACVC,UAAU,WACVC,YAAY;AACZC,aAAa,UACbC,UAAU,WACVC,YAAY,SACZC,gBAAgB,6CAChBC,iBAAiB,iDACjBC,oBAAoB,YACpBC,aAAa,WACbC,aAAa,OAGPC,YAAc,YACdC,kBAAoB,aACpBC,gBAAkB,WAClBC,WAAa,GAGnBC,KAAM,OACNC,sBAAsB,kBACtBC,WAAY,WACZC,SAAU,SAEVC,UAAW,OACXC,aAAc,UACdC,eAAgB;AAGVC,QAAS,UACTC,MAAO,QACPC,KAAM,OACNC,MAAO,OACPC,OAAQ,SACRC,MAAO"}
|
58
libraries/dhtmlxgantt/sources/locale/locale_ru.js
Normal file
58
libraries/dhtmlxgantt/sources/locale/locale_ru.js
Normal file
|
@ -0,0 +1,58 @@
|
|||
/*
|
||||
@license
|
||||
|
||||
dhtmlxGantt v.3.2.0 Stardard
|
||||
This software is covered by GPL license. You also can obtain Commercial or Enterprise license to use it in non-GPL project - please contact sales@dhtmlx.com. Usage without proper license is prohibited.
|
||||
|
||||
(c) Dinamenta, UAB.
|
||||
*/
|
||||
gantt.locale = {
|
||||
date: {
|
||||
month_full: ["Январь", "Февраль", "Март", "Апрель", "Maй", "Июнь", "Июль", "Август", "Сентябрь", "Oктябрь", "Ноябрь", "Декабрь"],
|
||||
month_short: ["Янв", "Фев", "Maр", "Aпр", "Maй", "Июн", "Июл", "Aвг", "Сен", "Окт", "Ноя", "Дек"],
|
||||
day_full: [ "Воскресенье", "Понедельник", "Вторник", "Среда", "Четверг", "Пятница", "Суббота"],
|
||||
day_short: ["Вс", "Пн", "Вт", "Ср", "Чт", "Пт", "Сб"]
|
||||
},
|
||||
labels: {
|
||||
dhx_cal_today_button: "Сегодня",
|
||||
day_tab: "День",
|
||||
week_tab: "Неделя",
|
||||
month_tab: "Месяц",
|
||||
new_event: "Новое событие",
|
||||
icon_save: "Сохранить",
|
||||
icon_cancel: "Отменить",
|
||||
icon_details: "Детали",
|
||||
icon_edit: "Изменить",
|
||||
icon_delete: "Удалить",
|
||||
confirm_closing: "", //Ваши изменения будут потеряны, продолжить?
|
||||
confirm_deleting: "Событие будет удалено безвозвратно, продолжить?",
|
||||
section_description: "Описание",
|
||||
section_time: "Период времени",
|
||||
section_type:"Тип",
|
||||
/* grid columns */
|
||||
|
||||
column_text : "Задача",
|
||||
column_start_date : "Начало",
|
||||
column_duration : "Длительность",
|
||||
column_add : "",
|
||||
|
||||
/* link confirmation */
|
||||
link: "Связь",
|
||||
confirm_link_deleting:"будет удалена",
|
||||
link_start: " (начало)",
|
||||
link_end: " (конец)",
|
||||
|
||||
type_task: "Task",
|
||||
type_project: "Project",
|
||||
type_milestone: "Milestone",
|
||||
|
||||
|
||||
minutes: "Минута",
|
||||
hours: "Час",
|
||||
days: "День",
|
||||
weeks: "Неделя",
|
||||
months: "Месяц",
|
||||
years: "Год"
|
||||
}
|
||||
};
|
||||
|
1
libraries/dhtmlxgantt/sources/locale/locale_ru.js.map
Normal file
1
libraries/dhtmlxgantt/sources/locale/locale_ru.js.map
Normal file
|
@ -0,0 +1 @@
|
|||
{"version":3,"file":"locale_ru.js","sources":["locale_ru.js"],"names":["gantt","locale","date","month_full","month_short","day_full","day_short","labels","dhx_cal_today_button","day_tab","week_tab","month_tab","new_event","icon_save","icon_cancel","icon_details","icon_edit","icon_delete","confirm_closing","confirm_deleting","section_description","section_time","section_type","column_text","column_start_date","column_duration","column_add","link","confirm_link_deleting","link_start","link_end","type_task","type_project","type_milestone","minutes","hours","days","weeks","months","years"],"mappings":";;;;;;;;AAQAA,MAAMC,QACLC,MACCC,YAAa,SAAU,UAAW,OAAQ,SAAU,MAAO,OAAQ,OAAQ,SAAU,WAAY,UAAW,SAAU,WACtHC,aAAc,MAAO,MAAO,MAAO,MAAO,MAAO,MAAO,MAAO,MAAO,MAAO,MAAO,MAAO,OAC3FC,UAAY,cAAe,cAAe,UAAW,QAAS,UAAW,UAAW,WACpFC,WAAY,KAAM,KAAM,KAAM,KAAM,KAAM,KAAM,OAEjDC,QACCC,qBAAsB,UACtBC,QAAS,OACTC,SAAU,SACVC,UAAW,QACXC,UAAW,gBACXC,UAAW,YACXC,YAAa;AACbC,aAAc,SACdC,UAAW,WACXC,YAAa,UACbC,gBAAiB,GACjBC,iBAAkB,kDAClBC,oBAAqB,WACrBC,aAAc,iBACdC,aAAa,MAGPC,YAAc,SACdC,kBAAoB,SACpBC,gBAAkB,eAClBC,WAAa,GAGnBC,KAAM,QACNC,sBAAsB,gBACtBC,WAAY,YACZC,SAAU,WAEVC,UAAW,OACXC,aAAc,UACdC,eAAgB,YAGVC,QAAS;AACTC,MAAO,MACPC,KAAM,OACNC,MAAO,SACPC,OAAQ,QACRC,MAAO"}
|
58
libraries/dhtmlxgantt/sources/locale/locale_si.js
Normal file
58
libraries/dhtmlxgantt/sources/locale/locale_si.js
Normal file
|
@ -0,0 +1,58 @@
|
|||
/*
|
||||
@license
|
||||
|
||||
dhtmlxGantt v.3.2.0 Stardard
|
||||
This software is covered by GPL license. You also can obtain Commercial or Enterprise license to use it in non-GPL project - please contact sales@dhtmlx.com. Usage without proper license is prohibited.
|
||||
|
||||
(c) Dinamenta, UAB.
|
||||
*/
|
||||
gantt.locale = {
|
||||
date: {
|
||||
month_full: ["Januar", "Februar", "Marec", "April", "Maj", "Junij", "Julij", "Avgust", "September", "Oktober", "November", "December"],
|
||||
month_short: ["Jan", "Feb", "Mar", "Apr", "Maj", "Jun", "Jul", "Aug", "Sep", "Okt", "Nov", "Dec"],
|
||||
day_full: ["Nedelja", "Ponedeljek", "Torek", "Sreda", "Četrtek", "Petek", "Sobota"],
|
||||
day_short: ["Ned", "Pon", "Tor", "Sre", "Čet", "Pet", "Sob"]
|
||||
},
|
||||
labels: {
|
||||
dhx_cal_today_button: "Danes",
|
||||
day_tab: "Dan",
|
||||
week_tab: "Teden",
|
||||
month_tab: "Mesec",
|
||||
new_event: "Nov dogodek",
|
||||
icon_save: "Shrani",
|
||||
icon_cancel: "Prekliči",
|
||||
icon_details: "Podrobnosti",
|
||||
icon_edit: "Uredi",
|
||||
icon_delete: "Izbriši",
|
||||
confirm_closing: "", //Spremembe ne bodo shranjene. Želite nadaljevati ?
|
||||
confirm_deleting: "Dogodek bo izbrisan. Želite nadaljevati?",
|
||||
section_description: "Opis",
|
||||
section_time: "Časovni okvir",
|
||||
section_type:"Type",
|
||||
/* grid columns */
|
||||
|
||||
column_text : "Task name",
|
||||
column_start_date : "Start time",
|
||||
column_duration : "Duration",
|
||||
column_add : "",
|
||||
|
||||
/* link confirmation */
|
||||
link: "Link",
|
||||
confirm_link_deleting:"will be deleted",
|
||||
link_start: " (start)",
|
||||
link_end: " (end)",
|
||||
|
||||
type_task: "Task",
|
||||
type_project: "Project",
|
||||
type_milestone: "Milestone",
|
||||
|
||||
|
||||
minutes: "Minutes",
|
||||
hours: "Hours",
|
||||
days: "Days",
|
||||
weeks: "Week",
|
||||
months: "Months",
|
||||
years: "Years"
|
||||
}
|
||||
};
|
||||
|
1
libraries/dhtmlxgantt/sources/locale/locale_si.js.map
Normal file
1
libraries/dhtmlxgantt/sources/locale/locale_si.js.map
Normal file
|
@ -0,0 +1 @@
|
|||
{"version":3,"file":"locale_si.js","sources":["locale_si.js"],"names":["gantt","locale","date","month_full","month_short","day_full","day_short","labels","dhx_cal_today_button","day_tab","week_tab","month_tab","new_event","icon_save","icon_cancel","icon_details","icon_edit","icon_delete","confirm_closing","confirm_deleting","section_description","section_time","section_type","column_text","column_start_date","column_duration","column_add","link","confirm_link_deleting","link_start","link_end","type_task","type_project","type_milestone","minutes","hours","days","weeks","months","years"],"mappings":";;;;;;;;AAQAA,MAAMC,QACLC,MACCC,YAAa,SAAU,UAAW,QAAS,QAAS,MAAO,QAAS,QAAS,SAAU,YAAa,UAAW,WAAY,YAC3HC,aAAc,MAAO,MAAO,MAAO,MAAO,MAAO,MAAO,MAAO,MAAO,MAAO,MAAO,MAAO,OAC3FC,UAAW,UAAW,aAAc,QAAS,QAAS,UAAW,QAAS,UAC1EC,WAAY,MAAO,MAAO,MAAO,MAAO,MAAO,MAAO,QAEvDC,QACCC,qBAAsB,QACtBC,QAAS,MACTC,SAAU,QACVC,UAAW,QACXC,UAAW,cACXC,UAAW,SACXC,YAAa;AACbC,aAAc,cACdC,UAAW,QACXC,YAAa,UACbC,gBAAiB,GACjBC,iBAAkB,2CAClBC,oBAAqB,OACrBC,aAAc,gBACdC,aAAa,OAGPC,YAAc,YACdC,kBAAoB,aACpBC,gBAAkB,WAClBC,WAAa,GAGnBC,KAAM,OACNC,sBAAsB,kBACtBC,WAAY,WACZC,SAAU,SAEVC,UAAW,OACXC,aAAc,UACdC,eAAgB,YAGVC,QAAS,UACTC,MAAO;AACPC,KAAM,OACNC,MAAO,OACPC,OAAQ,SACRC,MAAO"}
|
58
libraries/dhtmlxgantt/sources/locale/locale_sk.js
Normal file
58
libraries/dhtmlxgantt/sources/locale/locale_sk.js
Normal file
|
@ -0,0 +1,58 @@
|
|||
/*
|
||||
@license
|
||||
|
||||
dhtmlxGantt v.3.2.0 Stardard
|
||||
This software is covered by GPL license. You also can obtain Commercial or Enterprise license to use it in non-GPL project - please contact sales@dhtmlx.com. Usage without proper license is prohibited.
|
||||
|
||||
(c) Dinamenta, UAB.
|
||||
*/
|
||||
gantt.locale = {
|
||||
date: {
|
||||
month_full: ["Január", "Február", "Marec", "Apríl", "Máj", "Jún", "Júl", "August", "September", "Október", "November", "December"],
|
||||
month_short: ["Jan", "Feb", "Mar", "Apr", "Máj", "Jún", "Júl", "Aug", "Sept", "Okt", "Nov", "Dec"],
|
||||
day_full: ["Nedeľa", "Pondelok", "Utorok", "Streda", "Štvrtok", "Piatok", "Sobota"],
|
||||
day_short: ["Ne", "Po", "Ut", "St", "Št", "Pi", "So"]
|
||||
},
|
||||
labels: {
|
||||
dhx_cal_today_button: "Dnes",
|
||||
day_tab: "Deň",
|
||||
week_tab: "Týždeň",
|
||||
month_tab: "Mesiac",
|
||||
new_event: "Nová udalosť",
|
||||
icon_save: "Uložiť",
|
||||
icon_cancel: "Späť",
|
||||
icon_details: "Detail",
|
||||
icon_edit: "Edituj",
|
||||
icon_delete: "Zmazať",
|
||||
confirm_closing: "Vaše zmeny nebudú uložené. Skutočne?", //Vaše změny budou ztraceny, opravdu ?
|
||||
confirm_deleting: "Udalosť bude natrvalo vymazaná. Skutočne?",
|
||||
section_description: "Poznámky",
|
||||
section_time: "Doba platnosti",
|
||||
section_type:"Type",
|
||||
/* grid columns */
|
||||
|
||||
column_text : "Task name",
|
||||
column_start_date : "Start time",
|
||||
column_duration : "Duration",
|
||||
column_add : "",
|
||||
|
||||
/* link confirmation */
|
||||
link: "Link",
|
||||
confirm_link_deleting:"will be deleted",
|
||||
link_start: " (start)",
|
||||
link_end: " (end)",
|
||||
|
||||
type_task: "Task",
|
||||
type_project: "Project",
|
||||
type_milestone: "Milestone",
|
||||
|
||||
|
||||
minutes: "Minutes",
|
||||
hours: "Hours",
|
||||
days: "Days",
|
||||
weeks: "Week",
|
||||
months: "Months",
|
||||
years: "Years"
|
||||
}
|
||||
};
|
||||
|
1
libraries/dhtmlxgantt/sources/locale/locale_sk.js.map
Normal file
1
libraries/dhtmlxgantt/sources/locale/locale_sk.js.map
Normal file
|
@ -0,0 +1 @@
|
|||
{"version":3,"file":"locale_sk.js","sources":["locale_sk.js"],"names":["gantt","locale","date","month_full","month_short","day_full","day_short","labels","dhx_cal_today_button","day_tab","week_tab","month_tab","new_event","icon_save","icon_cancel","icon_details","icon_edit","icon_delete","confirm_closing","confirm_deleting","section_description","section_time","section_type","column_text","column_start_date","column_duration","column_add","link","confirm_link_deleting","link_start","link_end","type_task","type_project","type_milestone","minutes","hours","days","weeks","months","years"],"mappings":";;;;;;;;AAQAA,MAAMC,QACLC,MACCC,YAAa,SAAU,UAAW,QAAS,QAAS,MAAO,MAAO,MAAO,SAAU,YAAa,UAAW,WAAY,YACvHC,aAAc,MAAO,MAAO,MAAO,MAAO,MAAO,MAAO,MAAO,MAAO,OAAQ,MAAO,MAAO,OAC5FC,UAAW,SAAU,WAAY,SAAU,SAAU,UAAW,SAAU,UAC1EC,WAAY,KAAM,KAAM,KAAM,KAAM,KAAM,KAAM,OAEjDC,QACCC,qBAAsB,OACtBC,QAAS,MACTC,SAAU,SACVC,UAAW,SACXC,UAAW,eACXC,UAAW,SACXC,YAAa;AACbC,aAAc,SACdC,UAAW,SACXC,YAAa,SACbC,gBAAiB,uCACjBC,iBAAkB,4CAClBC,oBAAqB,WACrBC,aAAc,iBACdC,aAAa,OAGPC,YAAc,YACdC,kBAAoB,aACpBC,gBAAkB,WAClBC,WAAa,GAGnBC,KAAM,OACNC,sBAAsB,kBACtBC,WAAY,WACZC,SAAU,SAEVC,UAAW,OACXC,aAAc,UACdC,eAAgB;AAGVC,QAAS,UACTC,MAAO,QACPC,KAAM,OACNC,MAAO,OACPC,OAAQ,SACRC,MAAO"}
|
60
libraries/dhtmlxgantt/sources/locale/locale_sv.js
Normal file
60
libraries/dhtmlxgantt/sources/locale/locale_sv.js
Normal file
|
@ -0,0 +1,60 @@
|
|||
/*
|
||||
@license
|
||||
|
||||
dhtmlxGantt v.3.2.0 Stardard
|
||||
This software is covered by GPL license. You also can obtain Commercial or Enterprise license to use it in non-GPL project - please contact sales@dhtmlx.com. Usage without proper license is prohibited.
|
||||
|
||||
(c) Dinamenta, UAB.
|
||||
*/
|
||||
/*
|
||||
Translation by Peter Eriksson
|
||||
*/
|
||||
gantt.locale = {
|
||||
date: {
|
||||
month_full: ["Januari", "Februari", "Mars", "April", "Maj", "Juni", "Juli", "Augusti", "September", "Oktober", "November", "December"],
|
||||
month_short: ["Jan", "Feb", "Mar", "Apr", "Maj", "Jun", "Jul", "Aug", "Sep", "Okt", "Nov", "Dec"],
|
||||
day_full: ["Söndag", "Måndag", "Tisdag", "Onsdag", "Torsdag", "Fredag", "Lördag"],
|
||||
day_short: ["Sön", "Mån", "Tis", "Ons", "Tor", "Fre", "Lör"]
|
||||
},
|
||||
labels: {
|
||||
dhx_cal_today_button: "Idag",
|
||||
day_tab: "Dag",
|
||||
week_tab: "Vecka",
|
||||
month_tab: "Månad",
|
||||
new_event: "Ny händelse",
|
||||
icon_save: "Spara",
|
||||
icon_cancel: "Avbryt",
|
||||
icon_details: "Detajer",
|
||||
icon_edit: "Ändra",
|
||||
icon_delete: "Ta bort",
|
||||
confirm_closing: "",
|
||||
confirm_deleting: "Är du säker på att du vill ta bort händelsen permanent?",
|
||||
section_description: "Beskrivning",
|
||||
section_time: "Tid",
|
||||
section_type: "Typ",
|
||||
|
||||
/* grid columns */
|
||||
|
||||
column_text: "Uppgiftsnamn",
|
||||
column_start_date: "Starttid",
|
||||
column_duration: "Varaktighet",
|
||||
column_add: "",
|
||||
|
||||
/* link confirmation */
|
||||
|
||||
link: "Länk",
|
||||
confirm_link_deleting: "kommer tas bort",
|
||||
link_start: " (start)",
|
||||
link_end: " (slut)",
|
||||
type_task: "Uppgift",
|
||||
type_project: "Projekt",
|
||||
type_milestone: "Milstolpe",
|
||||
|
||||
minutes: "Minuter",
|
||||
hours: "Timmar",
|
||||
days: "Dagar",
|
||||
weeks: "Veckor",
|
||||
months: "Månader",
|
||||
years: "År"
|
||||
}
|
||||
};
|
1
libraries/dhtmlxgantt/sources/locale/locale_sv.js.map
Normal file
1
libraries/dhtmlxgantt/sources/locale/locale_sv.js.map
Normal file
|
@ -0,0 +1 @@
|
|||
{"version":3,"file":"locale_sv.js","sources":["locale_sv.js"],"names":["gantt","locale","date","month_full","month_short","day_full","day_short","labels","dhx_cal_today_button","day_tab","week_tab","month_tab","new_event","icon_save","icon_cancel","icon_details","icon_edit","icon_delete","confirm_closing","confirm_deleting","section_description","section_time","section_type","column_text","column_start_date","column_duration","column_add","link","confirm_link_deleting","link_start","link_end","type_task","type_project","type_milestone","minutes","hours","days","weeks","months","years"],"mappings":";;;;;;;;AAWAA,MAAMC,QACLC,MACCC,YAAa,UAAW,WAAY,OAAQ,QAAS,MAAO,OAAQ,OAAQ,UAAW,YAAa,UAAW,WAAY,YAC3HC,aAAc,MAAO,MAAO,MAAO,MAAO,MAAO,MAAO,MAAO,MAAO,MAAO,MAAO,MAAO,OAC3FC,UAAW,SAAU,SAAU,SAAU,SAAU,UAAW,SAAU,UACxEC,WAAY,MAAO,MAAO,MAAO,MAAO,MAAO,MAAO,QAEvDC,QACCC,qBAAsB,OACtBC,QAAS,MACTC,SAAU,QACVC,UAAW,QACXC,UAAW,cACXC,UAAW,QACXC,YAAa;AACbC,aAAc,UACdC,UAAW,QACXC,YAAa,UACbC,gBAAiB,GACjBC,iBAAkB,0DAClBC,oBAAqB,cACrBC,aAAc,MACdC,aAAc,MAIdC,YAAa,eACbC,kBAAmB,WACnBC,gBAAiB,cACjBC,WAAY,GAIZC,KAAM,OACNC,sBAAuB,kBACvBC,WAAY,WACZC,SAAU,UACVC,UAAW,UACXC,aAAc,UACdC,eAAgB,YAEhBC,QAAS;AACTC,MAAO,SACPC,KAAM,QACNC,MAAO,SACPC,OAAQ,UACRC,MAAO"}
|
58
libraries/dhtmlxgantt/sources/locale/locale_tr.js
Normal file
58
libraries/dhtmlxgantt/sources/locale/locale_tr.js
Normal file
|
@ -0,0 +1,58 @@
|
|||
/*
|
||||
@license
|
||||
|
||||
dhtmlxGantt v.3.2.0 Stardard
|
||||
This software is covered by GPL license. You also can obtain Commercial or Enterprise license to use it in non-GPL project - please contact sales@dhtmlx.com. Usage without proper license is prohibited.
|
||||
|
||||
(c) Dinamenta, UAB.
|
||||
*/
|
||||
gantt.locale = {
|
||||
date: {
|
||||
month_full: ["Ocak", "Þubat", "Mart", "Nisan", "Mayýs", "Haziran", "Temmuz", "Aðustos", "Eylül", "Ekim", "Kasým", "Aralýk"],
|
||||
month_short: ["Oca", "Þub", "Mar", "Nis", "May", "Haz", "Tem", "Aðu", "Eyl", "Eki", "Kas", "Ara"],
|
||||
day_full: ["Pazar", "Pazartes,", "Salý", "Çarþamba", "Perþembe", "Cuma", "Cumartesi"],
|
||||
day_short: ["Paz", "Pts", "Sal", "Çar", "Per", "Cum", "Cts"]
|
||||
},
|
||||
labels: {
|
||||
dhx_cal_today_button: "Bugün",
|
||||
day_tab: "Gün",
|
||||
week_tab: "Hafta",
|
||||
month_tab: "Ay",
|
||||
new_event: "Uygun",
|
||||
icon_save: "Kaydet",
|
||||
icon_cancel: "Ýptal",
|
||||
icon_details: "Detaylar",
|
||||
icon_edit: "Düzenle",
|
||||
icon_delete: "Sil",
|
||||
confirm_closing: "", //Your changes will be lost, are your sure ?
|
||||
confirm_deleting: "Etkinlik silinecek, devam?",
|
||||
section_description: "Açýklama",
|
||||
section_time: "Zaman aralýðý",
|
||||
section_type:"Type",
|
||||
/* grid columns */
|
||||
|
||||
column_text : "Task name",
|
||||
column_start_date : "Start time",
|
||||
column_duration : "Duration",
|
||||
column_add : "",
|
||||
|
||||
/* link confirmation */
|
||||
link: "Link",
|
||||
confirm_link_deleting:"will be deleted",
|
||||
link_start: " (start)",
|
||||
link_end: " (end)",
|
||||
|
||||
type_task: "Task",
|
||||
type_project: "Project",
|
||||
type_milestone: "Milestone",
|
||||
|
||||
|
||||
minutes: "Minutes",
|
||||
hours: "Hours",
|
||||
days: "Days",
|
||||
weeks: "Week",
|
||||
months: "Months",
|
||||
years: "Years"
|
||||
}
|
||||
};
|
||||
|
1
libraries/dhtmlxgantt/sources/locale/locale_tr.js.map
Normal file
1
libraries/dhtmlxgantt/sources/locale/locale_tr.js.map
Normal file
|
@ -0,0 +1 @@
|
|||
{"version":3,"file":"locale_tr.js","sources":["locale_tr.js"],"names":["gantt","locale","date","month_full","month_short","day_full","day_short","labels","dhx_cal_today_button","day_tab","week_tab","month_tab","new_event","icon_save","icon_cancel","icon_details","icon_edit","icon_delete","confirm_closing","confirm_deleting","section_description","section_time","section_type","column_text","column_start_date","column_duration","column_add","link","confirm_link_deleting","link_start","link_end","type_task","type_project","type_milestone","minutes","hours","days","weeks","months","years"],"mappings":";;;;;;;;AAQAA,MAAMC,QACLC,MACCC,YAAa,OAAQ,QAAS,OAAQ,QAAS,QAAS,UAAW,SAAU,UAAW,QAAS,OAAQ,QAAS,UAClHC,aAAc,MAAO,MAAO,MAAO,MAAO,MAAO,MAAO,MAAO,MAAO,MAAO,MAAO,MAAO,OAC3FC,UAAW,QAAS,YAAa,OAAQ,WAAY,WAAY,OAAQ,aACzEC,WAAY,MAAO,MAAO,MAAO,MAAO,MAAO,MAAO,QAEvDC,QACCC,qBAAsB,QACtBC,QAAS,MACTC,SAAU,QACVC,UAAW,KACXC,UAAW,QACXC,UAAW,SACXC,YAAa,QACbC,aAAc;AACdC,UAAW,UACXC,YAAa,MACbC,gBAAiB,GACjBC,iBAAkB,6BAClBC,oBAAqB,WACrBC,aAAc,gBACdC,aAAa,OAGPC,YAAc,YACdC,kBAAoB,aACpBC,gBAAkB,WAClBC,WAAa,GAGnBC,KAAM,OACNC,sBAAsB,kBACtBC,WAAY,WACZC,SAAU,SAEVC,UAAW,OACXC,aAAc,UACdC,eAAgB,YAGVC,QAAS,UACTC,MAAO,QACPC,KAAM,OACNC,MAAO,OACPC,OAAQ;AACRC,MAAO"}
|
58
libraries/dhtmlxgantt/sources/locale/locale_ua.js
Normal file
58
libraries/dhtmlxgantt/sources/locale/locale_ua.js
Normal file
|
@ -0,0 +1,58 @@
|
|||
/*
|
||||
@license
|
||||
|
||||
dhtmlxGantt v.3.2.0 Stardard
|
||||
This software is covered by GPL license. You also can obtain Commercial or Enterprise license to use it in non-GPL project - please contact sales@dhtmlx.com. Usage without proper license is prohibited.
|
||||
|
||||
(c) Dinamenta, UAB.
|
||||
*/
|
||||
gantt.locale = {
|
||||
date: {
|
||||
month_full: ["Січень", "Лютий", "Березень", "Квітень", "Травень", "Червень", "Липень", "Серпень", "Вересень", "Жовтень", "Листопад", "Грудень"],
|
||||
month_short: ["Січ", "Лют", "Бер", "Кві", "Тра", "Чер", "Лип", "Сер", "Вер", "Жов", "Лис", "Гру"],
|
||||
day_full: ["Неділя", "Понеділок", "Вівторок", "Середа", "Четвер", "П'ятниця", "Субота"],
|
||||
day_short: ["Нед", "Пон", "Вів", "Сер", "Чет", "Птн", "Суб"]
|
||||
},
|
||||
labels: {
|
||||
dhx_cal_today_button: "Сьогодні",
|
||||
day_tab: "День",
|
||||
week_tab: "Тиждень",
|
||||
month_tab: "Місяць",
|
||||
new_event: "Нова подія",
|
||||
icon_save: "Зберегти",
|
||||
icon_cancel: "Відміна",
|
||||
icon_details: "Деталі",
|
||||
icon_edit: "Редагувати",
|
||||
icon_delete: "Вилучити",
|
||||
confirm_closing: "", //Ваші зміни втратяться. Ви впевнені ?
|
||||
confirm_deleting: "Подія вилучиться назавжди. Ви впевнені?",
|
||||
section_description: "Опис",
|
||||
section_time: "Часовий проміжок",
|
||||
section_type:"Тип",
|
||||
/* grid columns */
|
||||
|
||||
column_text : "Task name",
|
||||
column_start_date : "Start time",
|
||||
column_duration : "Duration",
|
||||
column_add : "",
|
||||
|
||||
/* link confirmation */
|
||||
link: "Link",
|
||||
confirm_link_deleting:"will be deleted",
|
||||
link_start: " (start)",
|
||||
link_end: " (end)",
|
||||
|
||||
type_task: "Task",
|
||||
type_project: "Project",
|
||||
type_milestone: "Milestone",
|
||||
|
||||
|
||||
minutes: "Minutes",
|
||||
hours: "Hours",
|
||||
days: "Days",
|
||||
weeks: "Week",
|
||||
months: "Months",
|
||||
years: "Years"
|
||||
}
|
||||
};
|
||||
|
1
libraries/dhtmlxgantt/sources/locale/locale_ua.js.map
Normal file
1
libraries/dhtmlxgantt/sources/locale/locale_ua.js.map
Normal file
|
@ -0,0 +1 @@
|
|||
{"version":3,"file":"locale_ua.js","sources":["locale_ua.js"],"names":["gantt","locale","date","month_full","month_short","day_full","day_short","labels","dhx_cal_today_button","day_tab","week_tab","month_tab","new_event","icon_save","icon_cancel","icon_details","icon_edit","icon_delete","confirm_closing","confirm_deleting","section_description","section_time","section_type","column_text","column_start_date","column_duration","column_add","link","confirm_link_deleting","link_start","link_end","type_task","type_project","type_milestone","minutes","hours","days","weeks","months","years"],"mappings":";;;;;;;;AAQAA,MAAMC,QACLC,MACCC,YAAa,SAAU,QAAS,WAAY,UAAW,UAAW,UAAW,SAAU,UAAW,WAAY,UAAW,WAAY,WACrIC,aAAc,MAAO,MAAO,MAAO,MAAO,MAAO,MAAO,MAAO,MAAO,MAAO,MAAO,MAAO,OAC3FC,UAAW,SAAU,YAAa,WAAY,SAAU,SAAU,WAAY,UAC9EC,WAAY,MAAO,MAAO,MAAO,MAAO,MAAO,MAAO,QAEvDC,QACCC,qBAAsB,WACtBC,QAAS,OACTC,SAAU,UACVC,UAAW,SACXC,UAAW,aACXC,UAAW;AACXC,YAAa,UACbC,aAAc,SACdC,UAAW,aACXC,YAAa,WACbC,gBAAiB,GACjBC,iBAAkB,0CAClBC,oBAAqB,OACrBC,aAAc,mBACdC,aAAa,MAGPC,YAAc,YACdC,kBAAoB,aACpBC,gBAAkB,WAClBC,WAAa,GAGnBC,KAAM,OACNC,sBAAsB,kBACtBC,WAAY,WACZC,SAAU,SAEVC,UAAW,OACXC,aAAc,UACdC,eAAgB;AAGVC,QAAS,UACTC,MAAO,QACPC,KAAM,OACNC,MAAO,OACPC,OAAQ,SACRC,MAAO"}
|
Reference in a new issue