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

This is the first beta release for 3.1.0 and we have a few new features to tell you about.

", "ja": "

これは3.1.0の最初のベータリリースです。いくつかの新機能について説明します。

" } }, { title: { "en-US": "Improved Context Menu", "ja": "コンテキストメニューの改善" }, image: 'images/context-menu.png', description: { "en-US": `

The editor's context menu has been expanded to make lots more of the built-in actions available.

Adding nodes, working with groups and plenty of other useful tools are now just a click away.

The flow tab bar also has its own context menu to make working with your flows much easier.

`, "ja": `

より多くの組み込み動作を利用できるように、エディタのコンテキストメニューが拡張されました。

ノードの追加、グループの操作、その他の便利なツールをクリックするだけで実行できるようになりました。

フローのタブバーには、フローの操作をより簡単にする独自のコンテキストメニューもあります。

` } }, { title: { "en-US": "Hiding Flows", "ja": "フローを非表示" }, image: 'images/hiding-flows.png', description: { "en-US": `

Hiding flows is now done through the flow context menu.

The 'hide' button in previous releases has been removed from the tabs as they were being clicked accidentally too often.

`, "ja": `

フローを非表示にする機能は、フローのコンテキストメニューから実行するようになりました。

これまでのリリースでタブに存在していた「非表示」ボタンは、よく誤ってクリックされていたため、削除されました。

` }, }, { title: { "en-US": "Locking Flows", "ja": "フローを固定" }, image: 'images/locking-flows.png', description: { "en-US": `

Flows can now be locked to prevent accidental changes being made.

When locked you cannot modify the nodes in any way.

The flow context menu provides the options to lock and unlock flows, as well as in the Info sidebar explorer.

`, "ja": `

誤ってフローに変更が加えられてしまうのを防ぐために、フローを固定できるようになりました。

固定されている時は、ノードを修正することはできません。

フローのコンテキストメニューと、情報サイドバーのエクスプローラには、フローの固定や解除をするためのオプションが用意されています。

` }, }, { title: { "en-US": "Adding Images to node/flow descriptions", "ja": "ノードやフローの説明へ画像を追加" }, // image: 'images/debug-path-tooltip.png', description: { "en-US": `

You can now add images to a node's or flows's description.

Simply drag the image into the text editor and it will get added inline.

When the description is shown in the Info sidebar, the image will be displayed.

`, "ja": `

ノードまたはフローの説明に、画像を追加できるようになりました。

画像をテキストエディタにドラッグするだけで、行内に埋め込まれます。

情報サイドバーの説明を開くと、その画像が表示されます。

` }, }, { title: { "en-US": "Adding Mermaid Diagrams", "ja": "Mermaidの図を追加" }, image: 'images/mermaid.png', description: { "en-US": `

You can also add Mermaid diagrams directly into your node or flow descriptions.

This gives you much richer options for documenting your flows.

`, "ja": `

ノードやフローの説明に、Mermaidの図を直接追加することもできます。

これによって、フローを説明する文書作成の選択肢がより多くなります。

` }, }, { title: { "en-US": "Managing Global Environment Variables", "ja": "グローバル環境変数の管理" }, image: 'images/global-env-vars.png', description: { "en-US": `

You can set environment variables that apply to all nodes and flows in the new 'Global Environment Variables' section of User Settings.

`, "ja": `

ユーザ設定に新しく追加された「大域環境変数」のセクションで、全てのノードとフローに適用される環境変数を登録できます。

` }, }, { title: { "en-US": "Node Updates", "ja": "ノードの更新" }, // 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": `

コアノードにマイナーな修正、ドキュメント更新、小規模な拡張が数多く追加されています。全ての一覧は、ヘルプサイドバーの全ての更新履歴を確認してください。

` } } ] }