This commit is contained in:
syuilo
2025-05-11 14:23:58 +09:00
parent 4d08c0a82b
commit 3100caadda
3 changed files with 15 additions and 0 deletions

4
locales/index.d.ts vendored
View File

@@ -5717,6 +5717,10 @@ export interface Locale extends ILocale {
* 高品質な画像のプレースホルダを表示
*/
"enableHighQualityImagePlaceholders": string;
/**
* UIのアニメーション
*/
"uiAnimations": string;
/**
* ナビゲーションバーに副ボタンを表示
*/

View File

@@ -1429,6 +1429,7 @@ _settings:
makeEveryTextElementsSelectable_description: "有効にすると、一部のシチュエーションでのユーザビリティが低下する場合があります。"
useStickyIcons: "アイコンをスクロールに追従させる"
enableHighQualityImagePlaceholders: "高品質な画像のプレースホルダを表示"
uiAnimations: "UIのアニメーション"
showNavbarSubButtons: "ナビゲーションバーに副ボタンを表示"
ifOn: "オンのとき"
ifOff: "オフのとき"