diff --git a/packages/node_modules/@node-red/editor-client/src/tours/welcome.js b/packages/node_modules/@node-red/editor-client/src/tours/welcome.js index a34bee6e8..e3c50d229 100644 --- a/packages/node_modules/@node-red/editor-client/src/tours/welcome.js +++ b/packages/node_modules/@node-red/editor-client/src/tours/welcome.js @@ -5,16 +5,17 @@ export default { titleIcon: "fa fa-map-o", title: { "en-US": "Welcome to Node-RED 3.1 Beta 2!", - "ja": "Node-RED 3.1 ベータ1へようこそ!" + "ja": "Node-RED 3.1 ベータ2へようこそ!" }, description: { "en-US": "

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

", - // "ja": "

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

" + "ja": "

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

" } }, { title: { "en-US": "New ways to work with groups", + "ja": "グループの新たな操作方法" }, description: { "en-US": `

We have changed how you interact with groups in the editor.

@@ -23,49 +24,67 @@ export default {
  • They can be reordered using the Moving Forwards and Move Backwards actions
  • Multiple nodes can be dragged into a group in one go
  • Holding Alt when dragging a node will *remove* it from its group
  • + `, + "ja": `

    エディタ上のグループの操作が変更されました。

    + ` } }, { title: { "en-US": "Change notification on tabs", + "ja": "タブ上の変更通知" }, image: 'images/tab-changes.png', description: { "en-US": `

    When a tab contains undeployed changes it now shows the same style of change icon used by nodes.

    This will make it much easier to track down changes when you're - working across multiple flows.

    ` + working across multiple flows.

    `, + "ja": `

    タブ内にデプロイされていない変更が存在する時は、ノードと同じスタイルで変更の印が表示されるようになりました。

    +

    これによって複数のフローを編集している時に、変更を見つけるのが簡単になりました。

    ` } }, { title: { "en-US": "A bigger canvas to work with", + "ja": "より広くなった作業キャンバス" }, description: { "en-US": `

    The default canvas size has been increased so you can fit more into one flow.

    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.

    ` + keep things organised, but now you have more room to work in.

    `, + "ja": `

    標準のキャンバスが広くなったため、1つのフローに沢山のものを含めることができるようになりました。

    +

    引き続き、サブフローやリンクノードなどの方法を用いて整理することをお勧めしますが、作業できる場所が増えました。

    ` } }, { title: { "en-US": "Finding help", + "ja": "ヘルプを見つける" }, image: 'images/node-help.png', description: { "en-US": `

    All node edit dialogs now include a link to that node's help in the footer.

    -

    Clicking it will open up the Help sidebar showing the help for that node.

    ` +

    Clicking it will open up the Help sidebar showing the help for that node.

    `, + "ja": `

    全てのノードの編集ダイアログの下に、ノードのヘルプへのリンクが追加されました。

    +

    これをクリックすると、ノードのヘルプサイドバーが表示されます。

    ` } }, { title: { "en-US": "And lots more...", + "ja": "そしてさらに沢山あります..." }, description: { - "en-US": `

    Of course we have everything from 3.1.0-beta.1 as well....

    ` + "en-US": `

    Of course we have everything from 3.1.0-beta.1 as well....

    `, + "ja": `

    もちろん3.1.0 ベータ1の全ての機能があります....

    ` } }, { @@ -134,13 +153,13 @@ export default { { title: { "en-US": "Adding Mermaid Diagrams", - "ja": "Mermaidの図を追加" + "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の図を直接追加することもできます。

    + "ja": `

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

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

    ` }, },