mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
i18n debug sidebar node label
This commit is contained in:
parent
98b4b0dce0
commit
a147458120
@ -582,7 +582,7 @@ RED.debug = (function() {
|
|||||||
$('<span class="red-ui-debug-msg-date">'+ getTimestamp()+'</span>').appendTo(metaRow);
|
$('<span class="red-ui-debug-msg-date">'+ getTimestamp()+'</span>').appendTo(metaRow);
|
||||||
if (sourceNode) {
|
if (sourceNode) {
|
||||||
|
|
||||||
var nodeLink = $('<a>',{href:"#",class:"red-ui-debug-msg-name"}).text("node: "+(o.name||sourceNode.name||sourceNode.id))
|
var nodeLink = $('<a>',{href:"#",class:"red-ui-debug-msg-name"}).text(RED._("node-red:debug.node")+": "+(o.name||sourceNode.name||sourceNode.id))
|
||||||
.appendTo(metaRow)
|
.appendTo(metaRow)
|
||||||
.on("click", function(evt) {
|
.on("click", function(evt) {
|
||||||
evt.preventDefault();
|
evt.preventDefault();
|
||||||
|
@ -137,6 +137,7 @@
|
|||||||
"toConsole": "system console",
|
"toConsole": "system console",
|
||||||
"toStatus": "node status (32 characters)",
|
"toStatus": "node status (32 characters)",
|
||||||
"severity": "Level",
|
"severity": "Level",
|
||||||
|
"node": "node",
|
||||||
"notification": {
|
"notification": {
|
||||||
"activated": "Successfully activated: __label__",
|
"activated": "Successfully activated: __label__",
|
||||||
"deactivated": "Successfully deactivated: __label__"
|
"deactivated": "Successfully deactivated: __label__"
|
||||||
|
@ -137,6 +137,7 @@
|
|||||||
"toConsole": "システムコンソール",
|
"toConsole": "システムコンソール",
|
||||||
"toStatus": "ノードステータス(32 文字)",
|
"toStatus": "ノードステータス(32 文字)",
|
||||||
"severity": "Level",
|
"severity": "Level",
|
||||||
|
"node": "ノード",
|
||||||
"notification": {
|
"notification": {
|
||||||
"activated": "有効化しました: __label__",
|
"activated": "有効化しました: __label__",
|
||||||
"deactivated": "無効化しました: __label__"
|
"deactivated": "無効化しました: __label__"
|
||||||
|
Loading…
Reference in New Issue
Block a user