🌐 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,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)',
]);