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

27 lines
1022 B
JSON
Raw Normal View History

2019-09-05 10:11:41 +00:00
{
"device_automation": {
2019-09-08 00:32:16 +00:00
"action_type": {
2020-03-24 13:18:47 +00:00
"brightness_decrease": "{entity_name} \uc744(\ub97c) \uc5b4\ub461\uac8c \ud558\uae30",
"brightness_increase": "{entity_name} \uc744(\ub97c) \ubc1d\uac8c \ud558\uae30",
2020-04-26 00:02:45 +00:00
"flash": "{entity_name} \ud50c\ub798\uc2dc",
2019-09-10 00:32:37 +00:00
"toggle": "{entity_name} \ud1a0\uae00",
"turn_off": "{entity_name} \ub044\uae30",
"turn_on": "{entity_name} \ucf1c\uae30"
2019-09-08 00:32:16 +00:00
},
"condition_type": {
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"
2019-09-08 00:32:16 +00:00
},
2019-09-05 10:11:41 +00:00
"trigger_type": {
2019-12-25 00:32:06 +00:00
"turned_off": "{entity_name} \uc774(\uac00) \uaebc\uc9c8 \ub54c",
"turned_on": "{entity_name} \uc774(\uac00) \ucf1c\uc9c8 \ub54c"
2019-09-05 10:11:41 +00:00
}
2020-04-16 20:00:10 +00:00
},
2020-04-20 23:33:54 +00:00
"state": {
"_": {
"off": "\uaebc\uc9d0",
"on": "\ucf1c\uc9d0"
}
},
2020-04-30 00:03:17 +00:00
"title": "\uc870\uba85"
2019-09-05 10:11:41 +00:00
}