From 1a0ea3893c33dd52ed0c734f3e1b79f1e89d5f6a Mon Sep 17 00:00:00 2001 From: Aiser Date: Sun, 28 Sep 2025 15:52:54 +0800 Subject: [PATCH 1/2] i18n: Optimize Chinese translation --- Assets/Translations/zh.json | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/Assets/Translations/zh.json b/Assets/Translations/zh.json index f4d3dd0a..da1b6111 100644 --- a/Assets/Translations/zh.json +++ b/Assets/Translations/zh.json @@ -29,7 +29,11 @@ "animation-speed": { "label": "动画速度", "description": "调整全局动画速度。" - } + }, + "animation-disable": { + "label": "关闭动画", + "description": "禁用所有动画效果,以获得更快速、更灵敏的体验。" + } }, "screen-corners": { "section": { @@ -226,7 +230,7 @@ }, "floating": { "label": "浮动状态栏", - "description": "将状态栏显示为浮动'药丸'。注意:这会将屏幕边角移动到边缘。" + "description": "将状态栏显示为浮动样式(类似于一个药丸)。注意:这会将屏幕边角移动到边缘。" }, "margins": { "label": "边距", @@ -1318,4 +1322,4 @@ "charging": "正在充电。", "discharging": "正在放电。" } - } \ No newline at end of file + } From c41fa1aef773579e76ba76572811d3e8633d3d8d Mon Sep 17 00:00:00 2001 From: Aiser <2912778691@qq.com> Date: Sun, 28 Sep 2025 16:03:59 +0800 Subject: [PATCH 2/2] i18n: Optimize Chinese translation --- Assets/Translations/zh.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Assets/Translations/zh.json b/Assets/Translations/zh.json index da1b6111..a0710bd5 100644 --- a/Assets/Translations/zh.json +++ b/Assets/Translations/zh.json @@ -265,7 +265,7 @@ }, "exclusive-zone": { "label": "独占区域", - "description": "防止窗口重叠。" + "description": "可以防止窗口重叠。" }, "background-opacity": { "label": "背景不透明度",