Update translations

This commit is contained in:
Bram Kragten 2019-10-08 16:13:06 +02:00
parent 0f7a3887a7
commit 12d8a04c15
39 changed files with 2008 additions and 151 deletions

View File

@ -554,6 +554,12 @@
},
"device": {
"label": "Dispositiu"
},
"and": {
"label": "I"
},
"or": {
"label": "O"
}
},
"learn_more": "Més informació sobre les condicions"
@ -596,7 +602,11 @@
"learn_more": "Més informació sobre les accions"
},
"load_error_not_editable": "Només es poden editar les automatitzacions de l'arxiu automations.yaml.",
"load_error_unknown": "Error en carregar lautomatització ({err_no})."
"load_error_unknown": "Error en carregar lautomatització ({err_no}).",
"description": {
"label": "Descripció",
"placeholder": "Descripció opcional"
}
}
},
"script": {
@ -754,7 +764,8 @@
"unavailable": "(no disponible)",
"introduction": "Home Assistant manté un registre de totes les entitats que ha detectat alguna vegada les quals tenen una identificació única. Cadascuna d'aquestes entitats té un identificador (ID) assignat que està reservat només per a ella.",
"introduction2": "Utilitza el registre d'entitats per canviar el nom, canviar l'ID o eliminar l'entrada de Home Assistant de les entitats. Tingues en compte que eliminar-les del registre d'entitats no eliminarà l'entitat. Per fer-ho, segueix l'enllaç següent i elimineu-la dins la pàgina d'integracions.",
"integrations_page": "Pàgina d'integracions"
"integrations_page": "Pàgina d'integracions",
"show_disabled": "Mostra entitats desactivades"
},
"editor": {
"unavailable": "Aquesta entitat no està disponible actualment.",
@ -763,7 +774,9 @@
"update": "ACTUALITZAR",
"enabled_label": "Activa lentitat",
"enabled_cause": "Desactivat per {cause}.",
"enabled_description": "Les entitats desactivades no safegiran a Home Assistant."
"enabled_description": "Les entitats desactivades no safegiran a Home Assistant.",
"confirm_delete": "Estas segur que vols eliminar aquesta entitat?",
"confirm_delete2": "Si suprimeixes una entrada, no suprimiras l'entitat de Home Assistant. Per fer-ho, has de suprimir la integració '{plataform}' de Home Assistant."
}
},
"person": {
@ -808,7 +821,18 @@
},
"devices": {
"caption": "Dispositius",
"description": "Gestiona els dispositius connectats"
"description": "Gestiona els dispositius connectats",
"automation": {
"triggers": {
"caption": "Feu alguna cosa quan..."
},
"conditions": {
"caption": "Només fer alguna cosa si..."
},
"actions": {
"caption": "Quan es dispara alguna cosa..."
}
}
}
},
"profile": {
@ -884,6 +908,10 @@
"force_narrow": {
"header": "Amaga sempre la barra lateral",
"description": "Això ocultarà la barra lateral per defecte, de manera similar als mòbils i tablets."
},
"vibrate": {
"header": "Vibra",
"description": "Activa o desactiva la vibració daquest dispositiu mentre controlis dispositius."
}
},
"page-authorize": {
@ -1031,7 +1059,8 @@
"navigate_to": "Navega a {location}",
"toggle": "Commuta {name}",
"call_service": "Cridar servei {name}",
"more_info": "Mostra més informació: {name}"
"more_info": "Mostra més informació: {name}",
"url": "Obre un finestra a {url_path}"
}
},
"editor": {
@ -1077,6 +1106,66 @@
"edit_lovelace": {
"header": "Títol de la interfície d'usuari Lovelace",
"explanation": "Aquest títol es mostra a sobre de cada visualització a Lovelace."
},
"card": {
"alarm_panel": {
"available_states": "Estats disponibles"
},
"config": {
"required": "Obligatori",
"optional": "Opcional"
},
"entities": {
"show_header_toggle": "Mostrar commutació a la capçalera?"
},
"gauge": {
"severity": {
"define": "Definir gravetat?",
"green": "Verd",
"red": "Vermell",
"yellow": "Groc"
}
},
"glance": {
"columns": "Columnes"
},
"generic": {
"aspect_ratio": "Relació d'aspecte",
"camera_image": "Entitat de càmera",
"camera_view": "Visualització de càmera",
"entities": "Entitats",
"entity": "Entitat",
"hold_action": "Acció en mantenir",
"hours_to_show": "Hores a mostrar",
"icon": "Icona",
"icon_height": "Alçada de la icona",
"image": "Ruta de la imatge",
"maximum": "Màxim",
"minimum": "Mínim",
"name": "Nom",
"refresh_interval": "Interval d'actualització",
"show_icon": "Mostrar icona?",
"show_name": "Mostrar nom?",
"show_state": "Mostrar estat?",
"tap_action": "Acció en tocar",
"title": "Títol",
"theme": "Tema",
"unit": "Unitat",
"url": "Enllaç"
},
"map": {
"geo_location_sources": "Fonts de geolocalització",
"dark_mode": "Mode fosc?",
"default_zoom": "Zoom predeterminat",
"source": "Font"
},
"markdown": {
"content": "Contingut"
},
"sensor": {
"graph_detail": "Detall del gràfic",
"graph_type": "Tipus de gràfic"
}
}
},
"menu": {

View File

@ -141,7 +141,8 @@
"high_demand": "Vysoký výkon",
"heat_pump": "Tepelné čerpadlo",
"gas": "Plyn",
"manual": "Ruční"
"manual": "Ruční",
"heat_cool": "Vytápění\/Chlazení"
},
"configurator": {
"configure": "Nakonfigurovat",
@ -250,7 +251,8 @@
"snowy-rainy": "Déšť se sněhem",
"sunny": "Slunečno",
"windy": "Větrno",
"windy-variant": "Větrno"
"windy-variant": "Větrno",
"exceptional": "Vyjímečné"
},
"vacuum": {
"cleaning": "Čistí",
@ -552,6 +554,12 @@
},
"device": {
"label": "Zařízení"
},
"and": {
"label": "A"
},
"or": {
"label": "Nebo"
}
},
"learn_more": "Další informace o podmínkách"
@ -594,7 +602,11 @@
"learn_more": "Další informace o akcích"
},
"load_error_not_editable": "Lze upravovat pouze automatizace v automations.yaml.",
"load_error_unknown": "Chyba při načítání automatizace ({err_no})."
"load_error_unknown": "Chyba při načítání automatizace ({err_no}).",
"description": {
"label": "Popis",
"placeholder": "Volitelný popis"
}
}
},
"script": {
@ -604,17 +616,48 @@
"zwave": {
"caption": "Z-Wave",
"description": "Spravujte svou síť Z-Wave",
"network_management": {
"header": "Správa sítě Z-Wave",
"introduction": "Spusťte příkazy, které ovlivňují síť Z-Wave. Nebudete mít zpětnou vazbu o tom, zda většina příkazů uspěla, ale můžete se podívat na protokol OZW a pokusit se to zjistit."
},
"network_status": {
"network_stopped": "Síť Z-Wave byla zastavena",
"network_starting": "Spouštění sítě Z-Wave...",
"network_starting_note": "V závislosti na velikosti vaší sítě to může chvíli trvat.",
"network_started": "Síť Z-Wave spuštěna",
"network_started_note_some_queried": "Probuzené uzly byly zkontaktovány. Spící uzly budou zkontaktovány jakmile se probudí.",
"network_started_note_all_queried": "Všechny uzly byly zkontaktovány."
},
"services": {
"start_network": "Spustit síť",
"stop_network": "Zastavit síť",
"heal_network": "Vyléčit síť",
"test_network": "Testovat síť",
"soft_reset": "Měkký reset",
"save_config": "Uložit konfiguraci",
"add_node_secure": "Přidat zabezpečení uzlu",
"add_node": "Přidat uzel",
"remove_node": "Odebrat uzel",
"cancel_command": "Zrušit příkaz"
},
"common": {
"value": "Hodnota",
"unknown": "neznámý"
"instance": "Instance",
"index": "Index",
"unknown": "neznámý",
"wakeup_interval": "Interval probuzení"
},
"values": {
"header": "Hodnoty uzlu"
},
"node_config": {
"header": "Možnosti konfigurace uzlu",
"seconds": "sekund",
"set_wakeup": "Nastavit interval probuzení",
"config_parameter": "Konfigurační parametr",
"config_value": "Konfigurační hodnota",
"true": "True",
"false": "False",
"set_config_parameter": "Nastavte konfigurační parametr"
}
},
@ -721,7 +764,8 @@
"unavailable": "(není k dispozici)",
"introduction": "Homa Assistant uchovává registr všech entit, které kdy viděl a mohou být jednoznačně identifikovány. Každá z těchto entit bude mít přiděleno ID, které bude rezervováno pouze pro tuto entitu.",
"introduction2": "Pomocí registru entit můžete přepsat název, změnit identifikátor entity nebo odebrat entitu. Poznámka: odebrání entity z registru entit nesmaže entitu. Pro smazání přejděte na stránku integrací pomocí odkazu níže.",
"integrations_page": "Stránka integrací"
"integrations_page": "Stránka integrací",
"show_disabled": "Zobrazit zakázané entity"
},
"editor": {
"unavailable": "Tato entita není momentálně k dispozici.",
@ -729,7 +773,10 @@
"delete": "SMAZAT",
"update": "UPRAVIT",
"enabled_label": "Povolit entitu",
"enabled_cause": "Zakázáno {cause}."
"enabled_cause": "Zakázáno {cause}.",
"enabled_description": "Zakázané entity nebudou přidány do Home Assistant.",
"confirm_delete": "Opravdu chcete tuto položku smazat?",
"confirm_delete2": "Odstranění položky neodstraní entitu z Home Assistant. K tomu budete muset odebrat integraci '{platform}' z Home Assistant."
}
},
"person": {
@ -774,7 +821,18 @@
},
"devices": {
"caption": "Zařízení",
"description": "Správa připojených zařízení"
"description": "Správa připojených zařízení",
"automation": {
"triggers": {
"caption": "Udělej něco, když ..."
},
"conditions": {
"caption": "Udělej něco, jen když ..."
},
"actions": {
"caption": "Když je něco spuštěno ..."
}
}
}
},
"profile": {
@ -850,6 +908,10 @@
"force_narrow": {
"header": "Vždy skrýt postranní panel",
"description": "Tato volba skryje postranním panelu jako výchozí nastavení, podobně jako na mobilním zažízení."
},
"vibrate": {
"header": "Vibrovat",
"description": "Povolit nebo zakázat vibrace na tomto zařízení při ovládání ostatních zařízení."
}
},
"page-authorize": {
@ -997,7 +1059,8 @@
"navigate_to": "Přejděte na {location}",
"toggle": "Přepnout {name}",
"call_service": "Zavolat službu {name}",
"more_info": "Zobrazit více informací: {name}"
"more_info": "Zobrazit více informací: {name}",
"url": "Otevřít okno adresy {url_path}"
}
},
"editor": {
@ -1043,6 +1106,66 @@
"edit_lovelace": {
"header": "Název vašeho uživatelského rozhraní Lovelace",
"explanation": "Tento název je zobrazen nad všemi vašimi zobrazeními v Lovelace."
},
"card": {
"alarm_panel": {
"available_states": "Dostupné stavy"
},
"config": {
"required": "Povinné",
"optional": "Volitelné"
},
"entities": {
"show_header_toggle": "Zobrazit přepínač záhlaví?"
},
"gauge": {
"severity": {
"define": "Definovat závažnost?",
"green": "Zelená",
"red": "Červaná",
"yellow": "Žlutá"
}
},
"glance": {
"columns": "Sloupce"
},
"generic": {
"aspect_ratio": "Poměr stran",
"camera_image": "Entita kamery",
"camera_view": "Zobrazení kamery",
"entities": "Entity",
"entity": "Entita",
"hold_action": "Akce při podržení",
"hours_to_show": "Hodin k zobrazení",
"icon": "Ikona",
"icon_height": "Výška ikony",
"image": "Cesta obrázku",
"maximum": "Maximum",
"minimum": "Minimum",
"name": "Název",
"refresh_interval": "Interval obnovení",
"show_icon": "Zobrazit ikonu?",
"show_name": "Zobrazit název?",
"show_state": "Zobrazit stav?",
"tap_action": "Akce při stisknutí",
"title": "Název",
"theme": "Motiv",
"unit": "Jednotka",
"url": "Url"
},
"map": {
"geo_location_sources": "Zdroje geolokace",
"dark_mode": "Tmavý režim?",
"default_zoom": "Výchozí zvětšení",
"source": "Zdroj"
},
"markdown": {
"content": "Obsah"
},
"sensor": {
"graph_detail": "Detail grafu",
"graph_type": "Typ grafu"
}
}
},
"menu": {
@ -1213,7 +1336,8 @@
"fan_mode": "Režim ventilátoru",
"swing_mode": "Režim kmitání",
"away_mode": "Úsporný režim",
"aux_heat": "Pomocné teplo"
"aux_heat": "Pomocné teplo",
"preset_mode": "Předvolba"
},
"lock": {
"code": "Kód",
@ -1314,11 +1438,12 @@
"manuf": "od {manufacturer}",
"no_area": "Žádná oblast",
"services": {
"reconfigure": "Překonfigurovat zařízení ZHA (opravit zařízení). Použijte, pokud se zařízením máte problémy. Je-li dotyčné zařízení napájené bateriemi, ujistěte se prosím, že je při používání této služby spuštěné a přijímá příkazy.",
"updateDeviceName": "Nastavte vlastní název tohoto zařízení v registru zařízení.",
"remove": "Odebrat zařízení ze sítě Zigbee."
},
"zha_device_card": {
"device_name_placeholder": "Uživatelské jméno",
"device_name_placeholder": "Název přidělený uživatelem",
"area_picker_label": "Oblast",
"update_name_button": "Název aktualizace"
}
@ -1393,6 +1518,16 @@
"on": "Zapnuto",
"auto": "Automaticky"
},
"preset_mode": {
"none": "Žádná",
"eco": "Eco",
"away": "Pryč",
"boost": "Boost",
"comfort": "Komfort",
"home": "Doma",
"sleep": "Spánek",
"activity": "Aktivita"
},
"hvac_action": {
"off": "Vypnuto",
"heating": "Topení",

View File

@ -809,8 +809,7 @@
"mfa": {
"data": {
"code": "Cod dilysu dwy-ffactor"
},
"description": "Agorwch y **{mfa_module_name}** ar eich dyfeis i weld eich cod dilysu dwy-ffactor a chadarnhau eich hunaniaeth"
}
}
},
"error": {

View File

@ -554,6 +554,12 @@
},
"device": {
"label": "Enhed"
},
"and": {
"label": "Og"
},
"or": {
"label": "Eller"
}
},
"learn_more": "Lær om betingelser"
@ -596,7 +602,11 @@
"learn_more": "Lær om handlinger"
},
"load_error_not_editable": "Kun automatiseringer i automations.yaml kan redigeres.",
"load_error_unknown": "Fejl ved indlæsning af automatisering ({err_no})."
"load_error_unknown": "Fejl ved indlæsning af automatisering ({err_no}).",
"description": {
"label": "Beskrivelse",
"placeholder": "Valgfri beskrivelse"
}
}
},
"script": {
@ -754,7 +764,8 @@
"unavailable": "(utilgængelig)",
"introduction": "Home Assistant opbevarer en registrering over hver unikke enhed det nogensinde har set. Hver af disse enheder vil have et registrerings ID tildelt som er forbeholdt netop denne enhed.",
"introduction2": "Brug enhedsregistrering til at overskrive navnet, ændre enheds ID eller fjerne enheden fra Home Assistant. Bemærk at fjernelse af enhedens registrering ikke fjerner enheden. For at gøre det skal du følge linket herunder og fjerne det fra integrationssiden.",
"integrations_page": "Integrationsside"
"integrations_page": "Integrationsside",
"show_disabled": "Vis deaktiverede enheder"
},
"editor": {
"unavailable": "Denne enhed er ikke tilgængelig i øjeblikket.",
@ -763,7 +774,8 @@
"update": "OPDATER",
"enabled_label": "Aktivér enhed",
"enabled_cause": "Deaktiveret af {cause}.",
"enabled_description": "Deaktiverede enheder tilføjes ikke til Home Assistant."
"enabled_description": "Deaktiverede enheder tilføjes ikke til Home Assistant.",
"confirm_delete": "Er du sikker på, at du vil slette denne enhed?"
}
},
"person": {
@ -808,7 +820,18 @@
},
"devices": {
"caption": "Enheder",
"description": "Administrer tilsluttede enheder"
"description": "Administrer tilsluttede enheder",
"automation": {
"triggers": {
"caption": "Gør noget, når ..."
},
"conditions": {
"caption": "Gør kun noget, hvis ..."
},
"actions": {
"caption": "Når noget udløses ..."
}
}
}
},
"profile": {
@ -884,6 +907,10 @@
"force_narrow": {
"header": "Skjul altid sidepanelet",
"description": "Dette vil skjule sidepanelet som standard, svarende til den mobile oplevelse."
},
"vibrate": {
"header": "Vibrere",
"description": "Aktivér eller deaktiver vibrationer på denne enhed, når du styrer enheder."
}
},
"page-authorize": {
@ -1077,6 +1104,62 @@
"edit_lovelace": {
"header": "Titel på din Lovelace UI",
"explanation": "Denne titel vises over alle dine visninger i Lovelace."
},
"card": {
"alarm_panel": {
"available_states": "Tilgængelige tilstande"
},
"config": {
"required": "Påkrævet",
"optional": "Valgfri"
},
"gauge": {
"severity": {
"define": "Definer alvorlighed?",
"green": "Grøn",
"red": "Rød",
"yellow": "Gul"
}
},
"glance": {
"columns": "Kolonner"
},
"generic": {
"aspect_ratio": "Billedproportion",
"camera_image": "Kameraenhed",
"camera_view": "Kameravisning",
"entities": "Enheder",
"entity": "Enhed",
"hold_action": "Hold handling",
"icon": "Ikon",
"icon_height": "Ikonhøjde",
"image": "Sti til billede",
"maximum": "Maksimum",
"minimum": "Minimum",
"name": "Navn",
"refresh_interval": "Opdateringsinterval",
"show_icon": "Vis ikon?",
"show_name": "Vis navn?",
"show_state": "Vis tilstand?",
"tap_action": "Tap handling",
"title": "Titel",
"theme": "Tema",
"unit": "Enhed",
"url": "Url"
},
"map": {
"geo_location_sources": "Geolokationskilder",
"dark_mode": "Mørk tilstand?",
"default_zoom": "Standard zoom",
"source": "Kilde"
},
"markdown": {
"content": "Indhold"
},
"sensor": {
"graph_detail": "Graf detaljer",
"graph_type": "Graf type"
}
}
},
"menu": {

View File

@ -884,6 +884,9 @@
"force_narrow": {
"header": "Verstecke die Seitenleiste immer",
"description": "Dies blendet die Seitenleiste standardmäßig aus, ähnlich der Nutzung auf Mobilgeräten."
},
"vibrate": {
"header": "Vibrieren"
}
},
"page-authorize": {

View File

@ -287,7 +287,7 @@
"armed_home": "Οπλισμένο",
"armed_away": "Οπλισμένο",
"armed_night": "Οπλισμένο",
"pending": "Εκκρ",
"pending": "Εκκρεμής",
"arming": "Όπλιση",
"disarming": "Αφόπλιση",
"triggered": "Ενεργ",
@ -968,11 +968,11 @@
"data": {
"code": "Κωδικός ταυτοποίησης δυο παραγόντων"
},
"description": "Ανοίξτε το **{mfa_module_name}** στην συσκευή σας για να δείτε τον κωδικό ταυτοποίησης δυο παραγόντων και να ολοκληρώσετε την ταυτοποίηση."
"description": "Ανοίξτε το **{mfa_module_name}** στην συσκευή σας για να δείτε τον κωδικό ταυτοποίησης δυο-παραγόντων και να επιβεβαιώσετε την ταυτότητα:"
}
},
"error": {
"invalid_auth": "Μη αποδεκτό όνομα χρήστη ή κωδικός",
"invalid_auth": "Μη έγκυρο όνομα χρήστη ή κωδικός πρόσβασης",
"invalid_code": "Λανθασμένος κώδικας ταυτοποίησης"
},
"abort": {

View File

@ -419,7 +419,7 @@
"learn_more": "Learn more about automations"
},
"editor": {
"introduction": "Use automations to bring your home alive",
"introduction": "Use automations to bring your home alive.",
"default_name": "New Automation",
"save": "Save",
"unsaved_confirm": "You have unsaved changes. Are you sure you want to leave?",
@ -554,6 +554,12 @@
},
"device": {
"label": "Device"
},
"and": {
"label": "And"
},
"or": {
"label": "Or"
}
},
"learn_more": "Learn more about conditions"
@ -596,7 +602,11 @@
"learn_more": "Learn more about actions"
},
"load_error_not_editable": "Only automations in automations.yaml are editable.",
"load_error_unknown": "Error loading automation ({err_no})."
"load_error_unknown": "Error loading automation ({err_no}).",
"description": {
"label": "Description",
"placeholder": "Optional description"
}
}
},
"script": {
@ -713,7 +723,7 @@
"services": {
"reconfigure": "Reconfigure ZHA device (heal device). Use this if you are having issues with the device. If the device in question is a battery powered device please ensure it is awake and accepting commands when you use this service.",
"updateDeviceName": "Set a custom name for this device in the device registry.",
"remove": "Remove a device from the Zigbee network."
"remove": "Remove a device from the ZigBee network."
},
"device_card": {
"device_name_placeholder": "User given name",
@ -754,7 +764,8 @@
"unavailable": "(unavailable)",
"introduction": "Home Assistant keeps a registry of every entity it has ever seen that can be uniquely identified. Each of these entities will have an entity ID assigned which will be reserved for just this entity.",
"introduction2": "Use the entity registry to override the name, change the entity ID or remove the entry from Home Assistant. Note, removing the entity registry entry won't remove the entity. To do that, follow the link below and remove it from the integrations page.",
"integrations_page": "Integrations page"
"integrations_page": "Integrations page",
"show_disabled": "Show disabled entities"
},
"editor": {
"unavailable": "This entity is not currently available.",
@ -763,7 +774,9 @@
"update": "UPDATE",
"enabled_label": "Enable entity",
"enabled_cause": "Disabled by {cause}.",
"enabled_description": "Disabled entities will not be added to Home Assistant."
"enabled_description": "Disabled entities will not be added to Home Assistant.",
"confirm_delete": "Are you sure you want to delete this entry?",
"confirm_delete2": "Deleting an entry will not remove the entity from Home Assistant. To do this, you will need to remove the integration '{platform}' from Home Assistant."
}
},
"person": {
@ -808,7 +821,18 @@
},
"devices": {
"caption": "Devices",
"description": "Manage connected devices"
"description": "Manage connected devices",
"automation": {
"triggers": {
"caption": "Do something when..."
},
"conditions": {
"caption": "Only do something if..."
},
"actions": {
"caption": "When something is triggered..."
}
}
}
},
"profile": {
@ -884,6 +908,10 @@
"force_narrow": {
"header": "Always hide the sidebar",
"description": "This will hide the sidebar by default, similar to the mobile experience."
},
"vibrate": {
"header": "Vibrate",
"description": "Enable or disable vibration on this device when controlling devices."
}
},
"page-authorize": {
@ -1031,7 +1059,8 @@
"navigate_to": "Navigate to {location}",
"toggle": "Toggle {name}",
"call_service": "Call service {name}",
"more_info": "Show more-info: {name}"
"more_info": "Show more-info: {name}",
"url": "Open window to {url_path}"
}
},
"editor": {
@ -1077,6 +1106,66 @@
"edit_lovelace": {
"header": "Title of your Lovelace UI",
"explanation": "This title is shown above all your views in Lovelace."
},
"card": {
"alarm_panel": {
"available_states": "Available States"
},
"config": {
"required": "Required",
"optional": "Optional"
},
"entities": {
"show_header_toggle": "Show Header Toggle?"
},
"gauge": {
"severity": {
"define": "Define Severity?",
"green": "Green",
"red": "Red",
"yellow": "Yellow"
}
},
"glance": {
"columns": "Columns"
},
"generic": {
"aspect_ratio": "Aspect Ratio",
"camera_image": "Camera Entity",
"camera_view": "Camera View",
"entities": "Entities",
"entity": "Entity",
"hold_action": "Hold Action",
"hours_to_show": "Hours to Show",
"icon": "Icon",
"icon_height": "Icon Height",
"image": "Image Path",
"maximum": "Maximum",
"minimum": "Minimum",
"name": "Name",
"refresh_interval": "Refresh Interval",
"show_icon": "Show Icon?",
"show_name": "Show Name?",
"show_state": "Show State?",
"tap_action": "Tap Action",
"title": "Title",
"theme": "Theme",
"unit": "Unit",
"url": "Url"
},
"map": {
"geo_location_sources": "Geolocation Sources",
"dark_mode": "Dark Mode?",
"default_zoom": "Default Zoom",
"source": "Source"
},
"markdown": {
"content": "Content"
},
"sensor": {
"graph_detail": "Graph Detail",
"graph_type": "Graph Type"
}
}
},
"menu": {
@ -1461,4 +1550,4 @@
"config_entry": "Config Entry"
}
}
}
}

