{{key}}={{value}}.",
"register_limitation": "Register limitation",
"register_limitation_desc": "Restriction of new users' registration",
diff --git a/apps/app/public/static/locales/fr_FR/admin.json b/apps/app/public/static/locales/fr_FR/admin.json
index 121a1f6870a..c04fc568e06 100644
--- a/apps/app/public/static/locales/fr_FR/admin.json
+++ b/apps/app/public/static/locales/fr_FR/admin.json
@@ -19,7 +19,6 @@
"readonly_users_access": "Accès des utilisateurs lecture seule",
"always_hidden": "Toujours caché",
"always_displayed": "Toujours affiché",
- "displayed_or_hidden": "Caché / Affiché",
"Fixed by env var": "Configuré par la variable d'environnement {{key}}={{value}}.",
"register_limitation": "Paramètres d'inscription",
"register_limitation_desc": "Restreindre l'inscription de nouveaux utilisateurs",
diff --git a/apps/app/public/static/locales/ja_JP/admin.json b/apps/app/public/static/locales/ja_JP/admin.json
index 892646e74a4..d5d4c45c5fa 100644
--- a/apps/app/public/static/locales/ja_JP/admin.json
+++ b/apps/app/public/static/locales/ja_JP/admin.json
@@ -13,22 +13,21 @@
"Execute": "実行",
"last_login": "最終ログイン",
"wiki_management_homepage": "Wiki管理トップ",
- "public": "公開",
- "anyone_with_the_link": "リンクを知っている人のみ",
+ "public": "「公開」のページ",
+ "anyone_with_the_link": "「リンクを知っている人のみ」のページ",
"specified_users": "特定ユーザーのみ",
- "only_me": "自分のみ",
- "only_inside_the_group": "特定グループのみ",
+ "only_me": "「自分のみ」のページ",
+ "only_inside_the_group": "「特定グループのみ」のページ",
"optional": "オプション",
"days": "日",
"security_settings": {
"security_settings": "セキュリティ設定",
"scope_of_page_disclosure": "ページの公開範囲",
"set_point": "設定値",
- "Guest Users Access":"ゲストユーザーのアクセス",
+ "Guest Users Access": "ゲストユーザーのアクセス",
"readonly_users_access": "閲覧のみユーザーのアクセス",
- "always_hidden": "非表示 (固定)",
- "always_displayed": "表示 (固定)",
- "displayed_or_hidden": "非表示 / 表示",
+ "always_hidden": "表示しない",
+ "always_displayed": "表示する",
"Fixed by env var": "環境変数 {{forcewikimode}}={{wikimode}} により固定されています。",
"register_limitation": "登録の制限",
"register_limitation_desc": "新しいユーザーを登録する方法を制限します。",
@@ -73,7 +72,7 @@
"forced_update_desc": "設定が強制変更されました。前回の設定: ",
"page_delete_rights_caution": "「(子孫ページを含む)ゴミ箱に入れる操作 / 完全に削除する」の権限は、「ゴミ箱に入れる操作 / 完全に削除する」よりも強い権限になるように強制されます。 %s=%s修复的。",
diff --git a/apps/app/src/client/components/Admin/Security/SecuritySetting.jsx b/apps/app/src/client/components/Admin/Security/SecuritySetting.jsx
index 5569aff6419..b61f12610bc 100644
--- a/apps/app/src/client/components/Admin/Security/SecuritySetting.jsx
+++ b/apps/app/src/client/components/Admin/Security/SecuritySetting.jsx
@@ -297,7 +297,7 @@ class SecuritySetting extends React.Component {
onClick={() => this.setExpantOtherDeleteOptionsState(deletionType, !expantDeleteOptionsState)}
>
navigate_next
- { t('security_settings.other_options') }
+ {t('security_settings.other_options')}
| { t('security_settings.scope_of_page_disclosure') } | -{ t('security_settings.set_point') } | -
|---|---|
| { t('public') } | -check_circle{ t('security_settings.always_displayed') } | -
| { t('anyone_with_the_link') } | -cancel{ t('security_settings.always_hidden') } | -
| { t('only_me') } | -
-
- { adminGeneralSecurityContainer.switchIsShowRestrictedByOwner() }}
- />
-
+ {t('security_settings.page_list_and_search_results')}+
+
+
+
+ {/* Left Column: Labels */}
+
+
+
+ {/* Right Column: Content */}
+ {t('public')}
+ {t('anyone_with_the_link')}
+ {t('only_me')}
+ {t('only_inside_the_group')}
+
+
+
+ {t('security_settings.always_displayed')}
+
+
+
+ {t('security_settings.always_hidden')}
+
+
+ {/* Owner Restriction Dropdown */}
+
+
+
+
-
+
+
+
|
-
| { t('only_inside_the_group') } | -
-
- { adminGeneralSecurityContainer.switchIsShowRestrictedByGroup() }}
- />
-
+
+
+ {/* Group Restriction Dropdown */}
+
+
+
+
-
+
+
+
|
-