mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
Add Japanese translations for 4.0.0-beta.2
This commit is contained in:
parent
cfb300ec06
commit
c05d18ada1
@ -658,6 +658,9 @@
|
|||||||
"body": "<p>Removing '__module__'</p><p>Removing the node will uninstall it from Node-RED. The node may continue to use resources until Node-RED is restarted.</p>",
|
"body": "<p>Removing '__module__'</p><p>Removing the node will uninstall it from Node-RED. The node may continue to use resources until Node-RED is restarted.</p>",
|
||||||
"title": "Remove nodes"
|
"title": "Remove nodes"
|
||||||
},
|
},
|
||||||
|
"removePlugin": {
|
||||||
|
"body": "<p>Removed plugin __module__. Please reload the editor to clear left-overs.</p>"
|
||||||
|
},
|
||||||
"update": {
|
"update": {
|
||||||
"body": "<p>Updating '__module__'</p><p>Updating the node will require a restart of Node-RED to complete the update. This must be done manually.</p>",
|
"body": "<p>Updating '__module__'</p><p>Updating the node will require a restart of Node-RED to complete the update. This must be done manually.</p>",
|
||||||
"title": "Update nodes"
|
"title": "Update nodes"
|
||||||
@ -669,7 +672,8 @@
|
|||||||
"review": "Open node information",
|
"review": "Open node information",
|
||||||
"install": "Install",
|
"install": "Install",
|
||||||
"remove": "Remove",
|
"remove": "Remove",
|
||||||
"update": "Update"
|
"update": "Update",
|
||||||
|
"understood": "Understood"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -614,6 +614,8 @@
|
|||||||
},
|
},
|
||||||
"nodeCount": "__label__ 個のノード",
|
"nodeCount": "__label__ 個のノード",
|
||||||
"nodeCount_plural": "__label__ 個のノード",
|
"nodeCount_plural": "__label__ 個のノード",
|
||||||
|
"pluginCount": "__count__ 個のプラグイン",
|
||||||
|
"pluginCount_plural": "__count__ 個のプラグイン",
|
||||||
"moduleCount": "__count__ 個のモジュール",
|
"moduleCount": "__count__ 個のモジュール",
|
||||||
"moduleCount_plural": "__count__ 個のモジュール",
|
"moduleCount_plural": "__count__ 個のモジュール",
|
||||||
"inuse": "使用中",
|
"inuse": "使用中",
|
||||||
@ -641,6 +643,7 @@
|
|||||||
"errors": {
|
"errors": {
|
||||||
"catalogLoadFailed": "<p>ノードのカタログの読み込みに失敗しました。</p><p>詳細はブラウザのコンソールを確認してください。</p>",
|
"catalogLoadFailed": "<p>ノードのカタログの読み込みに失敗しました。</p><p>詳細はブラウザのコンソールを確認してください。</p>",
|
||||||
"installFailed": "<p>追加処理が失敗しました: __module__</p><p>__message__</p><p>詳細はログを確認してください。</p>",
|
"installFailed": "<p>追加処理が失敗しました: __module__</p><p>__message__</p><p>詳細はログを確認してください。</p>",
|
||||||
|
"installTimeout": "<p>バックグラウンドでインストールが継続されます。</p><p>完了した時にノードが表示されます。詳細はログを確認してください。</p>",
|
||||||
"removeFailed": "<p>削除処理が失敗しました: __module__</p><p>__message__</p><p>詳細はログを確認してください。</p>",
|
"removeFailed": "<p>削除処理が失敗しました: __module__</p><p>__message__</p><p>詳細はログを確認してください。</p>",
|
||||||
"updateFailed": "<p>更新処理が失敗しました: __module__</p><p>__message__</p><p>詳細はログを確認してください。</p>",
|
"updateFailed": "<p>更新処理が失敗しました: __module__</p><p>__message__</p><p>詳細はログを確認してください。</p>",
|
||||||
"enableFailed": "<p>有効化処理が失敗しました: __module__</p><p>__message__</p><p>詳細はログを確認してください。</p>",
|
"enableFailed": "<p>有効化処理が失敗しました: __module__</p><p>__message__</p><p>詳細はログを確認してください。</p>",
|
||||||
@ -655,6 +658,9 @@
|
|||||||
"body": "<p>__module__ を削除します。</p><p>Node-REDからノードを削除します。ノードはNode-REDが再起動されるまで、リソースを使い続ける可能性があります。</p>",
|
"body": "<p>__module__ を削除します。</p><p>Node-REDからノードを削除します。ノードはNode-REDが再起動されるまで、リソースを使い続ける可能性があります。</p>",
|
||||||
"title": "ノードを削除"
|
"title": "ノードを削除"
|
||||||
},
|
},
|
||||||
|
"removePlugin": {
|
||||||
|
"body": "<p>プラグイン __module__ を削除しました。ブラウザを再読み込みして残った表示を消してください。</p>"
|
||||||
|
},
|
||||||
"update": {
|
"update": {
|
||||||
"body": "<p>__module__ を更新します。</p><p>更新を完了するには手動でNode-REDを再起動する必要があります。</p>",
|
"body": "<p>__module__ を更新します。</p><p>更新を完了するには手動でNode-REDを再起動する必要があります。</p>",
|
||||||
"title": "ノードの更新"
|
"title": "ノードの更新"
|
||||||
@ -666,7 +672,8 @@
|
|||||||
"review": "ノードの情報を参照",
|
"review": "ノードの情報を参照",
|
||||||
"install": "追加",
|
"install": "追加",
|
||||||
"remove": "削除",
|
"remove": "削除",
|
||||||
"update": "更新"
|
"update": "更新",
|
||||||
|
"understood": "了解"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1346,13 +1346,13 @@ RED.palette.editor = (function() {
|
|||||||
});
|
});
|
||||||
|
|
||||||
if (!found_onremove) {
|
if (!found_onremove) {
|
||||||
let removeNotify = RED.notify("Removed plugin " + entry.name + ". Please reload the editor to clear left-overs.",{
|
let removeNotify = RED.notify(RED._("palette.editor.confirm.removePlugin.body",{module:entry.name}),{
|
||||||
modal: true,
|
modal: true,
|
||||||
fixed: true,
|
fixed: true,
|
||||||
type: 'warning',
|
type: 'warning',
|
||||||
buttons: [
|
buttons: [
|
||||||
{
|
{
|
||||||
text: "Understood",
|
text: RED._("palette.editor.confirm.button.understood"),
|
||||||
class:"primary",
|
class:"primary",
|
||||||
click: function(e) {
|
click: function(e) {
|
||||||
removeNotify.close();
|
removeNotify.close();
|
||||||
|
@ -16,7 +16,8 @@ export default {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: {
|
title: {
|
||||||
"en-US": "Multiplayer Mode"
|
"en-US": "Multiplayer Mode",
|
||||||
|
"ja": "複数ユーザ同時利用モード"
|
||||||
},
|
},
|
||||||
image: 'images/nr4-multiplayer.png',
|
image: 'images/nr4-multiplayer.png',
|
||||||
description: {
|
description: {
|
||||||
@ -24,46 +25,58 @@ export default {
|
|||||||
to work with when you have multiple people editing flows at the same time.</p>
|
to work with when you have multiple people editing flows at the same time.</p>
|
||||||
<p>When this feature is enabled, you will now see who else has the editor open and some
|
<p>When this feature is enabled, you will now see who else has the editor open and some
|
||||||
basic information on where they are in the editor.</p>
|
basic information on where they are in the editor.</p>
|
||||||
<p>Check the release post for details on how to enable this feature in your settings file.</p>`
|
<p>Check the release post for details on how to enable this feature in your settings file.</p>`,
|
||||||
|
"ja": `<p>本リリースには、複数ユーザが同時にフローを編集する時に、Node-REDをより使いやすくするのための最初の微修正が入っています。</p>
|
||||||
|
<p>本機能を有効にすると、誰がエディタを開いているか、その人がエディタ上のどこにいるかの基本的な情報が表示されます。</p>
|
||||||
|
<p>設定ファイルで本機能を有効化する方法の詳細は、リリースの投稿を確認してください。</p>`
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: {
|
title: {
|
||||||
"en-US": "Better Configuration Node UX"
|
"en-US": "Better Configuration Node UX",
|
||||||
|
"ja": "設定ノードのUXが向上"
|
||||||
},
|
},
|
||||||
image: 'images/nr4-config-select.png',
|
image: 'images/nr4-config-select.png',
|
||||||
description: {
|
description: {
|
||||||
"en-US": `<p>The Configuration node selection UI has had a small update to have a dedicated 'add' button
|
"en-US": `<p>The Configuration node selection UI has had a small update to have a dedicated 'add' button
|
||||||
next to the select box.</p>
|
next to the select box.</p>
|
||||||
<p>It's a small change, but should make it easier to work with your config nodes.</p>`
|
<p>It's a small change, but should make it easier to work with your config nodes.</p>`,
|
||||||
|
"ja": `<p>設定ノードを選択するUIが修正され、選択ボックスの隣に専用の「追加」ボタンが追加されました。</p>
|
||||||
|
<p>微修正ですが設定ノードの操作が容易になります。</p>`
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: {
|
title: {
|
||||||
"en-US": "Remembering palette state"
|
"en-US": "Remembering palette state",
|
||||||
|
"ja": "パレットの状態を維持"
|
||||||
},
|
},
|
||||||
description: {
|
description: {
|
||||||
"en-US": `<p>The palette now remembers what categories you have hidden between reloads - as well as any
|
"en-US": `<p>The palette now remembers what categories you have hidden between reloads - as well as any
|
||||||
filter you have applied.</p>`
|
filter you have applied.</p>`,
|
||||||
|
"ja": `<p>パレット上で非表示にしたカテゴリや適用したフィルタが、リロードしても記憶されるようになりました。</p>`
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: {
|
title: {
|
||||||
"en-US": "Plugins shown in the Palette Manager"
|
"en-US": "Plugins shown in the Palette Manager",
|
||||||
|
"ja": "パレット管理にプラグインを表示"
|
||||||
},
|
},
|
||||||
image: 'images/nr4-plugins.png',
|
image: 'images/nr4-plugins.png',
|
||||||
description: {
|
description: {
|
||||||
"en-US": `<p>The palette manager now shows any plugin modules you have installed, such as
|
"en-US": `<p>The palette manager now shows any plugin modules you have installed, such as
|
||||||
<code>node-red-debugger</code>. Previously they would only be shown if they plugin include
|
<code>node-red-debugger</code>. Previously they would only be shown if they plugin include
|
||||||
nodes for the palette.</p>`
|
nodes for the palette.</p>`,
|
||||||
|
"ja": `<p>パレットの管理に <code>node-red-debugger</code> の様なインストールしたプラグインが表示されます。以前はプラグインにパレット向けのノードが含まれている時のみ表示されていました。</p>`
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: {
|
title: {
|
||||||
"en-US": "That's if for Beta 2!"
|
"en-US": "That's if for Beta 2!",
|
||||||
|
"ja": "ベータ2については以上です!"
|
||||||
},
|
},
|
||||||
description: {
|
description: {
|
||||||
"en-US": `<p>Keep clicking through to see what was added in Beta 1</p>`
|
"en-US": `<p>Keep clicking through to see what was added in Beta 1</p>`,
|
||||||
|
"ja": `<p>クリックを続けてベータ1で追加された内容を確認してください。</p>`
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -25,6 +25,7 @@
|
|||||||
"removing-modules": "設定からモジュールを削除します",
|
"removing-modules": "設定からモジュールを削除します",
|
||||||
"added-types": "追加したノード:",
|
"added-types": "追加したノード:",
|
||||||
"removed-types": "削除したノード:",
|
"removed-types": "削除したノード:",
|
||||||
|
"removed-plugins": "削除したプラグイン:",
|
||||||
"install": {
|
"install": {
|
||||||
"invalid": "不正なモジュール名",
|
"invalid": "不正なモジュール名",
|
||||||
"installing": "モジュール __name__, バージョン: __version__ をインストールします",
|
"installing": "モジュール __name__, バージョン: __version__ をインストールします",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user