Skip to content

Commit

Permalink
update to v4.0.0-rc.3
Browse files Browse the repository at this point in the history
  • Loading branch information
iaguirre committed Nov 11, 2019
1 parent 4321ac5 commit 89667f3
Show file tree
Hide file tree
Showing 17 changed files with 335 additions and 221 deletions.
28 changes: 15 additions & 13 deletions Language/es/CLI.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,22 @@
/**
* CLI language strings.
*
* @package CodeIgniter
* @author Fernán Castro Asensio
* @copyright 2014-2019 British Columbia Institute of Technology (https://bcit.ca/)
* @license https://opensource.org/licenses/MIT MIT License
* @link https://codeigniter.com
* @since Version 4.0.0
* @package CodeIgniter
* @author CodeIgniter Dev Team
* @copyright 2019 CodeIgniter Foundation
* @license https://opensource.org/licenses/MIT MIT License
* @link https://codeigniter.com
* @since Version 4.0.0
* @filesource
*
*
* @codeCoverageIgnore
*/

return [
'helpUsage' => 'Uso:',
'helpDescription' => 'Descripción:',
'helpOptions' => 'Opciones:',
'helpArguments' => 'Argumentos:',
'invalidColor' => 'Inválido {0} color: {1}.',
];
'commandNotFound' => 'Comando "{0}" no encontrado.', // 'Command "{0}" not found.',
'helpUsage' => 'Uso:', // 'Usage:',
'helpDescription' => 'Descripción:', // 'Description:',
'helpOptions' => 'Opciones:', // 'Options:',
'helpArguments' => 'Argumentos:', // 'Arguments:',
'invalidColor' => 'Inválido {0} color: {1}.', // 'Invalid {0} color: {1}.',
];
24 changes: 13 additions & 11 deletions Language/es/Cache.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,20 @@
/**
* Cache language strings.
*
* @package CodeIgniter
* @author Fernán Castro Asensio
* @copyright 2014-2019 British Columbia Institute of Technology (https://bcit.ca/)
* @license https://opensource.org/licenses/MIT MIT License
* @link https://codeigniter.com
* @since Version 4.0.0
* @package CodeIgniter
* @author CodeIgniter Dev Team
* @copyright 2019 CodeIgniter Foundation
* @license https://opensource.org/licenses/MIT MIT License
* @link https://codeigniter.com
* @since Version 4.0.0
* @filesource
*
*
* @codeCoverageIgnore
*/

return [
'invalidHandlers' => 'La configuración de Cache debe tener un array de $validHandlers.',
'noBackup' => 'La configuración de Cache debe tener un manejador y un manejador de respaldo.',
'handlerNotFound' => 'La configuración de Cache tiene un manejador o manejador de respaldo inválido.',
];
'unableToWrite' => 'Cache no pudo escribir a {0}', // 'Cache unable to write to {0}',
'invalidHandlers' => 'La configuración de Cache debe tener un array de $validHandlers.', // 'Cache config must have an array of $validHandlers.',
'noBackup' => 'La configuración de Cache debe tener un manejador y un set de manejador de respaldo.', // 'Cache config must have a handler and backupHandler set.',
'handlerNotFound' => 'La configuración de Cache tiene un manejador o un manejador de respaldo inválidamente especificado', // 'Cache config has an invalid handler or backup handler specified.',
];
26 changes: 13 additions & 13 deletions Language/es/Cast.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,22 @@
/**
* Cast language strings.
*
* @package CodeIgniter
* @author Fernán Castro Asensio
* @copyright 2014-2019 British Columbia Institute of Technology (https://bcit.ca/)
* @license https://opensource.org/licenses/MIT MIT License
* @link https://codeigniter.com
* @since Version 4.0.0
* @package CodeIgniter
* @author CodeIgniter Dev Team
* @copyright 2019 CodeIgniter Foundation
* @license https://opensource.org/licenses/MIT MIT License
* @link https://codeigniter.com
* @since Version 4.0.0
* @filesource
*
*
* @codeCoverageIgnore
*/

