@node-red/editor-client 2.1.4 → 2.1.5
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/ja/editor.json +4 -1
- package/package.json +1 -1
- package/public/red/about +34 -0
- package/public/red/red.js +47 -36
- package/public/red/red.min.js +1 -1
- package/public/red/style.min.css +1 -1
- package/public/red/tours/welcome.js +2 -2
- package/public/vendor/vendor.js +3 -3
|
@@ -73,8 +73,8 @@ export default {
|
|
|
73
73
|
},
|
|
74
74
|
element: "#red-ui-workspace-tabs > li.active",
|
|
75
75
|
description: {
|
|
76
|
-
"en-US": '<p>Tabs can now be hidden by clicking their <i class="fa fa-
|
|
77
|
-
"ja": '<p><i class="fa fa-
|
|
76
|
+
"en-US": '<p>Tabs can now be hidden by clicking their <i class="fa fa-eye-slash"></i> icon.</p><p>The Info Sidebar will still list all of your tabs, and tell you which ones are currently hidden.',
|
|
77
|
+
"ja": '<p><i class="fa fa-eye-slash"></i> アイコンをクリックすることで、タブを非表示にできます。</p><p>情報サイドバーには、全てのタブが一覧表示されており、現在非表示になっているタブを確認できます。'
|
|
78
78
|
},
|
|
79
79
|
interactive: false,
|
|
80
80
|
prepare() {
|