Merge pull request #2589 from Wavelog-Translator/weblate-wavelog-main-translation

Translations update from Weblate
This commit is contained in:
Fabian Berg
2025-11-26 09:05:36 +01:00
committed by GitHub
29 changed files with 4490 additions and 850 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@@ -18,9 +18,10 @@
},
"autoFill": {
"cancel": "Oткажи",
"fill": "Попълни всички клетки с <i>%d<i><\/i><\/i>",
"fill": "Попълни всички клетки с <i>%d<i></i></i>",
"fillHorizontal": "Попълни хоризонтални клетки",
"fillVertical": "Попълни вертикални клетки"
"fillVertical": "Попълни вертикални клетки",
"info": "AutoFill info example"
},
"searchBuilder": {
"add": "Добави",
@@ -65,26 +66,47 @@
"equals": "Еднакво с",
"not": "Различно от",
"notEmpty": "Не е празно",
"startsWith": "Започва с"
"startsWith": "Започва с",
"notContains": "Does not contain",
"notStartsWith": "Does not start with",
"notEndsWith": "Does not end with"
}
},
"data": "Поле",
"logicAnd": "И",
"logicOr": "Или",
"value": "Стойност"
"value": "Стойност",
"button": {
"0": "Search builder",
"_": "Search builder (%d)"
},
"title": {
"0": "Search builder",
"_": "Search builder (%d)"
},
"leftTitle": "Outdent criteria",
"rightTitle": "Indent criteria"
},
"searchPanes": {
"clearMessage": "Изтрий всички",
"emptyPanes": "Няма SearchPanes",
"loadMessage": "Зареждане...",
"title": "Активни филтри - %d"
"title": "Активни филтри - %d",
"collapse": {
"0": "Search panes",
"_": "Search panes (%d)"
},
"count": "{total}",
"countFiltered": "{shown} ({total})",
"showMessage": "Show all",
"collapseMessage": "Collapse all"
},
"buttons": {
"collection": "Колекция",
"colvis": "Показване\/Скриване на колони",
"colvis": "Показване/Скриване на колони",
"colvisRestore": "Показване на всички колони",
"copy": "Копиране",
"copyKeys": "Натисни <i>ctrl или u2318 + C за да копираш данните от таблицата.<br \/> За да отмените, щракнете върху това съобщение или натиснете <i>escape<\/i>.<\/i>",
"copyKeys": "Натисни <i>ctrl или u2318 + C за да копираш данните от таблицата.<br /> За да отмените, щракнете върху това съобщение или натиснете <i>escape</i>.</i>",
"copySuccess": {
"_": "Копирани %ds реда",
"1": "Копиран един ред"
@@ -92,9 +114,20 @@
"copyTitle": "Копиране в буфера",
"pageLength": {
"_": "Покажи %d реда",
"-1": "Покажи всички редове"
"-1": "Покажи всички редове",
"1": "Show 1 row"
},
"print": "Принтиране"
"print": "Принтиране",
"csv": "CSV",
"excel": "Excel",
"pdf": "PDF",
"createState": "Create state",
"removeAllStates": "Remove all states",
"removeState": "Remove",
"renameState": "Rename",
"stateRestore": "State %d",
"updateState": "Update",
"savedStates": "Saved states"
},
"datetime": {
"hours": "Часове",
@@ -124,7 +157,12 @@
"Четв",
"Пет",
"Съб"
]
],
"amPm": [
"AM",
"PM"
],
"unknown": "-"
},
"editor": {
"close": "Затвори",
@@ -172,5 +210,37 @@
"_": "%d избрани реда",
"1": "%d избран ред"
}
},
"infoThousands": ",",
"thousands": ",",
"decimal": ".",
"stateRestore": {
"creationModal": {
"button": "Create",
"columns": {
"search": "Column search",
"visible": "Column visibility"
},
"name": "Name:",
"order": "Sorting",
"paging": "Paging",
"search": "Search",
"searchBuilder": "Search builder",
"select": "Select",
"title": "Create new state",
"toggleLabel": "Include:",
"scroller": "Scroll position"
},
"duplicateError": "A state with this name already exists.",
"emptyError": "Name cannot be empty.",
"emptyStates": "No saved states",
"removeConfirm": "Are you sure you want to remove %s?",
"removeError": "Failed to remove state.",
"removeJoiner": "and",
"removeSubmit": "Remove",
"removeTitle": "Remove state",
"renameButton": "Rename",
"renameLabel": "New name for %s:",
"renameTitle": "Rename state"
}
}
}

View File

@@ -5,16 +5,17 @@
},
"autoFill": {
"cancel": "Poništiti",
"fill": "Ispunite sve ćelije s <i>% d <\/i>",
"fill": "Ispunite sve ćelije s <i>% d </i>",
"fillHorizontal": "Ispunite ćelije vodoravno",
"fillVertical": "Ispunite ćelije vertikalno"
"fillVertical": "Ispunite ćelije vertikalno",
"info": "AutoFill info example"
},
"buttons": {
"collection": "Collection <span class=\"ui-button-icon-primary ui-icon ui-icon-triangle-1-s\"><\/span>",
"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.",
"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"
@@ -24,10 +25,18 @@
"excel": "Excel",
"pageLength": {
"-1": "Prikaži sve redove",
"_": "Prikaži %d redova"
"_": "Prikaži %d redova",
"1": "Show 1 row"
},
"pdf": "PDF",
"print": "Štampaj"
"print": "Štampaj",
"createState": "Create state",
"removeAllStates": "Remove all states",
"removeState": "Remove",
"renameState": "Rename",
"stateRestore": "State %d",
"updateState": "Update",
"savedStates": "Saved states"
},
"emptyTable": "Nema podataka u tabeli",
"info": "Prikaz _START_ do _END_ od ukupno _TOTAL_ zapisa",
@@ -46,7 +55,67 @@
"search": "Pretraga:",
"searchBuilder": {
"add": "Dodaj uslov",
"clearAll": "Obriši sve"
"clearAll": "Obriši sve",
"button": {
"0": "Search builder",
"_": "Search builder (%d)"
},
"condition": "Condition",
"data": "Data",
"title": {
"0": "Search builder",
"_": "Search builder (%d)"
},
"value": "Value",
"conditions": {
"date": {
"equals": "Equals",
"after": "After",
"before": "Before",
"between": "Between",
"empty": "Empty",
"not": "Not",
"notBetween": "Not between",
"notEmpty": "Not empty"
},
"number": {
"between": "Between",
"empty": "Empty",
"equals": "Equals",
"gt": "Greater than",
"gte": "Greater than or equal to",
"lt": "Less than",
"lte": "Less than or 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": {
"equals": "Equals",
"empty": "Empty",
"contains": "Contains",
"not": "Not",
"notEmpty": "Not empty",
"without": "Without"
}
},
"deleteTitle": "Delete filtering rule",
"logicAnd": "And",
"logicOr": "Or",
"leftTitle": "Outdent criteria",
"rightTitle": "Indent criteria"
},
"searchPanes": {
"clearMessage": "Obriši sve",
@@ -58,7 +127,9 @@
"countFiltered": "{shown} ({total})",
"emptyPanes": "Nema panela za pretragu",
"loadMessage": "Učitavanje panela za pretragu",
"title": "Aktivni filteri - %d"
"title": "Aktivni filteri - %d",
"showMessage": "Show all",
"collapseMessage": "Collapse all"
},
"select": {
"cells": {
@@ -68,7 +139,108 @@
"columns": {
"1": "Jedna colona odabrana",
"_": "Broj odabranih kolona: %d"
},
"rows": {
"1": "1 row selected",
"_": "%d rows selected"
}
},
"zeroRecords": "Nisu pronađeni odgovarajući zapisi"
}
"zeroRecords": "Nisu pronađeni odgovarajući zapisi",
"thousands": ",",
"datetime": {
"amPm": [
"AM",
"PM"
],
"minutes": "Minute",
"months": {
"0": "January",
"1": "February",
"10": "November",
"11": "December",
"2": "March",
"3": "April",
"4": "May",
"5": "June",
"6": "July",
"7": "August",
"8": "September",
"9": "October"
},
"seconds": "Second",
"previous": "Previous",
"next": "Next",
"hours": "Hour",
"unknown": "-",
"weekdays": [
"Sun",
"Mon",
"Tue",
"Wed",
"Thu",
"Fri",
"Sat"
]
},
"editor": {
"close": "Close",
"create": {
"button": "New",
"submit": "Create",
"title": "Create new entry"
},
"edit": {
"button": "Edit",
"submit": "Update",
"title": "Edit entry"
},
"multi": {
"restore": "Undo changes",
"title": "Multiple values",
"noMulti": "This input can be edited individually, but not part of a group.",
"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."
},
"remove": {
"button": "Delete",
"submit": "Delete",
"title": "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&lt;\\/a&gt;).</a>"
}
},
"decimal": ".",
"stateRestore": {
"creationModal": {
"button": "Create",
"columns": {
"search": "Column search",
"visible": "Column visibility"
},
"name": "Name:",
"order": "Sorting",
"paging": "Paging",
"search": "Search",
"searchBuilder": "Search builder",
"select": "Select",
"title": "Create new state",
"toggleLabel": "Include:",
"scroller": "Scroll position"
},
"duplicateError": "A state with this name already exists.",
"emptyError": "Name cannot be empty.",
"emptyStates": "No saved states",
"removeConfirm": "Are you sure you want to remove %s?",
"removeError": "Failed to remove state.",
"removeJoiner": "and",
"removeSubmit": "Remove",
"removeTitle": "Remove state",
"renameButton": "Rename",
"renameLabel": "New name for %s:",
"renameTitle": "Rename state"
}
}

View File

@@ -0,0 +1,246 @@
{
"search": "Search:",
"paginate": {
"first": "First",
"previous": "Previous",
"next": "Next",
"last": "Last"
},
"autoFill": {
"cancel": "Cancel",
"fill": "Fill all cells with <i>%d</i>",
"fillHorizontal": "Fill cells horizontally",
"fillVertical": "Fill cells vertically",
"info": "AutoFill info example"
},
"buttons": {
"colvis": "Column visibility",
"copy": "Copy",
"copyTitle": "Copy to clipboard",
"csv": "CSV",
"excel": "Excel",
"pdf": "PDF",
"pageLength": {
"-1": "Show all rows",
"_": "Show %d rows",
"1": "Show 1 row"
},
"print": "Print",
"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"
},
"createState": "Create state",
"removeAllStates": "Remove all states",
"removeState": "Remove",
"renameState": "Rename",
"stateRestore": "State %d",
"updateState": "Update",
"collection": "Collection<span class=\"ui-button-icon-primary ui-icon ui-icon-triangle-1-s\"></span>",
"colvisRestore": "Restore visibility",
"savedStates": "Saved states"
},
"searchBuilder": {
"button": {
"0": "Search builder",
"_": "Search builder (%d)"
},
"clearAll": "Clear all",
"condition": "Condition",
"data": "Data",
"title": {
"0": "Search builder",
"_": "Search builder (%d)"
},
"value": "Value",
"conditions": {
"date": {
"equals": "Equals",
"after": "After",
"before": "Before",
"between": "Between",
"empty": "Empty",
"not": "Not",
"notBetween": "Not between",
"notEmpty": "Not empty"
},
"number": {
"between": "Between",
"empty": "Empty",
"equals": "Equals",
"gt": "Greater than",
"gte": "Greater than or equal to",
"lt": "Less than",
"lte": "Less than or 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": {
"equals": "Equals",
"empty": "Empty",
"contains": "Contains",
"not": "Not",
"notEmpty": "Not empty",
"without": "Without"
}
},
"add": "Add condition",
"deleteTitle": "Delete filtering rule",
"logicAnd": "And",
"logicOr": "Or",
"leftTitle": "Outdent criteria",
"rightTitle": "Indent criteria"
},
"searchPanes": {
"clearMessage": "Clear all",
"collapse": {
"0": "Search panes",
"_": "Search panes (%d)"
},
"count": "{total}",
"countFiltered": "{shown} ({total})",
"emptyPanes": "No search panes",
"loadMessage": "Loading search panes...",
"showMessage": "Show all",
"collapseMessage": "Collapse all",
"title": "Filters active - %d"
},
"infoThousands": ",",
"thousands": ",",
"datetime": {
"amPm": [
"AM",
"PM"
],
"minutes": "Minute",
"months": {
"0": "January",
"1": "February",
"10": "November",
"11": "December",
"2": "March",
"3": "April",
"4": "May",
"5": "June",
"6": "July",
"7": "August",
"8": "September",
"9": "October"
},
"seconds": "Second",
"previous": "Previous",
"next": "Next",
"hours": "Hour",
"unknown": "-",
"weekdays": [
"Sun",
"Mon",
"Tue",
"Wed",
"Thu",
"Fri",
"Sat"
]
},
"editor": {
"close": "Close",
"create": {
"button": "New",
"submit": "Create",
"title": "Create new entry"
},
"edit": {
"button": "Edit",
"submit": "Update",
"title": "Edit entry"
},
"multi": {
"restore": "Undo changes",
"title": "Multiple values",
"noMulti": "This input can be edited individually, but not part of a group.",
"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."
},
"remove": {
"button": "Delete",
"submit": "Delete",
"title": "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&lt;\\/a&gt;).</a>"
}
},
"loadingRecords": "Loading...",
"processing": "Processing...",
"decimal": ".",
"emptyTable": "No data available in table",
"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"
}
},
"zeroRecords": "No matching records found",
"stateRestore": {
"creationModal": {
"button": "Create",
"columns": {
"search": "Column search",
"visible": "Column visibility"
},
"name": "Name:",
"order": "Sorting",
"paging": "Paging",
"search": "Search",
"searchBuilder": "Search builder",
"select": "Select",
"title": "Create new state",
"toggleLabel": "Include:",
"scroller": "Scroll position"
},
"duplicateError": "A state with this name already exists.",
"emptyError": "Name cannot be empty.",
"emptyStates": "No saved states",
"removeConfirm": "Are you sure you want to remove %s?",
"removeError": "Failed to remove state.",
"removeJoiner": "and",
"removeSubmit": "Remove",
"removeTitle": "Remove state",
"renameButton": "Rename",
"renameLabel": "New name for %s:",
"renameTitle": "Rename state"
},
"info": "Showing _START_ to _END_ of _TOTAL_ entries",
"infoEmpty": "Showing 0 to 0 of 0 entries",
"infoFiltered": "(filtered from _MAX_ total entries)",
"lengthMenu": "Show _MENU_ entries",
"aria": {
"sortAscending": ": activate to sort column ascending",
"sortDescending": ": activate to sort column descending"
}
}

