@node-red/editor-client 3.0.0-beta.4 → 3.0.0
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/en-US/editor.json +4 -0
- package/locales/ja/editor.json +16 -4
- package/package.json +1 -1
- package/public/red/about +40 -522
- package/public/red/keymap.json +15 -13
- package/public/red/red.js +174 -77
- package/public/red/red.min.js +2 -2
- package/public/red/style.min.css +2 -2
- package/public/red/tours/welcome.js +5 -5
- package/public/vendor/vendor.js +3 -3
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
export default {
|
|
2
|
-
version: "3.0.0
|
|
2
|
+
version: "3.0.0",
|
|
3
3
|
steps: [
|
|
4
4
|
{
|
|
5
5
|
titleIcon: "fa fa-map-o",
|
|
6
6
|
title: {
|
|
7
|
-
"en-US": "Welcome to Node-RED 3.0
|
|
8
|
-
"ja": "Node-RED 3.0
|
|
7
|
+
"en-US": "Welcome to Node-RED 3.0!",
|
|
8
|
+
"ja": "Node-RED 3.0へようこそ!"
|
|
9
9
|
},
|
|
10
10
|
description: {
|
|
11
|
-
"en-US": "<p>
|
|
12
|
-
"ja": "<p
|
|
11
|
+
"en-US": "<p>Let's take a moment to discover the new features in this release.</p>",
|
|
12
|
+
"ja": "<p>本リリースの新機能を見つけてみましょう。</p>"
|
|
13
13
|
}
|
|
14
14
|
},
|
|
15
15
|
{
|