Use translation references for gios config flow (#40952)

This commit is contained in:
Maciej Bieniek 2020-10-01 12:54:10 +02:00 committed by GitHub
parent 3195ce5d56
commit 75a6dacaba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,10 +13,10 @@
"error": { "error": {
"wrong_station_id": "ID of the measuring station is not correct.", "wrong_station_id": "ID of the measuring station is not correct.",
"invalid_sensors_data": "Invalid sensors' data for this measuring station.", "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": { "abort": {
"already_configured": "GIO\u015a integration for this measuring station is already configured." "already_configured": "[%key:common::config_flow::abort::already_configured_service%]"
} }
} }
} }