mirror of
https://github.com/home-assistant/core.git
synced 2025-07-15 09:17:10 +00:00
Use translation references for gios config flow (#40952)
This commit is contained in:
parent
3195ce5d56
commit
75a6dacaba
@ -13,10 +13,10 @@
|
||||
"error": {
|
||||
"wrong_station_id": "ID of the measuring station is not correct.",
|
||||
"invalid_sensors_data": "Invalid sensors' data for this measuring station.",
|
||||
"cannot_connect": "Cannot connect to the GIO\u015a server."
|
||||
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]"
|
||||
},
|
||||
"abort": {
|
||||
"already_configured": "GIO\u015a integration for this measuring station is already configured."
|
||||
"already_configured": "[%key:common::config_flow::abort::already_configured_service%]"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user