Add translations to AVM FRITZ!Box Call Monitor state attributes (#108412)

This commit is contained in:
Jan Rieger 2024-02-16 09:41:59 +01:00 committed by GitHub
parent ce8cf314f9
commit 4ededefe24
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -50,6 +50,27 @@
"dialing": "Dialing", "dialing": "Dialing",
"talking": "Talking", "talking": "Talking",
"idle": "[%key:common::state::idle%]" "idle": "[%key:common::state::idle%]"
},
"state_attributes": {
"prefixes": { "name": "Prefixes" },
"type": {
"name": "Type",
"state": {
"incoming": "Incoming",
"outgoing": "Outgoing"
}
},
"from": { "name": "Caller number" },
"to": { "name": "Number called" },
"device": { "name": "[%key:common::config_flow::data::device%]" },
"initiated": { "name": "Initiated" },
"from_name": { "name": "Caller name" },
"to_name": { "name": "Called name" },
"with": { "name": "With number" },
"accepted": { "name": "Accepted" },
"with_name": { "name": "With name" },
"duration": { "name": "Duration" },
"closed": { "name": "Closed" }
} }
} }
} }