mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-12-12 01:42:32 +00:00
Code for new release.
This commit is contained in:
@@ -43,6 +43,7 @@ return [
|
||||
'invalid_query_currency' => 'Su consulta contiene cuentas que tienen diferentes ajustes de divisa, lo que no está permitido.',
|
||||
'iban' => 'Este no es un IBAN válido.',
|
||||
'zero_or_more' => 'El valor no puede ser negativo.',
|
||||
'more_than_zero' => 'The value must be more than zero.',
|
||||
'no_asset_account' => 'Esta no es una cuenta de activos.',
|
||||
'date_or_time' => 'El valor debe ser una fecha u hora válido (ISO 8601).',
|
||||
'source_equals_destination' => 'La cuenta origen es igual que la cuenta destino.',
|
||||
@@ -142,6 +143,7 @@ return [
|
||||
'min.array' => 'El campo :attribute debe tener al menos :min elementos.',
|
||||
'not_in' => 'El campo :attribute seleccionado es incorrecto.',
|
||||
'numeric' => 'El campo :attribute debe ser un número.',
|
||||
'scientific_notation' => 'The :attribute cannot use the scientific notation.',
|
||||
'numeric_native' => 'La cantidad nativa debe ser un número.',
|
||||
'numeric_destination' => 'La cantidad destino debe ser un número.',
|
||||
'numeric_source' => 'La cantidad origen debe ser un número.',
|
||||
|
||||
Reference in New Issue
Block a user