feat(settings): add expanded video auto-unmute preference (#1104)

* feat(settings): add expanded video auto-unmute preference

* fix(translations): add missing unmute labels

* fix(translations): localize unmute label
This commit is contained in:
Tommaso Casaburi
2026-03-17 19:09:29 +08:00
committed by GitHub
parent 8c37258f20
commit 714c39cf47
42 changed files with 182 additions and 40 deletions
+3 -1
View File
@@ -318,5 +318,7 @@
"report_post": "投稿を報告",
"delete_post": "投稿を削除",
"delete_post_confirm": "この投稿を完全に削除しますか?元に戻せません。",
"app_p2p_info": "いつでもどのボードにも接続できます。完全にP2Pなので、誰にも止められません。上の検索欄にアドレスを貼り付けるだけです。"
"app_p2p_info": "いつでもどのボードにも接続できます。完全にP2Pなので、誰にも止められません。上の検索欄にアドレスを貼り付けるだけです。",
"unmute_video_sound_tip": "動画再生時に自動で音声をオンにする",
"unmute_video_sound": "動画再生時に自動で音声をオンにする"
}