From dbddfae33b94ec3502e5f7a89a799e94fbb27747 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs=20P=C3=A9rez=20Rey=20=28Chuso=29?= Date: Sun, 26 Feb 2023 21:21:19 +0100 Subject: [PATCH] Add Galician datatables translation. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jesús Pérez Rey (Chuso) --- canaille/static/datatables/i18n/gl.json | 32 +++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 canaille/static/datatables/i18n/gl.json diff --git a/canaille/static/datatables/i18n/gl.json b/canaille/static/datatables/i18n/gl.json new file mode 100644 index 00000000..33bf7e05 --- /dev/null +++ b/canaille/static/datatables/i18n/gl.json @@ -0,0 +1,32 @@ + + +{ + "sEmptyTable": "Non hai datos dispoñibles na táboa", + "sInfo": "Mostrando do elemento _START_ ata o _END_ de _TOTAL_ elementos", + "sInfoEmpty": "Mostrando do elemento 0 ó 0 de 0 elementos", + "sInfoFiltered": "(filtrado a partir de _MAX_ elementos en total)", + "sInfoPostFix": "", + "sInfoThousands": " ", + "sLengthMenu": "Mostrar _MENU_ elementos", + "sLoadingRecords": "Cargando...", + "sProcessing": "Procesando...", + "sSearch": "Buscar :", + "sZeroRecords": "Non se atoparon resultados", + "oPaginate": { + "sFirst": "Primeiro", + "sLast": "Último", + "sNext": "Seguinte", + "sPrevious": "Anterior" + }, + "oAria": { + "sSortAscending": ": activar para ordenar a columna en orde ascendente", + "sSortDescending": ": activar para ordenar a columna en orde descendente" + }, + "select": { + "rows": { + "_": "%d liñas seleccionadas", + "0": "Non hai liñas seleccionadas", + "1": "1 liñas seleccionada" + } + } +}