1
1
mirror of https://github.com/kokonect-link/cherrypick synced 2024-10-30 06:41:46 +09:00

_urlWarning -> _externalNavigationWarning

This commit is contained in:
kakkokari-gtyih 2024-03-24 20:28:10 +09:00
parent 9114c55271
commit 483bdc6ac9
3 changed files with 5 additions and 5 deletions

2
locales/index.d.ts vendored
View File

@ -9842,7 +9842,7 @@ export interface Locale extends ILocale {
*/
"summaryProxyDescription2": string;
};
"_urlWarning": {
"_externalNavigationWarning": {
/**
*
*/

View File

@ -2622,7 +2622,7 @@ _urlPreviewSetting:
summaryProxyDescription: "Misskey本体ではなく、サマリープロキシを使用してプレビューを生成します。"
summaryProxyDescription2: "プロキシには下記パラメータがクエリ文字列として連携されます。プロキシ側がこれらをサポートしない場合、設定値は無視されます。"
_urlWarning:
_externalNavigationWarning:
title: "外部サイトに移動します"
description: "別のサイトに移動しようとしています。\nリンク先の安全性を十分に確認した上で進んでください。"
trustThisDomain: "今後{domain}のリンクを信頼する"

View File

@ -10,11 +10,11 @@ SPDX-License-Identifier: AGPL-3.0-only
<div :class="$style.icon">
<i :class="$style.iconInner" class="ti ti-alert-triangle"></i>
</div>
<header :class="$style.title">{{ i18n.ts._urlWarning.title }}</header>
<div><Mfm :text="i18n.ts._urlWarning.description"/></div>
<header :class="$style.title">{{ i18n.ts._externalNavigationWarning.title }}</header>
<div><Mfm :text="i18n.ts._externalNavigationWarning.description"/></div>
<div class="_monospace" :class="$style.urlAddress">{{ url }}</div>
<div>
<MkSwitch v-model="trustThisDomain">{{ i18n.tsx._urlWarning.trustThisDomain({ domain }) }}</MkSwitch>
<MkSwitch v-model="trustThisDomain">{{ i18n.tsx._externalNavigationWarning.trustThisDomain({ domain }) }}</MkSwitch>
</div>
</div>
<div :class="$style.buttons">