Add japanese transaltions for http-request node and https refresh logic

This commit is contained in:
Kazuhito Yokoi
2020-06-02 14:55:53 +09:00
parent dc412b305c
commit fdf8eb0657
2 changed files with 15 additions and 3 deletions

9
packages/node_modules/@node-red/runtime/locales/ja/runtime.json vendored Executable file → Normal file
View File

@@ -46,7 +46,14 @@
"now-running": "サーバは __listenpath__ で実行中です",
"failed-to-start": "サーバの起動に失敗しました:",
"headless-mode": "ヘッドレスモードで実行中です",
"httpadminauth-deprecated": "httpAdminAuthは非推奨です。代わりに adminAuth を使用してください"
"httpadminauth-deprecated": "httpAdminAuthは非推奨です。代わりに adminAuth を使用してください",
"https": {
"refresh-interval": "__interval__ 時間毎にhttps設定を更新します",
"settings-refreshed": "サーバのhttps設定が更新されました",
"refresh-failed": "https設定の更新で失敗しました: __message__",
"nodejs-version": "httpsRefreshIntervalにはNode.js 11以降が必要です",
"function-required": "httpsRefreshIntervalでは、httpsプロパティはfunctionである必要があります"
}
},
"api": {
"flows": {