잉여개발기 (SPDV) vor 1 Jahr
Ursprung
Commit
3cae660fb4
4 geänderte Dateien mit 8 neuen und 4 gelöschten Zeilen
  1. 2 0
      lang/en-US.json
  2. 3 1
      lang/ko-KR.json
  3. 2 2
      route/give_admin_groups.py
  4. 1 1
      version.json

+ 2 - 0
lang/en-US.json

@@ -35,6 +35,8 @@
     "nothing_authority" : "Ineffective authority",
     "multiple_authorize" : "Multiple authorize",
     "auth_to_auth" : "Auth group to auth group",
+    "vote_management_authority" : "Vote management authority",
+    "bbs_management_authority" : "BBS management authority",
 
     "_comment_" : "Common",
     "data" : "Data",

+ 3 - 1
lang/ko-KR.json

@@ -681,5 +681,7 @@
     "xss_data_include_error" : "XSS에 이용될 수 있는 문자는 입력할 수 없습니다.",
     "nothing_authority" : "아무 기능 없는 권한",
     "multiple_authorize" : "다중 권한 부여",
-    "auth_to_auth" : "권한 그룹에서 권한 그룹으로"
+    "auth_to_auth" : "권한 그룹에서 권한 그룹으로",
+    "vote_management_authority" : "투표 관리 권한",
+    "bbs_management_authority" : "BBS 관리 권한"
 }

+ 2 - 2
route/give_admin_groups.py

@@ -22,9 +22,9 @@ def give_admin_groups(name = 'test'):
                         [4, '', get_lang(conn, 'admin_default_feature_authority')],
                     [3, 'give', get_lang(conn, 'authorization_authority')],
                         [4, '', get_lang(conn, 'admin_default_feature_authority')],
-                    [3, 'bbs', get_lang(conn, 'bbs_authority')],
+                    [3, 'bbs', get_lang(conn, 'bbs_management_authority')],
                         [4, '', get_lang(conn, 'admin_default_feature_authority')],
-                    [3, 'vote', get_lang(conn, 'vote_authority')],
+                    [3, 'vote_fix', get_lang(conn, 'vote_management_authority')],
                         [4, '', get_lang(conn, 'admin_default_feature_authority')],
                     [3, 'admin_default_feature', get_lang(conn, 'admin_default_feature_authority')],
                         [4, 'doc_watch_list_view', get_lang(conn, 'doc_watch_list_view_authority')],

+ 1 - 1
version.json

@@ -1,6 +1,6 @@
 {
     "beta" : {
-        "r_ver" : "v3.5.0-v167",
+        "r_ver" : "v3.5.0-v168",
         "c_ver" : "20240513",
         "s_ver" : "20240426"
     }