🌐 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,44 +1,42 @@
<?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:Links:Add:Button' => 'Add~~',
'UI:Links:Add:Button+' => 'Add a %4$s~~',
'UI:Links:Add:Modal:Title' => 'Add a %4$s to %2$s~~',
'UI:Links:Bulk:LinkExistForAllObjects' => 'All objets are already linked~~',
'UI:Links:Bulk:LinkExistForOneObject' => 'One object is linked~~',
'UI:Links:Bulk:LinkExistForXObjects' => '{count} objects are linked~~',
'UI:Links:Bulk:LinkWillBeCreatedFor1Object' => 'Add to one object~~',
'UI:Links:Bulk:LinkWillBeCreatedForAllObjects' => 'Add to all objects~~',
'UI:Links:Bulk:LinkWillBeCreatedForXObjects' => 'Add {count} objects~~',
'UI:Links:Bulk:LinkWillBeDeletedFrom1Object' => 'Remove from one object~~',
'UI:Links:Bulk:LinkWillBeDeletedFromAllObjects' => 'Remove from all objects~~',
'UI:Links:Bulk:LinkWillBeDeletedFromXObjects' => 'Remove {count} objects~~',
'UI:Links:Create:Button' => 'Create~~',
'UI:Links:Create:Button+' => 'Create a %4$s~~',
'UI:Links:Create:Modal:Title' => 'Create a %4$s in %2$s~~',
'UI:Links:Delete:Button' => 'Delete~~',
'UI:Links:Delete:Button+' => 'Delete this %4$s~~',
'UI:Links:Delete:Modal:Message' => 'Do you really want to delete %5$s?~~',
'UI:Links:Delete:Modal:Title' => 'Delete a %4$s~~',
'UI:Links:ModifyLink:Button' => 'Modify~~',
'UI:Links:ModifyLink:Button+' => 'Modify this link~~',
'UI:Links:ModifyLink:Modal:Title' => 'Modify the link between %2$s and %5$s~~',
'UI:Links:ModifyObject:Button' => 'Modify~~',
'UI:Links:ModifyObject:Button+' => 'Modify this object~~',
'UI:Links:ModifyObject:Modal:Title' => '%5$s~~',
'UI:Links:NewItem' => 'New item~~',
'UI:Links:Object:New:Modal:Title' => 'Create an object~~',
'UI:Links:Remove:Button' => 'Remove~~',
'UI:Links:Remove:Button+' => 'Remove this %4$s~~',
'UI:Links:Remove:Modal:Message' => 'Do you really want to remove %5$s from %2$s?~~',
'UI:Links:Remove:Modal:Title' => 'Remove a %4$s from its %1$s~~',
'UI:Links:Add:Button' => 'Agregar',
'UI:Links:Add:Button+' => 'Agregar un %4$s',
'UI:Links:Add:Modal:Title' => 'Agregar un %4$s a %2$s',
'UI:Links:Bulk:LinkExistForAllObjects' => 'Todos los objetos ya están vinculados.',
'UI:Links:Bulk:LinkExistForOneObject' => 'Un objeto está vinculado',
'UI:Links:Bulk:LinkExistForXObjects' => '{count} objetos están vinculados',
'UI:Links:Bulk:LinkWillBeCreatedFor1Object' => 'Agregar a un objeto',
'UI:Links:Bulk:LinkWillBeCreatedForAllObjects' => 'Agregar a todos los objetos',
'UI:Links:Bulk:LinkWillBeCreatedForXObjects' => 'Añadir {count} objetos',
'UI:Links:Bulk:LinkWillBeDeletedFrom1Object' => 'Quitar de un objeto',
'UI:Links:Bulk:LinkWillBeDeletedFromAllObjects' => 'Eliminar de todos los objetos',
'UI:Links:Bulk:LinkWillBeDeletedFromXObjects' => 'Eliminar {count} objetos',
'UI:Links:Create:Button' => 'Crear',
'UI:Links:Create:Button+' => 'Crear un %4$s',
'UI:Links:Create:Modal:Title' => 'Crear un %4$s en %2$s',
'UI:Links:Delete:Button' => 'Borrar',
'UI:Links:Delete:Button+' => 'Borrar este %4$s',
'UI:Links:Delete:Modal:Message' => '¿Realmente quiere borrar %5$s?',
'UI:Links:Delete:Modal:Title' => 'Borrar un %4$s',
'UI:Links:ModifyLink:Button' => 'Modificar',
'UI:Links:ModifyLink:Button+' => 'Modificar este vínculo',
'UI:Links:ModifyLink:Modal:Title' => 'Modificar el víncule entre %2$s y %5$s',
'UI:Links:ModifyObject:Button' => 'Modificar',
'UI:Links:ModifyObject:Button+' => 'Modificar este objeto',
'UI:Links:ModifyObject:Modal:Title' => '%5$s',
'UI:Links:NewItem' => 'Nuevo elemento',
'UI:Links:Object:New:Modal:Title' => 'Crear un objeto',
'UI:Links:Remove:Button' => 'Eliminar',
'UI:Links:Remove:Button+' => 'Eliminar este %4$s',
'UI:Links:Remove:Modal:Message' => '¿Realmente quiere eliminar %5$s de %2$s?',
'UI:Links:Remove:Modal:Title' => 'Eliminar un %4$s de su %1$s',
]);