mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 21:27:38 +00:00
Enhance translation strings in fibaro (#133234)
This commit is contained in:
parent
412aa60e8f
commit
879d809e5a
@ -3,16 +3,25 @@
|
|||||||
"step": {
|
"step": {
|
||||||
"user": {
|
"user": {
|
||||||
"data": {
|
"data": {
|
||||||
"url": "URL in the format http://HOST/api/",
|
"url": "[%key:common::config_flow::data::url%]",
|
||||||
"username": "[%key:common::config_flow::data::username%]",
|
"username": "[%key:common::config_flow::data::username%]",
|
||||||
"password": "[%key:common::config_flow::data::password%]",
|
"password": "[%key:common::config_flow::data::password%]",
|
||||||
"import_plugins": "Import entities from fibaro plugins?"
|
"import_plugins": "Import entities from fibaro plugins / quickapps"
|
||||||
|
},
|
||||||
|
"data_description": {
|
||||||
|
"url": "The URL of the Fibaro hub in the format `http(s)://IP`.",
|
||||||
|
"username": "The username of the Fibaro hub user.",
|
||||||
|
"password": "The password of the Fibaro hub user.",
|
||||||
|
"import_plugins": "Select if entities from Fibaro plugins / quickapps should be imported."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"reauth_confirm": {
|
"reauth_confirm": {
|
||||||
"data": {
|
"data": {
|
||||||
"password": "[%key:common::config_flow::data::password%]"
|
"password": "[%key:common::config_flow::data::password%]"
|
||||||
},
|
},
|
||||||
|
"data_description": {
|
||||||
|
"password": "[%key:component::fibaro::config::step::user::data_description::password%]"
|
||||||
|
},
|
||||||
"title": "[%key:common::config_flow::title::reauth%]",
|
"title": "[%key:common::config_flow::title::reauth%]",
|
||||||
"description": "Please update your password for {username}"
|
"description": "Please update your password for {username}"
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user