Add missing translations strings in trafikverket_camera (#128037)

This commit is contained in:
G Johansson 2024-10-09 21:02:43 +02:00 committed by GitHub
parent 983607e683
commit 9d7f0e77f1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -26,6 +26,20 @@
"data": { "data": {
"id": "Choose camera" "id": "Choose camera"
} }
},
"reauth_confirm": {
"data": {
"api_key": "[%key:common::config_flow::data::api_key%]"
}
},
"reconfigure_confirm": {
"data": {
"api_key": "[%key:common::config_flow::data::api_key%]",
"location": "[%key:common::config_flow::data::location%]"
},
"data_description": {
"location": "[%key:component::trafikverket_camera::config::step::user::data_description::location%]"
}
} }
} }
}, },