From 4627145940cec817f2fecbd1d494b13fbc06ed43 Mon Sep 17 00:00:00 2001 From: Allan Jardine Date: Thu, 17 Jun 2021 10:40:52 +0100 Subject: [PATCH] i18n: Latest translations --- i18n/es-ar.json | 91 +++++++++++++++++++++++++++++++++++++++++++++++ i18n/es-mx.json | 53 +++++++++++++++++++++++---- i18n/hu.json | 31 +++++++++++++++- i18n/kk.json | 14 +++++++- i18n/mr.json | 13 +++++++ i18n/pt_br.json | 3 +- i18n/zh_Hant.json | 83 ++++++++++++++++++++++++++++++++++++++++-- 7 files changed, 276 insertions(+), 12 deletions(-) create mode 100644 i18n/es-ar.json create mode 100644 i18n/mr.json diff --git a/i18n/es-ar.json b/i18n/es-ar.json new file mode 100644 index 0000000..24e3335 --- /dev/null +++ b/i18n/es-ar.json @@ -0,0 +1,91 @@ +{ + "autoFill": { + "cancel": "Cancelar", + "fill": "Llenar las celdas con %d<\/i><\/i>", + "fillHorizontal": "Llenar las celdas horizontalmente", + "fillVertical": "Llenar las celdas verticalmente" + }, + "decimal": ",", + "emptyTable": "No hay datos disponibles en la Tabla", + "info": "Mostrando _START_ a _END_ de _TOTAL_ Entradas", + "infoEmpty": "Mostrando 0 a 0 de 0 Entradas", + "infoFiltered": "Filtrado de _MAX_ entradas totales", + "infoThousands": ".", + "lengthMenu": "Mostrar _MENU_ entradas", + "loadingRecords": "Cargando...", + "paginate": { + "first": "Primera", + "last": "Ultima", + "next": "Siguiente", + "previous": "Anterior" + }, + "processing": "Procesando...", + "search": "Busqueda:", + "searchBuilder": { + "add": "Agregar condición", + "button": { + "0": "Constructor de búsqueda", + "_": "Constructor de búsqueda (%d)" + }, + "clearAll": "Quitar todo", + "condition": "Condición", + "conditions": { + "date": { + "after": "Luego", + "before": "Luego", + "between": "Entre", + "empty": "Vacio", + "equals": "Igual" + } + }, + "data": "Datos", + "deleteTitle": "Borrar regla de filtrado", + "leftTitle": "Criterio de alargado", + "logicAnd": "Y", + "logicOr": "O", + "rightTitle": "Criterio de endentado", + "title": { + "0": "Constructor de búsqueda", + "_": "Constructor de búsqueda (%d)" + }, + "value": "Valor" + }, + "searchPlaceholder": "Ingrese caracteres de busqueda", + "thousands": ".", + "zeroRecords": "No se encontraron registros que coincidan con la búsqueda", + "datetime": { + "previous": "Anterior", + "next": "Siguiente", + "hours": "Hora", + "minutes": "Minuto", + "seconds": "Segundo" + }, + "editor": { + "close": "Cerrar", + "create": { + "button": "Nuevo", + "title": "Crear nueva entrada", + "submit": "Crear" + }, + "edit": { + "button": "Editar", + "title": "Editar entrada", + "submit": "Actualizar" + }, + "remove": { + "button": "Borrar", + "title": "Borrar", + "submit": "Borrar", + "confirm": { + "_": "Está seguro que desea borrar %d filas?", + "1": "Está seguro que desea borrar 1 fila?" + } + }, + "multi": { + "title": "Múltiples valores", + "info": "La selección contiene diferentes valores para esta entrada. Para editarla y establecer todos los items al mismo valor, clickear o tocar aquí, de otra manera conservarán sus valores individuales.", + "restore": "Deshacer cambios", + "noMulti": "Esta entrada se puede editar individualmente, pero no como parte de un grupo." + } + } +} \ No newline at end of file diff --git a/i18n/es-mx.json b/i18n/es-mx.json index 9de2d1c..29af4fb 100644 --- a/i18n/es-mx.json +++ b/i18n/es-mx.json @@ -7,7 +7,7 @@ "cancel": "Cancelar", "fill": "Rellene todas las celdas con %d<\\\/i><\/i>", "fillHorizontal": "Rellenar celdas horizontalmente", - "fillVertical": "Rellenar celdas verticalmentemente" + "fillVertical": "Rellenar celdas verticalmente" }, "buttons": { "collection": "Colección", @@ -64,7 +64,48 @@ "0": "Constructor de búsqueda", "_": "Constructor de búsqueda (%d)" }, - "value": "Valor" + "value": "Valor", + "conditions": { + "date": { + "after": "Después", + "before": "Antes", + "between": "Entre", + "empty": "Vacío", + "equals": "Igual a", + "not": "Diferente de", + "notBetween": "No entre", + "notEmpty": "No vacío" + }, + "number": { + "between": "Entre", + "empty": "Vacío", + "equals": "Igual a", + "gt": "Mayor a", + "gte": "Mayor o igual a", + "lt": "Menor que", + "lte": "Menor o igual a", + "not": "Diferente de", + "notBetween": "No entre", + "notEmpty": "No vacío" + }, + "string": { + "contains": "Contiene", + "empty": "Vacío", + "endsWith": "Termina con", + "equals": "Igual a", + "not": "Diferente de", + "notEmpty": "Nop vacío", + "startsWith": "Inicia con" + }, + "array": { + "equals": "Igual a", + "empty": "Vacío", + "contains": "Contiene", + "not": "Diferente", + "notEmpty": "No vacío", + "without": "Sin" + } + } }, "searchPanes": { "clearMessage": "Borrar todo", @@ -73,10 +114,10 @@ "_": "Paneles de búsqueda (%d)" }, "count": "{total}", - "countFiltered": "{shown} ({total}", "emptyPanes": "Sin paneles de búsqueda", "loadMessage": "Cargando paneles de búsqueda", - "title": "Filtros Activos - %d" + "title": "Filtros Activos - %d", + "countFiltered": "{shown} ({total})" }, "select": { "1": "%d fila seleccionada", @@ -94,7 +135,6 @@ "zeroRecords": "No se encontraron resultados", "datetime": { "previous": "Anterior", - "next": "Proximo", "hours": "Horas", "minutes": "Minutos", "seconds": "Segundos", @@ -102,7 +142,8 @@ "amPm": [ "am", "pm" - ] + ], + "next": "Siguiente" }, "editor": { "close": "Cerrar", diff --git a/i18n/hu.json b/i18n/hu.json index fa242a2..b5871b6 100644 --- a/i18n/hu.json +++ b/i18n/hu.json @@ -125,5 +125,34 @@ "loadMessage": "Szűrőpanelek betöltése", "title": "Aktív szűrőpanelek: %d" }, - "searchPlaceholder": "keresés" + "searchPlaceholder": "keresés", + "datetime": { + "previous": "Előző", + "next": "Következő", + "hours": "Óra", + "minutes": "Perc", + "seconds": "Másodperc", + "amPm": [ + "de.", + "du." + ] + }, + "editor": { + "close": "Bezárás", + "create": { + "button": "Új", + "title": "Új", + "submit": "Létrehozás" + }, + "edit": { + "button": "Módosítás", + "title": "Módosítás", + "submit": "Módosítás" + }, + "remove": { + "button": "Törlés", + "title": "Törlés", + "submit": "Törlés" + } + } } \ No newline at end of file diff --git a/i18n/kk.json b/i18n/kk.json index 549baa3..19dc9da 100644 --- a/i18n/kk.json +++ b/i18n/kk.json @@ -17,5 +17,17 @@ "aria": { "sortAscending": ": өсімі бойынша бағанды сұрыптау үшін активациялау", "sortDescending": ": кемуі бойынша бағанды сұрыптау үшін активациялау" - } + }, + "autoFill": { + "cancel": "Доғару", + "fill": "Толықтыру", + "fillHorizontal": "Көлденең толтыру", + "fillVertical": "Тігінен толтыру" + }, + "buttons": { + "colvis": "Баған көрнісі", + "colvisRestore": "Қалпына келтіру", + "copy": "Нұсқалау" + }, + "searchPlaceholder": "Үлгі" } \ No newline at end of file diff --git a/i18n/mr.json b/i18n/mr.json new file mode 100644 index 0000000..ce8f19b --- /dev/null +++ b/i18n/mr.json @@ -0,0 +1,13 @@ +{ + "decimal": ".", + "emptyTable": "नोंदी मिळाल्या नाहीत ", + "info": "_TOTAL_ पैकी _START_ ते _END_ नोंदी दाखवत आहोत ", + "infoEmpty": "0 पैकी 0 ते 0 नोंदी दाखवत आहोत ", + "infoFiltered": "एकूण _MAX_ नोंदींमधून मधून निवडलेल्या", + "lengthMenu": "_MENU_ नोंदी दाखवा", + "loadingRecords": "लोड होत आहेत ...", + "processing": "प्रगतीपथावर", + "search": "शोधा: ", + "thousands": ",", + "zeroRecords": "जुळणाऱ्या नोंदी मिळाल्या नाहीत" +} \ No newline at end of file diff --git a/i18n/pt_br.json b/i18n/pt_br.json index be0475c..1b1e754 100644 --- a/i18n/pt_br.json +++ b/i18n/pt_br.json @@ -33,7 +33,8 @@ "columns": { "1": "1 coluna selecionada", "_": "%d colunas selecionadas" - } + }, + "0": "Nenhuma linha selecionada" }, "buttons": { "copySuccess": { diff --git a/i18n/zh_Hant.json b/i18n/zh_Hant.json index 4b65c3c..588a021 100644 --- a/i18n/zh_Hant.json +++ b/i18n/zh_Hant.json @@ -37,11 +37,63 @@ }, "searchBuilder": { "add": "新增條件", - "clearAll": "清除", "condition": "條件", "deleteTitle": "刪除過濾條件", - "leftTitle": "升級", - "rightTitle": "降級" + "button": { + "_": "複合查詢 (%d)", + "0": "複合查詢" + }, + "clearAll": "清空", + "conditions": { + "array": { + "contains": "含有", + "empty": "為空", + "equals": "等於", + "not": "不為", + "notEmpty": "不為空" + }, + "date": { + "after": "大於", + "before": "小於", + "between": "在其中", + "empty": "為空", + "equals": "等於", + "not": "不為", + "notBetween": "不在其中", + "notEmpty": "不為空" + }, + "number": { + "between": "在其中", + "empty": "為空", + "equals": "等於", + "gt": "大於", + "gte": "大於等於", + "lt": "小於", + "lte": "小於等於", + "not": "不為", + "notBetween": "不在其中", + "notEmpty": "不為空" + }, + "string": { + "contains": "含有", + "empty": "為空", + "endsWith": "字尾為", + "equals": "等於", + "not": "不為", + "notEmpty": "不為空", + "startsWith": "字首為" + } + }, + "data": "欄位", + "leftTitle": "群組條件", + "logicAnd": "且", + "logicOr": "或", + "rightTitle": "取消群組", + "title": { + "_": "複合查詢 (%d)", + "0": "複合查詢" + }, + "value": "內容" }, "editor": { "close": "關閉", @@ -66,6 +118,31 @@ }, "multi": { "restore": "回復修改" + }, + "error": { + "system": "系統發生錯誤(更多資訊)" } + }, + "autoFill": { + "cancel": "取消" + }, + "buttons": { + "copySuccess": { + "_": "複製了 %d 筆資料", + "1": "複製了 1 筆資料" + }, + "copyTitle": "已經複製到剪貼簿", + "excel": "Excel", + "pdf": "PDF", + "print": "列印" + }, + "searchPanes": { + "collapse": { + "_": "搜尋面版 (%d)", + "0": "搜尋面版" + }, + "emptyPanes": "沒搜尋面版", + "loadMessage": "載入搜尋面版中...", + "clearMessage": "清空" } } \ No newline at end of file