fix i18n of new subflow feature

This commit is contained in:
Hiroyasu Nishiyama
2019-08-13 21:17:31 +09:00
parent ee6ee99577
commit daa98e8925
3 changed files with 63 additions and 34 deletions

View File

@@ -325,16 +325,21 @@
"locale": "Select UI Language",
"icon": "Icon",
"inputType": "Input type",
"previewUI": "Preview UI",
"previewOK": "Preview OK",
"inputs" : {
"input": "input",
"select": "select",
"checkbox": "checkbox",
"spinner": "spinner",
"none": "none",
"hidden": "hide property"
},
"types": {
"str": "string",
"num": "number",
"bool": "bool",
"json": "json",
"json": "JSON",
"bin": "buffer",
"env": "env var",
"no-value": "no value"
"env": "env variable"
},
"menu": {
"input": "input",
@@ -343,9 +348,13 @@
"spinner": "spinner",
"hidden": "label only"
},
"select": {
"label": "Label",
"value": "Value"
},
"spinner": {
"min": "min",
"max": "max"
"min": "Minimum",
"max": "Maximum"
},
"errors": {
"scopeChange": "Changing the scope will make it unavailable to nodes in other flows that use it",