mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Update language strings.
This commit is contained in:
@@ -130,6 +130,7 @@ return [
|
||||
'amount_zero' => 'La cantidad total no puede ser cero.',
|
||||
'current_target_amount' => 'La cantidad actual debe ser menor que la cantidad de destino.',
|
||||
'unique_piggy_bank_for_user' => 'En nombre de la hucha debe ser único.',
|
||||
|
||||
'secure_password' => 'Esta contraseña no es segura. Por favor inténtalo de nuevo. Para más información, visita https://bit.ly/FF3-password-security',
|
||||
'valid_recurrence_rep_type' => 'Tipo de repetición no válido para transacciones recurrentes.',
|
||||
'valid_recurrence_rep_moment' => 'Momento de repetición no válido para este tipo de repetición.',
|
||||
@@ -200,4 +201,8 @@ return [
|
||||
'gte.file' => 'El :attribute debe ser mayor o igual a :value kilobytes.',
|
||||
'gte.string' => ':attribute debe tener :value caracteres o más.',
|
||||
'gte.array' => ':attribute debe tener :value objetos o más.',
|
||||
|
||||
'amount_required_for_auto_budget' => 'The amount is required.',
|
||||
'auto_budget_amount_positive' => 'The amount must be more than zero.',
|
||||
'auto_budget_period_mandatory' => 'The auto budget period is a mandatory field.',
|
||||
];
|
||||
|
Reference in New Issue
Block a user