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": "视频播放时自动开启声音"
}