summaryrefslogtreecommitdiff
path: root/locales
diff options
context:
space:
mode:
authorsyuilo <4439005+syuilo@users.noreply.github.com>2025-03-29 20:56:59 +0900
committersyuilo <4439005+syuilo@users.noreply.github.com>2025-03-29 20:56:59 +0900
commitd9012740a17ea37f45a5354551d29daf0e2f00f0 (patch)
tree2707d990445923191a38d00fa3eb920d253f202d /locales
parentperf(frontend): reduce stack contexts (diff)
downloadsharkey-d9012740a17ea37f45a5354551d29daf0e2f00f0.tar.gz
sharkey-d9012740a17ea37f45a5354551d29daf0e2f00f0.tar.bz2
sharkey-d9012740a17ea37f45a5354551d29daf0e2f00f0.zip
enhance(frontend): アイコンのスクロール追従を無効化してパフォーマンス向上できるように
Diffstat (limited to 'locales')
-rw-r--r--locales/index.d.ts4
-rw-r--r--locales/ja-JP.yml1
2 files changed, 5 insertions, 0 deletions
diff --git a/locales/index.d.ts b/locales/index.d.ts
index d7b1c3b9b0..3dfd0e6029 100644
--- a/locales/index.d.ts
+++ b/locales/index.d.ts
@@ -5635,6 +5635,10 @@ export interface Locale extends ILocale {
*/
"makeEveryTextElementsSelectable_description": string;
/**
+ * アイコンをスクロールに追従させる
+ */
+ "useStickyIcons": string;
+ /**
* ナビゲーションバーに副ボタンを表示
*/
"showNavbarSubButtons": string;
diff --git a/locales/ja-JP.yml b/locales/ja-JP.yml
index 7ab6c24d82..eb1505270c 100644
--- a/locales/ja-JP.yml
+++ b/locales/ja-JP.yml
@@ -1409,6 +1409,7 @@ _settings:
timelineAndNote: "タイムラインとノート"
makeEveryTextElementsSelectable: "全てのテキスト要素を選択可能にする"
makeEveryTextElementsSelectable_description: "有効にすると、一部のシチュエーションでのユーザビリティが低下する場合があります。"
+ useStickyIcons: "アイコンをスクロールに追従させる"
showNavbarSubButtons: "ナビゲーションバーに副ボタンを表示"
ifOn: "オンのとき"
ifOff: "オフのとき"