Merge remote-tracking branch 'origin/dev'

This commit is contained in:
Paulus Schoutsen 2019-07-17 12:15:52 -07:00
commit 8fb991c5ce
24 changed files with 270 additions and 64 deletions

View File

@ -2,7 +2,7 @@ from setuptools import setup, find_packages
setup( setup(
name="home-assistant-frontend", name="home-assistant-frontend",
version="20190715.0", version="20190717.0",
description="The Home Assistant frontend", description="The Home Assistant frontend",
url="https://github.com/home-assistant/home-assistant-polymer", url="https://github.com/home-assistant/home-assistant-polymer",
author="The Home Assistant Authors", author="The Home Assistant Authors",

View File

@ -141,8 +141,7 @@
"high_demand": "Alta potència", "high_demand": "Alta potència",
"heat_pump": "Bomba de calor", "heat_pump": "Bomba de calor",
"gas": "Gas", "gas": "Gas",
"manual": "Manual", "manual": "Manual"
"heat_cool": "Automàtic"
}, },
"configurator": { "configurator": {
"configure": "Configurar", "configure": "Configurar",
@ -324,6 +323,9 @@
}, },
"mqtt": { "mqtt": {
"title": "MQTT" "title": "MQTT"
},
"info": {
"title": "Informació"
} }
} }
}, },
@ -804,7 +806,8 @@
"step_done": "Configuració feta per a {step}", "step_done": "Configuració feta per a {step}",
"close": "Tanca", "close": "Tanca",
"submit": "Envia" "submit": "Envia"
} },
"logout": "Tanca la sessió"
}, },
"page-authorize": { "page-authorize": {
"initializing": "S'està inicialitzant", "initializing": "S'està inicialitzant",

View File

@ -139,8 +139,7 @@
"high_demand": "Galw uchel", "high_demand": "Galw uchel",
"heat_pump": "Pwmp gwres", "heat_pump": "Pwmp gwres",
"gas": "Nwy", "gas": "Nwy",
"manual": "Llawlyfr", "manual": "Llawlyfr"
"heat_cool": "Awto"
}, },
"configurator": { "configurator": {
"configure": "Ffurfweddu", "configure": "Ffurfweddu",

View File

@ -323,6 +323,9 @@
}, },
"mqtt": { "mqtt": {
"title": "MQTT" "title": "MQTT"
},
"info": {
"title": "Udvikler Information"
} }
} }
}, },
@ -586,7 +589,31 @@
}, },
"zwave": { "zwave": {
"caption": "Z-Wave", "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": { "users": {
"caption": "Brugere", "caption": "Brugere",
@ -613,7 +640,8 @@
"cloud": { "cloud": {
"caption": "Home Assistant Cloud", "caption": "Home Assistant Cloud",
"description_login": "Logget ind som {email}", "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": { "integrations": {
"caption": "Integrationer", "caption": "Integrationer",
@ -648,7 +676,8 @@
"description": "Zigbee Home Automation opsætning", "description": "Zigbee Home Automation opsætning",
"services": { "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.", "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_card": {
"device_name_placeholder": "Navn", "device_name_placeholder": "Navn",
@ -656,7 +685,9 @@
"update_name_button": "Opdater navn" "update_name_button": "Opdater navn"
}, },
"add_device_page": { "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": { "area_registry": {
@ -775,7 +806,8 @@
"step_done": "Opsætning af {step} færdig", "step_done": "Opsætning af {step} færdig",
"close": "Luk", "close": "Luk",
"submit": "Gem og afslut" "submit": "Gem og afslut"
} },
"logout": "Log af"
}, },
"page-authorize": { "page-authorize": {
"initializing": "Initialiserer", "initializing": "Initialiserer",
@ -891,6 +923,7 @@
} }
}, },
"integration": { "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", "more_integrations": "Mere",
"finish": "Afslut" "finish": "Afslut"
}, },
@ -1130,7 +1163,8 @@
"fan_mode": "Ventilator tilstand", "fan_mode": "Ventilator tilstand",
"swing_mode": "Swing tilstand", "swing_mode": "Swing tilstand",
"away_mode": "Ude af huset-modus", "away_mode": "Ude af huset-modus",
"aux_heat": "Støtte-varme" "aux_heat": "Støtte-varme",
"preset_mode": "Forudindstilling"
}, },
"lock": { "lock": {
"code": "Kode", "code": "Kode",
@ -1275,6 +1309,16 @@
"off": "Slukket", "off": "Slukket",
"on": "Tændt", "on": "Tændt",
"auto": "Automatisk" "auto": "Automatisk"
},
"preset_mode": {
"none": "Ingen",
"eco": "Eco",
"away": "Ude",
"boost": "Boost",
"comfort": "Komfort",
"home": "Hjemme",
"sleep": "Sover",
"activity": "Aktivitet"
} }
} }
}, },

