mirror of
https://github.com/node-red/node-red-nodes.git
synced 2023-10-10 13:36:58 +02:00
24 lines
657 B
JSON
24 lines
657 B
JSON
|
{
|
||
|
"mysql": {
|
||
|
"label": {
|
||
|
"host": "Host",
|
||
|
"port": "Port",
|
||
|
"user": "User",
|
||
|
"password": "Password",
|
||
|
"database": "Database",
|
||
|
"timezone": "Timezone",
|
||
|
"charset": "Charset"
|
||
|
},
|
||
|
"status": {
|
||
|
"badping": "Bad Ping",
|
||
|
"error": "Error",
|
||
|
"ok": "OK",
|
||
|
"notconnected": "not yet connected"
|
||
|
},
|
||
|
"errors": {
|
||
|
"notstring": "the query is not defined as a string",
|
||
|
"notconnected": "Database not connected",
|
||
|
"notconfigured": "MySQL database not configured"
|
||
|
}
|
||
|
}
|
||
|
}
|