{ "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" } } }