diff --git a/Assets/Translations/de.json b/Assets/Translations/de.json index c1fe6653..4df8519b 100644 --- a/Assets/Translations/de.json +++ b/Assets/Translations/de.json @@ -1149,6 +1149,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": { diff --git a/Assets/Translations/es.json b/Assets/Translations/es.json index 46a4d676..7ca3d293 100644 --- a/Assets/Translations/es.json +++ b/Assets/Translations/es.json @@ -1132,6 +1132,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": { diff --git a/Assets/Translations/fr.json b/Assets/Translations/fr.json index 213e967a..1f17a943 100644 --- a/Assets/Translations/fr.json +++ b/Assets/Translations/fr.json @@ -1132,6 +1132,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": { diff --git a/Assets/Translations/pt.json b/Assets/Translations/pt.json index 3bc867a6..6dcac857 100644 --- a/Assets/Translations/pt.json +++ b/Assets/Translations/pt.json @@ -1132,6 +1132,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": { diff --git a/Assets/Translations/zh-CN.json b/Assets/Translations/zh-CN.json index 14c810c8..56ecd0cc 100644 --- a/Assets/Translations/zh-CN.json +++ b/Assets/Translations/zh-CN.json @@ -1131,7 +1131,11 @@ }, "collapse-condition": { "label": "折叠条件", - "description": "如果输出文本与此值匹配,按钮的文本将会折叠不去显示。" + "description": "如果输出文本与此值匹配,按钮将折叠。" + }, + "parse-json": { + "label": "将输出解析为 JSON", + "description": "将命令输出解析为 JSON 对象,以动态设置文本和图标。" } }, "media-mini": {