From 7186b9d4e983b151a73dbfc3756e9bc79a24e6f4 Mon Sep 17 00:00:00 2001 From: Sighthesia Date: Sat, 25 Oct 2025 10:14:26 +0800 Subject: [PATCH] i18n: fix syntax error in zh-CN.json --- Assets/Translations/zh-CN.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Assets/Translations/zh-CN.json b/Assets/Translations/zh-CN.json index 2a34c7a8..2ebca7a8 100644 --- a/Assets/Translations/zh-CN.json +++ b/Assets/Translations/zh-CN.json @@ -1093,8 +1093,8 @@ "description": "间隔时间(毫秒)。" }, "text-stream": { - "label": "流" - "description": "来自命令的流式输出行将作为文本显示在按钮上。", + "label": "流", + "description": "来自命令的流式输出行将作为文本显示在按钮上。" }, "collapse-condition": { "label": "折叠条件", @@ -1740,4 +1740,4 @@ "note": "先进行一些基础设置——更多选项可在“设置”中找到" } } -} +} \ No newline at end of file