mirror of
https://github.com/home-assistant/core.git
synced 2025-07-26 22:57:17 +00:00
Fix missing rfxtrx strings (#38570)
* Fix missing rfxtrx strings * Clean
This commit is contained in:
parent
970c0e7594
commit
9d9426f24c
@ -1,2 +1,9 @@
|
|||||||
{
|
{
|
||||||
|
"config": {
|
||||||
|
"step": {},
|
||||||
|
"error": {},
|
||||||
|
"abort": {
|
||||||
|
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]"
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
9
homeassistant/components/rfxtrx/translations/en.json
Normal file
9
homeassistant/components/rfxtrx/translations/en.json
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
{
|
||||||
|
"config": {
|
||||||
|
"abort": {
|
||||||
|
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]"
|
||||||
|
},
|
||||||
|
"error": {},
|
||||||
|
"step": {}
|
||||||
|
}
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user