Parcourir la source

번역 추가

잉여개발기 (SPDV) il y a 1 an
Parent
commit
1fc14b8384
2 fichiers modifiés avec 5 ajouts et 1 suppressions
  1. 2 0
      lang/en-US.json
  2. 3 1
      lang/ko-KR.json

+ 2 - 0
lang/en-US.json

@@ -50,6 +50,8 @@
     "post_view_acl" : "Post view ACL",
     "post_comment_acl" : "Post comment ACL",
     "remove_hidden" : "Don't show hide content",
+    "link_count" : "Number of links",
+    "data_missing" : "No information",
 
     "_comment_" : "Common",
     "data" : "Data",

+ 3 - 1
lang/ko-KR.json

@@ -695,5 +695,7 @@
     "edit_filter_view_authority" : "편집 필터 보기 권한",
     "post_view_acl" : "게시글 보기 ACL",
     "post_comment_acl" : "게시글 댓글 ACL",
-    "remove_hidden": "숨겨진 내용 보이지 않기"
+    "remove_hidden": "숨겨진 내용 보이지 않기",
+    "link_count" : "링크 갯수",
+    "data_missing" : "정보 없음"
 }