updated translations

This commit is contained in:
denisdulici
2018-11-30 17:30:49 +03:00
parent 84b10b85a4
commit 76bb7c81e1
23 changed files with 80 additions and 59 deletions

View File

@ -40,8 +40,6 @@ return [
'others' => 'Altro|Altri',
'contacts' => 'Contatto|Contatti',
'reconciliations' => 'Riconciliazione | Riconciliazioni',
'deposits' => 'Deposito | Depositi',
'withdrawals' => 'Prelievo|Prelievi',
'dashboard' => 'Cruscotto',
'banking' => 'Banca',

View File

@ -11,6 +11,7 @@ return [
'enabled' => ':type abilitato!',
'disabled' => ':type disabilitato!',
],
'error' => [
'over_payment' => 'Errore: pagamento non aggiunto! L\'importo inserito supera il totale: :amount',
'not_user_company' => 'Errore: Non hai i permessi per gestire questa azienda!',
@ -21,9 +22,11 @@ return [
'import_column' => 'Errore: :message Foglio nome: :sheet. Riga numero: :line.',
'import_sheet' => 'Errore: Il nome del foglio non è valido. Vi preghiamo di controllare il file di esempio.',
],
'warning' => [
'deleted' => 'Attenzione: Non è consentito eliminare <b>:name</b> perché ha :text collegato.',
'disabled' => 'Attenzione: Non è consentito disabilitare <b>:name</b> perché ha :text collegato.',
'disable_code' => 'Avviso: Non è consentito disabilitare o modificare la valuta di <b>:nome</b> perché ha: testo correlato.',
],
];

View File

@ -10,5 +10,7 @@ return [
'start_date' => 'Data di inzio',
'end_date' => 'Data di fine',
'cleared_amount' => 'Importo cancellato',
'deposit' => 'Deposito',
'withdrawal' => 'Prelievo',
];