1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 21:06:19 +00:00
Files
core/homeassistant/components/cloudflare/strings.json
2025-10-28 10:33:10 +01:00

47 lines
1.3 KiB
JSON

{
"config": {
"abort": {
"reauth_successful": "[%key:common::config_flow::abort::reauth_successful%]"
},
"error": {
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
"invalid_auth": "[%key:common::config_flow::error::invalid_auth%]",
"unknown": "[%key:common::config_flow::error::unknown%]"
},
"flow_title": "{name}",
"step": {
"reauth_confirm": {
"data": {
"api_token": "[%key:common::config_flow::data::api_token%]",
"description": "Re-authenticate with your Cloudflare account."
}
},
"records": {
"data": {
"records": "Records"
},
"title": "Choose the records to update"
},
"user": {
"data": {
"api_token": "[%key:common::config_flow::data::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"
}
}
},
"services": {
"update_records": {
"description": "Manually triggers an update of Cloudflare records.",
"name": "Update records"
}
}
}