mirror of
https://github.com/home-assistant/core.git
synced 2025-07-22 20:57:21 +00:00
Enhance translation strings in fibaro (#133234)
This commit is contained in:
parent
412aa60e8f
commit
879d809e5a
@ -3,16 +3,25 @@
|
||||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
"url": "URL in the format http://HOST/api/",
|
||||
"url": "[%key:common::config_flow::data::url%]",
|
||||
"username": "[%key:common::config_flow::data::username%]",
|
||||
"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": {
|
||||
"data": {
|
||||
"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%]",
|
||||
"description": "Please update your password for {username}"
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user