View File

@ -251,7 +251,8 @@
"snowy-rainy": "Nevado, lluvioso",
"sunny": "Soleado",
"windy": "Ventoso",
"windy-variant": "Ventoso"
"windy-variant": "Ventoso",
"exceptional": "Excepcional"
},
"vacuum": {
"cleaning": "Limpiando",
@ -501,6 +502,9 @@
"event": "Evento:",
"enter": "Entrar",
"leave": "Salir"
},
"device": {
"label": "Dispositivo"
}
},
"learn_more": "Más información sobre los desencadenadores"
@ -547,6 +551,15 @@
"label": "Zona",
"entity": "Entidad con ubicación",
"zone": "Zona"
},
"device": {
"label": "Dispositivo"
},
"and": {
"label": "Y"
},
"or": {
"label": "O"
}
},
"learn_more": "Más información sobre las condiciones"
@ -581,12 +594,19 @@
"label": "Disparar evento",
"event": "Evento",
"service_data": "Datos"
},
"device_id": {
"label": "Dispositivo"
}
},
"learn_more": "Más información sobre las acciones"
},
"load_error_not_editable": "Solo las automatizaciones en automations.yaml son editables.",
"load_error_unknown": "Error al cargar la automatización ({err_no})."
"load_error_unknown": "Error al cargar la automatización ({err_no}).",
"description": {
"label": "Descripción",
"placeholder": "Descripción opcional"
}
}
},
"script": {
@ -612,6 +632,7 @@
"start_network": "Iniciar red",
"stop_network": "Detener red",
"test_network": "Red de prueba",
"soft_reset": "Reinicio suave",
"save_config": "Guardar configuración",
"add_node_secure": "Agregar nodo seguro",
"add_node": "Agregar nodo",
@ -742,7 +763,8 @@
"unavailable": "(no disponible)",
"introduction": "Home Assistant mantiene un registro de todas las entidades que ha visto y que pueden identificarse de manera única. Cada una de estas entidades tendrá un ID de entidad asignado que se reservará solo para esta entidad.",
"introduction2": "Utilice el registro de la entidad para reemplazar el nombre, cambiar el ID de la entidad o eliminar la entrada de Home Assistant. Tenga en cuenta que eliminar la entrada del registro de la entidad no eliminará la entidad. Para hacerlo, siga el enlace a continuación y elimínelo de la página de integraciones.",
"integrations_page": "Página de integraciones"
"integrations_page": "Página de integraciones",
"show_disabled": "Mostrar entidades deshabilitadas"
},
"editor": {
"unavailable": "Esta entidad no está disponible actualmente.",
@ -751,7 +773,9 @@
"update": "ACTUALIZAR",
"enabled_label": "Habilitar entidad",
"enabled_cause": "Deshabilitado por {cause}.",
"enabled_description": "Las entidades deshabilitadas no serán agregadas a Home Assistant."
"enabled_description": "Las entidades deshabilitadas no serán agregadas a Home Assistant.",
"confirm_delete": "¿Estás seguro de que deseas eliminar esta entrada?",
"confirm_delete2": "Eliminar una entrada no eliminará la entidad de Home Assistant. Para hacer esto, deberá eliminar la integración '{plataforma}' de Home Assistant."
}
},
"person": {
@ -788,7 +812,21 @@
"heading": "Administración del servidor",
"introduction": "Controle su servidor Home Assistant ... desde Home Assistant.",
"restart": "Reiniciar",
"stop": "Detener"
"stop": "Detener",
"confirm_restart": "¿Estás seguro de que quieres reiniciar el Home Assistant?",
"confirm_stop": "¿Estás seguro de que quieres detener Home Assistant?"
}
}
},
"devices": {
"caption": "Dispositivos",
"description": "Administrar dispositivos conectados",
"automation": {
"triggers": {
"caption": "Haz algo cuando ..."
},
"conditions": {
"caption": "Sólo hacer algo si..."
}
}
}
@ -866,6 +904,10 @@
"force_narrow": {
"header": "Ocultar siempre la barra lateral",
"description": "Esto ocultará la barra lateral de forma predeterminada, similar a la experiencia móvil."
},
"vibrate": {
"header": "Vibrar",
"description": "Habilitar o deshabilitar la vibración en este dispositivo al controlar dispositivos."
}
},
"page-authorize": {
@ -950,7 +992,7 @@
"data": {
"code": "Código de autenticación de dos factores"
},
"description": "Abra el **{mfa_module_name}** en su dispositivo para ver su código de autenticación de dos factores y verificar su identidad:"
"description": "Abra el **{mfa_module_name}** en su dispositivo para ver su código de autenticar de dos factores y verificar su identidad:"
}
},
"error": {
@ -1013,7 +1055,8 @@
"navigate_to": "Navegue a {location}",
"toggle": "Alternar {name}",
"call_service": "Servicio de llamadas {name}",
"more_info": "Mostrar más información: {name}"
"more_info": "Mostrar más información: {name}",
"url": "Abrir ventana a {url_path}"
}
},
"editor": {
@ -1055,6 +1098,63 @@
"save": "Guardar",
"unsaved_changes": "Cambios no guardados",
"saved": "Guardado"
},
"edit_lovelace": {
"header": "Título de tu interfaz de usuario de Lovelace",
"explanation": "Este título se muestra sobre todas tus vistas en Lovelace."
},
"card": {
"alarm_panel": {
"available_states": "Estados disponibles"
},
"config": {
"required": "Requerido",
"optional": "Opcional"
},
"gauge": {
"severity": {
"define": "¿Definir gravedad?",
"green": "Verde",
"red": "Rojo",
"yellow": "Amarillo"
}
},
"glance": {
"columns": "Columnas"
},
"generic": {
"aspect_ratio": "Relación de aspecto",
"camera_image": "Entidad de la cámara",
"entities": "Entidades",
"entity": "Entidad",
"icon": "Icono",
"icon_height": "Altura del icono",
"image": "Ruta de la imagen",
"maximum": "Máximo",
"minimum": "Mínimo",
"name": "Nombre",
"refresh_interval": "Intervalo de actualización",
"show_icon": "¿Mostrar icono?",
"show_name": "¿Mostrar nombre?",
"show_state": "¿Mostrar estado?",
"title": "Título",
"theme": "Tema",
"unit": "Unidad",
"url": "Url"
},
"map": {
"geo_location_sources": "Fuentes de geolocalización",
"dark_mode": "¿Modo oscuro?",
"default_zoom": "Zoom predeterminado",
"source": "Fuente"
},
"markdown": {
"content": "Contenido"
},
"sensor": {
"graph_detail": "Detalle del gráfico",
"graph_type": "Tipo de gráfico"
}
}
},
"menu": {
@ -1200,7 +1300,9 @@
"fan": {
"speed": "Velocidad",
"oscillate": "Oscilar",
"direction": "Dirección"
"direction": "Dirección",
"forward": "Adelante",
"reverse": "Invertir"
},
"light": {
"brightness": "Brillo",
@ -1313,7 +1415,17 @@
"enable_new_entities_description": "Si está deshabilitado, las entidades recién descubiertas no se agregarán automáticamente a Home Assistant."
},
"zha_device_info": {
"manuf": "por {manufacturer}"
"manuf": "por {manufacturer}",
"no_area": "Sin área",
"services": {
"updateDeviceName": "Establecer un nombre personalizado para este dispositivo en el registro de dispositivos.",
"remove": "Eliminar un dispositivo de la red ZigBee."
},
"zha_device_card": {
"device_name_placeholder": "Nombre de usuario",
"area_picker_label": "Área",
"update_name_button": "Actualizar Nombre"
}
}
},
"auth_store": {

View File

@ -554,6 +554,12 @@
},
"device": {
"label": "Dispositivo"
},
"and": {
"label": "Y"
},
"or": {
"label": "O"
}
},
"learn_more": "Aprende más sobre las condiciones"
@ -596,7 +602,11 @@
"learn_more": "Aprende más sobre las acciones."
},
"load_error_not_editable": "Solo las automatizaciones en automations.yaml son editables.",
"load_error_unknown": "Error al cargar la automatización ({err_no})."
"load_error_unknown": "Error al cargar la automatización ({err_no}).",
"description": {
"label": "Descripción",
"placeholder": "Descripción opcional"
}
}
},
"script": {
@ -754,7 +764,8 @@
"unavailable": "(no disponible)",
"introduction": "Home Assistant mantiene un registro de cada entidad que ha visto. Cada una de estas entidades tendrá una identificación asignada que se reservará sólo para esta entidad.",
"introduction2": "Utiliza el registro de entidades para anular el nombre, cambiar el ID de la entidad o eliminar la entrada de Home Assistant. Nota: la eliminación de la entrada del registro de entidades no eliminará la entidad. Para ello, sigue el siguiente enlace y elimínalo de la página de integraciones.",
"integrations_page": "Integraciones"
"integrations_page": "Integraciones",
"show_disabled": "Mostrar entidades deshabilitadas"
},
"editor": {
"unavailable": "Esta entidad no está disponible actualmente.",
@ -763,7 +774,9 @@
"update": "ACTUALIZAR",
"enabled_label": "Activar entidad",
"enabled_cause": "Desactivado por {cause}.",
"enabled_description": "Las entidades desactivadas no se añadirán a Home Assistant."
"enabled_description": "Las entidades desactivadas no se añadirán a Home Assistant.",
"confirm_delete": "¿Estás seguro de que deseas eliminar esta entrada?",
"confirm_delete2": "Eliminar una entrada no eliminará la entidad de Home Assistant. Para hacer esto, deberás eliminar la integración \"{platform}\" de Home Assistant."
}
},
"person": {
@ -808,7 +821,18 @@
},
"devices": {
"caption": "Dispositivos",
"description": "Administrar dispositivos conectados"
"description": "Administrar dispositivos conectados",
"automation": {
"triggers": {
"caption": "Hacer algo cuando..."
},
"conditions": {
"caption": "Sólo hacer algo si..."
},
"actions": {
"caption": "Cuando algo se activa...."
}
}
}
},
"profile": {
@ -884,6 +908,10 @@
"force_narrow": {
"header": "Ocultar siempre la barra lateral",
"description": "Esto ocultará la barra lateral de forma predeterminada, similar a la experiencia móvil."
},
"vibrate": {
"header": "Vibrar",
"description": "Habilitar o deshabilitar la vibración en este dispositivo al controlar dispositivos."
}
},
"page-authorize": {
@ -1031,7 +1059,8 @@
"navigate_to": "Navegar a {location}",
"toggle": "Alternar {name}",
"call_service": "Ejecutar servicio {name}",
"more_info": "Mostrar más información: {name}"
"more_info": "Mostrar más información: {name}",
"url": "Abrir ventana a {url_path}"
}
},
"editor": {
@ -1077,6 +1106,66 @@
"edit_lovelace": {
"header": "Título de tu interfaz de usuario de Lovelace",
"explanation": "Este título se muestra sobre todas tus vistas en Lovelace."
},
"card": {
"alarm_panel": {
"available_states": "Estados disponibles"
},
"config": {
"required": "Necesario",
"optional": "Opcional"
},
"entities": {
"show_header_toggle": "¿Mostrar interruptor en encabezado?"
},
"gauge": {
"severity": {
"define": "¿Definir gravedad?",
"green": "Verde",
"red": "Rojo",
"yellow": "Amarillo"
}
},
"glance": {
"columns": "Columnas"
},
"generic": {
"aspect_ratio": "Relación de aspecto",
"camera_image": "Entidad de cámara",
"camera_view": "Vista de cámara",
"entities": "Entidades",
"entity": "Entidad",
"hold_action": "Acción de mantener",
"hours_to_show": "Horas para mostrar",
"icon": "Icono",
"icon_height": "Altura del icono",
"image": "Ruta de la imagen",
"maximum": "Máximo",
"minimum": "Mínimo",
"name": "Nombre",
"refresh_interval": "Intervalo de actualización",
"show_icon": "¿Mostrar icono?",
"show_name": "¿Mostrar nombre?",
"show_state": "¿Mostrar estado?",
"tap_action": "Acción de toque",
"title": "Título",
"theme": "Tema",
"unit": "Unidad",
"url": "Url"
},
"map": {
"geo_location_sources": "Fuentes de geolocalización",
"dark_mode": "¿Modo oscuro?",
"default_zoom": "Zoom predeterminado",
"source": "Fuente"
},
"markdown": {
"content": "Contenido"
},
"sensor": {
"graph_detail": "Detalle del gráfico",
"graph_type": "Tipo de gráfico"
}
}
},
"menu": {
@ -1316,7 +1405,7 @@
"dialogs": {
"more_info_settings": {
"save": "Guardar",
"name": "Anulación de nombre",
"name": "Cambio de nombre",
"entity_id": "Identificación de la entidad"
},
"more_info_control": {

View File

@ -8,6 +8,7 @@
"mailbox": "صندوق پستی",
"shopping_list": "لیست خرید",
"dev-info": "اطلاعات",
"developer_tools": "ابزارهای توسعه",
"calendar": "تقویم"
},
"state": {
@ -299,16 +300,22 @@
"title": "خدمات"
},
"states": {
"title": "ایالت ها"
"title": "وضعیت"
},
"events": {
"title": "رویدادها"
},
"templates": {
"title": "قالب ها"
"title": "قالب"
},
"mqtt": {
"title": "MQTT"
},
"info": {
"title": "اطلاعات"
},
"logs": {
"title": "وقایع"
}
}
},
@ -713,6 +720,10 @@
},
"mfa_setup": {
"title_aborted": "لغو شد"
},
"vibrate": {
"header": "ویبره",
"description": "هنگام کنترل دستگاه، حالت ویبره فعال یا غیرفعال می‌شود."
}
},
"page-authorize": {
@ -767,7 +778,7 @@
"data": {
"code": "تایید دو مرحله ای"
},
"description": "** {mfa_module_name} ** را بر روی دستگاه خود باز کنید تا کد تأیید اعتبار دو نفره خود را ببینید و هویت خود را تأیید کنید:"
"description": "باز کردن **{mfa_module_name}** * * * در دستگاه خود را برای مشاهده شما دو فاکتور تأیید هویت کد و هویت خود را تایید کنید:"
}
},
"error": {
@ -863,6 +874,34 @@
"save": "ذخیره",
"unsaved_changes": "تغییرات ذخیره نشده",
"saved": "ذخیره"
},
"card": {
"generic": {
"maximum": "بیشترین",
"minimum": "کمترین",
"name": "نام",
"refresh_interval": "فاصله رفرش",
"show_icon": "نمایش آیکون؟",
"show_name": "نمایش نام؟",
"show_state": "نمایش وضعیت؟",
"title": "عنوان",
"theme": "زمینه",
"unit": "واحد",
"url": "آدرس"
},
"map": {
"geo_location_sources": "منابع موقعیت یابی",
"dark_mode": "حالت تاریک",
"default_zoom": "بزرگنمایی پیش فرض",
"source": "منبع"
},
"markdown": {
"content": "محتوا"
},
"sensor": {
"graph_detail": "نمودار جزئیات",
"graph_type": "نوع نمودار"
}
}
},
"menu": {

View File

@ -251,7 +251,8 @@
"snowy-rainy": "Räntäsadetta",
"sunny": "Aurinkoista",
"windy": "Tuulista",
"windy-variant": "Tuulista"
"windy-variant": "Tuulista",
"exceptional": "Poikkeuksellinen"
},
"vacuum": {
"cleaning": "Imuroi",
@ -495,6 +496,9 @@
"event": "Tapahtuma:",
"enter": "Saapuminen alueelle",
"leave": "Poistu"
},
"device": {
"label": "Laite"
}
},
"learn_more": "Lisätietoja triggereistä"
@ -541,6 +545,15 @@
"label": "Alue",
"entity": "Kokonaisuus, jolla on sijainti",
"zone": "Alue"
},
"device": {
"label": "Laite"
},
"and": {
"label": "Ja"
},
"or": {
"label": "Tai"
}
},
"learn_more": "Lisätietoja ehdoista"
@ -580,7 +593,11 @@
"learn_more": "Lisätietoja toiminnoista"
},
"load_error_not_editable": "Vain automaatiot tiedostossa automations.yaml ovat muokattavissa.",
"load_error_unknown": "Virhe ladatessa automaatiota ( {err_no} )"
"load_error_unknown": "Virhe ladatessa automaatiota ( {err_no} )",
"description": {
"label": "Kuvaus",
"placeholder": "Valinnainen kuvaus"
}
}
},
"script": {
@ -590,12 +607,48 @@
"zwave": {
"caption": "Z-Wave",
"description": "Z-Wave -verkon asetukset",
"network_management": {
"header": "Z-Wave-verkon hallinta",
"introduction": "Suorita Z-Wave-verkkoon vaikuttavia komentoja. Et saa palautetta siitä, onnistuiko useimmat komennot, mutta voit tarkistaa OZW-lokin ja yrittää selvittää sen."
},
"network_status": {
"network_stopped": "Z-Wave-verkko pysäytetty",
"network_starting": "Käynnistetään Z-Wave-verkkoa...",
"network_starting_note": "Tämä voi viedä hetken verkon koosta riippuen.",
"network_started": "Z-Wave-verkko käynnistetty",
"network_started_note_some_queried": "Hereillä olevat solmut on kysytty. Nukkuvat solmut kysytään kun ne heräävät.",
"network_started_note_all_queried": "Kaikista solmuista on kyselty."
},
"services": {
"start_network": "Käynnistä verkko",
"stop_network": "Pysäytä verkko",
"heal_network": "Paranna verkko",
"test_network": "Testaa verkkoyhteys",
"soft_reset": "Pehmeä nollaus",
"save_config": "Tallenna asetukset",
"add_node_secure": "Lisää suojattu solmu",
"add_node": "Lisää solmu",
"remove_node": "Poista solmu",
"cancel_command": "Peruuta komento"
},
"common": {
"value": "Arvo",
"instance": "Esiintymä",
"index": "Indeksi",
"unknown": "tuntematon",
"wakeup_interval": "Herätysväli"
},
"values": {
"header": "Solmujen arvot"
},
"node_config": {
"header": "Solmun määritysasetukset",
"seconds": "sekuntia",
"set_wakeup": "Aseta herätysväli",
"config_parameter": "Asetusparametri",
"config_value": "Asetusarvo",
"true": "Tosi",
"false": "Eätosi",
"set_config_parameter": "Aseta asetusparametri"
}
},
@ -720,6 +773,38 @@
"device_tracker_picked": "Seuraa laitetta",
"device_tracker_pick": "Valitse seurattava laite"
}
},
"server_control": {
"caption": "Palvelimen hallinta",
"description": "Uudelleenkäynnistä ja sammuta Home Assistant -palvelin",
"section": {
"validation": {
"heading": "Asetusten tarkistus",
"check_config": "Tarkista asetukset",
"valid": "Asetukset kunnossa!",
"invalid": "Asetukset ei kelpaa"
},
"reloading": {
"heading": "Asetusten uudelleenlataus",
"core": "Lataa ydin uudelleen",
"group": "Lataa ryhmät uudelleen",
"automation": "Lataa automaatiot uudelleen",
"script": "Lataa skriptit uudelleen",
"scene": "Lataa tilanteet uudelleen"
},
"server_management": {
"heading": "Palvelimen hallinta",
"introduction": "Hallitse Home Assistantia... suoraan Home Assistantista",
"restart": "Käynnistä uudelleen",
"stop": "Pysäytä",
"confirm_restart": "Haluatko varmasti käynnistää Home Assistantin uudelleen?",
"confirm_stop": "Haluatko varmasti pysäyttää Home Assistantin?"
}
}
},
"devices": {
"caption": "Laitteet",
"description": "Hallitse yhdistettyjä laitteita"
}
},
"profile": {
@ -878,11 +963,11 @@
"data": {
"code": "Kaksivaiheinen tunnistuskoodi"
},
"description": "Avaa **{mfa_module_name}** laitteessasi, jotta näet kaksivaiheisen tunnistuskoodin henkilöllisyyden vahvistamiseen:"
"description": "Avaa **{mfa_module_name}** laitteessasi nähdäksesi kaksivaiheisen tunnistautumisen koodisi ja vahvistaaksesi identiteettisi:"
}
},
"error": {
"invalid_auth": "Väärä käyttäjänimi tai salasana",
"invalid_auth": "Virheellinen käyttäjätunnus tai salasana",
"invalid_code": "Virheellinen tunnistuskoodi"
},
"abort": {
@ -1318,5 +1403,11 @@
"system-admin": "Järjestelmänvalvojat",
"system-users": "Käyttäjät",
"system-read-only": "Pelkästään luku -käyttäjät"
},
"config_entry": {
"disabled_by": {
"user": "Käyttäjä",
"integration": "Integraatio"
}
}
}