View File

@ -141,8 +141,7 @@
"high_demand": "Hoher Verbrauch", "high_demand": "Hoher Verbrauch",
"heat_pump": "Wärmepumpe", "heat_pump": "Wärmepumpe",
"gas": "Gas", "gas": "Gas",
"manual": "Manuell", "manual": "Manuell"
"heat_cool": "Automatisch"
}, },
"configurator": { "configurator": {
"configure": "Konfigurieren", "configure": "Konfigurieren",
@ -324,6 +323,9 @@
}, },
"mqtt": { "mqtt": {
"title": "MQTT" "title": "MQTT"
},
"info": {
"title": "Info"
} }
} }
}, },
@ -804,7 +806,8 @@
"step_done": "Setup für {step} abgeschlossen", "step_done": "Setup für {step} abgeschlossen",
"close": "Schließen", "close": "Schließen",
"submit": "Absenden" "submit": "Absenden"
} },
"logout": "Abmelden"
}, },
"page-authorize": { "page-authorize": {
"initializing": "Initialisieren", "initializing": "Initialisieren",

View File

@ -142,7 +142,7 @@
"heat_pump": "Heat pump", "heat_pump": "Heat pump",
"gas": "Gas", "gas": "Gas",
"manual": "Manual", "manual": "Manual",
"heat_cool": "Auto" "heat_cool": "Heat\/Cool"
}, },
"configurator": { "configurator": {
"configure": "Configure", "configure": "Configure",
@ -320,10 +320,13 @@
"title": "Events" "title": "Events"
}, },
"templates": { "templates": {
"title": "Templates" "title": "Template"
}, },
"mqtt": { "mqtt": {
"title": "MQTT" "title": "MQTT"
},
"info": {
"title": "Info"
} }
} }
}, },
@ -804,7 +807,8 @@
"step_done": "Setup done for {step}", "step_done": "Setup done for {step}",
"close": "Close", "close": "Close",
"submit": "Submit" "submit": "Submit"
} },
"logout": "Log out"
}, },
"page-authorize": { "page-authorize": {
"initializing": "Initializing", "initializing": "Initializing",

View File

@ -141,8 +141,7 @@
"high_demand": "Alta Demanda", "high_demand": "Alta Demanda",
"heat_pump": "Bomba de Calor", "heat_pump": "Bomba de Calor",
"gas": "Gas", "gas": "Gas",
"manual": "Manual", "manual": "Manual"
"heat_cool": "Automático"
}, },
"configurator": { "configurator": {
"configure": "Configurar", "configure": "Configurar",

View File

@ -323,6 +323,9 @@
}, },
"mqtt": { "mqtt": {
"title": "MQTT" "title": "MQTT"
},
"info": {
"title": "Información"
} }
} }
}, },
@ -586,7 +589,31 @@
}, },
"zwave": { "zwave": {
"caption": "Z-Wave", "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": { "users": {
"caption": "Usuarios", "caption": "Usuarios",
@ -779,7 +806,8 @@
"step_done": "Configuración realizada para {step}", "step_done": "Configuración realizada para {step}",
"close": "Cerrar", "close": "Cerrar",
"submit": "Enviar" "submit": "Enviar"
} },
"logout": "Cerrar sesión"
}, },
"page-authorize": { "page-authorize": {
"initializing": "Inicializando", "initializing": "Inicializando",
@ -1135,7 +1163,8 @@
"fan_mode": "Modo del ventilador", "fan_mode": "Modo del ventilador",
"swing_mode": "Modo de oscilación", "swing_mode": "Modo de oscilación",
"away_mode": "Fuera de casa", "away_mode": "Fuera de casa",
"aux_heat": "Calor auxiliar" "aux_heat": "Calor auxiliar",
"preset_mode": "Preajuste"
}, },
"lock": { "lock": {
"code": "Código", "code": "Código",
@ -1280,6 +1309,15 @@
"off": "Apagado", "off": "Apagado",
"on": "Encendido", "on": "Encendido",
"auto": "Automático" "auto": "Automático"
},
"preset_mode": {
"none": "Ninguno",
"eco": "Eco",
"away": "Fuera de casa",
"comfort": "Confort",
"home": "En casa",
"sleep": "Dormir",
"activity": "Actividad"
} }
} }
}, },

