From 8a37bf8184aef213812a7824a38b4e08dd9c4268 Mon Sep 17 00:00:00 2001 From: loner <2788892716@qq.com> Date: Wed, 29 Oct 2025 20:48:11 +0800 Subject: [PATCH 1/5] feat(i18n): add German translation for parse-json --- Assets/Translations/de.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Assets/Translations/de.json b/Assets/Translations/de.json index d24c8f4c..0e5ec51d 100644 --- a/Assets/Translations/de.json +++ b/Assets/Translations/de.json @@ -1137,6 +1137,10 @@ "collapse-condition": { "label": "Collapse condition", "description": "If the output text matches this value, the button will collapse." + }, + "parse-json": { + "label": "Ausgabe als JSON parsen", + "description": "Die Befehlsausgabe als JSON-Objekt parsen, um Text und Symbol dynamisch festzulegen." } }, "media-mini": { From 6f88b084b2490947ec0e320074735aadb658ff90 Mon Sep 17 00:00:00 2001 From: loner <2788892716@qq.com> Date: Wed, 29 Oct 2025 20:50:05 +0800 Subject: [PATCH 2/5] feat(i18n): add Spanish translation for parse-json --- Assets/Translations/es.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Assets/Translations/es.json b/Assets/Translations/es.json index aaff83d1..099537e3 100644 --- a/Assets/Translations/es.json +++ b/Assets/Translations/es.json @@ -1120,6 +1120,10 @@ "collapse-condition": { "label": "Condición de colapso", "description": "Si el texto de salida coincide con este valor, el botón se colapsará." + }, + "parse-json": { + "label": "Analizar salida como JSON", + "description": "Analizar la salida del comando como un objeto JSON para establecer dinámicamente el texto y el ícono." } }, "media-mini": { From e6c0902b90bde234da821dd89d8e435ad9d89797 Mon Sep 17 00:00:00 2001 From: loner <2788892716@qq.com> Date: Wed, 29 Oct 2025 20:52:30 +0800 Subject: [PATCH 3/5] feat(i18n): add French translation for parse-json --- Assets/Translations/fr.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Assets/Translations/fr.json b/Assets/Translations/fr.json index cd31839d..a8a02eea 100644 --- a/Assets/Translations/fr.json +++ b/Assets/Translations/fr.json @@ -1120,6 +1120,10 @@ "collapse-condition": { "label": "Condition d’effondrement", "description": "Si le texte de sortie correspond à cette valeur, le bouton se repliera." + }, + "parse-json": { + "label": "Analyser la sortie en JSON", + "description": "Analyser la sortie de la commande en tant qu'objet JSON pour définir dynamiquement le texte et l'icône." } }, "media-mini": { From 837c1122bf892b64b655bdbc1ab4d9636ca39061 Mon Sep 17 00:00:00 2001 From: loner <2788892716@qq.com> Date: Wed, 29 Oct 2025 20:53:37 +0800 Subject: [PATCH 4/5] feat(i18n): add Portuguese translation for parse-json --- Assets/Translations/pt.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Assets/Translations/pt.json b/Assets/Translations/pt.json index 5404567c..617fa9fd 100644 --- a/Assets/Translations/pt.json +++ b/Assets/Translations/pt.json @@ -1120,6 +1120,10 @@ "collapse-condition": { "label": "Condição de recolhimento", "description": "Se o texto de saída corresponder a este valor, o botão será recolhido." + }, + "parse-json": { + "label": "Analisar saída como JSON", + "description": "Analisa a saída do comando como um objeto JSON para definir dinamicamente o texto e o ícone." } }, "media-mini": { 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 5/5] 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": {