View File

@@ -77,13 +77,13 @@
},
"autoFill": {
"cancel": "Zrušit",
"fill": "Vyplň všechny buňky textem <i>%d<i><\/i><\/i>",
"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>",
"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",
@@ -156,20 +156,32 @@
"Dopoledne",
"Odpoledne"
],
"months": [
"Leden",
"Únor",
"Březen",
"Duben",
"Květen",
"Červen",
"Červenec",
"Srpen",
"Září",
"Říjen",
"Listopad",
"Prosinec"
],
"months": {
"0": "Leden",
"1": "Únor",
"2": "Březen",
"3": "Duben",
"4": "Květen",
"5": "Červen",
"6": "Červenec",
"7": "Srpen",
"8": "Září",
"9": "Říjen",
"10": "Listopad",
"11": "Prosinec",
"0": "January",
"1": "February",
"10": "November",
"11": "December",
"2": "March",
"3": "April",
"4": "May",
"5": "June",
"6": "July",
"7": "August",
"8": "September",
"9": "October"
},
"weekdays": [
"Ne",
"Po",
@@ -208,7 +220,7 @@
"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ě (&lt;a target=\"\\\" rel=\"nofollow\" href=\"\\\"&gt;Více informací&lt;\/a&gt;)."
"system": "Došlo k systémové chybě (&lt;a target=\"\\\" rel=\"nofollow\" href=\"\\\"&gt;Více informací&lt;/a&gt;)."
}
},
"infoThousands": " ",
@@ -244,4 +256,4 @@
"renameTitle": "Přejmenování Stavu"
},
"searchPlaceholder": "Příklad zástupného prvku"
}
}

View File

@@ -38,7 +38,7 @@
"_": "%d Zeilen kopiert",
"1": "1 Zeile kopiert"
},
"collection": "Aktionen <span class=\"ui-button-icon-primary ui-icon ui-icon-triangle-1-s\"><\/span>",
"collection": "Aktionen <span class=\"ui-button-icon-primary ui-icon ui-icon-triangle-1-s\"></span>",
"colvis": "Spaltensichtbarkeit",
"colvisRestore": "Sichtbarkeit wiederherstellen",
"csv": "CSV",
@@ -56,11 +56,11 @@
"savedStates": "Gespeicherte Ansicht",
"stateRestore": "Ansicht %d",
"updateState": "Aktualisieren",
"copyKeys": "Taste <i>STRG&lt;\\\/i&gt; oder <i>⌘&lt;\\\/i&gt; + <i>C&lt;\\\/i&gt; drücken um die Tabelle<br \/>in den Zwischenspeicher zu kopieren.<br \/><br \/>Um den Vorgang abzubrechen, Nachricht anklicken oder Escape-Taste drücken.<\/i><\/i><\/i>"
"copyKeys": "Taste <i>STRG&lt;\\/i&gt; oder <i>⌘&lt;\\/i&gt; + <i>C&lt;\\/i&gt; drücken um die Tabelle<br />in den Zwischenspeicher zu kopieren.<br /><br />Um den Vorgang abzubrechen, Nachricht anklicken oder Escape-Taste drücken.</i></i></i>"
},
"autoFill": {
"cancel": "Abbrechen",
"fill": "Alle Zellen mit <i>%d<i> füllen<\/i><\/i>",
"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"
@@ -164,19 +164,35 @@
"Freitag",
"Samstag"
],
"months": [
"Januar",
"Februar",
"März",
"April",
"Mai",
"Juni",
"Juli",
"August",
"September",
"Oktober",
"November",
"Dezember"
"months": {
"0": "Januar",
"1": "Februar",
"2": "März",
"3": "April",
"4": "Mai",
"5": "Juni",
"6": "Juli",
"7": "August",
"8": "September",
"9": "Oktober",
"10": "November",
"11": "Dezember",
"0": "Januar",
"1": "Februar",
"10": "November",
"11": "Dezember",
"2": "März",
"3": "April",
"4": "Mai",
"5": "Juni",
"6": "Juli",
"7": "August",
"8": "September",
"9": "Oktober"
},
"amPm": [
"AM",
"PM"
]
},
"editor": {
@@ -240,4 +256,4 @@
"renameTitle": "Ansicht umbenennen",
"removeConfirm": "Sicher dass %s entfernt werden soll?"
}
}
}

View File

@@ -23,16 +23,17 @@
},
"autoFill": {
"cancel": "Ακύρωση",
"fill": "Γέμισμα όλων των κελιών με <i>%d<i><\/i><\/i>",
"fill": "Γέμισμα όλων των κελιών με <i>%d<i></i></i>",
"fillHorizontal": "Γέμισμα κελιών οριζόντια",
"fillVertical": "Γέμισμα κελιών κατακόρυφα"
"fillVertical": "Γέμισμα κελιών κατακόρυφα",
"info": "AutoFill info example"
},
"buttons": {
"collection": "Συλλογή",
"colvis": "Ορατότητα στηλών",
"colvisRestore": "Επαναφορά ορατότητας",
"copy": "Αντιγραφή",
"copyKeys": "Πατήστε ctrl ή u2318 + C για να αντιγράψετε τα δεδομένα του πίνακα<br \/>στο πρόχειρο. <br \/><br \/>Για ακύρωση, πατήστε το μήνυμα ή πατήστε το πλήκτρο Esc.",
"copyKeys": "Πατήστε ctrl ή u2318 + C για να αντιγράψετε τα δεδομένα του πίνακα<br />στο πρόχειρο. <br /><br />Για ακύρωση, πατήστε το μήνυμα ή πατήστε το πλήκτρο Esc.",
"copySuccess": {
"_": " Αντιγράφηκαν %ds γραμμές στο πρόχειρο",
"1": "Αντιγράφηκε 1 γραμμή στο πρόχειρο"
@@ -75,12 +76,24 @@
"Παρ",
"Σαβ"
],
"months": [
"Ιανουάριος",
"Φεβρουάριος",
"Μάρτιος",
"Απρίλιος"
]
"months": {
"0": "Ιανουάριος",
"1": "Φεβρουάριος",
"2": "Μάρτιος",
"3": "Απρίλιος",
"0": "January",
"1": "February",
"10": "November",
"11": "December",
"2": "March",
"3": "April",
"4": "May",
"5": "June",
"6": "July",
"7": "August",
"8": "September",
"9": "October"
}
},
"editor": {
"close": "Κλείσιμο",
@@ -159,7 +172,10 @@
"equals": "Ίσο",
"not": "Όχι",
"notEmpty": "Όχι κενό",
"startsWith": "Αρχίζει με"
"startsWith": "Αρχίζει με",
"notContains": "Does not contain",
"notStartsWith": "Does not start with",
"notEndsWith": "Does not end with"
}
},
"data": "Δεδομένα",
@@ -170,7 +186,9 @@
"_": "Φίλτρα εύρεσης (%d)",
"0": "Φίλτρα εύρεσης"
},
"value": "Τιμή"
"value": "Τιμή",
"leftTitle": "Outdent criteria",
"rightTitle": "Indent criteria"
},
"searchPanes": {
"clearMessage": "Καθαρισμός όλων",
@@ -182,7 +200,9 @@
"countFiltered": "{shown} ({total})",
"emptyPanes": "Άδειος πίνακας αναζήτησης",
"loadMessage": "Φόρτωση πίνακα αναζήτησης",
"title": "Ενεργά φίλτρα - %d"
"title": "Ενεργά φίλτρα - %d",
"showMessage": "Show all",
"collapseMessage": "Collapse all"
},
"select": {
"cells": {
@@ -197,5 +217,34 @@
"_": "%d γραμμές επιλέχθηκαν",
"1": "1 γραμμή επιλέχθηκε"
}
},
"stateRestore": {
"creationModal": {
"button": "Create",
"columns": {
"search": "Column search",
"visible": "Column visibility"
},
"name": "Name:",
"order": "Sorting",
"paging": "Paging",
"search": "Search",
"searchBuilder": "Search builder",
"select": "Select",
"title": "Create new state",
"toggleLabel": "Include:",
"scroller": "Scroll position"
},
"duplicateError": "A state with this name already exists.",
"emptyError": "Name cannot be empty.",
"emptyStates": "No saved states",
"removeConfirm": "Are you sure you want to remove %s?",
"removeError": "Failed to remove state.",
"removeJoiner": "and",
"removeSubmit": "Remove",
"removeTitle": "Remove state",
"renameButton": "Rename",
"renameLabel": "New name for %s:",
"renameTitle": "Rename state"
}
}
}

View File

@@ -22,7 +22,7 @@
"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.",
"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"
@@ -32,7 +32,8 @@
"excel": "Excel",
"pageLength": {
"-1": "Mostrar todas las filas",
"_": "Mostrar %d filas"
"_": "Mostrar %d filas",
"1": "Show 1 row"
},
"pdf": "PDF",
"print": "Imprimir",
@@ -46,9 +47,10 @@
},
"autoFill": {
"cancel": "Cancelar",
"fill": "Rellene todas las celdas con <i>%d<\/i>",
"fill": "Rellene todas las celdas con <i>%d</i>",
"fillHorizontal": "Rellenar celdas horizontalmente",
"fillVertical": "Rellenar celdas verticalmente"
"fillVertical": "Rellenar celdas verticalmente",
"info": "AutoFill info example"
},
"decimal": ",",
"searchBuilder": {
@@ -168,15 +170,15 @@
"8": "Septiembre",
"9": "Octubre"
},
"weekdays": {
"0": "Dom",
"1": "Lun",
"2": "Mar",
"4": "Jue",
"5": "Vie",
"3": "Mié",
"6": "Sáb"
},
"weekdays": [
"Sun",
"Mon",
"Tue",
"Wed",
"Thu",
"Fri",
"Sat"
],
"next": "Próximo"
},
"editor": {
@@ -201,7 +203,7 @@
}
},
"error": {
"system": "Ha ocurrido un error en el sistema (<a target=\"\\\" rel=\"\\ nofollow\" href=\"\\\">Más información&lt;\\\/a&gt;).<\/a>"
"system": "Ha ocurrido un error en el sistema (<a target=\"\\\" rel=\"\\ nofollow\" href=\"\\\">Más información&lt;\\/a&gt;).</a>"
},
"multi": {
"title": "Múltiples Valores",
@@ -241,4 +243,4 @@
"renameLabel": "Nuevo nombre para %s:"
},
"infoThousands": "."
}
}

