mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
New translations field.php (Korean)
This commit is contained in:
parent
3bdeb3be5b
commit
70175a67f0
@ -58,6 +58,12 @@ return [
|
||||
'birthday' => [
|
||||
'name' => '생신'
|
||||
],
|
||||
'facebook_address' => [
|
||||
'name' => 'Facebook Address'
|
||||
],
|
||||
'google_address' => [
|
||||
'name' => 'Google Address'
|
||||
],
|
||||
'education' => [
|
||||
'name' => '교육'
|
||||
],
|
||||
@ -115,6 +121,9 @@ return [
|
||||
'user' => [
|
||||
'name' => '사용자'
|
||||
],
|
||||
'name' => [
|
||||
'name' => 'Name'
|
||||
],
|
||||
|
||||
/*Menu Button*/
|
||||
'profile' => [
|
||||
@ -375,6 +384,9 @@ return [
|
||||
'password' => [
|
||||
'name' => '암호',
|
||||
],
|
||||
'old_password' => [
|
||||
'name' => '기존 비밀번호',
|
||||
],
|
||||
'new_password' => [
|
||||
'name' => '새 비밀번호',
|
||||
],
|
||||
@ -467,4 +479,8 @@ return [
|
||||
'personal' => [
|
||||
'name' => '개인적인'
|
||||
],
|
||||
|
||||
'education_part' => [
|
||||
'name' => 'State of Education'
|
||||
],
|
||||
];
|
||||
|
||||
Loading…
Reference in New Issue
Block a user