Explorar o código

사소한 수정

Surplus_Up (2DU) %!s(int64=6) %!d(string=hai) anos
pai
achega
a80d14e49a
Modificáronse 3 ficheiros con 6 adicións e 3 borrados
  1. 1 0
      language/en-US.json
  2. 4 3
      language/ko-KR.json
  3. 1 0
      route/give_acl.py

+ 1 - 0
language/en-US.json

@@ -278,6 +278,7 @@
             "50_edit_acl" : "Only members with 50 or more all document edits",
             "all_acl" : "All users",
             "email_acl" : "Only users with email",
+            "owner_acl" : "Owner only",
     "_comment_3_" : "Long",
         "ie_no_data_required" : "Operation cannot continue because all required data has not been collected.",
         "oauth_settings_not_found" : "Administrator has not provided any data about using this feature.",

+ 4 - 3
language/ko-KR.json

@@ -189,7 +189,7 @@
     "editor": "에디터",
     "wiki_secret_key": "위키 비밀키",
     "band_ban": "대역 차단",
-    "http_warring": "경고: HTTPS 연결을 사용하지 않는다면 개인정보가 유출될 수 있습니다. 이 사항에 의해 입는 피해는 사용자에게 책임이 있음을 알려드립니다.",
+    "http_warring": "경고 : HTTPS 연결을 사용하지 않는다면 개인정보가 유출될 수 있습니다. 이 사항에 의해 입는 피해는 사용자에게 책임이 있음을 알려드립니다.",
     "update_warring": "최신 버전보다 0.2 버전 이상 낮은 경우 수동 업데이트를 권장 드립니다. 윈도우의 경우 route 폴더의 내용이 사라집니다.",
     "discussion_name": "토론명",
     "discussion": "토론",
@@ -212,7 +212,7 @@
     "name": "이름",
     "period": "기간",
     "writer": "작성자",
-    "oauth_signin_facebook": "Facebook 아이디로 로그인",
+    "oauth_signin_facebook": "페이스북 아이디로 로그인",
     "long_id_error": "ID는 20자보다 짧아야 합니다.",
     "edit_record_error": "수정 요약은 500자를 넘길 수 없습니다.",
     "revert": "복원",
@@ -291,5 +291,6 @@
     "direct_input": "직접 입력",
     "acl_record": "ACL 기록",
     "main_bottom_body": "본문 하단",
-    "reference" : "참고"
+    "reference" : "참고",
+    "owner_acl" : "소유자만"
 }

+ 1 - 0
route/give_acl.py

@@ -119,6 +119,7 @@ def give_acl_2(conn, name):
                     <li>50_edit : ''' + load_lang('50_edit_acl') + '''</li>
                     <li>all : ''' + load_lang('all_acl') + '''</li>
                     <li>email : ''' + load_lang('email_acl') + '''</li>
+                    <li>owner : ''' + load_lang('owner_acl') + '''</li>
                 </ul>
             '''