Merge pull request #3353 from kazuhitoyokoi/dev-addjpn

Add Japanese translations for v2.2.0-beta.1
This commit is contained in:
Nick O'Leary 2022-01-25 16:02:29 +00:00 committed by GitHub
commit ff4c67d068
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 43 additions and 8 deletions

View File

@ -75,6 +75,8 @@
"view": { "view": {
"view": "表示", "view": "表示",
"grid": "グリッド", "grid": "グリッド",
"storeZoom": "読み込み時に拡大/縮小のレベルを復元",
"storePosition": "読み込み時にスクロール位置を復元",
"showGrid": "グリッドを表示", "showGrid": "グリッドを表示",
"snapGrid": "ノードの配置を補助", "snapGrid": "ノードの配置を補助",
"gridSize": "グリッドの大きさ", "gridSize": "グリッドの大きさ",
@ -894,6 +896,8 @@
"addTitle": "要素を追加" "addTitle": "要素を追加"
}, },
"search": { "search": {
"history": "検索履歴",
"clear": "全て削除",
"empty": "一致したものが見つかりませんでした", "empty": "一致したものが見つかりませんでした",
"addNode": "ノードを追加..." "addNode": "ノードを追加..."
}, },

View File

@ -15,9 +15,11 @@ export default {
{ {
title: { title: {
"en-US": "Search history", "en-US": "Search history",
"ja": "検索履歴"
}, },
description: { description: {
"en-US": "<p>The Search dialog now keeps a history of your searches, making it easier to go back to a previous search.</p>" "en-US": "<p>The Search dialog now keeps a history of your searches, making it easier to go back to a previous search.</p>",
"ja": "<p>検索ダイアログが検索履歴を保持するようになりました。これによって、過去の検索に戻りやすくなりました。</p>"
}, },
element: "#red-ui-search .red-ui-searchBox-form", element: "#red-ui-search .red-ui-searchBox-form",
prepare(done) { prepare(done) {
@ -31,6 +33,7 @@ export default {
{ {
title: { title: {
"en-US": "New wiring actions", "en-US": "New wiring actions",
"ja": "新しいワイヤー操作"
}, },
// image: "images/", // image: "images/",
description: { description: {
@ -39,24 +42,36 @@ export default {
<li><b><code>Wire Series Of Nodes</code></b> - adds a wire (if necessary) between each pair of nodes in the order they were selected.</li> <li><b><code>Wire Series Of Nodes</code></b> - adds a wire (if necessary) between each pair of nodes in the order they were selected.</li>
<li><b><code>Wire Node To Multiple</code></b> - wires the first node selected to all of the other selected nodes.</li> <li><b><code>Wire Node To Multiple</code></b> - wires the first node selected to all of the other selected nodes.</li>
</ul> </ul>
<p>Actions can be accessed from the Action List in the main menu.</p>` <p>Actions can be accessed from the Action List in the main menu.</p>`,
"ja": `<p>ード接続を支援する2つの新しい操作が追加されました:</p>
<ul>
<li><b><code>Wire Series Of Nodes</code></b> - ()</li>
<li><b><code>Wire Node To Multiple</code></b> - </li>
</ul>
<p>メインメニュー内の動作一覧からこれらの操作を利用できます</p>`
}, },
}, },
{ {
title: { title: {
"en-US": "Deleting nodes and reconnecting wires", "en-US": "Deleting nodes and reconnecting wires",
"ja": "ノードの削除とワイヤーの再接続"
}, },
image: "images/delete-repair.gif", image: "images/delete-repair.gif",
description: { description: {
"en-US": `<p>It is now possible to delete a selection of nodes and automatically repair the wiring behind them.</p> "en-US": `<p>It is now possible to delete a selection of nodes and automatically repair the wiring behind them.</p>
<p>This is really useful if you want to remove a node from the middle of the flow.</p> <p>This is really useful if you want to remove a node from the middle of the flow.</p>
<p>Hold the Ctrl (or Cmd) key when you press Delete and the nodes will be gone and the wires repaired.</p> <p>Hold the Ctrl (or Cmd) key when you press Delete and the nodes will be gone and the wires repaired.</p>
`,
"ja": `<p>選択したノードを削除した後、その背後にあるワイヤーを自動的に修復できるようになりました。</p>
<p>これはフローの中からノードを削除する時にとても便利に使えます</p>
<p>Ctrl (またはCmd)キーを押しながらDeleteキーを押すとノードがなくなりワイヤーが修復されます</p>
` `
} }
}, },
{ {
title: { title: {
"en-US": "Detaching nodes from a flow", "en-US": "Detaching nodes from a flow",
"ja": "フローからノードの切り離し"
}, },
image: "images/detach-repair.gif", image: "images/detach-repair.gif",
description: { description: {
@ -65,12 +80,16 @@ export default {
<p>The nodes will be removed from their flow, the wiring repaired behind them, and then attached to the mouse <p>The nodes will be removed from their flow, the wiring repaired behind them, and then attached to the mouse
so you can drop them wherever you want in the workspace.</p> so you can drop them wherever you want in the workspace.</p>
<p>There isn't a default keyboard shortcut assigned for this new action, but <p>There isn't a default keyboard shortcut assigned for this new action, but
you can add your own via the Keyboard pane of the main Settings dialog.</p>` you can add your own via the Keyboard pane of the main Settings dialog.</p>`,
"ja": `<p>ノードを削除することなく、フローからノードを除きたい場合は、<b><code>Detach Selected Nodes</code></b>操作を利用できます。</p>
<p>フローからノードが除かれた後背後のワイヤーが修復されノードはマウスポインタにつながりますそのためワークスペースの好きな所にノードを配置できます</p>
<p>この新しい操作に対してデフォルトのキーボードショートカットは登録されていませんがメイン設定ダイアログのキーボード設定から追加できます</p>`
} }
}, },
{ {
title: { title: {
"en-US": "More wiring tricks", "en-US": "More wiring tricks",
"ja": "その他のワイヤー操作"
}, },
image: "images/slice.gif", image: "images/slice.gif",
description: { description: {
@ -78,12 +97,16 @@ export default {
<p>You can now select multiple wires by holding the Ctrl (or Cmd) key <p>You can now select multiple wires by holding the Ctrl (or Cmd) key
when clicking on a wire. This makes it easier to delete multiple wires in one go.</p> when clicking on a wire. This makes it easier to delete multiple wires in one go.</p>
<p>If you hold the Ctrl (or Cmd) key, then click and drag with the right-hand mouse button, <p>If you hold the Ctrl (or Cmd) key, then click and drag with the right-hand mouse button,
you can slice through wires to remove them.</p>` you can slice through wires to remove them.</p>`,
"ja": `<p>その他のいくつかのワイヤー操作</p>
<p>Ctrl (またはCmd)キーを押しながらワイヤーをクリックすることで複数のワイヤーを選択できるようになりましたこれによって複数のワイヤーを一度に削除することが簡単になりました</p>
<p>Ctrl (またはCmd)キーを押しながらマウスの右ボタンを用いてドラッグするとワイヤーを切って削除できます</p>`
} }
}, },
{ {
title: { title: {
"en-US": "Node Updates", "en-US": "Node Updates",
"ja": "ノードの更新"
}, },
// image: "images/", // image: "images/",
description: { description: {
@ -91,6 +114,11 @@ export default {
<li>The JSON node will now handle parsing Buffer payloads</li> <li>The JSON node will now handle parsing Buffer payloads</li>
<li>The TCP Client nodes support TLS connections</li> <li>The TCP Client nodes support TLS connections</li>
<li>The WebSocket node allows you to specify a sub-protocol when connecting</li> <li>The WebSocket node allows you to specify a sub-protocol when connecting</li>
</ul>`,
"ja": `<ul>
<li>JSONードがバッファ形式のペイロードを解析できるようになりました</li>
<li>TCPクライアントードがTLS接続をサポートしました</li>
<li>WebSocketードで接続時にサブプロトコルを指定できるようになりました</li>
</ul>` </ul>`
} }
} }

View File

@ -580,7 +580,9 @@
"server": "サーバ", "server": "サーバ",
"return": "戻り値", "return": "戻り値",
"ms": "ミリ秒", "ms": "ミリ秒",
"chars": "文字" "chars": "文字",
"close": "終了",
"optional": "(任意)"
}, },
"type": { "type": {
"listen": "待ち受け", "listen": "待ち受け",
@ -619,7 +621,8 @@
"socket-error": "__host__:__port__ にてソケットのエラーが生じました", "socket-error": "__host__:__port__ にてソケットのエラーが生じました",
"no-host": "ホスト名またはポートが設定されていません", "no-host": "ホスト名またはポートが設定されていません",
"connect-timeout": "接続がタイムアウトしました", "connect-timeout": "接続がタイムアウトしました",
"connect-fail": "接続に失敗しました" "connect-fail": "接続に失敗しました",
"bad-string": "文字列への変換に失敗しました"
} }
}, },
"udp": { "udp": {