mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-25 10:16:46 +00:00
standardize config menu descriptions (#6495)
This commit is contained in:
parent
12bd7037b3
commit
3a41b3bdcf
@ -542,7 +542,7 @@
|
||||
"calendar": { "my_calendars": "My Calendars", "today": "Today" },
|
||||
"config": {
|
||||
"header": "Configure Home Assistant",
|
||||
"introduction": "Here it is possible to configure your components and Home Assistant. Not everything is possible to configure from the UI yet, but we're working on it.",
|
||||
"introduction": "In this view it is possible to configure your components and Home Assistant. Not everything is possible to configure from the UI yet, but we're working on it.",
|
||||
"filtering": {
|
||||
"filtering_by": "Filtering by",
|
||||
"clear": "Clear"
|
||||
@ -563,7 +563,7 @@
|
||||
},
|
||||
"areas": {
|
||||
"caption": "Areas",
|
||||
"description": "Overview of all areas in your home.",
|
||||
"description": "Manage areas in your home",
|
||||
"data_table": {
|
||||
"area": "Area",
|
||||
"devices": "Devices"
|
||||
@ -593,7 +593,7 @@
|
||||
},
|
||||
"helpers": {
|
||||
"caption": "Helpers",
|
||||
"description": "Elements that can help build automations.",
|
||||
"description": "Manage elements that help build automations",
|
||||
"types": {
|
||||
"input_text": "Text",
|
||||
"input_number": "Number",
|
||||
@ -646,7 +646,7 @@
|
||||
},
|
||||
"info": {
|
||||
"caption": "Info",
|
||||
"description": "Info about your Home Assistant installation",
|
||||
"description": "View info about your Home Assistant installation",
|
||||
"home_assistant_logo": "Home Assistant logo",
|
||||
"path_configuration": "Path to configuration.yaml: {path}",
|
||||
"developed_by": "Developed by a bunch of awesome people.",
|
||||
@ -677,7 +677,7 @@
|
||||
},
|
||||
"lovelace": {
|
||||
"caption": "Lovelace Dashboards",
|
||||
"description": "Configure your Lovelace Dashboards",
|
||||
"description": "Manage your Lovelace Dashboards",
|
||||
"dashboards": {
|
||||
"default_dashboard": "This is the default dashboard",
|
||||
"caption": "Dashboards",
|
||||
@ -812,7 +812,7 @@
|
||||
},
|
||||
"automation": {
|
||||
"caption": "Automations",
|
||||
"description": "Create and edit automations",
|
||||
"description": "Manage automations",
|
||||
"picker": {
|
||||
"header": "Automation Editor",
|
||||
"introduction": "The automation editor allows you to create and edit automations. Please follow the link below to read the instructions to make sure that you have configured Home Assistant correctly.",
|
||||
@ -1065,7 +1065,7 @@
|
||||
},
|
||||
"script": {
|
||||
"caption": "Scripts",
|
||||
"description": "Create and edit scripts",
|
||||
"description": "Manage scripts",
|
||||
"picker": {
|
||||
"header": "Script Editor",
|
||||
"introduction": "The script editor allows you to create and edit scripts. Please follow the link below to read the instructions to make sure that you have configured Home Assistant correctly.",
|
||||
@ -1111,7 +1111,7 @@
|
||||
},
|
||||
"scene": {
|
||||
"caption": "Scenes",
|
||||
"description": "Create and edit scenes",
|
||||
"description": "Manage scenes",
|
||||
"activated": "Activated scene {name}.",
|
||||
"picker": {
|
||||
"header": "Scene Editor",
|
||||
@ -1371,7 +1371,7 @@
|
||||
},
|
||||
"entities": {
|
||||
"caption": "Entities",
|
||||
"description": "Overview of all known entities.",
|
||||
"description": "Manage known entities",
|
||||
"picker": {
|
||||
"header": "Entities",
|
||||
"introduction": "Home Assistant keeps a registry of every entity it has ever seen that can be uniquely identified. Each of these entities will have an entity ID assigned which will be reserved for just this entity.",
|
||||
@ -1418,7 +1418,7 @@
|
||||
},
|
||||
"person": {
|
||||
"caption": "Persons",
|
||||
"description": "Manage the persons that Home Assistant tracks.",
|
||||
"description": "Manage the persons that Home Assistant tracks",
|
||||
"introduction": "Here you can define each person of interest in Home Assistant.",
|
||||
"note_about_persons_configured_in_yaml": "Note: persons configured via configuration.yaml cannot be edited via the UI.",
|
||||
"no_persons_created_yet": "Looks like you have not created any persons yet.",
|
||||
@ -1444,7 +1444,7 @@
|
||||
},
|
||||
"zone": {
|
||||
"caption": "Zones",
|
||||
"description": "Manage the zones you want to track persons in.",
|
||||
"description": "Manage the zones you want to track persons in",
|
||||
"introduction": "Zones allow you to specify certain regions on earth. When a person is within a zone, the state will take the name from the zone. Zones can also be used as a trigger or condition inside automation setups.",
|
||||
"no_zones_created_yet": "Looks like you have not created any zones yet.",
|
||||
"create_zone": "Create Zone",
|
||||
@ -1473,7 +1473,7 @@
|
||||
},
|
||||
"integrations": {
|
||||
"caption": "Integrations",
|
||||
"description": "Manage and set up integrations",
|
||||
"description": "Manage integrations",
|
||||
"integration": "integration",
|
||||
"discovered": "Discovered",
|
||||
"configured": "Configured",
|
||||
@ -1650,7 +1650,7 @@
|
||||
},
|
||||
"groups": {
|
||||
"caption": "Groups",
|
||||
"description": "Create and modify Zigbee groups",
|
||||
"description": "Manage Zigbee groups",
|
||||
"zha_zigbee_groups": "ZHA Zigbee Groups",
|
||||
"manage_groups": "Manage Zigbee Groups",
|
||||
"groups": "Groups",
|
||||
|
Loading…
x
Reference in New Issue
Block a user