View File

@ -554,6 +554,12 @@
},
"device": {
"label": "Appareil"
},
"and": {
"label": "Et"
},
"or": {
"label": "Ou"
}
},
"learn_more": "En savoir plus sur les conditions"
@ -596,7 +602,11 @@
"learn_more": "En savoir plus sur les actions"
},
"load_error_not_editable": "Seules les automatisations dans automations.yaml sont modifiables.",
"load_error_unknown": "Erreur lors du chargement de l'automatisation ( {err_no} )."
"load_error_unknown": "Erreur lors du chargement de l'automatisation ( {err_no} ).",
"description": {
"label": "Description",
"placeholder": "Description optionnelle"
}
}
},
"script": {
@ -754,7 +764,8 @@
"unavailable": "(indisponible)",
"introduction": "Home Assistant tient un registre de chaque entité qu'il a déjà vu au moins une fois et qui peut être identifié de manière unique. Chacune de ces entités se verra attribuer un identifiant qui sera réservé à cette seule entité.",
"introduction2": "Utilisez le registre d'entités pour remplacer le nom, modifier l'ID d'entité ou supprimer l'entrée d'Home Assistant. Remarque: la suppression de l'entrée de registre d'entité ne supprime pas l'entité. Pour ce faire, suivez le lien ci-dessous et supprimez-le de la page des intégrations.",
"integrations_page": "Page des intégrations"
"integrations_page": "Page des intégrations",
"show_disabled": "Afficher les entités désactivées"
},
"editor": {
"unavailable": "Cette entité n'est pas disponible actuellement.",
@ -763,7 +774,9 @@
"update": "METTRE À JOUR",
"enabled_label": "Activer l'entité",
"enabled_cause": "Désactivé par {cause}.",
"enabled_description": "Les entités désactivées ne seront pas ajoutées à Home Assistant."
"enabled_description": "Les entités désactivées ne seront pas ajoutées à Home Assistant.",
"confirm_delete": "Êtes-vous sûr de vouloir supprimer cette entrée?",
"confirm_delete2": "La suppression d'une entrée ne supprimera pas l'entité de Home Assistant. Pour ce faire, vous devez supprimer l'intégration '{plate-forme}' de Home Assistant."
}
},
"person": {
@ -808,7 +821,18 @@
},
"devices": {
"caption": "Appareils",
"description": "Gérer les appareils connectés"
"description": "Gérer les appareils connectés",
"automation": {
"triggers": {
"caption": "Faire quelque chose quand ..."
},
"conditions": {
"caption": "Ne faire quelque chose si ..."
},
"actions": {
"caption": "Quand quelque chose est déclenché ..."
}
}
}
},
"profile": {
@ -884,6 +908,10 @@
"force_narrow": {
"header": "Toujours cacher la barre latérale",
"description": "Cela masquera la barre latérale par défaut, semblable à l'expérience mobile."
},
"vibrate": {
"header": "Vibrer",
"description": "Activez ou désactivez les vibrations sur cet appareil lorsque vous contrôlez des appareils."
}
},
"page-authorize": {
@ -1031,7 +1059,8 @@
"navigate_to": "Accédez à {location}",
"toggle": "Activer\/désactiver {name}",
"call_service": "Appeler le service {name}",
"more_info": "Afficher plus d'informations: {name}"
"more_info": "Afficher plus d'informations: {name}",
"url": "Ouvrir la fenêtre vers {url_path}."
}
},
"editor": {
@ -1077,6 +1106,66 @@
"edit_lovelace": {
"header": "Titre de votre UI Lovelace",
"explanation": "Ce titre est affiché au-dessus de toutes vos vues dans Lovelace."
},
"card": {
"alarm_panel": {
"available_states": "États disponibles"
},
"config": {
"required": "Requis",
"optional": "Optionnel"
},
"entities": {
"show_header_toggle": "Afficher le bouton d'en-tête ?"
},
"gauge": {
"severity": {
"define": "Définir la gravité ?",
"green": "Vert",
"red": "Rouge",
"yellow": "Jaune"
}
},
"glance": {
"columns": "Colonnes"
},
"generic": {
"aspect_ratio": "Ratio d'aspect",
"camera_image": "Caméra entité",
"camera_view": "Vue de la caméra",
"entities": "Entités",
"entity": "Entité",
"hold_action": "Appui long",
"hours_to_show": "Heures à montrer",
"icon": "Icône",
"icon_height": "Hauteur de l'icône",
"image": "Chemin de l'image",
"maximum": "Maximum",
"minimum": "Minimum",
"name": "Nom",
"refresh_interval": "Intervalle de rafraîchissement",
"show_icon": "Afficher l'icône ?",
"show_name": "Afficher le nom ?",
"show_state": "Afficher l'état ?",
"tap_action": "Appui court",
"title": "Titre",
"theme": "Thème",
"unit": "Unité",
"url": "Url"
},
"map": {
"geo_location_sources": "Sources de géolocalisation",
"dark_mode": "Mode sombre ?",
"default_zoom": "Zoom par défaut",
"source": "Source"
},
"markdown": {
"content": "Contenu"
},
"sensor": {
"graph_detail": "Détail du graphique",
"graph_type": "Type de graphique"
}
}
},
"menu": {

View File

@ -945,7 +945,7 @@
"data": {
"code": "קוד אימות דו-שלבי"
},
"description": "פתח את **{mfa_module_name}** במכשיר שלך בכדי לצפות בקוד האימות הדו-שלבי שלך ולאמת את הזהות שלך:"
"description": "פתח את ** {mfa_module_name} ** במכשיר שלך כדי להציג את קוד האימות הדו שלבי ולאמת את הזהות שלך:"
}
},
"error": {

View File

@ -20,6 +20,9 @@
"off": "बंद"
},
"binary_sensor": {
"default": {
"off": "बंद"
},
"motion": {
"off": "विशद",
"on": "अनुसन्धानित"
@ -58,10 +61,14 @@
"on": "खुली"
}
},
"calendar": {
"off": "बंद"
},
"camera": {
"recording": "रिकॉर्डिंग"
},
"climate": {
"off": "बंद",
"heat": "गर्मी",
"cool": "ठंडा",
"dry": "सूखा",

View File

@ -968,11 +968,11 @@
"data": {
"code": "2-faktor autentifikacijski kod"
},
"description": "Otvoritw **{mfa_module_name}** na vašem uređaju da vidite vaš kod za 2-faktor autentifikaciju i potvrdite vaš identitet:"
"description": "Otvorite ** {mfa_module_name} ** na svojem uređaju da biste vidjeli kôd za autentifikaciju s dva faktora i potvrdili svoj identitet:"
}
},
"error": {
"invalid_auth": "Pogrešno korisničko ime ili lozinka",
"invalid_auth": "Neispravno korisničko ime ili lozinka",
"invalid_code": "Pogrešan autentifikacijski kod."
},
"abort": {
@ -1351,7 +1351,7 @@
"services": {
"reconfigure": "Ponovno konfiguriaj ZHA uređaj (liječenje uređaja). Upotrijebite ovo ako imate problema s uređajem. Ako je uređaj u pitanju uređaj za bateriju, provjerite je li budan i prihvaća naredbe kada koristite ovu uslugu.",
"updateDeviceName": "Postavite prilagođeni naziv za ovaj uređaj u registru uređaja.",
"remove": "Uklonite uređaj iz ZigBee mreže."
"remove": "Uklonite uređaj iz Zigbee mreže."
},
"zha_device_card": {
"device_name_placeholder": "Korisničko ime",

View File

@ -554,6 +554,12 @@
},
"device": {
"label": "Eszköz"
},
"and": {
"label": "És"
},
"or": {
"label": "Vagy"
}
},
"learn_more": "Tudj meg többet a feltételekről"
@ -596,7 +602,11 @@
"learn_more": "Tudj meg többet a műveletekről"
},
"load_error_not_editable": "Csak az automations.yaml fájlban lévő automatizálások szerkeszthetőek.",
"load_error_unknown": "Hiba történt az automatizálás betöltésekor ({err_no})."
"load_error_unknown": "Hiba történt az automatizálás betöltésekor ({err_no}).",
"description": {
"label": "Leírás",
"placeholder": "Opcionális leírás"
}
}
},
"script": {
@ -607,7 +617,8 @@
"caption": "Z-Wave",
"description": "Z-Wave hálózat kezelése",
"network_management": {
"header": "Z-Wave hálózat menedzsment"
"header": "Z-Wave hálózat menedzsment",
"introduction": "Olyan parancsok futtatása, amelyek befolyásolják a Z-Wave hálózatot. Nem fogsz visszajelzést kapni arról, hogy a legtöbb parancs sikeres volt-e, de az OZW logok alapján megpróbálhatod kideríteni."
},
"network_status": {
"network_stopped": "Z-Wave hálózat leállt",
@ -620,7 +631,9 @@
"services": {
"start_network": "Hálózat indítása",
"stop_network": "Hálózat leállítása",
"heal_network": "Hálózati struktúra feltérképezése",
"test_network": "Hálózat tesztelése",
"soft_reset": "Soft Reset",
"save_config": "Konfiguráció mentése",
"add_node_secure": "Biztonságos csomópont hozzáadása",
"add_node": "Csomópont hozzáadása",
@ -751,7 +764,8 @@
"unavailable": "(nem elérhető)",
"introduction": "A Home Assistant nyilvántartást vezet minden olyan entitásról, melyet valaha látott, és egyedileg azonosítható. Ezen entitások mindegyikéhez létrejön egy entitás ID, amely csak az adott entitáshoz van rendelve.",
"introduction2": "Az entitás nyilvántartás használatával felülbírálhatod a nevet, módosíthatod az entitás ID-t vagy eltávolíthatod a bejegyzést a Home Assistant-ból. Megjegyzendő, hogy az entitás nyilvántartásból történő bejegyzés eltávolítás nem fogja eltávolítani magát az entitást. Ehhez kövesd az alábbi linket, és távolítsd el azt az integrációk oldalról.",
"integrations_page": "Integrációk oldal"
"integrations_page": "Integrációk oldal",
"show_disabled": "Letiltott entitások megjelenítése"
},
"editor": {
"unavailable": "Ez az entitás jelenleg nem elérhető.",
@ -760,7 +774,9 @@
"update": "FRISSÍTÉS",
"enabled_label": "Entitás engedélyezése",
"enabled_cause": "Letiltva. ({cause})",
"enabled_description": "A letiltott entitások nem lesznek hozzáadva a Home Assistant-hoz."
"enabled_description": "A letiltott entitások nem lesznek hozzáadva a Home Assistant-hoz.",
"confirm_delete": "Biztosan törölni szeretnéd ezt a bejegyzést?",
"confirm_delete2": "A bejegyzés törlésével az entitás nem kerül eltávolításra a Home Assistant-ból. Ehhez el kell távolítani a '{platform}' integrációt a Home Assistant-ból."
}
},
"person": {
@ -805,7 +821,18 @@
},
"devices": {
"caption": "Eszközök",
"description": "Csatlakoztatott eszközök kezelése"
"description": "Csatlakoztatott eszközök kezelése",
"automation": {
"triggers": {
"caption": "Csinálj valamit, amikor..."
},
"conditions": {
"caption": "Csak akkor csinálj valamit, ha"
},
"actions": {
"caption": "Amikor valami indításra kerül..."
}
}
}
},
"profile": {
@ -881,6 +908,10 @@
"force_narrow": {
"header": "Mindig rejtse el az oldalsávot",
"description": "Ez alapértelmezés szerint elrejti az oldalsávot, hasonlóan a mobil verzióhoz."
},
"vibrate": {
"header": "Rezgés",
"description": "Rezgés engedélyezése vagy tiltása ezen az eszközön az eszközök vezérlésekor."
}
},
"page-authorize": {
@ -1028,7 +1059,8 @@
"navigate_to": "Ugrás {location}",
"toggle": "Váltás {name}",
"call_service": "Szolgáltatás meghívása {name}",
"more_info": "További információ megjelenítése: {name}"
"more_info": "További információ megjelenítése: {name}",
"url": "Ablak megnyitása: {url_path}"
}
},
"editor": {
@ -1074,6 +1106,66 @@
"edit_lovelace": {
"header": "Lovelace UI címe",
"explanation": "Ez a cím jelenik meg minden nézet felett a Lovelace-ben."
},
"card": {
"alarm_panel": {
"available_states": "Rendelkezésre álló állapotok"
},
"config": {
"required": "Szükséges",
"optional": "Opcionális"
},
"entities": {
"show_header_toggle": "Fejléc kapcsoló megjelenítése?"
},
"gauge": {
"severity": {
"define": "Súlyosság meghatározása?",
"green": "Zöld",
"red": "Piros",
"yellow": "Sárga"
}
},
"glance": {
"columns": "Oszlopok"
},
"generic": {
"aspect_ratio": "Oldalarány",
"camera_image": "Kamera entitás",
"camera_view": "Kamera nézet",
"entities": "Entitások",
"entity": "Entitás",
"hold_action": "Tartási művelet",
"hours_to_show": "Órák megjelenítése",
"icon": "Ikon",
"icon_height": "Ikon magassága",
"image": "Kép elérési útja",
"maximum": "Maximum",
"minimum": "Minimum",
"name": "Név",
"refresh_interval": "Frissítési intervallum",
"show_icon": "Ikon megjelenítése?",
"show_name": "Név megjelenítése?",
"show_state": "Állapot megjelenítése?",
"tap_action": "Koppintási művelet",
"title": "Cím",
"theme": "Téma",
"unit": "Egység",
"url": "Url"
},
"map": {
"geo_location_sources": "Helylokáció forrásai",
"dark_mode": "Sötét mód?",
"default_zoom": "Alapértelmezett nagyítás",
"source": "Forrás"
},
"markdown": {
"content": "Tartalom"
},
"sensor": {
"graph_detail": "Grafikon részletei",
"graph_type": "Grafikon típusa"
}
}
},
"menu": {
@ -1346,6 +1438,7 @@
"manuf": "{manufacturer} által",
"no_area": "Nincs Terület",
"services": {
"reconfigure": "A ZHA készülék újratelepítése (eszköz rendbehozatala). Akkor használd ezt a funkciót, ha problémáid vannak a készülékkel. Ha a kérdéses eszköz akkumulátoros, győződj meg róla, hogy nincs alvó állapotban és fogadja a parancsokat, amikor ezt a szolgáltatást használod.",
"updateDeviceName": "Egyedi név beállítása ehhez az eszközhöz az eszköz nyilvántartásban.",
"remove": "Törölj egy eszközt a Zigbee hálózatból"
},

View File

@ -765,6 +765,18 @@
"abort": {
"not_whitelisted": "Komputer Anda tidak masuk daftar putih."
}
},
"command_line": {
"step": {
"init": {
"data": {
"username": "Nama pengguna"
}
},
"mfa": {
"description": "Buka ** {mfa_module_name} ** pada perangkat Anda untuk melihat kode otentikasi dua-faktor Anda dan verifikasi identitas Anda:"
}
}
}
}
}

