core/homeassistant/components/hassio/strings.json

443 lines
21 KiB
JSON

{
"system_health": {
"info": {
"agent_version": "Agent version",
"board": "Board",
"disk_total": "Disk total",
"disk_used": "Disk used",
"docker_version": "Docker version",
"healthy": "Healthy",
"host_os": "Host operating system",
"installed_addons": "Installed add-ons",
"nameservers": "Nameservers",
"supervisor_api": "Supervisor API",
"supervisor_version": "Supervisor version",
"supported": "Supported",
"update_channel": "Update channel",
"version_api": "Version API"
}
},
"issues": {
"issue_addon_boot_fail": {
"title": "Add-on failed to start at boot",
"fix_flow": {
"step": {
"fix_menu": {
"description": "Add-on {addon} is set to start at boot but failed to start. Usually this occurs when the configuration is incorrect or the same port is used in multiple add-ons. Check the configuration as well as logs for {addon} and Supervisor.\n\nUse Start to try again or Disable to turn off the start at boot option.",
"menu_options": {
"addon_execute_start": "[%key:common::action::start%]",
"addon_disable_boot": "[%key:common::action::disable%]"
}
}
},
"abort": {
"apply_suggestion_fail": "Could not apply the fix. Check the Supervisor logs for more details."
}
}
},
"issue_addon_detached_addon_missing": {
"title": "Missing repository for an installed add-on",
"description": "Repository for add-on {addon} is missing. This means it will not get updates, and backups may not be restored correctly as the supervisor may not be able to build/download the resources required.\n\nPlease check the [add-on's documentation]({addon_url}) for installation instructions and add the repository to the store."
},
"issue_addon_detached_addon_removed": {
"title": "Installed add-on has been removed from repository",
"fix_flow": {
"step": {
"addon_execute_remove": {
"description": "Add-on {addon} has been removed from the repository it was installed from. This means it will not get updates, and backups may not be restored correctly as the supervisor may not be able to build/download the resources required.\n\nSelecting **Submit** will uninstall this deprecated add-on. Alternatively, you can check [Home Assistant help]({help_url}) and the [community forum]({community_url}) for alternatives to migrate to."
}
},
"abort": {
"apply_suggestion_fail": "Could not uninstall the add-on. Check the Supervisor logs for more details."
}
}
},
"issue_mount_mount_failed": {
"title": "Network storage device failed",
"fix_flow": {
"step": {
"fix_menu": {
"description": "Could not connect to `{reference}`. Check host logs for errors from the mount service for more details.\n\nUse reload to try to connect again. If you need to update `{reference}`, go to [storage]({storage_url}).",
"menu_options": {
"mount_execute_reload": "[%key:common::action::reload%]",
"mount_execute_remove": "Remove"
}
}
},
"abort": {
"apply_suggestion_fail": "Could not apply the fix. Check the Supervisor logs for more details."
}
}
},
"issue_system_docker_config": {
"title": "Restart(s) required",
"fix_flow": {
"step": {
"system_execute_rebuild": {
"description": "The default configuration for add-ons and Home Assistant has changed. To update the configuration with the new defaults, a restart is required for the following:\n\n- {components}"
}
},
"abort": {
"apply_suggestion_fail": "One or more of the restarts failed. Check the Supervisor logs for more details."
}
}
},
"issue_system_multiple_data_disks": {
"title": "Multiple data disks detected",
"fix_flow": {
"step": {
"fix_menu": {
"description": "At `{reference}`, we detected another active data disk (containing a file system `hassos-data` from another Home Assistant installation).\n\nYou need to decide what to do with it. Otherwise Home Assistant might choose the wrong data disk at system reboot.\n\nIf you don't want to use this data disk, unplug it from your system. If you leave it plugged in, choose one of the following options:",
"menu_options": {
"system_rename_data_disk": "Mark as inactive data disk (rename file system)",
"system_adopt_data_disk": "Use the detected data disk instead of the current system"
}
},
"system_adopt_data_disk": {
"description": "Select **Submit** to make `{reference}` the active data disk. The one and only.\n\nYou won't have access anymore to the current Home Assistant data (will be marked as inactive data disk). After reboot, your system will be in the state of the Home Assistant data on `{reference}`."
}
},
"abort": {
"apply_suggestion_fail": "Could not rename the filesystem. Check the Supervisor logs for more details."
}
}
},
"issue_system_reboot_required": {
"title": "Reboot required",
"fix_flow": {
"step": {
"system_execute_reboot": {
"description": "Settings were changed which require a system reboot to take effect.\n\nThis fix will initiate a system reboot which will make Home Assistant and all the Add-ons inaccessible for a brief period."
}
},
"abort": {
"apply_suggestion_fail": "Could not reboot the system. Check the Supervisor logs for more details."
}
}
},
"issue_system_disk_lifetime": {
"title": "Disk lifetime exceeding 90%",
"description": "The data disk has exceeded 90% of its expected lifespan. The disk may soon malfunction which can lead to data loss. You should replace it soon and migrate your data."
},
"unhealthy": {
"title": "Unhealthy system - {reason}",
"description": "System is currently unhealthy due to {reason}. For troubleshooting information, select Learn more."
},
"unhealthy_docker": {
"title": "Unhealthy system - Docker misconfigured",
"description": "System is currently unhealthy because Docker is configured incorrectly. For troubleshooting information, select Learn more."
},
"unhealthy_duplicate_os_installation": {
"description": "System is currently unhealthy because it has detected multiple Home Assistant OS installations. For troubleshooting information, select Learn more.",
"title": "Unhealthy system - Duplicate Home Assistant OS installation"
},
"unhealthy_oserror_bad_message": {
"description": "System is currently unhealthy because the operating system has reported an OS error: Bad message. For troubleshooting information, select Learn more.",
"title": "Unhealthy system - Operating System error: Bad message"
},
"unhealthy_privileged": {
"title": "Unhealthy system - Not privileged",
"description": "System is currently unhealthy because it does not have privileged access to the docker runtime. For troubleshooting information, select Learn more."
},
"unhealthy_setup": {
"title": "Unhealthy system - Setup failed",
"description": "System is currently unhealthy because setup failed to complete. There are a number of reasons this can occur, For troubleshooting information, select Learn more."
},
"unhealthy_supervisor": {
"title": "Unhealthy system - Supervisor update failed",
"description": "System is currently unhealthy because an attempt to update Supervisor to the latest version has failed. For troubleshooting information, select Learn more."
},
"unhealthy_untrusted": {
"title": "Unhealthy system - Untrusted code",
"description": "System is currently unhealthy because it has detected untrusted code or images in use. For troubleshooting information, select Learn more."
},
"unsupported": {
"title": "Unsupported system - {reason}",
"description": "System is unsupported due to {reason}. For troubleshooting information, select Learn more."
},
"unsupported_apparmor": {
"title": "Unsupported system - AppArmor issues",
"description": "System is unsupported because AppArmor is working incorrectly and add-ons are running in an unprotected and insecure way. For troubleshooting information, select Learn more."
},
"unsupported_cgroup_version": {
"title": "Unsupported system - CGroup version",
"description": "System is unsupported because the wrong version of Docker CGroup is in use. Use the link to learn the correct version and how to fix this."
},
"unsupported_connectivity_check": {
"title": "Unsupported system - Connectivity check disabled",
"description": "System is unsupported because Home Assistant cannot determine when an Internet connection is available. For troubleshooting information, select Learn more."
},
"unsupported_content_trust": {
"title": "Unsupported system - Content-trust check disabled",
"description": "System is unsupported because Home Assistant cannot verify content being run is trusted and not modified by attackers. For troubleshooting information, select Learn more."
},
"unsupported_dbus": {
"title": "Unsupported system - D-Bus issues",
"description": "System is unsupported because D-Bus is working incorrectly. Many things fail without this as Supervisor cannot communicate with the host. For troubleshooting information, select Learn more."
},
"unsupported_dns_server": {
"title": "Unsupported system - DNS server issues",
"description": "System is unsupported because the provided DNS server does not work correctly and the fallback DNS option has been disabled. For troubleshooting information, select Learn more."
},
"unsupported_docker_configuration": {
"title": "Unsupported system - Docker misconfigured",
"description": "System is unsupported because the Docker daemon is running in an unexpected way. For troubleshooting information, select Learn more."
},
"unsupported_docker_version": {
"title": "Unsupported system - Docker version",
"description": "System is unsupported because the wrong version of Docker is in use. Use the link to learn the correct version and how to fix this."
},
"unsupported_job_conditions": {
"title": "Unsupported system - Protections disabled",
"description": "System is unsupported because one or more job conditions have been disabled which protect from unexpected failures and breakages. For troubleshooting information, select Learn more."
},
"unsupported_lxc": {
"title": "Unsupported system - LXC detected",
"description": "System is unsupported because it is being run in an LXC virtual machine. For troubleshooting information, select Learn more."
},
"unsupported_network_manager": {
"title": "Unsupported system - Network Manager issues",
"description": "System is unsupported because Network Manager is missing, inactive or misconfigured. For troubleshooting information, select Learn more."
},
"unsupported_os": {
"title": "Unsupported system - Operating System",
"description": "System is unsupported because the operating system in use is not tested or maintained for use with Supervisor. Use the link to which operating systems are supported and how to fix this."
},
"unsupported_os_agent": {
"title": "Unsupported system - OS-Agent issues",
"description": "System is unsupported because OS-Agent is missing, inactive or misconfigured. For troubleshooting information, select Learn more."
},
"unsupported_restart_policy": {
"title": "Unsupported system - Container restart policy",
"description": "System is unsupported because a Docker container has a restart policy set which could cause issues on startup. For troubleshooting information, select Learn more."
},
"unsupported_software": {
"title": "Unsupported system - Unsupported software",
"description": "System is unsupported because additional software outside the Home Assistant ecosystem has been detected. For troubleshooting information, select Learn more."
},
"unsupported_source_mods": {
"title": "Unsupported system - Supervisor source modifications",
"description": "System is unsupported because Supervisor source code has been modified. For troubleshooting information, select Learn more."
},
"unsupported_supervisor_version": {
"title": "Unsupported system - Supervisor version",
"description": "System is unsupported because an out-of-date version of Supervisor is in use and auto-update has been disabled. For troubleshooting information, select Learn more."
},
"unsupported_systemd": {
"title": "Unsupported system - Systemd issues",
"description": "System is unsupported because Systemd is missing, inactive or misconfigured. For troubleshooting information, select Learn more."
},
"unsupported_systemd_journal": {
"title": "Unsupported system - Systemd Journal issues",
"description": "System is unsupported because Systemd Journal and/or the gateway service is missing, inactive or misconfigured. For troubleshooting information, select Learn more."
},
"unsupported_systemd_resolved": {
"title": "Unsupported system - Systemd-Resolved issues",
"description": "System is unsupported because Systemd Resolved is missing, inactive or misconfigured. For troubleshooting information, select Learn more."
},
"unsupported_virtualization_image": {
"title": "Unsupported system - Incorrect OS image for virtualization",
"description": "System is unsupported because the Home Assistant OS image in use is not intended for use in a virtualized environment. For troubleshooting information, select Learn more."
},
"unsupported_os_version": {
"title": "Unsupported system - Home Assistant OS version",
"description": "System is unsupported because the Home Assistant OS version in use is not supported. For troubleshooting information, select Learn more."
}
},
"entity": {
"binary_sensor": {
"state": {
"name": "Running"
}
},
"sensor": {
"agent_version": {
"name": "OS Agent version"
},
"apparmor_version": {
"name": "AppArmor version"
},
"cpu_percent": {
"name": "CPU percent"
},
"disk_free": {
"name": "Disk free"
},
"disk_total": {
"name": "Disk total"
},
"disk_used": {
"name": "Disk used"
},
"memory_percent": {
"name": "Memory percent"
},
"version": {
"name": "Version"
},
"version_latest": {
"name": "Newest version"
}
},
"update": {
"update": {
"name": "[%key:component::update::title%]"
}
}
},
"services": {
"addon_start": {
"name": "Start add-on",
"description": "Starts an add-on.",
"fields": {
"addon": {
"name": "Add-on",
"description": "The add-on to start."
}
}
},
"addon_restart": {
"name": "Restart add-on",
"description": "Restarts an add-on.",
"fields": {
"addon": {
"name": "[%key:component::hassio::services::addon_start::fields::addon::name%]",
"description": "The add-on to restart."
}
}
},
"addon_stdin": {
"name": "Write data to add-on stdin",
"description": "Writes data to the add-on's standard input.",
"fields": {
"addon": {
"name": "[%key:component::hassio::services::addon_start::fields::addon::name%]",
"description": "The add-on to write to."
}
}
},
"addon_stop": {
"name": "Stop add-on",
"description": "Stops an add-on.",
"fields": {
"addon": {
"name": "[%key:component::hassio::services::addon_start::fields::addon::name%]",
"description": "The add-on to stop."
}
}
},
"host_reboot": {
"name": "Reboot the host system",
"description": "Reboots the host system."
},
"host_shutdown": {
"name": "Power off the host system",
"description": "Powers off the host system."
},
"backup_full": {
"name": "Create a full backup",
"description": "Creates a full backup.",
"fields": {
"name": {
"name": "[%key:common::config_flow::data::name%]",
"description": "Optional (default = current date and time)."
},
"password": {
"name": "[%key:common::config_flow::data::password%]",
"description": "Password to protect the backup with."
},
"compressed": {
"name": "Compressed",
"description": "Compresses the backup files."
},
"location": {
"name": "[%key:common::config_flow::data::location%]",
"description": "Name of a backup network storage to host backups."
},
"homeassistant_exclude_database": {
"name": "Home Assistant exclude database",
"description": "Exclude the Home Assistant database file from the backup."
}
}
},
"backup_partial": {
"name": "Create a partial backup",
"description": "Creates a partial backup.",
"fields": {
"homeassistant": {
"name": "Home Assistant settings",
"description": "Includes Home Assistant settings in the backup."
},
"addons": {
"name": "Add-ons",
"description": "List of add-ons to include in the backup. Use the name slug of each add-on."
},
"folders": {
"name": "Folders",
"description": "List of directories to include in the backup."
},
"name": {
"name": "[%key:common::config_flow::data::name%]",
"description": "[%key:component::hassio::services::backup_full::fields::name::description%]"
},
"password": {
"name": "[%key:common::config_flow::data::password%]",
"description": "[%key:component::hassio::services::backup_full::fields::password::description%]"
},
"compressed": {
"name": "[%key:component::hassio::services::backup_full::fields::compressed::name%]",
"description": "[%key:component::hassio::services::backup_full::fields::compressed::description%]"
},
"location": {
"name": "[%key:common::config_flow::data::location%]",
"description": "[%key:component::hassio::services::backup_full::fields::location::description%]"
},
"homeassistant_exclude_database": {
"name": "[%key:component::hassio::services::backup_full::fields::homeassistant_exclude_database::name%]",
"description": "[%key:component::hassio::services::backup_full::fields::homeassistant_exclude_database::description%]"
}
}
},
"restore_full": {
"name": "Restore from full backup",
"description": "Restores from full backup.",
"fields": {
"slug": {
"name": "Slug",
"description": "Slug of backup to restore from."
},
"password": {
"name": "[%key:common::config_flow::data::password%]",
"description": "Optional password."
}
}
},
"restore_partial": {
"name": "Restore from partial backup",
"description": "Restores from a partial backup.",
"fields": {
"slug": {
"name": "[%key:component::hassio::services::restore_full::fields::slug::name%]",
"description": "[%key:component::hassio::services::restore_full::fields::slug::description%]"
},
"homeassistant": {
"name": "[%key:component::hassio::services::backup_partial::fields::homeassistant::name%]",
"description": "Restores Home Assistant."
},
"folders": {
"name": "[%key:component::hassio::services::backup_partial::fields::folders::name%]",
"description": "List of directories to restore from the backup."
},
"addons": {
"name": "[%key:component::hassio::services::backup_partial::fields::addons::name%]",
"description": "List of add-ons to restore from the backup. Use the name slug of each add-on."
},
"password": {
"name": "[%key:common::config_flow::data::password%]",
"description": "[%key:component::hassio::services::restore_full::fields::password::description%]"
}
}
}
}
}