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' => 'La consulta conté comptes amb diferents preferències de moneda, cosa que no és permesa.',
|
||||
'iban' => 'Aquest IBAN no és vàlid.',
|
||||
'zero_or_more' => 'El valor no pot ser negatiu.',
|
||||
'more_than_zero' => 'The value must be more than zero.',
|
||||
'no_asset_account' => 'Aquest no és un compte d\'actius.',
|
||||
'date_or_time' => 'El valor ha de ser una data o hora vàlida (ISO 8601).',
|
||||
'source_equals_destination' => 'El compte d\'origen és el mateix que el compte de destí.',
|
||||
@@ -142,6 +143,7 @@ return [
|
||||
'min.array' => 'El camp :attribute ha de tenir com a mínim :min elements.',
|
||||
'not_in' => 'El camp :attribute seleccionat no és vàlid.',
|
||||
'numeric' => 'El camp :attribute ha de ser un número.',
|
||||
'scientific_notation' => 'The :attribute cannot use the scientific notation.',
|
||||
'numeric_native' => 'La quantitat nativa ha de ser un número.',
|
||||
'numeric_destination' => 'La quantitat de destí ha de ser un número.',
|
||||
'numeric_source' => 'La quantitat d\'origen ha de ser un número.',
|
||||
|
||||
Reference in New Issue
Block a user