Add Japanese translations for mysql Node (#841)

This commit is contained in:
Wataru Sato
2021-10-27 21:42:27 +09:00
committed by GitHub
parent 04465c1dca
commit b95ae5dc63
5 changed files with 85 additions and 19 deletions

View 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"
}
}
}