New translations field.php (Swedish)

This commit is contained in:
Fatih Alp 2020-12-16 12:50:43 +03:00
parent 3bef7b8091
commit d0375d548c

View File

@ -58,6 +58,12 @@ return [
'birthday' => [ 'birthday' => [
'name' => 'Födelsedag' 'name' => 'Födelsedag'
], ],
'facebook_address' => [
'name' => 'Facebook Address'
],
'google_address' => [
'name' => 'Google Address'
],
'education' => [ 'education' => [
'name' => 'Utbildning' 'name' => 'Utbildning'
], ],
@ -115,6 +121,9 @@ return [
'user' => [ 'user' => [
'name' => 'Användare' 'name' => 'Användare'
], ],
'name' => [
'name' => 'Name'
],
/*Menu Button*/ /*Menu Button*/
'profile' => [ 'profile' => [
@ -375,6 +384,9 @@ return [
'password' => [ 'password' => [
'name' => 'Lösenord', 'name' => 'Lösenord',
], ],
'old_password' => [
'name' => 'Gammalt lösenord',
],
'new_password' => [ 'new_password' => [
'name' => 'Nytt lösenord', 'name' => 'Nytt lösenord',
], ],
@ -467,4 +479,8 @@ return [
'personal' => [ 'personal' => [
'name' => 'Personlig' 'name' => 'Personlig'
], ],
'education_part' => [
'name' => 'State of Education'
],
]; ];