mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
update Japanese message catalogue
This commit is contained in:
parent
88ad2f4c18
commit
c1d85f760d
@ -226,7 +226,9 @@
|
||||
},
|
||||
"require": {
|
||||
"var": "変数",
|
||||
"module": "モジュール"
|
||||
"module": "モジュール",
|
||||
"moduleName": "モジュール名",
|
||||
"importAs": "インポート名"
|
||||
},
|
||||
"error": {
|
||||
"externalModuleNotAllowed": "Functionノードは、外部モジュールを読み込みできません",
|
||||
|
@ -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できません",
|
||||
|
Loading…
Reference in New Issue
Block a user