Change "persons" to "people" (#7037)

People is the more common word in English
This commit is contained in:
Sam Pierce Lolla 2020-09-29 11:00:41 -04:00 committed by GitHub
parent c445d4b839
commit 51953bce09
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -875,7 +875,7 @@
"automation": "Reload automations", "automation": "Reload automations",
"script": "Reload scripts", "script": "Reload scripts",
"scene": "Reload scenes", "scene": "Reload scenes",
"person": "Reload persons", "person": "Reload people",
"zone": "Reload zones", "zone": "Reload zones",
"input_boolean": "Reload input booleans", "input_boolean": "Reload input booleans",
"input_text": "Reload input texts", "input_text": "Reload input texts",
@ -1605,11 +1605,11 @@
} }
}, },
"person": { "person": {
"caption": "Persons", "caption": "People",
"description": "Manage the persons that Home Assistant tracks", "description": "Manage the people that Home Assistant tracks",
"introduction": "Here you can define each person of interest in Home Assistant.", "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.", "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 persons yet.", "no_persons_created_yet": "Looks like you have not created any people yet.",
"create_person": "Create Person", "create_person": "Create Person",
"add_person": "Add Person", "add_person": "Add Person",
"confirm_delete": "Are you sure you want to delete this person?", "confirm_delete": "Are you sure you want to delete this person?",
@ -1632,7 +1632,7 @@
}, },
"zone": { "zone": {
"caption": "Zones", "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.", "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.", "no_zones_created_yet": "Looks like you have not created any zones yet.",
"create_zone": "Create Zone", "create_zone": "Create Zone",