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

20 lines
458 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": {
"user": {
"data": {
"api_token": "API \u5bc6\u7801"
}
},
"zone": {
"data": {
"zone": "\u533a\u57df"
}
}
}
}
}