[groups] i18n group messages

This commit is contained in:
Nick O'Leary
2020-03-26 22:50:46 +00:00
parent 13830ffc9c
commit 94ef25bbb9
3 changed files with 18 additions and 11 deletions

View File

@@ -16,7 +16,9 @@
"clone": "Clone project",
"cont": "Continue",
"line": "Outline",
"fill": "Fill"
"fill": "Fill",
"color": "Color",
"position": "Position"
},
"type": {
"string": "string",
@@ -320,6 +322,13 @@
"multipleInputsToSelection": "<strong>Cannot create subflow</strong>: multiple inputs to selection"
}
},
"group": {
"editGroup": "Edit group: __name__",
"errors": {
"cannotCreateDiffGroups": "Cannot create group using nodes from different groups",
"cannotAddSubflowPorts": "Cannot add subflow ports to a group"
}
},
"editor": {
"configEdit": "Edit",
"configAdd": "Add",