parent
87bb97dbb4
commit
df92dbc8e8
@ -0,0 +1,25 @@
|
|||||||
|
(function( factory ) {
|
||||||
|
if ( typeof define === 'function' && define.amd ) {
|
||||||
|
// AMD
|
||||||
|
define( [], factory);
|
||||||
|
}
|
||||||
|
else if ( typeof exports === 'object' ) {
|
||||||
|
// CommonJS
|
||||||
|
module.exports = factory();
|
||||||
|
}
|
||||||
|
// No browser loader - use JSON, ESM, CJS or AMD
|
||||||
|
}
|
||||||
|
(function() {
|
||||||
|
return {
|
||||||
|
"autoFill": {
|
||||||
|
"cancel": "sazzamu",
|
||||||
|
"fill": "juza",
|
||||||
|
"fillHorizontal": "juzaObukiika",
|
||||||
|
"fillVertical": "juzaObusiimba"
|
||||||
|
},
|
||||||
|
"buttons": {
|
||||||
|
"colvis": "endabikaYolunyilili",
|
||||||
|
"copy": "Koppa"
|
||||||
|
}
|
||||||
|
};
|
||||||
|
}));
|
@ -0,0 +1,12 @@
|
|||||||
|
export default {
|
||||||
|
"autoFill": {
|
||||||
|
"cancel": "sazzamu",
|
||||||
|
"fill": "juza",
|
||||||
|
"fillHorizontal": "juzaObukiika",
|
||||||
|
"fillVertical": "juzaObusiimba"
|
||||||
|
},
|
||||||
|
"buttons": {
|
||||||
|
"colvis": "endabikaYolunyilili",
|
||||||
|
"copy": "Koppa"
|
||||||
|
}
|
||||||
|
};
|
@ -0,0 +1,77 @@
|
|||||||
|
(function( factory ) {
|
||||||
|
if ( typeof define === 'function' && define.amd ) {
|
||||||
|
// AMD
|
||||||
|
define( [], factory);
|
||||||
|
}
|
||||||
|
else if ( typeof exports === 'object' ) {
|
||||||
|
// CommonJS
|
||||||
|
module.exports = factory();
|
||||||
|
}
|
||||||
|
// No browser loader - use JSON, ESM, CJS or AMD
|
||||||
|
}
|
||||||
|
(function() {
|
||||||
|
return {
|
||||||
|
"infoThousands": ",",
|
||||||
|
"paginate": {
|
||||||
|
"first": "eerste",
|
||||||
|
"last": "laaste",
|
||||||
|
"next": "volgende",
|
||||||
|
"previous": "vorige"
|
||||||
|
},
|
||||||
|
"aria": {
|
||||||
|
"sortAscending": ": aktiveer kolom om stygend te sorteer",
|
||||||
|
"sortDescending": ": aktiveer kolom om dalend te sorteer"
|
||||||
|
},
|
||||||
|
"buttons": {
|
||||||
|
"csv": "CSV",
|
||||||
|
"excel": "Excel",
|
||||||
|
"pdf": "PDF",
|
||||||
|
"print": "Druk",
|
||||||
|
"collection": "Versameling <span class=\"ui-button-icon-primary ui-icon ui-icon-triangle-1-s\"><\/span>",
|
||||||
|
"colvis": "Kolom Sigbaarheid",
|
||||||
|
"copy": "Kopieër",
|
||||||
|
"copyKeys": "Druk <i>ctrl<\/i> of <i>u2318<\/i> + <i>C<\/i> om die tabel data to kopieër na jou knipbord.<br><br>Om te kanselleer, druk Escape.",
|
||||||
|
"copySuccess": {
|
||||||
|
"1": "1 ry gekopieër na knipbord",
|
||||||
|
"_": "%ds rye gekopieër na knipbord"
|
||||||
|
},
|
||||||
|
"copyTitle": "Kopieër na knipbord",
|
||||||
|
"pageLength": {
|
||||||
|
"-1": "Wys alle rye",
|
||||||
|
"1": "Wys 1 ry",
|
||||||
|
"_": "Wys %d rye"
|
||||||
|
},
|
||||||
|
"createState": "Skep Staat",
|
||||||
|
"removeAllStates": "Verwyder Alle State",
|
||||||
|
"removeState": "Verwyder",
|
||||||
|
"renameState": "Hernoem",
|
||||||
|
"savedStates": "Gestoorde State",
|
||||||
|
"stateRestore": "Staat %d",
|
||||||
|
"updateState": "Dateer op",
|
||||||
|
"colvisRestore": "Herwin Sigbaarheid"
|
||||||
|
},
|
||||||
|
"searchBuilder": {
|
||||||
|
"add": "Voeg by",
|
||||||
|
"clearAll": "Alles uitvee",
|
||||||
|
"condition": "Voorwaardes",
|
||||||
|
"data": "Data"
|
||||||
|
},
|
||||||
|
"autoFill": {
|
||||||
|
"cancel": "kanselleer",
|
||||||
|
"fillHorizontal": "Vul selle horisontaal",
|
||||||
|
"fillVertical": "Vul selle vertikaal",
|
||||||
|
"fill": "Vul alle selle met <i>%d<i><\/i><\/i>"
|
||||||
|
},
|
||||||
|
"emptyTable": "Geen data in tabel nie",
|
||||||
|
"info": "Wys _START_ tot _END_ uit _TOTAL_ rye",
|
||||||
|
"infoEmpty": "Wys 0 tot 0 uit 0 rye",
|
||||||
|
"infoFiltered": "(gefiltreer uit _MAX_ totale rye)",
|
||||||
|
"lengthMenu": "Wys _MENU_ rye",
|
||||||
|
"loadingRecords": "Besig om te laai...",
|
||||||
|
"processing": "Besig om te verwerk...",
|
||||||
|
"search": "Soek:",
|
||||||
|
"searchPlaceholder": "Plekhouer",
|
||||||
|
"thousands": ",",
|
||||||
|
"zeroRecords": "Geen gepaste rye gevind nie"
|
||||||
|
};
|
||||||
|
}));
|
@ -0,0 +1,64 @@
|
|||||||
|
export default {
|
||||||
|
"infoThousands": ",",
|
||||||
|
"paginate": {
|
||||||
|
"first": "eerste",
|
||||||
|
"last": "laaste",
|
||||||
|
"next": "volgende",
|
||||||
|
"previous": "vorige"
|
||||||
|
},
|
||||||
|
"aria": {
|
||||||
|
"sortAscending": ": aktiveer kolom om stygend te sorteer",
|
||||||
|
"sortDescending": ": aktiveer kolom om dalend te sorteer"
|
||||||
|
},
|
||||||
|
"buttons": {
|
||||||
|
"csv": "CSV",
|
||||||
|
"excel": "Excel",
|
||||||
|
"pdf": "PDF",
|
||||||
|
"print": "Druk",
|
||||||
|
"collection": "Versameling <span class=\"ui-button-icon-primary ui-icon ui-icon-triangle-1-s\"><\/span>",
|
||||||
|
"colvis": "Kolom Sigbaarheid",
|
||||||
|
"copy": "Kopieër",
|
||||||
|
"copyKeys": "Druk <i>ctrl<\/i> of <i>u2318<\/i> + <i>C<\/i> om die tabel data to kopieër na jou knipbord.<br><br>Om te kanselleer, druk Escape.",
|
||||||
|
"copySuccess": {
|
||||||
|
"1": "1 ry gekopieër na knipbord",
|
||||||
|
"_": "%ds rye gekopieër na knipbord"
|
||||||
|
},
|
||||||
|
"copyTitle": "Kopieër na knipbord",
|
||||||
|
"pageLength": {
|
||||||
|
"-1": "Wys alle rye",
|
||||||
|
"1": "Wys 1 ry",
|
||||||
|
"_": "Wys %d rye"
|
||||||
|
},
|
||||||
|
"createState": "Skep Staat",
|
||||||
|
"removeAllStates": "Verwyder Alle State",
|
||||||
|
"removeState": "Verwyder",
|
||||||
|
"renameState": "Hernoem",
|
||||||
|
"savedStates": "Gestoorde State",
|
||||||
|
"stateRestore": "Staat %d",
|
||||||
|
"updateState": "Dateer op",
|
||||||
|
"colvisRestore": "Herwin Sigbaarheid"
|
||||||
|
},
|
||||||
|
"searchBuilder": {
|
||||||
|
"add": "Voeg by",
|
||||||
|
"clearAll": "Alles uitvee",
|
||||||
|
"condition": "Voorwaardes",
|
||||||
|
"data": "Data"
|
||||||
|
},
|
||||||
|
"autoFill": {
|
||||||
|
"cancel": "kanselleer",
|
||||||
|
"fillHorizontal": "Vul selle horisontaal",
|
||||||
|
"fillVertical": "Vul selle vertikaal",
|
||||||
|
"fill": "Vul alle selle met <i>%d<i><\/i><\/i>"
|
||||||
|
},
|
||||||
|
"emptyTable": "Geen data in tabel nie",
|
||||||
|
"info": "Wys _START_ tot _END_ uit _TOTAL_ rye",
|
||||||
|
"infoEmpty": "Wys 0 tot 0 uit 0 rye",
|
||||||
|
"infoFiltered": "(gefiltreer uit _MAX_ totale rye)",
|
||||||
|
"lengthMenu": "Wys _MENU_ rye",
|
||||||
|
"loadingRecords": "Besig om te laai...",
|
||||||
|
"processing": "Besig om te verwerk...",
|
||||||
|
"search": "Soek:",
|
||||||
|
"searchPlaceholder": "Plekhouer",
|
||||||
|
"thousands": ",",
|
||||||
|
"zeroRecords": "Geen gepaste rye gevind nie"
|
||||||
|
};
|
@ -0,0 +1,35 @@
|
|||||||
|
(function( factory ) {
|
||||||
|
if ( typeof define === 'function' && define.amd ) {
|
||||||
|
// AMD
|
||||||
|
define( [], factory);
|
||||||
|
}
|
||||||
|
else if ( typeof exports === 'object' ) {
|
||||||
|
// CommonJS
|
||||||
|
module.exports = factory();
|
||||||
|
}
|
||||||
|
// No browser loader - use JSON, ESM, CJS or AMD
|
||||||
|
}
|
||||||
|
(function() {
|
||||||
|
return {
|
||||||
|
"emptyTable": "ባዶ ሰንጠረዥ",
|
||||||
|
"info": "ከጠቅላላው _TOTAL_ ዝርዝሮች ውስጥ ከ _START_ እስከ _END_ ያሉት ዝርዝር",
|
||||||
|
"infoEmpty": "ከጠቅላላው 0 ዝርዝሮች ውስጥ ከ 0 እስከ 0 ያሉት ዝርዝር",
|
||||||
|
"infoFiltered": "(ከጠቅላላው _MAX_ የተመረጡ ዝርዝሮች)",
|
||||||
|
"infoThousands": ",",
|
||||||
|
"lengthMenu": "የዝርዝሮች ብዛት _MENU_",
|
||||||
|
"loadingRecords": "በማቅረብ ላይ...",
|
||||||
|
"processing": "በማቀናበር ላይ...",
|
||||||
|
"search": "ፈልግ:",
|
||||||
|
"zeroRecords": "ከሚፈለገው ጋር የሚሚሳሰል ዝርዝር አልተገኘም",
|
||||||
|
"paginate": {
|
||||||
|
"first": "መጀመሪያ",
|
||||||
|
"last": "መጨረሻ",
|
||||||
|
"next": "ቀጣዩ",
|
||||||
|
"previous": "የበፊቱ"
|
||||||
|
},
|
||||||
|
"aria": {
|
||||||
|
"sortAscending": ": ከመጀመሪያ ወደ መጨረሻ(ወጪ) አደራደር",
|
||||||
|
"sortDescending": ": ከመጨረሻ ወደ መጀመሪያ(ወራጅ) አደራደር"
|
||||||
|
}
|
||||||
|
};
|
||||||
|
}));
|
@ -0,0 +1,22 @@
|
|||||||
|
export default {
|
||||||
|
"emptyTable": "ባዶ ሰንጠረዥ",
|
||||||
|
"info": "ከጠቅላላው _TOTAL_ ዝርዝሮች ውስጥ ከ _START_ እስከ _END_ ያሉት ዝርዝር",
|
||||||
|
"infoEmpty": "ከጠቅላላው 0 ዝርዝሮች ውስጥ ከ 0 እስከ 0 ያሉት ዝርዝር",
|
||||||
|
"infoFiltered": "(ከጠቅላላው _MAX_ የተመረጡ ዝርዝሮች)",
|
||||||
|
"infoThousands": ",",
|
||||||
|
"lengthMenu": "የዝርዝሮች ብዛት _MENU_",
|
||||||
|
"loadingRecords": "በማቅረብ ላይ...",
|
||||||
|
"processing": "በማቀናበር ላይ...",
|
||||||
|
"search": "ፈልግ:",
|
||||||
|
"zeroRecords": "ከሚፈለገው ጋር የሚሚሳሰል ዝርዝር አልተገኘም",
|
||||||
|
"paginate": {
|
||||||
|
"first": "መጀመሪያ",
|
||||||
|
"last": "መጨረሻ",
|
||||||
|
"next": "ቀጣዩ",
|
||||||
|
"previous": "የበፊቱ"
|
||||||
|
},
|
||||||
|
"aria": {
|
||||||
|
"sortAscending": ": ከመጀመሪያ ወደ መጨረሻ(ወጪ) አደራደር",
|
||||||
|
"sortDescending": ": ከመጨረሻ ወደ መጀመሪያ(ወራጅ) አደራደር"
|
||||||
|
}
|
||||||
|
};
|
@ -0,0 +1,260 @@
|
|||||||
|
(function( factory ) {
|
||||||
|
if ( typeof define === 'function' && define.amd ) {
|
||||||
|
// AMD
|
||||||
|
define( [], factory);
|
||||||
|
}
|
||||||
|
else if ( typeof exports === 'object' ) {
|
||||||
|
// CommonJS
|
||||||
|
module.exports = factory();
|
||||||
|
}
|
||||||
|
// No browser loader - use JSON, ESM, CJS or AMD
|
||||||
|
}
|
||||||
|
(function() {
|
||||||
|
return {
|
||||||
|
"loadingRecords": "جارٍ التحميل...",
|
||||||
|
"lengthMenu": "أظهر _MENU_ مدخلات",
|
||||||
|
"zeroRecords": "لم يعثر على أية سجلات",
|
||||||
|
"info": "إظهار _START_ إلى _END_ من أصل _TOTAL_ مدخل",
|
||||||
|
"search": "ابحث:",
|
||||||
|
"paginate": {
|
||||||
|
"first": "الأول",
|
||||||
|
"previous": "السابق",
|
||||||
|
"next": "التالي",
|
||||||
|
"last": "الأخير"
|
||||||
|
},
|
||||||
|
"aria": {
|
||||||
|
"sortAscending": ": تفعيل لترتيب العمود تصاعدياً",
|
||||||
|
"sortDescending": ": تفعيل لترتيب العمود تنازلياً"
|
||||||
|
},
|
||||||
|
"select": {
|
||||||
|
"rows": {
|
||||||
|
"_": "%d قيمة محددة",
|
||||||
|
"1": "1 قيمة محددة"
|
||||||
|
},
|
||||||
|
"cells": {
|
||||||
|
"1": "1 خلية محددة",
|
||||||
|
"_": "%d خلايا محددة"
|
||||||
|
},
|
||||||
|
"columns": {
|
||||||
|
"1": "1 عمود محدد",
|
||||||
|
"_": "%d أعمدة محددة"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"buttons": {
|
||||||
|
"print": "طباعة",
|
||||||
|
"copyKeys": "زر <i>ctrl<\/i> أو <i>⌘<\/i> + <i>C<\/i> من الجدول<br>ليتم نسخها إلى الحافظة<br><br>للإلغاء اضغط على الرسالة أو اضغط على زر الخروج.",
|
||||||
|
"pageLength": {
|
||||||
|
"-1": "اظهار الكل",
|
||||||
|
"_": "إظهار %d أسطر",
|
||||||
|
"1": "اظهار سطر واحد"
|
||||||
|
},
|
||||||
|
"collection": "مجموعة",
|
||||||
|
"copy": "نسخ",
|
||||||
|
"copyTitle": "نسخ إلى الحافظة",
|
||||||
|
"csv": "CSV",
|
||||||
|
"excel": "Excel",
|
||||||
|
"pdf": "PDF",
|
||||||
|
"colvis": "إظهار الأعمدة",
|
||||||
|
"colvisRestore": "إستعادة العرض",
|
||||||
|
"copySuccess": {
|
||||||
|
"1": "تم نسخ سطر واحد الى الحافظة",
|
||||||
|
"_": "تم نسخ %ds أسطر الى الحافظة"
|
||||||
|
},
|
||||||
|
"createState": "تكوين حالة",
|
||||||
|
"removeAllStates": "ازالة جميع الحالات",
|
||||||
|
"removeState": "ازالة حالة",
|
||||||
|
"renameState": "تغيير اسم حالة",
|
||||||
|
"savedStates": "الحالات المحفوظة",
|
||||||
|
"stateRestore": "استرجاع حالة",
|
||||||
|
"updateState": "تحديث حالة"
|
||||||
|
},
|
||||||
|
"searchBuilder": {
|
||||||
|
"add": "اضافة شرط",
|
||||||
|
"clearAll": "ازالة الكل",
|
||||||
|
"condition": "الشرط",
|
||||||
|
"data": "المعلومة",
|
||||||
|
"logicAnd": "و",
|
||||||
|
"logicOr": "أو",
|
||||||
|
"value": "القيمة",
|
||||||
|
"conditions": {
|
||||||
|
"date": {
|
||||||
|
"after": "بعد",
|
||||||
|
"before": "قبل",
|
||||||
|
"between": "بين",
|
||||||
|
"empty": "فارغ",
|
||||||
|
"equals": "تساوي",
|
||||||
|
"notBetween": "ليست بين",
|
||||||
|
"notEmpty": "ليست فارغة",
|
||||||
|
"not": "ليست "
|
||||||
|
},
|
||||||
|
"number": {
|
||||||
|
"between": "بين",
|
||||||
|
"empty": "فارغة",
|
||||||
|
"equals": "تساوي",
|
||||||
|
"gt": "أكبر من",
|
||||||
|
"lt": "أقل من",
|
||||||
|
"not": "ليست",
|
||||||
|
"notBetween": "ليست بين",
|
||||||
|
"notEmpty": "ليست فارغة",
|
||||||
|
"gte": "أكبر أو تساوي",
|
||||||
|
"lte": "أقل أو تساوي"
|
||||||
|
},
|
||||||
|
"string": {
|
||||||
|
"not": "ليست",
|
||||||
|
"notEmpty": "ليست فارغة",
|
||||||
|
"startsWith": " تبدأ بـ ",
|
||||||
|
"contains": "تحتوي",
|
||||||
|
"empty": "فارغة",
|
||||||
|
"endsWith": "تنتهي ب",
|
||||||
|
"equals": "تساوي",
|
||||||
|
"notContains": "لا تحتوي",
|
||||||
|
"notStartsWith": "لا تبدأ بـ",
|
||||||
|
"notEndsWith": "لا تنتهي بـ"
|
||||||
|
},
|
||||||
|
"array": {
|
||||||
|
"equals": "تساوي",
|
||||||
|
"empty": "فارغة",
|
||||||
|
"contains": "تحتوي",
|
||||||
|
"not": "ليست",
|
||||||
|
"notEmpty": "ليست فارغة",
|
||||||
|
"without": "بدون"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"button": {
|
||||||
|
"0": "فلاتر البحث",
|
||||||
|
"_": "فلاتر البحث (%d)"
|
||||||
|
},
|
||||||
|
"deleteTitle": "حذف فلاتر",
|
||||||
|
"leftTitle": "محاذاة يسار",
|
||||||
|
"rightTitle": "محاذاة يمين",
|
||||||
|
"title": {
|
||||||
|
"0": "البحث المتقدم",
|
||||||
|
"_": "البحث المتقدم (فعال)"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"searchPanes": {
|
||||||
|
"clearMessage": "ازالة الكل",
|
||||||
|
"collapse": {
|
||||||
|
"0": "بحث",
|
||||||
|
"_": "بحث (%d)"
|
||||||
|
},
|
||||||
|
"count": "عدد",
|
||||||
|
"countFiltered": "عدد المفلتر",
|
||||||
|
"loadMessage": "جارِ التحميل ...",
|
||||||
|
"title": "الفلاتر النشطة",
|
||||||
|
"showMessage": "إظهار الجميع",
|
||||||
|
"collapseMessage": "إخفاء الجميع",
|
||||||
|
"emptyPanes": "لا يوجد مربع بحث"
|
||||||
|
},
|
||||||
|
"infoThousands": ",",
|
||||||
|
"datetime": {
|
||||||
|
"previous": "السابق",
|
||||||
|
"next": "التالي",
|
||||||
|
"hours": "الساعة",
|
||||||
|
"minutes": "الدقيقة",
|
||||||
|
"seconds": "الثانية",
|
||||||
|
"unknown": "-",
|
||||||
|
"amPm": [
|
||||||
|
"صباحا",
|
||||||
|
"مساءا"
|
||||||
|
],
|
||||||
|
"weekdays": [
|
||||||
|
"الأحد",
|
||||||
|
"الإثنين",
|
||||||
|
"الثلاثاء",
|
||||||
|
"الأربعاء",
|
||||||
|
"الخميس",
|
||||||
|
"الجمعة",
|
||||||
|
"السبت"
|
||||||
|
],
|
||||||
|
"months": [
|
||||||
|
"يناير",
|
||||||
|
"فبراير",
|
||||||
|
"مارس",
|
||||||
|
"أبريل",
|
||||||
|
"مايو",
|
||||||
|
"يونيو",
|
||||||
|
"يوليو",
|
||||||
|
"أغسطس",
|
||||||
|
"سبتمبر",
|
||||||
|
"أكتوبر",
|
||||||
|
"نوفمبر",
|
||||||
|
"ديسمبر"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"editor": {
|
||||||
|
"close": "إغلاق",
|
||||||
|
"create": {
|
||||||
|
"button": "إضافة",
|
||||||
|
"title": "إضافة جديدة",
|
||||||
|
"submit": "إرسال"
|
||||||
|
},
|
||||||
|
"edit": {
|
||||||
|
"button": "تعديل",
|
||||||
|
"title": "تعديل السجل",
|
||||||
|
"submit": "تحديث"
|
||||||
|
},
|
||||||
|
"remove": {
|
||||||
|
"button": "حذف",
|
||||||
|
"title": "حذف",
|
||||||
|
"submit": "حذف",
|
||||||
|
"confirm": {
|
||||||
|
"_": "هل أنت متأكد من رغبتك في حذف السجلات %d المحددة؟",
|
||||||
|
"1": "هل أنت متأكد من رغبتك في حذف السجل؟"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"error": {
|
||||||
|
"system": "حدث خطأ ما"
|
||||||
|
},
|
||||||
|
"multi": {
|
||||||
|
"title": "قيم متعدية",
|
||||||
|
"restore": "تراجع",
|
||||||
|
"info": "القيم المختارة تحتوى على عدة قيم لهذا المدخل. لتعديل وتحديد جميع القيم لهذا المدخل، اضغط او انتقل هنا، عدا ذلك سيبقى نفس القيم",
|
||||||
|
"noMulti": "هذا المدخل مفرد وليس ضمن مجموعة"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"processing": "جارٍ المعالجة...",
|
||||||
|
"emptyTable": "لا يوجد بيانات متاحة في الجدول",
|
||||||
|
"infoEmpty": "يعرض 0 إلى 0 من أصل 0 مُدخل",
|
||||||
|
"thousands": ".",
|
||||||
|
"stateRestore": {
|
||||||
|
"creationModal": {
|
||||||
|
"columns": {
|
||||||
|
"search": "إمكانية البحث للعمود",
|
||||||
|
"visible": "إظهار العمود"
|
||||||
|
},
|
||||||
|
"toggleLabel": "تتضمن",
|
||||||
|
"button": "تكوين الحالة",
|
||||||
|
"name": "اسم الحالة",
|
||||||
|
"order": "فرز",
|
||||||
|
"paging": "تصحيف",
|
||||||
|
"scroller": "مكان السحب",
|
||||||
|
"search": "بحث",
|
||||||
|
"searchBuilder": "مكون البحث",
|
||||||
|
"select": "تحديد",
|
||||||
|
"title": "تكوين حالة جديدة"
|
||||||
|
},
|
||||||
|
"duplicateError": "حالة مكررة بنفس الاسم",
|
||||||
|
"emptyError": "لا يسمح بأن يكون اسم الحالة فارغة.",
|
||||||
|
"emptyStates": "لا توجد حالة محفوظة",
|
||||||
|
"removeConfirm": "هل أنت متأكد من حذف الحالة %s؟",
|
||||||
|
"removeError": "لم استطع ازالة الحالة.",
|
||||||
|
"removeJoiner": "و",
|
||||||
|
"removeSubmit": "حذف",
|
||||||
|
"removeTitle": "حذف حالة",
|
||||||
|
"renameButton": "تغيير اسم حالة",
|
||||||
|
"renameLabel": "الاسم الجديد للحالة %s:",
|
||||||
|
"renameTitle": "تغيير اسم الحالة"
|
||||||
|
},
|
||||||
|
"autoFill": {
|
||||||
|
"cancel": "إلغاء الامر",
|
||||||
|
"fill": "املأ كل الخلايا بـ <i>%d<\/i>",
|
||||||
|
"fillHorizontal": "تعبئة الخلايا أفقيًا",
|
||||||
|
"fillVertical": "تعبئة الخلايا عموديا",
|
||||||
|
"info": "تعبئة تلقائية"
|
||||||
|
},
|
||||||
|
"decimal": ",",
|
||||||
|
"infoFiltered": "(مرشحة من مجموع _MAX_ مُدخل)",
|
||||||
|
"searchPlaceholder": "مثال بحث"
|
||||||
|
};
|
||||||
|
}));
|
@ -0,0 +1,247 @@
|
|||||||
|
export default {
|
||||||
|
"loadingRecords": "جارٍ التحميل...",
|
||||||
|
"lengthMenu": "أظهر _MENU_ مدخلات",
|
||||||
|
"zeroRecords": "لم يعثر على أية سجلات",
|
||||||
|
"info": "إظهار _START_ إلى _END_ من أصل _TOTAL_ مدخل",
|
||||||
|
"search": "ابحث:",
|
||||||
|
"paginate": {
|
||||||
|
"first": "الأول",
|
||||||
|
"previous": "السابق",
|
||||||
|
"next": "التالي",
|
||||||
|
"last": "الأخير"
|
||||||
|
},
|
||||||
|
"aria": {
|
||||||
|
"sortAscending": ": تفعيل لترتيب العمود تصاعدياً",
|
||||||
|
"sortDescending": ": تفعيل لترتيب العمود تنازلياً"
|
||||||
|
},
|
||||||
|
"select": {
|
||||||
|
"rows": {
|
||||||
|
"_": "%d قيمة محددة",
|
||||||
|
"1": "1 قيمة محددة"
|
||||||
|
},
|
||||||
|
"cells": {
|
||||||
|
"1": "1 خلية محددة",
|
||||||
|
"_": "%d خلايا محددة"
|
||||||
|
},
|
||||||
|
"columns": {
|
||||||
|
"1": "1 عمود محدد",
|
||||||
|
"_": "%d أعمدة محددة"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"buttons": {
|
||||||
|
"print": "طباعة",
|
||||||
|
"copyKeys": "زر <i>ctrl<\/i> أو <i>⌘<\/i> + <i>C<\/i> من الجدول<br>ليتم نسخها إلى الحافظة<br><br>للإلغاء اضغط على الرسالة أو اضغط على زر الخروج.",
|
||||||
|
"pageLength": {
|
||||||
|
"-1": "اظهار الكل",
|
||||||
|
"_": "إظهار %d أسطر",
|
||||||
|
"1": "اظهار سطر واحد"
|
||||||
|
},
|
||||||
|
"collection": "مجموعة",
|
||||||
|
"copy": "نسخ",
|
||||||
|
"copyTitle": "نسخ إلى الحافظة",
|
||||||
|
"csv": "CSV",
|
||||||
|
"excel": "Excel",
|
||||||
|
"pdf": "PDF",
|
||||||
|
"colvis": "إظهار الأعمدة",
|
||||||
|
"colvisRestore": "إستعادة العرض",
|
||||||
|
"copySuccess": {
|
||||||
|
"1": "تم نسخ سطر واحد الى الحافظة",
|
||||||
|
"_": "تم نسخ %ds أسطر الى الحافظة"
|
||||||
|
},
|
||||||
|
"createState": "تكوين حالة",
|
||||||
|
"removeAllStates": "ازالة جميع الحالات",
|
||||||
|
"removeState": "ازالة حالة",
|
||||||
|
"renameState": "تغيير اسم حالة",
|
||||||
|
"savedStates": "الحالات المحفوظة",
|
||||||
|
"stateRestore": "استرجاع حالة",
|
||||||
|
"updateState": "تحديث حالة"
|
||||||
|
},
|
||||||
|
"searchBuilder": {
|
||||||
|
"add": "اضافة شرط",
|
||||||
|
"clearAll": "ازالة الكل",
|
||||||
|
"condition": "الشرط",
|
||||||
|
"data": "المعلومة",
|
||||||
|
"logicAnd": "و",
|
||||||
|
"logicOr": "أو",
|
||||||
|
"value": "القيمة",
|
||||||
|
"conditions": {
|
||||||
|
"date": {
|
||||||
|
"after": "بعد",
|
||||||
|
"before": "قبل",
|
||||||
|
"between": "بين",
|
||||||
|
"empty": "فارغ",
|
||||||
|
"equals": "تساوي",
|
||||||
|
"notBetween": "ليست بين",
|
||||||
|
"notEmpty": "ليست فارغة",
|
||||||
|
"not": "ليست "
|
||||||
|
},
|
||||||
|
"number": {
|
||||||
|
"between": "بين",
|
||||||
|
"empty": "فارغة",
|
||||||
|
"equals": "تساوي",
|
||||||
|
"gt": "أكبر من",
|
||||||
|
"lt": "أقل من",
|
||||||
|
"not": "ليست",
|
||||||
|
"notBetween": "ليست بين",
|
||||||
|
"notEmpty": "ليست فارغة",
|
||||||
|
"gte": "أكبر أو تساوي",
|
||||||
|
"lte": "أقل أو تساوي"
|
||||||
|
},
|
||||||
|
"string": {
|
||||||
|
"not": "ليست",
|
||||||
|
"notEmpty": "ليست فارغة",
|
||||||
|
"startsWith": " تبدأ بـ ",
|
||||||
|
"contains": "تحتوي",
|
||||||
|
"empty": "فارغة",
|
||||||
|
"endsWith": "تنتهي ب",
|
||||||
|
"equals": "تساوي",
|
||||||
|
"notContains": "لا تحتوي",
|
||||||
|
"notStartsWith": "لا تبدأ بـ",
|
||||||
|
"notEndsWith": "لا تنتهي بـ"
|
||||||
|
},
|
||||||
|
"array": {
|
||||||
|
"equals": "تساوي",
|
||||||
|
"empty": "فارغة",
|
||||||
|
"contains": "تحتوي",
|
||||||
|
"not": "ليست",
|
||||||
|
"notEmpty": "ليست فارغة",
|
||||||
|
"without": "بدون"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"button": {
|
||||||
|
"0": "فلاتر البحث",
|
||||||
|
"_": "فلاتر البحث (%d)"
|
||||||
|
},
|
||||||
|
"deleteTitle": "حذف فلاتر",
|
||||||
|
"leftTitle": "محاذاة يسار",
|
||||||
|
"rightTitle": "محاذاة يمين",
|
||||||
|
"title": {
|
||||||
|
"0": "البحث المتقدم",
|
||||||
|
"_": "البحث المتقدم (فعال)"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"searchPanes": {
|
||||||
|
"clearMessage": "ازالة الكل",
|
||||||
|
"collapse": {
|
||||||
|
"0": "بحث",
|
||||||
|
"_": "بحث (%d)"
|
||||||
|
},
|
||||||
|
"count": "عدد",
|
||||||
|
"countFiltered": "عدد المفلتر",
|
||||||
|
"loadMessage": "جارِ التحميل ...",
|
||||||
|
"title": "الفلاتر النشطة",
|
||||||
|
"showMessage": "إظهار الجميع",
|
||||||
|
"collapseMessage": "إخفاء الجميع",
|
||||||
|
"emptyPanes": "لا يوجد مربع بحث"
|
||||||
|
},
|
||||||
|
"infoThousands": ",",
|
||||||
|
"datetime": {
|
||||||
|
"previous": "السابق",
|
||||||
|
"next": "التالي",
|
||||||
|
"hours": "الساعة",
|
||||||
|
"minutes": "الدقيقة",
|
||||||
|
"seconds": "الثانية",
|
||||||
|
"unknown": "-",
|
||||||
|
"amPm": [
|
||||||
|
"صباحا",
|
||||||
|
"مساءا"
|
||||||
|
],
|
||||||
|
"weekdays": [
|
||||||
|
"الأحد",
|
||||||
|
"الإثنين",
|
||||||
|
"الثلاثاء",
|
||||||
|
"الأربعاء",
|
||||||
|
"الخميس",
|
||||||
|
"الجمعة",
|
||||||
|
"السبت"
|
||||||
|
],
|
||||||
|
"months": [
|
||||||
|
"يناير",
|
||||||
|
"فبراير",
|
||||||
|
"مارس",
|
||||||
|
"أبريل",
|
||||||
|
"مايو",
|
||||||
|
"يونيو",
|
||||||
|
"يوليو",
|
||||||
|
"أغسطس",
|
||||||
|
"سبتمبر",
|
||||||
|
"أكتوبر",
|
||||||
|
"نوفمبر",
|
||||||
|
"ديسمبر"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"editor": {
|
||||||
|
"close": "إغلاق",
|
||||||
|
"create": {
|
||||||
|
"button": "إضافة",
|
||||||
|
"title": "إضافة جديدة",
|
||||||
|
"submit": "إرسال"
|
||||||
|
},
|
||||||
|
"edit": {
|
||||||
|
"button": "تعديل",
|
||||||
|
"title": "تعديل السجل",
|
||||||
|
"submit": "تحديث"
|
||||||
|
},
|
||||||
|
"remove": {
|
||||||
|
"button": "حذف",
|
||||||
|
"title": "حذف",
|
||||||
|
"submit": "حذف",
|
||||||
|
"confirm": {
|
||||||
|
"_": "هل أنت متأكد من رغبتك في حذف السجلات %d المحددة؟",
|
||||||
|
"1": "هل أنت متأكد من رغبتك في حذف السجل؟"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"error": {
|
||||||
|
"system": "حدث خطأ ما"
|
||||||
|
},
|
||||||
|
"multi": {
|
||||||
|
"title": "قيم متعدية",
|
||||||
|
"restore": "تراجع",
|
||||||
|
"info": "القيم المختارة تحتوى على عدة قيم لهذا المدخل. لتعديل وتحديد جميع القيم لهذا المدخل، اضغط او انتقل هنا، عدا ذلك سيبقى نفس القيم",
|
||||||
|
"noMulti": "هذا المدخل مفرد وليس ضمن مجموعة"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"processing": "جارٍ المعالجة...",
|
||||||
|
"emptyTable": "لا يوجد بيانات متاحة في الجدول",
|
||||||
|
"infoEmpty": "يعرض 0 إلى 0 من أصل 0 مُدخل",
|
||||||
|
"thousands": ".",
|
||||||
|
"stateRestore": {
|
||||||
|
"creationModal": {
|
||||||
|
"columns": {
|
||||||
|
"search": "إمكانية البحث للعمود",
|
||||||
|
"visible": "إظهار العمود"
|
||||||
|
},
|
||||||
|
"toggleLabel": "تتضمن",
|
||||||
|
"button": "تكوين الحالة",
|
||||||
|
"name": "اسم الحالة",
|
||||||
|
"order": "فرز",
|
||||||
|
"paging": "تصحيف",
|
||||||
|
"scroller": "مكان السحب",
|
||||||
|
"search": "بحث",
|
||||||
|
"searchBuilder": "مكون البحث",
|
||||||
|
"select": "تحديد",
|
||||||
|
"title": "تكوين حالة جديدة"
|
||||||
|
},
|
||||||
|
"duplicateError": "حالة مكررة بنفس الاسم",
|
||||||
|
"emptyError": "لا يسمح بأن يكون اسم الحالة فارغة.",
|
||||||
|
"emptyStates": "لا توجد حالة محفوظة",
|
||||||
|
"removeConfirm": "هل أنت متأكد من حذف الحالة %s؟",
|
||||||
|
"removeError": "لم استطع ازالة الحالة.",
|
||||||
|
"removeJoiner": "و",
|
||||||
|
"removeSubmit": "حذف",
|
||||||
|
"removeTitle": "حذف حالة",
|
||||||
|
"renameButton": "تغيير اسم حالة",
|
||||||
|
"renameLabel": "الاسم الجديد للحالة %s:",
|
||||||
|
"renameTitle": "تغيير اسم الحالة"
|
||||||
|
},
|
||||||
|
"autoFill": {
|
||||||
|
"cancel": "إلغاء الامر",
|
||||||
|
"fill": "املأ كل الخلايا بـ <i>%d<\/i>",
|
||||||
|
"fillHorizontal": "تعبئة الخلايا أفقيًا",
|
||||||
|
"fillVertical": "تعبئة الخلايا عموديا",
|
||||||
|
"info": "تعبئة تلقائية"
|
||||||
|
},
|
||||||
|
"decimal": ",",
|
||||||
|
"infoFiltered": "(مرشحة من مجموع _MAX_ مُدخل)",
|
||||||
|
"searchPlaceholder": "مثال بحث"
|
||||||
|
};
|
@ -0,0 +1,32 @@
|
|||||||
|
(function( factory ) {
|
||||||
|
if ( typeof define === 'function' && define.amd ) {
|
||||||
|
// AMD
|
||||||
|
define( [], factory);
|
||||||
|
}
|
||||||
|
else if ( typeof exports === 'object' ) {
|
||||||
|
// CommonJS
|
||||||
|
module.exports = factory();
|
||||||
|
}
|
||||||
|
// No browser loader - use JSON, ESM, CJS or AMD
|
||||||
|
}
|
||||||
|
(function() {
|
||||||
|
return {
|
||||||
|
"processing": "Пачакайце...",
|
||||||
|
"lengthMenu": "Паказваць _MENU_ запісаў",
|
||||||
|
"zeroRecords": "Запісы адсутнічаюць.",
|
||||||
|
"info": "Запісы з _START_ па _END_ з _TOTAL_ запісаў",
|
||||||
|
"infoEmpty": "Запісы з 0 па 0 з 0 запісаў",
|
||||||
|
"infoFiltered": "(адфільтравана з _MAX_ запісаў)",
|
||||||
|
"search": "Пошук:",
|
||||||
|
"paginate": {
|
||||||
|
"first": "Першая",
|
||||||
|
"previous": "Папярэдняя",
|
||||||
|
"next": "Наступная",
|
||||||
|
"last": "Апошняя"
|
||||||
|
},
|
||||||
|
"aria": {
|
||||||
|
"sortAscending": ": актываваць для сартавання слупка па ўзрастанні",
|
||||||
|
"sortDescending": ": актываваць для сартавання слупка па змяншэнні"
|
||||||
|
}
|
||||||
|
};
|
||||||
|
}));
|
@ -0,0 +1,19 @@
|
|||||||
|
export default {
|
||||||
|
"processing": "Пачакайце...",
|
||||||
|
"lengthMenu": "Паказваць _MENU_ запісаў",
|
||||||
|
"zeroRecords": "Запісы адсутнічаюць.",
|
||||||
|
"info": "Запісы з _START_ па _END_ з _TOTAL_ запісаў",
|
||||||
|
"infoEmpty": "Запісы з 0 па 0 з 0 запісаў",
|
||||||
|
"infoFiltered": "(адфільтравана з _MAX_ запісаў)",
|
||||||
|
"search": "Пошук:",
|
||||||
|
"paginate": {
|
||||||
|
"first": "Першая",
|
||||||
|
"previous": "Папярэдняя",
|
||||||
|
"next": "Наступная",
|
||||||
|
"last": "Апошняя"
|
||||||
|
},
|
||||||
|
"aria": {
|
||||||
|
"sortAscending": ": актываваць для сартавання слупка па ўзрастанні",
|
||||||
|
"sortDescending": ": актываваць для сартавання слупка па змяншэнні"
|
||||||
|
}
|
||||||
|
};
|
@ -0,0 +1,87 @@
|
|||||||
|
(function( factory ) {
|
||||||
|
if ( typeof define === 'function' && define.amd ) {
|
||||||
|
// AMD
|
||||||
|
define( [], factory);
|
||||||
|
}
|
||||||
|
else if ( typeof exports === 'object' ) {
|
||||||
|
// CommonJS
|
||||||
|
module.exports = factory();
|
||||||
|
}
|
||||||
|
// No browser loader - use JSON, ESM, CJS or AMD
|
||||||
|
}
|
||||||
|
(function() {
|
||||||
|
return {
|
||||||
|
"aria": {
|
||||||
|
"sortAscending": ": aktivirajte da sortirate kolonu uzlazno",
|
||||||
|
"sortDescending": ": aktivirajte da sortirate kolonu silazno"
|
||||||
|
},
|
||||||
|
"autoFill": {
|
||||||
|
"cancel": "Poništiti",
|
||||||
|
"fill": "Ispunite sve ćelije s <i>% d <\/i>",
|
||||||
|
"fillHorizontal": "Ispunite ćelije vodoravno",
|
||||||
|
"fillVertical": "Ispunite ćelije vertikalno"
|
||||||
|
},
|
||||||
|
"buttons": {
|
||||||
|
"collection": "Collection <span class=\"ui-button-icon-primary ui-icon ui-icon-triangle-1-s\"><\/span>",
|
||||||
|
"colvis": "Vidljivost kolone",
|
||||||
|
"colvisRestore": "Vratite vidljivost",
|
||||||
|
"copy": "Kopiraj",
|
||||||
|
"copyKeys": "Pritisnite ctrl ili u2318 + C da biste kopirali podatke tabele u sistemski međuspremnik. <br \/> <br \/> Za otkazivanje kliknite ovu poruku ili pritisnite Escape.",
|
||||||
|
"copySuccess": {
|
||||||
|
"1": "Kopiran je 1 red u međuspremnik",
|
||||||
|
"_": "Kopirani su %d redova u međuspremnik"
|
||||||
|
},
|
||||||
|
"copyTitle": "Kopirajte u međuspremnik",
|
||||||
|
"csv": "CSV",
|
||||||
|
"excel": "Excel",
|
||||||
|
"pageLength": {
|
||||||
|
"-1": "Prikaži sve redove",
|
||||||
|
"_": "Prikaži %d redova"
|
||||||
|
},
|
||||||
|
"pdf": "PDF",
|
||||||
|
"print": "Štampaj"
|
||||||
|
},
|
||||||
|
"emptyTable": "Nema podataka u tabeli",
|
||||||
|
"info": "Prikaz _START_ do _END_ od ukupno _TOTAL_ zapisa",
|
||||||
|
"infoEmpty": "Prikaz 0 do 0 od ukupno 0 zapisa",
|
||||||
|
"infoFiltered": "(filtrirano od ukupno _MAX_ zapisa)",
|
||||||
|
"infoThousands": ".",
|
||||||
|
"lengthMenu": "Prikaži _MENU_ zapisa",
|
||||||
|
"loadingRecords": "Učitavanje...",
|
||||||
|
"paginate": {
|
||||||
|
"first": "Početna",
|
||||||
|
"last": "Poslednja",
|
||||||
|
"next": "Sledeća",
|
||||||
|
"previous": "Prethodna"
|
||||||
|
},
|
||||||
|
"processing": "Obrada...",
|
||||||
|
"search": "Pretraga:",
|
||||||
|
"searchBuilder": {
|
||||||
|
"add": "Dodaj uslov",
|
||||||
|
"clearAll": "Obriši sve"
|
||||||
|
},
|
||||||
|
"searchPanes": {
|
||||||
|
"clearMessage": "Obriši sve",
|
||||||
|
"collapse": {
|
||||||
|
"0": "Paneli za Pretragu",
|
||||||
|
"_": "Paneli za Pretragu (%d)"
|
||||||
|
},
|
||||||
|
"count": "{total}",
|
||||||
|
"countFiltered": "{shown} ({total})",
|
||||||
|
"emptyPanes": "Nema panela za pretragu",
|
||||||
|
"loadMessage": "Učitavanje panela za pretragu",
|
||||||
|
"title": "Aktivni filteri - %d"
|
||||||
|
},
|
||||||
|
"select": {
|
||||||
|
"cells": {
|
||||||
|
"1": "Odabran je 1 red",
|
||||||
|
"_": "Broj odabranih redova: %d"
|
||||||
|
},
|
||||||
|
"columns": {
|
||||||
|
"1": "Jedna colona odabrana",
|
||||||
|
"_": "Broj odabranih kolona: %d"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"zeroRecords": "Nisu pronađeni odgovarajući zapisi"
|
||||||
|
};
|
||||||
|
}));
|
@ -0,0 +1,74 @@
|
|||||||
|
export default {
|
||||||
|
"aria": {
|
||||||
|
"sortAscending": ": aktivirajte da sortirate kolonu uzlazno",
|
||||||
|
"sortDescending": ": aktivirajte da sortirate kolonu silazno"
|
||||||
|
},
|
||||||
|
"autoFill": {
|
||||||
|
"cancel": "Poništiti",
|
||||||
|
"fill": "Ispunite sve ćelije s <i>% d <\/i>",
|
||||||
|
"fillHorizontal": "Ispunite ćelije vodoravno",
|
||||||
|
"fillVertical": "Ispunite ćelije vertikalno"
|
||||||
|
},
|
||||||
|
"buttons": {
|
||||||
|
"collection": "Collection <span class=\"ui-button-icon-primary ui-icon ui-icon-triangle-1-s\"><\/span>",
|
||||||
|
"colvis": "Vidljivost kolone",
|
||||||
|
"colvisRestore": "Vratite vidljivost",
|
||||||
|
"copy": "Kopiraj",
|
||||||
|
"copyKeys": "Pritisnite ctrl ili u2318 + C da biste kopirali podatke tabele u sistemski međuspremnik. <br \/> <br \/> Za otkazivanje kliknite ovu poruku ili pritisnite Escape.",
|
||||||
|
"copySuccess": {
|
||||||
|
"1": "Kopiran je 1 red u međuspremnik",
|
||||||
|
"_": "Kopirani su %d redova u međuspremnik"
|
||||||
|
},
|
||||||
|
"copyTitle": "Kopirajte u međuspremnik",
|
||||||
|
"csv": "CSV",
|
||||||
|
"excel": "Excel",
|
||||||
|
"pageLength": {
|
||||||
|
"-1": "Prikaži sve redove",
|
||||||
|
"_": "Prikaži %d redova"
|
||||||
|
},
|
||||||
|
"pdf": "PDF",
|
||||||
|
"print": "Štampaj"
|
||||||
|
},
|
||||||
|
"emptyTable": "Nema podataka u tabeli",
|
||||||
|
"info": "Prikaz _START_ do _END_ od ukupno _TOTAL_ zapisa",
|
||||||
|
"infoEmpty": "Prikaz 0 do 0 od ukupno 0 zapisa",
|
||||||
|
"infoFiltered": "(filtrirano od ukupno _MAX_ zapisa)",
|
||||||
|
"infoThousands": ".",
|
||||||
|
"lengthMenu": "Prikaži _MENU_ zapisa",
|
||||||
|
"loadingRecords": "Učitavanje...",
|
||||||
|
"paginate": {
|
||||||
|
"first": "Početna",
|
||||||
|
"last": "Poslednja",
|
||||||
|
"next": "Sledeća",
|
||||||
|
"previous": "Prethodna"
|
||||||
|
},
|
||||||
|
"processing": "Obrada...",
|
||||||
|
"search": "Pretraga:",
|
||||||
|
"searchBuilder": {
|
||||||
|
"add": "Dodaj uslov",
|
||||||
|
"clearAll": "Obriši sve"
|
||||||
|
},
|
||||||
|
"searchPanes": {
|
||||||
|
"clearMessage": "Obriši sve",
|
||||||
|
"collapse": {
|
||||||
|
"0": "Paneli za Pretragu",
|
||||||
|
"_": "Paneli za Pretragu (%d)"
|
||||||
|
},
|
||||||
|
"count": "{total}",
|
||||||
|
"countFiltered": "{shown} ({total})",
|
||||||
|
"emptyPanes": "Nema panela za pretragu",
|
||||||
|
"loadMessage": "Učitavanje panela za pretragu",
|
||||||
|
"title": "Aktivni filteri - %d"
|
||||||
|
},
|
||||||
|
"select": {
|
||||||
|
"cells": {
|
||||||
|
"1": "Odabran je 1 red",
|
||||||
|
"_": "Broj odabranih redova: %d"
|
||||||
|
},
|
||||||
|
"columns": {
|
||||||
|
"1": "Jedna colona odabrana",
|
||||||
|
"_": "Broj odabranih kolona: %d"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"zeroRecords": "Nisu pronađeni odgovarajući zapisi"
|
||||||
|
};
|
@ -0,0 +1,257 @@
|
|||||||
|
(function( factory ) {
|
||||||
|
if ( typeof define === 'function' && define.amd ) {
|
||||||
|
// AMD
|
||||||
|
define( [], factory);
|
||||||
|
}
|
||||||
|
else if ( typeof exports === 'object' ) {
|
||||||
|
// CommonJS
|
||||||
|
module.exports = factory();
|
||||||
|
}
|
||||||
|
// No browser loader - use JSON, ESM, CJS or AMD
|
||||||
|
}
|
||||||
|
(function() {
|
||||||
|
return {
|
||||||
|
"processing": "Processant...",
|
||||||
|
"lengthMenu": "Mostra _MENU_ registres",
|
||||||
|
"zeroRecords": "No s'han trobat registres",
|
||||||
|
"info": "Mostrant del _START_ al _END_ d'un total de _TOTAL_ registres",
|
||||||
|
"infoEmpty": "No hi ha registres disponibles",
|
||||||
|
"infoFiltered": "(filtrat de _MAX_ registres)",
|
||||||
|
"search": "Cerca:",
|
||||||
|
"infoThousands": ".",
|
||||||
|
"decimal": ",",
|
||||||
|
"loadingRecords": "Carregant...",
|
||||||
|
"paginate": {
|
||||||
|
"first": "Primer",
|
||||||
|
"previous": "Anterior",
|
||||||
|
"next": "Següent",
|
||||||
|
"last": "Darrer"
|
||||||
|
},
|
||||||
|
"aria": {
|
||||||
|
"sortAscending": ": Activa per ordenar la columna de manera ascendent",
|
||||||
|
"sortDescending": ": Activa per ordenar la columna de manera descendent"
|
||||||
|
},
|
||||||
|
"buttons": {
|
||||||
|
"print": "Imprimeix",
|
||||||
|
"copy": "Copia",
|
||||||
|
"colvis": "Columnes",
|
||||||
|
"copyTitle": "Copia al portapapers",
|
||||||
|
"copySuccess": {
|
||||||
|
"_": "%d files copiades",
|
||||||
|
"1": "1 fila copiada"
|
||||||
|
},
|
||||||
|
"pageLength": {
|
||||||
|
"-1": "Mostra totes les files",
|
||||||
|
"_": "Mostra %d files"
|
||||||
|
},
|
||||||
|
"pdf": "PDF",
|
||||||
|
"collection": "Col·lecció",
|
||||||
|
"colvisRestore": "Restaurar visibilitat",
|
||||||
|
"copyKeys": "Pressiona ctrl o poma + C per copiar les dades de la tabla al teu portapaper",
|
||||||
|
"csv": "CSV",
|
||||||
|
"excel": "Excel",
|
||||||
|
"createState": "Crear Estat",
|
||||||
|
"removeAllStates": "Borrar tots els Estats",
|
||||||
|
"removeState": "Borra",
|
||||||
|
"renameState": "Canviar nom",
|
||||||
|
"savedStates": "Estats gravats",
|
||||||
|
"stateRestore": "Restaura",
|
||||||
|
"updateState": "Actualitza"
|
||||||
|
},
|
||||||
|
"select": {
|
||||||
|
"rows": {
|
||||||
|
"_": "%d files seleccionades",
|
||||||
|
"1": "1 fila seleccionada"
|
||||||
|
},
|
||||||
|
"cells": {
|
||||||
|
"1": "1 fila seleccionada",
|
||||||
|
"_": "%d files seleccionades"
|
||||||
|
},
|
||||||
|
"columns": {
|
||||||
|
"1": "1 columna seleccionada",
|
||||||
|
"_": "%d columnes seleccionades"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"autoFill": {
|
||||||
|
"cancel": "Cancel·lar",
|
||||||
|
"fillHorizontal": "Omple les cel·les horitzontalment",
|
||||||
|
"fillVertical": "Omple les cel·les verticalment",
|
||||||
|
"fill": "Omple totes les cel·les amb <i>%d<\/i>"
|
||||||
|
},
|
||||||
|
"thousands": ".",
|
||||||
|
"datetime": {
|
||||||
|
"hours": "Hora",
|
||||||
|
"seconds": "Segons",
|
||||||
|
"unknown": "Desconegut",
|
||||||
|
"amPm": [
|
||||||
|
"am",
|
||||||
|
"pm"
|
||||||
|
],
|
||||||
|
"previous": "Anterior",
|
||||||
|
"next": "Següent",
|
||||||
|
"months": {
|
||||||
|
"11": "Desembre",
|
||||||
|
"10": "Novembre",
|
||||||
|
"9": "Octubre",
|
||||||
|
"7": "Agost",
|
||||||
|
"5": "Juny",
|
||||||
|
"4": "Maig",
|
||||||
|
"3": "Abril",
|
||||||
|
"2": "Març",
|
||||||
|
"1": "Febrer",
|
||||||
|
"0": "Gener",
|
||||||
|
"6": "Juliol",
|
||||||
|
"8": "Setembre"
|
||||||
|
},
|
||||||
|
"weekdays": {
|
||||||
|
"0": "Dg",
|
||||||
|
"2": "Dt",
|
||||||
|
"3": "Dc",
|
||||||
|
"4": "Dj",
|
||||||
|
"5": "Dv",
|
||||||
|
"6": "Ds",
|
||||||
|
"1": "Dl"
|
||||||
|
},
|
||||||
|
"minutes": "Minuts"
|
||||||
|
},
|
||||||
|
"editor": {
|
||||||
|
"close": "Tancar",
|
||||||
|
"create": {
|
||||||
|
"button": "Nou",
|
||||||
|
"title": "Crear nova entrada",
|
||||||
|
"submit": "Crear"
|
||||||
|
},
|
||||||
|
"edit": {
|
||||||
|
"button": "Editar",
|
||||||
|
"title": "Editar entrada",
|
||||||
|
"submit": "Actualitzar"
|
||||||
|
},
|
||||||
|
"remove": {
|
||||||
|
"button": "Eliminar",
|
||||||
|
"title": "Eliminar",
|
||||||
|
"submit": "Eliminar",
|
||||||
|
"confirm": {
|
||||||
|
"_": "Està segur de voler eliminar %d files?",
|
||||||
|
"1": "Està segur de voler elmiminar 1 fila?"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"error": {
|
||||||
|
"system": "Ha ocurregut un error de sistema (Més informació)"
|
||||||
|
},
|
||||||
|
"multi": {
|
||||||
|
"title": "Múltiples valors",
|
||||||
|
"restore": "Desfés el canvi",
|
||||||
|
"info": "El ítems seleccionats contenen diferents valors per aquesta entrada. Per editar i configurar tots els ítems per a aquesta entrada al mateix valor, prem o clica tabular aquí, sino, mantindran els seus valors individuals",
|
||||||
|
"noMulti": "Aquest camp pot ser editat individualment; però no com a part d'un grup"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"searchBuilder": {
|
||||||
|
"add": "Afegir condició",
|
||||||
|
"clearAll": "Eliminar tot",
|
||||||
|
"condition": "Condició",
|
||||||
|
"conditions": {
|
||||||
|
"date": {
|
||||||
|
"after": "Després",
|
||||||
|
"before": "Abans",
|
||||||
|
"between": "Entre",
|
||||||
|
"empty": "Buit",
|
||||||
|
"equals": "Iguals",
|
||||||
|
"not": "No",
|
||||||
|
"notBetween": "No entre",
|
||||||
|
"notEmpty": "No buit"
|
||||||
|
},
|
||||||
|
"number": {
|
||||||
|
"between": "Entre",
|
||||||
|
"empty": "Buit",
|
||||||
|
"equals": "Iguals",
|
||||||
|
"gt": "Major que",
|
||||||
|
"gte": "Mejor o igual a",
|
||||||
|
"lt": "Menor que",
|
||||||
|
"lte": "Menor o igual a",
|
||||||
|
"not": "No",
|
||||||
|
"notBetween": "No entre",
|
||||||
|
"notEmpty": "No buit"
|
||||||
|
},
|
||||||
|
"string": {
|
||||||
|
"contains": "Conté",
|
||||||
|
"empty": "Buit",
|
||||||
|
"endsWith": "Finalitza amb",
|
||||||
|
"equals": "Iguals",
|
||||||
|
"not": "No",
|
||||||
|
"notEmpty": "No buit",
|
||||||
|
"startsWith": "Comença amb",
|
||||||
|
"notEndsWith": "No acaba amb",
|
||||||
|
"notStartsWith": "No comença amb",
|
||||||
|
"notContains": "No inclou"
|
||||||
|
},
|
||||||
|
"array": {
|
||||||
|
"equals": "Iguals",
|
||||||
|
"empty": "Buit",
|
||||||
|
"contains": "Conté",
|
||||||
|
"not": "No",
|
||||||
|
"notEmpty": "No buit",
|
||||||
|
"without": "Sense"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"data": "Data",
|
||||||
|
"deleteTitle": "Esborrar regla de filtrat",
|
||||||
|
"leftTitle": "Criteri de desindentació",
|
||||||
|
"logicAnd": "I",
|
||||||
|
"logicOr": "O",
|
||||||
|
"rightTitle": "Criteri d'indentació",
|
||||||
|
"value": "Valor",
|
||||||
|
"title": {
|
||||||
|
"_": "Constructor de cerca (%d)",
|
||||||
|
"0": "Constructor de cerca"
|
||||||
|
},
|
||||||
|
"button": {
|
||||||
|
"_": "Constructor de cerca (%d)",
|
||||||
|
"0": "Constructor de cerca"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"searchPanes": {
|
||||||
|
"collapse": {
|
||||||
|
"0": "Panells de cerca",
|
||||||
|
"_": "Panells de cerca (%d)"
|
||||||
|
},
|
||||||
|
"count": "{total}",
|
||||||
|
"countFiltered": "{monstrat} ({total})",
|
||||||
|
"loadMessage": "Carregant panells de cerca",
|
||||||
|
"collapseMessage": "Colapsar Tot",
|
||||||
|
"clearMessage": "Esborrar tot",
|
||||||
|
"emptyPanes": "No hi ha panells de cerca",
|
||||||
|
"showMessage": "Mostrar-ho tot",
|
||||||
|
"title": "Filtres actius - %d"
|
||||||
|
},
|
||||||
|
"stateRestore": {
|
||||||
|
"removeSubmit": "Eliminar",
|
||||||
|
"removeJoiner": "i",
|
||||||
|
"removeError": "Error eliminant el registre",
|
||||||
|
"removeConfirm": "¿Segur que vol eliminar aquest %s?",
|
||||||
|
"emptyError": "El nom no pot estar buit",
|
||||||
|
"creationModal": {
|
||||||
|
"button": "Crear",
|
||||||
|
"columns": {
|
||||||
|
"search": "Cerca per columnes",
|
||||||
|
"visible": "Visibilitat de columnes"
|
||||||
|
},
|
||||||
|
"name": "Nom",
|
||||||
|
"order": "Ordenar",
|
||||||
|
"toggleLabel": "Inclou:",
|
||||||
|
"paging": "Paginació",
|
||||||
|
"scroller": "Posició Scroll",
|
||||||
|
"search": "Bñusqueda",
|
||||||
|
"searchBuilder": "Generador Búsquedes",
|
||||||
|
"title": "Crear nou Estat",
|
||||||
|
"select": "Sel·lecció"
|
||||||
|
},
|
||||||
|
"renameLabel": "Nou nom per %s",
|
||||||
|
"duplicateError": "Ja existeix un estat amb aquest nom",
|
||||||
|
"emptyStates": "No hi ha estats gravats",
|
||||||
|
"removeTitle": "Borrar Estat",
|
||||||
|
"renameButton": "Canviar nom",
|
||||||
|
"renameTitle": "Canviar nom"
|
||||||
|
},
|
||||||
|
"emptyTable": "No hi ha registres disponibles en aquesta taula"
|
||||||
|
};
|
||||||
|
}));
|
@ -0,0 +1,244 @@
|
|||||||
|
export default {
|
||||||
|
"processing": "Processant...",
|
||||||
|
"lengthMenu": "Mostra _MENU_ registres",
|
||||||
|
"zeroRecords": "No s'han trobat registres",
|
||||||
|
"info": "Mostrant del _START_ al _END_ d'un total de _TOTAL_ registres",
|
||||||
|
"infoEmpty": "No hi ha registres disponibles",
|
||||||
|
"infoFiltered": "(filtrat de _MAX_ registres)",
|
||||||
|
"search": "Cerca:",
|
||||||
|
"infoThousands": ".",
|
||||||
|
"decimal": ",",
|
||||||
|
"loadingRecords": "Carregant...",
|
||||||
|
"paginate": {
|
||||||
|
"first": "Primer",
|
||||||
|
"previous": "Anterior",
|
||||||
|
"next": "Següent",
|
||||||
|
"last": "Darrer"
|
||||||
|
},
|
||||||
|
"aria": {
|
||||||
|
"sortAscending": ": Activa per ordenar la columna de manera ascendent",
|
||||||
|
"sortDescending": ": Activa per ordenar la columna de manera descendent"
|
||||||
|
},
|
||||||
|
"buttons": {
|
||||||
|
"print": "Imprimeix",
|
||||||
|
"copy": "Copia",
|
||||||
|
"colvis": "Columnes",
|
||||||
|
"copyTitle": "Copia al portapapers",
|
||||||
|
"copySuccess": {
|
||||||
|
"_": "%d files copiades",
|
||||||
|
"1": "1 fila copiada"
|
||||||
|
},
|
||||||
|
"pageLength": {
|
||||||
|
"-1": "Mostra totes les files",
|
||||||
|
"_": "Mostra %d files"
|
||||||
|
},
|
||||||
|
"pdf": "PDF",
|
||||||
|
"collection": "Col·lecció",
|
||||||
|
"colvisRestore": "Restaurar visibilitat",
|
||||||
|
"copyKeys": "Pressiona ctrl o poma + C per copiar les dades de la tabla al teu portapaper",
|
||||||
|
"csv": "CSV",
|
||||||
|
"excel": "Excel",
|
||||||
|
"createState": "Crear Estat",
|
||||||
|
"removeAllStates": "Borrar tots els Estats",
|
||||||
|
"removeState": "Borra",
|
||||||
|
"renameState": "Canviar nom",
|
||||||
|
"savedStates": "Estats gravats",
|
||||||
|
"stateRestore": "Restaura",
|
||||||
|
"updateState": "Actualitza"
|
||||||
|
},
|
||||||
|
"select": {
|
||||||
|
"rows": {
|
||||||
|
"_": "%d files seleccionades",
|
||||||
|
"1": "1 fila seleccionada"
|
||||||
|
},
|
||||||
|
"cells": {
|
||||||
|
"1": "1 fila seleccionada",
|
||||||
|
"_": "%d files seleccionades"
|
||||||
|
},
|
||||||
|
"columns": {
|
||||||
|
"1": "1 columna seleccionada",
|
||||||
|
"_": "%d columnes seleccionades"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"autoFill": {
|
||||||
|
"cancel": "Cancel·lar",
|
||||||
|
"fillHorizontal": "Omple les cel·les horitzontalment",
|
||||||
|
"fillVertical": "Omple les cel·les verticalment",
|
||||||
|
"fill": "Omple totes les cel·les amb <i>%d<\/i>"
|
||||||
|
},
|
||||||
|
"thousands": ".",
|
||||||
|
"datetime": {
|
||||||
|
"hours": "Hora",
|
||||||
|
"seconds": "Segons",
|
||||||
|
"unknown": "Desconegut",
|
||||||
|
"amPm": [
|
||||||
|
"am",
|
||||||
|
"pm"
|
||||||
|
],
|
||||||
|
"previous": "Anterior",
|
||||||
|
"next": "Següent",
|
||||||
|
"months": {
|
||||||
|
"11": "Desembre",
|
||||||
|
"10": "Novembre",
|
||||||
|
"9": "Octubre",
|
||||||
|
"7": "Agost",
|
||||||
|
"5": "Juny",
|
||||||
|
"4": "Maig",
|
||||||
|
"3": "Abril",
|
||||||
|
"2": "Març",
|
||||||
|
"1": "Febrer",
|
||||||
|
"0": "Gener",
|
||||||
|
"6": "Juliol",
|
||||||
|
"8": "Setembre"
|
||||||
|
},
|
||||||
|
"weekdays": {
|
||||||
|
"0": "Dg",
|
||||||
|
"2": "Dt",
|
||||||
|
"3": "Dc",
|
||||||
|
"4": "Dj",
|
||||||
|
"5": "Dv",
|
||||||
|
"6": "Ds",
|
||||||
|
"1": "Dl"
|
||||||
|
},
|
||||||
|
"minutes": "Minuts"
|
||||||
|
},
|
||||||
|
"editor": {
|
||||||
|
"close": "Tancar",
|
||||||
|
"create": {
|
||||||
|
"button": "Nou",
|
||||||
|
"title": "Crear nova entrada",
|
||||||
|
"submit": "Crear"
|
||||||
|
},
|
||||||
|
"edit": {
|
||||||
|
"button": "Editar",
|
||||||
|
"title": "Editar entrada",
|
||||||
|
"submit": "Actualitzar"
|
||||||
|
},
|
||||||
|
"remove": {
|
||||||
|
"button": "Eliminar",
|
||||||
|
"title": "Eliminar",
|
||||||
|
"submit": "Eliminar",
|
||||||
|
"confirm": {
|
||||||
|
"_": "Està segur de voler eliminar %d files?",
|
||||||
|
"1": "Està segur de voler elmiminar 1 fila?"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"error": {
|
||||||
|
"system": "Ha ocurregut un error de sistema (Més informació)"
|
||||||
|
},
|
||||||
|
"multi": {
|
||||||
|
"title": "Múltiples valors",
|
||||||
|
"restore": "Desfés el canvi",
|
||||||
|
"info": "El ítems seleccionats contenen diferents valors per aquesta entrada. Per editar i configurar tots els ítems per a aquesta entrada al mateix valor, prem o clica tabular aquí, sino, mantindran els seus valors individuals",
|
||||||
|
"noMulti": "Aquest camp pot ser editat individualment; però no com a part d'un grup"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"searchBuilder": {
|
||||||
|
"add": "Afegir condició",
|
||||||
|
"clearAll": "Eliminar tot",
|
||||||
|
"condition": "Condició",
|
||||||
|
"conditions": {
|
||||||
|
"date": {
|
||||||
|
"after": "Després",
|
||||||
|
"before": "Abans",
|
||||||
|
"between": "Entre",
|
||||||
|
"empty": "Buit",
|
||||||
|
"equals": "Iguals",
|
||||||
|
"not": "No",
|
||||||
|
"notBetween": "No entre",
|
||||||
|
"notEmpty": "No buit"
|
||||||
|
},
|
||||||
|
"number": {
|
||||||
|
"between": "Entre",
|
||||||
|
"empty": "Buit",
|
||||||
|
"equals": "Iguals",
|
||||||
|
"gt": "Major que",
|
||||||
|
"gte": "Mejor o igual a",
|
||||||
|
"lt": "Menor que",
|
||||||
|
"lte": "Menor o igual a",
|
||||||
|
"not": "No",
|
||||||
|
"notBetween": "No entre",
|
||||||
|
"notEmpty": "No buit"
|
||||||
|
},
|
||||||
|
"string": {
|
||||||
|
"contains": "Conté",
|
||||||
|
"empty": "Buit",
|
||||||
|
"endsWith": "Finalitza amb",
|
||||||
|
"equals": "Iguals",
|
||||||
|
"not": "No",
|
||||||
|
"notEmpty": "No buit",
|
||||||
|
"startsWith": "Comença amb",
|
||||||
|
"notEndsWith": "No acaba amb",
|
||||||
|
"notStartsWith": "No comença amb",
|
||||||
|
"notContains": "No inclou"
|
||||||
|
},
|
||||||
|
"array": {
|
||||||
|
"equals": "Iguals",
|
||||||
|
"empty": "Buit",
|
||||||
|
"contains": "Conté",
|
||||||
|
"not": "No",
|
||||||
|
"notEmpty": "No buit",
|
||||||
|
"without": "Sense"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"data": "Data",
|
||||||
|
"deleteTitle": "Esborrar regla de filtrat",
|
||||||
|
"leftTitle": "Criteri de desindentació",
|
||||||
|
"logicAnd": "I",
|
||||||
|
"logicOr": "O",
|
||||||
|
"rightTitle": "Criteri d'indentació",
|
||||||
|
"value": "Valor",
|
||||||
|
"title": {
|
||||||
|
"_": "Constructor de cerca (%d)",
|
||||||
|
"0": "Constructor de cerca"
|
||||||
|
},
|
||||||
|
"button": {
|
||||||
|
"_": "Constructor de cerca (%d)",
|
||||||
|
"0": "Constructor de cerca"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"searchPanes": {
|
||||||
|
"collapse": {
|
||||||
|
"0": "Panells de cerca",
|
||||||
|
"_": "Panells de cerca (%d)"
|
||||||
|
},
|
||||||
|
"count": "{total}",
|
||||||
|
"countFiltered": "{monstrat} ({total})",
|
||||||
|
"loadMessage": "Carregant panells de cerca",
|
||||||
|
"collapseMessage": "Colapsar Tot",
|
||||||
|
"clearMessage": "Esborrar tot",
|
||||||
|
"emptyPanes": "No hi ha panells de cerca",
|
||||||
|
"showMessage": "Mostrar-ho tot",
|
||||||
|
"title": "Filtres actius - %d"
|
||||||
|
},
|
||||||
|
"stateRestore": {
|
||||||
|
"removeSubmit": "Eliminar",
|
||||||
|
"removeJoiner": "i",
|
||||||
|
"removeError": "Error eliminant el registre",
|
||||||
|
"removeConfirm": "¿Segur que vol eliminar aquest %s?",
|
||||||
|
"emptyError": "El nom no pot estar buit",
|
||||||
|
"creationModal": {
|
||||||
|
"button": "Crear",
|
||||||
|
"columns": {
|
||||||
|
"search": "Cerca per columnes",
|
||||||
|
"visible": "Visibilitat de columnes"
|
||||||
|
},
|
||||||
|
"name": "Nom",
|
||||||
|
"order": "Ordenar",
|
||||||
|
"toggleLabel": "Inclou:",
|
||||||
|
"paging": "Paginació",
|
||||||
|
"scroller": "Posició Scroll",
|
||||||
|
"search": "Bñusqueda",
|
||||||
|
"searchBuilder": "Generador Búsquedes",
|
||||||
|
"title": "Crear nou Estat",
|
||||||
|
"select": "Sel·lecció"
|
||||||
|
},
|
||||||
|
"renameLabel": "Nou nom per %s",
|
||||||
|
"duplicateError": "Ja existeix un estat amb aquest nom",
|
||||||
|
"emptyStates": "No hi ha estats gravats",
|
||||||
|
"removeTitle": "Borrar Estat",
|
||||||
|
"renameButton": "Canviar nom",
|
||||||
|
"renameTitle": "Canviar nom"
|
||||||
|
},
|
||||||
|
"emptyTable": "No hi ha registres disponibles en aquesta taula"
|
||||||
|
};
|
@ -0,0 +1,41 @@
|
|||||||
|
(function( factory ) {
|
||||||
|
if ( typeof define === 'function' && define.amd ) {
|
||||||
|
// AMD
|
||||||
|
define( [], factory);
|
||||||
|
}
|
||||||
|
else if ( typeof exports === 'object' ) {
|
||||||
|
// CommonJS
|
||||||
|
module.exports = factory();
|
||||||
|
}
|
||||||
|
// No browser loader - use JSON, ESM, CJS or AMD
|
||||||
|
}
|
||||||
|
(function() {
|
||||||
|
return {
|
||||||
|
"aria": {
|
||||||
|
"sortAscending": ": attivà per trasceglie a culonna in ordine criscente",
|
||||||
|
"sortDescending": ": attivà per trasceglie a culonna in ordine scendente"
|
||||||
|
},
|
||||||
|
"emptyTable": "Nisunu datu dispunibule in u tavulone",
|
||||||
|
"info": "Visualisazione di l'elementu _START_ à _END_ nant'à _TOTAL_ elementi",
|
||||||
|
"infoEmpty": "Visualisazione di l'elementu 0 à 0 nant'à 0 elementu",
|
||||||
|
"infoFiltered": "staccià à partesi da _MAX_ elementi in tutale",
|
||||||
|
"infoThousands": ",",
|
||||||
|
"lengthMenu": "Mustrà _MENU_ elementi",
|
||||||
|
"loadingRecords": "Carcamentu...",
|
||||||
|
"paginate": {
|
||||||
|
"first": "Prima",
|
||||||
|
"last": "Ultimu",
|
||||||
|
"next": "Seguente",
|
||||||
|
"previous": "Precedente"
|
||||||
|
},
|
||||||
|
"processing": "Trattamentu...",
|
||||||
|
"search": "Circà :",
|
||||||
|
"select": {
|
||||||
|
"rows": {
|
||||||
|
"1": "1 linea selezziunata",
|
||||||
|
"_": "%d linee selezziunate"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"zeroRecords": "Nisunu elementu currispundente trovu"
|
||||||
|
};
|
||||||
|
}));
|
@ -0,0 +1,28 @@
|
|||||||
|
export default {
|
||||||
|
"aria": {
|
||||||
|
"sortAscending": ": attivà per trasceglie a culonna in ordine criscente",
|
||||||
|
"sortDescending": ": attivà per trasceglie a culonna in ordine scendente"
|
||||||
|
},
|
||||||
|
"emptyTable": "Nisunu datu dispunibule in u tavulone",
|
||||||
|
"info": "Visualisazione di l'elementu _START_ à _END_ nant'à _TOTAL_ elementi",
|
||||||
|
"infoEmpty": "Visualisazione di l'elementu 0 à 0 nant'à 0 elementu",
|
||||||
|
"infoFiltered": "staccià à partesi da _MAX_ elementi in tutale",
|
||||||
|
"infoThousands": ",",
|
||||||
|
"lengthMenu": "Mustrà _MENU_ elementi",
|
||||||
|
"loadingRecords": "Carcamentu...",
|
||||||
|
"paginate": {
|
||||||
|
"first": "Prima",
|
||||||
|
"last": "Ultimu",
|
||||||
|
"next": "Seguente",
|
||||||
|
"previous": "Precedente"
|
||||||
|
},
|
||||||
|
"processing": "Trattamentu...",
|
||||||
|
"search": "Circà :",
|
||||||
|
"select": {
|
||||||
|
"rows": {
|
||||||
|
"1": "1 linea selezziunata",
|
||||||
|
"_": "%d linee selezziunate"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"zeroRecords": "Nisunu elementu currispundente trovu"
|
||||||
|
};
|
@ -0,0 +1,260 @@
|
|||||||
|
(function( factory ) {
|
||||||
|
if ( typeof define === 'function' && define.amd ) {
|
||||||
|
// AMD
|
||||||
|
define( [], factory);
|
||||||
|
}
|
||||||
|
else if ( typeof exports === 'object' ) {
|
||||||
|
// CommonJS
|
||||||
|
module.exports = factory();
|
||||||
|
}
|
||||||
|
// No browser loader - use JSON, ESM, CJS or AMD
|
||||||
|
}
|
||||||
|
(function() {
|
||||||
|
return {
|
||||||
|
"emptyTable": "Tabulka neobsahuje žádná data",
|
||||||
|
"info": "Zobrazuji _START_ až _END_ z celkem _TOTAL_ záznamů",
|
||||||
|
"infoEmpty": "Zobrazuji 0 až 0 z 0 záznamů",
|
||||||
|
"infoFiltered": "(filtrováno z celkem _MAX_ záznamů)",
|
||||||
|
"loadingRecords": "Načítám...",
|
||||||
|
"zeroRecords": "Žádné záznamy nebyly nalezeny",
|
||||||
|
"paginate": {
|
||||||
|
"first": "První",
|
||||||
|
"last": "Poslední",
|
||||||
|
"next": "Další",
|
||||||
|
"previous": "Předchozí"
|
||||||
|
},
|
||||||
|
"searchBuilder": {
|
||||||
|
"add": "Přidat podmínku",
|
||||||
|
"clearAll": "Smazat vše",
|
||||||
|
"condition": "Podmínka",
|
||||||
|
"conditions": {
|
||||||
|
"date": {
|
||||||
|
"after": "po",
|
||||||
|
"before": "před",
|
||||||
|
"between": "mezi",
|
||||||
|
"empty": "prázdné",
|
||||||
|
"equals": "rovno",
|
||||||
|
"not": "není",
|
||||||
|
"notBetween": "není mezi",
|
||||||
|
"notEmpty": "není prázdné"
|
||||||
|
},
|
||||||
|
"number": {
|
||||||
|
"between": "mezi",
|
||||||
|
"empty": "prázdné",
|
||||||
|
"equals": "rovno",
|
||||||
|
"gt": "větší",
|
||||||
|
"gte": "rovno a větší",
|
||||||
|
"lt": "menší",
|
||||||
|
"lte": "rovno a menší",
|
||||||
|
"not": "není",
|
||||||
|
"notBetween": "není mezi",
|
||||||
|
"notEmpty": "není prázdné"
|
||||||
|
},
|
||||||
|
"string": {
|
||||||
|
"contains": "obsahuje",
|
||||||
|
"empty": "prázdné",
|
||||||
|
"endsWith": "končí na",
|
||||||
|
"equals": "rovno",
|
||||||
|
"not": "není",
|
||||||
|
"notEmpty": "není prázdné",
|
||||||
|
"startsWith": "začíná na",
|
||||||
|
"notContains": "Podmínka",
|
||||||
|
"notStartsWith": "Nezačíná",
|
||||||
|
"notEndsWith": "Nekončí"
|
||||||
|
},
|
||||||
|
"array": {
|
||||||
|
"equals": "rovno",
|
||||||
|
"empty": "prázdné",
|
||||||
|
"contains": "obsahuje",
|
||||||
|
"not": "není",
|
||||||
|
"notEmpty": "není prázdné",
|
||||||
|
"without": "neobsahuje"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"data": "Sloupec",
|
||||||
|
"logicAnd": "A",
|
||||||
|
"logicOr": "NEBO",
|
||||||
|
"title": {
|
||||||
|
"0": "Rozšířený filtr",
|
||||||
|
"_": "Rozšířený filtr (%d)"
|
||||||
|
},
|
||||||
|
"value": "Hodnota",
|
||||||
|
"button": {
|
||||||
|
"0": "Rozšířený filtr",
|
||||||
|
"_": "Rozšířený filtr (%d)"
|
||||||
|
},
|
||||||
|
"deleteTitle": "Smazat filtrovací pravidlo",
|
||||||
|
"leftTitle": "Zrušení odsazení podmínky",
|
||||||
|
"rightTitle": "Odsazení podmínky"
|
||||||
|
},
|
||||||
|
"autoFill": {
|
||||||
|
"cancel": "Zrušit",
|
||||||
|
"fill": "Vyplň všechny buňky textem <i>%d<i><\/i><\/i>",
|
||||||
|
"fillHorizontal": "Vyplň všechny buňky horizontálně",
|
||||||
|
"fillVertical": "Vyplň všechny buňky vertikálně",
|
||||||
|
"info": "Příklad automatického vyplňování"
|
||||||
|
},
|
||||||
|
"buttons": {
|
||||||
|
"collection": "Kolekce <span class=\"ui-button-icon-primary ui-icon ui-icon-triangle-1-s\"><\/span>",
|
||||||
|
"copy": "Kopírovat",
|
||||||
|
"copyTitle": "Kopírovat do schránky",
|
||||||
|
"csv": "CSV",
|
||||||
|
"excel": "Excel",
|
||||||
|
"pageLength": {
|
||||||
|
"-1": "Zobrazit všechny řádky",
|
||||||
|
"_": "Zobrazit %d řádků",
|
||||||
|
"1": "Zobraz 1 řádek"
|
||||||
|
},
|
||||||
|
"pdf": "PDF",
|
||||||
|
"print": "Tisknout",
|
||||||
|
"colvis": "Viditelnost sloupců",
|
||||||
|
"colvisRestore": "Resetovat sloupce",
|
||||||
|
"copyKeys": "Zmáčkněte ctrl or u2318 + C pro zkopírování dat. Pro zrušení klikněte na tuto zprávu nebo zmáčkněte esc..",
|
||||||
|
"copySuccess": {
|
||||||
|
"1": "Zkopírován 1 řádek do schránky",
|
||||||
|
"_": "Zkopírováno %d řádků do schránky"
|
||||||
|
},
|
||||||
|
"createState": "Vytvořit Stav",
|
||||||
|
"removeAllStates": "Vymazat všechny Stavy",
|
||||||
|
"removeState": "Odstranit",
|
||||||
|
"renameState": "Odstranit",
|
||||||
|
"savedStates": "Uložit Stavy",
|
||||||
|
"stateRestore": "Stav %d",
|
||||||
|
"updateState": "Aktualizovat"
|
||||||
|
},
|
||||||
|
"searchPanes": {
|
||||||
|
"clearMessage": "Smazat vše",
|
||||||
|
"collapse": {
|
||||||
|
"0": "Vyhledávací Panely",
|
||||||
|
"_": "Vyhledávací Panely (%d)"
|
||||||
|
},
|
||||||
|
"count": "{total}",
|
||||||
|
"countFiltered": "{shown} ({total})",
|
||||||
|
"emptyPanes": "Žádné Vyhledávací Panely",
|
||||||
|
"loadMessage": "Načítám Vyhledávací Panely",
|
||||||
|
"title": "Aktivních filtrů - %d",
|
||||||
|
"showMessage": "Zobrazit Vše",
|
||||||
|
"collapseMessage": "Sbalit Vše"
|
||||||
|
},
|
||||||
|
"select": {
|
||||||
|
"cells": {
|
||||||
|
"1": "Vybrán 1 záznam",
|
||||||
|
"_": "Vybráno %d záznamů"
|
||||||
|
},
|
||||||
|
"columns": {
|
||||||
|
"1": "Vybrán 1 sloupec",
|
||||||
|
"_": "Vybráno %d sloupců"
|
||||||
|
},
|
||||||
|
"rows": {
|
||||||
|
"1": "Vybrán 1 řádek",
|
||||||
|
"_": "Vybráno %d řádků"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"aria": {
|
||||||
|
"sortAscending": "Aktivujte pro seřazení vzestupně",
|
||||||
|
"sortDescending": "Aktivujte pro seřazení sestupně"
|
||||||
|
},
|
||||||
|
"lengthMenu": "Zobrazit _MENU_ výsledků",
|
||||||
|
"processing": "Zpracovávání...",
|
||||||
|
"search": "Vyhledávání:",
|
||||||
|
"datetime": {
|
||||||
|
"previous": "Předchozí",
|
||||||
|
"next": "Další",
|
||||||
|
"hours": "Hodiny",
|
||||||
|
"minutes": "Minuty",
|
||||||
|
"seconds": "Vteřiny",
|
||||||
|
"unknown": "-",
|
||||||
|
"amPm": [
|
||||||
|
"Dopoledne",
|
||||||
|
"Odpoledne"
|
||||||
|
],
|
||||||
|
"weekdays": [
|
||||||
|
"Po",
|
||||||
|
"Út",
|
||||||
|
"St",
|
||||||
|
"Čt",
|
||||||
|
"Pá",
|
||||||
|
"So",
|
||||||
|
"Ne"
|
||||||
|
],
|
||||||
|
"months": [
|
||||||
|
"Leden",
|
||||||
|
"Únor",
|
||||||
|
"Březen",
|
||||||
|
"Duben",
|
||||||
|
"Květen",
|
||||||
|
"Červen",
|
||||||
|
"Červenec",
|
||||||
|
"Srpen",
|
||||||
|
"Září",
|
||||||
|
"Říjen",
|
||||||
|
"Listopad",
|
||||||
|
"Prosinec"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"editor": {
|
||||||
|
"close": "Zavřít",
|
||||||
|
"create": {
|
||||||
|
"button": "Nový",
|
||||||
|
"title": "Nový záznam",
|
||||||
|
"submit": "Vytvořit"
|
||||||
|
},
|
||||||
|
"edit": {
|
||||||
|
"button": "Změnit",
|
||||||
|
"title": "Změnit záznam",
|
||||||
|
"submit": "Aktualizovat"
|
||||||
|
},
|
||||||
|
"remove": {
|
||||||
|
"button": "Vymazat",
|
||||||
|
"title": "Smazání",
|
||||||
|
"submit": "Vymazat",
|
||||||
|
"confirm": {
|
||||||
|
"_": "Opravdu chcete smazat tyto %d řádky?",
|
||||||
|
"1": "Opravdu chcete smazat tento 1 řádek?"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"multi": {
|
||||||
|
"title": "Mnohočetný výběr",
|
||||||
|
"restore": "Vrátit změny",
|
||||||
|
"noMulti": "Toto pole může být editováno individuálně, ale ne jako soušást skupiny.",
|
||||||
|
"info": "Vybrané položky obsahují různé hodnoty pro tento vstup. Chcete-li upravit a nastavit všechny položky tohoto vstupu na stejnou hodnotu, klikněte nebo klepněte sem, jinak si zachovají své individuální hodnoty."
|
||||||
|
},
|
||||||
|
"error": {
|
||||||
|
"system": "Došlo k systémové chybě (<a target=\"\\\" rel=\"nofollow\" href=\"\\\">Více informací<\/a>)."
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"infoThousands": " ",
|
||||||
|
"decimal": ",",
|
||||||
|
"thousands": " ",
|
||||||
|
"stateRestore": {
|
||||||
|
"creationModal": {
|
||||||
|
"button": "Vytvořit",
|
||||||
|
"columns": {
|
||||||
|
"search": "Vyhledávání v buňce",
|
||||||
|
"visible": "Viditelnost buňky"
|
||||||
|
},
|
||||||
|
"name": "Název:",
|
||||||
|
"order": "Řazení",
|
||||||
|
"paging": "Stránkování",
|
||||||
|
"scroller": "Pozice skrolování",
|
||||||
|
"select": "Výběr",
|
||||||
|
"title": "Vytvořit nový Stav",
|
||||||
|
"toggleLabel": "Zahrnout",
|
||||||
|
"search": "Filtrování",
|
||||||
|
"searchBuilder": "Rozšířené filtrování"
|
||||||
|
},
|
||||||
|
"duplicateError": "Stav s tímto názvem ji existuje.",
|
||||||
|
"emptyError": "Název nemůže být prázný.",
|
||||||
|
"emptyStates": "Žádné uložené stavy",
|
||||||
|
"removeConfirm": "Opravdu chcete odstranbit %s?",
|
||||||
|
"removeError": "Chyba při odstraňování stavu.",
|
||||||
|
"removeJoiner": "a",
|
||||||
|
"removeSubmit": "Odstranit",
|
||||||
|
"removeTitle": "Odstranit Stav",
|
||||||
|
"renameButton": "Vymazat",
|
||||||
|
"renameLabel": "Nové jméno pro %s:",
|
||||||
|
"renameTitle": "Přejmenování Stavu"
|
||||||
|
},
|
||||||
|
"searchPlaceholder": "Příklad zástupného prvku"
|
||||||
|
};
|
||||||
|
}));
|
@ -0,0 +1,247 @@
|
|||||||
|
export default {
|
||||||
|
"emptyTable": "Tabulka neobsahuje žádná data",
|
||||||
|
"info": "Zobrazuji _START_ až _END_ z celkem _TOTAL_ záznamů",
|
||||||
|
"infoEmpty": "Zobrazuji 0 až 0 z 0 záznamů",
|
||||||
|
"infoFiltered": "(filtrováno z celkem _MAX_ záznamů)",
|
||||||
|
"loadingRecords": "Načítám...",
|
||||||
|
"zeroRecords": "Žádné záznamy nebyly nalezeny",
|
||||||
|
"paginate": {
|
||||||
|
"first": "První",
|
||||||
|
"last": "Poslední",
|
||||||
|
"next": "Další",
|
||||||
|
"previous": "Předchozí"
|
||||||
|
},
|
||||||
|
"searchBuilder": {
|
||||||
|
"add": "Přidat podmínku",
|
||||||
|
"clearAll": "Smazat vše",
|
||||||
|
"condition": "Podmínka",
|
||||||
|
"conditions": {
|
||||||
|
"date": {
|
||||||
|
"after": "po",
|
||||||
|
"before": "před",
|
||||||
|
"between": "mezi",
|
||||||
|
"empty": "prázdné",
|
||||||
|
"equals": "rovno",
|
||||||
|
"not": "není",
|
||||||
|
"notBetween": "není mezi",
|
||||||
|
"notEmpty": "není prázdné"
|
||||||
|
},
|
||||||
|
"number": {
|
||||||
|
"between": "mezi",
|
||||||
|
"empty": "prázdné",
|
||||||
|
"equals": "rovno",
|
||||||
|
"gt": "větší",
|
||||||
|
"gte": "rovno a větší",
|
||||||
|
"lt": "menší",
|
||||||
|
"lte": "rovno a menší",
|
||||||
|
"not": "není",
|
||||||
|
"notBetween": "není mezi",
|
||||||
|
"notEmpty": "není prázdné"
|
||||||
|
},
|
||||||
|
"string": {
|
||||||
|
"contains": "obsahuje",
|
||||||
|
"empty": "prázdné",
|
||||||
|
"endsWith": "končí na",
|
||||||
|
"equals": "rovno",
|
||||||
|
"not": "není",
|
||||||
|
"notEmpty": "není prázdné",
|
||||||
|
"startsWith": "začíná na",
|
||||||
|
"notContains": "Podmínka",
|
||||||
|
"notStartsWith": "Nezačíná",
|
||||||
|
"notEndsWith": "Nekončí"
|
||||||
|
},
|
||||||
|
"array": {
|
||||||
|
"equals": "rovno",
|
||||||
|
"empty": "prázdné",
|
||||||
|
"contains": "obsahuje",
|
||||||
|
"not": "není",
|
||||||
|
"notEmpty": "není prázdné",
|
||||||
|
"without": "neobsahuje"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"data": "Sloupec",
|
||||||
|
"logicAnd": "A",
|
||||||
|
"logicOr": "NEBO",
|
||||||
|
"title": {
|
||||||
|
"0": "Rozšířený filtr",
|
||||||
|
"_": "Rozšířený filtr (%d)"
|
||||||
|
},
|
||||||
|
"value": "Hodnota",
|
||||||
|
"button": {
|
||||||
|
"0": "Rozšířený filtr",
|
||||||
|
"_": "Rozšířený filtr (%d)"
|
||||||
|
},
|
||||||
|
"deleteTitle": "Smazat filtrovací pravidlo",
|
||||||
|
"leftTitle": "Zrušení odsazení podmínky",
|
||||||
|
"rightTitle": "Odsazení podmínky"
|
||||||
|
},
|
||||||
|
"autoFill": {
|
||||||
|
"cancel": "Zrušit",
|
||||||
|
"fill": "Vyplň všechny buňky textem <i>%d<i><\/i><\/i>",
|
||||||
|
"fillHorizontal": "Vyplň všechny buňky horizontálně",
|
||||||
|
"fillVertical": "Vyplň všechny buňky vertikálně",
|
||||||
|
"info": "Příklad automatického vyplňování"
|
||||||
|
},
|
||||||
|
"buttons": {
|
||||||
|
"collection": "Kolekce <span class=\"ui-button-icon-primary ui-icon ui-icon-triangle-1-s\"><\/span>",
|
||||||
|
"copy": "Kopírovat",
|
||||||
|
"copyTitle": "Kopírovat do schránky",
|
||||||
|
"csv": "CSV",
|
||||||
|
"excel": "Excel",
|
||||||
|
"pageLength": {
|
||||||
|
"-1": "Zobrazit všechny řádky",
|
||||||
|
"_": "Zobrazit %d řádků",
|
||||||
|
"1": "Zobraz 1 řádek"
|
||||||
|
},
|
||||||
|
"pdf": "PDF",
|
||||||
|
"print": "Tisknout",
|
||||||
|
"colvis": "Viditelnost sloupců",
|
||||||
|
"colvisRestore": "Resetovat sloupce",
|
||||||
|
"copyKeys": "Zmáčkněte ctrl or u2318 + C pro zkopírování dat. Pro zrušení klikněte na tuto zprávu nebo zmáčkněte esc..",
|
||||||
|
"copySuccess": {
|
||||||
|
"1": "Zkopírován 1 řádek do schránky",
|
||||||
|
"_": "Zkopírováno %d řádků do schránky"
|
||||||
|
},
|
||||||
|
"createState": "Vytvořit Stav",
|
||||||
|
"removeAllStates": "Vymazat všechny Stavy",
|
||||||
|
"removeState": "Odstranit",
|
||||||
|
"renameState": "Odstranit",
|
||||||
|
"savedStates": "Uložit Stavy",
|
||||||
|
"stateRestore": "Stav %d",
|
||||||
|
"updateState": "Aktualizovat"
|
||||||
|
},
|
||||||
|
"searchPanes": {
|
||||||
|
"clearMessage": "Smazat vše",
|
||||||
|
"collapse": {
|
||||||
|
"0": "Vyhledávací Panely",
|
||||||
|
"_": "Vyhledávací Panely (%d)"
|
||||||
|
},
|
||||||
|
"count": "{total}",
|
||||||
|
"countFiltered": "{shown} ({total})",
|
||||||
|
"emptyPanes": "Žádné Vyhledávací Panely",
|
||||||
|
"loadMessage": "Načítám Vyhledávací Panely",
|
||||||
|
"title": "Aktivních filtrů - %d",
|
||||||
|
"showMessage": "Zobrazit Vše",
|
||||||
|
"collapseMessage": "Sbalit Vše"
|
||||||
|
},
|
||||||
|
"select": {
|
||||||
|
"cells": {
|
||||||
|
"1": "Vybrán 1 záznam",
|
||||||
|
"_": "Vybráno %d záznamů"
|
||||||
|
},
|
||||||
|
"columns": {
|
||||||
|
"1": "Vybrán 1 sloupec",
|
||||||
|
"_": "Vybráno %d sloupců"
|
||||||
|
},
|
||||||
|
"rows": {
|
||||||
|
"1": "Vybrán 1 řádek",
|
||||||
|
"_": "Vybráno %d řádků"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"aria": {
|
||||||
|
"sortAscending": "Aktivujte pro seřazení vzestupně",
|
||||||
|
"sortDescending": "Aktivujte pro seřazení sestupně"
|
||||||
|
},
|
||||||
|
"lengthMenu": "Zobrazit _MENU_ výsledků",
|
||||||
|
"processing": "Zpracovávání...",
|
||||||
|
"search": "Vyhledávání:",
|
||||||
|
"datetime": {
|
||||||
|
"previous": "Předchozí",
|
||||||
|
"next": "Další",
|
||||||
|
"hours": "Hodiny",
|
||||||
|
"minutes": "Minuty",
|
||||||
|
"seconds": "Vteřiny",
|
||||||
|
"unknown": "-",
|
||||||
|
"amPm": [
|
||||||
|
"Dopoledne",
|
||||||
|
"Odpoledne"
|
||||||
|
],
|
||||||
|
"weekdays": [
|
||||||
|
"Po",
|
||||||
|
"Út",
|
||||||
|
"St",
|
||||||
|
"Čt",
|
||||||
|
"Pá",
|
||||||
|
"So",
|
||||||
|
"Ne"
|
||||||
|
],
|
||||||
|
"months": [
|
||||||
|
"Leden",
|
||||||
|
"Únor",
|
||||||
|
"Březen",
|
||||||
|
"Duben",
|
||||||
|
"Květen",
|
||||||
|
"Červen",
|
||||||
|
"Červenec",
|
||||||
|
"Srpen",
|
||||||
|
"Září",
|
||||||
|
"Říjen",
|
||||||
|
"Listopad",
|
||||||
|
"Prosinec"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"editor": {
|
||||||
|
"close": "Zavřít",
|
||||||
|
"create": {
|
||||||
|
"button": "Nový",
|
||||||
|
"title": "Nový záznam",
|
||||||
|
"submit": "Vytvořit"
|
||||||
|
},
|
||||||
|
"edit": {
|
||||||
|
"button": "Změnit",
|
||||||
|
"title": "Změnit záznam",
|
||||||
|
"submit": "Aktualizovat"
|
||||||
|
},
|
||||||
|
"remove": {
|
||||||
|
"button": "Vymazat",
|
||||||
|
"title": "Smazání",
|
||||||
|
"submit": "Vymazat",
|
||||||
|
"confirm": {
|
||||||
|
"_": "Opravdu chcete smazat tyto %d řádky?",
|
||||||
|
"1": "Opravdu chcete smazat tento 1 řádek?"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"multi": {
|
||||||
|
"title": "Mnohočetný výběr",
|
||||||
|
"restore": "Vrátit změny",
|
||||||
|
"noMulti": "Toto pole může být editováno individuálně, ale ne jako soušást skupiny.",
|
||||||
|
"info": "Vybrané položky obsahují různé hodnoty pro tento vstup. Chcete-li upravit a nastavit všechny položky tohoto vstupu na stejnou hodnotu, klikněte nebo klepněte sem, jinak si zachovají své individuální hodnoty."
|
||||||
|
},
|
||||||
|
"error": {
|
||||||
|
"system": "Došlo k systémové chybě (<a target=\"\\\" rel=\"nofollow\" href=\"\\\">Více informací<\/a>)."
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"infoThousands": " ",
|
||||||
|
"decimal": ",",
|
||||||
|
"thousands": " ",
|
||||||
|
"stateRestore": {
|
||||||
|
"creationModal": {
|
||||||
|
"button": "Vytvořit",
|
||||||
|
"columns": {
|
||||||
|
"search": "Vyhledávání v buňce",
|
||||||
|
"visible": "Viditelnost buňky"
|
||||||
|
},
|
||||||
|
"name": "Název:",
|
||||||
|
"order": "Řazení",
|
||||||
|
"paging": "Stránkování",
|
||||||
|
"scroller": "Pozice skrolování",
|
||||||
|
"select": "Výběr",
|
||||||
|
"title": "Vytvořit nový Stav",
|
||||||
|
"toggleLabel": "Zahrnout",
|
||||||
|
"search": "Filtrování",
|
||||||
|
"searchBuilder": "Rozšířené filtrování"
|
||||||
|
},
|
||||||
|
"duplicateError": "Stav s tímto názvem ji existuje.",
|
||||||
|
"emptyError": "Název nemůže být prázný.",
|
||||||
|
"emptyStates": "Žádné uložené stavy",
|
||||||
|
"removeConfirm": "Opravdu chcete odstranbit %s?",
|
||||||
|
"removeError": "Chyba při odstraňování stavu.",
|
||||||
|
"removeJoiner": "a",
|
||||||
|
"removeSubmit": "Odstranit",
|
||||||
|
"removeTitle": "Odstranit Stav",
|
||||||
|
"renameButton": "Vymazat",
|
||||||
|
"renameLabel": "Nové jméno pro %s:",
|
||||||
|
"renameTitle": "Přejmenování Stavu"
|
||||||
|
},
|
||||||
|
"searchPlaceholder": "Příklad zástupného prvku"
|
||||||
|
};
|
@ -0,0 +1,35 @@
|
|||||||
|
(function( factory ) {
|
||||||
|
if ( typeof define === 'function' && define.amd ) {
|
||||||
|
// AMD
|
||||||
|
define( [], factory);
|
||||||
|
}
|
||||||
|
else if ( typeof exports === 'object' ) {
|
||||||
|
// CommonJS
|
||||||
|
module.exports = factory();
|
||||||
|
}
|
||||||
|
// No browser loader - use JSON, ESM, CJS or AMD
|
||||||
|
}
|
||||||
|
(function() {
|
||||||
|
return {
|
||||||
|
"emptyTable": "Dim data ar gael yn y tabl",
|
||||||
|
"info": "Dangos _START_ i _END_ o _TOTAL_ cofnod",
|
||||||
|
"infoEmpty": "Dangos 0 i 0 o 0 cofnod",
|
||||||
|
"infoFiltered": "(wedi hidlo o gyfanswm o _MAX_ cofnod)",
|
||||||
|
"infoThousands": ",",
|
||||||
|
"lengthMenu": "Dangos _MENU_ cofnod",
|
||||||
|
"loadingRecords": "Wrthi'n llwytho...",
|
||||||
|
"processing": "Wrthi'n prosesu...",
|
||||||
|
"search": "Chwilio:",
|
||||||
|
"zeroRecords": "Heb ddod o hyd i gofnodion sy'n cyfateb",
|
||||||
|
"paginate": {
|
||||||
|
"first": "Cyntaf",
|
||||||
|
"last": "Olaf",
|
||||||
|
"next": "Nesaf",
|
||||||
|
"previous": "Blaenorol"
|
||||||
|
},
|
||||||
|
"aria": {
|
||||||
|
"sortAscending": ": rhoi ar waith i drefnu colofnau o'r lleiaf i'r mwyaf",
|
||||||
|
"sortDescending": ": rhoi ar waith i drefnu colofnau o'r mwyaf i'r lleiaf"
|
||||||
|
}
|
||||||
|
};
|
||||||
|
}));
|
@ -0,0 +1,22 @@
|
|||||||
|
export default {
|
||||||
|
"emptyTable": "Dim data ar gael yn y tabl",
|
||||||
|
"info": "Dangos _START_ i _END_ o _TOTAL_ cofnod",
|
||||||
|
"infoEmpty": "Dangos 0 i 0 o 0 cofnod",
|
||||||
|
"infoFiltered": "(wedi hidlo o gyfanswm o _MAX_ cofnod)",
|
||||||
|
"infoThousands": ",",
|
||||||
|
"lengthMenu": "Dangos _MENU_ cofnod",
|
||||||
|
"loadingRecords": "Wrthi'n llwytho...",
|
||||||
|
"processing": "Wrthi'n prosesu...",
|
||||||
|
"search": "Chwilio:",
|
||||||
|
"zeroRecords": "Heb ddod o hyd i gofnodion sy'n cyfateb",
|
||||||
|
"paginate": {
|
||||||
|
"first": "Cyntaf",
|
||||||
|
"last": "Olaf",
|
||||||
|
"next": "Nesaf",
|
||||||
|
"previous": "Blaenorol"
|
||||||
|
},
|
||||||
|
"aria": {
|
||||||
|
"sortAscending": ": rhoi ar waith i drefnu colofnau o'r lleiaf i'r mwyaf",
|
||||||
|
"sortDescending": ": rhoi ar waith i drefnu colofnau o'r mwyaf i'r lleiaf"
|
||||||
|
}
|
||||||
|
};
|
@ -0,0 +1,224 @@
|
|||||||
|
(function( factory ) {
|
||||||
|
if ( typeof define === 'function' && define.amd ) {
|
||||||
|
// AMD
|
||||||
|
define( [], factory);
|
||||||
|
}
|
||||||
|
else if ( typeof exports === 'object' ) {
|
||||||
|
// CommonJS
|
||||||
|
module.exports = factory();
|
||||||
|
}
|
||||||
|
// No browser loader - use JSON, ESM, CJS or AMD
|
||||||
|
}
|
||||||
|
(function() {
|
||||||
|
return {
|
||||||
|
"processing": "Henter...",
|
||||||
|
"lengthMenu": "Vis _MENU_ linjer",
|
||||||
|
"zeroRecords": "Ingen linjer matcher søgningen",
|
||||||
|
"info": "Viser _START_ til _END_ af _TOTAL_ linjer",
|
||||||
|
"infoEmpty": "Viser 0 til 0 af 0 linjer",
|
||||||
|
"infoFiltered": "(filtreret fra _MAX_ linjer)",
|
||||||
|
"paginate": {
|
||||||
|
"previous": "Forrige",
|
||||||
|
"last": "Sidste",
|
||||||
|
"first": "Første",
|
||||||
|
"next": "Næste"
|
||||||
|
},
|
||||||
|
"aria": {
|
||||||
|
"sortAscending": "Stigende sortering",
|
||||||
|
"sortDescending": "Faldende sortering"
|
||||||
|
},
|
||||||
|
"autoFill": {
|
||||||
|
"fill": "Fyld alle celler med <i>%d<i><\/i><\/i>",
|
||||||
|
"fillHorizontal": "Fyld celler horisontalt",
|
||||||
|
"fillVertical": "Fyld celler vertikalt",
|
||||||
|
"cancel": "Annuller",
|
||||||
|
"info": "information"
|
||||||
|
},
|
||||||
|
"buttons": {
|
||||||
|
"copy": "Kopi",
|
||||||
|
"copyTitle": "Kopier til udklipsholder",
|
||||||
|
"csv": "CSV",
|
||||||
|
"excel": "Excel",
|
||||||
|
"pageLength": {
|
||||||
|
"-1": "Vis alle rækker",
|
||||||
|
"_": "Vis %d rækker",
|
||||||
|
"1": "Vis 1 række"
|
||||||
|
},
|
||||||
|
"pdf": "PDF",
|
||||||
|
"print": "Udskriv",
|
||||||
|
"collection": "Samling",
|
||||||
|
"colvis": "Kolonne synlighed",
|
||||||
|
"colvisRestore": "Gendan synlighed",
|
||||||
|
"copyKeys": "Tryk ctrl eller u2318 + C for at kopiere data til udklipsholder. For at fortryde, klik på denne besked eller tryk escape.",
|
||||||
|
"copySuccess": {
|
||||||
|
"1": "Kopieret en række til udklipsholder",
|
||||||
|
"_": "Kopieret %ds rækker til udklipsholder"
|
||||||
|
},
|
||||||
|
"createState": "Opret stat",
|
||||||
|
"removeAllStates": "Fjern alle stater",
|
||||||
|
"removeState": "Fjern",
|
||||||
|
"renameState": "Omdøb",
|
||||||
|
"savedStates": "Gemte stater",
|
||||||
|
"stateRestore": "Stat %d",
|
||||||
|
"updateState": "Opdatér"
|
||||||
|
},
|
||||||
|
"emptyTable": "Ingen data tilgængelige i tabellen",
|
||||||
|
"infoThousands": ".",
|
||||||
|
"select": {
|
||||||
|
"cells": {
|
||||||
|
"1": "1 celle valgt",
|
||||||
|
"_": "%d celler valgt"
|
||||||
|
},
|
||||||
|
"columns": {
|
||||||
|
"1": "1 kolonne valgt",
|
||||||
|
"_": "%d kolonner valgt"
|
||||||
|
},
|
||||||
|
"rows": {
|
||||||
|
"1": "1 række valgt",
|
||||||
|
"_": "%d rækker valgt"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"thousands": ".",
|
||||||
|
"decimal": ".",
|
||||||
|
"search": "Søg",
|
||||||
|
"searchPanes": {
|
||||||
|
"clearMessage": "Fjern alle",
|
||||||
|
"collapse": {
|
||||||
|
"0": "Søgepanel",
|
||||||
|
"_": "Søgepanel (%d)"
|
||||||
|
},
|
||||||
|
"emptyPanes": "Ingen søgepaneler",
|
||||||
|
"loadMessage": "Henter søgepaneler",
|
||||||
|
"title": "Filter aktive - %d",
|
||||||
|
"count": "Antal",
|
||||||
|
"countFiltered": "Filtreret antal"
|
||||||
|
},
|
||||||
|
"datetime": {
|
||||||
|
"previous": "Forrige",
|
||||||
|
"next": "Næste",
|
||||||
|
"hours": "Timer",
|
||||||
|
"minutes": "Minutter",
|
||||||
|
"seconds": "Sekunder",
|
||||||
|
"unknown": "-",
|
||||||
|
"weekdays": {
|
||||||
|
"0": "Søn",
|
||||||
|
"1": "Man",
|
||||||
|
"3": "Ons",
|
||||||
|
"5": "Fre",
|
||||||
|
"6": "Lør",
|
||||||
|
"2": "Tir",
|
||||||
|
"4": "Tor"
|
||||||
|
},
|
||||||
|
"months": {
|
||||||
|
"0": "Januar",
|
||||||
|
"2": "Marts",
|
||||||
|
"3": "April",
|
||||||
|
"4": "Maj",
|
||||||
|
"5": "Juni",
|
||||||
|
"6": "Juli",
|
||||||
|
"7": "August",
|
||||||
|
"8": "September",
|
||||||
|
"9": "Oktober",
|
||||||
|
"10": "November",
|
||||||
|
"11": "December",
|
||||||
|
"1": "Febuar"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"editor": {
|
||||||
|
"close": "Luk",
|
||||||
|
"create": {
|
||||||
|
"title": "Opret ny række",
|
||||||
|
"submit": "Opret",
|
||||||
|
"button": "Opret"
|
||||||
|
},
|
||||||
|
"edit": {
|
||||||
|
"button": "Ret",
|
||||||
|
"title": "Ret række",
|
||||||
|
"submit": "Opdater"
|
||||||
|
},
|
||||||
|
"remove": {
|
||||||
|
"button": "Slet",
|
||||||
|
"title": "Slet",
|
||||||
|
"submit": "Slet",
|
||||||
|
"confirm": {
|
||||||
|
"_": "Er du sikker på, at du vil slette %d rækker?",
|
||||||
|
"1": "Er du sikker på, at du vil slette 1 række?"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"error": {
|
||||||
|
"system": "En systemfejl er opstået (Mere information)"
|
||||||
|
},
|
||||||
|
"multi": {
|
||||||
|
"title": "Flere værdier",
|
||||||
|
"restore": "Fortryd ændringer",
|
||||||
|
"info": "De valgte elementer indeholder flere værdier for dette felt. For at rette valgte til samme værdi klik eller tab her. Hvis feltet ikke berørs beholder felterne deres værdi",
|
||||||
|
"noMulti": "Dette felt kan ikke blive masse redigeret"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"loadingRecords": "Henter...",
|
||||||
|
"searchBuilder": {
|
||||||
|
"add": "Tilføj betingelse",
|
||||||
|
"button": {
|
||||||
|
"0": "Søg",
|
||||||
|
"_": "Søg (%d)"
|
||||||
|
},
|
||||||
|
"clearAll": "Nulstil",
|
||||||
|
"condition": "Betingelse",
|
||||||
|
"conditions": {
|
||||||
|
"date": {
|
||||||
|
"after": "Efter",
|
||||||
|
"before": "Før",
|
||||||
|
"between": "Mellem",
|
||||||
|
"empty": "Tom",
|
||||||
|
"equals": "Lig med",
|
||||||
|
"not": "Ikke",
|
||||||
|
"notBetween": "Ikke mellem",
|
||||||
|
"notEmpty": "Ikke tom"
|
||||||
|
},
|
||||||
|
"number": {
|
||||||
|
"between": "Mellem",
|
||||||
|
"empty": "Tom",
|
||||||
|
"equals": "Lig med",
|
||||||
|
"gt": "Større end",
|
||||||
|
"lt": "Mindre end",
|
||||||
|
"lte": "Mindre end eller lig med",
|
||||||
|
"not": "Ikke",
|
||||||
|
"notBetween": "Ikke mellem",
|
||||||
|
"notEmpty": "Ikke tom",
|
||||||
|
"gte": "Større end eller lig med"
|
||||||
|
},
|
||||||
|
"string": {
|
||||||
|
"contains": "Indeholder",
|
||||||
|
"empty": "Tom",
|
||||||
|
"endsWith": "Slutter med",
|
||||||
|
"equals": "Lig med",
|
||||||
|
"not": "Ikke",
|
||||||
|
"notEmpty": "Ikke tom",
|
||||||
|
"startsWith": "Starter med",
|
||||||
|
"notContains": "Indeholder ikke",
|
||||||
|
"notStartsWith": "Starter ikke med",
|
||||||
|
"notEndsWith": "Ender ikke med"
|
||||||
|
},
|
||||||
|
"array": {
|
||||||
|
"equals": "Lig med",
|
||||||
|
"empty": "Tom",
|
||||||
|
"contains": "Indeholder",
|
||||||
|
"not": "Ikke",
|
||||||
|
"notEmpty": "Ikke tom",
|
||||||
|
"without": "Indeholder ikke"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"data": "Data",
|
||||||
|
"deleteTitle": "Slet filtrerings regel",
|
||||||
|
"logicAnd": "Og",
|
||||||
|
"logicOr": "Eller",
|
||||||
|
"value": "Værdi",
|
||||||
|
"title": {
|
||||||
|
"_": "Brugerdefineret filtrering",
|
||||||
|
"0": "Søge bygger"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"infoPostFix": " ",
|
||||||
|
"searchPlaceholder": "søg.."
|
||||||
|
};
|
||||||
|
}));
|
@ -0,0 +1,211 @@
|
|||||||
|
export default {
|
||||||
|
"processing": "Henter...",
|
||||||
|
"lengthMenu": "Vis _MENU_ linjer",
|
||||||
|
"zeroRecords": "Ingen linjer matcher søgningen",
|
||||||
|
"info": "Viser _START_ til _END_ af _TOTAL_ linjer",
|
||||||
|
"infoEmpty": "Viser 0 til 0 af 0 linjer",
|
||||||
|
"infoFiltered": "(filtreret fra _MAX_ linjer)",
|
||||||
|
"paginate": {
|
||||||
|
"previous": "Forrige",
|
||||||
|
"last": "Sidste",
|
||||||
|
"first": "Første",
|
||||||
|
"next": "Næste"
|
||||||
|
},
|
||||||
|
"aria": {
|
||||||
|
"sortAscending": "Stigende sortering",
|
||||||
|
"sortDescending": "Faldende sortering"
|
||||||
|
},
|
||||||
|
"autoFill": {
|
||||||
|
"fill": "Fyld alle celler med <i>%d<i><\/i><\/i>",
|
||||||
|
"fillHorizontal": "Fyld celler horisontalt",
|
||||||
|
"fillVertical": "Fyld celler vertikalt",
|
||||||
|
"cancel": "Annuller",
|
||||||
|
"info": "information"
|
||||||
|
},
|
||||||
|
"buttons": {
|
||||||
|
"copy": "Kopi",
|
||||||
|
"copyTitle": "Kopier til udklipsholder",
|
||||||
|
"csv": "CSV",
|
||||||
|
"excel": "Excel",
|
||||||
|
"pageLength": {
|
||||||
|
"-1": "Vis alle rækker",
|
||||||
|
"_": "Vis %d rækker",
|
||||||
|
"1": "Vis 1 række"
|
||||||
|
},
|
||||||
|
"pdf": "PDF",
|
||||||
|
"print": "Udskriv",
|
||||||
|
"collection": "Samling",
|
||||||
|
"colvis": "Kolonne synlighed",
|
||||||
|
"colvisRestore": "Gendan synlighed",
|
||||||
|
"copyKeys": "Tryk ctrl eller u2318 + C for at kopiere data til udklipsholder. For at fortryde, klik på denne besked eller tryk escape.",
|
||||||
|
"copySuccess": {
|
||||||
|
"1": "Kopieret en række til udklipsholder",
|
||||||
|
"_": "Kopieret %ds rækker til udklipsholder"
|
||||||
|
},
|
||||||
|
"createState": "Opret stat",
|
||||||
|
"removeAllStates": "Fjern alle stater",
|
||||||
|
"removeState": "Fjern",
|
||||||
|
"renameState": "Omdøb",
|
||||||
|
"savedStates": "Gemte stater",
|
||||||
|
"stateRestore": "Stat %d",
|
||||||
|
"updateState": "Opdatér"
|
||||||
|
},
|
||||||
|
"emptyTable": "Ingen data tilgængelige i tabellen",
|
||||||
|
"infoThousands": ".",
|
||||||
|
"select": {
|
||||||
|
"cells": {
|
||||||
|
"1": "1 celle valgt",
|
||||||
|
"_": "%d celler valgt"
|
||||||
|
},
|
||||||
|
"columns": {
|
||||||
|
"1": "1 kolonne valgt",
|
||||||
|
"_": "%d kolonner valgt"
|
||||||
|
},
|
||||||
|
"rows": {
|
||||||
|
"1": "1 række valgt",
|
||||||
|
"_": "%d rækker valgt"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"thousands": ".",
|
||||||
|
"decimal": ".",
|
||||||
|
"search": "Søg",
|
||||||
|
"searchPanes": {
|
||||||
|
"clearMessage": "Fjern alle",
|
||||||
|
"collapse": {
|
||||||
|
"0": "Søgepanel",
|
||||||
|
"_": "Søgepanel (%d)"
|
||||||
|
},
|
||||||
|
"emptyPanes": "Ingen søgepaneler",
|
||||||
|
"loadMessage": "Henter søgepaneler",
|
||||||
|
"title": "Filter aktive - %d",
|
||||||
|
"count": "Antal",
|
||||||
|
"countFiltered": "Filtreret antal"
|
||||||
|
},
|
||||||
|
"datetime": {
|
||||||
|
"previous": "Forrige",
|
||||||
|
"next": "Næste",
|
||||||
|
"hours": "Timer",
|
||||||
|
"minutes": "Minutter",
|
||||||
|
"seconds": "Sekunder",
|
||||||
|
"unknown": "-",
|
||||||
|
"weekdays": {
|
||||||
|
"0": "Søn",
|
||||||
|
"1": "Man",
|
||||||
|
"3": "Ons",
|
||||||
|
"5": "Fre",
|
||||||
|
"6": "Lør",
|
||||||
|
"2": "Tir",
|
||||||
|
"4": "Tor"
|
||||||
|
},
|
||||||
|
"months": {
|
||||||
|
"0": "Januar",
|
||||||
|
"2": "Marts",
|
||||||
|
"3": "April",
|
||||||
|
"4": "Maj",
|
||||||
|
"5": "Juni",
|
||||||
|
"6": "Juli",
|
||||||
|
"7": "August",
|
||||||
|
"8": "September",
|
||||||
|
"9": "Oktober",
|
||||||
|
"10": "November",
|
||||||
|
"11": "December",
|
||||||
|
"1": "Febuar"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"editor": {
|
||||||
|
"close": "Luk",
|
||||||
|
"create": {
|
||||||
|
"title": "Opret ny række",
|
||||||
|
"submit": "Opret",
|
||||||
|
"button": "Opret"
|
||||||
|
},
|
||||||
|
"edit": {
|
||||||
|
"button": "Ret",
|
||||||
|
"title": "Ret række",
|
||||||
|
"submit": "Opdater"
|
||||||
|
},
|
||||||
|
"remove": {
|
||||||
|
"button": "Slet",
|
||||||
|
"title": "Slet",
|
||||||
|
"submit": "Slet",
|
||||||
|
"confirm": {
|
||||||
|
"_": "Er du sikker på, at du vil slette %d rækker?",
|
||||||
|
"1": "Er du sikker på, at du vil slette 1 række?"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"error": {
|
||||||
|
"system": "En systemfejl er opstået (Mere information)"
|
||||||
|
},
|
||||||
|
"multi": {
|
||||||
|
"title": "Flere værdier",
|
||||||
|
"restore": "Fortryd ændringer",
|
||||||
|
"info": "De valgte elementer indeholder flere værdier for dette felt. For at rette valgte til samme værdi klik eller tab her. Hvis feltet ikke berørs beholder felterne deres værdi",
|
||||||
|
"noMulti": "Dette felt kan ikke blive masse redigeret"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"loadingRecords": "Henter...",
|
||||||
|
"searchBuilder": {
|
||||||
|
"add": "Tilføj betingelse",
|
||||||
|
"button": {
|
||||||
|
"0": "Søg",
|
||||||
|
"_": "Søg (%d)"
|
||||||
|
},
|
||||||
|
"clearAll": "Nulstil",
|
||||||
|
"condition": "Betingelse",
|
||||||
|
"conditions": {
|
||||||
|
"date": {
|
||||||
|
"after": "Efter",
|
||||||
|
"before": "Før",
|
||||||
|
"between": "Mellem",
|
||||||
|
"empty": "Tom",
|
||||||
|
"equals": "Lig med",
|
||||||
|
"not": "Ikke",
|
||||||
|
"notBetween": "Ikke mellem",
|
||||||
|
"notEmpty": "Ikke tom"
|
||||||
|
},
|
||||||
|
"number": {
|
||||||
|
"between": "Mellem",
|
||||||
|
"empty": "Tom",
|
||||||
|
"equals": "Lig med",
|
||||||
|
"gt": "Større end",
|
||||||
|
"lt": "Mindre end",
|
||||||
|
"lte": "Mindre end eller lig med",
|
||||||
|
"not": "Ikke",
|
||||||
|
"notBetween": "Ikke mellem",
|
||||||
|
"notEmpty": "Ikke tom",
|
||||||
|
"gte": "Større end eller lig med"
|
||||||
|
},
|
||||||
|
"string": {
|
||||||
|
"contains": "Indeholder",
|
||||||
|
"empty": "Tom",
|
||||||
|
"endsWith": "Slutter med",
|
||||||
|
"equals": "Lig med",
|
||||||
|
"not": "Ikke",
|
||||||
|
"notEmpty": "Ikke tom",
|
||||||
|
"startsWith": "Starter med",
|
||||||
|
"notContains": "Indeholder ikke",
|
||||||
|
"notStartsWith": "Starter ikke med",
|
||||||
|
"notEndsWith": "Ender ikke med"
|
||||||
|
},
|
||||||
|
"array": {
|
||||||
|
"equals": "Lig med",
|
||||||
|
"empty": "Tom",
|
||||||
|
"contains": "Indeholder",
|
||||||
|
"not": "Ikke",
|
||||||
|
"notEmpty": "Ikke tom",
|
||||||
|
"without": "Indeholder ikke"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"data": "Data",
|
||||||
|
"deleteTitle": "Slet filtrerings regel",
|
||||||
|
"logicAnd": "Og",
|
||||||
|
"logicOr": "Eller",
|
||||||
|
"value": "Værdi",
|
||||||
|
"title": {
|
||||||
|
"_": "Brugerdefineret filtrering",
|
||||||
|
"0": "Søge bygger"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"infoPostFix": " ",
|
||||||
|
"searchPlaceholder": "søg.."
|
||||||
|
};
|
@ -0,0 +1,256 @@
|
|||||||
|
(function( factory ) {
|
||||||
|
if ( typeof define === 'function' && define.amd ) {
|
||||||
|
// AMD
|
||||||
|
define( [], factory);
|
||||||
|
}
|
||||||
|
else if ( typeof exports === 'object' ) {
|
||||||
|
// CommonJS
|
||||||
|
module.exports = factory();
|
||||||
|
}
|
||||||
|
// No browser loader - use JSON, ESM, CJS or AMD
|
||||||
|
}
|
||||||
|
(function() {
|
||||||
|
return {
|
||||||
|
"emptyTable": "Keine Daten in der Tabelle vorhanden",
|
||||||
|
"info": "_START_ bis _END_ von _TOTAL_ Einträgen",
|
||||||
|
"infoEmpty": "Keine Daten vorhanden",
|
||||||
|
"infoFiltered": "(gefiltert von _MAX_ Einträgen)",
|
||||||
|
"infoThousands": ".",
|
||||||
|
"loadingRecords": "Wird geladen ..",
|
||||||
|
"processing": "Bitte warten ..",
|
||||||
|
"paginate": {
|
||||||
|
"first": "Erste",
|
||||||
|
"next": "Nächste",
|
||||||
|
"last": "Letzte",
|
||||||
|
"previous": "Vorherige"
|
||||||
|
},
|
||||||
|
"aria": {
|
||||||
|
"sortAscending": ": aktivieren, um Spalte aufsteigend zu sortieren",
|
||||||
|
"sortDescending": ": aktivieren, um Spalte absteigend zu sortieren"
|
||||||
|
},
|
||||||
|
"select": {
|
||||||
|
"rows": {
|
||||||
|
"_": "%d Zeilen ausgewählt",
|
||||||
|
"1": "1 Zeile ausgewählt"
|
||||||
|
},
|
||||||
|
"cells": {
|
||||||
|
"1": "1 Zelle ausgewählt",
|
||||||
|
"_": "%d Zellen ausgewählt"
|
||||||
|
},
|
||||||
|
"columns": {
|
||||||
|
"1": "1 Spalte ausgewählt",
|
||||||
|
"_": "%d Spalten ausgewählt"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"buttons": {
|
||||||
|
"print": "Drucken",
|
||||||
|
"copy": "Kopieren",
|
||||||
|
"copyTitle": "In Zwischenablage kopieren",
|
||||||
|
"copySuccess": {
|
||||||
|
"_": "%d Zeilen kopiert",
|
||||||
|
"1": "1 Zeile kopiert"
|
||||||
|
},
|
||||||
|
"collection": "Aktionen <span class=\"ui-button-icon-primary ui-icon ui-icon-triangle-1-s\"><\/span>",
|
||||||
|
"colvis": "Spaltensichtbarkeit",
|
||||||
|
"colvisRestore": "Sichtbarkeit wiederherstellen",
|
||||||
|
"csv": "CSV",
|
||||||
|
"excel": "Excel",
|
||||||
|
"pageLength": {
|
||||||
|
"-1": "Alle Zeilen anzeigen",
|
||||||
|
"1": "Zeige 1 Zeile",
|
||||||
|
"_": "Zeige %d Zeilen"
|
||||||
|
},
|
||||||
|
"pdf": "PDF",
|
||||||
|
"createState": "Ansicht erstellen",
|
||||||
|
"removeAllStates": "Alle Ansichten entfernen",
|
||||||
|
"removeState": "Entfernen",
|
||||||
|
"renameState": "Umbenennen",
|
||||||
|
"savedStates": "Gespeicherte Ansicht",
|
||||||
|
"stateRestore": "Ansicht %d",
|
||||||
|
"updateState": "Aktualisieren",
|
||||||
|
"copyKeys": "Drücken Sie die Taste <i>STRG<\/i> oder <i>⌘<\/i> + <i>C<\/i> um die Tabelle<br \/>in den Zwischenspeicher zu kopieren.<br \/><br \/>Um den Vorgang abzubrechen, klicken Sie die Nachricht an oder drücken Sie die Escape-Taste."
|
||||||
|
},
|
||||||
|
"autoFill": {
|
||||||
|
"cancel": "Abbrechen",
|
||||||
|
"fill": "Alle Zellen mit <i>%d<i> füllen<\/i><\/i>",
|
||||||
|
"fillHorizontal": "Alle horizontalen Zellen füllen",
|
||||||
|
"fillVertical": "Alle vertikalen Zellen füllen",
|
||||||
|
"info": "Automatische Vervollständigung"
|
||||||
|
},
|
||||||
|
"decimal": ",",
|
||||||
|
"search": "Suche:",
|
||||||
|
"searchBuilder": {
|
||||||
|
"add": "Bedingung hinzufügen",
|
||||||
|
"button": {
|
||||||
|
"0": "Such-Baukasten",
|
||||||
|
"_": "Such-Baukasten (%d)"
|
||||||
|
},
|
||||||
|
"condition": "Bedingung",
|
||||||
|
"conditions": {
|
||||||
|
"date": {
|
||||||
|
"after": "Nach",
|
||||||
|
"before": "Vor",
|
||||||
|
"between": "Zwischen",
|
||||||
|
"empty": "Leer",
|
||||||
|
"not": "Nicht",
|
||||||
|
"notBetween": "Nicht zwischen",
|
||||||
|
"notEmpty": "Nicht leer",
|
||||||
|
"equals": "Gleich"
|
||||||
|
},
|
||||||
|
"number": {
|
||||||
|
"between": "Zwischen",
|
||||||
|
"empty": "Leer",
|
||||||
|
"equals": "Entspricht",
|
||||||
|
"gt": "Größer als",
|
||||||
|
"gte": "Größer als oder gleich",
|
||||||
|
"lt": "Kleiner als",
|
||||||
|
"lte": "Kleiner als oder gleich",
|
||||||
|
"not": "Nicht",
|
||||||
|
"notBetween": "Nicht zwischen",
|
||||||
|
"notEmpty": "Nicht leer"
|
||||||
|
},
|
||||||
|
"string": {
|
||||||
|
"contains": "Beinhaltet",
|
||||||
|
"empty": "Leer",
|
||||||
|
"endsWith": "Endet mit",
|
||||||
|
"equals": "Entspricht",
|
||||||
|
"not": "Nicht",
|
||||||
|
"notEmpty": "Nicht leer",
|
||||||
|
"startsWith": "Startet mit",
|
||||||
|
"notContains": "enthält nicht",
|
||||||
|
"notStartsWith": "startet nicht mit",
|
||||||
|
"notEndsWith": "endet nicht mit"
|
||||||
|
},
|
||||||
|
"array": {
|
||||||
|
"equals": "ist gleich",
|
||||||
|
"empty": "ist leer",
|
||||||
|
"contains": "enthält",
|
||||||
|
"not": "ist ungleich",
|
||||||
|
"notEmpty": "ist nicht leer",
|
||||||
|
"without": "aber nicht"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"data": "Daten",
|
||||||
|
"deleteTitle": "Filterregel entfernen",
|
||||||
|
"leftTitle": "Äußere Kriterien",
|
||||||
|
"rightTitle": "Innere Kriterien",
|
||||||
|
"title": {
|
||||||
|
"0": "Such-Baukasten",
|
||||||
|
"_": "Such-Baukasten (%d)"
|
||||||
|
},
|
||||||
|
"value": "Wert",
|
||||||
|
"clearAll": "Alle entfernen",
|
||||||
|
"logicAnd": "Und",
|
||||||
|
"logicOr": "Oder"
|
||||||
|
},
|
||||||
|
"searchPanes": {
|
||||||
|
"clearMessage": "Leeren",
|
||||||
|
"collapse": {
|
||||||
|
"0": "Suchmasken",
|
||||||
|
"_": "Suchmasken (%d)"
|
||||||
|
},
|
||||||
|
"countFiltered": "{shown} ({total})",
|
||||||
|
"emptyPanes": "Keine Suchmasken",
|
||||||
|
"title": "Aktive Filter: %d",
|
||||||
|
"showMessage": "zeige Alle",
|
||||||
|
"collapseMessage": "Alle einklappen",
|
||||||
|
"count": "{total}",
|
||||||
|
"loadMessage": "Lade Suchmasken..."
|
||||||
|
},
|
||||||
|
"thousands": ".",
|
||||||
|
"zeroRecords": "Keine passenden Einträge gefunden",
|
||||||
|
"lengthMenu": "_MENU_ Zeilen anzeigen",
|
||||||
|
"datetime": {
|
||||||
|
"previous": "Vorher",
|
||||||
|
"next": "Nachher",
|
||||||
|
"hours": "Stunden",
|
||||||
|
"minutes": "Minuten",
|
||||||
|
"seconds": "Sekunden",
|
||||||
|
"unknown": "Unbekannt",
|
||||||
|
"weekdays": [
|
||||||
|
"Sonntag",
|
||||||
|
"Montag",
|
||||||
|
"Dienstag",
|
||||||
|
"Mittwoch",
|
||||||
|
"Donnerstag",
|
||||||
|
"Freitag",
|
||||||
|
"Samstag"
|
||||||
|
],
|
||||||
|
"months": [
|
||||||
|
"Januar",
|
||||||
|
"Februar",
|
||||||
|
"März",
|
||||||
|
"April",
|
||||||
|
"Mai",
|
||||||
|
"Juni",
|
||||||
|
"Juli",
|
||||||
|
"August",
|
||||||
|
"September",
|
||||||
|
"Oktober",
|
||||||
|
"November",
|
||||||
|
"Dezember"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"editor": {
|
||||||
|
"close": "Schließen",
|
||||||
|
"create": {
|
||||||
|
"button": "Neu",
|
||||||
|
"title": "Neuen Eintrag erstellen",
|
||||||
|
"submit": "Erstellen"
|
||||||
|
},
|
||||||
|
"remove": {
|
||||||
|
"confirm": {
|
||||||
|
"_": "Sollen %d Zeilen gelöscht werden?",
|
||||||
|
"1": "Soll diese Zeile gelöscht werden?"
|
||||||
|
},
|
||||||
|
"button": "Entfernen",
|
||||||
|
"title": "Entfernen",
|
||||||
|
"submit": "Entfernen"
|
||||||
|
},
|
||||||
|
"error": {
|
||||||
|
"system": "Ein Systemfehler ist aufgetreten"
|
||||||
|
},
|
||||||
|
"multi": {
|
||||||
|
"title": "Mehrere Werte",
|
||||||
|
"info": "Die ausgewählten Elemente enthalten mehrere Werte für dieses Feld. Um alle Elemente für dieses Feld zu bearbeiten und auf denselben Wert zu setzen, klicken oder tippen Sie hier, andernfalls behalten diese ihre individuellen Werte bei.",
|
||||||
|
"restore": "Änderungen zurücksetzen",
|
||||||
|
"noMulti": "Dieses Feld kann nur einzeln bearbeitet werden, nicht als Teil einer Mengen-Änderung."
|
||||||
|
},
|
||||||
|
"edit": {
|
||||||
|
"button": "Bearbeiten",
|
||||||
|
"title": "Eintrag bearbeiten",
|
||||||
|
"submit": "Bearbeiten"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"searchPlaceholder": "Suchen...",
|
||||||
|
"stateRestore": {
|
||||||
|
"creationModal": {
|
||||||
|
"button": "Erstellen",
|
||||||
|
"columns": {
|
||||||
|
"search": "Spalten Suche",
|
||||||
|
"visible": "Spalten Sichtbarkeit"
|
||||||
|
},
|
||||||
|
"name": "Name:",
|
||||||
|
"order": "Sortieren",
|
||||||
|
"paging": "Seiten",
|
||||||
|
"scroller": "Scroll Position",
|
||||||
|
"search": "Suche",
|
||||||
|
"searchBuilder": "Such-Baukasten",
|
||||||
|
"select": "Auswahl",
|
||||||
|
"title": "Neue Ansicht erstellen",
|
||||||
|
"toggleLabel": "Inkludiert:"
|
||||||
|
},
|
||||||
|
"duplicateError": "Eine Ansicht mit diesem Namen existiert bereits.",
|
||||||
|
"emptyError": "Name darf nicht leer sein.",
|
||||||
|
"emptyStates": "Keine gespeicherten Ansichten",
|
||||||
|
"removeConfirm": "Bist du dir sicher, dass du %s entfernen möchtest?",
|
||||||
|
"removeError": "Entfernen der Ansicht fehlgeschlagen.",
|
||||||
|
"removeJoiner": " und ",
|
||||||
|
"removeSubmit": "Entfernen",
|
||||||
|
"removeTitle": "Ansicht entfernen",
|
||||||
|
"renameButton": "Umbenennen",
|
||||||
|
"renameLabel": "Neuer Name für %s:",
|
||||||
|
"renameTitle": "Ansicht umbenennen"
|
||||||
|
}
|
||||||
|
};
|
||||||
|
}));
|
@ -0,0 +1,243 @@
|
|||||||
|
export default {
|
||||||
|
"emptyTable": "Keine Daten in der Tabelle vorhanden",
|
||||||
|
"info": "_START_ bis _END_ von _TOTAL_ Einträgen",
|
||||||
|
"infoEmpty": "Keine Daten vorhanden",
|
||||||
|
"infoFiltered": "(gefiltert von _MAX_ Einträgen)",
|
||||||
|
"infoThousands": ".",
|
||||||
|
"loadingRecords": "Wird geladen ..",
|
||||||
|
"processing": "Bitte warten ..",
|
||||||
|
"paginate": {
|
||||||
|
"first": "Erste",
|
||||||
|
"next": "Nächste",
|
||||||
|
"last": "Letzte",
|
||||||
|
"previous": "Vorherige"
|
||||||
|
},
|
||||||
|
"aria": {
|
||||||
|
"sortAscending": ": aktivieren, um Spalte aufsteigend zu sortieren",
|
||||||
|
"sortDescending": ": aktivieren, um Spalte absteigend zu sortieren"
|
||||||
|
},
|
||||||
|
"select": {
|
||||||
|
"rows": {
|
||||||
|
"_": "%d Zeilen ausgewählt",
|
||||||
|
"1": "1 Zeile ausgewählt"
|
||||||
|
},
|
||||||
|
"cells": {
|
||||||
|
"1": "1 Zelle ausgewählt",
|
||||||
|
"_": "%d Zellen ausgewählt"
|
||||||
|
},
|
||||||
|
"columns": {
|
||||||
|
"1": "1 Spalte ausgewählt",
|
||||||
|
"_": "%d Spalten ausgewählt"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"buttons": {
|
||||||
|
"print": "Drucken",
|
||||||
|
"copy": "Kopieren",
|
||||||
|
"copyTitle": "In Zwischenablage kopieren",
|
||||||
|
"copySuccess": {
|
||||||
|
"_": "%d Zeilen kopiert",
|
||||||
|
"1": "1 Zeile kopiert"
|
||||||
|
},
|
||||||
|
"collection": "Aktionen <span class=\"ui-button-icon-primary ui-icon ui-icon-triangle-1-s\"><\/span>",
|
||||||
|
"colvis": "Spaltensichtbarkeit",
|
||||||
|
"colvisRestore": "Sichtbarkeit wiederherstellen",
|
||||||
|
"csv": "CSV",
|
||||||
|
"excel": "Excel",
|
||||||
|
"pageLength": {
|
||||||
|
"-1": "Alle Zeilen anzeigen",
|
||||||
|
"1": "Zeige 1 Zeile",
|
||||||
|
"_": "Zeige %d Zeilen"
|
||||||
|
},
|
||||||
|
"pdf": "PDF",
|
||||||
|
"createState": "Ansicht erstellen",
|
||||||
|
"removeAllStates": "Alle Ansichten entfernen",
|
||||||
|
"removeState": "Entfernen",
|
||||||
|
"renameState": "Umbenennen",
|
||||||
|
"savedStates": "Gespeicherte Ansicht",
|
||||||
|
"stateRestore": "Ansicht %d",
|
||||||
|
"updateState": "Aktualisieren",
|
||||||
|
"copyKeys": "Drücken Sie die Taste <i>STRG<\/i> oder <i>⌘<\/i> + <i>C<\/i> um die Tabelle<br \/>in den Zwischenspeicher zu kopieren.<br \/><br \/>Um den Vorgang abzubrechen, klicken Sie die Nachricht an oder drücken Sie die Escape-Taste."
|
||||||
|
},
|
||||||
|
"autoFill": {
|
||||||
|
"cancel": "Abbrechen",
|
||||||
|
"fill": "Alle Zellen mit <i>%d<i> füllen<\/i><\/i>",
|
||||||
|
"fillHorizontal": "Alle horizontalen Zellen füllen",
|
||||||
|
"fillVertical": "Alle vertikalen Zellen füllen",
|
||||||
|
"info": "Automatische Vervollständigung"
|
||||||
|
},
|
||||||
|
"decimal": ",",
|
||||||
|
"search": "Suche:",
|
||||||
|
"searchBuilder": {
|
||||||
|
"add": "Bedingung hinzufügen",
|
||||||
|
"button": {
|
||||||
|
"0": "Such-Baukasten",
|
||||||
|
"_": "Such-Baukasten (%d)"
|
||||||
|
},
|
||||||
|
"condition": "Bedingung",
|
||||||
|
"conditions": {
|
||||||
|
"date": {
|
||||||
|
"after": "Nach",
|
||||||
|
"before": "Vor",
|
||||||
|
"between": "Zwischen",
|
||||||
|
"empty": "Leer",
|
||||||
|
"not": "Nicht",
|
||||||
|
"notBetween": "Nicht zwischen",
|
||||||
|
"notEmpty": "Nicht leer",
|
||||||
|
"equals": "Gleich"
|
||||||
|
},
|
||||||
|
"number": {
|
||||||
|
"between": "Zwischen",
|
||||||
|
"empty": "Leer",
|
||||||
|
"equals": "Entspricht",
|
||||||
|
"gt": "Größer als",
|
||||||
|
"gte": "Größer als oder gleich",
|
||||||
|
"lt": "Kleiner als",
|
||||||
|
"lte": "Kleiner als oder gleich",
|
||||||
|
"not": "Nicht",
|
||||||
|
"notBetween": "Nicht zwischen",
|
||||||
|
"notEmpty": "Nicht leer"
|
||||||
|
},
|
||||||
|
"string": {
|
||||||
|
"contains": "Beinhaltet",
|
||||||
|
"empty": "Leer",
|
||||||
|
"endsWith": "Endet mit",
|
||||||
|
"equals": "Entspricht",
|
||||||
|
"not": "Nicht",
|
||||||
|
"notEmpty": "Nicht leer",
|
||||||
|
"startsWith": "Startet mit",
|
||||||
|
"notContains": "enthält nicht",
|
||||||
|
"notStartsWith": "startet nicht mit",
|
||||||
|
"notEndsWith": "endet nicht mit"
|
||||||
|
},
|
||||||
|
"array": {
|
||||||
|
"equals": "ist gleich",
|
||||||
|
"empty": "ist leer",
|
||||||
|
"contains": "enthält",
|
||||||
|
"not": "ist ungleich",
|
||||||
|
"notEmpty": "ist nicht leer",
|
||||||
|
"without": "aber nicht"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"data": "Daten",
|
||||||
|
"deleteTitle": "Filterregel entfernen",
|
||||||
|
"leftTitle": "Äußere Kriterien",
|
||||||
|
"rightTitle": "Innere Kriterien",
|
||||||
|
"title": {
|
||||||
|
"0": "Such-Baukasten",
|
||||||
|
"_": "Such-Baukasten (%d)"
|
||||||
|
},
|
||||||
|
"value": "Wert",
|
||||||
|
"clearAll": "Alle entfernen",
|
||||||
|
"logicAnd": "Und",
|
||||||
|
"logicOr": "Oder"
|
||||||
|
},
|
||||||
|
"searchPanes": {
|
||||||
|
"clearMessage": "Leeren",
|
||||||
|
"collapse": {
|
||||||
|
"0": "Suchmasken",
|
||||||
|
"_": "Suchmasken (%d)"
|
||||||
|
},
|
||||||
|
"countFiltered": "{shown} ({total})",
|
||||||
|
"emptyPanes": "Keine Suchmasken",
|
||||||
|
"title": "Aktive Filter: %d",
|
||||||
|
"showMessage": "zeige Alle",
|
||||||
|
"collapseMessage": "Alle einklappen",
|
||||||
|
"count": "{total}",
|
||||||
|
"loadMessage": "Lade Suchmasken..."
|
||||||
|
},
|
||||||
|
"thousands": ".",
|
||||||
|
"zeroRecords": "Keine passenden Einträge gefunden",
|
||||||
|
"lengthMenu": "_MENU_ Zeilen anzeigen",
|
||||||
|
"datetime": {
|
||||||
|
"previous": "Vorher",
|
||||||
|
"next": "Nachher",
|
||||||
|
"hours": "Stunden",
|
||||||
|
"minutes": "Minuten",
|
||||||
|
"seconds": "Sekunden",
|
||||||
|
"unknown": "Unbekannt",
|
||||||
|
"weekdays": [
|
||||||
|
"Sonntag",
|
||||||
|
"Montag",
|
||||||
|
"Dienstag",
|
||||||
|
"Mittwoch",
|
||||||
|
"Donnerstag",
|
||||||
|
"Freitag",
|
||||||
|
"Samstag"
|
||||||
|
],
|
||||||
|
"months": [
|
||||||
|
"Januar",
|
||||||
|
"Februar",
|
||||||
|
"März",
|
||||||
|
"April",
|
||||||
|
"Mai",
|
||||||
|
"Juni",
|
||||||
|
"Juli",
|
||||||
|
"August",
|
||||||
|
"September",
|
||||||
|
"Oktober",
|
||||||
|
"November",
|
||||||
|
"Dezember"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"editor": {
|
||||||
|
"close": "Schließen",
|
||||||
|
"create": {
|
||||||
|
"button": "Neu",
|
||||||
|
"title": "Neuen Eintrag erstellen",
|
||||||
|
"submit": "Erstellen"
|
||||||
|
},
|
||||||
|
"remove": {
|
||||||
|
"confirm": {
|
||||||
|
"_": "Sollen %d Zeilen gelöscht werden?",
|
||||||
|
"1": "Soll diese Zeile gelöscht werden?"
|
||||||
|
},
|
||||||
|
"button": "Entfernen",
|
||||||
|
"title": "Entfernen",
|
||||||
|
"submit": "Entfernen"
|
||||||
|
},
|
||||||
|
"error": {
|
||||||
|
"system": "Ein Systemfehler ist aufgetreten"
|
||||||
|
},
|
||||||
|
"multi": {
|
||||||
|
"title": "Mehrere Werte",
|
||||||
|
"info": "Die ausgewählten Elemente enthalten mehrere Werte für dieses Feld. Um alle Elemente für dieses Feld zu bearbeiten und auf denselben Wert zu setzen, klicken oder tippen Sie hier, andernfalls behalten diese ihre individuellen Werte bei.",
|
||||||
|
"restore": "Änderungen zurücksetzen",
|
||||||
|
"noMulti": "Dieses Feld kann nur einzeln bearbeitet werden, nicht als Teil einer Mengen-Änderung."
|
||||||
|
},
|
||||||
|
"edit": {
|
||||||
|
"button": "Bearbeiten",
|
||||||
|
"title": "Eintrag bearbeiten",
|
||||||
|
"submit": "Bearbeiten"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"searchPlaceholder": "Suchen...",
|
||||||
|
"stateRestore": {
|
||||||
|
"creationModal": {
|
||||||
|
"button": "Erstellen",
|
||||||
|
"columns": {
|
||||||
|
"search": "Spalten Suche",
|
||||||
|
"visible": "Spalten Sichtbarkeit"
|
||||||
|
},
|
||||||
|
"name": "Name:",
|
||||||
|
"order": "Sortieren",
|
||||||
|
"paging": "Seiten",
|
||||||
|
"scroller": "Scroll Position",
|
||||||
|
"search": "Suche",
|
||||||
|
"searchBuilder": "Such-Baukasten",
|
||||||
|
"select": "Auswahl",
|
||||||
|
"title": "Neue Ansicht erstellen",
|
||||||
|
"toggleLabel": "Inkludiert:"
|
||||||
|
},
|
||||||
|
"duplicateError": "Eine Ansicht mit diesem Namen existiert bereits.",
|
||||||
|
"emptyError": "Name darf nicht leer sein.",
|
||||||
|
"emptyStates": "Keine gespeicherten Ansichten",
|
||||||
|
"removeConfirm": "Bist du dir sicher, dass du %s entfernen möchtest?",
|
||||||
|
"removeError": "Entfernen der Ansicht fehlgeschlagen.",
|
||||||
|
"removeJoiner": " und ",
|
||||||
|
"removeSubmit": "Entfernen",
|
||||||
|
"removeTitle": "Ansicht entfernen",
|
||||||
|
"renameButton": "Umbenennen",
|
||||||
|
"renameLabel": "Neuer Name für %s:",
|
||||||
|
"renameTitle": "Ansicht umbenennen"
|
||||||
|
}
|
||||||
|
};
|
@ -0,0 +1,256 @@
|
|||||||
|
(function( factory ) {
|
||||||
|
if ( typeof define === 'function' && define.amd ) {
|
||||||
|
// AMD
|
||||||
|
define( [], factory);
|
||||||
|
}
|
||||||
|
else if ( typeof exports === 'object' ) {
|
||||||
|
// CommonJS
|
||||||
|
module.exports = factory();
|
||||||
|
}
|
||||||
|
// No browser loader - use JSON, ESM, CJS or AMD
|
||||||
|
}
|
||||||
|
(function() {
|
||||||
|
return {
|
||||||
|
"emptyTable": "No data available in table",
|
||||||
|
"info": "Showing _START_ to _END_ of _TOTAL_ entries",
|
||||||
|
"infoEmpty": "Showing 0 to 0 of 0 entries",
|
||||||
|
"infoFiltered": "(filtered from _MAX_ total entries)",
|
||||||
|
"infoThousands": ",",
|
||||||
|
"lengthMenu": "Show _MENU_ entries",
|
||||||
|
"loadingRecords": "Loading...",
|
||||||
|
"processing": "Processing...",
|
||||||
|
"search": "Search:",
|
||||||
|
"zeroRecords": "No matching records found",
|
||||||
|
"thousands": ",",
|
||||||
|
"paginate": {
|
||||||
|
"first": "First",
|
||||||
|
"last": "Last",
|
||||||
|
"next": "Next",
|
||||||
|
"previous": "Previous"
|
||||||
|
},
|
||||||
|
"aria": {
|
||||||
|
"sortAscending": ": activate to sort column ascending",
|
||||||
|
"sortDescending": ": activate to sort column descending"
|
||||||
|
},
|
||||||
|
"autoFill": {
|
||||||
|
"cancel": "Cancel",
|
||||||
|
"fill": "Fill all cells with <i>%d<\/i>",
|
||||||
|
"fillHorizontal": "Fill cells horizontally",
|
||||||
|
"fillVertical": "Fill cells vertically"
|
||||||
|
},
|
||||||
|
"buttons": {
|
||||||
|
"collection": "Collection <span class='ui-button-icon-primary ui-icon ui-icon-triangle-1-s'\/>",
|
||||||
|
"colvis": "Column Visibility",
|
||||||
|
"colvisRestore": "Restore visibility",
|
||||||
|
"copy": "Copy",
|
||||||
|
"copyKeys": "Press ctrl or u2318 + C to copy the table data to your system clipboard.<br><br>To cancel, click this message or press escape.",
|
||||||
|
"copySuccess": {
|
||||||
|
"1": "Copied 1 row to clipboard",
|
||||||
|
"_": "Copied %d rows to clipboard"
|
||||||
|
},
|
||||||
|
"copyTitle": "Copy to Clipboard",
|
||||||
|
"csv": "CSV",
|
||||||
|
"excel": "Excel",
|
||||||
|
"pageLength": {
|
||||||
|
"-1": "Show all rows",
|
||||||
|
"_": "Show %d rows"
|
||||||
|
},
|
||||||
|
"pdf": "PDF",
|
||||||
|
"print": "Print",
|
||||||
|
"updateState": "Update",
|
||||||
|
"stateRestore": "State %d",
|
||||||
|
"savedStates": "Saved States",
|
||||||
|
"renameState": "Rename",
|
||||||
|
"removeState": "Remove",
|
||||||
|
"removeAllStates": "Remove All States",
|
||||||
|
"createState": "Create State"
|
||||||
|
},
|
||||||
|
"searchBuilder": {
|
||||||
|
"add": "Add Condition",
|
||||||
|
"button": {
|
||||||
|
"0": "Search Builder",
|
||||||
|
"_": "Search Builder (%d)"
|
||||||
|
},
|
||||||
|
"clearAll": "Clear All",
|
||||||
|
"condition": "Condition",
|
||||||
|
"conditions": {
|
||||||
|
"date": {
|
||||||
|
"after": "After",
|
||||||
|
"before": "Before",
|
||||||
|
"between": "Between",
|
||||||
|
"empty": "Empty",
|
||||||
|
"equals": "Equals",
|
||||||
|
"not": "Not",
|
||||||
|
"notBetween": "Not Between",
|
||||||
|
"notEmpty": "Not Empty"
|
||||||
|
},
|
||||||
|
"number": {
|
||||||
|
"between": "Between",
|
||||||
|
"empty": "Empty",
|
||||||
|
"equals": "Equals",
|
||||||
|
"gt": "Greater Than",
|
||||||
|
"gte": "Greater Than Equal To",
|
||||||
|
"lt": "Less Than",
|
||||||
|
"lte": "Less Than Equal To",
|
||||||
|
"not": "Not",
|
||||||
|
"notBetween": "Not Between",
|
||||||
|
"notEmpty": "Not Empty"
|
||||||
|
},
|
||||||
|
"string": {
|
||||||
|
"contains": "Contains",
|
||||||
|
"empty": "Empty",
|
||||||
|
"endsWith": "Ends With",
|
||||||
|
"equals": "Equals",
|
||||||
|
"not": "Not",
|
||||||
|
"notEmpty": "Not Empty",
|
||||||
|
"startsWith": "Starts With",
|
||||||
|
"notContains": "Does Not Contain",
|
||||||
|
"notStartsWith": "Does Not Start With",
|
||||||
|
"notEndsWith": "Does Not End With"
|
||||||
|
},
|
||||||
|
"array": {
|
||||||
|
"without": "Without",
|
||||||
|
"notEmpty": "Not Empty",
|
||||||
|
"not": "Not",
|
||||||
|
"contains": "Contains",
|
||||||
|
"empty": "Empty",
|
||||||
|
"equals": "Equals"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"data": "Data",
|
||||||
|
"deleteTitle": "Delete filtering rule",
|
||||||
|
"leftTitle": "Outdent Criteria",
|
||||||
|
"logicAnd": "And",
|
||||||
|
"logicOr": "Or",
|
||||||
|
"rightTitle": "Indent Criteria",
|
||||||
|
"title": {
|
||||||
|
"0": "Search Builder",
|
||||||
|
"_": "Search Builder (%d)"
|
||||||
|
},
|
||||||
|
"value": "Value"
|
||||||
|
},
|
||||||
|
"searchPanes": {
|
||||||
|
"clearMessage": "Clear All",
|
||||||
|
"collapse": {
|
||||||
|
"0": "SearchPanes",
|
||||||
|
"_": "SearchPanes (%d)"
|
||||||
|
},
|
||||||
|
"count": "{total}",
|
||||||
|
"countFiltered": "{shown} ({total})",
|
||||||
|
"emptyPanes": "No SearchPanes",
|
||||||
|
"loadMessage": "Loading SearchPanes",
|
||||||
|
"title": "Filters Active - %d",
|
||||||
|
"showMessage": "Show All",
|
||||||
|
"collapseMessage": "Collapse All"
|
||||||
|
},
|
||||||
|
"select": {
|
||||||
|
"cells": {
|
||||||
|
"1": "1 cell selected",
|
||||||
|
"_": "%d cells selected"
|
||||||
|
},
|
||||||
|
"columns": {
|
||||||
|
"1": "1 column selected",
|
||||||
|
"_": "%d columns selected"
|
||||||
|
},
|
||||||
|
"rows": {
|
||||||
|
"1": "1 row selected",
|
||||||
|
"_": "%d rows selected"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"datetime": {
|
||||||
|
"previous": "Previous",
|
||||||
|
"next": "Next",
|
||||||
|
"hours": "Hour",
|
||||||
|
"minutes": "Minute",
|
||||||
|
"seconds": "Second",
|
||||||
|
"unknown": "-",
|
||||||
|
"amPm": [
|
||||||
|
"am",
|
||||||
|
"pm"
|
||||||
|
],
|
||||||
|
"weekdays": [
|
||||||
|
"Sun",
|
||||||
|
"Mon",
|
||||||
|
"Tue",
|
||||||
|
"Wed",
|
||||||
|
"Thu",
|
||||||
|
"Fri",
|
||||||
|
"Sat"
|
||||||
|
],
|
||||||
|
"months": [
|
||||||
|
"January",
|
||||||
|
"February",
|
||||||
|
"March",
|
||||||
|
"April",
|
||||||
|
"May",
|
||||||
|
"June",
|
||||||
|
"July",
|
||||||
|
"August",
|
||||||
|
"September",
|
||||||
|
"October",
|
||||||
|
"November",
|
||||||
|
"December"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"editor": {
|
||||||
|
"close": "Close",
|
||||||
|
"create": {
|
||||||
|
"button": "New",
|
||||||
|
"title": "Create new entry",
|
||||||
|
"submit": "Create"
|
||||||
|
},
|
||||||
|
"edit": {
|
||||||
|
"button": "Edit",
|
||||||
|
"title": "Edit Entry",
|
||||||
|
"submit": "Update"
|
||||||
|
},
|
||||||
|
"remove": {
|
||||||
|
"button": "Delete",
|
||||||
|
"title": "Delete",
|
||||||
|
"submit": "Delete",
|
||||||
|
"confirm": {
|
||||||
|
"_": "Are you sure you wish to delete %d rows?",
|
||||||
|
"1": "Are you sure you wish to delete 1 row?"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"error": {
|
||||||
|
"system": "A system error has occurred (<a target=\"\\\" rel=\"nofollow\" href=\"\\\">More information<\/a>)."
|
||||||
|
},
|
||||||
|
"multi": {
|
||||||
|
"title": "Multiple Values",
|
||||||
|
"info": "The selected items contain different values for this input. To edit and set all items for this input to the same value, click or tap here, otherwise they will retain their individual values.",
|
||||||
|
"restore": "Undo Changes",
|
||||||
|
"noMulti": "This input can be edited individually, but not part of a group. "
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"stateRestore": {
|
||||||
|
"renameTitle": "Rename State",
|
||||||
|
"renameLabel": "New Name for %s:",
|
||||||
|
"renameButton": "Rename",
|
||||||
|
"removeTitle": "Remove State",
|
||||||
|
"removeSubmit": "Remove",
|
||||||
|
"removeJoiner": " and ",
|
||||||
|
"removeError": "Failed to remove state.",
|
||||||
|
"removeConfirm": "Are you sure you want to remove %s?",
|
||||||
|
"emptyStates": "No saved states",
|
||||||
|
"emptyError": "Name cannot be empty.",
|
||||||
|
"duplicateError": "A state with this name already exists.",
|
||||||
|
"creationModal": {
|
||||||
|
"toggleLabel": "Includes:",
|
||||||
|
"title": "Create New State",
|
||||||
|
"select": "Select",
|
||||||
|
"searchBuilder": "SearchBuilder",
|
||||||
|
"search": "Search",
|
||||||
|
"scroller": "Scroll Position",
|
||||||
|
"paging": "Paging",
|
||||||
|
"order": "Sorting",
|
||||||
|
"name": "Name:",
|
||||||
|
"columns": {
|
||||||
|
"visible": "Column Visibility",
|
||||||
|
"search": "Column Search"
|
||||||
|
},
|
||||||
|
"button": "Create"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
};
|
||||||
|
}));
|
@ -0,0 +1,243 @@
|
|||||||
|
export default {
|
||||||
|
"emptyTable": "No data available in table",
|
||||||
|
"info": "Showing _START_ to _END_ of _TOTAL_ entries",
|
||||||
|
"infoEmpty": "Showing 0 to 0 of 0 entries",
|
||||||
|
"infoFiltered": "(filtered from _MAX_ total entries)",
|
||||||
|
"infoThousands": ",",
|
||||||
|
"lengthMenu": "Show _MENU_ entries",
|
||||||
|
"loadingRecords": "Loading...",
|
||||||
|
"processing": "Processing...",
|
||||||
|
"search": "Search:",
|
||||||
|
"zeroRecords": "No matching records found",
|
||||||
|
"thousands": ",",
|
||||||
|
"paginate": {
|
||||||
|
"first": "First",
|
||||||
|
"last": "Last",
|
||||||
|
"next": "Next",
|
||||||
|
"previous": "Previous"
|
||||||
|
},
|
||||||
|
"aria": {
|
||||||
|
"sortAscending": ": activate to sort column ascending",
|
||||||
|
"sortDescending": ": activate to sort column descending"
|
||||||
|
},
|
||||||
|
"autoFill": {
|
||||||
|
"cancel": "Cancel",
|
||||||
|
"fill": "Fill all cells with <i>%d<\/i>",
|
||||||
|
"fillHorizontal": "Fill cells horizontally",
|
||||||
|
"fillVertical": "Fill cells vertically"
|
||||||
|
},
|
||||||
|
"buttons": {
|
||||||
|
"collection": "Collection <span class='ui-button-icon-primary ui-icon ui-icon-triangle-1-s'\/>",
|
||||||
|
"colvis": "Column Visibility",
|
||||||
|
"colvisRestore": "Restore visibility",
|
||||||
|
"copy": "Copy",
|
||||||
|
"copyKeys": "Press ctrl or u2318 + C to copy the table data to your system clipboard.<br><br>To cancel, click this message or press escape.",
|
||||||
|
"copySuccess": {
|
||||||
|
"1": "Copied 1 row to clipboard",
|
||||||
|
"_": "Copied %d rows to clipboard"
|
||||||
|
},
|
||||||
|
"copyTitle": "Copy to Clipboard",
|
||||||
|
"csv": "CSV",
|
||||||
|
"excel": "Excel",
|
||||||
|
"pageLength": {
|
||||||
|
"-1": "Show all rows",
|
||||||
|
"_": "Show %d rows"
|
||||||
|
},
|
||||||
|
"pdf": "PDF",
|
||||||
|
"print": "Print",
|
||||||
|
"updateState": "Update",
|
||||||
|
"stateRestore": "State %d",
|
||||||
|
"savedStates": "Saved States",
|
||||||
|
"renameState": "Rename",
|
||||||
|
"removeState": "Remove",
|
||||||
|
"removeAllStates": "Remove All States",
|
||||||
|
"createState": "Create State"
|
||||||
|
},
|
||||||
|
"searchBuilder": {
|
||||||
|
"add": "Add Condition",
|
||||||
|
"button": {
|
||||||
|
"0": "Search Builder",
|
||||||
|
"_": "Search Builder (%d)"
|
||||||
|
},
|
||||||
|
"clearAll": "Clear All",
|
||||||
|
"condition": "Condition",
|
||||||
|
"conditions": {
|
||||||
|
"date": {
|
||||||
|
"after": "After",
|
||||||
|
"before": "Before",
|
||||||
|
"between": "Between",
|
||||||
|
"empty": "Empty",
|
||||||
|
"equals": "Equals",
|
||||||
|
"not": "Not",
|
||||||
|
"notBetween": "Not Between",
|
||||||
|
"notEmpty": "Not Empty"
|
||||||
|
},
|
||||||
|
"number": {
|
||||||
|
"between": "Between",
|
||||||
|
"empty": "Empty",
|
||||||
|
"equals": "Equals",
|
||||||
|
"gt": "Greater Than",
|
||||||
|
"gte": "Greater Than Equal To",
|
||||||
|
"lt": "Less Than",
|
||||||
|
"lte": "Less Than Equal To",
|
||||||
|
"not": "Not",
|
||||||
|
"notBetween": "Not Between",
|
||||||
|
"notEmpty": "Not Empty"
|
||||||
|
},
|
||||||
|
"string": {
|
||||||
|
"contains": "Contains",
|
||||||
|
"empty": "Empty",
|
||||||
|
"endsWith": "Ends With",
|
||||||
|
"equals": "Equals",
|
||||||
|
"not": "Not",
|
||||||
|
"notEmpty": "Not Empty",
|
||||||
|
"startsWith": "Starts With",
|
||||||
|
"notContains": "Does Not Contain",
|
||||||
|
"notStartsWith": "Does Not Start With",
|
||||||
|
"notEndsWith": "Does Not End With"
|
||||||
|
},
|
||||||
|
"array": {
|
||||||
|
"without": "Without",
|
||||||
|
"notEmpty": "Not Empty",
|
||||||
|
"not": "Not",
|
||||||
|
"contains": "Contains",
|
||||||
|
"empty": "Empty",
|
||||||
|
"equals": "Equals"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"data": "Data",
|
||||||
|
"deleteTitle": "Delete filtering rule",
|
||||||
|
"leftTitle": "Outdent Criteria",
|
||||||
|
"logicAnd": "And",
|
||||||
|
"logicOr": "Or",
|
||||||
|
"rightTitle": "Indent Criteria",
|
||||||
|
"title": {
|
||||||
|
"0": "Search Builder",
|
||||||
|
"_": "Search Builder (%d)"
|
||||||
|
},
|
||||||
|
"value": "Value"
|
||||||
|
},
|
||||||
|
"searchPanes": {
|
||||||
|
"clearMessage": "Clear All",
|
||||||
|
"collapse": {
|
||||||
|
"0": "SearchPanes",
|
||||||
|
"_": "SearchPanes (%d)"
|
||||||
|
},
|
||||||
|
"count": "{total}",
|
||||||
|
"countFiltered": "{shown} ({total})",
|
||||||
|
"emptyPanes": "No SearchPanes",
|
||||||
|
"loadMessage": "Loading SearchPanes",
|
||||||
|
"title": "Filters Active - %d",
|
||||||
|
"showMessage": "Show All",
|
||||||
|
"collapseMessage": "Collapse All"
|
||||||
|
},
|
||||||
|
"select": {
|
||||||
|
"cells": {
|
||||||
|
"1": "1 cell selected",
|
||||||
|
"_": "%d cells selected"
|
||||||
|
},
|
||||||
|
"columns": {
|
||||||
|
"1": "1 column selected",
|
||||||
|
"_": "%d columns selected"
|
||||||
|
},
|
||||||
|
"rows": {
|
||||||
|
"1": "1 row selected",
|
||||||
|
"_": "%d rows selected"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"datetime": {
|
||||||
|
"previous": "Previous",
|
||||||
|
"next": "Next",
|
||||||
|
"hours": "Hour",
|
||||||
|
"minutes": "Minute",
|
||||||
|
"seconds": "Second",
|
||||||
|
"unknown": "-",
|
||||||
|
"amPm": [
|
||||||
|
"am",
|
||||||
|
"pm"
|
||||||
|
],
|
||||||
|
"weekdays": [
|
||||||
|
"Sun",
|
||||||
|
"Mon",
|
||||||
|
"Tue",
|
||||||
|
"Wed",
|
||||||
|
"Thu",
|
||||||
|
"Fri",
|
||||||
|
"Sat"
|
||||||
|
],
|
||||||
|
"months": [
|
||||||
|
"January",
|
||||||
|
"February",
|
||||||
|
"March",
|
||||||
|
"April",
|
||||||
|
"May",
|
||||||
|
"June",
|
||||||
|
"July",
|
||||||
|
"August",
|
||||||
|
"September",
|
||||||
|
"October",
|
||||||
|
"November",
|
||||||
|
"December"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"editor": {
|
||||||
|
"close": "Close",
|
||||||
|
"create": {
|
||||||
|
"button": "New",
|
||||||
|
"title": "Create new entry",
|
||||||
|
"submit": "Create"
|
||||||
|
},
|
||||||
|
"edit": {
|
||||||
|
"button": "Edit",
|
||||||
|
"title": "Edit Entry",
|
||||||
|
"submit": "Update"
|
||||||
|
},
|
||||||
|
"remove": {
|
||||||
|
"button": "Delete",
|
||||||
|
"title": "Delete",
|
||||||
|
"submit": "Delete",
|
||||||
|
"confirm": {
|
||||||
|
"_": "Are you sure you wish to delete %d rows?",
|
||||||
|
"1": "Are you sure you wish to delete 1 row?"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"error": {
|
||||||
|
"system": "A system error has occurred (<a target=\"\\\" rel=\"nofollow\" href=\"\\\">More information<\/a>)."
|
||||||
|
},
|
||||||
|
"multi": {
|
||||||
|
"title": "Multiple Values",
|
||||||
|
"info": "The selected items contain different values for this input. To edit and set all items for this input to the same value, click or tap here, otherwise they will retain their individual values.",
|
||||||
|
"restore": "Undo Changes",
|
||||||
|
"noMulti": "This input can be edited individually, but not part of a group. "
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"stateRestore": {
|
||||||
|
"renameTitle": "Rename State",
|
||||||
|
"renameLabel": "New Name for %s:",
|
||||||
|
"renameButton": "Rename",
|
||||||
|
"removeTitle": "Remove State",
|
||||||
|
"removeSubmit": "Remove",
|
||||||
|
"removeJoiner": " and ",
|
||||||
|
"removeError": "Failed to remove state.",
|
||||||
|
"removeConfirm": "Are you sure you want to remove %s?",
|
||||||
|
"emptyStates": "No saved states",
|
||||||
|
"emptyError": "Name cannot be empty.",
|
||||||
|
"duplicateError": "A state with this name already exists.",
|
||||||
|
"creationModal": {
|
||||||
|
"toggleLabel": "Includes:",
|
||||||
|
"title": "Create New State",
|
||||||
|
"select": "Select",
|
||||||
|
"searchBuilder": "SearchBuilder",
|
||||||
|
"search": "Search",
|
||||||
|
"scroller": "Scroll Position",
|
||||||
|
"paging": "Paging",
|
||||||
|
"order": "Sorting",
|
||||||
|
"name": "Name:",
|
||||||
|
"columns": {
|
||||||
|
"visible": "Column Visibility",
|
||||||
|
"search": "Column Search"
|
||||||
|
},
|
||||||
|
"button": "Create"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
};
|
@ -0,0 +1,35 @@
|
|||||||
|
(function( factory ) {
|
||||||
|
if ( typeof define === 'function' && define.amd ) {
|
||||||
|
// AMD
|
||||||
|
define( [], factory);
|
||||||
|
}
|
||||||
|
else if ( typeof exports === 'object' ) {
|
||||||
|
// CommonJS
|
||||||
|
module.exports = factory();
|
||||||
|
}
|
||||||
|
// No browser loader - use JSON, ESM, CJS or AMD
|
||||||
|
}
|
||||||
|
(function() {
|
||||||
|
return {
|
||||||
|
"emptyTable": "Neniuj datumoj en tabelo",
|
||||||
|
"info": "Montras _START_ ĝis _END_ el _TOTAL_ vicoj",
|
||||||
|
"infoEmpty": "Montras 0 ĝis 0 el 0 vicoj",
|
||||||
|
"infoFiltered": "(filtrita el entute _MAX_ vicoj)",
|
||||||
|
"infoThousands": ".",
|
||||||
|
"lengthMenu": "Montri _MENU_ vicojn",
|
||||||
|
"loadingRecords": "Ŝarĝas ...",
|
||||||
|
"processing": "Pretigas ...",
|
||||||
|
"search": "Serĉi:",
|
||||||
|
"zeroRecords": "Neniuj rezultoj trovitaj",
|
||||||
|
"paginate": {
|
||||||
|
"first": "Unua",
|
||||||
|
"last": "Lasta",
|
||||||
|
"next": "Venonta",
|
||||||
|
"previous": "Antaŭa"
|
||||||
|
},
|
||||||
|
"aria": {
|
||||||
|
"sortAscending": ": aktivigi por filtri kolumnon kreskante",
|
||||||
|
"sortDescending": ": aktivigi por filtri kolumnon malkreskante"
|
||||||
|
}
|
||||||
|
};
|
||||||
|
}));
|
@ -0,0 +1,22 @@
|
|||||||
|
export default {
|
||||||
|
"emptyTable": "Neniuj datumoj en tabelo",
|
||||||
|
"info": "Montras _START_ ĝis _END_ el _TOTAL_ vicoj",
|
||||||
|
"infoEmpty": "Montras 0 ĝis 0 el 0 vicoj",
|
||||||
|
"infoFiltered": "(filtrita el entute _MAX_ vicoj)",
|
||||||
|
"infoThousands": ".",
|
||||||
|
"lengthMenu": "Montri _MENU_ vicojn",
|
||||||
|
"loadingRecords": "Ŝarĝas ...",
|
||||||
|
"processing": "Pretigas ...",
|
||||||
|
"search": "Serĉi:",
|
||||||
|
"zeroRecords": "Neniuj rezultoj trovitaj",
|
||||||
|
"paginate": {
|
||||||
|
"first": "Unua",
|
||||||
|
"last": "Lasta",
|
||||||
|
"next": "Venonta",
|
||||||
|
"previous": "Antaŭa"
|
||||||
|
},
|
||||||
|
"aria": {
|
||||||
|
"sortAscending": ": aktivigi por filtri kolumnon kreskante",
|
||||||
|
"sortDescending": ": aktivigi por filtri kolumnon malkreskante"
|
||||||
|
}
|
||||||
|
};
|
@ -0,0 +1,175 @@
|
|||||||
|
(function( factory ) {
|
||||||
|
if ( typeof define === 'function' && define.amd ) {
|
||||||
|
// AMD
|
||||||
|
define( [], factory);
|
||||||
|
}
|
||||||
|
else if ( typeof exports === 'object' ) {
|
||||||
|
// CommonJS
|
||||||
|
module.exports = factory();
|
||||||
|
}
|
||||||
|
// No browser loader - use JSON, ESM, CJS or AMD
|
||||||
|
}
|
||||||
|
(function() {
|
||||||
|
return {
|
||||||
|
"autoFill": {
|
||||||
|
"cancel": "Cancelar",
|
||||||
|
"fill": "Llenar las celdas con <i>%d<i><\/i><\/i>",
|
||||||
|
"fillHorizontal": "Llenar las celdas horizontalmente",
|
||||||
|
"fillVertical": "Llenar las celdas verticalmente"
|
||||||
|
},
|
||||||
|
"decimal": ",",
|
||||||
|
"emptyTable": "No hay datos disponibles en la Tabla",
|
||||||
|
"infoFiltered": "Filtrado de _MAX_ entradas totales",
|
||||||
|
"infoThousands": ".",
|
||||||
|
"lengthMenu": "Mostrar _MENU_ entradas",
|
||||||
|
"loadingRecords": "Cargando...",
|
||||||
|
"paginate": {
|
||||||
|
"first": "Primera",
|
||||||
|
"last": "Ultima",
|
||||||
|
"next": "Siguiente",
|
||||||
|
"previous": "Anterior"
|
||||||
|
},
|
||||||
|
"processing": "Procesando...",
|
||||||
|
"search": "Busqueda:",
|
||||||
|
"searchBuilder": {
|
||||||
|
"add": "Agregar condición",
|
||||||
|
"button": {
|
||||||
|
"0": "Constructor de búsqueda",
|
||||||
|
"_": "Constructor de búsqueda (%d)"
|
||||||
|
},
|
||||||
|
"clearAll": "Quitar todo",
|
||||||
|
"condition": "Condición",
|
||||||
|
"conditions": {
|
||||||
|
"date": {
|
||||||
|
"after": "Luego",
|
||||||
|
"before": "Luego",
|
||||||
|
"between": "Entre",
|
||||||
|
"empty": "Vacio",
|
||||||
|
"equals": "Igual",
|
||||||
|
"notBetween": "No entre"
|
||||||
|
},
|
||||||
|
"number": {
|
||||||
|
"between": "Entre",
|
||||||
|
"empty": "Vacío",
|
||||||
|
"equals": "Igual",
|
||||||
|
"gt": "Mayor a",
|
||||||
|
"gte": "Mayor o igual a",
|
||||||
|
"lt": "Menor a ",
|
||||||
|
"lte": "Menor o igual a ",
|
||||||
|
"not": "No",
|
||||||
|
"notBetween": "No entre",
|
||||||
|
"notEmpty": "No vacío"
|
||||||
|
},
|
||||||
|
"string": {
|
||||||
|
"contains": "Contiene",
|
||||||
|
"empty": "Vacío",
|
||||||
|
"endsWith": "Termina en ",
|
||||||
|
"equals": "Igual a ",
|
||||||
|
"not": "No",
|
||||||
|
"notEmpty": "No vacío",
|
||||||
|
"startsWith": "Comenza con "
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"data": "Datos",
|
||||||
|
"deleteTitle": "Borrar regla de filtrado",
|
||||||
|
"leftTitle": "Criterio de alargado",
|
||||||
|
"logicAnd": "Y",
|
||||||
|
"logicOr": "O",
|
||||||
|
"rightTitle": "Criterio de endentado",
|
||||||
|
"title": {
|
||||||
|
"0": "Constructor de búsqueda",
|
||||||
|
"_": "Constructor de búsqueda (%d)"
|
||||||
|
},
|
||||||
|
"value": "Valor"
|
||||||
|
},
|
||||||
|
"thousands": ".",
|
||||||
|
"zeroRecords": "No se encontraron registros que coincidan con la búsqueda",
|
||||||
|
"datetime": {
|
||||||
|
"previous": "Anterior",
|
||||||
|
"next": "Siguiente",
|
||||||
|
"hours": "Hora",
|
||||||
|
"minutes": "Minuto",
|
||||||
|
"seconds": "Segundo",
|
||||||
|
"amPm": [
|
||||||
|
"AM",
|
||||||
|
"PM"
|
||||||
|
],
|
||||||
|
"months": {
|
||||||
|
"0": "Enero",
|
||||||
|
"1": "Febrero",
|
||||||
|
"10": "Noviembre",
|
||||||
|
"11": "Diciembre",
|
||||||
|
"2": "Marzo",
|
||||||
|
"3": "Abril",
|
||||||
|
"4": "Mayo",
|
||||||
|
"5": "Junio",
|
||||||
|
"6": "Julio",
|
||||||
|
"7": "Agosto",
|
||||||
|
"8": "Septiembre",
|
||||||
|
"9": "Octubre"
|
||||||
|
},
|
||||||
|
"unknown": "-",
|
||||||
|
"weekdays": [
|
||||||
|
"Dom",
|
||||||
|
"Lun",
|
||||||
|
"Mar",
|
||||||
|
"Mie",
|
||||||
|
"Jue",
|
||||||
|
"Vie",
|
||||||
|
"Sab"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"editor": {
|
||||||
|
"close": "Cerrar",
|
||||||
|
"create": {
|
||||||
|
"button": "Nuevo",
|
||||||
|
"title": "Crear nueva entrada",
|
||||||
|
"submit": "Crear"
|
||||||
|
},
|
||||||
|
"edit": {
|
||||||
|
"button": "Editar",
|
||||||
|
"title": "Editar entrada",
|
||||||
|
"submit": "Actualizar"
|
||||||
|
},
|
||||||
|
"remove": {
|
||||||
|
"button": "Borrar",
|
||||||
|
"title": "Borrar",
|
||||||
|
"submit": "Borrar",
|
||||||
|
"confirm": {
|
||||||
|
"_": "Está seguro que desea borrar %d filas?",
|
||||||
|
"1": "Está seguro que desea borrar 1 fila?"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"multi": {
|
||||||
|
"title": "Múltiples valores",
|
||||||
|
"info": "La selección contiene diferentes valores para esta entrada. Para editarla y establecer todos los items al mismo valor, clickear o tocar aquí, de otra manera conservarán sus valores individuales.",
|
||||||
|
"restore": "Deshacer cambios",
|
||||||
|
"noMulti": "Esta entrada se puede editar individualmente, pero no como parte de un grupo."
|
||||||
|
},
|
||||||
|
"error": {
|
||||||
|
"system": "Ocurrió un error de sistema (<a target=\"\\\" rel=\"nofollow\" href=\"\\\">Más información)."
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"aria": {
|
||||||
|
"sortAscending": ": orden ascendente",
|
||||||
|
"sortDescending": ": orden descendente"
|
||||||
|
},
|
||||||
|
"info": "Mostrando _START_ a _END_ de _TOTAL_ entradas",
|
||||||
|
"infoEmpty": "Mostrando 0 a 0 de 0 entradas",
|
||||||
|
"buttons": {
|
||||||
|
"copy": "Copiar",
|
||||||
|
"copyTitle": "Copiar al portapapeles",
|
||||||
|
"csv": "CSV",
|
||||||
|
"excel": "Excel",
|
||||||
|
"pdf": "PDF",
|
||||||
|
"print": "Imprimir",
|
||||||
|
"createState": "Crear estado",
|
||||||
|
"removeAllStates": "Eliminar todos los estados",
|
||||||
|
"removeState": "Eliminar estado",
|
||||||
|
"renameState": "Renombrar estado",
|
||||||
|
"savedStates": "Estados guardados",
|
||||||
|
"stateRestore": "Estado %d",
|
||||||
|
"updateState": "Actualizar"
|
||||||
|
}
|
||||||
|
};
|
||||||
|
}));
|
@ -0,0 +1,162 @@
|
|||||||
|
export default {
|
||||||
|
"autoFill": {
|
||||||
|
"cancel": "Cancelar",
|
||||||
|
"fill": "Llenar las celdas con <i>%d<i><\/i><\/i>",
|
||||||
|
"fillHorizontal": "Llenar las celdas horizontalmente",
|
||||||
|
"fillVertical": "Llenar las celdas verticalmente"
|
||||||
|
},
|
||||||
|
"decimal": ",",
|
||||||
|
"emptyTable": "No hay datos disponibles en la Tabla",
|
||||||
|
"infoFiltered": "Filtrado de _MAX_ entradas totales",
|
||||||
|
"infoThousands": ".",
|
||||||
|
"lengthMenu": "Mostrar _MENU_ entradas",
|
||||||
|
"loadingRecords": "Cargando...",
|
||||||
|
"paginate": {
|
||||||
|
"first": "Primera",
|
||||||
|
"last": "Ultima",
|
||||||
|
"next": "Siguiente",
|
||||||
|
"previous": "Anterior"
|
||||||
|
},
|
||||||
|
"processing": "Procesando...",
|
||||||
|
"search": "Busqueda:",
|
||||||
|
"searchBuilder": {
|
||||||
|
"add": "Agregar condición",
|
||||||
|
"button": {
|
||||||
|
"0": "Constructor de búsqueda",
|
||||||
|
"_": "Constructor de búsqueda (%d)"
|
||||||
|
},
|
||||||
|
"clearAll": "Quitar todo",
|
||||||
|
"condition": "Condición",
|
||||||
|
"conditions": {
|
||||||
|
"date": {
|
||||||
|
"after": "Luego",
|
||||||
|
"before": "Luego",
|
||||||
|
"between": "Entre",
|
||||||
|
"empty": "Vacio",
|
||||||
|
"equals": "Igual",
|
||||||
|
"notBetween": "No entre"
|
||||||
|
},
|
||||||
|
"number": {
|
||||||
|
"between": "Entre",
|
||||||
|
"empty": "Vacío",
|
||||||
|
"equals": "Igual",
|
||||||
|
"gt": "Mayor a",
|
||||||
|
"gte": "Mayor o igual a",
|
||||||
|
"lt": "Menor a ",
|
||||||
|
"lte": "Menor o igual a ",
|
||||||
|
"not": "No",
|
||||||
|
"notBetween": "No entre",
|
||||||
|
"notEmpty": "No vacío"
|
||||||
|
},
|
||||||
|
"string": {
|
||||||
|
"contains": "Contiene",
|
||||||
|
"empty": "Vacío",
|
||||||
|
"endsWith": "Termina en ",
|
||||||
|
"equals": "Igual a ",
|
||||||
|
"not": "No",
|
||||||
|
"notEmpty": "No vacío",
|
||||||
|
"startsWith": "Comenza con "
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"data": "Datos",
|
||||||
|
"deleteTitle": "Borrar regla de filtrado",
|
||||||
|
"leftTitle": "Criterio de alargado",
|
||||||
|
"logicAnd": "Y",
|
||||||
|
"logicOr": "O",
|
||||||
|
"rightTitle": "Criterio de endentado",
|
||||||
|
"title": {
|
||||||
|
"0": "Constructor de búsqueda",
|
||||||
|
"_": "Constructor de búsqueda (%d)"
|
||||||
|
},
|
||||||
|
"value": "Valor"
|
||||||
|
},
|
||||||
|
"thousands": ".",
|
||||||
|
"zeroRecords": "No se encontraron registros que coincidan con la búsqueda",
|
||||||
|
"datetime": {
|
||||||
|
"previous": "Anterior",
|
||||||
|
"next": "Siguiente",
|
||||||
|
"hours": "Hora",
|
||||||
|
"minutes": "Minuto",
|
||||||
|
"seconds": "Segundo",
|
||||||
|
"amPm": [
|
||||||
|
"AM",
|
||||||
|
"PM"
|
||||||
|
],
|
||||||
|
"months": {
|
||||||
|
"0": "Enero",
|
||||||
|
"1": "Febrero",
|
||||||
|
"10": "Noviembre",
|
||||||
|
"11": "Diciembre",
|
||||||
|
"2": "Marzo",
|
||||||
|
"3": "Abril",
|
||||||
|
"4": "Mayo",
|
||||||
|
"5": "Junio",
|
||||||
|
"6": "Julio",
|
||||||
|
"7": "Agosto",
|
||||||
|
"8": "Septiembre",
|
||||||
|
"9": "Octubre"
|
||||||
|
},
|
||||||
|
"unknown": "-",
|
||||||
|
"weekdays": [
|
||||||
|
"Dom",
|
||||||
|
"Lun",
|
||||||
|
"Mar",
|
||||||
|
"Mie",
|
||||||
|
"Jue",
|
||||||
|
"Vie",
|
||||||
|
"Sab"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"editor": {
|
||||||
|
"close": "Cerrar",
|
||||||
|
"create": {
|
||||||
|
"button": "Nuevo",
|
||||||
|
"title": "Crear nueva entrada",
|
||||||
|
"submit": "Crear"
|
||||||
|
},
|
||||||
|
"edit": {
|
||||||
|
"button": "Editar",
|
||||||
|
"title": "Editar entrada",
|
||||||
|
"submit": "Actualizar"
|
||||||
|
},
|
||||||
|
"remove": {
|
||||||
|
"button": "Borrar",
|
||||||
|
"title": "Borrar",
|
||||||
|
"submit": "Borrar",
|
||||||
|
"confirm": {
|
||||||
|
"_": "Está seguro que desea borrar %d filas?",
|
||||||
|
"1": "Está seguro que desea borrar 1 fila?"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"multi": {
|
||||||
|
"title": "Múltiples valores",
|
||||||
|
"info": "La selección contiene diferentes valores para esta entrada. Para editarla y establecer todos los items al mismo valor, clickear o tocar aquí, de otra manera conservarán sus valores individuales.",
|
||||||
|
"restore": "Deshacer cambios",
|
||||||
|
"noMulti": "Esta entrada se puede editar individualmente, pero no como parte de un grupo."
|
||||||
|
},
|
||||||
|
"error": {
|
||||||
|
"system": "Ocurrió un error de sistema (<a target=\"\\\" rel=\"nofollow\" href=\"\\\">Más información)."
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"aria": {
|
||||||
|
"sortAscending": ": orden ascendente",
|
||||||
|
"sortDescending": ": orden descendente"
|
||||||
|
},
|
||||||
|
"info": "Mostrando _START_ a _END_ de _TOTAL_ entradas",
|
||||||
|
"infoEmpty": "Mostrando 0 a 0 de 0 entradas",
|
||||||
|
"buttons": {
|
||||||
|
"copy": "Copiar",
|
||||||
|
"copyTitle": "Copiar al portapapeles",
|
||||||
|
"csv": "CSV",
|
||||||
|
"excel": "Excel",
|
||||||
|
"pdf": "PDF",
|
||||||
|
"print": "Imprimir",
|
||||||
|
"createState": "Crear estado",
|
||||||
|
"removeAllStates": "Eliminar todos los estados",
|
||||||
|
"removeState": "Eliminar estado",
|
||||||
|
"renameState": "Renombrar estado",
|
||||||
|
"savedStates": "Estados guardados",
|
||||||
|
"stateRestore": "Estado %d",
|
||||||
|
"updateState": "Actualizar"
|
||||||
|
}
|
||||||
|
};
|
@ -0,0 +1,215 @@
|
|||||||
|
(function( factory ) {
|
||||||
|
if ( typeof define === 'function' && define.amd ) {
|
||||||
|
// AMD
|
||||||
|
define( [], factory);
|
||||||
|
}
|
||||||
|
else if ( typeof exports === 'object' ) {
|
||||||
|
// CommonJS
|
||||||
|
module.exports = factory();
|
||||||
|
}
|
||||||
|
// No browser loader - use JSON, ESM, CJS or AMD
|
||||||
|
}
|
||||||
|
(function() {
|
||||||
|
return {
|
||||||
|
"aria": {
|
||||||
|
"sortAscending": ": orden ascendente",
|
||||||
|
"sortDescending": ": orden descendente"
|
||||||
|
},
|
||||||
|
"autoFill": {
|
||||||
|
"cancel": "Cancelar",
|
||||||
|
"fill": "Llenar todas las celdas con <i>%d<\\\/i><\/i>",
|
||||||
|
"fillHorizontal": "Llenar celdas horizontalmente",
|
||||||
|
"fillVertical": "Llenar celdas verticalmente"
|
||||||
|
},
|
||||||
|
"buttons": {
|
||||||
|
"collection": "Colección <span class=\"ui-button-icon-primary ui-icon ui-icon-triangle-1-s\"><\/span>",
|
||||||
|
"colvis": "Visibilidad de la columna",
|
||||||
|
"colvisRestore": "Restaurar visibilidad",
|
||||||
|
"copy": "Copiar",
|
||||||
|
"copyKeys": "Presiona ctrl or u2318 + C para copiar los datos de la tabla al portapapeles.<br \/><br \/>Para cancelar, haz click en este mensaje o presiona esc.",
|
||||||
|
"copySuccess": {
|
||||||
|
"_": "Copió %ds registros al portapapeles",
|
||||||
|
"1": "Copió un registro al portapapeles"
|
||||||
|
},
|
||||||
|
"copyTitle": "Copiado al portapapeles",
|
||||||
|
"csv": "CSV",
|
||||||
|
"excel": "Excel",
|
||||||
|
"pageLength": {
|
||||||
|
"_": "Mostrar %ds registros",
|
||||||
|
"-1": "Mostrar todos los registros"
|
||||||
|
},
|
||||||
|
"pdf": "PDF",
|
||||||
|
"print": "Imprimir"
|
||||||
|
},
|
||||||
|
"datetime": {
|
||||||
|
"amPm": [
|
||||||
|
"AM",
|
||||||
|
"PM"
|
||||||
|
],
|
||||||
|
"hours": "Horas",
|
||||||
|
"minutes": "Minutos",
|
||||||
|
"months": {
|
||||||
|
"0": "Enero",
|
||||||
|
"1": "Febrero",
|
||||||
|
"10": "Noviembre",
|
||||||
|
"11": "Diciembre",
|
||||||
|
"2": "Marzo",
|
||||||
|
"3": "Abril",
|
||||||
|
"4": "Mayo",
|
||||||
|
"5": "Junio",
|
||||||
|
"6": "Julio",
|
||||||
|
"7": "Agosto",
|
||||||
|
"8": "Septiembre",
|
||||||
|
"9": "Octubre"
|
||||||
|
},
|
||||||
|
"next": "Siguiente",
|
||||||
|
"previous": "Anterior",
|
||||||
|
"seconds": "Segundos",
|
||||||
|
"weekdays": [
|
||||||
|
"Dom",
|
||||||
|
"Lun",
|
||||||
|
"Mar",
|
||||||
|
"Mie",
|
||||||
|
"Jue",
|
||||||
|
"Vie",
|
||||||
|
"Sab"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"decimal": ",",
|
||||||
|
"editor": {
|
||||||
|
"close": "Cerrar",
|
||||||
|
"create": {
|
||||||
|
"button": "Nuevo",
|
||||||
|
"submit": "Crear",
|
||||||
|
"title": "Crear nuevo registro"
|
||||||
|
},
|
||||||
|
"edit": {
|
||||||
|
"button": "Editar",
|
||||||
|
"submit": "Actualizar",
|
||||||
|
"title": "Editar registro"
|
||||||
|
},
|
||||||
|
"error": {
|
||||||
|
"system": "Ocurrió un error de sistema (<a target=\"\\\" rel=\"nofollow\" href=\"\\\">Más información)."
|
||||||
|
},
|
||||||
|
"multi": {
|
||||||
|
"info": "Los elementos seleccionados contienen diferentes valores para esta entrada. Para editar y configurar todos los elementos de esta entrada con el mismo valor, haga clic o toque aquí, de lo contrario, conservarán sus valores individuales.",
|
||||||
|
"noMulti": "Esta entrada se puede editar individualmente, pero no como parte de un grupo.",
|
||||||
|
"restore": "Deshacer cambios",
|
||||||
|
"title": "Múltiples valores"
|
||||||
|
},
|
||||||
|
"remove": {
|
||||||
|
"button": "Eliminar",
|
||||||
|
"confirm": {
|
||||||
|
"_": "¿Está seguro de que desea eliminar %d registros?",
|
||||||
|
"1": "¿Está seguro de que desea eliminar 1 registro?"
|
||||||
|
},
|
||||||
|
"submit": "Eliminar",
|
||||||
|
"title": "Eliminar registro"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"emptyTable": "Sin registros",
|
||||||
|
"info": "Mostrando _START_ a _END_ de _TOTAL_ registros",
|
||||||
|
"infoEmpty": "Mostrando 0 a 0 de 0 registros",
|
||||||
|
"infoFiltered": "(filtrado de _MAX_ registros)",
|
||||||
|
"infoThousands": ".",
|
||||||
|
"lengthMenu": "Mostrar _MENU_ registros",
|
||||||
|
"loadingRecords": "Cargando...",
|
||||||
|
"paginate": {
|
||||||
|
"first": "Primero",
|
||||||
|
"last": "Último",
|
||||||
|
"next": "Siguiente",
|
||||||
|
"previous": "Anterior"
|
||||||
|
},
|
||||||
|
"processing": "Procesando...",
|
||||||
|
"search": "Buscar:",
|
||||||
|
"searchBuilder": {
|
||||||
|
"add": "Agregar Condición",
|
||||||
|
"button": {
|
||||||
|
"_": "Filtros (%d)",
|
||||||
|
"0": "Filtrar"
|
||||||
|
},
|
||||||
|
"clearAll": "Limpiar Todo",
|
||||||
|
"condition": "Condición",
|
||||||
|
"conditions": {
|
||||||
|
"array": {
|
||||||
|
"contains": "Contiene",
|
||||||
|
"empty": "Vacío",
|
||||||
|
"equals": "Igual",
|
||||||
|
"not": "Distinto",
|
||||||
|
"notEmpty": "No vacío",
|
||||||
|
"without": "Sin"
|
||||||
|
},
|
||||||
|
"date": {
|
||||||
|
"after": "Mayor",
|
||||||
|
"before": "Menor",
|
||||||
|
"between": "Entre",
|
||||||
|
"empty": "Vacío",
|
||||||
|
"equals": "Igual",
|
||||||
|
"not": "Distinto",
|
||||||
|
"notBetween": "No entre",
|
||||||
|
"notEmpty": "No vacío"
|
||||||
|
},
|
||||||
|
"number": {
|
||||||
|
"between": "Entre",
|
||||||
|
"empty": "Vacío",
|
||||||
|
"equals": "Igual",
|
||||||
|
"gt": "Mayor",
|
||||||
|
"gte": "Mayor o igual",
|
||||||
|
"lt": "Menor",
|
||||||
|
"lte": "Menor o igual",
|
||||||
|
"not": "Distinto",
|
||||||
|
"notBetween": "No entre",
|
||||||
|
"notEmpty": "No vacío"
|
||||||
|
},
|
||||||
|
"string": {
|
||||||
|
"contains": "Contiene",
|
||||||
|
"empty": "Vacío",
|
||||||
|
"endsWith": "Termina con",
|
||||||
|
"equals": "Igual",
|
||||||
|
"not": "Distinto",
|
||||||
|
"notEmpty": "No vacío",
|
||||||
|
"startsWith": "Comienza con"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"data": "Datos",
|
||||||
|
"deleteTitle": "Eliminar regla de filtrado",
|
||||||
|
"leftTitle": "Filtros anulados",
|
||||||
|
"logicAnd": "Y",
|
||||||
|
"logicOr": "O",
|
||||||
|
"rightTitle": "Filtro",
|
||||||
|
"title": {
|
||||||
|
"_": "Filtros (%d)",
|
||||||
|
"0": "Filtrar"
|
||||||
|
},
|
||||||
|
"value": "Valor"
|
||||||
|
},
|
||||||
|
"searchPanes": {
|
||||||
|
"clearMessage": "Limpiar todo",
|
||||||
|
"collapse": {
|
||||||
|
"_": "Paneles de búsqueda (%d)",
|
||||||
|
"0": "Paneles de búsqueda"
|
||||||
|
},
|
||||||
|
"count": "{total}",
|
||||||
|
"countFiltered": "{shown} ({total})",
|
||||||
|
"emptyPanes": "Sin paneles de búsqueda",
|
||||||
|
"loadMessage": "Cargando paneles de búsqueda...",
|
||||||
|
"title": "Filtros activos - %d"
|
||||||
|
},
|
||||||
|
"select": {
|
||||||
|
"cells": {
|
||||||
|
"_": "%d celdas seleccionadas",
|
||||||
|
"1": "Una celda seleccionada"
|
||||||
|
},
|
||||||
|
"columns": {
|
||||||
|
"_": "%d columnas seleccionadas",
|
||||||
|
"1": "Una columna seleccionada"
|
||||||
|
},
|
||||||
|
"rows": {
|
||||||
|
"1": "Una fila seleccionada",
|
||||||
|
"_": "%d filas seleccionadas"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"thousands": ".",
|
||||||
|
"zeroRecords": "No se encontraron registros"
|
||||||
|
};
|
||||||
|
}));
|
@ -0,0 +1,202 @@
|
|||||||
|
export default {
|
||||||
|
"aria": {
|
||||||
|
"sortAscending": ": orden ascendente",
|
||||||
|
"sortDescending": ": orden descendente"
|
||||||
|
},
|
||||||
|
"autoFill": {
|
||||||
|
"cancel": "Cancelar",
|
||||||
|
"fill": "Llenar todas las celdas con <i>%d<\\\/i><\/i>",
|
||||||
|
"fillHorizontal": "Llenar celdas horizontalmente",
|
||||||
|
"fillVertical": "Llenar celdas verticalmente"
|
||||||
|
},
|
||||||
|
"buttons": {
|
||||||
|
"collection": "Colección <span class=\"ui-button-icon-primary ui-icon ui-icon-triangle-1-s\"><\/span>",
|
||||||
|
"colvis": "Visibilidad de la columna",
|
||||||
|
"colvisRestore": "Restaurar visibilidad",
|
||||||
|
"copy": "Copiar",
|
||||||
|
"copyKeys": "Presiona ctrl or u2318 + C para copiar los datos de la tabla al portapapeles.<br \/><br \/>Para cancelar, haz click en este mensaje o presiona esc.",
|
||||||
|
"copySuccess": {
|
||||||
|
"_": "Copió %ds registros al portapapeles",
|
||||||
|
"1": "Copió un registro al portapapeles"
|
||||||
|
},
|
||||||
|
"copyTitle": "Copiado al portapapeles",
|
||||||
|
"csv": "CSV",
|
||||||
|
"excel": "Excel",
|
||||||
|
"pageLength": {
|
||||||
|
"_": "Mostrar %ds registros",
|
||||||
|
"-1": "Mostrar todos los registros"
|
||||||
|
},
|
||||||
|
"pdf": "PDF",
|
||||||
|
"print": "Imprimir"
|
||||||
|
},
|
||||||
|
"datetime": {
|
||||||
|
"amPm": [
|
||||||
|
"AM",
|
||||||
|
"PM"
|
||||||
|
],
|
||||||
|
"hours": "Horas",
|
||||||
|
"minutes": "Minutos",
|
||||||
|
"months": {
|
||||||
|
"0": "Enero",
|
||||||
|
"1": "Febrero",
|
||||||
|
"10": "Noviembre",
|
||||||
|
"11": "Diciembre",
|
||||||
|
"2": "Marzo",
|
||||||
|
"3": "Abril",
|
||||||
|
"4": "Mayo",
|
||||||
|
"5": "Junio",
|
||||||
|
"6": "Julio",
|
||||||
|
"7": "Agosto",
|
||||||
|
"8": "Septiembre",
|
||||||
|
"9": "Octubre"
|
||||||
|
},
|
||||||
|
"next": "Siguiente",
|
||||||
|
"previous": "Anterior",
|
||||||
|
"seconds": "Segundos",
|
||||||
|
"weekdays": [
|
||||||
|
"Dom",
|
||||||
|
"Lun",
|
||||||
|
"Mar",
|
||||||
|
"Mie",
|
||||||
|
"Jue",
|
||||||
|
"Vie",
|
||||||
|
"Sab"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"decimal": ",",
|
||||||
|
"editor": {
|
||||||
|
"close": "Cerrar",
|
||||||
|
"create": {
|
||||||
|
"button": "Nuevo",
|
||||||
|
"submit": "Crear",
|
||||||
|
"title": "Crear nuevo registro"
|
||||||
|
},
|
||||||
|
"edit": {
|
||||||
|
"button": "Editar",
|
||||||
|
"submit": "Actualizar",
|
||||||
|
"title": "Editar registro"
|
||||||
|
},
|
||||||
|
"error": {
|
||||||
|
"system": "Ocurrió un error de sistema (<a target=\"\\\" rel=\"nofollow\" href=\"\\\">Más información)."
|
||||||
|
},
|
||||||
|
"multi": {
|
||||||
|
"info": "Los elementos seleccionados contienen diferentes valores para esta entrada. Para editar y configurar todos los elementos de esta entrada con el mismo valor, haga clic o toque aquí, de lo contrario, conservarán sus valores individuales.",
|
||||||
|
"noMulti": "Esta entrada se puede editar individualmente, pero no como parte de un grupo.",
|
||||||
|
"restore": "Deshacer cambios",
|
||||||
|
"title": "Múltiples valores"
|
||||||
|
},
|
||||||
|
"remove": {
|
||||||
|
"button": "Eliminar",
|
||||||
|
"confirm": {
|
||||||
|
"_": "¿Está seguro de que desea eliminar %d registros?",
|
||||||
|
"1": "¿Está seguro de que desea eliminar 1 registro?"
|
||||||
|
},
|
||||||
|
"submit": "Eliminar",
|
||||||
|
"title": "Eliminar registro"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"emptyTable": "Sin registros",
|
||||||
|
"info": "Mostrando _START_ a _END_ de _TOTAL_ registros",
|
||||||
|
"infoEmpty": "Mostrando 0 a 0 de 0 registros",
|
||||||
|
"infoFiltered": "(filtrado de _MAX_ registros)",
|
||||||
|
"infoThousands": ".",
|
||||||
|
"lengthMenu": "Mostrar _MENU_ registros",
|
||||||
|
"loadingRecords": "Cargando...",
|
||||||
|
"paginate": {
|
||||||
|
"first": "Primero",
|
||||||
|
"last": "Último",
|
||||||
|
"next": "Siguiente",
|
||||||
|
"previous": "Anterior"
|
||||||
|
},
|
||||||
|
"processing": "Procesando...",
|
||||||
|
"search": "Buscar:",
|
||||||
|
"searchBuilder": {
|
||||||
|
"add": "Agregar Condición",
|
||||||
|
"button": {
|
||||||
|
"_": "Filtros (%d)",
|
||||||
|
"0": "Filtrar"
|
||||||
|
},
|
||||||
|
"clearAll": "Limpiar Todo",
|
||||||
|
"condition": "Condición",
|
||||||
|
"conditions": {
|
||||||
|
"array": {
|
||||||
|
"contains": "Contiene",
|
||||||
|
"empty": "Vacío",
|
||||||
|
"equals": "Igual",
|
||||||
|
"not": "Distinto",
|
||||||
|
"notEmpty": "No vacío",
|
||||||
|
"without": "Sin"
|
||||||
|
},
|
||||||
|
"date": {
|
||||||
|
"after": "Mayor",
|
||||||
|
"before": "Menor",
|
||||||
|
"between": "Entre",
|
||||||
|
"empty": "Vacío",
|
||||||
|
"equals": "Igual",
|
||||||
|
"not": "Distinto",
|
||||||
|
"notBetween": "No entre",
|
||||||
|
"notEmpty": "No vacío"
|
||||||
|
},
|
||||||
|
"number": {
|
||||||
|
"between": "Entre",
|
||||||
|
"empty": "Vacío",
|
||||||
|
"equals": "Igual",
|
||||||
|
"gt": "Mayor",
|
||||||
|
"gte": "Mayor o igual",
|
||||||
|
"lt": "Menor",
|
||||||
|
"lte": "Menor o igual",
|
||||||
|
"not": "Distinto",
|
||||||
|
"notBetween": "No entre",
|
||||||
|
"notEmpty": "No vacío"
|
||||||
|
},
|
||||||
|
"string": {
|
||||||
|
"contains": "Contiene",
|
||||||
|
"empty": "Vacío",
|
||||||
|
"endsWith": "Termina con",
|
||||||
|
"equals": "Igual",
|
||||||
|
"not": "Distinto",
|
||||||
|
"notEmpty": "No vacío",
|
||||||
|
"startsWith": "Comienza con"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"data": "Datos",
|
||||||
|
"deleteTitle": "Eliminar regla de filtrado",
|
||||||
|
"leftTitle": "Filtros anulados",
|
||||||
|
"logicAnd": "Y",
|
||||||
|
"logicOr": "O",
|
||||||
|
"rightTitle": "Filtro",
|
||||||
|
"title": {
|
||||||
|
"_": "Filtros (%d)",
|
||||||
|
"0": "Filtrar"
|
||||||
|
},
|
||||||
|
"value": "Valor"
|
||||||
|
},
|
||||||
|
"searchPanes": {
|
||||||
|
"clearMessage": "Limpiar todo",
|
||||||
|
"collapse": {
|
||||||
|
"_": "Paneles de búsqueda (%d)",
|
||||||
|
"0": "Paneles de búsqueda"
|
||||||
|
},
|
||||||
|
"count": "{total}",
|
||||||
|
"countFiltered": "{shown} ({total})",
|
||||||
|
"emptyPanes": "Sin paneles de búsqueda",
|
||||||
|
"loadMessage": "Cargando paneles de búsqueda...",
|
||||||
|
"title": "Filtros activos - %d"
|
||||||
|
},
|
||||||
|
"select": {
|
||||||
|
"cells": {
|
||||||
|
"_": "%d celdas seleccionadas",
|
||||||
|
"1": "Una celda seleccionada"
|
||||||
|
},
|
||||||
|
"columns": {
|
||||||
|
"_": "%d columnas seleccionadas",
|
||||||
|
"1": "Una columna seleccionada"
|
||||||
|
},
|
||||||
|
"rows": {
|
||||||
|
"1": "Una fila seleccionada",
|
||||||
|
"_": "%d filas seleccionadas"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"thousands": ".",
|
||||||
|
"zeroRecords": "No se encontraron registros"
|
||||||
|
};
|
@ -0,0 +1,261 @@
|
|||||||
|
(function( factory ) {
|
||||||
|
if ( typeof define === 'function' && define.amd ) {
|
||||||
|
// AMD
|
||||||
|
define( [], factory);
|
||||||
|
}
|
||||||
|
else if ( typeof exports === 'object' ) {
|
||||||
|
// CommonJS
|
||||||
|
module.exports = factory();
|
||||||
|
}
|
||||||
|
// No browser loader - use JSON, ESM, CJS or AMD
|
||||||
|
}
|
||||||
|
(function() {
|
||||||
|
return {
|
||||||
|
"autoFill": {
|
||||||
|
"cancel": "Cancelar",
|
||||||
|
"fill": "Llenar",
|
||||||
|
"fillHorizontal": "Llenar celdas horizontalmente",
|
||||||
|
"fillVertical": "Llenar celdas verticalemente",
|
||||||
|
"info": "Información"
|
||||||
|
},
|
||||||
|
"buttons": {
|
||||||
|
"copy": "Copiar",
|
||||||
|
"copySuccess": {
|
||||||
|
"_": "Copiado con exito",
|
||||||
|
"1": "Fila copiada con exito"
|
||||||
|
},
|
||||||
|
"copyTitle": "Tabla Copiada",
|
||||||
|
"createState": "Crear estado",
|
||||||
|
"pageLength": {
|
||||||
|
"_": "ver %d filas",
|
||||||
|
"-1": "Ver todas las Filas",
|
||||||
|
"1": "Ver una fila"
|
||||||
|
},
|
||||||
|
"renameState": "Renombrar",
|
||||||
|
"updateState": "Actualizar",
|
||||||
|
"csv": "CSV",
|
||||||
|
"excel": "Excel",
|
||||||
|
"pdf": "PDF",
|
||||||
|
"collection": "Colección",
|
||||||
|
"colvis": "Visibilidad Columna",
|
||||||
|
"colvisRestore": "Restaurar Visibilidad",
|
||||||
|
"copyKeys": "Presione Inicio + C para copiar la información de la tabla. Para Cancelar hacer click en este mensaje para o ESC",
|
||||||
|
"print": "Imprimir",
|
||||||
|
"removeAllStates": "Eliminar todos los estados",
|
||||||
|
"removeState": "Eliminar",
|
||||||
|
"savedStates": "Estados Guardados",
|
||||||
|
"stateRestore": "Estado %d"
|
||||||
|
},
|
||||||
|
"datetime": {
|
||||||
|
"months": {
|
||||||
|
"0": "Enero",
|
||||||
|
"1": "Febrero",
|
||||||
|
"10": "Noviembre",
|
||||||
|
"11": "Diciembre",
|
||||||
|
"2": "Marzo",
|
||||||
|
"3": "Abril",
|
||||||
|
"4": "Mayo",
|
||||||
|
"5": "Junio",
|
||||||
|
"6": "Julio",
|
||||||
|
"7": "Agosto",
|
||||||
|
"8": "Septiembre",
|
||||||
|
"9": "Octubre"
|
||||||
|
},
|
||||||
|
"weekdays": {
|
||||||
|
"0": "Dom",
|
||||||
|
"1": "Lun",
|
||||||
|
"2": "Mar",
|
||||||
|
"4": "Jue",
|
||||||
|
"5": "Vie",
|
||||||
|
"3": "Mié",
|
||||||
|
"6": "Sáb"
|
||||||
|
},
|
||||||
|
"amPm": [
|
||||||
|
"am",
|
||||||
|
"pm"
|
||||||
|
],
|
||||||
|
"previous": "Anterior",
|
||||||
|
"next": "Siguiente",
|
||||||
|
"hours": "Hora",
|
||||||
|
"minutes": "Minuto",
|
||||||
|
"seconds": "Segundo",
|
||||||
|
"unknown": "Desconocido"
|
||||||
|
},
|
||||||
|
"editor": {
|
||||||
|
"close": "Cerrar",
|
||||||
|
"create": {
|
||||||
|
"button": "Nuevo",
|
||||||
|
"submit": "Crear",
|
||||||
|
"title": "Crear nueva entrada"
|
||||||
|
},
|
||||||
|
"edit": {
|
||||||
|
"button": "Editar",
|
||||||
|
"submit": "Actualizar",
|
||||||
|
"title": "Editar Registro"
|
||||||
|
},
|
||||||
|
"remove": {
|
||||||
|
"button": "Borrar",
|
||||||
|
"submit": "Borrar",
|
||||||
|
"title": "Borrar",
|
||||||
|
"confirm": {
|
||||||
|
"_": "Esta seguro de eliminar %d registros",
|
||||||
|
"1": "Esta seguro de eliminar 1 registro"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"multi": {
|
||||||
|
"info": "Los elementos seleccionados contienen diferentes valores para esta entrada. Para editar y configurar todos los elementos de esta entrada en el mismo valor, haga clic o toque aquí, de lo contrario, conservar sus valores individuales.",
|
||||||
|
"noMulti": "Múltiples valores",
|
||||||
|
"title": "Valores multiples",
|
||||||
|
"restore": "Deshacer cambios"
|
||||||
|
},
|
||||||
|
"error": {
|
||||||
|
"system": "Ha ocurrido un error del sistema ( Mas Información)"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"emptyTable": "Tabla Vacia",
|
||||||
|
"info": "informacion",
|
||||||
|
"infoEmpty": "Sin informacion",
|
||||||
|
"lengthMenu": "Entradas",
|
||||||
|
"loadingRecords": "Cargando...",
|
||||||
|
"searchBuilder": {
|
||||||
|
"button": {
|
||||||
|
"_": "Creador de búsquedas (%d)",
|
||||||
|
"0": "Creador de búsquedas"
|
||||||
|
},
|
||||||
|
"clearAll": "Quitar filtro",
|
||||||
|
"data": "Datos",
|
||||||
|
"logicAnd": "Y",
|
||||||
|
"logicOr": "O",
|
||||||
|
"value": "Valor",
|
||||||
|
"add": "Agragar condición",
|
||||||
|
"condition": "Condición",
|
||||||
|
"conditions": {
|
||||||
|
"date": {
|
||||||
|
"after": "Después",
|
||||||
|
"before": "Antes",
|
||||||
|
"between": "Entre",
|
||||||
|
"empty": "Vacío",
|
||||||
|
"equals": "Igual",
|
||||||
|
"not": "No",
|
||||||
|
"notBetween": "No Entre",
|
||||||
|
"notEmpty": "No Vacío"
|
||||||
|
},
|
||||||
|
"number": {
|
||||||
|
"between": "Entre",
|
||||||
|
"empty": "Vacío",
|
||||||
|
"equals": "Igual",
|
||||||
|
"gt": "Mayor",
|
||||||
|
"gte": "Mayor o Igual",
|
||||||
|
"lt": "Menor",
|
||||||
|
"lte": "Menor o Igual",
|
||||||
|
"not": "No",
|
||||||
|
"notBetween": "No Entre",
|
||||||
|
"notEmpty": "No vacío"
|
||||||
|
},
|
||||||
|
"string": {
|
||||||
|
"contains": "Contine",
|
||||||
|
"empty": "Vacío",
|
||||||
|
"endsWith": "Termina en",
|
||||||
|
"equals": "Iguales",
|
||||||
|
"not": "No",
|
||||||
|
"notEmpty": "No Vacío",
|
||||||
|
"startsWith": "Empieza en",
|
||||||
|
"notContains": "No Contiene",
|
||||||
|
"notStartsWith": "No empieza en",
|
||||||
|
"notEndsWith": "No finaliza en"
|
||||||
|
},
|
||||||
|
"array": {
|
||||||
|
"equals": "Iguales",
|
||||||
|
"empty": "Vacío",
|
||||||
|
"contains": "Contiene",
|
||||||
|
"not": "No",
|
||||||
|
"notEmpty": "No Vacío",
|
||||||
|
"without": "Con"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"deleteTitle": "Eliminar regla",
|
||||||
|
"leftTitle": "Izquierda",
|
||||||
|
"rightTitle": "Derecha",
|
||||||
|
"title": {
|
||||||
|
"0": "Generador de Consultas",
|
||||||
|
"_": "Generador de Consultas (%d)"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"searchPanes": {
|
||||||
|
"clearMessage": "Borrar Filtro",
|
||||||
|
"collapseMessage": "desplegar todo",
|
||||||
|
"loadMessage": "Cargando informacion",
|
||||||
|
"showMessage": "Mostrar todos",
|
||||||
|
"title": "Filtros Activos - %d",
|
||||||
|
"collapse": {
|
||||||
|
"0": "Paneles de Búsqueda",
|
||||||
|
"_": "Paneles de Búsqueda (%d)"
|
||||||
|
},
|
||||||
|
"count": "Cuenta",
|
||||||
|
"countFiltered": "Cuenta Filtro",
|
||||||
|
"emptyPanes": "No hay información"
|
||||||
|
},
|
||||||
|
"searchPlaceholder": "Busqueda en tabla",
|
||||||
|
"select": {
|
||||||
|
"cells": {
|
||||||
|
"_": "%d celdas seleccionadas",
|
||||||
|
"1": "1 celda seleccionada"
|
||||||
|
},
|
||||||
|
"columns": {
|
||||||
|
"_": "%d columnas seleccionadas",
|
||||||
|
"1": "1 columna seleccionada"
|
||||||
|
},
|
||||||
|
"rows": {
|
||||||
|
"1": "Fila seleccionada",
|
||||||
|
"_": "Filas Seleccionadas"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"aria": {
|
||||||
|
"sortAscending": "Activar para ordenar ascendente",
|
||||||
|
"sortDescending": "Activar para ordenar descendente"
|
||||||
|
},
|
||||||
|
"decimal": ".",
|
||||||
|
"infoFiltered": "filtrado de _MAX_ entradas totales",
|
||||||
|
"infoPostFix": "Mostrando %d a %d de %d entradas",
|
||||||
|
"infoThousands": ",",
|
||||||
|
"paginate": {
|
||||||
|
"first": "Primero",
|
||||||
|
"last": "Último",
|
||||||
|
"next": "Siguiente",
|
||||||
|
"previous": "Anterior"
|
||||||
|
},
|
||||||
|
"processing": "Procesando...",
|
||||||
|
"search": "Buscar:",
|
||||||
|
"thousands": ",",
|
||||||
|
"zeroRecords": "No se encontro información",
|
||||||
|
"stateRestore": {
|
||||||
|
"creationModal": {
|
||||||
|
"button": "Crear",
|
||||||
|
"columns": {
|
||||||
|
"search": "Búsqueda columnas",
|
||||||
|
"visible": "Visibilidad de columa"
|
||||||
|
},
|
||||||
|
"name": "Nombre:",
|
||||||
|
"order": "Ordenar",
|
||||||
|
"paging": "Paginado",
|
||||||
|
"scroller": "Posición desplazamiento",
|
||||||
|
"search": "Buscar",
|
||||||
|
"searchBuilder": "Generador de Consultas",
|
||||||
|
"select": "Seleccionar",
|
||||||
|
"title": "Crear Nuevo Estado",
|
||||||
|
"toggleLabel": "Incluir:"
|
||||||
|
},
|
||||||
|
"duplicateError": "Ya existe un estado con este nombre",
|
||||||
|
"emptyError": "El nombre no puede estar vacío",
|
||||||
|
"emptyStates": "Estado sin Guardar",
|
||||||
|
"removeConfirm": "Esta seguro de eliminar el estado %d?",
|
||||||
|
"removeError": "Error al eliminar el estado",
|
||||||
|
"removeJoiner": "y",
|
||||||
|
"removeSubmit": "Eliminar",
|
||||||
|
"removeTitle": "Eliminar Estado",
|
||||||
|
"renameButton": "Eliminar",
|
||||||
|
"renameLabel": "Nuevo nombre para %s",
|
||||||
|
"renameTitle": "Renombrar Estado"
|
||||||
|
}
|
||||||
|
};
|
||||||
|
}));
|
@ -0,0 +1,248 @@
|
|||||||
|
export default {
|
||||||
|
"autoFill": {
|
||||||
|
"cancel": "Cancelar",
|
||||||
|
"fill": "Llenar",
|
||||||
|
"fillHorizontal": "Llenar celdas horizontalmente",
|
||||||
|
"fillVertical": "Llenar celdas verticalemente",
|
||||||
|
"info": "Información"
|
||||||
|
},
|
||||||
|
"buttons": {
|
||||||
|
"copy": "Copiar",
|
||||||
|
"copySuccess": {
|
||||||
|
"_": "Copiado con exito",
|
||||||
|
"1": "Fila copiada con exito"
|
||||||
|
},
|
||||||
|
"copyTitle": "Tabla Copiada",
|
||||||
|
"createState": "Crear estado",
|
||||||
|
"pageLength": {
|
||||||
|
"_": "ver %d filas",
|
||||||
|
"-1": "Ver todas las Filas",
|
||||||
|
"1": "Ver una fila"
|
||||||
|
},
|
||||||
|
"renameState": "Renombrar",
|
||||||
|
"updateState": "Actualizar",
|
||||||
|
"csv": "CSV",
|
||||||
|
"excel": "Excel",
|
||||||
|
"pdf": "PDF",
|
||||||
|
"collection": "Colección",
|
||||||
|
"colvis": "Visibilidad Columna",
|
||||||
|
"colvisRestore": "Restaurar Visibilidad",
|
||||||
|
"copyKeys": "Presione Inicio + C para copiar la información de la tabla. Para Cancelar hacer click en este mensaje para o ESC",
|
||||||
|
"print": "Imprimir",
|
||||||
|
"removeAllStates": "Eliminar todos los estados",
|
||||||
|
"removeState": "Eliminar",
|
||||||
|
"savedStates": "Estados Guardados",
|
||||||
|
"stateRestore": "Estado %d"
|
||||||
|
},
|
||||||
|
"datetime": {
|
||||||
|
"months": {
|
||||||
|
"0": "Enero",
|
||||||
|
"1": "Febrero",
|
||||||
|
"10": "Noviembre",
|
||||||
|
"11": "Diciembre",
|
||||||
|
"2": "Marzo",
|
||||||
|
"3": "Abril",
|
||||||
|
"4": "Mayo",
|
||||||
|
"5": "Junio",
|
||||||
|
"6": "Julio",
|
||||||
|
"7": "Agosto",
|
||||||
|
"8": "Septiembre",
|
||||||
|
"9": "Octubre"
|
||||||
|
},
|
||||||
|
"weekdays": {
|
||||||
|
"0": "Dom",
|
||||||
|
"1": "Lun",
|
||||||
|
"2": "Mar",
|
||||||
|
"4": "Jue",
|
||||||
|
"5": "Vie",
|
||||||
|
"3": "Mié",
|
||||||
|
"6": "Sáb"
|
||||||
|
},
|
||||||
|
"amPm": [
|
||||||
|
"am",
|
||||||
|
"pm"
|
||||||
|
],
|
||||||
|
"previous": "Anterior",
|
||||||
|
"next": "Siguiente",
|
||||||
|
"hours": "Hora",
|
||||||
|
"minutes": "Minuto",
|
||||||
|
"seconds": "Segundo",
|
||||||
|
"unknown": "Desconocido"
|
||||||
|
},
|
||||||
|
"editor": {
|
||||||
|
"close": "Cerrar",
|
||||||
|
"create": {
|
||||||
|
"button": "Nuevo",
|
||||||
|
"submit": "Crear",
|
||||||
|
"title": "Crear nueva entrada"
|
||||||
|
},
|
||||||
|
"edit": {
|
||||||
|
"button": "Editar",
|
||||||
|
"submit": "Actualizar",
|
||||||
|
"title": "Editar Registro"
|
||||||
|
},
|
||||||
|
"remove": {
|
||||||
|
"button": "Borrar",
|
||||||
|
"submit": "Borrar",
|
||||||
|
"title": "Borrar",
|
||||||
|
"confirm": {
|
||||||
|
"_": "Esta seguro de eliminar %d registros",
|
||||||
|
"1": "Esta seguro de eliminar 1 registro"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"multi": {
|
||||||
|
"info": "Los elementos seleccionados contienen diferentes valores para esta entrada. Para editar y configurar todos los elementos de esta entrada en el mismo valor, haga clic o toque aquí, de lo contrario, conservar sus valores individuales.",
|
||||||
|
"noMulti": "Múltiples valores",
|
||||||
|
"title": "Valores multiples",
|
||||||
|
"restore": "Deshacer cambios"
|
||||||
|
},
|
||||||
|
"error": {
|
||||||
|
"system": "Ha ocurrido un error del sistema ( Mas Información)"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"emptyTable": "Tabla Vacia",
|
||||||
|
"info": "informacion",
|
||||||
|
"infoEmpty": "Sin informacion",
|
||||||
|
"lengthMenu": "Entradas",
|
||||||
|
"loadingRecords": "Cargando...",
|
||||||
|
"searchBuilder": {
|
||||||
|
"button": {
|
||||||
|
"_": "Creador de búsquedas (%d)",
|
||||||
|
"0": "Creador de búsquedas"
|
||||||
|
},
|
||||||
|
"clearAll": "Quitar filtro",
|
||||||
|
"data": "Datos",
|
||||||
|
"logicAnd": "Y",
|
||||||
|
"logicOr": "O",
|
||||||
|
"value": "Valor",
|
||||||
|
"add": "Agragar condición",
|
||||||
|
"condition": "Condición",
|
||||||
|
"conditions": {
|
||||||
|
"date": {
|
||||||
|
"after": "Después",
|
||||||
|
"before": "Antes",
|
||||||
|
"between": "Entre",
|
||||||
|
"empty": "Vacío",
|
||||||
|
"equals": "Igual",
|
||||||
|
"not": "No",
|
||||||
|
"notBetween": "No Entre",
|
||||||
|
"notEmpty": "No Vacío"
|
||||||
|
},
|
||||||
|
"number": {
|
||||||
|
"between": "Entre",
|
||||||
|
"empty": "Vacío",
|
||||||
|
"equals": "Igual",
|
||||||
|
"gt": "Mayor",
|
||||||
|
"gte": "Mayor o Igual",
|
||||||
|
"lt": "Menor",
|
||||||
|
"lte": "Menor o Igual",
|
||||||
|
"not": "No",
|
||||||
|
"notBetween": "No Entre",
|
||||||
|
"notEmpty": "No vacío"
|
||||||
|
},
|
||||||
|
"string": {
|
||||||
|
"contains": "Contine",
|
||||||
|
"empty": "Vacío",
|
||||||
|
"endsWith": "Termina en",
|
||||||
|
"equals": "Iguales",
|
||||||
|
"not": "No",
|
||||||
|
"notEmpty": "No Vacío",
|
||||||
|
"startsWith": "Empieza en",
|
||||||
|
"notContains": "No Contiene",
|
||||||
|
"notStartsWith": "No empieza en",
|
||||||
|
"notEndsWith": "No finaliza en"
|
||||||
|
},
|
||||||
|
"array": {
|
||||||
|
"equals": "Iguales",
|
||||||
|
"empty": "Vacío",
|
||||||
|
"contains": "Contiene",
|
||||||
|
"not": "No",
|
||||||
|
"notEmpty": "No Vacío",
|
||||||
|
"without": "Con"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"deleteTitle": "Eliminar regla",
|
||||||
|
"leftTitle": "Izquierda",
|
||||||
|
"rightTitle": "Derecha",
|
||||||
|
"title": {
|
||||||
|
"0": "Generador de Consultas",
|
||||||
|
"_": "Generador de Consultas (%d)"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"searchPanes": {
|
||||||
|
"clearMessage": "Borrar Filtro",
|
||||||
|
"collapseMessage": "desplegar todo",
|
||||||
|
"loadMessage": "Cargando informacion",
|
||||||
|
"showMessage": "Mostrar todos",
|
||||||
|
"title": "Filtros Activos - %d",
|
||||||
|
"collapse": {
|
||||||
|
"0": "Paneles de Búsqueda",
|
||||||
|
"_": "Paneles de Búsqueda (%d)"
|
||||||
|
},
|
||||||
|
"count": "Cuenta",
|
||||||
|
"countFiltered": "Cuenta Filtro",
|
||||||
|
"emptyPanes": "No hay información"
|
||||||
|
},
|
||||||
|
"searchPlaceholder": "Busqueda en tabla",
|
||||||
|
"select": {
|
||||||
|
"cells": {
|
||||||
|
"_": "%d celdas seleccionadas",
|
||||||
|
"1": "1 celda seleccionada"
|
||||||
|
},
|
||||||
|
"columns": {
|
||||||
|
"_": "%d columnas seleccionadas",
|
||||||
|
"1": "1 columna seleccionada"
|
||||||
|
},
|
||||||
|
"rows": {
|
||||||
|
"1": "Fila seleccionada",
|
||||||
|
"_": "Filas Seleccionadas"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"aria": {
|
||||||
|
"sortAscending": "Activar para ordenar ascendente",
|
||||||
|
"sortDescending": "Activar para ordenar descendente"
|
||||||
|
},
|
||||||
|
"decimal": ".",
|
||||||
|
"infoFiltered": "filtrado de _MAX_ entradas totales",
|
||||||
|
"infoPostFix": "Mostrando %d a %d de %d entradas",
|
||||||
|
"infoThousands": ",",
|
||||||
|
"paginate": {
|
||||||
|
"first": "Primero",
|
||||||
|
"last": "Último",
|
||||||
|
"next": "Siguiente",
|
||||||
|
"previous": "Anterior"
|
||||||
|
},
|
||||||
|
"processing": "Procesando...",
|
||||||
|
"search": "Buscar:",
|
||||||
|
"thousands": ",",
|
||||||
|
"zeroRecords": "No se encontro información",
|
||||||
|
"stateRestore": {
|
||||||
|
"creationModal": {
|
||||||
|
"button": "Crear",
|
||||||
|
"columns": {
|
||||||
|
"search": "Búsqueda columnas",
|
||||||
|
"visible": "Visibilidad de columa"
|
||||||
|
},
|
||||||
|
"name": "Nombre:",
|
||||||
|
"order": "Ordenar",
|
||||||
|
"paging": "Paginado",
|
||||||
|
"scroller": "Posición desplazamiento",
|
||||||
|
"search": "Buscar",
|
||||||
|
"searchBuilder": "Generador de Consultas",
|
||||||
|
"select": "Seleccionar",
|
||||||
|
"title": "Crear Nuevo Estado",
|
||||||
|
"toggleLabel": "Incluir:"
|
||||||
|
},
|
||||||
|
"duplicateError": "Ya existe un estado con este nombre",
|
||||||
|
"emptyError": "El nombre no puede estar vacío",
|
||||||
|
"emptyStates": "Estado sin Guardar",
|
||||||
|
"removeConfirm": "Esta seguro de eliminar el estado %d?",
|
||||||
|
"removeError": "Error al eliminar el estado",
|
||||||
|
"removeJoiner": "y",
|
||||||
|
"removeSubmit": "Eliminar",
|
||||||
|
"removeTitle": "Eliminar Estado",
|
||||||
|
"renameButton": "Eliminar",
|
||||||
|
"renameLabel": "Nuevo nombre para %s",
|
||||||
|
"renameTitle": "Renombrar Estado"
|
||||||
|
}
|
||||||
|
};
|
@ -0,0 +1,255 @@
|
|||||||
|
(function( factory ) {
|
||||||
|
if ( typeof define === 'function' && define.amd ) {
|
||||||
|
// AMD
|
||||||
|
define( [], factory);
|
||||||
|
}
|
||||||
|
else if ( typeof exports === 'object' ) {
|
||||||
|
// CommonJS
|
||||||
|
module.exports = factory();
|
||||||
|
}
|
||||||
|
// No browser loader - use JSON, ESM, CJS or AMD
|
||||||
|
}
|
||||||
|
(function() {
|
||||||
|
return {
|
||||||
|
"processing": "Procesando...",
|
||||||
|
"lengthMenu": "Mostrar _MENU_ registros",
|
||||||
|
"zeroRecords": "No se encontraron resultados",
|
||||||
|
"emptyTable": "Ningún dato disponible en esta tabla",
|
||||||
|
"infoEmpty": "Mostrando registros del 0 al 0 de un total de 0 registros",
|
||||||
|
"infoFiltered": "(filtrado de un total de _MAX_ registros)",
|
||||||
|
"search": "Buscar:",
|
||||||
|
"infoThousands": ",",
|
||||||
|
"loadingRecords": "Cargando...",
|
||||||
|
"paginate": {
|
||||||
|
"first": "Primero",
|
||||||
|
"last": "Último",
|
||||||
|
"next": "Siguiente",
|
||||||
|
"previous": "Anterior"
|
||||||
|
},
|
||||||
|
"aria": {
|
||||||
|
"sortAscending": ": Activar para ordenar la columna de manera ascendente",
|
||||||
|
"sortDescending": ": Activar para ordenar la columna de manera descendente"
|
||||||
|
},
|
||||||
|
"buttons": {
|
||||||
|
"copy": "Copiar",
|
||||||
|
"colvis": "Visibilidad",
|
||||||
|
"collection": "Colección",
|
||||||
|
"colvisRestore": "Restaurar visibilidad",
|
||||||
|
"copyKeys": "Presione ctrl o u2318 + C para copiar los datos de la tabla al portapapeles del sistema. <br \/> <br \/> Para cancelar, haga clic en este mensaje o presione escape.",
|
||||||
|
"copySuccess": {
|
||||||
|
"1": "Copiada 1 fila al portapapeles",
|
||||||
|
"_": "Copiadas %ds fila al portapapeles"
|
||||||
|
},
|
||||||
|
"copyTitle": "Copiar al portapapeles",
|
||||||
|
"csv": "CSV",
|
||||||
|
"excel": "Excel",
|
||||||
|
"pageLength": {
|
||||||
|
"-1": "Mostrar todas las filas",
|
||||||
|
"_": "Mostrar %d filas"
|
||||||
|
},
|
||||||
|
"pdf": "PDF",
|
||||||
|
"print": "Imprimir",
|
||||||
|
"renameState": "Cambiar nombre",
|
||||||
|
"updateState": "Actualizar",
|
||||||
|
"createState": "Crear Estado",
|
||||||
|
"removeAllStates": "Remover Estados",
|
||||||
|
"removeState": "Remover",
|
||||||
|
"savedStates": "Estados Guardados",
|
||||||
|
"stateRestore": "Estado %d"
|
||||||
|
},
|
||||||
|
"autoFill": {
|
||||||
|
"cancel": "Cancelar",
|
||||||
|
"fill": "Rellene todas las celdas con <i>%d<\/i>",
|
||||||
|
"fillHorizontal": "Rellenar celdas horizontalmente",
|
||||||
|
"fillVertical": "Rellenar celdas verticalmentemente"
|
||||||
|
},
|
||||||
|
"decimal": ",",
|
||||||
|
"searchBuilder": {
|
||||||
|
"add": "Añadir condición",
|
||||||
|
"button": {
|
||||||
|
"0": "Constructor de búsqueda",
|
||||||
|
"_": "Constructor de búsqueda (%d)"
|
||||||
|
},
|
||||||
|
"clearAll": "Borrar todo",
|
||||||
|
"condition": "Condición",
|
||||||
|
"conditions": {
|
||||||
|
"date": {
|
||||||
|
"after": "Despues",
|
||||||
|
"before": "Antes",
|
||||||
|
"between": "Entre",
|
||||||
|
"empty": "Vacío",
|
||||||
|
"equals": "Igual a",
|
||||||
|
"notBetween": "No entre",
|
||||||
|
"notEmpty": "No Vacio",
|
||||||
|
"not": "Diferente de"
|
||||||
|
},
|
||||||
|
"number": {
|
||||||
|
"between": "Entre",
|
||||||
|
"empty": "Vacio",
|
||||||
|
"equals": "Igual a",
|
||||||
|
"gt": "Mayor a",
|
||||||
|
"gte": "Mayor o igual a",
|
||||||
|
"lt": "Menor que",
|
||||||
|
"lte": "Menor o igual que",
|
||||||
|
"notBetween": "No entre",
|
||||||
|
"notEmpty": "No vacío",
|
||||||
|
"not": "Diferente de"
|
||||||
|
},
|
||||||
|
"string": {
|
||||||
|
"contains": "Contiene",
|
||||||
|
"empty": "Vacío",
|
||||||
|
"endsWith": "Termina en",
|
||||||
|
"equals": "Igual a",
|
||||||
|
"notEmpty": "No Vacio",
|
||||||
|
"startsWith": "Empieza con",
|
||||||
|
"not": "Diferente de",
|
||||||
|
"notContains": "No Contiene",
|
||||||
|
"notStartsWith": "No empieza con",
|
||||||
|
"notEndsWith": "No termina con"
|
||||||
|
},
|
||||||
|
"array": {
|
||||||
|
"not": "Diferente de",
|
||||||
|
"equals": "Igual",
|
||||||
|
"empty": "Vacío",
|
||||||
|
"contains": "Contiene",
|
||||||
|
"notEmpty": "No Vacío",
|
||||||
|
"without": "Sin"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"data": "Data",
|
||||||
|
"deleteTitle": "Eliminar regla de filtrado",
|
||||||
|
"leftTitle": "Criterios anulados",
|
||||||
|
"logicAnd": "Y",
|
||||||
|
"logicOr": "O",
|
||||||
|
"rightTitle": "Criterios de sangría",
|
||||||
|
"title": {
|
||||||
|
"0": "Constructor de búsqueda",
|
||||||
|
"_": "Constructor de búsqueda (%d)"
|
||||||
|
},
|
||||||
|
"value": "Valor"
|
||||||
|
},
|
||||||
|
"searchPanes": {
|
||||||
|
"clearMessage": "Borrar todo",
|
||||||
|
"collapse": {
|
||||||
|
"0": "Paneles de búsqueda",
|
||||||
|
"_": "Paneles de búsqueda (%d)"
|
||||||
|
},
|
||||||
|
"count": "{total}",
|
||||||
|
"countFiltered": "{shown} ({total})",
|
||||||
|
"emptyPanes": "Sin paneles de búsqueda",
|
||||||
|
"loadMessage": "Cargando paneles de búsqueda",
|
||||||
|
"title": "Filtros Activos - %d",
|
||||||
|
"showMessage": "Mostrar Todo",
|
||||||
|
"collapseMessage": "Colapsar Todo"
|
||||||
|
},
|
||||||
|
"select": {
|
||||||
|
"cells": {
|
||||||
|
"1": "1 celda seleccionada",
|
||||||
|
"_": "%d celdas seleccionadas"
|
||||||
|
},
|
||||||
|
"columns": {
|
||||||
|
"1": "1 columna seleccionada",
|
||||||
|
"_": "%d columnas seleccionadas"
|
||||||
|
},
|
||||||
|
"rows": {
|
||||||
|
"1": "1 fila seleccionada",
|
||||||
|
"_": "%d filas seleccionadas"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"thousands": ".",
|
||||||
|
"datetime": {
|
||||||
|
"previous": "Anterior",
|
||||||
|
"next": "Proximo",
|
||||||
|
"hours": "Horas",
|
||||||
|
"minutes": "Minutos",
|
||||||
|
"seconds": "Segundos",
|
||||||
|
"unknown": "-",
|
||||||
|
"amPm": [
|
||||||
|
"AM",
|
||||||
|
"PM"
|
||||||
|
],
|
||||||
|
"months": {
|
||||||
|
"0": "Enero",
|
||||||
|
"1": "Febrero",
|
||||||
|
"10": "Noviembre",
|
||||||
|
"11": "Diciembre",
|
||||||
|
"2": "Marzo",
|
||||||
|
"3": "Abril",
|
||||||
|
"4": "Mayo",
|
||||||
|
"5": "Junio",
|
||||||
|
"6": "Julio",
|
||||||
|
"7": "Agosto",
|
||||||
|
"8": "Septiembre",
|
||||||
|
"9": "Octubre"
|
||||||
|
},
|
||||||
|
"weekdays": [
|
||||||
|
"Dom",
|
||||||
|
"Lun",
|
||||||
|
"Mar",
|
||||||
|
"Mie",
|
||||||
|
"Jue",
|
||||||
|
"Vie",
|
||||||
|
"Sab"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"editor": {
|
||||||
|
"close": "Cerrar",
|
||||||
|
"create": {
|
||||||
|
"button": "Nuevo",
|
||||||
|
"title": "Crear Nuevo Registro",
|
||||||
|
"submit": "Crear"
|
||||||
|
},
|
||||||
|
"edit": {
|
||||||
|
"button": "Editar",
|
||||||
|
"title": "Editar Registro",
|
||||||
|
"submit": "Actualizar"
|
||||||
|
},
|
||||||
|
"remove": {
|
||||||
|
"button": "Eliminar",
|
||||||
|
"title": "Eliminar Registro",
|
||||||
|
"submit": "Eliminar",
|
||||||
|
"confirm": {
|
||||||
|
"_": "¿Está seguro que desea eliminar %d filas?",
|
||||||
|
"1": "¿Está seguro que desea eliminar 1 fila?"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"error": {
|
||||||
|
"system": "Ha ocurrido un error en el sistema (<a target=\"\\\" rel=\"\\ nofollow\" href=\"\\\">Más información<\\\/a>).<\/a>"
|
||||||
|
},
|
||||||
|
"multi": {
|
||||||
|
"title": "Múltiples Valores",
|
||||||
|
"info": "Los elementos seleccionados contienen diferentes valores para este registro. Para editar y establecer todos los elementos de este registro con el mismo valor, hacer click o tap aquí, de lo contrario conservarán sus valores individuales.",
|
||||||
|
"restore": "Deshacer Cambios",
|
||||||
|
"noMulti": "Este registro puede ser editado individualmente, pero no como parte de un grupo."
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"info": "Mostrando _START_ a _END_ de _TOTAL_ registros",
|
||||||
|
"stateRestore": {
|
||||||
|
"creationModal": {
|
||||||
|
"button": "Crear",
|
||||||
|
"name": "Nombre:",
|
||||||
|
"order": "Clasificación",
|
||||||
|
"paging": "Paginación",
|
||||||
|
"search": "Busqueda",
|
||||||
|
"select": "Seleccionar",
|
||||||
|
"columns": {
|
||||||
|
"search": "Búsqueda de Columna",
|
||||||
|
"visible": "Visibilidad de Columna"
|
||||||
|
},
|
||||||
|
"title": "Crear Nuevo Estado",
|
||||||
|
"toggleLabel": "Incluir:"
|
||||||
|
},
|
||||||
|
"emptyError": "El nombre no puede estar vacio",
|
||||||
|
"removeConfirm": "¿Seguro que quiere eliminar este %s?",
|
||||||
|
"removeError": "Error al eliminar el registro",
|
||||||
|
"removeJoiner": "y",
|
||||||
|
"removeSubmit": "Eliminar",
|
||||||
|
"renameButton": "Cambiar Nombre",
|
||||||
|
"renameLabel": "Nuevo nombre para %s",
|
||||||
|
"duplicateError": "Ya existe un Estado con este nombre.",
|
||||||
|
"emptyStates": "No hay Estados guardados",
|
||||||
|
"removeTitle": "Remover Estado",
|
||||||
|
"renameTitle": "Cambiar Nombre Estado"
|
||||||
|
}
|
||||||
|
};
|
||||||
|
}));
|
@ -0,0 +1,242 @@
|
|||||||
|
export default {
|
||||||
|
"processing": "Procesando...",
|
||||||
|
"lengthMenu": "Mostrar _MENU_ registros",
|
||||||
|
"zeroRecords": "No se encontraron resultados",
|
||||||
|
"emptyTable": "Ningún dato disponible en esta tabla",
|
||||||
|
"infoEmpty": "Mostrando registros del 0 al 0 de un total de 0 registros",
|
||||||
|
"infoFiltered": "(filtrado de un total de _MAX_ registros)",
|
||||||
|
"search": "Buscar:",
|
||||||
|
"infoThousands": ",",
|
||||||
|
"loadingRecords": "Cargando...",
|
||||||
|
"paginate": {
|
||||||
|
"first": "Primero",
|
||||||
|
"last": "Último",
|
||||||
|
"next": "Siguiente",
|
||||||
|
"previous": "Anterior"
|
||||||
|
},
|
||||||
|
"aria": {
|
||||||
|
"sortAscending": ": Activar para ordenar la columna de manera ascendente",
|
||||||
|
"sortDescending": ": Activar para ordenar la columna de manera descendente"
|
||||||
|
},
|
||||||
|
"buttons": {
|
||||||
|
"copy": "Copiar",
|
||||||
|
"colvis": "Visibilidad",
|
||||||
|
"collection": "Colección",
|
||||||
|
"colvisRestore": "Restaurar visibilidad",
|
||||||
|
"copyKeys": "Presione ctrl o u2318 + C para copiar los datos de la tabla al portapapeles del sistema. <br \/> <br \/> Para cancelar, haga clic en este mensaje o presione escape.",
|
||||||
|
"copySuccess": {
|
||||||
|
"1": "Copiada 1 fila al portapapeles",
|
||||||
|
"_": "Copiadas %ds fila al portapapeles"
|
||||||
|
},
|
||||||
|
"copyTitle": "Copiar al portapapeles",
|
||||||
|
"csv": "CSV",
|
||||||
|
"excel": "Excel",
|
||||||
|
"pageLength": {
|
||||||
|
"-1": "Mostrar todas las filas",
|
||||||
|
"_": "Mostrar %d filas"
|
||||||
|
},
|
||||||
|
"pdf": "PDF",
|
||||||
|
"print": "Imprimir",
|
||||||
|
"renameState": "Cambiar nombre",
|
||||||
|
"updateState": "Actualizar",
|
||||||
|
"createState": "Crear Estado",
|
||||||
|
"removeAllStates": "Remover Estados",
|
||||||
|
"removeState": "Remover",
|
||||||
|
"savedStates": "Estados Guardados",
|
||||||
|
"stateRestore": "Estado %d"
|
||||||
|
},
|
||||||
|
"autoFill": {
|
||||||
|
"cancel": "Cancelar",
|
||||||
|
"fill": "Rellene todas las celdas con <i>%d<\/i>",
|
||||||
|
"fillHorizontal": "Rellenar celdas horizontalmente",
|
||||||
|
"fillVertical": "Rellenar celdas verticalmentemente"
|
||||||
|
},
|
||||||
|
"decimal": ",",
|
||||||
|
"searchBuilder": {
|
||||||
|
"add": "Añadir condición",
|
||||||
|
"button": {
|
||||||
|
"0": "Constructor de búsqueda",
|
||||||
|
"_": "Constructor de búsqueda (%d)"
|
||||||
|
},
|
||||||
|
"clearAll": "Borrar todo",
|
||||||
|
"condition": "Condición",
|
||||||
|
"conditions": {
|
||||||
|
"date": {
|
||||||
|
"after": "Despues",
|
||||||
|
"before": "Antes",
|
||||||
|
"between": "Entre",
|
||||||
|
"empty": "Vacío",
|
||||||
|
"equals": "Igual a",
|
||||||
|
"notBetween": "No entre",
|
||||||
|
"notEmpty": "No Vacio",
|
||||||
|
"not": "Diferente de"
|
||||||
|
},
|
||||||
|
"number": {
|
||||||
|
"between": "Entre",
|
||||||
|
"empty": "Vacio",
|
||||||
|
"equals": "Igual a",
|
||||||
|
"gt": "Mayor a",
|
||||||
|
"gte": "Mayor o igual a",
|
||||||
|
"lt": "Menor que",
|
||||||
|
"lte": "Menor o igual que",
|
||||||
|
"notBetween": "No entre",
|
||||||
|
"notEmpty": "No vacío",
|
||||||
|
"not": "Diferente de"
|
||||||
|
},
|
||||||
|
"string": {
|
||||||
|
"contains": "Contiene",
|
||||||
|
"empty": "Vacío",
|
||||||
|
"endsWith": "Termina en",
|
||||||
|
"equals": "Igual a",
|
||||||
|
"notEmpty": "No Vacio",
|
||||||
|
"startsWith": "Empieza con",
|
||||||
|
"not": "Diferente de",
|
||||||
|
"notContains": "No Contiene",
|
||||||
|
"notStartsWith": "No empieza con",
|
||||||
|
"notEndsWith": "No termina con"
|
||||||
|
},
|
||||||
|
"array": {
|
||||||
|
"not": "Diferente de",
|
||||||
|
"equals": "Igual",
|
||||||
|
"empty": "Vacío",
|
||||||
|
"contains": "Contiene",
|
||||||
|
"notEmpty": "No Vacío",
|
||||||
|
"without": "Sin"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"data": "Data",
|
||||||
|
"deleteTitle": "Eliminar regla de filtrado",
|
||||||
|
"leftTitle": "Criterios anulados",
|
||||||
|
"logicAnd": "Y",
|
||||||
|
"logicOr": "O",
|
||||||
|
"rightTitle": "Criterios de sangría",
|
||||||
|
"title": {
|
||||||
|
"0": "Constructor de búsqueda",
|
||||||
|
"_": "Constructor de búsqueda (%d)"
|
||||||
|
},
|
||||||
|
"value": "Valor"
|
||||||
|
},
|
||||||
|
"searchPanes": {
|
||||||
|
"clearMessage": "Borrar todo",
|
||||||
|
"collapse": {
|
||||||
|
"0": "Paneles de búsqueda",
|
||||||
|
"_": "Paneles de búsqueda (%d)"
|
||||||
|
},
|
||||||
|
"count": "{total}",
|
||||||
|
"countFiltered": "{shown} ({total})",
|
||||||
|
"emptyPanes": "Sin paneles de búsqueda",
|
||||||
|
"loadMessage": "Cargando paneles de búsqueda",
|
||||||
|
"title": "Filtros Activos - %d",
|
||||||
|
"showMessage": "Mostrar Todo",
|
||||||
|
"collapseMessage": "Colapsar Todo"
|
||||||
|
},
|
||||||
|
"select": {
|
||||||
|
"cells": {
|
||||||
|
"1": "1 celda seleccionada",
|
||||||
|
"_": "%d celdas seleccionadas"
|
||||||
|
},
|
||||||
|
"columns": {
|
||||||
|
"1": "1 columna seleccionada",
|
||||||
|
"_": "%d columnas seleccionadas"
|
||||||
|
},
|
||||||
|
"rows": {
|
||||||
|
"1": "1 fila seleccionada",
|
||||||
|
"_": "%d filas seleccionadas"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"thousands": ".",
|
||||||
|
"datetime": {
|
||||||
|
"previous": "Anterior",
|
||||||
|
"next": "Proximo",
|
||||||
|
"hours": "Horas",
|
||||||
|
"minutes": "Minutos",
|
||||||
|
"seconds": "Segundos",
|
||||||
|
"unknown": "-",
|
||||||
|
"amPm": [
|
||||||
|
"AM",
|
||||||
|
"PM"
|
||||||
|
],
|
||||||
|
"months": {
|
||||||
|
"0": "Enero",
|
||||||
|
"1": "Febrero",
|
||||||
|
"10": "Noviembre",
|
||||||
|
"11": "Diciembre",
|
||||||
|
"2": "Marzo",
|
||||||
|
"3": "Abril",
|
||||||
|
"4": "Mayo",
|
||||||
|
"5": "Junio",
|
||||||
|
"6": "Julio",
|
||||||
|
"7": "Agosto",
|
||||||
|
"8": "Septiembre",
|
||||||
|
"9": "Octubre"
|
||||||
|
},
|
||||||
|
"weekdays": [
|
||||||
|
"Dom",
|
||||||
|
"Lun",
|
||||||
|
"Mar",
|
||||||
|
"Mie",
|
||||||
|
"Jue",
|
||||||
|
"Vie",
|
||||||
|
"Sab"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"editor": {
|
||||||
|
"close": "Cerrar",
|
||||||
|
"create": {
|
||||||
|
"button": "Nuevo",
|
||||||
|
"title": "Crear Nuevo Registro",
|
||||||
|
"submit": "Crear"
|
||||||
|
},
|
||||||
|
"edit": {
|
||||||
|
"button": "Editar",
|
||||||
|
"title": "Editar Registro",
|
||||||
|
"submit": "Actualizar"
|
||||||
|
},
|
||||||
|
"remove": {
|
||||||
|
"button": "Eliminar",
|
||||||
|
"title": "Eliminar Registro",
|
||||||
|
"submit": "Eliminar",
|
||||||
|
"confirm": {
|
||||||
|
"_": "¿Está seguro que desea eliminar %d filas?",
|
||||||
|
"1": "¿Está seguro que desea eliminar 1 fila?"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"error": {
|
||||||
|
"system": "Ha ocurrido un error en el sistema (<a target=\"\\\" rel=\"\\ nofollow\" href=\"\\\">Más información<\\\/a>).<\/a>"
|
||||||
|
},
|
||||||
|
"multi": {
|
||||||
|
"title": "Múltiples Valores",
|
||||||
|
"info": "Los elementos seleccionados contienen diferentes valores para este registro. Para editar y establecer todos los elementos de este registro con el mismo valor, hacer click o tap aquí, de lo contrario conservarán sus valores individuales.",
|
||||||
|
"restore": "Deshacer Cambios",
|
||||||
|
"noMulti": "Este registro puede ser editado individualmente, pero no como parte de un grupo."
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"info": "Mostrando _START_ a _END_ de _TOTAL_ registros",
|
||||||
|
"stateRestore": {
|
||||||
|
"creationModal": {
|
||||||
|
"button": "Crear",
|
||||||
|
"name": "Nombre:",
|
||||||
|
"order": "Clasificación",
|
||||||
|
"paging": "Paginación",
|
||||||
|
"search": "Busqueda",
|
||||||
|
"select": "Seleccionar",
|
||||||
|
"columns": {
|
||||||
|
"search": "Búsqueda de Columna",
|
||||||
|
"visible": "Visibilidad de Columna"
|
||||||
|
},
|
||||||
|
"title": "Crear Nuevo Estado",
|
||||||
|
"toggleLabel": "Incluir:"
|
||||||
|
},
|
||||||
|
"emptyError": "El nombre no puede estar vacio",
|
||||||
|
"removeConfirm": "¿Seguro que quiere eliminar este %s?",
|
||||||
|
"removeError": "Error al eliminar el registro",
|
||||||
|
"removeJoiner": "y",
|
||||||
|
"removeSubmit": "Eliminar",
|
||||||
|
"renameButton": "Cambiar Nombre",
|
||||||
|
"renameLabel": "Nuevo nombre para %s",
|
||||||
|
"duplicateError": "Ya existe un Estado con este nombre.",
|
||||||
|
"emptyStates": "No hay Estados guardados",
|
||||||
|
"removeTitle": "Remover Estado",
|
||||||
|
"renameTitle": "Cambiar Nombre Estado"
|
||||||
|
}
|
||||||
|
};
|
@ -0,0 +1,257 @@
|
|||||||
|
(function( factory ) {
|
||||||
|
if ( typeof define === 'function' && define.amd ) {
|
||||||
|
// AMD
|
||||||
|
define( [], factory);
|
||||||
|
}
|
||||||
|
else if ( typeof exports === 'object' ) {
|
||||||
|
// CommonJS
|
||||||
|
module.exports = factory();
|
||||||
|
}
|
||||||
|
// No browser loader - use JSON, ESM, CJS or AMD
|
||||||
|
}
|
||||||
|
(function() {
|
||||||
|
return {
|
||||||
|
"aria": {
|
||||||
|
"sortAscending": "Activar para ordenar la columna de manera ascendente",
|
||||||
|
"sortDescending": "Activar para ordenar la columna de manera descendente"
|
||||||
|
},
|
||||||
|
"autoFill": {
|
||||||
|
"cancel": "Cancelar",
|
||||||
|
"fill": "Rellene todas las celdas con <i>%d<\/i>",
|
||||||
|
"fillHorizontal": "Rellenar celdas horizontalmente",
|
||||||
|
"fillVertical": "Rellenar celdas verticalmente"
|
||||||
|
},
|
||||||
|
"buttons": {
|
||||||
|
"collection": "Colección",
|
||||||
|
"colvis": "Visibilidad",
|
||||||
|
"colvisRestore": "Restaurar visibilidad",
|
||||||
|
"copy": "Copiar",
|
||||||
|
"copyKeys": "Presione ctrl o u2318 + C para copiar los datos de la tabla al portapapeles del sistema. <br \/> <br \/> Para cancelar, haga clic en este mensaje o presione escape.",
|
||||||
|
"copySuccess": {
|
||||||
|
"1": "Copiada 1 fila al portapapeles",
|
||||||
|
"_": "Copiadas %d fila al portapapeles"
|
||||||
|
},
|
||||||
|
"copyTitle": "Copiar al portapapeles",
|
||||||
|
"csv": "CSV",
|
||||||
|
"excel": "Excel",
|
||||||
|
"pageLength": {
|
||||||
|
"-1": "Mostrar todas las filas",
|
||||||
|
"_": "Mostrar %d filas"
|
||||||
|
},
|
||||||
|
"pdf": "PDF",
|
||||||
|
"print": "Imprimir",
|
||||||
|
"createState": "Crear Estado",
|
||||||
|
"removeAllStates": "Borrar Todos los Estados",
|
||||||
|
"removeState": "Borrar Estado",
|
||||||
|
"renameState": "Renombrar Estado",
|
||||||
|
"savedStates": "Guardar Estado",
|
||||||
|
"stateRestore": "Restaurar Estado",
|
||||||
|
"updateState": "Actualizar Estado"
|
||||||
|
},
|
||||||
|
"infoThousands": ",",
|
||||||
|
"loadingRecords": "Cargando...",
|
||||||
|
"paginate": {
|
||||||
|
"first": "Primero",
|
||||||
|
"last": "Último",
|
||||||
|
"next": "Siguiente",
|
||||||
|
"previous": "Anterior"
|
||||||
|
},
|
||||||
|
"processing": "Procesando...",
|
||||||
|
"search": "Buscar:",
|
||||||
|
"searchBuilder": {
|
||||||
|
"add": "Añadir condición",
|
||||||
|
"button": {
|
||||||
|
"0": "Constructor de búsqueda",
|
||||||
|
"_": "Constructor de búsqueda (%d)"
|
||||||
|
},
|
||||||
|
"clearAll": "Borrar todo",
|
||||||
|
"condition": "Condición",
|
||||||
|
"deleteTitle": "Eliminar regla de filtrado",
|
||||||
|
"leftTitle": "Criterios anulados",
|
||||||
|
"logicAnd": "Y",
|
||||||
|
"logicOr": "O",
|
||||||
|
"rightTitle": "Criterios de sangría",
|
||||||
|
"title": {
|
||||||
|
"0": "Constructor de búsqueda",
|
||||||
|
"_": "Constructor de búsqueda (%d)"
|
||||||
|
},
|
||||||
|
"value": "Valor",
|
||||||
|
"conditions": {
|
||||||
|
"date": {
|
||||||
|
"after": "Después",
|
||||||
|
"before": "Antes",
|
||||||
|
"between": "Entre",
|
||||||
|
"empty": "Vacío",
|
||||||
|
"equals": "Igual a",
|
||||||
|
"not": "Diferente de",
|
||||||
|
"notBetween": "No entre",
|
||||||
|
"notEmpty": "No vacío"
|
||||||
|
},
|
||||||
|
"number": {
|
||||||
|
"between": "Entre",
|
||||||
|
"empty": "Vacío",
|
||||||
|
"equals": "Igual a",
|
||||||
|
"gt": "Mayor a",
|
||||||
|
"gte": "Mayor o igual a",
|
||||||
|
"lt": "Menor que",
|
||||||
|
"lte": "Menor o igual a",
|
||||||
|
"not": "Diferente de",
|
||||||
|
"notBetween": "No entre",
|
||||||
|
"notEmpty": "No vacío"
|
||||||
|
},
|
||||||
|
"string": {
|
||||||
|
"contains": "Contiene",
|
||||||
|
"empty": "Vacío",
|
||||||
|
"endsWith": "Termina con",
|
||||||
|
"equals": "Igual a",
|
||||||
|
"not": "Diferente de",
|
||||||
|
"startsWith": "Inicia con",
|
||||||
|
"notEmpty": "No vacío",
|
||||||
|
"notContains": "No Contiene",
|
||||||
|
"notEndsWith": "No Termina",
|
||||||
|
"notStartsWith": "No Comienza"
|
||||||
|
},
|
||||||
|
"array": {
|
||||||
|
"equals": "Igual a",
|
||||||
|
"empty": "Vacío",
|
||||||
|
"contains": "Contiene",
|
||||||
|
"not": "Diferente",
|
||||||
|
"notEmpty": "No vacío",
|
||||||
|
"without": "Sin"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"data": "Datos"
|
||||||
|
},
|
||||||
|
"searchPanes": {
|
||||||
|
"clearMessage": "Borrar todo",
|
||||||
|
"collapse": {
|
||||||
|
"0": "Paneles de búsqueda",
|
||||||
|
"_": "Paneles de búsqueda (%d)"
|
||||||
|
},
|
||||||
|
"count": "{total}",
|
||||||
|
"emptyPanes": "Sin paneles de búsqueda",
|
||||||
|
"loadMessage": "Cargando paneles de búsqueda",
|
||||||
|
"title": "Filtros Activos - %d",
|
||||||
|
"countFiltered": "{shown} ({total})",
|
||||||
|
"collapseMessage": "Colapsar",
|
||||||
|
"showMessage": "Mostrar Todo"
|
||||||
|
},
|
||||||
|
"select": {
|
||||||
|
"cells": {
|
||||||
|
"1": "1 celda seleccionada",
|
||||||
|
"_": "%d celdas seleccionadas"
|
||||||
|
},
|
||||||
|
"columns": {
|
||||||
|
"1": "1 columna seleccionada",
|
||||||
|
"_": "%d columnas seleccionadas"
|
||||||
|
},
|
||||||
|
"rows": {
|
||||||
|
"1": "1 fila seleccionada",
|
||||||
|
"_": "%d filas seleccionadas"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"thousands": ",",
|
||||||
|
"datetime": {
|
||||||
|
"previous": "Anterior",
|
||||||
|
"hours": "Horas",
|
||||||
|
"minutes": "Minutos",
|
||||||
|
"seconds": "Segundos",
|
||||||
|
"unknown": "-",
|
||||||
|
"amPm": [
|
||||||
|
"am",
|
||||||
|
"pm"
|
||||||
|
],
|
||||||
|
"next": "Siguiente",
|
||||||
|
"months": {
|
||||||
|
"0": "Enero",
|
||||||
|
"1": "Febrero",
|
||||||
|
"10": "Noviembre",
|
||||||
|
"11": "Diciembre",
|
||||||
|
"2": "Marzo",
|
||||||
|
"3": "Abril",
|
||||||
|
"4": "Mayo",
|
||||||
|
"5": "Junio",
|
||||||
|
"6": "Julio",
|
||||||
|
"7": "Agosto",
|
||||||
|
"8": "Septiembre",
|
||||||
|
"9": "Octubre"
|
||||||
|
},
|
||||||
|
"weekdays": [
|
||||||
|
"Domingo",
|
||||||
|
"Lunes",
|
||||||
|
"Martes",
|
||||||
|
"Miércoles",
|
||||||
|
"Jueves",
|
||||||
|
"Viernes",
|
||||||
|
"Sábado"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"editor": {
|
||||||
|
"close": "Cerrar",
|
||||||
|
"create": {
|
||||||
|
"button": "Nuevo",
|
||||||
|
"title": "Crear Nuevo Registro",
|
||||||
|
"submit": "Crear"
|
||||||
|
},
|
||||||
|
"edit": {
|
||||||
|
"button": "Editar",
|
||||||
|
"title": "Editar Registro",
|
||||||
|
"submit": "Actualizar"
|
||||||
|
},
|
||||||
|
"remove": {
|
||||||
|
"button": "Eliminar",
|
||||||
|
"title": "Eliminar Registro",
|
||||||
|
"submit": "Eliminar",
|
||||||
|
"confirm": {
|
||||||
|
"_": "¿Está seguro que desea eliminar %d filas?",
|
||||||
|
"1": "¿Está seguro que desea eliminar 1 fila?"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"multi": {
|
||||||
|
"title": "Múltiples Valores",
|
||||||
|
"restore": "Deshacer Cambios",
|
||||||
|
"noMulti": "Este registro puede ser editado individualmente, pero no como parte de un grupo.",
|
||||||
|
"info": "Los elementos seleccionados contienen diferentes valores para este registro. Para editar y establecer todos los elementos de este registro con el mismo valor, haga click o toque aquí, de lo contrario conservarán sus valores individuales."
|
||||||
|
},
|
||||||
|
"error": {
|
||||||
|
"system": "Ha ocurrido un error en el sistema (<a target=\"\\\" rel=\"\\ nofollow\" href=\"\\\"> Más información<\/a>)."
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"decimal": ".",
|
||||||
|
"emptyTable": "No hay datos disponibles en la tabla",
|
||||||
|
"zeroRecords": "No se encontraron coincidencias",
|
||||||
|
"info": "Mostrando _START_ a _END_ de _TOTAL_ entradas",
|
||||||
|
"infoFiltered": "(Filtrado de _MAX_ total de entradas)",
|
||||||
|
"lengthMenu": "Mostrar _MENU_ entradas",
|
||||||
|
"stateRestore": {
|
||||||
|
"removeTitle": "Eliminar",
|
||||||
|
"creationModal": {
|
||||||
|
"search": "Buscar",
|
||||||
|
"button": "Crear",
|
||||||
|
"columns": {
|
||||||
|
"search": "Columna de búsqueda",
|
||||||
|
"visible": "Columna de visibilidad"
|
||||||
|
},
|
||||||
|
"name": "Nombre:",
|
||||||
|
"order": "Ordenar",
|
||||||
|
"paging": "Paginar",
|
||||||
|
"scroller": "Posición de desplazamiento",
|
||||||
|
"searchBuilder": "Creador de búsquedas",
|
||||||
|
"select": "Selector",
|
||||||
|
"title": "Crear nuevo",
|
||||||
|
"toggleLabel": "Incluye:"
|
||||||
|
},
|
||||||
|
"duplicateError": "Ya existe un valor con el mismo nombre",
|
||||||
|
"emptyError": "No puede ser vacío",
|
||||||
|
"emptyStates": "No se han guardado",
|
||||||
|
"removeConfirm": "Esta seguro de eliminar %s?",
|
||||||
|
"removeError": "Fallo al eliminar",
|
||||||
|
"removeJoiner": "y",
|
||||||
|
"removeSubmit": "Eliminar",
|
||||||
|
"renameButton": "Renombrar",
|
||||||
|
"renameLabel": "Nuevo nombre para %s:",
|
||||||
|
"renameTitle": "Renombrar"
|
||||||
|
},
|
||||||
|
"infoEmpty": "No hay datos para mostrar"
|
||||||
|
};
|
||||||
|
}));
|
@ -0,0 +1,244 @@
|
|||||||
|
export default {
|
||||||
|
"aria": {
|
||||||
|
"sortAscending": "Activar para ordenar la columna de manera ascendente",
|
||||||
|
"sortDescending": "Activar para ordenar la columna de manera descendente"
|
||||||
|
},
|
||||||
|
"autoFill": {
|
||||||
|
"cancel": "Cancelar",
|
||||||
|
"fill": "Rellene todas las celdas con <i>%d<\/i>",
|
||||||
|
"fillHorizontal": "Rellenar celdas horizontalmente",
|
||||||
|
"fillVertical": "Rellenar celdas verticalmente"
|
||||||
|
},
|
||||||
|
"buttons": {
|
||||||
|
"collection": "Colección",
|
||||||
|
"colvis": "Visibilidad",
|
||||||
|
"colvisRestore": "Restaurar visibilidad",
|
||||||
|
"copy": "Copiar",
|
||||||
|
"copyKeys": "Presione ctrl o u2318 + C para copiar los datos de la tabla al portapapeles del sistema. <br \/> <br \/> Para cancelar, haga clic en este mensaje o presione escape.",
|
||||||
|
"copySuccess": {
|
||||||
|
"1": "Copiada 1 fila al portapapeles",
|
||||||
|
"_": "Copiadas %d fila al portapapeles"
|
||||||
|
},
|
||||||
|
"copyTitle": "Copiar al portapapeles",
|
||||||
|
"csv": "CSV",
|
||||||
|
"excel": "Excel",
|
||||||
|
"pageLength": {
|
||||||
|
"-1": "Mostrar todas las filas",
|
||||||
|
"_": "Mostrar %d filas"
|
||||||
|
},
|
||||||
|
"pdf": "PDF",
|
||||||
|
"print": "Imprimir",
|
||||||
|
"createState": "Crear Estado",
|
||||||
|
"removeAllStates": "Borrar Todos los Estados",
|
||||||
|
"removeState": "Borrar Estado",
|
||||||
|
"renameState": "Renombrar Estado",
|
||||||
|
"savedStates": "Guardar Estado",
|
||||||
|
"stateRestore": "Restaurar Estado",
|
||||||
|
"updateState": "Actualizar Estado"
|
||||||
|
},
|
||||||
|
"infoThousands": ",",
|
||||||
|
"loadingRecords": "Cargando...",
|
||||||
|
"paginate": {
|
||||||
|
"first": "Primero",
|
||||||
|
"last": "Último",
|
||||||
|
"next": "Siguiente",
|
||||||
|
"previous": "Anterior"
|
||||||
|
},
|
||||||
|
"processing": "Procesando...",
|
||||||
|
"search": "Buscar:",
|
||||||
|
"searchBuilder": {
|
||||||
|
"add": "Añadir condición",
|
||||||
|
"button": {
|
||||||
|
"0": "Constructor de búsqueda",
|
||||||
|
"_": "Constructor de búsqueda (%d)"
|
||||||
|
},
|
||||||
|
"clearAll": "Borrar todo",
|
||||||
|
"condition": "Condición",
|
||||||
|
"deleteTitle": "Eliminar regla de filtrado",
|
||||||
|
"leftTitle": "Criterios anulados",
|
||||||
|
"logicAnd": "Y",
|
||||||
|
"logicOr": "O",
|
||||||
|
"rightTitle": "Criterios de sangría",
|
||||||
|
"title": {
|
||||||
|
"0": "Constructor de búsqueda",
|
||||||
|
"_": "Constructor de búsqueda (%d)"
|
||||||
|
},
|
||||||
|
"value": "Valor",
|
||||||
|
"conditions": {
|
||||||
|
"date": {
|
||||||
|
"after": "Después",
|
||||||
|
"before": "Antes",
|
||||||
|
"between": "Entre",
|
||||||
|
"empty": "Vacío",
|
||||||
|
"equals": "Igual a",
|
||||||
|
"not": "Diferente de",
|
||||||
|
"notBetween": "No entre",
|
||||||
|
"notEmpty": "No vacío"
|
||||||
|
},
|
||||||
|
"number": {
|
||||||
|
"between": "Entre",
|
||||||
|
"empty": "Vacío",
|
||||||
|
"equals": "Igual a",
|
||||||
|
"gt": "Mayor a",
|
||||||
|
"gte": "Mayor o igual a",
|
||||||
|
"lt": "Menor que",
|
||||||
|
"lte": "Menor o igual a",
|
||||||
|
"not": "Diferente de",
|
||||||
|
"notBetween": "No entre",
|
||||||
|
"notEmpty": "No vacío"
|
||||||
|
},
|
||||||
|
"string": {
|
||||||
|
"contains": "Contiene",
|
||||||
|
"empty": "Vacío",
|
||||||
|
"endsWith": "Termina con",
|
||||||
|
"equals": "Igual a",
|
||||||
|
"not": "Diferente de",
|
||||||
|
"startsWith": "Inicia con",
|
||||||
|
"notEmpty": "No vacío",
|
||||||
|
"notContains": "No Contiene",
|
||||||
|
"notEndsWith": "No Termina",
|
||||||
|
"notStartsWith": "No Comienza"
|
||||||
|
},
|
||||||
|
"array": {
|
||||||
|
"equals": "Igual a",
|
||||||
|
"empty": "Vacío",
|
||||||
|
"contains": "Contiene",
|
||||||
|
"not": "Diferente",
|
||||||
|
"notEmpty": "No vacío",
|
||||||
|
"without": "Sin"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"data": "Datos"
|
||||||
|
},
|
||||||
|
"searchPanes": {
|
||||||
|
"clearMessage": "Borrar todo",
|
||||||
|
"collapse": {
|
||||||
|
"0": "Paneles de búsqueda",
|
||||||
|
"_": "Paneles de búsqueda (%d)"
|
||||||
|
},
|
||||||
|
"count": "{total}",
|
||||||
|
"emptyPanes": "Sin paneles de búsqueda",
|
||||||
|
"loadMessage": "Cargando paneles de búsqueda",
|
||||||
|
"title": "Filtros Activos - %d",
|
||||||
|
"countFiltered": "{shown} ({total})",
|
||||||
|
"collapseMessage": "Colapsar",
|
||||||
|
"showMessage": "Mostrar Todo"
|
||||||
|
},
|
||||||
|
"select": {
|
||||||
|
"cells": {
|
||||||
|
"1": "1 celda seleccionada",
|
||||||
|
"_": "%d celdas seleccionadas"
|
||||||
|
},
|
||||||
|
"columns": {
|
||||||
|
"1": "1 columna seleccionada",
|
||||||
|
"_": "%d columnas seleccionadas"
|
||||||
|
},
|
||||||
|
"rows": {
|
||||||
|
"1": "1 fila seleccionada",
|
||||||
|
"_": "%d filas seleccionadas"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"thousands": ",",
|
||||||
|
"datetime": {
|
||||||
|
"previous": "Anterior",
|
||||||
|
"hours": "Horas",
|
||||||
|
"minutes": "Minutos",
|
||||||
|
"seconds": "Segundos",
|
||||||
|
"unknown": "-",
|
||||||
|
"amPm": [
|
||||||
|
"am",
|
||||||
|
"pm"
|
||||||
|
],
|
||||||
|
"next": "Siguiente",
|
||||||
|
"months": {
|
||||||
|
"0": "Enero",
|
||||||
|
"1": "Febrero",
|
||||||
|
"10": "Noviembre",
|
||||||
|
"11": "Diciembre",
|
||||||
|
"2": "Marzo",
|
||||||
|
"3": "Abril",
|
||||||
|
"4": "Mayo",
|
||||||
|
"5": "Junio",
|
||||||
|
"6": "Julio",
|
||||||
|
"7": "Agosto",
|
||||||
|
"8": "Septiembre",
|
||||||
|
"9": "Octubre"
|
||||||
|
},
|
||||||
|
"weekdays": [
|
||||||
|
"Domingo",
|
||||||
|
"Lunes",
|
||||||
|
"Martes",
|
||||||
|
"Miércoles",
|
||||||
|
"Jueves",
|
||||||
|
"Viernes",
|
||||||
|
"Sábado"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"editor": {
|
||||||
|
"close": "Cerrar",
|
||||||
|
"create": {
|
||||||
|
"button": "Nuevo",
|
||||||
|
"title": "Crear Nuevo Registro",
|
||||||
|
"submit": "Crear"
|
||||||
|
},
|
||||||
|
"edit": {
|
||||||
|
"button": "Editar",
|
||||||
|
"title": "Editar Registro",
|
||||||
|
"submit": "Actualizar"
|
||||||
|
},
|
||||||
|
"remove": {
|
||||||
|
"button": "Eliminar",
|
||||||
|
"title": "Eliminar Registro",
|
||||||
|
"submit": "Eliminar",
|
||||||
|
"confirm": {
|
||||||
|
"_": "¿Está seguro que desea eliminar %d filas?",
|
||||||
|
"1": "¿Está seguro que desea eliminar 1 fila?"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"multi": {
|
||||||
|
"title": "Múltiples Valores",
|
||||||
|
"restore": "Deshacer Cambios",
|
||||||
|
"noMulti": "Este registro puede ser editado individualmente, pero no como parte de un grupo.",
|
||||||
|
"info": "Los elementos seleccionados contienen diferentes valores para este registro. Para editar y establecer todos los elementos de este registro con el mismo valor, haga click o toque aquí, de lo contrario conservarán sus valores individuales."
|
||||||
|
},
|
||||||
|
"error": {
|
||||||
|
"system": "Ha ocurrido un error en el sistema (<a target=\"\\\" rel=\"\\ nofollow\" href=\"\\\"> Más información<\/a>)."
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"decimal": ".",
|
||||||
|
"emptyTable": "No hay datos disponibles en la tabla",
|
||||||
|
"zeroRecords": "No se encontraron coincidencias",
|
||||||
|
"info": "Mostrando _START_ a _END_ de _TOTAL_ entradas",
|
||||||
|
"infoFiltered": "(Filtrado de _MAX_ total de entradas)",
|
||||||
|
"lengthMenu": "Mostrar _MENU_ entradas",
|
||||||
|
"stateRestore": {
|
||||||
|
"removeTitle": "Eliminar",
|
||||||
|
"creationModal": {
|
||||||
|
"search": "Buscar",
|
||||||
|
"button": "Crear",
|
||||||
|
"columns": {
|
||||||
|
"search": "Columna de búsqueda",
|
||||||
|
"visible": "Columna de visibilidad"
|
||||||
|
},
|
||||||
|
"name": "Nombre:",
|
||||||
|
"order": "Ordenar",
|
||||||
|
"paging": "Paginar",
|
||||||
|
"scroller": "Posición de desplazamiento",
|
||||||
|
"searchBuilder": "Creador de búsquedas",
|
||||||
|
"select": "Selector",
|
||||||
|
"title": "Crear nuevo",
|
||||||
|
"toggleLabel": "Incluye:"
|
||||||
|
},
|
||||||
|
"duplicateError": "Ya existe un valor con el mismo nombre",
|
||||||
|
"emptyError": "No puede ser vacío",
|
||||||
|
"emptyStates": "No se han guardado",
|
||||||
|
"removeConfirm": "Esta seguro de eliminar %s?",
|
||||||
|
"removeError": "Fallo al eliminar",
|
||||||
|
"removeJoiner": "y",
|
||||||
|
"removeSubmit": "Eliminar",
|
||||||
|
"renameButton": "Renombrar",
|
||||||
|
"renameLabel": "Nuevo nombre para %s:",
|
||||||
|
"renameTitle": "Renombrar"
|
||||||
|
},
|
||||||
|
"infoEmpty": "No hay datos para mostrar"
|
||||||
|
};
|
@ -0,0 +1,172 @@
|
|||||||
|
(function( factory ) {
|
||||||
|
if ( typeof define === 'function' && define.amd ) {
|
||||||
|
// AMD
|
||||||
|
define( [], factory);
|
||||||
|
}
|
||||||
|
else if ( typeof exports === 'object' ) {
|
||||||
|
// CommonJS
|
||||||
|
module.exports = factory();
|
||||||
|
}
|
||||||
|
// No browser loader - use JSON, ESM, CJS or AMD
|
||||||
|
}
|
||||||
|
(function() {
|
||||||
|
return {
|
||||||
|
"processing": "Palun oodake, koostan kuvamiseks nimekirja!",
|
||||||
|
"lengthMenu": "Näita kirjeid _MENU_ kaupa",
|
||||||
|
"zeroRecords": "Otsitavat vastet ei leitud.",
|
||||||
|
"info": "Kuvatud: _TOTAL_ kirjet (_START_-_END_)",
|
||||||
|
"infoEmpty": "Otsinguvasteid ei leitud",
|
||||||
|
"infoFiltered": " - filteeritud _MAX_ kirje seast.",
|
||||||
|
"search": "Otsi kõikide tulemuste seast:",
|
||||||
|
"paginate": {
|
||||||
|
"first": "Algus",
|
||||||
|
"previous": "Eelmine",
|
||||||
|
"next": "Järgmine",
|
||||||
|
"last": "Viimane"
|
||||||
|
},
|
||||||
|
"aria": {
|
||||||
|
"sortAscending": ": sorteeri kasvavalt",
|
||||||
|
"sortDescending": ": sorteeri kahanevalt"
|
||||||
|
},
|
||||||
|
"autoFill": {
|
||||||
|
"cancel": "Tühista"
|
||||||
|
},
|
||||||
|
"buttons": {
|
||||||
|
"copy": "Kopeeri",
|
||||||
|
"copyKeys": "Vajuta CTRL või u2318 + C et kopeerida tabeli sisu lõikelauale<br \/><br \/>Tühistamiseks kliki sellel sõnumil või vajutage ESC.",
|
||||||
|
"copyTitle": "Kopeeri lõikelauale",
|
||||||
|
"csv": "CSV",
|
||||||
|
"excel": "Excel",
|
||||||
|
"pageLength": {
|
||||||
|
"_": "Kuvan %d rida",
|
||||||
|
"-1": "Kuva kõik read",
|
||||||
|
"1": "Kuvan ühte rida"
|
||||||
|
},
|
||||||
|
"pdf": "PDF",
|
||||||
|
"print": "Prindi"
|
||||||
|
},
|
||||||
|
"datetime": {
|
||||||
|
"amPm": [
|
||||||
|
"AM",
|
||||||
|
"PM"
|
||||||
|
],
|
||||||
|
"hours": "Tund",
|
||||||
|
"minutes": "Minut",
|
||||||
|
"months": {
|
||||||
|
"0": "Jaanuar",
|
||||||
|
"1": "Veebruar",
|
||||||
|
"10": "November",
|
||||||
|
"11": "Detsember",
|
||||||
|
"2": "Märts",
|
||||||
|
"3": "Aprill",
|
||||||
|
"4": "Mai",
|
||||||
|
"5": "Juuni",
|
||||||
|
"6": "Juuli",
|
||||||
|
"7": "August",
|
||||||
|
"8": "September",
|
||||||
|
"9": "Oktoober"
|
||||||
|
},
|
||||||
|
"next": "Järgmine",
|
||||||
|
"previous": "Eelmine",
|
||||||
|
"seconds": "Sekund",
|
||||||
|
"unknown": "Teadmata",
|
||||||
|
"weekdays": [
|
||||||
|
"P",
|
||||||
|
"E",
|
||||||
|
"T",
|
||||||
|
"K",
|
||||||
|
"N",
|
||||||
|
"R",
|
||||||
|
"L"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"decimal": ".",
|
||||||
|
"editor": {
|
||||||
|
"close": "Sulge",
|
||||||
|
"create": {
|
||||||
|
"button": "Lisa uus rida",
|
||||||
|
"submit": "Lisa",
|
||||||
|
"title": "Lisa uus rida"
|
||||||
|
},
|
||||||
|
"edit": {
|
||||||
|
"button": "Muuda rida",
|
||||||
|
"submit": "Salvesta",
|
||||||
|
"title": "Muuda rida"
|
||||||
|
},
|
||||||
|
"remove": {
|
||||||
|
"button": "Kustuta",
|
||||||
|
"submit": "Kustuta",
|
||||||
|
"title": "Kustuta rida"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"emptyTable": "Andmed puuduvad",
|
||||||
|
"loadingRecords": "Laen...",
|
||||||
|
"searchBuilder": {
|
||||||
|
"add": "Lisa tingimus",
|
||||||
|
"button": {
|
||||||
|
"_": "Põhjalik otsing (%d)",
|
||||||
|
"0": "Põhjalik otsing"
|
||||||
|
},
|
||||||
|
"clearAll": "Eemalda kõik",
|
||||||
|
"condition": "Tingimus",
|
||||||
|
"conditions": {
|
||||||
|
"array": {
|
||||||
|
"contains": "Sisaldab",
|
||||||
|
"empty": "On tühi",
|
||||||
|
"equals": "Võrdub",
|
||||||
|
"not": "Ei ole",
|
||||||
|
"notEmpty": "Ei ole tühi"
|
||||||
|
},
|
||||||
|
"date": {
|
||||||
|
"after": "Pärast",
|
||||||
|
"before": "Enne",
|
||||||
|
"between": "Vahemikus",
|
||||||
|
"empty": "On tühi",
|
||||||
|
"equals": "Võrdub",
|
||||||
|
"not": "Ei ole",
|
||||||
|
"notBetween": "Ei ole vahemikus",
|
||||||
|
"notEmpty": "Ei ole tühi"
|
||||||
|
},
|
||||||
|
"number": {
|
||||||
|
"between": "On vahemikus",
|
||||||
|
"empty": "On tühi",
|
||||||
|
"equals": "Võrdub",
|
||||||
|
"gt": "Suurem kui",
|
||||||
|
"gte": "Suurem või võrdne kui",
|
||||||
|
"lt": "Väiksem kui",
|
||||||
|
"lte": "Väiksem või võrdne kui",
|
||||||
|
"not": "Ei ole",
|
||||||
|
"notBetween": "Ei ole vahemikus",
|
||||||
|
"notEmpty": "Ei ole tühi"
|
||||||
|
},
|
||||||
|
"string": {
|
||||||
|
"contains": "Sisaldab",
|
||||||
|
"empty": "On tühi",
|
||||||
|
"endsWith": "Lõppeb",
|
||||||
|
"equals": "Võrdub",
|
||||||
|
"not": "Ei ole",
|
||||||
|
"notContains": "Ei sisalda",
|
||||||
|
"notEmpty": "Ei ole tühi",
|
||||||
|
"notEndsWith": "Ei lõppe",
|
||||||
|
"notStartsWith": "Ei alga",
|
||||||
|
"startsWith": "Algab"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"data": "Tulp",
|
||||||
|
"deleteTitle": "Eemalda tingimus",
|
||||||
|
"logicAnd": "JA",
|
||||||
|
"logicOr": "VÕI",
|
||||||
|
"title": {
|
||||||
|
"_": "Põhjalik otsing (%d)",
|
||||||
|
"0": "Põhjalik otsing"
|
||||||
|
},
|
||||||
|
"value": "Väärtus"
|
||||||
|
},
|
||||||
|
"searchPanes": {
|
||||||
|
"clearMessage": "Eemalda kõik",
|
||||||
|
"count": "{total}",
|
||||||
|
"countFiltered": "{shown} ({total})"
|
||||||
|
},
|
||||||
|
"searchPlaceholder": "Otsi..."
|
||||||
|
};
|
||||||
|
}));
|
@ -0,0 +1,159 @@
|
|||||||
|
export default {
|
||||||
|
"processing": "Palun oodake, koostan kuvamiseks nimekirja!",
|
||||||
|
"lengthMenu": "Näita kirjeid _MENU_ kaupa",
|
||||||
|
"zeroRecords": "Otsitavat vastet ei leitud.",
|
||||||
|
"info": "Kuvatud: _TOTAL_ kirjet (_START_-_END_)",
|
||||||
|
"infoEmpty": "Otsinguvasteid ei leitud",
|
||||||
|
"infoFiltered": " - filteeritud _MAX_ kirje seast.",
|
||||||
|
"search": "Otsi kõikide tulemuste seast:",
|
||||||
|
"paginate": {
|
||||||
|
"first": "Algus",
|
||||||
|
"previous": "Eelmine",
|
||||||
|
"next": "Järgmine",
|
||||||
|
"last": "Viimane"
|
||||||
|
},
|
||||||
|
"aria": {
|
||||||
|
"sortAscending": ": sorteeri kasvavalt",
|
||||||
|
"sortDescending": ": sorteeri kahanevalt"
|
||||||
|
},
|
||||||
|
"autoFill": {
|
||||||
|
"cancel": "Tühista"
|
||||||
|
},
|
||||||
|
"buttons": {
|
||||||
|
"copy": "Kopeeri",
|
||||||
|
"copyKeys": "Vajuta CTRL või u2318 + C et kopeerida tabeli sisu lõikelauale<br \/><br \/>Tühistamiseks kliki sellel sõnumil või vajutage ESC.",
|
||||||
|
"copyTitle": "Kopeeri lõikelauale",
|
||||||
|
"csv": "CSV",
|
||||||
|
"excel": "Excel",
|
||||||
|
"pageLength": {
|
||||||
|
"_": "Kuvan %d rida",
|
||||||
|
"-1": "Kuva kõik read",
|
||||||
|
"1": "Kuvan ühte rida"
|
||||||
|
},
|
||||||
|
"pdf": "PDF",
|
||||||
|
"print": "Prindi"
|
||||||
|
},
|
||||||
|
"datetime": {
|
||||||
|
"amPm": [
|
||||||
|
"AM",
|
||||||
|
"PM"
|
||||||
|
],
|
||||||
|
"hours": "Tund",
|
||||||
|
"minutes": "Minut",
|
||||||
|
"months": {
|
||||||
|
"0": "Jaanuar",
|
||||||
|
"1": "Veebruar",
|
||||||
|
"10": "November",
|
||||||
|
"11": "Detsember",
|
||||||
|
"2": "Märts",
|
||||||
|
"3": "Aprill",
|
||||||
|
"4": "Mai",
|
||||||
|
"5": "Juuni",
|
||||||
|
"6": "Juuli",
|
||||||
|
"7": "August",
|
||||||
|
"8": "September",
|
||||||
|
"9": "Oktoober"
|
||||||
|
},
|
||||||
|
"next": "Järgmine",
|
||||||
|
"previous": "Eelmine",
|
||||||
|
"seconds": "Sekund",
|
||||||
|
"unknown": "Teadmata",
|
||||||
|
"weekdays": [
|
||||||
|
"P",
|
||||||
|
"E",
|
||||||
|
"T",
|
||||||
|
"K",
|
||||||
|
"N",
|
||||||
|
"R",
|
||||||
|
"L"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"decimal": ".",
|
||||||
|
"editor": {
|
||||||
|
"close": "Sulge",
|
||||||
|
"create": {
|
||||||
|
"button": "Lisa uus rida",
|
||||||
|
"submit": "Lisa",
|
||||||
|
"title": "Lisa uus rida"
|
||||||
|
},
|
||||||
|
"edit": {
|
||||||
|
"button": "Muuda rida",
|
||||||
|
"submit": "Salvesta",
|
||||||
|
"title": "Muuda rida"
|
||||||
|
},
|
||||||
|
"remove": {
|
||||||
|
"button": "Kustuta",
|
||||||
|
"submit": "Kustuta",
|
||||||
|
"title": "Kustuta rida"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"emptyTable": "Andmed puuduvad",
|
||||||
|
"loadingRecords": "Laen...",
|
||||||
|
"searchBuilder": {
|
||||||
|
"add": "Lisa tingimus",
|
||||||
|
"button": {
|
||||||
|
"_": "Põhjalik otsing (%d)",
|
||||||
|
"0": "Põhjalik otsing"
|
||||||
|
},
|
||||||
|
"clearAll": "Eemalda kõik",
|
||||||
|
"condition": "Tingimus",
|
||||||
|
"conditions": {
|
||||||
|
"array": {
|
||||||
|
"contains": "Sisaldab",
|
||||||
|
"empty": "On tühi",
|
||||||
|
"equals": "Võrdub",
|
||||||
|
"not": "Ei ole",
|
||||||
|
"notEmpty": "Ei ole tühi"
|
||||||
|
},
|
||||||
|
"date": {
|
||||||
|
"after": "Pärast",
|
||||||
|
"before": "Enne",
|
||||||
|
"between": "Vahemikus",
|
||||||
|
"empty": "On tühi",
|
||||||
|
"equals": "Võrdub",
|
||||||
|
"not": "Ei ole",
|
||||||
|
"notBetween": "Ei ole vahemikus",
|
||||||
|
"notEmpty": "Ei ole tühi"
|
||||||
|
},
|
||||||
|
"number": {
|
||||||
|
"between": "On vahemikus",
|
||||||
|
"empty": "On tühi",
|
||||||
|
"equals": "Võrdub",
|
||||||
|
"gt": "Suurem kui",
|
||||||
|
"gte": "Suurem või võrdne kui",
|
||||||
|
"lt": "Väiksem kui",
|
||||||
|
"lte": "Väiksem või võrdne kui",
|
||||||
|
"not": "Ei ole",
|
||||||
|
"notBetween": "Ei ole vahemikus",
|
||||||
|
"notEmpty": "Ei ole tühi"
|
||||||
|
},
|
||||||
|
"string": {
|
||||||
|
"contains": "Sisaldab",
|
||||||
|
"empty": "On tühi",
|
||||||
|
"endsWith": "Lõppeb",
|
||||||
|
"equals": "Võrdub",
|
||||||
|
"not": "Ei ole",
|
||||||
|
"notContains": "Ei sisalda",
|
||||||
|
"notEmpty": "Ei ole tühi",
|
||||||
|
"notEndsWith": "Ei lõppe",
|
||||||
|
"notStartsWith": "Ei alga",
|
||||||
|
"startsWith": "Algab"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"data": "Tulp",
|
||||||
|
"deleteTitle": "Eemalda tingimus",
|
||||||
|
"logicAnd": "JA",
|
||||||
|
"logicOr": "VÕI",
|
||||||
|
"title": {
|
||||||
|
"_": "Põhjalik otsing (%d)",
|
||||||
|
"0": "Põhjalik otsing"
|
||||||
|
},
|
||||||
|
"value": "Väärtus"
|
||||||
|
},
|
||||||
|
"searchPanes": {
|
||||||
|
"clearMessage": "Eemalda kõik",
|
||||||
|
"count": "{total}",
|
||||||
|
"countFiltered": "{shown} ({total})"
|
||||||
|
},
|
||||||
|
"searchPlaceholder": "Otsi..."
|
||||||
|
};
|
@ -0,0 +1,224 @@
|
|||||||
|
(function( factory ) {
|
||||||
|
if ( typeof define === 'function' && define.amd ) {
|
||||||
|
// AMD
|
||||||
|
define( [], factory);
|
||||||
|
}
|
||||||
|
else if ( typeof exports === 'object' ) {
|
||||||
|
// CommonJS
|
||||||
|
module.exports = factory();
|
||||||
|
}
|
||||||
|
// No browser loader - use JSON, ESM, CJS or AMD
|
||||||
|
}
|
||||||
|
(function() {
|
||||||
|
return {
|
||||||
|
"processing": "Prozesatzen...",
|
||||||
|
"lengthMenu": "Erakutsi _MENU_ erregistro",
|
||||||
|
"zeroRecords": "Ez da emaitzarik aurkitu",
|
||||||
|
"loadingRecords": "Abiarazten...",
|
||||||
|
"paginate": {
|
||||||
|
"last": "Azkena",
|
||||||
|
"next": "Hurrengoa",
|
||||||
|
"previous": "Aurrekoa",
|
||||||
|
"first": "Lehenengoa"
|
||||||
|
},
|
||||||
|
"aria": {
|
||||||
|
"sortAscending": ": Zutabea goranzko eran ordenatzeko aktibatu ",
|
||||||
|
"sortDescending": ": Zutabea beheranzko eran ordenatzeko aktibatu"
|
||||||
|
},
|
||||||
|
"autoFill": {
|
||||||
|
"cancel": "Utzi",
|
||||||
|
"fill": "Bete gelaxkak balio honekin <i>%d<i><\/i><\/i>",
|
||||||
|
"fillHorizontal": "Bete gelaxkak horizontalki",
|
||||||
|
"fillVertical": "Bete gelaxkak bertikalki"
|
||||||
|
},
|
||||||
|
"buttons": {
|
||||||
|
"collection": "Bilduma <span class=\"ui-button-icon-primary ui-icon ui-icon-triangle-1-s\"><\/span>",
|
||||||
|
"colvis": "Zutabeen ikusgaitasuna",
|
||||||
|
"colvisRestore": "Berrezarri ikusgaitasuna",
|
||||||
|
"copy": "Kopiatu",
|
||||||
|
"copyKeys": "Sakatu ctrl edo u2313 + C taularen datuak zure sistemaren arbelera kopiatuzeko. Sakatu mezu hau edo escape bertan behera uztekao, sa",
|
||||||
|
"copySuccess": {
|
||||||
|
"1": "Lerro bat arbelera kopiatu da",
|
||||||
|
"_": "%ds lerro arbelera kopiatu dira"
|
||||||
|
},
|
||||||
|
"copyTitle": "Kopiatu arbelera",
|
||||||
|
"csv": "CSV",
|
||||||
|
"excel": "Excel",
|
||||||
|
"pageLength": {
|
||||||
|
"-1": "Erakutsi lerro guztiak",
|
||||||
|
"_": "Erakutsi %d lerro"
|
||||||
|
},
|
||||||
|
"pdf": "PDF",
|
||||||
|
"print": "Inprimatu",
|
||||||
|
"createState": "Sortu egoera",
|
||||||
|
"removeAllStates": "Ezabatu egoera guztiak",
|
||||||
|
"removeState": "Ezabatu",
|
||||||
|
"renameState": "Berrizendatu",
|
||||||
|
"savedStates": "Gordetako egoerak",
|
||||||
|
"stateRestore": "%d egoera",
|
||||||
|
"updateState": "Eguneratu"
|
||||||
|
},
|
||||||
|
"decimal": ",",
|
||||||
|
"emptyTable": "Taula honetan ez dago datu erabilgarririk",
|
||||||
|
"info": "_TOTAL_ erregistrotik _START_ - _END_ ikusgai",
|
||||||
|
"infoEmpty": "Ez dago elementurik",
|
||||||
|
"infoFiltered": "(guztira _MAX_ erregistrotik iragazita)",
|
||||||
|
"infoThousands": ".",
|
||||||
|
"search": "Bilatu:",
|
||||||
|
"searchBuilder": {
|
||||||
|
"add": "Gehitu baldintza",
|
||||||
|
"button": {
|
||||||
|
"0": "Bilaketa eraikitzailea",
|
||||||
|
"_": "Bilaketa eraikitzailea (%d)"
|
||||||
|
},
|
||||||
|
"clearAll": "Garbitu",
|
||||||
|
"condition": "Baldintza",
|
||||||
|
"conditions": {
|
||||||
|
"date": {
|
||||||
|
"after": "Ondoren",
|
||||||
|
"before": "Aurretik",
|
||||||
|
"between": "Tartean",
|
||||||
|
"empty": "Hutsik",
|
||||||
|
"equals": "berdina da",
|
||||||
|
"not": "ez da ",
|
||||||
|
"notBetween": "ez dago tartean",
|
||||||
|
"notEmpty": "ez dago hutsik"
|
||||||
|
},
|
||||||
|
"number": {
|
||||||
|
"between": "Tartean",
|
||||||
|
"empty": "Hutsik",
|
||||||
|
"equals": "berdina da",
|
||||||
|
"gt": "handiagoa",
|
||||||
|
"gte": "handiagoa edo berdina",
|
||||||
|
"lt": "txikiagoa",
|
||||||
|
"lte": "txikiagoa edo berdina",
|
||||||
|
"not": "ez da",
|
||||||
|
"notBetween": "ez dago tartean",
|
||||||
|
"notEmpty": "ez dago hutsik"
|
||||||
|
},
|
||||||
|
"string": {
|
||||||
|
"contains": "Hau dauka",
|
||||||
|
"empty": "Hutsik",
|
||||||
|
"endsWith": "Honekin emaitzen da",
|
||||||
|
"equals": "berdina da",
|
||||||
|
"not": "ez da",
|
||||||
|
"notEmpty": "ez dago hutsik",
|
||||||
|
"startsWith": "Honekin hasten da",
|
||||||
|
"notContains": "ez dauka hau",
|
||||||
|
"notStartsWith": "ez da honekin hasten",
|
||||||
|
"notEndsWith": "ez da honekin amaitzen"
|
||||||
|
},
|
||||||
|
"array": {
|
||||||
|
"equals": "da",
|
||||||
|
"empty": "hutsik",
|
||||||
|
"contains": "hau dauka",
|
||||||
|
"not": "ez da",
|
||||||
|
"notEmpty": "ez dago hutsik",
|
||||||
|
"without": "ez du hau"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"data": "Datua",
|
||||||
|
"deleteTitle": "Ezabatu iragazkiaren erregela",
|
||||||
|
"leftTitle": "Irizpideari koska kendu",
|
||||||
|
"logicAnd": "eta",
|
||||||
|
"logicOr": "edo",
|
||||||
|
"rightTitle": "Irizpideari koska handitu",
|
||||||
|
"title": {
|
||||||
|
"0": "Bilaketa eraikitzailea",
|
||||||
|
"_": "Bilaketa eraikitzailea (%d)"
|
||||||
|
},
|
||||||
|
"value": "Balioa"
|
||||||
|
},
|
||||||
|
"searchPanes": {
|
||||||
|
"clearMessage": "Garbitu",
|
||||||
|
"collapse": {
|
||||||
|
"0": "Bilaketa panelak",
|
||||||
|
"_": "Bilaketa panelak (%d)"
|
||||||
|
},
|
||||||
|
"count": "{total}",
|
||||||
|
"countFiltered": "{shown} ({total})",
|
||||||
|
"emptyPanes": "Ez dago bilaketa panelik",
|
||||||
|
"loadMessage": "Bilaketa panelak kargatzen...",
|
||||||
|
"title": "Aktibo dauden filtroak - %d",
|
||||||
|
"showMessage": "Erakutsi guztiak",
|
||||||
|
"collapseMessage": "Itxi guztiak"
|
||||||
|
},
|
||||||
|
"select": {
|
||||||
|
"cells": {
|
||||||
|
"1": "Gelaxka 1 aukeratuta",
|
||||||
|
"_": "%d gelaxka aukeratuta"
|
||||||
|
},
|
||||||
|
"columns": {
|
||||||
|
"1": "Zutabe 1 aukeratuta",
|
||||||
|
"_": "%d zutabe aukeratuta"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"thousands": ".",
|
||||||
|
"datetime": {
|
||||||
|
"previous": "Aurrekoa",
|
||||||
|
"next": "Hurrengoa",
|
||||||
|
"amPm": [
|
||||||
|
"am",
|
||||||
|
"pm"
|
||||||
|
],
|
||||||
|
"weekdays": [
|
||||||
|
"Iga",
|
||||||
|
"Asl",
|
||||||
|
"Asr",
|
||||||
|
"Asz",
|
||||||
|
"Osg",
|
||||||
|
"Osr",
|
||||||
|
"Lar"
|
||||||
|
],
|
||||||
|
"hours": "Orduak",
|
||||||
|
"minutes": "Minutu",
|
||||||
|
"seconds": "Segundoak",
|
||||||
|
"unknown": "-",
|
||||||
|
"months": [
|
||||||
|
"Urtarril",
|
||||||
|
"Otsail ",
|
||||||
|
"Martxo ",
|
||||||
|
"Apiril ",
|
||||||
|
"Maiatz ",
|
||||||
|
"Ekain ",
|
||||||
|
"Uztail ",
|
||||||
|
"Abuztu ",
|
||||||
|
"Irail ",
|
||||||
|
"Urri ",
|
||||||
|
"Azaro ",
|
||||||
|
"Abendu "
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"editor": {
|
||||||
|
"close": "Itxi",
|
||||||
|
"create": {
|
||||||
|
"button": "Berria",
|
||||||
|
"title": "Sarrera berria sortu",
|
||||||
|
"submit": "Sortu"
|
||||||
|
},
|
||||||
|
"edit": {
|
||||||
|
"button": "Aldatu",
|
||||||
|
"title": "Sarrera aldatu",
|
||||||
|
"submit": "Gorde"
|
||||||
|
},
|
||||||
|
"remove": {
|
||||||
|
"button": "Ezabatu",
|
||||||
|
"title": "Ezabatu",
|
||||||
|
"submit": "Ezabatu",
|
||||||
|
"confirm": {
|
||||||
|
"_": "Ziur zaude %d lerro ezabatu nahi dituzula?",
|
||||||
|
"1": "Ziur zaude lerro 1 ezabatu nahi duzula?"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"error": {
|
||||||
|
"system": "Sistemaren errorea gertatu da (<a target=\"\\\" rel=\"nofollow\" href=\"\\\">More information<\/a>)."
|
||||||
|
},
|
||||||
|
"multi": {
|
||||||
|
"title": "Balio asko",
|
||||||
|
"info": "Aukeratutako elementuek hainbat balio dituzte eremu honentzat. Balio hori aldatu eta elementu guztiei berbera jartzeko egin klik edo sakatu hemen, bestela beren jatorrizko balioa gordeko dute.",
|
||||||
|
"restore": "Desegin aldaketak",
|
||||||
|
"noMulti": "Elementu hau bakarka aldatu daiteke baina ez talde baten parte gisa."
|
||||||
|
}
|
||||||
|
}
|
||||||
|
};
|
||||||
|
}));
|
@ -0,0 +1,211 @@
|
|||||||
|
export default {
|
||||||
|
"processing": "Prozesatzen...",
|
||||||
|
"lengthMenu": "Erakutsi _MENU_ erregistro",
|
||||||
|
"zeroRecords": "Ez da emaitzarik aurkitu",
|
||||||
|
"loadingRecords": "Abiarazten...",
|
||||||
|
"paginate": {
|
||||||
|
"last": "Azkena",
|
||||||
|
"next": "Hurrengoa",
|
||||||
|
"previous": "Aurrekoa",
|
||||||
|
"first": "Lehenengoa"
|
||||||
|
},
|
||||||
|
"aria": {
|
||||||
|
"sortAscending": ": Zutabea goranzko eran ordenatzeko aktibatu ",
|
||||||
|
"sortDescending": ": Zutabea beheranzko eran ordenatzeko aktibatu"
|
||||||
|
},
|
||||||
|
"autoFill": {
|
||||||
|
"cancel": "Utzi",
|
||||||
|
"fill": "Bete gelaxkak balio honekin <i>%d<i><\/i><\/i>",
|
||||||
|
"fillHorizontal": "Bete gelaxkak horizontalki",
|
||||||
|
"fillVertical": "Bete gelaxkak bertikalki"
|
||||||
|
},
|
||||||
|
"buttons": {
|
||||||
|
"collection": "Bilduma <span class=\"ui-button-icon-primary ui-icon ui-icon-triangle-1-s\"><\/span>",
|
||||||
|
"colvis": "Zutabeen ikusgaitasuna",
|
||||||
|
"colvisRestore": "Berrezarri ikusgaitasuna",
|
||||||
|
"copy": "Kopiatu",
|
||||||
|
"copyKeys": "Sakatu ctrl edo u2313 + C taularen datuak zure sistemaren arbelera kopiatuzeko. Sakatu mezu hau edo escape bertan behera uztekao, sa",
|
||||||
|
"copySuccess": {
|
||||||
|
"1": "Lerro bat arbelera kopiatu da",
|
||||||
|
"_": "%ds lerro arbelera kopiatu dira"
|
||||||
|
},
|
||||||
|
"copyTitle": "Kopiatu arbelera",
|
||||||
|
"csv": "CSV",
|
||||||
|
"excel": "Excel",
|
||||||
|
"pageLength": {
|
||||||
|
"-1": "Erakutsi lerro guztiak",
|
||||||
|
"_": "Erakutsi %d lerro"
|
||||||
|
},
|
||||||
|
"pdf": "PDF",
|
||||||
|
"print": "Inprimatu",
|
||||||
|
"createState": "Sortu egoera",
|
||||||
|
"removeAllStates": "Ezabatu egoera guztiak",
|
||||||
|
"removeState": "Ezabatu",
|
||||||
|
"renameState": "Berrizendatu",
|
||||||
|
"savedStates": "Gordetako egoerak",
|
||||||
|
"stateRestore": "%d egoera",
|
||||||
|
"updateState": "Eguneratu"
|
||||||
|
},
|
||||||
|
"decimal": ",",
|
||||||
|
"emptyTable": "Taula honetan ez dago datu erabilgarririk",
|
||||||
|
"info": "_TOTAL_ erregistrotik _START_ - _END_ ikusgai",
|
||||||
|
"infoEmpty": "Ez dago elementurik",
|
||||||
|
"infoFiltered": "(guztira _MAX_ erregistrotik iragazita)",
|
||||||
|
"infoThousands": ".",
|
||||||
|
"search": "Bilatu:",
|
||||||
|
"searchBuilder": {
|
||||||
|
"add": "Gehitu baldintza",
|
||||||
|
"button": {
|
||||||
|
"0": "Bilaketa eraikitzailea",
|
||||||
|
"_": "Bilaketa eraikitzailea (%d)"
|
||||||
|
},
|
||||||
|
"clearAll": "Garbitu",
|
||||||
|
"condition": "Baldintza",
|
||||||
|
"conditions": {
|
||||||
|
"date": {
|
||||||
|
"after": "Ondoren",
|
||||||
|
"before": "Aurretik",
|
||||||
|
"between": "Tartean",
|
||||||
|
"empty": "Hutsik",
|
||||||
|
"equals": "berdina da",
|
||||||
|
"not": "ez da ",
|
||||||
|
"notBetween": "ez dago tartean",
|
||||||
|
"notEmpty": "ez dago hutsik"
|
||||||
|
},
|
||||||
|
"number": {
|
||||||
|
"between": "Tartean",
|
||||||
|
"empty": "Hutsik",
|
||||||
|
"equals": "berdina da",
|
||||||
|
"gt": "handiagoa",
|
||||||
|
"gte": "handiagoa edo berdina",
|
||||||
|
"lt": "txikiagoa",
|
||||||
|
"lte": "txikiagoa edo berdina",
|
||||||
|
"not": "ez da",
|
||||||
|
"notBetween": "ez dago tartean",
|
||||||
|
"notEmpty": "ez dago hutsik"
|
||||||
|
},
|
||||||
|
"string": {
|
||||||
|
"contains": "Hau dauka",
|
||||||
|
"empty": "Hutsik",
|
||||||
|
"endsWith": "Honekin emaitzen da",
|
||||||
|
"equals": "berdina da",
|
||||||
|
"not": "ez da",
|
||||||
|
"notEmpty": "ez dago hutsik",
|
||||||
|
"startsWith": "Honekin hasten da",
|
||||||
|
"notContains": "ez dauka hau",
|
||||||
|
"notStartsWith": "ez da honekin hasten",
|
||||||
|
"notEndsWith": "ez da honekin amaitzen"
|
||||||
|
},
|
||||||
|
"array": {
|
||||||
|
"equals": "da",
|
||||||
|
"empty": "hutsik",
|
||||||
|
"contains": "hau dauka",
|
||||||
|
"not": "ez da",
|
||||||
|
"notEmpty": "ez dago hutsik",
|
||||||
|
"without": "ez du hau"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"data": "Datua",
|
||||||
|
"deleteTitle": "Ezabatu iragazkiaren erregela",
|
||||||
|
"leftTitle": "Irizpideari koska kendu",
|
||||||
|
"logicAnd": "eta",
|
||||||
|
"logicOr": "edo",
|
||||||
|
"rightTitle": "Irizpideari koska handitu",
|
||||||
|
"title": {
|
||||||
|
"0": "Bilaketa eraikitzailea",
|
||||||
|
"_": "Bilaketa eraikitzailea (%d)"
|
||||||
|
},
|
||||||
|
"value": "Balioa"
|
||||||
|
},
|
||||||
|
"searchPanes": {
|
||||||
|
"clearMessage": "Garbitu",
|
||||||
|
"collapse": {
|
||||||
|
"0": "Bilaketa panelak",
|
||||||
|
"_": "Bilaketa panelak (%d)"
|
||||||
|
},
|
||||||
|
"count": "{total}",
|
||||||
|
"countFiltered": "{shown} ({total})",
|
||||||
|
"emptyPanes": "Ez dago bilaketa panelik",
|
||||||
|
"loadMessage": "Bilaketa panelak kargatzen...",
|
||||||
|
"title": "Aktibo dauden filtroak - %d",
|
||||||
|
"showMessage": "Erakutsi guztiak",
|
||||||
|
"collapseMessage": "Itxi guztiak"
|
||||||
|
},
|
||||||
|
"select": {
|
||||||
|
"cells": {
|
||||||
|
"1": "Gelaxka 1 aukeratuta",
|
||||||
|
"_": "%d gelaxka aukeratuta"
|
||||||
|
},
|
||||||
|
"columns": {
|
||||||
|
"1": "Zutabe 1 aukeratuta",
|
||||||
|
"_": "%d zutabe aukeratuta"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"thousands": ".",
|
||||||
|
"datetime": {
|
||||||
|
"previous": "Aurrekoa",
|
||||||
|
"next": "Hurrengoa",
|
||||||
|
"amPm": [
|
||||||
|
"am",
|
||||||
|
"pm"
|
||||||
|
],
|
||||||
|
"weekdays": [
|
||||||
|
"Iga",
|
||||||
|
"Asl",
|
||||||
|
"Asr",
|
||||||
|
"Asz",
|
||||||
|
"Osg",
|
||||||
|
"Osr",
|
||||||
|
"Lar"
|
||||||
|
],
|
||||||
|
"hours": "Orduak",
|
||||||
|
"minutes": "Minutu",
|
||||||
|
"seconds": "Segundoak",
|
||||||
|
"unknown": "-",
|
||||||
|
"months": [
|
||||||
|
"Urtarril",
|
||||||
|
"Otsail ",
|
||||||
|
"Martxo ",
|
||||||
|
"Apiril ",
|
||||||
|
"Maiatz ",
|
||||||
|
"Ekain ",
|
||||||
|
"Uztail ",
|
||||||
|
"Abuztu ",
|
||||||
|
"Irail ",
|
||||||
|
"Urri ",
|
||||||
|
"Azaro ",
|
||||||
|
"Abendu "
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"editor": {
|
||||||
|
"close": "Itxi",
|
||||||
|
"create": {
|
||||||
|
"button": "Berria",
|
||||||
|
"title": "Sarrera berria sortu",
|
||||||
|
"submit": "Sortu"
|
||||||
|
},
|
||||||
|
"edit": {
|
||||||
|
"button": "Aldatu",
|
||||||
|
"title": "Sarrera aldatu",
|
||||||
|
"submit": "Gorde"
|
||||||
|
},
|
||||||
|
"remove": {
|
||||||
|
"button": "Ezabatu",
|
||||||
|
"title": "Ezabatu",
|
||||||
|
"submit": "Ezabatu",
|
||||||
|
"confirm": {
|
||||||
|
"_": "Ziur zaude %d lerro ezabatu nahi dituzula?",
|
||||||
|
"1": "Ziur zaude lerro 1 ezabatu nahi duzula?"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"error": {
|
||||||
|
"system": "Sistemaren errorea gertatu da (<a target=\"\\\" rel=\"nofollow\" href=\"\\\">More information<\/a>)."
|
||||||
|
},
|
||||||
|
"multi": {
|
||||||
|
"title": "Balio asko",
|
||||||
|
"info": "Aukeratutako elementuek hainbat balio dituzte eremu honentzat. Balio hori aldatu eta elementu guztiei berbera jartzeko egin klik edo sakatu hemen, bestela beren jatorrizko balioa gordeko dute.",
|
||||||
|
"restore": "Desegin aldaketak",
|
||||||
|
"noMulti": "Elementu hau bakarka aldatu daiteke baina ez talde baten parte gisa."
|
||||||
|
}
|
||||||
|
}
|
||||||
|
};
|
@ -0,0 +1,107 @@
|
|||||||
|
(function( factory ) {
|
||||||
|
if ( typeof define === 'function' && define.amd ) {
|
||||||
|
// AMD
|
||||||
|
define( [], factory);
|
||||||
|
}
|
||||||
|
else if ( typeof exports === 'object' ) {
|
||||||
|
// CommonJS
|
||||||
|
module.exports = factory();
|
||||||
|
}
|
||||||
|
// No browser loader - use JSON, ESM, CJS or AMD
|
||||||
|
}
|
||||||
|
(function() {
|
||||||
|
return {
|
||||||
|
"emptyTable": "Ei näytettäviä tuloksia.",
|
||||||
|
"infoEmpty": "Näytetään 0 - 0 (yhteensä 0)",
|
||||||
|
"infoFiltered": "(suodatettu _MAX_ tuloksen joukosta)",
|
||||||
|
"infoThousands": ",",
|
||||||
|
"lengthMenu": "Näytä kerralla _MENU_ riviä",
|
||||||
|
"loadingRecords": "Ladataan...",
|
||||||
|
"processing": "Hetkinen...",
|
||||||
|
"search": "Etsi:",
|
||||||
|
"zeroRecords": "Tietoja ei löytynyt",
|
||||||
|
"paginate": {
|
||||||
|
"first": "Ensimmäinen",
|
||||||
|
"last": "Viimeinen",
|
||||||
|
"next": "Seuraava",
|
||||||
|
"previous": "Edellinen"
|
||||||
|
},
|
||||||
|
"aria": {
|
||||||
|
"sortAscending": ": lajittele sarake nousevasti",
|
||||||
|
"sortDescending": ": lajittele sarake laskevasti"
|
||||||
|
},
|
||||||
|
"select": {
|
||||||
|
"rows": {
|
||||||
|
"_": "Valittuna %d riviä",
|
||||||
|
"1": "Valittuna vain yksi rivi"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"buttons": {
|
||||||
|
"copy": "Kopioi",
|
||||||
|
"copySuccess": {
|
||||||
|
"1": "Yksi rivi kopioitu leikepöydälle",
|
||||||
|
"_": "%d riviä kopioitu leikepöydälle"
|
||||||
|
},
|
||||||
|
"copyTitle": "Kopioi leikepöydälle",
|
||||||
|
"copyKeys": "Paina <i>ctrl<\/i> tai <i>⌘<\/i> + <i>C<\/i> kopioidaksesi taulukon arvot<br> leikepöydälle. <br><br>Peruuttaaksesi klikkaa tähän tai Esc.",
|
||||||
|
"colvisRestore": "Palauta oletusasetukset"
|
||||||
|
},
|
||||||
|
"info": "Näytetään rivit _START_ - _END_ (yhteensä _TOTAL_)",
|
||||||
|
"autoFill": {
|
||||||
|
"cancel": "Peruuta"
|
||||||
|
},
|
||||||
|
"datetime": {
|
||||||
|
"previous": "Edellinen",
|
||||||
|
"next": "Seuraava",
|
||||||
|
"hours": "Tunnit",
|
||||||
|
"minutes": "Minuutit",
|
||||||
|
"seconds": "Sekunnit",
|
||||||
|
"unknown": "-",
|
||||||
|
"amPm": [
|
||||||
|
"ap",
|
||||||
|
"ip"
|
||||||
|
],
|
||||||
|
"weekdays": [
|
||||||
|
"Su",
|
||||||
|
"Ma",
|
||||||
|
"Ti",
|
||||||
|
"Ke",
|
||||||
|
"To",
|
||||||
|
"Pe",
|
||||||
|
"La"
|
||||||
|
],
|
||||||
|
"months": [
|
||||||
|
"Tammikuu",
|
||||||
|
"Helmikuu",
|
||||||
|
"Maaliskuu",
|
||||||
|
"Huhtikuu",
|
||||||
|
"Toukokuu",
|
||||||
|
"Kesäkuu",
|
||||||
|
"Heinäkuu",
|
||||||
|
"Elokuu",
|
||||||
|
"Syyskuu",
|
||||||
|
"Lokakuu",
|
||||||
|
"Marraskuu",
|
||||||
|
"Joulukuu"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"editor": {
|
||||||
|
"close": "Sulje",
|
||||||
|
"create": {
|
||||||
|
"button": "Uusi",
|
||||||
|
"title": "Otsikko",
|
||||||
|
"submit": "Tallenna"
|
||||||
|
},
|
||||||
|
"edit": {
|
||||||
|
"button": "Muokkaa",
|
||||||
|
"title": "Otsikko",
|
||||||
|
"submit": "Tallenna"
|
||||||
|
},
|
||||||
|
"remove": {
|
||||||
|
"button": "Poista",
|
||||||
|
"title": "Otsikko",
|
||||||
|
"submit": "Poista"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
};
|
||||||
|
}));
|
@ -0,0 +1,94 @@
|
|||||||
|
export default {
|
||||||
|
"emptyTable": "Ei näytettäviä tuloksia.",
|
||||||
|
"infoEmpty": "Näytetään 0 - 0 (yhteensä 0)",
|
||||||
|
"infoFiltered": "(suodatettu _MAX_ tuloksen joukosta)",
|
||||||
|
"infoThousands": ",",
|
||||||
|
"lengthMenu": "Näytä kerralla _MENU_ riviä",
|
||||||
|
"loadingRecords": "Ladataan...",
|
||||||
|
"processing": "Hetkinen...",
|
||||||
|
"search": "Etsi:",
|
||||||
|
"zeroRecords": "Tietoja ei löytynyt",
|
||||||
|
"paginate": {
|
||||||
|
"first": "Ensimmäinen",
|
||||||
|
"last": "Viimeinen",
|
||||||
|
"next": "Seuraava",
|
||||||
|
"previous": "Edellinen"
|
||||||
|
},
|
||||||
|
"aria": {
|
||||||
|
"sortAscending": ": lajittele sarake nousevasti",
|
||||||
|
"sortDescending": ": lajittele sarake laskevasti"
|
||||||
|
},
|
||||||
|
"select": {
|
||||||
|
"rows": {
|
||||||
|
"_": "Valittuna %d riviä",
|
||||||
|
"1": "Valittuna vain yksi rivi"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"buttons": {
|
||||||
|
"copy": "Kopioi",
|
||||||
|
"copySuccess": {
|
||||||
|
"1": "Yksi rivi kopioitu leikepöydälle",
|
||||||
|
"_": "%d riviä kopioitu leikepöydälle"
|
||||||
|
},
|
||||||
|
"copyTitle": "Kopioi leikepöydälle",
|
||||||
|
"copyKeys": "Paina <i>ctrl<\/i> tai <i>⌘<\/i> + <i>C<\/i> kopioidaksesi taulukon arvot<br> leikepöydälle. <br><br>Peruuttaaksesi klikkaa tähän tai Esc.",
|
||||||
|
"colvisRestore": "Palauta oletusasetukset"
|
||||||
|
},
|
||||||
|
"info": "Näytetään rivit _START_ - _END_ (yhteensä _TOTAL_)",
|
||||||
|
"autoFill": {
|
||||||
|
"cancel": "Peruuta"
|
||||||
|
},
|
||||||
|
"datetime": {
|
||||||
|
"previous": "Edellinen",
|
||||||
|
"next": "Seuraava",
|
||||||
|
"hours": "Tunnit",
|
||||||
|
"minutes": "Minuutit",
|
||||||
|
"seconds": "Sekunnit",
|
||||||
|
"unknown": "-",
|
||||||
|
"amPm": [
|
||||||
|
"ap",
|
||||||
|
"ip"
|
||||||
|
],
|
||||||
|
"weekdays": [
|
||||||
|
"Su",
|
||||||
|
"Ma",
|
||||||
|
"Ti",
|
||||||
|
"Ke",
|
||||||
|
"To",
|
||||||
|
"Pe",
|
||||||
|
"La"
|
||||||
|
],
|
||||||
|
"months": [
|
||||||
|
"Tammikuu",
|
||||||
|
"Helmikuu",
|
||||||
|
"Maaliskuu",
|
||||||
|
"Huhtikuu",
|
||||||
|
"Toukokuu",
|
||||||
|
"Kesäkuu",
|
||||||
|
"Heinäkuu",
|
||||||
|
"Elokuu",
|
||||||
|
"Syyskuu",
|
||||||
|
"Lokakuu",
|
||||||
|
"Marraskuu",
|
||||||
|
"Joulukuu"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"editor": {
|
||||||
|
"close": "Sulje",
|
||||||
|
"create": {
|
||||||
|
"button": "Uusi",
|
||||||
|
"title": "Otsikko",
|
||||||
|
"submit": "Tallenna"
|
||||||
|
},
|
||||||
|
"edit": {
|
||||||
|
"button": "Muokkaa",
|
||||||
|
"title": "Otsikko",
|
||||||
|
"submit": "Tallenna"
|
||||||
|
},
|
||||||
|
"remove": {
|
||||||
|
"button": "Poista",
|
||||||
|
"title": "Otsikko",
|
||||||
|
"submit": "Poista"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
};
|
@ -0,0 +1,28 @@
|
|||||||
|
(function( factory ) {
|
||||||
|
if ( typeof define === 'function' && define.amd ) {
|
||||||
|
// AMD
|
||||||
|
define( [], factory);
|
||||||
|
}
|
||||||
|
else if ( typeof exports === 'object' ) {
|
||||||
|
// CommonJS
|
||||||
|
module.exports = factory();
|
||||||
|
}
|
||||||
|
// No browser loader - use JSON, ESM, CJS or AMD
|
||||||
|
}
|
||||||
|
(function() {
|
||||||
|
return {
|
||||||
|
"processing": "Pagproseso...",
|
||||||
|
"lengthMenu": "Ipakita _MENU_ entries",
|
||||||
|
"zeroRecords": "Walang katugmang mga talaan na natagpuan",
|
||||||
|
"info": "Ipinapakita ang _START_ sa _END_ ng _TOTAL_ entries",
|
||||||
|
"infoEmpty": "Ipinapakita ang 0-0 ng 0 entries",
|
||||||
|
"infoFiltered": "(na-filter mula _MAX_ kabuuang entries)",
|
||||||
|
"search": "Paghahanap:",
|
||||||
|
"paginate": {
|
||||||
|
"first": "Unang",
|
||||||
|
"previous": "Nakaraan",
|
||||||
|
"next": "Susunod",
|
||||||
|
"last": "Huli"
|
||||||
|
}
|
||||||
|
};
|
||||||
|
}));
|
@ -0,0 +1,15 @@
|
|||||||
|
export default {
|
||||||
|
"processing": "Pagproseso...",
|
||||||
|
"lengthMenu": "Ipakita _MENU_ entries",
|
||||||
|
"zeroRecords": "Walang katugmang mga talaan na natagpuan",
|
||||||
|
"info": "Ipinapakita ang _START_ sa _END_ ng _TOTAL_ entries",
|
||||||
|
"infoEmpty": "Ipinapakita ang 0-0 ng 0 entries",
|
||||||
|
"infoFiltered": "(na-filter mula _MAX_ kabuuang entries)",
|
||||||
|
"search": "Paghahanap:",
|
||||||
|
"paginate": {
|
||||||
|
"first": "Unang",
|
||||||
|
"previous": "Nakaraan",
|
||||||
|
"next": "Susunod",
|
||||||
|
"last": "Huli"
|
||||||
|
}
|
||||||
|
};
|
@ -0,0 +1,28 @@
|
|||||||
|
(function( factory ) {
|
||||||
|
if ( typeof define === 'function' && define.amd ) {
|
||||||
|
// AMD
|
||||||
|
define( [], factory);
|
||||||
|
}
|
||||||
|
else if ( typeof exports === 'object' ) {
|
||||||
|
// CommonJS
|
||||||
|
module.exports = factory();
|
||||||
|
}
|
||||||
|
// No browser loader - use JSON, ESM, CJS or AMD
|
||||||
|
}
|
||||||
|
(function() {
|
||||||
|
return {
|
||||||
|
"processing": "Próiseáil...",
|
||||||
|
"lengthMenu": "Taispeáin iontrálacha _MENU_",
|
||||||
|
"zeroRecords": "Gan aon taifead meaitseáil aimsithe",
|
||||||
|
"info": "_START_ Showing a _END_ na n-iontrálacha _TOTAL_",
|
||||||
|
"infoEmpty": "Showing 0-0 na n-iontrálacha 0",
|
||||||
|
"infoFiltered": "(scagtha ó _MAX_ iontrálacha iomlán)",
|
||||||
|
"search": "Cuardaigh:",
|
||||||
|
"paginate": {
|
||||||
|
"first": "An Chéad",
|
||||||
|
"previous": "Roimhe Seo",
|
||||||
|
"next": "Ar Aghaidh",
|
||||||
|
"last": "Last"
|
||||||
|
}
|
||||||
|
};
|
||||||
|
}));
|
@ -0,0 +1,15 @@
|
|||||||
|
export default {
|
||||||
|
"processing": "Próiseáil...",
|
||||||
|
"lengthMenu": "Taispeáin iontrálacha _MENU_",
|
||||||
|
"zeroRecords": "Gan aon taifead meaitseáil aimsithe",
|
||||||
|
"info": "_START_ Showing a _END_ na n-iontrálacha _TOTAL_",
|
||||||
|
"infoEmpty": "Showing 0-0 na n-iontrálacha 0",
|
||||||
|
"infoFiltered": "(scagtha ó _MAX_ iontrálacha iomlán)",
|
||||||
|
"search": "Cuardaigh:",
|
||||||
|
"paginate": {
|
||||||
|
"first": "An Chéad",
|
||||||
|
"previous": "Roimhe Seo",
|
||||||
|
"next": "Ar Aghaidh",
|
||||||
|
"last": "Last"
|
||||||
|
}
|
||||||
|
};
|
@ -0,0 +1,54 @@
|
|||||||
|
(function( factory ) {
|
||||||
|
if ( typeof define === 'function' && define.amd ) {
|
||||||
|
// AMD
|
||||||
|
define( [], factory);
|
||||||
|
}
|
||||||
|
else if ( typeof exports === 'object' ) {
|
||||||
|
// CommonJS
|
||||||
|
module.exports = factory();
|
||||||
|
}
|
||||||
|
// No browser loader - use JSON, ESM, CJS or AMD
|
||||||
|
}
|
||||||
|
(function() {
|
||||||
|
return {
|
||||||
|
"processing": "Procesando...",
|
||||||
|
"lengthMenu": "Mostrar _MENU_ rexistros",
|
||||||
|
"zeroRecords": "Non se atoparon resultados",
|
||||||
|
"emptyTable": "Ningún dato dispoñible nesta táboa",
|
||||||
|
"info": "Mostrando rexistros do _START_ ao _END_ dun total de _TOTAL_ rexistros",
|
||||||
|
"infoEmpty": "Mostrando rexistros do 0 ao 0 dun total de 0 rexistros",
|
||||||
|
"infoFiltered": "(filtrado dun total de _MAX_ rexistros)",
|
||||||
|
"search": "Buscar:",
|
||||||
|
"loadingRecords": "Cargando...",
|
||||||
|
"paginate": {
|
||||||
|
"first": "Primeiro",
|
||||||
|
"last": "Último",
|
||||||
|
"next": "Seguinte",
|
||||||
|
"previous": "Anterior"
|
||||||
|
},
|
||||||
|
"aria": {
|
||||||
|
"sortAscending": ": Activar para ordenar a columna de maneira ascendente",
|
||||||
|
"sortDescending": ": Activar para ordenar a columna de maneira descendente"
|
||||||
|
},
|
||||||
|
"autoFill": {
|
||||||
|
"cancel": "Cancelar",
|
||||||
|
"fill": "Rechea todas as celas con <i>%d<\/i>",
|
||||||
|
"fillHorizontal": "Rechea celas horizontamente",
|
||||||
|
"fillVertical": "Rechea celas verticalmente"
|
||||||
|
},
|
||||||
|
"buttons": {
|
||||||
|
"collection": "Colección",
|
||||||
|
"colvis": "Visibilidade da columna",
|
||||||
|
"colvisRestore": "Restaurar visibilidade",
|
||||||
|
"copy": "Copiar",
|
||||||
|
"copyKeys": "Preme ctrl o u2318 + C para copiar os datos da táboa ao portapapeis do sistema. <br \/> <br \/> Para cancelar, fai clic nesta mensaxe ou preme escape.",
|
||||||
|
"copyTitle": "Copiar ao portapapeis",
|
||||||
|
"csv": "CSV",
|
||||||
|
"excel": "Excel",
|
||||||
|
"pdf": "PDF"
|
||||||
|
},
|
||||||
|
"decimal": ",",
|
||||||
|
"infoThousands": ".",
|
||||||
|
"thousands": "."
|
||||||
|
};
|
||||||
|
}));
|
@ -0,0 +1,41 @@
|
|||||||
|
export default {
|
||||||
|
"processing": "Procesando...",
|
||||||
|
"lengthMenu": "Mostrar _MENU_ rexistros",
|
||||||
|
"zeroRecords": "Non se atoparon resultados",
|
||||||
|
"emptyTable": "Ningún dato dispoñible nesta táboa",
|
||||||
|
"info": "Mostrando rexistros do _START_ ao _END_ dun total de _TOTAL_ rexistros",
|
||||||
|
"infoEmpty": "Mostrando rexistros do 0 ao 0 dun total de 0 rexistros",
|
||||||
|
"infoFiltered": "(filtrado dun total de _MAX_ rexistros)",
|
||||||
|
"search": "Buscar:",
|
||||||
|
"loadingRecords": "Cargando...",
|
||||||
|
"paginate": {
|
||||||
|
"first": "Primeiro",
|
||||||
|
"last": "Último",
|
||||||
|
"next": "Seguinte",
|
||||||
|
"previous": "Anterior"
|
||||||
|
},
|
||||||
|
"aria": {
|
||||||
|
"sortAscending": ": Activar para ordenar a columna de maneira ascendente",
|
||||||
|
"sortDescending": ": Activar para ordenar a columna de maneira descendente"
|
||||||
|
},
|
||||||
|
"autoFill": {
|
||||||
|
"cancel": "Cancelar",
|
||||||
|
"fill": "Rechea todas as celas con <i>%d<\/i>",
|
||||||
|
"fillHorizontal": "Rechea celas horizontamente",
|
||||||
|
"fillVertical": "Rechea celas verticalmente"
|
||||||
|
},
|
||||||
|
"buttons": {
|
||||||
|
"collection": "Colección",
|
||||||
|
"colvis": "Visibilidade da columna",
|
||||||
|
"colvisRestore": "Restaurar visibilidade",
|
||||||
|
"copy": "Copiar",
|
||||||
|
"copyKeys": "Preme ctrl o u2318 + C para copiar os datos da táboa ao portapapeis do sistema. <br \/> <br \/> Para cancelar, fai clic nesta mensaxe ou preme escape.",
|
||||||
|
"copyTitle": "Copiar ao portapapeis",
|
||||||
|
"csv": "CSV",
|
||||||
|
"excel": "Excel",
|
||||||
|
"pdf": "PDF"
|
||||||
|
},
|
||||||
|
"decimal": ",",
|
||||||
|
"infoThousands": ".",
|
||||||
|
"thousands": "."
|
||||||
|
};
|
@ -0,0 +1,35 @@
|
|||||||
|
(function( factory ) {
|
||||||
|
if ( typeof define === 'function' && define.amd ) {
|
||||||
|
// AMD
|
||||||
|
define( [], factory);
|
||||||
|
}
|
||||||
|
else if ( typeof exports === 'object' ) {
|
||||||
|
// CommonJS
|
||||||
|
module.exports = factory();
|
||||||
|
}
|
||||||
|
// No browser loader - use JSON, ESM, CJS or AMD
|
||||||
|
}
|
||||||
|
(function() {
|
||||||
|
return {
|
||||||
|
"emptyTable": "કોષ્ટકમાં કોઈ ડેટા ઉપલબ્ધ નથી",
|
||||||
|
"info": "કુલ _TOTAL_ માંથી _START_ થી _END_ પ્રવેશો દર્શાવે છે",
|
||||||
|
"infoEmpty": "કુલ 0 પ્રવેશ માંથી 0 થી 0 બતાવી રહ્યું છે",
|
||||||
|
"infoFiltered": "(_MAX_ કુલ પ્રવેશો માંથી ફિલ્ટર)",
|
||||||
|
"infoThousands": ",",
|
||||||
|
"lengthMenu": "બતાવો _MENU_ પ્રવેશો",
|
||||||
|
"loadingRecords": "લોડ કરી રહ્યું છે ...",
|
||||||
|
"processing": "પ્રક્રિયા ...",
|
||||||
|
"search": "શોધો:",
|
||||||
|
"zeroRecords": "કોઈ મેળ ખાતા રેકોર્ડ મળ્યા નથી ",
|
||||||
|
"paginate": {
|
||||||
|
"first": "પ્રથમ",
|
||||||
|
"last": "અંતિમ",
|
||||||
|
"next": "આગામી",
|
||||||
|
"previous": "ગત"
|
||||||
|
},
|
||||||
|
"aria": {
|
||||||
|
"sortAscending": ": સ્તંભ ચડતા ક્રમમાં ગોઠવવા માટે સક્રિય",
|
||||||
|
"sortDescending": ": કૉલમ ઉતરતા ક્રમમાં ગોઠવવા માટે સક્રિય"
|
||||||
|
}
|
||||||
|
};
|
||||||
|
}));
|
@ -0,0 +1,22 @@
|
|||||||
|
export default {
|
||||||
|
"emptyTable": "કોષ્ટકમાં કોઈ ડેટા ઉપલબ્ધ નથી",
|
||||||
|
"info": "કુલ _TOTAL_ માંથી _START_ થી _END_ પ્રવેશો દર્શાવે છે",
|
||||||
|
"infoEmpty": "કુલ 0 પ્રવેશ માંથી 0 થી 0 બતાવી રહ્યું છે",
|
||||||
|
"infoFiltered": "(_MAX_ કુલ પ્રવેશો માંથી ફિલ્ટર)",
|
||||||
|
"infoThousands": ",",
|
||||||
|
"lengthMenu": "બતાવો _MENU_ પ્રવેશો",
|
||||||
|
"loadingRecords": "લોડ કરી રહ્યું છે ...",
|
||||||
|
"processing": "પ્રક્રિયા ...",
|
||||||
|
"search": "શોધો:",
|
||||||
|
"zeroRecords": "કોઈ મેળ ખાતા રેકોર્ડ મળ્યા નથી ",
|
||||||
|
"paginate": {
|
||||||
|
"first": "પ્રથમ",
|
||||||
|
"last": "અંતિમ",
|
||||||
|
"next": "આગામી",
|
||||||
|
"previous": "ગત"
|
||||||
|
},
|
||||||
|
"aria": {
|
||||||
|
"sortAscending": ": સ્તંભ ચડતા ક્રમમાં ગોઠવવા માટે સક્રિય",
|
||||||
|
"sortDescending": ": કૉલમ ઉતરતા ક્રમમાં ગોઠવવા માટે સક્રિય"
|
||||||
|
}
|
||||||
|
};
|
@ -0,0 +1,192 @@
|
|||||||
|
(function( factory ) {
|
||||||
|
if ( typeof define === 'function' && define.amd ) {
|
||||||
|
// AMD
|
||||||
|
define( [], factory);
|
||||||
|
}
|
||||||
|
else if ( typeof exports === 'object' ) {
|
||||||
|
// CommonJS
|
||||||
|
module.exports = factory();
|
||||||
|
}
|
||||||
|
// No browser loader - use JSON, ESM, CJS or AMD
|
||||||
|
}
|
||||||
|
(function() {
|
||||||
|
return {
|
||||||
|
"emptyTable": "Nema podataka u tablici",
|
||||||
|
"info": "Prikazano _START_ do _END_ od _TOTAL_ rezultata",
|
||||||
|
"infoEmpty": "Prikazano 0 do 0 od 0 rezultata",
|
||||||
|
"infoFiltered": "(filtrirano iz _MAX_ ukupnih rezultata)",
|
||||||
|
"infoThousands": ",",
|
||||||
|
"lengthMenu": "Prikaži _MENU_ rezultata po stranici",
|
||||||
|
"loadingRecords": "Dohvaćam...",
|
||||||
|
"processing": "Obrađujem...",
|
||||||
|
"search": "Pretraži:",
|
||||||
|
"zeroRecords": "Ništa nije pronađeno",
|
||||||
|
"paginate": {
|
||||||
|
"first": "Prva",
|
||||||
|
"previous": "Nazad",
|
||||||
|
"next": "Naprijed",
|
||||||
|
"last": "Zadnja"
|
||||||
|
},
|
||||||
|
"aria": {
|
||||||
|
"sortAscending": ": aktiviraj za rastući poredak",
|
||||||
|
"sortDescending": ": aktiviraj za padajući poredak"
|
||||||
|
},
|
||||||
|
"autoFill": {
|
||||||
|
"cancel": "Poništi"
|
||||||
|
},
|
||||||
|
"buttons": {
|
||||||
|
"collection": "Kolekcija",
|
||||||
|
"colvis": "Vidljivost stupca",
|
||||||
|
"colvisRestore": "Povrati vidljivost",
|
||||||
|
"copy": "Kopiraj",
|
||||||
|
"copyKeys": "Pritisni ctrl ili % + C da kopiraš podatke iz tablice u međuspremnik. Da odustaneš, pritisni ovu poruku ili pritisni ESC.",
|
||||||
|
"copySuccess": {
|
||||||
|
"_": "Kopirano je %ds redova u međuspremnik",
|
||||||
|
"1": "Prvi redak je kopiran u međuspremnik"
|
||||||
|
},
|
||||||
|
"copyTitle": "Kopiraj u Međuspremnik",
|
||||||
|
"csv": "CSV",
|
||||||
|
"excel": "Excel",
|
||||||
|
"pdf": "PDF",
|
||||||
|
"print": "Isprintaj",
|
||||||
|
"pageLength": {
|
||||||
|
"-1": "Prikaži sve redove",
|
||||||
|
"_": "Prikaži %d redova"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"searchPanes": {
|
||||||
|
"collapse": [
|
||||||
|
"Pretra"
|
||||||
|
],
|
||||||
|
"clearMessage": "Obriši sve",
|
||||||
|
"emptyPanes": "Nema okna za pretraživanje",
|
||||||
|
"loadMessage": "Učitavanje okna za pretraživanje...",
|
||||||
|
"title": "Filtera aktivno - %d"
|
||||||
|
},
|
||||||
|
"select": {
|
||||||
|
"cells": {
|
||||||
|
"_": "%d ćelija odabrano",
|
||||||
|
"1": "1 ćelija odabrana"
|
||||||
|
},
|
||||||
|
"columns": {
|
||||||
|
"_": "%d stupaca odabrano",
|
||||||
|
"1": "1 stupac odabran"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"searchBuilder": {
|
||||||
|
"add": "Dodaj uvjet",
|
||||||
|
"button": {
|
||||||
|
"0": "Graditelj pretraživanja",
|
||||||
|
"_": "Graditelj pretraživanja (%d)"
|
||||||
|
},
|
||||||
|
"clearAll": "Obriši sve",
|
||||||
|
"conditions": {
|
||||||
|
"date": {
|
||||||
|
"after": "Nakon",
|
||||||
|
"between": "Između",
|
||||||
|
"empty": "Prazno",
|
||||||
|
"equals": "Jednako",
|
||||||
|
"not": "Ne",
|
||||||
|
"notBetween": "Nije između",
|
||||||
|
"notEmpty": "Nije prazno"
|
||||||
|
},
|
||||||
|
"number": {
|
||||||
|
"between": "Između",
|
||||||
|
"empty": "Prazno",
|
||||||
|
"equals": "Jednako",
|
||||||
|
"gt": "Veće od",
|
||||||
|
"gte": "Veće ili jednako od",
|
||||||
|
"lt": "Manje od",
|
||||||
|
"lte": "Manje ili jednako od",
|
||||||
|
"not": "Ne",
|
||||||
|
"notBetween": "Nije između",
|
||||||
|
"notEmpty": "Nije prazno"
|
||||||
|
},
|
||||||
|
"string": {
|
||||||
|
"contains": "Sadrži",
|
||||||
|
"empty": "Prazno",
|
||||||
|
"endsWith": "Završava sa",
|
||||||
|
"equals": "Jednako",
|
||||||
|
"not": "Ne",
|
||||||
|
"notEmpty": "Nije prazno",
|
||||||
|
"startsWith": "Počinje sa"
|
||||||
|
},
|
||||||
|
"array": {
|
||||||
|
"equals": "Jednako je",
|
||||||
|
"empty": "Prazno",
|
||||||
|
"contains": "Sadrži",
|
||||||
|
"not": "Ne",
|
||||||
|
"notEmpty": "Nije prazno",
|
||||||
|
"without": "Bez"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"data": "Podatak",
|
||||||
|
"deleteTitle": "Obriši pravilo za filtriranje",
|
||||||
|
"logicAnd": "I",
|
||||||
|
"logicOr": "ILI",
|
||||||
|
"title": {
|
||||||
|
"0": "Graditelj pretraživanja",
|
||||||
|
"_": "Graditelj pretraživanja (%d)"
|
||||||
|
},
|
||||||
|
"value": "Vrijednost"
|
||||||
|
},
|
||||||
|
"datetime": {
|
||||||
|
"previous": "Prethodno",
|
||||||
|
"hours": "Sati",
|
||||||
|
"minutes": "Minute",
|
||||||
|
"seconds": "Sekunde",
|
||||||
|
"unknown": "Nepoznat",
|
||||||
|
"amPm": [
|
||||||
|
"AM",
|
||||||
|
"PM"
|
||||||
|
],
|
||||||
|
"next": "Sljedeće",
|
||||||
|
"months": [
|
||||||
|
"siječanj",
|
||||||
|
"veljača",
|
||||||
|
"ožujak",
|
||||||
|
"travanj",
|
||||||
|
"svibanj",
|
||||||
|
"lipanj",
|
||||||
|
"srpanj",
|
||||||
|
"kolovoz",
|
||||||
|
"rujan",
|
||||||
|
"listopad",
|
||||||
|
"studeni",
|
||||||
|
"prosinac"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"editor": {
|
||||||
|
"close": "Zatvori",
|
||||||
|
"create": {
|
||||||
|
"button": "Novi",
|
||||||
|
"title": "Dodaj novi zapis",
|
||||||
|
"submit": "Dodaj"
|
||||||
|
},
|
||||||
|
"edit": {
|
||||||
|
"button": "Uredi",
|
||||||
|
"title": "Uredi zapis",
|
||||||
|
"submit": "Ažuriraj"
|
||||||
|
},
|
||||||
|
"remove": {
|
||||||
|
"button": "Obriši",
|
||||||
|
"title": "Obriši",
|
||||||
|
"submit": "Obriši",
|
||||||
|
"confirm": {
|
||||||
|
"_": "Jeste li sigurni da želite obrisati %d redova?",
|
||||||
|
"1": "Jeste li sigurni da želite obrisati 1 redak?"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"error": {
|
||||||
|
"system": "Dogodila se pogreška (Više informacija)."
|
||||||
|
},
|
||||||
|
"multi": {
|
||||||
|
"title": "Vrijednosti",
|
||||||
|
"info": "Da biste uredili i postavili sve stavke za ovaj ulaz na istu vrijednost, kliknite ili dodirnite ovdje, inače će zadržati svoje pojedinačne vrijednosti.",
|
||||||
|
"restore": "Poništi promjene",
|
||||||
|
"noMulti": "Ovaj unos može biti uređen samostalno, ali ne kao dio grupe."
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"decimal": ","
|
||||||
|
};
|
||||||
|
}));
|
@ -0,0 +1,179 @@
|
|||||||
|
export default {
|
||||||
|
"emptyTable": "Nema podataka u tablici",
|
||||||
|
"info": "Prikazano _START_ do _END_ od _TOTAL_ rezultata",
|
||||||
|
"infoEmpty": "Prikazano 0 do 0 od 0 rezultata",
|
||||||
|
"infoFiltered": "(filtrirano iz _MAX_ ukupnih rezultata)",
|
||||||
|
"infoThousands": ",",
|
||||||
|
"lengthMenu": "Prikaži _MENU_ rezultata po stranici",
|
||||||
|
"loadingRecords": "Dohvaćam...",
|
||||||
|
"processing": "Obrađujem...",
|
||||||
|
"search": "Pretraži:",
|
||||||
|
"zeroRecords": "Ništa nije pronađeno",
|
||||||
|
"paginate": {
|
||||||
|
"first": "Prva",
|
||||||
|
"previous": "Nazad",
|
||||||
|
"next": "Naprijed",
|
||||||
|
"last": "Zadnja"
|
||||||
|
},
|
||||||
|
"aria": {
|
||||||
|
"sortAscending": ": aktiviraj za rastući poredak",
|
||||||
|
"sortDescending": ": aktiviraj za padajući poredak"
|
||||||
|
},
|
||||||
|
"autoFill": {
|
||||||
|
"cancel": "Poništi"
|
||||||
|
},
|
||||||
|
"buttons": {
|
||||||
|
"collection": "Kolekcija",
|
||||||
|
"colvis": "Vidljivost stupca",
|
||||||
|
"colvisRestore": "Povrati vidljivost",
|
||||||
|
"copy": "Kopiraj",
|
||||||
|
"copyKeys": "Pritisni ctrl ili % + C da kopiraš podatke iz tablice u međuspremnik. Da odustaneš, pritisni ovu poruku ili pritisni ESC.",
|
||||||
|
"copySuccess": {
|
||||||
|
"_": "Kopirano je %ds redova u međuspremnik",
|
||||||
|
"1": "Prvi redak je kopiran u međuspremnik"
|
||||||
|
},
|
||||||
|
"copyTitle": "Kopiraj u Međuspremnik",
|
||||||
|
"csv": "CSV",
|
||||||
|
"excel": "Excel",
|
||||||
|
"pdf": "PDF",
|
||||||
|
"print": "Isprintaj",
|
||||||
|
"pageLength": {
|
||||||
|
"-1": "Prikaži sve redove",
|
||||||
|
"_": "Prikaži %d redova"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"searchPanes": {
|
||||||
|
"collapse": [
|
||||||
|
"Pretra"
|
||||||
|
],
|
||||||
|
"clearMessage": "Obriši sve",
|
||||||
|
"emptyPanes": "Nema okna za pretraživanje",
|
||||||
|
"loadMessage": "Učitavanje okna za pretraživanje...",
|
||||||
|
"title": "Filtera aktivno - %d"
|
||||||
|
},
|
||||||
|
"select": {
|
||||||
|
"cells": {
|
||||||
|
"_": "%d ćelija odabrano",
|
||||||
|
"1": "1 ćelija odabrana"
|
||||||
|
},
|
||||||
|
"columns": {
|
||||||
|
"_": "%d stupaca odabrano",
|
||||||
|
"1": "1 stupac odabran"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"searchBuilder": {
|
||||||
|
"add": "Dodaj uvjet",
|
||||||
|
"button": {
|
||||||
|
"0": "Graditelj pretraživanja",
|
||||||
|
"_": "Graditelj pretraživanja (%d)"
|
||||||
|
},
|
||||||
|
"clearAll": "Obriši sve",
|
||||||
|
"conditions": {
|
||||||
|
"date": {
|
||||||
|
"after": "Nakon",
|
||||||
|
"between": "Između",
|
||||||
|
"empty": "Prazno",
|
||||||
|
"equals": "Jednako",
|
||||||
|
"not": "Ne",
|
||||||
|
"notBetween": "Nije između",
|
||||||
|
"notEmpty": "Nije prazno"
|
||||||
|
},
|
||||||
|
"number": {
|
||||||
|
"between": "Između",
|
||||||
|
"empty": "Prazno",
|
||||||
|
"equals": "Jednako",
|
||||||
|
"gt": "Veće od",
|
||||||
|
"gte": "Veće ili jednako od",
|
||||||
|
"lt": "Manje od",
|
||||||
|
"lte": "Manje ili jednako od",
|
||||||
|
"not": "Ne",
|
||||||
|
"notBetween": "Nije između",
|
||||||
|
"notEmpty": "Nije prazno"
|
||||||
|
},
|
||||||
|
"string": {
|
||||||
|
"contains": "Sadrži",
|
||||||
|
"empty": "Prazno",
|
||||||
|
"endsWith": "Završava sa",
|
||||||
|
"equals": "Jednako",
|
||||||
|
"not": "Ne",
|
||||||
|
"notEmpty": "Nije prazno",
|
||||||
|
"startsWith": "Počinje sa"
|
||||||
|
},
|
||||||
|
"array": {
|
||||||
|
"equals": "Jednako je",
|
||||||
|
"empty": "Prazno",
|
||||||
|
"contains": "Sadrži",
|
||||||
|
"not": "Ne",
|
||||||
|
"notEmpty": "Nije prazno",
|
||||||
|
"without": "Bez"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"data": "Podatak",
|
||||||
|
"deleteTitle": "Obriši pravilo za filtriranje",
|
||||||
|
"logicAnd": "I",
|
||||||
|
"logicOr": "ILI",
|
||||||
|
"title": {
|
||||||
|
"0": "Graditelj pretraživanja",
|
||||||
|
"_": "Graditelj pretraživanja (%d)"
|
||||||
|
},
|
||||||
|
"value": "Vrijednost"
|
||||||
|
},
|
||||||
|
"datetime": {
|
||||||
|
"previous": "Prethodno",
|
||||||
|
"hours": "Sati",
|
||||||
|
"minutes": "Minute",
|
||||||
|
"seconds": "Sekunde",
|
||||||
|
"unknown": "Nepoznat",
|
||||||
|
"amPm": [
|
||||||
|
"AM",
|
||||||
|
"PM"
|
||||||
|
],
|
||||||
|
"next": "Sljedeće",
|
||||||
|
"months": [
|
||||||
|
"siječanj",
|
||||||
|
"veljača",
|
||||||
|
"ožujak",
|
||||||
|
"travanj",
|
||||||
|
"svibanj",
|
||||||
|
"lipanj",
|
||||||
|
"srpanj",
|
||||||
|
"kolovoz",
|
||||||
|
"rujan",
|
||||||
|
"listopad",
|
||||||
|
"studeni",
|
||||||
|
"prosinac"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"editor": {
|
||||||
|
"close": "Zatvori",
|
||||||
|
"create": {
|
||||||
|
"button": "Novi",
|
||||||
|
"title": "Dodaj novi zapis",
|
||||||
|
"submit": "Dodaj"
|
||||||
|
},
|
||||||
|
"edit": {
|
||||||
|
"button": "Uredi",
|
||||||
|
"title": "Uredi zapis",
|
||||||
|
"submit": "Ažuriraj"
|
||||||
|
},
|
||||||
|
"remove": {
|
||||||
|
"button": "Obriši",
|
||||||
|
"title": "Obriši",
|
||||||
|
"submit": "Obriši",
|
||||||
|
"confirm": {
|
||||||
|
"_": "Jeste li sigurni da želite obrisati %d redova?",
|
||||||
|
"1": "Jeste li sigurni da želite obrisati 1 redak?"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"error": {
|
||||||
|
"system": "Dogodila se pogreška (Više informacija)."
|
||||||
|
},
|
||||||
|
"multi": {
|
||||||
|
"title": "Vrijednosti",
|
||||||
|
"info": "Da biste uredili i postavili sve stavke za ovaj ulaz na istu vrijednost, kliknite ili dodirnite ovdje, inače će zadržati svoje pojedinačne vrijednosti.",
|
||||||
|
"restore": "Poništi promjene",
|
||||||
|
"noMulti": "Ovaj unos može biti uređen samostalno, ali ne kao dio grupe."
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"decimal": ","
|
||||||
|
};
|
@ -0,0 +1,133 @@
|
|||||||
|
(function( factory ) {
|
||||||
|
if ( typeof define === 'function' && define.amd ) {
|
||||||
|
// AMD
|
||||||
|
define( [], factory);
|
||||||
|
}
|
||||||
|
else if ( typeof exports === 'object' ) {
|
||||||
|
// CommonJS
|
||||||
|
module.exports = factory();
|
||||||
|
}
|
||||||
|
// No browser loader - use JSON, ESM, CJS or AMD
|
||||||
|
}
|
||||||
|
(function() {
|
||||||
|
return {
|
||||||
|
"zeroRecords": "Tidak ditemukan data yang sesuai",
|
||||||
|
"info": "Tampilan _START_ sampai _END_ dari _TOTAL_ entri",
|
||||||
|
"infoFiltered": "(disaring dari _MAX_ entri keseluruhan)",
|
||||||
|
"search": "Cari:",
|
||||||
|
"paginate": {
|
||||||
|
"first": "Awal",
|
||||||
|
"previous": "Balik",
|
||||||
|
"next": "Lanjut",
|
||||||
|
"last": "Akhir"
|
||||||
|
},
|
||||||
|
"autoFill": {
|
||||||
|
"cancel": "Batalkan",
|
||||||
|
"fill": "Isi semua sel dengan <i>%d<i><\/i><\/i>",
|
||||||
|
"fillHorizontal": "isi sel secara horizontal",
|
||||||
|
"fillVertical": "isi sel secara vertikal"
|
||||||
|
},
|
||||||
|
"buttons": {
|
||||||
|
"collection": "Koleksi <span class=\"ui-button-icon-primary ui-icon ui-icon-triangle-1-s\"><\/span>",
|
||||||
|
"colvis": "Visibilitas kolom",
|
||||||
|
"colvisRestore": "Kembalikan visibilitas",
|
||||||
|
"copy": "Salin",
|
||||||
|
"copyKeys": "Tekan ctrl atau u2318 + C untuk menyalin tabel data ke papan klip sistem",
|
||||||
|
"copyTitle": "Salin ke Papan Klip",
|
||||||
|
"copySuccess": {
|
||||||
|
"1": "1 row berhasil disalin",
|
||||||
|
"_": "%d row berhasil disalin ke papan klip"
|
||||||
|
},
|
||||||
|
"csv": "CSV",
|
||||||
|
"excel": "Excel",
|
||||||
|
"pageLength": {
|
||||||
|
"-1": "Tampilkan semua row",
|
||||||
|
"_": "Tampilkan %d row"
|
||||||
|
},
|
||||||
|
"pdf": "PDF",
|
||||||
|
"print": "Cetak"
|
||||||
|
},
|
||||||
|
"decimal": ",",
|
||||||
|
"emptyTable": "Tidak ada data di tabel",
|
||||||
|
"infoEmpty": "Menampilkan 0 entri",
|
||||||
|
"infoPostFix": "Menampilkan _START_ sampai _END_ dari _TOTAL_ entri",
|
||||||
|
"infoThousands": ".",
|
||||||
|
"lengthMenu": "Tampilkan _MENU_ entri",
|
||||||
|
"loadingRecords": "Memuat . . .",
|
||||||
|
"processing": "Sedang memproses...",
|
||||||
|
"thousands": ".",
|
||||||
|
"aria": {
|
||||||
|
"sortAscending": "urutkan naik",
|
||||||
|
"sortDescending": "urutkan turun"
|
||||||
|
},
|
||||||
|
"searchBuilder": {
|
||||||
|
"add": "Tambah Kondisi",
|
||||||
|
"clearAll": "Hapus Semua",
|
||||||
|
"condition": "Kondisi",
|
||||||
|
"data": "Data"
|
||||||
|
},
|
||||||
|
"searchPlaceholder": "Cari sesuatu disini",
|
||||||
|
"datetime": {
|
||||||
|
"hours": "Jam",
|
||||||
|
"minutes": "Menit",
|
||||||
|
"seconds": "Detik",
|
||||||
|
"weekdays": {
|
||||||
|
"1": "Sen",
|
||||||
|
"2": "Sel",
|
||||||
|
"3": "Rab",
|
||||||
|
"4": "Kam",
|
||||||
|
"5": "Jum",
|
||||||
|
"6": "Sab",
|
||||||
|
"0": "Min"
|
||||||
|
},
|
||||||
|
"months": [
|
||||||
|
"Januari",
|
||||||
|
"Februari",
|
||||||
|
"Maret",
|
||||||
|
"April",
|
||||||
|
"Mei",
|
||||||
|
"Juni",
|
||||||
|
"Juli",
|
||||||
|
"Agustus",
|
||||||
|
"September",
|
||||||
|
"Oktober",
|
||||||
|
"November",
|
||||||
|
"Desember"
|
||||||
|
],
|
||||||
|
"previous": "Kembali",
|
||||||
|
"next": "Lanjut",
|
||||||
|
"unknown": "-"
|
||||||
|
},
|
||||||
|
"editor": {
|
||||||
|
"close": "Tutup",
|
||||||
|
"create": {
|
||||||
|
"button": "Baru",
|
||||||
|
"title": "Buat entri baru",
|
||||||
|
"submit": "Kirim"
|
||||||
|
},
|
||||||
|
"edit": {
|
||||||
|
"button": "Ubah",
|
||||||
|
"title": "Ubah entri",
|
||||||
|
"submit": "Kirim"
|
||||||
|
},
|
||||||
|
"remove": {
|
||||||
|
"button": "Hapus",
|
||||||
|
"title": "Hapus",
|
||||||
|
"submit": "Kirim",
|
||||||
|
"confirm": {
|
||||||
|
"_": "Kamu mau hapus %d baris?",
|
||||||
|
"1": "Kamu mau hapus 1 baris?"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"error": {
|
||||||
|
"system": "Kesalahan sistem terdeteksi (<a rel=\"nofollow\" href=\"\">Informasi Selengkapnya<\/a>)"
|
||||||
|
},
|
||||||
|
"multi": {
|
||||||
|
"title": "Beberapa nilai",
|
||||||
|
"info": "Item yang dipilih mengandung nilai yang berbeda untuk masukkan ini. Untuk mengubah dan mengaturnya semua item untuk masukkan ini untuk nilai yang sama, klik atau sentuh disini, jika tidak, mereka akan mempertahankan nilai-nilai individual mereka.",
|
||||||
|
"restore": "Batalkan Perubahan",
|
||||||
|
"noMulti": "Mauskkan ini tidak dapat diubah sendirian, tetapi bukan bagian di grup ini."
|
||||||
|
}
|
||||||
|
}
|
||||||
|
};
|
||||||
|
}));
|
@ -0,0 +1,120 @@
|
|||||||
|
export default {
|
||||||
|
"zeroRecords": "Tidak ditemukan data yang sesuai",
|
||||||
|
"info": "Tampilan _START_ sampai _END_ dari _TOTAL_ entri",
|
||||||
|
"infoFiltered": "(disaring dari _MAX_ entri keseluruhan)",
|
||||||
|
"search": "Cari:",
|
||||||
|
"paginate": {
|
||||||
|
"first": "Awal",
|
||||||
|
"previous": "Balik",
|
||||||
|
"next": "Lanjut",
|
||||||
|
"last": "Akhir"
|
||||||
|
},
|
||||||
|
"autoFill": {
|
||||||
|
"cancel": "Batalkan",
|
||||||
|
"fill": "Isi semua sel dengan <i>%d<i><\/i><\/i>",
|
||||||
|
"fillHorizontal": "isi sel secara horizontal",
|
||||||
|
"fillVertical": "isi sel secara vertikal"
|
||||||
|
},
|
||||||
|
"buttons": {
|
||||||
|
"collection": "Koleksi <span class=\"ui-button-icon-primary ui-icon ui-icon-triangle-1-s\"><\/span>",
|
||||||
|
"colvis": "Visibilitas kolom",
|
||||||
|
"colvisRestore": "Kembalikan visibilitas",
|
||||||
|
"copy": "Salin",
|
||||||
|
"copyKeys": "Tekan ctrl atau u2318 + C untuk menyalin tabel data ke papan klip sistem",
|
||||||
|
"copyTitle": "Salin ke Papan Klip",
|
||||||
|
"copySuccess": {
|
||||||
|
"1": "1 row berhasil disalin",
|
||||||
|
"_": "%d row berhasil disalin ke papan klip"
|
||||||
|
},
|
||||||
|
"csv": "CSV",
|
||||||
|
"excel": "Excel",
|
||||||
|
"pageLength": {
|
||||||
|
"-1": "Tampilkan semua row",
|
||||||
|
"_": "Tampilkan %d row"
|
||||||
|
},
|
||||||
|
"pdf": "PDF",
|
||||||
|
"print": "Cetak"
|
||||||
|
},
|
||||||
|
"decimal": ",",
|
||||||
|
"emptyTable": "Tidak ada data di tabel",
|
||||||
|
"infoEmpty": "Menampilkan 0 entri",
|
||||||
|
"infoPostFix": "Menampilkan _START_ sampai _END_ dari _TOTAL_ entri",
|
||||||
|
"infoThousands": ".",
|
||||||
|
"lengthMenu": "Tampilkan _MENU_ entri",
|
||||||
|
"loadingRecords": "Memuat . . .",
|
||||||
|
"processing": "Sedang memproses...",
|
||||||
|
"thousands": ".",
|
||||||
|
"aria": {
|
||||||
|
"sortAscending": "urutkan naik",
|
||||||
|
"sortDescending": "urutkan turun"
|
||||||
|
},
|
||||||
|
"searchBuilder": {
|
||||||
|
"add": "Tambah Kondisi",
|
||||||
|
"clearAll": "Hapus Semua",
|
||||||
|
"condition": "Kondisi",
|
||||||
|
"data": "Data"
|
||||||
|
},
|
||||||
|
"searchPlaceholder": "Cari sesuatu disini",
|
||||||
|
"datetime": {
|
||||||
|
"hours": "Jam",
|
||||||
|
"minutes": "Menit",
|
||||||
|
"seconds": "Detik",
|
||||||
|
"weekdays": {
|
||||||
|
"1": "Sen",
|
||||||
|
"2": "Sel",
|
||||||
|
"3": "Rab",
|
||||||
|
"4": "Kam",
|
||||||
|
"5": "Jum",
|
||||||
|
"6": "Sab",
|
||||||
|
"0": "Min"
|
||||||
|
},
|
||||||
|
"months": [
|
||||||
|
"Januari",
|
||||||
|
"Februari",
|
||||||
|
"Maret",
|
||||||
|
"April",
|
||||||
|
"Mei",
|
||||||
|
"Juni",
|
||||||
|
"Juli",
|
||||||
|
"Agustus",
|
||||||
|
"September",
|
||||||
|
"Oktober",
|
||||||
|
"November",
|
||||||
|
"Desember"
|
||||||
|
],
|
||||||
|
"previous": "Kembali",
|
||||||
|
"next": "Lanjut",
|
||||||
|
"unknown": "-"
|
||||||
|
},
|
||||||
|
"editor": {
|
||||||
|
"close": "Tutup",
|
||||||
|
"create": {
|
||||||
|
"button": "Baru",
|
||||||
|
"title": "Buat entri baru",
|
||||||
|
"submit": "Kirim"
|
||||||
|
},
|
||||||
|
"edit": {
|
||||||
|
"button": "Ubah",
|
||||||
|
"title": "Ubah entri",
|
||||||
|
"submit": "Kirim"
|
||||||
|
},
|
||||||
|
"remove": {
|
||||||
|
"button": "Hapus",
|
||||||
|
"title": "Hapus",
|
||||||
|
"submit": "Kirim",
|
||||||
|
"confirm": {
|
||||||
|
"_": "Kamu mau hapus %d baris?",
|
||||||
|
"1": "Kamu mau hapus 1 baris?"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"error": {
|
||||||
|
"system": "Kesalahan sistem terdeteksi (<a rel=\"nofollow\" href=\"\">Informasi Selengkapnya<\/a>)"
|
||||||
|
},
|
||||||
|
"multi": {
|
||||||
|
"title": "Beberapa nilai",
|
||||||
|
"info": "Item yang dipilih mengandung nilai yang berbeda untuk masukkan ini. Untuk mengubah dan mengaturnya semua item untuk masukkan ini untuk nilai yang sama, klik atau sentuh disini, jika tidak, mereka akan mempertahankan nilai-nilai individual mereka.",
|
||||||
|
"restore": "Batalkan Perubahan",
|
||||||
|
"noMulti": "Mauskkan ini tidak dapat diubah sendirian, tetapi bukan bagian di grup ini."
|
||||||
|
}
|
||||||
|
}
|
||||||
|
};
|
@ -0,0 +1,240 @@
|
|||||||
|
(function( factory ) {
|
||||||
|
if ( typeof define === 'function' && define.amd ) {
|
||||||
|
// AMD
|
||||||
|
define( [], factory);
|
||||||
|
}
|
||||||
|
else if ( typeof exports === 'object' ) {
|
||||||
|
// CommonJS
|
||||||
|
module.exports = factory();
|
||||||
|
}
|
||||||
|
// No browser loader - use JSON, ESM, CJS or AMD
|
||||||
|
}
|
||||||
|
(function() {
|
||||||
|
return {
|
||||||
|
"emptyTable": "Tidak ada data yang tersedia pada tabel ini",
|
||||||
|
"info": "Menampilkan _START_ sampai _END_ dari _TOTAL_ entri",
|
||||||
|
"infoEmpty": "Menampilkan 0 sampai 0 dari 0 entri",
|
||||||
|
"infoFiltered": "(disaring dari _MAX_ entri keseluruhan)",
|
||||||
|
"lengthMenu": "Tampilkan _MENU_ entri",
|
||||||
|
"loadingRecords": "Sedang memuat...",
|
||||||
|
"processing": "Sedang memproses...",
|
||||||
|
"search": "Cari:",
|
||||||
|
"zeroRecords": "Tidak ditemukan data yang sesuai",
|
||||||
|
"thousands": "'",
|
||||||
|
"paginate": {
|
||||||
|
"first": "Pertama",
|
||||||
|
"last": "Terakhir",
|
||||||
|
"next": "Selanjutnya",
|
||||||
|
"previous": "Sebelumnya"
|
||||||
|
},
|
||||||
|
"aria": {
|
||||||
|
"sortAscending": ": aktifkan untuk mengurutkan kolom ke atas",
|
||||||
|
"sortDescending": ": aktifkan untuk mengurutkan kolom menurun"
|
||||||
|
},
|
||||||
|
"autoFill": {
|
||||||
|
"cancel": "Batalkan",
|
||||||
|
"fill": "Isi semua sel dengan <i>%d<\/i>",
|
||||||
|
"fillHorizontal": "Isi sel secara horizontal",
|
||||||
|
"fillVertical": "Isi sel secara vertikal"
|
||||||
|
},
|
||||||
|
"buttons": {
|
||||||
|
"collection": "Kumpulan <span class='ui-button-icon-primary ui-icon ui-icon-triangle-1-s'\/>",
|
||||||
|
"colvis": "Visibilitas Kolom",
|
||||||
|
"colvisRestore": "Kembalikan visibilitas",
|
||||||
|
"copy": "Salin",
|
||||||
|
"copySuccess": {
|
||||||
|
"1": "1 baris disalin ke papan klip",
|
||||||
|
"_": "%d baris disalin ke papan klip"
|
||||||
|
},
|
||||||
|
"copyTitle": "Salin ke Papan klip",
|
||||||
|
"csv": "CSV",
|
||||||
|
"excel": "Excel",
|
||||||
|
"pageLength": {
|
||||||
|
"-1": "Tampilkan semua baris",
|
||||||
|
"_": "Tampilkan %d baris"
|
||||||
|
},
|
||||||
|
"pdf": "PDF",
|
||||||
|
"print": "Cetak",
|
||||||
|
"copyKeys": "Tekan ctrl atau u2318 + C untuk menyalin tabel ke papan klip.<br \/><br \/>Untuk membatalkan, klik pesan ini atau tekan esc."
|
||||||
|
},
|
||||||
|
"searchBuilder": {
|
||||||
|
"add": "Tambah Kondisi",
|
||||||
|
"button": {
|
||||||
|
"0": "Cari Builder",
|
||||||
|
"_": "Cari Builder (%d)"
|
||||||
|
},
|
||||||
|
"clearAll": "Bersihkan Semua",
|
||||||
|
"condition": "Kondisi",
|
||||||
|
"data": "Data",
|
||||||
|
"deleteTitle": "Hapus filter",
|
||||||
|
"leftTitle": "Ke Kiri",
|
||||||
|
"logicAnd": "Dan",
|
||||||
|
"logicOr": "Atau",
|
||||||
|
"rightTitle": "Ke Kanan",
|
||||||
|
"title": {
|
||||||
|
"0": "Cari Builder",
|
||||||
|
"_": "Cari Builder (%d)"
|
||||||
|
},
|
||||||
|
"value": "Nilai",
|
||||||
|
"conditions": {
|
||||||
|
"date": {
|
||||||
|
"after": "Setelah",
|
||||||
|
"before": "Sebelum",
|
||||||
|
"between": "Diantara",
|
||||||
|
"empty": "Kosong",
|
||||||
|
"equals": "Sama dengan",
|
||||||
|
"not": "Tidak sama",
|
||||||
|
"notBetween": "Tidak diantara",
|
||||||
|
"notEmpty": "Tidak kosong"
|
||||||
|
},
|
||||||
|
"number": {
|
||||||
|
"between": "Diantara",
|
||||||
|
"empty": "Kosong",
|
||||||
|
"equals": "Sama dengan",
|
||||||
|
"gt": "Lebih besar dari",
|
||||||
|
"gte": "Lebih besar atau sama dengan",
|
||||||
|
"lt": "Lebih kecil dari",
|
||||||
|
"lte": "Lebih kecil atau sama dengan",
|
||||||
|
"not": "Tidak sama",
|
||||||
|
"notBetween": "Tidak diantara",
|
||||||
|
"notEmpty": "Tidak kosong"
|
||||||
|
},
|
||||||
|
"string": {
|
||||||
|
"contains": "Berisi",
|
||||||
|
"empty": "Kosong",
|
||||||
|
"endsWith": "Diakhiri dengan",
|
||||||
|
"equals": "Sama Dengan",
|
||||||
|
"not": "Tidak sama",
|
||||||
|
"notEmpty": "Tidak kosong",
|
||||||
|
"startsWith": "Diawali dengan"
|
||||||
|
},
|
||||||
|
"array": {
|
||||||
|
"equals": "Sama dengan",
|
||||||
|
"empty": "Kosong",
|
||||||
|
"contains": "Berisi",
|
||||||
|
"not": "Tidak",
|
||||||
|
"notEmpty": "Tidak kosong",
|
||||||
|
"without": "Tanpa"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"searchPanes": {
|
||||||
|
"clearMessage": "Bersihkan Semua",
|
||||||
|
"count": "{total}",
|
||||||
|
"countFiltered": "{shown} ({total})",
|
||||||
|
"title": "Filter Aktif - %d",
|
||||||
|
"collapse": {
|
||||||
|
"0": "Panel Pencarian",
|
||||||
|
"_": "Panel Pencarian (%d)"
|
||||||
|
},
|
||||||
|
"emptyPanes": "Tidak Ada Panel Pencarian",
|
||||||
|
"loadMessage": "Memuat Panel Pencarian"
|
||||||
|
},
|
||||||
|
"infoThousands": ",",
|
||||||
|
"select": {
|
||||||
|
"cells": {
|
||||||
|
"1": "1 sel terpilih",
|
||||||
|
"_": "%d sel terpilih"
|
||||||
|
},
|
||||||
|
"columns": {
|
||||||
|
"1": "1 kolom terpilih",
|
||||||
|
"_": "%d kolom terpilih"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"datetime": {
|
||||||
|
"previous": "Sebelumnya",
|
||||||
|
"next": "Selanjutnya",
|
||||||
|
"hours": "Jam",
|
||||||
|
"minutes": "Menit",
|
||||||
|
"seconds": "Detik",
|
||||||
|
"unknown": "-",
|
||||||
|
"amPm": [
|
||||||
|
"am",
|
||||||
|
"pm"
|
||||||
|
],
|
||||||
|
"weekdays": [
|
||||||
|
"Min",
|
||||||
|
"Sen",
|
||||||
|
"Sel",
|
||||||
|
"Rab",
|
||||||
|
"Kam",
|
||||||
|
"Jum",
|
||||||
|
"Sab"
|
||||||
|
],
|
||||||
|
"months": [
|
||||||
|
"Januari",
|
||||||
|
"Februari",
|
||||||
|
"Maret",
|
||||||
|
"April",
|
||||||
|
"Mei",
|
||||||
|
"Juni",
|
||||||
|
"Juli",
|
||||||
|
"Agustus",
|
||||||
|
"September",
|
||||||
|
"Oktober",
|
||||||
|
"November",
|
||||||
|
"Desember"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"editor": {
|
||||||
|
"close": "Tutup",
|
||||||
|
"create": {
|
||||||
|
"button": "Tambah",
|
||||||
|
"submit": "Tambah",
|
||||||
|
"title": "Tambah inputan baru"
|
||||||
|
},
|
||||||
|
"remove": {
|
||||||
|
"button": "Hapus",
|
||||||
|
"submit": "Hapus",
|
||||||
|
"confirm": {
|
||||||
|
"_": "Apakah Anda yakin untuk menghapus %d baris?",
|
||||||
|
"1": "Apakah Anda yakin untuk menghapus 1 baris?"
|
||||||
|
},
|
||||||
|
"title": "Hapus inputan"
|
||||||
|
},
|
||||||
|
"multi": {
|
||||||
|
"title": "Beberapa Nilai",
|
||||||
|
"info": "Item yang dipilih berisi nilai yang berbeda untuk input ini. Untuk mengedit dan mengatur semua item untuk input ini ke nilai yang sama, klik atau tekan di sini, jika tidak maka akan mempertahankan nilai masing-masing.",
|
||||||
|
"restore": "Batalkan Perubahan",
|
||||||
|
"noMulti": "Masukan ini dapat diubah satu per satu, tetapi bukan bagian dari grup."
|
||||||
|
},
|
||||||
|
"edit": {
|
||||||
|
"title": "Edit inputan",
|
||||||
|
"submit": "Edit",
|
||||||
|
"button": "Edit"
|
||||||
|
},
|
||||||
|
"error": {
|
||||||
|
"system": "Terjadi kesalahan pada system. (<a target=\"\\\" rel=\"\\ nofollow\" href=\"\\\">Informasi Selebihnya<\/a>)."
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"stateRestore": {
|
||||||
|
"creationModal": {
|
||||||
|
"button": "Buat",
|
||||||
|
"columns": {
|
||||||
|
"search": "Pencarian Kolom",
|
||||||
|
"visible": "Visibilitas Kolom"
|
||||||
|
},
|
||||||
|
"name": "Nama:",
|
||||||
|
"order": "Penyortiran",
|
||||||
|
"paging": "Penomoran",
|
||||||
|
"scroller": "Posisi Scroll",
|
||||||
|
"search": "Pencarian",
|
||||||
|
"searchBuilder": "Pembangun Pencarian",
|
||||||
|
"select": "Pemilihan",
|
||||||
|
"title": "Buat State Baru",
|
||||||
|
"toggleLabel": "Termasuk:"
|
||||||
|
},
|
||||||
|
"duplicateError": "State dengan nama ini sudah ada.",
|
||||||
|
"emptyError": "Nama tidak boleh kosong.",
|
||||||
|
"emptyStates": "Tidak ada state yang disimpan.",
|
||||||
|
"removeConfirm": "Apakah Anda yakin ingin menghapus %s?",
|
||||||
|
"removeError": "Gagal menghapus state.",
|
||||||
|
"removeJoiner": "dan",
|
||||||
|
"removeSubmit": "Hapus",
|
||||||
|
"removeTitle": "Hapus State",
|
||||||
|
"renameButton": "Ganti Nama",
|
||||||
|
"renameLabel": "Nama Baru untuk %s:",
|
||||||
|
"renameTitle": "Ganti Nama State"
|
||||||
|
}
|
||||||
|
};
|
||||||
|
}));
|
@ -0,0 +1,227 @@
|
|||||||
|
export default {
|
||||||
|
"emptyTable": "Tidak ada data yang tersedia pada tabel ini",
|
||||||
|
"info": "Menampilkan _START_ sampai _END_ dari _TOTAL_ entri",
|
||||||
|
"infoEmpty": "Menampilkan 0 sampai 0 dari 0 entri",
|
||||||
|
"infoFiltered": "(disaring dari _MAX_ entri keseluruhan)",
|
||||||
|
"lengthMenu": "Tampilkan _MENU_ entri",
|
||||||
|
"loadingRecords": "Sedang memuat...",
|
||||||
|
"processing": "Sedang memproses...",
|
||||||
|
"search": "Cari:",
|
||||||
|
"zeroRecords": "Tidak ditemukan data yang sesuai",
|
||||||
|
"thousands": "'",
|
||||||
|
"paginate": {
|
||||||
|
"first": "Pertama",
|
||||||
|
"last": "Terakhir",
|
||||||
|
"next": "Selanjutnya",
|
||||||
|
"previous": "Sebelumnya"
|
||||||
|
},
|
||||||
|
"aria": {
|
||||||
|
"sortAscending": ": aktifkan untuk mengurutkan kolom ke atas",
|
||||||
|
"sortDescending": ": aktifkan untuk mengurutkan kolom menurun"
|
||||||
|
},
|
||||||
|
"autoFill": {
|
||||||
|
"cancel": "Batalkan",
|
||||||
|
"fill": "Isi semua sel dengan <i>%d<\/i>",
|
||||||
|
"fillHorizontal": "Isi sel secara horizontal",
|
||||||
|
"fillVertical": "Isi sel secara vertikal"
|
||||||
|
},
|
||||||
|
"buttons": {
|
||||||
|
"collection": "Kumpulan <span class='ui-button-icon-primary ui-icon ui-icon-triangle-1-s'\/>",
|
||||||
|
"colvis": "Visibilitas Kolom",
|
||||||
|
"colvisRestore": "Kembalikan visibilitas",
|
||||||
|
"copy": "Salin",
|
||||||
|
"copySuccess": {
|
||||||
|
"1": "1 baris disalin ke papan klip",
|
||||||
|
"_": "%d baris disalin ke papan klip"
|
||||||
|
},
|
||||||
|
"copyTitle": "Salin ke Papan klip",
|
||||||
|
"csv": "CSV",
|
||||||
|
"excel": "Excel",
|
||||||
|
"pageLength": {
|
||||||
|
"-1": "Tampilkan semua baris",
|
||||||
|
"_": "Tampilkan %d baris"
|
||||||
|
},
|
||||||
|
"pdf": "PDF",
|
||||||
|
"print": "Cetak",
|
||||||
|
"copyKeys": "Tekan ctrl atau u2318 + C untuk menyalin tabel ke papan klip.<br \/><br \/>Untuk membatalkan, klik pesan ini atau tekan esc."
|
||||||
|
},
|
||||||
|
"searchBuilder": {
|
||||||
|
"add": "Tambah Kondisi",
|
||||||
|
"button": {
|
||||||
|
"0": "Cari Builder",
|
||||||
|
"_": "Cari Builder (%d)"
|
||||||
|
},
|
||||||
|
"clearAll": "Bersihkan Semua",
|
||||||
|
"condition": "Kondisi",
|
||||||
|
"data": "Data",
|
||||||
|
"deleteTitle": "Hapus filter",
|
||||||
|
"leftTitle": "Ke Kiri",
|
||||||
|
"logicAnd": "Dan",
|
||||||
|
"logicOr": "Atau",
|
||||||
|
"rightTitle": "Ke Kanan",
|
||||||
|
"title": {
|
||||||
|
"0": "Cari Builder",
|
||||||
|
"_": "Cari Builder (%d)"
|
||||||
|
},
|
||||||
|
"value": "Nilai",
|
||||||
|
"conditions": {
|
||||||
|
"date": {
|
||||||
|
"after": "Setelah",
|
||||||
|
"before": "Sebelum",
|
||||||
|
"between": "Diantara",
|
||||||
|
"empty": "Kosong",
|
||||||
|
"equals": "Sama dengan",
|
||||||
|
"not": "Tidak sama",
|
||||||
|
"notBetween": "Tidak diantara",
|
||||||
|
"notEmpty": "Tidak kosong"
|
||||||
|
},
|
||||||
|
"number": {
|
||||||
|
"between": "Diantara",
|
||||||
|
"empty": "Kosong",
|
||||||
|
"equals": "Sama dengan",
|
||||||
|
"gt": "Lebih besar dari",
|
||||||
|
"gte": "Lebih besar atau sama dengan",
|
||||||
|
"lt": "Lebih kecil dari",
|
||||||
|
"lte": "Lebih kecil atau sama dengan",
|
||||||
|
"not": "Tidak sama",
|
||||||
|
"notBetween": "Tidak diantara",
|
||||||
|
"notEmpty": "Tidak kosong"
|
||||||
|
},
|
||||||
|
"string": {
|
||||||
|
"contains": "Berisi",
|
||||||
|
"empty": "Kosong",
|
||||||
|
"endsWith": "Diakhiri dengan",
|
||||||
|
"equals": "Sama Dengan",
|
||||||
|
"not": "Tidak sama",
|
||||||
|
"notEmpty": "Tidak kosong",
|
||||||
|
"startsWith": "Diawali dengan"
|
||||||
|
},
|
||||||
|
"array": {
|
||||||
|
"equals": "Sama dengan",
|
||||||
|
"empty": "Kosong",
|
||||||
|
"contains": "Berisi",
|
||||||
|
"not": "Tidak",
|
||||||
|
"notEmpty": "Tidak kosong",
|
||||||
|
"without": "Tanpa"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"searchPanes": {
|
||||||
|
"clearMessage": "Bersihkan Semua",
|
||||||
|
"count": "{total}",
|
||||||
|
"countFiltered": "{shown} ({total})",
|
||||||
|
"title": "Filter Aktif - %d",
|
||||||
|
"collapse": {
|
||||||
|
"0": "Panel Pencarian",
|
||||||
|
"_": "Panel Pencarian (%d)"
|
||||||
|
},
|
||||||
|
"emptyPanes": "Tidak Ada Panel Pencarian",
|
||||||
|
"loadMessage": "Memuat Panel Pencarian"
|
||||||
|
},
|
||||||
|
"infoThousands": ",",
|
||||||
|
"select": {
|
||||||
|
"cells": {
|
||||||
|
"1": "1 sel terpilih",
|
||||||
|
"_": "%d sel terpilih"
|
||||||
|
},
|
||||||
|
"columns": {
|
||||||
|
"1": "1 kolom terpilih",
|
||||||
|
"_": "%d kolom terpilih"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"datetime": {
|
||||||
|
"previous": "Sebelumnya",
|
||||||
|
"next": "Selanjutnya",
|
||||||
|
"hours": "Jam",
|
||||||
|
"minutes": "Menit",
|
||||||
|
"seconds": "Detik",
|
||||||
|
"unknown": "-",
|
||||||
|
"amPm": [
|
||||||
|
"am",
|
||||||
|
"pm"
|
||||||
|
],
|
||||||
|
"weekdays": [
|
||||||
|
"Min",
|
||||||
|
"Sen",
|
||||||
|
"Sel",
|
||||||
|
"Rab",
|
||||||
|
"Kam",
|
||||||
|
"Jum",
|
||||||
|
"Sab"
|
||||||
|
],
|
||||||
|
"months": [
|
||||||
|
"Januari",
|
||||||
|
"Februari",
|
||||||
|
"Maret",
|
||||||
|
"April",
|
||||||
|
"Mei",
|
||||||
|
"Juni",
|
||||||
|
"Juli",
|
||||||
|
"Agustus",
|
||||||
|
"September",
|
||||||
|
"Oktober",
|
||||||
|
"November",
|
||||||
|
"Desember"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"editor": {
|
||||||
|
"close": "Tutup",
|
||||||
|
"create": {
|
||||||
|
"button": "Tambah",
|
||||||
|
"submit": "Tambah",
|
||||||
|
"title": "Tambah inputan baru"
|
||||||
|
},
|
||||||
|
"remove": {
|
||||||
|
"button": "Hapus",
|
||||||
|
"submit": "Hapus",
|
||||||
|
"confirm": {
|
||||||
|
"_": "Apakah Anda yakin untuk menghapus %d baris?",
|
||||||
|
"1": "Apakah Anda yakin untuk menghapus 1 baris?"
|
||||||
|
},
|
||||||
|
"title": "Hapus inputan"
|
||||||
|
},
|
||||||
|
"multi": {
|
||||||
|
"title": "Beberapa Nilai",
|
||||||
|
"info": "Item yang dipilih berisi nilai yang berbeda untuk input ini. Untuk mengedit dan mengatur semua item untuk input ini ke nilai yang sama, klik atau tekan di sini, jika tidak maka akan mempertahankan nilai masing-masing.",
|
||||||
|
"restore": "Batalkan Perubahan",
|
||||||
|
"noMulti": "Masukan ini dapat diubah satu per satu, tetapi bukan bagian dari grup."
|
||||||
|
},
|
||||||
|
"edit": {
|
||||||
|
"title": "Edit inputan",
|
||||||
|
"submit": "Edit",
|
||||||
|
"button": "Edit"
|
||||||
|
},
|
||||||
|
"error": {
|
||||||
|
"system": "Terjadi kesalahan pada system. (<a target=\"\\\" rel=\"\\ nofollow\" href=\"\\\">Informasi Selebihnya<\/a>)."
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"stateRestore": {
|
||||||
|
"creationModal": {
|
||||||
|
"button": "Buat",
|
||||||
|
"columns": {
|
||||||
|
"search": "Pencarian Kolom",
|
||||||
|
"visible": "Visibilitas Kolom"
|
||||||
|
},
|
||||||
|
"name": "Nama:",
|
||||||
|
"order": "Penyortiran",
|
||||||
|
"paging": "Penomoran",
|
||||||
|
"scroller": "Posisi Scroll",
|
||||||
|
"search": "Pencarian",
|
||||||
|
"searchBuilder": "Pembangun Pencarian",
|
||||||
|
"select": "Pemilihan",
|
||||||
|
"title": "Buat State Baru",
|
||||||
|
"toggleLabel": "Termasuk:"
|
||||||
|
},
|
||||||
|
"duplicateError": "State dengan nama ini sudah ada.",
|
||||||
|
"emptyError": "Nama tidak boleh kosong.",
|
||||||
|
"emptyStates": "Tidak ada state yang disimpan.",
|
||||||
|
"removeConfirm": "Apakah Anda yakin ingin menghapus %s?",
|
||||||
|
"removeError": "Gagal menghapus state.",
|
||||||
|
"removeJoiner": "dan",
|
||||||
|
"removeSubmit": "Hapus",
|
||||||
|
"removeTitle": "Hapus State",
|
||||||
|
"renameButton": "Ganti Nama",
|
||||||
|
"renameLabel": "Nama Baru untuk %s:",
|
||||||
|
"renameTitle": "Ganti Nama State"
|
||||||
|
}
|
||||||
|
};
|
@ -0,0 +1,95 @@
|
|||||||
|
(function( factory ) {
|
||||||
|
if ( typeof define === 'function' && define.amd ) {
|
||||||
|
// AMD
|
||||||
|
define( [], factory);
|
||||||
|
}
|
||||||
|
else if ( typeof exports === 'object' ) {
|
||||||
|
// CommonJS
|
||||||
|
module.exports = factory();
|
||||||
|
}
|
||||||
|
// No browser loader - use JSON, ESM, CJS or AMD
|
||||||
|
}
|
||||||
|
(function() {
|
||||||
|
return {
|
||||||
|
"emptyTable": "Engin gögn eru í þessari töflu",
|
||||||
|
"info": "Sýni _START_ til _END_ af _TOTAL_ færslum",
|
||||||
|
"infoEmpty": "Sýni 0 til 0 af 0 færslum",
|
||||||
|
"infoFiltered": "(síað út frá _MAX_ færslum)",
|
||||||
|
"infoThousands": ".",
|
||||||
|
"lengthMenu": "Sýna _MENU_ færslur",
|
||||||
|
"loadingRecords": "Hleð...",
|
||||||
|
"processing": "Úrvinnsla...",
|
||||||
|
"search": "Leita:",
|
||||||
|
"zeroRecords": "Engar færslur fundust",
|
||||||
|
"paginate": {
|
||||||
|
"first": "Fyrsta",
|
||||||
|
"last": "Síðasta",
|
||||||
|
"next": "Næsta",
|
||||||
|
"previous": "Fyrri"
|
||||||
|
},
|
||||||
|
"aria": {
|
||||||
|
"sortAscending": ": virkja til að raða dálki í hækkandi röð",
|
||||||
|
"sortDescending": ": virkja til að raða dálki lækkandi í röð"
|
||||||
|
},
|
||||||
|
"autoFill": {
|
||||||
|
"cancel": "Hætta við",
|
||||||
|
"fill": "Setja öll svæði með <i>%d<\/i>",
|
||||||
|
"fillHorizontal": "Setja öll svæði lárétt",
|
||||||
|
"fillVertical": "Setja öll svæði lóðrétt"
|
||||||
|
},
|
||||||
|
"buttons": {
|
||||||
|
"colvis": "Sýnileiki dálka",
|
||||||
|
"colvisRestore": "Endurstilla sýnileika",
|
||||||
|
"copy": "Afrita",
|
||||||
|
"copyKeys": "Smelltu á ctrl or u2318 + C til að afrita töfluna í klippiborðið.<br \/><br \/>Smelltu hér eða á exape til að hætta við.",
|
||||||
|
"copySuccess": {
|
||||||
|
"_": "Afritaði %d línur yfir í klippiborðið",
|
||||||
|
"1": "Afritaði 1 línu yfir í klippiborðið"
|
||||||
|
},
|
||||||
|
"copyTitle": "Afrita í klippiborð",
|
||||||
|
"csv": "CSV",
|
||||||
|
"excel": "Escel",
|
||||||
|
"pageLength": {
|
||||||
|
"_": "Sýna %d línur",
|
||||||
|
"-1": "Sýna allar línur"
|
||||||
|
},
|
||||||
|
"pdf": "PDF",
|
||||||
|
"print": "Prenta"
|
||||||
|
},
|
||||||
|
"datetime": {
|
||||||
|
"amPm": [
|
||||||
|
"eh",
|
||||||
|
"fh"
|
||||||
|
],
|
||||||
|
"hours": "Klst. ",
|
||||||
|
"minutes": "Mínúta",
|
||||||
|
"next": "Næsta",
|
||||||
|
"previous": "Fyrri",
|
||||||
|
"seconds": "Sekúnda",
|
||||||
|
"unknown": "-"
|
||||||
|
},
|
||||||
|
"decimal": ",",
|
||||||
|
"editor": {
|
||||||
|
"close": "Loka",
|
||||||
|
"create": {
|
||||||
|
"button": "Nýskrá",
|
||||||
|
"submit": "Vista",
|
||||||
|
"title": "Skrá nýja færslu"
|
||||||
|
},
|
||||||
|
"edit": {
|
||||||
|
"button": "Rita",
|
||||||
|
"submit": "Vista",
|
||||||
|
"title": "Breyta færslu"
|
||||||
|
},
|
||||||
|
"multi": {
|
||||||
|
"title": "Mörg gildi"
|
||||||
|
},
|
||||||
|
"remove": {
|
||||||
|
"button": "Eyða",
|
||||||
|
"submit": "Eyða",
|
||||||
|
"title": "Eyða"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"thousands": "."
|
||||||
|
};
|
||||||
|
}));
|
@ -0,0 +1,82 @@
|
|||||||
|
export default {
|
||||||
|
"emptyTable": "Engin gögn eru í þessari töflu",
|
||||||
|
"info": "Sýni _START_ til _END_ af _TOTAL_ færslum",
|
||||||
|
"infoEmpty": "Sýni 0 til 0 af 0 færslum",
|
||||||
|
"infoFiltered": "(síað út frá _MAX_ færslum)",
|
||||||
|
"infoThousands": ".",
|
||||||
|
"lengthMenu": "Sýna _MENU_ færslur",
|
||||||
|
"loadingRecords": "Hleð...",
|
||||||
|
"processing": "Úrvinnsla...",
|
||||||
|
"search": "Leita:",
|
||||||
|
"zeroRecords": "Engar færslur fundust",
|
||||||
|
"paginate": {
|
||||||
|
"first": "Fyrsta",
|
||||||
|
"last": "Síðasta",
|
||||||
|
"next": "Næsta",
|
||||||
|
"previous": "Fyrri"
|
||||||
|
},
|
||||||
|
"aria": {
|
||||||
|
"sortAscending": ": virkja til að raða dálki í hækkandi röð",
|
||||||
|
"sortDescending": ": virkja til að raða dálki lækkandi í röð"
|
||||||
|
},
|
||||||
|
"autoFill": {
|
||||||
|
"cancel": "Hætta við",
|
||||||
|
"fill": "Setja öll svæði með <i>%d<\/i>",
|
||||||
|
"fillHorizontal": "Setja öll svæði lárétt",
|
||||||
|
"fillVertical": "Setja öll svæði lóðrétt"
|
||||||
|
},
|
||||||
|
"buttons": {
|
||||||
|
"colvis": "Sýnileiki dálka",
|
||||||
|
"colvisRestore": "Endurstilla sýnileika",
|
||||||
|
"copy": "Afrita",
|
||||||
|
"copyKeys": "Smelltu á ctrl or u2318 + C til að afrita töfluna í klippiborðið.<br \/><br \/>Smelltu hér eða á exape til að hætta við.",
|
||||||
|
"copySuccess": {
|
||||||
|
"_": "Afritaði %d línur yfir í klippiborðið",
|
||||||
|
"1": "Afritaði 1 línu yfir í klippiborðið"
|
||||||
|
},
|
||||||
|
"copyTitle": "Afrita í klippiborð",
|
||||||
|
"csv": "CSV",
|
||||||
|
"excel": "Escel",
|
||||||
|
"pageLength": {
|
||||||
|
"_": "Sýna %d línur",
|
||||||
|
"-1": "Sýna allar línur"
|
||||||
|
},
|
||||||
|
"pdf": "PDF",
|
||||||
|
"print": "Prenta"
|
||||||
|
},
|
||||||
|
"datetime": {
|
||||||
|
"amPm": [
|
||||||
|
"eh",
|
||||||
|
"fh"
|
||||||
|
],
|
||||||
|
"hours": "Klst. ",
|
||||||
|
"minutes": "Mínúta",
|
||||||
|
"next": "Næsta",
|
||||||
|
"previous": "Fyrri",
|
||||||
|
"seconds": "Sekúnda",
|
||||||
|
"unknown": "-"
|
||||||
|
},
|
||||||
|
"decimal": ",",
|
||||||
|
"editor": {
|
||||||
|
"close": "Loka",
|
||||||
|
"create": {
|
||||||
|
"button": "Nýskrá",
|
||||||
|
"submit": "Vista",
|
||||||
|
"title": "Skrá nýja færslu"
|
||||||
|
},
|
||||||
|
"edit": {
|
||||||
|
"button": "Rita",
|
||||||
|
"submit": "Vista",
|
||||||
|
"title": "Breyta færslu"
|
||||||
|
},
|
||||||
|
"multi": {
|
||||||
|
"title": "Mörg gildi"
|
||||||
|
},
|
||||||
|
"remove": {
|
||||||
|
"button": "Eyða",
|
||||||
|
"submit": "Eyða",
|
||||||
|
"title": "Eyða"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"thousands": "."
|
||||||
|
};
|
@ -0,0 +1,257 @@
|
|||||||
|
(function( factory ) {
|
||||||
|
if ( typeof define === 'function' && define.amd ) {
|
||||||
|
// AMD
|
||||||
|
define( [], factory);
|
||||||
|
}
|
||||||
|
else if ( typeof exports === 'object' ) {
|
||||||
|
// CommonJS
|
||||||
|
module.exports = factory();
|
||||||
|
}
|
||||||
|
// No browser loader - use JSON, ESM, CJS or AMD
|
||||||
|
}
|
||||||
|
(function() {
|
||||||
|
return {
|
||||||
|
"infoFiltered": "(filtrati da _MAX_ elementi totali)",
|
||||||
|
"infoThousands": ".",
|
||||||
|
"loadingRecords": "Caricamento...",
|
||||||
|
"processing": "Elaborazione...",
|
||||||
|
"search": "Cerca:",
|
||||||
|
"paginate": {
|
||||||
|
"first": "Inizio",
|
||||||
|
"previous": "Precedente",
|
||||||
|
"next": "Successivo",
|
||||||
|
"last": "Fine"
|
||||||
|
},
|
||||||
|
"aria": {
|
||||||
|
"sortAscending": ": attiva per ordinare la colonna in ordine crescente",
|
||||||
|
"sortDescending": ": attiva per ordinare la colonna in ordine decrescente"
|
||||||
|
},
|
||||||
|
"autoFill": {
|
||||||
|
"cancel": "Annulla",
|
||||||
|
"fill": "Riempi tutte le celle con <i>%d<\/i>",
|
||||||
|
"fillHorizontal": "Riempi celle orizzontalmente",
|
||||||
|
"fillVertical": "Riempi celle verticalmente"
|
||||||
|
},
|
||||||
|
"buttons": {
|
||||||
|
"collection": "Collezione <span class=\"ui-button-icon-primary ui-icon ui-icon-triangle-1-s\"><\/span>",
|
||||||
|
"colvis": "Visibilità Colonna",
|
||||||
|
"colvisRestore": "Ripristina visibilità",
|
||||||
|
"copy": "Copia",
|
||||||
|
"copyKeys": "Premi ctrl o u2318 + C per copiare i dati della tabella nella tua clipboard di sistema.<br \/><br \/>Per annullare, clicca questo messaggio o premi ESC.",
|
||||||
|
"copySuccess": {
|
||||||
|
"1": "Copiata 1 riga nella clipboard",
|
||||||
|
"_": "Copiate %d righe nella clipboard"
|
||||||
|
},
|
||||||
|
"copyTitle": "Copia nella Clipboard",
|
||||||
|
"csv": "CSV",
|
||||||
|
"excel": "Excel",
|
||||||
|
"pageLength": {
|
||||||
|
"-1": "Mostra tutte le righe",
|
||||||
|
"_": "Mostra %d righe"
|
||||||
|
},
|
||||||
|
"pdf": "PDF",
|
||||||
|
"print": "Stampa",
|
||||||
|
"createState": "Crea stato",
|
||||||
|
"removeAllStates": "Rimuovi tutti gli stati",
|
||||||
|
"removeState": "Rimuovi",
|
||||||
|
"renameState": "Rinomina",
|
||||||
|
"savedStates": "Salva stato",
|
||||||
|
"stateRestore": "Ripristina stato",
|
||||||
|
"updateState": "Aggiorna"
|
||||||
|
},
|
||||||
|
"emptyTable": "Nessun dato disponibile nella tabella",
|
||||||
|
"info": "Risultati da _START_ a _END_ di _TOTAL_ elementi",
|
||||||
|
"infoEmpty": "Risultati da 0 a 0 di 0 elementi",
|
||||||
|
"lengthMenu": "Mostra _MENU_ elementi",
|
||||||
|
"searchBuilder": {
|
||||||
|
"add": "Aggiungi Condizione",
|
||||||
|
"button": {
|
||||||
|
"0": "Generatore di Ricerca",
|
||||||
|
"_": "Generatori di Ricerca (%d)"
|
||||||
|
},
|
||||||
|
"clearAll": "Pulisci Tutto",
|
||||||
|
"condition": "Condizione",
|
||||||
|
"conditions": {
|
||||||
|
"date": {
|
||||||
|
"after": "Dopo",
|
||||||
|
"before": "Prima",
|
||||||
|
"between": "Tra",
|
||||||
|
"empty": "Vuoto",
|
||||||
|
"equals": "Uguale A",
|
||||||
|
"not": "Non",
|
||||||
|
"notBetween": "Non Tra",
|
||||||
|
"notEmpty": "Non Vuoto"
|
||||||
|
},
|
||||||
|
"number": {
|
||||||
|
"between": "Tra",
|
||||||
|
"empty": "Vuoto",
|
||||||
|
"equals": "Uguale A",
|
||||||
|
"gt": "Maggiore Di",
|
||||||
|
"gte": "Maggiore O Uguale A",
|
||||||
|
"lt": "Minore Di",
|
||||||
|
"lte": "Minore O Uguale A",
|
||||||
|
"not": "Non",
|
||||||
|
"notBetween": "Non Tra",
|
||||||
|
"notEmpty": "Non Vuoto"
|
||||||
|
},
|
||||||
|
"string": {
|
||||||
|
"contains": "Contiene",
|
||||||
|
"empty": "Vuoto",
|
||||||
|
"endsWith": "Finisce Con",
|
||||||
|
"equals": "Uguale A",
|
||||||
|
"not": "Non",
|
||||||
|
"notEmpty": "Non Vuoto",
|
||||||
|
"startsWith": "Inizia Con",
|
||||||
|
"notContains": "Non Contiene",
|
||||||
|
"notStartsWith": "Non Inizia Con",
|
||||||
|
"notEndsWith": "Non Finisce Con"
|
||||||
|
},
|
||||||
|
"array": {
|
||||||
|
"equals": "Uguale A",
|
||||||
|
"empty": "Vuoto",
|
||||||
|
"contains": "Contiene",
|
||||||
|
"not": "Non",
|
||||||
|
"notEmpty": "Non Vuoto",
|
||||||
|
"without": "Senza"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"data": "Dati",
|
||||||
|
"deleteTitle": "Elimina regola filtro",
|
||||||
|
"leftTitle": "Criterio di Riduzione Rientro",
|
||||||
|
"logicAnd": "E",
|
||||||
|
"logicOr": "O",
|
||||||
|
"rightTitle": "Criterio di Aumento Rientro",
|
||||||
|
"title": {
|
||||||
|
"0": "Generatore di Ricerca",
|
||||||
|
"_": "Generatori di Ricerca (%d)"
|
||||||
|
},
|
||||||
|
"value": "Valore"
|
||||||
|
},
|
||||||
|
"searchPanes": {
|
||||||
|
"clearMessage": "Pulisci Tutto",
|
||||||
|
"collapse": {
|
||||||
|
"0": "Pannello di Ricerca",
|
||||||
|
"_": "Pannelli di Ricerca (%d)"
|
||||||
|
},
|
||||||
|
"count": "{total}",
|
||||||
|
"countFiltered": "{shown} ({total})",
|
||||||
|
"emptyPanes": "Nessun Pannello di Ricerca",
|
||||||
|
"loadMessage": "Caricamento Pannello di Ricerca",
|
||||||
|
"title": "Filtri Attivi - %d",
|
||||||
|
"showMessage": "Mostra tutto",
|
||||||
|
"collapseMessage": "Espandi tutto"
|
||||||
|
},
|
||||||
|
"select": {
|
||||||
|
"cells": {
|
||||||
|
"1": "1 cella selezionata",
|
||||||
|
"_": "%d celle selezionate"
|
||||||
|
},
|
||||||
|
"columns": {
|
||||||
|
"1": "1 colonna selezionata",
|
||||||
|
"_": "%d colonne selezionate"
|
||||||
|
},
|
||||||
|
"rows": {
|
||||||
|
"1": "1 riga selezionata",
|
||||||
|
"_": "%d righe selezionate"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"zeroRecords": "Nessun elemento corrispondente trovato",
|
||||||
|
"datetime": {
|
||||||
|
"amPm": [
|
||||||
|
"am",
|
||||||
|
"pm"
|
||||||
|
],
|
||||||
|
"hours": "ore",
|
||||||
|
"minutes": "minuti",
|
||||||
|
"next": "successivo",
|
||||||
|
"previous": "precedente",
|
||||||
|
"seconds": "secondi",
|
||||||
|
"unknown": "sconosciuto",
|
||||||
|
"weekdays": [
|
||||||
|
"Dom",
|
||||||
|
"Lun",
|
||||||
|
"Mar",
|
||||||
|
"Mer",
|
||||||
|
"Gio",
|
||||||
|
"Ven",
|
||||||
|
"Sab"
|
||||||
|
],
|
||||||
|
"months": [
|
||||||
|
"Gennaio",
|
||||||
|
"Febbraio",
|
||||||
|
"Marzo",
|
||||||
|
"Aprile",
|
||||||
|
"Maggio",
|
||||||
|
"Giugno",
|
||||||
|
"Luglio",
|
||||||
|
"Agosto",
|
||||||
|
"Settembre",
|
||||||
|
"Ottobre",
|
||||||
|
"Novembre",
|
||||||
|
"Dicembre"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"editor": {
|
||||||
|
"close": "Chiudi",
|
||||||
|
"create": {
|
||||||
|
"button": "Nuovo",
|
||||||
|
"submit": "Aggiungi",
|
||||||
|
"title": "Aggiungi nuovo elemento"
|
||||||
|
},
|
||||||
|
"edit": {
|
||||||
|
"button": "Modifica",
|
||||||
|
"submit": "Modifica",
|
||||||
|
"title": "Modifica elemento"
|
||||||
|
},
|
||||||
|
"error": {
|
||||||
|
"system": "Errore del sistema."
|
||||||
|
},
|
||||||
|
"multi": {
|
||||||
|
"info": "Gli elementi selezionati contengono valori diversi. Per modificare e impostare tutti gli elementi per questa selezione allo stesso valore, premi o clicca qui, altrimenti ogni cella manterrà il suo valore attuale.",
|
||||||
|
"noMulti": "Questa selezione può essere modificata individualmente, ma non se fa parte di un gruppo.",
|
||||||
|
"restore": "Annulla le modifiche",
|
||||||
|
"title": "Valori multipli"
|
||||||
|
},
|
||||||
|
"remove": {
|
||||||
|
"button": "Rimuovi",
|
||||||
|
"confirm": {
|
||||||
|
"_": "Sei sicuro di voler cancellare %d righe?",
|
||||||
|
"1": "Sei sicuro di voler cancellare 1 riga?"
|
||||||
|
},
|
||||||
|
"submit": "Rimuovi",
|
||||||
|
"title": "Rimuovi"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"thousands": ".",
|
||||||
|
"decimal": ",",
|
||||||
|
"stateRestore": {
|
||||||
|
"creationModal": {
|
||||||
|
"button": "Crea",
|
||||||
|
"columns": {
|
||||||
|
"search": "Colonna Cerca",
|
||||||
|
"visible": "Colonna Visibilità"
|
||||||
|
},
|
||||||
|
"name": "Nome:",
|
||||||
|
"order": "Ordinamento",
|
||||||
|
"paging": "Paginazione",
|
||||||
|
"scroller": "Scorri posizione",
|
||||||
|
"search": "Ricerca",
|
||||||
|
"searchBuilder": "Form di Ricerca",
|
||||||
|
"select": "Seleziona",
|
||||||
|
"title": "Crea nuovo Stato",
|
||||||
|
"toggleLabel": "Includi:"
|
||||||
|
},
|
||||||
|
"duplicateError": "Nome stato già presente",
|
||||||
|
"emptyError": "Il nome è obbligatorio",
|
||||||
|
"emptyStates": "Non ci sono stati salvati",
|
||||||
|
"removeConfirm": "Sei sicuro di eliminare lo Stato %s?",
|
||||||
|
"removeError": "Errore durante l'eliminazione dello Stato",
|
||||||
|
"removeJoiner": "e",
|
||||||
|
"removeSubmit": "Elimina",
|
||||||
|
"removeTitle": "Elimina Stato",
|
||||||
|
"renameButton": "Rinomina",
|
||||||
|
"renameLabel": "Nuovo nome per %s:",
|
||||||
|
"renameTitle": "Rinomina Stato"
|
||||||
|
}
|
||||||
|
};
|
||||||
|
}));
|
@ -0,0 +1,244 @@
|
|||||||
|
export default {
|
||||||
|
"infoFiltered": "(filtrati da _MAX_ elementi totali)",
|
||||||
|
"infoThousands": ".",
|
||||||
|
"loadingRecords": "Caricamento...",
|
||||||
|
"processing": "Elaborazione...",
|
||||||
|
"search": "Cerca:",
|
||||||
|
"paginate": {
|
||||||
|
"first": "Inizio",
|
||||||
|
"previous": "Precedente",
|
||||||
|
"next": "Successivo",
|
||||||
|
"last": "Fine"
|
||||||
|
},
|
||||||
|
"aria": {
|
||||||
|
"sortAscending": ": attiva per ordinare la colonna in ordine crescente",
|
||||||
|
"sortDescending": ": attiva per ordinare la colonna in ordine decrescente"
|
||||||
|
},
|
||||||
|
"autoFill": {
|
||||||
|
"cancel": "Annulla",
|
||||||
|
"fill": "Riempi tutte le celle con <i>%d<\/i>",
|
||||||
|
"fillHorizontal": "Riempi celle orizzontalmente",
|
||||||
|
"fillVertical": "Riempi celle verticalmente"
|
||||||
|
},
|
||||||
|
"buttons": {
|
||||||
|
"collection": "Collezione <span class=\"ui-button-icon-primary ui-icon ui-icon-triangle-1-s\"><\/span>",
|
||||||
|
"colvis": "Visibilità Colonna",
|
||||||
|
"colvisRestore": "Ripristina visibilità",
|
||||||
|
"copy": "Copia",
|
||||||
|
"copyKeys": "Premi ctrl o u2318 + C per copiare i dati della tabella nella tua clipboard di sistema.<br \/><br \/>Per annullare, clicca questo messaggio o premi ESC.",
|
||||||
|
"copySuccess": {
|
||||||
|
"1": "Copiata 1 riga nella clipboard",
|
||||||
|
"_": "Copiate %d righe nella clipboard"
|
||||||
|
},
|
||||||
|
"copyTitle": "Copia nella Clipboard",
|
||||||
|
"csv": "CSV",
|
||||||
|
"excel": "Excel",
|
||||||
|
"pageLength": {
|
||||||
|
"-1": "Mostra tutte le righe",
|
||||||
|
"_": "Mostra %d righe"
|
||||||
|
},
|
||||||
|
"pdf": "PDF",
|
||||||
|
"print": "Stampa",
|
||||||
|
"createState": "Crea stato",
|
||||||
|
"removeAllStates": "Rimuovi tutti gli stati",
|
||||||
|
"removeState": "Rimuovi",
|
||||||
|
"renameState": "Rinomina",
|
||||||
|
"savedStates": "Salva stato",
|
||||||
|
"stateRestore": "Ripristina stato",
|
||||||
|
"updateState": "Aggiorna"
|
||||||
|
},
|
||||||
|
"emptyTable": "Nessun dato disponibile nella tabella",
|
||||||
|
"info": "Risultati da _START_ a _END_ di _TOTAL_ elementi",
|
||||||
|
"infoEmpty": "Risultati da 0 a 0 di 0 elementi",
|
||||||
|
"lengthMenu": "Mostra _MENU_ elementi",
|
||||||
|
"searchBuilder": {
|
||||||
|
"add": "Aggiungi Condizione",
|
||||||
|
"button": {
|
||||||
|
"0": "Generatore di Ricerca",
|
||||||
|
"_": "Generatori di Ricerca (%d)"
|
||||||
|
},
|
||||||
|
"clearAll": "Pulisci Tutto",
|
||||||
|
"condition": "Condizione",
|
||||||
|
"conditions": {
|
||||||
|
"date": {
|
||||||
|
"after": "Dopo",
|
||||||
|
"before": "Prima",
|
||||||
|
"between": "Tra",
|
||||||
|
"empty": "Vuoto",
|
||||||
|
"equals": "Uguale A",
|
||||||
|
"not": "Non",
|
||||||
|
"notBetween": "Non Tra",
|
||||||
|
"notEmpty": "Non Vuoto"
|
||||||
|
},
|
||||||
|
"number": {
|
||||||
|
"between": "Tra",
|
||||||
|
"empty": "Vuoto",
|
||||||
|
"equals": "Uguale A",
|
||||||
|
"gt": "Maggiore Di",
|
||||||
|
"gte": "Maggiore O Uguale A",
|
||||||
|
"lt": "Minore Di",
|
||||||
|
"lte": "Minore O Uguale A",
|
||||||
|
"not": "Non",
|
||||||
|
"notBetween": "Non Tra",
|
||||||
|
"notEmpty": "Non Vuoto"
|
||||||
|
},
|
||||||
|
"string": {
|
||||||
|
"contains": "Contiene",
|
||||||
|
"empty": "Vuoto",
|
||||||
|
"endsWith": "Finisce Con",
|
||||||
|
"equals": "Uguale A",
|
||||||
|
"not": "Non",
|
||||||
|
"notEmpty": "Non Vuoto",
|
||||||
|
"startsWith": "Inizia Con",
|
||||||
|
"notContains": "Non Contiene",
|
||||||
|
"notStartsWith": "Non Inizia Con",
|
||||||
|
"notEndsWith": "Non Finisce Con"
|
||||||
|
},
|
||||||
|
"array": {
|
||||||
|
"equals": "Uguale A",
|
||||||
|
"empty": "Vuoto",
|
||||||
|
"contains": "Contiene",
|
||||||
|
"not": "Non",
|
||||||
|
"notEmpty": "Non Vuoto",
|
||||||
|
"without": "Senza"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"data": "Dati",
|
||||||
|
"deleteTitle": "Elimina regola filtro",
|
||||||
|
"leftTitle": "Criterio di Riduzione Rientro",
|
||||||
|
"logicAnd": "E",
|
||||||
|
"logicOr": "O",
|
||||||
|
"rightTitle": "Criterio di Aumento Rientro",
|
||||||
|
"title": {
|
||||||
|
"0": "Generatore di Ricerca",
|
||||||
|
"_": "Generatori di Ricerca (%d)"
|
||||||
|
},
|
||||||
|
"value": "Valore"
|
||||||
|
},
|
||||||
|
"searchPanes": {
|
||||||
|
"clearMessage": "Pulisci Tutto",
|
||||||
|
"collapse": {
|
||||||
|
"0": "Pannello di Ricerca",
|
||||||
|
"_": "Pannelli di Ricerca (%d)"
|
||||||
|
},
|
||||||
|
"count": "{total}",
|
||||||
|
"countFiltered": "{shown} ({total})",
|
||||||
|
"emptyPanes": "Nessun Pannello di Ricerca",
|
||||||
|
"loadMessage": "Caricamento Pannello di Ricerca",
|
||||||
|
"title": "Filtri Attivi - %d",
|
||||||
|
"showMessage": "Mostra tutto",
|
||||||
|
"collapseMessage": "Espandi tutto"
|
||||||
|
},
|
||||||
|
"select": {
|
||||||
|
"cells": {
|
||||||
|
"1": "1 cella selezionata",
|
||||||
|
"_": "%d celle selezionate"
|
||||||
|
},
|
||||||
|
"columns": {
|
||||||
|
"1": "1 colonna selezionata",
|
||||||
|
"_": "%d colonne selezionate"
|
||||||
|
},
|
||||||
|
"rows": {
|
||||||
|
"1": "1 riga selezionata",
|
||||||
|
"_": "%d righe selezionate"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"zeroRecords": "Nessun elemento corrispondente trovato",
|
||||||
|
"datetime": {
|
||||||
|
"amPm": [
|
||||||
|
"am",
|
||||||
|
"pm"
|
||||||
|
],
|
||||||
|
"hours": "ore",
|
||||||
|
"minutes": "minuti",
|
||||||
|
"next": "successivo",
|
||||||
|
"previous": "precedente",
|
||||||
|
"seconds": "secondi",
|
||||||
|
"unknown": "sconosciuto",
|
||||||
|
"weekdays": [
|
||||||
|
"Dom",
|
||||||
|
"Lun",
|
||||||
|
"Mar",
|
||||||
|
"Mer",
|
||||||
|
"Gio",
|
||||||
|
"Ven",
|
||||||
|
"Sab"
|
||||||
|
],
|
||||||
|
"months": [
|
||||||
|
"Gennaio",
|
||||||
|
"Febbraio",
|
||||||
|
"Marzo",
|
||||||
|
"Aprile",
|
||||||
|
"Maggio",
|
||||||
|
"Giugno",
|
||||||
|
"Luglio",
|
||||||
|
"Agosto",
|
||||||
|
"Settembre",
|
||||||
|
"Ottobre",
|
||||||
|
"Novembre",
|
||||||
|
"Dicembre"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"editor": {
|
||||||
|
"close": "Chiudi",
|
||||||
|
"create": {
|
||||||
|
"button": "Nuovo",
|
||||||
|
"submit": "Aggiungi",
|
||||||
|
"title": "Aggiungi nuovo elemento"
|
||||||
|
},
|
||||||
|
"edit": {
|
||||||
|
"button": "Modifica",
|
||||||
|
"submit": "Modifica",
|
||||||
|
"title": "Modifica elemento"
|
||||||
|
},
|
||||||
|
"error": {
|
||||||
|
"system": "Errore del sistema."
|
||||||
|
},
|
||||||
|
"multi": {
|
||||||
|
"info": "Gli elementi selezionati contengono valori diversi. Per modificare e impostare tutti gli elementi per questa selezione allo stesso valore, premi o clicca qui, altrimenti ogni cella manterrà il suo valore attuale.",
|
||||||
|
"noMulti": "Questa selezione può essere modificata individualmente, ma non se fa parte di un gruppo.",
|
||||||
|
"restore": "Annulla le modifiche",
|
||||||
|
"title": "Valori multipli"
|
||||||
|
},
|
||||||
|
"remove": {
|
||||||
|
"button": "Rimuovi",
|
||||||
|
"confirm": {
|
||||||
|
"_": "Sei sicuro di voler cancellare %d righe?",
|
||||||
|
"1": "Sei sicuro di voler cancellare 1 riga?"
|
||||||
|
},
|
||||||
|
"submit": "Rimuovi",
|
||||||
|
"title": "Rimuovi"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"thousands": ".",
|
||||||
|
"decimal": ",",
|
||||||
|
"stateRestore": {
|
||||||
|
"creationModal": {
|
||||||
|
"button": "Crea",
|
||||||
|
"columns": {
|
||||||
|
"search": "Colonna Cerca",
|
||||||
|
"visible": "Colonna Visibilità"
|
||||||
|
},
|
||||||
|
"name": "Nome:",
|
||||||
|
"order": "Ordinamento",
|
||||||
|
"paging": "Paginazione",
|
||||||
|
"scroller": "Scorri posizione",
|
||||||
|
"search": "Ricerca",
|
||||||
|
"searchBuilder": "Form di Ricerca",
|
||||||
|
"select": "Seleziona",
|
||||||
|
"title": "Crea nuovo Stato",
|
||||||
|
"toggleLabel": "Includi:"
|
||||||
|
},
|
||||||
|
"duplicateError": "Nome stato già presente",
|
||||||
|
"emptyError": "Il nome è obbligatorio",
|
||||||
|
"emptyStates": "Non ci sono stati salvati",
|
||||||
|
"removeConfirm": "Sei sicuro di eliminare lo Stato %s?",
|
||||||
|
"removeError": "Errore durante l'eliminazione dello Stato",
|
||||||
|
"removeJoiner": "e",
|
||||||
|
"removeSubmit": "Elimina",
|
||||||
|
"removeTitle": "Elimina Stato",
|
||||||
|
"renameButton": "Rinomina",
|
||||||
|
"renameLabel": "Nuovo nome per %s:",
|
||||||
|
"renameTitle": "Rinomina Stato"
|
||||||
|
}
|
||||||
|
};
|
@ -0,0 +1,91 @@
|
|||||||
|
(function( factory ) {
|
||||||
|
if ( typeof define === 'function' && define.amd ) {
|
||||||
|
// AMD
|
||||||
|
define( [], factory);
|
||||||
|
}
|
||||||
|
else if ( typeof exports === 'object' ) {
|
||||||
|
// CommonJS
|
||||||
|
module.exports = factory();
|
||||||
|
}
|
||||||
|
// No browser loader - use JSON, ESM, CJS or AMD
|
||||||
|
}
|
||||||
|
(function() {
|
||||||
|
return {
|
||||||
|
"emptyTable": "テーブルにデータがありません",
|
||||||
|
"info": " _TOTAL_ 件中 _START_ から _END_ まで表示",
|
||||||
|
"infoEmpty": " 0 件中 0 から 0 まで表示",
|
||||||
|
"infoFiltered": "(全 _MAX_ 件より抽出)",
|
||||||
|
"infoThousands": ",",
|
||||||
|
"lengthMenu": "_MENU_ 件表示",
|
||||||
|
"loadingRecords": "読み込み中...",
|
||||||
|
"processing": "処理中...",
|
||||||
|
"search": "検索:",
|
||||||
|
"zeroRecords": "一致するレコードがありません",
|
||||||
|
"paginate": {
|
||||||
|
"first": "先頭",
|
||||||
|
"last": "最終",
|
||||||
|
"next": "次",
|
||||||
|
"previous": "前"
|
||||||
|
},
|
||||||
|
"aria": {
|
||||||
|
"sortAscending": ": 列を昇順に並べ替えるにはアクティブにする",
|
||||||
|
"sortDescending": ": 列を降順に並べ替えるにはアクティブにする"
|
||||||
|
},
|
||||||
|
"thousands": ",",
|
||||||
|
"buttons": {
|
||||||
|
"colvis": "項目の表示\/非表示",
|
||||||
|
"csv": "CSVをダウンロード"
|
||||||
|
},
|
||||||
|
"searchBuilder": {
|
||||||
|
"add": "条件を追加",
|
||||||
|
"button": {
|
||||||
|
"0": "カスタムサーチ",
|
||||||
|
"_": "カスタムサーチ (%d)"
|
||||||
|
},
|
||||||
|
"clearAll": "すべての条件をクリア",
|
||||||
|
"condition": "条件",
|
||||||
|
"conditions": {
|
||||||
|
"date": {
|
||||||
|
"after": "次の日付以降",
|
||||||
|
"before": "次の日付以前",
|
||||||
|
"between": "次の期間に含まれる",
|
||||||
|
"empty": "空白",
|
||||||
|
"equals": "次の日付と等しい",
|
||||||
|
"not": "次の日付と等しくない",
|
||||||
|
"notBetween": "次の期間に含まれない",
|
||||||
|
"notEmpty": "空白ではない"
|
||||||
|
},
|
||||||
|
"number": {
|
||||||
|
"between": "次の値の間に含まれる",
|
||||||
|
"empty": "空白",
|
||||||
|
"equals": "次の値と等しい",
|
||||||
|
"gt": "次の値よりも大きい",
|
||||||
|
"gte": "次の値以上",
|
||||||
|
"lt": "次の値未満",
|
||||||
|
"lte": "次の値以下",
|
||||||
|
"not": "次の値と等しくない",
|
||||||
|
"notBetween": "次の値の間に含まれない",
|
||||||
|
"notEmpty": "空白ではない"
|
||||||
|
},
|
||||||
|
"string": {
|
||||||
|
"contains": "次の文字を含む",
|
||||||
|
"empty": "空白",
|
||||||
|
"endsWith": "次の文字で終わる",
|
||||||
|
"equals": "次の文字と等しい",
|
||||||
|
"not": "次の文字と等しくない",
|
||||||
|
"notEmpty": "空白ではない",
|
||||||
|
"startsWith": "次の文字から始まる",
|
||||||
|
"notContains": "次の文字を含まない",
|
||||||
|
"notStartsWith": "次の文字で始まらない",
|
||||||
|
"notEndsWith": "次の文字で終わらない"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"data": "項目",
|
||||||
|
"title": {
|
||||||
|
"0": "カスタムサーチ",
|
||||||
|
"_": "カスタムサーチ (%d)"
|
||||||
|
},
|
||||||
|
"value": "値"
|
||||||
|
}
|
||||||
|
};
|
||||||
|
}));
|
@ -0,0 +1,78 @@
|
|||||||
|
export default {
|
||||||
|
"emptyTable": "テーブルにデータがありません",
|
||||||
|
"info": " _TOTAL_ 件中 _START_ から _END_ まで表示",
|
||||||
|
"infoEmpty": " 0 件中 0 から 0 まで表示",
|
||||||
|
"infoFiltered": "(全 _MAX_ 件より抽出)",
|
||||||
|
"infoThousands": ",",
|
||||||
|
"lengthMenu": "_MENU_ 件表示",
|
||||||
|
"loadingRecords": "読み込み中...",
|
||||||
|
"processing": "処理中...",
|
||||||
|
"search": "検索:",
|
||||||
|
"zeroRecords": "一致するレコードがありません",
|
||||||
|
"paginate": {
|
||||||
|
"first": "先頭",
|
||||||
|
"last": "最終",
|
||||||
|
"next": "次",
|
||||||
|
"previous": "前"
|
||||||
|
},
|
||||||
|
"aria": {
|
||||||
|
"sortAscending": ": 列を昇順に並べ替えるにはアクティブにする",
|
||||||
|
"sortDescending": ": 列を降順に並べ替えるにはアクティブにする"
|
||||||
|
},
|
||||||
|
"thousands": ",",
|
||||||
|
"buttons": {
|
||||||
|
"colvis": "項目の表示\/非表示",
|
||||||
|
"csv": "CSVをダウンロード"
|
||||||
|
},
|
||||||
|
"searchBuilder": {
|
||||||
|
"add": "条件を追加",
|
||||||
|
"button": {
|
||||||
|
"0": "カスタムサーチ",
|
||||||
|
"_": "カスタムサーチ (%d)"
|
||||||
|
},
|
||||||
|
"clearAll": "すべての条件をクリア",
|
||||||
|
"condition": "条件",
|
||||||
|
"conditions": {
|
||||||
|
"date": {
|
||||||
|
"after": "次の日付以降",
|
||||||
|
"before": "次の日付以前",
|
||||||
|
"between": "次の期間に含まれる",
|
||||||
|
"empty": "空白",
|
||||||
|
"equals": "次の日付と等しい",
|
||||||
|
"not": "次の日付と等しくない",
|
||||||
|
"notBetween": "次の期間に含まれない",
|
||||||
|
"notEmpty": "空白ではない"
|
||||||
|
},
|
||||||
|
"number": {
|
||||||
|
"between": "次の値の間に含まれる",
|
||||||
|
"empty": "空白",
|
||||||
|
"equals": "次の値と等しい",
|
||||||
|
"gt": "次の値よりも大きい",
|
||||||
|
"gte": "次の値以上",
|
||||||
|
"lt": "次の値未満",
|
||||||
|
"lte": "次の値以下",
|
||||||
|
"not": "次の値と等しくない",
|
||||||
|
"notBetween": "次の値の間に含まれない",
|
||||||
|
"notEmpty": "空白ではない"
|
||||||
|
},
|
||||||
|
"string": {
|
||||||
|
"contains": "次の文字を含む",
|
||||||
|
"empty": "空白",
|
||||||
|
"endsWith": "次の文字で終わる",
|
||||||
|
"equals": "次の文字と等しい",
|
||||||
|
"not": "次の文字と等しくない",
|
||||||
|
"notEmpty": "空白ではない",
|
||||||
|
"startsWith": "次の文字から始まる",
|
||||||
|
"notContains": "次の文字を含まない",
|
||||||
|
"notStartsWith": "次の文字で始まらない",
|
||||||
|
"notEndsWith": "次の文字で終わらない"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"data": "項目",
|
||||||
|
"title": {
|
||||||
|
"0": "カスタムサーチ",
|
||||||
|
"_": "カスタムサーチ (%d)"
|
||||||
|
},
|
||||||
|
"value": "値"
|
||||||
|
}
|
||||||
|
};
|
@ -0,0 +1,70 @@
|
|||||||
|
(function( factory ) {
|
||||||
|
if ( typeof define === 'function' && define.amd ) {
|
||||||
|
// AMD
|
||||||
|
define( [], factory);
|
||||||
|
}
|
||||||
|
else if ( typeof exports === 'object' ) {
|
||||||
|
// CommonJS
|
||||||
|
module.exports = factory();
|
||||||
|
}
|
||||||
|
// No browser loader - use JSON, ESM, CJS or AMD
|
||||||
|
}
|
||||||
|
(function() {
|
||||||
|
return {
|
||||||
|
"autoFill": {
|
||||||
|
"cancel": "batal",
|
||||||
|
"fill": "tambah sedoyo sell",
|
||||||
|
"fillHorizontal": "tambah sell mlumah",
|
||||||
|
"fillVertical": "tambah sell ngaceng"
|
||||||
|
},
|
||||||
|
"buttons": {
|
||||||
|
"copy": "nyalin",
|
||||||
|
"collection": "koleksi",
|
||||||
|
"colvis": "kolum ingkang ketok"
|
||||||
|
},
|
||||||
|
"datetime": {
|
||||||
|
"hours": "jam",
|
||||||
|
"minutes": "menit",
|
||||||
|
"next": "terus",
|
||||||
|
"seconds": "detik",
|
||||||
|
"previous": "sakderenge",
|
||||||
|
"unknown": "mboten dikenal"
|
||||||
|
},
|
||||||
|
"emptyTable": "mbonten wonten datanipun",
|
||||||
|
"decimal": ".",
|
||||||
|
"infoEmpty": "nunjukakan kosong",
|
||||||
|
"infoFiltered": "sampun kesaring",
|
||||||
|
"lengthMenu": "sedoso",
|
||||||
|
"loadingRecords": "saweg mikir",
|
||||||
|
"paginate": {
|
||||||
|
"first": "ndisik",
|
||||||
|
"last": "kemper",
|
||||||
|
"next": "terus",
|
||||||
|
"previous": "maju"
|
||||||
|
},
|
||||||
|
"processing": "saweg mikir",
|
||||||
|
"search": "madosi",
|
||||||
|
"searchBuilder": {
|
||||||
|
"add": "Tambah Kondisi",
|
||||||
|
"clearAll": "Busek Kabeh",
|
||||||
|
"condition": "Kondisi",
|
||||||
|
"data": "Data",
|
||||||
|
"leftTitle": "judulKiwo",
|
||||||
|
"value": "nilai"
|
||||||
|
},
|
||||||
|
"searchPanes": {
|
||||||
|
"clearMessage": "busek kabeh",
|
||||||
|
"collapseMessage": "pesenAmbyar",
|
||||||
|
"showMessage": "pesenCendak",
|
||||||
|
"title": "judul"
|
||||||
|
},
|
||||||
|
"searchPlaceholder": "papan kagem madosi",
|
||||||
|
"stateRestore": {
|
||||||
|
"emptyError": "salahKosong",
|
||||||
|
"removeConfirm": "pindahKonfirmasi",
|
||||||
|
"renameTitle": "gantiJudul"
|
||||||
|
},
|
||||||
|
"thousands": ".",
|
||||||
|
"zeroRecords": "mboten wonten data ingkang dipun padosi"
|
||||||
|
};
|
||||||
|
}));
|
@ -0,0 +1,57 @@
|
|||||||
|
export default {
|
||||||
|
"autoFill": {
|
||||||
|
"cancel": "batal",
|
||||||
|
"fill": "tambah sedoyo sell",
|
||||||
|
"fillHorizontal": "tambah sell mlumah",
|
||||||
|
"fillVertical": "tambah sell ngaceng"
|
||||||
|
},
|
||||||
|
"buttons": {
|
||||||
|
"copy": "nyalin",
|
||||||
|
"collection": "koleksi",
|
||||||
|
"colvis": "kolum ingkang ketok"
|
||||||
|
},
|
||||||
|
"datetime": {
|
||||||
|
"hours": "jam",
|
||||||
|
"minutes": "menit",
|
||||||
|
"next": "terus",
|
||||||
|
"seconds": "detik",
|
||||||
|
"previous": "sakderenge",
|
||||||
|
"unknown": "mboten dikenal"
|
||||||
|
},
|
||||||
|
"emptyTable": "mbonten wonten datanipun",
|
||||||
|
"decimal": ".",
|
||||||
|
"infoEmpty": "nunjukakan kosong",
|
||||||
|
"infoFiltered": "sampun kesaring",
|
||||||
|
"lengthMenu": "sedoso",
|
||||||
|
"loadingRecords": "saweg mikir",
|
||||||
|
"paginate": {
|
||||||
|
"first": "ndisik",
|
||||||
|
"last": "kemper",
|
||||||
|
"next": "terus",
|
||||||
|
"previous": "maju"
|
||||||
|
},
|
||||||
|
"processing": "saweg mikir",
|
||||||
|
"search": "madosi",
|
||||||
|
"searchBuilder": {
|
||||||
|
"add": "Tambah Kondisi",
|
||||||
|
"clearAll": "Busek Kabeh",
|
||||||
|
"condition": "Kondisi",
|
||||||
|
"data": "Data",
|
||||||
|
"leftTitle": "judulKiwo",
|
||||||
|
"value": "nilai"
|
||||||
|
},
|
||||||
|
"searchPanes": {
|
||||||
|
"clearMessage": "busek kabeh",
|
||||||
|
"collapseMessage": "pesenAmbyar",
|
||||||
|
"showMessage": "pesenCendak",
|
||||||
|
"title": "judul"
|
||||||
|
},
|
||||||
|
"searchPlaceholder": "papan kagem madosi",
|
||||||
|
"stateRestore": {
|
||||||
|
"emptyError": "salahKosong",
|
||||||
|
"removeConfirm": "pindahKonfirmasi",
|
||||||
|
"renameTitle": "gantiJudul"
|
||||||
|
},
|
||||||
|
"thousands": ".",
|
||||||
|
"zeroRecords": "mboten wonten data ingkang dipun padosi"
|
||||||
|
};
|
@ -0,0 +1,45 @@
|
|||||||
|
(function( factory ) {
|
||||||
|
if ( typeof define === 'function' && define.amd ) {
|
||||||
|
// AMD
|
||||||
|
define( [], factory);
|
||||||
|
}
|
||||||
|
else if ( typeof exports === 'object' ) {
|
||||||
|
// CommonJS
|
||||||
|
module.exports = factory();
|
||||||
|
}
|
||||||
|
// No browser loader - use JSON, ESM, CJS or AMD
|
||||||
|
}
|
||||||
|
(function() {
|
||||||
|
return {
|
||||||
|
"processing": "Күте тұрыңыз...",
|
||||||
|
"search": "Іздеу:",
|
||||||
|
"lengthMenu": "Жазбалар _MENU_ көрсету",
|
||||||
|
"info": "_TOTAL_ жазбалары бойынша _START_ бастап _END_ дейінгі жазбалар",
|
||||||
|
"infoEmpty": "0 жазбалары бойынша 0 бастап 0 дейінгі жазбалар",
|
||||||
|
"infoFiltered": "(_MAX_ жазбасынан сұрыпталды)",
|
||||||
|
"loadingRecords": "Жазбалар жүктемесі...",
|
||||||
|
"zeroRecords": "Жазбалар жоқ",
|
||||||
|
"emptyTable": "Кестеде деректер жоқ",
|
||||||
|
"paginate": {
|
||||||
|
"first": "Бірінші",
|
||||||
|
"previous": "Алдыңғысы",
|
||||||
|
"next": "Келесі",
|
||||||
|
"last": "Соңғы"
|
||||||
|
},
|
||||||
|
"aria": {
|
||||||
|
"sortAscending": ": өсімі бойынша бағанды сұрыптау үшін активациялау",
|
||||||
|
"sortDescending": ": кемуі бойынша бағанды сұрыптау үшін активациялау"
|
||||||
|
},
|
||||||
|
"autoFill": {
|
||||||
|
"cancel": "Доғару",
|
||||||
|
"fill": "Толықтыру",
|
||||||
|
"fillHorizontal": "Көлденең толтыру",
|
||||||
|
"fillVertical": "Тігінен толтыру"
|
||||||
|
},
|
||||||
|
"buttons": {
|
||||||
|
"colvis": "Баған көрнісі",
|
||||||
|
"colvisRestore": "Қалпына келтіру",
|
||||||
|
"copy": "Нұсқалау"
|
||||||
|
}
|
||||||
|
};
|
||||||
|
}));
|
@ -0,0 +1,32 @@
|
|||||||
|
export default {
|
||||||
|
"processing": "Күте тұрыңыз...",
|
||||||
|
"search": "Іздеу:",
|
||||||
|
"lengthMenu": "Жазбалар _MENU_ көрсету",
|
||||||
|
"info": "_TOTAL_ жазбалары бойынша _START_ бастап _END_ дейінгі жазбалар",
|
||||||
|
"infoEmpty": "0 жазбалары бойынша 0 бастап 0 дейінгі жазбалар",
|
||||||
|
"infoFiltered": "(_MAX_ жазбасынан сұрыпталды)",
|
||||||
|
"loadingRecords": "Жазбалар жүктемесі...",
|
||||||
|
"zeroRecords": "Жазбалар жоқ",
|
||||||
|
"emptyTable": "Кестеде деректер жоқ",
|
||||||
|
"paginate": {
|
||||||
|
"first": "Бірінші",
|
||||||
|
"previous": "Алдыңғысы",
|
||||||
|
"next": "Келесі",
|
||||||
|
"last": "Соңғы"
|
||||||
|
},
|
||||||
|
"aria": {
|
||||||
|
"sortAscending": ": өсімі бойынша бағанды сұрыптау үшін активациялау",
|
||||||
|
"sortDescending": ": кемуі бойынша бағанды сұрыптау үшін активациялау"
|
||||||
|
},
|
||||||
|
"autoFill": {
|
||||||
|
"cancel": "Доғару",
|
||||||
|
"fill": "Толықтыру",
|
||||||
|
"fillHorizontal": "Көлденең толтыру",
|
||||||
|
"fillVertical": "Тігінен толтыру"
|
||||||
|
},
|
||||||
|
"buttons": {
|
||||||
|
"colvis": "Баған көрнісі",
|
||||||
|
"colvisRestore": "Қалпына келтіру",
|
||||||
|
"copy": "Нұсқалау"
|
||||||
|
}
|
||||||
|
};
|
@ -0,0 +1,35 @@
|
|||||||
|
(function( factory ) {
|
||||||
|
if ( typeof define === 'function' && define.amd ) {
|
||||||
|
// AMD
|
||||||
|
define( [], factory);
|
||||||
|
}
|
||||||
|
else if ( typeof exports === 'object' ) {
|
||||||
|
// CommonJS
|
||||||
|
module.exports = factory();
|
||||||
|
}
|
||||||
|
// No browser loader - use JSON, ESM, CJS or AMD
|
||||||
|
}
|
||||||
|
(function() {
|
||||||
|
return {
|
||||||
|
"emptyTable": "ಕೋಷ್ಟಕದಲ್ಲಿ ಯಾವುದೇ ಡೇಟಾ ಲಭ್ಯವಿಲ್ಲ",
|
||||||
|
"info": "ಒಟ್ಟು _TOTAL_ ಎಂಟ್ರಿಗಳಲ್ಲಿ _START_ ರಿಂದ _END_ ವರೆಗು ತೋರಿಸಲಾಗುತ್ತಿದೆ",
|
||||||
|
"infoEmpty": "ಒಟ್ಟು 0 ಎಂಟ್ರಿಗಳಲ್ಲಿ 0 ರಿಂದ 0 ವರೆಗು ತೋರಿಸಲಾಗುತ್ತಿದೆ",
|
||||||
|
"infoFiltered": "(ಒಟ್ಟು _MAX_ ಎಂಟ್ರಿ ಗಳಿಂದ ಫಿಲ್ಟರ್ ಮಾಡಲಾಗಿದೆ)",
|
||||||
|
"infoThousands": ",",
|
||||||
|
"lengthMenu": "_MENU_ ಎಂಟ್ರಿಗಳು ತೋರಿಸು",
|
||||||
|
"loadingRecords": "ಲೋಡ್ ಆಗುತ್ತಿದೆ...",
|
||||||
|
"processing": "ಸಂಸ್ಕರಿಸಲಾಗುತ್ತಿದೆ...",
|
||||||
|
"search": "ಹುಡುಕಿ:",
|
||||||
|
"zeroRecords": "ಯಾವುದೇ ಹೊಂದಾಣಿಕೆಯ ದಾಖಲೆಗಳು ಇಲ್ಲ",
|
||||||
|
"paginate": {
|
||||||
|
"first": "ಪ್ರಥಮ",
|
||||||
|
"last": "ಅಂತಿಮ",
|
||||||
|
"next": "ಮುಂದಿನದು",
|
||||||
|
"previous": "ಹಿಂದಿನದು"
|
||||||
|
},
|
||||||
|
"aria": {
|
||||||
|
"sortAscending": ": ಕಾಲಂ ಅನ್ನು ಆರೋಹಣವಾಗಿ ವಿಂಗಡಿಸಲು ಸಕ್ರಿಯಗೊಳಿಸಿ",
|
||||||
|
"sortDescending": ": ಕಾಲಂ ಅನ್ನು ಅವರೋಹಣವಾಗಿ ವಿಂಗಡಿಸಲು ಸಕ್ರಿಯಗೊಳಿಸಿ"
|
||||||
|
}
|
||||||
|
};
|
||||||
|
}));
|
@ -0,0 +1,22 @@
|
|||||||
|
export default {
|
||||||
|
"emptyTable": "ಕೋಷ್ಟಕದಲ್ಲಿ ಯಾವುದೇ ಡೇಟಾ ಲಭ್ಯವಿಲ್ಲ",
|
||||||
|
"info": "ಒಟ್ಟು _TOTAL_ ಎಂಟ್ರಿಗಳಲ್ಲಿ _START_ ರಿಂದ _END_ ವರೆಗು ತೋರಿಸಲಾಗುತ್ತಿದೆ",
|
||||||
|
"infoEmpty": "ಒಟ್ಟು 0 ಎಂಟ್ರಿಗಳಲ್ಲಿ 0 ರಿಂದ 0 ವರೆಗು ತೋರಿಸಲಾಗುತ್ತಿದೆ",
|
||||||
|
"infoFiltered": "(ಒಟ್ಟು _MAX_ ಎಂಟ್ರಿ ಗಳಿಂದ ಫಿಲ್ಟರ್ ಮಾಡಲಾಗಿದೆ)",
|
||||||
|
"infoThousands": ",",
|
||||||
|
"lengthMenu": "_MENU_ ಎಂಟ್ರಿಗಳು ತೋರಿಸು",
|
||||||
|
"loadingRecords": "ಲೋಡ್ ಆಗುತ್ತಿದೆ...",
|
||||||
|
"processing": "ಸಂಸ್ಕರಿಸಲಾಗುತ್ತಿದೆ...",
|
||||||
|
"search": "ಹುಡುಕಿ:",
|
||||||
|
"zeroRecords": "ಯಾವುದೇ ಹೊಂದಾಣಿಕೆಯ ದಾಖಲೆಗಳು ಇಲ್ಲ",
|
||||||
|
"paginate": {
|
||||||
|
"first": "ಪ್ರಥಮ",
|
||||||
|
"last": "ಅಂತಿಮ",
|
||||||
|
"next": "ಮುಂದಿನದು",
|
||||||
|
"previous": "ಹಿಂದಿನದು"
|
||||||
|
},
|
||||||
|
"aria": {
|
||||||
|
"sortAscending": ": ಕಾಲಂ ಅನ್ನು ಆರೋಹಣವಾಗಿ ವಿಂಗಡಿಸಲು ಸಕ್ರಿಯಗೊಳಿಸಿ",
|
||||||
|
"sortDescending": ": ಕಾಲಂ ಅನ್ನು ಅವರೋಹಣವಾಗಿ ವಿಂಗಡಿಸಲು ಸಕ್ರಿಯಗೊಳಿಸಿ"
|
||||||
|
}
|
||||||
|
};
|
@ -0,0 +1,79 @@
|
|||||||
|
(function( factory ) {
|
||||||
|
if ( typeof define === 'function' && define.amd ) {
|
||||||
|
// AMD
|
||||||
|
define( [], factory);
|
||||||
|
}
|
||||||
|
else if ( typeof exports === 'object' ) {
|
||||||
|
// CommonJS
|
||||||
|
module.exports = factory();
|
||||||
|
}
|
||||||
|
// No browser loader - use JSON, ESM, CJS or AMD
|
||||||
|
}
|
||||||
|
(function() {
|
||||||
|
return {
|
||||||
|
"emptyTable": "데이터가 없습니다",
|
||||||
|
"info": "_START_ - _END_ \/ _TOTAL_",
|
||||||
|
"infoEmpty": "0 - 0 \/ 0",
|
||||||
|
"infoFiltered": "(총 _MAX_ 개)",
|
||||||
|
"infoThousands": ",",
|
||||||
|
"lengthMenu": "페이지당 줄수 _MENU_",
|
||||||
|
"loadingRecords": "읽는중...",
|
||||||
|
"processing": "처리중...",
|
||||||
|
"search": "검색:",
|
||||||
|
"zeroRecords": "검색 결과가 없습니다",
|
||||||
|
"paginate": {
|
||||||
|
"first": "처음",
|
||||||
|
"last": "마지막",
|
||||||
|
"next": "다음",
|
||||||
|
"previous": "이전"
|
||||||
|
},
|
||||||
|
"aria": {
|
||||||
|
"sortAscending": ": 오름차순 정렬",
|
||||||
|
"sortDescending": ": 내림차순 정렬"
|
||||||
|
},
|
||||||
|
"buttons": {
|
||||||
|
"copyKeys": "ctrl키 나 u2318 + C키로 테이블 데이터를 시스텝 복사판에서 복사하고 취소하려면 이 메시지를 클릭하거나 ESC키를 누르면됩니다. to copy the table data to your system clipboard. To cancel, click this message or press escape.",
|
||||||
|
"copySuccess": {
|
||||||
|
"_": "%d행을 복사판에서 복사됨",
|
||||||
|
"1": "1행을 복사판에서 복사됨"
|
||||||
|
},
|
||||||
|
"copyTitle": "복사판에서 복사",
|
||||||
|
"csv": "CSV",
|
||||||
|
"excel": "엑설",
|
||||||
|
"pageLength": {
|
||||||
|
"-1": "모든 행 보기",
|
||||||
|
"_": "%d행 보기"
|
||||||
|
},
|
||||||
|
"pdf": "PDF",
|
||||||
|
"print": "인쇄",
|
||||||
|
"collection": "집합 <span class=\"ui-button-icon-primary ui-icon ui-icon-triangle-1-s\"><\/span>",
|
||||||
|
"colvis": "컬럼 보기",
|
||||||
|
"colvisRestore": "보기 복원",
|
||||||
|
"copy": "복사"
|
||||||
|
},
|
||||||
|
"searchBuilder": {
|
||||||
|
"add": "조건 추가",
|
||||||
|
"button": {
|
||||||
|
"0": "빌더 조회",
|
||||||
|
"_": "빌더 조회(%d)"
|
||||||
|
},
|
||||||
|
"clearAll": "모두 지우기",
|
||||||
|
"condition": "조건",
|
||||||
|
"data": "데이터",
|
||||||
|
"deleteTitle": "필터 규칙을 삭제",
|
||||||
|
"logicAnd": "And",
|
||||||
|
"logicOr": "Or",
|
||||||
|
"title": {
|
||||||
|
"0": "빌더 조회",
|
||||||
|
"_": "빌더 조회(%d)"
|
||||||
|
},
|
||||||
|
"value": "값"
|
||||||
|
},
|
||||||
|
"autoFill": {
|
||||||
|
"cancel": "취소",
|
||||||
|
"fill": "모든 셀에서 <i>%d<i>을(를) 삽입<\/i><\/i>",
|
||||||
|
"fillHorizontal": "수평 셀에서 값을 삽입",
|
||||||
|
"fillVertical": "수직 설에서 값을 삽입"
|
||||||
|
}
|
||||||
|
};
|
||||||
|
}));
|
@ -0,0 +1,66 @@
|
|||||||
|
export default {
|
||||||
|
"emptyTable": "데이터가 없습니다",
|
||||||
|
"info": "_START_ - _END_ \/ _TOTAL_",
|
||||||
|
"infoEmpty": "0 - 0 \/ 0",
|
||||||
|
"infoFiltered": "(총 _MAX_ 개)",
|
||||||
|
"infoThousands": ",",
|
||||||
|
"lengthMenu": "페이지당 줄수 _MENU_",
|
||||||
|
"loadingRecords": "읽는중...",
|
||||||
|
"processing": "처리중...",
|
||||||
|
"search": "검색:",
|
||||||
|
"zeroRecords": "검색 결과가 없습니다",
|
||||||
|
"paginate": {
|
||||||
|
"first": "처음",
|
||||||
|
"last": "마지막",
|
||||||
|
"next": "다음",
|
||||||
|
"previous": "이전"
|
||||||
|
},
|
||||||
|
"aria": {
|
||||||
|
"sortAscending": ": 오름차순 정렬",
|
||||||
|
"sortDescending": ": 내림차순 정렬"
|
||||||
|
},
|
||||||
|
"buttons": {
|
||||||
|
"copyKeys": "ctrl키 나 u2318 + C키로 테이블 데이터를 시스텝 복사판에서 복사하고 취소하려면 이 메시지를 클릭하거나 ESC키를 누르면됩니다. to copy the table data to your system clipboard. To cancel, click this message or press escape.",
|
||||||
|
"copySuccess": {
|
||||||
|
"_": "%d행을 복사판에서 복사됨",
|
||||||
|
"1": "1행을 복사판에서 복사됨"
|
||||||
|
},
|
||||||
|
"copyTitle": "복사판에서 복사",
|
||||||
|
"csv": "CSV",
|
||||||
|
"excel": "엑설",
|
||||||
|
"pageLength": {
|
||||||
|
"-1": "모든 행 보기",
|
||||||
|
"_": "%d행 보기"
|
||||||
|
},
|
||||||
|
"pdf": "PDF",
|
||||||
|
"print": "인쇄",
|
||||||
|
"collection": "집합 <span class=\"ui-button-icon-primary ui-icon ui-icon-triangle-1-s\"><\/span>",
|
||||||
|
"colvis": "컬럼 보기",
|
||||||
|
"colvisRestore": "보기 복원",
|
||||||
|
"copy": "복사"
|
||||||
|
},
|
||||||
|
"searchBuilder": {
|
||||||
|
"add": "조건 추가",
|
||||||
|
"button": {
|
||||||
|
"0": "빌더 조회",
|
||||||
|
"_": "빌더 조회(%d)"
|
||||||
|
},
|
||||||
|
"clearAll": "모두 지우기",
|
||||||
|
"condition": "조건",
|
||||||
|
"data": "데이터",
|
||||||
|
"deleteTitle": "필터 규칙을 삭제",
|
||||||
|
"logicAnd": "And",
|
||||||
|
"logicOr": "Or",
|
||||||
|
"title": {
|
||||||
|
"0": "빌더 조회",
|
||||||
|
"_": "빌더 조회(%d)"
|
||||||
|
},
|
||||||
|
"value": "값"
|
||||||
|
},
|
||||||
|
"autoFill": {
|
||||||
|
"cancel": "취소",
|
||||||
|
"fill": "모든 셀에서 <i>%d<i>을(를) 삽입<\/i><\/i>",
|
||||||
|
"fillHorizontal": "수평 셀에서 값을 삽입",
|
||||||
|
"fillVertical": "수직 설에서 값을 삽입"
|
||||||
|
}
|
||||||
|
};
|
@ -0,0 +1,91 @@
|
|||||||
|
(function( factory ) {
|
||||||
|
if ( typeof define === 'function' && define.amd ) {
|
||||||
|
// AMD
|
||||||
|
define( [], factory);
|
||||||
|
}
|
||||||
|
else if ( typeof exports === 'object' ) {
|
||||||
|
// CommonJS
|
||||||
|
module.exports = factory();
|
||||||
|
}
|
||||||
|
// No browser loader - use JSON, ESM, CJS or AMD
|
||||||
|
}
|
||||||
|
(function() {
|
||||||
|
return {
|
||||||
|
"emptyTable": "هیچ تۆمارێک نەدۆزرایەوە",
|
||||||
|
"processing": "تکایە چاوەرێکە...",
|
||||||
|
"lengthMenu": "نیشانبدە _MENU_ تۆمارەکان",
|
||||||
|
"zeroRecords": "هیچ تۆمارێک نەدۆزرایەوە",
|
||||||
|
"info": "نیشاندانی _START_ لە _END_ کۆی _TOTAL_ تۆمار",
|
||||||
|
"infoEmpty": "نیشاندانی 0 لە 0 لە کۆی 0 تۆمار",
|
||||||
|
"infoFiltered": "(پاڵێوراوە لە کۆی _MAX_ تۆمار)",
|
||||||
|
"search": "گەران:",
|
||||||
|
"paginate": {
|
||||||
|
"first": "یەکەم",
|
||||||
|
"last": "کۆتایی",
|
||||||
|
"next": "دواتر",
|
||||||
|
"previous": "پێشتر"
|
||||||
|
},
|
||||||
|
"aria": {
|
||||||
|
"sortAscending": ": چاڵاککردن بۆ ریزکردنی سەر بەرەو ژوور",
|
||||||
|
"sortDescending": ": چاڵاککردن بۆ ریزکردنی سەر بەرەو خوار"
|
||||||
|
},
|
||||||
|
"autoFill": {
|
||||||
|
"cancel": "پاشگەزبوونەوە",
|
||||||
|
"fill": "پڕكردنەوە",
|
||||||
|
"fillHorizontal": "پڕكردنەوەى خانەكان بە شێوەى ئاسۆیی",
|
||||||
|
"fillVertical": "پڕكردنەوەى خانەكان بە شێوەى ستونى",
|
||||||
|
"info": "زانیارى"
|
||||||
|
},
|
||||||
|
"buttons": {
|
||||||
|
"copy": "لەبەرگرتنەوە",
|
||||||
|
"copyTitle": "لەبەرگرتنەوە بۆ كلیپبۆرد",
|
||||||
|
"excel": "ئێكزڵ",
|
||||||
|
"print": "چاپكردن",
|
||||||
|
"collection": "کۆکردنەوە",
|
||||||
|
"colvis": "ستوونەکان",
|
||||||
|
"colvisRestore": "گەڕاندنەوەی ستوونەکان",
|
||||||
|
"copyKeys": "لەبەرگرتنەوە",
|
||||||
|
"csv": "csv",
|
||||||
|
"pdf": "فۆرماتێکی pdf"
|
||||||
|
},
|
||||||
|
"loadingRecords": "وەرگرتنى تۆمارەکان...",
|
||||||
|
"thousands": "هەزاران",
|
||||||
|
"datetime": {
|
||||||
|
"previous": "پێشتر",
|
||||||
|
"next": "دواتر",
|
||||||
|
"hours": "كاتژمێر",
|
||||||
|
"minutes": "دەقیقە",
|
||||||
|
"seconds": "سانیە",
|
||||||
|
"unknown": "نەزانراو",
|
||||||
|
"weekdays": [
|
||||||
|
"یەك شەممە",
|
||||||
|
"دوو شەممە",
|
||||||
|
"سێ شەممە",
|
||||||
|
"چوار شەممە",
|
||||||
|
"پێنج شەممە",
|
||||||
|
"هەینى",
|
||||||
|
"شەممە"
|
||||||
|
],
|
||||||
|
"months": [
|
||||||
|
"ژانواری",
|
||||||
|
"برواری",
|
||||||
|
"مارجه",
|
||||||
|
"ئاپرل",
|
||||||
|
"مای",
|
||||||
|
"ژونه",
|
||||||
|
"ژولی",
|
||||||
|
"ئائوگوست",
|
||||||
|
"سهپتهمبهر",
|
||||||
|
"ئۆجتۆبهر",
|
||||||
|
"نۆڤهمبهر",
|
||||||
|
"دهجهمبهر"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"editor": {
|
||||||
|
"close": "داخستن"
|
||||||
|
},
|
||||||
|
"decimal": "دەهەمی",
|
||||||
|
"infoThousands": ",",
|
||||||
|
"searchPlaceholder": "شوێنگرەوەی گەڕان"
|
||||||
|
};
|
||||||
|
}));
|
@ -0,0 +1,78 @@
|
|||||||
|
export default {
|
||||||
|
"emptyTable": "هیچ تۆمارێک نەدۆزرایەوە",
|
||||||
|
"processing": "تکایە چاوەرێکە...",
|
||||||
|
"lengthMenu": "نیشانبدە _MENU_ تۆمارەکان",
|
||||||
|
"zeroRecords": "هیچ تۆمارێک نەدۆزرایەوە",
|
||||||
|
"info": "نیشاندانی _START_ لە _END_ کۆی _TOTAL_ تۆمار",
|
||||||
|
"infoEmpty": "نیشاندانی 0 لە 0 لە کۆی 0 تۆمار",
|
||||||
|
"infoFiltered": "(پاڵێوراوە لە کۆی _MAX_ تۆمار)",
|
||||||
|
"search": "گەران:",
|
||||||
|
"paginate": {
|
||||||
|
"first": "یەکەم",
|
||||||
|
"last": "کۆتایی",
|
||||||
|
"next": "دواتر",
|
||||||
|
"previous": "پێشتر"
|
||||||
|
},
|
||||||
|
"aria": {
|
||||||
|
"sortAscending": ": چاڵاککردن بۆ ریزکردنی سەر بەرەو ژوور",
|
||||||
|
"sortDescending": ": چاڵاککردن بۆ ریزکردنی سەر بەرەو خوار"
|
||||||
|
},
|
||||||
|
"autoFill": {
|
||||||
|
"cancel": "پاشگەزبوونەوە",
|
||||||
|
"fill": "پڕكردنەوە",
|
||||||
|
"fillHorizontal": "پڕكردنەوەى خانەكان بە شێوەى ئاسۆیی",
|
||||||
|
"fillVertical": "پڕكردنەوەى خانەكان بە شێوەى ستونى",
|
||||||
|
"info": "زانیارى"
|
||||||
|
},
|
||||||
|
"buttons": {
|
||||||
|
"copy": "لەبەرگرتنەوە",
|
||||||
|
"copyTitle": "لەبەرگرتنەوە بۆ كلیپبۆرد",
|
||||||
|
"excel": "ئێكزڵ",
|
||||||
|
"print": "چاپكردن",
|
||||||
|
"collection": "کۆکردنەوە",
|
||||||
|
"colvis": "ستوونەکان",
|
||||||
|
"colvisRestore": "گەڕاندنەوەی ستوونەکان",
|
||||||
|
"copyKeys": "لەبەرگرتنەوە",
|
||||||
|
"csv": "csv",
|
||||||
|
"pdf": "فۆرماتێکی pdf"
|
||||||
|
},
|
||||||
|
"loadingRecords": "وەرگرتنى تۆمارەکان...",
|
||||||
|
"thousands": "هەزاران",
|
||||||
|
"datetime": {
|
||||||
|
"previous": "پێشتر",
|
||||||
|
"next": "دواتر",
|
||||||
|
"hours": "كاتژمێر",
|
||||||
|
"minutes": "دەقیقە",
|
||||||
|
"seconds": "سانیە",
|
||||||
|
"unknown": "نەزانراو",
|
||||||
|
"weekdays": [
|
||||||
|
"یەك شەممە",
|
||||||
|
"دوو شەممە",
|
||||||
|
"سێ شەممە",
|
||||||
|
"چوار شەممە",
|
||||||
|
"پێنج شەممە",
|
||||||
|
"هەینى",
|
||||||
|
"شەممە"
|
||||||
|
],
|
||||||
|
"months": [
|
||||||
|
"ژانواری",
|
||||||
|
"برواری",
|
||||||
|
"مارجه",
|
||||||
|
"ئاپرل",
|
||||||
|
"مای",
|
||||||
|
"ژونه",
|
||||||
|
"ژولی",
|
||||||
|
"ئائوگوست",
|
||||||
|
"سهپتهمبهر",
|
||||||
|
"ئۆجتۆبهر",
|
||||||
|
"نۆڤهمبهر",
|
||||||
|
"دهجهمبهر"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"editor": {
|
||||||
|
"close": "داخستن"
|
||||||
|
},
|
||||||
|
"decimal": "دەهەمی",
|
||||||
|
"infoThousands": ",",
|
||||||
|
"searchPlaceholder": "شوێنگرەوەی گەڕان"
|
||||||
|
};
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in new issue