export default { version: "4.0.0-beta.1", steps: [ { titleIcon: "fa fa-map-o", title: { "en-US": "Welcome to Node-RED 4.0 Beta 1!", "ja": "Node-RED 4.0 Beta 1へようこそ!", "fr": "Bienvenue dans Node-RED 4.0 Beta 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": "Timestamp formatting options", "ja": "タイムスタンプの形式の項目" }, image: 'images/nr4-timestamp-formatting.png', description: { "en-US": `

Nodes that let you set a timestamp now have options on what format that timestamp should be in.

We're keeping it simple to begin with by providing three options:

`, "ja": `

タイムスタンプを設定するノードに、タイムスタンプの形式を指定できる項目が追加されました。

次の3つの項目を追加したことで、簡単に選択できるようになりました:

` } }, { title: { "en-US": "Auto-complete of flow/global and env types", "ja": "フロー/グローバル、環境変数の型の自動補完" }, image: 'images/nr4-auto-complete.png', description: { "en-US": `

The flow/global context inputs and the env input now all include auto-complete suggestions based on the live state of your flows.

`, "ja": `

flow/globalコンテキストやenvの入力を、現在のフローの状態をもとに自動補完で提案するようになりました。

` } }, { title: { "en-US": "Config node customisation in Subflows", "ja": "サブフローでの設定ノードのカスタマイズ" }, image: 'images/nr4-sf-config.png', description: { "en-US": `

Subflows can now be customised to allow each instance to use a different config node of a selected type.

For example, each instance of a subflow that connects to an MQTT Broker and does some post-processing of the messages received can be pointed at a different broker.

`, "ja": `

サブフローをカスタマイズして、選択した型の異なる設定ノードを各インスタンスが使用できるようになりました。

例えば、MQTTブローカへ接続し、メッセージ受信と後処理を行うサブフローの各インスタンスに異なるブローカを指定することも可能です。

` } }, { 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.

`, "ja": `

コアノードには沢山の軽微な修正、ドキュメント更新、小さな機能拡張が入っています。全リストはヘルプサイドバーにある変更履歴を参照してください。

` } } ] }