mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
Merge branch 'master' into joebordes/i18n_001
This commit is contained in:
commit
1419432b04
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@ -32,7 +32,7 @@ jobs:
|
|||||||
node-version: '16'
|
node-version: '16'
|
||||||
- run: node ./node-red/.github/scripts/update-node-red-docker.js
|
- run: node ./node-red/.github/scripts/update-node-red-docker.js
|
||||||
- name: Create Docker Pull Request
|
- name: Create Docker Pull Request
|
||||||
uses: peter-evans/create-pull-request@v5
|
uses: peter-evans/create-pull-request@v6
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.NR_REPO_TOKEN }}
|
token: ${{ secrets.NR_REPO_TOKEN }}
|
||||||
committer: GitHub <noreply@github.com>
|
committer: GitHub <noreply@github.com>
|
||||||
@ -48,7 +48,7 @@ jobs:
|
|||||||
This PR was auto-generated by a GitHub Action. Any questions, speak to @knolleary
|
This PR was auto-generated by a GitHub Action. Any questions, speak to @knolleary
|
||||||
- run: node ./node-red/.github/scripts/update-node-red-website.js
|
- run: node ./node-red/.github/scripts/update-node-red-website.js
|
||||||
- name: Create Website Pull Request
|
- name: Create Website Pull Request
|
||||||
uses: peter-evans/create-pull-request@v5
|
uses: peter-evans/create-pull-request@v6
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.NR_REPO_TOKEN }}
|
token: ${{ secrets.NR_REPO_TOKEN }}
|
||||||
committer: GitHub <noreply@github.com>
|
committer: GitHub <noreply@github.com>
|
||||||
|
@ -1075,7 +1075,7 @@
|
|||||||
"git-auth-error": "Git-Authentifizierungsfehler"
|
"git-auth-error": "Git-Authentifizierungsfehler"
|
||||||
},
|
},
|
||||||
"create-success": {
|
"create-success": {
|
||||||
"success": "Sie haben Ihr erstes Projekt erfolgreich erstduellt!",
|
"success": "Sie haben Ihr erstes Projekt erfolgreich erstellt!",
|
||||||
"desc0": "Sie können jetzt Node-RED wie bisher verwenden.",
|
"desc0": "Sie können jetzt Node-RED wie bisher verwenden.",
|
||||||
"desc1": "Im Tab 'Info' in der Seitenleiste wird angezeigt, welches das aktuelle Projekt ist. Über die Schaltfläche rechts neben dem Projektnamen gelangt man zu 'Projekteinstellungen'.",
|
"desc1": "Im Tab 'Info' in der Seitenleiste wird angezeigt, welches das aktuelle Projekt ist. Über die Schaltfläche rechts neben dem Projektnamen gelangt man zu 'Projekteinstellungen'.",
|
||||||
"desc2": "Im Tab 'Commit-Historie' in der Seitenleiste werden alle Dateien angezeigt, die sich in Ihrem Projekt geändert haben, und um sie ins lokale Repository zu übertragen (commit). Es zeigt Ihnen eine vollständige Historie Ihrer Commits an und ermöglicht es Ihnen, Ihre Commits in ein (remote) Server-Repository zu schieben (push)."
|
"desc2": "Im Tab 'Commit-Historie' in der Seitenleiste werden alle Dateien angezeigt, die sich in Ihrem Projekt geändert haben, und um sie ins lokale Repository zu übertragen (commit). Es zeigt Ihnen eine vollständige Historie Ihrer Commits an und ermöglicht es Ihnen, Ihre Commits in ein (remote) Server-Repository zu schieben (push)."
|
||||||
@ -1171,17 +1171,6 @@
|
|||||||
"diagnostics": {
|
"diagnostics": {
|
||||||
"title": "System-Informationen"
|
"title": "System-Informationen"
|
||||||
},
|
},
|
||||||
"languages": {
|
|
||||||
"de": "Deutsch",
|
|
||||||
"en-US": "Englisch",
|
|
||||||
"fr": "Französisch",
|
|
||||||
"ja": "Japanisch",
|
|
||||||
"ko": "Koreanisch",
|
|
||||||
"pt-BR":"Portugiesisch",
|
|
||||||
"ru": "Russisch",
|
|
||||||
"zh-CN": "Chinesisch (Vereinfacht)",
|
|
||||||
"zh-TW": "Chinesisch (Traditionell)"
|
|
||||||
},
|
|
||||||
"validator": {
|
"validator": {
|
||||||
"errors": {
|
"errors": {
|
||||||
"invalid-json": "Ungültige JSON-Daten: __error__",
|
"invalid-json": "Ungültige JSON-Daten: __error__",
|
||||||
|
@ -1206,16 +1206,16 @@
|
|||||||
"title": "System Info"
|
"title": "System Info"
|
||||||
},
|
},
|
||||||
"languages": {
|
"languages": {
|
||||||
"de": "German",
|
"de": "Deutsch",
|
||||||
"en-US": "English",
|
"en-US": "English",
|
||||||
"es-ES": "Español (España)",
|
"es-ES": "Español (España)",
|
||||||
"fr": "French",
|
"fr": "Français",
|
||||||
"ja": "Japanese",
|
"ja": "日本語",
|
||||||
"ko": "Korean",
|
"ko": "Korean",
|
||||||
"pt-BR":"Portuguese",
|
"pt-BR": "Português (Brasil)",
|
||||||
"ru": "Russian",
|
"ru": "Русский",
|
||||||
"zh-CN": "Chinese(Simplified)",
|
"zh-CN": "简体中文",
|
||||||
"zh-TW": "Chinese(Traditional)"
|
"zh-TW": "繁體中文"
|
||||||
},
|
},
|
||||||
"validator": {
|
"validator": {
|
||||||
"errors": {
|
"errors": {
|
||||||
|
@ -1200,17 +1200,6 @@
|
|||||||
"diagnostics": {
|
"diagnostics": {
|
||||||
"title": "Information système"
|
"title": "Information système"
|
||||||
},
|
},
|
||||||
"languages": {
|
|
||||||
"de": "Allemand",
|
|
||||||
"en-US": "Anglais",
|
|
||||||
"fr": "Français",
|
|
||||||
"ja": "Japonais",
|
|
||||||
"ko": "Coréen",
|
|
||||||
"pt-BR": "Portugais brésilien",
|
|
||||||
"ru": "Russe",
|
|
||||||
"zh-CN": "Chinois (Simplifié)",
|
|
||||||
"zh-TW": "Chinois (Traditionnel)"
|
|
||||||
},
|
|
||||||
"validator": {
|
"validator": {
|
||||||
"errors": {
|
"errors": {
|
||||||
"invalid-json": "Données JSON invalides : __error__",
|
"invalid-json": "Données JSON invalides : __error__",
|
||||||
|
@ -1205,17 +1205,6 @@
|
|||||||
"diagnostics": {
|
"diagnostics": {
|
||||||
"title": "システム情報"
|
"title": "システム情報"
|
||||||
},
|
},
|
||||||
"languages": {
|
|
||||||
"de": "ドイツ語",
|
|
||||||
"en-US": "英語",
|
|
||||||
"fr": "フランス語",
|
|
||||||
"ja": "日本語",
|
|
||||||
"ko": "韓国語",
|
|
||||||
"pt-BR": "ポルトガル語",
|
|
||||||
"ru": "ロシア語",
|
|
||||||
"zh-CN": "中国語(簡体)",
|
|
||||||
"zh-TW": "中国語(繁体)"
|
|
||||||
},
|
|
||||||
"validator": {
|
"validator": {
|
||||||
"errors": {
|
"errors": {
|
||||||
"invalid-json": "JSONデータが不正: __error__",
|
"invalid-json": "JSONデータが不正: __error__",
|
||||||
|
@ -1172,16 +1172,6 @@
|
|||||||
"diagnostics": {
|
"diagnostics": {
|
||||||
"title": "informações do Sistema"
|
"title": "informações do Sistema"
|
||||||
},
|
},
|
||||||
"languages": {
|
|
||||||
"de": "Alemão",
|
|
||||||
"en-US": "Inglês",
|
|
||||||
"ja": "Japonês",
|
|
||||||
"ko": "Coreano",
|
|
||||||
"pt-BR": "Português(Brasil)",
|
|
||||||
"ru": "Russo",
|
|
||||||
"zh-CN": "Chinês(Simplificado)",
|
|
||||||
"zh-TW": "Chinês(Tradicional)"
|
|
||||||
},
|
|
||||||
"validator": {
|
"validator": {
|
||||||
"errors": {
|
"errors": {
|
||||||
"invalid-json": "Dados JSON inválidos: __error__",
|
"invalid-json": "Dados JSON inválidos: __error__",
|
||||||
|
@ -1128,16 +1128,5 @@
|
|||||||
"appearance": "Внешний вид",
|
"appearance": "Внешний вид",
|
||||||
"preview": "Предпросмотр редактора",
|
"preview": "Предпросмотр редактора",
|
||||||
"defaultValue": "Значение по умолчанию"
|
"defaultValue": "Значение по умолчанию"
|
||||||
},
|
|
||||||
"languages" : {
|
|
||||||
"de": "Немецкий",
|
|
||||||
"en-US": "Английский",
|
|
||||||
"fr": "Французский",
|
|
||||||
"ja": "Японский",
|
|
||||||
"ko": "Корейский",
|
|
||||||
"pt-BR":"португальский",
|
|
||||||
"ru": "Русский",
|
|
||||||
"zh-CN": "Китайский (упрощенный)",
|
|
||||||
"zh-TW": "Китайский (традиционный)"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1203,17 +1203,6 @@
|
|||||||
"diagnostics": {
|
"diagnostics": {
|
||||||
"title": "系统信息"
|
"title": "系统信息"
|
||||||
},
|
},
|
||||||
"languages": {
|
|
||||||
"de": "德语",
|
|
||||||
"en-US": "英文",
|
|
||||||
"fr": "法语",
|
|
||||||
"ja": "日语",
|
|
||||||
"ko": "韩文",
|
|
||||||
"pt-BR":"葡萄牙语",
|
|
||||||
"ru":"俄語",
|
|
||||||
"zh-CN": "简体中文",
|
|
||||||
"zh-TW": "繁体中文"
|
|
||||||
},
|
|
||||||
"validator": {
|
"validator": {
|
||||||
"errors": {
|
"errors": {
|
||||||
"invalid-json": "无效的 JSON 数据: __error__",
|
"invalid-json": "无效的 JSON 数据: __error__",
|
||||||
|
@ -1203,17 +1203,6 @@
|
|||||||
"diagnostics": {
|
"diagnostics": {
|
||||||
"title": "系统信息"
|
"title": "系统信息"
|
||||||
},
|
},
|
||||||
"languages": {
|
|
||||||
"de": "德語",
|
|
||||||
"en-US": "英語",
|
|
||||||
"fr": "法語",
|
|
||||||
"ja": "日語",
|
|
||||||
"ko": "韓語",
|
|
||||||
"pt-BR":"葡萄牙语",
|
|
||||||
"ru":"俄語",
|
|
||||||
"zh-CN": "簡體中文",
|
|
||||||
"zh-TW": "繁體中文"
|
|
||||||
},
|
|
||||||
"validator": {
|
"validator": {
|
||||||
"errors": {
|
"errors": {
|
||||||
"invalid-json": "無效的 JSON 數據: __error__",
|
"invalid-json": "無效的 JSON 數據: __error__",
|
||||||
|
@ -1228,7 +1228,6 @@ RED.nodes = (function() {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
} else if (n.credentials) {
|
} else if (n.credentials) {
|
||||||
node.credentials = {};
|
|
||||||
// All other nodes have a well-defined list of possible credentials
|
// All other nodes have a well-defined list of possible credentials
|
||||||
for (var cred in n._def.credentials) {
|
for (var cred in n._def.credentials) {
|
||||||
if (n._def.credentials.hasOwnProperty(cred)) {
|
if (n._def.credentials.hasOwnProperty(cred)) {
|
||||||
@ -2217,7 +2216,7 @@ RED.nodes = (function() {
|
|||||||
set: registry.getNodeSet("node-red/unknown")
|
set: registry.getNodeSet("node-red/unknown")
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
if (createNewIds || options.importMap[n.id] === "copy") {
|
if (subflow_denylist[parentId] || createNewIds || options.importMap[n.id] === "copy") {
|
||||||
parentId = subflow.id;
|
parentId = subflow.id;
|
||||||
node.type = "subflow:"+parentId;
|
node.type = "subflow:"+parentId;
|
||||||
node._def = registry.getNodeType(node.type);
|
node._def = registry.getNodeType(node.type);
|
||||||
|
@ -315,7 +315,7 @@ module.exports = function(RED) {
|
|||||||
var spec = module.module;
|
var spec = module.module;
|
||||||
if (spec && (spec !== "")) {
|
if (spec && (spec !== "")) {
|
||||||
moduleLoadPromises.push(RED.import(module.module).then(lib => {
|
moduleLoadPromises.push(RED.import(module.module).then(lib => {
|
||||||
sandbox[vname] = lib.default;
|
sandbox[vname] = lib.default || lib;
|
||||||
}).catch(err => {
|
}).catch(err => {
|
||||||
node.error(RED._("function.error.moduleLoadError",{module:module.spec, error:err.toString()}))
|
node.error(RED._("function.error.moduleLoadError",{module:module.spec, error:err.toString()}))
|
||||||
throw err;
|
throw err;
|
||||||
|
@ -212,6 +212,7 @@ class Subflow extends Flow {
|
|||||||
var subflowInstanceConfig = {
|
var subflowInstanceConfig = {
|
||||||
id: this.subflowInstance.id,
|
id: this.subflowInstance.id,
|
||||||
type: this.subflowInstance.type,
|
type: this.subflowInstance.type,
|
||||||
|
g: this.subflowInstance.g,
|
||||||
z: this.subflowInstance.z,
|
z: this.subflowInstance.z,
|
||||||
name: this.subflowInstance.name,
|
name: this.subflowInstance.name,
|
||||||
wires: [],
|
wires: [],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user