View File

@@ -0,0 +1,246 @@
{
"search": "Search:",
"paginate": {
"first": "First",
"previous": "Previous",
"next": "Next",
"last": "Last"
},
"autoFill": {
"cancel": "Cancel",
"fill": "Fill all cells with <i>%d</i>",
"fillHorizontal": "Fill cells horizontally",
"fillVertical": "Fill cells vertically",
"info": "AutoFill info example"
},
"buttons": {
"colvis": "Column visibility",
"copy": "Copy",
"copyTitle": "Copy to clipboard",
"csv": "CSV",
"excel": "Excel",
"pdf": "PDF",
"pageLength": {
"-1": "Show all rows",
"_": "Show %d rows",
"1": "Show 1 row"
},
"print": "Print",
"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"
},
"createState": "Create state",
"removeAllStates": "Remove all states",
"removeState": "Remove",
"renameState": "Rename",
"stateRestore": "State %d",
"updateState": "Update",
"collection": "Collection<span class=\"ui-button-icon-primary ui-icon ui-icon-triangle-1-s\"></span>",
"colvisRestore": "Restore visibility",
"savedStates": "Saved states"
},
"searchBuilder": {
"button": {
"0": "Search builder",
"_": "Search builder (%d)"
},
"clearAll": "Clear all",
"condition": "Condition",
"data": "Data",
"title": {
"0": "Search builder",
"_": "Search builder (%d)"
},
"value": "Value",
"conditions": {
"date": {
"equals": "Equals",
"after": "After",
"before": "Before",
"between": "Between",
"empty": "Empty",
"not": "Not",
"notBetween": "Not between",
"notEmpty": "Not empty"
},
"number": {
"between": "Between",
"empty": "Empty",
"equals": "Equals",
"gt": "Greater than",
"gte": "Greater than or equal to",
"lt": "Less than",
"lte": "Less than or 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": {
"equals": "Equals",
"empty": "Empty",
"contains": "Contains",
"not": "Not",
"notEmpty": "Not empty",
"without": "Without"
}
},
"add": "Add condition",
"deleteTitle": "Delete filtering rule",
"logicAnd": "And",
"logicOr": "Or",
"leftTitle": "Outdent criteria",
"rightTitle": "Indent criteria"
},
"searchPanes": {
"clearMessage": "Clear all",
"collapse": {
"0": "Search panes",
"_": "Search panes (%d)"
},
"count": "{total}",
"countFiltered": "{shown} ({total})",
"emptyPanes": "No search panes",
"loadMessage": "Loading search panes...",
"showMessage": "Show all",
"collapseMessage": "Collapse all",
"title": "Filters active - %d"
},
"infoThousands": ",",
"thousands": ",",
"datetime": {
"amPm": [
"AM",
"PM"
],
"minutes": "Minute",
"months": {
"0": "January",
"1": "February",
"10": "November",
"11": "December",
"2": "March",
"3": "April",
"4": "May",
"5": "June",
"6": "July",
"7": "August",
"8": "September",
"9": "October"
},
"seconds": "Second",
"previous": "Previous",
"next": "Next",
"hours": "Hour",
"unknown": "-",
"weekdays": [
"Sun",
"Mon",
"Tue",
"Wed",
"Thu",
"Fri",
"Sat"
]
},
"editor": {
"close": "Close",
"create": {
"button": "New",
"submit": "Create",
"title": "Create new entry"
},
"edit": {
"button": "Edit",
"submit": "Update",
"title": "Edit entry"
},
"multi": {
"restore": "Undo changes",
"title": "Multiple values",
"noMulti": "This input can be edited individually, but not part of a group.",
"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."
},
"remove": {
"button": "Delete",
"submit": "Delete",
"title": "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&lt;\\/a&gt;).</a>"
}
},
"loadingRecords": "Loading...",
"processing": "Processing...",
"decimal": ".",
"emptyTable": "No data available in table",
"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"
}
},
"zeroRecords": "No matching records found",
"stateRestore": {
"creationModal": {
"button": "Create",
"columns": {
"search": "Column search",
"visible": "Column visibility"
},
"name": "Name:",
"order": "Sorting",
"paging": "Paging",
"search": "Search",
"searchBuilder": "Search builder",
"select": "Select",
"title": "Create new state",
"toggleLabel": "Include:",
"scroller": "Scroll position"
},
"duplicateError": "A state with this name already exists.",
"emptyError": "Name cannot be empty.",
"emptyStates": "No saved states",
"removeConfirm": "Are you sure you want to remove %s?",
"removeError": "Failed to remove state.",
"removeJoiner": "and",
"removeSubmit": "Remove",
"removeTitle": "Remove state",
"renameButton": "Rename",
"renameLabel": "New name for %s:",
"renameTitle": "Rename state"
},
"info": "Showing _START_ to _END_ of _TOTAL_ entries",
"infoEmpty": "Showing 0 to 0 of 0 entries",
"infoFiltered": "(filtered from _MAX_ total entries)",
"lengthMenu": "Show _MENU_ entries",
"aria": {
"sortAscending": ": activate to sort column ascending",
"sortDescending": ": activate to sort column descending"
}
}

View File

@@ -22,6 +22,14 @@
"rows": {
"_": "Valittuna %d riviä",
"1": "Valittuna vain yksi rivi"
},
"cells": {
"1": "1 cell selected",
"_": "%d cells selected"
},
"columns": {
"1": "1 column selected",
"_": "%d columns selected"
}
},
"buttons": {
@@ -31,12 +39,34 @@
"_": "%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"
"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",
"colvis": "Column visibility",
"csv": "CSV",
"excel": "Excel",
"pdf": "PDF",
"pageLength": {
"-1": "Show all rows",
"_": "Show %d rows",
"1": "Show 1 row"
},
"print": "Print",
"createState": "Create state",
"removeAllStates": "Remove all states",
"removeState": "Remove",
"renameState": "Rename",
"stateRestore": "State %d",
"updateState": "Update",
"collection": "Collection<span class=\"ui-button-icon-primary ui-icon ui-icon-triangle-1-s\"></span>",
"savedStates": "Saved states"
},
"info": "Näytetään rivit _START_ - _END_ (yhteensä _TOTAL_)",
"autoFill": {
"cancel": "Peruuta"
"cancel": "Peruuta",
"fill": "Fill all cells with <i>%d</i>",
"fillHorizontal": "Fill cells horizontally",
"fillVertical": "Fill cells vertically",
"info": "AutoFill info example"
},
"datetime": {
"previous": "Edellinen",
@@ -58,20 +88,32 @@
"Pe",
"La"
],
"months": [
"Tammikuu",
"Helmikuu",
"Maaliskuu",
"Huhtikuu",
"Toukokuu",
"Kesäkuu",
"Heinäkuu",
"Elokuu",
"Syyskuu",
"Lokakuu",
"Marraskuu",
"Joulukuu"
]
"months": {
"0": "Tammikuu",
"1": "Helmikuu",
"2": "Maaliskuu",
"3": "Huhtikuu",
"4": "Toukokuu",
"5": "Kesäkuu",
"6": "Heinäkuu",
"7": "Elokuu",
"8": "Syyskuu",
"9": "Lokakuu",
"10": "Marraskuu",
"11": "Joulukuu",
"0": "January",
"1": "February",
"10": "November",
"11": "December",
"2": "March",
"3": "April",
"4": "May",
"5": "June",
"6": "July",
"7": "August",
"8": "September",
"9": "October"
}
},
"editor": {
"close": "Sulje",
@@ -88,7 +130,129 @@
"remove": {
"button": "Poista",
"title": "Otsikko",
"submit": "Poista"
"submit": "Poista",
"confirm": {
"_": "Are you sure you wish to delete %d rows?",
"1": "Are you sure you wish to delete 1 row?"
}
},
"multi": {
"restore": "Undo changes",
"title": "Multiple values",
"noMulti": "This input can be edited individually, but not part of a group.",
"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."
},
"error": {
"system": "A system error has occurred (<a target=\"\\\" rel=\"\\ nofollow\" href=\"\\\">More information&lt;\\/a&gt;).</a>"
}
},
"searchBuilder": {
"button": {
"0": "Search builder",
"_": "Search builder (%d)"
},
"clearAll": "Clear all",
"condition": "Condition",
"data": "Data",
"title": {
"0": "Search builder",
"_": "Search builder (%d)"
},
"value": "Value",
"conditions": {
"date": {
"equals": "Equals",
"after": "After",
"before": "Before",
"between": "Between",
"empty": "Empty",
"not": "Not",
"notBetween": "Not between",
"notEmpty": "Not empty"
},
"number": {
"between": "Between",
"empty": "Empty",
"equals": "Equals",
"gt": "Greater than",
"gte": "Greater than or equal to",
"lt": "Less than",
"lte": "Less than or 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": {
"equals": "Equals",
"empty": "Empty",
"contains": "Contains",
"not": "Not",
"notEmpty": "Not empty",
"without": "Without"
}
},
"add": "Add condition",
"deleteTitle": "Delete filtering rule",
"logicAnd": "And",
"logicOr": "Or",
"leftTitle": "Outdent criteria",
"rightTitle": "Indent criteria"
},
"searchPanes": {
"clearMessage": "Clear all",
"collapse": {
"0": "Search panes",
"_": "Search panes (%d)"
},
"count": "{total}",
"countFiltered": "{shown} ({total})",
"emptyPanes": "No search panes",
"loadMessage": "Loading search panes...",
"showMessage": "Show all",
"collapseMessage": "Collapse all",
"title": "Filters active - %d"
},
"thousands": ",",
"decimal": ".",
"stateRestore": {
"creationModal": {
"button": "Create",
"columns": {
"search": "Column search",
"visible": "Column visibility"
},
"name": "Name:",
"order": "Sorting",
"paging": "Paging",
"search": "Search",
"searchBuilder": "Search builder",
"select": "Select",
"title": "Create new state",
"toggleLabel": "Include:",
"scroller": "Scroll position"
},
"duplicateError": "A state with this name already exists.",
"emptyError": "Name cannot be empty.",
"emptyStates": "No saved states",
"removeConfirm": "Are you sure you want to remove %s?",
"removeError": "Failed to remove state.",
"removeJoiner": "and",
"removeSubmit": "Remove",
"removeTitle": "Remove state",
"renameButton": "Rename",
"renameLabel": "New name for %s:",
"renameTitle": "Rename state"
}
}
}

View File

@@ -18,9 +18,10 @@
},
"autoFill": {
"cancel": "Annuler",
"fill": "Remplir toutes les cellules avec <i>%d<\/i>",
"fill": "Remplir toutes les cellules avec <i>%d</i>",
"fillHorizontal": "Remplir les cellules horizontalement",
"fillVertical": "Remplir les cellules verticalement"
"fillVertical": "Remplir les cellules verticalement",
"info": "AutoFill info example"
},
"searchBuilder": {
"conditions": {
@@ -192,7 +193,7 @@
"noMulti": "Ce champ peut être modifié individuellement, mais ne fait pas partie d'un groupe. "
},
"error": {
"system": "Une erreur système s'est produite (<a target=\"\\\" rel=\"nofollow\" href=\"\\\">Plus d'information<\/a>)."
"system": "Une erreur système s'est produite (<a target=\"\\\" rel=\"nofollow\" href=\"\\\">Plus d'information</a>)."
}
},
"stateRestore": {
@@ -242,4 +243,4 @@
"infoThousands": " ",
"search": "Rechercher :",
"thousands": " "
}
}

View File