View File

@ -497,6 +497,15 @@
"label": "Öryggissvæði",
"entity": "Eining með staðsetningu",
"zone": "Öryggissvæði"
},
"device": {
"label": "Tæki"
},
"and": {
"label": "Og"
},
"or": {
"label": "Eða"
}
},
"learn_more": "Læra meira um skilyrði"
@ -539,7 +548,11 @@
"learn_more": "Læra meira um aðgerðir"
},
"load_error_not_editable": "Eingöngu er hægt að breyta sjálfvirkni í automations.yaml",
"load_error_unknown": "Villa kom upp við að hlaða inn sjálfvirkni ({err_no})."
"load_error_unknown": "Villa kom upp við að hlaða inn sjálfvirkni ({err_no}).",
"description": {
"label": "Lýsing",
"placeholder": "Valfrjáls lýsing"
}
}
},
"script": {
@ -568,6 +581,7 @@
"cancel_command": "Hætta við skipun"
},
"common": {
"value": "Gildi",
"unknown": "óþekkt"
},
"node_config": {
@ -677,13 +691,15 @@
"header": "Einingarskrá",
"unavailable": "(ekki tiltækt)",
"introduction": "Home Assistant heldur bókhald utanum allar einingar sem verið greindar. Hver þessara eininga hafa einingar-auðkenni (ID) sem er frátekið bara fyrir þessa tilteknu einingu.",
"integrations_page": "Samþættingar síða"
"integrations_page": "Samþættingar síða",
"show_disabled": "Sýna afvirkjaðar einingar"
},
"editor": {
"unavailable": "Þessi eining er ekki tiltæk eins og er.",
"default_name": "Nýtt svæði",
"delete": "EYÐA",
"update": "UPPFÆRA"
"update": "UPPFÆRA",
"enabled_label": "Virkja einingu"
}
},
"person": {
@ -720,7 +736,24 @@
"heading": "Stjórnun miðlara",
"introduction": "Stjórna Home Assistant miðlara... frá Home Assistant.",
"restart": "Endurræsa",
"stop": "Stöðva"
"stop": "Stöðva",
"confirm_restart": "Ertu viss um að þú viljir endurræsa Home Assistant?",
"confirm_stop": "Ertu viss um að þú viljir stöðva Home Assistant?"
}
}
},
"devices": {
"caption": "Tæki",
"description": "Stjórna tengdum tækjum",
"automation": {
"triggers": {
"caption": "Framkvæma eitthvað þegar..."
},
"conditions": {
"caption": "Bara framkvæma eitthvað ef..."
},
"actions": {
"caption": "Þegar eitthvað er ræst af kveikju..."
}
}
}
@ -793,10 +826,15 @@
"force_narrow": {
"header": "Alltaf fela hliðarstikuna",
"description": "Þetta mun fela hliðarstikuna með sambærilegum hætti og á snjalltækum."
},
"vibrate": {
"header": "Titra",
"description": "Kveikja eða slökkva á titringi í þessu tæki þegar þú stjórnar tækjum."
}
},
"page-authorize": {
"initializing": "Frumstilli",
"authorizing_client": "Þú ert að fara að veita {clientId} aðgang að Home Assistant uppsetningunni.",
"logging_in_with": "Skrái inn með ** {authProviderName} **.",
"pick_auth_provider": "Eða skráðu þig inn með",
"abort_intro": "Hætt var við innskráningu",
@ -974,6 +1012,52 @@
"save": "Vista",
"unsaved_changes": "Óvistaðar breytingar",
"saved": "Vistað"
},
"card": {
"alarm_panel": {
"available_states": "Tiltækar stöður"
},
"config": {
"required": "Skilyrt",
"optional": "Valfrjálst"
},
"gauge": {
"severity": {
"define": "Skilgreina alvarleika?",
"green": "Grænt",
"red": "Rautt",
"yellow": "Gult"
}
},
"glance": {
"columns": "Dálkar"
},
"generic": {
"aspect_ratio": "Hlutfall",
"camera_view": "Sjónarhorn myndavélar",
"entities": "Einingar",
"entity": "Eining",
"hours_to_show": "Klukkutímar sem á að birta",
"icon": "Táknmynd",
"icon_height": "Hæð tákmyndar",
"image": "Myndaslóð",
"maximum": "Hámark",
"minimum": "Lágmark",
"name": "Nafn",
"show_icon": "Birta táknmynd?",
"show_name": "Birta nafn?",
"show_state": "Birta stöðu?",
"title": "Titill",
"theme": "Þema",
"unit": "Eining"
},
"map": {
"dark_mode": "Dökkur hamur?",
"default_zoom": "Sjálfgefinn aðdráttur"
},
"markdown": {
"content": "Innihald"
}
}
},
"menu": {
@ -1218,6 +1302,21 @@
"form": {
"header": "Valkostir"
}
},
"config_entry_system_options": {
"title": "Kerfisvalkostir",
"enable_new_entities_label": "Virkja einingar sem nýlega var bætt við"
},
"zha_device_info": {
"manuf": "eftir {manufacturer}",
"no_area": "Ekkert svæði",
"services": {
"remove": "Fjarlægja tæki af ZigBee neti."
},
"zha_device_card": {
"area_picker_label": "Svæði",
"update_name_button": "Uppfæra nafn"
}
}
},
"auth_store": {
@ -1292,7 +1391,16 @@
"away": "Fjarverandi",
"comfort": "Þægindi",
"home": "Heima",
"sleep": "Svefn"
"sleep": "Svefn",
"activity": "Virkni"
},
"hvac_action": {
"off": "Slökkt",
"heating": "Kynding",
"cooling": "Kæling",
"drying": "Þurrkun",
"idle": "Aðgerðalaus",
"fan": "Vifta"
}
}
},
@ -1303,7 +1411,8 @@
},
"config_entry": {
"disabled_by": {
"user": "Notandi"
"user": "Notandi",
"integration": "Samþætting"
}
}
}

