New translations field.php (Italian)

This commit is contained in:
Fatih Alp 2020-09-23 18:49:05 +03:00
parent 50309dcac1
commit 4e6bf9a2bc

View File

@ -430,19 +430,19 @@ return [
'my_address' => 'Il mio indirizzo', 'my_address' => 'Il mio indirizzo',
'company' => [ 'company' => [
'name' => 'Company Name' 'name' => 'Nome della ditta'
], ],
'tax_office' => [ 'tax_office' => [
'name' => 'Tax Office' 'name' => 'Ufficio delle imposte'
], ],
'tax_number' => [ 'tax_number' => [
'name' => 'Tax Number' 'name' => 'Codice fiscale'
], ],
// Profile page // Profile page
'my_profile' => 'My Profile', 'my_profile' => 'Il mio profilo',
'edit_profile' => 'Edit Profile', 'edit_profile' => 'Modifica Profilo',
'edit_details' => 'Edit Details', 'edit_details' => 'Modifica i dettagli',
'update' => 'Update', 'update' => 'Aggiornare',
'change_password' => 'Change Password', 'change_password' => 'Cambia la password',
]; ];