mirror of
https://github.com/grocy/grocy.git
synced 2025-08-29 01:14:24 +00:00
Backup all current translations from Transifex (references #161)
This will serve as a permanent backup of the current translations before migrating them to PO/gettext
This commit is contained in:
10
localization-backup/es/component_translations.php
Normal file
10
localization-backup/es/component_translations.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
'timeago_locale' => 'es',
|
||||
'timeago_nan' => 'Hace NaN años',
|
||||
'moment_locale' => 'es',
|
||||
'datatables_localization' => '{"sEmptyTable":"Sin datos en la tabla","sInfo":"Mostrando de _START_ a _END_ de _TOTAL_ entradas","sInfoEmpty":"Mostrando de 0 a 0 de 0 entradas","sInfoFiltered":"(filtrando a _MAX_ entradas máximas)","sInfoPostFix":"","sInfoThousands":",","sLengthMenu":"Mostrar _MENU_ entradas","sLoadingRecords":"Cargando...","sProcessing":"Procesando...","sSearch":"Buscar:","sZeroRecords":"No se han encontrado resultados coincidentes","oPaginate":{"sFirst":"Primero","sLast":"Último","sNext":"Siguiente","sPrevious":"Anterior"},"oAria":{"sSortAscending":": activar para ordenar ascendentemente","sSortDescending":": activar para ordenar descendentemente"}}',
|
||||
'summernote_locale' => 'es-ES',
|
||||
'fullcalendar_locale' => 'es'
|
||||
);
|
Reference in New Issue
Block a user