This commit is contained in:
syuilo 2025-05-30 18:16:28 +09:00
parent f3304c7503
commit 551c7b0642
3 changed files with 6 additions and 0 deletions

4
locales/index.d.ts vendored
View File

@ -5481,6 +5481,10 @@ export interface Locale extends ILocale {
*
*/
"defaultImageCompressionLevel": string;
/**
* <br>
*/
"defaultImageCompressionLevel_description": string;
"_chat": {
/**
*

View File

@ -1365,6 +1365,7 @@ tip: "ヒントとコツ"
redisplayAllTips: "全ての「ヒントとコツ」を再表示"
hideAllTips: "全ての「ヒントとコツ」を非表示"
defaultImageCompressionLevel: "デフォルトの画像圧縮度"
defaultImageCompressionLevel_description: "低くすると画質を保てますが、ファイルサイズは増加します。<br>高くするとファイルサイズを減らせますが、画質は低下します。"
_chat:
noMessagesYet: "まだメッセージはありません"

View File

@ -135,6 +135,7 @@ SPDX-License-Identifier: AGPL-3.0-only
]"
>
<template #label><SearchLabel>{{ i18n.ts.defaultImageCompressionLevel }}</SearchLabel></template>
<template #caption><div v-html="i18n.ts.defaultImageCompressionLevel_description"></div></template>
</MkSelect>
</MkPreferenceContainer>
</SearchMarker>