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

192 lines
11 KiB
JavaScript
Raw Normal View History

2021-09-08 23:57:35 +02:00
export default {
2023-05-25 19:10:01 +02:00
version: "3.1.0-beta.3",
2021-09-08 23:57:35 +02:00
steps: [
{
titleIcon: "fa fa-map-o",
title: {
2023-05-25 19:10:01 +02:00
"en-US": "Welcome to Node-RED 3.1 Beta 3!",
"ja": "Node-RED 3.1 ベータ3へようこそ!"
2022-01-13 16:16:16 +01:00
},
description: {
2023-05-25 19:10:01 +02:00
"en-US": "<p>This is the third beta release for 3.1.0. This is mostly a bug fix release, so you can skip this tour if you've tried the other betas.</p><p>If not, stick around to see what's new in Node-RED 3.1.</p>",
"ja": "<p>これは3.1.0の3回目のベータリリースです。不具合修正のリリースのため、もし他のベータ版を試したことがある場合は、このツアーを読み飛ばしてもかまいません。</p><p>そうでない場合は、Node-RED 3.1の新機能を確認してください。</p>"
2023-03-06 18:30:34 +01:00
}
},
{
title: {
"en-US": "New ways to work with groups",
"ja": "グループの新たな操作方法"
2023-03-06 18:30:34 +01:00
},
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>`,
"ja": `<p>エディタ上のグループの操作が変更されました。</p>
<ul>
<li>グループ内のノードをクリックする時にグループが邪魔をすることが無くなりました</li>
<li>前面へ移動背面へ移動の動作を用いて複数のグループの表示順序を変えることができます</li>
<li>グループ内へ一度に複数のノードをドラッグできるようになりました</li>
<li><code>Alt</code> ** </li>
2023-03-06 18:30:34 +01:00
</ul>`
}
},
{
title: {
"en-US": "Change notification on tabs",
"ja": "タブ上の変更通知"
2023-03-06 18:30:34 +01:00
},
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>`,
"ja": `<p>タブ内にデプロイされていない変更が存在する時は、ノードと同じスタイルで変更の印が表示されるようになりました。</p>
<p>これによって複数のフローを編集している時に変更を見つけるのが簡単になりました</p>`
2023-03-06 18:30:34 +01:00
}
},
{
title: {
"en-US": "A bigger canvas to work with",
"ja": "より広くなった作業キャンバス"
2023-03-06 18:30:34 +01:00
},
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>`,
"ja": `<p>標準のキャンバスが広くなったため、1つのフローに沢山のものを含めることができるようになりました。</p>
<p>引き続きサブフローやリンクノードなどの方法を用いて整理することをお勧めしますが作業できる場所が増えました</p>`
2023-03-06 18:30:34 +01:00
}
},
{
title: {
"en-US": "Finding help",
"ja": "ヘルプを見つける"
2023-03-06 18:30:34 +01:00
},
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>`,
"ja": `<p>全てのノードの編集ダイアログの下に、ノードのヘルプへのリンクが追加されました。</p>
<p>これをクリックするとノードのヘルプサイドバーが表示されます</p>`
2023-03-06 18:30:34 +01:00
}
},
{
title: {
"en-US": "And lots more...",
"ja": "そしてさらに沢山あります..."
2023-03-06 18:30:34 +01:00
},
description: {
"en-US": `<p>Of course we have everything from 3.1.0-beta.1 as well....</p>`,
"ja": `<p>もちろん3.1.0 ベータ1の全ての機能があります....</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
]
}