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/ja/68-mysql.json
Normal file
24
storage/mysql/locales/ja/68-mysql.json
Normal 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データベース未設定"
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user