mirror of
https://github.com/kokonect-link/cherrypick
synced 2024-10-30 06:41:46 +09:00
_urlWarning
-> _externalNavigationWarning
This commit is contained in:
parent
9114c55271
commit
483bdc6ac9
2
locales/index.d.ts
vendored
2
locales/index.d.ts
vendored
@ -9842,7 +9842,7 @@ export interface Locale extends ILocale {
|
||||
*/
|
||||
"summaryProxyDescription2": string;
|
||||
};
|
||||
"_urlWarning": {
|
||||
"_externalNavigationWarning": {
|
||||
/**
|
||||
* 外部サイトに移動します
|
||||
*/
|
||||
|
@ -2622,7 +2622,7 @@ _urlPreviewSetting:
|
||||
summaryProxyDescription: "Misskey本体ではなく、サマリープロキシを使用してプレビューを生成します。"
|
||||
summaryProxyDescription2: "プロキシには下記パラメータがクエリ文字列として連携されます。プロキシ側がこれらをサポートしない場合、設定値は無視されます。"
|
||||
|
||||
_urlWarning:
|
||||
_externalNavigationWarning:
|
||||
title: "外部サイトに移動します"
|
||||
description: "別のサイトに移動しようとしています。\nリンク先の安全性を十分に確認した上で進んでください。"
|
||||
trustThisDomain: "今後{domain}のリンクを信頼する"
|
||||
|
@ -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">
|
||||
|
Loading…
Reference in New Issue
Block a user