1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-21 04:05:28 +02:00
This commit is contained in:
syuilo
2025-07-30 13:52:52 +09:00
parent b0493abe93
commit e8b5aa5c2f
5 changed files with 539 additions and 486 deletions

8
locales/index.d.ts vendored
View File

@@ -5493,6 +5493,10 @@ export interface Locale extends ILocale {
* 低くすると画質を保てますが、ファイルサイズは増加します。<br>高くするとファイルサイズを減らせますが、画質は低下します。
*/
"defaultImageCompressionLevel_description": string;
/**
* 低電力モード
*/
"lowPowerMode": string;
"_order": {
/**
* 新しい順
@@ -5799,6 +5803,10 @@ export interface Locale extends ILocale {
* UIのアニメーション
*/
"uiAnimations": string;
/**
* アニメーション画像を再生
*/
"playAnimatedImages": string;
/**
* ナビゲーションバーに副ボタンを表示
*/

View File

@@ -1368,6 +1368,7 @@ redisplayAllTips: "全ての「ヒントとコツ」を再表示"
hideAllTips: "全ての「ヒントとコツ」を非表示"
defaultImageCompressionLevel: "デフォルトの画像圧縮度"
defaultImageCompressionLevel_description: "低くすると画質を保てますが、ファイルサイズは増加します。<br>高くするとファイルサイズを減らせますが、画質は低下します。"
lowPowerMode: "低電力モード"
_order:
newest: "新しい順"
@@ -1451,6 +1452,7 @@ _settings:
useStickyIcons: "アイコンをスクロールに追従させる"
enableHighQualityImagePlaceholders: "高品質な画像のプレースホルダを表示"
uiAnimations: "UIのアニメーション"
playAnimatedImages: "アニメーション画像を再生"
showNavbarSubButtons: "ナビゲーションバーに副ボタンを表示"
ifOn: "オンのとき"
ifOff: "オフのとき"