1
0
mirror of https://github.com/node-red/node-red.git synced 2023-10-10 13:36:53 +02:00
This commit is contained in:
Steve-Mcl 2022-04-27 12:05:20 +01:00
parent 0fec9c7c55
commit 367f9b6232
3 changed files with 6 additions and 2 deletions

View File

@ -1154,6 +1154,9 @@
"start": "Start",
"next": "Next"
},
"diagnostics": {
"title": "System Info"
},
"languages" : {
"de": "German",
"en-US": "English",

View File

@ -1287,6 +1287,7 @@
"zoom-in": "ズームイン",
"zoom-out": "ズームアウト",
"zoom-reset": "ズームリセット",
"toggle-navigator": "ナビゲータ表示切替"
"toggle-navigator": "ナビゲータ表示切替",
"show-system-info": "システムインフォメーション"
}
}

View File

@ -21,7 +21,7 @@ RED.diagnostics = (function () {
json = "{\n\n}";
}
RED.editor.editJSON({
title: "System Info", //RED._('sidebar.project.editDependencies'),
title: RED._('diagnostics.title'),
value: json,
requireValid: true,
readOnly: true,