mirror of
https://github.com/node-red/node-red-nodes.git
synced 2023-10-10 13:36:58 +02:00
24 lines
750 B
JSON
24 lines
750 B
JSON
{
|
|
"mysql": {
|
|
"label": {
|
|
"host": "ホスト",
|
|
"port": "ポート",
|
|
"user": "ユーザー",
|
|
"password": "パスワード",
|
|
"database": "データベース",
|
|
"timezone": "タイムゾーン",
|
|
"charset": "文字セット"
|
|
},
|
|
"status": {
|
|
"badping": "Bad Ping",
|
|
"error": "エラー",
|
|
"ok": "OK",
|
|
"notconnected": "未接続"
|
|
},
|
|
"errors": {
|
|
"notstring": "クエリが文字列として定義されていません",
|
|
"notconnected": "データベースに接続できません",
|
|
"notconfigured": "MySQLデータベース未設定"
|
|
}
|
|
}
|
|
} |