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

28 lines
1.2 KiB
JSON
Raw Normal View History

2021-11-21 00:13:51 +00:00
{
"config": {
2021-11-25 00:13:33 +00:00
"abort": {
"already_configured": "\u30a2\u30ab\u30a6\u30f3\u30c8\u306f\u3059\u3067\u306b\u8a2d\u5b9a\u3055\u308c\u3066\u3044\u307e\u3059",
"no_devices_found": "\u30cd\u30c3\u30c8\u30ef\u30fc\u30af\u4e0a\u306b\u30c7\u30d0\u30a4\u30b9\u304c\u898b\u3064\u304b\u308a\u307e\u305b\u3093",
"reauth_successful": "\u518d\u8a8d\u8a3c\u306b\u6210\u529f\u3057\u307e\u3057\u305f"
},
"error": {
"invalid_access_token": "\u7121\u52b9\u306a\u30a2\u30af\u30bb\u30b9\u30c8\u30fc\u30af\u30f3",
"unknown": "\u4e88\u671f\u3057\u306a\u3044\u30a8\u30e9\u30fc"
},
2021-11-21 00:13:51 +00:00
"step": {
"reauth": {
"data": {
2021-11-25 00:13:33 +00:00
"access_token": "\u30a2\u30af\u30bb\u30b9\u30c8\u30fc\u30af\u30f3",
2021-11-23 00:13:54 +00:00
"email": "E\u30e1\u30fc\u30eb"
2021-11-28 00:14:19 +00:00
},
"description": "Awair developer access token\u3092\u518d\u5165\u529b\u3057\u3066\u304f\u3060\u3055\u3044\u3002"
2021-11-21 00:13:51 +00:00
},
"user": {
"data": {
2021-11-25 00:13:33 +00:00
"access_token": "\u30a2\u30af\u30bb\u30b9\u30c8\u30fc\u30af\u30f3",
2021-11-23 00:13:54 +00:00
"email": "E\u30e1\u30fc\u30eb"
2021-11-21 00:13:51 +00:00
}
}
}
}
}