mirror of
https://github.com/home-assistant/frontend.git
synced 2025-04-24 05:17:20 +00:00
Update translations
This commit is contained in:
parent
266c80320b
commit
29649abe3d
@ -971,6 +971,49 @@
|
||||
"refresh": "Actualitza"
|
||||
},
|
||||
"reload_lovelace": "Recarrega Lovelace"
|
||||
},
|
||||
"page-demo": {
|
||||
"cards": {
|
||||
"demo": {
|
||||
"demo_by": "per {name}",
|
||||
"next_demo": "Següent mostra",
|
||||
"introduction": "Benvingut a casa! Has arribat a la demo de Home Assistant on es mostren algunes de les millors interfícies d’usuari creades per la comunitat.",
|
||||
"learn_more": "Més informació sobre Home Assistant"
|
||||
}
|
||||
},
|
||||
"config": {
|
||||
"arsaboo": {
|
||||
"names": {
|
||||
"upstairs": "Pis superior",
|
||||
"family_room": "Sala d'estar",
|
||||
"kitchen": "Cuina",
|
||||
"patio": "Pati",
|
||||
"hallway": "Passadís",
|
||||
"master_bedroom": "Dormitori principal",
|
||||
"left": "Esquerra",
|
||||
"right": "Dreta",
|
||||
"mirror": "Mirall"
|
||||
},
|
||||
"labels": {
|
||||
"lights": "Llums",
|
||||
"information": "Informació",
|
||||
"morning_commute": "Desplaçament al matí",
|
||||
"commute_home": "Tornada cap a casa",
|
||||
"entertainment": "Entreteniment",
|
||||
"activity": "Activitat",
|
||||
"hdmi_input": "Entrada HDMI",
|
||||
"hdmi_switcher": "Commutador HDMI",
|
||||
"volume": "Volum",
|
||||
"total_tv_time": "Temps de visualització",
|
||||
"turn_tv_off": "Apaga la televisió",
|
||||
"air": "Aire"
|
||||
},
|
||||
"unit": {
|
||||
"watching": "visualitzant",
|
||||
"minutes_abbr": "min"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"sidebar": {
|
||||
|
@ -355,6 +355,20 @@
|
||||
"introduction": "Ovládejte svůj Home Assistant server... z Home Assistant.",
|
||||
"restart": "Restartovat",
|
||||
"stop": "Zastavit"
|
||||
},
|
||||
"core_config": {
|
||||
"location_name": "Název instalace Home Assistant",
|
||||
"latitude": "Zeměpisná šířka",
|
||||
"longitude": "Zeměpisná délka",
|
||||
"elevation": "Nadmořská výška",
|
||||
"elevation_meters": "metrů",
|
||||
"time_zone": "Časové pásmo",
|
||||
"unit_system": "Systém jednotek",
|
||||
"unit_system_imperial": "Imperiální",
|
||||
"unit_system_metric": "Metrický",
|
||||
"imperial_example": "Stupně Fahrenheita, libry",
|
||||
"metric_example": "Stupně Celsia, kilogramy",
|
||||
"save_button": "Uložit"
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -545,7 +559,9 @@
|
||||
}
|
||||
},
|
||||
"learn_more": "Další informace o akcích"
|
||||
}
|
||||
},
|
||||
"load_error_not_editable": "Lze upravovat pouze automatizace v automations.yaml.",
|
||||
"load_error_unknown": "Chyba při načítání automatizace ({err_no})."
|
||||
}
|
||||
},
|
||||
"script": {
|
||||
@ -582,7 +598,7 @@
|
||||
"caption": "Home Assistant Cloud",
|
||||
"description_login": "Přihlášen jako {email}",
|
||||
"description_not_login": "Nepřihlášen",
|
||||
"description_features": "Ovládejte vzdáleně, integrace a Alexou a Google Asistent"
|
||||
"description_features": "Ovládejte vzdáleně, integrace s Alexou a Google Assistant."
|
||||
},
|
||||
"integrations": {
|
||||
"caption": "Integrace",
|
||||
@ -602,7 +618,14 @@
|
||||
"firmware": "Firmware: {version}",
|
||||
"device_unavailable": "zařízení není k dispozici",
|
||||
"entity_unavailable": "entita není k dispozici",
|
||||
"no_area": "Žádná oblast"
|
||||
"no_area": "Žádná oblast",
|
||||
"hub": "Připojeno přes"
|
||||
},
|
||||
"config_flow": {
|
||||
"external_step": {
|
||||
"description": "K dokončení tohoto kroku je nutné navštívit externí webovou stránku.",
|
||||
"open_site": "Otevřít webové stránky"
|
||||
}
|
||||
}
|
||||
},
|
||||
"zha": {
|
||||
@ -857,9 +880,17 @@
|
||||
}
|
||||
},
|
||||
"integration": {
|
||||
"intro": "Zařízení a služby jsou v programu Home Assistant reprezentovány jako integrace. Můžete je nyní nastavit nebo provést později z konfigurační obrazovky.",
|
||||
"intro": "Zařízení a služby jsou v Home Assistant reprezentovány jako integrace. Tyto můžete nastavit nyní nebo později z konfigurační obrazovky.",
|
||||
"more_integrations": "Více",
|
||||
"finish": "Dokončit"
|
||||
},
|
||||
"core-config": {
|
||||
"intro": "Dobrý den, {name} , vítejte v Home Assistant. Jak byste chtěli pojmenovat svůj domov?",
|
||||
"intro_location": "Rádi bychom věděli, kde žijete. Tyto informace pomohou při zobrazování informací a určování přesné polohy slunce. Tato data nejsou nikdy sdílena mimo vaši síť.",
|
||||
"intro_location_detect": "Můžeme vám pomoci vyplnit tyto informace jednorázovým požadavkem na externí službu.",
|
||||
"location_name_default": "Domov",
|
||||
"button_detect": "Rozpoznat",
|
||||
"finish": "Další"
|
||||
}
|
||||
},
|
||||
"lovelace": {
|
||||
@ -933,6 +964,51 @@
|
||||
"warning": {
|
||||
"entity_not_found": "Entita není k dispozici: {entity}",
|
||||
"entity_non_numeric": "Entita není číselná: {entity}"
|
||||
},
|
||||
"changed_toast": {
|
||||
"message": "Konfigurace Lovelace byla aktualizována, chcete obnovit stránku?",
|
||||
"refresh": "Obnovit"
|
||||
},
|
||||
"reload_lovelace": "Znovu načíst Lovelace"
|
||||
},
|
||||
"page-demo": {
|
||||
"cards": {
|
||||
"demo": {
|
||||
"demo_by": "od {name}",
|
||||
"next_demo": "Další demo",
|
||||
"introduction": "Vítejte doma! Dostali jste se do demoverze Home Assistant, kde prezentujeme nejlepší uživatelská rozhraní vytvořená komunitou.",
|
||||
"learn_more": "Další informace o Home Assistant"
|
||||
}
|
||||
},
|
||||
"config": {
|
||||
"arsaboo": {
|
||||
"names": {
|
||||
"upstairs": "Poschodí",
|
||||
"family_room": "Obývací pokoj",
|
||||
"kitchen": "Kuchyně",
|
||||
"patio": "Terasa",
|
||||
"hallway": "Chodba",
|
||||
"master_bedroom": "Hlavní ložnice",
|
||||
"left": "Vlevo",
|
||||
"right": "Vpravo",
|
||||
"mirror": "Zrcadlo"
|
||||
},
|
||||
"labels": {
|
||||
"lights": "Světla",
|
||||
"information": "Informace",
|
||||
"entertainment": "Zábava",
|
||||
"activity": "Aktivita",
|
||||
"hdmi_input": "Vstup HDMI",
|
||||
"hdmi_switcher": "Přepínač HDMI",
|
||||
"volume": "Hlasitost",
|
||||
"total_tv_time": "Celkový čas strávený u televize",
|
||||
"turn_tv_off": "Vypnout televizi",
|
||||
"air": "Vzduch"
|
||||
},
|
||||
"unit": {
|
||||
"minutes_abbr": "min"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -779,6 +779,46 @@
|
||||
"button_detect": "Canfod",
|
||||
"finish": "Nesaf"
|
||||
}
|
||||
},
|
||||
"page-demo": {
|
||||
"cards": {
|
||||
"demo": {
|
||||
"learn_more": "Dysgwch fwy am Home Assistant"
|
||||
}
|
||||
},
|
||||
"config": {
|
||||
"arsaboo": {
|
||||
"names": {
|
||||
"upstairs": "I fyny'r grisiau",
|
||||
"family_room": "Ystafell Teulu",
|
||||
"kitchen": "Cegin",
|
||||
"patio": "Patio",
|
||||
"hallway": "Cyntedd",
|
||||
"master_bedroom": "Prif Ystafell Wely",
|
||||
"left": "Chwith",
|
||||
"right": "Dde",
|
||||
"mirror": "Drych"
|
||||
},
|
||||
"labels": {
|
||||
"lights": "Goleuadau",
|
||||
"information": "Gwybodaeth",
|
||||
"morning_commute": "Cymudo bore",
|
||||
"commute_home": "Cymudo i'r Cartref",
|
||||
"entertainment": "Adloniant",
|
||||
"activity": "Gweithgaredd",
|
||||
"hdmi_input": "Mewnbwn HDMI",
|
||||
"hdmi_switcher": "Newidydd HDMI",
|
||||
"volume": "Uchder",
|
||||
"total_tv_time": "Cyfanswm Amser Teledu",
|
||||
"turn_tv_off": "Diffodd y teledu",
|
||||
"air": "Aer"
|
||||
},
|
||||
"unit": {
|
||||
"watching": "gwylio",
|
||||
"minutes_abbr": "munud"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"sidebar": {
|
||||
|
@ -280,7 +280,8 @@
|
||||
"default": {
|
||||
"unknown": "Ukendt",
|
||||
"unavailable": "Utilgængelig",
|
||||
"error": "Fejl"
|
||||
"error": "Fejl",
|
||||
"entity_not_found": "Enheden blev ikke fundet"
|
||||
},
|
||||
"alarm_control_panel": {
|
||||
"armed": "Tilkoblet",
|
||||
@ -357,6 +358,7 @@
|
||||
},
|
||||
"core_config": {
|
||||
"edit_requires_storage": "Editor er deaktiveret, fordi config er gemt i configuration.yaml.",
|
||||
"location_name": "Navn på din Home Assistant-installation",
|
||||
"latitude": "Breddegrad",
|
||||
"longitude": "Længdegrad",
|
||||
"elevation": "Højde",
|
||||
@ -559,7 +561,8 @@
|
||||
},
|
||||
"learn_more": "Lær om handlinger"
|
||||
},
|
||||
"load_error_not_editable": "Kun automatiseringer i automations.yaml kan redigeres."
|
||||
"load_error_not_editable": "Kun automatiseringer i automations.yaml kan redigeres.",
|
||||
"load_error_unknown": "Fejl ved indlæsning af automatisering ( {err_no} )."
|
||||
}
|
||||
},
|
||||
"script": {
|
||||
@ -615,7 +618,8 @@
|
||||
"firmware": "Firmware: {version}",
|
||||
"device_unavailable": "enhed utilgængelig",
|
||||
"entity_unavailable": "entitet utilgængelig",
|
||||
"no_area": "Intet område"
|
||||
"no_area": "Intet område",
|
||||
"hub": "Tilsluttet via"
|
||||
},
|
||||
"config_flow": {
|
||||
"external_step": {
|
||||
@ -632,7 +636,9 @@
|
||||
"updateDeviceName": "Angiv et brugerdefineret navn til denne enhed i enhedsopsætningen"
|
||||
},
|
||||
"device_card": {
|
||||
"area_picker_label": "Område"
|
||||
"device_name_placeholder": "Navn",
|
||||
"area_picker_label": "Område",
|
||||
"update_name_button": "Opdater navn"
|
||||
},
|
||||
"add_device_page": {
|
||||
"spinner": "Søger efter ZHA Zigbee-enheder..."
|
||||
@ -879,6 +885,7 @@
|
||||
"intro_location": "Vi vil gerne vide, hvor du bor. Disse oplysninger hjælper med at vise information og opsætte solbaserede automationer. Disse data deles aldrig uden for dit netværk.",
|
||||
"intro_location_detect": "Vi kan hjælpe dig med at udfylde disse oplysninger ved at foretage en engangsforespørgsel til en ekstern service.",
|
||||
"location_name_default": "Hjem",
|
||||
"button_detect": "Detekter",
|
||||
"finish": "Næste"
|
||||
}
|
||||
},
|
||||
@ -895,7 +902,10 @@
|
||||
"go_to_integrations_page": "Gå til integrationssiden."
|
||||
},
|
||||
"picture-elements": {
|
||||
"hold": "Hold:",
|
||||
"tap": "Tryk på:",
|
||||
"navigate_to": "Naviger til {location}",
|
||||
"toggle": "Skift {navn}",
|
||||
"call_service": "Kald service {name}",
|
||||
"more_info": "Vis mere-info: {Name}"
|
||||
}
|
||||
@ -952,7 +962,52 @@
|
||||
"entity_non_numeric": "Enhed er ikke-numerisk: {entity}"
|
||||
},
|
||||
"changed_toast": {
|
||||
"message": "Lovelace-konfigurationen blev opdateret, vil du genindlæse?",
|
||||
"refresh": "Opdater"
|
||||
},
|
||||
"reload_lovelace": "Genindlæs Lovelace"
|
||||
},
|
||||
"page-demo": {
|
||||
"cards": {
|
||||
"demo": {
|
||||
"demo_by": "af {name}",
|
||||
"next_demo": "Næste demo",
|
||||
"introduction": "Velkommen hjem! Du er kommet til Home assistant's demo hvor vi viser de bedste bruger interfaces lavet i bruger gruppen.\n",
|
||||
"learn_more": "Læs mere om Home-Assistent"
|
||||
}
|
||||
},
|
||||
"config": {
|
||||
"arsaboo": {
|
||||
"names": {
|
||||
"upstairs": "Ovenpå",
|
||||
"family_room": "Alrum",
|
||||
"kitchen": "Køkken",
|
||||
"patio": "Terrasse",
|
||||
"hallway": "Gang",
|
||||
"master_bedroom": "Soveværelse",
|
||||
"left": "Venstre",
|
||||
"right": "Højre",
|
||||
"mirror": "Spejl"
|
||||
},
|
||||
"labels": {
|
||||
"lights": "Lys",
|
||||
"information": "Information",
|
||||
"morning_commute": "Morgen pendler",
|
||||
"commute_home": "Pendle til hjemmet",
|
||||
"entertainment": "Underholdning",
|
||||
"activity": "Aktivitet",
|
||||
"hdmi_input": "HDMI indgang",
|
||||
"hdmi_switcher": "HDMI skifter",
|
||||
"volume": "Lydstyrke",
|
||||
"total_tv_time": "Total TV tid",
|
||||
"turn_tv_off": "Sluk TV",
|
||||
"air": "Luft"
|
||||
},
|
||||
"unit": {
|
||||
"watching": "Ser",
|
||||
"minutes_abbr": "min"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -971,6 +971,49 @@
|
||||
"refresh": "Aktualisieren"
|
||||
},
|
||||
"reload_lovelace": "Lovelace neu laden"
|
||||
},
|
||||
"page-demo": {
|
||||
"cards": {
|
||||
"demo": {
|
||||
"demo_by": "von {name}",
|
||||
"next_demo": "Nächste Demo",
|
||||
"introduction": "Willkommen zu Hause! Du hast die Home Assistant Demo erreicht, in der wir die besten Benutzeroberflächen unserer Community präsentieren.",
|
||||
"learn_more": "Erfahre mehr über Home Assistant"
|
||||
}
|
||||
},
|
||||
"config": {
|
||||
"arsaboo": {
|
||||
"names": {
|
||||
"upstairs": "Obergeschoss",
|
||||
"family_room": "Wohnzimmer",
|
||||
"kitchen": "Küche",
|
||||
"patio": "Terrasse",
|
||||
"hallway": "Flur",
|
||||
"master_bedroom": "Schlafzimmer",
|
||||
"left": "Links",
|
||||
"right": "Rechts",
|
||||
"mirror": "Spiegel"
|
||||
},
|
||||
"labels": {
|
||||
"lights": "Beleuchtung",
|
||||
"information": "Informationen",
|
||||
"morning_commute": "Morgendliche Pendelfahrt",
|
||||
"commute_home": "Pendeln nach Hause",
|
||||
"entertainment": "Unterhaltung",
|
||||
"activity": "Aktivität",
|
||||
"hdmi_input": "HDMI Eingang",
|
||||
"hdmi_switcher": "HDMI-Umschalter",
|
||||
"volume": "Lautstärke",
|
||||
"total_tv_time": "Gesamte TV-Zeit",
|
||||
"turn_tv_off": "Fernseher ausschalten",
|
||||
"air": "Luft"
|
||||
},
|
||||
"unit": {
|
||||
"watching": "zuschauend",
|
||||
"minutes_abbr": "min"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"sidebar": {
|
||||
|
@ -619,7 +619,8 @@
|
||||
"firmware": "Υλικολογισμικό: {έκδοση}",
|
||||
"device_unavailable": "συσκευή μη διαθέσιμη",
|
||||
"entity_unavailable": "οντότητα μη διαθέσιμη",
|
||||
"no_area": "Καμία περιοχή"
|
||||
"no_area": "Καμία περιοχή",
|
||||
"hub": "Συνδεδεμένο μέσω"
|
||||
},
|
||||
"config_flow": {
|
||||
"external_step": {
|
||||
@ -970,6 +971,49 @@
|
||||
"refresh": "Ανανέωση"
|
||||
},
|
||||
"reload_lovelace": "Επαναφόρτωση Lovelace"
|
||||
},
|
||||
"page-demo": {
|
||||
"cards": {
|
||||
"demo": {
|
||||
"demo_by": "από {name}",
|
||||
"next_demo": "Επόμενο demo",
|
||||
"introduction": "Καλώς όρισες σπίτι! Έχετε φθάσει στο demo Home Assistant όπου παρουσιάζουμε τους καλύτερους UI που δημιουργήθηκαν από την κοινότητά μας.",
|
||||
"learn_more": "Μάθετε περισσότερα για το Home Assistant"
|
||||
}
|
||||
},
|
||||
"config": {
|
||||
"arsaboo": {
|
||||
"names": {
|
||||
"upstairs": "Επάνω",
|
||||
"family_room": "Οικογενειακό Δωμάτιο",
|
||||
"kitchen": "Κουζίνα",
|
||||
"patio": "Αίθριο",
|
||||
"hallway": "Διάδρομος",
|
||||
"master_bedroom": "Κύριο Υπνοδωμάτιο",
|
||||
"left": "Αριστερά",
|
||||
"right": "Δεξιά",
|
||||
"mirror": "Καθρέφτης"
|
||||
},
|
||||
"labels": {
|
||||
"lights": "Φώτα",
|
||||
"information": "Πληροφορίες",
|
||||
"morning_commute": "Πρωινή Μετακίνηση",
|
||||
"commute_home": "Μετακίνηση προς Σπίτι",
|
||||
"entertainment": "Ψυχαγωγία",
|
||||
"activity": "Δραστηριότητα",
|
||||
"hdmi_input": "Είσοδος HDMI",
|
||||
"hdmi_switcher": "Μεταγωγέας HDMI",
|
||||
"volume": "Ένταση ήχου",
|
||||
"total_tv_time": "Συνολικός χρόνος θέασης",
|
||||
"turn_tv_off": "Απενεργοποίηση Τηλεόρασης",
|
||||
"air": "Αέρας"
|
||||
},
|
||||
"unit": {
|
||||
"watching": "παρακολούθηση",
|
||||
"minutes_abbr": "λεπτά"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"sidebar": {
|
||||
|
@ -971,6 +971,49 @@
|
||||
"refresh": "Actualizar"
|
||||
},
|
||||
"reload_lovelace": "Recargar Lovelace"
|
||||
},
|
||||
"page-demo": {
|
||||
"cards": {
|
||||
"demo": {
|
||||
"demo_by": "por {name}",
|
||||
"next_demo": "Siguiente demostración",
|
||||
"introduction": "¡Bienvenido a casa! Has llegado a la demostración de Home Assistant donde mostramos las mejores interfaces de usuario creadas por nuestra comunidad.",
|
||||
"learn_more": "Aprende más sobre Home Assistant"
|
||||
}
|
||||
},
|
||||
"config": {
|
||||
"arsaboo": {
|
||||
"names": {
|
||||
"upstairs": "Piso de arriba",
|
||||
"family_room": "Salón",
|
||||
"kitchen": "Cocina",
|
||||
"patio": "Patio",
|
||||
"hallway": "Pasillo",
|
||||
"master_bedroom": "Dormitorio principal",
|
||||
"left": "Izquierda",
|
||||
"right": "Derecha",
|
||||
"mirror": "Espejo"
|
||||
},
|
||||
"labels": {
|
||||
"lights": "Luces",
|
||||
"information": "Información",
|
||||
"morning_commute": "Ida al trabajo",
|
||||
"commute_home": "Viaje a casa",
|
||||
"entertainment": "Entretenimiento",
|
||||
"activity": "Actividad",
|
||||
"hdmi_input": "Entrada HDMI",
|
||||
"hdmi_switcher": "Conmutador HDMI",
|
||||
"volume": "Volumen",
|
||||
"total_tv_time": "Tiempo total de TV",
|
||||
"turn_tv_off": "Apagar la televisión",
|
||||
"air": "Aire"
|
||||
},
|
||||
"unit": {
|
||||
"watching": "viendo",
|
||||
"minutes_abbr": "min"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"sidebar": {
|
||||
|
@ -280,7 +280,8 @@
|
||||
"default": {
|
||||
"unknown": "Tunt",
|
||||
"unavailable": "Ei saat",
|
||||
"error": "Virhe"
|
||||
"error": "Virhe",
|
||||
"entity_not_found": "Olemusta ei löydetty"
|
||||
},
|
||||
"alarm_control_panel": {
|
||||
"armed": "Viritetty",
|
||||
@ -356,12 +357,16 @@
|
||||
"stop": "Pysäytä"
|
||||
},
|
||||
"core_config": {
|
||||
"edit_requires_storage": "Editori on poistettu käytöstä, koska asetuksia on annettu configuration.yaml:ssa.",
|
||||
"location_name": "Home Assistant -järjestelmäsi nimi",
|
||||
"latitude": "Leveysaste",
|
||||
"longitude": "Pituusaste",
|
||||
"elevation": "Korkeus merenpinnasta",
|
||||
"elevation_meters": "metriä",
|
||||
"time_zone": "Aikavyöhyke",
|
||||
"unit_system": "Yksikköjärjestelmä",
|
||||
"unit_system_imperial": "Imperial",
|
||||
"unit_system_metric": "Metrinen",
|
||||
"imperial_example": "Fahrenheit, paunaa",
|
||||
"metric_example": "Celsius, kilogrammat",
|
||||
"save_button": "Tallenna"
|
||||
@ -373,7 +378,8 @@
|
||||
"caption": "Muokkaus",
|
||||
"description": "Muokkaa laitteita",
|
||||
"picker": {
|
||||
"header": "Räätälöinti"
|
||||
"header": "Räätälöinti",
|
||||
"introduction": "Muotoile ominaisuuksia olemuskohtaisesti. Lisäykset\/muokkaukset tulevat välittömästi voimaan. Poistetut mukautukset tulevat voimaan, kun olemus päivitetään."
|
||||
}
|
||||
},
|
||||
"automation": {
|
||||
@ -463,6 +469,14 @@
|
||||
"hours": "Tuntia",
|
||||
"minutes": "Minuuttia",
|
||||
"seconds": "Sekuntia"
|
||||
},
|
||||
"geo_location": {
|
||||
"label": "Geolocation",
|
||||
"source": "Lähde",
|
||||
"zone": "Alue",
|
||||
"event": "Tapahtuma:",
|
||||
"enter": "Saapuminen alueelle",
|
||||
"leave": "Poistu"
|
||||
}
|
||||
},
|
||||
"learn_more": "Lisätietoja triggereistä"
|
||||
@ -584,7 +598,8 @@
|
||||
"cloud": {
|
||||
"caption": "Home Assistant Cloud",
|
||||
"description_login": "Kirjautunut sisään {email}",
|
||||
"description_not_login": "Et ole kirjautunut"
|
||||
"description_not_login": "Et ole kirjautunut",
|
||||
"description_features": "Ohjaus possa kotoa, käytä Alexaa ja Google Assistentia"
|
||||
},
|
||||
"integrations": {
|
||||
"caption": "Integraatiot",
|
||||
@ -604,42 +619,72 @@
|
||||
"firmware": "Laiteohjelmisto: {version}",
|
||||
"device_unavailable": "laite ei saatavissa",
|
||||
"entity_unavailable": "kohde ei saatavilla",
|
||||
"no_area": "Ei aluetta"
|
||||
"no_area": "Ei aluetta",
|
||||
"hub": "Yhdistetty kautta"
|
||||
},
|
||||
"config_flow": {
|
||||
"external_step": {
|
||||
"description": "Tämä vaihe edellyttää, että vierailet ulkopuolisella verkkosivustolla.",
|
||||
"open_site": "Avaa verkkosivua"
|
||||
}
|
||||
}
|
||||
},
|
||||
"zha": {
|
||||
"caption": "ZHA",
|
||||
"description": "ZigBee kotiautomaation verkonhallinta",
|
||||
"services": {
|
||||
"reconfigure": "Määritä ZHA-laite uudelleen (paranna laite). Käytä tätä, jos sinulla on ongelmia laitteen kanssa. Jos kyseinen laite on akkukäyttöinen laite, varmista, että se on hereillä ja hyväksyy komentoja, kun käytät tätä palvelua.",
|
||||
"updateDeviceName": "Määritä laitteelle mukautettu nimeä laiterekisteriin.",
|
||||
"remove": "Poista laite ZigBee-verkosta."
|
||||
},
|
||||
"device_card": {
|
||||
"area_picker_label": "Alue"
|
||||
"device_name_placeholder": "Käyttäjän antama nimeä",
|
||||
"area_picker_label": "Alue",
|
||||
"update_name_button": "Päivitä nimeä"
|
||||
},
|
||||
"add_device_page": {
|
||||
"spinner": "Etsitään ZHA Zigbee laitteita..."
|
||||
}
|
||||
},
|
||||
"entity_registry": {
|
||||
"description": "Yleiskuva kaikista tunnetuista entiteeteistä.",
|
||||
"picker": {
|
||||
"unavailable": "(ei saatavilla)",
|
||||
"integrations_page": "Integraatiot"
|
||||
},
|
||||
"editor": {
|
||||
"default_name": "Uusi alue",
|
||||
"delete": "POISTA"
|
||||
"header": "Zigbee Home Automation - Lisää laitteita",
|
||||
"spinner": "Etsitään ZHA Zigbee laitteita...",
|
||||
"discovery_text": "Löydetyt laitteet näkyvät täällä. Noudata laitteen (laitteiden) ohjeita ja aseta laite pariliitostilaan."
|
||||
}
|
||||
},
|
||||
"area_registry": {
|
||||
"caption": "Aluerekisteri",
|
||||
"description": "Yleiskatsaus kaikki kotisi alueista.",
|
||||
"picker": {
|
||||
"header": "Aluekisteri",
|
||||
"introduction": "Alueita käytetään laitteiden järjestämiseen. Näitä tietoja käytetään Kotiavustajassa käyttöliittymän ja käyttöoikeuksien järjestämiseen sekä integroinnin muihin järjestelmiin.",
|
||||
"introduction2": "Voit sijoittaa laitteita alueelle siirtymällä alla olevan linkin avulla integraatiot-sivulle ja sitten napauttamalla määritettyyn integraatioon, jotta pääset laitteet -kortteihin.",
|
||||
"integrations_page": "Integraatiot",
|
||||
"no_areas": "Et ole vielä luonut alueita!",
|
||||
"create_area": "LUO ALUE"
|
||||
},
|
||||
"no_areas": "Näyttää siltä, että sinulla ei ole vielä alueita!",
|
||||
"create_area": "LUO ALUE",
|
||||
"editor": {
|
||||
"default_name": "Uusi alue",
|
||||
"delete": "POISTA",
|
||||
"update": "PÄIVITÄ",
|
||||
"create": "LUO"
|
||||
}
|
||||
},
|
||||
"entity_registry": {
|
||||
"caption": "Olemusrekisteri",
|
||||
"description": "Yleiskuva kaikista tunnetuista entiteeteistä.",
|
||||
"picker": {
|
||||
"header": "Olemusrekisteri",
|
||||
"unavailable": "(ei saatavilla)",
|
||||
"introduction": "Kotiavustaja pitää rekisteriä jokaisesta havaitetusta olemuksesta, joka voidaan yksilöidä. Kullekin näille yksiköille määritetään olemus-ID, varattu juuri tälle yksikölle.",
|
||||
"introduction2": "Yksikkörekisterin avulla voit ohittaa nimeä, muuttaa yksikön tunnusta tai poistaa merkinnän Kotiavustajasta. Huomaa, että rekisterimerkinnän poistaminen ei poista yksikköä sinäänsä. Sitä voit seuraamalla alla olevaa linkkiä ja poistamalla sitä integrointisivulta.",
|
||||
"integrations_page": "Integraatiot"
|
||||
},
|
||||
"editor": {
|
||||
"unavailable": "Parhaillaan olemus ei ole käytettävissä.",
|
||||
"default_name": "Uusi alue",
|
||||
"delete": "POISTA",
|
||||
"update": "PÄIVITYS"
|
||||
}
|
||||
},
|
||||
"person": {
|
||||
"caption": "Henkilöt",
|
||||
"description": "Hallitse henkilöitä, joita Home Assistant seuraa",
|
||||
@ -673,14 +718,21 @@
|
||||
},
|
||||
"refresh_tokens": {
|
||||
"header": "Päivitä tokenit",
|
||||
"description": "Jokainen päivitystunnus edustaa kirjautumisistuntoa. Päivitystunnukset poistetaan automaattisesti, kun napautat Kirjaudu ulos. Seuraavat päivitystunnukset ovat parhaillaan käytössä tililläsi.",
|
||||
"token_title": "Päivitä tunnus kohteelle {clientId}",
|
||||
"created_at": "Luotu {date}",
|
||||
"confirm_delete": "Haluatko varmasti poistaa {name} päivitystunnuksen?",
|
||||
"delete_failed": "Päivitystunnuksen poistaminen epäonnistui.",
|
||||
"last_used": "Viimeksi käytetty {date} sijainnista {location}",
|
||||
"not_used": "Ei ole koskaan käytetty"
|
||||
"not_used": "Ei ole koskaan käytetty",
|
||||
"current_token_tooltip": "Nykyistä päivitystunnusta ei voi poistaa"
|
||||
},
|
||||
"long_lived_access_tokens": {
|
||||
"header": "Pitkäaikaiset käyttötunnussanomat",
|
||||
"description": "Luo pitkäikäisiä käyttöoikeustunnuksia, jotta komentosarjasi voivat vuorovaikutttaa Kotiavustajan kanssa. Jokainen tunnus on voimassa 10 vuotta luomisesta. Seuraavat pitkäikäiset käyttöoikeustunnukset ovat tällä hetkellä käytössä.",
|
||||
"learn_auth_requests": "Opi tekemään tunnistautuneita kutsuja.",
|
||||
"created_at": "Luotu {date}",
|
||||
"confirm_delete": "Haluatko varmasti poistaa {name} käyttöoikeustunnuksen?",
|
||||
"delete_failed": "Käyttötunnussanoman poistaminen epäonnistui.",
|
||||
"create": "Luo token",
|
||||
"create_failed": "Käyttötunnussanoman luominen epäonnistui.",
|
||||
@ -796,11 +848,13 @@
|
||||
"mfa": {
|
||||
"data": {
|
||||
"code": "Kaksivaiheinen tunnistuskoodi"
|
||||
}
|
||||
},
|
||||
"description": "Avaa **{mfa_module_name}** laitteessasi, jotta näet kaksivaiheisen tunnistuskoodin henkilöllisyyden vahvistamiseen:"
|
||||
}
|
||||
},
|
||||
"error": {
|
||||
"invalid_auth": "Väärä käyttäjänimi tai salasana"
|
||||
"invalid_auth": "Väärä käyttäjänimi tai salasana",
|
||||
"invalid_code": "Virheellinen tunnistuskoodi"
|
||||
},
|
||||
"abort": {
|
||||
"login_expired": "Istunto päättyi, ole hyvä ja kirjaudu uudelleen."
|
||||
@ -822,15 +876,19 @@
|
||||
},
|
||||
"create_account": "Luo tili",
|
||||
"error": {
|
||||
"required_fields": "Täytä kaikki pakolliset kentät"
|
||||
"required_fields": "Täytä kaikki pakolliset kentät",
|
||||
"password_not_match": "Salasanat eivät täsmää"
|
||||
}
|
||||
},
|
||||
"integration": {
|
||||
"intro": "Laitteet ja palvelut ovat edustettuna Kotiavustajassa integraatioina. Voit määrittää ne nyt tai tehdä sitä myöhemmin kokoonpanonäytöstä.",
|
||||
"more_integrations": "Lisää",
|
||||
"finish": "Valmis"
|
||||
},
|
||||
"core-config": {
|
||||
"intro": "Hei {name}, tervetuloa Home Assistant -käyttäjäksi. Kuinka haluaisit nimetä uuden kotisi?",
|
||||
"intro_location": "Haluaisimme tietää, missä asut. Nämä tiedot auttavat näyttämään tietoja ja perustamaan aurinkopohjaisia automaatioita. Nämä tiedot eivät koskaan jaeta oman verkkosi ulkopuolella.",
|
||||
"intro_location_detect": "Voimme auttaa sinua täyttämään nämä tiedot tekemällä kertaluonteisen pyynnön ulkoiselle palvelulle.",
|
||||
"location_name_default": "Koti",
|
||||
"button_detect": "Havaitse",
|
||||
"finish": "Seuraava"
|
||||
@ -845,7 +903,16 @@
|
||||
},
|
||||
"empty_state": {
|
||||
"title": "Tervetuloa kotiin",
|
||||
"no_devices": "Tällä sivulla voit ohjata laitteitasi, mutta näyttää siltä, että et ole vielä määrittänyt laitteita. Pääset alkuun integroinnit-sivulla.",
|
||||
"go_to_integrations_page": "Siirry integraatiot-sivulle"
|
||||
},
|
||||
"picture-elements": {
|
||||
"hold": "Pidä:",
|
||||
"tap": "Napauta:",
|
||||
"navigate_to": "Siirry kohtaan {location}",
|
||||
"toggle": "Kytke {name}",
|
||||
"call_service": "Kutsu palvelua {name}",
|
||||
"more_info": "Näytä lisätietoa: {name}"
|
||||
}
|
||||
},
|
||||
"editor": {
|
||||
@ -900,14 +967,59 @@
|
||||
"entity_non_numeric": "Yksikkö ei ole numeerinen: {entity}"
|
||||
},
|
||||
"changed_toast": {
|
||||
"message": "Lovelace-asetukset päivitettiin, haluatko päivittää näkymää?",
|
||||
"refresh": "Päivitä"
|
||||
},
|
||||
"reload_lovelace": "Lataa Lovelace uudelleen"
|
||||
},
|
||||
"page-demo": {
|
||||
"cards": {
|
||||
"demo": {
|
||||
"demo_by": "kirjoittanut {name}",
|
||||
"next_demo": "Seuraava demo",
|
||||
"introduction": "Tervetuloa kotiin! Olet päätynyt Kotiavustaja-demoon, missä esittelemme yhteisömme parhaat käyttöliittymät.",
|
||||
"learn_more": "Opi enemmän Kotiavustajasta"
|
||||
}
|
||||
},
|
||||
"config": {
|
||||
"arsaboo": {
|
||||
"names": {
|
||||
"upstairs": "Yläkerta",
|
||||
"family_room": "Perhehuone",
|
||||
"kitchen": "Keittiö",
|
||||
"patio": "Terassi",
|
||||
"hallway": "Käytävä",
|
||||
"master_bedroom": "Makuuhuone",
|
||||
"left": "Vasen",
|
||||
"right": "Oikea",
|
||||
"mirror": "Peili"
|
||||
},
|
||||
"labels": {
|
||||
"lights": "Valot",
|
||||
"information": "Tiedot",
|
||||
"morning_commute": "Aamuinen työmatka",
|
||||
"commute_home": "Työmatka kotiin",
|
||||
"entertainment": "Viihde",
|
||||
"activity": "Aktiviteetti",
|
||||
"hdmi_input": "HDMI-tulo",
|
||||
"hdmi_switcher": "HDMI-kytkin",
|
||||
"volume": "Äänenvoimakkuus",
|
||||
"total_tv_time": "TV-aikaa yhteensä",
|
||||
"turn_tv_off": "Sammuta televisio",
|
||||
"air": "Air"
|
||||
},
|
||||
"unit": {
|
||||
"watching": "katsomassa",
|
||||
"minutes_abbr": "min"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"sidebar": {
|
||||
"log_out": "Kirjaudu ulos",
|
||||
"developer_tools": "Kehittäjän työkalut"
|
||||
"developer_tools": "Kehittäjän työkalut",
|
||||
"external_app_configuration": "Sovelluksen määritykset"
|
||||
},
|
||||
"common": {
|
||||
"loading": "Ladataan",
|
||||
@ -1070,7 +1182,7 @@
|
||||
"dialogs": {
|
||||
"more_info_settings": {
|
||||
"save": "Tallenna",
|
||||
"name": "Nimi",
|
||||
"name": "Nimen ohitus",
|
||||
"entity_id": "Kohteen ID"
|
||||
},
|
||||
"more_info_control": {
|
||||
@ -1153,8 +1265,14 @@
|
||||
"climate": {
|
||||
"fan_mode": {
|
||||
"off": "Pois päältä",
|
||||
"on": "Päällä"
|
||||
"on": "Päällä",
|
||||
"auto": "Auto"
|
||||
}
|
||||
}
|
||||
},
|
||||
"groups": {
|
||||
"system-admin": "Järjestelmänvalvojat",
|
||||
"system-users": "Käyttäjät",
|
||||
"system-read-only": "Pelkästään luku -käyttäjät"
|
||||
}
|
||||
}
|
@ -971,6 +971,46 @@
|
||||
"refresh": "רענן"
|
||||
},
|
||||
"reload_lovelace": "טען מחדש את Lovelace"
|
||||
},
|
||||
"page-demo": {
|
||||
"cards": {
|
||||
"demo": {
|
||||
"demo_by": "על ידי {name}",
|
||||
"next_demo": "ההדגמה הבאה",
|
||||
"introduction": "ברוך הבא הביתה! הגעת להדגמת Home Assistant שבה אנו מציגים את ה- UI הטובים ביותר שנוצרו על ידי הקהילה שלנו.",
|
||||
"learn_more": "למידע נוסף על Home Assistant"
|
||||
}
|
||||
},
|
||||
"config": {
|
||||
"arsaboo": {
|
||||
"names": {
|
||||
"upstairs": "למעלה",
|
||||
"family_room": "חדר משפחה",
|
||||
"kitchen": "מטבח",
|
||||
"patio": "פטיו",
|
||||
"hallway": "מסדרון",
|
||||
"master_bedroom": "חדר שינה ראשי",
|
||||
"left": "שמאל",
|
||||
"right": "ימין",
|
||||
"mirror": "מראה"
|
||||
},
|
||||
"labels": {
|
||||
"lights": "אורות",
|
||||
"information": "מידע",
|
||||
"entertainment": "בידור",
|
||||
"activity": "פעילות",
|
||||
"hdmi_input": "כניסת HDMI",
|
||||
"hdmi_switcher": "מחליף HDMI",
|
||||
"volume": "ווליום",
|
||||
"total_tv_time": "סה\"כ זמן טלוויזיה",
|
||||
"turn_tv_off": "כבה את הטלוויזיה",
|
||||
"air": "אוויר"
|
||||
},
|
||||
"unit": {
|
||||
"minutes_abbr": "דקות"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"sidebar": {
|
||||
|
@ -102,6 +102,8 @@
|
||||
"idle": "Aðgerðalaus"
|
||||
},
|
||||
"climate": {
|
||||
"off": "Slökkt",
|
||||
"on": "Kveikt",
|
||||
"heat": "Hitun",
|
||||
"cool": "Kæling",
|
||||
"idle": "Aðgerðalaus",
|
||||
@ -232,6 +234,11 @@
|
||||
}
|
||||
},
|
||||
"state_badge": {
|
||||
"default": {
|
||||
"unknown": "Óþ.",
|
||||
"error": "Villa",
|
||||
"entity_not_found": "Eining fannst ekki"
|
||||
},
|
||||
"device_tracker": {
|
||||
"home": "Heima",
|
||||
"not_home": "Fjarverandi"
|
||||
@ -239,10 +246,6 @@
|
||||
"person": {
|
||||
"home": "Heima",
|
||||
"not_home": "Fjarverandi"
|
||||
},
|
||||
"default": {
|
||||
"error": "Villa",
|
||||
"entity_not_found": "Eining fannst ekki"
|
||||
}
|
||||
},
|
||||
"ui": {
|
||||
@ -304,6 +307,11 @@
|
||||
"elevation": "Hækkun",
|
||||
"elevation_meters": "metrar",
|
||||
"time_zone": "Tímabelti",
|
||||
"unit_system": "Einingarkerfi",
|
||||
"unit_system_imperial": "Imperial",
|
||||
"unit_system_metric": "Metra",
|
||||
"imperial_example": "Fahrenheit, pund",
|
||||
"metric_example": "Celsíus, kílógrömm",
|
||||
"save_button": "Vista"
|
||||
}
|
||||
}
|
||||
@ -456,6 +464,7 @@
|
||||
},
|
||||
"wait_template": {
|
||||
"label": "Bið",
|
||||
"wait_template": "Bið skapalón",
|
||||
"timeout": "Tímamörk (valfrjálst)"
|
||||
},
|
||||
"condition": {
|
||||
@ -777,6 +786,7 @@
|
||||
},
|
||||
"core-config": {
|
||||
"location_name_default": "Heima",
|
||||
"button_detect": "Uppgötva",
|
||||
"finish": "Næsta"
|
||||
}
|
||||
},
|
||||
@ -850,9 +860,40 @@
|
||||
"entity_not_found": "Eining ekki tiltæk: {entity}"
|
||||
},
|
||||
"changed_toast": {
|
||||
"message": "Lovelace stillingum hefur verið breytt, viltu endurnýja?",
|
||||
"refresh": "Endurnýja"
|
||||
},
|
||||
"reload_lovelace": "Endurhlaða Lovelace"
|
||||
},
|
||||
"page-demo": {
|
||||
"cards": {
|
||||
"demo": {
|
||||
"demo_by": "eftir {name}",
|
||||
"learn_more": "Læra meira um Home Assistant"
|
||||
}
|
||||
},
|
||||
"config": {
|
||||
"arsaboo": {
|
||||
"names": {
|
||||
"kitchen": "Eldhús",
|
||||
"left": "Vinstri",
|
||||
"right": "Hægri",
|
||||
"mirror": "Spegill"
|
||||
},
|
||||
"labels": {
|
||||
"lights": "Ljós",
|
||||
"information": "Upplýsingar",
|
||||
"entertainment": "Skemmtun",
|
||||
"activity": "Virkni",
|
||||
"volume": "Hljóðstyrkur",
|
||||
"turn_tv_off": "Slökkva á sjónvarpi"
|
||||
},
|
||||
"unit": {
|
||||
"watching": "Horfi á",
|
||||
"minutes_abbr": "mín"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"sidebar": {
|
||||
|
@ -619,7 +619,8 @@
|
||||
"firmware": "Firmware: {version}",
|
||||
"device_unavailable": "dispositivo non disponibile",
|
||||
"entity_unavailable": "entità non disponibile",
|
||||
"no_area": "Nessuna area"
|
||||
"no_area": "Nessuna area",
|
||||
"hub": "Connesso tramite"
|
||||
},
|
||||
"config_flow": {
|
||||
"external_step": {
|
||||
@ -970,6 +971,49 @@
|
||||
"refresh": "Aggiorna"
|
||||
},
|
||||
"reload_lovelace": "Ricarica Lovelace"
|
||||
},
|
||||
"page-demo": {
|
||||
"cards": {
|
||||
"demo": {
|
||||
"demo_by": "di {name}",
|
||||
"next_demo": "Prossima demo",
|
||||
"introduction": "Benvenuto a casa! Questa è la demo di Home Assistant, qui pubblichiamo le migliori interfacce utente create dalla nostra community.",
|
||||
"learn_more": "Ulteriori informazioni su Home Assistant"
|
||||
}
|
||||
},
|
||||
"config": {
|
||||
"arsaboo": {
|
||||
"names": {
|
||||
"upstairs": "Piano superiore",
|
||||
"family_room": "Soggiorno",
|
||||
"kitchen": "Cucina",
|
||||
"patio": "Patio",
|
||||
"hallway": "Corridoio",
|
||||
"master_bedroom": "Camera principale",
|
||||
"left": "Sinistra",
|
||||
"right": "Destra",
|
||||
"mirror": "Specchio"
|
||||
},
|
||||
"labels": {
|
||||
"lights": "Luci",
|
||||
"information": "Informazioni",
|
||||
"morning_commute": "Tragitto mattutino",
|
||||
"commute_home": "Tragitto per casa",
|
||||
"entertainment": "Intrattenimento",
|
||||
"activity": "Attività",
|
||||
"hdmi_input": "Ingresso HDMI",
|
||||
"hdmi_switcher": "Commutatore HDMI",
|
||||
"volume": "Volume",
|
||||
"total_tv_time": "Tempo totale TV",
|
||||
"turn_tv_off": "Spegni la televisione",
|
||||
"air": "Aria"
|
||||
},
|
||||
"unit": {
|
||||
"watching": "Stai guardando",
|
||||
"minutes_abbr": "min"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"sidebar": {
|
||||
|
@ -971,6 +971,49 @@
|
||||
"refresh": "새로고침"
|
||||
},
|
||||
"reload_lovelace": "Lovelace 새로고침"
|
||||
},
|
||||
"page-demo": {
|
||||
"cards": {
|
||||
"demo": {
|
||||
"demo_by": "{name} 님이 만듦",
|
||||
"next_demo": "다음 데모",
|
||||
"introduction": "집에 오신 것을 환영합니다! 커뮤니티에서 만든 최고의 UI 가 적용된 Home Assistant 를 소개합니다.",
|
||||
"learn_more": "Home Assistant 에 대해 더 알아보기"
|
||||
}
|
||||
},
|
||||
"config": {
|
||||
"arsaboo": {
|
||||
"names": {
|
||||
"upstairs": "위층",
|
||||
"family_room": "가족실",
|
||||
"kitchen": "부엌",
|
||||
"patio": "마당",
|
||||
"hallway": "현관",
|
||||
"master_bedroom": "안방",
|
||||
"left": "왼쪽",
|
||||
"right": "오른쪽",
|
||||
"mirror": "거울"
|
||||
},
|
||||
"labels": {
|
||||
"lights": "조명",
|
||||
"information": "정보",
|
||||
"morning_commute": "아침 출근",
|
||||
"commute_home": "집으로 퇴근",
|
||||
"entertainment": "엔터테인먼트",
|
||||
"activity": "활동",
|
||||
"hdmi_input": "HDMI 입력",
|
||||
"hdmi_switcher": "HDMI 선택기",
|
||||
"volume": "음량",
|
||||
"total_tv_time": "총 TV 시청",
|
||||
"turn_tv_off": "TV 끄기",
|
||||
"air": "공조기"
|
||||
},
|
||||
"unit": {
|
||||
"watching": "시청중",
|
||||
"minutes_abbr": "분"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"sidebar": {
|
||||
|
@ -971,6 +971,49 @@
|
||||
"refresh": "Frësch lueden"
|
||||
},
|
||||
"reload_lovelace": "Lovelace frësch lueden"
|
||||
},
|
||||
"page-demo": {
|
||||
"cards": {
|
||||
"demo": {
|
||||
"demo_by": "vun {name}",
|
||||
"next_demo": "Nächst Demo",
|
||||
"introduction": "Wëllkomm doheem! Dir hutt d'Demo vum Home Assistant erreecht wou mir iech déi Bescht Benotzer Interfacen déi vun onser Gemeinschaft erstallt goufen.",
|
||||
"learn_more": "Méi iwwert Home Assistant liesen"
|
||||
}
|
||||
},
|
||||
"config": {
|
||||
"arsaboo": {
|
||||
"names": {
|
||||
"upstairs": "Uewenop",
|
||||
"family_room": "Stuff",
|
||||
"kitchen": "Kichen",
|
||||
"patio": "Veranda",
|
||||
"hallway": "Gang",
|
||||
"master_bedroom": "Schlofkummer",
|
||||
"left": "Lénks",
|
||||
"right": "Riets",
|
||||
"mirror": "Spigel"
|
||||
},
|
||||
"labels": {
|
||||
"lights": "Luuchten",
|
||||
"information": "Informatioun",
|
||||
"morning_commute": "Moies Trajet",
|
||||
"commute_home": "Heem fueren",
|
||||
"entertainment": "Ënnerhalung",
|
||||
"activity": "Aktivitéit",
|
||||
"hdmi_input": "HDMI Agang",
|
||||
"hdmi_switcher": "HDMI Ëmschalter",
|
||||
"volume": "Volume",
|
||||
"total_tv_time": "Gesamt Fernseh Zäit",
|
||||
"turn_tv_off": "Fernseher ausschalten",
|
||||
"air": "Loft"
|
||||
},
|
||||
"unit": {
|
||||
"watching": "kucken",
|
||||
"minutes_abbr": "Min."
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"sidebar": {
|
||||
|
@ -620,7 +620,7 @@
|
||||
"device_unavailable": "enheten er utilgjengelig",
|
||||
"entity_unavailable": "oppføringen er utilgjengelig",
|
||||
"no_area": "Intet område",
|
||||
"hub": "Ligado atravez de"
|
||||
"hub": "Tilkoblet via"
|
||||
},
|
||||
"config_flow": {
|
||||
"external_step": {
|
||||
@ -968,9 +968,52 @@
|
||||
},
|
||||
"changed_toast": {
|
||||
"message": "Lovelace-konfigurasjonen ble oppdatert, ønsker du å oppdatere?",
|
||||
"refresh": "Oppdatere"
|
||||
"refresh": "Oppdater"
|
||||
},
|
||||
"reload_lovelace": "Laste Lovelace på nytt"
|
||||
},
|
||||
"page-demo": {
|
||||
"cards": {
|
||||
"demo": {
|
||||
"demo_by": "ved {name}",
|
||||
"next_demo": "Neste demo",
|
||||
"introduction": "Velkommen hjem! Du har nådd Home Assistant-demoen der vi viser frem de beste UIs som er opprettet av fellesskapet vårt.",
|
||||
"learn_more": "Lær mer om Home Assistant"
|
||||
}
|
||||
},
|
||||
"config": {
|
||||
"arsaboo": {
|
||||
"names": {
|
||||
"upstairs": "Oppe",
|
||||
"family_room": "Stue",
|
||||
"kitchen": "Kjøkken",
|
||||
"patio": "Uteområdet",
|
||||
"hallway": "Gang",
|
||||
"master_bedroom": "Hovedsoverom",
|
||||
"left": "Venstre",
|
||||
"right": "Høyre",
|
||||
"mirror": "Speil"
|
||||
},
|
||||
"labels": {
|
||||
"lights": "Lys",
|
||||
"information": "Informasjon",
|
||||
"morning_commute": "Morgen pendling",
|
||||
"commute_home": "Pendle til hjem",
|
||||
"entertainment": "Underholdning",
|
||||
"activity": "Aktivitet",
|
||||
"hdmi_input": "HDMI inngang",
|
||||
"hdmi_switcher": "HDMI velger",
|
||||
"volume": "Volum",
|
||||
"total_tv_time": "Total TV-tid",
|
||||
"turn_tv_off": "Slå TV av",
|
||||
"air": "Luft"
|
||||
},
|
||||
"unit": {
|
||||
"watching": "Ser på",
|
||||
"minutes_abbr": "min"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"sidebar": {
|
||||
|
@ -971,6 +971,49 @@
|
||||
"refresh": "Vernieuwen"
|
||||
},
|
||||
"reload_lovelace": "Lovelace herladen"
|
||||
},
|
||||
"page-demo": {
|
||||
"cards": {
|
||||
"demo": {
|
||||
"demo_by": "door {name}",
|
||||
"next_demo": "Volgende demo",
|
||||
"introduction": "Welkom thuis! Je hebt de Home Assistant demo bereikt waar we de beste UI's van onze community laten zien.",
|
||||
"learn_more": "Meer informatie over Home Assistant"
|
||||
}
|
||||
},
|
||||
"config": {
|
||||
"arsaboo": {
|
||||
"names": {
|
||||
"upstairs": "Boven",
|
||||
"family_room": "Familiekamer",
|
||||
"kitchen": "Keuken",
|
||||
"patio": "Achtertuin",
|
||||
"hallway": "Gang",
|
||||
"master_bedroom": "Hoofdslaapkamer",
|
||||
"left": "Links",
|
||||
"right": "Rechts",
|
||||
"mirror": "Spiegel"
|
||||
},
|
||||
"labels": {
|
||||
"lights": "Lichten",
|
||||
"information": "Informatie",
|
||||
"morning_commute": "Ochtend reis",
|
||||
"commute_home": "Reis naar huis",
|
||||
"entertainment": "Entertainment",
|
||||
"activity": "Activiteit",
|
||||
"hdmi_input": "HDMI-ingang",
|
||||
"hdmi_switcher": "HDMI-switcher",
|
||||
"volume": "Volume",
|
||||
"total_tv_time": "Totale tv-tijd",
|
||||
"turn_tv_off": "Schakel televisie uit",
|
||||
"air": "Lucht"
|
||||
},
|
||||
"unit": {
|
||||
"watching": "kijkend",
|
||||
"minutes_abbr": "min"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"sidebar": {
|
||||
|
@ -528,7 +528,7 @@
|
||||
},
|
||||
"actions": {
|
||||
"header": "Handlingar",
|
||||
"introduction": "Handlinga Home Assistant vil gjennomføre når automasjonen vert utløyst.\n\n[Lær meir om handlingar.](https:\/\/home-assistant.io\/docs\/automation\/action\/)",
|
||||
"introduction": "Handlinga Home Assistant vil gjennomføre når automasjonen vert utløyst.",
|
||||
"add": "Legg til handling",
|
||||
"duplicate": "Dupliser",
|
||||
"delete": "Slett",
|
||||
@ -962,6 +962,27 @@
|
||||
"refresh": "Oppfrisk"
|
||||
},
|
||||
"reload_lovelace": "Omlast Lovelace"
|
||||
},
|
||||
"page-demo": {
|
||||
"config": {
|
||||
"arsaboo": {
|
||||
"names": {
|
||||
"family_room": "Stove",
|
||||
"kitchen": "Kjøkken",
|
||||
"right": "Høgre"
|
||||
},
|
||||
"labels": {
|
||||
"commute_home": "Pendle til heimen",
|
||||
"volume": "Volum",
|
||||
"total_tv_time": "Totalt TV-tid",
|
||||
"turn_tv_off": "Slå av TV"
|
||||
},
|
||||
"unit": {
|
||||
"watching": "ser ",
|
||||
"minutes_abbr": "min"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"sidebar": {
|
||||
|
@ -971,6 +971,23 @@
|
||||
"refresh": "Odśwież"
|
||||
},
|
||||
"reload_lovelace": "Przeładuj Lovelace"
|
||||
},
|
||||
"page-demo": {
|
||||
"cards": {
|
||||
"demo": {
|
||||
"learn_more": "Dowiedz się więcej o Home Assistant"
|
||||
}
|
||||
},
|
||||
"config": {
|
||||
"arsaboo": {
|
||||
"names": {
|
||||
"kitchen": "Kuchnia"
|
||||
},
|
||||
"labels": {
|
||||
"volume": "Głośność"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"sidebar": {
|
||||
|
@ -971,6 +971,49 @@
|
||||
"refresh": "Обновить"
|
||||
},
|
||||
"reload_lovelace": "Перезагрузить Lovelace"
|
||||
},
|
||||
"page-demo": {
|
||||
"cards": {
|
||||
"demo": {
|
||||
"demo_by": "автор: {name}",
|
||||
"next_demo": "Далее",
|
||||
"introduction": "Добро пожаловать! Здесь Вы можете увидеть лучшие пользовательские интерфейсы, созданные нашим сообществом.",
|
||||
"learn_more": "Узнайте больше о Home Assistant"
|
||||
}
|
||||
},
|
||||
"config": {
|
||||
"arsaboo": {
|
||||
"names": {
|
||||
"upstairs": "Второй этаж",
|
||||
"family_room": "Гостиная",
|
||||
"kitchen": "Кухня",
|
||||
"patio": "Внутренний дворик",
|
||||
"hallway": "Прихожая",
|
||||
"master_bedroom": "Спальня",
|
||||
"left": "Влево",
|
||||
"right": "Вправо",
|
||||
"mirror": "Зеркало"
|
||||
},
|
||||
"labels": {
|
||||
"lights": "Свет",
|
||||
"information": "Информация",
|
||||
"morning_commute": "Утренняя поездка",
|
||||
"commute_home": "Поездка домой",
|
||||
"entertainment": "Развлечения",
|
||||
"activity": "Активность",
|
||||
"hdmi_input": "Вход HDMI",
|
||||
"hdmi_switcher": "Переключатель HDMI",
|
||||
"volume": "Громкость",
|
||||
"total_tv_time": "Общее время ТВ",
|
||||
"turn_tv_off": "Выключить телевизор",
|
||||
"air": "Воздух"
|
||||
},
|
||||
"unit": {
|
||||
"watching": "наблюдение",
|
||||
"minutes_abbr": "мин."
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"sidebar": {
|
||||
|
@ -619,7 +619,8 @@
|
||||
"firmware": "Firmware: {version}",
|
||||
"device_unavailable": "enhet otillgänglig",
|
||||
"entity_unavailable": "entitet otillgänglig",
|
||||
"no_area": "Inget område (\"area\")"
|
||||
"no_area": "Inget område (\"area\")",
|
||||
"hub": "Ansluten via"
|
||||
},
|
||||
"config_flow": {
|
||||
"external_step": {
|
||||
@ -969,7 +970,50 @@
|
||||
"message": "Lovelace-konfigurationen uppdaterades, vill du ladda om?",
|
||||
"refresh": "Uppdatera"
|
||||
},
|
||||
"reload_lovelace": "Uppdatera Lovelace"
|
||||
"reload_lovelace": "Ladda om Lovelace"
|
||||
},
|
||||
"page-demo": {
|
||||
"cards": {
|
||||
"demo": {
|
||||
"demo_by": "av {name}",
|
||||
"next_demo": "Nästa demonstration",
|
||||
"introduction": "Välkommen hem! Du har nått Home Assistant demon, var vi visar upp de bästa användargränssnitt som skapats av vårt community.",
|
||||
"learn_more": "Lär dig mer om Home Assistant"
|
||||
}
|
||||
},
|
||||
"config": {
|
||||
"arsaboo": {
|
||||
"names": {
|
||||
"upstairs": "Övervåningen",
|
||||
"family_room": "Familjerum",
|
||||
"kitchen": "Kök",
|
||||
"patio": "Uteplats",
|
||||
"hallway": "Hall",
|
||||
"master_bedroom": "Huvudsovrum",
|
||||
"left": "Vänster",
|
||||
"right": "Höger",
|
||||
"mirror": "Spegla"
|
||||
},
|
||||
"labels": {
|
||||
"lights": "Ljus",
|
||||
"information": "Information",
|
||||
"morning_commute": "Morgonpendling",
|
||||
"commute_home": "Pendling hem",
|
||||
"entertainment": "Underhållning",
|
||||
"activity": "Aktivitet",
|
||||
"hdmi_input": "HDMI-ingång",
|
||||
"hdmi_switcher": "HDMI-omkopplare",
|
||||
"volume": "Volym",
|
||||
"total_tv_time": "TV-tid totalt",
|
||||
"turn_tv_off": "Stäng av TV",
|
||||
"air": "Air"
|
||||
},
|
||||
"unit": {
|
||||
"watching": "ser på",
|
||||
"minutes_abbr": "min"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"sidebar": {
|
||||
|
@ -562,7 +562,7 @@
|
||||
"learn_more": "详细了解动作"
|
||||
},
|
||||
"load_error_not_editable": "只能编辑 automations.yaml 中的自动化。",
|
||||
"load_error_unknown": "加载自动化错误 ( {err_no})。"
|
||||
"load_error_unknown": "加载自动化错误 ({err_no})。"
|
||||
}
|
||||
},
|
||||
"script": {
|
||||
@ -971,6 +971,37 @@
|
||||
"refresh": "刷新"
|
||||
},
|
||||
"reload_lovelace": "重新加载 Lovelace"
|
||||
},
|
||||
"page-demo": {
|
||||
"cards": {
|
||||
"demo": {
|
||||
"demo_by": "来自 {name}",
|
||||
"next_demo": "下一个演示",
|
||||
"introduction": "欢迎回家!您现在位于 Home Assistant 演示,这里展示了我们的社区创作的最佳 UI。",
|
||||
"learn_more": "详细了解 Home Assistant"
|
||||
}
|
||||
},
|
||||
"config": {
|
||||
"arsaboo": {
|
||||
"names": {
|
||||
"family_room": "客厅",
|
||||
"kitchen": "厨房",
|
||||
"patio": "露台",
|
||||
"hallway": "门厅",
|
||||
"master_bedroom": "主卧",
|
||||
"left": "左",
|
||||
"right": "右",
|
||||
"mirror": "镜子"
|
||||
},
|
||||
"labels": {
|
||||
"lights": "灯",
|
||||
"information": "信息",
|
||||
"morning_commute": "上班",
|
||||
"commute_home": "下班",
|
||||
"entertainment": "娱乐"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"sidebar": {
|
||||
|
@ -971,6 +971,49 @@
|
||||
"refresh": "更新"
|
||||
},
|
||||
"reload_lovelace": "重新載入 Lovelace"
|
||||
},
|
||||
"page-demo": {
|
||||
"cards": {
|
||||
"demo": {
|
||||
"demo_by": "由 {name}",
|
||||
"next_demo": "下一個展示",
|
||||
"introduction": "歡迎回家!您正在使用 Home Assistatnt 展示功能,由社群所創作的最佳介面展示。",
|
||||
"learn_more": "詳細了解 Home Assistant"
|
||||
}
|
||||
},
|
||||
"config": {
|
||||
"arsaboo": {
|
||||
"names": {
|
||||
"upstairs": "樓上",
|
||||
"family_room": "家庭房",
|
||||
"kitchen": "廚房",
|
||||
"patio": "庭院",
|
||||
"hallway": "走廊",
|
||||
"master_bedroom": "主臥室",
|
||||
"left": "左",
|
||||
"right": "右",
|
||||
"mirror": "鏡子"
|
||||
},
|
||||
"labels": {
|
||||
"lights": "燈光",
|
||||
"information": "資訊",
|
||||
"morning_commute": "晨間通勤",
|
||||
"commute_home": "返家通勤",
|
||||
"entertainment": "視聽室",
|
||||
"activity": "活動",
|
||||
"hdmi_input": "HDMI 輸入",
|
||||
"hdmi_switcher": "HDMI 切換器",
|
||||
"volume": "音量",
|
||||
"total_tv_time": "總觀看時間",
|
||||
"turn_tv_off": "關閉電視",
|
||||
"air": "空氣"
|
||||
},
|
||||
"unit": {
|
||||
"watching": "正在觀看",
|
||||
"minutes_abbr": "分"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"sidebar": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user