View File

@ -141,8 +141,7 @@
"high_demand": "Forte demande", "high_demand": "Forte demande",
"heat_pump": "Pompe à chaleur", "heat_pump": "Pompe à chaleur",
"gas": "Gaz", "gas": "Gaz",
"manual": "Manuel", "manual": "Manuel"
"heat_cool": "Automatique"
}, },
"configurator": { "configurator": {
"configure": "Configurer", "configure": "Configurer",

View File

@ -141,8 +141,7 @@
"high_demand": "Magas igénybevétel", "high_demand": "Magas igénybevétel",
"heat_pump": "Hőszivattyú", "heat_pump": "Hőszivattyú",
"gas": "Gáz", "gas": "Gáz",
"manual": "Manuális", "manual": "Manuális"
"heat_cool": "Automatikus"
}, },
"configurator": { "configurator": {
"configure": "Beállítás", "configure": "Beállítás",

View File

@ -118,8 +118,7 @@
"eco": "Sparnaður", "eco": "Sparnaður",
"heat_pump": "Hitadæla", "heat_pump": "Hitadæla",
"gas": "Gas", "gas": "Gas",
"manual": "Handvirkt", "manual": "Handvirkt"
"heat_cool": "Sjálfvirkt"
}, },
"cover": { "cover": {
"open": "Opin", "open": "Opin",
@ -277,6 +276,9 @@
}, },
"mqtt": { "mqtt": {
"title": "MQTT" "title": "MQTT"
},
"info": {
"title": "Upplýsingar"
} }
} }
}, },
@ -513,7 +515,21 @@
}, },
"zwave": { "zwave": {
"caption": "Z-Wave", "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": { "users": {
"caption": "Notendur", "caption": "Notendur",
@ -699,7 +715,8 @@
"step_done": "Uppsetningu lokið fyrir {step}", "step_done": "Uppsetningu lokið fyrir {step}",
"close": "Loka", "close": "Loka",
"submit": "Senda" "submit": "Senda"
} },
"logout": "Skrá út"
}, },
"page-authorize": { "page-authorize": {
"initializing": "Frumstilli", "initializing": "Frumstilli",

View File

@ -141,8 +141,7 @@
"high_demand": "Forte richiesta", "high_demand": "Forte richiesta",
"heat_pump": "Pompa di calore", "heat_pump": "Pompa di calore",
"gas": "Gas", "gas": "Gas",
"manual": "Manuale", "manual": "Manuale"
"heat_cool": "Auto"
}, },
"configurator": { "configurator": {
"configure": "Configura", "configure": "Configura",

View File

@ -141,8 +141,7 @@
"high_demand": "고성능", "high_demand": "고성능",
"heat_pump": "순환펌프", "heat_pump": "순환펌프",
"gas": "가스", "gas": "가스",
"manual": "수동", "manual": "수동"
"heat_cool": "자동"
}, },
"configurator": { "configurator": {
"configure": "설정", "configure": "설정",
@ -324,6 +323,9 @@
}, },
"mqtt": { "mqtt": {
"title": "MQTT" "title": "MQTT"
},
"info": {
"title": "정보"
} }
} }
}, },
@ -587,7 +589,31 @@
}, },
"zwave": { "zwave": {
"caption": "Z-Wave", "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": { "users": {
"caption": "사용자", "caption": "사용자",
@ -780,7 +806,8 @@
"step_done": "{step} 설정 완료", "step_done": "{step} 설정 완료",
"close": "닫기", "close": "닫기",
"submit": "구성하기" "submit": "구성하기"
} },
"logout": "로그아웃"
}, },
"page-authorize": { "page-authorize": {
"initializing": "초기화 중", "initializing": "초기화 중",

View File

@ -323,6 +323,9 @@
}, },
"mqtt": { "mqtt": {
"title": "MQTT" "title": "MQTT"
},
"info": {
"title": "Info"
} }
} }
}, },
@ -586,7 +589,29 @@
}, },
"zwave": { "zwave": {
"caption": "Z-Wave", "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": { "users": {
"caption": "Benotzer", "caption": "Benotzer",
@ -779,7 +804,8 @@
"step_done": "Konfiguratioun ofgeschloss fir {step}", "step_done": "Konfiguratioun ofgeschloss fir {step}",
"close": "Zoumaachen", "close": "Zoumaachen",
"submit": "Ofschécken" "submit": "Ofschécken"
} },
"logout": "Ausloggen"
}, },
"page-authorize": { "page-authorize": {
"initializing": "Initialiséiert", "initializing": "Initialiséiert",
@ -1135,7 +1161,8 @@
"fan_mode": "Ventilatioun Modus", "fan_mode": "Ventilatioun Modus",
"swing_mode": "Schwenk Modus", "swing_mode": "Schwenk Modus",
"away_mode": "Modus Keen Doheem", "away_mode": "Modus Keen Doheem",
"aux_heat": "Zousätzlech Heizung" "aux_heat": "Zousätzlech Heizung",
"preset_mode": "Virastellung"
}, },
"lock": { "lock": {
"code": "Code", "code": "Code",
@ -1280,6 +1307,16 @@
"off": "Aus", "off": "Aus",
"on": "Un", "on": "Un",
"auto": "Autmatesch" "auto": "Autmatesch"
},
"preset_mode": {
"none": "Keen",
"eco": "Eco",
"away": "Ënnerwee",
"boost": "Boost",
"comfort": "Bequem",
"home": "Doheem",
"sleep": "Schlofen",
"activity": "Aktivitéit"
} }
} }
}, },

