@node-red/editor-client 3.0.0-beta.1 → 3.0.0-beta.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -5,17 +5,17 @@ export default {
5
5
  titleIcon: "fa fa-map-o",
6
6
  title: {
7
7
  "en-US": "Welcome to Node-RED 3.0 Beta 1!",
8
- "ja": "Node-RED 3.0 Beta 1へようこそ!"
8
+ "ja": "Node-RED 3.0 ベータ1へようこそ!"
9
9
  },
10
10
  description: {
11
11
  "en-US": "<p>This is the first Beta release of Node-RED 3.0. It contains just about everything we have planned for the final release.</p><p>Let's take a moment to discover the new features in this release.</p>",
12
- "ja": "本リリースの新機能を見つけてみましょう。"
12
+ "ja": "<p>これはNode-RED 3.0の最初のベータリリースです。これには、最終リリースで計画しているほぼ全ての機能が含まれています。</p><p>本リリースの新機能を見つけてみましょう。</p>"
13
13
  }
14
14
  },
15
15
  {
16
16
  title: {
17
17
  "en-US": "Wire Junctions",
18
- // "ja": ""
18
+ "ja": "分岐点をワイヤーに追加"
19
19
  },
20
20
  image: 'images/junction-slice.gif',
21
21
  description: {
@@ -23,26 +23,28 @@ export default {
23
23
  add junction nodes that give you more control.</p>
24
24
  <p>Junctions can be added to wires by holding the Shift key, then click and drag with
25
25
  the right-hand mouse button across the wires.</p>`,
26
- // "ja": ""
26
+ "ja": `<p>フローのワイヤーの経路をより制御しやすくするために、分岐点ノードを追加できるようになりました。</p>
27
+ <p>シフトキーを押しながら、マウスの右ボタンをクリックし、ワイヤーを横切るようにドラッグすることで、分岐点を追加できます。</p>`
27
28
  },
28
29
  },
29
30
  {
30
31
  title: {
31
32
  "en-US": "Wire Junctions",
32
- // "ja": ""
33
+ "ja": "分岐点をワイヤーに追加"
33
34
  },
34
35
  image: 'images/junction-quick-add.png',
35
36
  description: {
36
37
  "en-US": `<p>Junctions can also be added using the quick-add dialog.</p>
37
38
  <p>The dialog is opened by holding the Ctrl (or Cmd) key when
38
39
  clicking in the workspace.</p>`,
39
- // "ja": ""
40
+ "ja": `<p>クイック追加ダイアログを用いて、分岐点を追加することもできます。</p>
41
+ <p>本ダイアログを開くには、Ctrl(またはCmd)キーを押しながら、ワークスペース上でクリックします。</p>`
40
42
  },
41
43
  },
42
44
  {
43
45
  title: {
44
46
  "en-US": "Debug Path Tooltip",
45
- // "ja": ""
47
+ "ja": "デバッグパスのツールチップ"
46
48
  },
47
49
  image: 'images/debug-path-tooltip.png',
48
50
  description: {
@@ -53,20 +55,22 @@ export default {
53
55
  the message.</p>
54
56
  <p>Clicking on any item in the list will reveal it in
55
57
  the workspace.</p>`,
56
- // "ja": ""
58
+ "ja": `<p>デバックサイドバー内のノード名の上にマウスカーソルを乗せると、新たにツールチップが表示され、ノードの場所が分かるようになっています。</p>
59
+ <p>これは、サブフローを用いる時に役立つ機能であり、メッセージがどのノードから出力されたかを正確に特定することが遥かに簡単になります。</p>
60
+ <p>本リスト内の要素をクリックすると、ワークスペース内にその要素が表示されます。</p>`
57
61
  },
58
62
  },
59
63
  {
60
64
  title: {
61
65
  "en-US": "Continuous Search",
62
- // "ja": ""
66
+ "ja": "連続した検索"
63
67
  },
64
68
  image: 'images/continuous-search.png',
65
69
  description: {
66
70
  "en-US": `<p>When searching for things in the editor, a new toolbar in
67
71
  the workspace provides options to quickly jump between
68
72
  the search results.</p>`,
69
- // "ja": ""
73
+ "ja": `<p>ワークスペース内の新しいツールバーにあるオプションによって、エディタ内を検索する際に、検索結果の間を素早く移動できます。</p>`
70
74
  },
71
75
  },
72
76
  {
@@ -81,13 +85,17 @@ export default {
81
85
  <li><b><code>Split Wire With Link Nodes</code></b></li>
82
86
  </ul>
83
87
  <p>Actions can be accessed from the Action List in the main menu.</p>`,
84
- // "ja": ``
88
+ "ja": `<p>ワイヤーを、接続されたLinkノードのペアに置き換える動作が新たに追加されました:</p>
89
+ <ul>
90
+ <li><b><code>ワイヤーをlinkノードで分割</code></b></li>
91
+ </ul>
92
+ <p>本アクションは、メインメニュー内の動作一覧から呼び出せます。</p>`,
85
93
  },
86
94
  },
87
95
  {
88
96
  title: {
89
97
  "en-US": "Default node names",
90
- // "ja": ""
98
+ "ja": "標準ノードの名前"
91
99
  },
92
100
  // image: "images/",
93
101
  description: {
@@ -100,7 +108,12 @@ export default {
100
108
  <li><b><code>Generate Node Names</code></b></li>
101
109
  </ul><p>Actions can be accessed from the Action List in the main menu.</p>
102
110
  `,
103
- // "ja": ``
111
+ "ja": `<p>一部のノードは、ワークスペース上に新インスタンスとして追加した際に、一意の名前を付けるよう変更されました。この変更は、<code>Debug</code>、<code>Function</code>、<code>Link</code>ノードに適用されています。</p>
112
+ <p>選択したノードに対して、標準の名前を生成する動作も新たに追加されました:</p>
113
+ <ul>
114
+ <li><b><code>ノード名を生成</code></b></li>
115
+ </ul><p>本アクションは、メインメニュー内の動作一覧から呼び出せます。</p>
116
+ `
104
117
  }
105
118
  },
106
119
  {
@@ -115,7 +128,11 @@ export default {
115
128
  <li>The Link Call node can use a message property to dynamically target the link it should call</li>
116
129
  <li>The HTTP Request node can be preconfigured with HTTP headers</li>
117
130
  </ul>`,
118
- // "ja": ``
131
+ "ja": `<ul>
132
+ <li>Debugノードは、受信したメッセージの数をカウントするよう設定できるようになりました。</li>
133
+ <li>Link Callノードは、メッセージのプロパティによって、呼び出し対象のlinkを動的に指定できるようになりました。</li>
134
+ <li>HTTP Requestノードは、HTTPヘッダを事前設定できるようになりました。</li>
135
+ </ul>`
119
136
  }
120
137
  }
121
138
  ]