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