@node-red/editor-client 3.1.0-beta.4 → 3.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/locales/de/jsonata.json +1 -1
- package/locales/en-US/editor.json +2 -3
- package/locales/en-US/jsonata.json +15 -11
- package/locales/fr/editor.json +83 -83
- package/locales/fr/infotips.json +0 -0
- package/locales/fr/jsonata.json +9 -5
- package/locales/ja/editor.json +1 -3
- package/locales/ja/jsonata.json +11 -7
- package/locales/ko/editor.json +1105 -1105
- package/locales/ko/infotips.json +23 -23
- package/locales/ko/jsonata.json +222 -222
- package/locales/pt-BR/editor.json +0 -3
- package/locales/pt-BR/infotips.json +0 -0
- package/locales/pt-BR/jsonata.json +66 -66
- package/locales/ru/jsonata.json +43 -43
- package/locales/zh-CN/editor.json +0 -3
- package/locales/zh-CN/jsonata.json +8 -8
- package/locales/zh-TW/jsonata.json +4 -4
- package/package.json +1 -1
- package/public/red/about +92 -4
- package/public/red/red.js +237 -154
- package/public/red/red.min.js +3 -3
- package/public/red/style.min.css +1 -1
- package/public/red/tours/welcome.js +7 -19
- package/public/vendor/mermaid/mermaid.min.js +793 -731
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
export default {
|
|
2
|
-
version: "3.1.0
|
|
2
|
+
version: "3.1.0",
|
|
3
3
|
steps: [
|
|
4
4
|
{
|
|
5
5
|
titleIcon: "fa fa-map-o",
|
|
6
6
|
title: {
|
|
7
|
-
"en-US": "Welcome to Node-RED 3.1
|
|
8
|
-
"ja": "Node-RED 3.1
|
|
9
|
-
"fr": "Bienvenue dans Node-RED 3.1
|
|
7
|
+
"en-US": "Welcome to Node-RED 3.1!",
|
|
8
|
+
"ja": "Node-RED 3.1へようこそ!",
|
|
9
|
+
"fr": "Bienvenue dans Node-RED 3.1!"
|
|
10
10
|
},
|
|
11
11
|
description: {
|
|
12
|
-
"en-US": "<p>
|
|
13
|
-
"ja": "<p
|
|
14
|
-
"fr": "<p>
|
|
12
|
+
"en-US": "<p>Let's take a moment to discover the new features in this release.</p>",
|
|
13
|
+
"ja": "<p>本リリースの新機能を見つけてみましょう。</p>",
|
|
14
|
+
"fr": "<p>Prenons un moment pour découvrir les nouvelles fonctionnalités de cette version.</p>"
|
|
15
15
|
}
|
|
16
16
|
},
|
|
17
17
|
{
|
|
@@ -101,18 +101,6 @@ export default {
|
|
|
101
101
|
<p>Cliquer dessus ouvrira la barre latérale d'aide affichant l'aide pour ce noeud.</p>`
|
|
102
102
|
}
|
|
103
103
|
},
|
|
104
|
-
{
|
|
105
|
-
title: {
|
|
106
|
-
"en-US": "And lots more...",
|
|
107
|
-
"ja": "そしてさらに沢山あります...",
|
|
108
|
-
"fr": "Et plus encore..."
|
|
109
|
-
},
|
|
110
|
-
description: {
|
|
111
|
-
"en-US": `<p>Of course we have everything from 3.1.0-beta.1 as well....</p>`,
|
|
112
|
-
"ja": `<p>もちろん3.1.0 ベータ1の全ての機能があります....</p>`,
|
|
113
|
-
"fr": `<p>Bien sûr, nous avons également tout ce qui concerne la version 3.1.0-beta.1...</p>`
|
|
114
|
-
}
|
|
115
|
-
},
|
|
116
104
|
{
|
|
117
105
|
title: {
|
|
118
106
|
"en-US": "Improved Context Menu",
|