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

16 lines
577 B
JSON
Raw Normal View History

2019-12-25 00:32:06 +00:00
{
"device_automation": {
"action_type": {
"turn_off": "{entity_name} \ub044\uae30",
"turn_on": "{entity_name} \ucf1c\uae30"
},
"condition_type": {
"is_off": "{entity_name} \uc774(\uac00) \uaebc\uc838 \uc788\uc73c\uba74",
"is_on": "{entity_name} \uc774(\uac00) \ucf1c\uc838 \uc788\uc73c\uba74"
},
"trigger_type": {
"turned_off": "{entity_name} \uc774(\uac00) \uaebc\uc9c8 \ub54c",
"turned_on": "{entity_name} \uc774(\uac00) \ucf1c\uc9c8 \ub54c"
}
}
}