Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions src/translations/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -873,7 +873,7 @@
"automation": "Reload automations",
"script": "Reload scripts",
"scene": "Reload scenes",
"person": "Reload persons",
"person": "Reload people",
"zone": "Reload zones",
"input_boolean": "Reload input booleans",
"input_text": "Reload input texts",
Expand Down Expand Up @@ -1594,11 +1594,11 @@
}
},
"person": {
"caption": "Persons",
"description": "Manage the persons that Home Assistant tracks",
"caption": "People",
"description": "Manage the people 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.",
"note_about_persons_configured_in_yaml": "Note: people configured via configuration.yaml cannot be edited via the UI.",
"no_persons_created_yet": "Looks like you have not created any people yet.",
"create_person": "Create Person",
"add_person": "Add Person",
"confirm_delete": "Are you sure you want to delete this person?",
Expand All @@ -1621,7 +1621,7 @@
},
"zone": {
"caption": "Zones",
"description": "Manage the zones you want to track persons in",
"description": "Manage the zones you want to track people 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",
Expand Down