1
0
mirror of https://github.com/home-assistant/core.git synced 2026-02-23 03:17:06 +00:00
Files
core/homeassistant/components/hassio/strings.json
Jan Čermák 8536472fe9 Rename add-ons to apps in hassio integration (#161801)
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2026-01-28 20:46:34 +01:00

523 lines
24 KiB
JSON

{
"entity": {
"binary_sensor": {
"mount": {
"name": "Connected"
},
"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%]"
}
}
},
"issues": {
"issue_addon_boot_fail": {
"fix_flow": {
"abort": {
"apply_suggestion_fail": "Could not apply the fix. Check the Supervisor logs for more details."
},
"step": {
"fix_menu": {
"description": "App {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 apps. 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_disable_boot": "[%key:common::action::disable%]",
"addon_execute_start": "[%key:common::action::start%]"
}
}
}
},
"title": "App failed to start at boot"
},
"issue_addon_deprecated_addon": {
"fix_flow": {
"abort": {
"apply_suggestion_fail": "Could not uninstall the app. Check the Supervisor logs for more details."
},
"step": {
"addon_execute_remove": {
"description": "App {addon} is marked deprecated by the developer. This means it is no longer being maintained and so may break or become a security issue over time.\n\nReview the [readme]({addon_info}) and [documentation]({addon_documentation}) of the app to see if the developer provided instructions.\n\nSelecting **Submit** will uninstall this deprecated app. Alternatively, you can check [Home Assistant help]({help_url}) and the [community forum]({community_url}) for alternatives to migrate to."
}
}
},
"title": "Installed app is deprecated"
},
"issue_addon_detached_addon_missing": {
"description": "Repository for app {addon} is missing. This means it will not get updates, and backups may not be restored correctly as the Home Assistant Supervisor may not be able to build/download the resources required.\n\nPlease check the [app's documentation]({addon_url}) for installation instructions and add the repository to the store.",
"title": "Missing repository for an installed app"
},
"issue_addon_detached_addon_removed": {
"fix_flow": {
"abort": {
"apply_suggestion_fail": "Could not uninstall the app. Check the Supervisor logs for more details."
},
"step": {
"addon_execute_remove": {
"description": "App {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 Home Assistant Supervisor may not be able to build/download the resources required.\n\nSelecting **Submit** will uninstall this deprecated app. Alternatively, you can check [Home Assistant help]({help_url}) and the [community forum]({community_url}) for alternatives to migrate to."
}
}
},
"title": "Installed app has been removed from repository"
},
"issue_addon_pwned": {
"description": "App {addon} uses secrets/passwords in its configuration which are detected as not secure. See [pwned passwords and secrets]({more_info_pwned}) for more information on this issue.",
"title": "Insecure secrets detected in app configuration"
},
"issue_mount_mount_failed": {
"fix_flow": {
"abort": {
"apply_suggestion_fail": "Could not apply the fix. Check the Supervisor logs for more details."
},
"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"
}
}
}
},
"title": "Network storage device failed"
},
"issue_system_disk_lifetime": {
"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.",
"title": "Disk lifetime exceeding 90%"
},
"issue_system_docker_config": {
"fix_flow": {
"abort": {
"apply_suggestion_fail": "One or more of the restarts failed. Check the Supervisor logs for more details."
},
"step": {
"system_execute_rebuild": {
"description": "The default configuration for apps and Home Assistant has changed. To update the configuration with the new defaults, a restart is required for the following:\n\n- {components}"
}
}
},
"title": "Restart(s) required"
},
"issue_system_free_space": {
"description": "The data disk has only {free_space}GB free space left. This may cause issues with system stability and interfere with functionality such as backups and updates. Go to [storage]({storage_url}) to see what is taking up space or see [clear up storage]({more_info_free_space}) for tips on how to free up space.",
"title": "Data disk is running low on free space"
},
"issue_system_multiple_data_disks": {
"fix_flow": {
"abort": {
"apply_suggestion_fail": "Could not rename the filesystem. Check the Supervisor logs for more details."
},
"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_adopt_data_disk": "Use the detected data disk instead of the current system",
"system_rename_data_disk": "Mark as inactive data disk (rename file 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}`."
}
}
},
"title": "Multiple data disks detected"
},
"issue_system_reboot_required": {
"fix_flow": {
"abort": {
"apply_suggestion_fail": "Could not reboot the system. Check the Supervisor logs for more details."
},
"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 apps inaccessible for a brief period."
}
}
},
"title": "Reboot required"
},
"unhealthy": {
"description": "System is currently unhealthy due to {reason}. For troubleshooting information, select Learn more.",
"title": "Unhealthy system - {reason}"
},
"unhealthy_docker": {
"description": "System is currently unhealthy because Docker is configured incorrectly. For troubleshooting information, select Learn more.",
"title": "Unhealthy system - Docker misconfigured"
},
"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": {
"description": "System is currently unhealthy because it does not have privileged access to the docker runtime. For troubleshooting information, select Learn more.",
"title": "Unhealthy system - Not privileged"
},
"unhealthy_setup": {
"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.",
"title": "Unhealthy system - Setup failed"
},
"unhealthy_supervisor": {
"description": "System is currently unhealthy because an attempt to update Supervisor to the latest version has failed. For troubleshooting information, select Learn more.",
"title": "Unhealthy system - Supervisor update failed"
},
"unhealthy_untrusted": {
"description": "System is currently unhealthy because it has detected untrusted code or images in use. For troubleshooting information, select Learn more.",
"title": "Unhealthy system - Untrusted code"
},
"unsupported": {
"description": "System is unsupported due to {reason}. For troubleshooting information, select Learn more.",
"title": "Unsupported system - {reason}"
},
"unsupported_apparmor": {
"description": "System is unsupported because AppArmor is working incorrectly and apps are running in an unprotected and insecure way. For troubleshooting information, select Learn more.",
"title": "Unsupported system - AppArmor issues"
},
"unsupported_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.",
"title": "Unsupported system - CGroup version"
},
"unsupported_connectivity_check": {
"description": "System is unsupported because Home Assistant cannot determine when an Internet connection is available. For troubleshooting information, select Learn more.",
"title": "Unsupported system - Connectivity check disabled"
},
"unsupported_content_trust": {
"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.",
"title": "Unsupported system - Content-trust check disabled"
},
"unsupported_dbus": {
"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.",
"title": "Unsupported system - D-Bus issues"
},
"unsupported_dns_server": {
"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.",
"title": "Unsupported system - DNS server issues"
},
"unsupported_docker_configuration": {
"description": "System is unsupported because the Docker daemon is running in an unexpected way. For troubleshooting information, select Learn more.",
"title": "Unsupported system - Docker misconfigured"
},
"unsupported_docker_version": {
"description": "System is unsupported because the Docker version is out of date. For information about the required version and how to fix this, select Learn more.",
"title": "Unsupported system - Docker version"
},
"unsupported_home_assistant_core_version": {
"description": "System is unsupported because the Home Assistant Core version in use is not supported. For troubleshooting information, select Learn more.",
"title": "Unsupported system - Home Assistant Core version"
},
"unsupported_job_conditions": {
"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.",
"title": "Unsupported system - Protections disabled"
},
"unsupported_lxc": {
"description": "System is unsupported because it is being run in an LXC virtual machine. For troubleshooting information, select Learn more.",
"title": "Unsupported system - LXC detected"
},
"unsupported_network_manager": {
"description": "System is unsupported because Network Manager is missing, inactive or misconfigured. For troubleshooting information, select Learn more.",
"title": "Unsupported system - Network Manager issues"
},
"unsupported_os": {
"description": "System is unsupported because the operating system in use is not tested or maintained for use with Supervisor. For information about supported operating systems and how to fix this, select Learn more.",
"title": "Unsupported system - Operating System"
},
"unsupported_os_agent": {
"description": "System is unsupported because OS-Agent is missing, inactive or misconfigured. For troubleshooting information, select Learn more.",
"title": "Unsupported system - OS-Agent issues"
},
"unsupported_os_version": {
"description": "System is unsupported because the Home Assistant OS version in use is not supported. For troubleshooting information, select Learn more.",
"title": "Unsupported system - Home Assistant OS version"
},
"unsupported_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.",
"title": "Unsupported system - Container restart policy"
},
"unsupported_software": {
"description": "System is unsupported because additional software outside the Home Assistant ecosystem has been detected. For troubleshooting information, select Learn more.",
"title": "Unsupported system - Unsupported software"
},
"unsupported_source_mods": {
"description": "System is unsupported because Supervisor source code has been modified. For troubleshooting information, select Learn more.",
"title": "Unsupported system - Supervisor source modifications"
},
"unsupported_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.",
"title": "Unsupported system - Supervisor version"
},
"unsupported_systemd": {
"description": "System is unsupported because Systemd is missing, inactive or misconfigured. For troubleshooting information, select Learn more.",
"title": "Unsupported system - Systemd issues"
},
"unsupported_systemd_journal": {
"description": "System is unsupported because Systemd Journal and/or the gateway service is missing, inactive or misconfigured. For troubleshooting information, select Learn more.",
"title": "Unsupported system - Systemd Journal issues"
},
"unsupported_systemd_resolved": {
"description": "System is unsupported because Systemd Resolved is missing, inactive or misconfigured. For troubleshooting information, select Learn more.",
"title": "Unsupported system - Systemd-Resolved issues"
},
"unsupported_virtualization_image": {
"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.",
"title": "Unsupported system - Incorrect OS image for virtualization"
}
},
"services": {
"addon_restart": {
"description": "Restarts an add-on.",
"fields": {
"addon": {
"description": "The add-on to restart.",
"name": "[%key:component::hassio::services::addon_start::fields::addon::name%]"
}
},
"name": "Restart add-on"
},
"addon_start": {
"description": "Starts an add-on.",
"fields": {
"addon": {
"description": "The add-on to start.",
"name": "Add-on"
}
},
"name": "Start add-on"
},
"addon_stdin": {
"description": "Writes data to the add-on's standard input.",
"fields": {
"addon": {
"description": "The add-on to write to.",
"name": "[%key:component::hassio::services::addon_start::fields::addon::name%]"
}
},
"name": "Write data to add-on stdin"
},
"addon_stop": {
"description": "Stops an add-on.",
"fields": {
"addon": {
"description": "The add-on to stop.",
"name": "[%key:component::hassio::services::addon_start::fields::addon::name%]"
}
},
"name": "Stop add-on"
},
"app_restart": {
"description": "Restarts a Home Assistant app.",
"fields": {
"app": {
"description": "The app to restart.",
"name": "[%key:component::hassio::services::app_start::fields::app::name%]"
}
},
"name": "Restart app"
},
"app_start": {
"description": "Starts a Home Assistant app.",
"fields": {
"app": {
"description": "The app to start.",
"name": "App"
}
},
"name": "Start app"
},
"app_stdin": {
"description": "Writes data to the standard input of a Home Assistant app.",
"fields": {
"app": {
"description": "The app to write to.",
"name": "[%key:component::hassio::services::app_start::fields::app::name%]"
},
"input": {
"description": "The data to write.",
"name": "Input"
}
},
"name": "Write data to app stdin"
},
"app_stop": {
"description": "Stops a Home Assistant app.",
"fields": {
"app": {
"description": "The app to stop.",
"name": "[%key:component::hassio::services::app_start::fields::app::name%]"
}
},
"name": "Stop app"
},
"backup_full": {
"description": "Creates a full backup.",
"fields": {
"compressed": {
"description": "Compresses the backup files.",
"name": "Compressed"
},
"homeassistant_exclude_database": {
"description": "Exclude the Home Assistant database file from the backup.",
"name": "Home Assistant exclude database"
},
"location": {
"description": "Name of a backup network storage to host backups.",
"name": "[%key:common::config_flow::data::location%]"
},
"name": {
"description": "Optional (default = current date and time).",
"name": "[%key:common::config_flow::data::name%]"
},
"password": {
"description": "Password to protect the backup with.",
"name": "[%key:common::config_flow::data::password%]"
}
},
"name": "Create a full backup"
},
"backup_partial": {
"description": "Creates a partial backup.",
"fields": {
"addons": {
"description": "List of apps (formerly add-ons) to include in the backup. Use the slug of each app. Legacy option - use apps instead.",
"name": "Add-ons (legacy)"
},
"apps": {
"description": "List of apps to include in the backup. Use the slug of each app.",
"name": "Apps"
},
"compressed": {
"description": "[%key:component::hassio::services::backup_full::fields::compressed::description%]",
"name": "[%key:component::hassio::services::backup_full::fields::compressed::name%]"
},
"folders": {
"description": "List of directories to include in the backup.",
"name": "Folders"
},
"homeassistant": {
"description": "Includes Home Assistant settings in the backup.",
"name": "Home Assistant settings"
},
"homeassistant_exclude_database": {
"description": "[%key:component::hassio::services::backup_full::fields::homeassistant_exclude_database::description%]",
"name": "[%key:component::hassio::services::backup_full::fields::homeassistant_exclude_database::name%]"
},
"location": {
"description": "[%key:component::hassio::services::backup_full::fields::location::description%]",
"name": "[%key:common::config_flow::data::location%]"
},
"name": {
"description": "[%key:component::hassio::services::backup_full::fields::name::description%]",
"name": "[%key:common::config_flow::data::name%]"
},
"password": {
"description": "[%key:component::hassio::services::backup_full::fields::password::description%]",
"name": "[%key:common::config_flow::data::password%]"
}
},
"name": "Create a partial backup"
},
"host_reboot": {
"description": "Reboots the host system.",
"name": "Reboot the host system"
},
"host_shutdown": {
"description": "Powers off the host system.",
"name": "Power off the host system"
},
"restore_full": {
"description": "Restores from full backup.",
"fields": {
"password": {
"description": "Optional password.",
"name": "[%key:common::config_flow::data::password%]"
},
"slug": {
"description": "Slug of backup to restore from.",
"name": "Slug"
}
},
"name": "Restore from full backup"
},
"restore_partial": {
"description": "Restores from a partial backup.",
"fields": {
"addons": {
"description": "List of apps (formerly add-ons) to restore from the backup. Use the slug of each app. Legacy option - use apps instead.",
"name": "[%key:component::hassio::services::backup_partial::fields::addons::name%]"
},
"apps": {
"description": "List of apps to restore from the backup. Use the slug of each app.",
"name": "[%key:component::hassio::services::backup_partial::fields::apps::name%]"
},
"folders": {
"description": "List of directories to restore from the backup.",
"name": "[%key:component::hassio::services::backup_partial::fields::folders::name%]"
},
"homeassistant": {
"description": "Restores Home Assistant.",
"name": "[%key:component::hassio::services::backup_partial::fields::homeassistant::name%]"
},
"password": {
"description": "[%key:component::hassio::services::restore_full::fields::password::description%]",
"name": "[%key:common::config_flow::data::password%]"
},
"slug": {
"description": "[%key:component::hassio::services::restore_full::fields::slug::description%]",
"name": "[%key:component::hassio::services::restore_full::fields::slug::name%]"
}
},
"name": "Restore from partial backup"
}
},
"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 apps",
"nameservers": "Nameservers",
"supervisor_api": "Supervisor API",
"supervisor_version": "Supervisor version",
"supported": "Supported",
"update_channel": "Update channel",
"version_api": "Version API"
}
}
}