]> git.openstreetmap.org Git - rails.git/blobdiff - config/locales/ko.yml
Merge remote-tracking branch 'upstream/pull/2083'
[rails.git] / config / locales / ko.yml
index 7726c301a80e4af2f7683a1f81853e0ed0df2ec4..04d4f7d93c1f29851421a10708e38ca86d36bf4a 100644 (file)
@@ -240,7 +240,7 @@ ko:
       introduction: 근처의 지물을 찾으려면 지도에서 클릭하세요.
       nearby: 근처 지물
       enclosing: 근접 지역 내 지물
-  changeset:
+  changesets:
     changeset_paging_nav:
       showing_page: '%{page}쪽'
       next: 다음 »
@@ -269,14 +269,14 @@ ko:
       load_more: 더 불러오기
     timeout:
       sorry: 죄송합니다, 요청하는 바뀜집합 목록을 얻는데 너무 오래 걸립니다.
-    rss:
-      title_all: OpenStreetMap 바뀜집합 토론
-      title_particular: 'OpenStreetMap 바뀜집합 #%{changeset_id} 토론'
+  changeset_comments:
+    comment:
       comment: '바뀜집합 #%{changeset_id}에 %{author}님이 새 댓글을 남김'
-      commented_at_html: '%{when} 전에 업데이트함'
       commented_at_by_html: '%{user}님이 %{when} 전에 업데이트함'
-      full: 전체 토론
-  diary_entry:
+    index:
+      title_all: OpenStreetMap 바뀜집합 토론
+      title_particular: 'OpenStreetMap 바뀜집합 #%{changeset_id} 토론'
+  diary_entries:
     new:
       title: 새 일기 항목
       publish_button: 발행
@@ -1529,6 +1529,8 @@ ko:
       switch2osm:
         title: switch2osm
         description: 회사나 단체가 OpenStreetMap와 다른 서비스를 기반으로 전환하는 것에 도움을 주십시오.
+      welcomemat:
+        url: https://welcome.openstreetmap.org/
       wiki:
         url: https://wiki.openstreetmap.org/
         title: wiki.openstreetmap.org
@@ -1797,14 +1799,11 @@ ko:
         other: '%{user}에서의 점 %{count}개으로 된 GPX 파일'
       description_without_count: '%{user}에서의 GPX 파일'
   application:
+    permission_denied: 이 작업에 접근할 권한이 없습니다
     require_cookies:
       cookies_needed: 쿠키를 비활성화한 것으로 보입니다 - 계속하기 전에 브라우저에서 쿠키를 활성화하세요.
     require_admin:
       not_an_admin: 해당 동작을 수행하려면 관리자 권한이 필요합니다.
-    require_moderator:
-      not_a_moderator: 해당 동작을 수행하려면 운영자 권한이 필요합니다.
-    require_moderator_or_admin:
-      not_a_moderator_or_admin: 해당 동작을 수행하려면 운영자나 관리자 권한이 필요합니다
     setup_user_auth:
       blocked_zero_hour: OpenStreetMap 웹 사이트에 긴급 메시지가 있습니다. 편집을 저장하기 전에 이 메시지를 읽어야
         합니다.
@@ -2224,7 +2223,6 @@ ko:
         사용자 설정에서 등록할 수 있습니다.
   user_role:
     filter:
-      not_an_administrator: 관리자만 사용자 역할 관리를 수행할 수 있습니다, ​​당신은 관리자가 아닙니다.
       not_a_role: '''%{role}'' 문자열은 올바른 역할이 아닙니다.'
       already_has_role: 사용자는 이미 %{role} 역할이 있습니다.
       doesnt_have_role: 사용자는 %{role} 역할이 없습니다.
@@ -2579,4 +2577,7 @@ ko:
       not_empty: 교정이 비어 있지 않습니다. 파기하기 전에 이 교정에 속하는 모든 판을 교정 취소하세요.
       flash: 교정을 파기했습니다.
       error: 이 교정을 파기하는 중에 오류가 발생했습니다.
+  validations:
+    invalid_characters: 유효하지 않은 문자가 포함됨
+    url_characters: 특정 URL 문자 포함 (%{characters})
 ...