{ "config": { "abort": { "already_configured": "[%key:common::config_flow::abort::already_configured_device%]", "reauth_successful": "[%key:common::config_flow::abort::reauth_successful%]", "reconfigure_successful": "[%key:common::config_flow::abort::reconfigure_successful%]", "unique_id_mismatch": "The user identifier does not match the previous identifier" }, "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%]" }, "step": { "language": { "data": { "language": "[%key:common::config_flow::data::language%]" }, "data_description": { "language": "Pick your language for the {cookidoo} content." }, "title": "[%key:component::cookidoo::config::step::user::title%]" }, "reauth_confirm": { "data": { "email": "[%key:common::config_flow::data::email%]", "password": "[%key:common::config_flow::data::password%]" }, "data_description": { "email": "[%key:component::cookidoo::config::step::user::data_description::email%]", "password": "[%key:component::cookidoo::config::step::user::data_description::password%]" }, "description": "Please log in to {cookidoo} again to continue using this integration.", "title": "Log in again to {cookidoo}" }, "user": { "data": { "country": "[%key:common::config_flow::data::country%]", "email": "[%key:common::config_flow::data::email%]", "password": "[%key:common::config_flow::data::password%]" }, "data_description": { "country": "Pick your country for the {cookidoo} content.", "email": "Email used to access your {cookidoo} account.", "password": "Password used to access your {cookidoo} account." }, "title": "Set up {cookidoo}" } } }, "entity": { "button": { "todo_clear": { "name": "Clear shopping list and additional purchases" } }, "sensor": { "expires": { "name": "Subscription expiration date" }, "subscription": { "name": "Subscription", "state": { "free": "Free", "premium": "Premium", "trial": "Trial" } } }, "todo": { "additional_item_list": { "name": "Additional purchases" }, "ingredient_list": { "name": "Shopping list" } } }, "exceptions": { "button_clear_todo_failed": { "message": "Failed to clear all items from the Cookidoo shopping list" }, "setup_authentication_exception": { "message": "Authentication failed for {email}, check your email and password" }, "setup_request_exception": { "message": "Failed to connect to server, try again later" }, "todo_delete_item_failed": { "message": "Failed to delete {count} item(s) from Cookidoo shopping list" }, "todo_save_item_failed": { "message": "Failed to save {name} to Cookidoo shopping list" }, "todo_update_item_failed": { "message": "Failed to update {name} in Cookidoo shopping list" }, "update_exception": { "message": "Unable to connect and retrieve data from cookidoo" } } }