View File

@ -141,8 +141,7 @@
"high_demand": "Høy etterspørsel", "high_demand": "Høy etterspørsel",
"heat_pump": "Varmepumpe", "heat_pump": "Varmepumpe",
"gas": "Gass", "gas": "Gass",
"manual": "Manuell", "manual": "Manuell"
"heat_cool": "Auto"
}, },
"configurator": { "configurator": {
"configure": "Konfigurer", "configure": "Konfigurer",

View File

@ -141,8 +141,7 @@
"high_demand": "Hoge vraag", "high_demand": "Hoge vraag",
"heat_pump": "Warmtepomp", "heat_pump": "Warmtepomp",
"gas": "Gas", "gas": "Gas",
"manual": "Handmatig", "manual": "Handmatig"
"heat_cool": "Auto"
}, },
"configurator": { "configurator": {
"configure": "Configureer", "configure": "Configureer",

View File

@ -141,8 +141,7 @@
"high_demand": "duży rozbiór", "high_demand": "duży rozbiór",
"heat_pump": "pompa ciepła", "heat_pump": "pompa ciepła",
"gas": "gaz", "gas": "gaz",
"manual": "manualnie", "manual": "manualnie"
"heat_cool": "automatycznie"
}, },
"configurator": { "configurator": {
"configure": "Skonfiguruj", "configure": "Skonfiguruj",
@ -324,6 +323,9 @@
}, },
"mqtt": { "mqtt": {
"title": "MQTT" "title": "MQTT"
},
"info": {
"title": "Informacje"
} }
} }
}, },
@ -804,7 +806,8 @@
"step_done": "Konfiguracja wykonana dla {step}", "step_done": "Konfiguracja wykonana dla {step}",
"close": "Zamknij", "close": "Zamknij",
"submit": "Zatwierdź" "submit": "Zatwierdź"
} },
"logout": "Wyloguj"
}, },
"page-authorize": { "page-authorize": {
"initializing": "Inicjowanie", "initializing": "Inicjowanie",

View File

@ -323,6 +323,9 @@
}, },
"mqtt": { "mqtt": {
"title": "" "title": ""
},
"info": {
"title": "Info"
} }
} }
}, },
@ -586,7 +589,31 @@
}, },
"zwave": { "zwave": {
"caption": "", "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": { "users": {
"caption": "Usuários", "caption": "Usuários",
@ -779,7 +806,8 @@
"step_done": "Configuração feita para {step}", "step_done": "Configuração feita para {step}",
"close": "Fechar", "close": "Fechar",
"submit": "Enviar" "submit": "Enviar"
} },
"logout": "Sair"
}, },
"page-authorize": { "page-authorize": {
"initializing": "Iniciando", "initializing": "Iniciando",
@ -1135,7 +1163,8 @@
"fan_mode": "Modo ventilação", "fan_mode": "Modo ventilação",
"swing_mode": "Modo oscilante", "swing_mode": "Modo oscilante",
"away_mode": "Modo ausente", "away_mode": "Modo ausente",
"aux_heat": "Aquecedor aux" "aux_heat": "Aquecedor aux",
"preset_mode": "Predefinir"
}, },
"lock": { "lock": {
"code": "Código", "code": "Código",
@ -1280,6 +1309,16 @@
"off": "Desligado", "off": "Desligado",
"on": "Ligado", "on": "Ligado",
"auto": "Auto" "auto": "Auto"
},
"preset_mode": {
"none": "Nenhum",
"eco": "Eco",
"away": "Ausente",
"boost": "Impulsionar",
"comfort": "Conforto",
"home": "Home",
"sleep": "Suspender",
"activity": "Atividade"
} }
} }
}, },

