From 74d82491b45e2eca322914dde4c354b9c0b2f117 Mon Sep 17 00:00:00 2001 From: Languages add-on Date: Mon, 24 Nov 2025 22:45:02 +0000 Subject: [PATCH] Added translation using Weblate (Hungarian) --- assets/json/datatables_languages/hu.json | 246 +++++++++++++++++++++++ 1 file changed, 246 insertions(+) create mode 100644 assets/json/datatables_languages/hu.json diff --git a/assets/json/datatables_languages/hu.json b/assets/json/datatables_languages/hu.json new file mode 100644 index 000000000..053e07f72 --- /dev/null +++ b/assets/json/datatables_languages/hu.json @@ -0,0 +1,246 @@ +{ + "search": "", + "paginate": { + "first": "", + "previous": "", + "next": "", + "last": "" + }, + "autoFill": { + "cancel": "", + "fill": "", + "fillHorizontal": "", + "fillVertical": "", + "info": "" + }, + "buttons": { + "colvis": "", + "copy": "", + "copyTitle": "", + "csv": "", + "excel": "", + "pdf": "", + "pageLength": { + "-1": "", + "_": "", + "1": "" + }, + "print": "", + "copyKeys": "", + "copySuccess": { + "1": "", + "_": "" + }, + "createState": "", + "removeAllStates": "", + "removeState": "", + "renameState": "", + "stateRestore": "", + "updateState": "", + "collection": "", + "colvisRestore": "", + "savedStates": "" + }, + "searchBuilder": { + "button": { + "0": "", + "_": "" + }, + "clearAll": "", + "condition": "", + "data": "", + "title": { + "0": "", + "_": "" + }, + "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": "", + "_": "" + }, + "count": "", + "countFiltered": "", + "emptyPanes": "", + "loadMessage": "", + "showMessage": "", + "collapseMessage": "", + "title": "" + }, + "infoThousands": "", + "thousands": "", + "datetime": { + "amPm": [ + "", + "" + ], + "minutes": "", + "months": { + "0": "", + "1": "", + "10": "", + "11": "", + "2": "", + "3": "", + "4": "", + "5": "", + "6": "", + "7": "", + "8": "", + "9": "" + }, + "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": { + "_": "", + "1": "" + } + }, + "error": { + "system": "" + } + }, + "loadingRecords": "", + "processing": "", + "decimal": "", + "emptyTable": "", + "select": { + "cells": { + "1": "", + "_": "" + }, + "columns": { + "1": "", + "_": "" + }, + "rows": { + "1": "", + "_": "" + } + }, + "zeroRecords": "", + "stateRestore": { + "creationModal": { + "button": "", + "columns": { + "search": "", + "visible": "" + }, + "name": "", + "order": "", + "paging": "", + "search": "", + "searchBuilder": "", + "select": "", + "title": "", + "toggleLabel": "", + "scroller": "" + }, + "duplicateError": "", + "emptyError": "", + "emptyStates": "", + "removeConfirm": "", + "removeError": "", + "removeJoiner": "", + "removeSubmit": "", + "removeTitle": "", + "renameButton": "", + "renameLabel": "", + "renameTitle": "" + }, + "info": "", + "infoEmpty": "", + "infoFiltered": "", + "lengthMenu": "", + "aria": { + "sortAscending": "", + "sortDescending": "" + } +}