update Japanese message catalogue

This commit is contained in:
Hiroyasu Nishiyama 2021-07-15 21:09:20 +09:00
parent 88ad2f4c18
commit c1d85f760d
2 changed files with 5 additions and 2 deletions

View File

@ -226,7 +226,9 @@
},
"require": {
"var": "変数",
"module": "モジュール"
"module": "モジュール",
"moduleName": "モジュール名",
"importAs": "インポート名"
},
"error": {
"externalModuleNotAllowed": "Functionードは、外部モジュールを読み込みできません",

View File

@ -40,7 +40,8 @@
"uninstalling": "モジュールをアンインストールします: __name__",
"uninstall-failed": "アンインストールに失敗しました",
"uninstall-failed-long": "モジュール __name__ のアンインストールに失敗しました:",
"uninstalled": "モジュール __name__ をアンインストールしました"
"uninstalled": "モジュール __name__ をアンインストールしました",
"old-ext-mod-dir-warning": "\n\n---------------------------------------------------------------------\nNode-RED 1.3の外部モジュールディレクトリが存在します:\n __oldDir__\nこのディレクトリは使用しなくなりました。外部モジュールは\nNode-REDユーザディレクトリにインストールされます:\n __newDir__\nこのメッセージ出力を止めるには、古いexternalModules\nディレクトリを削除してください。\n---------------------------------------------------------------------\n"
},
"deprecatedOption": "__old__ の利用は非推奨です。代わりに __new__ を使用してください",
"unable-to-listen": "__listenpath__ に対してlistenできません",