mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 11:17:21 +00:00
Different fixes in user-facing strings of nasweb
(#148830)
This commit is contained in:
parent
ffc2b0a8cf
commit
2011e64390
@ -15,7 +15,7 @@
|
||||
"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 a valid internal URL",
|
||||
"missing_nasweb_data": "Something isn't right with device internal configuration. Try restarting the device and Home Assistant.",
|
||||
"missing_nasweb_data": "Something isn't right with the device's 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%]"
|
||||
},
|
||||
@ -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 a new one with the correct username/password."
|
||||
"message": "Invalid username/password. Most likely the user has changed their password or has been 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 Home Assistant. If the issue persists contact support at {support_email}"
|
||||
"message": "Something isn't right with the device's 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 receive 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%]"
|
||||
@ -43,7 +43,7 @@
|
||||
"entity": {
|
||||
"switch": {
|
||||
"switch_output": {
|
||||
"name": "Relay Switch {index}"
|
||||
"name": "Relay switch {index}"
|
||||
}
|
||||
},
|
||||
"sensor": {
|
||||
@ -52,8 +52,8 @@
|
||||
"state": {
|
||||
"undefined": "Undefined",
|
||||
"tamper": "Tamper",
|
||||
"active": "Active",
|
||||
"normal": "Normal",
|
||||
"active": "[%key:common::state::active%]",
|
||||
"normal": "[%key:common::state::normal%]",
|
||||
"problem": "Problem"
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user