New translations [skip ci]

This commit is contained in:
James Cole
2018-06-27 21:37:16 +02:00
parent a8e666db34
commit d378e7e897
56 changed files with 1727 additions and 1527 deletions

View File

@@ -44,6 +44,8 @@ return [
'belongs_to_user' => 'Il valore di :attribute è sconosciuto',
'accepted' => 'L\' :attribute deve essere accettato.',
'bic' => 'Questo non è un BIC valido.',
'base64' => 'This is not valid base64 encoded data.',
'model_id_invalid' => 'The given ID seems invalid for this model.',
'more' => ':attribute deve essere maggiore di zero.',
'active_url' => ':attribute non è un URL valido.',
'after' => ':attribute deve essere una data dopo :date.',
@@ -67,7 +69,7 @@ return [
'digits' => ':attribute deve essere :digits cifre.',
'digits_between' => ':attribute deve essere :min e :max cifre.',
'email' => ':attribute deve essere un indirizzo email valido.',
'filled' => ':attribute il campo è obbligatiorio.',
'filled' => 'Il campo :attribute è obbligatorio.',
'exists' => ':attribute selezionato non è valido.',
'image' => ':attribute deve essere un\'immagine.',
'in' => ':attribute selezionato non è valido.',
@@ -86,13 +88,13 @@ return [
'not_in' => ':attribute selezionato è invalido.',
'numeric' => ':attribute deve essere un numero.',
'regex' => ':attribute formato non valido',
'required' => ':attribute il campo è obbligatiorio.',
'required_if' => ':attribute il campo è richiesto quando :other is :value.',
'required_unless' => ':attribute il campo è richiesto a meno che :other è in :values.',
'required_with' => ':attribute il campo è richiesto quando :values è presente.',
'required_with_all' => ':attribute il campo è richiesto quando :values è presente.',
'required_without' => ':attribute il campo è richiesto quando :values non è presente.',
'required_without_all' => ':attribute il campo è richiesto quando nessuno di :values sono presenti.',
'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.',
@@ -103,7 +105,7 @@ return [
'string' => ':attribute deve essere una stringa.',
'url' => ':attribute il formato non è valido.',
'timezone' => ':attribute deve essere una zona valida.',
'2fa_code' => ':attribute il campo non è valido.',
'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.',
@@ -112,7 +114,7 @@ return [
'amount_zero' => 'L\'importo totale non può essere zero',
'unique_piggy_bank_for_user' => 'Il nome del salvadanaio deve essere unico.',
'secure_password' => 'Questa non è una password sicura. Per favore riprova. Per ulteriori informazioni, visitare http://bit.ly/FF3-password-security',
'valid_recurrence_rep_type' => 'Invalid repetition type for recurring transactions',
'valid_recurrence_rep_type' => 'Tipo di ripetizione non valida per la transazione ricorrente',
'attributes' => [
'email' => 'indirizzo email',
'description' => 'descrizione',
@@ -120,9 +122,9 @@ return [
'name' => 'nome',
'piggy_bank_id' => 'ID salvadanaio',
'targetamount' => 'importo obiettivo',
'openingBalanceDate' => 'data bilancio apertura',
'openingBalanceDate' => 'data saldo di apertura',
'openingBalance' => 'saldo apertura',
'match' => 'partita',
'match' => 'abbinamento',
'amount_min' => 'importo minimo',
'amount_max' => 'importo massimo',
'title' => 'titolo',