@node-red/editor-client 4.0.0-beta.3-1 → 4.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 +5 -1
- package/locales/fr/editor.json +3 -0
- package/locales/ja/editor.json +2 -0
- package/package.json +1 -1
- package/public/red/about +53 -657
- package/public/red/red.js +252 -133
- package/public/red/red.min.js +3 -3
- package/public/red/style.min.css +1 -1
- package/public/red/tours/welcome.js +55 -60
- package/public/types/node-red/util.d.ts +1 -1
- package/public/vendor/ace/worker-jsonata.js +1 -1
- package/public/vendor/mermaid/mermaid.min.js +705 -318
- package/public/vendor/monaco/dist/{0c718f5b7d2bce997c5f.ttf → 8f3abbcbc983396e1f13.ttf} +0 -0
- package/public/vendor/monaco/dist/css.worker.js +1 -1
- package/public/vendor/monaco/dist/css.worker.js.LICENSE.txt +1 -1
- package/public/vendor/monaco/dist/editor.js +1 -1
- package/public/vendor/monaco/dist/editor.js.LICENSE.txt +1 -1
- package/public/vendor/monaco/dist/editor.worker.js +1 -1
- package/public/vendor/monaco/dist/html.worker.js +1 -1
- package/public/vendor/monaco/dist/html.worker.js.LICENSE.txt +1 -1
- package/public/vendor/monaco/dist/json.worker.js +1 -1
- package/public/vendor/monaco/dist/json.worker.js.LICENSE.txt +1 -1
- package/public/vendor/monaco/dist/locale/cs.js +227 -139
- package/public/vendor/monaco/dist/locale/de.js +229 -141
- package/public/vendor/monaco/dist/locale/es.js +225 -137
- package/public/vendor/monaco/dist/locale/fr.js +226 -138
- package/public/vendor/monaco/dist/locale/it.js +226 -138
- package/public/vendor/monaco/dist/locale/ja.js +227 -139
- package/public/vendor/monaco/dist/locale/ko.js +226 -138
- package/public/vendor/monaco/dist/locale/pl.js +227 -139
- package/public/vendor/monaco/dist/locale/pt-br.js +243 -155
- package/public/vendor/monaco/dist/locale/qps-ploc.js +229 -141
- package/public/vendor/monaco/dist/locale/ru.js +225 -137
- package/public/vendor/monaco/dist/locale/tr.js +227 -139
- package/public/vendor/monaco/dist/locale/zh-hans.js +225 -137
- package/public/vendor/monaco/dist/locale/zh-hant.js +228 -140
- package/public/vendor/monaco/dist/ts.worker.js +2 -2
- package/public/vendor/vendor.js +1 -1
- package/templates/index.mst +2 -2
|
@@ -27,7 +27,8 @@
|
|
|
27
27
|
"lock": "Lock",
|
|
28
28
|
"unlock": "Unlock",
|
|
29
29
|
"locked": "Locked",
|
|
30
|
-
"unlocked": "Unlocked"
|
|
30
|
+
"unlocked": "Unlocked",
|
|
31
|
+
"format": "Format"
|
|
31
32
|
},
|
|
32
33
|
"type": {
|
|
33
34
|
"string": "string",
|
|
@@ -727,6 +728,7 @@
|
|
|
727
728
|
"nodeHelp": "Node Help",
|
|
728
729
|
"showHelp": "Show help",
|
|
729
730
|
"showInOutline": "Show in outline",
|
|
731
|
+
"hideTopics": "Hide topics",
|
|
730
732
|
"showTopics": "Show topics",
|
|
731
733
|
"noHelp": "No help topic selected",
|
|
732
734
|
"changeLog": "Change Log"
|
|
@@ -922,6 +924,8 @@
|
|
|
922
924
|
}
|
|
923
925
|
},
|
|
924
926
|
"typedInput": {
|
|
927
|
+
"selected": "__count__ selected",
|
|
928
|
+
"selected_plural": "__count__ selected",
|
|
925
929
|
"type": {
|
|
926
930
|
"str": "string",
|
|
927
931
|
"num": "number",
|
package/locales/fr/editor.json
CHANGED
|
@@ -726,6 +726,7 @@
|
|
|
726
726
|
"nodeHelp": "Aide sur les noeuds",
|
|
727
727
|
"showHelp": "Afficher l'aide",
|
|
728
728
|
"showInOutline": "Afficher dans les grandes lignes",
|
|
729
|
+
"hideTopics": "Masquer les sujets",
|
|
729
730
|
"showTopics": "Afficher les sujets",
|
|
730
731
|
"noHelp": "Aucune rubrique d'aide sélectionnée",
|
|
731
732
|
"changeLog": "Journal des modifications"
|
|
@@ -921,6 +922,8 @@
|
|
|
921
922
|
}
|
|
922
923
|
},
|
|
923
924
|
"typedInput": {
|
|
925
|
+
"selected": "__count__ sélectionnée",
|
|
926
|
+
"selected_plural": "__count__ sélectionnées",
|
|
924
927
|
"type": {
|
|
925
928
|
"str": "chaîne de caractères",
|
|
926
929
|
"num": "nombre",
|
package/locales/ja/editor.json
CHANGED
|
@@ -372,6 +372,7 @@
|
|
|
372
372
|
"deleted": "削除",
|
|
373
373
|
"flowDeleted": "削除されたフロー",
|
|
374
374
|
"flowAdded": "追加されたフロー",
|
|
375
|
+
"moved": "移動",
|
|
375
376
|
"movedTo": "__id__ へ移動",
|
|
376
377
|
"movedFrom": "__id__ から移動"
|
|
377
378
|
},
|
|
@@ -726,6 +727,7 @@
|
|
|
726
727
|
"nodeHelp": "ノードヘルプ",
|
|
727
728
|
"showHelp": "ヘルプを表示",
|
|
728
729
|
"showInOutline": "アウトラインに表示",
|
|
730
|
+
"hideTopics": "トピックを非表示",
|
|
729
731
|
"showTopics": "トピックを表示",
|
|
730
732
|
"noHelp": "ヘルプのトピックが未選択",
|
|
731
733
|
"changeLog": "更新履歴"
|