core/homeassistant/components/bring/strings.json

180 lines
6.5 KiB
JSON

{
"common": {
"shopping_list_items": "items"
},
"config": {
"step": {
"user": {
"title": "Bring! Grocery shopping list",
"description": "Connect your Bring! account to sync your shopping lists with Home Assistant.\n\nDon't have a Bring! account? Download the app on [Google Play for Android]({google_play}) or the [App Store for iOS]({app_store}) to sign up.",
"data": {
"email": "[%key:common::config_flow::data::email%]",
"password": "[%key:common::config_flow::data::password%]"
},
"data_description": {
"email": "The email address associated with your Bring! account.",
"password": "The password to login to your Bring! account."
}
},
"reauth_confirm": {
"title": "[%key:common::config_flow::title::reauth%]",
"description": "The Bring! integration needs to re-authenticate your account",
"data": {
"email": "[%key:common::config_flow::data::email%]",
"password": "[%key:common::config_flow::data::password%]"
},
"data_description": {
"email": "[%key:component::bring::config::step::user::data_description::email%]",
"password": "[%key:component::bring::config::step::user::data_description::password%]"
}
},
"reconfigure": {
"title": "Bring! configuration",
"description": "Update your credentials if you have changed your Bring! account email or password.",
"data": {
"email": "[%key:common::config_flow::data::email%]",
"password": "[%key:common::config_flow::data::password%]"
},
"data_description": {
"email": "[%key:component::bring::config::step::user::data_description::email%]",
"password": "[%key:component::bring::config::step::user::data_description::password%]"
}
}
},
"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%]",
"already_in_progress": "[%key:common::config_flow::abort::already_in_progress%]"
},
"abort": {
"already_configured": "[%key:common::config_flow::abort::already_configured_service%]",
"reauth_successful": "[%key:common::config_flow::abort::reauth_successful%]",
"unique_id_mismatch": "The login details correspond to a different account. Please re-authenticate to the previously configured account.",
"reconfigure_successful": "[%key:common::config_flow::abort::reconfigure_successful%]"
}
},
"entity": {
"event": {
"activities": {
"name": "Activities",
"state_attributes": {
"event_type": {
"state": {
"list_items_added": "Items added",
"list_items_changed": "Items changed",
"list_items_removed": "Items removed"
}
}
}
}
},
"sensor": {
"urgent": {
"name": "Urgent",
"unit_of_measurement": "[%key:component::bring::common::shopping_list_items%]"
},
"convenient": {
"name": "On occasion",
"unit_of_measurement": "[%key:component::bring::common::shopping_list_items%]"
},
"discounted": {
"name": "Discount only",
"unit_of_measurement": "[%key:component::bring::common::shopping_list_items%]"
},
"list_language": {
"name": "Region & language",
"state": {
"de-at": "Austria",
"de-ch": "Switzerland (German)",
"de-de": "Germany",
"en-au": "Australia",
"en-ca": "Canada",
"en-gb": "United Kingdom",
"en-us": "United States",
"es-es": "Spain",
"fr-ch": "Switzerland (French)",
"fr-fr": "France",
"hu-hu": "Hungary",
"it-ch": "Switzerland (Italian)",
"it-it": "Italy",
"nb-no": "Norway",
"nl-nl": "Netherlands",
"pl-pl": "Poland",
"pt-br": "Portugal",
"ru-ru": "Russia",
"sv-se": "Sweden",
"tr-tr": "Türkiye"
}
},
"list_access": {
"name": "List access",
"state": {
"registered": "Private",
"shared": "Shared",
"invitation": "Invitation pending"
}
}
}
},
"exceptions": {
"todo_save_item_failed": {
"message": "Failed to save item {name} to Bring! list"
},
"todo_update_item_failed": {
"message": "Failed to update item {name} to Bring! list"
},
"todo_rename_item_failed": {
"message": "Failed to rename item {name} to Bring! list"
},
"todo_delete_item_failed": {
"message": "Failed to delete {count} item(s) from Bring! list"
},
"setup_request_exception": {
"message": "Failed to connect to server, try again later"
},
"setup_parse_exception": {
"message": "Failed to parse server response, try again later"
},
"setup_authentication_exception": {
"message": "Authentication failed for {email}, check your email and password"
},
"notify_missing_argument": {
"message": "This action requires field {field}, please enter a valid value for {field}"
},
"notify_request_failed": {
"message": "Failed to send push notification for Bring! due to a connection error, try again later"
}
},
"services": {
"send_message": {
"name": "[%key:component::notify::services::notify::name%]",
"description": "Sends a mobile push notification to members of a shared Bring! list.",
"fields": {
"entity_id": {
"name": "List",
"description": "Bring! list whose members (except sender) will be notified."
},
"message": {
"name": "Notification type",
"description": "Type of push notification to send to list members."
},
"item": {
"name": "Item (Required if notification type 'Urgent message' is selected)",
"description": "Item name(s) to include in an urgent message e.g. 'Attention! Attention! - We still urgently need: [Items]'"
}
}
}
},
"selector": {
"notification_type_selector": {
"options": {
"going_shopping": "I'm going shopping! - Last chance for adjustments",
"changed_list": "I changed the list! - Take a look at the items",
"shopping_done": "The shopping is done - Our fridge is well stocked",
"urgent_message": "Attention! Attention! - We still urgently need: [Items]"
}
}
}
}