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

22 lines
640 B
JSON
Raw Normal View History

2019-11-01 00:32:13 +00:00
{
"device_automation": {
"condition_type": {
2019-11-02 00:31:48 +00:00
"is_idle": "{entity_name} \u00e8 inattivo",
2019-11-01 00:32:13 +00:00
"is_off": "{entity_name} \u00e8 spento",
"is_on": "{entity_name} \u00e8 acceso",
2019-11-02 00:31:48 +00:00
"is_paused": "{entity_name} \u00e8 in pausa",
"is_playing": "{entity_name} \u00e8 in esecuzione"
2019-11-01 00:32:13 +00:00
}
2020-04-16 20:00:10 +00:00
},
2020-04-20 23:33:54 +00:00
"state": {
"_": {
"idle": "Inattivo",
"off": "Spento",
"on": "Acceso",
"paused": "In pausa",
"playing": "In riproduzione",
2020-05-13 18:27:21 +00:00
"standby": "In attesa"
2020-04-20 23:33:54 +00:00
}
},
2020-04-16 20:00:10 +00:00
"title": "Lettore multimediale"
2019-11-01 00:32:13 +00:00
}