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

19 lines
822 B
JSON
Raw Normal View History

2019-09-10 00:32:37 +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": {
2019-09-19 00:32:15 +00:00
"is_off": "{entity_name} \uc774(\uac00) \uaebc\uc84c\uc2b5\ub2c8\ub2e4",
"is_on": "{entity_name} \uc774(\uac00) \ucf1c\uc84c\uc2b5\ub2c8\ub2e4",
2019-09-10 00:32:37 +00:00
"turn_off": "{entity_name} \uc774(\uac00) \uaebc\uc84c\uc2b5\ub2c8\ub2e4",
"turn_on": "{entity_name} \uc774(\uac00) \ucf1c\uc84c\uc2b5\ub2c8\ub2e4"
},
"trigger_type": {
2019-09-19 00:32:15 +00:00
"turned_off": "{entity_name} \uc774(\uac00) \uaebc\uc84c\uc2b5\ub2c8\ub2e4",
"turned_on": "{entity_name} \uc774(\uac00) \ucf1c\uc84c\uc2b5\ub2c8\ub2e4"
2019-09-10 00:32:37 +00:00
}
}
}