From da6885be62033276374f676d5508b37aed7a69fa Mon Sep 17 00:00:00 2001 From: Kazuhito Yokoi Date: Fri, 3 Feb 2023 00:08:50 +0900 Subject: [PATCH] Add Japanese translations for welcome tour of 3.1.0 beta.1 --- .../editor-client/src/tours/welcome.js | 40 +++++++++++-------- 1 file changed, 24 insertions(+), 16 deletions(-) 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 1f74fb7f8..b11c805b0 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,17 +5,17 @@ export default { titleIcon: "fa fa-map-o", title: { "en-US": "Welcome to Node-RED 3.1 Beta 1!", - // "ja": "Node-RED 3.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": "" + "ja": "

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

" } }, { title: { "en-US": "Improved Context Menu", - // "ja": "" + "ja": "コンテキストメニューの改善" }, image: 'images/context-menu.png', description: { @@ -25,26 +25,29 @@ export default { 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": `` + "ja": `

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

+

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

+

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

` } }, { title: { "en-US": "Hiding Flows", - // "ja": "" + "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": `` + "ja": `

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

+

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

` }, }, { title: { "en-US": "Locking Flows", - // "ja": "" + "ja": "フローを固定" }, image: 'images/locking-flows.png', description: { @@ -52,44 +55,49 @@ export default {

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": `` + "ja": `

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

+

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

+

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

` }, }, { title: { "en-US": "Adding Images to node/flow descriptions", - // "ja": "" + "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": `` +

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

`, + "ja": `

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

+

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

+

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

` }, }, { title: { "en-US": "Adding Mermaid Diagrams", - // "ja": "" + "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": `` + "ja": `

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

+

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

` }, }, { title: { "en-US": "Managing Global Environment Variables", - // "ja": "" + "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": `` + "ja": `

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

` }, }, { @@ -101,7 +109,7 @@ export default { 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": `` + "ja": `

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

` } } ]