chore(frontend): add tips

This commit is contained in:
syuilo 2025-10-16 09:44:58 +09:00
parent 56885cceed
commit a405575cd6
3 changed files with 6 additions and 0 deletions

4
locales/index.d.ts vendored
View File

@ -3118,6 +3118,10 @@ export interface Locale extends ILocale {
*
*/
"disableShowingAnimatedImages": string;
/**
* OSのアクセシビリティ設定や省電力設定等が干渉している場合があります
*/
"disableShowingAnimatedImages_caption": string;
/**
*
*/

View File

@ -775,6 +775,7 @@ lockedAccountInfo: "フォローを承認制にしても、ノートの公開範
alwaysMarkSensitive: "デフォルトでメディアをセンシティブ設定にする"
loadRawImages: "添付画像のサムネイルをオリジナル画質にする"
disableShowingAnimatedImages: "アニメーション画像を再生しない"
disableShowingAnimatedImages_caption: "この設定に関わらずアニメーション画像が再生されないときは、ブラウザ・OSのアクセシビリティ設定や省電力設定等が干渉している場合があります。"
highlightSensitiveMedia: "メディアがセンシティブであることを分かりやすく表示"
verificationEmailSent: "確認のメールを送信しました。メールに記載されたリンクにアクセスして、設定を完了してください。"
notSet: "未設定"

View File

@ -475,6 +475,7 @@ SPDX-License-Identifier: AGPL-3.0-only
<MkPreferenceContainer k="disableShowingAnimatedImages">
<MkSwitch v-model="disableShowingAnimatedImages">
<template #label><SearchLabel>{{ i18n.ts.disableShowingAnimatedImages }}</SearchLabel></template>
<template #caption>{{ i18n.ts.disableShowingAnimatedImages_caption }}</template>
</MkSwitch>
</MkPreferenceContainer>
</SearchMarker>