@@ -0,0 +1,246 @@
{
"search": "Search:",
"paginate": {
"first": "First",
"previous": "Previous",
"next": "Next",
"last": "Last"
},
"autoFill": {
"cancel": "Cancel",
"fill": "Fill all cells with <i>%d</i>",
"fillHorizontal": "Fill cells horizontally",
"fillVertical": "Fill cells vertically",
"info": "AutoFill info example"
},
"buttons": {
"colvis": "Column visibility",
"copy": "Copy",
"copyTitle": "Copy to clipboard",
"csv": "CSV",
"excel": "Excel",
"pdf": "PDF",
"pageLength": {
"-1": "Show all rows",
"_": "Show %d rows",
"1": "Show 1 row"
},
"print": "Print",
"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"
},
"createState": "Create state",
"removeAllStates": "Remove all states",
"removeState": "Remove",
"renameState": "Rename",
"stateRestore": "State %d",
"updateState": "Update",
"collection": "Collection<span class=\"ui-button-icon-primary ui-icon ui-icon-triangle-1-s\"></span>",
"colvisRestore": "Restore visibility",
"savedStates": "Saved states"
},
"searchBuilder": {
"button": {
"0": "Search builder",
"_": "Search builder (%d)"
},
"clearAll": "Clear all",
"condition": "Condition",
"data": "Data",
"title": {
"0": "Search builder",
"_": "Search builder (%d)"
},
"value": "Value",
"conditions": {
"date": {
"equals": "Equals",
"after": "After",
"before": "Before",
"between": "Between",
"empty": "Empty",
"not": "Not",
"notBetween": "Not between",
"notEmpty": "Not empty"
},
"number": {
"between": "Between",
"empty": "Empty",
"equals": "Equals",
"gt": "Greater than",
"gte": "Greater than or equal to",
"lt": "Less than",
"lte": "Less than or 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": {
"equals": "Equals",
"empty": "Empty",
"contains": "Contains",
"not": "Not",
"notEmpty": "Not empty",
"without": "Without"
}
},
"add": "Add condition",
"deleteTitle": "Delete filtering rule",
"logicAnd": "And",
"logicOr": "Or",
"leftTitle": "Outdent criteria",
"rightTitle": "Indent criteria"
},
"searchPanes": {
"clearMessage": "Clear all",
"collapse": {
"0": "Search panes",
"_": "Search panes (%d)"
},
"count": "{total}",
"countFiltered": "{shown} ({total})",
"emptyPanes": "No search panes",
"loadMessage": "Loading search panes...",
"showMessage": "Show all",
"collapseMessage": "Collapse all",
"title": "Filters active - %d"
},
"infoThousands": ",",
"thousands": ",",
"datetime": {
"amPm": [
"AM",
"PM"
],
"minutes": "Minute",
"months": {
"0": "January",
"1": "February",
"10": "November",
"11": "December",
"2": "March",
"3": "April",
"4": "May",
"5": "June",
"6": "July",
"7": "August",
"8": "September",
"9": "October"
},
"seconds": "Second",
"previous": "Previous",
"next": "Next",
"hours": "Hour",
"unknown": "-",
"weekdays": [
"Sun",
"Mon",
"Tue",
"Wed",
"Thu",
"Fri",
"Sat"
]
},
"editor": {
"close": "Close",
"create": {
"button": "New",
"submit": "Create",
"title": "Create new entry"
},
"edit": {
"button": "Edit",
"submit": "Update",
"title": "Edit entry"
},
"multi": {
"restore": "Undo changes",
"title": "Multiple values",
"noMulti": "This input can be edited individually, but not part of a group.",
"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."
},
"remove": {
"button": "Delete",
"submit": "Delete",
"title": "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&lt;\\/a&gt;).</a>"
}
},
"loadingRecords": "Loading...",
"processing": "Processing...",
"decimal": ".",
"emptyTable": "No data available in table",
"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"
}
},
"zeroRecords": "No matching records found",
"stateRestore": {
"creationModal": {
"button": "Create",
"columns": {
"search": "Column search",
"visible": "Column visibility"
},
"name": "Name:",
"order": "Sorting",
"paging": "Paging",
"search": "Search",
"searchBuilder": "Search builder",
"select": "Select",
"title": "Create new state",
"toggleLabel": "Include:",
"scroller": "Scroll position"
},
"duplicateError": "A state with this name already exists.",
"emptyError": "Name cannot be empty.",
"emptyStates": "No saved states",
"removeConfirm": "Are you sure you want to remove %s?",
"removeError": "Failed to remove state.",
"removeJoiner": "and",
"removeSubmit": "Remove",
"removeTitle": "Remove state",
"renameButton": "Rename",
"renameLabel": "New name for %s:",
"renameTitle": "Rename state"
},
"info": "Showing _START_ to _END_ of _TOTAL_ entries",
"infoEmpty": "Showing 0 to 0 of 0 entries",
"infoFiltered": "(filtered from _MAX_ total entries)",
"lengthMenu": "Show _MENU_ entries",
"aria": {
"sortAscending": ": activate to sort column ascending",
"sortDescending": ": activate to sort column descending"
}
}

View File

@@ -0,0 +1,246 @@
{
"search": "Search:",
"paginate": {
"first": "First",
"previous": "Previous",
"next": "Next",
"last": "Last"
},
"autoFill": {
"cancel": "Cancel",
"fill": "Fill all cells with <i>%d</i>",
"fillHorizontal": "Fill cells horizontally",
"fillVertical": "Fill cells vertically",
"info": "AutoFill info example"
},
"buttons": {
"colvis": "Column visibility",
"copy": "Copy",
"copyTitle": "Copy to clipboard",
"csv": "CSV",
"excel": "Excel",
"pdf": "PDF",
"pageLength": {
"-1": "Show all rows",
"_": "Show %d rows",
"1": "Show 1 row"
},
"print": "Print",
"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"
},
"createState": "Create state",
"removeAllStates": "Remove all states",
"removeState": "Remove",
"renameState": "Rename",
"stateRestore": "State %d",
"updateState": "Update",
"collection": "Collection<span class=\"ui-button-icon-primary ui-icon ui-icon-triangle-1-s\"></span>",
"colvisRestore": "Restore visibility",
"savedStates": "Saved states"
},
"searchBuilder": {
"button": {
"0": "Search builder",
"_": "Search builder (%d)"
},
"clearAll": "Clear all",
"condition": "Condition",
"data": "Data",
"title": {
"0": "Search builder",
"_": "Search builder (%d)"
},
"value": "Value",
"conditions": {
"date": {
"equals": "Equals",
"after": "After",
"before": "Before",
"between": "Between",
"empty": "Empty",
"not": "Not",
"notBetween": "Not between",
"notEmpty": "Not empty"
},
"number": {
"between": "Between",
"empty": "Empty",
"equals": "Equals",
"gt": "Greater than",
"gte": "Greater than or equal to",
"lt": "Less than",
"lte": "Less than or 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": {
"equals": "Equals",
"empty": "Empty",
"contains": "Contains",
"not": "Not",
"notEmpty": "Not empty",
"without": "Without"
}
},
"add": "Add condition",
"deleteTitle": "Delete filtering rule",
"logicAnd": "And",
"logicOr": "Or",
"leftTitle": "Outdent criteria",
"rightTitle": "Indent criteria"
},
"searchPanes": {
"clearMessage": "Clear all",
"collapse": {
"0": "Search panes",
"_": "Search panes (%d)"
},
"count": "{total}",
"countFiltered": "{shown} ({total})",
"emptyPanes": "No search panes",
"loadMessage": "Loading search panes...",
"showMessage": "Show all",
"collapseMessage": "Collapse all",
"title": "Filters active - %d"
},
"infoThousands": ",",
"thousands": ",",
"datetime": {
"amPm": [
"AM",
"PM"
],
"minutes": "Minute",
"months": {
"0": "January",
"1": "February",
"10": "November",
"11": "December",
"2": "March",
"3": "April",
"4": "May",
"5": "June",
"6": "July",
"7": "August",
"8": "September",
"9": "October"
},
"seconds": "Second",
"previous": "Previous",
"next": "Next",
"hours": "Hour",
"unknown": "-",
"weekdays": [
"Sun",
"Mon",
"Tue",
"Wed",
"Thu",
"Fri",
"Sat"
]
},
"editor": {
"close": "Close",
"create": {
"button": "New",
"submit": "Create",
"title": "Create new entry"
},
"edit": {
"button": "Edit",
"submit": "Update",
"title": "Edit entry"
},
"multi": {
"restore": "Undo changes",
"title": "Multiple values",
"noMulti": "This input can be edited individually, but not part of a group.",
"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."
},
"remove": {
"button": "Delete",
"submit": "Delete",
"title": "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&lt;\\/a&gt;).</a>"
}
},
"loadingRecords": "Loading...",
"processing": "Processing...",
"decimal": ".",
"emptyTable": "No data available in table",
"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"
}
},
"zeroRecords": "No matching records found",
"stateRestore": {
"creationModal": {
"button": "Create",
"columns": {
"search": "Column search",
"visible": "Column visibility"
},
"name": "Name:",
"order": "Sorting",
"paging": "Paging",
"search": "Search",
"searchBuilder": "Search builder",
"select": "Select",
"title": "Create new state",
"toggleLabel": "Include:",
"scroller": "Scroll position"
},
"duplicateError": "A state with this name already exists.",
"emptyError": "Name cannot be empty.",
"emptyStates": "No saved states",
"removeConfirm": "Are you sure you want to remove %s?",
"removeError": "Failed to remove state.",
"removeJoiner": "and",
"removeSubmit": "Remove",
"removeTitle": "Remove state",
"renameButton": "Rename",
"renameLabel": "New name for %s:",
"renameTitle": "Rename state"
},
"info": "Showing _START_ to _END_ of _TOTAL_ entries",
"infoEmpty": "Showing 0 to 0 of 0 entries",
"infoFiltered": "(filtered from _MAX_ total entries)",
"lengthMenu": "Show _MENU_ entries",
"aria": {
"sortAscending": ": activate to sort column ascending",
"sortDescending": ": activate to sort column descending"
}
}

View File

