Merge branch 'master' into dev

This commit is contained in:
Nick O'Leary
2020-08-05 15:19:54 +01:00
37 changed files with 911 additions and 424 deletions

View File

@@ -46,10 +46,10 @@ module.exports = function(RED) {
isText = true;
} else if (parsedType.type !== "application") {
isText = false;
} else if (parsedType.subtype !== "octet-stream") {
} else if ((parsedType.subtype !== "octet-stream") && (parsedType.subtype !== "cbor")) {
checkUTF = true;
} else {
// applicatino/octet-stream
// application/octet-stream or application/cbor
isText = false;
}

View File

@@ -604,7 +604,7 @@
"inputrange" : "von einem Eingabebereich",
"resultrange" : "in einen Zielbereich",
"from" : "von",
"to" : "bis",
"to" : "auf",
"roundresult" : "Runde das Ergebnis auf die nächste ganze Zahl?"
},
"placeholder" : {

View File

@@ -123,7 +123,7 @@
"none": "None",
"invalid-exp": "无效的JSONata表达式: __error__",
"msgprop": "信息属性",
"msgobj": "完整信息",
"msgobj": "与调试输出相同",
"autostatus": "自动的",
"to": "目标",
"debtab": "调试窗口",

View File

@@ -123,7 +123,7 @@
"none": "None",
"invalid-exp": "無效的JSONata表達式: __error__",
"msgprop": "資訊屬性",
"msgobj": "完整資訊",
"msgobj": "與調試輸出相同",
"autostatus": "自動的",
"to": "目標",
"debtab": "除錯窗口",