View File

@ -419,7 +419,7 @@
"learn_more": "Per saperne di più sulle automazioni"
},
"editor": {
"introduction": "Usa le automazioni per rendere viva la tua casa",
"introduction": "Usa le automazioni per dare vita alla tua casa.",
"default_name": "Nuova automazione",
"save": "Salva",
"unsaved_confirm": "Hai delle modifiche non salvate. Sei sicuro di voler uscire?",
@ -554,6 +554,12 @@
},
"device": {
"label": "Dispositivo"
},
"and": {
"label": "E"
},
"or": {
"label": "Oppure"
}
},
"learn_more": "Per saperne di più sulle condizioni"
@ -596,7 +602,11 @@
"learn_more": "Per saperne di più sulle azioni"
},
"load_error_not_editable": "Solo le automazioni in automations.yaml sono modificabili.",
"load_error_unknown": "Errore durante il caricamento dell'automazione ({err_no})."
"load_error_unknown": "Errore durante il caricamento dell'automazione ({err_no}).",
"description": {
"label": "Descrizione",
"placeholder": "Descrizione facoltativa"
}
}
},
"script": {
@ -754,7 +764,8 @@
"unavailable": "(non disponibile)",
"introduction": "Home Assistant mantiene un registro di tutte le entità che ha mai localizzato e possono essere identificate in modo univoco. A ciascuna di queste entità sarà assegnato un ID che sarà riservato solo a questa entità.",
"introduction2": "Utilizzare il registro delle entità per sovrascrivere il nome, modificare l'entity ID o rimuovere la voce da Home Assistant. Nota, la rimozione della voce del registro entità non rimuoverà l'entità. Per farlo, segui il link sottostante e rimuovilo dalla pagina delle integrazioni.",
"integrations_page": "Integrazioni"
"integrations_page": "Integrazioni",
"show_disabled": "Mostra entità disabilitate"
},
"editor": {
"unavailable": "Questa entità non è attualmente disponibile.",
@ -763,7 +774,9 @@
"update": "AGGIORNA",
"enabled_label": "Abilita entità",
"enabled_cause": "Disabilitato da {cause}.",
"enabled_description": "Le entità disabilitate non verranno aggiunte a Home Assistant."
"enabled_description": "Le entità disabilitate non verranno aggiunte a Home Assistant.",
"confirm_delete": "Sei sicuro di voler eliminare questa voce?",
"confirm_delete2": "L'eliminazione di una voce non comporta la rimozione dell'entità da Home Assistant. A tale scopo, è necessario rimuovere l'integrazione '{platform}' da Home Assistant."
}
},
"person": {
@ -808,7 +821,18 @@
},
"devices": {
"caption": "Dispositivi",
"description": "Gestisci i dispositivi collegati"
"description": "Gestisci i dispositivi collegati",
"automation": {
"triggers": {
"caption": "Fai qualcosa quando..."
},
"conditions": {
"caption": "Fai qualcosa solo se..."
},
"actions": {
"caption": "Quando qualcosa si attiva..."
}
}
}
},
"profile": {
@ -884,6 +908,10 @@
"force_narrow": {
"header": "Nascondi sempre la barra laterale",
"description": "Questo nasconderà la barra laterale per impostazione predefinita, in modo simile all'esperienza mobile"
},
"vibrate": {
"header": "Vibrare",
"description": "Abilitare o disabilitare la vibrazione su questo dispositivo durante il controllo dei dispositivi."
}
},
"page-authorize": {
@ -968,11 +996,11 @@
"data": {
"code": "Codice di autenticazione a due fattori"
},
"description": "Apri **{mfa_module_name}** sul tuo dispositivo per vedere il tuo codice di autenticazione a due fattori e verificare la tua identità:"
"description": "Apri il **{mfa_module_name}** sul tuo dispositivo per visualizzare il codice di autenticazione a due fattori e verificare la tua identità:"
}
},
"error": {
"invalid_auth": "Username o password non validi",
"invalid_auth": "Nome utente o password errati",
"invalid_code": "Codice di autenticazione non valido"
},
"abort": {
@ -1031,7 +1059,8 @@
"navigate_to": "Vai a {location}",
"toggle": "Commuta {name}",
"call_service": "Chiama il servizio {name}",
"more_info": "Mostra più informazioni: {name}"
"more_info": "Mostra più informazioni: {name}",
"url": "Aprire la finestra per {url_path}"
}
},
"editor": {
@ -1077,6 +1106,66 @@
"edit_lovelace": {
"header": "Titolo della tua interfaccia utente di Lovelace",
"explanation": "Questo titolo è mostrato sopra tutte le tue viste in Lovelace."
},
"card": {
"alarm_panel": {
"available_states": "Stati disponibili"
},
"config": {
"required": "Richiesto",
"optional": "Facoltativo"
},
"entities": {
"show_header_toggle": "Mostrare l'interruttore dell'intestazione?"
},
"gauge": {
"severity": {
"define": "Definire la gravità?",
"green": "Verde",
"red": "Rosso",
"yellow": "Giallo"
}
},
"glance": {
"columns": "Colonne"
},
"generic": {
"aspect_ratio": "Proporzioni",
"camera_image": "Entità Fotocamera",
"camera_view": "Vista fotocamera",
"entities": "Entità",
"entity": "Entità",
"hold_action": "Azione di attesa",
"hours_to_show": "Ore da mostrare",
"icon": "Icona",
"icon_height": "Altezza icona",
"image": "Percorso immagine",
"maximum": "Massimo",
"minimum": "Minimo",
"name": "Nome",
"refresh_interval": "Intervallo di aggiornamento",
"show_icon": "Mostrare l'icona?",
"show_name": "Mostrare il nome?",
"show_state": "Mostrare lo stato?",
"tap_action": "Tocca Azione",
"title": "Titolo",
"theme": "Tema",
"unit": "Unità",
"url": "Url"
},
"map": {
"geo_location_sources": "Fonti di geolocalizzazione",
"dark_mode": "Modalità scura?",
"default_zoom": "Ingrandimento predefinito",
"source": "Fonte"
},
"markdown": {
"content": "Contenuto"
},
"sensor": {
"graph_detail": "Dettaglio grafico",
"graph_type": "Tipo di grafico"
}
}
},
"menu": {

View File

@ -554,6 +554,12 @@
},
"device": {
"label": "Apparat"
},
"and": {
"label": "An"
},
"or": {
"label": "Oder"
}
},
"learn_more": "Méi iwwert Konditioune liesen"
@ -596,7 +602,11 @@
"learn_more": "Méi iwwert Aktioune liesen"
},
"load_error_not_editable": "Nëmmen Automatiounen am automations.yaml kënnen editéiert ginn.",
"load_error_unknown": "Feeler beim luede vun der Automatioun ({err_no})."
"load_error_unknown": "Feeler beim luede vun der Automatioun ({err_no}).",
"description": {
"label": "Beschreiwung",
"placeholder": "Optional Beschreiwung"
}
}
},
"script": {
@ -754,7 +764,8 @@
"unavailable": "(net verfügbar)",
"introduction": "Home Assistant hält eng Lëscht vun all Entitéit's ID déi eenzel erkennbar ass a bis elo vum System erkannt gouf. All eenzel vun dësen Entitéite kritt eng ID zougewise welch nëmme fir dës Entitéit reservéiert ass.",
"introduction2": "Benotzt d'Lëscht vun den Entitéite fir d'Nimm z'änneren, d'Entitéits ID z'änneren oder d'Entrée aus dem Home Assistant ze läschen. Remarque: Läsche vun der Entitéit aus der Lëscht läscht d'Entitéit selwer net. Fir dës ze läsche follegt dem Link ënnen a läscht et op der Integratiouns Säit.",
"integrations_page": "Integratiouns Säit"
"integrations_page": "Integratiouns Säit",
"show_disabled": "Desaktivéiert Entitéiten uweisen"
},
"editor": {
"unavailable": "Dës Entitéit ass net erreechbar fir de Moment.",
@ -763,7 +774,9 @@
"update": "Aktualiséieren",
"enabled_label": "Entitéit aktivéieren",
"enabled_cause": "Desaktivéiert duerch {cause}.",
"enabled_description": "Desaktivéiert Entitéiten ginn net am Home Assistant bäigesat."
"enabled_description": "Desaktivéiert Entitéiten ginn net am Home Assistant bäigesat.",
"confirm_delete": "Sécher fir dës Entrée ze läsche?",
"confirm_delete2": "Beim Läsche vun enger Entrée gëtt dës Entitéit net aus dem Home Assistant erausgeholl. Fir dëst ze maache muss dir d'Integratioun '{platform}' aus dem Home Assistant ewech huelen."
}
},
"person": {
@ -808,7 +821,18 @@
},
"devices": {
"caption": "Apparater",
"description": "Verwalt verbonnen Apparater"
"description": "Verwalt verbonnen Apparater",
"automation": {
"triggers": {
"caption": "Maach eppes wann..."
},
"conditions": {
"caption": "Nëmmen eppes maachen wann..."
},
"actions": {
"caption": "Wann eppes ausgeléist gëtt"
}
}
}
},
"profile": {
@ -884,6 +908,10 @@
"force_narrow": {
"header": "Säiteleescht ëmmer verstoppen",
"description": "Dës Optioun verstoppt d'Säiteleescht, esou wéi op engem mobillen Apparat."
},
"vibrate": {
"header": "Vibréieren",
"description": "Vibratioun op dësem Apparat un oder ausschalte wann aner Apparater gesteiert ginn."
}
},
"page-authorize": {
@ -968,11 +996,11 @@
"data": {
"code": "Zwee-Faktor Authentifikatiouns Code"
},
"description": "Kuckt ären Zwee-Faktor Authentifikatiouns Code am **{mfa_module_name}** op ärem Apparat an iwwerpréift är Identitéit:"
"description": "Maacht **{mfa_module_name}** op Ärem Apparat op, fir ären 2-Faktor-Authentifikatiouns Code ze kucken an Är Identitéit z'iwwerpréiwen:"
}
},
"error": {
"invalid_auth": "Ongëlte Benotzernumm oder Passwuert",
"invalid_auth": "Ongëltege Benotzernumm oder Passwuert",
"invalid_code": "Ongëlten Authentifizéierungs Code"
},
"abort": {
@ -1031,7 +1059,8 @@
"navigate_to": "Navigéieren zu {location}",
"toggle": "{name} ëmschalten",
"call_service": "Service {name} opruffen",
"more_info": "méi Informatiounen: {name}"
"more_info": "méi Informatiounen: {name}",
"url": "Fënster opmaachen mat {url_path}"
}
},
"editor": {
@ -1077,6 +1106,66 @@
"edit_lovelace": {
"header": "Titel vun ärem Lovelace Benotzer Interface",
"explanation": "Dësen Titel gëtt iwwert den Usiichte vu Lovelace ugewisen."
},
"card": {
"alarm_panel": {
"available_states": "Verfügbar Zoustänn"
},
"config": {
"required": "Obligatoresch",
"optional": "Optional"
},
"entities": {
"show_header_toggle": "Titel Schalter uweisen?"
},
"gauge": {
"severity": {
"define": "Schwieregkeetsgrad definéieren?",
"green": "Gréng",
"red": "Roud",
"yellow": "Giel"
}
},
"glance": {
"columns": "Kolonnen"
},
"generic": {
"aspect_ratio": "Säiteverhältnis",
"camera_image": "Kamera Entitéit",
"camera_view": "Kamera Usiicht",
"entities": "Entitéiten",
"entity": "Entitéit",
"hold_action": "Aktioun beim unhalen",
"hours_to_show": "Stonnen uweisen",
"icon": "Ikone",
"icon_height": "Héicht vun der Ikone",
"image": "Wee zum Bild",
"maximum": "Maximum",
"minimum": "Minimum",
"name": "Numm",
"refresh_interval": "Aktualiséierungs Intervall",
"show_icon": "Ikone uweisen?",
"show_name": "Numm uweisen?",
"show_state": "Zoustand uweisen?",
"tap_action": "Aktioun beim tippen",
"title": "Titel",
"theme": "Thema",
"unit": "Eenheet",
"url": "Url"
},
"map": {
"geo_location_sources": "Quell vun der Geolokalisatioun",
"dark_mode": "Däischteren Modus",
"default_zoom": "Standard Zoom",
"source": "Quell"
},
"markdown": {
"content": "Contenu"
},
"sensor": {
"graph_detail": "Detail Diagramm",
"graph_type": "Typ vun Graph."
}
}
},
"menu": {

View File

@ -93,6 +93,7 @@
"idle": "Laukimo režimas"
},
"climate": {
"off": "Išjungta",
"on": "Įjungta",
"manual": "Rankinis"
},

