Update message catalogue

This commit is contained in:
Hiroyasu Nishiyama
2021-06-13 14:19:36 +09:00
parent ac159bb52e
commit 93c25f5d1b
5 changed files with 15 additions and 7 deletions

View File

@@ -33,6 +33,7 @@
"install-failed-not-found": "$t(server.install.install-failed-long) モジュールが見つかりません",
"install-failed-name": "$t(server.install.install-failed-long) 不正なモジュール名: __name__",
"install-failed-url": "$t(server.install.install-failed-long) 不正なURL: __url__",
"post-install-error": "'postInstall'フックの実行に失敗しました。:",
"upgrading": "モジュール __name__ をバージョン __version__ に更新します",
"upgraded": "モジュール __name__ を更新しました。新しいバージョンを使うには、Node-REDを再起動してください。",
"upgrade-failed-not-found": "$t(server.install.install-failed-long) バージョンが見つかりません",
@@ -154,6 +155,7 @@
"restore": " __type__ ファイルをバックアップ __path__ から復元します",
"restore-fail": "__type__ ファイルをバックアップから復元するのに失敗しました : __message__",
"fsync-fail": "ファイル __path__ のディスクへの書き出しに失敗しました : __message__",
"warn_name": "フローファイルの名前が設定されていません。ホスト名から作成します。",
"projects": {
"changing-project": "プロジェクトを設定します : __project__",
"active-project": "選択中のプロジェクト : __project__",