mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-01 18:10:06 +00:00
Update some translations [skip ci]
This commit is contained in:
@@ -24,7 +24,7 @@ declare(strict_types=1);
|
||||
|
||||
return [
|
||||
'iban' => 'Este no es un IBAN válido.',
|
||||
'source_equals_destination' => 'The source account equals the destination account',
|
||||
'source_equals_destination' => 'The source account equals the destination account.',
|
||||
'unique_account_number_for_user' => 'Parece que este número de cuenta ya está en uso.',
|
||||
'unique_iban_for_user' => 'It looks like this IBAN is already in use.',
|
||||
'deleted_user' => 'Debido a restricciones de seguridad, no se puede registrar utilizando esta dirección de correo electrónico.',
|
||||
@@ -34,7 +34,7 @@ return [
|
||||
'file_attached' => 'Archivo cargado con exito ":name".',
|
||||
'must_exist' => 'ID introducido en :attribute el atributo no existe en la base de datos.',
|
||||
'all_accounts_equal' => 'Todas las cuentas en este campo deben ser iguales.',
|
||||
'invalid_selection' => 'Your selection is invalid',
|
||||
'invalid_selection' => 'Your selection is invalid.',
|
||||
'belongs_user' => 'Este valor no es válido para este campo.',
|
||||
'at_least_one_transaction' => 'Se necesita al menos una transacción.',
|
||||
'at_least_one_repetition' => 'Need at least one repetition.',
|
||||
@@ -43,9 +43,11 @@ return [
|
||||
'equal_description' => 'Transaction description should not equal global description.',
|
||||
'file_invalid_mime' => 'El archivo ":name" es de tipo ":mime", el cual no se acepta.',
|
||||
'file_too_large' => 'El archivo ":name" es demasiado grande.',
|
||||
'belongs_to_user' => 'El valor de :attribute es desconocido',
|
||||
'belongs_to_user' => 'The value of :attribute is unknown.',
|
||||
'accepted' => 'El :attribute debe ser aceptado.',
|
||||
'bic' => 'Esto no es un BIC válido.',
|
||||
'at_least_one_trigger' => 'Rule must have at least one trigger',
|
||||
'at_least_one_action' => 'Rule must have at least one action',
|
||||
'base64' => 'This is not valid base64 encoded data.',
|
||||
'model_id_invalid' => 'The given ID seems invalid for this model.',
|
||||
'more' => ':attribute debe ser mayor que cero.',
|
||||
@@ -57,8 +59,8 @@ return [
|
||||
'array' => 'El campo :attribute debe ser un arreglo.',
|
||||
'unique_for_user' => 'Ya hay una entrada con esto :attribute.',
|
||||
'before' => 'El campo :attribute debe contener una fecha anterior a :date.',
|
||||
'unique_object_for_user' => 'Este nombre ya está en uso',
|
||||
'unique_account_for_user' => 'Este nombre cuenta ya está en uso',
|
||||
'unique_object_for_user' => 'This name is already in use.',
|
||||
'unique_account_for_user' => 'This account name is already in use.',
|
||||
'between.numeric' => 'El atributo :attribute debe estar entre :min y :max.',
|
||||
'between.file' => 'El atributo :attribute debe estar entre :min y :max kilobytes.',
|
||||
'between.string' => 'El atributo :attribute debe estar entre :min y :max caracteres.',
|
||||
@@ -113,12 +115,12 @@ return [
|
||||
'file' => 'El campo :attribute debe ser un fichero.',
|
||||
'in_array' => 'El campo :attribute no existe en :other.',
|
||||
'present' => 'El campo :attribute debe estar presente.',
|
||||
'amount_zero' => 'La cantidad total no puede ser cero',
|
||||
'amount_zero' => 'The total amount cannot be zero.',
|
||||
'unique_piggy_bank_for_user' => 'The name of the piggy bank must be unique.',
|
||||
'secure_password' => 'This is not a secure password. Please try again. For more information, visit http://bit.ly/FF3-password-security',
|
||||
'valid_recurrence_rep_type' => 'Invalid repetition type for recurring transactions',
|
||||
'secure_password' => 'This is not a secure password. Please try again. For more information, visit http://bit.ly/FF3-password-security.',
|
||||
'valid_recurrence_rep_type' => 'Invalid repetition type for recurring transactions.',
|
||||
'valid_recurrence_rep_moment' => 'Invalid repetition moment for this type of repetition.',
|
||||
'invalid_account_info' => 'Invalid account information',
|
||||
'invalid_account_info' => 'Invalid account information.',
|
||||
'attributes' => [
|
||||
'email' => 'dirección de correo electrónico',
|
||||
'description' => 'descripcion',
|
||||
|
Reference in New Issue
Block a user