mirror of
https://github.com/home-assistant/core.git
synced 2025-07-24 05:37:44 +00:00
Fix typos / grammar in nasweb integration (#134721)
This commit is contained in:
parent
d96b2499e2
commit
7012648bf8
@ -14,9 +14,9 @@
|
||||
"error": {
|
||||
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
|
||||
"invalid_auth": "[%key:common::config_flow::error::invalid_auth%]",
|
||||
"missing_internal_url": "Make sure Home Assistant has valid internal url",
|
||||
"missing_nasweb_data": "Something isn't right with device internal configuration. Try restarting the device and HomeAssistant.",
|
||||
"missing_status": "Did not received any status updates within the expected time window. Make sure the Home Assistant Internal URL is reachable from the NASweb device.",
|
||||
"missing_internal_url": "Make sure Home Assistant has a valid internal URL",
|
||||
"missing_nasweb_data": "Something isn't right with device internal configuration. Try restarting the device and Home Assistant.",
|
||||
"missing_status": "Did not receive any status updates within the expected time window. Make sure the Home Assistant internal URL is reachable from the NASweb device.",
|
||||
"unknown": "[%key:common::config_flow::error::unknown%]"
|
||||
},
|
||||
"abort": {
|
||||
@ -25,13 +25,13 @@
|
||||
},
|
||||
"exceptions": {
|
||||
"config_entry_error_invalid_authentication": {
|
||||
"message": "Invalid username/password. Most likely user changed password or was removed. Delete this entry and create new one with correct username/password."
|
||||
"message": "Invalid username/password. Most likely user changed password or was removed. Delete this entry and create a new one with the correct username/password."
|
||||
},
|
||||
"config_entry_error_internal_error": {
|
||||
"message": "Something isn't right with device internal configuration. Try restarting the device and HomeAssistant. If the issue persists contact support at {support_email}"
|
||||
"message": "Something isn't right with device internal configuration. Try restarting the device and Home Assistant. If the issue persists contact support at {support_email}"
|
||||
},
|
||||
"config_entry_error_no_status_update": {
|
||||
"message": "Did not received any status updates within the expected time window. Make sure the Home Assistant Internal URL is reachable from the NASweb device. If the issue persists contact support at {support_email}"
|
||||
"message": "Did not received any status updates within the expected time window. Make sure the Home Assistant internal URL is reachable from the NASweb device. If the issue persists contact support at {support_email}"
|
||||
},
|
||||
"config_entry_error_missing_internal_url": {
|
||||
"message": "[%key:component::nasweb::config::error::missing_internal_url%]"
|
||||
|
Loading…
x
Reference in New Issue
Block a user