mirror of
https://github.com/openclassify/openclassify.git
synced 2026-03-10 10:15:28 -05:00
New translations field.php (Italian)
This commit is contained in:
parent
adf395cb5d
commit
72928e3696
@ -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'
|
||||
],
|
||||
];
|
||||
|
||||
Loading…
Reference in New Issue
Block a user