@@ -0,0 +1,246 @@
{
"search": "Search:",
"paginate": {
"first": "First",
"previous": "Previous",
"next": "Next",
"last": "Last"
},
"autoFill": {
"cancel": "Cancel",
"fill": "Fill all cells with <i>%d</i>",
"fillHorizontal": "Fill cells horizontally",
"fillVertical": "Fill cells vertically",
"info": "AutoFill info example"
},
"buttons": {
"colvis": "Column visibility",
"copy": "Copy",
"copyTitle": "Copy to clipboard",
"csv": "CSV",
"excel": "Excel",
"pdf": "PDF",
"pageLength": {
"-1": "Show all rows",
"_": "Show %d rows",
"1": "Show 1 row"
},
"print": "Print",
"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"
},
"createState": "Create state",
"removeAllStates": "Remove all states",
"removeState": "Remove",
"renameState": "Rename",
"stateRestore": "State %d",
"updateState": "Update",
"collection": "Collection<span class=\"ui-button-icon-primary ui-icon ui-icon-triangle-1-s\"></span>",
"colvisRestore": "Restore visibility",
"savedStates": "Saved states"
},
"searchBuilder": {
"button": {
"0": "Search builder",
"_": "Search builder (%d)"
},
"clearAll": "Clear all",
"condition": "Condition",
"data": "Data",
"title": {
"0": "Search builder",
"_": "Search builder (%d)"
},
"value": "Value",
"conditions": {
"date": {
"equals": "Equals",
"after": "After",
"before": "Before",
"between": "Between",
"empty": "Empty",
"not": "Not",
"notBetween": "Not between",
"notEmpty": "Not empty"
},
"number": {
"between": "Between",
"empty": "Empty",
"equals": "Equals",
"gt": "Greater than",
"gte": "Greater than or equal to",
"lt": "Less than",
"lte": "Less than or 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": {
"equals": "Equals",
"empty": "Empty",
"contains": "Contains",
"not": "Not",
"notEmpty": "Not empty",
"without": "Without"
}
},
"add": "Add condition",
"deleteTitle": "Delete filtering rule",
"logicAnd": "And",
"logicOr": "Or",
"leftTitle": "Outdent criteria",
"rightTitle": "Indent criteria"
},
"searchPanes": {
"clearMessage": "Clear all",
"collapse": {
"0": "Search panes",
"_": "Search panes (%d)"
},
"count": "{total}",
"countFiltered": "{shown} ({total})",
"emptyPanes": "No search panes",
"loadMessage": "Loading search panes...",
"showMessage": "Show all",
"collapseMessage": "Collapse all",
"title": "Filters active - %d"
},
"infoThousands": ",",
"thousands": ",",
"datetime": {
"amPm": [
"AM",
"PM"
],
"minutes": "Minute",
"months": {
"0": "January",
"1": "February",
"10": "November",
"11": "December",
"2": "March",
"3": "April",
"4": "May",
"5": "June",
"6": "July",
"7": "August",
"8": "September",
"9": "October"
},
"seconds": "Second",
"previous": "Previous",
"next": "Next",
"hours": "Hour",
"unknown": "-",
"weekdays": [
"Sun",
"Mon",
"Tue",
"Wed",
"Thu",
"Fri",
"Sat"
]
},
"editor": {
"close": "Close",
"create": {
"button": "New",
"submit": "Create",
"title": "Create new entry"
},
"edit": {
"button": "Edit",
"submit": "Update",
"title": "Edit entry"
},
"multi": {
"restore": "Undo changes",
"title": "Multiple values",
"noMulti": "This input can be edited individually, but not part of a group.",
"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."
},
"remove": {
"button": "Delete",
"submit": "Delete",
"title": "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&lt;\\/a&gt;).</a>"
}
},
"loadingRecords": "Loading...",
"processing": "Processing...",
"decimal": ".",
"emptyTable": "No data available in table",
"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"
}
},
"zeroRecords": "No matching records found",
"stateRestore": {
"creationModal": {
"button": "Create",
"columns": {
"search": "Column search",
"visible": "Column visibility"
},
"name": "Name:",
"order": "Sorting",
"paging": "Paging",
"search": "Search",
"searchBuilder": "Search builder",
"select": "Select",
"title": "Create new state",
"toggleLabel": "Include:",
"scroller": "Scroll position"
},
"duplicateError": "A state with this name already exists.",
"emptyError": "Name cannot be empty.",
"emptyStates": "No saved states",
"removeConfirm": "Are you sure you want to remove %s?",
"removeError": "Failed to remove state.",
"removeJoiner": "and",
"removeSubmit": "Remove",
"removeTitle": "Remove state",
"renameButton": "Rename",
"renameLabel": "New name for %s:",
"renameTitle": "Rename state"
},
"info": "Showing _START_ to _END_ of _TOTAL_ entries",
"infoEmpty": "Showing 0 to 0 of 0 entries",
"infoFiltered": "(filtered from _MAX_ total entries)",
"lengthMenu": "Show _MENU_ entries",
"aria": {
"sortAscending": ": activate to sort column ascending",
"sortDescending": ": activate to sort column descending"
}
}

View File

@@ -16,16 +16,17 @@
},
"autoFill": {
"cancel": "Annulla",
"fill": "Riempi tutte le celle con <i>%d<\/i>",
"fill": "Riempi tutte le celle con <i>%d</i>",
"fillHorizontal": "Riempi celle orizzontalmente",
"fillVertical": "Riempi celle verticalmente"
"fillVertical": "Riempi celle verticalmente",
"info": "AutoFill info example"
},
"buttons": {
"collection": "Collezione <span class=\"ui-button-icon-primary ui-icon ui-icon-triangle-1-s\"><\/span>",
"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.",
"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"
@@ -35,7 +36,8 @@
"excel": "Excel",
"pageLength": {
"-1": "Mostra tutte le righe",
"_": "Mostra %d righe"
"_": "Mostra %d righe",
"1": "Show 1 row"
},
"pdf": "PDF",
"print": "Stampa",
@@ -164,20 +166,32 @@
"Ven",
"Sab"
],
"months": [
"Gennaio",
"Febbraio",
"Marzo",
"Aprile",
"Maggio",
"Giugno",
"Luglio",
"Agosto",
"Settembre",
"Ottobre",
"Novembre",
"Dicembre"
]
"months": {
"0": "Gennaio",
"1": "Febbraio",
"2": "Marzo",
"3": "Aprile",
"4": "Maggio",
"5": "Giugno",
"6": "Luglio",
"7": "Agosto",
"8": "Settembre",
"9": "Ottobre",
"10": "Novembre",
"11": "Dicembre",
"0": "January",
"1": "February",
"10": "November",
"11": "December",
"2": "March",
"3": "April",
"4": "May",
"5": "June",
"6": "July",
"7": "August",
"8": "September",
"9": "October"
}
},
"editor": {
"close": "Chiudi",
@@ -241,4 +255,4 @@
"renameLabel": "Nuovo nome per %s:",
"renameTitle": "Rinomina Stato"
}
}
}

View File

@@ -0,0 +1,246 @@
{
"search": "検索:",
"paginate": {
"first": "初め",
"previous": "前の",
"next": "次",
"last": "最後"
},
"autoFill": {
"cancel": "キャンセル",
"fill": "すべてのセルに入力 <i> %d </i>",
"fillHorizontal": "セルを水平方向に埋める",
"fillVertical": "セルを縦方向に埋める",
"info": "オートフィル情報の例"
},
"buttons": {
"colvis": "列の表示",
"copy": "コピー",
"copyTitle": "クリップボードにコピー",
"csv": "CSV",
"excel": "エクセル",
"pdf": "PDF",
"pageLength": {
"-1": "すべての行を表示",
"_": "%d 行を表示",
"1": "1行表示"
},
"print": "印刷",
"copyKeys": "Ctrl キーまたは u2318 + C キーを押して、テーブル データをシステム クリップボードにコピーします。 <br /> <br /> キャンセルするには、このメッセージをクリックするか、Esc キーを押します。",
"copySuccess": {
"1": "1行をクリップボードにコピーしました",
"_": "%d 行をクリップボードにコピーしました"
},
"createState": "状態を作成する",
"removeAllStates": "すべての状態を削除",
"removeState": "取り除く",
"renameState": "名前を変更",
"stateRestore": "状態 %d",
"updateState": "アップデート",
"collection": "コレクション <span class=\"ui-button-icon-primary ui-icon ui-icon-triangle-1-s\"></span>",
"colvisRestore": "可視性を回復する",
"savedStates": "保存された状態"
},
"searchBuilder": {
"button": {
"0": "検索ビルダー",
"_": "検索ビルダー (%d)"
},
"clearAll": "すべてクリア",
"condition": "状態",
"data": "データ",
"title": {
"0": "検索ビルダー",
"_": "検索ビルダー (%d)"
},
"value": "価値",
"conditions": {
"date": {
"equals": "等しい",
"after": "後",
"before": "前に",
"between": "間",
"empty": "空の",
"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": "終わらない"
},
"array": {
"equals": "等しい",
"empty": "空の",
"contains": "含む",
"not": "ない",
"notEmpty": "空ではありません",
"without": "なし"
}
},
"add": "条件を追加",
"deleteTitle": "フィルタリングルールを削除する",
"logicAnd": "そして",
"logicOr": "または",
"leftTitle": "アウトデント基準",
"rightTitle": "インデント基準"
},
"searchPanes": {
"clearMessage": "すべてクリア",
"collapse": {
"0": "検索ペイン",
"_": "検索ペイン (%d)"
},
"count": "{合計}",
"countFiltered": "{表示} ({合計})",
"emptyPanes": "検索パネルなし",
"loadMessage": "検索ペインを読み込んでいます...",
"showMessage": "すべて表示",
"collapseMessage": "すべて折りたたむ",
"title": "フィルターがアクティブ - %d"
},
"infoThousands": "、",
"thousands": "、",
"datetime": {
"amPm": [
"午前",
"午後"
],
"minutes": "分",
"months": {
"0": "1月",
"1": "2月",
"10": "11月",
"11": "12月",
"2": "3月",
"3": "4月",
"4": "5月",
"5": "6月",
"6": "7月",
"7": "8月",
"8": "9月",
"9": "10月"
},
"seconds": "第二",
"previous": "前の",
"next": "次",
"hours": "時間",
"unknown": "-",
"weekdays": [
"土曜",
"私の",
"火曜",
"水曜",
"集める",
"金曜",
"土曜"
]
},
"editor": {
"close": "近い",
"create": {
"button": "新しい",
"submit": "作成する",
"title": "新しいエントリを作成"
},
"edit": {
"button": "編集",
"submit": "アップデート",
"title": "エントリーを編集"
},
"multi": {
"restore": "変更を元に戻す",
"title": "複数の値",
"noMulti": "この入力は個別に編集できますが、グループの一部として編集することはできません。",
"info": "選択された項目には、この入力値に対して異なる値が含まれています。すべての項目を編集して同じ値に設定するには、ここをクリックまたはタップしてください。そうしない場合、各項目は個別の値を保持します。"
},
"remove": {
"button": "消去",
"submit": "消去",
"title": "消去",
"confirm": {
"_": "%d 行を削除してもよろしいですか?",
"1": "1 行を削除してもよろしいですか?"
}
},
"error": {
"system": "システムエラーが発生しました (<a target=\"\\\" rel=\"\\ nofollow\" href=\"\\\">詳細情報lt;\\/a&gt;).</a>"
}
},
"loadingRecords": "読み込み中...",
"processing": "処理...",
"decimal": "。",
"emptyTable": "表にデータがありません",
"select": {
"cells": {
"1": "1 個のセルが選択されました",
"_": "%d 個のセルが選択されました"
},
"columns": {
"1": "1 列が選択されました",
"_": "%d 列が選択されました"
},
"rows": {
"1": "1行選択済み",
"_": "%d 行が選択されました"
}
},
"zeroRecords": "一致するレコードが見つかりません",
"stateRestore": {
"creationModal": {
"button": "作成する",
"columns": {
"search": "列検索",
"visible": "列の表示"
},
"name": "名前:",
"order": "ソート",
"paging": "ページング",
"search": "検索",
"searchBuilder": "検索ビルダー",
"select": "選択",
"title": "新しい状態を作成する",
"toggleLabel": "含む:",
"scroller": "スクロール位置"
},
"duplicateError": "この名前の状態はすでに存在します。",
"emptyError": "名前は空にできません。",
"emptyStates": "保存された状態はありません",
"removeConfirm": "本当に %s を削除してもよろしいですか?",
"removeError": "状態の削除に失敗しました。",
"removeJoiner": "そして",
"removeSubmit": "取り除く",
"removeTitle": "状態を削除",
"renameButton": "名前を変更",
"renameLabel": "%s の新しい名前:",
"renameTitle": "状態の名前を変更する"
},
"info": "_START_ から _END_ までの _TOTAL_ 件中を表示中",
"infoEmpty": "0件中0件を表示中",
"infoFiltered": "(合計 _MAX_ 件のエントリからフィルタリング)",
"lengthMenu": "_MENU_エントリを表示",
"aria": {
"sortAscending": ": 列を昇順に並べ替えるには有効にします",
"sortDescending": ": 列を降順に並べ替えるには有効にします"
}
}

View File

