export default { version: "4.1.0", steps: [ { titleIcon: "fa fa-map-o", title: { "en-US": "Welcome to Node-RED 4.1!", "ja": "Node-RED 4.1 へようこそ!", "fr": "Bienvenue dans Node-RED 4.1!" }, description: { "en-US": "
Let's take a moment to discover the new features in this release.
", "ja": "本リリースの新機能を見つけてみましょう。
", "fr": "Prenons un moment pour découvrir les nouvelles fonctionnalités de cette version.
" } }, { title: { "en-US": "Update notifications", "ja": "更新の通知", "fr": "Notifications de mise à jour" }, image: 'images/update-notification.png', description: { "en-US": `Stay up to date with notifications when there is a new Node-RED version available, or updates to the nodes you have installed
`, "ja": `新バージョンのNode-REDの提供や、インストールしたノードの更新があった時に、通知を受け取ることができます。
`, "fr": `Désormais vous recevrez une notification lorsqu'une nouvelle version de Node-RED ou une nouvelle version relative à un des noeuds que vous avez installés est disponible
` } }, { title: { "en-US": "Flow documentation", "ja": "フローのドキュメント", "fr": "Documentation des flux" }, image: 'images/node-docs.png', description: { "en-US": `Quickly see which nodes have additional documentation with the new documentation icon.
Clicking on the icon opens up the Description tab of the node edit dialog.
`, "ja": `ドキュメントアイコンによって、どのノードにドキュメントが追加されているかをすぐに確認できます。
アイコンをクリックすると、ノード編集ダイアログの説明タブが開きます。
`, "fr": `Voyez rapidement quels noeuds ont une documentation supplémentaire avec la nouvelle icône de documentation.
Cliquer sur l'icône ouvre l'onglet Description de la boîte de dialogue d'édition du noeud.
` } }, { title: { "en-US": "Palette Manager Improvements", "ja": "パレットの管理の改善", "fr": "Améliorations du Gestionnaire de Palettes" }, description: { "en-US": `There are lots of improvements to the palette manager:
パレットの管理に多くの改善が加えられました:
Le Gestionnaire de Palettes a bénéficié de nombreuses améliorations :
Flows exported from Node-RED 4.1 now include information on what additional modules need to be installed.
When importing a flow with this information, the editor will let you know what is missing and help to get them installed.
`, "ja": `Node-RED 4.1から書き出したフローには、インストールが必要な追加モジュールの情報が含まれる様になりました。
この情報を含むフローを読み込むと、エディタは不足しているモジュールを通知し、インストールを支援します。
`, "fr": `Les flux exportés depuis Node-RED 4.1 incluent désormais des informations sur les modules supplémentaires à installer.
Lors de l'importation d'un flux contenant ces informations, l'éditeur vous indiquera les modules manquants et vous aidera à les installer.
` } }, { title: { "en-US": "Node Updates", "ja": "ノードの更新", "fr": "Mises à jour des noeuds" }, // image: "images/", description: { "en-US": `The core nodes have received lots of minor fixes, documentation updates and small enhancements. Check the full changelog in the Help sidebar for a full list.
node: prefixed modules in the Function nodeコアノードには沢山の軽微な修正、ドキュメント更新、小さな機能拡張が入っています。全リストはヘルプサイドバーにある変更履歴を参照してください。
node:のプレフィックスモジュールをサポートLes noeuds principaux ont bénéficié de nombreux correctifs mineurs, de mises à jour de documentation et d'améliorations mineures. Consultez le journal complet des modifications dans la barre latérale d'aide pour une liste complète.
node: dans le noeud Fonction.