New translations field.php (Polish)

This commit is contained in:
Fatih Alp 2020-12-16 12:49:50 +03:00
parent 0c32a6dac4
commit 9e8bf40a60

View File

@ -58,6 +58,12 @@ return [
'birthday' => [ 'birthday' => [
'name' => 'Urodziny' 'name' => 'Urodziny'
], ],
'facebook_address' => [
'name' => 'Facebook Address'
],
'google_address' => [
'name' => 'Google Address'
],
'education' => [ 'education' => [
'name' => 'Edukacja' 'name' => 'Edukacja'
], ],
@ -115,6 +121,9 @@ return [
'user' => [ 'user' => [
'name' => 'Użytkownik' 'name' => 'Użytkownik'
], ],
'name' => [
'name' => 'Name'
],
/*Menu Button*/ /*Menu Button*/
'profile' => [ 'profile' => [
@ -375,6 +384,9 @@ return [
'password' => [ 'password' => [
'name' => 'Hasło', 'name' => 'Hasło',
], ],
'old_password' => [
'name' => 'Stare hasło',
],
'new_password' => [ 'new_password' => [
'name' => 'Nowe hasło', 'name' => 'Nowe hasło',
], ],
@ -467,4 +479,8 @@ return [
'personal' => [ 'personal' => [
'name' => 'Osobisty' 'name' => 'Osobisty'
], ],
'education_part' => [
'name' => 'State of Education'
],
]; ];