1
0
mirror of https://github.com/home-assistant/core.git synced 2026-02-22 02:47:14 +00:00
Files
core/homeassistant/components/picnic/strings.json
2025-10-28 10:33:10 +01:00

105 lines
3.1 KiB
JSON

{
"config": {
"abort": {
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]",
"reauth_successful": "[%key:common::config_flow::abort::reauth_successful%]"
},
"error": {
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
"different_account": "Account should be the same as used for setting up the integration",
"invalid_auth": "[%key:common::config_flow::error::invalid_auth%]",
"unknown": "[%key:common::config_flow::error::unknown%]"
},
"step": {
"user": {
"data": {
"country_code": "Country code",
"password": "[%key:common::config_flow::data::password%]",
"username": "[%key:common::config_flow::data::username%]"
}
}
}
},
"entity": {
"sensor": {
"cart_items_count": {
"name": "Cart items count"
},
"cart_total_price": {
"name": "Cart total price"
},
"last_order_delivery_time": {
"name": "Last order delivery time"
},
"last_order_max_order_time": {
"name": "Max order time of last order"
},
"last_order_slot_end": {
"name": "End of last order's slot"
},
"last_order_slot_start": {
"name": "Start of last order's slot"
},
"last_order_status": {
"name": "Status of last order"
},
"last_order_total_price": {
"name": "Total price of last order"
},
"next_delivery_eta_end": {
"name": "Expected end of next delivery"
},
"next_delivery_eta_start": {
"name": "Expected start of next delivery"
},
"next_delivery_slot_end": {
"name": "End of next delivery's slot"
},
"next_delivery_slot_start": {
"name": "Start of next delivery's slot"
},
"selected_slot_end": {
"name": "End of selected slot"
},
"selected_slot_max_order_time": {
"name": "Max order time of selected slot"
},
"selected_slot_min_order_value": {
"name": "Minimum order value for selected slot"
},
"selected_slot_start": {
"name": "Start of selected slot"
}
},
"todo": {
"shopping_cart": {
"name": "Shopping cart"
}
}
},
"services": {
"add_product": {
"description": "Adds a product to the cart based on a search string or product ID. The search string and product ID are exclusive.",
"fields": {
"amount": {
"description": "Amount to add of the selected product.",
"name": "Amount"
},
"config_entry_id": {
"description": "The product will be added to the selected service.",
"name": "Picnic service"
},
"product_id": {
"description": "The product ID of a Picnic product.",
"name": "Product ID"
},
"product_name": {
"description": "Search for a product and add the first result.",
"name": "Product name"
}
},
"name": "Add a product to the cart"
}
}
}