]> git.openstreetmap.org Git - rails.git/blobdiff - config/locales/ko.yml
Ensure that the blocked template rendering works
[rails.git] / config / locales / ko.yml
index 9ed3f177a266baeab8015630c6226d5c2fea9ece..815a11c8adc198f8ba469584448c1cbdca559d5d 100644 (file)
@@ -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: 발행
@@ -2580,4 +2580,7 @@ ko:
       not_empty: 교정이 비어 있지 않습니다. 파기하기 전에 이 교정에 속하는 모든 판을 교정 취소하세요.
       flash: 교정을 파기했습니다.
       error: 이 교정을 파기하는 중에 오류가 발생했습니다.
+  validations:
+    invalid_characters: 유효하지 않은 문자가 포함됨
+    url_characters: 특정 URL 문자 포함 (%{characters})
 ...