Add Japanese translations for Node-RED v1.3.0

This commit is contained in:
Kazuhito Yokoi
2021-02-15 13:02:58 +09:00
parent e5471b44e0
commit ed359ca10c
4 changed files with 28 additions and 10 deletions

View File

@@ -41,6 +41,7 @@
"uninstall-failed-long": "モジュール __name__ のアンインストールに失敗しました:",
"uninstalled": "モジュール __name__ をアンインストールしました"
},
"deprecatedOption": "__old__ の利用は非推奨です。代わりに __new__ を使用してください",
"unable-to-listen": "__listenpath__ に対してlistenできません",
"port-in-use": "エラー: ポートが使用中です",
"uncaught-exception": "未補足の例外:",
@@ -149,6 +150,7 @@
"projects": {
"changing-project": "プロジェクトを設定します : __project__",
"active-project": "選択中のプロジェクト : __project__",
"projects-directory": "プロジェクトディレクトリ: __projectsDirectory__",
"project-not-found": "プロジェクトが見つかりません : __project__",
"no-active-project": "プロジェクトが選択されていません : デフォルトのフローファイルを使用します",
"disabled": "プロジェクトは無効化されています : editorTheme.projects.enabled=false",