Dia antes primera install
This commit is contained in:
25
node_modules/node-red-node-mysql/locales/en-US/68-mysql.json
generated
vendored
Normal file
25
node_modules/node-red-node-mysql/locales/en-US/68-mysql.json
generated
vendored
Normal file
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"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"
|
||||
},
|
||||
"tip": "Tip: The timezone should be specified as ±hh:mm or leave blank for 'local'."
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user