From e37bc56916b92ef6330aee6e21aaada30e94da77 Mon Sep 17 00:00:00 2001 From: loner <2788892716@qq.com> Date: Wed, 29 Oct 2025 20:59:41 +0800 Subject: [PATCH] feat(i18n): add Simplified Chinese translation for parse-json --- Assets/Translations/zh-CN.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Assets/Translations/zh-CN.json b/Assets/Translations/zh-CN.json index 9f0b1764..089e27a9 100644 --- a/Assets/Translations/zh-CN.json +++ b/Assets/Translations/zh-CN.json @@ -1119,7 +1119,11 @@ }, "collapse-condition": { "label": "折叠条件", - "description": "如果输出文本与此值匹配,按钮的文本将会折叠不去显示。" + "description": "如果输出文本与此值匹配,按钮将折叠。" + }, + "parse-json": { + "label": "将输出解析为 JSON", + "description": "将命令输出解析为 JSON 对象,以动态设置文本和图标。" } }, "media-mini": {