mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-24 22:11:01 -06:00
New translations field.php (Korean)
This commit is contained in:
parent
ab600caffb
commit
307a052cd1
@ -428,19 +428,19 @@ return [
|
|||||||
'my_address' => '내 주소',
|
'my_address' => '내 주소',
|
||||||
|
|
||||||
'company' => [
|
'company' => [
|
||||||
'name' => 'Company Name'
|
'name' => '회사 이름'
|
||||||
],
|
],
|
||||||
'tax_office' => [
|
'tax_office' => [
|
||||||
'name' => 'Tax Office'
|
'name' => '세무서'
|
||||||
],
|
],
|
||||||
'tax_number' => [
|
'tax_number' => [
|
||||||
'name' => 'Tax Number'
|
'name' => '세금 번호'
|
||||||
],
|
],
|
||||||
|
|
||||||
// Profile page
|
// Profile page
|
||||||
'my_profile' => 'My Profile',
|
'my_profile' => '내 프로필',
|
||||||
'edit_profile' => 'Edit Profile',
|
'edit_profile' => '프로필 편집',
|
||||||
'edit_details' => 'Edit Details',
|
'edit_details' => '세부 정보 편집',
|
||||||
'update' => 'Update',
|
'update' => '최신 정보',
|
||||||
'change_password' => 'Change Password',
|
'change_password' => '비밀번호 변경',
|
||||||
];
|
];
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user