@@ -0,0 +1,246 @@
{
"search": "Search:",
"paginate": {
"first": "First",
"previous": "Previous",
"next": "Next",
"last": "Last"
},
"autoFill": {
"cancel": "Cancel",
"fill": "Fill all cells with <i>%d</i>",
"fillHorizontal": "Fill cells horizontally",
"fillVertical": "Fill cells vertically",
"info": "AutoFill info example"
},
"buttons": {
"colvis": "Column visibility",
"copy": "Copy",
"copyTitle": "Copy to clipboard",
"csv": "CSV",
"excel": "Excel",
"pdf": "PDF",
"pageLength": {
"-1": "Show all rows",
"_": "Show %d rows",
"1": "Show 1 row"
},
"print": "Print",
"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"
},
"createState": "Create state",
"removeAllStates": "Remove all states",
"removeState": "Remove",
"renameState": "Rename",
"stateRestore": "State %d",
"updateState": "Update",
"collection": "Collection<span class=\"ui-button-icon-primary ui-icon ui-icon-triangle-1-s\"></span>",
"colvisRestore": "Restore visibility",
"savedStates": "Saved states"
},
"searchBuilder": {
"button": {
"0": "Search builder",
"_": "Search builder (%d)"
},
"clearAll": "Clear all",
"condition": "Condition",
"data": "Data",
"title": {
"0": "Search builder",
"_": "Search builder (%d)"
},
"value": "Value",
"conditions": {
"date": {
"equals": "Equals",
"after": "After",
"before": "Before",
"between": "Between",
"empty": "Empty",
"not": "Not",
"notBetween": "Not between",
"notEmpty": "Not empty"
},
"number": {
"between": "Between",
"empty": "Empty",
"equals": "Equals",
"gt": "Greater than",
"gte": "Greater than or equal to",
"lt": "Less than",
"lte": "Less than or 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": {
"equals": "Equals",
"empty": "Empty",
"contains": "Contains",
"not": "Not",
"notEmpty": "Not empty",
"without": "Without"
}
},
"add": "Add condition",
"deleteTitle": "Delete filtering rule",
"logicAnd": "And",
"logicOr": "Or",
"leftTitle": "Outdent criteria",
"rightTitle": "Indent criteria"
},
"searchPanes": {
"clearMessage": "Clear all",
"collapse": {
"0": "Search panes",
"_": "Search panes (%d)"
},
"count": "{total}",
"countFiltered": "{shown} ({total})",
"emptyPanes": "No search panes",
"loadMessage": "Loading search panes...",
"showMessage": "Show all",
"collapseMessage": "Collapse all",
"title": "Filters active - %d"
},
"infoThousands": ",",
"thousands": ",",
"datetime": {
"amPm": [
"AM",
"PM"
],
"minutes": "Minute",
"months": {
"0": "January",
"1": "February",
"10": "November",
"11": "December",
"2": "March",
"3": "April",
"4": "May",
"5": "June",
"6": "July",
"7": "August",
"8": "September",
"9": "October"
},
"seconds": "Second",
"previous": "Previous",
"next": "Next",
"hours": "Hour",
"unknown": "-",
"weekdays": [
"Sun",
"Mon",
"Tue",
"Wed",
"Thu",
"Fri",
"Sat"
]
},
"editor": {
"close": "Close",
"create": {
"button": "New",
"submit": "Create",
"title": "Create new entry"
},
"edit": {
"button": "Edit",
"submit": "Update",
"title": "Edit entry"
},
"multi": {
"restore": "Undo changes",
"title": "Multiple values",
"noMulti": "This input can be edited individually, but not part of a group.",
"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."
},
"remove": {
"button": "Delete",
"submit": "Delete",
"title": "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&lt;\\/a&gt;).</a>"
}
},
"loadingRecords": "Loading...",
"processing": "Processing...",
"decimal": ".",
"emptyTable": "No data available in table",
"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"
}
},
"zeroRecords": "No matching records found",
"stateRestore": {
"creationModal": {
"button": "Create",
"columns": {
"search": "Column search",
"visible": "Column visibility"
},
"name": "Name:",
"order": "Sorting",
"paging": "Paging",
"search": "Search",
"searchBuilder": "Search builder",
"select": "Select",
"title": "Create new state",
"toggleLabel": "Include:",
"scroller": "Scroll position"
},
"duplicateError": "A state with this name already exists.",
"emptyError": "Name cannot be empty.",
"emptyStates": "No saved states",
"removeConfirm": "Are you sure you want to remove %s?",
"removeError": "Failed to remove state.",
"removeJoiner": "and",
"removeSubmit": "Remove",
"removeTitle": "Remove state",
"renameButton": "Rename",
"renameLabel": "New name for %s:",
"renameTitle": "Rename state"
},
"info": "Showing _START_ to _END_ of _TOTAL_ entries",
"infoEmpty": "Showing 0 to 0 of 0 entries",
"infoFiltered": "(filtered from _MAX_ total entries)",
"lengthMenu": "Show _MENU_ entries",
"aria": {
"sortAscending": ": activate to sort column ascending",
"sortDescending": ": activate to sort column descending"
}
}

View File

@@ -0,0 +1,246 @@
{
"search": "Search:",
"paginate": {
"first": "First",
"previous": "Previous",
"next": "Next",
"last": "Last"
},
"autoFill": {
"cancel": "Cancel",
"fill": "Fill all cells with <i>%d</i>",
"fillHorizontal": "Fill cells horizontally",
"fillVertical": "Fill cells vertically",
"info": "AutoFill info example"
},
"buttons": {
"colvis": "Column visibility",
"copy": "Copy",
"copyTitle": "Copy to clipboard",
"csv": "CSV",
"excel": "Excel",
"pdf": "PDF",
"pageLength": {
"-1": "Show all rows",
"_": "Show %d rows",
"1": "Show 1 row"
},
"print": "Print",
"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"
},
"createState": "Create state",
"removeAllStates": "Remove all states",
"removeState": "Remove",
"renameState": "Rename",
"stateRestore": "State %d",
"updateState": "Update",
"collection": "Collection<span class=\"ui-button-icon-primary ui-icon ui-icon-triangle-1-s\"></span>",
"colvisRestore": "Restore visibility",
"savedStates": "Saved states"
},
"searchBuilder": {
"button": {
"0": "Search builder",
"_": "Search builder (%d)"
},
"clearAll": "Clear all",
"condition": "Condition",
"data": "Data",
"title": {
"0": "Search builder",
"_": "Search builder (%d)"
},
"value": "Value",
"conditions": {
"date": {
"equals": "Equals",
"after": "After",
"before": "Before",
"between": "Between",
"empty": "Empty",
"not": "Not",
"notBetween": "Not between",
"notEmpty": "Not empty"
},
"number": {
"between": "Between",
"empty": "Empty",
"equals": "Equals",
"gt": "Greater than",
"gte": "Greater than or equal to",
"lt": "Less than",
"lte": "Less than or 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": {
"equals": "Equals",
"empty": "Empty",
"contains": "Contains",
"not": "Not",
"notEmpty": "Not empty",
"without": "Without"
}
},
"add": "Add condition",
"deleteTitle": "Delete filtering rule",
"logicAnd": "And",
"logicOr": "Or",
"leftTitle": "Outdent criteria",
"rightTitle": "Indent criteria"
},
"searchPanes": {
"clearMessage": "Clear all",
"collapse": {
"0": "Search panes",
"_": "Search panes (%d)"
},
"count": "{total}",
"countFiltered": "{shown} ({total})",
"emptyPanes": "No search panes",
"loadMessage": "Loading search panes...",
"showMessage": "Show all",
"collapseMessage": "Collapse all",
"title": "Filters active - %d"
},
"infoThousands": ",",
"thousands": ",",
"datetime": {
"amPm": [
"AM",
"PM"
],
"minutes": "Minute",
"months": {
"0": "January",
"1": "February",
"10": "November",
"11": "December",
"2": "March",
"3": "April",
"4": "May",
"5": "June",
"6": "July",
"7": "August",
"8": "September",
"9": "October"
},
"seconds": "Second",
"previous": "Previous",
"next": "Next",
"hours": "Hour",
"unknown": "-",
"weekdays": [
"Sun",
"Mon",
"Tue",
"Wed",
"Thu",
"Fri",
"Sat"
]
},
"editor": {
"close": "Close",
"create": {
"button": "New",
"submit": "Create",
"title": "Create new entry"
},
"edit": {
"button": "Edit",
"submit": "Update",
"title": "Edit entry"
},
"multi": {
"restore": "Undo changes",
"title": "Multiple values",
"noMulti": "This input can be edited individually, but not part of a group.",
"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."
},
"remove": {
"button": "Delete",
"submit": "Delete",
"title": "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&lt;\\/a&gt;).</a>"
}
},
"loadingRecords": "Loading...",
"processing": "Processing...",
"decimal": ".",
"emptyTable": "No data available in table",
"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"
}
},
"zeroRecords": "No matching records found",
"stateRestore": {
"creationModal": {
"button": "Create",
"columns": {
"search": "Column search",
"visible": "Column visibility"
},
"name": "Name:",
"order": "Sorting",
"paging": "Paging",
"search": "Search",
"searchBuilder": "Search builder",
"select": "Select",
"title": "Create new state",
"toggleLabel": "Include:",
"scroller": "Scroll position"
},
"duplicateError": "A state with this name already exists.",
"emptyError": "Name cannot be empty.",
"emptyStates": "No saved states",
"removeConfirm": "Are you sure you want to remove %s?",
"removeError": "Failed to remove state.",
"removeJoiner": "and",
"removeSubmit": "Remove",
"removeTitle": "Remove state",
"renameButton": "Rename",
"renameLabel": "New name for %s:",
"renameTitle": "Rename state"
},
"info": "Showing _START_ to _END_ of _TOTAL_ entries",
"infoEmpty": "Showing 0 to 0 of 0 entries",
"infoFiltered": "(filtered from _MAX_ total entries)",
"lengthMenu": "Show _MENU_ entries",
"aria": {
"sortAscending": ": activate to sort column ascending",
"sortDescending": ": activate to sort column descending"
}
}

View File

@@ -17,7 +17,7 @@
"sortDescending": ": activeer om kolom aflopend te sorteren"
},
"autoFill": {
"fill": "Vul alle cellen met <i>%d<\/i>",
"fill": "Vul alle cellen met <i>%d</i>",
"fillHorizontal": "Vul cellen horizontaal",
"fillVertical": "Vul cellen verticaal",
"cancel": "Annuleren",
@@ -168,20 +168,32 @@
"Vr",
"Za"
],
"months": [
"Januari",
"Februari",
"Maart",
"April",
"Mei",
"Juni",
"Juli",
"Augustus",
"September",
"Oktober",
"November",
"December"
]
"months": {
"0": "Januari",
"1": "Februari",
"2": "Maart",
"3": "April",
"4": "Mei",
"5": "Juni",
"6": "Juli",
"7": "Augustus",
"8": "September",
"9": "Oktober",
"10": "November",
"11": "December",
"0": "January",
"1": "February",
"10": "November",
"11": "December",
"2": "March",
"3": "April",
"4": "May",
"5": "June",
"6": "July",
"7": "August",
"8": "September",
"9": "October"
}
},
"editor": {
"close": "Sluiten",
@@ -243,4 +255,4 @@
"renameLabel": "Nieuwe naam voor staat",
"renameTitle": "Hernoem staat"
}
}
}

View File

@@ -19,16 +19,17 @@
},
"autoFill": {
"cancel": "Anuluj",
"fill": "Wypełnij wszystkie komórki <i>%d<\/i>",
"fill": "Wypełnij wszystkie komórki <i>%d</i>",
"fillHorizontal": "Wypełnij komórki w poziomie",
"fillVertical": "Wypełnij komórki w pionie"
"fillVertical": "Wypełnij komórki w pionie",
"info": "AutoFill info example"
},
"buttons": {
"collection": "Zbiór <span class=\"ui-button-icon-primary ui-icon ui-icon-triangle-1-s\"><\/span>",
"collection": "Zbiór <span class=\"ui-button-icon-primary ui-icon ui-icon-triangle-1-s\"></span>",
"colvis": "Widoczność kolumny",
"colvisRestore": "Przywróć widoczność",
"copy": "Kopiuj",
"copyKeys": "Naciśnij Ctrl lub u2318 + C, aby skopiować dane tabeli do schowka systemowego. <br \/> <br \/> Aby anulować, kliknij tę wiadomość lub naciśnij Esc.",
"copyKeys": "Naciśnij Ctrl lub u2318 + C, aby skopiować dane tabeli do schowka systemowego. <br /> <br /> Aby anulować, kliknij tę wiadomość lub naciśnij Esc.",
"copySuccess": {
"1": "Skopiowano 1 wiersz do schowka",
"_": "Skopiowano %d wierszy do schowka"
@@ -38,7 +39,8 @@
"excel": "Excel",
"pageLength": {
"-1": "Pokaż wszystkie wiersze",
"_": "Pokaż %d wierszy"
"_": "Pokaż %d wierszy",
"1": "Show 1 row"
},
"pdf": "PDF",
"print": "Drukuj",
@@ -163,7 +165,7 @@
"title": "Aktualizacja wpisu"
},
"error": {
"system": "Nastąpił błąd systemu (<a target=\"\\\" rel=\"\\ nofollow\" href=\"\\\">Więcej informacji&lt;\\\/a&gt;).<\/a>"
"system": "Nastąpił błąd systemu (<a target=\"\\\" rel=\"\\ nofollow\" href=\"\\\">Więcej informacji&lt;\\/a&gt;).</a>"
},
"multi": {
"info": "Wybrane pole zawiera wiele elementów z różnymi wartościami. Aby zmienić ich wartość kliknij w nie, inaczej zachowane zostaną ich wartości domyślne.",
@@ -203,6 +205,10 @@
"columns": {
"_": "zaznaczono %d kolumn",
"1": "zaznaczono %d kolumnę"
},
"rows": {
"1": "1 row selected",
"_": "%d rows selected"
}
},
"stateRestore": {
@@ -237,4 +243,4 @@
"decimal": ",",
"infoThousands": " ",
"thousands": " "
}
}

