mirror of
https://github.com/node-red/node-red-nodes.git
synced 2025-03-01 10:37:43 +00:00
Add Japanese translations for mysql Node (#841)
This commit is contained in:
24
storage/mysql/locales/en-US/68-mysql.json
Normal file
24
storage/mysql/locales/en-US/68-mysql.json
Normal file
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user