mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
i18n
This commit is contained in:
parent
0fec9c7c55
commit
367f9b6232
@ -1154,6 +1154,9 @@
|
|||||||
"start": "Start",
|
"start": "Start",
|
||||||
"next": "Next"
|
"next": "Next"
|
||||||
},
|
},
|
||||||
|
"diagnostics": {
|
||||||
|
"title": "System Info"
|
||||||
|
},
|
||||||
"languages" : {
|
"languages" : {
|
||||||
"de": "German",
|
"de": "German",
|
||||||
"en-US": "English",
|
"en-US": "English",
|
||||||
|
@ -1287,6 +1287,7 @@
|
|||||||
"zoom-in": "ズームイン",
|
"zoom-in": "ズームイン",
|
||||||
"zoom-out": "ズームアウト",
|
"zoom-out": "ズームアウト",
|
||||||
"zoom-reset": "ズームリセット",
|
"zoom-reset": "ズームリセット",
|
||||||
"toggle-navigator": "ナビゲータ表示切替"
|
"toggle-navigator": "ナビゲータ表示切替",
|
||||||
|
"show-system-info": "システムインフォメーション"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -21,7 +21,7 @@ RED.diagnostics = (function () {
|
|||||||
json = "{\n\n}";
|
json = "{\n\n}";
|
||||||
}
|
}
|
||||||
RED.editor.editJSON({
|
RED.editor.editJSON({
|
||||||
title: "System Info", //RED._('sidebar.project.editDependencies'),
|
title: RED._('diagnostics.title'),
|
||||||
value: json,
|
value: json,
|
||||||
requireValid: true,
|
requireValid: true,
|
||||||
readOnly: true,
|
readOnly: true,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user