mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-08-15 18:43:59 +00:00
Merge pull request #610 from lonerOrz/feat/parseJson
feat(i18n): add German translation for parse-json
This commit is contained in:
@@ -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": {
|
||||
|
||||
@@ -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": {
|
||||
|
||||
@@ -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": {
|
||||
|
||||
@@ -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": {
|
||||
|
||||
@@ -1131,7 +1131,11 @@
|
||||
},
|
||||
"collapse-condition": {
|
||||
"label": "折叠条件",
|
||||
"description": "如果输出文本与此值匹配,按钮的文本将会折叠不去显示。"
|
||||
"description": "如果输出文本与此值匹配,按钮将折叠。"
|
||||
},
|
||||
"parse-json": {
|
||||
"label": "将输出解析为 JSON",
|
||||
"description": "将命令输出解析为 JSON 对象,以动态设置文本和图标。"
|
||||
}
|
||||
},
|
||||
"media-mini": {
|
||||
|
||||
Reference in New Issue
Block a user