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

22 lines
616 B
JSON
Raw Normal View History

2020-01-06 00:32:11 +00:00
{
"device_automation": {
"condition_type": {
"is_idle": "{entity_name} \u00e4r inaktiv",
"is_off": "{entity_name} \u00e4r avst\u00e4ngd",
"is_on": "{entity_name} \u00e4r p\u00e5",
"is_paused": "{entity_name} \u00e4r pausad",
"is_playing": "{entity_name} spelar"
}
2020-04-16 20:00:10 +00:00
},
2020-04-20 23:33:54 +00:00
"state": {
"_": {
"idle": "Inaktiv",
"off": "Av",
"on": "P\u00e5",
"paused": "Pausad",
"playing": "Spelar",
"standby": "Vilol\u00e4ge"
}
},
2020-04-16 20:00:10 +00:00
"title": "Mediaspelare"
2020-01-06 00:32:11 +00:00
}