diff --git a/setup.py b/setup.py index c400df5a24..347d8677cf 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup, find_packages setup( name="home-assistant-frontend", - version="20190715.0", + version="20190717.0", description="The Home Assistant frontend", url="https://github.com/home-assistant/home-assistant-polymer", author="The Home Assistant Authors", diff --git a/translations/ca.json b/translations/ca.json index d47ff67ab5..ae24b3b7b3 100644 --- a/translations/ca.json +++ b/translations/ca.json @@ -141,8 +141,7 @@ "high_demand": "Alta potència", "heat_pump": "Bomba de calor", "gas": "Gas", - "manual": "Manual", - "heat_cool": "Automàtic" + "manual": "Manual" }, "configurator": { "configure": "Configurar", @@ -324,6 +323,9 @@ }, "mqtt": { "title": "MQTT" + }, + "info": { + "title": "Informació" } } }, @@ -804,7 +806,8 @@ "step_done": "Configuració feta per a {step}", "close": "Tanca", "submit": "Envia" - } + }, + "logout": "Tanca la sessió" }, "page-authorize": { "initializing": "S'està inicialitzant", diff --git a/translations/cy.json b/translations/cy.json index a54c610ee9..dd0174e02b 100644 --- a/translations/cy.json +++ b/translations/cy.json @@ -139,8 +139,7 @@ "high_demand": "Galw uchel", "heat_pump": "Pwmp gwres", "gas": "Nwy", - "manual": "Llawlyfr", - "heat_cool": "Awto" + "manual": "Llawlyfr" }, "configurator": { "configure": "Ffurfweddu", diff --git a/translations/da.json b/translations/da.json index 9b01ca308d..3ad4917edf 100644 --- a/translations/da.json +++ b/translations/da.json @@ -323,6 +323,9 @@ }, "mqtt": { "title": "MQTT" + }, + "info": { + "title": "Udvikler Information" } } }, @@ -586,7 +589,31 @@ }, "zwave": { "caption": "Z-Wave", - "description": "Administrer dit Z-Wave netværk" + "description": "Administrer dit Z-Wave netværk", + "network_management": { + "header": "Administration af Z-Wave netværk", + "introduction": "Kør kommandoer, der påvirker Z-Wave-netværket. Du får ikke feedback på, om de fleste kommandoer lykkedes, men du kan kontrollere OZW-loggen for at forsøge at finde ud af det." + }, + "network_status": { + "network_stopped": "Z-Wave netværk stoppet", + "network_starting": "Starter Z-Wave netværk...", + "network_starting_note": "Dette kan tage et stykke tid, afhængigt af netværkets størrelse.", + "network_started": "Z-Wave netværk startet", + "network_started_note_some_queried": "Vågne noder er blevet forespurgt. Sovende noder vil blive forespurgt, når de vågner.", + "network_started_note_all_queried": "Alle noder er blevet forespurgt." + }, + "services": { + "start_network": "Start netværk", + "stop_network": "Stop netværk", + "heal_network": "Hel netværk", + "test_network": "Test netværk", + "soft_reset": "Soft reset", + "save_config": "Gem konfiguration", + "add_node_secure": "Tilføj sikker node", + "add_node": "Tilføj node", + "remove_node": "Fjern node", + "cancel_command": "Annuller kommando" + } }, "users": { "caption": "Brugere", @@ -613,7 +640,8 @@ "cloud": { "caption": "Home Assistant Cloud", "description_login": "Logget ind som {email}", - "description_not_login": "Ikke logget ind" + "description_not_login": "Ikke logget ind", + "description_features": "Betjen væk fra hjemmet, integrer med Alexa og Google Assistant." }, "integrations": { "caption": "Integrationer", @@ -648,7 +676,8 @@ "description": "Zigbee Home Automation opsætning", "services": { "reconfigure": "Genkonfigurer ZHA-enhed (helbred enhed). Brug dette hvis du har problemer med enheden. Hvis den pågældende enhed er en batteridrevet enhed skal du sørge for at den er vågen og accepterer kommandoer når du bruger denne service.", - "updateDeviceName": "Angiv et brugerdefineret navn til denne enhed i enhedsopsætningen" + "updateDeviceName": "Angiv et brugerdefineret navn til denne enhed i enhedsopsætningen", + "remove": "Fjern en enhed fra ZigBee netværket." }, "device_card": { "device_name_placeholder": "Navn", @@ -656,7 +685,9 @@ "update_name_button": "Opdater navn" }, "add_device_page": { - "spinner": "Søger efter ZHA Zigbee-enheder..." + "header": "Zigbee Home Automation - Tilføj enheder", + "spinner": "Søger efter ZHA Zigbee-enheder...", + "discovery_text": "Fundne enheder vil dukke op her. Følg instruktionerne for din enhed(er) og sæt enhed(erne) i parringstilstand." } }, "area_registry": { @@ -775,7 +806,8 @@ "step_done": "Opsætning af {step} færdig", "close": "Luk", "submit": "Gem og afslut" - } + }, + "logout": "Log af" }, "page-authorize": { "initializing": "Initialiserer", @@ -891,6 +923,7 @@ } }, "integration": { + "intro": "Enheder og tjenester er repræsenteret i Home Assistant som integrationer. Du kan konfigurere dem nu eller gøre det senere fra konfigurationsskærmen.", "more_integrations": "Mere", "finish": "Afslut" }, @@ -1130,7 +1163,8 @@ "fan_mode": "Ventilator tilstand", "swing_mode": "Swing tilstand", "away_mode": "Ude af huset-modus", - "aux_heat": "Støtte-varme" + "aux_heat": "Støtte-varme", + "preset_mode": "Forudindstilling" }, "lock": { "code": "Kode", @@ -1275,6 +1309,16 @@ "off": "Slukket", "on": "Tændt", "auto": "Automatisk" + }, + "preset_mode": { + "none": "Ingen", + "eco": "Eco", + "away": "Ude", + "boost": "Boost", + "comfort": "Komfort", + "home": "Hjemme", + "sleep": "Sover", + "activity": "Aktivitet" } } }, diff --git a/translations/de.json b/translations/de.json index 1b2bfa0767..4748b6c538 100644 --- a/translations/de.json +++ b/translations/de.json @@ -141,8 +141,7 @@ "high_demand": "Hoher Verbrauch", "heat_pump": "Wärmepumpe", "gas": "Gas", - "manual": "Manuell", - "heat_cool": "Automatisch" + "manual": "Manuell" }, "configurator": { "configure": "Konfigurieren", @@ -324,6 +323,9 @@ }, "mqtt": { "title": "MQTT" + }, + "info": { + "title": "Info" } } }, @@ -804,7 +806,8 @@ "step_done": "Setup für {step} abgeschlossen", "close": "Schließen", "submit": "Absenden" - } + }, + "logout": "Abmelden" }, "page-authorize": { "initializing": "Initialisieren", diff --git a/translations/en.json b/translations/en.json index e566fbee18..4136d5be2f 100644 --- a/translations/en.json +++ b/translations/en.json @@ -142,7 +142,7 @@ "heat_pump": "Heat pump", "gas": "Gas", "manual": "Manual", - "heat_cool": "Auto" + "heat_cool": "Heat\/Cool" }, "configurator": { "configure": "Configure", @@ -320,10 +320,13 @@ "title": "Events" }, "templates": { - "title": "Templates" + "title": "Template" }, "mqtt": { "title": "MQTT" + }, + "info": { + "title": "Info" } } }, @@ -804,7 +807,8 @@ "step_done": "Setup done for {step}", "close": "Close", "submit": "Submit" - } + }, + "logout": "Log out" }, "page-authorize": { "initializing": "Initializing", diff --git a/translations/es-419.json b/translations/es-419.json index e947d0e886..63f66811b1 100644 --- a/translations/es-419.json +++ b/translations/es-419.json @@ -141,8 +141,7 @@ "high_demand": "Alta Demanda", "heat_pump": "Bomba de Calor", "gas": "Gas", - "manual": "Manual", - "heat_cool": "Automático" + "manual": "Manual" }, "configurator": { "configure": "Configurar", diff --git a/translations/es.json b/translations/es.json index 04a4ae8497..74494dad60 100644 --- a/translations/es.json +++ b/translations/es.json @@ -323,6 +323,9 @@ }, "mqtt": { "title": "MQTT" + }, + "info": { + "title": "Información" } } }, @@ -586,7 +589,31 @@ }, "zwave": { "caption": "Z-Wave", - "description": "Gestiona tu red Z-Wave" + "description": "Gestiona tu red Z-Wave", + "network_management": { + "header": "Gestión de red Z-Wave", + "introduction": "Ejecutar comandos que afectan a la red Z-Wave. No recibirás comentarios sobre si la mayoría de los comandos tuvieron éxito, pero puedes consultar el Registro OZW para intentar averiguarlo." + }, + "network_status": { + "network_stopped": "Red Z-Wave detenida", + "network_starting": "Iniciando red Z-Wave...", + "network_starting_note": "Esto puede llevar un tiempo dependiendo del tamaño de tu red.", + "network_started": "Red Z-Wave iniciada", + "network_started_note_some_queried": "Se han consultado nodos despiertos. Los nodos dormidos serán consultados cuando se despierten.", + "network_started_note_all_queried": "Se han consultado todos los nodos." + }, + "services": { + "start_network": "Iniciar red", + "stop_network": "Detener red", + "heal_network": "Sanar red", + "test_network": "Probar red", + "soft_reset": "Reinicio suave", + "save_config": "Guardar configuración", + "add_node_secure": "Añadir nodo seguro", + "add_node": "Añadir nodo", + "remove_node": "Eliminar nodo", + "cancel_command": "Cancelar comando" + } }, "users": { "caption": "Usuarios", @@ -779,7 +806,8 @@ "step_done": "Configuración realizada para {step}", "close": "Cerrar", "submit": "Enviar" - } + }, + "logout": "Cerrar sesión" }, "page-authorize": { "initializing": "Inicializando", @@ -1135,7 +1163,8 @@ "fan_mode": "Modo del ventilador", "swing_mode": "Modo de oscilación", "away_mode": "Fuera de casa", - "aux_heat": "Calor auxiliar" + "aux_heat": "Calor auxiliar", + "preset_mode": "Preajuste" }, "lock": { "code": "Código", @@ -1280,6 +1309,15 @@ "off": "Apagado", "on": "Encendido", "auto": "Automático" + }, + "preset_mode": { + "none": "Ninguno", + "eco": "Eco", + "away": "Fuera de casa", + "comfort": "Confort", + "home": "En casa", + "sleep": "Dormir", + "activity": "Actividad" } } }, diff --git a/translations/fr.json b/translations/fr.json index 8628c2f489..cd4a8e038d 100644 --- a/translations/fr.json +++ b/translations/fr.json @@ -141,8 +141,7 @@ "high_demand": "Forte demande", "heat_pump": "Pompe à chaleur", "gas": "Gaz", - "manual": "Manuel", - "heat_cool": "Automatique" + "manual": "Manuel" }, "configurator": { "configure": "Configurer", diff --git a/translations/hu.json b/translations/hu.json index c74f2bacc7..ea51d434d3 100644 --- a/translations/hu.json +++ b/translations/hu.json @@ -141,8 +141,7 @@ "high_demand": "Magas igénybevétel", "heat_pump": "Hőszivattyú", "gas": "Gáz", - "manual": "Manuális", - "heat_cool": "Automatikus" + "manual": "Manuális" }, "configurator": { "configure": "Beállítás", diff --git a/translations/is.json b/translations/is.json index 044c54dd73..15799e0ad8 100644 --- a/translations/is.json +++ b/translations/is.json @@ -118,8 +118,7 @@ "eco": "Sparnaður", "heat_pump": "Hitadæla", "gas": "Gas", - "manual": "Handvirkt", - "heat_cool": "Sjálfvirkt" + "manual": "Handvirkt" }, "cover": { "open": "Opin", @@ -277,6 +276,9 @@ }, "mqtt": { "title": "MQTT" + }, + "info": { + "title": "Upplýsingar" } } }, @@ -513,7 +515,21 @@ }, "zwave": { "caption": "Z-Wave", - "description": "Stjórnaðu Z-Wave netinu þínu" + "description": "Stjórnaðu Z-Wave netinu þínu", + "network_management": { + "header": "Z-Wave netumsýsla" + }, + "network_status": { + "network_stopped": "Z-Wave net stöðvað", + "network_starting": "Ræsi Z-Wave net...", + "network_started": "Z-Wave net ræst" + }, + "services": { + "start_network": "Ræsa net", + "stop_network": "Söðva net", + "save_config": "Vista stillingar", + "cancel_command": "Hætta við skipun" + } }, "users": { "caption": "Notendur", @@ -699,7 +715,8 @@ "step_done": "Uppsetningu lokið fyrir {step}", "close": "Loka", "submit": "Senda" - } + }, + "logout": "Skrá út" }, "page-authorize": { "initializing": "Frumstilli", diff --git a/translations/it.json b/translations/it.json index 4e4a3f6cd0..f093f9128d 100644 --- a/translations/it.json +++ b/translations/it.json @@ -141,8 +141,7 @@ "high_demand": "Forte richiesta", "heat_pump": "Pompa di calore", "gas": "Gas", - "manual": "Manuale", - "heat_cool": "Auto" + "manual": "Manuale" }, "configurator": { "configure": "Configura", diff --git a/translations/ko.json b/translations/ko.json index 6f5bfdbcf1..37d9c39ca0 100644 --- a/translations/ko.json +++ b/translations/ko.json @@ -141,8 +141,7 @@ "high_demand": "고성능", "heat_pump": "순환펌프", "gas": "가스", - "manual": "수동", - "heat_cool": "자동" + "manual": "수동" }, "configurator": { "configure": "설정", @@ -324,6 +323,9 @@ }, "mqtt": { "title": "MQTT" + }, + "info": { + "title": "정보" } } }, @@ -587,7 +589,31 @@ }, "zwave": { "caption": "Z-Wave", - "description": "Z-Wave 네트워크를 관리합니다" + "description": "Z-Wave 네트워크를 관리합니다", + "network_management": { + "header": "Z-Wave 네트워크 관리", + "introduction": "Z-Wave 네트워크에 명령을 실행해주세요. 대부분의 명령이 성공했는지에 대한 피드백은 받을 수 없지만, OZW 로그를 통해 확인해 볼 수 있습니다." + }, + "network_status": { + "network_stopped": "Z-Wave 네트워크 중지됨", + "network_starting": "Z-Wave 네트워크 시작 중...", + "network_starting_note": "네트워크 규모에 따라 다소 시간이 걸릴 수 있습니다.", + "network_started": "Z-Wave 네트워크 시작됨", + "network_started_note_some_queried": "절전 모드 해제 노드가 쿼리되었습니다. 절전 노드는 절전 모드 해제 시 쿼리됩니다.", + "network_started_note_all_queried": "모든 노드가 쿼리되었습니다." + }, + "services": { + "start_network": "네트워크 시작", + "stop_network": "네트워크 중지", + "heal_network": "네트워크 새로고침", + "test_network": "네트워크 테스트", + "soft_reset": "소프트 리셋", + "save_config": "설정 저장", + "add_node_secure": "노드 보안 추가", + "add_node": "노드 추가", + "remove_node": "노드 제거", + "cancel_command": "명령 취소" + } }, "users": { "caption": "사용자", @@ -780,7 +806,8 @@ "step_done": "{step} 설정 완료", "close": "닫기", "submit": "구성하기" - } + }, + "logout": "로그아웃" }, "page-authorize": { "initializing": "초기화 중", diff --git a/translations/lb.json b/translations/lb.json index 9908471056..b77d109cce 100644 --- a/translations/lb.json +++ b/translations/lb.json @@ -323,6 +323,9 @@ }, "mqtt": { "title": "MQTT" + }, + "info": { + "title": "Info" } } }, @@ -586,7 +589,29 @@ }, "zwave": { "caption": "Z-Wave", - "description": "Verwalt är Z-Wave Netzwierk" + "description": "Verwalt är Z-Wave Netzwierk", + "network_management": { + "header": "Z-Wave Netzwierk Verwaltung" + }, + "network_status": { + "network_stopped": "Z-Wave Netzwierk gestoppt", + "network_starting": "Z-Wave Netzwierk start", + "network_starting_note": "Dës kann eng Weil dauere jee no gréisst vum Netzwierk.", + "network_started": "Z-Wave Netzwierk gestart", + "network_started_note_all_queried": "All Apparater sinn ofgefrot" + }, + "services": { + "start_network": "Netzwierk starten", + "stop_network": "Netzwierk stoppen", + "heal_network": "Netzwierk heelen", + "test_network": "Netzwierk testen", + "soft_reset": "Soft Reset", + "save_config": "Konfiguratioun späicheren", + "add_node_secure": "Sëcheren Apparat dobäisetzen", + "add_node": "Apparat dobäisetzen", + "remove_node": "Apparat läschen", + "cancel_command": "Commande ofbriechen" + } }, "users": { "caption": "Benotzer", @@ -779,7 +804,8 @@ "step_done": "Konfiguratioun ofgeschloss fir {step}", "close": "Zoumaachen", "submit": "Ofschécken" - } + }, + "logout": "Ausloggen" }, "page-authorize": { "initializing": "Initialiséiert", @@ -1135,7 +1161,8 @@ "fan_mode": "Ventilatioun Modus", "swing_mode": "Schwenk Modus", "away_mode": "Modus Keen Doheem", - "aux_heat": "Zousätzlech Heizung" + "aux_heat": "Zousätzlech Heizung", + "preset_mode": "Virastellung" }, "lock": { "code": "Code", @@ -1280,6 +1307,16 @@ "off": "Aus", "on": "Un", "auto": "Autmatesch" + }, + "preset_mode": { + "none": "Keen", + "eco": "Eco", + "away": "Ënnerwee", + "boost": "Boost", + "comfort": "Bequem", + "home": "Doheem", + "sleep": "Schlofen", + "activity": "Aktivitéit" } } }, diff --git a/translations/nb.json b/translations/nb.json index feaf474cae..71fc514a16 100644 --- a/translations/nb.json +++ b/translations/nb.json @@ -141,8 +141,7 @@ "high_demand": "Høy etterspørsel", "heat_pump": "Varmepumpe", "gas": "Gass", - "manual": "Manuell", - "heat_cool": "Auto" + "manual": "Manuell" }, "configurator": { "configure": "Konfigurer", diff --git a/translations/nl.json b/translations/nl.json index aadabecaf4..27e3b427cd 100644 --- a/translations/nl.json +++ b/translations/nl.json @@ -141,8 +141,7 @@ "high_demand": "Hoge vraag", "heat_pump": "Warmtepomp", "gas": "Gas", - "manual": "Handmatig", - "heat_cool": "Auto" + "manual": "Handmatig" }, "configurator": { "configure": "Configureer", diff --git a/translations/pl.json b/translations/pl.json index 323618fe8a..32a89394ca 100644 --- a/translations/pl.json +++ b/translations/pl.json @@ -141,8 +141,7 @@ "high_demand": "duży rozbiór", "heat_pump": "pompa ciepła", "gas": "gaz", - "manual": "manualnie", - "heat_cool": "automatycznie" + "manual": "manualnie" }, "configurator": { "configure": "Skonfiguruj", @@ -324,6 +323,9 @@ }, "mqtt": { "title": "MQTT" + }, + "info": { + "title": "Informacje" } } }, @@ -804,7 +806,8 @@ "step_done": "Konfiguracja wykonana dla {step}", "close": "Zamknij", "submit": "Zatwierdź" - } + }, + "logout": "Wyloguj" }, "page-authorize": { "initializing": "Inicjowanie", diff --git a/translations/pt-BR.json b/translations/pt-BR.json index 680715460c..e2afff81f4 100644 --- a/translations/pt-BR.json +++ b/translations/pt-BR.json @@ -323,6 +323,9 @@ }, "mqtt": { "title": "" + }, + "info": { + "title": "Info" } } }, @@ -586,7 +589,31 @@ }, "zwave": { "caption": "", - "description": "Gerencie sua rede Z-Wave" + "description": "Gerencie sua rede Z-Wave", + "network_management": { + "header": "Gerenciamento de rede Z-Wave", + "introduction": "Execute comandos que afetam a rede do Z-Wave. Você não receberá feedback sobre se a maioria dos comandos foi bem-sucedida, mas você pode verificar o log do OZW para tentar descobrir." + }, + "network_status": { + "network_stopped": "Rede Z-Wave Parada", + "network_starting": "Iniciando a rede Z-Wave ...", + "network_starting_note": "Isso pode demorar um pouco, dependendo do tamanho da sua rede.", + "network_started": "Rede Z-Wave Iniciada", + "network_started_note_some_queried": "Nós acordados foram consultados. Nós adormecidos serão consultados quando eles acordarem.", + "network_started_note_all_queried": "Todos os nós foram consultados." + }, + "services": { + "start_network": "Iniciar Rede", + "stop_network": "Parar Rede", + "heal_network": "Curar rede", + "test_network": "Teste de rede", + "soft_reset": "Soft Reset", + "save_config": "Salvar Configuração", + "add_node_secure": "Adicionar Nó Seguro", + "add_node": "Adicionar Nó", + "remove_node": "Remover Nó", + "cancel_command": "Cancelar Comando" + } }, "users": { "caption": "Usuários", @@ -779,7 +806,8 @@ "step_done": "Configuração feita para {step}", "close": "Fechar", "submit": "Enviar" - } + }, + "logout": "Sair" }, "page-authorize": { "initializing": "Iniciando", @@ -1135,7 +1163,8 @@ "fan_mode": "Modo ventilação", "swing_mode": "Modo oscilante", "away_mode": "Modo ausente", - "aux_heat": "Aquecedor aux" + "aux_heat": "Aquecedor aux", + "preset_mode": "Predefinir" }, "lock": { "code": "Código", @@ -1280,6 +1309,16 @@ "off": "Desligado", "on": "Ligado", "auto": "Auto" + }, + "preset_mode": { + "none": "Nenhum", + "eco": "Eco", + "away": "Ausente", + "boost": "Impulsionar", + "comfort": "Conforto", + "home": "Home", + "sleep": "Suspender", + "activity": "Atividade" } } }, diff --git a/translations/ro.json b/translations/ro.json index ca889f7b97..f8af6301f0 100644 --- a/translations/ro.json +++ b/translations/ro.json @@ -141,8 +141,7 @@ "high_demand": "Consum mare", "heat_pump": "Pompă de căldură", "gas": "Gaz", - "manual": "Manual", - "heat_cool": "Auto" + "manual": "Manual" }, "configurator": { "configure": "Configurează", diff --git a/translations/ru.json b/translations/ru.json index 062eb41bff..766ce6b654 100644 --- a/translations/ru.json +++ b/translations/ru.json @@ -141,8 +141,7 @@ "high_demand": "Большая нагрузка", "heat_pump": "Тепловой насос", "gas": "Газовый", - "manual": "Ручной режим", - "heat_cool": "Авто" + "manual": "Ручной режим" }, "configurator": { "configure": "Настроить", @@ -324,6 +323,9 @@ }, "mqtt": { "title": "MQTT" + }, + "info": { + "title": "О системе" } } }, @@ -343,7 +345,7 @@ }, "config": { "header": "Настройка Home Assistant", - "introduction": "Здесь можно настроить Ваши компоненты и Home Assistant. Пока что не все можно настроить из интерфейса, но мы работаем над этим.", + "introduction": "Здесь можно настроить Home Assistant. Пока что не все настройки доступны из интерфейса, но мы работаем над этим.", "core": { "caption": "Общие", "description": "Проверяйте Ваш файл конфигурации и управляйте сервером", @@ -804,7 +806,8 @@ "step_done": "Настройка выполнена для {step}", "close": "Закрыть", "submit": "Подтвердить" - } + }, + "logout": "Выйти" }, "page-authorize": { "initializing": "Инициализация", diff --git a/translations/sk.json b/translations/sk.json index ed21bb4421..8ef0ab5ca1 100644 --- a/translations/sk.json +++ b/translations/sk.json @@ -141,8 +141,7 @@ "high_demand": "Vysoký výkon", "heat_pump": "Tepelné čerpadlo", "gas": "Plyn", - "manual": "Ručne", - "heat_cool": "Auto" + "manual": "Ručne" }, "configurator": { "configure": "Konfigurovať", diff --git a/translations/sl.json b/translations/sl.json index 61ed8df576..003dc433d1 100644 --- a/translations/sl.json +++ b/translations/sl.json @@ -141,8 +141,7 @@ "high_demand": "Visoka poraba", "heat_pump": "Toplotna črpalka", "gas": "Plin", - "manual": "Ročno", - "heat_cool": "Samodejno" + "manual": "Ročno" }, "configurator": { "configure": "Konfiguriraj", diff --git a/translations/zh-Hans.json b/translations/zh-Hans.json index e8048ab303..b249bd8476 100644 --- a/translations/zh-Hans.json +++ b/translations/zh-Hans.json @@ -141,8 +141,7 @@ "high_demand": "高需求", "heat_pump": "热泵", "gas": "燃气", - "manual": "手动", - "heat_cool": "自动" + "manual": "手动" }, "configurator": { "configure": "设置", diff --git a/translations/zh-Hant.json b/translations/zh-Hant.json index 67ac6b5ca7..f63655e434 100644 --- a/translations/zh-Hant.json +++ b/translations/zh-Hant.json @@ -141,8 +141,7 @@ "high_demand": "高用量", "heat_pump": "暖氣", "gas": "瓦斯模式", - "manual": "手動", - "heat_cool": "自動" + "manual": "手動" }, "configurator": { "configure": "設定",