mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Some last-minute fixes.
This commit is contained in:
@@ -46,8 +46,8 @@ return [
|
||||
'belongs_to_user' => 'Il valore di :attribute è sconosciuto.',
|
||||
'accepted' => 'L\' :attribute deve essere accettato.',
|
||||
'bic' => 'Questo non è un BIC valido.',
|
||||
'at_least_one_trigger' => 'Rule must have at least one trigger',
|
||||
'at_least_one_action' => 'Rule must have at least one action',
|
||||
'at_least_one_trigger' => 'Una regola deve avere almeno un trigger.',
|
||||
'at_least_one_action' => 'Una regola deve avere almeno una azione.',
|
||||
'base64' => 'Questi non sono dati codificati in base64 validi.',
|
||||
'model_id_invalid' => 'L\'ID fornito sembra non essere valido per questo modello.',
|
||||
'more' => ':attribute deve essere maggiore di zero.',
|
||||
@@ -91,6 +91,9 @@ return [
|
||||
'min.array' => ':attribute deve avere almeno :min voci.',
|
||||
'not_in' => ':attribute selezionato è invalido.',
|
||||
'numeric' => ':attribute deve essere un numero.',
|
||||
'numeric_native' => 'L\'importo nativo deve essere un numero.',
|
||||
'numeric_destination' => 'L\'importo di destinazione deve essere un numero.',
|
||||
'numeric_source' => 'L\'importo sorgente deve essere un numero.',
|
||||
'regex' => ':attribute formato non valido',
|
||||
'required' => 'Il campo :attribute è obbligatorio.',
|
||||
'required_if' => 'Il campo :attribute è obbligatorio quando :other è :value.',
|
||||
|
Reference in New Issue
Block a user