diff --git a/custom_components/spook/integrations/spook_inverse/translations/zh_Hant.json b/custom_components/spook/integrations/spook_inverse/translations/zh_Hant.json index 0967ef42..1bfc82ba 100644 --- a/custom_components/spook/integrations/spook_inverse/translations/zh_Hant.json +++ b/custom_components/spook/integrations/spook_inverse/translations/zh_Hant.json @@ -1 +1,51 @@ -{} +{ + "config": { + "step": { + "binary_sensor": { + "data": { + "entity_id": "源實體", + "hide_source": "隱藏源實體", + "name": "名稱" + }, + "title": "翻轉 👻" + }, + "switch": { + "data": { + "entity_id": "源實體", + "hide_source": "隱藏源實體", + "name": "名稱" + }, + "title": "翻轉 👻" + }, + "user": { + "menu_options": { + "binary_sensor": "翻轉二級製傳感器", + "switch": "翻轉開關" + }, + "title": "翻轉 👻", + "description": "此工具幫您翻轉一個實體的表現。例如,翻轉二進製傳感器和開關的開/關狀態。" + } + } + }, + "options": { + "step": { + "binary_sensor": { + "data": { + "entity_id": "源實體", + "hide_source": "隱藏源實體", + "name": "名稱" + }, + "title": "翻轉 👻" + }, + "switch": { + "title": "翻轉 👻", + "data": { + "entity_id": "源實體", + "hide_source": "隱藏源實體", + "name": "名稱" + } + } + } + }, + "title": "翻轉 👻" +}