Cleanup Vodafone Station strings (#141202)

This commit is contained in:
Simone Chemelli 2025-03-23 14:52:22 +01:00 committed by GitHub
parent 4758452e92
commit 2465d0db7b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,7 +7,7 @@
"password": "[%key:common::config_flow::data::password%]"
},
"data_description": {
"password": "Please enter the correct password for host: {host}"
"password": "[%key:component::vodafone_station::config::step::user::data_description::password%]"
}
},
"user": {
@ -33,10 +33,10 @@
"unknown": "[%key:common::config_flow::error::unknown%]"
},
"error": {
"already_logged": "User already logged-in, please try again later.",
"already_logged": "[%key:component::vodafone_station::config::abort::already_logged%]",
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
"invalid_auth": "[%key:common::config_flow::error::invalid_auth%]",
"model_not_supported": "The device model is currently unsupported.",
"model_not_supported": "[%key:component::vodafone_station::config::abort::model_not_supported%]",
"unknown": "[%key:common::config_flow::error::unknown%]"
}
},