| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657 |
- {
- "config": {
- "abort": {
- "single_instance_allowed": "Only a single configuration of HACS is allowed.",
- "min_ha_version": "You need at least version {version} of Home Assistant to setup HACS.",
- "github": "Could not authenticate with GitHub, try again later.",
- "not_setup": "HACS is not setup.",
- "reauth_successful": "Reauthentication was successful."
- },
- "error": {
- "auth": "Personal Access Token is not correct",
- "acc": "You need to acknowledge all the statements before continuing"
- },
- "step": {
- "user": {
- "data": {
- "acc_logs": "I know how to access Home Assistant logs",
- "acc_addons": "I know that there are no add-ons in HACS",
- "acc_untested": "I know that everything inside HACS is custom and untested by Home Assistant",
- "acc_disable": "I know that if I get issues with Home Assistant I should disable all my custom_components"
- },
- "description": "Before you can setup HACS you need to acknowledge the following"
- },
- "device": {
- "title": "Waiting for device activation"
- },
- "reauth_confirm": {
- "title": "Reauthentication needed",
- "description": "You need to reauthenticate with GitHub."
- }
- },
- "progress": {
- "wait_for_device": "1. Open {url} \n2.Paste the following key to authorize HACS: \n```\n{code}\n```\n"
- }
- },
- "options": {
- "abort": {
- "not_setup": "HACS is not setup.",
- "release_limit_value": "The release limit needs to be between 1 and 100"
- },
- "step": {
- "user": {
- "data": {
- "not_in_use": "Not in use with YAML",
- "country": "Filter with country code.",
- "experimental": "Enable experimental features",
- "release_limit": "Number of releases to show.",
- "debug": "Enable debug.",
- "appdaemon": "Enable AppDaemon apps discovery & tracking",
- "netdaemon": "Enable NetDaemon apps discovery & tracking",
- "sidepanel_icon": "Side panel icon",
- "sidepanel_title": "Side panel title"
- }
- }
- }
- }
- }
|