export default { version: "3.0.0-beta.1", steps: [ { titleIcon: "fa fa-map-o", title: { "en-US": "Welcome to Node-RED 3.0 Beta 1!", "ja": "Node-RED 3.0 ベータ1へようこそ!" }, description: { "en-US": "

This is the first Beta release of Node-RED 3.0. It contains just about everything we have planned for the final release.

Let's take a moment to discover the new features in this release.

", "ja": "

これはNode-RED 3.0の最初のベータリリースです。これには、最終リリースで計画しているほぼ全ての機能が含まれています。

本リリースの新機能を見つけてみましょう。

" } }, { title: { "en-US": "Wire Junctions", "ja": "分岐点をワイヤーに追加" }, image: 'images/junction-slice.gif', description: { "en-US": `

To make it easier to route wires around your flows, it is now possible to add junction nodes that give you more control.

Junctions can be added to wires by holding the Shift key, then click and drag with the right-hand mouse button across the wires.

`, "ja": `

フローのワイヤーの経路をより制御しやすくするために、分岐点ノードを追加できるようになりました。

シフトキーを押しながら、マウスの右ボタンをクリックし、ワイヤーを横切るようにドラッグすることで、分岐点を追加できます。

` }, }, { title: { "en-US": "Wire Junctions", "ja": "分岐点をワイヤーに追加" }, image: 'images/junction-quick-add.png', description: { "en-US": `

Junctions can also be added using the quick-add dialog.

The dialog is opened by holding the Ctrl (or Cmd) key when clicking in the workspace.

`, "ja": `

クイック追加ダイアログを用いて、分岐点を追加することもできます。

本ダイアログを開くには、Ctrl(またはCmd)キーを押しながら、ワークスペース上でクリックします。

` }, }, { title: { "en-US": "Debug Path Tooltip", "ja": "デバッグパスのツールチップ" }, image: 'images/debug-path-tooltip.png', description: { "en-US": `

When hovering over a node name in the Debug sidebar, a new tooltip shows the full location of the node.

This is useful when working with subflows, making it much easier to identify exactly which node generated the message.

Clicking on any item in the list will reveal it in the workspace.

`, "ja": `

デバックサイドバー内のノード名の上にマウスカーソルを乗せると、新たにツールチップが表示され、ノードの場所が分かるようになっています。

これは、サブフローを用いる時に役立つ機能であり、メッセージがどのノードから出力されたかを正確に特定することが遥かに簡単になります。

本リスト内の要素をクリックすると、ワークスペース内にその要素が表示されます。

` }, }, { title: { "en-US": "Continuous Search", "ja": "連続した検索" }, image: 'images/continuous-search.png', description: { "en-US": `

When searching for things in the editor, a new toolbar in the workspace provides options to quickly jump between the search results.

`, "ja": `

ワークスペース内の新しいツールバーにあるオプションによって、エディタ内を検索する際に、検索結果の間を素早く移動できます。

` }, }, { title: { "en-US": "New wiring actions", "ja": "新しいワイヤー操作" }, image: "images/split-wire-with-links.gif", description: { "en-US": `

A new action has been added that will replace a wire with a pair of connected Link nodes:

Actions can be accessed from the Action List in the main menu.

`, "ja": `

ワイヤーを、接続されたLinkノードのペアに置き換える動作が新たに追加されました:

本アクションは、メインメニュー内の動作一覧から呼び出せます。

`, }, }, { title: { "en-US": "Default node names", "ja": "標準ノードの名前" }, // image: "images/", description: { "en-US": `

Some nodes have been updated to generate a unique name when new instances are added to the workspace. This applies to Debug, Function and Link nodes.

A new action has also been added to generate default names for the selected nodes:

Actions can be accessed from the Action List in the main menu.

`, "ja": `

一部のノードは、ワークスペース上に新インスタンスとして追加した際に、一意の名前を付けるよう変更されました。この変更は、DebugFunctionLinkノードに適用されています。

選択したノードに対して、標準の名前を生成する動作も新たに追加されました:

本アクションは、メインメニュー内の動作一覧から呼び出せます。

` } }, { title: { "en-US": "Node Updates", "ja": "ノードの更新" }, // image: "images/", description: { "en-US": ``, "ja": `` } } ] }