Restart dialog description: consistently use indicative form (#18385)

Co-authored-by: Franck Nijhof <git@frenck.dev>
This commit is contained in:
c0ffeeca7 2023-10-24 23:39:23 +02:00 committed by GitHub
parent d8d16c4d5f
commit d94f7c90c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1203,7 +1203,7 @@
"advanced_options": "Advanced options", "advanced_options": "Advanced options",
"reload": { "reload": {
"title": "Quick reload", "title": "Quick reload",
"description": "Load new YAML configurations without a restart.", "description": "Loads new YAML configurations without a restart.",
"reloading": "Reloading configuration", "reloading": "Reloading configuration",
"failed": "Failed to reload configuration" "failed": "Failed to reload configuration"
}, },
@ -1222,7 +1222,7 @@
}, },
"reboot": { "reboot": {
"title": "Reboot system", "title": "Reboot system",
"description": "Restart the system running Home Assistant and all Add-ons.", "description": "Restarts the system running Home Assistant and all add-ons.",
"confirm_title": "Reboot system?", "confirm_title": "Reboot system?",
"confirm_description": "This will reboot the complete system which includes Home Assistant and all the add-ons.", "confirm_description": "This will reboot the complete system which includes Home Assistant and all the add-ons.",
"confirm_action": "Reboot", "confirm_action": "Reboot",
@ -1231,7 +1231,7 @@
}, },
"shutdown": { "shutdown": {
"title": "Shut down system", "title": "Shut down system",
"description": "Shut down the system running Home Assistant and all add-ons.", "description": "Shuts down the system running Home Assistant and all add-ons.",
"confirm_title": "Shut down system?", "confirm_title": "Shut down system?",
"confirm_description": "This will shut down the complete system which includes Home Assistant and all add-ons.", "confirm_description": "This will shut down the complete system which includes Home Assistant and all add-ons.",
"confirm_action": "Shut down", "confirm_action": "Shut down",
@ -1240,7 +1240,7 @@
}, },
"restart-safe-mode": { "restart-safe-mode": {
"title": "Restart Home Assistant in safe mode", "title": "Restart Home Assistant in safe mode",
"description": "Restart Home Assistant without loading any custom integrations and frontend modules.", "description": "Restarts Home Assistant without loading any custom integrations and frontend modules.",
"confirm_title": "Restart Home Assistant in safe mode?", "confirm_title": "Restart Home Assistant in safe mode?",
"confirm_description": "This will restart Home Assistant without loading any custom integrations and frontend modules.", "confirm_description": "This will restart Home Assistant without loading any custom integrations and frontend modules.",
"confirm_action": "Restart", "confirm_action": "Restart",