浏览代码

빠진 번역 추가

잉여개발기 (SPDV) 6 年之前
父节点
当前提交
0869af9d3f
共有 2 个文件被更改,包括 4 次插入2 次删除
  1. 2 1
      language/en-US.json
  2. 2 1
      language/ko-KR.json

+ 2 - 1
language/en-US.json

@@ -163,6 +163,7 @@
         "password_change" : "Password change",
         "email_change" : "Email change",
         "acl_change" : "Change document ACL",
+        "user_tool" : "User tool",
         "_comment_2.1_" : "Filter",
             "_comment_2.1.1_" : "List",
                 "interwiki_list" : "Interwiki(s) list",
@@ -272,7 +273,7 @@
             "admin_acl" : "Admin only",
             "member_acl" : "Member only",
             "50_edit_acl" : "Only members with 50 or more all document edits",
-            "all_acl" : "All Users",
+            "all_acl" : "All users",
             "email_acl" : "Only users with email",
     "_comment_3_" : "Long",
         "ie_no_data_required" : "Operation cannot continue because all required data has not been collected.",

+ 2 - 1
language/ko-KR.json

@@ -286,5 +286,6 @@
     "topic_long_error" : "토론 이름이 256자를 넘지 않아야 합니다.",
     "email_error" : "이런 이메일을 가진 사용자가 없습니다.",
     "regex_error" : "정규표현식에 오류가 있습니다.",
-    "decument_404_error" : "이 문서는 존재하지 않습니다."
+    "decument_404_error" : "이 문서는 존재하지 않습니다.",
+    "user_tool" : "사용자 도구",
 }