mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
commit
8fec569dbb
@ -85,4 +85,5 @@ return [
|
|||||||
'file' => 'Das :attribute muss eine Datei sein.',
|
'file' => 'Das :attribute muss eine Datei sein.',
|
||||||
'in_array' => ':attribute existiert nicht in :other.',
|
'in_array' => ':attribute existiert nicht in :other.',
|
||||||
'present' => 'Das :attribute Feld muss vorhanden sein.',
|
'present' => 'Das :attribute Feld muss vorhanden sein.',
|
||||||
|
'amount_zero' => 'The total amount cannot be zero',
|
||||||
];
|
];
|
@ -85,4 +85,5 @@ return [
|
|||||||
'file' => 'The :attribute must be a file.',
|
'file' => 'The :attribute must be a file.',
|
||||||
'in_array' => 'The :attribute field does not exist in :other.',
|
'in_array' => 'The :attribute field does not exist in :other.',
|
||||||
'present' => 'The :attribute field must be present.',
|
'present' => 'The :attribute field must be present.',
|
||||||
|
'amount_zero' => 'The total amount cannot be zero',
|
||||||
];
|
];
|
@ -85,4 +85,5 @@ return [
|
|||||||
'file' => 'The :attribute must be a file.',
|
'file' => 'The :attribute must be a file.',
|
||||||
'in_array' => 'The :attribute field does not exist in :other.',
|
'in_array' => 'The :attribute field does not exist in :other.',
|
||||||
'present' => 'The :attribute field must be present.',
|
'present' => 'The :attribute field must be present.',
|
||||||
|
'amount_zero' => 'The total amount cannot be zero',
|
||||||
];
|
];
|
@ -85,4 +85,5 @@ return [
|
|||||||
'file' => ':attribute moet een bestand zijn.',
|
'file' => ':attribute moet een bestand zijn.',
|
||||||
'in_array' => 'Het :attribute veld bestaat niet in :other.',
|
'in_array' => 'Het :attribute veld bestaat niet in :other.',
|
||||||
'present' => 'Het :attribute veld moet aanwezig zijn.',
|
'present' => 'Het :attribute veld moet aanwezig zijn.',
|
||||||
|
'amount_zero' => 'The total amount cannot be zero',
|
||||||
];
|
];
|
@ -85,4 +85,5 @@ return [
|
|||||||
'file' => 'O :attribute deve ser um arquivo.',
|
'file' => 'O :attribute deve ser um arquivo.',
|
||||||
'in_array' => 'O campo :attribute não existe em :other.',
|
'in_array' => 'O campo :attribute não existe em :other.',
|
||||||
'present' => 'O campo :attribute deve estar presente.',
|
'present' => 'O campo :attribute deve estar presente.',
|
||||||
|
'amount_zero' => 'The total amount cannot be zero',
|
||||||
];
|
];
|
@ -85,4 +85,5 @@ return [
|
|||||||
'file' => 'The :attribute must be a file.',
|
'file' => 'The :attribute must be a file.',
|
||||||
'in_array' => 'The :attribute field does not exist in :other.',
|
'in_array' => 'The :attribute field does not exist in :other.',
|
||||||
'present' => 'The :attribute field must be present.',
|
'present' => 'The :attribute field must be present.',
|
||||||
|
'amount_zero' => 'The total amount cannot be zero',
|
||||||
];
|
];
|
@ -85,4 +85,5 @@ return [
|
|||||||
'file' => 'The :attribute must be a file.',
|
'file' => 'The :attribute must be a file.',
|
||||||
'in_array' => 'The :attribute field does not exist in :other.',
|
'in_array' => 'The :attribute field does not exist in :other.',
|
||||||
'present' => 'The :attribute field must be present.',
|
'present' => 'The :attribute field must be present.',
|
||||||
|
'amount_zero' => 'The total amount cannot be zero',
|
||||||
];
|
];
|
Loading…
Reference in New Issue
Block a user