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

35 lines
1.1 KiB
JSON
Raw Normal View History

2020-09-06 00:03:25 +00:00
{
"config": {
"abort": {
2020-10-08 00:06:03 +00:00
"already_configured": "\u5ea7\u6a19\u5df2\u7d93\u8a2d\u5b9a\u5b8c\u6210"
2020-09-06 00:03:25 +00:00
},
"error": {
2020-10-05 00:04:23 +00:00
"cannot_connect": "\u9023\u7dda\u5931\u6557",
"invalid_api_key": "API \u5bc6\u9470\u7121\u6548"
2020-09-06 00:03:25 +00:00
},
"step": {
"user": {
"data": {
2020-10-05 00:04:23 +00:00
"api_key": "API \u5bc6\u9470",
2020-09-06 00:03:25 +00:00
"language": "\u8a9e\u8a00",
"latitude": "\u7def\u5ea6",
"longitude": "\u7d93\u5ea6",
"mode": "\u6a21\u5f0f",
"name": "\u6574\u5408\u540d\u7a31"
},
"description": "\u6b32\u8a2d\u5b9a OpenWeatherMap \u6574\u5408\u3002\u8acb\u81f3 https://openweathermap.org/appid \u7522\u751f API \u5bc6\u9470",
"title": "OpenWeatherMap"
}
}
},
"options": {
"step": {
"init": {
"data": {
"language": "\u8a9e\u8a00",
"mode": "\u6a21\u5f0f"
}
}
}
}
}