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
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"workspace": {
|
||||
"label": {
|
||||
"name": "Name"
|
||||
"name": "Name:"
|
||||
}
|
||||
},
|
||||
"menu": {
|
||||
@@ -120,11 +120,13 @@
|
||||
"typeLibrary": "__type__ library",
|
||||
"unnamedType": "Unnamed __type__",
|
||||
"saveToLibrary": "Save to Library",
|
||||
"exportToLibrary": "Export nodes to library"
|
||||
"exportToLibrary": "Export nodes to library",
|
||||
"dialogSaveOverwrite": "A __libraryType__ called __libraryName__ already exists. Overwrite?"
|
||||
},
|
||||
"palette": {
|
||||
"noInfo": "no information available",
|
||||
"popOverError": "Error generating pop-over label for '__type__'."
|
||||
"popOverError": "Error generating pop-over label for '__type__'.",
|
||||
"filter": "filter"
|
||||
},
|
||||
"tabInfo": {
|
||||
"node": "Node",
|
||||
@@ -136,7 +138,31 @@
|
||||
"properties": "Properties",
|
||||
"blank": "blank"
|
||||
},
|
||||
"sidebar": {
|
||||
"info": "info",
|
||||
"config": "config"
|
||||
},
|
||||
"workspaces": {
|
||||
"subflow": "Subflow: "
|
||||
}
|
||||
"subflow": "Subflow: ",
|
||||
"editSubflowName": "edit name",
|
||||
"input": "input",
|
||||
"output": "output",
|
||||
"deleteSubflow": "delete subflow",
|
||||
"dropFlowHere": "Drop the flow here",
|
||||
"subflowName": "Name",
|
||||
"folderPlaceholder": "Folder",
|
||||
"filenamePlaceholder": "Filename",
|
||||
"folderLabel": "Folder",
|
||||
"filenameLabel": "Filename",
|
||||
"libraryBreadcrumb": "Library",
|
||||
"libraryFilenamePlaceholder": "Filename",
|
||||
"libraryFilenameLabel": "Filename:",
|
||||
"libraryNamePlaceholder": "Name",
|
||||
"libraryNameLabel": "Name",
|
||||
"confirmDeployImproperlyConfigured": "Some of the nodes are not properly configured. Are you sure you want to deploy?",
|
||||
"confirmDeployUnknown": "The workspace contains some unknown node types:",
|
||||
"confirmDeployUnusedConfig": "The workspace contains some unused configuration nodes:",
|
||||
"confirmDeploy": "Are you sure you want to deploy?",
|
||||
"deleteDialog": "Are you sure you want to delete '__label__'?"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user