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] 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": {