core/homeassistant/components/media_player/.translations/de.json

11 lines
348 B
JSON
Raw Normal View History

2019-11-08 00:32:12 +00:00
{
"device_automation": {
"condition_type": {
2020-01-06 00:32:11 +00:00
"is_idle": "{entity_name} ist unt\u00e4tig",
2019-11-08 00:32:12 +00:00
"is_off": "{entity_name} ist ausgeschaltet",
"is_on": "{entity_name} ist eingeschaltet",
2020-01-06 00:32:11 +00:00
"is_paused": "{entity_name} ist pausiert",
"is_playing": "{entity_name} spielt"
2019-11-08 00:32:12 +00:00
}
}
}