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

25 lines
689 B
JSON
Raw Normal View History

2020-10-29 00:09:16 +00:00
{
"config": {
"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": {
"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": {
"api_token": "API \u5bc6\u7801"
}
},
"zone": {
"data": {
"zone": "\u533a\u57df"
}
}
}
}
}