core/homeassistant/components/starline/translations/ja.json

38 lines
1.6 KiB
JSON
Raw Normal View History

2021-11-02 00:12:41 +00:00
{
"config": {
2021-11-19 00:14:01 +00:00
"error": {
"error_auth_app": "\u4e0d\u6b63\u306a\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3ID\u307e\u305f\u306f\u30b7\u30fc\u30af\u30ec\u30c3\u30c8",
"error_auth_mfa": "\u4e0d\u9069\u5207\u306a\u30b3\u30fc\u30c9",
"error_auth_user": "\u30e6\u30fc\u30b6\u30fc\u30cd\u30fc\u30e0\u307e\u305f\u306f\u30d1\u30b9\u30ef\u30fc\u30c9\u304c\u9055\u3044\u307e\u3059"
},
2021-11-02 00:12:41 +00:00
"step": {
2021-11-19 00:14:01 +00:00
"auth_app": {
"data": {
"app_id": "App ID",
"app_secret": "\u30b7\u30fc\u30af\u30ec\u30c3\u30c8"
},
"title": "\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u8cc7\u683c\u60c5\u5831"
},
"auth_captcha": {
"data": {
"captcha_code": "\u753b\u50cf\u304b\u3089\u306e\u30b3\u30fc\u30c9"
},
"description": "{captcha_img}",
"title": "Captcha"
},
2021-11-02 00:12:41 +00:00
"auth_mfa": {
2021-11-19 00:14:01 +00:00
"data": {
"mfa_code": "SMS\u30b3\u30fc\u30c9"
},
2021-11-02 00:12:41 +00:00
"title": "2\u8981\u7d20\u8a8d\u8a3c"
2021-11-19 00:14:01 +00:00
},
"auth_user": {
"data": {
"password": "\u30d1\u30b9\u30ef\u30fc\u30c9"
},
"description": "StarLine\u30a2\u30ab\u30a6\u30f3\u30c8\u306e\u30e1\u30fc\u30eb\u30a2\u30c9\u30ec\u30b9\u3068\u30d1\u30b9\u30ef\u30fc\u30c9",
"title": "\u30e6\u30fc\u30b6\u30fc\u306e\u8cc7\u683c\u60c5\u5831"
2021-11-02 00:12:41 +00:00
}
}
}
}