mirror of
https://github.com/home-assistant/frontend.git
synced 2025-04-25 13:57:21 +00:00
Translation update
This commit is contained in:
parent
0e5c1b2041
commit
566ffe24a4
@ -592,8 +592,9 @@
|
||||
}
|
||||
},
|
||||
"history_charts": {
|
||||
"history_disabled": "Integració d'històric desactivada",
|
||||
"loading_history": "Carregant historial d'estats...",
|
||||
"no_history_found": "No s'ha trobat cap historial d'estats."
|
||||
"no_history_found": "No s'ha trobat cap històric d'estats."
|
||||
},
|
||||
"logbook": {
|
||||
"by": "per",
|
||||
@ -750,8 +751,13 @@
|
||||
},
|
||||
"entity_registry": {
|
||||
"control": "Control",
|
||||
"customize_link": "personalitzacions d'entitat",
|
||||
"dismiss": "Omet",
|
||||
"editor": {
|
||||
"advanced": "Configuració avançada",
|
||||
"area": "Defineix només l'àrea de l'entitat",
|
||||
"area_note": "De manera predeterminada, les entitats d'un dispositiu es troben a la mateixa àrea que el dispositiu. Si canvies l'àrea d'aquesta entitat, deixarà de seguir la del dispositiu.",
|
||||
"change_device_area": "Canvia l'àrea del dispositiu",
|
||||
"confirm_delete": "Estàs segur que vols eliminar aquesta entrada?",
|
||||
"delete": "Elimina",
|
||||
"device_disabled": "El dispositiu d'aquesta entitat està desactivat.",
|
||||
@ -761,6 +767,7 @@
|
||||
"enabled_label": "Activa l'entitat",
|
||||
"enabled_restart_confirm": "Reinicia Home Assistant per acabar d'activar les entitats",
|
||||
"entity_id": "ID de l'entitat",
|
||||
"follow_device_area": "Segueix l'àrea del dispositiu",
|
||||
"icon": "Icona",
|
||||
"icon_error": "Els icones han de tenir el format 'prefix:nom_icona', per exemple: 'mdi:home'",
|
||||
"name": "Nom",
|
||||
@ -770,6 +777,7 @@
|
||||
"update": "Actualitza"
|
||||
},
|
||||
"faq": "documentació",
|
||||
"info_customize": "Pots sobreescriure alguns atributs a la secció {customize_link}.",
|
||||
"no_unique_id": "Aquesta entitat (\"{entity_id}\") no té un ID únic, per tant, la seva configuració no pot ser gestionada des de la interfície d'usuari. Consulta les {faq_link} per a més detalls.",
|
||||
"related": "Relacionat",
|
||||
"settings": "Configuració"
|
||||
@ -1013,6 +1021,18 @@
|
||||
"second": "{count} {count, plural,\none {segon}\nother {segons}\n}",
|
||||
"week": "{count} {count, plural,\n one {setmana}\n other {setmanes}\n}"
|
||||
},
|
||||
"errors": {
|
||||
"config": {
|
||||
"edit_in_yaml_supported": "Encara pots editar la configuració a YAML.",
|
||||
"editor_not_available": "L'eeditor visual no està disponible per al tipus \"{type}\".",
|
||||
"editor_not_supported": "L'editor visual no és compatible amb aquesta configuració",
|
||||
"error_detected": "S'han detectat errors de configuració",
|
||||
"key_missing": "Falta la clau obligatòria \"{key}\".",
|
||||
"key_not_expected": "No s'està esperant la clau \"{key}\" o no és compatible amb l'editor visual.",
|
||||
"key_wrong_type": "L'editor visual no admet el valor proporcionat de \"{key}\". ({type_correct}) és compatible, però s'ha rebut ({type_wrong}).",
|
||||
"no_type_provided": "No s'ha proporcionat cap tipus."
|
||||
}
|
||||
},
|
||||
"login-form": {
|
||||
"log_in": "Iniciar sessió",
|
||||
"password": "Contrasenya",
|
||||
@ -1514,10 +1534,18 @@
|
||||
"thank_you_note": "Gràcies per formar part de Home Assistant Cloud. És gràcies a persones com tu que podem oferir una experiència domòtica excel·lent per a tothom.",
|
||||
"tts": {
|
||||
"default_language": "Idioma predeterminat a utilitzar",
|
||||
"dialog": {
|
||||
"example_message": "Hola {name}, pots reproduir qualsevol text en els reproductor multimèdia compatibles!",
|
||||
"header": "Prova el text a veu",
|
||||
"play": "Reprodueix",
|
||||
"target": "Objectiu",
|
||||
"target_browser": "Navegador"
|
||||
},
|
||||
"female": "Dona",
|
||||
"info": "Afegeix personalitat a casa teva a mitjançant l'ús dels nostres serveis de text a veu. Pots utilitzar-los en automatitzacions i scripts a través del servei {service}.",
|
||||
"male": "Home",
|
||||
"title": "Text a veu"
|
||||
"title": "Text a veu",
|
||||
"try": "Prova-ho"
|
||||
},
|
||||
"webhooks": {
|
||||
"disable_hook_error_msg": "No s'ha pogut desactivar el webhook:",
|
||||
@ -2717,6 +2745,12 @@
|
||||
},
|
||||
"description": "Gestiona la teva xarxa Z-Wave",
|
||||
"learn_more": "Més informació sobre Z-Wave",
|
||||
"migration": {
|
||||
"ozw": {
|
||||
"header": "Migra a OpenZWave",
|
||||
"introduction": "Aquest assistent t'ajudarà a fer la migració des de la integració Z-Wave estàndard a la integració d'OpenZWave, actualment en versió beta."
|
||||
}
|
||||
},
|
||||
"network_management": {
|
||||
"header": "Gestió de la xarxa Z-Wave",
|
||||
"introduction": "Executa ordres a la xarxa Z-Wave. No es rebrà cap resposta si la majoria de les ordres han tingut èxit, però pots consultar el registre OZW."
|
||||
@ -3261,6 +3295,8 @@
|
||||
}
|
||||
},
|
||||
"menu": {
|
||||
"manage_dashboards": "Gestiona els panells",
|
||||
"manage_resources": "Gestiona els recursos",
|
||||
"open": "Obre el menú de Lovelace",
|
||||
"raw_editor": "Editor de codi"
|
||||
},
|
||||
|
@ -588,6 +588,7 @@
|
||||
}
|
||||
},
|
||||
"history_charts": {
|
||||
"history_disabled": "Integrace Historie je zákázána",
|
||||
"loading_history": "Historie stavu se načítá...",
|
||||
"no_history_found": "Historie stavu chybí."
|
||||
},
|
||||
@ -604,9 +605,9 @@
|
||||
"set": "zapadlo",
|
||||
"turned_off": "vypnuto",
|
||||
"turned_on": "zapnuto",
|
||||
"was_at_home": "byl doma",
|
||||
"was_at_state": "bylo v {state}",
|
||||
"was_away": "bylo pryč",
|
||||
"was_at_home": "byl zjištěn doma",
|
||||
"was_at_state": "byl zjištěn v {state}",
|
||||
"was_away": "byl zjištěn pryč",
|
||||
"was_closed": "bylo zavřeno",
|
||||
"was_connected": "bylo připojeno",
|
||||
"was_disconnected": "bylo odpojeno",
|
||||
@ -746,8 +747,11 @@
|
||||
},
|
||||
"entity_registry": {
|
||||
"control": "Řízení",
|
||||
"customize_link": "přizpůsobení entit",
|
||||
"dismiss": "Zavrhnout",
|
||||
"editor": {
|
||||
"advanced": "Pokročilá nastavení",
|
||||
"change_device_area": "Změna oblasti zařízení",
|
||||
"confirm_delete": "Opravdu chcete tuto položku smazat?",
|
||||
"delete": "Odstranit",
|
||||
"device_disabled": "Zařízení této entity je zakázáno.",
|
||||
@ -766,6 +770,7 @@
|
||||
"update": "Aktualizovat"
|
||||
},
|
||||
"faq": "dokumentace",
|
||||
"info_customize": "Některé atributy můžete přepsat v sekci {customize_link}.",
|
||||
"no_unique_id": "Tato entita (\"{entity_id}\") nemá jedinečné ID, proto její nastavení nelze spravovat z uživatelského rozhraní. Další podrobnosti naleznete na stránce {faq_link}.",
|
||||
"related": "Související",
|
||||
"settings": "Nastavení"
|
||||
@ -1009,6 +1014,18 @@
|
||||
"second": "{count} {count, plural,\none {sekunda}\nfew {sekundy}\nother {sekund}\n}",
|
||||
"week": "{count} {count, plural,\none {týden}\nfew {týdny}\nother {týdnů}\n}"
|
||||
},
|
||||
"errors": {
|
||||
"config": {
|
||||
"edit_in_yaml_supported": "Své nastavení můžete stále upravovat v YAML.",
|
||||
"editor_not_available": "Pro typ \"{type}\" není k dispozici žádný vizuální editor.",
|
||||
"editor_not_supported": "Vizuální editor není pro toto nastavení podporován",
|
||||
"error_detected": "Zjištěny chyby nastavení",
|
||||
"key_missing": "Chybí požadovaný klíč \"{key}\".",
|
||||
"key_not_expected": "Klíč \"{key}\" není vizuálním editorem očekáván nebo podporován.",
|
||||
"key_wrong_type": "Zadávanou hodnotu \"{key}\" nepodporuje vizuální editor. Podporuje ({type_correct}), ale obdržel ({type_wrong}).",
|
||||
"no_type_provided": "Není k dispozici žádný typ."
|
||||
}
|
||||
},
|
||||
"login-form": {
|
||||
"log_in": "Přihlásit se",
|
||||
"password": "Heslo",
|
||||
@ -1509,9 +1526,15 @@
|
||||
"sign_out": "Odhlásit se",
|
||||
"thank_you_note": "Děkujeme, že jste se stali součástí Home Assistant Cloud. Díky lidem, jako jste vy, jsme schopni udělat skvělý zážitek z domácí automatizace pro každého. Díky!",
|
||||
"tts": {
|
||||
"dialog": {
|
||||
"header": "Zkuste převod textu na řeč",
|
||||
"play": "Přehrát",
|
||||
"target_browser": "Prohlížeč"
|
||||
},
|
||||
"female": "Žena",
|
||||
"male": "Muž",
|
||||
"title": "Převod textu do řeč"
|
||||
"title": "Převod textu do řeč",
|
||||
"try": "Zkusit"
|
||||
},
|
||||
"webhooks": {
|
||||
"disable_hook_error_msg": "Nepodařilo se deaktivovat webhook:",
|
||||
@ -2839,6 +2862,13 @@
|
||||
},
|
||||
"cards": {
|
||||
"action_confirmation": "Opravdu chcete provést akci \"{action}\"?",
|
||||
"actions": {
|
||||
"no_entity_more_info": "Pro dialog s dalšími informacemi není poskytnuta žádná entita",
|
||||
"no_entity_toggle": "K přepnutí není poskytnuta žádná entita",
|
||||
"no_navigation_path": "Není zadána žádná navigační cesta",
|
||||
"no_service": "Není zadána žádná služba pro spuštění",
|
||||
"no_url": "Není zadána žádná adresa URL k otevření"
|
||||
},
|
||||
"confirm_delete": "Opravdu chcete tuto kartu smazat?",
|
||||
"empty_state": {
|
||||
"go_to_integrations_page": "Přejděte na stránku integrace.",
|
||||
@ -3192,6 +3222,8 @@
|
||||
}
|
||||
},
|
||||
"menu": {
|
||||
"manage_dashboards": "Správa ovládacích panelů",
|
||||
"manage_resources": "Správa zdrojů",
|
||||
"open": "Otevřít Lovelace menu",
|
||||
"raw_editor": "Editor kódu nastavení"
|
||||
},
|
||||
|
@ -557,6 +557,10 @@
|
||||
"remove_user": "Fjern bruger",
|
||||
"select_blueprint": "Vælg et Blueprint"
|
||||
},
|
||||
"calendar": {
|
||||
"my_calendars": "Mine kalendere",
|
||||
"today": "I dag"
|
||||
},
|
||||
"data-table": {
|
||||
"no-data": "Ingen data",
|
||||
"search": "Søg"
|
||||
@ -588,6 +592,7 @@
|
||||
}
|
||||
},
|
||||
"history_charts": {
|
||||
"history_disabled": "Historikintegration deaktiveret",
|
||||
"loading_history": "Indlæser tilstandshistorik...",
|
||||
"no_history_found": "Ingen tilstandshistorik fundet."
|
||||
},
|
||||
@ -605,7 +610,7 @@
|
||||
"turned_off": "blev slukket",
|
||||
"turned_on": "tændte",
|
||||
"was_at_home": "var hjemme",
|
||||
"was_at_state": "var på {state}",
|
||||
"was_at_state": "blev registreret som {state}",
|
||||
"was_away": "var væk",
|
||||
"was_closed": "blev lukket",
|
||||
"was_connected": "blev tilsluttet",
|
||||
@ -746,8 +751,13 @@
|
||||
},
|
||||
"entity_registry": {
|
||||
"control": "Kontrol",
|
||||
"customize_link": "entitetstilpasninger",
|
||||
"dismiss": "Afvis",
|
||||
"editor": {
|
||||
"advanced": "Avancerede indstillinger",
|
||||
"area": "Angiv entitetsomåde",
|
||||
"area_note": "Som standard er entiteterne på en enhed i samme område som enheden. Hvis du ændrer området for denne entitet, følger den ikke længere enhedens område.",
|
||||
"change_device_area": "Ændre enhedsområde",
|
||||
"confirm_delete": "Er du sikker på, at du vil slette denne post?",
|
||||
"delete": "Slet",
|
||||
"device_disabled": "Denne entitets enheden er deaktiveret.",
|
||||
@ -757,16 +767,18 @@
|
||||
"enabled_label": "Aktivér entitet",
|
||||
"enabled_restart_confirm": "Genstart Home Assistant for at fuldføre aktiveringen af entiteterne",
|
||||
"entity_id": "Entitets-id",
|
||||
"follow_device_area": "Følg enhedsområde",
|
||||
"icon": "Brugerdefineret ikon",
|
||||
"icon_error": "Ikoner skal være i formatet 'præfiks:ikonnavn', fx. 'mdi:home'",
|
||||
"name": "Brugerdefineret navn",
|
||||
"note": "Bemærk: Dette virker muligvis ikke med alle integrationer endnu.",
|
||||
"note": "Bemærk: Alle integrationer virker muligvis ikke med endnu.",
|
||||
"open_device_settings": "Åbn enhedsindstillinger",
|
||||
"unavailable": "Denne entitet er ikke tilgængelig i øjeblikket.",
|
||||
"update": "Opdater"
|
||||
},
|
||||
"faq": "dokumentation",
|
||||
"no_unique_id": "Denne entitet har ikke et unikt id. Derfor kan dens indstillinger ikke styres fra brugerfladen.",
|
||||
"info_customize": "Du kan overskrive nogle attributter i afsnittet {customize_link}.",
|
||||
"no_unique_id": "Denne entitet (\" {entity_id} \") har ikke et unikt id, og dens indstillinger kan derfor ikke administreres fra brugergrænsefladen. Se {faq_link} for flere detaljer.",
|
||||
"related": "Relaterede",
|
||||
"settings": "Indstillinger"
|
||||
},
|
||||
@ -1009,6 +1021,18 @@
|
||||
"second": "{count} {count, plural,\none {sekund}\nother {sekunder}\n}",
|
||||
"week": "{count} {count, plural,\none {uge}\nother {uger}\n}"
|
||||
},
|
||||
"errors": {
|
||||
"config": {
|
||||
"edit_in_yaml_supported": "Du kan stadig redigere din konfiguration i YAML.",
|
||||
"editor_not_available": "Ingen visuel editor tilgængelig for typen \" {type} \".",
|
||||
"editor_not_supported": "Visuel editor understøttes ikke til denne konfiguration",
|
||||
"error_detected": "Der blev fundet konfigurationsfejl",
|
||||
"key_missing": "Påkrævede nøgle \"{key}\" mangler.",
|
||||
"key_not_expected": "Nøglen \"{key}\" er ikke forventet eller understøttes ikke af den visuelle editor.",
|
||||
"key_wrong_type": "Den angivne værdi for \" {key} \" understøttes ikke af den visuelle editor. Vi understøtter ( {type_correct} ) men modtog ( {type_wrong} ).",
|
||||
"no_type_provided": "Der er ikke angivet nogen type."
|
||||
}
|
||||
},
|
||||
"login-form": {
|
||||
"log_in": "Log ind",
|
||||
"password": "Adgangskode",
|
||||
@ -1163,7 +1187,7 @@
|
||||
"wait_template": "Vente-skabelon"
|
||||
}
|
||||
},
|
||||
"unsupported_action": "Ikke-understøttet handling: {action}"
|
||||
"unsupported_action": "Ingen UI-understøttelse af handling: {action}"
|
||||
},
|
||||
"alias": "Navn",
|
||||
"blueprint": {
|
||||
@ -1248,7 +1272,7 @@
|
||||
"zone": "Zone"
|
||||
}
|
||||
},
|
||||
"unsupported_condition": "Ikke-understøttet betingelse: {condition}"
|
||||
"unsupported_condition": "Ingen UI-understøttelse af betingelse: {condition}"
|
||||
},
|
||||
"copy_to_clipboard": "Kopier til udklipsholder",
|
||||
"default_name": "Ny automatisering",
|
||||
@ -1376,7 +1400,7 @@
|
||||
"zone": "Zone"
|
||||
}
|
||||
},
|
||||
"unsupported_platform": "Ikke understøttet platform: {platform}"
|
||||
"unsupported_platform": "Ingen UI-understøttelse af platform: {platform}"
|
||||
},
|
||||
"unsaved_confirm": "Du har ikke-gemte ændringer. Er du sikker på, at du vil forlade?"
|
||||
},
|
||||
@ -1463,7 +1487,7 @@
|
||||
"info_state_reporting": "Hvis du aktiverer tilstandsrapportering, vil Home Assistant sende alle tilstandsændringer af eksponerede entiteter til Amazon. Dette giver dig mulighed for altid at se de seneste tilstande i Alexa-appen og bruge tilstandsændringer til at oprette rutiner.",
|
||||
"manage_entities": "Administrer entiteter",
|
||||
"state_reporting_error": "Kunne ikke {enable_disable} rapporteringstilstand.",
|
||||
"sync_entities": "Synkroniser entiteter",
|
||||
"sync_entities": "Synkroniser entiteter til Amazon",
|
||||
"sync_entities_error": "Kunne ikke synkronisere entiteter:",
|
||||
"title": "Alexa"
|
||||
},
|
||||
@ -1504,6 +1528,14 @@
|
||||
},
|
||||
"sign_out": "Log ud",
|
||||
"thank_you_note": "Tak for at du er en del af Home Assistant Cloud. Det er på grund af folk som dig, at vi er i stand til at skabe en god hjemmeautomatiseringsoplevelse for alle. Tak skal du have!",
|
||||
"tts": {
|
||||
"dialog": {
|
||||
"example_message": "Hej {name}, kan du afspille tekst på enhver understøttet medieafspiller!",
|
||||
"play": "Afspil",
|
||||
"target": "Modtager",
|
||||
"target_browser": "Gennemse"
|
||||
}
|
||||
},
|
||||
"webhooks": {
|
||||
"disable_hook_error_msg": "Webhook kunne ikke deaktiveres:",
|
||||
"info": "Alt, hvad der er konfigureret til at blive udløst af en webhook, kan gives en offentligt tilgængelig webadresse, så du kan sende data tilbage til Home Assistant hvor som helst, uden at eksponere din instans til internettet.",
|
||||
@ -1535,11 +1567,11 @@
|
||||
"description_login": "Logget ind som {email}",
|
||||
"description_not_login": "Ikke logget ind",
|
||||
"dialog_certificate": {
|
||||
"certificate_expiration_date": "Udløbsdato for certifikat",
|
||||
"certificate_expiration_date": "Udløbsdato for certifikat:",
|
||||
"certificate_information": "Certifikatoplysninger",
|
||||
"close": "Luk",
|
||||
"fingerprint": "Certifikat-fingeraftryk:",
|
||||
"will_be_auto_renewed": "Vil automatisk blive fornyet"
|
||||
"will_be_auto_renewed": "vil automatisk blive fornyet"
|
||||
},
|
||||
"dialog_cloudhook": {
|
||||
"available_at": "Webhook er tilgængelig på følgende webadresse:",
|
||||
@ -1582,7 +1614,7 @@
|
||||
"dismiss": "Afvis",
|
||||
"email": "Email",
|
||||
"email_error_msg": "Ugyldig email",
|
||||
"forgot_password": "glemt adgangskode?",
|
||||
"forgot_password": "Glemt adgangskode?",
|
||||
"introduction": "Home Assistant Cloud giver dig en sikker fjernforbindelse til din instans, når du er væk fra hjemmet. Det giver dig også mulighed for at oprette forbindelse til cloud-tjenesterne: Amazon Alexa og Google Assistant.",
|
||||
"introduction2": "Denne tjeneste drives af vores partner",
|
||||
"introduction2a": ", et selskab grundlagt af grundlæggerne af Home Assistant og Hass.io.",
|
||||
@ -2260,7 +2292,7 @@
|
||||
},
|
||||
"script": {
|
||||
"caption": "Scripts",
|
||||
"description": "Administrer scripts",
|
||||
"description": "Udføre en sekvens af handlinger",
|
||||
"editor": {
|
||||
"alias": "Navn",
|
||||
"default_name": "Nyt script",
|
||||
@ -2576,7 +2608,7 @@
|
||||
"create": "Opret",
|
||||
"delete": "Slet",
|
||||
"icon": "Ikon",
|
||||
"icon_error_msg": "Ikonet skal være i formatet præfiks:ikonnavn, for eksempel: mdi:home",
|
||||
"icon_error_msg": "Ikonet skal være i formatet \"præfiks:ikonnavn\", for eksempel: \"mdi:home\"",
|
||||
"latitude": "Breddegrad",
|
||||
"longitude": "Længdegrad",
|
||||
"name": "Navn",
|
||||
@ -2971,8 +3003,10 @@
|
||||
"name": "Blik"
|
||||
},
|
||||
"grid": {
|
||||
"columns": "Kolonner",
|
||||
"description": "Gitterkortet giver dig mulighed for at vise flere kort i et gitter.",
|
||||
"name": "Gitter"
|
||||
"name": "Gitter",
|
||||
"square": "Vis kort som kvadrater"
|
||||
},
|
||||
"history-graph": {
|
||||
"description": "Historikgraf-kortet kan vise en graf for hver af de anførte entiteter.",
|
||||
@ -3140,6 +3174,8 @@
|
||||
}
|
||||
},
|
||||
"menu": {
|
||||
"manage_dashboards": "Administrer betjeningspaneler",
|
||||
"manage_resources": "Administrer ressourcer",
|
||||
"open": "Åbn Lovelace-brugerflademenu",
|
||||
"raw_editor": "Tekstbaseret redigering"
|
||||
},
|
||||
@ -3345,6 +3381,7 @@
|
||||
"working": "Vent venligst"
|
||||
},
|
||||
"initializing": "Initialiserer",
|
||||
"logging_in_to_with": "Logger ind på ** {locationName} ** med ** {authProviderName} **.",
|
||||
"logging_in_with": "Log ind med **{authProviderName}**.",
|
||||
"pick_auth_provider": "Eller log ind med"
|
||||
},
|
||||
|
@ -752,6 +752,7 @@
|
||||
"control": "Steuerung",
|
||||
"dismiss": "Ausblenden",
|
||||
"editor": {
|
||||
"advanced": "Erweiterte Einstellungen",
|
||||
"confirm_delete": "Möchtest du diesen Eintrag wirklich löschen?",
|
||||
"delete": "Löschen",
|
||||
"device_disabled": "Das Gerät dieser Entität ist deaktiviert.",
|
||||
@ -1513,8 +1514,14 @@
|
||||
"thank_you_note": "Vielen Dank, dass du Teil der Home Assistant Cloud bist. Es ist wegen Menschen wie dir, dass wir in der Lage sind, eine großartige Home Automation Erfahrung für alle zu machen. Danke!",
|
||||
"tts": {
|
||||
"default_language": "Zu verwendende Standardsprache",
|
||||
"dialog": {
|
||||
"play": "Play",
|
||||
"target": "Ziel",
|
||||
"target_browser": "Browser"
|
||||
},
|
||||
"female": "Weiblich",
|
||||
"male": "Männlich"
|
||||
"male": "Männlich",
|
||||
"try": "Versuchen"
|
||||
},
|
||||
"webhooks": {
|
||||
"disable_hook_error_msg": "Fehler beim Deaktivieren des Webhooks:",
|
||||
@ -2639,18 +2646,26 @@
|
||||
"button": "Konfigurieren",
|
||||
"common": {
|
||||
"close": "Schließen",
|
||||
"network": "Netzwerk"
|
||||
"network": "Netzwerk",
|
||||
"remove_node": "Node entfernen"
|
||||
},
|
||||
"dashboard": {
|
||||
"driver_version": "Treiberversion",
|
||||
"dump_not_ready_confirm": "Herunterladen",
|
||||
"header": "Verwalte dein Z-Wave-Netzwerk",
|
||||
"node_count": "Anzahl an Nodes",
|
||||
"server_version": "Serverversion"
|
||||
},
|
||||
"device_info": {
|
||||
"node_ready": "Node Bereit",
|
||||
"node_status": "Node Status"
|
||||
},
|
||||
"navigation": {
|
||||
"network": "Netzwerk"
|
||||
},
|
||||
"network_status": {
|
||||
"connected": "Verbunden",
|
||||
"connecting": "Verbinden",
|
||||
"unknown": "Unbekannt"
|
||||
},
|
||||
"node_status": {
|
||||
@ -2659,6 +2674,9 @@
|
||||
"awake": "Wach",
|
||||
"dead": "Tot",
|
||||
"unknown": "Unbekannt"
|
||||
},
|
||||
"remove_node": {
|
||||
"exclusion_failed": "Die Node konnte nicht entfernt werden. Bitte schaue für mehr Informationen in die Logs."
|
||||
}
|
||||
},
|
||||
"zwave": {
|
||||
@ -3214,6 +3232,8 @@
|
||||
}
|
||||
},
|
||||
"menu": {
|
||||
"manage_dashboards": "Dashboards verwalten",
|
||||
"manage_resources": "Ressourcen verwalten",
|
||||
"open": "Lovelace-Menü öffnen",
|
||||
"raw_editor": "Raw-Konfigurationseditor"
|
||||
},
|
||||
|
@ -401,6 +401,7 @@
|
||||
"direction": "Direction",
|
||||
"forward": "Forward",
|
||||
"oscillate": "Oscillate",
|
||||
"preset_mode": "Preset Mode",
|
||||
"reverse": "Reverse",
|
||||
"speed": "Speed"
|
||||
},
|
||||
@ -1029,7 +1030,7 @@
|
||||
"error_detected": "Configuration errors detected",
|
||||
"key_missing": "Required key \"{key}\" is missing.",
|
||||
"key_not_expected": "Key \"{key}\" is not expected or not supported by the visual editor.",
|
||||
"key_wrong_type": "The provided value for \"{key}\" is not supported by the visual editor editor. We support ({type_correct}) but received ({type_wrong}).",
|
||||
"key_wrong_type": "The provided value for \"{key}\" is not supported by the visual editor. We support ({type_correct}) but received ({type_wrong}).",
|
||||
"no_type_provided": "No type provided."
|
||||
}
|
||||
},
|
||||
@ -1143,6 +1144,7 @@
|
||||
"extra_fields": {
|
||||
"code": "Code",
|
||||
"message": "Message",
|
||||
"position": "Position",
|
||||
"title": "Title"
|
||||
},
|
||||
"label": "Device"
|
||||
@ -2934,7 +2936,7 @@
|
||||
"cards": {
|
||||
"action_confirmation": "Are you sure you want to exectue action \"{action}\"?",
|
||||
"actions": {
|
||||
"action_confirmation": "Are you sure you want to exectue action \"{action}\"?",
|
||||
"action_confirmation": "Are you sure you want to execute action \"{action}\"?",
|
||||
"no_entity_more_info": "No entity provided for more info dialog",
|
||||
"no_entity_toggle": "No entity provided to toggle",
|
||||
"no_navigation_path": "No navigation path specified",
|
||||
|
@ -592,6 +592,7 @@
|
||||
}
|
||||
},
|
||||
"history_charts": {
|
||||
"history_disabled": "Integración de historial deshabilitada",
|
||||
"loading_history": "Cargando historial de estado...",
|
||||
"no_history_found": "No se encontró historial de estado."
|
||||
},
|
||||
@ -750,8 +751,13 @@
|
||||
},
|
||||
"entity_registry": {
|
||||
"control": "Control",
|
||||
"customize_link": "personalizaciones de entidades",
|
||||
"dismiss": "Descartar",
|
||||
"editor": {
|
||||
"advanced": "Configuración avanzada",
|
||||
"area": "Establecer solo el área de la entidad",
|
||||
"area_note": "Por defecto, las entidades de un dispositivo están en la misma área que el dispositivo. Si cambias el área de esta entidad, ya no seguirá el área del dispositivo.",
|
||||
"change_device_area": "Cambiar el área del dispositivo",
|
||||
"confirm_delete": "¿Estás seguro de que quieres eliminar este elemento?",
|
||||
"delete": "Eliminar",
|
||||
"device_disabled": "El dispositivo de esta entidad está deshabilitado.",
|
||||
@ -761,6 +767,7 @@
|
||||
"enabled_label": "Activar entidad",
|
||||
"enabled_restart_confirm": "Reinicia Home Assistant para terminar de habilitar las entidades",
|
||||
"entity_id": "ID de la entidad",
|
||||
"follow_device_area": "Seguir el área del dispositivo",
|
||||
"icon": "Icono",
|
||||
"icon_error": "Los iconos deben tener el formato 'prefijo:nombreicono', por ejemplo, 'mdi:home'",
|
||||
"name": "Nombre",
|
||||
@ -770,6 +777,7 @@
|
||||
"update": "Actualizar"
|
||||
},
|
||||
"faq": "documentación",
|
||||
"info_customize": "Puedes sobrescribir algunos atributos en la sección {customize_link}.",
|
||||
"no_unique_id": "Esta entidad (\"{entity_id}\") no tiene un ID único, por lo tanto, su configuración no se puede administrar desde la IU. Consulta el {faq_link} para obtener más detalles.",
|
||||
"related": "Relacionado",
|
||||
"settings": "Configuración"
|
||||
@ -1013,6 +1021,18 @@
|
||||
"second": "{count} {count, plural,\none {segundo}\nother {segundos}\n}",
|
||||
"week": "{count} {count, plural,\none {semana}\nother {semanas}\n}"
|
||||
},
|
||||
"errors": {
|
||||
"config": {
|
||||
"edit_in_yaml_supported": "Aún puedes editar tu configuración en YAML.",
|
||||
"editor_not_available": "No hay ningún editor visual disponible para el tipo \"{type}\".",
|
||||
"editor_not_supported": "El editor visual no es compatible con esta configuración",
|
||||
"error_detected": "Errores de configuración detectados",
|
||||
"key_missing": "Falta la clave obligatoria \"{key}\".",
|
||||
"key_not_expected": "El editor visual no espera o no admite la clave \"{key}\".",
|
||||
"key_wrong_type": "El valor proporcionado para \"{key}\" no es compatible con el editor visual. Aceptamos ({type_correct}) pero recibimos ({type_wrong}).",
|
||||
"no_type_provided": "No se proporciona ningún tipo."
|
||||
}
|
||||
},
|
||||
"login-form": {
|
||||
"log_in": "Iniciar sesión",
|
||||
"password": "Contraseña",
|
||||
@ -1514,10 +1534,18 @@
|
||||
"thank_you_note": "Gracias por ser parte de Home Assistant Cloud. Gracias a personas como tú, podemos hacer una gran experiencia domótica para todos. ¡Gracias!",
|
||||
"tts": {
|
||||
"default_language": "Idioma predeterminado para usar",
|
||||
"dialog": {
|
||||
"example_message": "¡Hola {name}, puedes reproducir cualquier texto en cualquier reproductor multimedia compatible!",
|
||||
"header": "Probar texto a voz",
|
||||
"play": "Reproducir",
|
||||
"target": "Objetivo",
|
||||
"target_browser": "Navegador"
|
||||
},
|
||||
"female": "Femenino",
|
||||
"info": "Aporta personalidad a tu hogar haciendo que te hable mediante el uso de nuestros servicios de Texto a voz. Puedes usar esto en automatizaciones y scripts usando el servicio {service} .",
|
||||
"male": "Masculino",
|
||||
"title": "Texto a voz"
|
||||
"title": "Texto a voz",
|
||||
"try": "Probar"
|
||||
},
|
||||
"webhooks": {
|
||||
"disable_hook_error_msg": "No se pudo deshabilitar el webhook:",
|
||||
@ -2717,6 +2745,12 @@
|
||||
},
|
||||
"description": "Administra tu red Z-Wave",
|
||||
"learn_more": "Aprende más sobre Z-Wave",
|
||||
"migration": {
|
||||
"ozw": {
|
||||
"header": "Migrar a OpenZWave",
|
||||
"introduction": "Este asistente te ayudará a migrar de la antigua integración de Z-Wave a la integración de OpenZWave que se encuentra actualmente en versión beta."
|
||||
}
|
||||
},
|
||||
"network_management": {
|
||||
"header": "Administració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."
|
||||
@ -3261,6 +3295,8 @@
|
||||
}
|
||||
},
|
||||
"menu": {
|
||||
"manage_dashboards": "Administrar paneles de control",
|
||||
"manage_resources": "Administrar recursos",
|
||||
"open": "Abrir el menú de la IU Lovelace",
|
||||
"raw_editor": "Editor de configuración en bruto"
|
||||
},
|
||||
|
@ -592,6 +592,7 @@
|
||||
}
|
||||
},
|
||||
"history_charts": {
|
||||
"history_disabled": "Ajalookirjete sidumine on keelatud",
|
||||
"loading_history": "Laadin ajalugu...",
|
||||
"no_history_found": "Oleku ajalugu ei leitud"
|
||||
},
|
||||
@ -750,8 +751,13 @@
|
||||
},
|
||||
"entity_registry": {
|
||||
"control": "Juhtimine",
|
||||
"customize_link": "olemite kohandused",
|
||||
"dismiss": "Loobu",
|
||||
"editor": {
|
||||
"advanced": "Täpsemad sätted",
|
||||
"area": "Määra ainult olemi ala",
|
||||
"area_note": "Vaikimisi asuvad seadme olemid seadmega samas alas. Kui muudad selle üksuse ala, ei järgi see enam seadme ala.",
|
||||
"change_device_area": "Muuda seadme ala",
|
||||
"confirm_delete": "Oled kindel, et soovid selle kirje kustutada?",
|
||||
"delete": "Kustuta",
|
||||
"device_disabled": "Selle olemi seade on keelatud.",
|
||||
@ -761,6 +767,7 @@
|
||||
"enabled_label": "Luba olem",
|
||||
"enabled_restart_confirm": "Olemite sidumise lubamiseks taaskäivita Home Assistant",
|
||||
"entity_id": "Olemi ID",
|
||||
"follow_device_area": "Seadme ala järgimine",
|
||||
"icon": "Ikooni muutmine",
|
||||
"icon_error": "Ikoonid peaksid olema vormingus 'prefix: iconname', nt 'mdi: home'",
|
||||
"name": "Nime muutmine",
|
||||
@ -770,6 +777,7 @@
|
||||
"update": "Uuenda"
|
||||
},
|
||||
"faq": "dokumentatsioon",
|
||||
"info_customize": "Mõned atribuudid saab jaotises {customize_link} üle kirjutada.",
|
||||
"no_unique_id": "Olemil (\"{entity_id}\") puudub unikaalne ID-d. Seetõttu ei saa selle seadeid kasutajaliidesest hallata. Lisainfot vaata {faq_link}.",
|
||||
"related": "Seotud",
|
||||
"settings": "Seaded"
|
||||
@ -1013,6 +1021,18 @@
|
||||
"second": "{count} {count, plural,\n one {sekund}\n other {sekundit}\n}",
|
||||
"week": "{count} {count, plural,\n one {nädal}\n other {nädalat}\n}"
|
||||
},
|
||||
"errors": {
|
||||
"config": {
|
||||
"edit_in_yaml_supported": "YAML-is saad endiselt muuta oma konfiguratsiooni.",
|
||||
"editor_not_available": "Tüübi \" {type} \" jaoks pole saadaval visuaalne redaktor.",
|
||||
"editor_not_supported": "Selle konfiguratsiooni korral ei toetata visuaalset redaktorit",
|
||||
"error_detected": "Tuvastati konfiguratsioonitõrked",
|
||||
"key_missing": "Nõutav võti \" {key} \" puudub.",
|
||||
"key_not_expected": "Võti \"{key}\" pole visuaalses redaktoris eeldatud või toetatatud.",
|
||||
"key_wrong_type": "Visuaalne redaktor ei toeta \"{key}\" jaoks esitatud väärtust. Toetatud on ({type_correct}) kuid saadi ({type_wrong}).",
|
||||
"no_type_provided": "Tüüpi pole esitatud."
|
||||
}
|
||||
},
|
||||
"login-form": {
|
||||
"log_in": "Logi sisse",
|
||||
"password": "Salasõna",
|
||||
@ -1514,10 +1534,18 @@
|
||||
"thank_you_note": "Täname, et liitusite Home Assistanti pilvega. Just teiesuguste inimeste tõttu suudame me pakkuda kõigile suurepärase Home Assistanti kogemuse. Aitäh!",
|
||||
"tts": {
|
||||
"default_language": "Vaikimisi kasutatav keel",
|
||||
"dialog": {
|
||||
"example_message": "Tere {name}, saad esitada mis tahes teksti mis tahes toetatud meediaesitajas!",
|
||||
"header": "Proovi teksti kõneks toimimist",
|
||||
"play": "Esita",
|
||||
"target": "Meediaesitaja",
|
||||
"target_browser": "Veebilehitseja"
|
||||
},
|
||||
"female": "Naissoost",
|
||||
"info": "Too isikupära oma koju kasutades meie kõnesünteesiteenuseid. Saad seda kasutada automaatiseeringutes ja skriptides kasutades {service} .",
|
||||
"male": "Meessoost",
|
||||
"title": "Tekst kõneks"
|
||||
"title": "Tekst kõneks",
|
||||
"try": "Proovi"
|
||||
},
|
||||
"webhooks": {
|
||||
"disable_hook_error_msg": "Veebihaagi keelamine ebaõnnestus:",
|
||||
@ -2717,6 +2745,12 @@
|
||||
},
|
||||
"description": "Halda oma Z-Wave võrku",
|
||||
"learn_more": "Lisateave Z-Wave'i kohta",
|
||||
"migration": {
|
||||
"ozw": {
|
||||
"header": "Mine üle OpenZWave'ile",
|
||||
"introduction": "See viisard aitab vanalt Z-Wave'i sidumiselt üle minna praegu beetaversioonis olevale OpenZWave'i sidumisele."
|
||||
}
|
||||
},
|
||||
"network_management": {
|
||||
"header": "Z-Wave võrgu haldamine",
|
||||
"introduction": "Käivita käske, mis mõjutavad Z-Wave võrku. Sa ei saa tagasisidet selle kohta, kas enamik käske õnnestus, kuid selle kontrollimiseks võid uurida OZW-logi."
|
||||
@ -3261,6 +3295,8 @@
|
||||
}
|
||||
},
|
||||
"menu": {
|
||||
"manage_dashboards": "Vaadete haldamine",
|
||||
"manage_resources": "Halda ressursikirjeid",
|
||||
"open": "Ava Lovelace'i kasutajaliidese menüü",
|
||||
"raw_editor": "Konfiguratsiooni muutmine YAMLis"
|
||||
},
|
||||
|
@ -557,6 +557,10 @@
|
||||
"remove_user": "Supprimer l'utilisateur",
|
||||
"select_blueprint": "Sélectionnez un Blueprint"
|
||||
},
|
||||
"calendar": {
|
||||
"my_calendars": "Mes calendriers",
|
||||
"today": "Aujourd'hui"
|
||||
},
|
||||
"data-table": {
|
||||
"no-data": "Pas de données",
|
||||
"search": "Chercher"
|
||||
@ -588,6 +592,7 @@
|
||||
}
|
||||
},
|
||||
"history_charts": {
|
||||
"history_disabled": "Intégration historique désactivée",
|
||||
"loading_history": "Chargement de l'historique des valeurs ...",
|
||||
"no_history_found": "Aucun historique des valeurs trouvé."
|
||||
},
|
||||
@ -746,8 +751,12 @@
|
||||
},
|
||||
"entity_registry": {
|
||||
"control": "Contrôle",
|
||||
"customize_link": "personnalisations d'entité",
|
||||
"dismiss": "Ignorer",
|
||||
"editor": {
|
||||
"advanced": "Paramètres avancés",
|
||||
"area_note": "Par défaut, les entités d'un appareil se trouvent dans la même zone que l'appareil. Si vous modifiez la zone de cette entité, elle ne suivra plus la zone de l'appareil.",
|
||||
"change_device_area": "Modifier la zone de l'appareil",
|
||||
"confirm_delete": "Voulez-vous vraiment supprimer cette entrée ?",
|
||||
"delete": "Supprimer",
|
||||
"device_disabled": "L'appareil de cette entité est désactivé.",
|
||||
@ -757,6 +766,7 @@
|
||||
"enabled_label": "Activer l'entité",
|
||||
"enabled_restart_confirm": "Redémarrez Home Assistant pour terminer l'activation des entités",
|
||||
"entity_id": "ID d'entité",
|
||||
"follow_device_area": "Suivre la zone de l'appareil",
|
||||
"icon": "Icône",
|
||||
"icon_error": "Les icônes doivent être au format «préfixe: iconname», par exemple «mdi: home»",
|
||||
"name": "Nom",
|
||||
@ -766,6 +776,7 @@
|
||||
"update": "Mise à jour"
|
||||
},
|
||||
"faq": "documentation",
|
||||
"info_customize": "Vous pouvez remplacer certains attributs dans la section {customize_link} .",
|
||||
"no_unique_id": "Cette entité (\"{entity_id}\") n'a pas d'ID unique, par conséquent ses paramètres ne peuvent pas être gérés à partir de l'interface utilisateur. Consultez le {faq_link} pour plus de détails.",
|
||||
"related": "Liées",
|
||||
"settings": "Réglages"
|
||||
@ -1009,6 +1020,18 @@
|
||||
"second": "{count} {count, plural,\nzero {seconde}\none {seconde}\nother {secondes}\n}",
|
||||
"week": "{count} {count, plural,\nzero {semaine}\none {semaine}\nother {semaines}\n}"
|
||||
},
|
||||
"errors": {
|
||||
"config": {
|
||||
"edit_in_yaml_supported": "Vous pouvez toujours modifier votre configuration dans YAML.",
|
||||
"editor_not_available": "Aucun éditeur visuel disponible pour le type \" {type} \".",
|
||||
"editor_not_supported": "L'éditeur visuel n'est pas pris en charge pour cette configuration",
|
||||
"error_detected": "Erreurs de configuration détectées",
|
||||
"key_missing": "La clé requise « {key} » est manquante.",
|
||||
"key_not_expected": "La clé « {key} » n’est pas attendue ou non prise en charge par l’éditeur visuel.",
|
||||
"key_wrong_type": "La valeur fournie pour \"{key}\" n'est pas prise en charge par l'éditeur visuel. Nous supportons ({type_correct}) mais avons reçu ({type_wrong}).",
|
||||
"no_type_provided": "Aucun type fourni."
|
||||
}
|
||||
},
|
||||
"login-form": {
|
||||
"log_in": "Connexion",
|
||||
"password": "Mot de passe",
|
||||
@ -1117,7 +1140,9 @@
|
||||
"device_id": {
|
||||
"action": "Action",
|
||||
"extra_fields": {
|
||||
"code": "Code"
|
||||
"code": "Code",
|
||||
"message": "Message",
|
||||
"title": "Titre"
|
||||
},
|
||||
"label": "Appareil"
|
||||
},
|
||||
@ -1293,7 +1318,8 @@
|
||||
"extra_fields": {
|
||||
"above": "Au-dessus de",
|
||||
"below": "En dessous de",
|
||||
"for": "Durée"
|
||||
"for": "Durée",
|
||||
"zone": "Zone"
|
||||
},
|
||||
"label": "Équipements",
|
||||
"trigger": "Déclencheur"
|
||||
@ -1505,6 +1531,19 @@
|
||||
},
|
||||
"sign_out": "Déconnexion",
|
||||
"thank_you_note": "Merci de faire partie de Home Assistant Cloud. C’est grâce à des personnes comme vous que nous sommes en mesure de proposer une expérience domotique exceptionnelle à tout le monde. Je vous remercie!",
|
||||
"tts": {
|
||||
"default_language": "Langue par défaut à utiliser",
|
||||
"dialog": {
|
||||
"example_message": "Bonjour {name}, vous pouvez lire n’importe quel texte sur n’importe quel lecteur multimédia pris en charge !",
|
||||
"header": "Essayez la synthèse vocale",
|
||||
"play": "Lecture"
|
||||
},
|
||||
"female": "Femme",
|
||||
"info": "Donnez de la personnalité à votre maison en lui faisant parler en utilisant nos services de synthèse vocale. Vous pouvez l'utiliser dans des automatismes et des scripts en utilisant le service {service}.",
|
||||
"male": "Homme",
|
||||
"title": "Synthèse vocale",
|
||||
"try": "Essayer"
|
||||
},
|
||||
"webhooks": {
|
||||
"disable_hook_error_msg": "Impossible de désactiver le Webhook:",
|
||||
"info": "Tout ce qui est configuré pour être déclenché par un Webhook peut recevoir une URL accessible publiquement pour vous permettre de renvoyer des données à Home Assistant de n’importe où, sans exposer votre instance à Internet.",
|
||||
@ -2621,6 +2660,71 @@
|
||||
"introduction": "Les zones vous permettent de spécifier certaines régions sur la terre. Lorsqu'une personne se trouve dans une zone, l'état prend le nom de la zone. Les zones peuvent également être utilisées comme déclencheur ou condition dans les configurations d'automatisation.",
|
||||
"no_zones_created_yet": "Il semble que vous n'ayez pas encore créé de zones."
|
||||
},
|
||||
"zwave_js": {
|
||||
"add_node": {
|
||||
"cancel_inclusion": "Annuler l'inclusion",
|
||||
"controller_in_inclusion_mode": "Votre contrôleur Z-Wave est maintenant en mode inclusion.",
|
||||
"inclusion_failed": "Le nœud n'a pas pu être ajouté. Veuillez consulter les journaux pour plus d'informations.",
|
||||
"inclusion_finished": "Le nœud a été ajouté. Quelques minutes peuvent s'écouler avant que toutes les entités n'apparaissent, alors que nous terminons la mise en place du nœud en arrière-plan.",
|
||||
"introduction": "Cet assistant vous guidera dans l'ajout d'un nœud à votre réseau Z-Wave.",
|
||||
"secure_inclusion_warning": "Les dispositifs sécurisés nécessitent une bande passante supplémentaire ; un trop grand nombre de dispositifs sécurisés peut ralentir votre réseau Z-Wave. Nous recommandons de n'utiliser l'inclusion sécurisée que pour les dispositifs qui en ont besoin, comme les serrures ou les ouvre-portes de garage.",
|
||||
"start_inclusion": "Commencer l'inclusion",
|
||||
"start_secure_inclusion": "Commencer l'inclusion sécurisée",
|
||||
"title": "Ajouter un nœud Z-Wave",
|
||||
"use_secure_inclusion": "Utiliser l'inclusion sécurisée",
|
||||
"view_device": "Afficher l'appareil"
|
||||
},
|
||||
"button": "Configurer",
|
||||
"common": {
|
||||
"add_node": "Ajouter un nœud",
|
||||
"close": "Fermer",
|
||||
"home_id": "ID de la maison",
|
||||
"network": "Réseau",
|
||||
"node_id": "ID du nœud",
|
||||
"remove_node": "Supprimer le nœud"
|
||||
},
|
||||
"dashboard": {
|
||||
"driver_version": "Version du pilote",
|
||||
"dump_dead_nodes_text": "Certains de vos nœuds n'ont pas répondu et sont supposés morts. Ils ne seront pas entièrement exportés.",
|
||||
"dump_dead_nodes_title": "Certains de vos nœuds sont morts",
|
||||
"dump_not_ready_confirm": "Télécharger",
|
||||
"dump_not_ready_title": "Tous les nœuds ne sont pas encore prêts",
|
||||
"header": "Gérez votre réseau Z-Wave",
|
||||
"home_id": "ID de la maison",
|
||||
"introduction": "Gérez votre réseau Z-Wave et vos nœuds Z-Wave",
|
||||
"node_count": "Nombre de nœuds",
|
||||
"nodes_ready": "Les nœuds sont prêts",
|
||||
"server_version": "Version du serveur"
|
||||
},
|
||||
"device_info": {
|
||||
"node_ready": "Nœud prêt",
|
||||
"node_status": "État du nœud",
|
||||
"zwave_info": "Informations Z-Wave"
|
||||
},
|
||||
"navigation": {
|
||||
"network": "Réseau"
|
||||
},
|
||||
"network_status": {
|
||||
"connected": "Connecté",
|
||||
"connecting": "Connexion",
|
||||
"unknown": "Inconnu"
|
||||
},
|
||||
"node_status": {
|
||||
"alive": "Actif",
|
||||
"asleep": "Endormi",
|
||||
"awake": "Éveillé",
|
||||
"dead": "Mort",
|
||||
"unknown": "Inconnu"
|
||||
},
|
||||
"remove_node": {
|
||||
"cancel_exclusion": "Annuler l'exclusion",
|
||||
"controller_in_exclusion_mode": "Votre contrôleur Z-Wave est maintenant en mode exclusion.",
|
||||
"exclusion_finished": "Le nœud {id} a été supprimé de votre réseau Z-Wave.",
|
||||
"introduction": "Supprimez un nœud de votre réseau Z-Wave et supprimez l’appareil et les entités associés de Home Assistant.",
|
||||
"start_exclusion": "Commencer l'exclusion",
|
||||
"title": "Supprimer un nœud Z-Wave"
|
||||
}
|
||||
},
|
||||
"zwave": {
|
||||
"button": "Configurer",
|
||||
"caption": "Z-Wave",
|
||||
@ -2633,6 +2737,12 @@
|
||||
},
|
||||
"description": "Gérer votre réseau Z-Wave",
|
||||
"learn_more": "En savoir plus sur Z-Wave",
|
||||
"migration": {
|
||||
"ozw": {
|
||||
"header": "Migrer vers OpenZWave",
|
||||
"introduction": "Cet assistant vous aidera à migrer de l'ancienne intégration Z-Wave vers l'intégration OpenZWave qui est actuellement en bêta."
|
||||
}
|
||||
},
|
||||
"network_management": {
|
||||
"header": "Gestion de réseau Z-Wave",
|
||||
"introduction": "Exécutez les commandes qui affectent le réseau Z-Wave. Vous ne saurez pas si la plupart des commandes ont réussi, mais vous pouvez consulter le journal OZW pour essayer de le savoir."
|
||||
@ -2816,7 +2926,10 @@
|
||||
"cards": {
|
||||
"action_confirmation": "Voulez-vous vraiment exécuter l'action \" {action} \"?",
|
||||
"actions": {
|
||||
"no_service": "Aucun service d'exécution spécifié"
|
||||
"action_confirmation": "Voulez-vous vraiment exécuter l'action \" {action} \"?",
|
||||
"no_navigation_path": "Aucun chemin de navigation spécifié",
|
||||
"no_service": "Aucun service d'exécution spécifié",
|
||||
"no_url": "Aucune URL à ouvrir spécifiée"
|
||||
},
|
||||
"confirm_delete": "Êtes-vous sûr de vouloir supprimer cette carte?",
|
||||
"empty_state": {
|
||||
@ -3172,6 +3285,8 @@
|
||||
}
|
||||
},
|
||||
"menu": {
|
||||
"manage_dashboards": "Gérer les tableaux de bord",
|
||||
"manage_resources": "Gérer les ressources",
|
||||
"open": "Ouvrir le menu Lovelace UI",
|
||||
"raw_editor": "Éditeur de configuration"
|
||||
},
|
||||
|
@ -2356,7 +2356,7 @@
|
||||
"mqtt": "mqtt エンティティの再読み込み",
|
||||
"person": "人の再読込",
|
||||
"ping": "ping バイナリ センサー エンティティの再読み込み",
|
||||
"reload": "{ドメイン} の再読み込み",
|
||||
"reload": "{domain} の再読み込み",
|
||||
"rest": "残りのエンティティの再読み込み",
|
||||
"rpi_gpio": "Raspberry PiGPIOエンティティの再読み込み",
|
||||
"scene": "シーンの再読込",
|
||||
@ -2875,7 +2875,7 @@
|
||||
"cards": {
|
||||
"action_confirmation": "アクション「{action}」を実行してもよろしいですか?",
|
||||
"actions": {
|
||||
"action_confirmation": "アクション \"{action}\" を実行しますか?",
|
||||
"action_confirmation": "指定したアクション \"{action}\" を実行しますか?",
|
||||
"no_entity_more_info": "詳細情報ダイアログにエンティティが提供されていません",
|
||||
"no_entity_toggle": "切り替えるエンティティが提供されていません",
|
||||
"no_navigation_path": "ナビゲーションパスが指定されていません",
|
||||
|
@ -734,6 +734,8 @@
|
||||
"control": "Kontroll",
|
||||
"dismiss": "Verwerfen",
|
||||
"editor": {
|
||||
"advanced": "Avancéiert Astellungen",
|
||||
"change_device_area": "Beräich vum Apparat änneren",
|
||||
"confirm_delete": "Sécher fir dës Entrée ze läsche?",
|
||||
"delete": "Läschen",
|
||||
"device_disabled": "Den Apparat vun dëser Entitéit ass déaktivéiert.",
|
||||
@ -743,6 +745,7 @@
|
||||
"enabled_label": "Entitéit aktivéieren",
|
||||
"enabled_restart_confirm": "Start Home Assistant nei fir dës Entitéiten z'aktivéieren",
|
||||
"entity_id": "ID vun der Entitéit",
|
||||
"follow_device_area": "Beräich vum Apparat verfollegen",
|
||||
"icon": "Ikon",
|
||||
"icon_error": "Ikonen sollten am format 'prefix:numm' sinn, Beispill: 'mdi:home'",
|
||||
"name": "Numm",
|
||||
@ -985,6 +988,18 @@
|
||||
"second": "{count} {count, plural,\none {Sekonn}\nother {Sekonnen}\n}",
|
||||
"week": "{count} {count, plural,\none {Woch}\nother {Wochen}\n}"
|
||||
},
|
||||
"errors": {
|
||||
"config": {
|
||||
"edit_in_yaml_supported": "Du kanns nach ëmmer demg Konfiguratioun am YAML änneren.",
|
||||
"editor_not_available": "Kee visuellen Editeur disponibel fir den Typ \"{type}\".",
|
||||
"editor_not_supported": "Visuellen Editeur ass net ënnerstëtzt fir dës Konfiguratioun",
|
||||
"error_detected": "Konfiguratiouns Feeler erkannt",
|
||||
"key_missing": "Néidege Schlëssel \"{key}\" feelt.",
|
||||
"key_not_expected": "Schlëssel \"{key}\" ass net erwaard oder vum visuellen Editeur ënnerstëtzt.",
|
||||
"key_wrong_type": "De Wäert fir \"{key}\" ass net vum visuelle Editeur ënnerstëtzt. Mir ënnerstëtzen ({type_correct}) mee mir kruuten ({type_wrong}).",
|
||||
"no_type_provided": "Keen Typ uginn."
|
||||
}
|
||||
},
|
||||
"login-form": {
|
||||
"log_in": "Aloggen",
|
||||
"password": "Passwuert",
|
||||
@ -1480,6 +1495,16 @@
|
||||
},
|
||||
"sign_out": "Ofmellen",
|
||||
"thank_you_note": "Merci dass dir Deel sidd vun der Home Assistant Cloud. Et ass wéinst iech dass mir sou eng groussaarteg Home Automation Erfarung fir jiddweree kënne maachen. Villmools Merci!",
|
||||
"tts": {
|
||||
"dialog": {
|
||||
"example_message": "Hallo {name}, du kanns all Text op all ënnerstëtzte Medie Spiller ofspillen!",
|
||||
"header": "Probéier Text zu Sprooch",
|
||||
"play": "Ofspillen",
|
||||
"target": "Ziel",
|
||||
"target_browser": "Navigateur"
|
||||
},
|
||||
"try": "Probéier"
|
||||
},
|
||||
"webhooks": {
|
||||
"disable_hook_error_msg": "Feeler beim désaktivéieren vum Webhook:",
|
||||
"info": "Alles wat konfiguréiert ass fir duerch e Webhook ausgeléist ze ginn, kann eng ëffentlech zougänglech URL kréien, fir datt Dir Är Donnéeën zréck un den Home Assistant vun iergendwou kënnt zréckschécken, ouni Är Instanz um Internet z'exposéieren",
|
||||
@ -2583,6 +2608,11 @@
|
||||
"introduction": "Zonen erlaben Iech verschidde Regiounen op der Äerd ze spezifizéieren. Wann eng Persoun an enger Zone ass, hëlt de Status den Numm aus der Zone. Zonë kënnen och als Ausléiser oder als Konditioun an Automatisme benotzt ginn.",
|
||||
"no_zones_created_yet": "Et gesäit sou aus wéi wann nach keng Zone erstallt goufen."
|
||||
},
|
||||
"zwave_js": {
|
||||
"dashboard": {
|
||||
"dump_not_ready_confirm": "Eroflueden"
|
||||
}
|
||||
},
|
||||
"zwave": {
|
||||
"button": "Astellen",
|
||||
"caption": "Z-Wave",
|
||||
@ -2595,6 +2625,12 @@
|
||||
},
|
||||
"description": "Verwalt är Z-Wave Netzwierk",
|
||||
"learn_more": "Méi iwwert Z-Wave léieren",
|
||||
"migration": {
|
||||
"ozw": {
|
||||
"header": "Op OpenZWave migréieren",
|
||||
"introduction": "Dësen Assistent hëlleft bei der Migratioun vun der aler Z-Wave Integratioun op OpenZWave Integratioun wlecht nach aktuell an der Beta ass."
|
||||
}
|
||||
},
|
||||
"network_management": {
|
||||
"header": "Z-Wave Netzwierk Verwaltung",
|
||||
"introduction": "Féiert Commande aus am Z-Wave Netzwierk. Di kritt kee Feedback op déi meeschte Commande erfollegräich ausgeféiert goufen, mee dir kënnt de OZW Log ënnersiche fir weider Detailer"
|
||||
@ -3128,6 +3164,8 @@
|
||||
}
|
||||
},
|
||||
"menu": {
|
||||
"manage_dashboards": "Tableau de Bord verwalten",
|
||||
"manage_resources": "Ressource verwalten",
|
||||
"open": "Lovelace Menu opmaachen",
|
||||
"raw_editor": "Editeur fir déi reng Konfiguratioun"
|
||||
},
|
||||
|
@ -592,6 +592,7 @@
|
||||
}
|
||||
},
|
||||
"history_charts": {
|
||||
"history_disabled": "Historieintegrasjon deaktivert",
|
||||
"loading_history": "Laster statushistorikk...",
|
||||
"no_history_found": "Ingen statushistorikk funnet"
|
||||
},
|
||||
@ -750,8 +751,13 @@
|
||||
},
|
||||
"entity_registry": {
|
||||
"control": "Kontroll",
|
||||
"customize_link": "enhetstilpasninger",
|
||||
"dismiss": "Avvis",
|
||||
"editor": {
|
||||
"advanced": "Avanserte innstillinger",
|
||||
"area": "Angi bare enhetsområde",
|
||||
"area_note": "Enhetene til en enhet er som standard i samme område som enheten. Hvis du endrer området til denne enheten, vil den ikke lenger følge området på enheten.",
|
||||
"change_device_area": "Endre enhetsområdet",
|
||||
"confirm_delete": "Er du sikker på at du vil slette denne oppføringen?",
|
||||
"delete": "Slett",
|
||||
"device_disabled": "Enheten til denne enhtiteen er deaktivert",
|
||||
@ -761,6 +767,7 @@
|
||||
"enabled_label": "Aktiver entitet",
|
||||
"enabled_restart_confirm": "Start Home Assistant på nytt for å fullføre aktiveringen av enhetene",
|
||||
"entity_id": "Entitets-ID",
|
||||
"follow_device_area": "Følg enhetsområdet",
|
||||
"icon": "Ikon",
|
||||
"icon_error": "Ikoner bør være i formatet 'prefiks:ikonnavn', f.eks 'mdi:home'",
|
||||
"name": "Navn",
|
||||
@ -770,6 +777,7 @@
|
||||
"update": "Oppdater"
|
||||
},
|
||||
"faq": "dokumentasjon",
|
||||
"info_customize": "Du kan overskrive noen attributter i delen {customize_link}.",
|
||||
"no_unique_id": "Denne enheten ({entity_id}) har ikke en unik ID, derfor kan ikke innstillingene administreres fra brukergrensesnittet. Se {faq_link} hvis du vil ha mer informasjon.",
|
||||
"related": "Relaterte",
|
||||
"settings": "Innstillinger"
|
||||
@ -1013,6 +1021,18 @@
|
||||
"second": "{count} {count, plural,\none {sekund}\nother {sekunder}\n}",
|
||||
"week": "{count} {count, plural,\n one {uke}\n other {uker}\n}"
|
||||
},
|
||||
"errors": {
|
||||
"config": {
|
||||
"edit_in_yaml_supported": "Du kan fortsatt redigere konfigurasjonen din i YAML.",
|
||||
"editor_not_available": "Ingen visuell editor tilgjengelig for typen \"{type}\".",
|
||||
"editor_not_supported": "Visual editor støttes ikke for denne konfigurasjonen",
|
||||
"error_detected": "Konfigurasjonsfeil oppdaget",
|
||||
"key_missing": "Nødvendig nøkkel \"{key}\" mangler.",
|
||||
"key_not_expected": "Nøkkelen \"{key}\" forventes ikke eller støttes ikke av det visuelle redigeringsprogrammet.",
|
||||
"key_wrong_type": "Den angitte verdien for \"{key}\" støttes ikke av redigeringsprogrammet for visuell redigering. Vi støtter ({type_correct}) men mottok ({type_wrong}).",
|
||||
"no_type_provided": "Ingen type oppgitt."
|
||||
}
|
||||
},
|
||||
"login-form": {
|
||||
"log_in": "Logg inn",
|
||||
"password": "Passord",
|
||||
@ -1514,10 +1534,18 @@
|
||||
"thank_you_note": "Takk for at du er en del av Home Assistant Cloud. Det er på grunn av personer som deg at vi er i stand til å lage en flott hjemmeautomasjon opplevelse for alle. Tusen takk!",
|
||||
"tts": {
|
||||
"default_language": "Standardspråk som skal brukes",
|
||||
"dialog": {
|
||||
"example_message": "Hei {name}, du kan spille hvilken som helst tekst på en hvilken som helst mediaspiller som støttes!",
|
||||
"header": "Prøv Tekst-til-tale",
|
||||
"play": "Spill av",
|
||||
"target": "Mål",
|
||||
"target_browser": "Nettleser"
|
||||
},
|
||||
"female": "Kvinne",
|
||||
"info": "Ta med personlighet hjem ved å få den til å snakke med deg ved å bruke våre tekst-til-tale-tjenester. Du kan bruke dette i automatiseringer og skript ved hjelp av tjenesten {service}.",
|
||||
"male": "Mann",
|
||||
"title": "Tekst til tale"
|
||||
"title": "Tekst til tale",
|
||||
"try": "Prøve"
|
||||
},
|
||||
"webhooks": {
|
||||
"disable_hook_error_msg": "Kan ikke deaktivere webhook:",
|
||||
@ -2638,11 +2666,11 @@
|
||||
"zwave_js": {
|
||||
"add_node": {
|
||||
"cancel_inclusion": "Avbryt inkludering",
|
||||
"controller_in_inclusion_mode": "Z-Wave-kontrolleren er nå i inkluderingsmodus.",
|
||||
"follow_device_instructions": "Følg instruksjonene som fulgte med enheten, for å utløse paring på enheten.",
|
||||
"controller_in_inclusion_mode": "Z-Wave-kontrolleren er nå i inkluderingsmodus",
|
||||
"follow_device_instructions": "Følg instruksjonene som fulgte med enheten for å utløse sammenkobling på enheten",
|
||||
"inclusion_failed": "Noden kunne ikke legges til. Vennligst sjekk loggene for mer informasjon.",
|
||||
"inclusion_finished": "Noden er lagt til. Det kan ta noen minutter før alle enheter dukker opp når vi er ferdig med å sette opp noden i bakgrunnen.",
|
||||
"introduction": "Denne veiviseren vil guide deg gjennom å legge til en node i Z-Wave-nettverket.",
|
||||
"inclusion_finished": "Noden er lagt til. Det kan ta noen minutter før alle entiteter dukker opp når vi er ferdig med å sette opp noden i bakgrunnen.",
|
||||
"introduction": "Denne veiviseren vil guide deg gjennom å legge til en node i Z-Wave-nettverket ditt",
|
||||
"secure_inclusion_warning": "Sikre enheter krever ekstra båndbredde; for mange sikre enheter kan redusere Z-Wave-nettverket. Vi anbefaler bare å bruke sikker inkludering for enheter som krever det, for eksempel låser eller garasjeportåpnere.",
|
||||
"start_inclusion": "Start inkludering",
|
||||
"start_secure_inclusion": "Start sikker inkludering",
|
||||
@ -2664,9 +2692,9 @@
|
||||
"dump_dead_nodes_text": "Noen av nodene dine svarte ikke og antas døde. Disse vil ikke bli fullstendig eksportert.",
|
||||
"dump_dead_nodes_title": "Noen av nodene dine er døde",
|
||||
"dump_debug": "Last ned en dump av nettverket ditt for å diagnostisere problemer",
|
||||
"dump_not_ready_confirm": "Laste ned",
|
||||
"dump_not_ready_text": "Hvis du oppretter en eksport mens ikke alle noder er klare, kan du gå glipp av nødvendige data. Gi nettverket litt tid til å spørre alle noder. Vil du fortsette med dumpen?",
|
||||
"dump_not_ready_title": "Ikke alle noder er klare ennå",
|
||||
"dump_not_ready_confirm": "Last ned",
|
||||
"dump_not_ready_text": "Hvis du oppretter en eksport før alle noder er klare, kan du gå glipp av nødvendige data. Gi nettverket litt tid til å spørre alle noder. Vil du fortsette med dumpen?",
|
||||
"dump_not_ready_title": "Alle noder er ikke klare ennå",
|
||||
"header": "Administrere Z-Wave-nettverket",
|
||||
"home_id": "Hjem-ID",
|
||||
"introduction": "Administrer Z-Wave-nettverket og Z-Wave-nodene dine",
|
||||
@ -2676,8 +2704,8 @@
|
||||
},
|
||||
"device_info": {
|
||||
"node_ready": "Node klar",
|
||||
"node_status": "Node-status",
|
||||
"zwave_info": "Z-Wave Info"
|
||||
"node_status": "Node status",
|
||||
"zwave_info": "Z-Wave Informasjon"
|
||||
},
|
||||
"navigation": {
|
||||
"network": "Nettverk"
|
||||
@ -2688,7 +2716,7 @@
|
||||
"unknown": "Ukjent"
|
||||
},
|
||||
"node_status": {
|
||||
"alive": "I live",
|
||||
"alive": "Levende",
|
||||
"asleep": "Sover",
|
||||
"awake": "Våken",
|
||||
"dead": "Død",
|
||||
@ -2696,11 +2724,11 @@
|
||||
},
|
||||
"remove_node": {
|
||||
"cancel_exclusion": "Avbryt ekskludering",
|
||||
"controller_in_exclusion_mode": "Z-Wave-kontrolleren er nå i ekskluderingsmodus.",
|
||||
"controller_in_exclusion_mode": "Z-Wave-kontrolleren er nå i ekskluderingsmodus",
|
||||
"exclusion_failed": "Noden kunne ikke fjernes. Vennligst sjekk loggene for mer informasjon.",
|
||||
"exclusion_finished": "Node {id} er fjernet fra Z-Wave-nettverket.",
|
||||
"follow_device_instructions": "Følg instruksjonene som fulgte med enheten for å utløse ekskludering på enheten.",
|
||||
"introduction": "Fjern en node fra Z-Wave-nettverket, og fjern den tilknyttede enheten og enhetene fra Home Assistant.",
|
||||
"exclusion_finished": "Node {id} er fjernet fra Z-Wave-nettverket",
|
||||
"follow_device_instructions": "Følg instruksjonene som fulgte med enheten for å utløse ekskludering på enheten",
|
||||
"introduction": "Fjern en node fra Z-Wave-nettverket, og fjern den tilknyttede enheten og entitetene fra Home Assistant",
|
||||
"start_exclusion": "Start ekskludering",
|
||||
"title": "Fjern en Z-Wave-node"
|
||||
}
|
||||
@ -2717,6 +2745,12 @@
|
||||
},
|
||||
"description": "Administrer ditt Z-Wave-nettverk",
|
||||
"learn_more": "Lær mer om Z-Wave",
|
||||
"migration": {
|
||||
"ozw": {
|
||||
"header": "Migrer til OpenZWave",
|
||||
"introduction": "Denne veiviseren hjelper deg med å migrere fra den eldre Z-Wave-integrasjonen til OpenZWave-integrasjonen som for øyeblikket er i beta."
|
||||
}
|
||||
},
|
||||
"network_management": {
|
||||
"header": "Z-Wave nettverksadministrasjon",
|
||||
"introduction": "Kjør kommandoer som påvirker Z-Wave nettverket. Du får ikke tilbakemelding på om de fleste kommandoer lykkes, men du kan sjekke OZW-loggen for å prøve å finne det ut."
|
||||
@ -3261,6 +3295,8 @@
|
||||
}
|
||||
},
|
||||
"menu": {
|
||||
"manage_dashboards": "Administrer dashbord",
|
||||
"manage_resources": "Administrer ressurser",
|
||||
"open": "Åpne Lovelace brukergrensesnitt-menyen",
|
||||
"raw_editor": "Redigeringsprogram for raw-konfigurasjon"
|
||||
},
|
||||
|
@ -610,7 +610,7 @@
|
||||
"turned_on": "is ingeschakeld",
|
||||
"was_at_home": "was thuis",
|
||||
"was_at_state": "was bij {state}",
|
||||
"was_away": "was weg",
|
||||
"was_away": "was afwezig",
|
||||
"was_closed": "gesloten",
|
||||
"was_connected": "verbonden",
|
||||
"was_disconnected": "verbroken",
|
||||
@ -752,6 +752,8 @@
|
||||
"control": "Bediening",
|
||||
"dismiss": "Sluiten",
|
||||
"editor": {
|
||||
"advanced": "Geavanceerde instellingen",
|
||||
"change_device_area": "Verander het apparaatgebied",
|
||||
"confirm_delete": "Weet je zeker dat je dit item wilt verwijderen?",
|
||||
"delete": "Verwijderen",
|
||||
"device_disabled": "Het apparaat van deze entiteit is uitgeschakeld.",
|
||||
@ -1013,6 +1015,13 @@
|
||||
"second": "{count} {count, plural,\none {seconde}\nother {seconden}\n}",
|
||||
"week": "{count} {count, plural,\none {week}\nother {weken}\n}"
|
||||
},
|
||||
"errors": {
|
||||
"config": {
|
||||
"editor_not_supported": "Visuele editor wordt niet ondersteund voor deze configuratie",
|
||||
"error_detected": "Configuratiefouten ontdekt",
|
||||
"no_type_provided": "Geen type opgegeven."
|
||||
}
|
||||
},
|
||||
"login-form": {
|
||||
"log_in": "Aanmelden",
|
||||
"password": "Wachtwoord",
|
||||
@ -1471,7 +1480,7 @@
|
||||
"info_state_reporting": "Als u statusrapportage inschakelt, stuurt Home Assistant alle statuswijzigingen van opengestelde entiteiten naar Amazon. Hiermee kunt u altijd de laatste status zien in de Alexa app en kunt u de statuswijzigingen gebruiken om routines te maken.",
|
||||
"manage_entities": "Entiteiten beheren",
|
||||
"state_reporting_error": "Kan de rapportstatus niet {aanzetten_uitzetten}",
|
||||
"sync_entities": "Synchronisatie-entiteiten",
|
||||
"sync_entities": "Entiteiten synchroniseren naar Amazon",
|
||||
"sync_entities_error": "Kan entiteiten niet synchroniseren:",
|
||||
"title": "Alexa"
|
||||
},
|
||||
@ -1514,9 +1523,17 @@
|
||||
"thank_you_note": "Bedankt voor uw deelname aan Home Assistant Cloud. Het is vanwege mensen zoals u dat we een geweldige domotica-ervaring voor iedereen kunnen maken. Dank je!",
|
||||
"tts": {
|
||||
"default_language": "Standaardtaal om te gebruiken",
|
||||
"dialog": {
|
||||
"example_message": "Hallo {naam}, je kunt elke tekst afspelen op elke ondersteunde mediaspeler!",
|
||||
"header": "Probeer Tekst naar Spraak",
|
||||
"play": "Speel",
|
||||
"target": "Doel",
|
||||
"target_browser": "Browser"
|
||||
},
|
||||
"female": "Vrouw",
|
||||
"male": "Man",
|
||||
"title": "Tekst naar spraak"
|
||||
"title": "Tekst naar spraak",
|
||||
"try": "Probeer"
|
||||
},
|
||||
"webhooks": {
|
||||
"disable_hook_error_msg": "Kan webhook niet uitschakelen:",
|
||||
@ -1549,11 +1566,11 @@
|
||||
"description_login": "Ingelogd als {email}",
|
||||
"description_not_login": "Niet ingelogd",
|
||||
"dialog_certificate": {
|
||||
"certificate_expiration_date": "Vervaldatum certificaat",
|
||||
"certificate_expiration_date": "Vervaldatum certificaat:",
|
||||
"certificate_information": "Certificaatinfo",
|
||||
"close": "Sluiten",
|
||||
"fingerprint": "Certificaat vingerafdruk:",
|
||||
"will_be_auto_renewed": "Wordt automatisch vernieuwd"
|
||||
"will_be_auto_renewed": "wordt automatisch vernieuwd"
|
||||
},
|
||||
"dialog_cloudhook": {
|
||||
"available_at": "De webhook is beschikbaar op de volgende URL:",
|
||||
@ -2678,6 +2695,12 @@
|
||||
},
|
||||
"description": "Beheer je Z-Wave-netwerk",
|
||||
"learn_more": "Meer informatie over Z-Wave",
|
||||
"migration": {
|
||||
"ozw": {
|
||||
"header": "Migreren naar OpenZWave",
|
||||
"introduction": "Deze wizard helpt u te migreren van de oude Z-Wave integratie naar de OpenZWave integratie die momenteel in beta is."
|
||||
}
|
||||
},
|
||||
"network_management": {
|
||||
"header": "Z-Wave netwerkbeheer",
|
||||
"introduction": "Voer opdrachten uit die van invloed zijn op het Z-Wave-netwerk. Je krijgt geen terugkoppeling of de meeste commando's gelukt zijn, maar je kunt wel het OZW Logboek raadplegen om te proberen uit te vinden of het gelukt is."
|
||||
@ -2926,7 +2949,7 @@
|
||||
"name": "Alarm paneel"
|
||||
},
|
||||
"button": {
|
||||
"default_action_help": "De standaard actie is afhankelijk van de mogelijkheden van de entiteit, deze zal ofwel worden omgeschakeld of meer informatie zal worden getoond.",
|
||||
"default_action_help": "De standaard actie is afhankelijk van de mogelijkheden van de entiteit. Deze kan worden omgeschakeld of meer informatie kan worden getoond.",
|
||||
"description": "Met de Button-kaart kun je knoppen toevoegen om taken uit te voeren.",
|
||||
"name": "Knop"
|
||||
},
|
||||
@ -3098,7 +3121,7 @@
|
||||
"name": "Afbeelding-entiteit"
|
||||
},
|
||||
"picture-glance": {
|
||||
"description": "De Picture Glance-kaart toont een afbeelding en de bijbehorende entiteitstoestanden als een pictogram. De entiteiten aan de rechterkant staan schakelacties toe, andere tonen het dialoogvenster met meer informatie.",
|
||||
"description": "De Afbeelding oogopslag-kaart toont een afbeelding en de bijbehorende entiteitstoestanden als een pictogram. De entiteiten aan de rechterkant staan schakelacties toe, andere tonen het dialoogvenster met meer informatie.",
|
||||
"name": "Afbeelding oogopslag",
|
||||
"state_entity": "Status entiteit"
|
||||
},
|
||||
@ -3213,6 +3236,8 @@
|
||||
}
|
||||
},
|
||||
"menu": {
|
||||
"manage_dashboards": "Beheer dashboards",
|
||||
"manage_resources": "Beheer bronnen",
|
||||
"open": "Open het Lovelace-menu",
|
||||
"raw_editor": "Ruwe configuratie-editor"
|
||||
},
|
||||
|
@ -557,6 +557,10 @@
|
||||
"remove_user": "Usuń użytkownika",
|
||||
"select_blueprint": "Wybierz schemat"
|
||||
},
|
||||
"calendar": {
|
||||
"my_calendars": "Moje kalendarze",
|
||||
"today": "Dzisiaj"
|
||||
},
|
||||
"data-table": {
|
||||
"no-data": "Brak danych",
|
||||
"search": "Szukaj"
|
||||
@ -588,6 +592,7 @@
|
||||
}
|
||||
},
|
||||
"history_charts": {
|
||||
"history_disabled": "Integracja historia wyłączona",
|
||||
"loading_history": "Ładowanie historii...",
|
||||
"no_history_found": "Nie znaleziono historii."
|
||||
},
|
||||
@ -1117,7 +1122,9 @@
|
||||
"device_id": {
|
||||
"action": "Akcja",
|
||||
"extra_fields": {
|
||||
"code": "Kod"
|
||||
"code": "Kod",
|
||||
"message": "Wiadomość",
|
||||
"title": "Tytuł"
|
||||
},
|
||||
"label": "Urządzenie"
|
||||
},
|
||||
@ -1293,7 +1300,8 @@
|
||||
"extra_fields": {
|
||||
"above": "Powyżej",
|
||||
"below": "Poniżej",
|
||||
"for": "Czas trwania"
|
||||
"for": "Czas trwania",
|
||||
"zone": "Strefa"
|
||||
},
|
||||
"label": "Urządzenie",
|
||||
"trigger": "Wyzwalacz"
|
||||
@ -1505,6 +1513,21 @@
|
||||
},
|
||||
"sign_out": "Wyloguj",
|
||||
"thank_you_note": "Dziękujemy, że jesteś częścią Chmury Home Assistant. To dzięki ludziom takim jak Ty jesteśmy w stanie zapewnić wszystkim wspaniałe doświadczenia z automatyzacją domu. Dziękuję Ci!",
|
||||
"tts": {
|
||||
"default_language": "Używany język domyślny",
|
||||
"dialog": {
|
||||
"example_message": "Witaj {name} , możesz odtwarzać dowolny tekst na dowolnym obsługiwanym odtwarzaczu multimedialnym!",
|
||||
"header": "Wypróbuj zamiany tekstu na mowę",
|
||||
"play": "Odtwarzaj",
|
||||
"target": "Cel",
|
||||
"target_browser": "Przeglądarka"
|
||||
},
|
||||
"female": "Kobieta",
|
||||
"info": "Podaruj swemu domu osobowość dając mu możliwość mówienia do Ciebie za pomocą naszych usług zamiany tekstu na mowę. Możesz ich użyć w automatyzacjach i skryptach, korzystając z usługi {service} .",
|
||||
"male": "Mężczyzna",
|
||||
"title": "Zamiana tekstu na mowę",
|
||||
"try": "Wypróbuj"
|
||||
},
|
||||
"webhooks": {
|
||||
"disable_hook_error_msg": "Nie udało się wyłączyć webhook:",
|
||||
"info": "Wszystko, co jest skonfigurowane do działania poprzez webhook, może otrzymać publicznie dostępny adres URL, aby umożliwić wysyłanie danych do Home Assistanta z dowolnego miejsca, bez narażania instancji na publiczny dostęp z Internetu.",
|
||||
@ -2621,6 +2644,55 @@
|
||||
"introduction": "Strefy pozwalają określić regiony na ziemi. Gdy dana osoba znajduje się w strefie, jej encja pobierze stan z nazwy strefy. Strefy mogą być również używane jako wyzwalacz lub warunek w automatyzacjach.",
|
||||
"no_zones_created_yet": "Wygląda na to, że nie utworzyłeś jeszcze żadnych stref."
|
||||
},
|
||||
"zwave_js": {
|
||||
"add_node": {
|
||||
"title": "Dodaj węzeł Z-Wave"
|
||||
},
|
||||
"button": "Konfiguruj",
|
||||
"common": {
|
||||
"add_node": "Dodaj węzeł",
|
||||
"close": "Zamknij",
|
||||
"home_id": "Identyfikator domu",
|
||||
"network": "Sieć",
|
||||
"node_id": "Identyfikator węzła",
|
||||
"remove_node": "Usuń węzeł"
|
||||
},
|
||||
"dashboard": {
|
||||
"driver_version": "Wersja sterownika",
|
||||
"dump_dead_nodes_text": "Niektóre z Twoich węzłów nie odpowiedziały i są uznawane za martwe. Nie zostaną one w pełni wyeksportowane.",
|
||||
"dump_dead_nodes_title": "Niektóre z twoich węzłów są martwe",
|
||||
"dump_debug": "Pobierz zrzut swojej sieci, aby zdiagnozować problemy",
|
||||
"dump_not_ready_confirm": "Pobierz",
|
||||
"dump_not_ready_text": "Jeśli utworzysz zrzut, gdy nie wszystkie węzły są gotowe, może w nim brakować ważnych danych. Daj swojej sieci trochę czasu na odpytanie wszystkich węzłów. Czy chcesz kontynuować zrzut?",
|
||||
"dump_not_ready_title": "Jeszcze nie wszystkie węzły są gotowe",
|
||||
"header": "Zarządzaj siecią Z-Wave",
|
||||
"home_id": "Identyfikator domu",
|
||||
"introduction": "Zarządzaj siecią i węzłami Z-Wave",
|
||||
"node_count": "Liczba węzłów",
|
||||
"nodes_ready": "Węzły gotowe",
|
||||
"server_version": "Wersja serwera"
|
||||
},
|
||||
"device_info": {
|
||||
"node_ready": "gotowy",
|
||||
"node_status": "Stan węzła",
|
||||
"zwave_info": "Informacje Z-Wave"
|
||||
},
|
||||
"navigation": {
|
||||
"network": "Sieć"
|
||||
},
|
||||
"network_status": {
|
||||
"connected": "połączono",
|
||||
"connecting": "łączenie",
|
||||
"unknown": "nieznany"
|
||||
},
|
||||
"node_status": {
|
||||
"alive": "żywy",
|
||||
"asleep": "uśpiony",
|
||||
"awake": "wybudzony",
|
||||
"dead": "martwy",
|
||||
"unknown": "nieznany"
|
||||
}
|
||||
},
|
||||
"zwave": {
|
||||
"button": "Konfiguracja",
|
||||
"caption": "Z-Wave",
|
||||
@ -2633,6 +2705,12 @@
|
||||
},
|
||||
"description": "Zarządzaj siecią Z-Wave",
|
||||
"learn_more": "Dowiedz się więcej o Z-Wave",
|
||||
"migration": {
|
||||
"ozw": {
|
||||
"header": "Migruj do OpenZWave",
|
||||
"introduction": "Ten kreator pomoże Ci w migracji ze starszej integracji Z-Wave do integracji OpenZWave, która jest obecnie w wersji beta."
|
||||
}
|
||||
},
|
||||
"network_management": {
|
||||
"header": "Zarządzanie siecią Z-Wave",
|
||||
"introduction": "Uruchom polecenia sterujące siecią Z-Wave. Nie otrzymasz informacji o tym, czy wykonanie poleceń się powiodło, ale możesz szukać informacji na ten temat w logu OZW."
|
||||
@ -3173,6 +3251,8 @@
|
||||
}
|
||||
},
|
||||
"menu": {
|
||||
"manage_dashboards": "Zarządzaj dashboardami",
|
||||
"manage_resources": "Zarządzaj zasobami",
|
||||
"open": "Otwórz menu interfejsu użytkownika Lovelace",
|
||||
"raw_editor": "Edytor konfiguracji YAML"
|
||||
},
|
||||
@ -3378,7 +3458,7 @@
|
||||
"working": "Proszę czekać"
|
||||
},
|
||||
"initializing": "inicjalizacja",
|
||||
"logging_in_to_with": "Logowanie do ** {locationName} ** przy użyciu ** {authProviderName} **.",
|
||||
"logging_in_to_with": "Logowanie do **{locationName}** przy użyciu **{authProviderName}**.",
|
||||
"logging_in_with": "Logowanie za pomocą **{authProviderName}**.",
|
||||
"pick_auth_provider": "Lub zaloguj się za pomocą"
|
||||
},
|
||||
|
@ -557,6 +557,10 @@
|
||||
"remove_user": "Remover utilizador",
|
||||
"select_blueprint": "Escolhe um projeto"
|
||||
},
|
||||
"calendar": {
|
||||
"my_calendars": "Os meus Calendários",
|
||||
"today": "Hoje"
|
||||
},
|
||||
"data-table": {
|
||||
"no-data": "Dados do evento",
|
||||
"search": "Procurar"
|
||||
@ -588,6 +592,7 @@
|
||||
}
|
||||
},
|
||||
"history_charts": {
|
||||
"history_disabled": "Integração de histórico desativada",
|
||||
"loading_history": "A carregar histórico de estados...",
|
||||
"no_history_found": "Nenhum histórico de estado encontrado."
|
||||
},
|
||||
@ -746,8 +751,11 @@
|
||||
},
|
||||
"entity_registry": {
|
||||
"control": "Controle",
|
||||
"customize_link": "personalizações de entidade",
|
||||
"dismiss": "Fechar",
|
||||
"editor": {
|
||||
"advanced": "Configurações avançadas",
|
||||
"change_device_area": "Alterar área do dispositivo",
|
||||
"confirm_delete": "Tem certeza de que deseja apagar esta entrada?",
|
||||
"delete": "Apagar",
|
||||
"device_disabled": "O dispositivo desta entidade está desativado.",
|
||||
@ -757,6 +765,7 @@
|
||||
"enabled_label": "Ativar entidade",
|
||||
"enabled_restart_confirm": "Reinicie o Home Assistant para ativar as entidades",
|
||||
"entity_id": "Identificação da entidade",
|
||||
"follow_device_area": "Siga a área do dispositivo",
|
||||
"icon": "Ícone",
|
||||
"icon_error": "Os ícones devem estar no formato 'prefixo:nome do ícone', por exemplo 'mdi:home'.",
|
||||
"name": "Nome",
|
||||
@ -1009,6 +1018,15 @@
|
||||
"second": "{count} {count, plural,\n one {segundo}\n other {segundos}\n}",
|
||||
"week": "{count} {count, plural,\n one {semana}\n other {semanas}\n}"
|
||||
},
|
||||
"errors": {
|
||||
"config": {
|
||||
"edit_in_yaml_supported": "Você ainda pode editar sua configuração no YAML.",
|
||||
"editor_not_available": "Nenhum editor visual disponível para o tipo \" {type} \".",
|
||||
"editor_not_supported": "O editor visual não é suportado para esta configuração",
|
||||
"error_detected": "Erros de configuração detectados",
|
||||
"no_type_provided": "Nenhum tipo fornecido."
|
||||
}
|
||||
},
|
||||
"login-form": {
|
||||
"log_in": "Entrar",
|
||||
"password": "Palavra-passe",
|
||||
@ -1117,7 +1135,9 @@
|
||||
"device_id": {
|
||||
"action": "Ação",
|
||||
"extra_fields": {
|
||||
"code": "Código"
|
||||
"code": "Código",
|
||||
"message": "Mensagem",
|
||||
"title": "Título"
|
||||
},
|
||||
"label": "Dispositivo"
|
||||
},
|
||||
@ -1293,7 +1313,8 @@
|
||||
"extra_fields": {
|
||||
"above": "Acima",
|
||||
"below": "Abaixo",
|
||||
"for": "Duração"
|
||||
"for": "Duração",
|
||||
"zone": "Zona"
|
||||
},
|
||||
"label": "Dispositivo",
|
||||
"trigger": "Acionador"
|
||||
@ -1505,6 +1526,19 @@
|
||||
},
|
||||
"sign_out": "Terminar sessão",
|
||||
"thank_you_note": "Obrigado por fazer parte do Home Assistant Cloud. É por causa de pessoas como você que somos capazes de fazer uma ótima experiência de automação residencial para todos. Muito obrigado!",
|
||||
"tts": {
|
||||
"default_language": "Linguagem predefinida a utilizar",
|
||||
"dialog": {
|
||||
"header": "Tentar Texto para Fala",
|
||||
"play": "Reproduzir",
|
||||
"target": "Alvo",
|
||||
"target_browser": "Navegador"
|
||||
},
|
||||
"female": "Mulher",
|
||||
"male": "Homem",
|
||||
"title": "Texto para Fala",
|
||||
"try": "Tentar"
|
||||
},
|
||||
"webhooks": {
|
||||
"disable_hook_error_msg": "Falha ao desativar o webhook:",
|
||||
"info": "Qualquer coisa que esteja configurada para ser acionada por um webhook pode receber um URL público para permitir que você envie dados de volta para o Home Assistant de qualquer lugar, sem expor a sua instância à Internet.",
|
||||
@ -2588,7 +2622,8 @@
|
||||
"visualization": {
|
||||
"caption": "Visualização",
|
||||
"header": "Visualização de rede",
|
||||
"highlight_label": "Destacar Dispositivos"
|
||||
"highlight_label": "Destacar Dispositivos",
|
||||
"zoom_label": "Zoom para dispositivo"
|
||||
}
|
||||
},
|
||||
"zone": {
|
||||
@ -2620,6 +2655,63 @@
|
||||
"introduction": "As zonas permitem especificar determinadas regiões da Terra. Quando uma pessoa está dentro de uma zona, o estado assume o nome da zona. As zonas também podem ser usadas como gatilho ou condição nas configurações de automação.",
|
||||
"no_zones_created_yet": "Parece que você ainda não criou nenhuma zona."
|
||||
},
|
||||
"zwave_js": {
|
||||
"add_node": {
|
||||
"cancel_inclusion": "Cancelar Inclusão",
|
||||
"controller_in_inclusion_mode": "O seu controlador Z-Wave está agora em modo de inclusão.",
|
||||
"introduction": "Este assistente irá guiá-lo para adicionar um nó à sua rede Z-Wave.",
|
||||
"start_inclusion": "Iniciar Inclusão",
|
||||
"start_secure_inclusion": "Iniciar a Inclusão Segura",
|
||||
"title": "Adicionar um nó Z-Wave",
|
||||
"use_secure_inclusion": "Utilizar inclusão segura",
|
||||
"view_device": "Exibir dispositivo"
|
||||
},
|
||||
"button": "Configurar",
|
||||
"common": {
|
||||
"add_node": "Adicionar nó",
|
||||
"close": "Fechar",
|
||||
"home_id": "ID de Casa",
|
||||
"network": "Rede",
|
||||
"node_id": "ID de nó",
|
||||
"remove_node": "Remover nó"
|
||||
},
|
||||
"dashboard": {
|
||||
"driver_version": "Versão do driver",
|
||||
"dump_dead_nodes_title": "Alguns de seus nós estão desativados",
|
||||
"dump_not_ready_confirm": "Download",
|
||||
"dump_not_ready_title": "Nem todos os nós estão prontos",
|
||||
"header": "Gerir a sua rede Z-Wave",
|
||||
"home_id": "ID de Casa",
|
||||
"introduction": "Gerir a sua rede Z-Wave e respetivos nós",
|
||||
"node_count": "Nº de nós",
|
||||
"nodes_ready": "Nós prontos",
|
||||
"server_version": "Versão do servidor"
|
||||
},
|
||||
"device_info": {
|
||||
"node_ready": "Nó Pronto",
|
||||
"node_status": "Estado do Nó",
|
||||
"zwave_info": "Informações sobre Z-Wave"
|
||||
},
|
||||
"navigation": {
|
||||
"network": "Rede"
|
||||
},
|
||||
"network_status": {
|
||||
"connected": "Conectado",
|
||||
"connecting": "A conectar",
|
||||
"unknown": "Desconhecido"
|
||||
},
|
||||
"node_status": {
|
||||
"alive": "Ativo",
|
||||
"asleep": "Adormecido",
|
||||
"awake": "Acordado",
|
||||
"dead": "Inativo",
|
||||
"unknown": "Desconhecido"
|
||||
},
|
||||
"remove_node": {
|
||||
"cancel_exclusion": "Cancelar Exclusão",
|
||||
"start_exclusion": "Iniciar Exclusão"
|
||||
}
|
||||
},
|
||||
"zwave": {
|
||||
"button": "Configurar UI",
|
||||
"caption": "Z-Wave",
|
||||
@ -2632,6 +2724,11 @@
|
||||
},
|
||||
"description": "Gerir a sua rede Z-Wave",
|
||||
"learn_more": "Saiba mais sobre o Z-Wave",
|
||||
"migration": {
|
||||
"ozw": {
|
||||
"header": "Migrar para OpenZWave"
|
||||
}
|
||||
},
|
||||
"network_management": {
|
||||
"header": "Gestão da rede Z-Wave",
|
||||
"introduction": "Executar comando que afeta a rede Z-Wave. Não obterá feedback se grande parte dos comandos concluírem com sucesso, mas pode verificar o registo OZW para tentar descobrir."
|
||||
@ -2814,6 +2911,11 @@
|
||||
},
|
||||
"cards": {
|
||||
"action_confirmation": "Tem a certeza que quer executar a acção \"{action}\"?",
|
||||
"actions": {
|
||||
"no_entity_toggle": "Nenhuma entidade fornecida para alternar",
|
||||
"no_navigation_path": "Nenhum caminho de navegação especificado",
|
||||
"no_url": "Nenhuma URL para abrir especificada"
|
||||
},
|
||||
"confirm_delete": "Tem a certeza que quer apagar este cartão?",
|
||||
"empty_state": {
|
||||
"go_to_integrations_page": "Ir para a página de integrações.",
|
||||
@ -2854,6 +2956,7 @@
|
||||
},
|
||||
"components": {
|
||||
"timestamp-display": {
|
||||
"invalid": "Data / hora inválido",
|
||||
"invalid_format": "Formato inválido"
|
||||
}
|
||||
},
|
||||
@ -2996,8 +3099,10 @@
|
||||
"name": "Relance"
|
||||
},
|
||||
"grid": {
|
||||
"columns": "Colunas",
|
||||
"description": "O cartão em Grelha permite mostrar vários cartões numa grelha.",
|
||||
"name": "Grelha"
|
||||
"name": "Grelha",
|
||||
"square": "Apresentar cartões quadrados"
|
||||
},
|
||||
"history-graph": {
|
||||
"description": "O cartão Gráfico de histórico permite exibir um gráfico para cada uma das entidades listadas.",
|
||||
@ -3165,6 +3270,8 @@
|
||||
}
|
||||
},
|
||||
"menu": {
|
||||
"manage_dashboards": "Gerir Dashboards",
|
||||
"manage_resources": "Gerir recursos",
|
||||
"open": "Abrir menu Lovelace IU",
|
||||
"raw_editor": "Editor de configuração do código-fonte"
|
||||
},
|
||||
|
@ -598,9 +598,9 @@
|
||||
"set": "setați",
|
||||
"turned_off": "oprit",
|
||||
"turned_on": "pornit",
|
||||
"was_at_home": "era acasă",
|
||||
"was_at_state": "a fost în {state}",
|
||||
"was_away": "a fost plecat",
|
||||
"was_at_home": "a fost detectat acasă",
|
||||
"was_at_state": "a fost detectat la {state}",
|
||||
"was_away": "a fost detectat plecat",
|
||||
"was_closed": "a fost închis",
|
||||
"was_connected": "a fost conectat",
|
||||
"was_disconnected": "a fost deconectat",
|
||||
@ -734,6 +734,8 @@
|
||||
"control": "Control",
|
||||
"dismiss": "Renunțați",
|
||||
"editor": {
|
||||
"advanced": "Setari avansate",
|
||||
"change_device_area": "Schimbați zona dispozitivului",
|
||||
"confirm_delete": "Sigur doriți să ștergeți această intrare?",
|
||||
"delete": "Ștergeți",
|
||||
"device_disabled": "Dispozitivul acestei entități este dezactivat.",
|
||||
@ -743,6 +745,7 @@
|
||||
"enabled_label": "Activați entitatea",
|
||||
"enabled_restart_confirm": "Reporniți Home Assistant pentru a finaliza activarea entităților",
|
||||
"entity_id": "ID-ul entității",
|
||||
"follow_device_area": "Urmați zona dispozitivului",
|
||||
"icon": "Pictogramă",
|
||||
"icon_error": "Pictogramele trebuie să fie în formatul 'prefix:iconname', de ex. 'mdi:home'",
|
||||
"name": "Nume",
|
||||
@ -964,6 +967,18 @@
|
||||
"second": "{count} {count, plural,\n one {secundă}\n other {secunde}\n}",
|
||||
"week": "{count}{count, plural,\n one { săptămână }\n other { săptămâni }\n}"
|
||||
},
|
||||
"errors": {
|
||||
"config": {
|
||||
"edit_in_yaml_supported": "Puteți edita în continuare configurația în YAML.",
|
||||
"editor_not_available": "Nu există editor vizual disponibil pentru tipul „ {type} ”.",
|
||||
"editor_not_supported": "Editorul vizual nu este acceptat pentru această configurație",
|
||||
"error_detected": "Au fost detectate erori de configurare",
|
||||
"key_missing": "Cheia necesară \"{key}\" lipsește.",
|
||||
"key_not_expected": "Cheia \"{key}\" nu este așteptată sau nu este acceptată de editorul vizual.",
|
||||
"key_wrong_type": "Valoarea furnizată pentru \"{key}\" nu este acceptată de editorul de editare vizuală. Acceptăm ({type_correct}), dar am primit ({type_wrong}).",
|
||||
"no_type_provided": "Niciun tip furnizat."
|
||||
}
|
||||
},
|
||||
"login-form": {
|
||||
"log_in": "Autentificare",
|
||||
"password": "Parolă",
|
||||
@ -1072,7 +1087,9 @@
|
||||
"device_id": {
|
||||
"action": "Acțiune",
|
||||
"extra_fields": {
|
||||
"code": "Cod"
|
||||
"code": "Cod",
|
||||
"message": "Mesaj",
|
||||
"title": "Titlu"
|
||||
},
|
||||
"label": "Dispozitiv"
|
||||
},
|
||||
@ -1245,7 +1262,8 @@
|
||||
"extra_fields": {
|
||||
"above": "Deasupra",
|
||||
"below": "Sub",
|
||||
"for": "Durată"
|
||||
"for": "Durată",
|
||||
"zone": "Zonă"
|
||||
},
|
||||
"label": "Dispozitiv",
|
||||
"trigger": "Declanșator"
|
||||
@ -1412,7 +1430,7 @@
|
||||
"info_state_reporting": "Dacă activați raportarea stării, Home Assistant va trimite toate modificările de stare ale entităților expuse către Amazon. Acest lucru vă permite să vedeți întotdeauna cele mai recente stări în aplicația Alexa și să utilizați modificările de stare pentru a crea rutine.",
|
||||
"manage_entities": "Gestionați entități",
|
||||
"state_reporting_error": "Imposibil de {enable_disable} stare raport.",
|
||||
"sync_entities": "Sincronizează entități",
|
||||
"sync_entities": "Sincronizați entitățile cu Amazon",
|
||||
"sync_entities_error": "Sincronizarea entităților nu a reușit:",
|
||||
"title": "Alexa"
|
||||
},
|
||||
@ -1450,6 +1468,21 @@
|
||||
},
|
||||
"sign_out": "Deconectare",
|
||||
"thank_you_note": "Vă mulțumim că faceți parte din Home Assistant Cloud. Datorită oamenilor ca dvs. suntem capabili să facem o experiență excelentă de automatizare a locuinței pentru toată lumea. Mulțumim!",
|
||||
"tts": {
|
||||
"default_language": "Limba implicită de utilizat",
|
||||
"dialog": {
|
||||
"example_message": "Bună ziua {name}, puteți reda orice text pe orice player media acceptat!",
|
||||
"header": "Încercați text în vorbire",
|
||||
"play": "Redare",
|
||||
"target": "Ţintă",
|
||||
"target_browser": "Browser"
|
||||
},
|
||||
"female": "Femeie",
|
||||
"info": "Aduceți personalitate acasă, făcându-i să vă vorbească folosind serviciile noastre Text-to-Speech. Puteți utiliza acest lucru în automatizări și scripturi utilizând serviciul {service} .",
|
||||
"male": "Bărbat",
|
||||
"title": "Text în vorbire",
|
||||
"try": "Încercaţi"
|
||||
},
|
||||
"webhooks": {
|
||||
"disable_hook_error_msg": "Nu putut fi dezactivat webhook-ul:",
|
||||
"info": "Orice lucru care este configurat pentru a fi declanșat de un webhook poate primi o adresă URL accesibilă publicului pentru a vă permite să trimiteți date înapoi la Home Assistant de oriunde, fără a vă expune instanța pe internet.",
|
||||
@ -1480,11 +1513,11 @@
|
||||
"description_login": "Conectat ca {email}",
|
||||
"description_not_login": "Nu v-ați conectat",
|
||||
"dialog_certificate": {
|
||||
"certificate_expiration_date": "Data expirării certificatului",
|
||||
"certificate_expiration_date": "Data expirării certificatului:",
|
||||
"certificate_information": "Informații despre certificat",
|
||||
"close": "Închideți",
|
||||
"fingerprint": "Amprenta certificatului:",
|
||||
"will_be_auto_renewed": "Va fi reînnoit automat"
|
||||
"will_be_auto_renewed": "va fi reînnoit automat"
|
||||
},
|
||||
"dialog_cloudhook": {
|
||||
"available_at": "Webhook-ul este disponibil la următoarea adresă URL:",
|
||||
@ -2267,7 +2300,7 @@
|
||||
"mqtt": "Reîncărcați entitățile MQTT configurate manual",
|
||||
"person": "Reîncărcați persoanele",
|
||||
"reload": "Reîncarcă {domain}",
|
||||
"rest": "Reîncărcați entitățile în repaus și notificați serviciile",
|
||||
"rest": "Reîncărcați entitățile rest și serviciile de notificare rest",
|
||||
"rpi_gpio": "Reîncărcați entitățile Raspberry Pi GPIO",
|
||||
"scene": "Reîncărcați scenarii",
|
||||
"script": "Reîncărcați script-uri",
|
||||
@ -2367,7 +2400,8 @@
|
||||
"system": "Generat de sistem",
|
||||
"username": "Nume de utilizator"
|
||||
}
|
||||
}
|
||||
},
|
||||
"users_privileges_note": "Funcția de grup de utilizatori este o lucrare în desfășurare. Utilizatorul nu va putea administra instanța prin interfața de utilizare. În continuare audităm toate punctele finale ale API-ului de gestionare pentru a ne asigura că limitează corect accesul la administratori."
|
||||
},
|
||||
"zha": {
|
||||
"add_device": "Adăugați dispozitiv",
|
||||
@ -2517,6 +2551,57 @@
|
||||
"introduction": "Zonele vă permit să specificați anumite regiuni de pe pământ. Când o persoană se află într-o zonă, identificatorul va lua numele din zonă. Zonele pot fi de asemenea utilizate ca declanșator sau condiție în cadrul setărilor de automatizare.",
|
||||
"no_zones_created_yet": "Se pare că nu ai creat încă nici o zonă."
|
||||
},
|
||||
"zwave_js": {
|
||||
"add_node": {
|
||||
"cancel_inclusion": "Anulați includerea",
|
||||
"controller_in_inclusion_mode": "Controlerul dvs. Z-Wave este acum în modul de includere.",
|
||||
"inclusion_failed": "Nodul nu a putut fi adăugat. Vă rugăm să verificați jurnalele pentru mai multe informații.",
|
||||
"introduction": "Acest expert vă va ghida prin adăugarea unui nod în rețeaua dvs. Z-Wave.",
|
||||
"secure_inclusion_warning": "Dispozitivele securizate necesită lățime de bandă suplimentară; prea multe dispozitive sigure vă pot încetini rețeaua Z-Wave. Vă recomandăm să folosiți o includere sigură numai pentru dispozitivele care necesită acest lucru, cum ar fi încuietori sau deschizători de uși de garaj.",
|
||||
"start_inclusion": "Pornire includere",
|
||||
"start_secure_inclusion": "Pornire includere securizată",
|
||||
"title": "Adăugați un nod Z-Wave",
|
||||
"use_secure_inclusion": "Folosiți includere sigură"
|
||||
},
|
||||
"button": "Configurează",
|
||||
"common": {
|
||||
"add_node": "Adăugați nod",
|
||||
"close": "Închide",
|
||||
"home_id": "ID domiciliu",
|
||||
"network": "Rețea",
|
||||
"node_id": "ID Nod",
|
||||
"remove_node": "Eliminați nodul"
|
||||
},
|
||||
"dashboard": {
|
||||
"driver_version": "Versiunea driverului",
|
||||
"dump_not_ready_confirm": "Descarca",
|
||||
"header": "Gestionați-vă rețeaua Z-Wave",
|
||||
"home_id": "ID domiciliu",
|
||||
"introduction": "Gestionați rețeaua Z-Wave și nodurile Z-Wave",
|
||||
"node_count": "Numărul de noduri",
|
||||
"server_version": "Versiunea serverului"
|
||||
},
|
||||
"device_info": {
|
||||
"node_ready": "Nod gata",
|
||||
"node_status": "Stare nod",
|
||||
"zwave_info": "Informații Z-Wave"
|
||||
},
|
||||
"navigation": {
|
||||
"network": "Rețea"
|
||||
},
|
||||
"network_status": {
|
||||
"connected": "Conectat",
|
||||
"connecting": "Se conectează la",
|
||||
"unknown": "Necunoscut"
|
||||
},
|
||||
"node_status": {
|
||||
"alive": "În viaţă",
|
||||
"asleep": "Adormit",
|
||||
"awake": "Treaz",
|
||||
"dead": "Inactiv",
|
||||
"unknown": "Necunoscut"
|
||||
}
|
||||
},
|
||||
"zwave": {
|
||||
"button": "Configurează",
|
||||
"caption": "Z-Wave",
|
||||
@ -2529,6 +2614,12 @@
|
||||
},
|
||||
"description": "Gestionați-vă rețeaua Z-Wave",
|
||||
"learn_more": "Aflați mai multe despre Z-Wave",
|
||||
"migration": {
|
||||
"ozw": {
|
||||
"header": "Migrați la OpenZWave",
|
||||
"introduction": "Acest expert vă va ajuta să migrați de la integrarea Z-Wave moștenită la integrarea OpenZWave care este în prezent în versiune beta."
|
||||
}
|
||||
},
|
||||
"network_management": {
|
||||
"header": "Managementul rețelei Z-Wave",
|
||||
"introduction": "Executați comenzi care afectează rețeaua Z-Wave. Nu veți primi feedback dacă majoritatea comenzilor au reușit, dar puteți verifica istoricul OZW pentru a încerca să aflați."
|
||||
@ -2765,6 +2856,7 @@
|
||||
"name": "Panou alarmă"
|
||||
},
|
||||
"button": {
|
||||
"default_action_help": "Acțiunea implicită depinde de capacitățile entității, va fi fie comutată, fie va fi afișat dialogul cu mai multe informații.",
|
||||
"description": "Cardul buton vă permite să adăugați butoane pentru a efectua sarcini.",
|
||||
"name": "Buton"
|
||||
},
|
||||
@ -2917,6 +3009,7 @@
|
||||
"name": "Entitate imagine"
|
||||
},
|
||||
"picture-glance": {
|
||||
"description": "Cardul Picture Glance arată o imagine și stările de entitate corespunzătoare ca pictogramă. Entitățile din partea dreaptă permit comutarea acțiunilor, altele afișează dialogul cu mai multe informații.",
|
||||
"name": "Privire imagine",
|
||||
"state_entity": "Entitate de stare"
|
||||
},
|
||||
@ -3029,6 +3122,8 @@
|
||||
}
|
||||
},
|
||||
"menu": {
|
||||
"manage_dashboards": "Gestionați tablourile de bord",
|
||||
"manage_resources": "Gestionați resursele",
|
||||
"open": "Deschideți meniul Lovelace UI",
|
||||
"raw_editor": "Editor de configurare brut"
|
||||
},
|
||||
|
@ -557,6 +557,10 @@
|
||||
"remove_user": "Удалить пользователя",
|
||||
"select_blueprint": "Выберите проект"
|
||||
},
|
||||
"calendar": {
|
||||
"my_calendars": "Мои календари",
|
||||
"today": "Сегодня"
|
||||
},
|
||||
"data-table": {
|
||||
"no-data": "Нет данных",
|
||||
"search": "Поиск"
|
||||
@ -1117,7 +1121,9 @@
|
||||
"device_id": {
|
||||
"action": "Действие",
|
||||
"extra_fields": {
|
||||
"code": "Код"
|
||||
"code": "Код",
|
||||
"message": "Сообщение",
|
||||
"title": "Заголовок"
|
||||
},
|
||||
"label": "Устройство"
|
||||
},
|
||||
@ -1293,7 +1299,8 @@
|
||||
"extra_fields": {
|
||||
"above": "Выше",
|
||||
"below": "Ниже",
|
||||
"for": "Продолжительность"
|
||||
"for": "Продолжительность",
|
||||
"zone": "Зона"
|
||||
},
|
||||
"label": "Устройство",
|
||||
"trigger": "Триггер"
|
||||
@ -1505,6 +1512,13 @@
|
||||
},
|
||||
"sign_out": "Выйти",
|
||||
"thank_you_note": "Спасибо за то, что стали частью Home Assistant Cloud. Именно благодаря таким людям, как Вы, мы можем сделать все возможное для того, чтобы домашняя автоматизация была максимально удобной для всех. Спасибо!",
|
||||
"tts": {
|
||||
"default_language": "Язык для использования по умолчанию",
|
||||
"female": "Женский",
|
||||
"info": "Добавьте индивидуальности Вашему дому, воспользовавшись нашей услугой по преобразованию текста в речь. Используйте её в автоматизациях и сценариях с помощью службы {service}.",
|
||||
"male": "Мужской",
|
||||
"title": "Воспроизвести текст"
|
||||
},
|
||||
"webhooks": {
|
||||
"disable_hook_error_msg": "Не удалось отключить Webhook",
|
||||
"info": "Всему, что настроено на срабатывание через Webhook, может быть предоставлен общедоступный URL-адрес. Это позволяет отправлять данные в Home Assistant откуда угодно, не выставляя свой сервер в Интернете.",
|
||||
@ -2621,6 +2635,74 @@
|
||||
"introduction": "Зоны позволяют указывать определенные области на земле. Когда отслеживаемая персона находится в назначенной зоне, её состоянием будет название зоны. Зоны также могут использоваться в качестве триггера или условия в автоматизациях.",
|
||||
"no_zones_created_yet": "У Вас еще нет добавленных зон."
|
||||
},
|
||||
"zwave_js": {
|
||||
"add_node": {
|
||||
"cancel_inclusion": "Отменить подключение",
|
||||
"controller_in_inclusion_mode": "Ваш контроллер Z-Wave находится в режиме подключения.",
|
||||
"follow_device_instructions": "Следуйте инструкциям к подключаемому устройству, чтобы инициировать сопряжение.",
|
||||
"inclusion_failed": "Не удалось добавить узел. Проверьте журналы для получения дополнительной информации.",
|
||||
"inclusion_finished": "Узел добавлен. Настройка узла выполняется в фоновом режиме, поэтому может пройти несколько минут, пока все объекты появятся в интерфейсе.",
|
||||
"introduction": "Этот мастер поможет Вам добавить узел в Вашу сеть Z-Wave.",
|
||||
"secure_inclusion_warning": "Для защищенных устройств требуется дополнительная пропускная способность. Слишком много таких устройств может замедлить работу Вашей сети Z-Wave. Мы рекомендуем использовать безопасное подключение только для устройств, которым требуется дополнительная защита, например, для замков или открывателей гаражных ворот.",
|
||||
"start_inclusion": "Начать подключение",
|
||||
"start_secure_inclusion": "Начать безопасное подключение",
|
||||
"title": "Добавить узел Z-Wave",
|
||||
"use_secure_inclusion": "Использовать безопасное подключение",
|
||||
"view_device": "Просмотр устройства"
|
||||
},
|
||||
"button": "Настройки",
|
||||
"common": {
|
||||
"add_node": "Добавить узел",
|
||||
"close": "Закрыть",
|
||||
"home_id": "ID дома",
|
||||
"network": "Сеть",
|
||||
"node_id": "ID узла",
|
||||
"remove_node": "Удалить узел"
|
||||
},
|
||||
"dashboard": {
|
||||
"driver_version": "Версия драйвера",
|
||||
"dump_dead_nodes_text": "Некоторые из Ваших узлов не ответили и считаются мертвыми. Они не будут полностью экспортированы.",
|
||||
"dump_dead_nodes_title": "Некоторые из Ваших узлов мертвы",
|
||||
"dump_debug": "Загрузите дамп Вашей сети, чтобы помочь диагностировать проблемы",
|
||||
"dump_not_ready_title": "Ещё не все узлы готовы",
|
||||
"header": "Управление сетью Z-Wave",
|
||||
"home_id": "ID дома",
|
||||
"introduction": "Управляйте сетью и отдельными узлами Z-Wave",
|
||||
"node_count": "Количество узлов",
|
||||
"nodes_ready": "Узлы готовы",
|
||||
"server_version": "Версия сервера"
|
||||
},
|
||||
"device_info": {
|
||||
"node_ready": "Узел готов",
|
||||
"node_status": "Статус узла",
|
||||
"zwave_info": "Информация о Z-Wave"
|
||||
},
|
||||
"navigation": {
|
||||
"network": "Сеть"
|
||||
},
|
||||
"network_status": {
|
||||
"connected": "Подключен",
|
||||
"connecting": "Подключение",
|
||||
"unknown": "Неизвестно"
|
||||
},
|
||||
"node_status": {
|
||||
"alive": "Живой",
|
||||
"asleep": "Спит",
|
||||
"awake": "Проснулся",
|
||||
"dead": "Мертвый",
|
||||
"unknown": "Неизвестно"
|
||||
},
|
||||
"remove_node": {
|
||||
"cancel_exclusion": "Отменить отключение",
|
||||
"controller_in_exclusion_mode": "Ваш контроллер Z-Wave находится в режиме отключения.",
|
||||
"exclusion_failed": "Не удалось удалить узел. Проверьте журналы для получения дополнительной информации.",
|
||||
"exclusion_finished": "Узел {id} был удален из Вашей сети Z-Wave.",
|
||||
"follow_device_instructions": "Следуйте инструкциям к подключаемому устройству, чтобы инициировать отключение.",
|
||||
"introduction": "Удалить узел из Вашей сети Z-Wave, а также связанное устройство и объекты из Home Assistant.",
|
||||
"start_exclusion": "Начать отключение",
|
||||
"title": "Удалить узел Z-Wave"
|
||||
}
|
||||
},
|
||||
"zwave": {
|
||||
"button": "Настройки",
|
||||
"caption": "Z-Wave",
|
||||
@ -2815,6 +2897,14 @@
|
||||
},
|
||||
"cards": {
|
||||
"action_confirmation": "Вы действительно хотите выполнить действие \"{action}\"?",
|
||||
"actions": {
|
||||
"action_confirmation": "Вы действительно хотите выполнить действие \"{action}\"?",
|
||||
"no_entity_more_info": "Не указан объект для диалогового окна с дополнительной информацией",
|
||||
"no_entity_toggle": "Не указан объект для переключения состояния",
|
||||
"no_navigation_path": "Не указан путь навигации",
|
||||
"no_service": "Не указана служба для выполнения",
|
||||
"no_url": "Не указан URL-адрес"
|
||||
},
|
||||
"confirm_delete": "Вы уверены, что хотите удалить эту карточку?",
|
||||
"empty_state": {
|
||||
"go_to_integrations_page": "Перейти на страницу интеграций",
|
||||
@ -2998,8 +3088,10 @@
|
||||
"name": "Glance"
|
||||
},
|
||||
"grid": {
|
||||
"columns": "Столбцы",
|
||||
"description": "Позволяет отображать несколько карточек в виде сетки.",
|
||||
"name": "Сетка"
|
||||
"name": "Сетка",
|
||||
"square": "Отображать карточки как квадраты"
|
||||
},
|
||||
"history-graph": {
|
||||
"description": "Позволяет отображать графики для выбранных объектов.",
|
||||
@ -3372,6 +3464,7 @@
|
||||
"working": "Пожалуйста, подождите"
|
||||
},
|
||||
"initializing": "Инициализация",
|
||||
"logging_in_to_with": "Вход в **{locationName}** с помощью **{authProviderName}**.",
|
||||
"logging_in_with": "Провайдер аутентификации: **{authProviderName}**.",
|
||||
"pick_auth_provider": "Или войти с помощью"
|
||||
},
|
||||
|
@ -592,6 +592,7 @@
|
||||
}
|
||||
},
|
||||
"history_charts": {
|
||||
"history_disabled": "歷史整合已關閉",
|
||||
"loading_history": "正在載入狀態歷史...",
|
||||
"no_history_found": "找不到狀態歷史。"
|
||||
},
|
||||
@ -750,8 +751,13 @@
|
||||
},
|
||||
"entity_registry": {
|
||||
"control": "控制",
|
||||
"customize_link": "實體自訂化",
|
||||
"dismiss": "關閉",
|
||||
"editor": {
|
||||
"advanced": "進階設定",
|
||||
"area": "僅設定實體分區",
|
||||
"area_note": "預設的裝置實體將與裝置處於相同分區。假如變更此實體分區,將不再跟隨裝置所設定的分區。",
|
||||
"change_device_area": "變更裝置分區",
|
||||
"confirm_delete": "確定要刪除此實體?",
|
||||
"delete": "刪除",
|
||||
"device_disabled": "該實體目前不可用。",
|
||||
@ -761,6 +767,7 @@
|
||||
"enabled_label": "啟用實體",
|
||||
"enabled_restart_confirm": "重新啟動 Home Assistant 以完成實體啟用",
|
||||
"entity_id": "實體 ID",
|
||||
"follow_device_area": "跟隨裝置分區",
|
||||
"icon": "圖示",
|
||||
"icon_error": "圖示必須按照格式「prefix:iconname」設定,例如「mdi:home」",
|
||||
"name": "名稱",
|
||||
@ -770,6 +777,7 @@
|
||||
"update": "更新"
|
||||
},
|
||||
"faq": "相關文件",
|
||||
"info_customize": "可以於 {customize_link} 部分中覆蓋部分屬性。",
|
||||
"no_unique_id": "此實體(\"{entity_id}\")不包含唯一 ID、因此無法由 UI 進行管理設定。請參閱{faq_link}以獲得更詳細資訊。",
|
||||
"related": "相關",
|
||||
"settings": "設定"
|
||||
@ -1013,6 +1021,18 @@
|
||||
"second": "{count} {count, plural,\none {秒}\nother {秒}\n}",
|
||||
"week": "{count} {count, plural,\none {週}\nother {週}\n}"
|
||||
},
|
||||
"errors": {
|
||||
"config": {
|
||||
"edit_in_yaml_supported": "依舊可以於 YAML 中編輯設定。",
|
||||
"editor_not_available": "類型 \"{type}\" 沒有可供使用的視覺化編輯器。",
|
||||
"editor_not_supported": "此設定不支援視覺化編輯器",
|
||||
"error_detected": "發現設定錯誤",
|
||||
"key_missing": "缺少所需的密鑰 \"{key}\"。",
|
||||
"key_not_expected": "視覺化編輯器不支援密鑰 \"{key}\"。",
|
||||
"key_wrong_type": "視覺化編輯器不支援所提供的 \"{key}\" 數值。支援 ({type_correct}) 但卻收到 ({type_wrong})。",
|
||||
"no_type_provided": "未提供類型。"
|
||||
}
|
||||
},
|
||||
"login-form": {
|
||||
"log_in": "登入",
|
||||
"password": "密碼",
|
||||
@ -1514,10 +1534,18 @@
|
||||
"thank_you_note": "感謝您參與支持 Home Assistant Cloud 雲服務。由於有你們的支持,我們才能持續為每個人帶來絕佳的家庭自動化體驗,謝謝!",
|
||||
"tts": {
|
||||
"default_language": "預設使用語言",
|
||||
"dialog": {
|
||||
"example_message": "哈囉 {name}、您可以於任何支援的媒體播放器上閱讀文字!",
|
||||
"header": "測試閱讀文字",
|
||||
"play": "播放",
|
||||
"target": "目標",
|
||||
"target_browser": "瀏覽器"
|
||||
},
|
||||
"female": "女性",
|
||||
"info": "運用「文字轉語音」服務讓您的智能家庭更具個性與個人化,可以藉由 {service} 服務於腳本與自動化中使用此相功能。",
|
||||
"male": "男性",
|
||||
"title": "所要閱讀的文字"
|
||||
"title": "所要閱讀的文字",
|
||||
"try": "測試"
|
||||
},
|
||||
"webhooks": {
|
||||
"disable_hook_error_msg": "關閉 Webhook 失敗:",
|
||||
@ -2717,6 +2745,12 @@
|
||||
},
|
||||
"description": "管理 Z-Wave 網絡",
|
||||
"learn_more": "詳細了解 Z-Wave",
|
||||
"migration": {
|
||||
"ozw": {
|
||||
"header": "遷移至 OpenZWave",
|
||||
"introduction": "導引將會協助你將舊版 Z-Wave 整合遷移至目前仍處於測試版本的 OpenZWave 整合。"
|
||||
}
|
||||
},
|
||||
"network_management": {
|
||||
"header": "Z-Wave 網路管理",
|
||||
"introduction": "執行令命將會影響 Z-Wave 網路。將無法獲得回饋或指令是否成功執行,但可透過 OZW 日誌進行查詢。"
|
||||
@ -3261,6 +3295,8 @@
|
||||
}
|
||||
},
|
||||
"menu": {
|
||||
"manage_dashboards": "管理主面板",
|
||||
"manage_resources": "管理資源",
|
||||
"open": "開啟 Lovelace UI 選單",
|
||||
"raw_editor": "文字模式編輯器"
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user