]> source.dussan.org Git - redmine.git/commitdiff
Korean translation for trunk updated by Yonghwan SO (#22506)
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Sat, 7 May 2016 13:56:12 +0000 (13:56 +0000)
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Sat, 7 May 2016 13:56:12 +0000 (13:56 +0000)
git-svn-id: http://svn.redmine.org/redmine/trunk@15387 e93f8b46-1217-0410-a6f0-8f06a7374b81

config/locales/ko.yml
public/javascripts/jstoolbar/lang/jstoolbar-ko.js

index 118fa5210ad1a7e1e76299d346911a64deb29c34..b3a0d591f6f6c743b2e900b175c38762547446b3 100644 (file)
@@ -1223,20 +1223,18 @@ ko:
   label_any_open_issues: any open issues
   label_no_open_issues: no open issues
   label_default_values_for_new_users: 새 사용자 기본값
-  error_ldap_bind_credentials: Invalid LDAP Account/Password
+  error_ldap_bind_credentials: 잘못된 LDAP 계정/암호
   setting_sys_api_key: API 키
   setting_lost_password: 비밀번호 찾기
-  mail_subject_security_notification: Security notification
-  mail_body_security_notification_change: ! '%{field} was changed.'
-  mail_body_security_notification_change_to: ! '%{field} was changed to %{value}.'
-  mail_body_security_notification_add: ! '%{field} %{value} was added.'
-  mail_body_security_notification_remove: ! '%{field} %{value} was removed.'
-  mail_body_security_notification_notify_enabled: Email address %{value} now receives
-    notifications.
-  mail_body_security_notification_notify_disabled: Email address %{value} no longer
-    receives notifications.
-  mail_body_settings_updated: ! 'The following settings were changed:'
-  field_remote_ip: IP address
+  mail_subject_security_notification: 보안 알림
+  mail_body_security_notification_change: ! '%{field}이(가) 변경되었습니다.'
+  mail_body_security_notification_change_to: ! '%{field}이(가) %{value}(으)로 변경되었습니다.'
+  mail_body_security_notification_add: ! '%{field}에 %{value}이(가) 추가되었습니다.'
+  mail_body_security_notification_remove: ! '%{field}에 %{value}이(가) 삭제되었습니다.'
+  mail_body_security_notification_notify_enabled: 이제 %{value}(으)로 알람이 발송됩니다.
+  mail_body_security_notification_notify_disabled: '%{value}(으)로 더 이상 알람이 발송되지 않습니다.'
+  mail_body_settings_updated: ! '다음의 설정이 변경되었습니다:'
+  field_remote_ip: IP 주소
   label_wiki_page_new: New wiki page
   label_relations: Relations
   button_filter: Filter
index e67c10144c71cf8a9836969fa66a000b7c5e2323..b49fbc8a560f6c3ff3db4ef838ad753ac85d3730 100644 (file)
@@ -7,7 +7,7 @@ jsToolBar.strings['Code'] = '코드';
 jsToolBar.strings['Heading 1'] = '제목 1';
 jsToolBar.strings['Heading 2'] = '제목 2';
 jsToolBar.strings['Heading 3'] = '제목 3';
-jsToolBar.strings['Highlighted code'] = 'Highlighted code';
+jsToolBar.strings['Highlighted code'] = '색상화한 코드';
 jsToolBar.strings['Unordered list'] = '글머리 기호';
 jsToolBar.strings['Ordered list'] = '번호 매기기';
 jsToolBar.strings['Quote'] = '인용';