New translations field.php (Korean)

This commit is contained in:
Fatih Alp 2020-12-16 12:50:24 +03:00
parent 3bdeb3be5b
commit 70175a67f0

View File

@ -58,6 +58,12 @@ return [
'birthday' => [ 'birthday' => [
'name' => '생신' 'name' => '생신'
], ],
'facebook_address' => [
'name' => 'Facebook Address'
],
'google_address' => [
'name' => 'Google Address'
],
'education' => [ 'education' => [
'name' => '교육' 'name' => '교육'
], ],
@ -115,6 +121,9 @@ return [
'user' => [ 'user' => [
'name' => '사용자' 'name' => '사용자'
], ],
'name' => [
'name' => 'Name'
],
/*Menu Button*/ /*Menu Button*/
'profile' => [ 'profile' => [
@ -375,6 +384,9 @@ return [
'password' => [ 'password' => [
'name' => '암호', 'name' => '암호',
], ],
'old_password' => [
'name' => '기존 비밀번호',
],
'new_password' => [ 'new_password' => [
'name' => '새 비밀번호', 'name' => '새 비밀번호',
], ],
@ -467,4 +479,8 @@ return [
'personal' => [ 'personal' => [
'name' => '개인적인' 'name' => '개인적인'
], ],
'education_part' => [
'name' => 'State of Education'
],
]; ];