diff options
author | Minori Hiraoka <Mnkai@users.noreply.github.com> | 2017-07-04 23:48:22 +0900 |
---|---|---|
committer | Eugen Rochko <eugen@zeonfederated.com> | 2017-07-04 16:48:22 +0200 |
commit | 976c18aa5f159d91b26c8aa0d410a519b7b2e3fd (patch) | |
tree | c074754619aa7cd972566d3a3ac972e47dc71753 /config/locales/simple_form.ko.yml | |
parent | 4cddef1cea3b7c44c5c951b2cd6a118edd0332c5 (diff) |
Fix Korean translation (#4065)
* Added Korean Translation (based on japanese) * Update korean translation * Update korean translation: fix syntax error * Updated korean translation * Update korean translation * Update ko.json Translate non-translated parts * Update ko.yml Translated missed parts - and fixed some typos * Create simple_form.ko.yml * Update simple_form.ko.yml Translation error fix - password change form * Update simple_form.ko.yml * Update ko.json Missing translation
Diffstat (limited to 'config/locales/simple_form.ko.yml')
-rw-r--r-- | config/locales/simple_form.ko.yml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/config/locales/simple_form.ko.yml b/config/locales/simple_form.ko.yml index 85abddcf3..b7dbc8bef 100644 --- a/config/locales/simple_form.ko.yml +++ b/config/locales/simple_form.ko.yml @@ -21,16 +21,16 @@ ko: labels: defaults: avatar: 아바타 - confirm_new_password: 새로운 비밀번호를 입력 - confirm_password: 현재 비밀번호를 다시 입력 - current_password: 현재 비밀번호를 입력 + confirm_new_password: 새로운 비밀번호 다시 입력 + confirm_password: 현재 비밀번호 다시 입력 + current_password: 현재 비밀번호 입력 data: 데이터 display_name: 표시되는 이름 email: 이메일 주소 header: 헤더 locale: 언어 locked: 계정 잠금 - new_password: 새로운 비밀번호 + new_password: 새로운 비밀번호 입력 note: 자기소개 otp_attempt: 2단계 인증 코드 password: 비밀번호 |