From f518b2866e32a3a60b1e258c7b817c46a0192859 Mon Sep 17 00:00:00 2001 From: Supercmd Date: Sat, 16 May 2026 08:07:43 +0800 Subject: [PATCH] =?UTF-8?q?fix(i18n):=20=E8=AE=A1=E6=97=B6=E5=99=A8"?= =?UTF-8?q?=E9=80=8F=E6=98=8E=E5=BA=A6"=E6=94=B9=E4=B8=BA"=E4=B8=8D?= =?UTF-8?q?=E9=80=8F=E6=98=8E=E5=BA=A6"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes #234 计时器右上角的 opacity 控制的是不透明度(值越大越不透明), 中文翻译"透明度"与实际含义相反,应改为"不透明度"。 日语翻译已正确使用"不透明度"。 --- app/Language/modules/countdown_timer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Language/modules/countdown_timer.py b/app/Language/modules/countdown_timer.py index 37bf4f50..baf3e73e 100644 --- a/app/Language/modules/countdown_timer.py +++ b/app/Language/modules/countdown_timer.py @@ -27,7 +27,7 @@ "description": "退出全屏", "pushbutton_name": "退出全屏", }, - "opacity": {"name": "透明度", "description": "调整窗口透明度"}, + "opacity": {"name": "不透明度", "description": "调整窗口不透明度"}, "presets": {"name": "预设", "description": "常用倒计时预设"}, "preset_common": {"name": "常用", "description": "常用预设"}, "preset_recent": {"name": "最近", "description": "最近使用"},