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

24 lines
713 B
JSON
Raw Normal View History

2020-04-16 20:00:10 +00:00
{
2020-09-21 00:02:47 +00:00
"device_automation": {
"action_type": {
"toggle": "{entity_name} \ud1a0\uae00",
"turn_off": "{entity_name} \ub044\uae30",
"turn_on": "{entity_name} \ucf1c\uae30"
},
"condition_type": {
"is_off": "{entity_name} \uc774 \uaebc\uc838 \uc788\uc73c\uba74",
"is_on": "{entity_name} \uc774 \ucf1c\uc838 \uc788\uc73c\uba74"
},
"trigger_type": {
"turned_off": "{entity_name} \uaebc\uc9d0",
"turned_on": "{entity_name} \ucf1c\uc9d0"
}
},
2020-04-20 23:33:54 +00:00
"state": {
"_": {
"off": "\uaebc\uc9d0",
"on": "\ucf1c\uc9d0"
}
},
2020-04-16 20:00:10 +00:00
"title": "\uc6d0\uaca9"
}