core/homeassistant/components/homeassistant/strings.json

281 lines
16 KiB
JSON

{
"config": {
"abort": {
"single_instance_allowed": "[%key:common::config_flow::abort::single_instance_allowed%]"
},
"step": {}
},
"issues": {
"country_not_configured": {
"title": "The country has not been configured",
"description": "No country has been configured, please update the configuration by clicking on the \"learn more\" button below."
},
"imperial_unit_system": {
"title": "The imperial unit system is deprecated",
"description": "The imperial unit system is deprecated and your system is currently using US customary. Please update your configuration to use the US customary unit system and reload the Core configuration to fix this issue."
},
"deprecated_yaml": {
"title": "The {integration_title} YAML configuration is being removed",
"description": "Configuring {integration_title} using YAML is being removed.\n\nYour existing YAML configuration has been imported into the UI automatically.\n\nRemove the `{domain}` configuration from your configuration.yaml file and restart Home Assistant to fix this issue."
},
"deprecated_system_packages_config_flow_integration": {
"title": "The {integration_title} integration is being removed",
"description": "The {integration_title} integration is being removed as it depends on system packages that can only be installed on systems running a deprecated architecture. To resolve this, remove all \"{integration_title}\" config entries."
},
"deprecated_system_packages_yaml_integration": {
"title": "The {integration_title} integration is being removed",
"description": "The {integration_title} integration is being removed as it depends on system packages that can only be installed on systems running a deprecated architecture. To resolve this, remove the {domain} entry from your configuration.yaml file and restart Home Assistant."
},
"historic_currency": {
"title": "The configured currency is no longer in use",
"description": "The currency {currency} is no longer in use, please reconfigure the currency configuration."
},
"legacy_templates_false": {
"title": "legacy_templates config key is being removed",
"description": "Nothing will change with your templates.\n\nRemove the `legacy_templates` key from the `homeassistant` configuration in your configuration.yaml file and restart Home Assistant to fix this issue."
},
"legacy_templates_true": {
"title": "The support for legacy templates is being removed",
"description": "Please do the following steps:\n- Adopt your configuration to support template rendering to native python types.\n- Remove the `legacy_templates` key from the `homeassistant` configuration in your configuration.yaml file.\n- Restart Home Assistant to fix this issue."
},
"python_version": {
"title": "Support for Python {current_python_version} is being removed",
"description": "Support for running Home Assistant in the currently used Python version {current_python_version} is deprecated and will be removed in Home Assistant {breaks_in_ha_version}. Please upgrade Python to {required_python_version} to prevent your Home Assistant instance from breaking."
},
"config_entry_only": {
"title": "The {domain} integration does not support YAML configuration",
"description": "The {domain} integration does not support configuration via YAML file. You may not notice any obvious issues with the integration, but any configuration settings defined in YAML are not actually applied.\n\nTo resolve this:\n\n1. If you've not already done so, [set up the integration]({add_integration}).\n\n2. Remove `{domain}:` from your YAML configuration file.\n\n3. Restart Home Assistant."
},
"platform_only": {
"title": "The {domain} integration does not support YAML configuration under its own key",
"description": "The {domain} integration does not support configuration under its own key, it must be configured under its supported platforms.\n\nTo resolve this:\n\n1. Remove `{domain}:` from your YAML configuration file.\n\n2. Restart Home Assistant."
},
"no_platform_setup": {
"title": "Unused YAML configuration for the {platform} integration",
"description": "It's not possible to configure {platform} {domain} by adding `{platform_key}` to the {domain} configuration. Please check the documentation for more information on how to set up this integration.\n\nTo resolve this:\n1. Remove `{platform_key}` occurrences from the `{domain}:` configuration in your YAML configuration file.\n2. Restart Home Assistant.\n\nExample that should be removed:\n{yaml_example}"
},
"storage_corruption": {
"title": "Storage corruption detected for {storage_key}",
"fix_flow": {
"step": {
"confirm": {
"title": "[%key:component::homeassistant::issues::storage_corruption::title%]",
"description": "The `{storage_key}` storage could not be parsed and has been renamed to `{corrupt_path}` to allow Home Assistant to continue.\n\nA default `{storage_key}` may have been created automatically.\n\nIf you made manual edits to the storage file, fix any syntax errors in `{corrupt_path}`, restore the file to the original path `{original_path}`, and restart Home Assistant. Otherwise, restore the system from a backup.\n\nSelect **Submit** below to confirm you have repaired the file or restored from a backup.\n\nThe exact error was: {error}"
}
}
}
},
"config_entry_reauth": {
"title": "[%key:common::config_flow::title::reauth%]",
"description": "Reauthentication is needed"
},
"config_entry_unique_id_collision": {
"title": "Multiple {domain} config entries with same unique ID",
"description": "There are multiple {domain} config entries with the same unique ID.\nThe config entries are named {titles}.\n\nTo fix this error, [configure the integration]({configure_url}) and remove all except one of the duplicates.\n\nNote: Another group of duplicates may be revealed after removing these duplicates."
},
"config_entry_unique_id_collision_many": {
"title": "[%key:component::homeassistant::issues::config_entry_unique_id_collision::title%]",
"description": "There are multiple ({number_of_entries}) {domain} config entries with the same unique ID.\nThe first {title_limit} config entries are named {titles}.\n\nTo fix this error, [configure the integration]({configure_url}) and remove all except one of the duplicates.\n\nNote: Another group of duplicates may be revealed after removing these duplicates."
},
"integration_not_found": {
"title": "Integration {domain} not found",
"fix_flow": {
"abort": {
"issue_ignored": "Non-existent integration {domain} ignored."
},
"step": {
"init": {
"title": "[%key:component::homeassistant::issues::integration_not_found::title%]",
"description": "The integration `{domain}` could not be found. This happens when a (custom) integration was removed from Home Assistant, but there are still configurations for this `integration`. Please use the buttons below to either remove the previous configurations for `{domain}` or ignore this.",
"menu_options": {
"confirm": "Remove previous configurations",
"ignore": "Ignore"
}
}
}
}
},
"deprecated_method": {
"title": "Deprecation notice: Installation method",
"description": "This system is using the {installation_type} installation type, which has been deprecated and will become unsupported following the release of Home Assistant 2025.12. While you can continue using your current setup after that point, we strongly recommend migrating to a supported installation method."
},
"deprecated_method_architecture": {
"title": "Deprecation notice",
"description": "This system is using the {installation_type} installation type, and 32-bit hardware (`{arch}`), both of which have been deprecated and will no longer be supported after the release of Home Assistant 2025.12."
},
"deprecated_architecture": {
"title": "Deprecation notice: 32-bit architecture",
"description": "This system uses 32-bit hardware (`{arch}`), which has been deprecated and will no longer receive updates after the release of Home Assistant 2025.12. As your hardware is no longer capable of running newer versions of Home Assistant, you will need to migrate to new hardware."
},
"deprecated_container": {
"title": "[%key:component::homeassistant::issues::deprecated_architecture::title%]",
"description": "This system is running on a 32-bit operating system (`{arch}`), which has been deprecated and will no longer receive updates after the release of Home Assistant 2025.12. Check if your system is capable of running a 64-bit operating system. If not, you will need to migrate to new hardware."
},
"deprecated_os_aarch64": {
"title": "[%key:component::homeassistant::issues::deprecated_architecture::title%]",
"description": "This system is running on a 32-bit operating system (`armv7`), which has been deprecated and will no longer receive updates after the release of Home Assistant 2025.12. To continue using Home Assistant on this hardware, you will need to install a 64-bit operating system. Please refer to our [installation guide]({installation_guide})."
},
"deprecated_os_armv7": {
"title": "[%key:component::homeassistant::issues::deprecated_architecture::title%]",
"description": "This system is running on a 32-bit operating system (`armv7`), which has been deprecated and will no longer receive updates after the release of Home Assistant 2025.12. As your hardware is no longer capable of running newer versions of Home Assistant, you will need to migrate to new hardware."
}
},
"system_health": {
"info": {
"arch": "CPU architecture",
"config_dir": "Configuration directory",
"container_arch": "Container architecture",
"dev": "Development",
"docker": "Docker",
"hassio": "Supervisor",
"installation_type": "Installation type",
"os_name": "Operating system family",
"os_version": "Operating system version",
"python_version": "Python version",
"timezone": "Timezone",
"user": "User",
"version": "Version",
"virtualenv": "Virtual environment"
}
},
"services": {
"check_config": {
"name": "Check configuration",
"description": "Checks the Home Assistant YAML-configuration files for errors. Errors will be shown in the Home Assistant logs."
},
"reload_core_config": {
"name": "Reload Core configuration",
"description": "Reloads the Core configuration from the YAML-configuration."
},
"restart": {
"name": "[%key:common::action::restart%]",
"description": "Restarts Home Assistant.",
"fields": {
"safe_mode": {
"name": "Safe mode",
"description": "Disable custom integrations and custom cards."
}
}
},
"set_location": {
"name": "Set location",
"description": "Updates the Home Assistant location.",
"fields": {
"latitude": {
"name": "[%key:common::config_flow::data::latitude%]",
"description": "Latitude of your location."
},
"longitude": {
"name": "[%key:common::config_flow::data::longitude%]",
"description": "Longitude of your location."
},
"elevation": {
"name": "[%key:common::config_flow::data::elevation%]",
"description": "Elevation of your location above sea level."
}
}
},
"stop": {
"name": "[%key:common::action::stop%]",
"description": "Stops Home Assistant."
},
"toggle": {
"name": "Generic toggle",
"description": "Generic action to toggle devices on/off under any domain."
},
"turn_on": {
"name": "Generic turn on",
"description": "Generic action to turn devices on under any domain."
},
"turn_off": {
"name": "Generic turn off",
"description": "Generic action to turn devices off under any domain."
},
"update_entity": {
"name": "Update entity",
"description": "Forces one or more entities to update their data.",
"fields": {
"entity_id": {
"name": "Entities to update",
"description": "List of entities to force update."
}
}
},
"reload_custom_templates": {
"name": "Reload custom Jinja2 templates",
"description": "Reloads Jinja2 templates found in the `custom_templates` folder in your config. New values will be applied on the next render of the template."
},
"reload_config_entry": {
"name": "Reload config entry",
"description": "Reloads the specified config entry.",
"fields": {
"entry_id": {
"name": "Config entry ID",
"description": "The configuration entry ID of the entry to be reloaded."
}
}
},
"save_persistent_states": {
"name": "Save persistent states",
"description": "Saves the persistent states immediately. Maintains the normal periodic saving interval."
},
"reload_all": {
"name": "Reload all",
"description": "Reloads all YAML configuration that can be reloaded without restarting Home Assistant."
}
},
"exceptions": {
"component_import_err": {
"message": "Unable to import {domain}: {error}"
},
"config_platform_import_err": {
"message": "Error importing config platform {domain}: {error}"
},
"config_validation_err": {
"message": "Invalid config for integration {domain} at {config_file}, line {line}: {error}."
},
"config_validator_unknown_err": {
"message": "Unknown error calling {domain} config validator - {error}."
},
"config_schema_unknown_err": {
"message": "Unknown error calling {domain} CONFIG_SCHEMA - {error}."
},
"multiple_integration_config_errors": {
"message": "Failed to process config for integration {domain} due to multiple ({errors}) errors. Check the logs for more information."
},
"max_length_exceeded": {
"message": "Value {value} for property {property_name} has a maximum length of {max_length} characters."
},
"platform_component_load_err": {
"message": "Platform error: {domain} - {error}."
},
"platform_component_load_exc": {
"message": "[%key:component::homeassistant::exceptions::platform_component_load_err::message%]"
},
"platform_config_validation_err": {
"message": "Invalid config for {domain} from integration {p_name} at file {config_file}, line {line}: {error}. Check the logs for more information."
},
"platform_schema_validator_err": {
"message": "Unknown error when validating config for {domain} from integration {p_name} - {error}."
},
"service_not_found": {
"message": "Action {domain}.{service} not found."
},
"service_not_supported": {
"message": "Entity {entity_id} does not support action {domain}.{service}."
},
"service_does_not_support_response": {
"message": "An action which does not return responses can't be called with {return_response}."
},
"service_lacks_response_request": {
"message": "The action requires responses and must be called with {return_response}."
},
"service_reponse_invalid": {
"message": "Failed to process the returned action response data, expected a dictionary, but got {response_data_type}."
},
"service_should_be_blocking": {
"message": "A non-blocking action call with argument {non_blocking_argument} can't be used together with argument {return_response}."
}
}
}