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

22 lines
897 B
JSON
Raw Normal View History

2019-10-28 00:32:16 +00:00
{
"device_automation": {
"condition_type": {
2020-03-24 13:18:47 +00:00
"is_idle": "{entity_name} \uc774(\uac00) \uc720\ud734 \uc0c1\ud0dc\uc774\uba74",
2019-12-25 00:32:06 +00:00
"is_off": "{entity_name} \uc774(\uac00) \uaebc\uc838 \uc788\uc73c\uba74",
"is_on": "{entity_name} \uc774(\uac00) \ucf1c\uc838 \uc788\uc73c\uba74",
"is_paused": "{entity_name} \uc774(\uac00) \uc77c\uc2dc\uc911\uc9c0\ub418\uc5b4 \uc788\uc73c\uba74",
"is_playing": "{entity_name} \uc774(\uac00) \uc7ac\uc0dd \uc911\uc774\uba74"
2019-10-28 00:32:16 +00:00
}
2020-04-16 20:00:10 +00:00
},
2020-04-20 23:33:54 +00:00
"state": {
"_": {
"idle": "\ub300\uae30\uc911",
"off": "\uaebc\uc9d0",
"on": "\ucf1c\uc9d0",
"paused": "\uc77c\uc2dc\uc911\uc9c0",
"playing": "\uc7ac\uc0dd\uc911",
"standby": "\uc900\ube44\uc911"
}
},
2020-08-28 00:05:07 +00:00
"title": "\ubbf8\ub514\uc5b4 \ud50c\ub808\uc774\uc5b4"
2019-10-28 00:32:16 +00:00
}