View File

@@ -0,0 +1,246 @@
{
"search": "Search:",
"paginate": {
"first": "First",
"previous": "Previous",
"next": "Next",
"last": "Last"
},
"autoFill": {
"cancel": "Cancel",
"fill": "Fill all cells with <i>%d</i>",
"fillHorizontal": "Fill cells horizontally",
"fillVertical": "Fill cells vertically",
"info": "AutoFill info example"
},
"buttons": {
"colvis": "Column visibility",
"copy": "Copy",
"copyTitle": "Copy to clipboard",
"csv": "CSV",
"excel": "Excel",
"pdf": "PDF",
"pageLength": {
"-1": "Show all rows",
"_": "Show %d rows",
"1": "Show 1 row"
},
"print": "Print",
"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"
},
"createState": "Create state",
"removeAllStates": "Remove all states",
"removeState": "Remove",
"renameState": "Rename",
"stateRestore": "State %d",
"updateState": "Update",
"collection": "Collection<span class=\"ui-button-icon-primary ui-icon ui-icon-triangle-1-s\"></span>",
"colvisRestore": "Restore visibility",
"savedStates": "Saved states"
},
"searchBuilder": {
"button": {
"0": "Search builder",
"_": "Search builder (%d)"
},
"clearAll": "Clear all",
"condition": "Condition",
"data": "Data",
"title": {
"0": "Search builder",
"_": "Search builder (%d)"
},
"value": "Value",
"conditions": {
"date": {
"equals": "Equals",
"after": "After",
"before": "Before",
"between": "Between",
"empty": "Empty",
"not": "Not",
"notBetween": "Not between",
"notEmpty": "Not empty"
},
"number": {
"between": "Between",
"empty": "Empty",
"equals": "Equals",
"gt": "Greater than",
"gte": "Greater than or equal to",
"lt": "Less than",
"lte": "Less than or 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": {
"equals": "Equals",
"empty": "Empty",
"contains": "Contains",
"not": "Not",
"notEmpty": "Not empty",
"without": "Without"
}
},
"add": "Add condition",
"deleteTitle": "Delete filtering rule",
"logicAnd": "And",
"logicOr": "Or",
"leftTitle": "Outdent criteria",
"rightTitle": "Indent criteria"
},
"searchPanes": {
"clearMessage": "Clear all",
"collapse": {
"0": "Search panes",
"_": "Search panes (%d)"
},
"count": "{total}",
"countFiltered": "{shown} ({total})",
"emptyPanes": "No search panes",
"loadMessage": "Loading search panes...",
"showMessage": "Show all",
"collapseMessage": "Collapse all",
"title": "Filters active - %d"
},
"infoThousands": ",",
"thousands": ",",
"datetime": {
"amPm": [
"AM",
"PM"
],
"minutes": "Minute",
"months": {
"0": "January",
"1": "February",
"10": "November",
"11": "December",
"2": "March",
"3": "April",
"4": "May",
"5": "June",
"6": "July",
"7": "August",
"8": "September",
"9": "October"
},
"seconds": "Second",
"previous": "Previous",
"next": "Next",
"hours": "Hour",
"unknown": "-",
"weekdays": [
"Sun",
"Mon",
"Tue",
"Wed",
"Thu",
"Fri",
"Sat"
]
},
"editor": {
"close": "Close",
"create": {
"button": "New",
"submit": "Create",
"title": "Create new entry"
},
"edit": {
"button": "Edit",
"submit": "Update",
"title": "Edit entry"
},
"multi": {
"restore": "Undo changes",
"title": "Multiple values",
"noMulti": "This input can be edited individually, but not part of a group.",
"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."
},
"remove": {
"button": "Delete",
"submit": "Delete",
"title": "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&lt;\\/a&gt;).</a>"
}
},
"loadingRecords": "Loading...",
"processing": "Processing...",
"decimal": ".",
"emptyTable": "No data available in table",
"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"
}
},
"zeroRecords": "No matching records found",
"stateRestore": {
"creationModal": {
"button": "Create",
"columns": {
"search": "Column search",
"visible": "Column visibility"
},
"name": "Name:",
"order": "Sorting",
"paging": "Paging",
"search": "Search",
"searchBuilder": "Search builder",
"select": "Select",
"title": "Create new state",
"toggleLabel": "Include:",
"scroller": "Scroll position"
},
"duplicateError": "A state with this name already exists.",
"emptyError": "Name cannot be empty.",
"emptyStates": "No saved states",
"removeConfirm": "Are you sure you want to remove %s?",
"removeError": "Failed to remove state.",
"removeJoiner": "and",
"removeSubmit": "Remove",
"removeTitle": "Remove state",
"renameButton": "Rename",
"renameLabel": "New name for %s:",
"renameTitle": "Rename state"
},
"info": "Showing _START_ to _END_ of _TOTAL_ entries",
"infoEmpty": "Showing 0 to 0 of 0 entries",
"infoFiltered": "(filtered from _MAX_ total entries)",
"lengthMenu": "Show _MENU_ entries",
"aria": {
"sortAscending": ": activate to sort column ascending",
"sortDescending": ": activate to sort column descending"
}
}

View File

@@ -0,0 +1,246 @@
{
"search": "Search:",
"paginate": {
"first": "First",
"previous": "Previous",
"next": "Next",
"last": "Last"
},
"autoFill": {
"cancel": "Cancel",
"fill": "Fill all cells with <i>%d</i>",
"fillHorizontal": "Fill cells horizontally",
"fillVertical": "Fill cells vertically",
"info": "AutoFill info example"
},
"buttons": {
"colvis": "Column visibility",
"copy": "Copy",
"copyTitle": "Copy to clipboard",
"csv": "CSV",
"excel": "Excel",
"pdf": "PDF",
"pageLength": {
"-1": "Show all rows",
"_": "Show %d rows",
"1": "Show 1 row"
},
"print": "Print",
"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"
},
"createState": "Create state",
"removeAllStates": "Remove all states",
"removeState": "Remove",
"renameState": "Rename",
"stateRestore": "State %d",
"updateState": "Update",
"collection": "Collection<span class=\"ui-button-icon-primary ui-icon ui-icon-triangle-1-s\"></span>",
"colvisRestore": "Restore visibility",
"savedStates": "Saved states"
},
"searchBuilder": {
"button": {
"0": "Search builder",
"_": "Search builder (%d)"
},
"clearAll": "Clear all",
"condition": "Condition",
"data": "Data",
"title": {
"0": "Search builder",
"_": "Search builder (%d)"
},
"value": "Value",
"conditions": {
"date": {
"equals": "Equals",
"after": "After",
"before": "Before",
"between": "Between",
"empty": "Empty",
"not": "Not",
"notBetween": "Not between",
"notEmpty": "Not empty"
},
"number": {
"between": "Between",
"empty": "Empty",
"equals": "Equals",
"gt": "Greater than",
"gte": "Greater than or equal to",
"lt": "Less than",
"lte": "Less than or 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": {
"equals": "Equals",
"empty": "Empty",
"contains": "Contains",
"not": "Not",
"notEmpty": "Not empty",
"without": "Without"
}
},
"add": "Add condition",
"deleteTitle": "Delete filtering rule",
"logicAnd": "And",
"logicOr": "Or",
"leftTitle": "Outdent criteria",
"rightTitle": "Indent criteria"
},
"searchPanes": {
"clearMessage": "Clear all",
"collapse": {
"0": "Search panes",
"_": "Search panes (%d)"
},
"count": "{total}",
"countFiltered": "{shown} ({total})",
"emptyPanes": "No search panes",
"loadMessage": "Loading search panes...",
"showMessage": "Show all",
"collapseMessage": "Collapse all",
"title": "Filters active - %d"
},
"infoThousands": ",",
"thousands": ",",
"datetime": {
"amPm": [
"AM",
"PM"
],
"minutes": "Minute",
"months": {
"0": "January",
"1": "February",
"10": "November",
"11": "December",
"2": "March",
"3": "April",
"4": "May",
"5": "June",
"6": "July",
"7": "August",
"8": "September",
"9": "October"
},
"seconds": "Second",
"previous": "Previous",
"next": "Next",
"hours": "Hour",
"unknown": "-",
"weekdays": [
"Sun",
"Mon",
"Tue",
"Wed",
"Thu",
"Fri",
"Sat"
]
},
"editor": {
"close": "Close",
"create": {
"button": "New",
"submit": "Create",
"title": "Create new entry"
},
"edit": {
"button": "Edit",
"submit": "Update",
"title": "Edit entry"
},
"multi": {
"restore": "Undo changes",
"title": "Multiple values",
"noMulti": "This input can be edited individually, but not part of a group.",
"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."
},
"remove": {
"button": "Delete",
"submit": "Delete",
"title": "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&lt;\\/a&gt;).</a>"
}
},
"loadingRecords": "Loading...",
"processing": "Processing...",
"decimal": ".",
"emptyTable": "No data available in table",
"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"
}
},
"zeroRecords": "No matching records found",
"stateRestore": {
"creationModal": {
"button": "Create",
"columns": {
"search": "Column search",
"visible": "Column visibility"
},
"name": "Name:",
"order": "Sorting",
"paging": "Paging",
"search": "Search",
"searchBuilder": "Search builder",
"select": "Select",
"title": "Create new state",
"toggleLabel": "Include:",
"scroller": "Scroll position"
},
"duplicateError": "A state with this name already exists.",
"emptyError": "Name cannot be empty.",
"emptyStates": "No saved states",
"removeConfirm": "Are you sure you want to remove %s?",
"removeError": "Failed to remove state.",
"removeJoiner": "and",
"removeSubmit": "Remove",
"removeTitle": "Remove state",
"renameButton": "Rename",
"renameLabel": "New name for %s:",
"renameTitle": "Rename state"
},
"info": "Showing _START_ to _END_ of _TOTAL_ entries",
"infoEmpty": "Showing 0 to 0 of 0 entries",
"infoFiltered": "(filtered from _MAX_ total entries)",
"lengthMenu": "Show _MENU_ entries",
"aria": {
"sortAscending": ": activate to sort column ascending",
"sortDescending": ": activate to sort column descending"
}
}

View File

