From 0312cc609c0fd145229c0a280f3acd96fcdf7fb1 Mon Sep 17 00:00:00 2001 From: Arthas Lich Date: Sun, 22 Sep 2024 07:23:45 +0000 Subject: [PATCH] Translated using Weblate (Chinese (Traditional Han script)) Currently translated at 100.0% (21 of 21 strings) Translation: Spook/Inverse helper Translate-URL: https://hosted.weblate.org/projects/spook/inverse-helper/zh_Hant/ --- .../spook_inverse/translations/zh_Hant.json | 52 ++++++++++++++++++- 1 file changed, 51 insertions(+), 1 deletion(-) 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": "翻轉 👻" +}