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": "ホスト",
"port": "ポート",
"user": "ユーザー",
"password": "パスワード",
"database": "データベース",
"timezone": "タイムゾーン",
"charset": "文字セット"
},
"status": {
"badping": "Bad Ping",
"error": "エラー",
"ok": "OK",
"notconnected": "未接続"
},
"errors": {
"notstring": "クエリが文字列として定義されていません",
"notconnected": "データベースに接続できません",
"notconfigured": "MySQLデータベース未設定"
}
}
}