View File

@ -141,8 +141,7 @@
"high_demand": "Consum mare", "high_demand": "Consum mare",
"heat_pump": "Pompă de căldură", "heat_pump": "Pompă de căldură",
"gas": "Gaz", "gas": "Gaz",
"manual": "Manual", "manual": "Manual"
"heat_cool": "Auto"
}, },
"configurator": { "configurator": {
"configure": "Configurează", "configure": "Configurează",

View File

@ -141,8 +141,7 @@
"high_demand": "Большая нагрузка", "high_demand": "Большая нагрузка",
"heat_pump": "Тепловой насос", "heat_pump": "Тепловой насос",
"gas": "Газовый", "gas": "Газовый",
"manual": "Ручной режим", "manual": "Ручной режим"
"heat_cool": "Авто"
}, },
"configurator": { "configurator": {
"configure": "Настроить", "configure": "Настроить",
@ -324,6 +323,9 @@
}, },
"mqtt": { "mqtt": {
"title": "MQTT" "title": "MQTT"
},
"info": {
"title": "О системе"
} }
} }
}, },
@ -343,7 +345,7 @@
}, },
"config": { "config": {
"header": "Настройка Home Assistant", "header": "Настройка Home Assistant",
"introduction": "Здесь можно настроить Ваши компоненты и Home Assistant. Пока что не все можно настроить из интерфейса, но мы работаем над этим.", "introduction": "Здесь можно настроить Home Assistant. Пока что не все настройки доступны из интерфейса, но мы работаем над этим.",
"core": { "core": {
"caption": "Общие", "caption": "Общие",
"description": "Проверяйте Ваш файл конфигурации и управляйте сервером", "description": "Проверяйте Ваш файл конфигурации и управляйте сервером",
@ -804,7 +806,8 @@
"step_done": "Настройка выполнена для {step}", "step_done": "Настройка выполнена для {step}",
"close": "Закрыть", "close": "Закрыть",
"submit": "Подтвердить" "submit": "Подтвердить"
} },
"logout": "Выйти"
}, },
"page-authorize": { "page-authorize": {
"initializing": "Инициализация", "initializing": "Инициализация",

View File

@ -141,8 +141,7 @@
"high_demand": "Vysoký výkon", "high_demand": "Vysoký výkon",
"heat_pump": "Tepelné čerpadlo", "heat_pump": "Tepelné čerpadlo",
"gas": "Plyn", "gas": "Plyn",
"manual": "Ručne", "manual": "Ručne"
"heat_cool": "Auto"
}, },
"configurator": { "configurator": {
"configure": "Konfigurovať", "configure": "Konfigurovať",

View File

@ -141,8 +141,7 @@
"high_demand": "Visoka poraba", "high_demand": "Visoka poraba",
"heat_pump": "Toplotna črpalka", "heat_pump": "Toplotna črpalka",
"gas": "Plin", "gas": "Plin",
"manual": "Ročno", "manual": "Ročno"
"heat_cool": "Samodejno"
}, },
"configurator": { "configurator": {
"configure": "Konfiguriraj", "configure": "Konfiguriraj",

View File

@ -141,8 +141,7 @@
"high_demand": "高需求", "high_demand": "高需求",
"heat_pump": "热泵", "heat_pump": "热泵",
"gas": "燃气", "gas": "燃气",
"manual": "手动", "manual": "手动"
"heat_cool": "自动"
}, },
"configurator": { "configurator": {
"configure": "设置", "configure": "设置",

View File

@ -141,8 +141,7 @@
"high_demand": "高用量", "high_demand": "高用量",
"heat_pump": "暖氣", "heat_pump": "暖氣",
"gas": "瓦斯模式", "gas": "瓦斯模式",
"manual": "手動", "manual": "手動"
"heat_cool": "自動"
}, },
"configurator": { "configurator": {
"configure": "設定", "configure": "設定",