View File

@ -968,11 +968,11 @@
"data": {
"code": "Divpakāpju Autorizācijas Kods"
},
"description": "Atveriet **{mfa_module_name}** Jūsu ierīcē, lai apskatītu savu divpakāpju autorizācijas kodu un aptiprinātu savu identitāti:"
"description": "Savā ierīcē atveriet ** {mfa_module_name} **, lai skatītu divu faktoru autentifikācijas kodu un verificētu savu identitāti:"
}
},
"error": {
"invalid_auth": "Nepareizs lietotājvārds un parole",
"invalid_auth": "Nederīgs lietotājvārds vai parole",
"invalid_code": "Nepareizs autorizācijas kods"
},
"abort": {

View File

@ -62,11 +62,11 @@
},
"sound": {
"off": "Klar",
"on": "Aktivert"
"on": "Oppdaget"
},
"vibration": {
"off": "Klar",
"on": "Aktivert"
"on": "Oppdaget"
},
"opening": {
"off": "Lukket",
@ -554,6 +554,12 @@
},
"device": {
"label": "Enhet"
},
"and": {
"label": "Og"
},
"or": {
"label": "Eller"
}
},
"learn_more": "Lær mer om betingelser"
@ -596,7 +602,11 @@
"learn_more": "Lær mer om handlinger"
},
"load_error_not_editable": "Kun automatiseringer i automations.yaml kan redigeres.",
"load_error_unknown": "Feil ved lasting av automatisering ( {err_no} )."
"load_error_unknown": "Feil ved lasting av automatisering ( {err_no} ).",
"description": {
"label": "Beskrivelse",
"placeholder": "Valgfri beskrivelse"
}
}
},
"script": {
@ -754,7 +764,8 @@
"unavailable": "(utilgjengelig)",
"introduction": "Home Assistant bygger opp et register over hver enhet den har sett som kan identifiseres unikt. Hver av disse enhetene vil ha en enhets-ID tilknyttet som vil bli reservert for bare denne enheten.",
"introduction2": "Bruk entitetsregisteret for å overskrive navnet, endre enhets ID eller fjern oppføringen fra Home Assistant. Merk at fjerning av enhetsregisteroppføringer ikke fjerner enheten. For å gjøre det, følg linken under og fjern den fra integrasjonssiden.",
"integrations_page": "Integrasjonsside"
"integrations_page": "Integrasjonsside",
"show_disabled": "Vis deaktiverte enheter"
},
"editor": {
"unavailable": "Denne enheten er ikke tilgjengelig for øyeblikket.",
@ -763,7 +774,9 @@
"update": "OPPDATER",
"enabled_label": "Aktiver enhet",
"enabled_cause": "Deaktivert av {cause}.",
"enabled_description": "Deaktiverte enheter vil ikke bli lagt til i Home Assistant."
"enabled_description": "Deaktiverte enheter vil ikke bli lagt til i Home Assistant.",
"confirm_delete": "Er du sikker på at du vil slette denne oppføringen?",
"confirm_delete2": "Hvis du sletter en oppføring, fjernes ikke enheten fra Home Assistant. Hvis du vil gjøre dette, må du fjerne integreringen ' {Platform} ' fra Home Assistant."
}
},
"person": {
@ -808,7 +821,18 @@
},
"devices": {
"caption": "Enheter",
"description": "Administrer tilkoblede enheter"
"description": "Administrer tilkoblede enheter",
"automation": {
"triggers": {
"caption": "Gjør noe når ..."
},
"conditions": {
"caption": "Bare gjør noe hvis..."
},
"actions": {
"caption": "Når noe er utløst..."
}
}
}
},
"profile": {
@ -884,6 +908,10 @@
"force_narrow": {
"header": "Skjul alltid sidepanelet",
"description": "Dette vil skjule sidepanelet som standard, tilsvarende opplevelsen på en mobil."
},
"vibrate": {
"header": "Vibrere",
"description": "Aktiver eller deaktiver vibrasjoner på denne enheten når du kontrollerer enheter."
}
},
"page-authorize": {
@ -1031,7 +1059,8 @@
"navigate_to": "Naviger til {location}",
"toggle": "Veksle {name}",
"call_service": "Tjenestekall {name}",
"more_info": "Vis mer info: {name}"
"more_info": "Vis mer info: {name}",
"url": "Åpne vindu til {url_path}"
}
},
"editor": {
@ -1077,6 +1106,66 @@
"edit_lovelace": {
"header": "Tittel på Lovelace UI",
"explanation": "Denne tittelen vises over alle visningene dine i Lovelace."
},
"card": {
"alarm_panel": {
"available_states": "Tilgjengelige tilstander"
},
"config": {
"required": "Nødvendig",
"optional": "Valgfritt"
},
"entities": {
"show_header_toggle": "Vise topptekst veksling?"
},
"gauge": {
"severity": {
"define": "Definer alvorlighetsgrad?",
"green": "Grønn",
"red": "Rød",
"yellow": "Gul"
}
},
"glance": {
"columns": "kolonner"
},
"generic": {
"aspect_ratio": "Størrelsesforholdet",
"camera_image": "Kameraenhet",
"camera_view": "Kameravisning",
"entities": "Enheter",
"entity": "Enhet",
"hold_action": "Hold nede for handling",
"hours_to_show": "Timer som skal vises",
"icon": "Ikon",
"icon_height": "Ikon høyde",
"image": "Bane til bilde",
"maximum": "Maksimalt",
"minimum": "Minimum",
"name": "Navn",
"refresh_interval": "Oppdateringsintervall",
"show_icon": "Vis ikon?",
"show_name": "Vis navn?",
"show_state": "Vis tilstand?",
"tap_action": "Trykk for handling",
"title": "Tittel",
"theme": "Tema",
"unit": "Enhet",
"url": "Url"
},
"map": {
"geo_location_sources": "Kilder for geolokasjon",
"dark_mode": "Mørk modus?",
"default_zoom": "Standard zoom",
"source": "Kilde"
},
"markdown": {
"content": "Innhold"
},
"sensor": {
"graph_detail": "Detaljer for graf",
"graph_type": "Grafstype"
}
}
},
"menu": {

View File

@ -554,6 +554,12 @@
},
"device": {
"label": "Apparaat"
},
"and": {
"label": "En"
},
"or": {
"label": "Of"
}
},
"learn_more": "Meer informatie over condities"
@ -596,7 +602,11 @@
"learn_more": "Meer informatie over acties"
},
"load_error_not_editable": "Alleen automatiseringen in automations.yaml kunnen worden bewerkt.",
"load_error_unknown": "Fout bij laden van automatisering ({err_no})."
"load_error_unknown": "Fout bij laden van automatisering ({err_no}).",
"description": {
"label": "Beschrijving",
"placeholder": "Optionele beschrijving"
}
}
},
"script": {
@ -754,7 +764,8 @@
"unavailable": "(niet beschikbaar)",
"introduction": "Home Assistant houdt een register bij van elke entiteit die het ooit heeft gezien en die uniek kan worden geïdentificeerd. Elk van deze entiteiten krijgt een entiteit-ID toegewezen die alleen voor deze entiteit wordt gereserveerd.",
"introduction2": "Gebruik het entiteitenregister om de naam te overschrijven, de entiteits-ID te wijzigen of het item te verwijderen uit de Home Assistant. Opmerking: als u de entiteitsregistervermelding verwijdert, wordt de entiteit niet verwijderd. Hiertoe volgt u de onderstaande koppeling en verwijdert u deze van de integratiespagina.",
"integrations_page": "Integratiespagina"
"integrations_page": "Integratiespagina",
"show_disabled": "Uitgeschakelde entiteiten weergeven"
},
"editor": {
"unavailable": "Deze entiteit is momenteel niet beschikbaar.",
@ -763,7 +774,9 @@
"update": "BIJWERKEN",
"enabled_label": "Schakel entiteit in",
"enabled_cause": "Uitgeschakeld vanwege {cause}",
"enabled_description": "Uitgeschakelde entiteiten zullen niet aan Home Assistant worden toegevoegd"
"enabled_description": "Uitgeschakelde entiteiten zullen niet aan Home Assistant worden toegevoegd",
"confirm_delete": "Weet u zeker dat u dit item wilt verwijderen?",
"confirm_delete2": "Als u een item verwijdert, wordt de entiteit niet uit Home Assistant verwijderd. Om dit te doen, moet u de integratie '{platform}' uit Home Assistant verwijderen."
}
},
"person": {
@ -808,7 +821,18 @@
},
"devices": {
"caption": "Apparaten",
"description": "Beheer verbonden apparaten"
"description": "Beheer verbonden apparaten",
"automation": {
"triggers": {
"caption": "Doe iets wanneer..."
},
"conditions": {
"caption": "Doe alleen iets als..."
},
"actions": {
"caption": "Wanneer iets wordt getriggerd..."
}
}
}
},
"profile": {
@ -884,6 +908,10 @@
"force_narrow": {
"header": "Zijbalk altijd verbergen",
"description": "De zijbalk standaard verbergen, vergelijkbaar met de mobiele ervaring."
},
"vibrate": {
"header": "Trillen",
"description": "Schakel trillingen op dit apparaat in of uit wanneer u apparaten bestuurt."
}
},
"page-authorize": {
@ -968,7 +996,7 @@
"data": {
"code": "Twee-factor authenticatie code"
},
"description": "Open de **{mfa_module_name}** op je apparaat voor de twee-factor authenticatiecode en verifieer je identiteit:"
"description": "Open de **{mfa_module_name}** op je apparaat om je twee-factor-authenticatiecode te bekijken en verifieer je identiteit:"
}
},
"error": {
@ -1031,7 +1059,8 @@
"navigate_to": "Navigeer naar {location}",
"toggle": "Omschakelen {name}",
"call_service": "Roep service {name} aan",
"more_info": "Meer informatie weergeven: {name}"
"more_info": "Meer informatie weergeven: {name}",
"url": "Open venster naar {url_path}"
}
},
"editor": {
@ -1077,6 +1106,66 @@
"edit_lovelace": {
"header": "Titel van je Lovelace UI",
"explanation": "Deze titel wordt vooral weergegeven in al je weergaven in Lovelace."
},
"card": {
"alarm_panel": {
"available_states": "Beschikbare statussen"
},
"config": {
"required": "Verplicht",
"optional": "Optioneel"
},
"entities": {
"show_header_toggle": "Koptekst weergeven wisselen?"
},
"gauge": {
"severity": {
"define": "Ernst definiëren?",
"green": "Groen",
"red": "Rood",
"yellow": "Geel"
}
},
"glance": {
"columns": "Kolommen"
},
"generic": {
"aspect_ratio": "Beeldverhouding",
"camera_image": "Camera-entiteit",
"camera_view": "Cameraweergave",
"entities": "Entiteiten",
"entity": "Entiteit",
"hold_action": "Actie vasthouden",
"hours_to_show": "Uren om weer te geven",
"icon": "Pictogram",
"icon_height": "Pictogram hoogte",
"image": "Afbeeldingspad",
"maximum": "Maximaal",
"minimum": "Minimum",
"name": "Naam",
"refresh_interval": "Vernieuwingsinterval",
"show_icon": "Pictogram Weergeven?",
"show_name": "Naam weergeven?",
"show_state": "Staat tonen?",
"tap_action": "Tik Actie",
"title": "Titel",
"theme": "Thema",
"unit": "Maat",
"url": "Url"
},
"map": {
"geo_location_sources": "Geolocatiebronnen",
"dark_mode": "Donkere modus?",
"default_zoom": "Standaard zoom",
"source": "Bron"
},
"markdown": {
"content": "Inhoud"
},
"sensor": {
"graph_detail": "Grafiek Detail",
"graph_type": "Grafiektype"
}
}
},
"menu": {

View File

@ -411,7 +411,7 @@
"caption": "Automasjon",
"description": "Lag og rediger automasjonar",
"picker": {
"header": "Automasjonsredigar",
"header": "Automasjonsredigerar",
"introduction": "Automasjonsredigeringa tillet deg å lage og redigere automasjonar. Ver vennleg og les [instruksjonane](https:\/\/home-assistant.io\/docs\/automation\/editor\/) for å vere sikker på om du har konfigurert Home Assistant rett.",
"pick_automation": "Vel ein automasjon for å redigere",
"no_automations": "Vi klarte ikkje å finne nokon automasjonar som kunne redigerast",
@ -968,7 +968,7 @@
"data": {
"code": "To-faktorautentiseringskode"
},
"description": "Opne **{mfa_module_name}** på eininga di for å sjå to-faktorautentiseringskoda og verifiser identiteten din:"
"description": "Opne **{mfa_module_name}** på eininga di for å sjå to-faktor-autentiseringskoda og verifiser identiteten din:"
}
},
"error": {
@ -1351,7 +1351,7 @@
"services": {
"reconfigure": "Konfigurer ZHA-eininga (heal device) på nytt. Bruk dette om du har problem med eininga. Dersom eininga går på batteri, ver sikker på at den er vaken og tek i mot kommandar når du brukar denne tenesta.",
"updateDeviceName": "Gje oppføringa eit eige namn i oppføringsregisteret. ",
"remove": "Fjern eining frå ZigBee-nettverket"
"remove": "Fjern eining frå Zigbee-nettverket"
},
"zha_device_card": {
"device_name_placeholder": "Gitt brukarnamn",

View File

@ -554,6 +554,12 @@
},
"device": {
"label": "Urządzenie"
},
"and": {
"label": "I"
},
"or": {
"label": "Lub"
}
},
"learn_more": "Dowiedz się więcej o warunkach"
@ -596,7 +602,11 @@
"learn_more": "Dowiedz się więcej o akcjach"
},
"load_error_not_editable": "Edytowalne są tylko automatyzacje w pliku automations.yaml.",
"load_error_unknown": "Wystąpił błąd podczas ładowania automatyzacji ({err_no})."
"load_error_unknown": "Wystąpił błąd podczas ładowania automatyzacji ({err_no}).",
"description": {
"label": "Opis",
"placeholder": "Opcjonalny opis"
}
}
},
"script": {
@ -635,7 +645,7 @@
"instance": "Instancja",
"index": "Indeks",
"unknown": "nieznany",
"wakeup_interval": "Interwał wybudzenia"
"wakeup_interval": "Częstotliwość wybudzenia"
},
"values": {
"header": "Wartości węzła"
@ -643,7 +653,7 @@
"node_config": {
"header": "Opcje konfiguracji węzła",
"seconds": "sekundy",
"set_wakeup": "Ustaw interwał wybudzenia",
"set_wakeup": "Ustaw częstotliwość wybudzenia",
"config_parameter": "Parametr",
"config_value": "Wartość",
"true": "Prawda",
@ -754,7 +764,8 @@
"unavailable": "(niedostępne)",
"introduction": "Home Assistant prowadzi rejestr każdej encji, jaką kiedykolwiek widział i którą można jednoznacznie zidentyfikować. Każda z tych encji będzie miała przypisany unikalny identyfikator, który będzie zarezerwowany tylko dla niej.",
"introduction2": "Użyj rejestru encji, aby nadpisać jej nazwę, zmienić jej identyfikator lub usunąć ją z Home Assistant'a. Uwaga: usunięcie wpisu rejestru encji nie spowoduje usunięcia encji. Aby to zrobić, kliknij poniższy link i usuń integracje encji.",
"integrations_page": "Strona integracji"
"integrations_page": "Strona integracji",
"show_disabled": "Wyświetl nieużywane encje"
},
"editor": {
"unavailable": "Ta encja nie jest obecnie dostępna.",
@ -763,7 +774,9 @@
"update": "UAKTUALNIJ",
"enabled_label": "Włącz encję",
"enabled_cause": "Wyłączone przez {cause}.",
"enabled_description": "Wyłączone encje nie będą dodawane do Home Assistant'a."
"enabled_description": "Wyłączone encje nie będą dodawane do Home Assistant'a.",
"confirm_delete": "Czy na pewno chcesz usunąć ten wpis?",
"confirm_delete2": "Usunięcie wpisu nie spowoduje usunięcia encji z Home Assistant'a. Aby to zrobić, musisz usunąć integrację '{platform}'."
}
},
"person": {
@ -808,7 +821,18 @@
},
"devices": {
"caption": "Urządzenia",
"description": "Zarządzaj podłączonymi urządzeniami"
"description": "Zarządzaj podłączonymi urządzeniami",
"automation": {
"triggers": {
"caption": "Zrób coś, gdy..."
},
"conditions": {
"caption": "Zrób coś tylko, jeśli..."
},
"actions": {
"caption": "Kiedy coś zostanie uruchomione..."
}
}
}
},
"profile": {
@ -884,6 +908,10 @@
"force_narrow": {
"header": "Zawsze ukrywaj pasek boczny",
"description": "Spowoduje to domyślne ukrycie paska bocznego, podobnie jak w przypadku urządzeń przenośnych."
},
"vibrate": {
"header": "Wibracja",
"description": "Włącz lub wyłącz wibracje na tym urządzeniu podczas sterowania urządzeniami."
}
},
"page-authorize": {
@ -968,7 +996,7 @@
"data": {
"code": "Kod uwierzytelniania dwuskładnikowego"
},
"description": "Otwórz **{mfa_module_name}** na swoim urządzeniu by zobaczyć kod dwuskładnikowego uwierzytelniania i zweryfikować swoją tożsamość:"
"description": "Otwórz **{mfa_module_name}** na urządzeniu, aby wyświetlić dwuskładnikowy kod uwierzytelniający i zweryfikować swoją tożsamość:"
}
},
"error": {
@ -1031,7 +1059,8 @@
"navigate_to": "Przejdź do {location}",
"toggle": "Przełącz {name}",
"call_service": "Wywołaj usługę {name}",
"more_info": "Pokaż więcej informacji: {name}"
"more_info": "Pokaż więcej informacji: {name}",
"url": "Otwórz okno do {url_path}"
}
},
"editor": {
@ -1077,6 +1106,66 @@
"edit_lovelace": {
"header": "Tytuł interfejsu użytkownika",
"explanation": "Tytuł jest wyświetlany ponad wszystkimi widokami interfejsu użytkownika"
},
"card": {
"alarm_panel": {
"available_states": "Dostępne stany"
},
"config": {
"required": "Wymagane",
"optional": "Opcjonalne"
},
"entities": {
"show_header_toggle": "Wyświetlać przełącznik nagłówka?"
},
"gauge": {
"severity": {
"define": "Zdefiniować progi kolorów?",
"green": "Zielony",
"red": "Czerwony",
"yellow": "Żółty"
}
},
"glance": {
"columns": "Kolumny"
},
"generic": {
"aspect_ratio": "Proporcje obrazu",
"camera_image": "Encja kamery",
"camera_view": "Widok kamery",
"entities": "Encje",
"entity": "Encja",
"hold_action": "Akcja przytrzymania",
"hours_to_show": "Godziny do pokazania",
"icon": "Ikona",
"icon_height": "Wysokość ikony",
"image": "Ścieżka obrazu",
"maximum": "Maksimum",
"minimum": "Minimum",
"name": "Nazwa",
"refresh_interval": "Częstotliwość odświeżania",
"show_icon": "Pokaż ikonę?",
"show_name": "Pokaż nazwę?",
"show_state": "Pokaż stan?",
"tap_action": "Akcja dotknięcia",
"title": "Tytuł",
"theme": "Motyw",
"unit": "Jednostka",
"url": "URL"
},
"map": {
"geo_location_sources": "Źródła geolokalizacji",
"dark_mode": "Tryb ciemny?",
"default_zoom": "Domyślne powiększenie",
"source": "Źródło"
},
"markdown": {
"content": "Zawartość"
},
"sensor": {
"graph_detail": "Szczegół wykresu",
"graph_type": "Rodzaj wykresu"
}
}
},
"menu": {

View File

@ -554,6 +554,12 @@
},
"device": {
"label": "Dispositivo"
},
"and": {
"label": "E"
},
"or": {
"label": "Ou"
}
},
"learn_more": "Saiba mais sobre condições"
@ -596,7 +602,11 @@
"learn_more": "Saiba mais sobre ações"
},
"load_error_not_editable": "Somente automações em automations.yaml são editáveis.",
"load_error_unknown": "Erro ao carregar a automação ({err_no})."
"load_error_unknown": "Erro ao carregar a automação ({err_no}).",
"description": {
"label": "Descrição",
"placeholder": "Descrição opcional"
}
}
},
"script": {
@ -884,6 +894,9 @@
"force_narrow": {
"header": "Sempre ocultar a barra lateral",
"description": "Isto irá ocultar a barra lateral por padrão, semelhante à experiência móvel."
},
"vibrate": {
"header": "Vibrar"
}
},
"page-authorize": {
@ -968,11 +981,11 @@
"data": {
"code": "Duplo fator de Autenticação"
},
"description": "Abra o **{mfa_module_name}** no seu dispositivo para ver o seu código do duplo fator de autenticação e verifique sua identidade:"
"description": "Abra o ** {mfa_module_name} ** no seu dispositivo para ver seu código de autenticação de dois fatores e confirmar sua identidade:"
}
},
"error": {
"invalid_auth": "Usuário inválido ou senha",
"invalid_auth": "Usuário ou senha inválidos",
"invalid_code": "Código de autenticação inválido"
},
"abort": {
@ -1077,6 +1090,55 @@
"edit_lovelace": {
"header": "Título da sua interface do Lovelace",
"explanation": "Este título é mostrado acima de todas as suas visualizações no Lovelace."
},
"card": {
"config": {
"required": "Obrigatório",
"optional": "Opcional"
},
"gauge": {
"severity": {
"green": "Verde",
"red": "Vermelho",
"yellow": "Amarelo"
}
},
"glance": {
"columns": "Colunas"
},
"generic": {
"camera_image": "Entidade da câmera",
"camera_view": "Vista da câmera",
"entities": "Entidades",
"entity": "Entidade",
"hold_action": "Manter Ação",
"hours_to_show": "Horas a Mostrar",
"icon": "Ícone",
"maximum": "Máximo",
"minimum": "Mínimo",
"name": "Nome",
"refresh_interval": "Intervalo de atualização",
"show_icon": "Mostrar Icone?",
"show_name": "Mostrar nome?",
"show_state": "Mostrar Estado?",
"title": "Título",
"theme": "Tema",
"unit": "Unidade",
"url": "URL"
},
"map": {
"geo_location_sources": "Fontes de geolocalização",
"dark_mode": "Modo escuro?",
"default_zoom": "Zoom padrão",
"source": "Origem"
},
"markdown": {
"content": "Conteúdo"
},
"sensor": {
"graph_detail": "Detalhe do gráfico",
"graph_type": "Tipo de gráfico"
}
}
},
"menu": {

View File

@ -968,11 +968,11 @@
"data": {
"code": "Código de autenticações por dois fatores"
},
"description": "Abrir o **{mfa_module_name}** no seu dispositivo para ver o código de autenticação por dois factores e validar a sua identidade:"
"description": "Abra o **{mfa_module_name}** no seu dispositivo para ver o código de autenticação por dois factores e verificar a sua identidade."
}
},
"error": {
"invalid_auth": "Nome de utilizador ou palavra-passe inválidos",
"invalid_auth": "Nome de utilizador ou palavra-passe inválida",
"invalid_code": "Código de autenticação inválido"
},
"abort": {

View File

@ -968,11 +968,11 @@
"data": {
"code": "Cod Autentificare in doi pasi"
},
"description": "Deschide **{mfa_module_name}** pe dispozitivul tau pentru a vedea codul autentificare in doi pasi si a confirma identitatea:"
"description": "Deschideti **{mfa_module_name}** pe dispozitivul d-voastra pentru a vedea codul de 'two-factor authentication' si a va verifica indentitatea:"
}
},
"error": {
"invalid_auth": "Utilizator sau parola invalida",
"invalid_auth": "nume de utilizator sau parola incorecte",
"invalid_code": "Cod invalid pentru autentificare"
},
"abort": {

View File

@ -419,7 +419,7 @@
"learn_more": "Узнайте больше об автоматизациях"
},
"editor": {
"introduction": "Используйте автоматизацию, чтобы оживить ваш дом",
"introduction": "Настройте автоматизацию, чтобы оживить Ваш дом.",
"default_name": "Новая автоматизация",
"save": "Сохранить",
"unsaved_confirm": "У вас есть несохраненные изменения. Вы уверены, что хотите выйти?",
@ -554,6 +554,12 @@
},
"device": {
"label": "Устройство"
},
"and": {
"label": "И"
},
"or": {
"label": "Или"
}
},
"learn_more": "Узнайте больше об условиях"
@ -596,7 +602,11 @@
"learn_more": "Узнайте больше о действиях"
},
"load_error_not_editable": "Доступны для редактирования только автоматизации из automations.yaml.",
"load_error_unknown": "Ошибка загрузки автоматизации ({err_no})."
"load_error_unknown": "Ошибка загрузки автоматизации ({err_no}).",
"description": {
"label": "Описание",
"placeholder": "Описание (опционально)"
}
}
},
"script": {
@ -754,7 +764,8 @@
"unavailable": "(недоступен)",
"introduction": "Home Assistant ведет реестр каждого объекта, который когда-либо был создан в системе. Каждому из этих объектов присвоен ID, который зарезервирован только для этого объекта.",
"introduction2": "Используйте данный реестр, чтобы изменить ID или название объекта либо удалить запись из Home Assistant. Обратите внимание, что удаление записи из реестра объектов не удалит сам объект. Для этого перейдите по указанной ниже ссылке и удалите его со страницы интеграций.",
"integrations_page": "Страница интеграций"
"integrations_page": "Страница интеграций",
"show_disabled": "Показывать отключенные объекты"
},
"editor": {
"unavailable": "Этот объект в настоящее время недоступен.",
@ -763,7 +774,9 @@
"update": "ОБНОВИТЬ",
"enabled_label": "Включить объект",
"enabled_cause": "Отключено из-за {cause}.",
"enabled_description": "Отключенные объекты не будут добавлены в Home Assistant."
"enabled_description": "Отключенные объекты не будут добавлены в Home Assistant.",
"confirm_delete": "Вы уверены, что хотите удалить эту запись?",
"confirm_delete2": "Удаление записи не приведет к удалению объекта из Home Assistant. Для того, чтобы удалить объект, удалите интеграцию '{platform}' из Home Assistant."
}
},
"person": {
@ -808,7 +821,18 @@
},
"devices": {
"caption": "Устройства",
"description": "Управляйте подключенными устройствами"
"description": "Управляйте подключенными устройствами",
"automation": {
"triggers": {
"caption": "Сделать что-то, когда..."
},
"conditions": {
"caption": "Сделать что-то, только если..."
},
"actions": {
"caption": "Когда что-то срабатывает..."
}
}
}
},
"profile": {
@ -884,6 +908,10 @@
"force_narrow": {
"header": "Всегда скрывать боковую панель",
"description": "Боковая панель будет скрыта, аналогично мобильному интерфейсу."
},
"vibrate": {
"header": "Вибрация",
"description": "Получать отклик при управлении устройствами."
}
},
"page-authorize": {
@ -1031,7 +1059,8 @@
"navigate_to": "Перейти к {location}",
"toggle": "Переключить {name}",
"call_service": "Вызвать службу {name}",
"more_info": "Показать больше информации: {name}"
"more_info": "Показать больше информации: {name}",
"url": "Открыть окно {url_path}"
}
},
"editor": {
@ -1077,6 +1106,66 @@
"edit_lovelace": {
"header": "Заголовок для Lovelace",
"explanation": "Этот заголовок будет показан над вашими карточками в Lovelace"
},
"card": {
"alarm_panel": {
"available_states": "Доступные состояния"
},
"config": {
"required": "Обязательное поле",
"optional": "Дополнительное поле"
},
"entities": {
"show_header_toggle": "Показывать переключатель в заголовке"
},
"gauge": {
"severity": {
"define": "Задать оттенок для значений",
"green": "Зелёный",
"red": "Красный",
"yellow": "Желтый"
}
},
"glance": {
"columns": "Столбцы"
},
"generic": {
"aspect_ratio": "Соотношение сторон",
"camera_image": "Объект Камеры",
"camera_view": "Вид Камеры",
"entities": "Объекты",
"entity": "Объект",
"hold_action": "При длительном нажатии",
"hours_to_show": "Количество часов",
"icon": "Значок",
"icon_height": "Высота значка",
"image": "Путь к изображению",
"maximum": "Максимум",
"minimum": "Минимум",
"name": "Название",
"refresh_interval": "Интервал обновления",
"show_icon": "Значок",
"show_name": "Название",
"show_state": "Состояние",
"tap_action": "При нажатии",
"title": "Название",
"theme": "Тема",
"unit": "Единица измерения",
"url": "URL-адрес"
},
"map": {
"geo_location_sources": "Источники геолокации",
"dark_mode": "Ночной режим",
"default_zoom": "Масштаб по умолчанию",
"source": "Источник"
},
"markdown": {
"content": "Содержание"
},
"sensor": {
"graph_detail": "Детализация графика",
"graph_type": "Тип графика"
}
}
},
"menu": {

View File

@ -500,7 +500,7 @@
"source": "Zdroj",
"zone": "Zóna",
"event": "Udalosť:",
"enter": "Potvrdiť",
"enter": "Vstup",
"leave": "Opustiť"
},
"device": {
@ -554,6 +554,12 @@
},
"device": {
"label": "Zariadenie"
},
"and": {
"label": "a"
},
"or": {
"label": "alebo"
}
},
"learn_more": "Získajte viac informácií o podmienkach"
@ -962,7 +968,7 @@
"data": {
"code": "2-faktorový autentifikačný kód"
},
"description": "Otvorte **{mfa_module_name}** na vašom zariadení a pozrite si váš dvoj-faktorový autentifikačný kód, aby ste overili svoju identitu."
"description": "Otvorte **{mfa_module_name}** v zariadení, aby ste si pozreli svoj dvojfaktorový autentifikačný kód a overili svoju totožnosť:"
}
},
"error": {

View File

@ -554,6 +554,12 @@
},
"device": {
"label": "Naprava"
},
"and": {
"label": "In"
},
"or": {
"label": "Ali"
}
},
"learn_more": "Več o pogojih"
@ -596,7 +602,11 @@
"learn_more": "Več o akcijah"
},
"load_error_not_editable": "Urejati je mogoče le avtomatizacije v automations.yaml.",
"load_error_unknown": "Napaka pri nalaganju avtomatizacije ( {err_no})."
"load_error_unknown": "Napaka pri nalaganju avtomatizacije ( {err_no}).",
"description": {
"label": "Opis",
"placeholder": "Izbirni opis"
}
}
},
"script": {
@ -754,7 +764,8 @@
"unavailable": "(ni na voljo)",
"introduction": "Home Assistant vodi register vseh entitet, ki jih je kdajkoli videl in jih je mogoče enolično identificirati. Vsak od teh entitet ima dodeljen ID entitete, ki bo rezerviran samo za to entiteto.",
"introduction2": "Z registrom entitet preglasite ime, spremenite ID entitete ali odstranite vnos iz Home Assistent-a. Opomba, odstranitev vnosa registra entitet ne bo odstranila entitete. Če želite to narediti, sledite spodnji povezavi in jo odstranite s strani za integracijo.",
"integrations_page": "Stran za integracije"
"integrations_page": "Stran za integracije",
"show_disabled": "Pokaži onemogočene subjekte"
},
"editor": {
"unavailable": "Ta entiteta trenutno ni na voljo.",
@ -763,7 +774,9 @@
"update": "POSODOBITEV",
"enabled_label": "Omogoči entiteto",
"enabled_cause": "Onemogočeno zaradi {cause}.",
"enabled_description": "Onemogočeni subjekti ne bodo dodani v Home Assistant-a."
"enabled_description": "Onemogočeni subjekti ne bodo dodani v Home Assistant-a.",
"confirm_delete": "Ali ste prepričani, da želite izbrisati ta vnos?",
"confirm_delete2": "Če izbrišete vnos, entiteta ne bo odstranjena iz programa Home Assistant. Če želite to narediti, boste morali odstraniti integracijo '{platform}' iz programa Home Assistant."
}
},
"person": {
@ -808,7 +821,18 @@
},
"devices": {
"caption": "Naprave",
"description": "Upravljajte povezane naprave"
"description": "Upravljajte povezane naprave",
"automation": {
"triggers": {
"caption": "Naredi nekaj, ko ..."
},
"conditions": {
"caption": "Naredite nekaj, samo če ..."
},
"actions": {
"caption": "Ko se nekaj sproži ..."
}
}
}
},
"profile": {
@ -884,6 +908,10 @@
"force_narrow": {
"header": "Vedno skrij stransko vrstico",
"description": "To bo privzeto skrilo stransko vrstico, podobno kot pri mobilnih napravah."
},
"vibrate": {
"header": "Vibriraj",
"description": "V tej napravi omogočite ali onemogočite vibracije pri krmiljenju naprav."
}
},
"page-authorize": {
@ -1031,7 +1059,8 @@
"navigate_to": "Pojdite na {location}",
"toggle": "Preklopi {name}",
"call_service": "Kličite storitev {name}",
"more_info": "Pokaži več informacij: {name}"
"more_info": "Pokaži več informacij: {name}",
"url": "Odprite okno za {url_path}"
}
},
"editor": {
@ -1077,6 +1106,66 @@
"edit_lovelace": {
"header": "Naslov vašega uporabniškega vmesnika Lovelace",
"explanation": "Ta naslov je prikazan nad vsemi vašimi pogledi v Lovelace-u."
},
"card": {
"alarm_panel": {
"available_states": "Stanja na voljo"
},
"config": {
"required": "Obvezno",
"optional": "Neobvezno"
},
"entities": {
"show_header_toggle": "Pokaži preklop glave?"
},
"gauge": {
"severity": {
"define": "Določi resnost?",
"green": "Zelena",
"red": "Rdeča",
"yellow": "Rumena"
}
},
"glance": {
"columns": "Stolpci"
},
"generic": {
"aspect_ratio": "Razmerje Med Širino In Višino",
"camera_image": "Subjekt kamere",
"camera_view": "Pogled kamere",
"entities": "Subjekti",
"entity": "Subjekt",
"hold_action": "dejanje pridržanja",
"hours_to_show": "število ur za prikaz",
"icon": "Ikona",
"icon_height": "Višina ikone",
"image": "Pot slike",
"maximum": "Največ",
"minimum": "Najmanj",
"name": "Ime",
"refresh_interval": "Interval osveževanja",
"show_icon": "Prikaži ikono?",
"show_name": "Prikaži ime?",
"show_state": "Prikaži stanje?",
"tap_action": "Dejanje dotika",
"title": "Naslov",
"theme": "Tema",
"unit": "Enota",
"url": "URL"
},
"map": {
"geo_location_sources": "Geolokacijski viri",
"dark_mode": "Temni način?",
"default_zoom": "Privzeta povečava",
"source": "Vir"
},
"markdown": {
"content": "Vsebina"
},
"sensor": {
"graph_detail": "Podrobnosti grafa",
"graph_type": "Vrsta grafikona"
}
}
},
"menu": {

View File

@ -968,11 +968,11 @@
"data": {
"code": "Tvåfaktors autentiseringskod"
},
"description": "Öppna **{mfa_module_name}** på din enhet för att se din tvåfaktors autentiseringskod och verifiera din identitet:"
"description": "Öppna **{mfa_module_name}** på din enhet för att visa din tvåfaktors autentiseringskod och verifiera din identitet:"
}
},
"error": {
"invalid_auth": "Ogiltigt användarnamn eller lösenord",
"invalid_auth": "Felaktigt användarnamn eller lösenord",
"invalid_code": "Ogiltig autentiseringskod"
},
"abort": {

View File

@ -524,6 +524,16 @@
}
},
"command_line": {
"step": {
"init": {
"data": {
"username": "యూజర్ పేరు"
}
}
},
"error": {
"invalid_auth": "తప్పు యూజర్ పేరు లేదా తప్పు పాస్ వర్డ్"
},
"abort": {
"login_expired": "సెషన్ గడువు ముగిసింది, మళ్ళీ లాగిన్ అవ్వండి."
}

View File

@ -899,7 +899,7 @@
}
},
"error": {
"invalid_auth": "ชื่อผู้ใช้หรือรหัสผ่าน ไม่ถูกต้อง",
"invalid_auth": "ชื่อผู้ใช้หรือรหัสผ่านไม่ถูกต้อง",
"invalid_code": "Authentication code ไม่ถูกต้อง"
},
"abort": {

View File

@ -645,6 +645,16 @@
}
},
"command_line": {
"step": {
"init": {
"data": {
"username": "Kullanıcı Adı"
}
}
},
"error": {
"invalid_auth": "Geçersiz kullanıcı adı ya da parola"
},
"abort": {
"login_expired": "Oturum süresi doldu, lütfen tekrar giriş yapın."
}

View File

@ -554,6 +554,12 @@
},
"device": {
"label": "Пристрій"
},
"and": {
"label": "Та"
},
"or": {
"label": "Або"
}
},
"learn_more": "Докладніше про умови"
@ -596,7 +602,10 @@
"learn_more": "Докладніше про дії"
},
"load_error_not_editable": "Можна редагувати лише секцію automations у файлі automations.yaml",
"load_error_unknown": "Помилка під час завантаження автоматизації ({err_no})."
"load_error_unknown": "Помилка під час завантаження автоматизації ({err_no}).",
"description": {
"label": "Опис"
}
}
},
"script": {
@ -808,7 +817,15 @@
},
"devices": {
"caption": "Пристрої",
"description": "Керування підключеними пристроями"
"description": "Керування підключеними пристроями",
"automation": {
"triggers": {
"caption": "Зроби щось, коли..."
},
"conditions": {
"caption": "Робити щось, тільки якщо..."
}
}
}
},
"profile": {
@ -968,11 +985,11 @@
"data": {
"code": "Код двофакторної аутентифікації"
},
"description": "Введіть код двофакторної аутентифікації, отриманий від **{mfa_module_name}**:"
"description": "Відкрийте **{mfa_module_name}** на своєму пристрої, щоб переглянути свій двофакторний код автентифікації та підтвердити свою особу:"
}
},
"error": {
"invalid_auth": "Невірний логін або пароль",
"invalid_auth": "Неправильне ім'я користувача або пароль",
"invalid_code": "Невірний код аутентифікації"
},
"abort": {

View File

@ -904,11 +904,11 @@
"data": {
"code": "Mã xác nhận 2 bước"
},
"description": "Mở **{mfa_module_name}** trên thiết bị của bạn để tìm mã xác nhận 2 bước và xác nhận danh tính:"
"description": "Mở **{mfa_module_name}** trên thiết bị của bạn để xem mã xác thực hai lớp và xác minh danh tính của bạn:"
}
},
"error": {
"invalid_auth": "Tên đăng nhập hoặc mật khẩu không hợp lệ",
"invalid_auth": "Tên đăng nhập hoặc mật khẩu không chính xác",
"invalid_code": "Mã xác nhận không hợp lệ"
},
"abort": {

View File

@ -419,7 +419,7 @@
"learn_more": "詳細了解自動化"
},
"editor": {
"introduction": "使用自動化來讓你的智能家居更有魅力吧!",
"introduction": "使用自動化來讓你的智能家居更有魅力吧",
"default_name": "建立新的自動化",
"save": "儲存",
"unsaved_confirm": "設定尚未儲存,確定要放棄嗎?",
@ -554,6 +554,12 @@
},
"device": {
"label": "設備"
},
"and": {
"label": "及"
},
"or": {
"label": "或"
}
},
"learn_more": "詳細了解觸發判斷"
@ -596,7 +602,11 @@
"learn_more": "詳細了解動作"
},
"load_error_not_editable": "僅有 automations.yaml 內的自動化方能編輯。",
"load_error_unknown": "載入自動化錯誤({err_no})。"
"load_error_unknown": "載入自動化錯誤({err_no})。",
"description": {
"label": "說明",
"placeholder": "選項說明"
}
}
},
"script": {
@ -754,7 +764,8 @@
"unavailable": "(不可用)",
"introduction": "Home Assistant 保持每個物件 ID 的獨特辨識性,此些物件將會指定一組專用的 物件 ID。",
"introduction2": "使用物件 ID 以覆寫名稱、變更物件 ID 或由 Home Assistant 移除物件。請注意:移除物件 ID 項目並不會移除物件。欲移除,請跟隨下方連結,並於整合頁面中進行移除。",
"integrations_page": "整合頁面"
"integrations_page": "整合頁面",
"show_disabled": "顯示關閉物件"
},
"editor": {
"unavailable": "該物件目前不可用。",
@ -763,7 +774,9 @@
"update": "更新",
"enabled_label": "啟用物件",
"enabled_cause": "由 {cause} 關閉。",
"enabled_description": "關閉的物件將不會新增至 Home Assistant。"
"enabled_description": "關閉的物件將不會新增至 Home Assistant。",
"confirm_delete": "確定要刪除此物件?",
"confirm_delete2": "刪除物件將不會由 Home Assistant 移除物件。欲移除、你必須由 Home Assistant 移除整合 '{platform}'。"
}
},
"person": {
@ -808,7 +821,18 @@
},
"devices": {
"caption": "設備",
"description": "管理已連線設備"
"description": "管理已連線設備",
"automation": {
"triggers": {
"caption": "執行動作、當..."
},
"conditions": {
"caption": "執行動作、假如..."
},
"actions": {
"caption": "當某物件被觸發時..."
}
}
}
},
"profile": {
@ -884,6 +908,10 @@
"force_narrow": {
"header": "總是隱藏側邊列",
"description": "將預設隱藏側邊列,類似於手機 App 使用方式。"
},
"vibrate": {
"header": "震動",
"description": "當控制裝置時、開啟或關閉此裝置震動。"
}
},
"page-authorize": {
@ -1031,7 +1059,8 @@
"navigate_to": "導航至 {location}",
"toggle": "切換 {name}",
"call_service": "執行服務 {name}",
"more_info": "顯示更多資訊:{name}"
"more_info": "顯示更多資訊:{name}",
"url": "開啟視窗至 {url_path}"
}
},
"editor": {
@ -1077,6 +1106,66 @@
"edit_lovelace": {
"header": "Lovelace UI 的標題",
"explanation": "此為 Lovelace 所有分視圖上方之標題。"
},
"card": {
"alarm_panel": {
"available_states": "可用狀態"
},
"config": {
"required": "必填",
"optional": "選項"
},
"entities": {
"show_header_toggle": "顯示名稱切換?"
},
"gauge": {
"severity": {
"define": "定義嚴重度?",
"green": "綠色",
"red": "紅色",
"yellow": "黃色"
}
},
"glance": {
"columns": "列"
},
"generic": {
"aspect_ratio": "長寬比",
"camera_image": "攝影機物件",
"camera_view": "攝影機視角",
"entities": "物件",
"entity": "物件",
"hold_action": "保持觸發",
"hours_to_show": "顯示小時",
"icon": "圖示",
"icon_height": "圖示高度",
"image": "圖像路徑",
"maximum": "最大值",
"minimum": "最小值",
"name": "名稱",
"refresh_interval": "更新間隔",
"show_icon": "顯示圖示?",
"show_name": "顯示名稱?",
"show_state": "顯示狀態?",
"tap_action": "點選觸發",
"title": "標題",
"theme": "主題",
"unit": "單位",
"url": "網址"
},
"map": {
"geo_location_sources": "地理位置來源",
"dark_mode": "深色模式?",
"default_zoom": "預設大小",
"source": "來源"
},
"markdown": {
"content": "內容"
},
"sensor": {
"graph_detail": "圖像精細度",
"graph_type": "圖像類型"
}
}
},
"menu": {