Various fixes and cleanup

This commit is contained in:
James Cole
2023-01-29 15:29:42 +01:00
parent 1cbb644d65
commit 413a4f3d9c
276 changed files with 3119 additions and 2894 deletions

View File

@@ -103,73 +103,73 @@ return [
*/
'between.numeric' => ':attribute con questo nome conto è già in uso :min e :max.',
'between.file' => ':attribute deve essere :min e :max kilobyte.',
'between.string' => ':attribute deve essere tra :min e :max caratteri.',
'between.array' => ':attribute deve essere tra :min e :max voci.',
'boolean' => ':attribute deve essere vero o falso.',
'confirmed' => ':attribute la conferma non corrisponde.',
'date' => ':attribute non è una data valida',
'date_format' => ':attribute non corrisponde al formato :format.',
'different' => 'I campi :attribute e :other devono essere diversi.',
'digits' => ':attribute deve essere :digits cifre.',
'digits_between' => ':attribute deve essere :min e :max cifre.',
'email' => ':attribute deve essere un indirizzo email valido.',
'filled' => 'Il campo :attribute è obbligatorio.',
'exists' => ':attribute selezionato non è valido.',
'image' => ':attribute deve essere un\'immagine.',
'in' => ':attribute selezionato non è valido.',
'integer' => ':attribute deve essere un numero intero.',
'ip' => ':attribute deve essere un indirizzo IP valido.',
'json' => ':attribute deve essere una stringa JSON.',
'max.numeric' => ':attribute non può essere maggiore di :max.',
'max.file' => ':attribute non può essere maggiore di :max kilobytes.',
'max.string' => ':attribute non può essere maggiore di :max caratteri.',
'max.array' => ':attribute potrebbe non avere più di :max voce.',
'mimes' => ':attribute deve essere un file di tipo: :values.',
'min.numeric' => ':attribute deve essere almeno :min.',
'lte.numeric' => 'Il campo :attribute deve essere minore o uguale a :value.',
'min.file' => ':attribute deve essere almeno :min kilobytes.',
'min.string' => ':attribute deve essere almeno :min caratteri.',
'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 di origine deve essere un numero.',
'regex' => ':attribute formato non valido',
'required' => 'Il campo :attribute è obbligatorio.',
'required_if' => 'Il campo :attribute è obbligatorio quando :other è :value.',
'required_unless' => 'Il campo :attribute è obbligatorio a meno che :other è in :values.',
'required_with' => 'Il campo :attribute è obbligatorio quando :values è presente.',
'required_with_all' => 'Il campo :attribute è obbligatorio quando :values è presente.',
'required_without' => 'Il campo :attribute è obbligatorio quando :values non è presente.',
'required_without_all' => 'Il campo :attribute è obbligatorio quando nessuno di :values è presente.',
'same' => ':attribute e :other deve combaciare.',
'size.numeric' => ':attribute deve essere :size.',
'amount_min_over_max' => 'L\'importo minimo non può essere maggiore dell\'importo massimo.',
'size.file' => ':attribute deve essere :size kilobytes.',
'size.string' => ':attribute deve essere :size caratteri.',
'size.array' => ':attribute deve contenere :size voci.',
'unique' => ':attribute è già stato preso.',
'string' => ':attribute deve essere una stringa.',
'url' => ':attribute il formato non è valido.',
'timezone' => ':attribute deve essere una zona valida.',
'2fa_code' => 'Il campo :attribute non è valido.',
'dimensions' => ':attribute ha dimensioni di immagine non valide.',
'distinct' => ':attribute il campo ha un valore doppio.',
'file' => ':attribute deve essere un file.',
'in_array' => ':attribute il campo non esiste in :other.',
'present' => ':attribute il campo deve essere presente.',
'amount_zero' => 'L\'importo totale non può essere zero.',
'current_target_amount' => 'L\'importo corrente deve essere minore dell\'importo obiettivo.',
'unique_piggy_bank_for_user' => 'Il nome del salvadanaio deve essere unico.',
'unique_object_group' => 'Il nome del gruppo deve essere unico',
'starts_with' => 'Il valore deve iniziare con :values.',
'unique_webhook' => 'Hai già un altro webhook con questa combinazione di URL, trigger, risposta e consegna.',
'unique_existing_webhook' => 'Hai già un altro webhook con questa combinazione di URL, trigger, risposta e consegna.',
'same_account_type' => 'Entrambi i conti devono essere dello stesso tipo',
'same_account_currency' => 'Entrambi i conti devono essere impostati sulla stessa valuta',
'between.numeric' => ':attribute con questo nome conto è già in uso :min e :max.',
'between.file' => ':attribute deve essere :min e :max kilobyte.',
'between.string' => ':attribute deve essere tra :min e :max caratteri.',
'between.array' => ':attribute deve essere tra :min e :max voci.',
'boolean' => ':attribute deve essere vero o falso.',
'confirmed' => ':attribute la conferma non corrisponde.',
'date' => ':attribute non è una data valida',
'date_format' => ':attribute non corrisponde al formato :format.',
'different' => 'I campi :attribute e :other devono essere diversi.',
'digits' => ':attribute deve essere :digits cifre.',
'digits_between' => ':attribute deve essere :min e :max cifre.',
'email' => ':attribute deve essere un indirizzo email valido.',
'filled' => 'Il campo :attribute è obbligatorio.',
'exists' => ':attribute selezionato non è valido.',
'image' => ':attribute deve essere un\'immagine.',
'in' => ':attribute selezionato non è valido.',
'integer' => ':attribute deve essere un numero intero.',
'ip' => ':attribute deve essere un indirizzo IP valido.',
'json' => ':attribute deve essere una stringa JSON.',
'max.numeric' => ':attribute non può essere maggiore di :max.',
'max.file' => ':attribute non può essere maggiore di :max kilobytes.',
'max.string' => ':attribute non può essere maggiore di :max caratteri.',
'max.array' => ':attribute potrebbe non avere più di :max voce.',
'mimes' => ':attribute deve essere un file di tipo: :values.',
'min.numeric' => ':attribute deve essere almeno :min.',
'lte.numeric' => 'Il campo :attribute deve essere minore o uguale a :value.',
'min.file' => ':attribute deve essere almeno :min kilobytes.',
'min.string' => ':attribute deve essere almeno :min caratteri.',
'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 di origine deve essere un numero.',
'regex' => ':attribute formato non valido',
'required' => 'Il campo :attribute è obbligatorio.',
'required_if' => 'Il campo :attribute è obbligatorio quando :other è :value.',
'required_unless' => 'Il campo :attribute è obbligatorio a meno che :other è in :values.',
'required_with' => 'Il campo :attribute è obbligatorio quando :values è presente.',
'required_with_all' => 'Il campo :attribute è obbligatorio quando :values è presente.',
'required_without' => 'Il campo :attribute è obbligatorio quando :values non è presente.',
'required_without_all' => 'Il campo :attribute è obbligatorio quando nessuno di :values è presente.',
'same' => ':attribute e :other deve combaciare.',
'size.numeric' => ':attribute deve essere :size.',
'amount_min_over_max' => 'L\'importo minimo non può essere maggiore dell\'importo massimo.',
'size.file' => ':attribute deve essere :size kilobytes.',
'size.string' => ':attribute deve essere :size caratteri.',
'size.array' => ':attribute deve contenere :size voci.',
'unique' => ':attribute è già stato preso.',
'string' => ':attribute deve essere una stringa.',
'url' => ':attribute il formato non è valido.',
'timezone' => ':attribute deve essere una zona valida.',
'2fa_code' => 'Il campo :attribute non è valido.',
'dimensions' => ':attribute ha dimensioni di immagine non valide.',
'distinct' => ':attribute il campo ha un valore doppio.',
'file' => ':attribute deve essere un file.',
'in_array' => ':attribute il campo non esiste in :other.',
'present' => ':attribute il campo deve essere presente.',
'amount_zero' => 'L\'importo totale non può essere zero.',
'current_target_amount' => 'L\'importo corrente deve essere minore dell\'importo obiettivo.',
'unique_piggy_bank_for_user' => 'Il nome del salvadanaio deve essere unico.',
'unique_object_group' => 'Il nome del gruppo deve essere unico',
'starts_with' => 'Il valore deve iniziare con :values.',
'unique_webhook' => 'Hai già un altro webhook con questa combinazione di URL, trigger, risposta e consegna.',
'unique_existing_webhook' => 'Hai già un altro webhook con questa combinazione di URL, trigger, risposta e consegna.',
'same_account_type' => 'Entrambi i conti devono essere dello stesso tipo',
'same_account_currency' => 'Entrambi i conti devono essere impostati sulla stessa valuta',
/*
* PLEASE DO NOT EDIT THIS FILE DIRECTLY.
@@ -280,6 +280,9 @@ return [
'amount_required_for_auto_budget' => 'L\'importo è obbligatorio.',
'auto_budget_amount_positive' => 'L\'importo deve essere maggiore di zero.',
'auto_budget_period_mandatory' => 'Il periodo per il budget automatico è un campo obbligatorio.',
// no access to administration:
'no_access_user_group' => 'You do not have the correct access rights for this administration.',
];
/*