return [
'jsonErrorDepth' => 'Se ha excedido el nivel máximo de profundidad',
'jsonErrorStateMismatch' => 'Desbordamiento o desajuste de modo',
'jsonErrorCtrlChar' => 'Se ha encontrado un caracter de control inesperado',
'jsonErrorSyntax' => 'Error de sintaxis, JSON mal formado',
'jsonErrorUtf8' => 'Caracter UTF-8 mal formado, posible codificación incorrecta',
'jsonErrorUnknown' => 'Error desconocido'
'jsonErrorDepth' => 'Se ha excedido el nivel máximo de profundidad', // 'Maximum stack depth exceeded',
'jsonErrorStateMismatch' => 'Desbordamiento o desajuste de modo', // 'Underflow or the modes mismatch',
'jsonErrorCtrlChar' => 'Se ha encontrado un carácter de control inesperado', // 'Unexpected control character found',
'jsonErrorSyntax' => 'Error de sintaxis, JSON mal formado', // 'Syntax error, malformed JSON',
'jsonErrorUtf8' => 'Carácter UTF-8 mal formado, posible codificación incorrecta', // 'Malformed UTF-8 characters, possibly incorrectly encoded',
'jsonErrorUnknown' => 'Error desconocido', // 'Unknown error',
];
25 changes: 13 additions & 12 deletions Language/es/Core.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,20 @@
/**
* Core language strings.
*
* @package CodeIgniter
* @author Fernán Castro Asensio
* @copyright 2014-2019 British Columbia Institute of Technology (https://bcit.ca/)
* @license https://opensource.org/licenses/MIT MIT License
* @link https://codeigniter.com
* @since Version 4.0.0
* @package CodeIgniter
* @author CodeIgniter Dev Team
* @copyright 2019 CodeIgniter Foundation
* @license https://opensource.org/licenses/MIT MIT License
* @link https://codeigniter.com
* @since Version 4.0.0
* @filesource
*
*
* @codeCoverageIgnore
*/

return [
'invalidFile' => 'Archivo inválido: {0}',
'copyError' => 'Se ha encontrado un error mientras se intentaba reemplazar el archivo. Asegúrese de que tiene permisos de escritura en el directorio del archivo.',
'missingExtension' => '{0} extensión no cargada.',
'noHandlers' => '{0} debe proporcionar al menos un manejador.',
];
'invalidFile' => 'Archivo inválido: {0}', // 'Invalid file: {0}',
'copyError' => 'Se encontró un error al intentar reemplazar el archivo ({0}). Asegúrese de que su directorio de archivos sea editable.', // 'An error was encountered while attempting to replace the file({0}). Please make sure your file directory is writable.',
'missingExtension' => 'La extensión {0} no está cargada.', // '{0} extension is not loaded.',
'noHandlers' => '{0} debe proporcionar al menos un controlador.', // {0} must provide at least one Handler.
];
32 changes: 22 additions & 10 deletions Language/es/Database.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,31 @@
/**
* Database language strings.
*
* @package CodeIgniter
* @author Fernán Castro Asensio
* @copyright 2014-2019 British Columbia Institute of Technology (https://bcit.ca/)
* @license https://opensource.org/licenses/MIT MIT License
* @link https://codeigniter.com
* @since Version 4.0.0
* @package CodeIgniter
* @author CodeIgniter Dev Team
* @copyright 2019 CodeIgniter Foundation
* @license https://opensource.org/licenses/MIT MIT License
* @link https://codeigniter.com
* @since Version 4.0.0
* @filesource
*
* @codeCoverageIgnore
*/

return [
'invalidEvent' => '{0} no es una llamada válida a un Evento de Modelo.',
'invalidArgument' => 'Debe proporcionar una correcta {0}.',
'invalidAllowedFields' => 'Los campos permitidos deben especificarse por modelo: {0}',
'emptyDataset' => 'No hay datos de {0}.',
'invalidEvent' => '{0} no es una llamada válida a un Evento de Modelo.', // '{0} is not a valid Model Event callback.',
'invalidArgument' => 'Debes proporcionar un {0} valido.', // 'You must provide a valid {0}.',
'invalidAllowedFields' => 'Los campos permitidos deben especificarse para el modelo: {0}', // 'Allowed fields must be specified for model: {0}',
'emptyDataset' => 'No hay datos para {0}', // 'There is no data to {0}.',
'failGetFieldData' => 'No se pudieron obtener datos del campo de la base de datos.', // 'Failed to get field data from database.',
'failGetIndexData' => 'No se pudieron obtener datos de índice de la base de datos.', // 'Failed to get index data from database.',
'failGetForeignKeyData' => 'No se pudieron obtener datos de clave externa de la base de datos.', // 'Failed to get foreign key data from database.',
'parseStringFail' => 'Se produjo un error al analizar la clave de la cadena.', // 'Parsing key string failed.',
'featureUnavailable' => 'Esta característica no está disponible para la base de datos que estás utilizando.', // 'This feature is not available for the database you are using.',
'tableNotFound' => 'No se encontró la tabla `{0}` en la base de datos actual.', // 'Table `{0}` was not found in the current database.',
'noPrimaryKey' => 'La clase de modelo `{0}` no especifica una clave primaria.', // '`{0}` model class does not specify a Primary Key.',
'noDateFormat' => 'La clase de modelo `{0}` no tiene un dateFormat válido.', // '`{0}` model class does not have a valid dateFormat.',
'fieldNotExists' => 'No se encontró el campo `{0}`.', // 'Field `{0}` not found.',
'forEmptyInputGiven' => 'Se proporciona una declaración vacía para el campo `{0}`', // 'Empty statement is given for the field `{0}`',
'forFindColumnHaveMultipleColumns' => 'Solo se permite una sola columna en el nombre de la columna.', // 'Only single column allowed in Column name.',
];
23 changes: 23 additions & 0 deletions Language/es/Encryption.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
<?php
/**
* Encryption language strings.
*
* @package CodeIgniter
* @author CodeIgniter Dev Team
* @copyright 2019 CodeIgniter Foundation
* @license https://opensource.org/licenses/MIT MIT License
* @link https://codeigniter.com
* @since Version 3.0.0
* @filesource
*
* @codeCoverageIgnore
*/

