mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
Added missing NLS strings to sidebar and index.mst
This commit is contained in:
committed by
Nick O'Leary
parent
9bbd6a70b8
commit
409fa49234
@@ -140,7 +140,7 @@
|
||||
messages.id = "debug-content";
|
||||
content.appendChild(messages);
|
||||
|
||||
RED.sidebar.addTab("debug",content);
|
||||
RED.sidebar.addTab(this._("debug.sidebarTitle"),content);
|
||||
|
||||
function getTimestamp() {
|
||||
var d = new Date();
|
||||
|
@@ -80,7 +80,8 @@
|
||||
"notification": {
|
||||
"activated": "Successfully activated: __label__",
|
||||
"deactivated": "Successfully deactivated: __label__"
|
||||
}
|
||||
},
|
||||
"sidebarTitle": "debug"
|
||||
},
|
||||
"exec": {
|
||||
"spawnerr": "Spawn command must be just the command - no spaces or extra parameters",
|
||||
|
Reference in New Issue
Block a user