updated translations
This commit is contained in:
@ -8,18 +8,18 @@ return [
|
||||
'deleted' => ':type eliminato!',
|
||||
'duplicated' => ':type duplicato!',
|
||||
'imported' => ':type importato!',
|
||||
'enabled' => ':type enabled!',
|
||||
'disabled' => ':type disabled!',
|
||||
'enabled' => ':type abilitato!',
|
||||
'disabled' => ':type disabilitato!',
|
||||
],
|
||||
'error' => [
|
||||
'over_payment' => 'Errore: Pagamento non aggiunto! L\'importo supera il totale.',
|
||||
'over_payment' => 'Error: Payment not added! The amount you entered passes the total: :amount',
|
||||
'not_user_company' => 'Errore: Non hai i permessi per gestire questa azienda!',
|
||||
'customer' => 'Errore: Utente non creato! :name usa già questo indirizzo email.',
|
||||
'no_file' => 'Errore: Nessun file selezionato!',
|
||||
'last_category' => 'Error: Can not delete the last :type category!',
|
||||
'invalid_token' => 'Error: The token entered is invalid!',
|
||||
'import_column' => 'Error: :message Sheet name: :sheet. Line number: :line.',
|
||||
'import_sheet' => 'Error: Sheet name is not valid. Please, check the sample file.',
|
||||
'last_category' => 'Errore: Non è possibile eliminare l\'ultimo categoria di :type!',
|
||||
'invalid_token' => 'Errore: Il token inserito non è valido!',
|
||||
'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.',
|
||||
|
Reference in New Issue
Block a user