From 891d56c359d722866c7ebd50e216ad8ad5d4e7a1 Mon Sep 17 00:00:00 2001 From: syuilo <4439005+syuilo@users.noreply.github.com> Date: Mon, 21 Oct 2024 10:30:02 +0900 Subject: [PATCH] :art: --- locales/index.d.ts | 6 ++++- locales/ja-JP.yml | 3 ++- .../frontend/src/pages/settings/privacy.vue | 23 ++++++++++++------- 3 files changed, 22 insertions(+), 10 deletions(-) diff --git a/locales/index.d.ts b/locales/index.d.ts index 95891544f2..848e3b7653 100644 --- a/locales/index.d.ts +++ b/locales/index.d.ts @@ -5194,6 +5194,10 @@ export interface Locale extends ILocale { * このコンテンツの閲覧にはログインが必要と作者によって設定されています */ "thisContentsAreMarkedAsSigninRequiredByAuthor": string; + /** + * ロックダウン + */ + "lockdown": string; "_accountSettings": { /** * コンテンツの表示にログインを必須にする @@ -5208,7 +5212,7 @@ export interface Locale extends ILocale { */ "requireSigninToViewContentsDescription2": string; /** - * リモートサーバーに連合されたコンテンツにはこれらの制限は適用されません。 + * リモートサーバーに連合されたコンテンツでは、これらの制限が適用されない場合があります。 */ "requireSigninToViewContentsDescription3": string; }; diff --git a/locales/ja-JP.yml b/locales/ja-JP.yml index aa2c5ef83a..b00af91687 100644 --- a/locales/ja-JP.yml +++ b/locales/ja-JP.yml @@ -1294,12 +1294,13 @@ prohibitedWordsForNameOfUserDescription: "このリストに含まれる文字 yourNameContainsProhibitedWords: "変更しようとした名前に禁止された文字列が含まれています" yourNameContainsProhibitedWordsDescription: "名前に禁止されている文字列が含まれています。この名前を使用したい場合は、サーバー管理者にお問い合わせください。" thisContentsAreMarkedAsSigninRequiredByAuthor: "このコンテンツの閲覧にはログインが必要と作者によって設定されています" +lockdown: "ロックダウン" _accountSettings: requireSigninToViewContents: "コンテンツの表示にログインを必須にする" requireSigninToViewContentsDescription1: "あなたが作成した全てのノートなどのコンテンツを表示するのにログインを必須にします。クローラーから情報を収集されるのを防ぐ効果が期待できます。" requireSigninToViewContentsDescription2: "URLプレビュー(OGP)、Webページへの埋め込み、ノートの引用に対応していないサーバーからの表示も不可になります。" - requireSigninToViewContentsDescription3: "リモートサーバーに連合されたコンテンツでは、これらの制限が適用されない場合もあります。" + requireSigninToViewContentsDescription3: "リモートサーバーに連合されたコンテンツでは、これらの制限が適用されない場合があります。" _abuseUserReport: forward: "転送" diff --git a/packages/frontend/src/pages/settings/privacy.vue b/packages/frontend/src/pages/settings/privacy.vue index 88fb784ae3..e277dfad71 100644 --- a/packages/frontend/src/pages/settings/privacy.vue +++ b/packages/frontend/src/pages/settings/privacy.vue @@ -43,14 +43,21 @@ SPDX-License-Identifier: AGPL-3.0-only {{ i18n.ts.makeExplorable }} {{ i18n.ts.makeExplorableDescription }} - - {{ i18n.ts._accountSettings.requireSigninToViewContents }}{{ i18n.ts.beta }} - - {{ i18n.ts._accountSettings.requireSigninToViewContentsDescription1 }} - {{ i18n.ts._accountSettings.requireSigninToViewContentsDescription2 }} - {{ i18n.ts._accountSettings.requireSigninToViewContentsDescription3 }} - - + + + {{ i18n.ts.lockdown }} + + + + {{ i18n.ts._accountSettings.requireSigninToViewContents }}{{ i18n.ts.beta }} + + {{ i18n.ts._accountSettings.requireSigninToViewContentsDescription1 }} + {{ i18n.ts._accountSettings.requireSigninToViewContentsDescription2 }} + {{ i18n.ts._accountSettings.requireSigninToViewContentsDescription3 }} + + + +