core/homeassistant/components/cloudflare/translations/en.json

42 lines
1.4 KiB
JSON

{
"config": {
"abort": {
"reauth_successful": "Re-authentication was successful",
"single_instance_allowed": "Already configured. Only a single configuration possible.",
"unknown": "Unexpected error"
},
"error": {
"cannot_connect": "Failed to connect",
"invalid_auth": "Invalid authentication",
"invalid_zone": "Invalid zone"
},
"flow_title": "{name}",
"step": {
"reauth_confirm": {
"data": {
"api_token": "API Token",
"description": "Re-authenticate with your Cloudflare account."
}
},
"records": {
"data": {
"records": "Records"
},
"title": "Choose the Records to Update"
},
"user": {
"data": {
"api_token": "API Token"
},
"description": "This integration requires an API Token created with Zone:Zone:Read and Zone:DNS:Edit permissions for all zones in your account.",
"title": "Connect to Cloudflare"
},
"zone": {
"data": {
"zone": "Zone"
},
"title": "Choose the Zone to Update"
}
}
}
}