New translations field.php (Italian)

This commit is contained in:
Fatih Alp 2020-12-16 12:52:30 +03:00
parent adf395cb5d
commit 72928e3696

View File

@ -58,6 +58,12 @@ return [
'birthday' => [
'name' => 'Compleanno'
],
'facebook_address' => [
'name' => 'Indirizzo di Facebook'
],
'google_address' => [
'name' => 'Indirizzo Google'
],
'education' => [
'name' => 'Formazione scolastica'
],
@ -115,6 +121,9 @@ return [
'user' => [
'name' => 'Utente'
],
'name' => [
'name' => 'Name'
],
/*Menu Button*/
'profile' => [
@ -377,6 +386,9 @@ return [
'password' => [
'name' => 'Parola d\'ordine',
],
'old_password' => [
'name' => 'Vecchia password',
],
'new_password' => [
'name' => 'Nuova password',
],
@ -469,4 +481,8 @@ return [
'personal' => [
'name' => 'Personale'
],
'education_part' => [
'name' => 'State of Education'
],
];