core/homeassistant/components/airnow/translations/zh-Hant.json

24 lines
924 B
JSON
Raw Normal View History

2021-02-03 10:46:49 +00:00
{
"config": {
"abort": {
2021-04-13 00:04:04 +00:00
"already_configured": "\u88dd\u7f6e\u5df2\u7d93\u8a2d\u5b9a\u5b8c\u6210"
2021-02-03 10:46:49 +00:00
},
"error": {
"cannot_connect": "\u9023\u7dda\u5931\u6557",
"invalid_auth": "\u9a57\u8b49\u78bc\u7121\u6548",
"invalid_location": "\u627e\u4e0d\u5230\u8a72\u4f4d\u7f6e\u7684\u7d50\u679c",
"unknown": "\u672a\u9810\u671f\u932f\u8aa4"
},
"step": {
"user": {
"data": {
2021-12-26 00:15:41 +00:00
"api_key": "API \u91d1\u9470",
2021-02-03 10:46:49 +00:00
"latitude": "\u7def\u5ea6",
"longitude": "\u7d93\u5ea6",
"radius": "\u89c0\u6e2c\u7ad9\u534a\u5f91\uff08\u82f1\u91cc\uff1b\u9078\u9805\uff09"
},
2022-05-19 00:26:11 +00:00
"description": "\u8acb\u81f3 https://docs.airnowapi.org/account/request/ \u4ee5\u7522\u751f API \u91d1\u9470"
2021-02-03 10:46:49 +00:00
}
}
2022-05-19 00:26:11 +00:00
}
2021-02-03 10:46:49 +00:00
}