@@ -0,0 +1,246 @@
{
"search": "Search:",
"paginate": {
"first": "First",
"previous": "Previous",
"next": "Next",
"last": "Last"
},
"autoFill": {
"cancel": "Cancel",
"fill": "Fill all cells with <i>%d</i>",
"fillHorizontal": "Fill cells horizontally",
"fillVertical": "Fill cells vertically",
"info": "AutoFill info example"
},
"buttons": {
"colvis": "Column visibility",
"copy": "Copy",
"copyTitle": "Copy to clipboard",
"csv": "CSV",
"excel": "Excel",
"pdf": "PDF",
"pageLength": {
"-1": "Show all rows",
"_": "Show %d rows",
"1": "Show 1 row"
},
"print": "Print",
"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"
},
"createState": "Create state",
"removeAllStates": "Remove all states",
"removeState": "Remove",
"renameState": "Rename",
"stateRestore": "State %d",
"updateState": "Update",
"collection": "Collection<span class=\"ui-button-icon-primary ui-icon ui-icon-triangle-1-s\"></span>",
"colvisRestore": "Restore visibility",
"savedStates": "Saved states"
},
"searchBuilder": {
"button": {
"0": "Search builder",
"_": "Search builder (%d)"
},
"clearAll": "Clear all",
"condition": "Condition",
"data": "Data",
"title": {
"0": "Search builder",
"_": "Search builder (%d)"
},
"value": "Value",
"conditions": {
"date": {
"equals": "Equals",
"after": "After",
"before": "Before",
"between": "Between",
"empty": "Empty",
"not": "Not",
"notBetween": "Not between",
"notEmpty": "Not empty"
},
"number": {
"between": "Between",
"empty": "Empty",
"equals": "Equals",
"gt": "Greater than",
"gte": "Greater than or equal to",
"lt": "Less than",
"lte": "Less than or 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": {
"equals": "Equals",
"empty": "Empty",
"contains": "Contains",
"not": "Not",
"notEmpty": "Not empty",
"without": "Without"
}
},
"add": "Add condition",
"deleteTitle": "Delete filtering rule",
"logicAnd": "And",
"logicOr": "Or",
"leftTitle": "Outdent criteria",
"rightTitle": "Indent criteria"
},
"searchPanes": {
"clearMessage": "Clear all",
"collapse": {
"0": "Search panes",
"_": "Search panes (%d)"
},
"count": "{total}",
"countFiltered": "{shown} ({total})",
"emptyPanes": "No search panes",
"loadMessage": "Loading search panes...",
"showMessage": "Show all",
"collapseMessage": "Collapse all",
"title": "Filters active - %d"
},
"infoThousands": ",",
"thousands": ",",
"datetime": {
"amPm": [
"AM",
"PM"
],
"minutes": "Minute",
"months": {
"0": "January",
"1": "February",
"10": "November",
"11": "December",
"2": "March",
"3": "April",
"4": "May",
"5": "June",
"6": "July",
"7": "August",
"8": "September",
"9": "October"
},
"seconds": "Second",
"previous": "Previous",
"next": "Next",
"hours": "Hour",
"unknown": "-",
"weekdays": [
"Sun",
"Mon",
"Tue",
"Wed",
"Thu",
"Fri",
"Sat"
]
},
"editor": {
"close": "Close",
"create": {
"button": "New",
"submit": "Create",
"title": "Create new entry"
},
"edit": {
"button": "Edit",
"submit": "Update",
"title": "Edit entry"
},
"multi": {
"restore": "Undo changes",
"title": "Multiple values",
"noMulti": "This input can be edited individually, but not part of a group.",
"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."
},
"remove": {
"button": "Delete",
"submit": "Delete",
"title": "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&lt;\\/a&gt;).</a>"
}
},
"loadingRecords": "Loading...",
"processing": "Processing...",
"decimal": ".",
"emptyTable": "No data available in table",
"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"
}
},
"zeroRecords": "No matching records found",
"stateRestore": {
"creationModal": {
"button": "Create",
"columns": {
"search": "Column search",
"visible": "Column visibility"
},
"name": "Name:",
"order": "Sorting",
"paging": "Paging",
"search": "Search",
"searchBuilder": "Search builder",
"select": "Select",
"title": "Create new state",
"toggleLabel": "Include:",
"scroller": "Scroll position"
},
"duplicateError": "A state with this name already exists.",
"emptyError": "Name cannot be empty.",
"emptyStates": "No saved states",
"removeConfirm": "Are you sure you want to remove %s?",
"removeError": "Failed to remove state.",
"removeJoiner": "and",
"removeSubmit": "Remove",
"removeTitle": "Remove state",
"renameButton": "Rename",
"renameLabel": "New name for %s:",
"renameTitle": "Rename state"
},
"info": "Showing _START_ to _END_ of _TOTAL_ entries",
"infoEmpty": "Showing 0 to 0 of 0 entries",
"infoFiltered": "(filtered from _MAX_ total entries)",
"lengthMenu": "Show _MENU_ entries",
"aria": {
"sortAscending": ": activate to sort column ascending",
"sortDescending": ": activate to sort column descending"
}
}

View File

@@ -24,7 +24,8 @@
"copyTitle": "Kopjo në Clipboard",
"pageLength": {
"_": "Shfaq %d rreshta",
"-1": "Shfaq të gjithë rreshtat"
"-1": "Shfaq të gjithë rreshtat",
"1": "Show 1 row"
},
"createState": "Krijo Gjendje",
"removeAllStates": "Shlyej Të Gjitha Gjendjet",
@@ -79,7 +80,8 @@
"fill": "Plotëso",
"fillHorizontal": "Plotëso rreshtat",
"fillVertical": "Plotëso kolonat",
"cancel": "Anulo"
"cancel": "Anulo",
"info": "AutoFill info example"
},
"decimal": ",",
"editor": {
@@ -95,7 +97,7 @@
"title": "Modifiko një të dhënë ekzistuese"
},
"error": {
"system": "Ka ndodhur një gabim në sistem. (<a target=\"\\\" rel=\"\\ nofollow\" href=\"\\\">Më shumë informacion&lt;\\\/a&gt;).<\/a>"
"system": "Ka ndodhur një gabim në sistem. (<a target=\"\\\" rel=\"\\ nofollow\" href=\"\\\">Më shumë informacion&lt;\\/a&gt;).</a>"
},
"multi": {
"restore": "Zhbëj ndryshimet",
@@ -131,7 +133,7 @@
"array": {
"contains": "përmban",
"empty": "bosh",
"equals": "i\/e barabartë",
"equals": "i/e barabartë",
"not": "jo",
"notEmpty": "jo bosh",
"without": "pa"
@@ -141,7 +143,7 @@
"before": "para",
"between": "ndërmjet",
"empty": "bosh",
"equals": "i\/e barabartë",
"equals": "i/e barabartë",
"not": "jo",
"notBetween": "jo ndërmjet",
"notEmpty": "jo bosh"
@@ -149,11 +151,11 @@
"number": {
"between": "ndërmjet",
"empty": "bosh",
"equals": "i\/e barabartë\"",
"gt": "më i\/e madh\/e se",
"gte": "më i\/e madh\/e ose i\/e barabartë me",
"lt": "më i\/e vogël se",
"lte": "më i\/e madh\/e ose i\/e barabartë me",
"equals": "i/e barabartë\"",
"gt": "më i/e madh/e se",
"gte": "më i/e madh/e ose i/e barabartë me",
"lt": "më i/e vogël se",
"lte": "më i/e madh/e ose i/e barabartë me",
"not": "jo",
"notBetween": "jo ndërmjet",
"notEmpty": "jo bosh"
@@ -162,7 +164,7 @@
"contains": "përmban",
"empty": "bosh",
"endsWith": "mbaron me",
"equals": "i\/e barabartë",
"equals": "i/e barabartë",
"not": "jo",
"notEmpty": "jo bosh",
"startsWith": "fillon me",
@@ -179,7 +181,9 @@
"_": "Logjikë kërkimi (%d)",
"0": "Logjikë kërkimi"
},
"value": "Vlera"
"value": "Vlera",
"leftTitle": "Outdent criteria",
"rightTitle": "Indent criteria"
},
"searchPanes": {
"clearMessage": "Pastro të gjitha",
@@ -203,6 +207,10 @@
"columns": {
"_": "%d kolona të zgjedhura",
"1": "1 kolonë e zgjedhur"
},
"rows": {
"1": "1 row selected",
"_": "%d rows selected"
}
},
"zeroRecords": "Nuk u gjet asnjë e dhënë",
@@ -236,4 +244,4 @@
"renameLabel": "Emri i ri për %s:",
"renameTitle": "Riemërto Gjendje"
}
}
}

View File

@@ -41,7 +41,7 @@
}
},
"error": {
"system": "Pojavila se sistemska greška (<a target=\"\\\" rel=\"nofollow\" href=\"\\\">Više informacija<\/a>)."
"system": "Pojavila se sistemska greška (<a target=\"\\\" rel=\"nofollow\" href=\"\\\">Više informacija</a>)."
},
"multi": {
"title": "Višestruke vrednosti",
@@ -52,15 +52,16 @@
},
"autoFill": {
"cancel": "Otkaži",
"fill": "Popuni sve ćelije sa <i>%d<\/i>",
"fill": "Popuni sve ćelije sa <i>%d</i>",
"fillHorizontal": "Popuni ćelije horizontalno",
"fillVertical": "Popuni ćelije vertikalno"
"fillVertical": "Popuni ćelije vertikalno",
"info": "AutoFill info example"
},
"buttons": {
"collection": "Kolekcija <span class=\"ui-button-icon-primary ui-icon ui-icon-triangle-1-s\"><\/span>",
"collection": "Kolekcija <span class=\"ui-button-icon-primary ui-icon ui-icon-triangle-1-s\"></span>",
"colvisRestore": "Vrati vidljivost",
"copy": "Kopiraj",
"copyKeys": "Pritsni ctrl ili u2318 + C da kopiraš tabelu sa podacima u sistemski beležnik <br \/><br \/>Da otkažeš akciju, klikni na ovu poruku ili pritisni ESC na tastaturi.",
"copyKeys": "Pritsni ctrl ili u2318 + C da kopiraš tabelu sa podacima u sistemski beležnik <br /><br />Da otkažeš akciju, klikni na ovu poruku ili pritisni ESC na tastaturi.",
"copySuccess": {
"1": "1 red je kopiran u beležnik",
"_": "Kopirano %d redova"
@@ -182,20 +183,32 @@
"Pet",
"Sub"
],
"months": [
"Januar",
"Februar",
"Mart",
"April",
"Maj",
"Jun",
"Jul",
"Avgust",
"Septembar",
"Oktobar",
"Novembar",
"Decembar"
]
"months": {
"0": "Januar",
"1": "Februar",
"2": "Mart",
"3": "April",
"4": "Maj",
"5": "Jun",
"6": "Jul",
"7": "Avgust",
"8": "Septembar",
"9": "Oktobar",
"10": "Novembar",
"11": "Decembar",
"0": "January",
"1": "February",
"10": "November",
"11": "December",
"2": "March",
"3": "April",
"4": "May",
"5": "June",
"6": "July",
"7": "August",
"8": "September",
"9": "October"
}
},
"stateRestore": {
"creationModal": {
@@ -242,4 +255,4 @@
}
},
"thousands": "."
}
}

View File

@@ -36,11 +36,11 @@
"cancel": "İptal",
"fillHorizontal": "Hücreleri yatay olarak doldur",
"fillVertical": "Hücreleri dikey olarak doldur",
"fill": "Bütün hücreleri <i>%d<\/i> ile doldur",
"fill": "Bütün hücreleri <i>%d</i> ile doldur",
"info": "Detayı"
},
"buttons": {
"collection": "Koleksiyon <span class=\"ui-button-icon-primary ui-icon ui-icon-triangle-1-s\"><\/span>",
"collection": "Koleksiyon <span class=\"ui-button-icon-primary ui-icon ui-icon-triangle-1-s\"></span>",
"colvis": "Sütun görünürlüğü",
"colvisRestore": "Görünürlüğü eski haline getir",
"copySuccess": {
@@ -138,7 +138,7 @@
"_": "Arama Bölmesi (%d)"
},
"count": "{total}",
"countFiltered": "{shown}\/{total}",
"countFiltered": "{shown}/{total}",
"emptyPanes": "Arama Bölmesi yok",
"loadMessage": "Arama Bölmeleri yükleniyor ...",
"title": "Etkin filtreler - %d",
@@ -157,15 +157,15 @@
"previous": "Önceki",
"seconds": "Saniye",
"unknown": "Bilinmeyen",
"weekdays": {
"6": "Paz",
"5": "Cmt",
"4": "Cum",
"3": "Per",
"2": "Çar",
"1": "Sal",
"0": "Pzt"
},
"weekdays": [
"Sun",
"Mon",
"Tue",
"Wed",
"Thu",
"Fri",
"Sat"
],
"months": {
"9": "Ekim",
"8": "Eylül",
@@ -245,4 +245,4 @@
"emptyTable": "Tabloda veri bulunmuyor",
"searchPlaceholder": "Arayın...",
"infoPostFix": " "
}
}