1
0
mirror of https://github.com/node-red/node-red-nodes.git synced 2023-10-10 13:36:58 +02:00
node-red-nodes/storage/mysql/locales/ja/68-mysql.json
2021-10-27 13:42:27 +01:00

24 lines
750 B
JSON

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