core/homeassistant/components/cloudflare/translations/zh-Hans.json

30 lines
888 B
JSON
Raw Normal View History

2020-10-29 00:09:16 +00:00
{
"config": {
2021-12-14 00:13:33 +00:00
"abort": {
2021-12-25 00:13:29 +00:00
"reauth_successful": "\u91cd\u65b0\u8ba4\u8bc1\u6210\u529f"
2021-12-14 00:13:33 +00:00
},
2020-10-29 00:09:16 +00:00
"error": {
"cannot_connect": "\u8fde\u63a5\u5931\u8d25",
"invalid_auth": "\u9a8c\u8bc1\u7801\u65e0\u6548"
},
"step": {
2021-08-12 00:14:10 +00:00
"reauth_confirm": {
"data": {
2021-12-14 00:13:33 +00:00
"api_token": "API Token",
2021-08-12 00:14:10 +00:00
"description": "\u4f7f\u7528\u60a8\u7684 Cloudflare \u5e10\u6237\u91cd\u65b0\u8fdb\u884c\u8eab\u4efd\u9a8c\u8bc1\u3002"
}
},
2020-10-29 00:09:16 +00:00
"user": {
"data": {
2021-12-14 00:13:33 +00:00
"api_token": "API Token"
},
"title": "\u8fde\u63a5\u81f3 Cloudflare"
2020-10-29 00:09:16 +00:00
},
"zone": {
"data": {
"zone": "\u533a\u57df"
}
}
}
}
}