node-red/packages/node_modules/@node-red/editor-client/src/tours/welcome.js

173 lines
8.9 KiB
JavaScript
Raw Normal View History

2021-09-08 23:57:35 +02:00
export default {
2023-03-06 18:30:34 +01:00
version: "3.1.0-beta.2",
2021-09-08 23:57:35 +02:00
steps: [
{
titleIcon: "fa fa-map-o",
title: {
2023-03-06 18:30:34 +01:00
"en-US": "Welcome to Node-RED 3.1 Beta 2!",
"ja": "Node-RED 3.1 ベータ1へようこそ!"
2022-01-13 16:16:16 +01:00
},
description: {
2023-03-06 18:30:34 +01:00
"en-US": "<p>This is the second beta release for 3.1.0 and we have a few new features to tell you about.</p>",
// "ja": "<p>これは3.1.0の最初のベータリリースです。いくつかの新機能について説明します。</p>"
}
},
{
title: {
"en-US": "New ways to work with groups",
},
description: {
"en-US": `<p>We have changed how you interact with groups in the editor.</p>
<ul>
<li>They don't get in the way when clicking on a node</li>
<li>They can be reordered using the Moving Forwards and Move Backwards actions</li>
<li>Multiple nodes can be dragged into a group in one go</li>
<li>Holding <code>Alt</code> when dragging a node will *remove* it from its group</li>
</ul>`
}
},
{
title: {
"en-US": "Change notification on tabs",
},
image: 'images/tab-changes.png',
description: {
"en-US": `<p>When a tab contains undeployed changes it now shows the
same style of change icon used by nodes.</p>
<p>This will make it much easier to track down changes when you're
working across multiple flows.</p>`
}
},
{
title: {
"en-US": "A bigger canvas to work with",
},
description: {
"en-US": `<p>The default canvas size has been increased so you can fit more
into one flow.</p>
<p>We still recommend using tools such as subflows and Link Nodes to help
keep things organised, but now you have more room to work in.</p>`
}
},
{
title: {
"en-US": "Finding help",
},
image: 'images/node-help.png',
description: {
"en-US": `<p>All node edit dialogs now include a link to that node's help
in the footer.</p>
<p>Clicking it will open up the Help sidebar showing the help for that node.</p>`
}
},
{
title: {
"en-US": "And lots more...",
},
description: {
"en-US": `<p>Of course we have everything from 3.1.0-beta.1 as well....</p>`
2022-06-16 16:37:07 +02:00
}
},
{
title: {
2023-02-02 14:34:01 +01:00
"en-US": "Improved Context Menu",
"ja": "コンテキストメニューの改善"
2022-06-16 16:37:07 +02:00
},
image: 'images/context-menu.png',
description: {
2023-02-02 14:34:01 +01:00
"en-US": `<p>The editor's context menu has been expanded to make lots more of
the built-in actions available.</p>
<p>Adding nodes, working with groups and plenty
of other useful tools are now just a click away.</p>
<p>The flow tab bar also has its own context menu to make working
with your flows much easier.</p>`,
"ja": `<p>より多くの組み込み動作を利用できるように、エディタのコンテキストメニューが拡張されました。</p>
<p>ノードの追加グループの操作その他の便利なツールをクリックするだけで実行できるようになりました</p>
<p>フローのタブバーにはフローの操作をより簡単にする独自のコンテキストメニューもあります</p>`
}
2021-09-08 23:57:35 +02:00
},
{
title: {
2023-02-02 14:34:01 +01:00
"en-US": "Hiding Flows",
"ja": "フローを非表示"
},
2023-02-02 14:34:01 +01:00
image: 'images/hiding-flows.png',
description: {
2023-02-02 14:34:01 +01:00
"en-US": `<p>Hiding flows is now done through the flow context menu.</p>
<p>The 'hide' button in previous releases has been removed from the tabs
as they were being clicked accidentally too often.</p>`,
"ja": `<p>フローを非表示にする機能は、フローのコンテキストメニューから実行するようになりました。</p>
<p>これまでのリリースでタブに存在していた非表示ボタンはよく誤ってクリックされていたため削除されました</p>`
2021-09-08 23:57:35 +02:00
},
},
2022-01-26 13:00:30 +01:00
{
title: {
2023-02-02 14:34:01 +01:00
"en-US": "Locking Flows",
"ja": "フローを固定"
2022-01-26 13:00:30 +01:00
},
2023-02-02 14:34:01 +01:00
image: 'images/locking-flows.png',
2022-01-26 13:00:30 +01:00
description: {
2023-02-02 14:34:01 +01:00
"en-US": `<p>Flows can now be locked to prevent accidental changes being made.</p>
<p>When locked you cannot modify the nodes in any way.</p>
<p>The flow context menu provides the options to lock and unlock flows,
as well as in the Info sidebar explorer.</p>`,
"ja": `<p>誤ってフローに変更が加えられてしまうのを防ぐために、フローを固定できるようになりました。</p>
<p>固定されている時はノードを修正することはできません</p>
<p>フローのコンテキストメニューと情報サイドバーのエクスプローラにはフローの固定や解除をするためのオプションが用意されています</p>`
2022-01-26 13:00:30 +01:00
},
},
2021-09-08 23:57:35 +02:00
{
title: {
2023-02-02 14:34:01 +01:00
"en-US": "Adding Images to node/flow descriptions",
"ja": "ノードやフローの説明へ画像を追加"
},
2023-02-02 14:34:01 +01:00
// image: 'images/debug-path-tooltip.png',
description: {
2023-02-02 14:34:01 +01:00
"en-US": `<p>You can now add images to a node's or flows's description.</p>
<p>Simply drag the image into the text editor and it will get added inline.</p>
<p>When the description is shown in the Info sidebar, the image will be displayed.</p>`,
"ja": `<p>ノードまたはフローの説明に、画像を追加できるようになりました。</p>
<p>画像をテキストエディタにドラッグするだけで行内に埋め込まれます</p>
<p>情報サイドバーの説明を開くとその画像が表示されます</p>`
},
2021-10-06 13:05:49 +02:00
},
{
title: {
2023-02-02 14:34:01 +01:00
"en-US": "Adding Mermaid Diagrams",
"ja": "Mermaidの図を追加"
},
2023-02-02 14:34:01 +01:00
image: 'images/mermaid.png',
description: {
2023-02-02 14:34:01 +01:00
"en-US": `<p>You can also add <a href="https://github.com/mermaid-js/mermaid">Mermaid</a> diagrams directly into your node or flow descriptions.</p>
<p>This gives you much richer options for documenting your flows.</p>`,
"ja": `<p>ノードやフローの説明に、<a href="https://github.com/mermaid-js/mermaid">Mermaid</a>の図を直接追加することもできます。</p>
<p>これによってフローを説明する文書作成の選択肢がより多くなります</p>`
2021-09-08 23:57:35 +02:00
},
2021-10-06 13:05:49 +02:00
},
{
title: {
2023-02-02 14:34:01 +01:00
"en-US": "Managing Global Environment Variables",
"ja": "グローバル環境変数の管理"
2021-10-06 13:05:49 +02:00
},
2023-02-02 14:34:01 +01:00
image: 'images/global-env-vars.png',
description: {
2023-02-02 14:34:01 +01:00
"en-US": `<p>You can set environment variables that apply to all nodes and flows in the new
'Global Environment Variables' section of User Settings.</p>`,
"ja": `<p>ユーザ設定に新しく追加された「大域環境変数」のセクションで、全てのノードとフローに適用される環境変数を登録できます。</p>`
2022-05-03 14:40:27 +02:00
},
2021-09-08 23:57:35 +02:00
},
2021-10-06 13:05:49 +02:00
{
title: {
2022-01-13 16:16:16 +01:00
"en-US": "Node Updates",
"ja": "ノードの更新"
},
2022-01-13 16:16:16 +01:00
// image: "images/",
description: {
2023-02-02 14:34:01 +01:00
"en-US": `<p>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.</p>`,
"ja": `<p>コアノードにマイナーな修正、ドキュメント更新、小規模な拡張が数多く追加されています。全ての一覧は、ヘルプサイドバーの全ての更新履歴を確認してください。</p>`
}
2021-10-06 13:05:49 +02:00
}
2021-09-08 23:57:35 +02:00
]
}