diff --git a/custom_components/spook/integrations/spook_inverse/translations/ko.json b/custom_components/spook/integrations/spook_inverse/translations/ko.json index c97c5f16..1e9aa66e 100644 --- a/custom_components/spook/integrations/spook_inverse/translations/ko.json +++ b/custom_components/spook/integrations/spook_inverse/translations/ko.json @@ -3,9 +3,49 @@ "step": { "binary_sensor": { "data": { - "entity_id": "출처 구성요소" - } + "entity_id": "출처 구성요소", + "hide_source": "출처 구성요소 숨김", + "name": "이름" + }, + "title": "반전 👻" + }, + "switch": { + "data": { + "name": "이름", + "entity_id": "출처 구성요소", + "hide_source": "출처 구성요소 숨김" + }, + "title": "반전 👻" + }, + "user": { + "description": "이 도우미는 구성요소의 동작을 반전시키는 데 도움이 됩니다. 예를 들어, 이진 센서 및 스위치의 열림/닫힘 또는 켜짐/꺼짐을 반전시킵니다.", + "menu_options": { + "switch": "스위치 반전", + "binary_sensor": "이진 센서 반전" + }, + "title": "반전 👻" + } + } + }, + "options": { + "step": { + "binary_sensor": { + "data": { + "hide_source": "출처 구성요소 숨김", + "entity_id": "출처 구성요소", + "name": "이름" + }, + "title": "반전 👻" + }, + "switch": { + "data": { + "name": "이름", + "entity_id": "출처 구성요소", + "hide_source": "출처 구성요소 숨김" + }, + "title": "반전 👻" } } - } + }, + "title": "반전 👻" }