1
0
mirror of https://github.com/node-red/node-red.git synced 2023-10-10 13:36:53 +02:00

Merge pull request #3066 from node-red-hitachi/update-message-jp

Update Japanese message catalogue
This commit is contained in:
Nick O'Leary 2021-07-15 13:17:41 +01:00 committed by GitHub
commit bf0ab95c09
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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できません",