🌐 ES localization

This commit is contained in:
Timothee
2024-11-05 17:35:09 +01:00
parent f90bd81e15
commit 311c5d0d51
67 changed files with 835 additions and 879 deletions

View File

@@ -1,13 +1,11 @@
<?php
/**
* Localized data
* Spanish Localized data
*
* @copyright Copyright (C) 2010-2024 Combodo SAS
* @license https://opensource.org/licenses/AGPL-3.0
*
*/
/**
*
* @author Miguel Turrubiates <miguel_tf@yahoo.com>
* @notas Utilizar codificación UTF-8 para mostrar acentos y otros caracteres especiales
*/
Dict::Add('ES CR', 'Spanish', 'Español, Castellano', [
'UI:Component:Breadcrumbs:PreviousItemsListToggler:Label' => 'Páginas anteriores',

View File

@@ -10,8 +10,8 @@
*
*/
Dict::Add('ES CR', 'Spanish', 'Español, Castellano', [
'UI:Datatables:Column:RowActions:Description' => '~~',
'UI:Datatables:Column:RowActions:Label' => '~~',
'UI:Datatables:Column:RowActions:Description' => 'Descripción',
'UI:Datatables:Column:RowActions:Label' => 'Etiqueda',
'UI:Datatables:Language:DisplayLength:All' => 'Todos',
'UI:Datatables:Language:EmptyTable' => 'Sin datos disponibles en esta tabla',
'UI:Datatables:Language:Error' => 'Un error ocurrió mientras se ejecutaba la consulta',
@@ -22,6 +22,6 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellano', [
'UI:Datatables:Language:Sort:Ascending' => 'habilitar ordenamiento ascendente',
'UI:Datatables:Language:Sort:Descending' => 'habilitar ordenamiento descendente',
'UI:Datatables:Language:ZeroRecords' => 'Sin Resultados',
'UI:Datatables:RowActions:ConfirmationDialog' => 'Action Confirmation~~',
'UI:Datatables:RowActions:ConfirmationMessage' => 'Do you confirm action ?~~',
'UI:Datatables:RowActions:ConfirmationDialog' => 'Confirmación de acción',
'UI:Datatables:RowActions:ConfirmationMessage' => '¿Confirma la acción?',
]);

View File

@@ -1,13 +1,11 @@
<?php
/**
* Localized data
* Spanish Localized data
*
* @copyright Copyright (C) 2010-2024 Combodo SAS
* @license https://opensource.org/licenses/AGPL-3.0
*
*/
/**
*
* @author Miguel Turrubiates <miguel_tf@yahoo.com>
* @notas Utilizar codificación UTF-8 para mostrar acentos y otros caracteres especiales
*/
Dict::Add('ES CR', 'Spanish', 'Español, Castellano', [
'UI:Component:Field:BulkModify:UnknownValues:Tooltip' => 'Valores desconocidos',

View File

@@ -1,13 +1,11 @@
<?php
/**
* Localized data
* Spanish Localized data
*
* @copyright Copyright (C) 2010-2024 Combodo SAS
* @license https://opensource.org/licenses/AGPL-3.0
*
*/
/**
*
* @author Miguel Turrubiates <miguel_tf@yahoo.com>
* @notas Utilizar codificación UTF-8 para mostrar acentos y otros caracteres especiales
*/
Dict::Add('ES CR', 'Spanish', 'Español, Castellano', [
'UI:Component:GlobalSearch:HistoryDisabled' => 'El historial está deshabilitado',

View File

@@ -1,16 +1,14 @@
<?php
/**
* Localized data
* Spanish Localized data
*
* @copyright Copyright (C) 2010-2024 Combodo SAS
* @license https://opensource.org/licenses/AGPL-3.0
*
*/
/**
*
* @author Miguel Turrubiates <miguel_tf@yahoo.com>
* @notas Utilizar codificación UTF-8 para mostrar acentos y otros caracteres especiales
*/
Dict::Add('ES CR', 'Spanish', 'Español, Castellano', [
'UI:Component:Input:ChangeNotAllowed' => 'This change is not allowed~~',
'UI:Component:Input:ChangeNotAllowed' => 'Este cmabio no es permitido',
'UI:Component:Input:Password:DoesNotMatch' => 'No coincide la contraseña',
'UI:Component:Input:Set:MinimumItems' => 'Minimum %1$s item(s) required~~',
'UI:Component:Input:Set:MinimumItems' => 'Se requieren %1$s elemento(s) mínimo(s)',
]);

View File

@@ -10,10 +10,10 @@
*
*/
Dict::Add('ES CR', 'Spanish', 'Español, Castellano', [
'UI:Modal:Confirmation:DefaultTitle' => 'Confirmation~~',
'UI:Modal:Informative:Title' => 'Informative Modal~~',
'UI:Modal:InformativeError:Title' => 'Error~~',
'UI:Modal:InformativeInformation:Title' => 'Information~~',
'UI:Modal:InformativeSuccess:Title' => 'Success~~',
'UI:Modal:InformativeWarning:Title' => 'Warning~~',
'UI:Modal:Confirmation:DefaultTitle' => 'Confirmación',
'UI:Modal:Informative:Title' => 'Modalidad Informativa',
'UI:Modal:InformativeError:Title' => 'Error',
'UI:Modal:InformativeInformation:Title' => 'Información',
'UI:Modal:InformativeSuccess:Title' => 'Éxito',
'UI:Modal:InformativeWarning:Title' => 'Advertencia',
]);

View File

@@ -1,13 +1,11 @@
<?php
/**
* Localized data
* Spanish Localized data
*
* @copyright Copyright (C) 2010-2024 Combodo SAS
* @license https://opensource.org/licenses/AGPL-3.0
*
*/
/**
*
* @author Miguel Turrubiates <miguel_tf@yahoo.com>
* @notas Utilizar codificación UTF-8 para mostrar acentos y otros caracteres especiales
*/
Dict::Add('ES CR', 'Spanish', 'Español, Castellano', [
'UI:Component:QuickCreate:HistoryDisabled' => 'El historial está deshabilitado',