return [
'noDriverRequested' => 'No se solicitó un driver; ¡La señorita Daisy estará muy molesta!', // 'No driver requested; Miss Daisy will be so upset!',
'noHandlerAvailable' => 'No se puede encontrar un controlador de cifrado {0} disponible.', // 'Unable to find an available {0} encryption handler.',
'unKnownHandler' => '"{0}" no puede ser configurado.', // '"{0}" cannot be configured.',
'starterKeyNeeded' => 'El encriptador necesita una clave de inicio.', // 'Encrypter needs a starter key.',
'authenticationFailed' => 'Descifrado: autenticación fallida.', // 'Decrypting: authentication failed.',
'encryptionFailed' => 'Cifrado fallido.', // 'Encryption failed.',
];
19 changes: 19 additions & 0 deletions Language/es/Entity.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
<?php

/**
* CLI language strings.
*
* @package CodeIgniter
* @author CodeIgniter Dev Team
* @copyright 2019 CodeIgniter Foundation
* @license https://opensource.org/licenses/MIT MIT License
* @link https://codeigniter.com
* @filesource
*
* @codeCoverageIgnore
*/

return
[
'tryingToAccessNonExistentProperty' => 'Intentando acceder a la propiedad inexistente {0} de {1}', // 'Trying to access non existent property {0} of {1}',
];
21 changes: 10 additions & 11 deletions Language/es/Files.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,18 @@
/**
* Files language strings.
*
* @package CodeIgniter
* @author Fernán Castro Asensio
* @copyright 2014-2019 British Columbia Institute of Technology (https://bcit.ca/)
* @license https://opensource.org/licenses/MIT MIT License
* @link https://codeigniter.com
* @since Version 4.0.0
* @package CodeIgniter
* @author CodeIgniter Dev Team
* @copyright 2019 CodeIgniter Foundation
* @license https://opensource.org/licenses/MIT MIT License
* @link https://codeigniter.com
* @since Version 4.0.0
* @filesource
*
*
* @codeCoverageIgnore
*/

return [
'fileNotFound' => 'Archivo no encontrado: {0}',
'cannotMove' => 'No se ha podido mover el archivo {0} a {1} ({2})',
'invalidFilename' => 'Nombre de archivo de destino incorrecto o vacio: {0}',
'cannotCopy' => 'No se ha podido copiar de {0} - asegúrese de tener permisos de escritura',
'fileNotFound' => 'Archivo no encontrado: {0}', // 'File not found: {0}',
'cannotMove' => 'No se pudo mover el archivo {0} a {1} ({2})', // 'Could not move file {0} to {1} ({2})',
];
21 changes: 11 additions & 10 deletions Language/es/Filters.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,18 @@
/**
* Filters language strings.
*
* @package CodeIgniter
* @author Fernan Castro Asensio
* @copyright 2014-2019 British Columbia Institute of Technology (https://bcit.ca/)
* @license https://opensource.org/licenses/MIT MIT License
* @link https://codeigniter.com
* @since Version 4.0.0
* @package CodeIgniter
* @author CodeIgniter Dev Team
* @copyright 2019 CodeIgniter Foundation
* @license https://opensource.org/licenses/MIT MIT License
* @link https://codeigniter.com
* @since Version 4.0.0
* @filesource
*
*
* @codeCoverageIgnore
*/

return [
'noFilter' => '\'{0}\' el filtro debe coincidir con el alias definido.',
'incorrectInterface' => '{0} debe implementar CodeIgniter\Filters\FilterInterface.',
];
'noFilter' => 'El filtro {0} debe tener un alias coincidente definido.', // '{0} filter must have a matching alias defined.',
'incorrectInterface' => '{0} debe implementar CodeIgniter\Filters\FilterInterface.', // '{0} must implement CodeIgniter\Filters\FilterInterface.',
];
Loading

0 comments on commit 89667f3

Please sign in to comment.