mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 21:27:38 +00:00
Replace strings in hvv_departures with references (#40980)
This commit is contained in:
parent
2a05fe7270
commit
b56ec71998
@ -5,9 +5,9 @@
|
|||||||
"user": {
|
"user": {
|
||||||
"title": "Connect to the HVV API",
|
"title": "Connect to the HVV API",
|
||||||
"data": {
|
"data": {
|
||||||
"host": "Host",
|
"host": "[%key:common::config_flow::data::host%]",
|
||||||
"username": "Username",
|
"username": "[%key:common::config_flow::data::username%]",
|
||||||
"password": "Password"
|
"password": "[%key:common::config_flow::data::password%]"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"station": {
|
"station": {
|
||||||
@ -24,12 +24,12 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"error": {
|
"error": {
|
||||||
"cannot_connect": "Failed to connect, please try again",
|
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
|
||||||
"invalid_auth": "Invalid authentication",
|
"invalid_auth": "[%key:common::config_flow::error::invalid_auth%]",
|
||||||
"no_results": "No results. Try with a different station/address"
|
"no_results": "No results. Try with a different station/address"
|
||||||
},
|
},
|
||||||
"abort": {
|
"abort": {
|
||||||
"already_configured": "Device is already configured"
|
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"options": {
|
"options": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user