mirror of
https://github.com/home-assistant/frontend.git
synced 2025-04-24 13:27:22 +00:00
Update translations
This commit is contained in:
parent
39d052273d
commit
b34b52f305
@ -387,7 +387,7 @@
|
||||
"introduction": "Algunes parts de la configuració de Home Assistant es poden recarregar sense necessitat de reiniciar-les. Les opcions de sota esborraran la configuració antiga i carregaran la nova.",
|
||||
"core": "Recarrega el nucli",
|
||||
"group": "Recarrega grups",
|
||||
"automation": "Recarrega automatismes",
|
||||
"automation": "Recarrega automatitzacions",
|
||||
"script": "Recarrega programes"
|
||||
},
|
||||
"server_management": {
|
||||
@ -409,24 +409,24 @@
|
||||
},
|
||||
"automation": {
|
||||
"caption": "Automatització",
|
||||
"description": "Crea i edita automatismes",
|
||||
"description": "Crea i edita automatitzacions",
|
||||
"picker": {
|
||||
"header": "Editor d'automatismes",
|
||||
"introduction": "L'editor d'automatismes permet crear i editar automatismes. Vés a l'enllaç de sota per llegir les instruccions i assegurar-te que has configurat el Home Assistant correctament.",
|
||||
"pick_automation": "Selecciona l'automatisme a editar",
|
||||
"no_automations": "No s'ha pogut trobar cap automatisme editable",
|
||||
"add_automation": "Afegir automatisme",
|
||||
"learn_more": "Més informació sobre els automatismes"
|
||||
"header": "Editor d'automatitzacions",
|
||||
"introduction": "L'editor d'automatitzacions et permet crear i editar automatitzacions. Vés a l'enllaç de sota per veure'n les instruccions i assegurar-te que has configurat el Home Assistant correctament.",
|
||||
"pick_automation": "Tria l'automatització a editar",
|
||||
"no_automations": "No s'ha pogut trobar cap automatització editable",
|
||||
"add_automation": "Afegeix automatització",
|
||||
"learn_more": "Més informació sobre les automatitzacions"
|
||||
},
|
||||
"editor": {
|
||||
"introduction": "Utilitza els automatismes per donar més vida a la teva casa",
|
||||
"default_name": "Nou automatisme",
|
||||
"introduction": "Utilitza les automatitzacions per donar més vida a la teva casa",
|
||||
"default_name": "Nova automatització",
|
||||
"save": "Desa",
|
||||
"unsaved_confirm": "Hi ha canvis no desats. Segur que vols sortir?",
|
||||
"alias": "Nom",
|
||||
"triggers": {
|
||||
"header": "Activadors",
|
||||
"introduction": "Els activadors són les regles que fan que es dispari un automatisme. Pots definir més d'un activador per a cada automatisme. Una vegada s'iniciï un activador, el Home Assistant validarà les condicions (si n'hi ha) i finalment cridarà l'acció.",
|
||||
"introduction": "Els activadors són les regles que fan que es dispari una automatització. Pots definir més d'un activador per a cada automatització. Una vegada s'iniciï un activador, el Home Assistant validarà les condicions (si n'hi ha) i finalment cridarà l'acció.",
|
||||
"add": "Afegir activador",
|
||||
"duplicate": "Duplicar",
|
||||
"delete": "Elimina",
|
||||
@ -516,7 +516,7 @@
|
||||
},
|
||||
"conditions": {
|
||||
"header": "Condicions",
|
||||
"introduction": "Les condicions són una part opcional d'un automatisme i es poden utilitzar per permetre o evitar que es produeixi l'acció quan s'activa l'automatisme. Les condicions són similars als activadors però funcionen de forma diferent: un activador analitza els esdeveniments que ocorren en el sistema mentre que una condició només observa com està el sistema en un moment determinat, per exemple, un activador se n'adonarà de quan s'està activant un interruptor mentre que una condició només pot veure si un interruptor està activat o desactivat.",
|
||||
"introduction": "Les condicions són part opcional d'una automatització i es poden utilitzar per permetre o evitar que es produeixi una acció quan es dispari l'automatització. Les condicions són similars als activadors però funcionen de forma diferent: un activador analitza els esdeveniments que ocorren en el sistema mentre que una condició només observa com està el sistema en un moment determinat, per exemple, un activador se n'adonarà de quan s'està activant un interruptor mentre que una condició només pot veure si un interruptor està activat o desactivat.",
|
||||
"add": "Afegir condició",
|
||||
"duplicate": "Duplicar",
|
||||
"delete": "Elimina",
|
||||
@ -558,20 +558,25 @@
|
||||
"zone": "Zona"
|
||||
},
|
||||
"device": {
|
||||
"label": "Dispositiu"
|
||||
"label": "Dispositiu",
|
||||
"extra_fields": {
|
||||
"above": "A sobre",
|
||||
"below": "A sota",
|
||||
"for": "Durada"
|
||||
}
|
||||
},
|
||||
"and": {
|
||||
"label": "I"
|
||||
"label": "I (AND lògic)"
|
||||
},
|
||||
"or": {
|
||||
"label": "O"
|
||||
"label": "O (OR lògic)"
|
||||
}
|
||||
},
|
||||
"learn_more": "Més informació sobre les condicions"
|
||||
},
|
||||
"actions": {
|
||||
"header": "Accions",
|
||||
"introduction": "Les accions són allò que farà Home Assistant quan s'activi l'automatisme i es compleixin totes les condicions (si n'hi ha).",
|
||||
"introduction": "Les accions són allò que farà Home Assistant quan es dispari l'automatització i es compleixin totes les condicions (si n'hi ha).",
|
||||
"add": "Afegir acció",
|
||||
"duplicate": "Duplicar",
|
||||
"delete": "Elimina",
|
||||
@ -602,6 +607,9 @@
|
||||
},
|
||||
"device_id": {
|
||||
"label": "Dispositiu"
|
||||
},
|
||||
"scene": {
|
||||
"label": "Activa escena"
|
||||
}
|
||||
},
|
||||
"learn_more": "Més informació sobre les accions"
|
||||
@ -616,7 +624,20 @@
|
||||
},
|
||||
"script": {
|
||||
"caption": "Programació",
|
||||
"description": "Crea i edita programes (scripts)"
|
||||
"description": "Crea i edita programes (scripts)",
|
||||
"picker": {
|
||||
"header": "Editor de scripts",
|
||||
"introduction": "L'editor de scripts et permet crear i editar scripts. Vés a l'enllaç de sota per veure'n les instruccions i assegurar-te que has configurat el Home Assistant correctament.",
|
||||
"learn_more": "Més informació sobre els scripts",
|
||||
"no_scripts": "No hem trobat cap script editable",
|
||||
"add_script": "Afegeix script"
|
||||
},
|
||||
"editor": {
|
||||
"header": "Script: {name}",
|
||||
"default_name": "Nou script",
|
||||
"load_error_not_editable": "Només es poden editar els scripts dins de l'arxiu scripts.yaml.",
|
||||
"delete_confirm": "Estàs segur que vols eliminar aquest script?"
|
||||
}
|
||||
},
|
||||
"zwave": {
|
||||
"caption": "Z-Wave",
|
||||
@ -664,13 +685,19 @@
|
||||
"true": "Cert",
|
||||
"false": "Fals",
|
||||
"set_config_parameter": "Defineix el paràmetre de configuració"
|
||||
},
|
||||
"learn_more": "Més informació sobre Z-Wave",
|
||||
"ozw_log": {
|
||||
"header": "Registre d'OZW",
|
||||
"introduction": "Consulta el registre. 0 és el mínim (carrega el registre complet) i 1000 és el màxim. La càrrega mostrarà un registre estàtic i la cua s’actualitzarà automàticament amb l’últim número de línies especificat."
|
||||
}
|
||||
},
|
||||
"users": {
|
||||
"caption": "Usuaris",
|
||||
"description": "Gestiona els usuaris",
|
||||
"picker": {
|
||||
"title": "Usuaris"
|
||||
"title": "Usuaris",
|
||||
"system_generated": "Generat pel sistema"
|
||||
},
|
||||
"editor": {
|
||||
"rename_user": "Canviar el nom d'usuari",
|
||||
@ -678,7 +705,18 @@
|
||||
"activate_user": "Activar usuari",
|
||||
"deactivate_user": "Desactivar usuari",
|
||||
"delete_user": "Eliminar usuari",
|
||||
"caption": "Mostrar usuari"
|
||||
"caption": "Mostrar usuari",
|
||||
"id": "ID",
|
||||
"owner": "Propietari",
|
||||
"group": "Grup",
|
||||
"active": "Actiu",
|
||||
"system_generated": "Generat pel sistema",
|
||||
"system_generated_users_not_removable": "No es poden eliminar usuaris generats pel sistema.",
|
||||
"unnamed_user": "Usuari sense nom",
|
||||
"enter_new_name": "Introdueix nou nom",
|
||||
"user_rename_failed": "El canvi de nom d'usuari ha fallat:",
|
||||
"group_update_failed": "L'actualització del grup ha fallat:",
|
||||
"confirm_user_deletion": "Estàs segur que vols eliminar {name}?"
|
||||
},
|
||||
"add_user": {
|
||||
"caption": "Afegir usuari",
|
||||
@ -692,7 +730,156 @@
|
||||
"caption": "Home Assistant Cloud",
|
||||
"description_login": "Sessió iniciada com a {email}",
|
||||
"description_not_login": "No has iniciat sessió",
|
||||
"description_features": "Controla la casa des de fora, pots integrar Alexa i Google Assistant."
|
||||
"description_features": "Controla la casa des de fora, pots integrar Alexa i Google Assistant.",
|
||||
"login": {
|
||||
"title": "Inici de sessió des del núvol (Cloud)",
|
||||
"introduction": "Home Assistant Cloud t'ofereix una connexió remota i segura amb la teva instància mentre siguis fora de casa. També et permet connectar-te amb els serveis només disponibles al núvol: Amazon Alexa i Google Assistant.",
|
||||
"introduction2": "Aquest servei està gestionat pel nostre soci ",
|
||||
"introduction2a": ", una empresa fundada pels creadors de Home Assistant i Hass.io.",
|
||||
"introduction3": "Home Assistant Cloud és un servei de subscripció amb una prova gratuïta d’un mes. No és necessària la informació de pagament.",
|
||||
"learn_more_link": "Més informació sobre Home Assistant Cloud",
|
||||
"dismiss": "Desestimar",
|
||||
"sign_in": "Inicia sessió",
|
||||
"email": "Correu electrònic",
|
||||
"email_error_msg": "Correu electrònic invàlid",
|
||||
"password": "Contrasenya",
|
||||
"password_error_msg": "La contrasenya han de tenir un mínim de 8 caràcters",
|
||||
"forgot_password": "has oblidat la contrasenya?",
|
||||
"start_trial": "Inicia la prova gratuïta d'1 mes",
|
||||
"trial_info": "No és necessària la informació de pagament",
|
||||
"alert_password_change_required": "Has de canviar la teva contrasenya abans d’iniciar sessió.",
|
||||
"alert_email_confirm_necessary": "Has de confirmar el teu correu electrònic abans d’iniciar sessió."
|
||||
},
|
||||
"forgot_password": {
|
||||
"title": "Oblit de la contrasenya",
|
||||
"subtitle": "Has oblidat la teva contrasenya",
|
||||
"instructions": "Introdueix el teu correu electrònic i t'enviarem un enllaç per restablir la contrasenya.",
|
||||
"email": "Correu electrònic",
|
||||
"email_error_msg": "Correu electrònic invàlid",
|
||||
"send_reset_email": "Envia correu electrònic de restabliment",
|
||||
"check_your_email": "Consulta el correu electrònic per obtenir instruccions sobre com restablir la teva contrasenya."
|
||||
},
|
||||
"register": {
|
||||
"title": "Registre del compte",
|
||||
"headline": "Inicia la prova gratuïta",
|
||||
"information": "Crea un compte per iniciar la prova gratuïta d’un mes amb Home Assistant Cloud. No és necessària la informació de pagament.",
|
||||
"information2": "La prova et donarà accés a tots els avantatges de Home Assistant Cloud, inclosos:",
|
||||
"feature_remote_control": "Control de Home Assistant fora de casa",
|
||||
"feature_google_home": "Integració amb Google Assistant",
|
||||
"feature_amazon_alexa": "Integració amb Amazon Alexa",
|
||||
"feature_webhook_apps": "Fàcil integració amb aplicacions basades an webhook com OwnTracks",
|
||||
"information3": "Aquest servei està gestionat pel nostre soci ",
|
||||
"information3a": ", una empresa fundada pels creadors de Home Assistant i Hass.io.",
|
||||
"information4": "En registrar un compte, acceptes els termes i condicions següents.",
|
||||
"link_terms_conditions": "Termes i condicions",
|
||||
"link_privacy_policy": "Política de privacitat",
|
||||
"create_account": "Crear compte",
|
||||
"email_address": "Correu electrònic",
|
||||
"email_error_msg": "Correu electrònic invàlid",
|
||||
"password": "Contrasenya",
|
||||
"password_error_msg": "La contrasenya han de tenir un mínim de 8 caràcters",
|
||||
"start_trial": "Inicia la prova",
|
||||
"resend_confirm_email": "Reenvia el correu de confirmació",
|
||||
"account_created": "Compte creat! Consulta el correu electrònic per obtenir instruccions sobre com activar el compte."
|
||||
},
|
||||
"account": {
|
||||
"thank_you_note": "Gràcies per formar part de Home Assistant Cloud. És gràcies a persones com tu que podem oferir una experiència domòtica excel·lent per a tothom.",
|
||||
"nabu_casa_account": "Compte Nabu Casa",
|
||||
"connection_status": "Estat de connexió amb Cloud",
|
||||
"manage_account": "Gestió del compte",
|
||||
"sign_out": "Tanca sessió",
|
||||
"integrations": "Integracions",
|
||||
"integrations_introduction": "Les integracions per Home Assistant Cloud et permeten connectar-vos a d'altres serveis al núvol sense haver d’exposar la teva instància de Home Assistant públicament a Internet.",
|
||||
"integrations_introduction2": "Consulta el lloc web per ",
|
||||
"integrations_link_all_features": "totes les funcions disponibles",
|
||||
"connected": "Connectat",
|
||||
"not_connected": "No connectat",
|
||||
"fetching_subscription": "Obtenint la subscripció...",
|
||||
"remote": {
|
||||
"title": "Control remot",
|
||||
"access_is_being_prepared": "S’està preparant l’accés remot. T’avisarem quan estigui a punt.",
|
||||
"info": "Home Assistant Cloud t'ofereix una connexió remota i segura amb la teva instància mentre siguis fora de casa",
|
||||
"instance_is_available": "La teva instància està disponible a",
|
||||
"instance_will_be_available": "La teva instància estarà disponible a",
|
||||
"link_learn_how_it_works": "Informació sobre com funciona",
|
||||
"certificate_info": "Informació del certificat"
|
||||
},
|
||||
"alexa": {
|
||||
"title": "Alexa",
|
||||
"info": "Amb la integració d'Alexa per Home Assistant Cloud podràs controlar tots els dispositius de Home Assistant a través dels dispositius compatibles amb Alexa.",
|
||||
"enable_ha_skill": "Activa l'auxiliar de Home Assistant per Alexa",
|
||||
"config_documentation": "Documentació de configuració",
|
||||
"enable_state_reporting": "Activa els informes d’estat",
|
||||
"info_state_reporting": "Si actives els informes d'estat, Home Assistant enviarà a Amazon tots els canvis d’estat de les entitats exposades. Això et permetrà veure els últims estats a l’aplicació Alexa i utilitzar-los per crear rutines.",
|
||||
"sync_entities": "Sincronitza les entitats",
|
||||
"manage_entities": "Gestió d'entitats",
|
||||
"sync_entities_error": "No s'han pogut sincronitzar les entitats:",
|
||||
"state_reporting_error": "No s'ha pogut {enable_disable} l'informe d'estat.",
|
||||
"enable": "activa",
|
||||
"disable": "desactiva"
|
||||
},
|
||||
"google": {
|
||||
"title": "Google Assistant",
|
||||
"info": "Amb la integració de Google Assistant per Home Assistant Cloud podràs controlar tots els dispositius de Home Assistant a través dels dispositius compatibles amb Google Assistant.",
|
||||
"enable_ha_skill": "Activa l'auxiliar de Home Assistant per Google Assistant",
|
||||
"config_documentation": "Documentació de configuració",
|
||||
"enable_state_reporting": "Activa els informes d’estat",
|
||||
"info_state_reporting": "Si actives els informes d'estat, Home Assistant enviarà a Google tots els canvis d’estat de les entitats exposades. Això et permetrà veure els últims estats a l’aplicació de Google.",
|
||||
"security_devices": "Dispositius de seguretat",
|
||||
"enter_pin_info": "Introdueix un codi PIN per interactuar amb dispositius de seguretat. Aquests dispositius són portes, garatges o panys, per exemple. Se't demanarà que introdueixis (o diguis) aquest PIN quan interactuïs amb aquests dispositius mitjançant Google Assistant.",
|
||||
"devices_pin": "PIN dels dispositius de seguretat",
|
||||
"enter_pin_hint": "Introdueix un PIN per utilitzar dispositius de seguretat",
|
||||
"sync_entities": "Sincronitza les entitats amb Google",
|
||||
"manage_entities": "Gestió d'entitats",
|
||||
"enter_pin_error": "No s'ha pogut desar el pin:"
|
||||
},
|
||||
"webhooks": {
|
||||
"title": "Webhooks",
|
||||
"info": "Qualsevol cosa que estigui configurada per disparar-se a través d'un webhook pot disposar d'un URL accessible públicament que permet retornar-li dades a Home Assistant des de qualsevol lloc i sense exposar la teva instància a Internet.",
|
||||
"no_hooks_yet": "Sembla que encara no tens cap webhook. Comença configurant una ",
|
||||
"no_hooks_yet_link_integration": "integració basada en webhook",
|
||||
"no_hooks_yet2": " o bé creant una ",
|
||||
"no_hooks_yet_link_automation": "automatització de webhook",
|
||||
"link_learn_more": "Més informació sobre la creació d'automatizacions basats en webhook.",
|
||||
"loading": "Carregant ...",
|
||||
"manage": "Gestiona",
|
||||
"disable_hook_error_msg": "No s'ha pogut desactivar el webhook:"
|
||||
}
|
||||
},
|
||||
"alexa": {
|
||||
"title": "Alexa",
|
||||
"banner": "L'edició de quines entitats estan exposades a través de la UI està desactivada perquè hi ha filtres d'entitats configurats a configuration.yaml.",
|
||||
"exposed_entities": "Entitats exposades",
|
||||
"not_exposed_entities": "Entitats No exposades",
|
||||
"expose": "Exposa a Alexa"
|
||||
},
|
||||
"dialog_certificate": {
|
||||
"certificate_information": "Informació del certificat",
|
||||
"certificate_expiration_date": "Data de caducitat del certificat",
|
||||
"will_be_auto_renewed": "Es renovarà automàticament",
|
||||
"fingerprint": "Empremta del certificat:",
|
||||
"close": "Tanca"
|
||||
},
|
||||
"google": {
|
||||
"title": "Google Assistant",
|
||||
"expose": "Exposa a Google Assistant",
|
||||
"disable_2FA": "Desactiva l'autenticació en dos passos",
|
||||
"banner": "L'edició de quines entitats estan exposades a través de la UI està desactivada perquè hi ha filtres d'entitats configurats a configuration.yaml.",
|
||||
"exposed_entities": "Entitats exposades",
|
||||
"not_exposed_entities": "Entitats No exposades",
|
||||
"sync_to_google": "Sincronitzant els canvis amb Google."
|
||||
},
|
||||
"dialog_cloudhook": {
|
||||
"webhook_for": "Webhook per {name}",
|
||||
"available_at": "El webhook està disponible a l’URL següent:",
|
||||
"managed_by_integration": "Aquest webhook està gestionat per una integració i no es pot desactivar.",
|
||||
"info_disable_webhook": "Si ja no vols fer servir aquest webhook, pots",
|
||||
"link_disable_webhook": "desactiva-lo",
|
||||
"view_documentation": "Veure documentació",
|
||||
"close": "Tanca",
|
||||
"confirm_disable": "Estàs segur que vols desactivar aquest webhook?",
|
||||
"copied_to_clipboard": "Copiat al porta-retalls"
|
||||
}
|
||||
},
|
||||
"integrations": {
|
||||
"caption": "Integracions",
|
||||
@ -705,7 +892,7 @@
|
||||
"config_entry": {
|
||||
"no_devices": "Aquesta integració no té dispositius.",
|
||||
"no_device": "Entitats sense dispositius",
|
||||
"delete_confirm": "Estas segur que vols eliminar aquesta integració?",
|
||||
"delete_confirm": "Estàs segur que vols eliminar aquesta integració?",
|
||||
"restart_confirm": "Reinicia el Home Assistant per acabar d'eliminar aquesta integració",
|
||||
"manuf": "de {manufacturer}",
|
||||
"via": "Connectat a través de",
|
||||
@ -720,7 +907,10 @@
|
||||
"description": "Aquest pas requereix que visitis un lloc web extern per completar-lo.",
|
||||
"open_site": "Vés al lloc web"
|
||||
}
|
||||
}
|
||||
},
|
||||
"note_about_integrations": "Encara no es poden configurar totes les integracions a través de la UI.",
|
||||
"note_about_website_reference": "N'hi ha més disponible a ",
|
||||
"home_assistant_website": "Lloc web de Home Assistant"
|
||||
},
|
||||
"zha": {
|
||||
"caption": "ZHA",
|
||||
@ -738,7 +928,46 @@
|
||||
"add_device_page": {
|
||||
"header": "Domòtica amb Zigbee - Afegir dispositius",
|
||||
"spinner": "S'estan cercant dispositius ZHA Zigbee...",
|
||||
"discovery_text": "Els dispositius descoberts apareixeran aquí. Segueix les instruccions del teu dispositiu\/s i posa el dispositiu\/s en mode d’emparellament."
|
||||
"discovery_text": "Els dispositius descoberts apareixeran aquí. Segueix les instruccions del teu dispositiu\/s i posa el dispositiu\/s en mode d’emparellament.",
|
||||
"search_again": "Torna a cercar"
|
||||
},
|
||||
"common": {
|
||||
"add_devices": "Afegeix dispositius",
|
||||
"clusters": "Clústers",
|
||||
"devices": "Dispositius",
|
||||
"manufacturer_code_override": "Substitució del codi de fabricant",
|
||||
"value": "Valor"
|
||||
},
|
||||
"network_management": {
|
||||
"header": "Gestió de la xarxa",
|
||||
"introduction": "Comandes que afecten tota la xarxa"
|
||||
},
|
||||
"node_management": {
|
||||
"header": "Gestió del dispositiu",
|
||||
"introduction": "Executa comandes ZHA que afecten un sol dispositiu. Tria un dispositiu per veure el seu llistat de comandes disponibles.",
|
||||
"hint_battery_devices": "Nota: cal que els dispositius adormits (amb bateria) estiguin desperts quan els hi enviïs comandes. Normalment pots despertar un dispositiu adormit disparant-lo.",
|
||||
"hint_wakeup": "Alguns dispositius com els sensors Xiaomi tenen un botó per despertar-los que pots prémer a intervals de 5 segons per mantenir-los desperts mentre hi interactues.",
|
||||
"help_node_dropdown": "Selecciona un dispositiu per visualitzar-ne les opcions (per dispositiu)."
|
||||
},
|
||||
"clusters": {
|
||||
"help_cluster_dropdown": "Selecciona un clúster per visualitzar-ne els atributs i comandes."
|
||||
},
|
||||
"cluster_attributes": {
|
||||
"header": "Atributs clúster",
|
||||
"introduction": "Consulta i edita els atributs del clúster.",
|
||||
"attributes_of_cluster": "Atributs del clúster seleccionat",
|
||||
"get_zigbee_attribute": "Obtenir l'atribut Zigbee",
|
||||
"set_zigbee_attribute": "Estableix l'atribut Zigbee",
|
||||
"help_attribute_dropdown": "Selecciona un atribut per visualitzar-ne o definiu-ne el valor.",
|
||||
"help_get_zigbee_attribute": "Obté el valor de l’atribut seleccionat.",
|
||||
"help_set_zigbee_attribute": "Estableix el valor d'atribut pel clúster especificat a l'entitat especificada."
|
||||
},
|
||||
"cluster_commands": {
|
||||
"header": "Comandes clúster",
|
||||
"introduction": "Veure i emetre comandes clúster.",
|
||||
"commands_of_cluster": "Comandes del clúster seleccionat",
|
||||
"issue_zigbee_command": "Emet la comanda Zigbee",
|
||||
"help_command_dropdown": "Selecciona una comanda per interactuar-hi."
|
||||
}
|
||||
},
|
||||
"area_registry": {
|
||||
@ -770,7 +999,13 @@
|
||||
"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",
|
||||
"show_disabled": "Mostra entitats desactivades"
|
||||
"show_disabled": "Mostra entitats desactivades",
|
||||
"headers": {
|
||||
"name": "Nom",
|
||||
"entity_id": "ID de l'entitat",
|
||||
"integration": "Integració",
|
||||
"enabled": "Habilitat"
|
||||
}
|
||||
},
|
||||
"editor": {
|
||||
"unavailable": "Aquesta entitat no està disponible actualment.",
|
||||
@ -780,7 +1015,7 @@
|
||||
"enabled_label": "Activa l’entitat",
|
||||
"enabled_cause": "Desactivat per {cause}.",
|
||||
"enabled_description": "Les entitats desactivades no s’afegiran a Home Assistant.",
|
||||
"confirm_delete": "Estas segur que vols eliminar aquesta entitat?",
|
||||
"confirm_delete": "Estàs 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."
|
||||
}
|
||||
},
|
||||
@ -791,8 +1026,24 @@
|
||||
"name": "Nom",
|
||||
"device_tracker_intro": "Selecciona els dispositius que pertanyen a aquesta persona.",
|
||||
"device_tracker_picked": "Seguint dispositiu",
|
||||
"device_tracker_pick": "Tria un dispositiu per fer-li el seguiment"
|
||||
}
|
||||
"device_tracker_pick": "Tria un dispositiu per fer-li el seguiment",
|
||||
"new_person": "Persona nova",
|
||||
"name_error_msg": "El nom és necessari",
|
||||
"linked_user": "Usuari enllaçat",
|
||||
"no_device_tracker_available_intro": "Quan tinguis dispositius que indiquen presència de persones, podràs assignar-los a una persona. Pots afegir el primer dispositiu afegint una integració de detecció de presència des de la pàgina d'integracions.",
|
||||
"link_presence_detection_integrations": "Integracions de detecció de presència",
|
||||
"link_integrations_page": "Pàgina d'integracions",
|
||||
"delete": "Suprimeix",
|
||||
"create": "Crea",
|
||||
"update": "Actualitza"
|
||||
},
|
||||
"introduction": "Aquí pots definir cada persona d'interès en Home Assistant.",
|
||||
"note_about_persons_configured_in_yaml": "Nota: les persones configurades mitjançant configuration.yaml no es poden editar a la UI.",
|
||||
"no_persons_created_yet": "Sembla que encara no has creat cap persona.",
|
||||
"create_person": "Crea persona",
|
||||
"add_person": "Afegeix persona",
|
||||
"confirm_delete": "Estàs segur que vols eliminar aquesta persona?",
|
||||
"confirm_delete2": "Tots els dispositius vinculats a aquesta persona quedaran sense assignar."
|
||||
},
|
||||
"server_control": {
|
||||
"caption": "Control del servidor",
|
||||
@ -810,7 +1061,7 @@
|
||||
"introduction": "Algunes parts de la configuració de Home Assistant es poden recarregar sense necessitat de reiniciar. Els botons de sota esborraran la configuració antiga i en carregaran la nova.",
|
||||
"core": "Actualitza el nucli",
|
||||
"group": "Actualitza grups",
|
||||
"automation": "Actualitza automatismes",
|
||||
"automation": "Actualitza automatitzacions",
|
||||
"script": "Actualitza programes",
|
||||
"scene": "Actualitza escenes"
|
||||
},
|
||||
@ -838,6 +1089,11 @@
|
||||
"caption": "Quan es dispara alguna cosa..."
|
||||
}
|
||||
}
|
||||
},
|
||||
"common": {
|
||||
"editor": {
|
||||
"confirm_unsaved": "Hi han canvis no desats. Segur que vols sortir?"
|
||||
}
|
||||
}
|
||||
},
|
||||
"profile": {
|
||||
@ -863,9 +1119,9 @@
|
||||
"refresh_tokens": {
|
||||
"header": "Refresca els testimonis d'autenticació",
|
||||
"description": "Cada testimoni d'autenticació d'actualització representa un inici de sessió diferent. Els testimonis d'autenticació d'actualització s'eliminaran automàticament quan tanquis la sessió. A sota hi ha una llista de testimonis d'autenticació d'actualització que estan actius actualment al teu compte.",
|
||||
"token_title": "Refresca el testimoni d'autenticació del {clientId}",
|
||||
"token_title": "Testimoni d'actualització de {clientId}",
|
||||
"created_at": "Creat el {date}",
|
||||
"confirm_delete": "Estas segur que vols eliminar el testimoni d'autenticació d'actualització per {name}?",
|
||||
"confirm_delete": "Estàs segur que vols eliminar el testimoni d'actualització per a {name}?",
|
||||
"delete_failed": "No s'ha pogut eliminar el testimoni d'autenticació d'actualització.",
|
||||
"last_used": "Darrer ús el {date} des de {location}",
|
||||
"not_used": "Mai no s'ha utilitzat",
|
||||
@ -909,14 +1165,18 @@
|
||||
"close": "Tanca",
|
||||
"submit": "Envia"
|
||||
},
|
||||
"logout": "Tanca la sessió",
|
||||
"logout": "Tanca sessió",
|
||||
"force_narrow": {
|
||||
"header": "Amaga sempre la barra lateral",
|
||||
"description": "Això ocultarà la barra lateral per defecte, de manera similar als mòbils i tablets."
|
||||
"description": "Això ocultarà la barra lateral de manera similar als mòbils i tablets."
|
||||
},
|
||||
"vibrate": {
|
||||
"header": "Vibra",
|
||||
"description": "Activa o desactiva la vibració d’aquest dispositiu mentre controlis dispositius."
|
||||
"description": "Activa o desactiva la vibració en d’aquest dispositiu."
|
||||
},
|
||||
"advanced_mode": {
|
||||
"title": "Mode avançat",
|
||||
"description": "Home Assistant oculta de manera predeterminada les funcions i opcions avançades. Pots accedir a aquestes funcions commutant aquest interruptor. Aquesta és una configuració específica per a usuari i no afecta altres usuaris que utilitzin Home Assistant."
|
||||
}
|
||||
},
|
||||
"page-authorize": {
|
||||
@ -1077,7 +1337,9 @@
|
||||
"add": "Afegir targeta",
|
||||
"edit": "Editar",
|
||||
"delete": "Elimina",
|
||||
"move": "Mou"
|
||||
"move": "Mou",
|
||||
"show_visual_editor": "Mostra l'editor visual",
|
||||
"show_code_editor": "Mostra l'editor de codi"
|
||||
},
|
||||
"migrate": {
|
||||
"header": "Configuració incompatible",
|
||||
@ -1121,7 +1383,8 @@
|
||||
"optional": "Opcional"
|
||||
},
|
||||
"entities": {
|
||||
"show_header_toggle": "Mostrar commutació a la capçalera?"
|
||||
"show_header_toggle": "Mostrar commutació a la capçalera?",
|
||||
"name": "Entitats"
|
||||
},
|
||||
"gauge": {
|
||||
"severity": {
|
||||
@ -1129,10 +1392,12 @@
|
||||
"green": "Verd",
|
||||
"red": "Vermell",
|
||||
"yellow": "Groc"
|
||||
}
|
||||
},
|
||||
"name": "Galga"
|
||||
},
|
||||
"glance": {
|
||||
"columns": "Columnes"
|
||||
"columns": "Columnes",
|
||||
"name": "Visualització"
|
||||
},
|
||||
"generic": {
|
||||
"aspect_ratio": "Relació d'aspecte",
|
||||
@ -1162,14 +1427,72 @@
|
||||
"geo_location_sources": "Fonts de geolocalització",
|
||||
"dark_mode": "Mode fosc?",
|
||||
"default_zoom": "Zoom predeterminat",
|
||||
"source": "Font"
|
||||
"source": "Font",
|
||||
"name": "Mapa"
|
||||
},
|
||||
"markdown": {
|
||||
"content": "Contingut"
|
||||
"content": "Contingut",
|
||||
"name": "Markdown"
|
||||
},
|
||||
"sensor": {
|
||||
"graph_detail": "Detall del gràfic",
|
||||
"graph_type": "Tipus de gràfic"
|
||||
"graph_type": "Tipus de gràfic",
|
||||
"name": "Sensor"
|
||||
},
|
||||
"alarm-panel": {
|
||||
"name": "Panell d'alarma",
|
||||
"available_states": "Estats disponibles"
|
||||
},
|
||||
"conditional": {
|
||||
"name": "Condicional"
|
||||
},
|
||||
"entity-button": {
|
||||
"name": "Botó d'entitat"
|
||||
},
|
||||
"entity-filter": {
|
||||
"name": "Filtre d'entitats"
|
||||
},
|
||||
"history-graph": {
|
||||
"name": "Gràfic d'històric"
|
||||
},
|
||||
"horizontal-stack": {
|
||||
"name": "Pila horitzontal"
|
||||
},
|
||||
"iframe": {
|
||||
"name": "iFrame"
|
||||
},
|
||||
"light": {
|
||||
"name": "Llum"
|
||||
},
|
||||
"media-control": {
|
||||
"name": "Control multimèdia"
|
||||
},
|
||||
"picture": {
|
||||
"name": "Imatge"
|
||||
},
|
||||
"picture-elements": {
|
||||
"name": "Imatge amb elements"
|
||||
},
|
||||
"picture-entity": {
|
||||
"name": "Entitat d'imatge"
|
||||
},
|
||||
"picture-glance": {
|
||||
"name": "Visualització d'imatge"
|
||||
},
|
||||
"plant-status": {
|
||||
"name": "Estat de la planta"
|
||||
},
|
||||
"shopping-list": {
|
||||
"name": "Llista de la compra"
|
||||
},
|
||||
"thermostat": {
|
||||
"name": "Termòstat"
|
||||
},
|
||||
"vertical-stack": {
|
||||
"name": "Pila vertical"
|
||||
},
|
||||
"weather-forecast": {
|
||||
"name": "Previsió meteorològica"
|
||||
}
|
||||
}
|
||||
},
|
||||
@ -1405,7 +1728,8 @@
|
||||
"entity_turned_off": "S'ha apagat {entity}.",
|
||||
"service_called": "S'ha cridat el servei {service}.",
|
||||
"service_call_failed": "Ha fallat la crida al servei {service}.",
|
||||
"connection_lost": "Connexió perduda. Tornant a connectar..."
|
||||
"connection_lost": "Connexió perduda. Tornant a connectar...",
|
||||
"triggered": "{name} disparat\/ada"
|
||||
},
|
||||
"dialogs": {
|
||||
"more_info_settings": {
|
||||
@ -1451,11 +1775,20 @@
|
||||
"device_name_placeholder": "Nom donat per l'usuari",
|
||||
"area_picker_label": "Àrea",
|
||||
"update_name_button": "Actualitzar Nom"
|
||||
}
|
||||
},
|
||||
"buttons": {
|
||||
"add": "Afegir dispositius",
|
||||
"remove": "Eliminar dispositiu",
|
||||
"reconfigure": "Reconfigurar dispositiu"
|
||||
},
|
||||
"quirk": "Quirk",
|
||||
"last_seen": "Vist per últim cop",
|
||||
"power_source": "Font d'alimentació",
|
||||
"unknown": "Desconeguda"
|
||||
}
|
||||
},
|
||||
"auth_store": {
|
||||
"ask": "Voleu desar aquest inici de sessió?",
|
||||
"ask": "Vols desar aquest inici de sessió?",
|
||||
"decline": "No, gràcies",
|
||||
"confirm": "Desa inici de sessió"
|
||||
},
|
||||
@ -1467,7 +1800,7 @@
|
||||
},
|
||||
"domain": {
|
||||
"alarm_control_panel": "Panell de control d'alarma",
|
||||
"automation": "Automatismes",
|
||||
"automation": "Automatització",
|
||||
"binary_sensor": "Sensor binari",
|
||||
"calendar": "Calendari",
|
||||
"camera": "Càmera",
|
||||
|
@ -659,13 +659,15 @@
|
||||
"true": "True",
|
||||
"false": "False",
|
||||
"set_config_parameter": "Nastavte konfigurační parametr"
|
||||
}
|
||||
},
|
||||
"learn_more": "Další informace o Z-Wave"
|
||||
},
|
||||
"users": {
|
||||
"caption": "Uživatelé",
|
||||
"description": "Správa uživatelů",
|
||||
"picker": {
|
||||
"title": "Uživatelé"
|
||||
"title": "Uživatelé",
|
||||
"system_generated": "Generovaný systémem"
|
||||
},
|
||||
"editor": {
|
||||
"rename_user": "Přejmenovat uživatele",
|
||||
@ -673,7 +675,18 @@
|
||||
"activate_user": "Aktivovat uživatele",
|
||||
"deactivate_user": "Deaktivovat uživatele",
|
||||
"delete_user": "Odstranit uživatele",
|
||||
"caption": "Zobrazit uživatele"
|
||||
"caption": "Zobrazit uživatele",
|
||||
"id": "ID",
|
||||
"owner": "Vlastník",
|
||||
"group": "Skupina",
|
||||
"active": "Aktivní",
|
||||
"system_generated": "Generovaný systémem",
|
||||
"system_generated_users_not_removable": "Nelze odebrat uživatele generované systémem.",
|
||||
"unnamed_user": "Nepojmenovaný uživatel",
|
||||
"enter_new_name": "Zadejte nové jméno",
|
||||
"user_rename_failed": "Přejmenování uživatele se nezdařilo:",
|
||||
"group_update_failed": "Aktualizace skupiny se nezdařila:",
|
||||
"confirm_user_deletion": "Opravdu chcete smazat {name} ?"
|
||||
},
|
||||
"add_user": {
|
||||
"caption": "Přidat uživatele",
|
||||
@ -715,7 +728,9 @@
|
||||
"description": "K dokončení tohoto kroku je nutné navštívit externí webovou stránku.",
|
||||
"open_site": "Otevřít webové stránky"
|
||||
}
|
||||
}
|
||||
},
|
||||
"note_about_website_reference": "Další jsou k dispozici na ",
|
||||
"home_assistant_website": "stránky Home Assistant"
|
||||
},
|
||||
"zha": {
|
||||
"caption": "ZHA",
|
||||
@ -734,6 +749,18 @@
|
||||
"header": "Zigbee Home Automation - Přidat zařízení",
|
||||
"spinner": "Hledání zařízení ZHA Zigbee ...",
|
||||
"discovery_text": "Zde se objeví nalezená zařízení. Postupujte dle pokynů pro vaše zařízení a uveďte je do režimu párování."
|
||||
},
|
||||
"common": {
|
||||
"add_devices": "Přidat zařízení",
|
||||
"clusters": "Clustery"
|
||||
},
|
||||
"cluster_attributes": {
|
||||
"attributes_of_cluster": "Atribut vybraného klastru",
|
||||
"get_zigbee_attribute": "Získat atribut Zigbee",
|
||||
"set_zigbee_attribute": "Nastavit atribut Zigbee"
|
||||
},
|
||||
"cluster_commands": {
|
||||
"help_command_dropdown": "Vyberte příkaz, se kterým chcete pracovat."
|
||||
}
|
||||
},
|
||||
"area_registry": {
|
||||
@ -786,7 +813,12 @@
|
||||
"name": "Jméno",
|
||||
"device_tracker_intro": "Vyberte zařízení, která patří této osobě.",
|
||||
"device_tracker_picked": "Sledovat zařízení",
|
||||
"device_tracker_pick": "Vyberte zařízení, které chcete sledovat"
|
||||
"device_tracker_pick": "Vyberte zařízení, které chcete sledovat",
|
||||
"link_presence_detection_integrations": "Integrace detekce přítomnosti",
|
||||
"link_integrations_page": "Stránka integrací",
|
||||
"delete": "Smazat",
|
||||
"create": "Vytvořit",
|
||||
"update": "Aktualizace"
|
||||
}
|
||||
},
|
||||
"server_control": {
|
||||
@ -912,6 +944,10 @@
|
||||
"vibrate": {
|
||||
"header": "Vibrovat",
|
||||
"description": "Povolit nebo zakázat vibrace na tomto zařízení při ovládání ostatních zařízení."
|
||||
},
|
||||
"advanced_mode": {
|
||||
"title": "Pokročilý režim",
|
||||
"description": "Home Assistant standardně skrývá pokročilé funkce a předvolby. Zapnutím této funkce je můžete zpřístupnit. Toto nastavení je specifické pro každého uživatele a neovlivňuje ostatní uživatele Home Assistantu."
|
||||
}
|
||||
},
|
||||
"page-authorize": {
|
||||
@ -1072,7 +1108,9 @@
|
||||
"add": "Přidat kartu",
|
||||
"edit": "Upravit",
|
||||
"delete": "Odstranit",
|
||||
"move": "Přesunout"
|
||||
"move": "Přesunout",
|
||||
"show_visual_editor": "Zobrazit vizuální editor",
|
||||
"show_code_editor": "Zobrazit editor kódu"
|
||||
},
|
||||
"migrate": {
|
||||
"header": "Konfigurace není kompatibilní",
|
||||
@ -1116,7 +1154,8 @@
|
||||
"optional": "Volitelné"
|
||||
},
|
||||
"entities": {
|
||||
"show_header_toggle": "Zobrazit přepínač záhlaví?"
|
||||
"show_header_toggle": "Zobrazit přepínač záhlaví?",
|
||||
"name": "Entity"
|
||||
},
|
||||
"gauge": {
|
||||
"severity": {
|
||||
@ -1124,7 +1163,8 @@
|
||||
"green": "Zelená",
|
||||
"red": "Červaná",
|
||||
"yellow": "Žlutá"
|
||||
}
|
||||
},
|
||||
"name": "Měřidlo"
|
||||
},
|
||||
"glance": {
|
||||
"columns": "Sloupce"
|
||||
@ -1157,14 +1197,60 @@
|
||||
"geo_location_sources": "Zdroje geolokace",
|
||||
"dark_mode": "Tmavý režim?",
|
||||
"default_zoom": "Výchozí zvětšení",
|
||||
"source": "Zdroj"
|
||||
"source": "Zdroj",
|
||||
"name": "Mapa"
|
||||
},
|
||||
"markdown": {
|
||||
"content": "Obsah"
|
||||
"content": "Obsah",
|
||||
"name": "Markdown"
|
||||
},
|
||||
"sensor": {
|
||||
"graph_detail": "Detail grafu",
|
||||
"graph_type": "Typ grafu"
|
||||
"graph_type": "Typ grafu",
|
||||
"name": "Senzor"
|
||||
},
|
||||
"alarm-panel": {
|
||||
"name": "Ovládací panel alarmu",
|
||||
"available_states": "Dostupné stavy"
|
||||
},
|
||||
"conditional": {
|
||||
"name": "Podmínka"
|
||||
},
|
||||
"entity-button": {
|
||||
"name": "Tlačítko entity"
|
||||
},
|
||||
"entity-filter": {
|
||||
"name": "Filtr entit"
|
||||
},
|
||||
"history-graph": {
|
||||
"name": "Graf historie"
|
||||
},
|
||||
"light": {
|
||||
"name": "Světlo"
|
||||
},
|
||||
"media-control": {
|
||||
"name": "Řízení médií"
|
||||
},
|
||||
"picture": {
|
||||
"name": "Obrázek"
|
||||
},
|
||||
"picture-entity": {
|
||||
"name": "Obrazková entita"
|
||||
},
|
||||
"plant-status": {
|
||||
"name": "Stav rostliny"
|
||||
},
|
||||
"shopping-list": {
|
||||
"name": "Nákupní seznam"
|
||||
},
|
||||
"thermostat": {
|
||||
"name": "Termostat"
|
||||
},
|
||||
"vertical-stack": {
|
||||
"name": "Svislá sada"
|
||||
},
|
||||
"weather-forecast": {
|
||||
"name": "Předpověď počasí"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -578,6 +578,11 @@
|
||||
"description": "Rheoli eich rhwydwaith Z-Wave",
|
||||
"node_config": {
|
||||
"set_config_parameter": "Gosod Paramedr Ffurfweddu"
|
||||
},
|
||||
"learn_more": "Dysgu mwy am Z-Wave",
|
||||
"ozw_log": {
|
||||
"header": "OZW Log",
|
||||
"introduction": "Gweld y log. 0 yn y lleiaf (llwyth cyfan log) a 1000 yn yr uchafswm. Llwyth yn dangos sefydlog o log ac yn y gynffon, bydd yn diweddariad automatig gyda nifer penodol diwethaf o linellau o log."
|
||||
}
|
||||
},
|
||||
"cloud": {
|
||||
@ -631,6 +636,29 @@
|
||||
"header": "Awtomeiddiad Cartref Zigbee - Ychwanegwch Dyfeisiadau",
|
||||
"spinner": "Chwilio am ddyfeisiau ZHA Zigbee ...",
|
||||
"discovery_text": "Bydd dyfeisiau a ddarganfuwyd yn ymddangos yma. Dilynwch y cyfarwyddiadau ar gyfer eich dyfais \/ dyfaisiau a rhowch y ddyfais \/ dyfeisiau yn y modd paru."
|
||||
},
|
||||
"node_management": {
|
||||
"help_node_dropdown": "Dewiswch ddyfais i weld yr opsiynau fesul dyfais."
|
||||
},
|
||||
"clusters": {
|
||||
"help_cluster_dropdown": "Dewiswch clwstwr i weld priodoleddau a gorchmynion."
|
||||
},
|
||||
"cluster_attributes": {
|
||||
"header": "Priodoleddau clwstwr",
|
||||
"introduction": "Gweld a golygu priodoleddau clwstwr.",
|
||||
"attributes_of_cluster": "Priodoleddau'r clwstwr a ddewiswyd",
|
||||
"get_zigbee_attribute": "Cael Priodoledd Zigbee",
|
||||
"set_zigbee_attribute": "Gosod priodoledd Zigbee",
|
||||
"help_attribute_dropdown": "Dewisiwch y priodoledd i weld neu osod ei werth",
|
||||
"help_get_zigbee_attribute": "Cael y gwerth ar gyfer y priodoledd a ddewiswyd.",
|
||||
"help_set_zigbee_attribute": "Gosod gwerth priodwedd ar gyfer y clwstwr penodedig ar yr endid penodedig."
|
||||
},
|
||||
"cluster_commands": {
|
||||
"header": "Gorchmynion clwstwr",
|
||||
"introduction": "Gweld a chyhoeddi gorchmynion clwstwr.",
|
||||
"commands_of_cluster": "Gorchmynion y clwstwr a ddewiswyd",
|
||||
"issue_zigbee_command": "Cyhoeddi Gorchymyn Zigbee",
|
||||
"help_command_dropdown": "Dewiswch orchymyn i ryngweithio ag ef."
|
||||
}
|
||||
},
|
||||
"area_registry": {
|
||||
@ -747,7 +775,9 @@
|
||||
"add": "Ychwanegu Cerdyn",
|
||||
"edit": "Golygu",
|
||||
"delete": "Dileu",
|
||||
"move": "Symud"
|
||||
"move": "Symud",
|
||||
"show_visual_editor": "Dangos Golygydd Gweledol",
|
||||
"show_code_editor": "Dangos Golygydd Cod"
|
||||
},
|
||||
"migrate": {
|
||||
"header": "Ffurfweddiad anghydnaws",
|
||||
@ -777,6 +807,81 @@
|
||||
"save": "Arbed",
|
||||
"unsaved_changes": "Newidiadau heb eu cadw",
|
||||
"saved": "Arbed"
|
||||
},
|
||||
"card": {
|
||||
"alarm-panel": {
|
||||
"name": "Panel Larwm",
|
||||
"available_states": "Cyflerau posib"
|
||||
},
|
||||
"conditional": {
|
||||
"name": "Amodol"
|
||||
},
|
||||
"entities": {
|
||||
"name": "Endidau"
|
||||
},
|
||||
"entity-button": {
|
||||
"name": "Botwm Endid"
|
||||
},
|
||||
"entity-filter": {
|
||||
"name": "Hidlo Endid"
|
||||
},
|
||||
"gauge": {
|
||||
"name": "Medrydd"
|
||||
},
|
||||
"glance": {
|
||||
"name": "Cipolwg"
|
||||
},
|
||||
"history-graph": {
|
||||
"name": "Graff Hanes"
|
||||
},
|
||||
"horizontal-stack": {
|
||||
"name": "Stac Fertigol"
|
||||
},
|
||||
"iframe": {
|
||||
"name": "iFrame"
|
||||
},
|
||||
"light": {
|
||||
"name": "Golau"
|
||||
},
|
||||
"map": {
|
||||
"name": "Map"
|
||||
},
|
||||
"markdown": {
|
||||
"name": "Marclawr"
|
||||
},
|
||||
"media-control": {
|
||||
"name": "Rheoli cyfryngau"
|
||||
},
|
||||
"picture": {
|
||||
"name": "Llun"
|
||||
},
|
||||
"picture-elements": {
|
||||
"name": "Elfennau'r Llun"
|
||||
},
|
||||
"picture-entity": {
|
||||
"name": "Endid Llun"
|
||||
},
|
||||
"picture-glance": {
|
||||
"name": "Cipolwg ar lun"
|
||||
},
|
||||
"plant-status": {
|
||||
"name": "Statws planhigyn"
|
||||
},
|
||||
"sensor": {
|
||||
"name": "Synhwyrydd"
|
||||
},
|
||||
"shopping-list": {
|
||||
"name": "Rhestr siopa"
|
||||
},
|
||||
"thermostat": {
|
||||
"name": "Thermostat"
|
||||
},
|
||||
"vertical-stack": {
|
||||
"name": "Stac Fertigol"
|
||||
},
|
||||
"weather-forecast": {
|
||||
"name": "Rhagolwg tywydd"
|
||||
}
|
||||
}
|
||||
},
|
||||
"menu": {
|
||||
@ -888,6 +993,12 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"profile": {
|
||||
"advanced_mode": {
|
||||
"title": "Modd Uwch",
|
||||
"description": "Mae Home Assistant yn cuddio nodweddion uwch ac opsiynau yn ddiofyn. Gallwch wneud y nodweddion hyn yn hygyrch trwy ticio'r toggle hwn. Mae hwn yn leoliad penodol i ddefnyddwyr ac nid yw'n effeithio ar ddefnyddwyr eraill sy'n defnyddio Home Assistant."
|
||||
}
|
||||
}
|
||||
},
|
||||
"sidebar": {
|
||||
|
@ -558,7 +558,12 @@
|
||||
"zone": "Zone"
|
||||
},
|
||||
"device": {
|
||||
"label": "Enhed"
|
||||
"label": "Enhed",
|
||||
"extra_fields": {
|
||||
"above": "Over",
|
||||
"below": "Under",
|
||||
"for": "Varighed"
|
||||
}
|
||||
},
|
||||
"and": {
|
||||
"label": "Og"
|
||||
@ -602,6 +607,9 @@
|
||||
},
|
||||
"device_id": {
|
||||
"label": "Enhed"
|
||||
},
|
||||
"scene": {
|
||||
"label": "Aktivér scene"
|
||||
}
|
||||
},
|
||||
"learn_more": "Lær om handlinger"
|
||||
@ -616,7 +624,19 @@
|
||||
},
|
||||
"script": {
|
||||
"caption": "Script",
|
||||
"description": "Opret og rediger scripts"
|
||||
"description": "Opret og rediger scripts",
|
||||
"picker": {
|
||||
"header": "Script editor",
|
||||
"learn_more": "Lær mere om scripts",
|
||||
"no_scripts": "Vi kunne ikke finde nogen redigerbare scripts",
|
||||
"add_script": "Tilføj script"
|
||||
},
|
||||
"editor": {
|
||||
"header": "Script: {name}",
|
||||
"default_name": "Ny script",
|
||||
"load_error_not_editable": "Kun scripts i scripts.yaml kan redigeres.",
|
||||
"delete_confirm": "Er du sikker på, at du vil slette dette script?"
|
||||
}
|
||||
},
|
||||
"zwave": {
|
||||
"caption": "Z-Wave",
|
||||
@ -664,13 +684,18 @@
|
||||
"true": "Sandt",
|
||||
"false": "Falsk",
|
||||
"set_config_parameter": "Indstil konfigurationsparameter"
|
||||
},
|
||||
"learn_more": "Lær mere om Z-Wave",
|
||||
"ozw_log": {
|
||||
"header": "OZW log"
|
||||
}
|
||||
},
|
||||
"users": {
|
||||
"caption": "Brugere",
|
||||
"description": "Administrer brugere",
|
||||
"picker": {
|
||||
"title": "Brugere"
|
||||
"title": "Brugere",
|
||||
"system_generated": "System genereret"
|
||||
},
|
||||
"editor": {
|
||||
"rename_user": "Omdøb bruger",
|
||||
@ -678,7 +703,18 @@
|
||||
"activate_user": "Aktivér bruger",
|
||||
"deactivate_user": "Deaktiver bruger",
|
||||
"delete_user": "Slet bruger",
|
||||
"caption": "Vis bruger"
|
||||
"caption": "Vis bruger",
|
||||
"id": "ID",
|
||||
"owner": "Ejer",
|
||||
"group": "Gruppe",
|
||||
"active": "Aktiv",
|
||||
"system_generated": "System genereret",
|
||||
"system_generated_users_not_removable": "Kan ikke fjerne systemgenererede brugere.",
|
||||
"unnamed_user": "Unavngivet bruger",
|
||||
"enter_new_name": "Indtast nyt navn",
|
||||
"user_rename_failed": "Omdøbning af bruger mislykkedes:",
|
||||
"group_update_failed": "Gruppe opdatering mislykkedes:",
|
||||
"confirm_user_deletion": "Er du sikker på, at du vil slette {name}?"
|
||||
},
|
||||
"add_user": {
|
||||
"caption": "Tilføj bruger",
|
||||
@ -692,7 +728,122 @@
|
||||
"caption": "Home Assistant Cloud",
|
||||
"description_login": "Logget ind som {email}",
|
||||
"description_not_login": "Ikke logget ind",
|
||||
"description_features": "Betjen væk fra hjemmet, integrer med Alexa og Google Assistant."
|
||||
"description_features": "Betjen væk fra hjemmet, integrer med Alexa og Google Assistant.",
|
||||
"login": {
|
||||
"title": "Cloud-login",
|
||||
"learn_more_link": "Lær mere om Home Assistant Cloud",
|
||||
"dismiss": "Afvis",
|
||||
"sign_in": "Log ind",
|
||||
"email": "E-mail",
|
||||
"email_error_msg": "Ugyldig email",
|
||||
"password": "Adgangskode",
|
||||
"password_error_msg": "Adgangskoder er mindst 8 tegn",
|
||||
"forgot_password": "glemt kodeord?",
|
||||
"start_trial": "Start din gratis prøveperiode på 1 måned",
|
||||
"trial_info": "Betalingsoplysninger er ikke nødvendige",
|
||||
"alert_password_change_required": "Du skal ændre din adgangskode, før du logger ind."
|
||||
},
|
||||
"forgot_password": {
|
||||
"title": "Glemt kodeord",
|
||||
"instructions": "Indtast din e-mail-adresse, så sender vi dig et link for at nulstille din adgangskode.",
|
||||
"email": "E-mail",
|
||||
"email_error_msg": "Ugyldig email",
|
||||
"check_your_email": "Tjek din e-mail for instruktioner om, hvordan du nulstiller din adgangskode."
|
||||
},
|
||||
"register": {
|
||||
"title": "Registrer konto",
|
||||
"headline": "Start din gratis prøveperiode",
|
||||
"feature_remote_control": "Styring af Home Assistant væk fra hjemmet",
|
||||
"feature_google_home": "Integration med Google Assistant",
|
||||
"feature_amazon_alexa": "Integration med Amazon Alexa",
|
||||
"feature_webhook_apps": "Nem integration med webhook-baserede apps som OwnTracks",
|
||||
"information3": "Denne service drives af vores partner",
|
||||
"information4": "Ved at registrere en konto accepterer du følgende vilkår og betingelser.",
|
||||
"link_terms_conditions": "Betingelser og vilkår",
|
||||
"link_privacy_policy": "Fortrolighedspolitik",
|
||||
"create_account": "Opret konto",
|
||||
"email_address": "Email adresse",
|
||||
"email_error_msg": "Ugyldig email",
|
||||
"password": "Adgangskode",
|
||||
"password_error_msg": "Adgangskoder er mindst 8 tegn",
|
||||
"start_trial": "Start prøveperiode",
|
||||
"resend_confirm_email": "Gensend bekræftelsesmail",
|
||||
"account_created": "Konto oprettet! Tjek din e-mail for instruktioner om, hvordan du aktiverer din konto."
|
||||
},
|
||||
"account": {
|
||||
"nabu_casa_account": "Nabu Casa-konto",
|
||||
"connection_status": "Cloud-forbindelsesstatus",
|
||||
"manage_account": "Administrer konto",
|
||||
"sign_out": "Log ud",
|
||||
"integrations": "Integrationer",
|
||||
"integrations_introduction2": "Tjek hjemmesiden for",
|
||||
"integrations_link_all_features": "alle tilgængelige funktioner",
|
||||
"connected": "Forbundet",
|
||||
"not_connected": "Ikke forbundet",
|
||||
"fetching_subscription": "Henter abonnement...",
|
||||
"remote": {
|
||||
"certificate_info": "Certifikatoplysninger"
|
||||
},
|
||||
"alexa": {
|
||||
"title": "Alexa",
|
||||
"enable_state_reporting": "Aktivér tilstandsrapportering",
|
||||
"sync_entities": "Synkroniser enheder",
|
||||
"manage_entities": "Administrer enheder",
|
||||
"sync_entities_error": "Kunne ikke synkronisere enheder:",
|
||||
"state_reporting_error": "Kan ikke {enable_disable} rapport tilstand.",
|
||||
"enable": "aktivere",
|
||||
"disable": "deaktivere"
|
||||
},
|
||||
"google": {
|
||||
"title": "Google Assistant",
|
||||
"enable_state_reporting": "Aktivér tilstandsrapportering",
|
||||
"security_devices": "Sikkerhedsenheder",
|
||||
"devices_pin": "Pinkode til sikkerhedsenheder",
|
||||
"enter_pin_hint": "Indtast en pinkode for at bruge sikkerhedsenheder",
|
||||
"sync_entities": "Synkroniser enheder med Google",
|
||||
"manage_entities": "Administrer enheder",
|
||||
"enter_pin_error": "Pinkoden kan ikke gemmes:"
|
||||
},
|
||||
"webhooks": {
|
||||
"title": "Webhooks",
|
||||
"no_hooks_yet_link_integration": "webhook-baseret integration",
|
||||
"no_hooks_yet2": "eller ved at oprette en",
|
||||
"no_hooks_yet_link_automation": "webhook automatisering",
|
||||
"link_learn_more": "Lær mere om at oprette webhook-drevne automatiseringer.",
|
||||
"loading": "Indlæser ...",
|
||||
"disable_hook_error_msg": "Webhook kunne ikke deaktiveres:"
|
||||
}
|
||||
},
|
||||
"alexa": {
|
||||
"title": "Alexa",
|
||||
"exposed_entities": "Eksponerede enheder",
|
||||
"not_exposed_entities": "Ikke eksponerede enheder"
|
||||
},
|
||||
"dialog_certificate": {
|
||||
"certificate_information": "Certifikatoplysninger",
|
||||
"certificate_expiration_date": "Udløbsdato for certifikat",
|
||||
"will_be_auto_renewed": "Vil automatisk blive fornyet",
|
||||
"fingerprint": "Certifikat fingeraftryk:",
|
||||
"close": "Luk"
|
||||
},
|
||||
"google": {
|
||||
"title": "Google Assistant",
|
||||
"disable_2FA": "Deaktiver to-faktor godkendelse",
|
||||
"exposed_entities": "Eksponerede enheder",
|
||||
"not_exposed_entities": "Ikke eksponerede enheder",
|
||||
"sync_to_google": "Synkroniserer ændringer med Google."
|
||||
},
|
||||
"dialog_cloudhook": {
|
||||
"webhook_for": "Webhook til {name}",
|
||||
"available_at": "Webhook er tilgængelig på følgende webadresse:",
|
||||
"managed_by_integration": "Denne webhook administreres af en integration og kan ikke deaktiveres.",
|
||||
"info_disable_webhook": "Hvis du ikke længere vil bruge denne webhook, kan du",
|
||||
"link_disable_webhook": "deaktivere den",
|
||||
"view_documentation": "Se dokumentation",
|
||||
"close": "Luk",
|
||||
"confirm_disable": "Er du sikker på, at du vil deaktivere denne webhook?",
|
||||
"copied_to_clipboard": "Kopieret til udklipsholder"
|
||||
}
|
||||
},
|
||||
"integrations": {
|
||||
"caption": "Integrationer",
|
||||
@ -720,7 +871,10 @@
|
||||
"description": "Dette trin kræver, at du besøger et eksternt websted.",
|
||||
"open_site": "Åbn websted"
|
||||
}
|
||||
}
|
||||
},
|
||||
"note_about_integrations": "Ikke alle integrationer kan konfigureres via brugergrænsefladen endnu.",
|
||||
"note_about_website_reference": "Flere er tilgængelige på",
|
||||
"home_assistant_website": "Home Assistant hjemmeside"
|
||||
},
|
||||
"zha": {
|
||||
"caption": "ZHA",
|
||||
@ -738,7 +892,41 @@
|
||||
"add_device_page": {
|
||||
"header": "Zigbee Home Automation - Tilføj enheder",
|
||||
"spinner": "Søger efter ZHA Zigbee-enheder...",
|
||||
"discovery_text": "Fundne enheder vil dukke op her. Følg instruktionerne for din enhed(er) og sæt enhed(erne) i parringstilstand."
|
||||
"discovery_text": "Fundne enheder vil dukke op her. Følg instruktionerne for din enhed(er) og sæt enhed(erne) i parringstilstand.",
|
||||
"search_again": "Søg igen"
|
||||
},
|
||||
"common": {
|
||||
"add_devices": "Tilføj enheder",
|
||||
"clusters": "Klynger",
|
||||
"devices": "Enheder",
|
||||
"value": "Værdi"
|
||||
},
|
||||
"network_management": {
|
||||
"header": "Netværksstyring",
|
||||
"introduction": "Kommandoer, der påvirker hele netværket"
|
||||
},
|
||||
"node_management": {
|
||||
"header": "Enhedshåndtering"
|
||||
},
|
||||
"clusters": {
|
||||
"help_cluster_dropdown": "Vælg en klynge for at se attributter og kommandoer."
|
||||
},
|
||||
"cluster_attributes": {
|
||||
"header": "Klynge attributter",
|
||||
"introduction": "Se og rediger klynge attributter.",
|
||||
"attributes_of_cluster": "Attributter for den valgte klynge",
|
||||
"get_zigbee_attribute": "Hent Zigbee-attribut",
|
||||
"set_zigbee_attribute": "Angiv Zigbee-attribut",
|
||||
"help_attribute_dropdown": "Vælg en attribut for at se eller indstille dens værdi.",
|
||||
"help_get_zigbee_attribute": "Hent værdien for den valgte attribut.",
|
||||
"help_set_zigbee_attribute": "Indstil attributværdi for den specificerede klynge på den specificerede enhed."
|
||||
},
|
||||
"cluster_commands": {
|
||||
"header": "Klyngekommandoer",
|
||||
"introduction": "Se og send klyngekommandoer.",
|
||||
"commands_of_cluster": "Kommandoer for den valgte klynge",
|
||||
"issue_zigbee_command": "Send ZigBee kommando",
|
||||
"help_command_dropdown": "Vælg en kommando, du vil interagere med."
|
||||
}
|
||||
},
|
||||
"area_registry": {
|
||||
@ -770,7 +958,13 @@
|
||||
"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",
|
||||
"show_disabled": "Vis deaktiverede enheder"
|
||||
"show_disabled": "Vis deaktiverede enheder",
|
||||
"headers": {
|
||||
"name": "Navn",
|
||||
"entity_id": "Enheds ID",
|
||||
"integration": "Integration",
|
||||
"enabled": "Aktiveret"
|
||||
}
|
||||
},
|
||||
"editor": {
|
||||
"unavailable": "Denne enhed er ikke tilgængelig i øjeblikket.",
|
||||
@ -791,8 +985,19 @@
|
||||
"name": "Navn",
|
||||
"device_tracker_intro": "Vælg de enheder, der tilhører denne person.",
|
||||
"device_tracker_picked": "Spor enhed",
|
||||
"device_tracker_pick": "Vælg en enhed, der skal spores"
|
||||
}
|
||||
"device_tracker_pick": "Vælg en enhed, der skal spores",
|
||||
"new_person": "Ny person",
|
||||
"name_error_msg": "Navn er påkrævet",
|
||||
"linked_user": "Tilknyttet bruger",
|
||||
"link_integrations_page": "Integrationsside",
|
||||
"delete": "Slet",
|
||||
"create": "Opret",
|
||||
"update": "Opdatering"
|
||||
},
|
||||
"no_persons_created_yet": "Det ser ud til, at du endnu ikke har oprettet nogen personer endnu.",
|
||||
"create_person": "Opret person",
|
||||
"add_person": "Tilføj person",
|
||||
"confirm_delete": "Er du sikker på, at du vil slette denne person?"
|
||||
},
|
||||
"server_control": {
|
||||
"caption": "Serveradministration",
|
||||
@ -838,6 +1043,11 @@
|
||||
"caption": "Når noget påvirkes ..."
|
||||
}
|
||||
}
|
||||
},
|
||||
"common": {
|
||||
"editor": {
|
||||
"confirm_unsaved": "Du har ikke-gemte ændringer. Er du sikker på, at du vil forlade?"
|
||||
}
|
||||
}
|
||||
},
|
||||
"profile": {
|
||||
@ -917,6 +1127,9 @@
|
||||
"vibrate": {
|
||||
"header": "Vibrer",
|
||||
"description": "Aktivér eller deaktiver vibrationer på denne enhed, når du styrer enheder."
|
||||
},
|
||||
"advanced_mode": {
|
||||
"title": "Avanceret tilstand"
|
||||
}
|
||||
},
|
||||
"page-authorize": {
|
||||
@ -1077,7 +1290,9 @@
|
||||
"add": "Tilføj kort",
|
||||
"edit": "Rediger",
|
||||
"delete": "Slet",
|
||||
"move": "Flyt"
|
||||
"move": "Flyt",
|
||||
"show_visual_editor": "Vis visuel editor",
|
||||
"show_code_editor": "Vis kode editor"
|
||||
},
|
||||
"migrate": {
|
||||
"header": "Konfiguration ikke færdiggjort",
|
||||
@ -1121,7 +1336,8 @@
|
||||
"optional": "Valgfri"
|
||||
},
|
||||
"entities": {
|
||||
"show_header_toggle": "Vis omskifter ved overskrift?"
|
||||
"show_header_toggle": "Vis omskifter ved overskrift?",
|
||||
"name": "Enheder"
|
||||
},
|
||||
"gauge": {
|
||||
"severity": {
|
||||
@ -1132,7 +1348,8 @@
|
||||
}
|
||||
},
|
||||
"glance": {
|
||||
"columns": "Kolonner"
|
||||
"columns": "Kolonner",
|
||||
"name": "Blik"
|
||||
},
|
||||
"generic": {
|
||||
"aspect_ratio": "Billedproportion",
|
||||
@ -1162,14 +1379,71 @@
|
||||
"geo_location_sources": "Geolokationskilder",
|
||||
"dark_mode": "Mørk tilstand?",
|
||||
"default_zoom": "Standard zoom",
|
||||
"source": "Kilde"
|
||||
"source": "Kilde",
|
||||
"name": "Kort"
|
||||
},
|
||||
"markdown": {
|
||||
"content": "Indhold"
|
||||
},
|
||||
"sensor": {
|
||||
"graph_detail": "Graf detaljer",
|
||||
"graph_type": "Graf type"
|
||||
"graph_type": "Graf type",
|
||||
"name": "Sensor"
|
||||
},
|
||||
"alarm-panel": {
|
||||
"name": "Alarmpanel",
|
||||
"available_states": "Tilgængelige tilstande"
|
||||
},
|
||||
"conditional": {
|
||||
"name": "Betinget"
|
||||
},
|
||||
"entity-button": {
|
||||
"name": "Enhedsknap"
|
||||
},
|
||||
"entity-filter": {
|
||||
"name": "Enhedsfilter"
|
||||
},
|
||||
"history-graph": {
|
||||
"name": "Historik graf"
|
||||
},
|
||||
"horizontal-stack": {
|
||||
"name": "Vandret stak"
|
||||
},
|
||||
"iframe": {
|
||||
"name": "iFrame"
|
||||
},
|
||||
"light": {
|
||||
"name": "Lys"
|
||||
},
|
||||
"media-control": {
|
||||
"name": "Mediekontrol"
|
||||
},
|
||||
"picture": {
|
||||
"name": "Billede"
|
||||
},
|
||||
"picture-elements": {
|
||||
"name": "Billedelementer"
|
||||
},
|
||||
"picture-entity": {
|
||||
"name": "Billedenhed"
|
||||
},
|
||||
"picture-glance": {
|
||||
"name": "Billedblik"
|
||||
},
|
||||
"plant-status": {
|
||||
"name": "Plantestatus"
|
||||
},
|
||||
"shopping-list": {
|
||||
"name": "Indkøbsliste"
|
||||
},
|
||||
"thermostat": {
|
||||
"name": "Termostat"
|
||||
},
|
||||
"vertical-stack": {
|
||||
"name": "Lodret stak"
|
||||
},
|
||||
"weather-forecast": {
|
||||
"name": "Vejrudsigt"
|
||||
}
|
||||
}
|
||||
},
|
||||
@ -1451,7 +1725,15 @@
|
||||
"device_name_placeholder": "Bruger tildelt navn",
|
||||
"area_picker_label": "Område",
|
||||
"update_name_button": "Opdater navn"
|
||||
}
|
||||
},
|
||||
"buttons": {
|
||||
"add": "Tilføj enheder",
|
||||
"remove": "Fjern enhed",
|
||||
"reconfigure": "Genkonfigurer enhed"
|
||||
},
|
||||
"last_seen": "Sidst set",
|
||||
"power_source": "Strømkilde",
|
||||
"unknown": "Ukendt"
|
||||
}
|
||||
},
|
||||
"auth_store": {
|
||||
|
@ -558,7 +558,12 @@
|
||||
"zone": "Zone"
|
||||
},
|
||||
"device": {
|
||||
"label": "Gerät"
|
||||
"label": "Gerät",
|
||||
"extra_fields": {
|
||||
"above": "Über",
|
||||
"below": "Unter",
|
||||
"for": "Dauer"
|
||||
}
|
||||
},
|
||||
"and": {
|
||||
"label": "Und"
|
||||
@ -602,6 +607,9 @@
|
||||
},
|
||||
"device_id": {
|
||||
"label": "Gerät"
|
||||
},
|
||||
"scene": {
|
||||
"label": "Szene aktivieren"
|
||||
}
|
||||
},
|
||||
"learn_more": "Erfahre mehr über Aktionen"
|
||||
@ -616,7 +624,20 @@
|
||||
},
|
||||
"script": {
|
||||
"caption": "Skript",
|
||||
"description": "Skripte erstellen und bearbeiten"
|
||||
"description": "Skripte erstellen und bearbeiten",
|
||||
"picker": {
|
||||
"header": "Skript-Editor",
|
||||
"introduction": "Mit dem Skript-Editor können Skripte erstellt und bearbeitet werden. Bitte folge Sie dem untenstehenden Link, um die Anleitung zu finden. Das stellt sicher, dass Home Assistant richtig konfiguriert ist.",
|
||||
"learn_more": "Weitere Informationen zu Skripten",
|
||||
"no_scripts": "Wir konnten keine bearbeitbaren Skripte finden",
|
||||
"add_script": "Skript hinzufügen"
|
||||
},
|
||||
"editor": {
|
||||
"header": "Skript: {name}",
|
||||
"default_name": "Neues Skript",
|
||||
"load_error_not_editable": "Nur Skripte in scripts.yaml können bearbeitet werden.",
|
||||
"delete_confirm": "Möchten Sie dieses Skript wirklich löschen?"
|
||||
}
|
||||
},
|
||||
"zwave": {
|
||||
"caption": "Z-Wave",
|
||||
@ -664,13 +685,19 @@
|
||||
"true": "Richtig",
|
||||
"false": "Falsch",
|
||||
"set_config_parameter": "Konfiguration speichern"
|
||||
},
|
||||
"learn_more": "Erfahre mehr über Z-Wave",
|
||||
"ozw_log": {
|
||||
"header": "OZW Log",
|
||||
"introduction": "Zeigen Sie das Protokoll an. 0 ist das Minimum (lädt das gesamte Protokoll) und 1000 ist das Maximum. Beim Laden wird ein statisches Protokoll angezeigt, und das Ende wird automatisch mit der zuletzt angegebenen Anzahl von Zeilen des Protokolls aktualisiert."
|
||||
}
|
||||
},
|
||||
"users": {
|
||||
"caption": "Benutzer",
|
||||
"description": "Benutzer verwalten",
|
||||
"picker": {
|
||||
"title": "Benutzer"
|
||||
"title": "Benutzer",
|
||||
"system_generated": "System generiert"
|
||||
},
|
||||
"editor": {
|
||||
"rename_user": "Benutzer umbenennen",
|
||||
@ -678,7 +705,18 @@
|
||||
"activate_user": "Benutzer aktivieren",
|
||||
"deactivate_user": "Benutzer deaktivieren",
|
||||
"delete_user": "Benutzer löschen",
|
||||
"caption": "Benutzer anzeigen"
|
||||
"caption": "Benutzer anzeigen",
|
||||
"id": "ID",
|
||||
"owner": "Besitzer",
|
||||
"group": "Gruppe",
|
||||
"active": "Aktiv",
|
||||
"system_generated": "System generiert",
|
||||
"system_generated_users_not_removable": "Vom System generierte Benutzer können nicht entfernt werden.",
|
||||
"unnamed_user": "Unbenannter Benutzer",
|
||||
"enter_new_name": "Neuen Namen eingeben",
|
||||
"user_rename_failed": "Umbenennen des Benutzers fehlgeschlagen:",
|
||||
"group_update_failed": "Gruppenaktualisierung fehlgeschlagen:",
|
||||
"confirm_user_deletion": "Möchten Sie {name} wirklich löschen?"
|
||||
},
|
||||
"add_user": {
|
||||
"caption": "Benutzer hinzufügen",
|
||||
@ -692,7 +730,156 @@
|
||||
"caption": "Home Assistant Cloud",
|
||||
"description_login": "Angemeldet als {email}",
|
||||
"description_not_login": "Nicht angemeldet",
|
||||
"description_features": "Fernsteuerung und Integration mit Alexa und Google Assistant."
|
||||
"description_features": "Fernsteuerung und Integration mit Alexa und Google Assistant.",
|
||||
"login": {
|
||||
"title": "Cloud-Anmeldung",
|
||||
"introduction": "Home Assistant Cloud bietet eine sichere Remote-Verbindung zu Ihrer Instanz, wenn Sie nicht zu Hause sind. Es erlaubt auch die Verbindung zu Amazon Alexa und Google Assistant.",
|
||||
"introduction2": "Diesen Service betreibt unser Partner ",
|
||||
"introduction2a": ", ein Unternehmen, das von den Gründern von Home Assistant und Hass.io gegründet wurde.",
|
||||
"introduction3": "Home Assistant Cloud ist ein Abonnementdienst mit einer kostenlosen einmonatigen Testperiode. Keine Zahlungsinformationen erforderlich.",
|
||||
"learn_more_link": "Erfahre mehr über Home Assistant Cloud",
|
||||
"dismiss": "Ausblenden",
|
||||
"sign_in": "Anmelden",
|
||||
"email": "E-Mail",
|
||||
"email_error_msg": "Ungültige E-Mail",
|
||||
"password": "Passwort",
|
||||
"password_error_msg": "Passwörter bestehen aus mindestens 8 Zeichen",
|
||||
"forgot_password": "Passwort vergessen?",
|
||||
"start_trial": "Starten Sie Ihre kostenlose 1-monatige Testperiode",
|
||||
"trial_info": "Keine Zahlungsinformationen erforderlich",
|
||||
"alert_password_change_required": "Sie müssen Ihr Passwort ändern, bevor Sie sich anmelden können.",
|
||||
"alert_email_confirm_necessary": "Sie müssen Ihre E-Mail-Adresse bestätigen, bevor Sie sich anmelden können."
|
||||
},
|
||||
"forgot_password": {
|
||||
"title": "Passwort vergessen",
|
||||
"subtitle": "Passwort vergessen",
|
||||
"instructions": "Geben Sie Ihre E-Mail-Adresse ein und wir senden Ihnen einen Link zum Zurücksetzen Ihres Passworts.",
|
||||
"email": "E-Mail",
|
||||
"email_error_msg": "Ungültige E-Mail",
|
||||
"send_reset_email": "Reset-E-Mail senden",
|
||||
"check_your_email": "In Ihrer E-Mail finden Sie Anweisungen zum Zurücksetzen Ihres Passworts."
|
||||
},
|
||||
"register": {
|
||||
"title": "Konto registrieren",
|
||||
"headline": "Testperiode starten",
|
||||
"information": "Erstellen ein Konto, um eine kostenlose einmonatige Testperiode mit Home Assistant Cloud zu starten. Keine Zahlungsinformationen sind erforderlich.",
|
||||
"information2": "Die Testperiode gibt Ihnen Zugriff auf alle Vorteile von Home Assistant Cloud, einschließlich:",
|
||||
"feature_remote_control": "Steuere Home Assistant aus der Ferne",
|
||||
"feature_google_home": "Integration mit Google Assistant",
|
||||
"feature_amazon_alexa": "Integration mit Amazon Alexa",
|
||||
"feature_webhook_apps": "Einfache Integration mit Webhook-basierten Apps wie OwnTracks",
|
||||
"information3": "Dieser Service wird von unserem Partner betrieben. ",
|
||||
"information3a": ", ein Unternehmen, das von den Gründern von Home Assistant und Hass.io gegründet wurde.",
|
||||
"information4": "Durch die Registrierung eines Kontos erklären Sie sich mit den folgenden Bedingungen einverstanden.",
|
||||
"link_terms_conditions": "Allgemeine Geschäftsbedingungen",
|
||||
"link_privacy_policy": "Datenschutz-Bestimmungen",
|
||||
"create_account": "Benutzerkonto anlegen",
|
||||
"email_address": "E-Mail-Addresse",
|
||||
"email_error_msg": "Ungültige E-Mail",
|
||||
"password": "Passwort",
|
||||
"password_error_msg": "Passwörter bestehen aus mindestens 8 Zeichen.",
|
||||
"start_trial": "Testperiode starten",
|
||||
"resend_confirm_email": "Bestätigungsmail erneut senden",
|
||||
"account_created": "Account erstellt! Schau in deiner E-Mail nach, wie du dein Konto aktivieren kannst."
|
||||
},
|
||||
"account": {
|
||||
"thank_you_note": "Vielen Dank, dass Sie Teil der Home Assistant Cloud sind. Es ist wegen Menschen wie Ihnen, dass wir in der Lage sind, eine großartige Home Automation Erfahrung für alle zu machen. Danke!",
|
||||
"nabu_casa_account": "Nabu Casa Konto",
|
||||
"connection_status": "Cloud-Verbindungsstatus",
|
||||
"manage_account": "Konto verwalten",
|
||||
"sign_out": "Abmelden",
|
||||
"integrations": "Integrationen",
|
||||
"integrations_introduction": "Mit den Integrationen der Home Assistant Cloud können Diensten in der Cloud verbunden werden, ohne dass die Home Assistant Instalation öffentlich im Internet erreichbar sein muss.",
|
||||
"integrations_introduction2": "Überprüfe die Website für ",
|
||||
"integrations_link_all_features": " alle verfügbaren Funktionen",
|
||||
"connected": "Verbunden",
|
||||
"not_connected": "Nicht verbunden",
|
||||
"fetching_subscription": "Abo wird abgerufen ...",
|
||||
"remote": {
|
||||
"title": "Fernsteuerung",
|
||||
"access_is_being_prepared": "Der Fernzugriff wird vorbereitet. Wir werden Sie benachrichtigen, wenn alles fertig ist.",
|
||||
"info": "Home Assistant Cloud bietet eine sichere Remote-Verbindung zu Ihrer Instanz, wenn Sie nicht zu Hause sind.",
|
||||
"instance_is_available": "Ihre Instanz ist verfügbar unter",
|
||||
"instance_will_be_available": "Ihre Instanz wird verfügbar sein unter",
|
||||
"link_learn_how_it_works": "Lerne, wie es funktioniert",
|
||||
"certificate_info": "Zertifikatsinformationen"
|
||||
},
|
||||
"alexa": {
|
||||
"title": "Alexa",
|
||||
"info": "Mit der Alexa-Integration für Home Assistant Cloud können Sie alle Ihre Home Assistant-Geräte über jedes Alexa-fähige Gerät steuern.",
|
||||
"enable_ha_skill": "Aktiviere den Home Assistant-Skill für Alexa",
|
||||
"config_documentation": "Konfigurationsdokumentation",
|
||||
"enable_state_reporting": "Statusberichterstattung aktivieren",
|
||||
"info_state_reporting": "Wenn die Statusberichterstellung aktiviert wird, sendet Home Assistant alle Statusänderungen exponierter Entitäten an Amazon. So wird in der Alexa-App immer der neueste Status angezeigt.",
|
||||
"sync_entities": "Entitäten synchronisieren",
|
||||
"manage_entities": "Entitäten verwalten",
|
||||
"sync_entities_error": "Fehler beim Synchronisieren von Entitäten:",
|
||||
"state_reporting_error": "Der Berichtsstatus kann nicht {enable_disable} werden.",
|
||||
"enable": "aktiviert",
|
||||
"disable": "deaktiviert"
|
||||
},
|
||||
"google": {
|
||||
"title": "Google Assistant",
|
||||
"info": "Mit der Google Assistant-Integration für Home Assistant Cloud können Sie alle Ihre Home Assistant-Geräte über jedes Google Assistant-fähige Gerät steuern.",
|
||||
"enable_ha_skill": "Aktivieren Sie den Home Assistant-Skill für Google Assistant",
|
||||
"config_documentation": "Konfigurationsdokumentation",
|
||||
"enable_state_reporting": "Statusberichterstattung aktivieren",
|
||||
"info_state_reporting": "Wenn die Statusberichterstellung aktiviert wird, sendet Home Assistant alle Statusänderungen exponierter Entitäten an Google. So wird in der Google-App immer der neueste Status angezeigt.",
|
||||
"security_devices": "Sicherheitsgeräte",
|
||||
"enter_pin_info": "Bitte geben Sie eine PIN ein, um mit Sicherheitsgeräten zu interagieren. Sicherheitsgeräte sind Türen, Garagentore und Schlösser. Sie werden aufgefordert, diese PIN zu sagen \/ einzugeben, wenn Sie mit solchen Geräten über Google Assistant interagieren.",
|
||||
"devices_pin": "Sicherheitsgeräte PIN",
|
||||
"enter_pin_hint": "Geben Sie eine PIN ein, um Sicherheitsgeräte zu verwenden",
|
||||
"sync_entities": "Entitäten mit Google synchronisieren",
|
||||
"manage_entities": "Entitäten verwalten",
|
||||
"enter_pin_error": "PIN kann nicht gespeichert werden:"
|
||||
},
|
||||
"webhooks": {
|
||||
"title": "Webhooks",
|
||||
"info": "Alles, was so konfiguriert ist, dass es durch einen Webhook ausgelöst wird, kann mit einer öffentlich zugänglichen URL versehen werden, damit Daten von überall an Home Assistant gesenden werden können, ohne deine Installation dem Internet zu öffnen.",
|
||||
"no_hooks_yet": "Sieht so aus, als gäbe es noch keine Webhooks. Beginne mit der Konfiguration eines ",
|
||||
"no_hooks_yet_link_integration": "Webhook-basierte Integration",
|
||||
"no_hooks_yet2": "oder durch Erstellen eines",
|
||||
"no_hooks_yet_link_automation": "Webhook-Automatisierung",
|
||||
"link_learn_more": "Weitere Informationen zum Erstellen webhookgestützter Automatisierungen.",
|
||||
"loading": "Wird geladen ...",
|
||||
"manage": "Verwalten",
|
||||
"disable_hook_error_msg": "Fehler beim Deaktivieren des Webhooks:"
|
||||
}
|
||||
},
|
||||
"alexa": {
|
||||
"title": "Alexa",
|
||||
"banner": "Das Bearbeiten der Entitäten, die über diese Benutzeroberfläche verfügbar gemacht werden, ist deaktiviert, da in configuration.yaml Entitätsfilter konfiguriert sind.",
|
||||
"exposed_entities": "Exponierte Entitäten",
|
||||
"not_exposed_entities": "Nicht exponierte Entitäten",
|
||||
"expose": "In Alexa anzeigen"
|
||||
},
|
||||
"dialog_certificate": {
|
||||
"certificate_information": "Zertifikatsinformationen",
|
||||
"certificate_expiration_date": "Ablaufdatum des Zertifikats",
|
||||
"will_be_auto_renewed": "Wird automatisch erneuert",
|
||||
"fingerprint": "Zertifikat Fingerabdruck:",
|
||||
"close": "Schließen"
|
||||
},
|
||||
"google": {
|
||||
"title": "Google Assistant",
|
||||
"expose": "Im Google Assistenten anzeigen",
|
||||
"disable_2FA": "Zweifaktor-Authentifizierung deaktivieren",
|
||||
"banner": "Das Bearbeiten der Entitäten, die über diese Benutzeroberfläche verfügbar gemacht werden, ist deaktiviert, da in configuration.yaml Entitätsfilter konfiguriert sind.",
|
||||
"exposed_entities": "Exponierte Entitäten",
|
||||
"not_exposed_entities": "Nicht exponierte Entitäten",
|
||||
"sync_to_google": "Änderungen mit Google synchronisieren."
|
||||
},
|
||||
"dialog_cloudhook": {
|
||||
"webhook_for": "Webhook für {name}",
|
||||
"available_at": "Der Webhook ist unter der folgenden URL verfügbar:",
|
||||
"managed_by_integration": "Dieser Webhook wird von einer Integration verwaltet und kann nicht deaktiviert werden.",
|
||||
"info_disable_webhook": "Wenn Sie diesen Webhook nicht mehr nutzen wollen, können Sie",
|
||||
"link_disable_webhook": "deaktiviere es",
|
||||
"view_documentation": "Dokumentation anzeigen",
|
||||
"close": "Schließen",
|
||||
"confirm_disable": "Möchten Sie diesen Webhook wirklich deaktivieren?",
|
||||
"copied_to_clipboard": "In die Zwischenablage kopiert"
|
||||
}
|
||||
},
|
||||
"integrations": {
|
||||
"caption": "Integrationen",
|
||||
@ -720,7 +907,10 @@
|
||||
"description": "Für diesen Schritt musst du eine externe Website besuchen, um den Vorgang abzuschließen.",
|
||||
"open_site": "Website öffnen"
|
||||
}
|
||||
}
|
||||
},
|
||||
"note_about_integrations": "Nicht alle Integrationen können über die Benutzeroberfläche konfiguriert werden.",
|
||||
"note_about_website_reference": "Weitere Informationen finden Sie auf der ",
|
||||
"home_assistant_website": "Home Assistant Website"
|
||||
},
|
||||
"zha": {
|
||||
"caption": "ZHA",
|
||||
@ -738,7 +928,46 @@
|
||||
"add_device_page": {
|
||||
"header": "Zigbee Home Automation - Geräte hinzufügen",
|
||||
"spinner": "Suche nach ZHA Zigbee Geräten...",
|
||||
"discovery_text": "Erkannte Geräte werden hier angezeigt. Befolgen Sie die Anweisungen für Ihr Gerät und versetzen Sie das Gerät in den Pairing-Modus."
|
||||
"discovery_text": "Erkannte Geräte werden hier angezeigt. Befolgen Sie die Anweisungen für Ihr Gerät und versetzen Sie das Gerät in den Pairing-Modus.",
|
||||
"search_again": "Erneut suchen"
|
||||
},
|
||||
"common": {
|
||||
"add_devices": "Geräte hinzufügen",
|
||||
"clusters": "Cluster",
|
||||
"devices": "Geräte",
|
||||
"manufacturer_code_override": "Hersteller-Code Überschreiben",
|
||||
"value": "Wert"
|
||||
},
|
||||
"network_management": {
|
||||
"header": "Netzwerkverwaltung",
|
||||
"introduction": "Befehle, die das gesamte Netzwerk betreffen"
|
||||
},
|
||||
"node_management": {
|
||||
"header": "Geräteverwaltung",
|
||||
"introduction": "Führe ZHA-Befehle aus, die sich auf ein einzelnes Gerät auswirken. Wähle ein Gerät aus, um eine Liste der verfügbaren Befehle anzuzeigen.",
|
||||
"hint_battery_devices": "Hinweis: Schlafende (batteriebetriebene) Geräte müssen wach sein, wenn Befehle für sie ausgeführt werden. Ein schlafendes Gerät kann meist durch eine Aktion am Gerät aufgeweckt werden.",
|
||||
"hint_wakeup": "Einige Geräte, z. B. Xiaomi-Sensoren, verfügen über eine Wecktaste, die in Intervallen von ~5 Sekunden gedrückt werden können, um die Geräte wach zu halten, während mit ihnen interagiert wird.",
|
||||
"help_node_dropdown": "Wähle ein Gerät aus, um die Geräteoptionen anzuzeigen."
|
||||
},
|
||||
"clusters": {
|
||||
"help_cluster_dropdown": "Wähle einen Cluster aus, um Attribute und Befehle anzuzeigen."
|
||||
},
|
||||
"cluster_attributes": {
|
||||
"header": "Cluster-Attribute",
|
||||
"introduction": "Anzeigen und Bearbeiten von Clusterattributen.",
|
||||
"attributes_of_cluster": "Attribute des ausgewählten Clusters",
|
||||
"get_zigbee_attribute": "Zigbee-Attribut abrufen",
|
||||
"set_zigbee_attribute": "Zigbee-Attribut setzen",
|
||||
"help_attribute_dropdown": "Wählen Sie ein Attribut aus, um dessen Wert anzuzeigen oder festzulegen.",
|
||||
"help_get_zigbee_attribute": "Ruft den Wert für das ausgewählte Attribut ab.",
|
||||
"help_set_zigbee_attribute": "Setzt den Attributwert für den angegebenen Cluster auf der angegebenen Entität."
|
||||
},
|
||||
"cluster_commands": {
|
||||
"header": "Cluster-Befehle",
|
||||
"introduction": "Anzeigen und Ausgeben von Clusterbefehlen.",
|
||||
"commands_of_cluster": "Befehle des ausgewählten Clusters",
|
||||
"issue_zigbee_command": "Zigbee-Kommando absetzen",
|
||||
"help_command_dropdown": "Wähle einen Befehl zur Interaktion aus."
|
||||
}
|
||||
},
|
||||
"area_registry": {
|
||||
@ -770,7 +999,13 @@
|
||||
"introduction": "Der Home Assistant führt eine Registrierung aller Entitäten, die er je gesehen hat und die eindeutig identifiziert werden können. Jeder dieser Entitäten wird eine Entitäts-ID zugewiesen, die nur für diese Entität reserviert ist.",
|
||||
"introduction2": "Verwende die Entitätsregistrierung, um den Namen zu überschreiben, die Entität-ID zu ändern oder den Eintrag aus dem Home Assistant zu entfernen. Beachte, dass das Entfernen des Entitätsregistrierungseintrags die Entität nicht löscht. Folge dazu dem Link unten und entferne ihn in der Integrationsseite.",
|
||||
"integrations_page": "Integrationsseite",
|
||||
"show_disabled": "Anzeigen deaktivierter Entitäten"
|
||||
"show_disabled": "Anzeigen deaktivierter Entitäten",
|
||||
"headers": {
|
||||
"name": "Name",
|
||||
"entity_id": "Entitäts-ID",
|
||||
"integration": "Integration",
|
||||
"enabled": "Aktiviert"
|
||||
}
|
||||
},
|
||||
"editor": {
|
||||
"unavailable": "Diese Entität ist derzeit nicht verfügbar.",
|
||||
@ -791,8 +1026,24 @@
|
||||
"name": "Name",
|
||||
"device_tracker_intro": "Wähle die Geräte, die dieser Person gehören.",
|
||||
"device_tracker_picked": "Verfolge Gerät",
|
||||
"device_tracker_pick": "Wähle zu verfolgendes Gerät"
|
||||
}
|
||||
"device_tracker_pick": "Wähle zu verfolgendes Gerät",
|
||||
"new_person": "Neue Person",
|
||||
"name_error_msg": "Name erforderlich",
|
||||
"linked_user": "Verknüpfter Benutzer",
|
||||
"no_device_tracker_available_intro": "Wenn Sie Geräte haben, die die Anwesenheit einer Person anzeigen, können Sie diese hier einer Person zuordnen. Sie können Ihr erstes Gerät hinzufügen, indem Sie eine Integration zur Anwesenheitserkennung auf der Integrationsseite hinzufügen.",
|
||||
"link_presence_detection_integrations": "Integrationen zur Anwesenheitserkennung",
|
||||
"link_integrations_page": "Integrationsseite",
|
||||
"delete": "Löschen",
|
||||
"create": "Erstellen",
|
||||
"update": "Aktualisieren"
|
||||
},
|
||||
"introduction": "Hier können Sie jede Person von Interesse in Home Assistant definieren.",
|
||||
"note_about_persons_configured_in_yaml": "Hinweis: Personen, die über configuration.yaml konfiguriert wurden, können nicht über die Benutzeroberfläche bearbeitet werden.",
|
||||
"no_persons_created_yet": "Sieht so aus, als hättest du noch keine Personen angelegt.",
|
||||
"create_person": "Person erstellen",
|
||||
"add_person": "Person hinzufügen",
|
||||
"confirm_delete": "Möchten Sie diese Person wirklich löschen?",
|
||||
"confirm_delete2": "Alle Geräte, die zu dieser Person gehören, werden nicht mehr zugeordnet."
|
||||
},
|
||||
"server_control": {
|
||||
"caption": "Serversteuerung",
|
||||
@ -838,6 +1089,11 @@
|
||||
"caption": "Wenn etwas ausgelöst wird ..."
|
||||
}
|
||||
}
|
||||
},
|
||||
"common": {
|
||||
"editor": {
|
||||
"confirm_unsaved": "Du hast ungespeicherte Änderungen. Bist du dir sicher, dass du den Editor verlassen möchtest?"
|
||||
}
|
||||
}
|
||||
},
|
||||
"profile": {
|
||||
@ -917,6 +1173,10 @@
|
||||
"vibrate": {
|
||||
"header": "Vibrieren",
|
||||
"description": "Aktivieren oder deaktivieren Sie die Vibration an diesem Gerät, wenn Sie Geräte steuern."
|
||||
},
|
||||
"advanced_mode": {
|
||||
"title": "Erweiterter Modus",
|
||||
"description": "Home-Assistent verbirgt standardmäßig erweiterte Funktionen und Optionen. Mache diese Funktionen zugänglich, indem diese Option aktiviert wird. Dies ist eine benutzerspezifische Einstellung, die sich nicht auf andere Benutzer auswirkt, die Home Assistant verwenden."
|
||||
}
|
||||
},
|
||||
"page-authorize": {
|
||||
@ -1077,7 +1337,9 @@
|
||||
"add": "Karte hinzufügen",
|
||||
"edit": "Bearbeiten",
|
||||
"delete": "Löschen",
|
||||
"move": "Bewegen"
|
||||
"move": "Bewegen",
|
||||
"show_visual_editor": "Visuellen Editor anzeigen",
|
||||
"show_code_editor": "Code-Editor anzeigen"
|
||||
},
|
||||
"migrate": {
|
||||
"header": "Konfiguration inkompatibel",
|
||||
@ -1121,7 +1383,8 @@
|
||||
"optional": "Optional"
|
||||
},
|
||||
"entities": {
|
||||
"show_header_toggle": "Namen anzeigen?"
|
||||
"show_header_toggle": "Namen anzeigen?",
|
||||
"name": "Elemente"
|
||||
},
|
||||
"gauge": {
|
||||
"severity": {
|
||||
@ -1129,10 +1392,12 @@
|
||||
"green": "Grün",
|
||||
"red": "Rot",
|
||||
"yellow": "Gelb"
|
||||
}
|
||||
},
|
||||
"name": "Gauge"
|
||||
},
|
||||
"glance": {
|
||||
"columns": "Spalten"
|
||||
"columns": "Spalten",
|
||||
"name": "Glance"
|
||||
},
|
||||
"generic": {
|
||||
"aspect_ratio": "Seitenverhältnis",
|
||||
@ -1162,14 +1427,72 @@
|
||||
"geo_location_sources": "Geolocation-Quellen",
|
||||
"dark_mode": "Dunkler Modus?",
|
||||
"default_zoom": "Standard-Zoom",
|
||||
"source": "Quelle"
|
||||
"source": "Quelle",
|
||||
"name": "Karte"
|
||||
},
|
||||
"markdown": {
|
||||
"content": "Inhalt"
|
||||
"content": "Inhalt",
|
||||
"name": "Markdown"
|
||||
},
|
||||
"sensor": {
|
||||
"graph_detail": "Diagrammdetail",
|
||||
"graph_type": "Typ"
|
||||
"graph_type": "Typ",
|
||||
"name": "Sensor"
|
||||
},
|
||||
"alarm-panel": {
|
||||
"name": "Alarmpanel",
|
||||
"available_states": "Verfügbare Zustände"
|
||||
},
|
||||
"conditional": {
|
||||
"name": "Bedingte Elemente"
|
||||
},
|
||||
"entity-button": {
|
||||
"name": "Entity Button"
|
||||
},
|
||||
"entity-filter": {
|
||||
"name": "Entity Filter"
|
||||
},
|
||||
"history-graph": {
|
||||
"name": "History Graph"
|
||||
},
|
||||
"horizontal-stack": {
|
||||
"name": "Horizontaler Stapel"
|
||||
},
|
||||
"iframe": {
|
||||
"name": "iFrame"
|
||||
},
|
||||
"light": {
|
||||
"name": "Licht"
|
||||
},
|
||||
"media-control": {
|
||||
"name": "Mediensteuerung"
|
||||
},
|
||||
"picture": {
|
||||
"name": "Picture"
|
||||
},
|
||||
"picture-elements": {
|
||||
"name": "Picture Elements"
|
||||
},
|
||||
"picture-entity": {
|
||||
"name": "Picture Entity"
|
||||
},
|
||||
"picture-glance": {
|
||||
"name": "Picture Glance"
|
||||
},
|
||||
"plant-status": {
|
||||
"name": "Planzen Status"
|
||||
},
|
||||
"shopping-list": {
|
||||
"name": "Einkaufsliste"
|
||||
},
|
||||
"thermostat": {
|
||||
"name": "Thermostat"
|
||||
},
|
||||
"vertical-stack": {
|
||||
"name": "Vertikaler Stapel"
|
||||
},
|
||||
"weather-forecast": {
|
||||
"name": "Wettervorhersage"
|
||||
}
|
||||
}
|
||||
},
|
||||
@ -1405,7 +1728,8 @@
|
||||
"entity_turned_off": "{entity} ausgeschaltet.",
|
||||
"service_called": "Dienst {service} aufgerufen.",
|
||||
"service_call_failed": "Fehler beim Aufrufen des Service {service}.",
|
||||
"connection_lost": "Verbindung getrennt. Verbinde erneut..."
|
||||
"connection_lost": "Verbindung getrennt. Verbinde erneut...",
|
||||
"triggered": "{name} ausgelöst"
|
||||
},
|
||||
"dialogs": {
|
||||
"more_info_settings": {
|
||||
@ -1451,7 +1775,16 @@
|
||||
"device_name_placeholder": "Vorname des Benutzers",
|
||||
"area_picker_label": "Bereich",
|
||||
"update_name_button": "Aktualisierung Name"
|
||||
}
|
||||
},
|
||||
"buttons": {
|
||||
"add": "Geräte hinzufügen",
|
||||
"remove": "Gerät entfernen",
|
||||
"reconfigure": "Gerät neu konfigurieren"
|
||||
},
|
||||
"quirk": "Eigenart",
|
||||
"last_seen": "Zuletzt gesehen",
|
||||
"power_source": "Energiequelle",
|
||||
"unknown": "Unbekannt"
|
||||
}
|
||||
},
|
||||
"auth_store": {
|
||||
|
@ -504,7 +504,12 @@
|
||||
"leave": "Αποχώρηση"
|
||||
},
|
||||
"device": {
|
||||
"label": "Συσκευή"
|
||||
"label": "Συσκευή",
|
||||
"extra_fields": {
|
||||
"above": "Πάνω από",
|
||||
"below": "Κάτω από",
|
||||
"for": "Διάρκεια"
|
||||
}
|
||||
}
|
||||
},
|
||||
"learn_more": "Μάθετε περισσότερα σχετικά με τα εναύσματα"
|
||||
@ -553,7 +558,18 @@
|
||||
"zone": "Ζώνη"
|
||||
},
|
||||
"device": {
|
||||
"label": "Συσκευή"
|
||||
"label": "Συσκευή",
|
||||
"extra_fields": {
|
||||
"above": "Πάνω από",
|
||||
"below": "Κάτω από",
|
||||
"for": "Διάρκεια"
|
||||
}
|
||||
},
|
||||
"and": {
|
||||
"label": "Και"
|
||||
},
|
||||
"or": {
|
||||
"label": "Ή"
|
||||
}
|
||||
},
|
||||
"learn_more": "Μάθετε περισσότερα σχετικά με τις συνθήκες"
|
||||
@ -591,17 +607,27 @@
|
||||
},
|
||||
"device_id": {
|
||||
"label": "Συσκευή"
|
||||
},
|
||||
"scene": {
|
||||
"label": "Ενεργοποίηση σκηνής"
|
||||
}
|
||||
},
|
||||
"learn_more": "Μάθετε περισσότερα σχετικά με τις ενέργειες"
|
||||
},
|
||||
"load_error_not_editable": "Μόνο οι αυτοματισμοί στο automations.yaml είναι επεξεργάσιμοι.",
|
||||
"load_error_unknown": "Σφάλμα κατά τη φόρτωση αυτοματισμού ({err_no})."
|
||||
"load_error_unknown": "Σφάλμα κατά τη φόρτωση αυτοματισμού ({err_no}).",
|
||||
"description": {
|
||||
"label": "Περιγραφή",
|
||||
"placeholder": "Προαιρετική περιγραφή"
|
||||
}
|
||||
}
|
||||
},
|
||||
"script": {
|
||||
"caption": "Δέσμη ενεργειών",
|
||||
"description": "Δημιουργήσετε και να επεξεργαστείτε δέσμες ενεργειών"
|
||||
"description": "Δημιουργήσετε και να επεξεργαστείτε δέσμες ενεργειών",
|
||||
"picker": {
|
||||
"learn_more": "Μάθετε περισσότερα σχετικά με τα σενάρια"
|
||||
}
|
||||
},
|
||||
"zwave": {
|
||||
"caption": "Z-Wave",
|
||||
@ -649,13 +675,15 @@
|
||||
"true": "Αληθής",
|
||||
"false": "Ψευδής",
|
||||
"set_config_parameter": "Ορίστε την παράμετρο διαμόρφωσης"
|
||||
}
|
||||
},
|
||||
"learn_more": "Μάθετε περισσότερα σχετικά με το Z-wave"
|
||||
},
|
||||
"users": {
|
||||
"caption": "Χρήστες",
|
||||
"description": "Διαχείριση χρηστών",
|
||||
"picker": {
|
||||
"title": "Χρήστες"
|
||||
"title": "Χρήστες",
|
||||
"system_generated": "Δημιουργήθηκε από το σύστημα"
|
||||
},
|
||||
"editor": {
|
||||
"rename_user": "Μετονομασία χρήστη",
|
||||
@ -663,7 +691,18 @@
|
||||
"activate_user": "Ενεργοποίηση χρήστη",
|
||||
"deactivate_user": "Απενεργοποίηση χρήστη",
|
||||
"delete_user": "Διαγραφή χρήστη",
|
||||
"caption": "Προβολή χρήστη"
|
||||
"caption": "Προβολή χρήστη",
|
||||
"id": "Αναγνωριστικό",
|
||||
"owner": "Ιδιοκτήτης",
|
||||
"group": "Ομάδα",
|
||||
"active": "Ενεργό",
|
||||
"system_generated": "Δημιουργήθηκε από το σύστημα",
|
||||
"system_generated_users_not_removable": "Δεν είναι δυνατή η διαγραφή χρηστών που δημιουργήθηκαν από το σύστημα",
|
||||
"unnamed_user": "Χρήστης χωρίς όνομα",
|
||||
"enter_new_name": "Εισαγάγετε ένα νέο όνομα",
|
||||
"user_rename_failed": "Η μετονομασία του χρήστη απέτυχε:",
|
||||
"group_update_failed": "Η ενημέρωση της ομάδας απέτυχε:",
|
||||
"confirm_user_deletion": "Είστε σίγουροι ότι θέλετε να διαγράψετε το χρήστη {name};"
|
||||
},
|
||||
"add_user": {
|
||||
"caption": "Προσθήκη χρήστη",
|
||||
@ -677,7 +716,39 @@
|
||||
"caption": "Σύννεφο Home Assistant",
|
||||
"description_login": "Συνδεδεμένος ως {email}",
|
||||
"description_not_login": "Μη συνδεδεμένος",
|
||||
"description_features": "Έλεγχος εκτός σπιτιού, ενσωμάτωση με τα Alexa και Google Assistant"
|
||||
"description_features": "Έλεγχος εκτός σπιτιού, ενσωμάτωση με τα Alexa και Google Assistant",
|
||||
"account": {
|
||||
"google": {
|
||||
"sync_entities": "Συγχρονισμός οντοτήτων στο Google",
|
||||
"manage_entities": "Διαχείριση Οντοτήτων"
|
||||
},
|
||||
"webhooks": {
|
||||
"title": "Webhooks",
|
||||
"loading": "Φόρτωση …"
|
||||
}
|
||||
},
|
||||
"alexa": {
|
||||
"title": "Alexa"
|
||||
},
|
||||
"dialog_certificate": {
|
||||
"certificate_information": "Πληροφορίες Πιστοποιητικού",
|
||||
"certificate_expiration_date": "Ημερομηνία λήξης πιστοποιητικού",
|
||||
"will_be_auto_renewed": "Θα ανανεωθεί αυτόματα",
|
||||
"fingerprint": "Αποτύπωμα πιστοποιητικού:"
|
||||
},
|
||||
"google": {
|
||||
"title": "Google Assistant"
|
||||
},
|
||||
"dialog_cloudhook": {
|
||||
"webhook_for": "Webhook για {name}",
|
||||
"available_at": "Το webhook είναι διαθέσιμο στον ακόλουθο σύνδεσμο:",
|
||||
"info_disable_webhook": "Αν δεν θέλετε πλέον να χρησιμοποιείτε αυτό το webhook, μπορείτε να",
|
||||
"link_disable_webhook": "απενεργοποιήστε το",
|
||||
"view_documentation": "Δείτε τα έγγραφα",
|
||||
"close": "Κλείστε",
|
||||
"confirm_disable": "Είστε σίγουροι ότι θέλετε να απενεργοποιήσετε αυτό το webhook;",
|
||||
"copied_to_clipboard": "Αντιγράφηκε στο πρόχειρο"
|
||||
}
|
||||
},
|
||||
"integrations": {
|
||||
"caption": "Ενσωματώσεις",
|
||||
@ -705,7 +776,8 @@
|
||||
"description": "Αυτό το βήμα απαιτεί να επισκεφτείτε μια εξωτερική ιστοσελίδα για να ολοκληρωθεί.",
|
||||
"open_site": "Άνοιγμα ιστότοπου"
|
||||
}
|
||||
}
|
||||
},
|
||||
"note_about_integrations": "Δε μπορούν όλες οι ενσωματώσεις να διαμορφωθούν από το UI ακόμη."
|
||||
},
|
||||
"zha": {
|
||||
"caption": "ZHA",
|
||||
@ -723,7 +795,16 @@
|
||||
"add_device_page": {
|
||||
"header": "Zigbee Home Automation - Προσθήκη Συσκευών",
|
||||
"spinner": "Αναζήτηση συσκευών ZHA Zigbee…",
|
||||
"discovery_text": "Οι ανακαλυφθείσες συσκευές θα εμφανιστούν εδώ. Ακολουθήστε τις οδηγίες για τις συσκευές σας και τοποθετήστε τις συσκευές στη λειτουργία αντιστοίχισης."
|
||||
"discovery_text": "Οι ανακαλυφθείσες συσκευές θα εμφανιστούν εδώ. Ακολουθήστε τις οδηγίες για τις συσκευές σας και τοποθετήστε τις συσκευές στη λειτουργία αντιστοίχισης.",
|
||||
"search_again": "Αναζήτηση ξανά"
|
||||
},
|
||||
"common": {
|
||||
"add_devices": "Προσθήκη συσκευών",
|
||||
"devices": "Συσκευές",
|
||||
"value": "Τιμή"
|
||||
},
|
||||
"cluster_commands": {
|
||||
"help_command_dropdown": "Επιλέξτε μια εντολή για αλληλεπίδραση με."
|
||||
}
|
||||
},
|
||||
"area_registry": {
|
||||
@ -754,7 +835,11 @@
|
||||
"unavailable": "(μη διαθέσιμο)",
|
||||
"introduction": "Ο Home Assistant διατηρεί μητρώο από κάθε μοναδική οντότητα που ανιχνεύει. Αυτές οι οντότητες έχουν το δικό τους μοναδικό αναγνωριστικό ID.",
|
||||
"introduction2": "Χρησιμοποιήστε το μητρώο οντοτήτων για να παρακάμψετε το όνομα, να αλλάξετε το αναγνωριστικό οντότητας ή να καταργήσετε την καταχώρηση από το Home Assistant. Σημειώστε ότι η κατάργηση της καταχώρησης δεν θα καταργήσει την οντότητα. Για να το κάνετε αυτό, ακολουθήστε τον παρακάτω σύνδεσμο και αφαιρέστε την από τη σελίδα ενοποίησης.",
|
||||
"integrations_page": "Σελίδα ενσωματώσεων"
|
||||
"integrations_page": "Σελίδα ενσωματώσεων",
|
||||
"show_disabled": "Προβολή απενεργοποιημένων οντότητων",
|
||||
"headers": {
|
||||
"name": "Όνομα"
|
||||
}
|
||||
},
|
||||
"editor": {
|
||||
"unavailable": "Αυτή η οντότητα δεν είναι προς το παρόν διαθέσιμη.",
|
||||
@ -764,6 +849,7 @@
|
||||
"enabled_label": "Ενεργοποίηση οντότητας",
|
||||
"enabled_cause": "Απενεργοποιήθηκε από τo {cause}.",
|
||||
"enabled_description": "Απενεργοποιημένες οντότητες δεν θα προστεθούν στον Home Assistant",
|
||||
"confirm_delete": "Είστε σίγουρος ότι θέλετε να διαγραφεί αυτή η ενοποίηση;",
|
||||
"confirm_delete2": "Η διαγραφή μιας καταχώρησης δεν θα καταργήσει την οντότητα από το Home Assistant. Για να γίνει αυτό, θα πρέπει να καταργήσετε την ενσωμάτωση '{platform}' από το Home Assistant."
|
||||
}
|
||||
},
|
||||
@ -774,8 +860,19 @@
|
||||
"name": "Όνομα",
|
||||
"device_tracker_intro": "Επιλέξτε τις συσκευές που ανήκουν σε αυτό το άτομο.",
|
||||
"device_tracker_picked": "Παρακολούθηση συσκευής",
|
||||
"device_tracker_pick": "Επιλέξτε συσκευή για παρακολούθηση"
|
||||
}
|
||||
"device_tracker_pick": "Επιλέξτε συσκευή για παρακολούθηση",
|
||||
"new_person": "Νέο άτομο",
|
||||
"name_error_msg": "Απαιτείται όνομα",
|
||||
"linked_user": "Συνδεδεμένος χρήστης",
|
||||
"delete": "Διαγραφή",
|
||||
"create": "Δημιουργία",
|
||||
"update": "Ενημέρωση"
|
||||
},
|
||||
"note_about_persons_configured_in_yaml": "Σημείωση: τα άτομα που έχουν ρυθμιστεί από το αρχείο configuration.yaml δε μπορούν να παραμετροποιηθούν από το UI.",
|
||||
"no_persons_created_yet": "Φαίνεται ότι δεν έχετε δημιουργήσει ακόμα κανένα άτομο.",
|
||||
"create_person": "Δημιουργία ατόμου",
|
||||
"add_person": "Προσθέστε Άτομο",
|
||||
"confirm_delete": "Είστε σίγουροι ότι θέλετε να διαγράψετε αυτό το άτομο;"
|
||||
},
|
||||
"server_control": {
|
||||
"caption": "Έλεγχος διακομιστή",
|
||||
@ -809,7 +906,23 @@
|
||||
},
|
||||
"devices": {
|
||||
"caption": "Συσκευές",
|
||||
"description": "Διαχείριση συνδεδεμένων συσκευών"
|
||||
"description": "Διαχείριση συνδεδεμένων συσκευών",
|
||||
"automation": {
|
||||
"triggers": {
|
||||
"caption": "Κάνε κάτι όταν ..."
|
||||
},
|
||||
"conditions": {
|
||||
"caption": "Κάνε κάτι μόνο αν ..."
|
||||
},
|
||||
"actions": {
|
||||
"caption": "Όταν ενεργοποιείται κάτι ..."
|
||||
}
|
||||
}
|
||||
},
|
||||
"common": {
|
||||
"editor": {
|
||||
"confirm_unsaved": "Δεν αποθηκεύσατε τις αλλαγές. Είστε βέβαιοι ότι θέλετε να φύγετε;"
|
||||
}
|
||||
}
|
||||
},
|
||||
"profile": {
|
||||
@ -885,6 +998,14 @@
|
||||
"force_narrow": {
|
||||
"header": "Να αποκρύπτεται πάντα η πλαϊνή μπάρα",
|
||||
"description": "Αυτό θα κρύψει την πλαϊνή μπάρα από προεπιλογή, παρόμοια με την εμπειρία κινητού."
|
||||
},
|
||||
"vibrate": {
|
||||
"header": "Δόνηση",
|
||||
"description": "Ενεργοποιήστε ή απενεργοποιήστε τις δονήσεις σε αυτήν τη συσκευή κατά τον έλεγχο συσκευών."
|
||||
},
|
||||
"advanced_mode": {
|
||||
"title": "εξειδικευμένη λειτουργία",
|
||||
"description": "εξειδικευμένη λειτουργία"
|
||||
}
|
||||
},
|
||||
"page-authorize": {
|
||||
@ -1032,7 +1153,8 @@
|
||||
"navigate_to": "Μεταβείτε στην {location}",
|
||||
"toggle": "Εναλλαγή {name}",
|
||||
"call_service": "Κλήση υπηρεσίας {name}",
|
||||
"more_info": "Εμφάνιση περισσότερων πληροφοριών: {name}"
|
||||
"more_info": "Εμφάνιση περισσότερων πληροφοριών: {name}",
|
||||
"url": "Ανοίξτε το παράθυρο στο {url_path}"
|
||||
}
|
||||
},
|
||||
"editor": {
|
||||
@ -1044,7 +1166,8 @@
|
||||
"add": "Προσθήκη κάρτας",
|
||||
"edit": "Επεξεργασία",
|
||||
"delete": "Διαγραφή",
|
||||
"move": "Μετακίνηση"
|
||||
"move": "Μετακίνηση",
|
||||
"show_code_editor": "Εμφάνιση επεξεργαστή κώδικα"
|
||||
},
|
||||
"migrate": {
|
||||
"header": "Μη συμβατή διαμόρφωση",
|
||||
@ -1078,6 +1201,99 @@
|
||||
"edit_lovelace": {
|
||||
"header": "Τίτλος του περιβάλλοντος εργασίας σας Lovelace",
|
||||
"explanation": "Αυτός ο τίτλος εμφανίζεται πάνω από όλες τις καρτέλες σας στο Lovelace."
|
||||
},
|
||||
"card": {
|
||||
"alarm_panel": {
|
||||
"available_states": "Διαθέσιμες λειτουργίες"
|
||||
},
|
||||
"config": {
|
||||
"required": "Υποχρεωτικό",
|
||||
"optional": "Προαιρετικό"
|
||||
},
|
||||
"gauge": {
|
||||
"severity": {
|
||||
"green": "Πράσινος",
|
||||
"red": "Κόκκινο",
|
||||
"yellow": "Κίτρινο"
|
||||
},
|
||||
"name": "Μετρητής"
|
||||
},
|
||||
"glance": {
|
||||
"columns": "Στήλες"
|
||||
},
|
||||
"generic": {
|
||||
"aspect_ratio": "Αναλογία απεικόνισης",
|
||||
"camera_image": "Οντότητα κάμερας",
|
||||
"camera_view": "Προβολή κάμερας",
|
||||
"entities": "Οντότητες",
|
||||
"entity": "Οντότητα",
|
||||
"hours_to_show": "Ώρες για εμφάνιση",
|
||||
"icon": "Εικονίδιο",
|
||||
"icon_height": "Ύψος εικονιδίου",
|
||||
"image": "Διαδρομή εικόνας",
|
||||
"maximum": "Μέγιστο",
|
||||
"minimum": "Ελάχιστο",
|
||||
"name": "Όνομα",
|
||||
"show_icon": "Εμφάνιση εικονιδίου;",
|
||||
"show_name": "Εμφάνιση ονόματος;",
|
||||
"show_state": "Εμφάνιση κατάστασης;",
|
||||
"title": "Τίτλος",
|
||||
"theme": "Θέμα",
|
||||
"unit": "Μονάδα"
|
||||
},
|
||||
"map": {
|
||||
"geo_location_sources": "Πηγές γεωγεωγραφικής θέσης",
|
||||
"dark_mode": "Σκοτεινή λειτουργία;",
|
||||
"default_zoom": "Προεπιλεγμένο ζουμ",
|
||||
"source": "Πηγή",
|
||||
"name": "Χάρτης"
|
||||
},
|
||||
"markdown": {
|
||||
"content": "Περιεχόμενο"
|
||||
},
|
||||
"alarm-panel": {
|
||||
"name": "Πίνακας συναγερμών",
|
||||
"available_states": "Διαθέσιμες λειτουργίες"
|
||||
},
|
||||
"entities": {
|
||||
"name": "Οντότητες"
|
||||
},
|
||||
"entity-button": {
|
||||
"name": "Κουμπί οντότητας"
|
||||
},
|
||||
"entity-filter": {
|
||||
"name": "Φίλτρο οντοτήτων"
|
||||
},
|
||||
"history-graph": {
|
||||
"name": "Ιστορικό γράφημα"
|
||||
},
|
||||
"horizontal-stack": {
|
||||
"name": "Οριζόντια διάταξη"
|
||||
},
|
||||
"light": {
|
||||
"name": "Φως"
|
||||
},
|
||||
"picture": {
|
||||
"name": "Εικόνα"
|
||||
},
|
||||
"plant-status": {
|
||||
"name": "Κατάσταση εγκατάστασης"
|
||||
},
|
||||
"sensor": {
|
||||
"name": "Αισθητήρας"
|
||||
},
|
||||
"shopping-list": {
|
||||
"name": "Λίστα αγορών"
|
||||
},
|
||||
"thermostat": {
|
||||
"name": "Θερμοστάτης"
|
||||
},
|
||||
"vertical-stack": {
|
||||
"name": "Κάθετη διάταξη"
|
||||
},
|
||||
"weather-forecast": {
|
||||
"name": "πρόγνωση καιρού"
|
||||
}
|
||||
}
|
||||
},
|
||||
"menu": {
|
||||
@ -1358,7 +1574,15 @@
|
||||
"device_name_placeholder": "Όνομα δοσμένο από τον χρήστη",
|
||||
"area_picker_label": "Περιοχή",
|
||||
"update_name_button": "Ενημέρωση ονόματος"
|
||||
}
|
||||
},
|
||||
"buttons": {
|
||||
"add": "Προσθήκη συσκευών",
|
||||
"remove": "Κατάργηση συσκευής",
|
||||
"reconfigure": "Ρυθμίστε Ξανά Τη Συσκευή"
|
||||
},
|
||||
"quirk": "Ιδιοτροπία",
|
||||
"power_source": "Πηγή ενέργειας",
|
||||
"unknown": "Άγνωστη"
|
||||
}
|
||||
},
|
||||
"auth_store": {
|
||||
|
@ -558,7 +558,12 @@
|
||||
"zone": "Zone"
|
||||
},
|
||||
"device": {
|
||||
"label": "Device"
|
||||
"label": "Device",
|
||||
"extra_fields": {
|
||||
"above": "Above",
|
||||
"below": "Below",
|
||||
"for": "Duration"
|
||||
}
|
||||
},
|
||||
"and": {
|
||||
"label": "And"
|
||||
@ -602,6 +607,9 @@
|
||||
},
|
||||
"device_id": {
|
||||
"label": "Device"
|
||||
},
|
||||
"scene": {
|
||||
"label": "Activate scene"
|
||||
}
|
||||
},
|
||||
"learn_more": "Learn more about actions"
|
||||
@ -616,7 +624,20 @@
|
||||
},
|
||||
"script": {
|
||||
"caption": "Script",
|
||||
"description": "Create and edit scripts"
|
||||
"description": "Create and edit scripts",
|
||||
"picker": {
|
||||
"header": "Script Editor",
|
||||
"introduction": "The script editor allows you to create and edit scripts. Please follow the link below to read the instructions to make sure that you have configured Home Assistant correctly.",
|
||||
"learn_more": "Learn more about scripts",
|
||||
"no_scripts": "We couldn’t find any editable scripts",
|
||||
"add_script": "Add script"
|
||||
},
|
||||
"editor": {
|
||||
"header": "Script: {name}",
|
||||
"default_name": "New Script",
|
||||
"load_error_not_editable": "Only scripts inside scripts.yaml are editable.",
|
||||
"delete_confirm": "Are you sure you want to delete this script?"
|
||||
}
|
||||
},
|
||||
"zwave": {
|
||||
"caption": "Z-Wave",
|
||||
@ -664,13 +685,19 @@
|
||||
"true": "True",
|
||||
"false": "False",
|
||||
"set_config_parameter": "Set Config Parameter"
|
||||
},
|
||||
"learn_more": "Learn more about Z-Wave",
|
||||
"ozw_log": {
|
||||
"header": "OZW Log",
|
||||
"introduction": "View the log. 0 is the minimum (loads entire log) and 1000 is the maximum. Load will show a static log and tail will auto update with the last specified number of lines of the log."
|
||||
}
|
||||
},
|
||||
"users": {
|
||||
"caption": "Users",
|
||||
"description": "Manage users",
|
||||
"picker": {
|
||||
"title": "Users"
|
||||
"title": "Users",
|
||||
"system_generated": "System generated"
|
||||
},
|
||||
"editor": {
|
||||
"rename_user": "Rename user",
|
||||
@ -678,7 +705,18 @@
|
||||
"activate_user": "Activate user",
|
||||
"deactivate_user": "Deactivate user",
|
||||
"delete_user": "Delete user",
|
||||
"caption": "View user"
|
||||
"caption": "View user",
|
||||
"id": "ID",
|
||||
"owner": "Owner",
|
||||
"group": "Group",
|
||||
"active": "Active",
|
||||
"system_generated": "System generated",
|
||||
"system_generated_users_not_removable": "Unable to remove system generated users.",
|
||||
"unnamed_user": "Unnamed User",
|
||||
"enter_new_name": "Enter new name",
|
||||
"user_rename_failed": "User rename failed:",
|
||||
"group_update_failed": "Group update failed:",
|
||||
"confirm_user_deletion": "Are you sure you want to delete {name}?"
|
||||
},
|
||||
"add_user": {
|
||||
"caption": "Add user",
|
||||
@ -692,7 +730,156 @@
|
||||
"caption": "Home Assistant Cloud",
|
||||
"description_login": "Logged in as {email}",
|
||||
"description_not_login": "Not logged in",
|
||||
"description_features": "Control away from home, integrate with Alexa and Google Assistant."
|
||||
"description_features": "Control away from home, integrate with Alexa and Google Assistant.",
|
||||
"login": {
|
||||
"title": "Cloud Login",
|
||||
"introduction": "Home Assistant Cloud provides you with a secure remote connection to your instance while away from home. It also allows you to connect with cloud-only services: Amazon Alexa and Google Assistant.",
|
||||
"introduction2": "This service is run by our partner ",
|
||||
"introduction2a": ", a company founded by the founders of Home Assistant and Hass.io.",
|
||||
"introduction3": "Home Assistant Cloud is a subscription service with a free one month trial. No payment information necessary.",
|
||||
"learn_more_link": "Learn more about Home Assistant Cloud",
|
||||
"dismiss": "Dismiss",
|
||||
"sign_in": "Sign in",
|
||||
"email": "Email",
|
||||
"email_error_msg": "Invalid email",
|
||||
"password": "Password",
|
||||
"password_error_msg": "Passwords are at least 8 characters",
|
||||
"forgot_password": "forgot password?",
|
||||
"start_trial": "Start your free 1 month trial",
|
||||
"trial_info": "No payment information necessary",
|
||||
"alert_password_change_required": "You need to change your password before logging in.",
|
||||
"alert_email_confirm_necessary": "You need to confirm your email before logging in."
|
||||
},
|
||||
"forgot_password": {
|
||||
"title": "Forgot password",
|
||||
"subtitle": "Forgot your password",
|
||||
"instructions": "Enter your email address and we will send you a link to reset your password.",
|
||||
"email": "Email",
|
||||
"email_error_msg": "Invalid email",
|
||||
"send_reset_email": "Send reset email",
|
||||
"check_your_email": "Check your email for instructions on how to reset your password."
|
||||
},
|
||||
"register": {
|
||||
"title": "Register Account",
|
||||
"headline": "Start your free trial",
|
||||
"information": "Create an account to start your free one month trial with Home Assistant Cloud. No payment information necessary.",
|
||||
"information2": "The trial will give you access to all the benefits of Home Assistant Cloud, including:",
|
||||
"feature_remote_control": "Control of Home Assistant away from home",
|
||||
"feature_google_home": "Integration with Google Assistant",
|
||||
"feature_amazon_alexa": "Integration with Amazon Alexa",
|
||||
"feature_webhook_apps": "Easy integration with webhook-based apps like OwnTracks",
|
||||
"information3": "This service is run by our partner ",
|
||||
"information3a": ", a company founded by the founders of Home Assistant and Hass.io.",
|
||||
"information4": "By registering an account you agree to the following terms and conditions.",
|
||||
"link_terms_conditions": "Terms and Conditions",
|
||||
"link_privacy_policy": "Privacy Policy",
|
||||
"create_account": "Create Account",
|
||||
"email_address": "Email address",
|
||||
"email_error_msg": "Invalid email",
|
||||
"password": "Password",
|
||||
"password_error_msg": "Passwords are at least 8 characters",
|
||||
"start_trial": "Start Trial",
|
||||
"resend_confirm_email": "Resend confirmation email",
|
||||
"account_created": "Account created! Check your email for instructions on how to activate your account."
|
||||
},
|
||||
"account": {
|
||||
"thank_you_note": "Thank you for being part of Home Assistant Cloud. It's because of people like you that we are able to make a great home automation experience for everyone. Thank you!",
|
||||
"nabu_casa_account": "Nabu Casa Account",
|
||||
"connection_status": "Cloud connection status",
|
||||
"manage_account": "Manage Account",
|
||||
"sign_out": "Sign out",
|
||||
"integrations": "Integrations",
|
||||
"integrations_introduction": "Integrations for Home Assistant Cloud allow you to connect with services in the cloud without having to expose your Home Assistant instance publicly on the internet.",
|
||||
"integrations_introduction2": "Check the website for ",
|
||||
"integrations_link_all_features": " all available features",
|
||||
"connected": "Connected",
|
||||
"not_connected": "Not Connected",
|
||||
"fetching_subscription": "Fetching subscription…",
|
||||
"remote": {
|
||||
"title": "Remote Control",
|
||||
"access_is_being_prepared": "Remote access is being prepared. We will notify you when it's ready.",
|
||||
"info": "Home Assistant Cloud provides a secure remote connection to your instance while away from home.",
|
||||
"instance_is_available": "Your instance is available at",
|
||||
"instance_will_be_available": "Your instance will be available at",
|
||||
"link_learn_how_it_works": "Learn how it works",
|
||||
"certificate_info": "Certificate Info"
|
||||
},
|
||||
"alexa": {
|
||||
"title": "Alexa",
|
||||
"info": "With the Alexa integration for Home Assistant Cloud you'll be able to control all your Home Assistant devices via any Alexa-enabled device.",
|
||||
"enable_ha_skill": "Enable the Home Assistant skill for Alexa",
|
||||
"config_documentation": "Config documentation",
|
||||
"enable_state_reporting": "Enable State Reporting",
|
||||
"info_state_reporting": "If you enable state reporting, Home Assistant will send all state changes of exposed entities to Amazon. This allows you to always see the latest states in the Alexa app and use the state changes to create routines.",
|
||||
"sync_entities": "Sync Entities",
|
||||
"manage_entities": "Manage Entities",
|
||||
"sync_entities_error": "Failed to sync entities:",
|
||||
"state_reporting_error": "Unable to {enable_disable} report state.",
|
||||
"enable": "enable",
|
||||
"disable": "disable"
|
||||
},
|
||||
"google": {
|
||||
"title": "Google Assistant",
|
||||
"info": "With the Google Assistant integration for Home Assistant Cloud you'll be able to control all your Home Assistant devices via any Google Assistant-enabled device.",
|
||||
"enable_ha_skill": "Activate the Home Assistant skill for Google Assistant",
|
||||
"config_documentation": "Config documentation",
|
||||
"enable_state_reporting": "Enable State Reporting",
|
||||
"info_state_reporting": "If you enable state reporting, Home Assistant will send all state changes of exposed entities to Google. This allows you to always see the latest states in the Google app.",
|
||||
"security_devices": "Security Devices",
|
||||
"enter_pin_info": "Please enter a pin to interact with security devices. Security devices are doors, garage doors and locks. You will be asked to say\/enter this pin when interacting with such devices via Google Assistant.",
|
||||
"devices_pin": "Security Devices Pin",
|
||||
"enter_pin_hint": "Enter a PIN to use security devices",
|
||||
"sync_entities": "Sync Entities to Google",
|
||||
"manage_entities": "Manage Entities",
|
||||
"enter_pin_error": "Unable to store pin:"
|
||||
},
|
||||
"webhooks": {
|
||||
"title": "Webhooks",
|
||||
"info": "Anything that is configured to be triggered by a webhook can be given a publicly accessible URL to allow you to send data back to Home Assistant from anywhere, without exposing your instance to the internet.",
|
||||
"no_hooks_yet": "Looks like you have no webhooks yet. Get started by configuring a ",
|
||||
"no_hooks_yet_link_integration": "webhook-based integration",
|
||||
"no_hooks_yet2": " or by creating a ",
|
||||
"no_hooks_yet_link_automation": "webhook automation",
|
||||
"link_learn_more": "Learn more about creating webhook-powered automations.",
|
||||
"loading": "Loading ...",
|
||||
"manage": "Manage",
|
||||
"disable_hook_error_msg": "Failed to disable webhook:"
|
||||
}
|
||||
},
|
||||
"alexa": {
|
||||
"title": "Alexa",
|
||||
"banner": "Editing which entities are exposed via this UI is disabled because you have configured entity filters in configuration.yaml.",
|
||||
"exposed_entities": "Exposed entities",
|
||||
"not_exposed_entities": "Not Exposed entities",
|
||||
"expose": "Expose to Alexa"
|
||||
},
|
||||
"dialog_certificate": {
|
||||
"certificate_information": "Certificate Information",
|
||||
"certificate_expiration_date": "Certificate expiration date",
|
||||
"will_be_auto_renewed": "Will be automatically renewed",
|
||||
"fingerprint": "Certificate fingerprint:",
|
||||
"close": "Close"
|
||||
},
|
||||
"google": {
|
||||
"title": "Google Assistant",
|
||||
"expose": "Expose to Google Assistant",
|
||||
"disable_2FA": "Disable two factor authentication",
|
||||
"banner": "Editing which entities are exposed via this UI is disabled because you have configured entity filters in configuration.yaml.",
|
||||
"exposed_entities": "Exposed entities",
|
||||
"not_exposed_entities": "Not Exposed entities",
|
||||
"sync_to_google": "Synchronizing changes to Google."
|
||||
},
|
||||
"dialog_cloudhook": {
|
||||
"webhook_for": "Webhook for {name}",
|
||||
"available_at": "The webhook is available at the following url:",
|
||||
"managed_by_integration": "This webhook is managed by an integration and cannot be disabled.",
|
||||
"info_disable_webhook": "If you no longer want to use this webhook, you can",
|
||||
"link_disable_webhook": "disable it",
|
||||
"view_documentation": "View documentation",
|
||||
"close": "Close",
|
||||
"confirm_disable": "Are you sure you want to disable this webhook?",
|
||||
"copied_to_clipboard": "Copied to clipboard"
|
||||
}
|
||||
},
|
||||
"integrations": {
|
||||
"caption": "Integrations",
|
||||
@ -720,7 +907,10 @@
|
||||
"description": "This step requires you to visit an external website to be completed.",
|
||||
"open_site": "Open website"
|
||||
}
|
||||
}
|
||||
},
|
||||
"note_about_integrations": "Not all integrations can be configured via the UI yet.",
|
||||
"note_about_website_reference": "More are available on the ",
|
||||
"home_assistant_website": "Home Assistant website"
|
||||
},
|
||||
"zha": {
|
||||
"caption": "ZHA",
|
||||
@ -738,7 +928,46 @@
|
||||
"add_device_page": {
|
||||
"header": "Zigbee Home Automation - Add Devices",
|
||||
"spinner": "Searching for ZHA Zigbee devices...",
|
||||
"discovery_text": "Discovered devices will show up here. Follow the instructions for your device(s) and place the device(s) in pairing mode."
|
||||
"discovery_text": "Discovered devices will show up here. Follow the instructions for your device(s) and place the device(s) in pairing mode.",
|
||||
"search_again": "Search Again"
|
||||
},
|
||||
"common": {
|
||||
"add_devices": "Add Devices",
|
||||
"clusters": "Clusters",
|
||||
"devices": "Devices",
|
||||
"manufacturer_code_override": "Manufacturer Code Override",
|
||||
"value": "Value"
|
||||
},
|
||||
"network_management": {
|
||||
"header": "Network Management",
|
||||
"introduction": "Commands that affect the entire network"
|
||||
},
|
||||
"node_management": {
|
||||
"header": "Device Management",
|
||||
"introduction": "Run ZHA commands that affect a single device. Pick a device to see a list of available commands.",
|
||||
"hint_battery_devices": "Note: Sleepy (battery powered) devices need to be awake when executing commands against them. You can generally wake a sleepy device by triggering it.",
|
||||
"hint_wakeup": "Some devices such as Xiaomi sensors have a wake up button that you can press at ~5 second intervals that keep devices awake while you interact with them.",
|
||||
"help_node_dropdown": "Select a device to view per-device options."
|
||||
},
|
||||
"clusters": {
|
||||
"help_cluster_dropdown": "Select a cluster to view attributes and commands."
|
||||
},
|
||||
"cluster_attributes": {
|
||||
"header": "Cluster Attributes",
|
||||
"introduction": "View and edit cluster attributes.",
|
||||
"attributes_of_cluster": "Attributes of the selected cluster",
|
||||
"get_zigbee_attribute": "Get Zigbee Attribute",
|
||||
"set_zigbee_attribute": "Set Zigbee Attribute",
|
||||
"help_attribute_dropdown": "Select an attribute to view or set its value.",
|
||||
"help_get_zigbee_attribute": "Get the value for the selected attribute.",
|
||||
"help_set_zigbee_attribute": "Set attribute value for the specified cluster on the specified entity."
|
||||
},
|
||||
"cluster_commands": {
|
||||
"header": "Cluster Commands",
|
||||
"introduction": "View and issue cluster commands.",
|
||||
"commands_of_cluster": "Commands of the selected cluster",
|
||||
"issue_zigbee_command": "Issue Zigbee Command",
|
||||
"help_command_dropdown": "Select a command to interact with."
|
||||
}
|
||||
},
|
||||
"area_registry": {
|
||||
@ -770,7 +999,13 @@
|
||||
"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",
|
||||
"show_disabled": "Show disabled entities"
|
||||
"show_disabled": "Show disabled entities",
|
||||
"headers": {
|
||||
"name": "Name",
|
||||
"entity_id": "Entity ID",
|
||||
"integration": "Integration",
|
||||
"enabled": "Enabled"
|
||||
}
|
||||
},
|
||||
"editor": {
|
||||
"unavailable": "This entity is not currently available.",
|
||||
@ -791,8 +1026,24 @@
|
||||
"name": "Name",
|
||||
"device_tracker_intro": "Select the devices that belong to this person.",
|
||||
"device_tracker_picked": "Track Device",
|
||||
"device_tracker_pick": "Pick device to track"
|
||||
}
|
||||
"device_tracker_pick": "Pick device to track",
|
||||
"new_person": "New Person",
|
||||
"name_error_msg": "Name is required",
|
||||
"linked_user": "Linked User",
|
||||
"no_device_tracker_available_intro": "When you have devices that indicate the presence of a person, you will be able to assign them to a person here. You can add your first device by adding a presence-detection integration from the integrations page.",
|
||||
"link_presence_detection_integrations": "Presence Detection Integrations",
|
||||
"link_integrations_page": "Integrations page",
|
||||
"delete": "Delete",
|
||||
"create": "Create",
|
||||
"update": "Update"
|
||||
},
|
||||
"introduction": "Here you can define each person of interest in Home Assistant.",
|
||||
"note_about_persons_configured_in_yaml": "Note: persons configured via configuration.yaml cannot be edited via the UI.",
|
||||
"no_persons_created_yet": "Looks like you have not created any persons yet.",
|
||||
"create_person": "Create Person",
|
||||
"add_person": "Add Person",
|
||||
"confirm_delete": "Are you sure you want to delete this person?",
|
||||
"confirm_delete2": "All devices belonging to this person will become unassigned."
|
||||
},
|
||||
"server_control": {
|
||||
"caption": "Server Control",
|
||||
@ -838,6 +1089,11 @@
|
||||
"caption": "When something is triggered..."
|
||||
}
|
||||
}
|
||||
},
|
||||
"common": {
|
||||
"editor": {
|
||||
"confirm_unsaved": "You have unsaved changes. Are you sure you want to leave?"
|
||||
}
|
||||
}
|
||||
},
|
||||
"profile": {
|
||||
@ -917,6 +1173,10 @@
|
||||
"vibrate": {
|
||||
"header": "Vibrate",
|
||||
"description": "Enable or disable vibration on this device when controlling devices."
|
||||
},
|
||||
"advanced_mode": {
|
||||
"title": "Advanced Mode",
|
||||
"description": "Home Assistant hides advanced features and options by default. You can make these features accessible by checking this toggle. This is a user-specific setting and does not impact other users using Home Assistant."
|
||||
}
|
||||
},
|
||||
"page-authorize": {
|
||||
@ -1077,7 +1337,9 @@
|
||||
"add": "Add Card",
|
||||
"edit": "Edit",
|
||||
"delete": "Delete",
|
||||
"move": "Move"
|
||||
"move": "Move",
|
||||
"show_visual_editor": "Show Visual Editor",
|
||||
"show_code_editor": "Show Code Editor"
|
||||
},
|
||||
"migrate": {
|
||||
"header": "Configuration Incompatible",
|
||||
@ -1121,7 +1383,8 @@
|
||||
"optional": "Optional"
|
||||
},
|
||||
"entities": {
|
||||
"show_header_toggle": "Show Header Toggle?"
|
||||
"show_header_toggle": "Show Header Toggle?",
|
||||
"name": "Entities"
|
||||
},
|
||||
"gauge": {
|
||||
"severity": {
|
||||
@ -1129,10 +1392,12 @@
|
||||
"green": "Green",
|
||||
"red": "Red",
|
||||
"yellow": "Yellow"
|
||||
}
|
||||
},
|
||||
"name": "Gauge"
|
||||
},
|
||||
"glance": {
|
||||
"columns": "Columns"
|
||||
"columns": "Columns",
|
||||
"name": "Glance"
|
||||
},
|
||||
"generic": {
|
||||
"aspect_ratio": "Aspect Ratio",
|
||||
@ -1162,14 +1427,72 @@
|
||||
"geo_location_sources": "Geolocation Sources",
|
||||
"dark_mode": "Dark Mode?",
|
||||
"default_zoom": "Default Zoom",
|
||||
"source": "Source"
|
||||
"source": "Source",
|
||||
"name": "Map"
|
||||
},
|
||||
"markdown": {
|
||||
"content": "Content"
|
||||
"content": "Content",
|
||||
"name": "Markdown"
|
||||
},
|
||||
"sensor": {
|
||||
"graph_detail": "Graph Detail",
|
||||
"graph_type": "Graph Type"
|
||||
"graph_type": "Graph Type",
|
||||
"name": "Sensor"
|
||||
},
|
||||
"alarm-panel": {
|
||||
"name": "Alarm Panel",
|
||||
"available_states": "Available States"
|
||||
},
|
||||
"conditional": {
|
||||
"name": "Conditional"
|
||||
},
|
||||
"entity-button": {
|
||||
"name": "Entity Button"
|
||||
},
|
||||
"entity-filter": {
|
||||
"name": "Entity Filter"
|
||||
},
|
||||
"history-graph": {
|
||||
"name": "History Graph"
|
||||
},
|
||||
"horizontal-stack": {
|
||||
"name": "Horizontal Stack"
|
||||
},
|
||||
"iframe": {
|
||||
"name": "iFrame"
|
||||
},
|
||||
"light": {
|
||||
"name": "Light"
|
||||
},
|
||||
"media-control": {
|
||||
"name": "Media Control"
|
||||
},
|
||||
"picture": {
|
||||
"name": "Picture"
|
||||
},
|
||||
"picture-elements": {
|
||||
"name": "Picture Elements"
|
||||
},
|
||||
"picture-entity": {
|
||||
"name": "Picture Entity"
|
||||
},
|
||||
"picture-glance": {
|
||||
"name": "Picture Glance"
|
||||
},
|
||||
"plant-status": {
|
||||
"name": "Plant Status"
|
||||
},
|
||||
"shopping-list": {
|
||||
"name": "Shopping List"
|
||||
},
|
||||
"thermostat": {
|
||||
"name": "Thermostat"
|
||||
},
|
||||
"vertical-stack": {
|
||||
"name": "Vertical Stack"
|
||||
},
|
||||
"weather-forecast": {
|
||||
"name": "Weather Forecast"
|
||||
}
|
||||
}
|
||||
},
|
||||
@ -1405,7 +1728,8 @@
|
||||
"entity_turned_off": "Turned off {entity}.",
|
||||
"service_called": "Service {service} called.",
|
||||
"service_call_failed": "Failed to call service {service}.",
|
||||
"connection_lost": "Connection lost. Reconnecting…"
|
||||
"connection_lost": "Connection lost. Reconnecting…",
|
||||
"triggered": "Triggered {name}"
|
||||
},
|
||||
"dialogs": {
|
||||
"more_info_settings": {
|
||||
@ -1445,13 +1769,22 @@
|
||||
"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."
|
||||
},
|
||||
"zha_device_card": {
|
||||
"device_name_placeholder": "User given name",
|
||||
"area_picker_label": "Area",
|
||||
"update_name_button": "Update Name"
|
||||
}
|
||||
},
|
||||
"buttons": {
|
||||
"add": "Add Devices",
|
||||
"remove": "Remove Device",
|
||||
"reconfigure": "Reconfigure Device"
|
||||
},
|
||||
"quirk": "Quirk",
|
||||
"last_seen": "Last Seen",
|
||||
"power_source": "Power Source",
|
||||
"unknown": "Unknown"
|
||||
}
|
||||
},
|
||||
"auth_store": {
|
||||
|
@ -558,7 +558,12 @@
|
||||
"zone": "Zona"
|
||||
},
|
||||
"device": {
|
||||
"label": "Dispositivo"
|
||||
"label": "Dispositivo",
|
||||
"extra_fields": {
|
||||
"above": "Por encima de",
|
||||
"below": "Por debajo de",
|
||||
"for": "Duración"
|
||||
}
|
||||
},
|
||||
"and": {
|
||||
"label": "Y"
|
||||
@ -602,6 +607,9 @@
|
||||
},
|
||||
"device_id": {
|
||||
"label": "Dispositivo"
|
||||
},
|
||||
"scene": {
|
||||
"label": "Activar escena"
|
||||
}
|
||||
},
|
||||
"learn_more": "Aprende más sobre las acciones."
|
||||
@ -616,7 +624,20 @@
|
||||
},
|
||||
"script": {
|
||||
"caption": "Scripts",
|
||||
"description": "Crear y editar scripts"
|
||||
"description": "Crear y editar scripts",
|
||||
"picker": {
|
||||
"header": "Editor de scripts",
|
||||
"introduction": "El editor de scripts te permite crear y editar scripts. Por favor, sigue el siguiente enlace para leer las instrucciones para asegurarte de que has configurado Home Assistant correctamente.",
|
||||
"learn_more": "Más información sobre los scripts",
|
||||
"no_scripts": "No hemos encontrado ningún script editable",
|
||||
"add_script": "Añadir script"
|
||||
},
|
||||
"editor": {
|
||||
"header": "Script: {name}",
|
||||
"default_name": "Nuevo script",
|
||||
"load_error_not_editable": "Solo los scripts dentro de scripts.yaml son editables.",
|
||||
"delete_confirm": "¿Seguro que quieres eliminar este script?"
|
||||
}
|
||||
},
|
||||
"zwave": {
|
||||
"caption": "Z-Wave",
|
||||
@ -664,13 +685,19 @@
|
||||
"true": "Verdadero",
|
||||
"false": "Falso",
|
||||
"set_config_parameter": "Establecer parámetro de configuración"
|
||||
},
|
||||
"learn_more": "Obtenga más información sobre Z-Wave",
|
||||
"ozw_log": {
|
||||
"header": "OZW Log",
|
||||
"introduction": "Ver el registro. 0 es el mínimo (carga el registro completo) y 1000 es el máximo. Load mostrará un registro estático y tail se actualizará automáticamente con el último número especificado de líneas del registro."
|
||||
}
|
||||
},
|
||||
"users": {
|
||||
"caption": "Usuarios",
|
||||
"description": "Administrar usuarios",
|
||||
"picker": {
|
||||
"title": "Usuarios"
|
||||
"title": "Usuarios",
|
||||
"system_generated": "Generado por el sistema"
|
||||
},
|
||||
"editor": {
|
||||
"rename_user": "Renombrar usuario",
|
||||
@ -678,7 +705,18 @@
|
||||
"activate_user": "Activar usuario",
|
||||
"deactivate_user": "Desactivar usuario",
|
||||
"delete_user": "Borrar usuario",
|
||||
"caption": "Ver usuario"
|
||||
"caption": "Ver usuario",
|
||||
"id": "ID",
|
||||
"owner": "Propietario",
|
||||
"group": "Grupo",
|
||||
"active": "Activo",
|
||||
"system_generated": "Generado por el sistema",
|
||||
"system_generated_users_not_removable": "No se pueden eliminar los usuarios generados por el sistema.",
|
||||
"unnamed_user": "Usuario sin nombre",
|
||||
"enter_new_name": "Introduzca un nuevo nombre",
|
||||
"user_rename_failed": "El cambio de nombre del usuario falló:",
|
||||
"group_update_failed": "La actualización del grupo falló:",
|
||||
"confirm_user_deletion": "¿Seguro que quieres eliminar {name}?"
|
||||
},
|
||||
"add_user": {
|
||||
"caption": "Añadir usuario",
|
||||
@ -692,7 +730,156 @@
|
||||
"caption": "Nube Home Assistant",
|
||||
"description_login": "Has iniciado sesión como {email}",
|
||||
"description_not_login": "No has iniciado sesión",
|
||||
"description_features": "Control fuera de casa, integración con Alexa y Google Assistant."
|
||||
"description_features": "Control fuera de casa, integración con Alexa y Google Assistant.",
|
||||
"login": {
|
||||
"title": "Inicio de sesión en la nube",
|
||||
"introduction": "Home Assistant Cloud te proporciona una conexión remota segura a tu instancia mientras estás fuera de casa. También te permite conectarte con servicios solo en la nube: Amazon Alexa y Google Assistant.",
|
||||
"introduction2": "Este servicio está a cargo de nuestro socio.",
|
||||
"introduction2a": ", una compañía fundada por los fundadores de Home Assistant y Hass.io.",
|
||||
"introduction3": "Home Assistant Cloud es un servicio de suscripción con una prueba gratuita de un mes. No se necesita información de pago.",
|
||||
"learn_more_link": "Más información sobre Home Assistant Cloud",
|
||||
"dismiss": "Descartar",
|
||||
"sign_in": "Inicia sesión",
|
||||
"email": "Correo electrónico",
|
||||
"email_error_msg": "Correo electrónico no válido",
|
||||
"password": "Contraseña",
|
||||
"password_error_msg": "Las contraseñas tienen al menos 8 caracteres.",
|
||||
"forgot_password": "¿Se te olvidó tu contraseña?",
|
||||
"start_trial": "Comienza tu prueba gratuita de 1 mes",
|
||||
"trial_info": "No se necesita información de pago",
|
||||
"alert_password_change_required": "Debes cambiar tu contraseña antes de iniciar sesión.",
|
||||
"alert_email_confirm_necessary": "Debes confirmar tu correo electrónico antes de iniciar sesión."
|
||||
},
|
||||
"forgot_password": {
|
||||
"title": "Se te olvidó tu contraseña",
|
||||
"subtitle": "Olvidaste tu contraseña",
|
||||
"instructions": "Introduce tu dirección de correo electrónico y te enviaremos un enlace para restablecer tu contraseña.",
|
||||
"email": "Correo electrónico",
|
||||
"email_error_msg": "Correo electrónico no válido",
|
||||
"send_reset_email": "Enviar correo electrónico de restablecimiento",
|
||||
"check_your_email": "Consulta tu correo electrónico para obtener instrucciones sobre cómo restablecer tu contraseña."
|
||||
},
|
||||
"register": {
|
||||
"title": "Registrar cuenta",
|
||||
"headline": "Comienza tu prueba gratuita",
|
||||
"information": "Crea una cuenta para comenzar tu prueba gratuita de un mes con Home Assistant Cloud. No se necesita información de pago.",
|
||||
"information2": "La versión de prueba te dará acceso a todos los beneficios de Home Assistant Cloud, incluyendo:",
|
||||
"feature_remote_control": "Control de Home Assistant fuera de casa",
|
||||
"feature_google_home": "Integración con el Asistente de Google",
|
||||
"feature_amazon_alexa": "Integración con Amazon Alexa",
|
||||
"feature_webhook_apps": "Fácil integración con aplicaciones basadas en webhook como OwnTracks",
|
||||
"information3": "Este servicio está a cargo de nuestro socio.",
|
||||
"information3a": ", una compañía fundada por los fundadores de Home Assistant y Hass.io.",
|
||||
"information4": "Al registrar una cuenta, aceptas los siguientes términos y condiciones.",
|
||||
"link_terms_conditions": "Términos y condiciones",
|
||||
"link_privacy_policy": "Política de privacidad",
|
||||
"create_account": "Crear una cuenta",
|
||||
"email_address": "Dirección de correo electrónico",
|
||||
"email_error_msg": "Correo electrónico no válido",
|
||||
"password": "Contraseña",
|
||||
"password_error_msg": "Las contraseñas tienen al menos 8 caracteres.",
|
||||
"start_trial": "Iniciar prueba",
|
||||
"resend_confirm_email": "Reenviar correo electrónico de confirmación",
|
||||
"account_created": "¡Cuenta creada! Consulta tu correo electrónico para obtener instrucciones sobre cómo activar tu cuenta."
|
||||
},
|
||||
"account": {
|
||||
"thank_you_note": "Gracias por ser parte de Home Assistant Cloud. Gracias a personas como tú, podemos hacer una gran experiencia de automatización del hogar para todos. ¡Gracias!",
|
||||
"nabu_casa_account": "Cuenta Nabu Casa",
|
||||
"connection_status": "Estado de conexión a la nube",
|
||||
"manage_account": "Administrar cuenta",
|
||||
"sign_out": "Cerrar sesión",
|
||||
"integrations": "Integraciones",
|
||||
"integrations_introduction": "Las integraciones para Home Assistant Cloud te permiten conectarte con servicios en la nube sin tener que exponer tu instancia de Home Assistant públicamente en Internet.",
|
||||
"integrations_introduction2": "Consulte el sitio web para",
|
||||
"integrations_link_all_features": "todas las funciones disponibles",
|
||||
"connected": "Conectado",
|
||||
"not_connected": "No conectado",
|
||||
"fetching_subscription": "Obteniendo suscripción ...",
|
||||
"remote": {
|
||||
"title": "Control remoto",
|
||||
"access_is_being_prepared": "Se está preparando el acceso remoto. Te avisaremos cuando esté listo.",
|
||||
"info": "Home Assistant Cloud proporciona una conexión remota segura a tu instancia mientras estás fuera de casa.",
|
||||
"instance_is_available": "Tu instancia está disponible en",
|
||||
"instance_will_be_available": "Tu instancia estará disponible en",
|
||||
"link_learn_how_it_works": "Aprende cómo funciona",
|
||||
"certificate_info": "Información del certificado"
|
||||
},
|
||||
"alexa": {
|
||||
"title": "Alexa",
|
||||
"info": "Con la integración de Alexa para Home Assistant Cloud podrás controlar todos tus dispositivos Home Assistant a través de cualquier dispositivo habilitado para Alexa.",
|
||||
"enable_ha_skill": "Habilita la skill Home Assistant para Alexa",
|
||||
"config_documentation": "Documentación de configuración",
|
||||
"enable_state_reporting": "Habilitar informes de estado",
|
||||
"info_state_reporting": "Si habilitas los informes de estado, Home Assistant enviará todos los cambios de estado de las entidades expuestas a Amazon. Esto te permite ver siempre los estados más recientes en la aplicación Alexa y usar los cambios de estado para crear rutinas.",
|
||||
"sync_entities": "Sincronizar entidades",
|
||||
"manage_entities": "Administrar entidades",
|
||||
"sync_entities_error": "Error al sincronizar entidades:",
|
||||
"state_reporting_error": "No se puede {enable_disable} informar el estado.",
|
||||
"enable": "activar",
|
||||
"disable": "deshabilitar"
|
||||
},
|
||||
"google": {
|
||||
"title": "Asistente de Google",
|
||||
"info": "Con la integración del Asistente de Google para Home Assistant Cloud, podrás controlar todos tus dispositivos Home Assistant a través de cualquier dispositivo habilitado para Asistente de Google.",
|
||||
"enable_ha_skill": "Activa la skill de Home Assistant para el Asistente de Google",
|
||||
"config_documentation": "Documentación de configuración",
|
||||
"enable_state_reporting": "Habilitar informes de estado",
|
||||
"info_state_reporting": "Si habilitas los informes de estado, Home Assistant enviará todos los cambios de estado de las entidades expuestas a Google. Esto te permite ver siempre los últimos estados en la aplicación de Google.",
|
||||
"security_devices": "Dispositivos de seguridad",
|
||||
"enter_pin_info": "Por favor, introduce un pin para interactuar con los dispositivos de seguridad. Los dispositivos de seguridad son puertas, puertas de garaje y cerraduras. Se te pedirá que digas\/introduzcas este pin cuando interactúes con dichos dispositivos a través del Asistente de Google.",
|
||||
"devices_pin": "Pin de dispositivos de seguridad",
|
||||
"enter_pin_hint": "Introduce un PIN para utilizar dispositivos de seguridad",
|
||||
"sync_entities": "Sincronizar entidades con Google",
|
||||
"manage_entities": "Administrar entidades",
|
||||
"enter_pin_error": "No se puede almacenar el pin:"
|
||||
},
|
||||
"webhooks": {
|
||||
"title": "Webhooks",
|
||||
"info": "Cualquier cosa que esté configurada para ser activada por un webhook puede recibir una URL de acceso público para permitirte enviar datos a Home Assistant desde cualquier lugar, sin exponer tu instancia a Internet.",
|
||||
"no_hooks_yet": "Parece que todavía no tienes webhooks. Comienza configurando un",
|
||||
"no_hooks_yet_link_integration": "integración basada en webhook",
|
||||
"no_hooks_yet2": " o mediante la creación de un ",
|
||||
"no_hooks_yet_link_automation": "automatización de webhook",
|
||||
"link_learn_more": "Obtenga más información sobre la creación de automatizaciones basadas en webhook.",
|
||||
"loading": "Cargando ...",
|
||||
"manage": "Administrar",
|
||||
"disable_hook_error_msg": "No se pudo deshabilitar el webhook:"
|
||||
}
|
||||
},
|
||||
"alexa": {
|
||||
"title": "Alexa",
|
||||
"banner": "La edición de las entidades expuestas a través de esta IU está deshabilitada porque ha configurado filtros de entidad en configuration.yaml.",
|
||||
"exposed_entities": "Entidades expuestas",
|
||||
"not_exposed_entities": "Entidades no expuestas",
|
||||
"expose": "Exponer a Alexa"
|
||||
},
|
||||
"dialog_certificate": {
|
||||
"certificate_information": "Información del certificado",
|
||||
"certificate_expiration_date": "Fecha de vencimiento del certificado",
|
||||
"will_be_auto_renewed": "Se renovará automáticamente",
|
||||
"fingerprint": "Huella digital del certificado:",
|
||||
"close": "Cerrar"
|
||||
},
|
||||
"google": {
|
||||
"title": "Asistente de Google",
|
||||
"expose": "Exponer al Asistente de Google",
|
||||
"disable_2FA": "Deshabilitar la autenticación de dos factores",
|
||||
"banner": "La edición de las entidades expuestas a través de esta IU está deshabilitada porque ha configurado filtros de entidad en configuration.yaml.",
|
||||
"exposed_entities": "Entidades expuestas",
|
||||
"not_exposed_entities": "Entidades no expuestas",
|
||||
"sync_to_google": "Sincronización de cambios a Google."
|
||||
},
|
||||
"dialog_cloudhook": {
|
||||
"webhook_for": "Webhook para {name}",
|
||||
"available_at": "El webhook está disponible en la siguiente url:",
|
||||
"managed_by_integration": "Este webhook se administra mediante una integración y no se puede deshabilitar.",
|
||||
"info_disable_webhook": "Si ya no quieres usar este webhook, puedes",
|
||||
"link_disable_webhook": "deshabilitarlo",
|
||||
"view_documentation": "Ver documentación",
|
||||
"close": "Cerrar",
|
||||
"confirm_disable": "¿Seguro que quieres deshabilitar este webhook?",
|
||||
"copied_to_clipboard": "Copiado al portapapeles"
|
||||
}
|
||||
},
|
||||
"integrations": {
|
||||
"caption": "Integraciones",
|
||||
@ -720,7 +907,10 @@
|
||||
"description": "Este paso requiere que visites una web externa para ser completado.",
|
||||
"open_site": "Abrir sitio web"
|
||||
}
|
||||
}
|
||||
},
|
||||
"note_about_integrations": "Todavía no se pueden configurar todas las integraciones a través de la interfaz de usuario.",
|
||||
"note_about_website_reference": "Más están disponibles en el",
|
||||
"home_assistant_website": "Sitio web de Home Assistant"
|
||||
},
|
||||
"zha": {
|
||||
"caption": "ZHA",
|
||||
@ -738,7 +928,46 @@
|
||||
"add_device_page": {
|
||||
"header": "Domótica Zigbee - Añadir dispositivos",
|
||||
"spinner": "Buscando dispositivos ZHA Zigbee....",
|
||||
"discovery_text": "Los dispositivos detectados aparecerán aquí. Ponlos en modo emparejamiento siguiendo sus instrucciones."
|
||||
"discovery_text": "Los dispositivos detectados aparecerán aquí. Ponlos en modo emparejamiento siguiendo sus instrucciones.",
|
||||
"search_again": "Buscar de nuevo"
|
||||
},
|
||||
"common": {
|
||||
"add_devices": "Añadir dispositivos",
|
||||
"clusters": "Clusters",
|
||||
"devices": "Dispositivos",
|
||||
"manufacturer_code_override": "Anulación del código del fabricante",
|
||||
"value": "Valor"
|
||||
},
|
||||
"network_management": {
|
||||
"header": "Gestión de la red",
|
||||
"introduction": "Comandos que afectan a toda la red."
|
||||
},
|
||||
"node_management": {
|
||||
"header": "Gestión de dispositivos",
|
||||
"introduction": "Ejecuta comandos ZHA que afecten a un único dispositivo. Elije un dispositivo para ver una lista de comandos disponibles.",
|
||||
"hint_battery_devices": "Nota: Los dispositivos dormidos (alimentados por batería) deben estar despiertos al ejecutar comandos contra ellos. En general, puedes activar un dispositivo dormido activándolo.",
|
||||
"hint_wakeup": "Algunos dispositivos, como los sensores Xiaomi, tienen un botón de activación que puedes presionar a intervalos de ~ 5 segundos para mantener los dispositivos despiertos mientras interactúas con ellos.",
|
||||
"help_node_dropdown": "Selecciona un dispositivo para ver las opciones por dispositivo."
|
||||
},
|
||||
"clusters": {
|
||||
"help_cluster_dropdown": "Selecciona un clúster para ver atributos y comandos."
|
||||
},
|
||||
"cluster_attributes": {
|
||||
"header": "Atributos del clúster",
|
||||
"introduction": "Ver y editar los atributos del clúster.",
|
||||
"attributes_of_cluster": "Atributos del clúster seleccionado",
|
||||
"get_zigbee_attribute": "Obtener atributo de Zigbee",
|
||||
"set_zigbee_attribute": "Establecer atributo de Zigbee",
|
||||
"help_attribute_dropdown": "Selecciona un atributo para ver o establecer su valor.",
|
||||
"help_get_zigbee_attribute": "Obtenga el valor del atributo seleccionado.",
|
||||
"help_set_zigbee_attribute": "Establece el valor del atributo para el clúster especificado en la entidad especificada."
|
||||
},
|
||||
"cluster_commands": {
|
||||
"header": "Comandos de clúster",
|
||||
"introduction": "Ver y emitir comandos de clúster.",
|
||||
"commands_of_cluster": "Comandos del clúster seleccionado",
|
||||
"issue_zigbee_command": "Emitir comando Zigbee",
|
||||
"help_command_dropdown": "Selecciona un comando con el que interactuar."
|
||||
}
|
||||
},
|
||||
"area_registry": {
|
||||
@ -770,7 +999,13 @@
|
||||
"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",
|
||||
"show_disabled": "Mostrar entidades deshabilitadas"
|
||||
"show_disabled": "Mostrar entidades deshabilitadas",
|
||||
"headers": {
|
||||
"name": "Nombre",
|
||||
"entity_id": "ID de entidad",
|
||||
"integration": "Integración",
|
||||
"enabled": "Habilitado"
|
||||
}
|
||||
},
|
||||
"editor": {
|
||||
"unavailable": "Esta entidad no está disponible actualmente.",
|
||||
@ -791,8 +1026,24 @@
|
||||
"name": "Nombre",
|
||||
"device_tracker_intro": "Seleccione los dispositivos que pertenecen a esta persona.",
|
||||
"device_tracker_picked": "Rastrear dispositivo",
|
||||
"device_tracker_pick": "Seleccionar dispositivo para rastrear"
|
||||
}
|
||||
"device_tracker_pick": "Seleccionar dispositivo para rastrear",
|
||||
"new_person": "Nueva persona",
|
||||
"name_error_msg": "Se requiere el nombre",
|
||||
"linked_user": "Usuario vinculado",
|
||||
"no_device_tracker_available_intro": "Cuando tengas dispositivos que indiquen la presencia de una persona, podrás asignarlos a una persona aquí. Puedes agregar tu primer dispositivo agregando una integración de detección de presencia desde la página de integraciones.",
|
||||
"link_presence_detection_integrations": "Integraciones de detección de presencia",
|
||||
"link_integrations_page": "Página de integraciones",
|
||||
"delete": "Eliminar",
|
||||
"create": "Crear",
|
||||
"update": "Actualizar"
|
||||
},
|
||||
"introduction": "Aquí puedes definir a cada persona de interés en Home Assistant.",
|
||||
"note_about_persons_configured_in_yaml": "Nota: las personas configuradas a través de configuration.yaml no se pueden editar a través de la interfaz de usuario.",
|
||||
"no_persons_created_yet": "Parece que aún no has creado ninguna persona.",
|
||||
"create_person": "Crear persona",
|
||||
"add_person": "Añadir persona",
|
||||
"confirm_delete": "¿Estás seguro de que deseas eliminar a esta persona?",
|
||||
"confirm_delete2": "Todos los dispositivos que pertenecen a esta persona quedarán sin asignar."
|
||||
},
|
||||
"server_control": {
|
||||
"caption": "Control del servidor",
|
||||
@ -838,6 +1089,11 @@
|
||||
"caption": "Cuando algo se activa...."
|
||||
}
|
||||
}
|
||||
},
|
||||
"common": {
|
||||
"editor": {
|
||||
"confirm_unsaved": "Tienes cambios sin guardar. ¿Estás seguro de que quieres salir?"
|
||||
}
|
||||
}
|
||||
},
|
||||
"profile": {
|
||||
@ -917,6 +1173,10 @@
|
||||
"vibrate": {
|
||||
"header": "Vibrar",
|
||||
"description": "Habilitar o deshabilitar la vibración en este dispositivo al controlar dispositivos."
|
||||
},
|
||||
"advanced_mode": {
|
||||
"title": "Modo avanzado",
|
||||
"description": "Home Assistant oculta las funciones y opciones avanzadas de forma predeterminada. Puedes hacer que estas funciones sean accesibles marcando esta opción. Esta es una configuración específica del usuario y no afecta a otros usuarios que usan Home Assistant."
|
||||
}
|
||||
},
|
||||
"page-authorize": {
|
||||
@ -1077,7 +1337,9 @@
|
||||
"add": "Añadir tarjeta",
|
||||
"edit": "Editar",
|
||||
"delete": "Eliminar",
|
||||
"move": "Mover"
|
||||
"move": "Mover",
|
||||
"show_visual_editor": "Mostrar editor visual",
|
||||
"show_code_editor": "Mostrar editor de código"
|
||||
},
|
||||
"migrate": {
|
||||
"header": "Configuración incompatible",
|
||||
@ -1121,7 +1383,8 @@
|
||||
"optional": "Opcional"
|
||||
},
|
||||
"entities": {
|
||||
"show_header_toggle": "¿Mostrar interruptor en encabezado?"
|
||||
"show_header_toggle": "¿Mostrar interruptor en encabezado?",
|
||||
"name": "Entidades"
|
||||
},
|
||||
"gauge": {
|
||||
"severity": {
|
||||
@ -1129,10 +1392,12 @@
|
||||
"green": "Verde",
|
||||
"red": "Rojo",
|
||||
"yellow": "Amarillo"
|
||||
}
|
||||
},
|
||||
"name": "Indicador"
|
||||
},
|
||||
"glance": {
|
||||
"columns": "Columnas"
|
||||
"columns": "Columnas",
|
||||
"name": "Vistazo"
|
||||
},
|
||||
"generic": {
|
||||
"aspect_ratio": "Relación de aspecto",
|
||||
@ -1162,14 +1427,72 @@
|
||||
"geo_location_sources": "Fuentes de geolocalización",
|
||||
"dark_mode": "¿Modo oscuro?",
|
||||
"default_zoom": "Zoom predeterminado",
|
||||
"source": "Fuente"
|
||||
"source": "Fuente",
|
||||
"name": "Mapa"
|
||||
},
|
||||
"markdown": {
|
||||
"content": "Contenido"
|
||||
"content": "Contenido",
|
||||
"name": "Markdown"
|
||||
},
|
||||
"sensor": {
|
||||
"graph_detail": "Detalle del gráfico",
|
||||
"graph_type": "Tipo de gráfico"
|
||||
"graph_type": "Tipo de gráfico",
|
||||
"name": "Sensor"
|
||||
},
|
||||
"alarm-panel": {
|
||||
"name": "Panel de alarma",
|
||||
"available_states": "Estados disponibles"
|
||||
},
|
||||
"conditional": {
|
||||
"name": "Condicional"
|
||||
},
|
||||
"entity-button": {
|
||||
"name": "Botón de entidad"
|
||||
},
|
||||
"entity-filter": {
|
||||
"name": "Filtro de entidad"
|
||||
},
|
||||
"history-graph": {
|
||||
"name": "Gráfico histórico"
|
||||
},
|
||||
"horizontal-stack": {
|
||||
"name": "Pila horizontal"
|
||||
},
|
||||
"iframe": {
|
||||
"name": "iFrame"
|
||||
},
|
||||
"light": {
|
||||
"name": "Luz"
|
||||
},
|
||||
"media-control": {
|
||||
"name": "Control de medios"
|
||||
},
|
||||
"picture": {
|
||||
"name": "Imagen"
|
||||
},
|
||||
"picture-elements": {
|
||||
"name": "Elementos de imagen"
|
||||
},
|
||||
"picture-entity": {
|
||||
"name": "Entidad de imagen"
|
||||
},
|
||||
"picture-glance": {
|
||||
"name": "Vistazo de imagen"
|
||||
},
|
||||
"plant-status": {
|
||||
"name": "Estado de la planta"
|
||||
},
|
||||
"shopping-list": {
|
||||
"name": "Lista de la compra"
|
||||
},
|
||||
"thermostat": {
|
||||
"name": "Termostato"
|
||||
},
|
||||
"vertical-stack": {
|
||||
"name": "Pila vertical"
|
||||
},
|
||||
"weather-forecast": {
|
||||
"name": "Pronóstico del tiempo"
|
||||
}
|
||||
}
|
||||
},
|
||||
@ -1405,7 +1728,8 @@
|
||||
"entity_turned_off": "Apagado {entity}.",
|
||||
"service_called": "Servicio {service} llamado.",
|
||||
"service_call_failed": "Error al llamar al servicio {service}.",
|
||||
"connection_lost": "Conexión perdida. Reconectando..."
|
||||
"connection_lost": "Conexión perdida. Reconectando...",
|
||||
"triggered": "Activado {nombre}"
|
||||
},
|
||||
"dialogs": {
|
||||
"more_info_settings": {
|
||||
@ -1451,7 +1775,16 @@
|
||||
"device_name_placeholder": "Nombre dado por el usuario",
|
||||
"area_picker_label": "Área",
|
||||
"update_name_button": "Cambiar nombre"
|
||||
}
|
||||
},
|
||||
"buttons": {
|
||||
"add": "Añadir dispositivos",
|
||||
"remove": "Eliminar dispositivos",
|
||||
"reconfigure": "Reconfigurar dispositivo"
|
||||
},
|
||||
"quirk": "Peculiaridad",
|
||||
"last_seen": "Ultima vez visto",
|
||||
"power_source": "Fuente de alimentación",
|
||||
"unknown": "Desconocido"
|
||||
}
|
||||
},
|
||||
"auth_store": {
|
||||
|
@ -504,7 +504,12 @@
|
||||
"leave": "Väljumine"
|
||||
},
|
||||
"device": {
|
||||
"label": "Seade"
|
||||
"label": "Seade",
|
||||
"extra_fields": {
|
||||
"above": "Üle",
|
||||
"below": "Alla",
|
||||
"for": "Kestus"
|
||||
}
|
||||
}
|
||||
},
|
||||
"learn_more": "Lisateave päästikute kohta"
|
||||
@ -553,7 +558,18 @@
|
||||
"zone": "Ala"
|
||||
},
|
||||
"device": {
|
||||
"label": "Seade"
|
||||
"label": "Seade",
|
||||
"extra_fields": {
|
||||
"above": "Üle",
|
||||
"below": "Alla",
|
||||
"for": "Kestus"
|
||||
}
|
||||
},
|
||||
"and": {
|
||||
"label": "ja"
|
||||
},
|
||||
"or": {
|
||||
"label": "või"
|
||||
}
|
||||
},
|
||||
"learn_more": "Lisateave tingimuste kohta"
|
||||
@ -591,17 +607,33 @@
|
||||
},
|
||||
"device_id": {
|
||||
"label": "Seade"
|
||||
},
|
||||
"scene": {
|
||||
"label": "Aktiveeri stseen"
|
||||
}
|
||||
},
|
||||
"learn_more": "Lisateave tegevuste kohta"
|
||||
},
|
||||
"load_error_not_editable": "Ainult automations.yaml failis asuvad automatiseeringud on muudetavad.",
|
||||
"load_error_unknown": "Viga automatiseeringu laadimisel ({err_no})."
|
||||
"load_error_unknown": "Viga automatiseeringu laadimisel ({err_no}).",
|
||||
"description": {
|
||||
"label": "Kirjeldus",
|
||||
"placeholder": "Valikuline kirjeldus"
|
||||
}
|
||||
}
|
||||
},
|
||||
"script": {
|
||||
"caption": "Skript",
|
||||
"description": "Loo ja muuda skripte"
|
||||
"description": "Loo ja muuda skripte",
|
||||
"picker": {
|
||||
"header": "Skriptiredaktor",
|
||||
"add_script": "Lisa skript"
|
||||
},
|
||||
"editor": {
|
||||
"header": "Skript: {name}",
|
||||
"default_name": "Uus skript",
|
||||
"delete_confirm": "Oled kindel, et soovid selle skripti kustutada?"
|
||||
}
|
||||
},
|
||||
"zwave": {
|
||||
"caption": "Z-Wave",
|
||||
@ -649,13 +681,18 @@
|
||||
"true": "Tõene",
|
||||
"false": "Väär",
|
||||
"set_config_parameter": "Seadista parameeter Config"
|
||||
},
|
||||
"learn_more": "Lisateave Z-Wave'i kohta",
|
||||
"ozw_log": {
|
||||
"header": "OZW logi"
|
||||
}
|
||||
},
|
||||
"users": {
|
||||
"caption": "Kasutajad",
|
||||
"description": "Halda kasutajaid",
|
||||
"picker": {
|
||||
"title": "Kasutajad"
|
||||
"title": "Kasutajad",
|
||||
"system_generated": "Süsteemi genereeritud"
|
||||
},
|
||||
"editor": {
|
||||
"rename_user": "Nimeta kasutaja ümber",
|
||||
@ -663,7 +700,16 @@
|
||||
"activate_user": "Aktiveeri kasutaja",
|
||||
"deactivate_user": "Deaktiveeri kasutaja",
|
||||
"delete_user": "Kustuta kasutaja",
|
||||
"caption": "Vaata kasutajat"
|
||||
"caption": "Vaata kasutajat",
|
||||
"id": "ID",
|
||||
"owner": "Omanik",
|
||||
"group": "Grupp",
|
||||
"active": "Aktiivne",
|
||||
"system_generated": "Süsteemi genereeritud",
|
||||
"unnamed_user": "Nimetu kasutaja",
|
||||
"enter_new_name": "Sisesta uus nimi",
|
||||
"user_rename_failed": "Kasutaja ümbernimetamine nurjus:",
|
||||
"confirm_user_deletion": "Oled kindel, et soovid kustutada {name}?"
|
||||
},
|
||||
"add_user": {
|
||||
"caption": "Lisa kasutaja",
|
||||
@ -677,7 +723,85 @@
|
||||
"caption": "Home Assistant pilv",
|
||||
"description_login": "Sisse logitud kui {email}",
|
||||
"description_not_login": "Pole sisse logitud",
|
||||
"description_features": "Juhi kodust eemal viibides, seo Alexa ja Google Assistant'iga."
|
||||
"description_features": "Juhi kodust eemal viibides, seo Alexa ja Google Assistant'iga.",
|
||||
"forgot_password": {
|
||||
"email": "E-post",
|
||||
"email_error_msg": "Vigane meiliaadress"
|
||||
},
|
||||
"register": {
|
||||
"headline": "Alusta tasuta prooviperioodi",
|
||||
"link_terms_conditions": "Tingimused",
|
||||
"link_privacy_policy": "Privaatsuspoliitika",
|
||||
"create_account": "Loo konto",
|
||||
"email_address": "E-posti aadress",
|
||||
"email_error_msg": "Vigane meiliaadress",
|
||||
"password": "Salasõna",
|
||||
"start_trial": "Alusta proovimist"
|
||||
},
|
||||
"account": {
|
||||
"nabu_casa_account": "Nabu Casa konto",
|
||||
"connection_status": "Pilveühenduse olek",
|
||||
"manage_account": "Halda kontot",
|
||||
"sign_out": "Logi välja",
|
||||
"integrations": "Sidumised",
|
||||
"remote": {
|
||||
"certificate_info": "Sertifikaadi teave"
|
||||
},
|
||||
"alexa": {
|
||||
"title": "Alexa",
|
||||
"sync_entities": "Sünkrooni olemid",
|
||||
"manage_entities": "Halda olemeid",
|
||||
"sync_entities_error": "Olemite sünkroonimine ebaõnnestus:",
|
||||
"enable": "luba",
|
||||
"disable": "keela"
|
||||
},
|
||||
"google": {
|
||||
"title": "Google Assistant",
|
||||
"security_devices": "Turvaseadmed",
|
||||
"devices_pin": "Turvaseadmete PIN",
|
||||
"enter_pin_hint": "Turvaseadmete kasutamiseks sisesta PIN",
|
||||
"sync_entities": "Sünkrooni olemid Google'iga",
|
||||
"manage_entities": "Halda olemeid"
|
||||
},
|
||||
"webhooks": {
|
||||
"title": "Veebihaagid",
|
||||
"no_hooks_yet_link_integration": "veebihaagipõhine sidumine",
|
||||
"no_hooks_yet_link_automation": "veebihaagi automatiseering",
|
||||
"loading": "Laadin ...",
|
||||
"manage": "Halda",
|
||||
"disable_hook_error_msg": "Veebihaagi keelamine ebaõnnestus:"
|
||||
}
|
||||
},
|
||||
"alexa": {
|
||||
"title": "Alexa",
|
||||
"exposed_entities": "Avaldatud olemid",
|
||||
"not_exposed_entities": "Mitteavaldatud olemid",
|
||||
"expose": "Avalda Alexa'le"
|
||||
},
|
||||
"dialog_certificate": {
|
||||
"certificate_information": "Sertifikaadi teave",
|
||||
"certificate_expiration_date": "Sertifikaadi aegumiskuupäev",
|
||||
"will_be_auto_renewed": "Uuendatakse automaatselt",
|
||||
"fingerprint": "Sertifikaadi sõrmejälg:",
|
||||
"close": "Sulge"
|
||||
},
|
||||
"google": {
|
||||
"title": "Google Assistant",
|
||||
"expose": "Avalda Google Assistant'ile",
|
||||
"disable_2FA": "Keela kaheastmeline autentimine",
|
||||
"exposed_entities": "Avaldatud olemid",
|
||||
"not_exposed_entities": "Mitteavaldatud olemid",
|
||||
"sync_to_google": "Sünkroonin muutusi Google'iga"
|
||||
},
|
||||
"dialog_cloudhook": {
|
||||
"webhook_for": "Veebihaak {name} jaoks",
|
||||
"info_disable_webhook": "Kui sa ei soovi enam seda veebihaaki kasutada, võid",
|
||||
"link_disable_webhook": "keela see",
|
||||
"view_documentation": "Vaata dokumentatsiooni",
|
||||
"close": "Sulge",
|
||||
"confirm_disable": "Oled kindel, et soovid selle veebihaagi keelata?",
|
||||
"copied_to_clipboard": "Kopeeritud lõikepuhvrisse"
|
||||
}
|
||||
},
|
||||
"integrations": {
|
||||
"caption": "Sidumised",
|
||||
@ -705,7 +829,8 @@
|
||||
"description": "Selle etapi lõpetamine nõuab välise veebisaidi külastamist.",
|
||||
"open_site": "Ava veebisait"
|
||||
}
|
||||
}
|
||||
},
|
||||
"home_assistant_website": "Home Assistant veebisait"
|
||||
},
|
||||
"zha": {
|
||||
"caption": "ZHA",
|
||||
@ -723,7 +848,28 @@
|
||||
"add_device_page": {
|
||||
"header": "Zigbee Home Automation - seadmete lisamine",
|
||||
"spinner": "ZHA Zigbee seadmete otsimine ...",
|
||||
"discovery_text": "Leitud seadmed kuvatakse siin. Järgige seadme(te) juhiseid ja pange seade sidumisrežiimile."
|
||||
"discovery_text": "Leitud seadmed kuvatakse siin. Järgige seadme(te) juhiseid ja pange seade sidumisrežiimile.",
|
||||
"search_again": "Otsi uuesti"
|
||||
},
|
||||
"common": {
|
||||
"add_devices": "Lisa seadmeid",
|
||||
"clusters": "Klastrid",
|
||||
"devices": "Seadmed",
|
||||
"value": "Väärtus"
|
||||
},
|
||||
"network_management": {
|
||||
"header": "Võrgu haldamine",
|
||||
"introduction": "Kogu võrku mõjutavad käsud"
|
||||
},
|
||||
"node_management": {
|
||||
"header": "Seadme haldus"
|
||||
},
|
||||
"cluster_commands": {
|
||||
"header": "Klastri käsud",
|
||||
"introduction": "Vaata ja väljasta klastrikäske.",
|
||||
"commands_of_cluster": "Valitud klastri käsud",
|
||||
"issue_zigbee_command": "Väljasta Zigbee käsk",
|
||||
"help_command_dropdown": "Vali käsk, millega suhelda."
|
||||
}
|
||||
},
|
||||
"area_registry": {
|
||||
@ -754,7 +900,14 @@
|
||||
"unavailable": "(pole saadaval)",
|
||||
"introduction": "Home Assistant peab registrit iga olemi kohta, mida ta kunagi näinud on ja mida saab üheselt tuvastada. Kõigile nendele olemitele antakse olemi ID, mis reserveeritakse ainult sellele olemile.",
|
||||
"introduction2": "Kasuta olemite registrit olemi nime või ID muutmiseks või olemi eemaldamiseks Home Assistant'ist. Pane tähele, et olemi registrikirje eemaldamine ei eemalda olemit. Selleks järgi allolevat linki ja eemalda olem sidumiste lehelt.",
|
||||
"integrations_page": "Sidumiste leht"
|
||||
"integrations_page": "Sidumiste leht",
|
||||
"show_disabled": "Kuva keelatud olemid",
|
||||
"headers": {
|
||||
"name": "Nimi",
|
||||
"entity_id": "Olemi ID",
|
||||
"integration": "Sidumine",
|
||||
"enabled": "Lubatud"
|
||||
}
|
||||
},
|
||||
"editor": {
|
||||
"unavailable": "See olem pole praegu saadaval.",
|
||||
@ -763,7 +916,8 @@
|
||||
"update": "UUENDA",
|
||||
"enabled_label": "Luba olem",
|
||||
"enabled_cause": "Keelatud {cause}.",
|
||||
"enabled_description": "Keelatud olemeid ei lisata Home Assistant'i."
|
||||
"enabled_description": "Keelatud olemeid ei lisata Home Assistant'i.",
|
||||
"confirm_delete": "Oled kindel, et soovid selle kirje kustutada?"
|
||||
}
|
||||
},
|
||||
"person": {
|
||||
@ -773,8 +927,20 @@
|
||||
"name": "Nimi",
|
||||
"device_tracker_intro": "Vali seadmed, mis kuuluvad sellele isikule.",
|
||||
"device_tracker_picked": "Jälgi seadet",
|
||||
"device_tracker_pick": "Vali jälgitav seade"
|
||||
}
|
||||
"device_tracker_pick": "Vali jälgitav seade",
|
||||
"new_person": "Uus isik",
|
||||
"name_error_msg": "Nimi on kohustuslik",
|
||||
"linked_user": "Lingitud kasutaja",
|
||||
"link_integrations_page": "Sidumiste leht",
|
||||
"delete": "Kustuta",
|
||||
"create": "Loo",
|
||||
"update": "Uuenda"
|
||||
},
|
||||
"no_persons_created_yet": "Paistab, et sa pole veel ühtegi isikut loonud.",
|
||||
"create_person": "Loo isik",
|
||||
"add_person": "Lisa isik",
|
||||
"confirm_delete": "Oled kindel, et soovid selle isiku kustutada?",
|
||||
"confirm_delete2": "Kõik sellele isikule kuuluvad seadmed jäävad peremehetuks."
|
||||
},
|
||||
"server_control": {
|
||||
"caption": "Serveri juhtimine",
|
||||
@ -808,7 +974,20 @@
|
||||
},
|
||||
"devices": {
|
||||
"caption": "Seadmed",
|
||||
"description": "Halda ühendatud seadmeid"
|
||||
"description": "Halda ühendatud seadmeid",
|
||||
"automation": {
|
||||
"conditions": {
|
||||
"caption": "Tee midagi ainult siis, kui ..."
|
||||
},
|
||||
"actions": {
|
||||
"caption": "Kui midagi käivitatakse ..."
|
||||
}
|
||||
}
|
||||
},
|
||||
"common": {
|
||||
"editor": {
|
||||
"confirm_unsaved": "Sul on salvestamata muudatusi. Oled kindel, et soovid lahkuda?"
|
||||
}
|
||||
}
|
||||
},
|
||||
"profile": {
|
||||
@ -884,6 +1063,9 @@
|
||||
"force_narrow": {
|
||||
"header": "Peida alati külgriba",
|
||||
"description": "See peidab vaikimisi külgriba, sarnaselt mobiilikogemusega."
|
||||
},
|
||||
"vibrate": {
|
||||
"header": "Vibreeri"
|
||||
}
|
||||
},
|
||||
"page-authorize": {
|
||||
@ -1043,7 +1225,9 @@
|
||||
"add": "Lisa kaart",
|
||||
"edit": "Muuda",
|
||||
"delete": "Kustuta",
|
||||
"move": "Liiguta"
|
||||
"move": "Liiguta",
|
||||
"show_visual_editor": "Kuva visuaalne redaktor",
|
||||
"show_code_editor": "Kuva koodiredaktor"
|
||||
},
|
||||
"migrate": {
|
||||
"header": "Konfiguratsioon ei ühildu",
|
||||
@ -1077,6 +1261,101 @@
|
||||
"edit_lovelace": {
|
||||
"header": "Lovelace kasutajaliidese pealkiri",
|
||||
"explanation": "Seda pealkirja näidatakse kõikide Lovelace'i vaadete kohal."
|
||||
},
|
||||
"card": {
|
||||
"config": {
|
||||
"required": "Nõutav",
|
||||
"optional": "Valikuline"
|
||||
},
|
||||
"gauge": {
|
||||
"severity": {
|
||||
"define": "Kas määrata raskusaste?",
|
||||
"green": "Roheline",
|
||||
"red": "Punane",
|
||||
"yellow": "Kollane"
|
||||
},
|
||||
"name": "Mõõtur"
|
||||
},
|
||||
"glance": {
|
||||
"columns": "Veerud",
|
||||
"name": "Pilk"
|
||||
},
|
||||
"generic": {
|
||||
"aspect_ratio": "Proportsioonid",
|
||||
"camera_image": "Kaamera olem",
|
||||
"entities": "Olemid",
|
||||
"entity": "Olem",
|
||||
"icon": "Ikoon",
|
||||
"icon_height": "Ikooni kõrgus",
|
||||
"maximum": "Maksimaalne",
|
||||
"minimum": "Minimaalne",
|
||||
"name": "Nimi",
|
||||
"refresh_interval": "Värskendamise intervall",
|
||||
"show_icon": "Kas näidata ikooni?",
|
||||
"show_name": "Kas näidata nime?",
|
||||
"show_state": "Kas näidata olekut?",
|
||||
"title": "Pealkiri",
|
||||
"theme": "Teema",
|
||||
"unit": "Ühik",
|
||||
"url": "Url"
|
||||
},
|
||||
"map": {
|
||||
"dark_mode": "Tume režiim?",
|
||||
"source": "Allikas",
|
||||
"name": "Kaart"
|
||||
},
|
||||
"markdown": {
|
||||
"content": "Sisu",
|
||||
"name": "Markdown"
|
||||
},
|
||||
"conditional": {
|
||||
"name": "Tingimuslik"
|
||||
},
|
||||
"entities": {
|
||||
"name": "Olemid"
|
||||
},
|
||||
"entity-button": {
|
||||
"name": "Olemi nupp"
|
||||
},
|
||||
"entity-filter": {
|
||||
"name": "Olemi filter"
|
||||
},
|
||||
"history-graph": {
|
||||
"name": "Ajalooline graafik"
|
||||
},
|
||||
"horizontal-stack": {
|
||||
"name": "Horisontaalne pinu"
|
||||
},
|
||||
"iframe": {
|
||||
"name": "iFrame"
|
||||
},
|
||||
"light": {
|
||||
"name": "Valgus"
|
||||
},
|
||||
"media-control": {
|
||||
"name": "Meedia juhtimine"
|
||||
},
|
||||
"picture": {
|
||||
"name": "Pilt"
|
||||
},
|
||||
"plant-status": {
|
||||
"name": "Taime olek"
|
||||
},
|
||||
"sensor": {
|
||||
"name": "Andur"
|
||||
},
|
||||
"shopping-list": {
|
||||
"name": "Ostunimekiri"
|
||||
},
|
||||
"thermostat": {
|
||||
"name": "Termostaat"
|
||||
},
|
||||
"vertical-stack": {
|
||||
"name": "Vertikaalne pinu"
|
||||
},
|
||||
"weather-forecast": {
|
||||
"name": "Ilmateade"
|
||||
}
|
||||
}
|
||||
},
|
||||
"menu": {
|
||||
@ -1357,7 +1636,14 @@
|
||||
"device_name_placeholder": "Kasutaja antud nimi",
|
||||
"area_picker_label": "Ala",
|
||||
"update_name_button": "Värskenda nime"
|
||||
}
|
||||
},
|
||||
"buttons": {
|
||||
"add": "Lisa seadmeid",
|
||||
"remove": "Eemalda seade"
|
||||
},
|
||||
"last_seen": "Viimati nähtud",
|
||||
"power_source": "Toiteallikas",
|
||||
"unknown": "Teadmata"
|
||||
}
|
||||
},
|
||||
"auth_store": {
|
||||
|
@ -557,7 +557,12 @@
|
||||
"activate_user": "فعال کردن کاربر",
|
||||
"deactivate_user": "غیر فعال کردن کاربر",
|
||||
"delete_user": "حذف کاربر",
|
||||
"caption": "مشاهده کاربر"
|
||||
"caption": "مشاهده کاربر",
|
||||
"unnamed_user": "کاربر نامشخص",
|
||||
"enter_new_name": "نام جدید را وارد کنید",
|
||||
"user_rename_failed": "تغییر نام کاربری انجام نشد:",
|
||||
"group_update_failed": "بروزرسانی گروه انجام نشد:",
|
||||
"confirm_user_deletion": "آیا مطمئنید می خواهید {name} را حذف کنید ؟"
|
||||
},
|
||||
"add_user": {
|
||||
"caption": "افزودن کاربر",
|
||||
@ -616,7 +621,20 @@
|
||||
"add_device_page": {
|
||||
"header": " صفحه اصلی اتوماسیون مدیریت شبکه Zigbee",
|
||||
"spinner": "جستجو برای دستگاه های ZHY Zigbee ...",
|
||||
"discovery_text": "دستگاه های کشف شده در اینجا نشان داده می شوند. دستورالعمل های دستگاه (های) خود را دنبال کنید و دستگاه (های) را در حالت جفت قرار دهید."
|
||||
"discovery_text": "دستگاه های کشف شده در اینجا نشان داده می شوند. دستورالعمل های دستگاه (های) خود را دنبال کنید و دستگاه (های) را در حالت جفت قرار دهید.",
|
||||
"search_again": "جستجوی مجدد"
|
||||
},
|
||||
"common": {
|
||||
"add_devices": "افزودن دستگاهها",
|
||||
"devices": "دستگاه ها",
|
||||
"value": "مقدار"
|
||||
},
|
||||
"network_management": {
|
||||
"header": "مدیریت شبکه",
|
||||
"introduction": "دستوراتی که روی کل شبکه تأثیر می گذارند"
|
||||
},
|
||||
"node_management": {
|
||||
"header": "مدیریت دستگاه"
|
||||
}
|
||||
},
|
||||
"area_registry": {
|
||||
@ -730,6 +748,10 @@
|
||||
"vibrate": {
|
||||
"header": "ویبره",
|
||||
"description": "هنگام کنترل دستگاه، حالت ویبره فعال یا غیرفعال میشود."
|
||||
},
|
||||
"advanced_mode": {
|
||||
"title": "حالت پیشرفته",
|
||||
"description": "سیستم به طور پیش فرض ویژگی ها و گزینه های پیشرفته را پنهان می کند. می توانید با تغییر این گزینه ، این ویژگی ها را در فعال کنید. این تنظیم خاص یک کاربر بوده و استفاده سایر کاربران این سیستم را تحت تأثیر قرار نمی دهد."
|
||||
}
|
||||
},
|
||||
"page-authorize": {
|
||||
@ -899,14 +921,34 @@
|
||||
"geo_location_sources": "منابع موقعیت یابی",
|
||||
"dark_mode": "حالت تاریک",
|
||||
"default_zoom": "بزرگنمایی پیش فرض",
|
||||
"source": "منبع"
|
||||
"source": "منبع",
|
||||
"name": "نقشه"
|
||||
},
|
||||
"markdown": {
|
||||
"content": "محتوا"
|
||||
},
|
||||
"sensor": {
|
||||
"graph_detail": "نمودار جزئیات",
|
||||
"graph_type": "نوع نمودار"
|
||||
"graph_type": "نوع نمودار",
|
||||
"name": "سنسور"
|
||||
},
|
||||
"light": {
|
||||
"name": "چراغ"
|
||||
},
|
||||
"media-control": {
|
||||
"name": "کنترل رسانه"
|
||||
},
|
||||
"picture": {
|
||||
"name": "تصویر"
|
||||
},
|
||||
"shopping-list": {
|
||||
"name": "لیست خرید"
|
||||
},
|
||||
"thermostat": {
|
||||
"name": "ترموستات"
|
||||
},
|
||||
"weather-forecast": {
|
||||
"name": "پیش بینی آب و هوا"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -498,7 +498,12 @@
|
||||
"leave": "Poistu"
|
||||
},
|
||||
"device": {
|
||||
"label": "Laite"
|
||||
"label": "Laite",
|
||||
"extra_fields": {
|
||||
"above": "Yli",
|
||||
"below": "Alle",
|
||||
"for": "Kesto"
|
||||
}
|
||||
}
|
||||
},
|
||||
"learn_more": "Lisätietoja triggereistä"
|
||||
@ -547,7 +552,12 @@
|
||||
"zone": "Alue"
|
||||
},
|
||||
"device": {
|
||||
"label": "Laite"
|
||||
"label": "Laite",
|
||||
"extra_fields": {
|
||||
"above": "Yli",
|
||||
"below": "Alle",
|
||||
"for": "Kesto"
|
||||
}
|
||||
},
|
||||
"and": {
|
||||
"label": "Ja"
|
||||
@ -602,7 +612,11 @@
|
||||
},
|
||||
"script": {
|
||||
"caption": "Skripti",
|
||||
"description": "Luo ja muokkaa skriptejä"
|
||||
"description": "Luo ja muokkaa skriptejä",
|
||||
"editor": {
|
||||
"header": "Skripti: {name}",
|
||||
"default_name": "Uusi skripti"
|
||||
}
|
||||
},
|
||||
"zwave": {
|
||||
"caption": "Z-Wave",
|
||||
@ -650,13 +664,19 @@
|
||||
"true": "Tosi",
|
||||
"false": "Eätosi",
|
||||
"set_config_parameter": "Aseta asetusparametri"
|
||||
},
|
||||
"learn_more": "Z-wave lisätietoja",
|
||||
"ozw_log": {
|
||||
"header": "OZW-loki",
|
||||
"introduction": "Tarkastele lokia. 0 on pienin (lataa koko lokin) ja 1000 on maksimi. Lataus näyttää staattisen lokin ja päivittää automaattisesti viimeisen määritetyn määrän rivejä lokiin."
|
||||
}
|
||||
},
|
||||
"users": {
|
||||
"caption": "Käyttäjät",
|
||||
"description": "Käyttäjien hallinta",
|
||||
"picker": {
|
||||
"title": "Käyttäjät"
|
||||
"title": "Käyttäjät",
|
||||
"system_generated": "Järjestelmän luoma"
|
||||
},
|
||||
"editor": {
|
||||
"rename_user": "Nimeä käyttäjä uudelleen",
|
||||
@ -664,7 +684,18 @@
|
||||
"activate_user": "Aktivoi käyttäjä",
|
||||
"deactivate_user": "Passivoi käyttäjätunnus",
|
||||
"delete_user": "Poista käyttäjä",
|
||||
"caption": "Näytä käyttäjä"
|
||||
"caption": "Näytä käyttäjä",
|
||||
"id": "ID",
|
||||
"owner": "Omistaja",
|
||||
"group": "Ryhmä",
|
||||
"active": "Aktiivinen",
|
||||
"system_generated": "Järjestelmän luoma",
|
||||
"system_generated_users_not_removable": "Järjestelmän luomia käyttäjiä ei voi poistaa.",
|
||||
"unnamed_user": "Nimeämätön käyttäjä",
|
||||
"enter_new_name": "Kirjoita uusi nimi",
|
||||
"user_rename_failed": "Käyttäjän uudelleen nimeäminen epäonnistui:",
|
||||
"group_update_failed": "Ryhmän päivitys epäonnistui:",
|
||||
"confirm_user_deletion": "Haluatko varmasti poistaa {name}?"
|
||||
},
|
||||
"add_user": {
|
||||
"caption": "Lisää käyttäjä",
|
||||
@ -678,7 +709,107 @@
|
||||
"caption": "Home Assistant Cloud",
|
||||
"description_login": "Kirjautunut sisään {email}",
|
||||
"description_not_login": "Et ole kirjautunut",
|
||||
"description_features": "Ohjaus possa kotoa, käytä Alexaa ja Google Assistentia"
|
||||
"description_features": "Ohjaus possa kotoa, käytä Alexaa ja Google Assistentia",
|
||||
"login": {
|
||||
"introduction2": "Tätä palvelua ylläpitää kumppanimme",
|
||||
"introduction2a": ", Home Assistantin ja Hass.io: n perustajien perustama yritys.",
|
||||
"dismiss": "Hylkää",
|
||||
"sign_in": "Kirjaudu sisään",
|
||||
"email": "Sähköposti",
|
||||
"email_error_msg": "Virheellinen sähköpostiosoite",
|
||||
"password": "Salasana",
|
||||
"password_error_msg": "Salasanan pitää olla vähintään 8 merkkiä pitkä",
|
||||
"forgot_password": "Unohtuiko salasana?",
|
||||
"start_trial": "Aloita ilmainen 1 kuukauden kokeilu",
|
||||
"trial_info": "Maksutietoja ei tarvita",
|
||||
"alert_password_change_required": "Sinun on vaihdettava salasanasi ennen sisäänkirjautumista.",
|
||||
"alert_email_confirm_necessary": "Sinun on vahvistettava sähköpostiosoitteesi ennen sisäänkirjautumista."
|
||||
},
|
||||
"forgot_password": {
|
||||
"title": "Unohtuiko salasana?",
|
||||
"subtitle": "Unohtuiko salasana?",
|
||||
"instructions": "Kirjoita sähköpostiosoitteesi ja lähetämme sinulle linkin salasanasi palauttamiseksi.",
|
||||
"email": "Sähköposti",
|
||||
"email_error_msg": "Virheellinen sähköpostiosoite",
|
||||
"send_reset_email": "Lähetä palautusviesti",
|
||||
"check_your_email": "Tarkista sähköpostistasi ohjeet salasanan vaihtamiseen."
|
||||
},
|
||||
"register": {
|
||||
"title": "Rekisteröi tili",
|
||||
"headline": "Aloita ilmainen kokeilu",
|
||||
"information2": "Kokeilu antaa sinulle pääsyn kaikkiin Home Assistant Cloud -etuihin, mukaan lukien:",
|
||||
"feature_remote_control": "Hallitse Home Assistantia kodin ulkopuolelta",
|
||||
"information3": "Tätä palvelua ylläpitää kumppanimme",
|
||||
"information4": "Rekisteröimällä tilin hyväksyt seuraavat ehdot.",
|
||||
"link_terms_conditions": "Ehdot",
|
||||
"link_privacy_policy": "Tietosuojakäytäntö",
|
||||
"create_account": "Luo tili",
|
||||
"email_address": "Sähköpostiosoite",
|
||||
"email_error_msg": "Virheellinen sähköpostiosoite",
|
||||
"password": "Salasana",
|
||||
"password_error_msg": "Salasanan pitää olla vähintään 8 merkkiä pitkä",
|
||||
"start_trial": "Aloita kokeilujakso",
|
||||
"resend_confirm_email": "Lähetä varmistusviesti uudelleen",
|
||||
"account_created": "Tili luotu! Tarkista sähköpostistasi ohjeet tilisi aktivoimiseksi."
|
||||
},
|
||||
"account": {
|
||||
"nabu_casa_account": "Nabu Casa -tili",
|
||||
"sign_out": "Kirjaudu ulos",
|
||||
"integrations": "Integraatiot",
|
||||
"integrations_introduction": "Home Assistant Cloud integraatiot mahdollistavat pilvipalveluihin käytön ilman että Home Assistant asennus on näkyvissä julkisesti Internetissä.",
|
||||
"connected": "Yhdistetty",
|
||||
"not_connected": "Ei yhteyttä",
|
||||
"remote": {
|
||||
"title": "Etähallinta",
|
||||
"access_is_being_prepared": "Etäkäyttöä valmistellaan. Ilmoitamme sinulle, kun se on valmis.",
|
||||
"info": "Home Assistant Cloud tarjoaa turvallisen etäyhteyden ollessasi poissa kotoa.",
|
||||
"instance_is_available": "Asennuksesi on saatavilla osoitteessa",
|
||||
"instance_will_be_available": "Asennuksesi tulee saataville",
|
||||
"link_learn_how_it_works": "Lisätietoja toiminnasta",
|
||||
"certificate_info": "Sertifikaatin tiedot"
|
||||
},
|
||||
"alexa": {
|
||||
"title": "Alexa",
|
||||
"info": "Alexa Integraatio Home Assistant Cloudille mahdollistaa Home Assistant laitteiden ohjaamisen miltä tahansa Alexa laitteelta.",
|
||||
"sync_entities": "Synkronoi kohteet",
|
||||
"manage_entities": "Hallitse kohteita",
|
||||
"state_reporting_error": "Tilaa {enable_disable} .ei ole saatavilla",
|
||||
"enable": "Ota käyttöön",
|
||||
"disable": "Poista käytöstä"
|
||||
},
|
||||
"google": {
|
||||
"info": "Google Assistant Integraatio Home Assistant Cloudille mahdollistaa Home Assistant laitteiden ohjaamisen miltä tahansa Google Assistant laitteelta.",
|
||||
"security_devices": "Turvalaitteet",
|
||||
"enter_pin_hint": "Anna PIN-koodi turvalaitteiden käyttämistä varten",
|
||||
"enter_pin_error": "PIN-koodin tallentaminen ei onnistu:"
|
||||
},
|
||||
"webhooks": {
|
||||
"title": "Webhooks",
|
||||
"manage": "Hallitse"
|
||||
}
|
||||
},
|
||||
"alexa": {
|
||||
"title": "Alexa"
|
||||
},
|
||||
"dialog_certificate": {
|
||||
"certificate_information": "Sertifikaatin tiedot",
|
||||
"certificate_expiration_date": "Sertifikaatin vanhenemispäivä",
|
||||
"will_be_auto_renewed": "Uusitaan automaattisesti",
|
||||
"fingerprint": "Varmenteen sormenjälki:",
|
||||
"close": "Sulje"
|
||||
},
|
||||
"google": {
|
||||
"title": "Google Assistant",
|
||||
"disable_2FA": "Poista kaksivaiheinen tunnistautuminen",
|
||||
"sync_to_google": "Synkronoidaan muutokset Googleen."
|
||||
},
|
||||
"dialog_cloudhook": {
|
||||
"link_disable_webhook": "Poista käytöstä",
|
||||
"view_documentation": "Näytä dokumentaatio",
|
||||
"close": "Sulje",
|
||||
"confirm_disable": "Haluatko varmasti poistaa tämän webhookin käytöstä?",
|
||||
"copied_to_clipboard": "Kopioitiin leikepöydälle"
|
||||
}
|
||||
},
|
||||
"integrations": {
|
||||
"caption": "Integraatiot",
|
||||
@ -706,7 +837,10 @@
|
||||
"description": "Tämä vaihe edellyttää, että vierailet ulkopuolisella verkkosivustolla.",
|
||||
"open_site": "Avaa verkkosivusto"
|
||||
}
|
||||
}
|
||||
},
|
||||
"note_about_integrations": "Kaikkia integraatioita ei voi vielä määrittää käyttöliittymän kautta.",
|
||||
"note_about_website_reference": "Lisää saatavilla",
|
||||
"home_assistant_website": "Home Assistant – sivusto"
|
||||
},
|
||||
"zha": {
|
||||
"caption": "ZHA",
|
||||
@ -719,12 +853,45 @@
|
||||
"device_card": {
|
||||
"device_name_placeholder": "Käyttäjän antama nimeä",
|
||||
"area_picker_label": "Alue",
|
||||
"update_name_button": "Päivitä nimeä"
|
||||
"update_name_button": "Päivitä nimi"
|
||||
},
|
||||
"add_device_page": {
|
||||
"header": "Zigbee Home Automation - Lisää laitteita",
|
||||
"spinner": "Etsitään ZHA Zigbee laitteita...",
|
||||
"discovery_text": "Löydetyt laitteet näkyvät täällä. Noudata laitteen (laitteiden) ohjeita ja aseta laite pariliitostilaan."
|
||||
"discovery_text": "Löydetyt laitteet näkyvät täällä. Noudata laitteen (laitteiden) ohjeita ja aseta laite pariliitostilaan.",
|
||||
"search_again": "Etsi uudestaan"
|
||||
},
|
||||
"common": {
|
||||
"add_devices": "Lisää laitteita",
|
||||
"clusters": "Klusterit",
|
||||
"devices": "Laitteet",
|
||||
"value": "Arvo"
|
||||
},
|
||||
"network_management": {
|
||||
"header": "Verkon hallinta"
|
||||
},
|
||||
"node_management": {
|
||||
"header": "Laitehallinta",
|
||||
"help_node_dropdown": "Valitse laite tarkastellaksesi laitekohtaisia vaihtoehtoja."
|
||||
},
|
||||
"clusters": {
|
||||
"help_cluster_dropdown": "Valitse klusteri tarkastellaksesi määritteitä ja komentoja."
|
||||
},
|
||||
"cluster_attributes": {
|
||||
"header": "Klusterin määritteet",
|
||||
"introduction": "Tarkastele ja muokkaa klusterimääritteitä.",
|
||||
"attributes_of_cluster": "Valitun klusterin määritteet",
|
||||
"get_zigbee_attribute": "Hae Zigbee-ominaisuus",
|
||||
"set_zigbee_attribute": "Aseta Zigbee-ominaisuus",
|
||||
"help_attribute_dropdown": "Valitse määrite, jonka arvoa haluat tarkastella tai määrittää.",
|
||||
"help_get_zigbee_attribute": "Hae valitun määritteen arvo."
|
||||
},
|
||||
"cluster_commands": {
|
||||
"header": "Klusterikomennot",
|
||||
"introduction": "Tarkastele ja anna klusterikomentoja.",
|
||||
"commands_of_cluster": "Valitun klusterin komennot",
|
||||
"issue_zigbee_command": "Anna Zigbee käsky",
|
||||
"help_command_dropdown": "Valitse lähettettävä komento"
|
||||
}
|
||||
},
|
||||
"area_registry": {
|
||||
@ -743,7 +910,7 @@
|
||||
"editor": {
|
||||
"default_name": "Uusi alue",
|
||||
"delete": "POISTA",
|
||||
"update": "PÄIVITÄ",
|
||||
"update": "Päivitä",
|
||||
"create": "LUO"
|
||||
}
|
||||
},
|
||||
@ -755,13 +922,21 @@
|
||||
"unavailable": "(ei saatavilla)",
|
||||
"introduction": "Home Assistant pitää rekisteriä jokaisesta havaitetusta olemuksesta, joka voidaan yksilöidä. Kullekin näille yksiköille määritetään olemus-ID, varattu juuri tälle yksikölle.",
|
||||
"introduction2": "Yksikkörekisterin avulla voit ohittaa nimeä, muuttaa yksikön tunnusta tai poistaa merkinnän Home Assistantista. Huomaa, että rekisterimerkinnän poistaminen ei poista yksikköä sinäänsä. Sitä voit seuraamalla alla olevaa linkkiä ja poistamalla sitä integrointisivulta.",
|
||||
"integrations_page": "Integraatiot"
|
||||
"integrations_page": "Integraatiot",
|
||||
"headers": {
|
||||
"name": "Nimi",
|
||||
"entity_id": "Kohde ID",
|
||||
"integration": "Integraatio",
|
||||
"enabled": "Käytössä"
|
||||
}
|
||||
},
|
||||
"editor": {
|
||||
"unavailable": "Parhaillaan olemus ei ole käytettävissä.",
|
||||
"default_name": "Uusi alue",
|
||||
"delete": "POISTA",
|
||||
"update": "PÄIVITYS"
|
||||
"update": "Päivitä",
|
||||
"enabled_cause": "Poistettu käytöstä {cause} .",
|
||||
"confirm_delete": "Haluatko varmasti poistaa tämän kohteen?"
|
||||
}
|
||||
},
|
||||
"person": {
|
||||
@ -771,8 +946,21 @@
|
||||
"name": "Nimi",
|
||||
"device_tracker_intro": "Valitse tälle henkilölle kuuluvat laitteet.",
|
||||
"device_tracker_picked": "Seuraa laitetta",
|
||||
"device_tracker_pick": "Valitse seurattava laite"
|
||||
}
|
||||
"device_tracker_pick": "Valitse seurattava laite",
|
||||
"new_person": "Uusi Henkilö",
|
||||
"name_error_msg": "Nimi on pakollinen",
|
||||
"linked_user": "Yhdsitetty käyttäjä",
|
||||
"no_device_tracker_available_intro": "Kun sinulla on laitteita, jotka ilmaisevat henkilön läsnäolon, voit kohdistaa ne henkilöön täällä. Voit lisätä ensimmäisen laitteen lisäämällä läsnäolon tunnistusintegraation sivulta.",
|
||||
"link_presence_detection_integrations": "Läsnäolon tunnistusintegraatiot",
|
||||
"link_integrations_page": "Integraatiot",
|
||||
"delete": "Poista",
|
||||
"create": "Luo",
|
||||
"update": "Päivitä"
|
||||
},
|
||||
"no_persons_created_yet": "Näyttää siltä, ettet ole vielä luonut yhtään henkilöä.",
|
||||
"create_person": "Luo henkilö",
|
||||
"add_person": "Lisää henkilö",
|
||||
"confirm_delete": "Haluatko varmasti poistaa tämän henkilön?"
|
||||
},
|
||||
"server_control": {
|
||||
"caption": "Palvelimen hallinta",
|
||||
@ -805,6 +993,11 @@
|
||||
"devices": {
|
||||
"caption": "Laitteet",
|
||||
"description": "Hallitse yhdistettyjä laitteita"
|
||||
},
|
||||
"common": {
|
||||
"editor": {
|
||||
"confirm_unsaved": "Sinulla on tallentamattomia muutoksia. Haluatko varmasti poistua?"
|
||||
}
|
||||
}
|
||||
},
|
||||
"profile": {
|
||||
@ -879,6 +1072,10 @@
|
||||
"logout": "Kirjaudu ulos",
|
||||
"force_narrow": {
|
||||
"header": "Piilota sivupalkki aina"
|
||||
},
|
||||
"advanced_mode": {
|
||||
"title": "Lisäasetukset",
|
||||
"description": "Home Assistant piilottaa lisäominaisuudet ja -asetukset oletuksena. Voit aktivoida nämä ominaisuudet painamalla tästä kytkimestä. Tämä on käyttäjäkohtainen asetus, eikä se vaikuta muihin Home Assistantia käyttäviin käyttäjiin."
|
||||
}
|
||||
},
|
||||
"page-authorize": {
|
||||
@ -1038,7 +1235,9 @@
|
||||
"add": "Lisää kortti",
|
||||
"edit": "Muokkaa",
|
||||
"delete": "Poista",
|
||||
"move": "Siirrä"
|
||||
"move": "Siirrä",
|
||||
"show_visual_editor": "Näytä visuaalinen editori",
|
||||
"show_code_editor": "Näytä koodieditori"
|
||||
},
|
||||
"migrate": {
|
||||
"header": "Epäkelvot asetukset",
|
||||
@ -1068,6 +1267,105 @@
|
||||
"save": "Tallenna",
|
||||
"unsaved_changes": "Tallentamattomat muutokset",
|
||||
"saved": "Tallennettu"
|
||||
},
|
||||
"card": {
|
||||
"alarm_panel": {
|
||||
"available_states": "Käytettävissä olevat tilat"
|
||||
},
|
||||
"config": {
|
||||
"required": "Vaadittu",
|
||||
"optional": "Valinnainen"
|
||||
},
|
||||
"gauge": {
|
||||
"severity": {
|
||||
"define": "Määritä vakavuus?",
|
||||
"green": "Vihreä",
|
||||
"red": "Punainen",
|
||||
"yellow": "Keltainen"
|
||||
},
|
||||
"name": "Mittari"
|
||||
},
|
||||
"generic": {
|
||||
"camera_image": "Kamerakohde",
|
||||
"entity": "Kohde",
|
||||
"hold_action": "Pitkä painallus toiminto",
|
||||
"image": "Kuvan polku",
|
||||
"maximum": "Enimmäismäärä",
|
||||
"minimum": "Vähimmäismäärä",
|
||||
"name": "Nimi",
|
||||
"tap_action": "Napautus toiminto"
|
||||
},
|
||||
"sensor": {
|
||||
"graph_detail": "Kaavion tiedot",
|
||||
"name": "Sensori"
|
||||
},
|
||||
"alarm-panel": {
|
||||
"name": "Hälytyspaneeli",
|
||||
"available_states": "Käytettävissä olevat tilat"
|
||||
},
|
||||
"conditional": {
|
||||
"name": "Ehdollinen"
|
||||
},
|
||||
"entities": {
|
||||
"name": "Kohteet"
|
||||
},
|
||||
"entity-button": {
|
||||
"name": "Kohdenappi"
|
||||
},
|
||||
"entity-filter": {
|
||||
"name": "Kohteen suodatus"
|
||||
},
|
||||
"glance": {
|
||||
"name": "Pikavilkaisu"
|
||||
},
|
||||
"history-graph": {
|
||||
"name": "Historiakuvaaja"
|
||||
},
|
||||
"horizontal-stack": {
|
||||
"name": "Vaakapino"
|
||||
},
|
||||
"iframe": {
|
||||
"name": "iFrame"
|
||||
},
|
||||
"light": {
|
||||
"name": "Valo"
|
||||
},
|
||||
"map": {
|
||||
"name": "Kartta"
|
||||
},
|
||||
"markdown": {
|
||||
"name": "Merkintä"
|
||||
},
|
||||
"media-control": {
|
||||
"name": "Mediaohjaus"
|
||||
},
|
||||
"picture": {
|
||||
"name": "Kuva"
|
||||
},
|
||||
"picture-elements": {
|
||||
"name": "Kuvaelementit"
|
||||
},
|
||||
"picture-entity": {
|
||||
"name": "Kuvakohde"
|
||||
},
|
||||
"picture-glance": {
|
||||
"name": "Kuva pikavilkaisu"
|
||||
},
|
||||
"plant-status": {
|
||||
"name": "Kasvin tila"
|
||||
},
|
||||
"shopping-list": {
|
||||
"name": "Ostoslista"
|
||||
},
|
||||
"thermostat": {
|
||||
"name": "Termostaatti"
|
||||
},
|
||||
"vertical-stack": {
|
||||
"name": "Pystypino"
|
||||
},
|
||||
"weather-forecast": {
|
||||
"name": "Sääennuste"
|
||||
}
|
||||
}
|
||||
},
|
||||
"menu": {
|
||||
@ -1137,7 +1435,8 @@
|
||||
"common": {
|
||||
"loading": "Ladataan",
|
||||
"cancel": "Peruuta",
|
||||
"save": "Tallenna"
|
||||
"save": "Tallenna",
|
||||
"successfully_saved": "Tallennus onnistui"
|
||||
},
|
||||
"duration": {
|
||||
"day": "{count} {count, plural,\n one {päivä}\n other {päivää}\n}",
|
||||
@ -1258,6 +1557,14 @@
|
||||
"target_temperature": "Tavoitelämpötila",
|
||||
"operation": "Toiminto",
|
||||
"away_mode": "Poissa kotoa"
|
||||
},
|
||||
"timer": {
|
||||
"actions": {
|
||||
"start": "Aloita",
|
||||
"pause": "tauko",
|
||||
"cancel": "Peruuta",
|
||||
"finish": "Valmis"
|
||||
}
|
||||
}
|
||||
},
|
||||
"components": {
|
||||
@ -1311,6 +1618,22 @@
|
||||
"updater": {
|
||||
"title": "Päivitysohjeet"
|
||||
}
|
||||
},
|
||||
"config_entry_system_options": {
|
||||
"title": "Järjestelmäasetukset"
|
||||
},
|
||||
"zha_device_info": {
|
||||
"services": {
|
||||
"remove": "Poista laite Zigbee-verkosta."
|
||||
},
|
||||
"buttons": {
|
||||
"add": "Lisää laitteita",
|
||||
"remove": "Poista laite",
|
||||
"reconfigure": "Määritä laite uudelleen"
|
||||
},
|
||||
"last_seen": "Viimeksi nähty",
|
||||
"power_source": "Virtalähde",
|
||||
"unknown": "Tuntematon"
|
||||
}
|
||||
},
|
||||
"auth_store": {
|
||||
|
@ -377,14 +377,14 @@
|
||||
"server_control": {
|
||||
"validation": {
|
||||
"heading": "Validation de la configuration",
|
||||
"introduction": "Validez votre configuration si vous l'avez récemment modifiée et que vous voulez vous assurer que tout est valide",
|
||||
"check_config": "Vérifiez la configuration",
|
||||
"introduction": "Valider votre configuration si vous avez récemment apporté quelques modifications à votre configuration et que vous souhaitez vous assurer qu'elle est valide",
|
||||
"check_config": "Vérifier la configuration",
|
||||
"valid": "Configuration valide !",
|
||||
"invalid": "Configuration invalide"
|
||||
},
|
||||
"reloading": {
|
||||
"heading": "Rechargement de la configuration",
|
||||
"introduction": "Certaines parties de Home Assistant peuvent être rechargées sans nécessiter un redémarrage. Appuyer sur \"recharger\" déchargera leur configuration actuelle et chargera la nouvelle.",
|
||||
"introduction": "Certaines parties de Home Assistant peuvent être rechargées sans nécessiter de redémarrage. Le fait de cliquer sur recharger déchargera leur configuration actuelle et chargera la nouvelle.",
|
||||
"core": "Recharger le noyau",
|
||||
"group": "Recharger les groupes",
|
||||
"automation": "Recharger les automatisations",
|
||||
@ -392,7 +392,7 @@
|
||||
},
|
||||
"server_management": {
|
||||
"heading": "Gestion du serveur",
|
||||
"introduction": "Contrôlez votre serveur Home Assistant... depuis Home Assistant.",
|
||||
"introduction": "Contrôler votre serveur Home Assistant… à partir de Home Assistant.",
|
||||
"restart": "Redémarrer",
|
||||
"stop": "Arrêter"
|
||||
}
|
||||
@ -558,7 +558,12 @@
|
||||
"zone": "Zone"
|
||||
},
|
||||
"device": {
|
||||
"label": "Appareil"
|
||||
"label": "Appareil",
|
||||
"extra_fields": {
|
||||
"above": "Au dessus de",
|
||||
"below": "Au dessous de",
|
||||
"for": "Durée"
|
||||
}
|
||||
},
|
||||
"and": {
|
||||
"label": "Et"
|
||||
@ -602,6 +607,9 @@
|
||||
},
|
||||
"device_id": {
|
||||
"label": "Appareil"
|
||||
},
|
||||
"scene": {
|
||||
"label": "Activer scène"
|
||||
}
|
||||
},
|
||||
"learn_more": "En savoir plus sur les actions"
|
||||
@ -616,11 +624,24 @@
|
||||
},
|
||||
"script": {
|
||||
"caption": "Script",
|
||||
"description": "Créer et modifier des scripts."
|
||||
"description": "Créer et modifier des scripts.",
|
||||
"picker": {
|
||||
"header": "Éditeur de script",
|
||||
"introduction": "L'éditeur de script vous permet de créer et d'éditer des scripts. Suivez le lien ci-dessous pour lire les instructions afin de vous assurer que vous avez correctement configuré Home Assistant.",
|
||||
"learn_more": "En savoir plus sur les scripts",
|
||||
"no_scripts": "Nous n'avons pas trouvé de scripts modifiables",
|
||||
"add_script": "Ajouter un script"
|
||||
},
|
||||
"editor": {
|
||||
"header": "Script: {name}",
|
||||
"default_name": "Nouveau script",
|
||||
"load_error_not_editable": "Seuls les scripts dans scripts.yaml sont modifiables.",
|
||||
"delete_confirm": "Êtes-vous sûr de vouloir supprimer ce script?"
|
||||
}
|
||||
},
|
||||
"zwave": {
|
||||
"caption": "Z-Wave",
|
||||
"description": "Gérez votre réseau Z-Wave.",
|
||||
"description": "Gérer votre réseau Z-Wave",
|
||||
"network_management": {
|
||||
"header": "Gestion de réseau Z-Wave",
|
||||
"introduction": "Exécutez les commandes qui affectent le réseau Z-Wave. Vous ne saurez pas si la plupart des commandes ont réussi, mais vous pouvez consulter le journal OZW pour essayer de le savoir."
|
||||
@ -664,13 +685,19 @@
|
||||
"true": "Vrai",
|
||||
"false": "Faux",
|
||||
"set_config_parameter": "Définir le paramètre de configuration"
|
||||
},
|
||||
"learn_more": "En savoir plus sur Z-Wave",
|
||||
"ozw_log": {
|
||||
"header": "Journal OZW",
|
||||
"introduction": "Afficher le journal. 0 est le minimum (charges journal entier) et 1000 est le maximum. La charge affichera un journal statique et la queue sera mise à jour automatique avec le dernier nombre spécifié de lignes du journal."
|
||||
}
|
||||
},
|
||||
"users": {
|
||||
"caption": "Utilisateurs",
|
||||
"description": "Gérer les utilisateurs",
|
||||
"picker": {
|
||||
"title": "Utilisateurs"
|
||||
"title": "Utilisateurs",
|
||||
"system_generated": "Généré par le système"
|
||||
},
|
||||
"editor": {
|
||||
"rename_user": "Renommer l'utilisateur",
|
||||
@ -678,7 +705,18 @@
|
||||
"activate_user": "Activer l'utilisateur",
|
||||
"deactivate_user": "Désactiver l'utilisateur",
|
||||
"delete_user": "Supprimer l'utilisateur",
|
||||
"caption": "Voir l'utilisateur"
|
||||
"caption": "Voir l'utilisateur",
|
||||
"id": "ID",
|
||||
"owner": "Propriétaire",
|
||||
"group": "Groupe",
|
||||
"active": "Actif",
|
||||
"system_generated": "Généré par le système",
|
||||
"system_generated_users_not_removable": "Impossible de supprimer les utilisateurs générés par le système.",
|
||||
"unnamed_user": "Utilisateur sans nom",
|
||||
"enter_new_name": "Entrer un nouveau nom",
|
||||
"user_rename_failed": "Le changement de nom d'utilisateur a échoué:",
|
||||
"group_update_failed": "La mise à jour du groupe a échoué:",
|
||||
"confirm_user_deletion": "Êtes-vous sûr de vouloir supprimer {name} ?"
|
||||
},
|
||||
"add_user": {
|
||||
"caption": "Ajouter un utilisateur",
|
||||
@ -692,7 +730,156 @@
|
||||
"caption": "Cloud Home Assistant",
|
||||
"description_login": "Connecté en tant que {email}",
|
||||
"description_not_login": "Non connecté",
|
||||
"description_features": "Contrôle hors de la maison, intégration avec Alexa et Google Assistant."
|
||||
"description_features": "Contrôle hors de la maison, intégration avec Alexa et Google Assistant.",
|
||||
"login": {
|
||||
"title": "Connexion Cloud",
|
||||
"introduction": "Home Assistant Cloud vous fournit une connexion sécurisée à distance à votre instance lorsque vous êtes loin de chez vous. Il vous permet également de vous connecter à des services cloud uniquement : Amazon Alexa et Google Assistant.",
|
||||
"introduction2": "Ce service est géré par notre partenaire",
|
||||
"introduction2a": ", entreprise fondée par les fondateurs de Home Assistant et de Hass.io.",
|
||||
"introduction3": "Home Assistant Cloud est un service d'abonnement avec un essai gratuit d'un mois. Aucune information de paiement nécessaire.",
|
||||
"learn_more_link": "En savoir plus sur Home Assistant Cloud",
|
||||
"dismiss": "Rejeter",
|
||||
"sign_in": "Connexion",
|
||||
"email": "Email",
|
||||
"email_error_msg": "E-mail non valide",
|
||||
"password": "Mot de passe",
|
||||
"password_error_msg": "Les mots de passe doivent comporter au moins 8 caractères.",
|
||||
"forgot_password": "Mot de passe oublié?",
|
||||
"start_trial": "Commencez votre essai gratuit de 1 mois",
|
||||
"trial_info": "Aucune information de paiement nécessaire",
|
||||
"alert_password_change_required": "Vous devez changer votre mot de passe avant de vous connecter.",
|
||||
"alert_email_confirm_necessary": "Vous devez confirmer votre email avant de vous connecter."
|
||||
},
|
||||
"forgot_password": {
|
||||
"title": "Mot de passe oublié",
|
||||
"subtitle": "Mot de passe oublié",
|
||||
"instructions": "Entrez votre adresse email et nous vous enverrons un lien pour réinitialiser votre mot de passe.",
|
||||
"email": "Email",
|
||||
"email_error_msg": "Email invalide",
|
||||
"send_reset_email": "Envoyer un email de réinitialisation",
|
||||
"check_your_email": "Consultez votre courrier électronique pour savoir comment réinitialiser votre mot de passe."
|
||||
},
|
||||
"register": {
|
||||
"title": "Créer un compte",
|
||||
"headline": "Commencer votre essai gratuit",
|
||||
"information": "Créer un compte afin de commencer un mois d'essai gratuit avec Home Assistant Cloud. Aucune information de paiement nécessaires.",
|
||||
"information2": "L'essai vous donnera accès à tous les avantages de Home Assistant Cloud, y compris:",
|
||||
"feature_remote_control": "Contrôle de Home Assistant en dehors de la maison",
|
||||
"feature_google_home": "Intégration avec Google Assistant",
|
||||
"feature_amazon_alexa": "Intégration avec Amazon Alexa",
|
||||
"feature_webhook_apps": "Intégration facile avec des applications Webhook telles que OwnTracks",
|
||||
"information3": "Ce service est géré par notre partenaire",
|
||||
"information3a": ", entreprise fondée par les fondateurs de Home Assistant et de Hass.io.",
|
||||
"information4": "En créant un compte, vous acceptez les termes et conditions suivantes.",
|
||||
"link_terms_conditions": "Termes et conditions",
|
||||
"link_privacy_policy": "Politique de confidentialité",
|
||||
"create_account": "Créer un compte",
|
||||
"email_address": "Adresse e-mail",
|
||||
"email_error_msg": "Email invalide",
|
||||
"password": "Mot de passe",
|
||||
"password_error_msg": "Les mots de passe doivent comporter au moins 8 caractères.",
|
||||
"start_trial": "Démarrer la version d'évaluation",
|
||||
"resend_confirm_email": "Renvoyer l'email de confirmation",
|
||||
"account_created": "Compte créé! Consultez votre courrier électronique pour savoir comment activer votre compte."
|
||||
},
|
||||
"account": {
|
||||
"thank_you_note": "Merci de faire partie de Home Assistant Cloud. C’est grâce à des personnes comme vous que nous sommes en mesure de proposer une expérience domotique exceptionnelle à tout le monde. Je vous remercie!",
|
||||
"nabu_casa_account": "Compte Nabu Casa",
|
||||
"connection_status": "Etat de la connexion cloud",
|
||||
"manage_account": "Gérer le compte",
|
||||
"sign_out": "Déconnexion",
|
||||
"integrations": "Intégrations",
|
||||
"integrations_introduction": "Les intégrations pour Home Assistant Cloud vous permettent de vous connecter à des services dans le cloud sans avoir à exposer publiquement votre instance de Home Assistant sur Internet.",
|
||||
"integrations_introduction2": "Consultez le site Web pour",
|
||||
"integrations_link_all_features": "Toutes les fonctionnalités disponibles",
|
||||
"connected": "Connecté",
|
||||
"not_connected": "Pas connecté",
|
||||
"fetching_subscription": "Obtenir un abonnement...",
|
||||
"remote": {
|
||||
"title": "Télécommande",
|
||||
"access_is_being_prepared": "L'accès à distance est en préparation. Nous vous informerons quand ce sera prêt.",
|
||||
"info": "Home Assistant Cloud fournit une connexion à distance sécurisée à votre instance lorsque vous n'êtes pas chez vous.",
|
||||
"instance_is_available": "Votre instance est disponible à l'adresse",
|
||||
"instance_will_be_available": "Votre instance sera disponible sur",
|
||||
"link_learn_how_it_works": "Apprenez comment ça marche",
|
||||
"certificate_info": "Informations sur le certificat"
|
||||
},
|
||||
"alexa": {
|
||||
"title": "Alexa",
|
||||
"info": "Grâce à l'intégration d'Alexa pour Home Assistant Cloud, vous pourrez contrôler tous vos appareils Home Assistant via n'importe quel appareil compatible Alexa.",
|
||||
"enable_ha_skill": "Activer le skill Home Assistant pour Alexa",
|
||||
"config_documentation": "Documentation de configuration",
|
||||
"enable_state_reporting": "Activer le rapport d'état",
|
||||
"info_state_reporting": "Si vous activez le rapport d'état, Home Assistant envoie tous les changements d'état des entités exposées à Amazon. Cela vous permet de toujours voir les derniers états de l'application Alexa et d'utiliser les changements d'état pour créer des routines.",
|
||||
"sync_entities": "Synchroniser les entités",
|
||||
"manage_entities": "Gérer les entités",
|
||||
"sync_entities_error": "Échec de la synchronisation des entités:",
|
||||
"state_reporting_error": "Impossible d'activer {enable_disable} le rapport d'état .",
|
||||
"enable": "activer",
|
||||
"disable": "désactiver"
|
||||
},
|
||||
"google": {
|
||||
"title": "Google Assistant",
|
||||
"info": "Grâce à l'intégration de Google Assistant pour Home Assistant Cloud, vous pourrez contrôler tous vos appareils Home Assistant via n'importe quel appareil compatible avec Google Assistant.",
|
||||
"enable_ha_skill": "Activer le skill Home Assistant pour Google Assistant",
|
||||
"config_documentation": "Documentation de configuration",
|
||||
"enable_state_reporting": "Activer le rapport d'état",
|
||||
"info_state_reporting": "Si vous activez le rapport d'état, Home Assistant envoie tous les changements d'état des entités exposées à Google. Cela vous permet de toujours voir les derniers états de l'application Google.",
|
||||
"security_devices": "Dispositif de securité",
|
||||
"enter_pin_info": "Veuillez entrer un code PIN pour interagir avec les dispositifs de sécurité. Les dispositifs de sécurité sont les portes, les portes de garage et les serrures. Il vous sera demandé de dire\/entrer ce code PIN lorsque vous interagissez avec de tels appareils via Google Assistant.",
|
||||
"devices_pin": "PIN pour les appareils sécurisés",
|
||||
"enter_pin_hint": "Entrer un code PIN pour utiliser les dispositifs de sécurité",
|
||||
"sync_entities": "Synchroniser les entités vers Google",
|
||||
"manage_entities": "Gérer les entités",
|
||||
"enter_pin_error": "Impossible de stocker le PIN:"
|
||||
},
|
||||
"webhooks": {
|
||||
"title": "Webhooks",
|
||||
"info": "Tout ce qui est configuré pour être déclenché par un Webhook peut recevoir une URL accessible publiquement pour vous permettre de renvoyer des données à Home Assistant de n’importe où, sans exposer votre instance à Internet.",
|
||||
"no_hooks_yet": "On dirait que vous n'avez pas encore de webhooks. Commencez par configurer un",
|
||||
"no_hooks_yet_link_integration": "intégration basée sur Webhook",
|
||||
"no_hooks_yet2": "ou en créant un",
|
||||
"no_hooks_yet_link_automation": "automatisation webhook",
|
||||
"link_learn_more": "En savoir plus sur la création d'automatisations basées sur Webhook.",
|
||||
"loading": "Chargement ...",
|
||||
"manage": "Gérer",
|
||||
"disable_hook_error_msg": "Impossible de désactiver webhook:"
|
||||
}
|
||||
},
|
||||
"alexa": {
|
||||
"title": "Alexa",
|
||||
"banner": "La modification des entités exposées via cette interface utilisateur est désactivée, car vous avez configuré les filtres d'entité dans configuration.yaml.",
|
||||
"exposed_entities": "Entités exposées",
|
||||
"not_exposed_entities": "Entités non exposées",
|
||||
"expose": "Exposer à Alexa"
|
||||
},
|
||||
"dialog_certificate": {
|
||||
"certificate_information": "Informations sur le certificat",
|
||||
"certificate_expiration_date": "Date d'expiration du certificat",
|
||||
"will_be_auto_renewed": "Sera automatiquement renouvelé",
|
||||
"fingerprint": "Empreinte du certificat:",
|
||||
"close": "Fermer"
|
||||
},
|
||||
"google": {
|
||||
"title": "Google Assistant",
|
||||
"expose": "Exposer à Google Assistant",
|
||||
"disable_2FA": "Désactiver l'authentification à deux facteurs",
|
||||
"banner": "La modification des entités exposées via cette interface utilisateur est désactivée, car vous avez configuré les filtres d'entité dans configuration.yaml.",
|
||||
"exposed_entities": "Entités exposées",
|
||||
"not_exposed_entities": "Entités non exposées",
|
||||
"sync_to_google": "Synchroniser les modifications sur Google."
|
||||
},
|
||||
"dialog_cloudhook": {
|
||||
"webhook_for": "Webhook pour {name}",
|
||||
"available_at": "Le Webhook est disponible à l'URL suivante:",
|
||||
"managed_by_integration": "Ce Webhook est géré par une intégration et ne peut pas être désactivé.",
|
||||
"info_disable_webhook": "Si vous ne souhaitez plus utiliser ce Webhook, vous pouvez",
|
||||
"link_disable_webhook": "le désactiver",
|
||||
"view_documentation": "Voir la documentation",
|
||||
"close": "Fermer",
|
||||
"confirm_disable": "Êtes-vous sûr de vouloir désactiver ce Webhook?",
|
||||
"copied_to_clipboard": "Copié dans le presse-papiers"
|
||||
}
|
||||
},
|
||||
"integrations": {
|
||||
"caption": "Intégrations",
|
||||
@ -706,7 +893,7 @@
|
||||
"no_devices": "Cette intégration n'a pas d'appareils.",
|
||||
"no_device": "Entités sans appareils",
|
||||
"delete_confirm": "Êtes-vous sûr de vouloir supprimer cette intégration?",
|
||||
"restart_confirm": "Redémarrez Home Assistant pour terminer la suppression de cette intégration",
|
||||
"restart_confirm": "Redémarrer Home Assistant pour terminer la suppression de cette intégration",
|
||||
"manuf": "par {manufacturer}",
|
||||
"via": "Connecté via",
|
||||
"firmware": "Firmware: {version}",
|
||||
@ -720,7 +907,10 @@
|
||||
"description": "Cette étape nécessite la visite d'un site Web externe pour être complétée.",
|
||||
"open_site": "Ouvrir le site"
|
||||
}
|
||||
}
|
||||
},
|
||||
"note_about_integrations": "Toutes les intégrations ne peuvent pas encore être configurées via l'interface utilisateur.",
|
||||
"note_about_website_reference": "Plus sont disponibles sur le",
|
||||
"home_assistant_website": "Site Web de Home Assistant"
|
||||
},
|
||||
"zha": {
|
||||
"caption": "ZHA",
|
||||
@ -738,7 +928,46 @@
|
||||
"add_device_page": {
|
||||
"header": "Zigbee Home Automation - Ajout de périphériques",
|
||||
"spinner": "Recherche de périphériques ZHA Zigbee ...",
|
||||
"discovery_text": "Les appareils découverts apparaîtront ici. Suivez les instructions pour votre \/ vos appareil(s) et placez-le(s) en mode de couplage."
|
||||
"discovery_text": "Les appareils découverts apparaîtront ici. Suivez les instructions pour votre \/ vos appareil(s) et placez-le(s) en mode de couplage.",
|
||||
"search_again": "Rechercher à nouveau"
|
||||
},
|
||||
"common": {
|
||||
"add_devices": "Ajouter des appareils",
|
||||
"clusters": "Clusters",
|
||||
"devices": "Appareils",
|
||||
"manufacturer_code_override": "Code de remplacement du fabricant",
|
||||
"value": "Valeur"
|
||||
},
|
||||
"network_management": {
|
||||
"header": "Gestion du réseau",
|
||||
"introduction": "Commandes qui affectent l'ensemble du réseau"
|
||||
},
|
||||
"node_management": {
|
||||
"header": "Gestion d'appareils",
|
||||
"introduction": "Exécutez les commandes ZHA qui affectent un seul périphérique. Choisissez un appareil pour voir une liste des commandes disponibles.",
|
||||
"hint_battery_devices": "Remarque: les appareils en veille (alimentés par batterie) doivent être réveillés lorsqu'ils exécutent des commandes. Vous pouvez généralement réveiller un appareil endormi en le déclenchant.",
|
||||
"hint_wakeup": "Certains appareils, tels que les capteurs Xiaomi, disposent d'un bouton de réveil sur lequel vous pouvez appuyer à environ 5 secondes d'intervalle pour que les appareils restent éveillés lorsque vous interagissez avec eux.",
|
||||
"help_node_dropdown": "Sélectionnez un périphérique pour afficher les options par périphérique."
|
||||
},
|
||||
"clusters": {
|
||||
"help_cluster_dropdown": "Sélectionnez un cluster pour afficher les attributs et les commandes."
|
||||
},
|
||||
"cluster_attributes": {
|
||||
"header": "Attributs de cluster",
|
||||
"introduction": "Voir et éditer les attributs du cluster.",
|
||||
"attributes_of_cluster": "Attributs du cluster sélectionné",
|
||||
"get_zigbee_attribute": "Obtenir l'attribut Zigbee",
|
||||
"set_zigbee_attribute": "Définir l'attribut Zigbee",
|
||||
"help_attribute_dropdown": "Sélectionnez un attribut à afficher ou définissez sa valeur.",
|
||||
"help_get_zigbee_attribute": "Obtenez la valeur pour l'attribut sélectionné.",
|
||||
"help_set_zigbee_attribute": "Définir la valeur d'attribut pour le cluster spécifié sur l'entité spécifiée."
|
||||
},
|
||||
"cluster_commands": {
|
||||
"header": "Commandes de cluster",
|
||||
"introduction": "Afficher et émettre des commandes de cluster.",
|
||||
"commands_of_cluster": "Commandes du cluster sélectionné",
|
||||
"issue_zigbee_command": "Émettre une commande Zigbee",
|
||||
"help_command_dropdown": "Sélectionnez une commande avec laquelle interagir."
|
||||
}
|
||||
},
|
||||
"area_registry": {
|
||||
@ -770,7 +999,13 @@
|
||||
"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",
|
||||
"show_disabled": "Afficher les entités désactivées"
|
||||
"show_disabled": "Afficher les entités désactivées",
|
||||
"headers": {
|
||||
"name": "Nom",
|
||||
"entity_id": "ID de l'entité",
|
||||
"integration": "Intégration",
|
||||
"enabled": "Activé"
|
||||
}
|
||||
},
|
||||
"editor": {
|
||||
"unavailable": "Cette entité n'est pas disponible actuellement.",
|
||||
@ -786,28 +1021,44 @@
|
||||
},
|
||||
"person": {
|
||||
"caption": "Personnes",
|
||||
"description": "Gérez les personnes suivies par Home Assistant.",
|
||||
"description": "Gérer les personnes suivies par Home Assistant.",
|
||||
"detail": {
|
||||
"name": "Nom",
|
||||
"device_tracker_intro": "Sélectionnez les appareils appartenant à cette personne.",
|
||||
"device_tracker_picked": "Appareil suivi",
|
||||
"device_tracker_pick": "Choisissez le périphérique à suivre"
|
||||
}
|
||||
"device_tracker_pick": "Choisissez le périphérique à suivre",
|
||||
"new_person": "Nouvelle personne",
|
||||
"name_error_msg": "Le nom est obligatoire",
|
||||
"linked_user": "Utilisateur lié",
|
||||
"no_device_tracker_available_intro": "Lorsque vous avez des appareils qui indiquent la présence d'une personne, vous serez en mesure de les affecter à une personne ici. Vous pouvez ajouter votre premier appareil en ajoutant une intégration de détection de présence à partir de la page d'intégration.",
|
||||
"link_presence_detection_integrations": "Intégrations de détection de présence",
|
||||
"link_integrations_page": "Page des intégrations",
|
||||
"delete": "Supprimer",
|
||||
"create": "Créer",
|
||||
"update": "Mise à jour"
|
||||
},
|
||||
"introduction": "Ici, vous pouvez définir chaque personne d'intérêt dans Home Assistant.",
|
||||
"note_about_persons_configured_in_yaml": "Remarque: les personnes configurées via configuration.yaml ne peuvent pas être modifiées via l'interface utilisateur.",
|
||||
"no_persons_created_yet": "On dirait que vous n'avez pas encore créé de personnes.",
|
||||
"create_person": "Créer une personne",
|
||||
"add_person": "Ajouter une personne",
|
||||
"confirm_delete": "Êtes-vous sûr de vouloir supprimer cette personne?",
|
||||
"confirm_delete2": "Tous les appareils appartenant à cette personne ne seront plus affectés."
|
||||
},
|
||||
"server_control": {
|
||||
"caption": "Contrôle du serveur",
|
||||
"description": "Redémarrez et arrêtez le serveur Home Assistant.",
|
||||
"description": "Redémarrer et arrêter le serveur Home Assistant",
|
||||
"section": {
|
||||
"validation": {
|
||||
"heading": "Validation de la configuration",
|
||||
"introduction": "Validez votre configuration si vous l'avez récemment modifiée et que vous voulez vous assurer que tout est valide",
|
||||
"check_config": "Vérifiez la configuration",
|
||||
"introduction": "Valider votre configuration si vous avez récemment apporté quelques modifications à votre configuration et que vous souhaitez vous assurer qu'elle est valide",
|
||||
"check_config": "Vérifier la configuration",
|
||||
"valid": "Configuration valide !",
|
||||
"invalid": "Configuration invalide"
|
||||
},
|
||||
"reloading": {
|
||||
"heading": "Rechargement de la configuration",
|
||||
"introduction": "Certaines parties de Home Assistant peuvent être rechargées sans nécessiter un redémarrage. Appuyer sur \"recharger\" déchargera leur configuration actuelle et chargera la nouvelle.",
|
||||
"introduction": "Certaines parties de Home Assistant peuvent être rechargées sans nécessiter de redémarrage. Le fait de cliquer sur recharger déchargera leur configuration actuelle et chargera la nouvelle.",
|
||||
"core": "Recharger le noyau",
|
||||
"group": "Recharger les groupes",
|
||||
"automation": "Recharger les automatisations",
|
||||
@ -816,7 +1067,7 @@
|
||||
},
|
||||
"server_management": {
|
||||
"heading": "Gestion du serveur",
|
||||
"introduction": "Contrôlez votre serveur Home Assistant ... depuis Home Assistant.",
|
||||
"introduction": "Contrôler votre serveur Home Assistant… à partir de Home Assistant.",
|
||||
"restart": "Redémarrer",
|
||||
"stop": "Arrêter",
|
||||
"confirm_restart": "Êtes-vous sûr de vouloir redémarrer Home Assistant?",
|
||||
@ -838,6 +1089,11 @@
|
||||
"caption": "Quand quelque chose est déclenché ..."
|
||||
}
|
||||
}
|
||||
},
|
||||
"common": {
|
||||
"editor": {
|
||||
"confirm_unsaved": "Vous avez des changements non enregistrés. Êtes-vous sûr de vouloir quitter?"
|
||||
}
|
||||
}
|
||||
},
|
||||
"profile": {
|
||||
@ -916,7 +1172,11 @@
|
||||
},
|
||||
"vibrate": {
|
||||
"header": "Vibrer",
|
||||
"description": "Activez ou désactivez les vibrations sur cet appareil lorsque vous contrôlez des appareils."
|
||||
"description": "Activer ou désactiver les vibrations sur cet appareil lors du contrôle des périphériques."
|
||||
},
|
||||
"advanced_mode": {
|
||||
"title": "Mode avancé",
|
||||
"description": "Home Assistant cache les fonctionnalités et options avancées par défaut. Vous pouvez rendre ces fonctionnalités accessibles en cochant cette case. Il s'agit d'un paramètre spécifique à l'utilisateur et n'a pas d'impact sur les autres utilisateurs utilisant Home Assistant."
|
||||
}
|
||||
},
|
||||
"page-authorize": {
|
||||
@ -1077,7 +1337,9 @@
|
||||
"add": "Ajouter une action",
|
||||
"edit": "Modifier",
|
||||
"delete": "Supprimer",
|
||||
"move": "Déplacer"
|
||||
"move": "Déplacer",
|
||||
"show_visual_editor": "Afficher l'éditeur visuel",
|
||||
"show_code_editor": "Afficher l'éditeur de code"
|
||||
},
|
||||
"migrate": {
|
||||
"header": "Configuration incompatible",
|
||||
@ -1121,7 +1383,8 @@
|
||||
"optional": "Optionnel"
|
||||
},
|
||||
"entities": {
|
||||
"show_header_toggle": "Afficher le bouton d'en-tête ?"
|
||||
"show_header_toggle": "Afficher le bouton d'en-tête ?",
|
||||
"name": "Entités"
|
||||
},
|
||||
"gauge": {
|
||||
"severity": {
|
||||
@ -1129,10 +1392,12 @@
|
||||
"green": "Vert",
|
||||
"red": "Rouge",
|
||||
"yellow": "Jaune"
|
||||
}
|
||||
},
|
||||
"name": "Jauge"
|
||||
},
|
||||
"glance": {
|
||||
"columns": "Colonnes"
|
||||
"columns": "Colonnes",
|
||||
"name": "Coup d'oeil"
|
||||
},
|
||||
"generic": {
|
||||
"aspect_ratio": "Ratio d'aspect",
|
||||
@ -1162,14 +1427,72 @@
|
||||
"geo_location_sources": "Sources de géolocalisation",
|
||||
"dark_mode": "Mode sombre ?",
|
||||
"default_zoom": "Zoom par défaut",
|
||||
"source": "Source"
|
||||
"source": "Source",
|
||||
"name": "Carte"
|
||||
},
|
||||
"markdown": {
|
||||
"content": "Contenu"
|
||||
"content": "Contenu",
|
||||
"name": "Markdown"
|
||||
},
|
||||
"sensor": {
|
||||
"graph_detail": "Détail du graphique",
|
||||
"graph_type": "Type de graphique"
|
||||
"graph_type": "Type de graphique",
|
||||
"name": "Capteur"
|
||||
},
|
||||
"alarm-panel": {
|
||||
"name": "Panneau d'alarme",
|
||||
"available_states": "États disponibles"
|
||||
},
|
||||
"conditional": {
|
||||
"name": "Conditionnel"
|
||||
},
|
||||
"entity-button": {
|
||||
"name": "Entité Bouton"
|
||||
},
|
||||
"entity-filter": {
|
||||
"name": "Filtre d'entité"
|
||||
},
|
||||
"history-graph": {
|
||||
"name": "Graphique Historique"
|
||||
},
|
||||
"horizontal-stack": {
|
||||
"name": "Pile horizontale"
|
||||
},
|
||||
"iframe": {
|
||||
"name": "iFrame"
|
||||
},
|
||||
"light": {
|
||||
"name": "Lumière"
|
||||
},
|
||||
"media-control": {
|
||||
"name": "Contrôle des médias"
|
||||
},
|
||||
"picture": {
|
||||
"name": "Image"
|
||||
},
|
||||
"picture-elements": {
|
||||
"name": "Éléments d'image"
|
||||
},
|
||||
"picture-entity": {
|
||||
"name": "Entité d'image"
|
||||
},
|
||||
"picture-glance": {
|
||||
"name": "Coup d'œil en image"
|
||||
},
|
||||
"plant-status": {
|
||||
"name": "Statut de la plante"
|
||||
},
|
||||
"shopping-list": {
|
||||
"name": "Liste de courses"
|
||||
},
|
||||
"thermostat": {
|
||||
"name": "Thermostat"
|
||||
},
|
||||
"vertical-stack": {
|
||||
"name": "Pile verticale"
|
||||
},
|
||||
"weather-forecast": {
|
||||
"name": "Prévisions Météo"
|
||||
}
|
||||
}
|
||||
},
|
||||
@ -1405,7 +1728,8 @@
|
||||
"entity_turned_off": "Extinction de \"{entity}\".",
|
||||
"service_called": "Service \"{service}\" appelé.",
|
||||
"service_call_failed": "Échec d'appel du service \"{service}\".",
|
||||
"connection_lost": "Connexion perdue. Reconnexion en cours ..."
|
||||
"connection_lost": "Connexion perdue. Reconnexion en cours ...",
|
||||
"triggered": "Déclenché {name}"
|
||||
},
|
||||
"dialogs": {
|
||||
"more_info_settings": {
|
||||
@ -1451,13 +1775,22 @@
|
||||
"device_name_placeholder": "Nom personnalisé",
|
||||
"area_picker_label": "Pièce",
|
||||
"update_name_button": "Modifier le nom"
|
||||
}
|
||||
},
|
||||
"buttons": {
|
||||
"add": "Ajouter des appareils",
|
||||
"remove": "Supprimer l'appareil",
|
||||
"reconfigure": "Reconfigurer l'appareil"
|
||||
},
|
||||
"quirk": "Quirk",
|
||||
"last_seen": "Dernière vue",
|
||||
"power_source": "Source d'énergie",
|
||||
"unknown": "Inconnu"
|
||||
}
|
||||
},
|
||||
"auth_store": {
|
||||
"ask": "Voulez-vous enregistrer cette connexion?",
|
||||
"decline": "Non merci",
|
||||
"confirm": "Connexion automatique"
|
||||
"confirm": "Enregistrer la connexion"
|
||||
},
|
||||
"notification_drawer": {
|
||||
"click_to_configure": "Cliquez sur le bouton pour configurer {entity}",
|
||||
|
@ -349,10 +349,10 @@
|
||||
"introduction": "כאן ניתן להגדיר את הרכיבים ואת ה Home Assistant. לא הכל ניתן להגדיר את ממשק המשתמש עדיין, אבל אנחנו עובדים על זה.",
|
||||
"core": {
|
||||
"caption": "כללי",
|
||||
"description": "בדיקת קובץ הקונפיגורציה שלך ושליטה על השרת",
|
||||
"description": "שנה את התצורה הכללית של Home Assistant",
|
||||
"section": {
|
||||
"core": {
|
||||
"header": "שליטה על הקונפיגורציה ועל השרת",
|
||||
"header": "הגדרות כלליות",
|
||||
"introduction": "שינוי התצורה שלך יכול להיות תהליך מייגע. אנחנו יודעים. חלק זה ינסה להפוך את החיים שלך קצת יותר קלים.",
|
||||
"core_config": {
|
||||
"edit_requires_storage": "עורך מושבת משום שתצורה מאוחסנת ב- configuration.yaml.",
|
||||
@ -415,7 +415,7 @@
|
||||
"learn_more": "למד עוד על אוטומציות"
|
||||
},
|
||||
"editor": {
|
||||
"introduction": "השתמש באוטומציות להביא את הבית שלך לחיים",
|
||||
"introduction": "השתמש\/י באוטומציות להפיח חיים בביתך.",
|
||||
"default_name": "אוטומציה חדשה",
|
||||
"save": "שמור",
|
||||
"unsaved_confirm": "יש לך שינויים שלא נשמרו. אתה בטוח שאתה רוצה לעזוב?",
|
||||
@ -636,13 +636,15 @@
|
||||
"true": "True",
|
||||
"false": "False",
|
||||
"set_config_parameter": "הגדר פרמטר Config"
|
||||
}
|
||||
},
|
||||
"learn_more": "למידע נוסף על Z-Wave"
|
||||
},
|
||||
"users": {
|
||||
"caption": "משתמשים",
|
||||
"description": "ניהול משתמשים",
|
||||
"picker": {
|
||||
"title": "משתמשים"
|
||||
"title": "משתמשים",
|
||||
"system_generated": "נוצר ע\"י המערכת"
|
||||
},
|
||||
"editor": {
|
||||
"rename_user": "שנה שם משתמש",
|
||||
@ -650,7 +652,13 @@
|
||||
"activate_user": "הפעל משתמש",
|
||||
"deactivate_user": "בטל את המשתמש",
|
||||
"delete_user": "מחיקת משתמש",
|
||||
"caption": "הצג משתמש"
|
||||
"caption": "הצג משתמש",
|
||||
"id": "מזהה",
|
||||
"owner": "בעלים",
|
||||
"group": "קבוצה",
|
||||
"active": "פעיל",
|
||||
"enter_new_name": "הזן שם חדש",
|
||||
"confirm_user_deletion": "האם הינך בטוח\/ה שברצונך למחוק את {name} ?"
|
||||
},
|
||||
"add_user": {
|
||||
"caption": "הוסף משתמש",
|
||||
@ -664,11 +672,34 @@
|
||||
"caption": "ענן Home Assistant",
|
||||
"description_login": "מחובר בתור {email} מה",
|
||||
"description_not_login": "לא מחובר",
|
||||
"description_features": "שליטה הרחק מהבית, משתלב עם Alexa ו Google Assistant."
|
||||
"description_features": "שליטה הרחק מהבית, משתלב עם Alexa ו Google Assistant.",
|
||||
"register": {
|
||||
"headline": "התחל את תקופת הניסיון בחינם",
|
||||
"feature_google_home": "אינטגרציה עם Google Assistant",
|
||||
"feature_amazon_alexa": "אינטגרציה עם Amazon Alexa"
|
||||
},
|
||||
"account": {
|
||||
"alexa": {
|
||||
"title": "Alexa",
|
||||
"info_state_reporting": "אם תאפשר דיווח על מצב, Home Assistant ישלח כל שינוי מצב של ישויות חשופות לאמזון. זה יאפשר לך לראות תמיד את המצב העדכני באפליקציית Alexa ולהשתמש בשינויי המצב ליצירת שגרות."
|
||||
},
|
||||
"google": {
|
||||
"title": "Google Assistant"
|
||||
}
|
||||
},
|
||||
"alexa": {
|
||||
"title": "Alexa"
|
||||
},
|
||||
"google": {
|
||||
"title": "Google Assistant"
|
||||
},
|
||||
"dialog_cloudhook": {
|
||||
"close": "סגור"
|
||||
}
|
||||
},
|
||||
"integrations": {
|
||||
"caption": "אינטגרציות",
|
||||
"description": "ניהול התקנים ושירותים מחוברים",
|
||||
"description": "ניהול והגדרת אינטגרציות",
|
||||
"discovered": "זוהו",
|
||||
"configured": "הוגדר",
|
||||
"new": "הגדר אינטגרציה",
|
||||
@ -692,7 +723,10 @@
|
||||
"description": "שלב זה מחייב אותך לבקר באתר אינטרנט חיצוני להשלמת הפעולה.",
|
||||
"open_site": "פתח אתר"
|
||||
}
|
||||
}
|
||||
},
|
||||
"note_about_integrations": "קיימות אינטגרציות שלא ניתן עדיין להגדירן ע\"י ממשק המשתמש.",
|
||||
"note_about_website_reference": "מידע נוסף זמין ב:",
|
||||
"home_assistant_website": "אתר Home Assistant"
|
||||
},
|
||||
"zha": {
|
||||
"caption": "ZHA",
|
||||
@ -710,7 +744,25 @@
|
||||
"add_device_page": {
|
||||
"header": "אוטומציית Zigbee - הוספת התקנים",
|
||||
"spinner": "מחפש מכשירי ZHA Zigbee...",
|
||||
"discovery_text": ". המכשירים שהתגלו יופיעו כאן. עקוב אחר ההוראות עבור ההתקנים שלך והצב את ההתקנים במצב תיאום."
|
||||
"discovery_text": ". המכשירים שהתגלו יופיעו כאן. עקוב אחר ההוראות עבור ההתקנים שלך והצב את ההתקנים במצב תיאום.",
|
||||
"search_again": "חפש שוב"
|
||||
},
|
||||
"common": {
|
||||
"add_devices": "הוסף התקנים",
|
||||
"devices": "התקנים"
|
||||
},
|
||||
"node_management": {
|
||||
"hint_battery_devices": "הערה: מכשירים מנומנמים (מופעלים על סוללות) צריכים להיות ערים בעת ביצוע פקודות מולם. בדרך כלל ניתן להעיר מכשיר מנומנם על ידי ביצוע פקודה מולם.",
|
||||
"hint_wakeup": "מכשירים מסוימים, כגון חיישני Xiaomi, כוללים כפתור להתעוררות עליו ניתן ללחוץ במרווח של ~5 שניות על מנת להשאיר אותם ערים בזמן שמתקשרים איתם."
|
||||
},
|
||||
"cluster_attributes": {
|
||||
"get_zigbee_attribute": "קבל שדה Zigbee",
|
||||
"set_zigbee_attribute": "קבע שדה Zigbee",
|
||||
"help_attribute_dropdown": "בחר שדה לצפייה או לשינוי ערכו.",
|
||||
"help_get_zigbee_attribute": "קבל את הערך עבור השדה שנבחר."
|
||||
},
|
||||
"cluster_commands": {
|
||||
"issue_zigbee_command": "שלח פקודת Zigbee"
|
||||
}
|
||||
},
|
||||
"area_registry": {
|
||||
@ -757,7 +809,9 @@
|
||||
"name": "שם",
|
||||
"device_tracker_intro": "בחר את המכשירים השייכים לאדם זה.",
|
||||
"device_tracker_picked": "עקוב אחר מכשיר",
|
||||
"device_tracker_pick": "בחר מכשיר למעקב"
|
||||
"device_tracker_pick": "בחר מכשיר למעקב",
|
||||
"name_error_msg": "שם נדרש",
|
||||
"linked_user": "משתמש מקושר"
|
||||
}
|
||||
},
|
||||
"server_control": {
|
||||
@ -861,6 +915,10 @@
|
||||
"force_narrow": {
|
||||
"header": "הסתר תמיד את הסרגל הצידי",
|
||||
"description": "פעולה זו תסתיר את הסרגל הצדדי כברירת מחדל, בדומה לחוויה בנייד."
|
||||
},
|
||||
"advanced_mode": {
|
||||
"title": "מצב מתקדם",
|
||||
"description": "Home Assistant מסתיר תכונות ואפשרויות מתקדמות כברירת מחדל. ביכולתך לחשוף אותן ע\"י בחירת תיבת הסימון זו. הגדרה זו היא עבור המשתמש הנוכחי ולא תשפיע על משתמשים אחרים ב Home Assistant."
|
||||
}
|
||||
},
|
||||
"page-authorize": {
|
||||
@ -1050,6 +1108,44 @@
|
||||
"save": "שמור",
|
||||
"unsaved_changes": "שינויים שלא נשמרו",
|
||||
"saved": "נשמר"
|
||||
},
|
||||
"card": {
|
||||
"horizontal-stack": {
|
||||
"name": "עימוד אופקי"
|
||||
},
|
||||
"iframe": {
|
||||
"name": "iFrame"
|
||||
},
|
||||
"light": {
|
||||
"name": "תאורה"
|
||||
},
|
||||
"map": {
|
||||
"name": "מפה"
|
||||
},
|
||||
"media-control": {
|
||||
"name": "שליטה במדיה"
|
||||
},
|
||||
"picture": {
|
||||
"name": "תמונה"
|
||||
},
|
||||
"plant-status": {
|
||||
"name": "מצב הצמח"
|
||||
},
|
||||
"sensor": {
|
||||
"name": "חיישן"
|
||||
},
|
||||
"shopping-list": {
|
||||
"name": "רשימת קניות"
|
||||
},
|
||||
"thermostat": {
|
||||
"name": "וסת חום"
|
||||
},
|
||||
"vertical-stack": {
|
||||
"name": "עימוד אנכי"
|
||||
},
|
||||
"weather-forecast": {
|
||||
"name": "תחזית מזג האוויר"
|
||||
}
|
||||
}
|
||||
},
|
||||
"menu": {
|
||||
@ -1125,8 +1221,8 @@
|
||||
"day": "יום ימים",
|
||||
"week": "שבוע שבועות",
|
||||
"second": "שניה שניות",
|
||||
"minute": "דקה דקות",
|
||||
"hour": "שעה שעות"
|
||||
"minute": "{count} {count, plural,\n one {דקה}\n other {דקות}\n}",
|
||||
"hour": "{count} {count, plural,\n one {שעה}\n other {שעות}\n}"
|
||||
},
|
||||
"login-form": {
|
||||
"password": "סיסמה",
|
||||
|
@ -412,7 +412,7 @@
|
||||
"description": "Automatizálások létrehozása és szerkesztése",
|
||||
"picker": {
|
||||
"header": "Automatizálás szerkesztő",
|
||||
"introduction": "Az automatizálás szerkesztővel automatizálási szabályokat tudsz létrehozni és szerkeszteni. Kérlek olvasd el az útmutatót az alábbi linken, hogy megbizonyosodj róla, hogy a Home Assistant helyesen van konfigurálva.",
|
||||
"introduction": "Az automatizálás szerkesztő lehetővé teszi automatizálási szabályok létrehozását és szerkesztését. Kérlek, olvasd el az útmutatót az alábbi linken, hogy megbizonyosodj róla, hogy a Home Assistant helyesen van konfigurálva.",
|
||||
"pick_automation": "Válassz ki egy automatizálást szerkesztésre",
|
||||
"no_automations": "Nem találtunk szerkeszthető automatizálást",
|
||||
"add_automation": "Automatizálás hozzáadása",
|
||||
@ -558,7 +558,12 @@
|
||||
"zone": "Zóna"
|
||||
},
|
||||
"device": {
|
||||
"label": "Eszköz"
|
||||
"label": "Eszköz",
|
||||
"extra_fields": {
|
||||
"above": "Felett",
|
||||
"below": "Alatt",
|
||||
"for": "Időtartam"
|
||||
}
|
||||
},
|
||||
"and": {
|
||||
"label": "És"
|
||||
@ -602,6 +607,9 @@
|
||||
},
|
||||
"device_id": {
|
||||
"label": "Eszköz"
|
||||
},
|
||||
"scene": {
|
||||
"label": "Jelenet aktiválása"
|
||||
}
|
||||
},
|
||||
"learn_more": "Tudj meg többet a műveletekről"
|
||||
@ -616,7 +624,20 @@
|
||||
},
|
||||
"script": {
|
||||
"caption": "Szkript",
|
||||
"description": "Szkriptek létrehozása és szerkesztése"
|
||||
"description": "Szkriptek létrehozása és szerkesztése",
|
||||
"picker": {
|
||||
"header": "Szkript szerkesztő",
|
||||
"introduction": "A szkript szerkesztő lehetővé teszi szkriptek létrehozását és szerkesztését. Kérlek, olvasd el az útmutatót az alábbi linken, hogy megbizonyosodj róla, hogy a Home Assistant helyesen van konfigurálva.",
|
||||
"learn_more": "Tudj meg többet a szkriptekről",
|
||||
"no_scripts": "Nem találtunk szerkeszthető szkripteket",
|
||||
"add_script": "Szkript hozzáadása"
|
||||
},
|
||||
"editor": {
|
||||
"header": "Szkript: {name}",
|
||||
"default_name": "Új szkript",
|
||||
"load_error_not_editable": "Csak a scripts.yaml fájlban található szkriptek szerkeszthetők.",
|
||||
"delete_confirm": "Biztosan törölni szeretnéd ezt a szkriptet?"
|
||||
}
|
||||
},
|
||||
"zwave": {
|
||||
"caption": "Z-Wave",
|
||||
@ -664,13 +685,19 @@
|
||||
"true": "Igaz",
|
||||
"false": "Hamis",
|
||||
"set_config_parameter": "Konfigurációs paraméter beállítása"
|
||||
},
|
||||
"learn_more": "Tudj meg többet a Z-Wave-ről",
|
||||
"ozw_log": {
|
||||
"header": "OZW Log",
|
||||
"introduction": "Napló megtekintése. 0 a minimum (a teljes naplót betölti) és 1000 a maximum. A betöltés statikus naplót jelenít meg, és a vége automatikusan frissül a napló utolsó meghatározott számú sorával."
|
||||
}
|
||||
},
|
||||
"users": {
|
||||
"caption": "Felhasználók",
|
||||
"description": "Felhasználók kezelése",
|
||||
"picker": {
|
||||
"title": "Felhasználók"
|
||||
"title": "Felhasználók",
|
||||
"system_generated": "Rendszer által létrehozott"
|
||||
},
|
||||
"editor": {
|
||||
"rename_user": "Felhasználó átnevezése",
|
||||
@ -678,7 +705,18 @@
|
||||
"activate_user": "Felhasználó aktiválása",
|
||||
"deactivate_user": "Felhasználó inaktiválása",
|
||||
"delete_user": "Felhasználó törlése",
|
||||
"caption": "Felhasználó megtekintése"
|
||||
"caption": "Felhasználó megtekintése",
|
||||
"id": "ID",
|
||||
"owner": "Tulajdonos",
|
||||
"group": "Csoport",
|
||||
"active": "Aktív",
|
||||
"system_generated": "Rendszer által létrehozott",
|
||||
"system_generated_users_not_removable": "Nem lehet eltávolítani a rendszer által létrehozott felhasználókat.",
|
||||
"unnamed_user": "Névtelen felhasználó",
|
||||
"enter_new_name": "Add meg az új nevet",
|
||||
"user_rename_failed": "A felhasználó átnevezése sikertelen:",
|
||||
"group_update_failed": "A csoport frissítése sikertelen:",
|
||||
"confirm_user_deletion": "Biztosan törölni szeretnéd {name}-t?"
|
||||
},
|
||||
"add_user": {
|
||||
"caption": "Felhasználó hozzáadása",
|
||||
@ -692,7 +730,148 @@
|
||||
"caption": "Home Assistant Felhő",
|
||||
"description_login": "Bejelentkezve mint {email}",
|
||||
"description_not_login": "Nincs bejelentkezve",
|
||||
"description_features": "Távoli vezérlés, Alexa és Google Assistant integráció"
|
||||
"description_features": "Távoli vezérlés, Alexa és Google Asszisztens integráció",
|
||||
"login": {
|
||||
"title": "Bejelentkezés a felhőbe",
|
||||
"introduction": "A Home Assistant Felhő biztonságos távoli kapcsolatot nyújt a példányodhoz, miközben távol vagy. Azt is lehetővé teszi, hogy csak felhőn alapuló szolgáltatásokhoz csatlakozz: Amazon Alexa, Google Asszisztens.",
|
||||
"introduction2": "Ezt a szolgáltatást partnerünk üzemelteti ",
|
||||
"introduction2a": ", egy vállalat, amelyet a Home Assistant és a Hass.io alapítói alapítottak.",
|
||||
"introduction3": "A Home Assistant Felhő egy előfizetéses szolgáltatás egy hónapos ingyenes próbaverzióval. Nincs szükség fizetési információk megadására.",
|
||||
"learn_more_link": "Tudj meg többet a Home Assistant Felhőről",
|
||||
"dismiss": "Elvetés",
|
||||
"sign_in": "Bejelentkezés",
|
||||
"email": "Email",
|
||||
"email_error_msg": "Érvénytelen email",
|
||||
"password": "Jelszó",
|
||||
"password_error_msg": "A jelszavak legalább 8 karakteresek",
|
||||
"forgot_password": "elfelejtett jelszó?",
|
||||
"start_trial": "Indítsd el az ingyenes 1 hónapos próbaidőszakot",
|
||||
"trial_info": "Nincs szükség fizetési információk megadására",
|
||||
"alert_password_change_required": "A bejelentkezés előtt meg kell változtatnod a jelszavad.",
|
||||
"alert_email_confirm_necessary": "A bejelentkezés előtt meg kell erősítened az email címed."
|
||||
},
|
||||
"forgot_password": {
|
||||
"title": "Elfelejtett jelszó",
|
||||
"subtitle": "Elfelejtetted a jelszavad",
|
||||
"instructions": "Add meg az email címed, és mi küldünk egy linket a jelszó visszaállításához.",
|
||||
"email": "Email",
|
||||
"email_error_msg": "Érvénytelen email",
|
||||
"send_reset_email": "Visszaállítási email küldése",
|
||||
"check_your_email": "A jelszó visszaállításával kapcsolatos instrukciókért ellenőrizd az e-mail fiókod."
|
||||
},
|
||||
"register": {
|
||||
"title": "Fiók regisztráció",
|
||||
"headline": "Indítsd el az ingyenes próbaidőszakot",
|
||||
"information": "Hozz létre egy fiókot ahhoz, hogy elindíthasd az egy hónapos ingyenes Home Assistant Felhő próbaidőszakodat. Nincs szükség fizetési információk megadására.",
|
||||
"information2": "A próbaidőszak hozzáférést biztosít a Home Assistant Felhő minden előnyéhez, beleértve a következőket:",
|
||||
"feature_remote_control": "A Home Assistant vezérlése távolról",
|
||||
"feature_google_home": "Integráció a Google Asszisztenssel",
|
||||
"feature_amazon_alexa": "Integráció az Amazon Alexával",
|
||||
"feature_webhook_apps": "Egyszerű integráció webhook-alapú alkalmazásokkal, mint például az OwnTracks",
|
||||
"information3": "Ezt a szolgáltatást partnerünk üzemelteti ",
|
||||
"information3a": ", egy vállalat, amelyet a Home Assistant és a Hass.io alapítói alapítottak.",
|
||||
"information4": "Fiók regisztrálásával elfogadod az alábbi feltételeket.",
|
||||
"link_terms_conditions": "Felhasználási feltételek",
|
||||
"link_privacy_policy": "Adatvédelmi irányelvek",
|
||||
"create_account": "Fiók Létrehozása",
|
||||
"email_address": "Email cím",
|
||||
"email_error_msg": "Érvénytelen email",
|
||||
"password": "Jelszó",
|
||||
"password_error_msg": "A jelszavak legalább 8 karakteresek",
|
||||
"start_trial": "Próbaidőszak indítása",
|
||||
"resend_confirm_email": "Megerősítő e-mail újraküldése",
|
||||
"account_created": "Fiók létrehozva! Az aktiválással kapcsolatos instrukciókért ellenőrizd az e-mail fiókod."
|
||||
},
|
||||
"account": {
|
||||
"thank_you_note": "Köszönjük, hogy a Home Assistant Felhő részese vagy. Az olyan emberek miatt, mint te, vagyunk képesek mindenki számára nagyszerű otthoni automatizálási élményt nyújtani. Köszönjük!",
|
||||
"nabu_casa_account": "Nabu Casa fiók",
|
||||
"connection_status": "Felhő kapcsolat állapota",
|
||||
"manage_account": "Fiók kezelése",
|
||||
"sign_out": "Kijelentkezés",
|
||||
"integrations": "Integrációk",
|
||||
"integrations_introduction2": "Nézd meg a weboldalt a ",
|
||||
"integrations_link_all_features": "az összes elérhető funkció",
|
||||
"connected": "Csatlakoztatva",
|
||||
"not_connected": "Nincs csatlakoztatva",
|
||||
"fetching_subscription": "Előfizetés lekérése...",
|
||||
"remote": {
|
||||
"title": "Távoli vezérlés",
|
||||
"access_is_being_prepared": "A távoli hozzáférés előkészítése folyamatban van. Értesíteni fogunk, ha készen áll.",
|
||||
"info": "A Home Assistant Felhő biztonságos távoli kapcsolatot nyújt a példányodhoz, miközben távol vagy.",
|
||||
"instance_is_available": "A példányod itt elérhető:",
|
||||
"instance_will_be_available": "A példányod itt lesz elérhető:",
|
||||
"link_learn_how_it_works": "Tudd meg, hogyan működik",
|
||||
"certificate_info": "Tanúsítvány infó"
|
||||
},
|
||||
"alexa": {
|
||||
"title": "Alexa",
|
||||
"enable_ha_skill": "Home Assistant készség aktiválása Alexának",
|
||||
"config_documentation": "Konfigurációs dokumentáció",
|
||||
"enable_state_reporting": "Állapotjelentés engedélyezése",
|
||||
"info_state_reporting": "Ha engedélyezed az állapotjelentést, akkor a Home Assistant minden állapotváltozást el fog küldeni a feltárt entitásokról az Amazon-nak. Ez lehetővé teszi, hogy mindig láthasd a legfrissebb állapotokat az Alexa alkalmazásban, és az állapotváltozásokkal rutinokat hozhass létre.",
|
||||
"sync_entities": "Entitások szinkronizálása",
|
||||
"manage_entities": "Entitások kezelése",
|
||||
"sync_entities_error": "Nem sikerült szinkronizálni az entitásokat:",
|
||||
"state_reporting_error": "Nem lehet {enable_disable} az állapotjelentést.",
|
||||
"enable": "engedélyezni",
|
||||
"disable": "letiltani"
|
||||
},
|
||||
"google": {
|
||||
"title": "Google Asszisztens",
|
||||
"enable_ha_skill": "Home Assistant készség aktiválása a Google Asszisztensnek",
|
||||
"config_documentation": "Konfigurációs dokumentáció",
|
||||
"enable_state_reporting": "Állapotjelentés engedélyezése",
|
||||
"info_state_reporting": "Ha engedélyezed az állapotjelentést, akkor a Home Assistant minden állapotváltozást el fog küldeni a feltárt entitásokról a Google-nak. Ez lehetővé teszi, hogy mindig láthasd a legfrissebb állapotokat a Google alkalmazásban.",
|
||||
"security_devices": "Biztonsági eszközök",
|
||||
"devices_pin": "Biztonsági eszközök pin kódja",
|
||||
"enter_pin_hint": "Adj meg egy PIN-kódot a biztonsági eszközök használatához",
|
||||
"sync_entities": "Entitások szinkronizálása a Google-lal",
|
||||
"manage_entities": "Entitások kezelése",
|
||||
"enter_pin_error": "A PIN-kód nem tárolható:"
|
||||
},
|
||||
"webhooks": {
|
||||
"title": "Webhookok",
|
||||
"no_hooks_yet": "Úgy tűnik, még nincs egy webhookod sem. Kezdéshez konfigurálj egy ",
|
||||
"no_hooks_yet_link_integration": "webhook-alapú integráció",
|
||||
"no_hooks_yet_link_automation": "webhook automatizálás",
|
||||
"link_learn_more": "Tudj meg többet a webhook-alapú automatizálások létrehozásáról.",
|
||||
"loading": "Betöltés...",
|
||||
"manage": "Kezelés",
|
||||
"disable_hook_error_msg": "A webhook letiltása sikertelen:"
|
||||
}
|
||||
},
|
||||
"alexa": {
|
||||
"title": "Alexa",
|
||||
"exposed_entities": "Feltárt entitások",
|
||||
"not_exposed_entities": "Nem feltárt entitások",
|
||||
"expose": "Feltárás Alexának"
|
||||
},
|
||||
"dialog_certificate": {
|
||||
"certificate_information": "Tanúsítvány-információ",
|
||||
"certificate_expiration_date": "Tanúsítvány lejárati dátuma",
|
||||
"will_be_auto_renewed": "Automatikusan megújul",
|
||||
"fingerprint": "Tanúsítvány ujjlenyomata:",
|
||||
"close": "Bezárás"
|
||||
},
|
||||
"google": {
|
||||
"title": "Google Asszisztens",
|
||||
"expose": "Feltárás a Google Asszisztensnek",
|
||||
"disable_2FA": "Kétfaktoros hitelesítés letiltása",
|
||||
"exposed_entities": "Feltárt entitások",
|
||||
"not_exposed_entities": "Nem feltárt entitások",
|
||||
"sync_to_google": "A változások szinkronizálása a Google-lal."
|
||||
},
|
||||
"dialog_cloudhook": {
|
||||
"webhook_for": "Webhook: {name}",
|
||||
"available_at": "A webhook a következő URL-címen érhető el:",
|
||||
"managed_by_integration": "Ezt a webhookot egy integráció kezeli, ezért nem lehet letiltani.",
|
||||
"info_disable_webhook": "Ha már nem szeretnéd ezt a webhookot használni, akkor",
|
||||
"link_disable_webhook": "letilthatod",
|
||||
"view_documentation": "Dokumentáció megtekintése",
|
||||
"close": "Bezárás",
|
||||
"confirm_disable": "Biztosan le szeretnéd tiltani ezt a webhookot?",
|
||||
"copied_to_clipboard": "Vágólapra másolva"
|
||||
}
|
||||
},
|
||||
"integrations": {
|
||||
"caption": "Integrációk",
|
||||
@ -720,7 +899,9 @@
|
||||
"description": "Ehhez a lépéshez egy külső weboldal meglátogatása szükséges.",
|
||||
"open_site": "Weboldal megnyitása"
|
||||
}
|
||||
}
|
||||
},
|
||||
"note_about_integrations": "Még nem minden integráció konfigurálható a felhasználói felületen keresztül.",
|
||||
"home_assistant_website": "Home Assistant weboldal"
|
||||
},
|
||||
"zha": {
|
||||
"caption": "ZHA",
|
||||
@ -739,6 +920,14 @@
|
||||
"header": "Zigbee Home Automation - Eszközök hozzáadása",
|
||||
"spinner": "ZHA Zigbee eszközök keresése...",
|
||||
"discovery_text": "A felfedezett eszközök itt fognak megjelenni. A készülékek használati utasításai alapján állítsd őket párosítási módba."
|
||||
},
|
||||
"common": {
|
||||
"add_devices": "Eszközök hozzáadása",
|
||||
"devices": "Eszközök",
|
||||
"value": "Érték"
|
||||
},
|
||||
"network_management": {
|
||||
"header": "Hálózat menedzsment"
|
||||
}
|
||||
},
|
||||
"area_registry": {
|
||||
@ -770,7 +959,13 @@
|
||||
"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",
|
||||
"show_disabled": "Letiltott entitások megjelenítése"
|
||||
"show_disabled": "Letiltott entitások megjelenítése",
|
||||
"headers": {
|
||||
"name": "Név",
|
||||
"entity_id": "Entitás ID",
|
||||
"integration": "Integráció",
|
||||
"enabled": "Engedélyezve"
|
||||
}
|
||||
},
|
||||
"editor": {
|
||||
"unavailable": "Ez az entitás jelenleg nem elérhető.",
|
||||
@ -791,8 +986,21 @@
|
||||
"name": "Név",
|
||||
"device_tracker_intro": "Válaszd ki azokat az eszközöket, amelyek ehhez a felhasználóhoz tartoznak.",
|
||||
"device_tracker_picked": "Eszköz követése",
|
||||
"device_tracker_pick": "Válassz egy követni kívánt eszközt"
|
||||
}
|
||||
"device_tracker_pick": "Válassz egy követni kívánt eszközt",
|
||||
"new_person": "Új személy",
|
||||
"name_error_msg": "Név szükséges",
|
||||
"linked_user": "Csatolt felhasználó",
|
||||
"link_integrations_page": "Integrációk oldal",
|
||||
"delete": "Törlés",
|
||||
"create": "Létrehozás",
|
||||
"update": "Frissítés"
|
||||
},
|
||||
"note_about_persons_configured_in_yaml": "Megjegyzés: a configuration.yaml fájlban konfigurált személyek nem szerkeszthetők a felhasználói felületen.",
|
||||
"no_persons_created_yet": "Úgy tűnik, még nem hoztál létre személyeket.",
|
||||
"create_person": "Személy létrehozása",
|
||||
"add_person": "Személy hozzáadása",
|
||||
"confirm_delete": "Biztosan törölni szeretnéd ezt a személyt?",
|
||||
"confirm_delete2": "Minden ehhez a személyhez tartozó eszköz hozzárendelés nélküli lesz."
|
||||
},
|
||||
"server_control": {
|
||||
"caption": "Szerver vezérlés",
|
||||
@ -838,6 +1046,11 @@
|
||||
"caption": "Amikor valami indításra kerül..."
|
||||
}
|
||||
}
|
||||
},
|
||||
"common": {
|
||||
"editor": {
|
||||
"confirm_unsaved": "Vannak nem mentett módosítások. Biztos, hogy elhagyod az oldalt?"
|
||||
}
|
||||
}
|
||||
},
|
||||
"profile": {
|
||||
@ -917,6 +1130,10 @@
|
||||
"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."
|
||||
},
|
||||
"advanced_mode": {
|
||||
"title": "Haladó üzemmód",
|
||||
"description": "A Home Assistant alapértelmezés szerint elrejti a haladó funkciókat és beállításokat, de ezzel a kapcsolóval elérhetővé teheted őket. Ez egy felhasználó-specifikus beállítás, ami nem befolyásolja a többi felhasználó felületét."
|
||||
}
|
||||
},
|
||||
"page-authorize": {
|
||||
@ -1077,7 +1294,9 @@
|
||||
"add": "Kártya hozzáadása",
|
||||
"edit": "Szerkesztés",
|
||||
"delete": "Törlés",
|
||||
"move": "Áthelyezés"
|
||||
"move": "Áthelyezés",
|
||||
"show_visual_editor": "Vizuális szerkesztő megjelenítése",
|
||||
"show_code_editor": "Kódszerkesztő megjelenítése"
|
||||
},
|
||||
"migrate": {
|
||||
"header": "Inkompatibilis Konfiguráció",
|
||||
@ -1121,7 +1340,8 @@
|
||||
"optional": "Opcionális"
|
||||
},
|
||||
"entities": {
|
||||
"show_header_toggle": "Fejléc kapcsoló megjelenítése?"
|
||||
"show_header_toggle": "Fejléc kapcsoló megjelenítése?",
|
||||
"name": "Entitások"
|
||||
},
|
||||
"gauge": {
|
||||
"severity": {
|
||||
@ -1129,10 +1349,12 @@
|
||||
"green": "Zöld",
|
||||
"red": "Piros",
|
||||
"yellow": "Sárga"
|
||||
}
|
||||
},
|
||||
"name": "Műszer"
|
||||
},
|
||||
"glance": {
|
||||
"columns": "Oszlopok"
|
||||
"columns": "Oszlopok",
|
||||
"name": "Pillantás"
|
||||
},
|
||||
"generic": {
|
||||
"aspect_ratio": "Oldalarány",
|
||||
@ -1156,20 +1378,78 @@
|
||||
"title": "Cím",
|
||||
"theme": "Téma",
|
||||
"unit": "Egység",
|
||||
"url": "Url"
|
||||
"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"
|
||||
"source": "Forrás",
|
||||
"name": "Térkép"
|
||||
},
|
||||
"markdown": {
|
||||
"content": "Tartalom"
|
||||
"content": "Tartalom",
|
||||
"name": "Markdown"
|
||||
},
|
||||
"sensor": {
|
||||
"graph_detail": "Grafikon részletei",
|
||||
"graph_type": "Grafikon típusa"
|
||||
"graph_type": "Grafikon típusa",
|
||||
"name": "Érzékelő"
|
||||
},
|
||||
"alarm-panel": {
|
||||
"name": "Riasztópanel",
|
||||
"available_states": "Rendelkezésre álló állapotok"
|
||||
},
|
||||
"conditional": {
|
||||
"name": "Feltételes"
|
||||
},
|
||||
"entity-button": {
|
||||
"name": "Entitás gomb"
|
||||
},
|
||||
"entity-filter": {
|
||||
"name": "Entitás szűrő"
|
||||
},
|
||||
"history-graph": {
|
||||
"name": "Előzmény grafikon"
|
||||
},
|
||||
"horizontal-stack": {
|
||||
"name": "Vízszintes készlet"
|
||||
},
|
||||
"iframe": {
|
||||
"name": "iFrame"
|
||||
},
|
||||
"light": {
|
||||
"name": "Világítás"
|
||||
},
|
||||
"media-control": {
|
||||
"name": "Médiavezérlés"
|
||||
},
|
||||
"picture": {
|
||||
"name": "Kép"
|
||||
},
|
||||
"picture-elements": {
|
||||
"name": "Kép elemek"
|
||||
},
|
||||
"picture-entity": {
|
||||
"name": "Kép entitás"
|
||||
},
|
||||
"picture-glance": {
|
||||
"name": "Kép pillantás"
|
||||
},
|
||||
"plant-status": {
|
||||
"name": "Növény állapota"
|
||||
},
|
||||
"shopping-list": {
|
||||
"name": "Bevásárló lista"
|
||||
},
|
||||
"thermostat": {
|
||||
"name": "Termosztát"
|
||||
},
|
||||
"vertical-stack": {
|
||||
"name": "Függőleges készlet"
|
||||
},
|
||||
"weather-forecast": {
|
||||
"name": "Időjárás előrejelzés"
|
||||
}
|
||||
}
|
||||
},
|
||||
@ -1405,7 +1685,8 @@
|
||||
"entity_turned_off": "{entity} kikapcsolva.",
|
||||
"service_called": "{service} szolgáltatás meghívva.",
|
||||
"service_call_failed": "Nem sikerült meghívni a(z) {service} szolgáltatást.",
|
||||
"connection_lost": "A kapcsolat megszakadt. Újracsatlakozás…"
|
||||
"connection_lost": "A kapcsolat megszakadt. Újracsatlakozás…",
|
||||
"triggered": "Aktiválva {name}"
|
||||
},
|
||||
"dialogs": {
|
||||
"more_info_settings": {
|
||||
@ -1445,13 +1726,21 @@
|
||||
"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"
|
||||
"remove": "Távolíts el egy eszközt a Zigbee hálózatból."
|
||||
},
|
||||
"zha_device_card": {
|
||||
"device_name_placeholder": "Felhasználó utóneve",
|
||||
"area_picker_label": "Terület",
|
||||
"update_name_button": "Név frissítése"
|
||||
}
|
||||
},
|
||||
"buttons": {
|
||||
"add": "Eszközök hozzáadása",
|
||||
"remove": "Eszköz eltávolítása",
|
||||
"reconfigure": "Eszköz újrakonfigurálása"
|
||||
},
|
||||
"last_seen": "Utolsó jelentés",
|
||||
"power_source": "Energia forrás",
|
||||
"unknown": "Ismeretlen"
|
||||
}
|
||||
},
|
||||
"auth_store": {
|
||||
|
@ -52,6 +52,9 @@
|
||||
"off": "Hreinsa",
|
||||
"on": "Uppgötvað"
|
||||
},
|
||||
"vibration": {
|
||||
"on": "Uppgötvað"
|
||||
},
|
||||
"safety": {
|
||||
"off": "Öruggt",
|
||||
"on": "Óöruggt"
|
||||
@ -116,11 +119,16 @@
|
||||
"dry": "Þurrt",
|
||||
"fan_only": "Vifta eingöngu",
|
||||
"eco": "Sparnaður",
|
||||
"performance": "Frammistaða",
|
||||
"heat_pump": "Hitadæla",
|
||||
"gas": "Gas",
|
||||
"manual": "Handvirkt",
|
||||
"heat_cool": "Hita\/Kæla"
|
||||
},
|
||||
"configurator": {
|
||||
"configure": "Stilli",
|
||||
"configured": "Stillt"
|
||||
},
|
||||
"cover": {
|
||||
"open": "Opin",
|
||||
"opening": "Opna",
|
||||
@ -457,7 +465,8 @@
|
||||
"label": "Tæki",
|
||||
"extra_fields": {
|
||||
"above": "Yfir",
|
||||
"below": "Undir"
|
||||
"below": "Undir",
|
||||
"for": "Tímalengd"
|
||||
}
|
||||
}
|
||||
},
|
||||
@ -485,6 +494,8 @@
|
||||
"label": "Sól",
|
||||
"before": "Fyrir:",
|
||||
"after": "Eftir:",
|
||||
"before_offset": "Fyrir hliðrun (valfrjálst)",
|
||||
"after_offset": "Eftir hliðrun (valfrjálst)",
|
||||
"sunrise": "Sólarupprás",
|
||||
"sunset": "Sólsetur"
|
||||
},
|
||||
@ -503,7 +514,12 @@
|
||||
"zone": "Öryggissvæði"
|
||||
},
|
||||
"device": {
|
||||
"label": "Tæki"
|
||||
"label": "Tæki",
|
||||
"extra_fields": {
|
||||
"above": "Yfir",
|
||||
"below": "Undir",
|
||||
"for": "Tímalengd"
|
||||
}
|
||||
},
|
||||
"and": {
|
||||
"label": "Og"
|
||||
@ -561,7 +577,10 @@
|
||||
},
|
||||
"script": {
|
||||
"caption": "Skrifta",
|
||||
"description": "Búa til og breyta skriftum"
|
||||
"description": "Búa til og breyta skriftum",
|
||||
"picker": {
|
||||
"learn_more": "Læra meira um skriftur"
|
||||
}
|
||||
},
|
||||
"zwave": {
|
||||
"caption": "Z-Wave",
|
||||
@ -592,7 +611,8 @@
|
||||
"seconds": "sekúndur",
|
||||
"config_value": "Stillingargildi",
|
||||
"set_config_parameter": "Stilltu Config Parameter"
|
||||
}
|
||||
},
|
||||
"learn_more": "Læra meira um Z-Wave"
|
||||
},
|
||||
"users": {
|
||||
"caption": "Notendur",
|
||||
@ -606,7 +626,13 @@
|
||||
"activate_user": "Virkja notanda",
|
||||
"deactivate_user": "Gera notanda óvirkan",
|
||||
"delete_user": "Eyða notanda",
|
||||
"caption": "Skoða notanda"
|
||||
"caption": "Skoða notanda",
|
||||
"id": "ID",
|
||||
"owner": "Eigandi",
|
||||
"group": "Hópur",
|
||||
"active": "Virkur",
|
||||
"unnamed_user": "Ónefndur notandi",
|
||||
"enter_new_name": "Sláðu inn nýtt nafn"
|
||||
},
|
||||
"add_user": {
|
||||
"caption": "Bæta við notanda",
|
||||
@ -620,7 +646,77 @@
|
||||
"caption": "Home Assistant skýið",
|
||||
"description_login": "Innskráð(ur) sem {email}",
|
||||
"description_not_login": "Ekki skráð(ur) inn",
|
||||
"description_features": "Stjórna heimili að heiman með Alexa og Google Assistant."
|
||||
"description_features": "Stjórna heimili að heiman með Alexa og Google Assistant.",
|
||||
"login": {
|
||||
"learn_more_link": "Læra meira um Home Assistant skýið",
|
||||
"dismiss": "Vísa frá",
|
||||
"sign_in": "Skrá inn",
|
||||
"email": "Netfang",
|
||||
"email_error_msg": "Ógilt netfang",
|
||||
"password": "Lykilorð",
|
||||
"password_error_msg": "Lykilorð eru að minnsta kosti 8 stafir",
|
||||
"forgot_password": "gleymt lykilorð?",
|
||||
"alert_password_change_required": "Þú verður að breyta lykilorðinu þínu áður en þú skráir þig inn.",
|
||||
"alert_email_confirm_necessary": "Þú þarft að staðfesta tölvupóstinn þinn áður en þú skráir þig inn."
|
||||
},
|
||||
"forgot_password": {
|
||||
"title": "Gleymt lykilorð",
|
||||
"subtitle": "Gleymdirðu lykilorðinu þínu",
|
||||
"email": "Netfang",
|
||||
"email_error_msg": "Ógilt netfang"
|
||||
},
|
||||
"register": {
|
||||
"feature_google_home": "Samþætting við Google Assistant",
|
||||
"feature_amazon_alexa": "Samþætting við Amazon Alexa",
|
||||
"link_terms_conditions": "Skilmálar og skilyrði",
|
||||
"link_privacy_policy": "Friðhelgisstefna",
|
||||
"create_account": "Stofna aðgang",
|
||||
"email_address": "Netfang",
|
||||
"email_error_msg": "Ógilt netfang",
|
||||
"password": "Lykilorð",
|
||||
"resend_confirm_email": "Endursenda staðfestingarpóst"
|
||||
},
|
||||
"account": {
|
||||
"nabu_casa_account": "Nabu Casa aðgangur",
|
||||
"sign_out": "Skrá út",
|
||||
"integrations": "Samþættingar",
|
||||
"connected": "Tengdur",
|
||||
"not_connected": "Ekki tengdur",
|
||||
"fetching_subscription": "Sæki áskrift...",
|
||||
"remote": {
|
||||
"title": "Fjarstýring",
|
||||
"link_learn_how_it_works": "Læra hvernig þetta virkar",
|
||||
"certificate_info": "Upplýsingar skilríkis"
|
||||
},
|
||||
"alexa": {
|
||||
"title": "Alexa",
|
||||
"enable": "virkja",
|
||||
"disable": "afvirkja"
|
||||
},
|
||||
"google": {
|
||||
"title": "Google Assistant",
|
||||
"security_devices": "Öryggistæki"
|
||||
},
|
||||
"webhooks": {
|
||||
"title": "Webhooks",
|
||||
"loading": "Hleð ..."
|
||||
}
|
||||
},
|
||||
"alexa": {
|
||||
"title": "Alexa"
|
||||
},
|
||||
"dialog_certificate": {
|
||||
"fingerprint": "Fingrafar skilríkis:",
|
||||
"close": "Loka"
|
||||
},
|
||||
"google": {
|
||||
"title": "Google Assistant"
|
||||
},
|
||||
"dialog_cloudhook": {
|
||||
"close": "Loka",
|
||||
"confirm_disable": "Ertu viss um að þú viljir afvirkja þennan vefkrók?",
|
||||
"copied_to_clipboard": "Afritað á klemmuspjald"
|
||||
}
|
||||
},
|
||||
"integrations": {
|
||||
"caption": "Samþættingar",
|
||||
@ -648,7 +744,8 @@
|
||||
"description": "Þetta skref krefst þess að þú heimsækir ytri vefsíðu svo hægt sé að ljúka þessu skrefi.",
|
||||
"open_site": "Opna vefsíðu"
|
||||
}
|
||||
}
|
||||
},
|
||||
"home_assistant_website": "Vefsíða Home Assistant"
|
||||
},
|
||||
"zha": {
|
||||
"caption": "ZHA",
|
||||
@ -665,7 +762,20 @@
|
||||
"add_device_page": {
|
||||
"header": "Zigbee sjálfvirkni - Bæta við tækjum",
|
||||
"spinner": "Leitað að ZHA Zigbee tækjum...",
|
||||
"discovery_text": "Uppgötvuð tæki munu birtast hér. Fylgdu leiðbeiningunum fyrir tækið þitt og setjið tækið í pörunarstillingu."
|
||||
"discovery_text": "Uppgötvuð tæki munu birtast hér. Fylgdu leiðbeiningunum fyrir tækið þitt og setjið tækið í pörunarstillingu.",
|
||||
"search_again": "Leita aftur"
|
||||
},
|
||||
"common": {
|
||||
"add_devices": "Bæta við tækjum",
|
||||
"clusters": "Klasar",
|
||||
"devices": "Tæki",
|
||||
"value": "Gildi"
|
||||
},
|
||||
"network_management": {
|
||||
"header": "Netumsýsla"
|
||||
},
|
||||
"node_management": {
|
||||
"header": "Tækjaumsýsla"
|
||||
}
|
||||
},
|
||||
"area_registry": {
|
||||
@ -696,14 +806,18 @@
|
||||
"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",
|
||||
"show_disabled": "Sýna afvirkjaðar einingar"
|
||||
"show_disabled": "Sýna afvirkjaðar einingar",
|
||||
"headers": {
|
||||
"name": "Nafn"
|
||||
}
|
||||
},
|
||||
"editor": {
|
||||
"unavailable": "Þessi eining er ekki tiltæk eins og er.",
|
||||
"default_name": "Nýtt svæði",
|
||||
"delete": "EYÐA",
|
||||
"update": "UPPFÆRA",
|
||||
"enabled_label": "Virkja einingu"
|
||||
"enabled_label": "Virkja einingu",
|
||||
"enabled_cause": "Afvirkjað vegna {cause}."
|
||||
}
|
||||
},
|
||||
"person": {
|
||||
@ -713,8 +827,19 @@
|
||||
"name": "Nafn",
|
||||
"device_tracker_intro": "Veldu tæki sem tilheyrir þessari persónu.",
|
||||
"device_tracker_picked": "Rekja tæki",
|
||||
"device_tracker_pick": "Velja tæki til að rekja"
|
||||
}
|
||||
"device_tracker_pick": "Velja tæki til að rekja",
|
||||
"new_person": "Ný persóna",
|
||||
"name_error_msg": "Nafn er skilyrt",
|
||||
"linked_user": "Tengdur notandi",
|
||||
"link_integrations_page": "Samþættingar síða",
|
||||
"delete": "Eyða",
|
||||
"create": "Stofna",
|
||||
"update": "Uppfæra"
|
||||
},
|
||||
"create_person": "Stofna persónu",
|
||||
"add_person": "Bæta við persónu",
|
||||
"confirm_delete": "Ertu viss um að þú viljir eyða þessari persónu?",
|
||||
"confirm_delete2": "Öll tæki sem tilheyra þessari persónu munu verða óúthlutuð."
|
||||
},
|
||||
"server_control": {
|
||||
"caption": "Stjórnun þjóns",
|
||||
@ -783,6 +908,8 @@
|
||||
"dropdown_label": "Þema"
|
||||
},
|
||||
"refresh_tokens": {
|
||||
"header": "Uppfæra tóka",
|
||||
"token_title": "Uppfæra tóka fyrir {clientId}",
|
||||
"created_at": "Búið til þann {date}",
|
||||
"delete_failed": "Ekki tókst að eyða endurnýjunartókanum.",
|
||||
"last_used": "Síðast notaður þann {date} frá {location}",
|
||||
@ -953,6 +1080,7 @@
|
||||
"core-config": {
|
||||
"intro": "Hæ {name}, velkomin(n) í Home Assistant. Hvað á heimilið þitt að heita?",
|
||||
"intro_location": "Okkur langar að vita hvar þú býrð. Þessar upplýsingar munu hjálpa varðandi upplýsingar og uppsetningu á sólar-tengdri sjálfvirkni. Þessum upplýsingum er aldrei deilt út fyrir þitt net.",
|
||||
"intro_location_detect": "Við getum aðstoðað þig við að fylla út þessar upplýsingar með því að kalla einu sinni á utanaðkomandi þjónustu til að sækja þær.",
|
||||
"location_name_default": "Heima",
|
||||
"button_detect": "Uppgötva",
|
||||
"finish": "Næsta"
|
||||
@ -976,7 +1104,8 @@
|
||||
"navigate_to": "Fara yfir á {location}",
|
||||
"toggle": "Víxla {name}",
|
||||
"call_service": "Kalla í þjónustu {name}",
|
||||
"more_info": "Sýna frekari upplýsingar: {name}"
|
||||
"more_info": "Sýna frekari upplýsingar: {name}",
|
||||
"url": "Opna glugga á {url_path}"
|
||||
}
|
||||
},
|
||||
"editor": {
|
||||
@ -988,7 +1117,9 @@
|
||||
"add": "Bæta við spjaldi",
|
||||
"edit": "Breyta",
|
||||
"delete": "Eyða",
|
||||
"move": "Færa"
|
||||
"move": "Færa",
|
||||
"show_visual_editor": "Birta sjónrænan ritil",
|
||||
"show_code_editor": "Birta kóða ritil"
|
||||
},
|
||||
"migrate": {
|
||||
"header": "Ósamhæfðar stillingar",
|
||||
@ -1031,7 +1162,8 @@
|
||||
"green": "Grænt",
|
||||
"red": "Rautt",
|
||||
"yellow": "Gult"
|
||||
}
|
||||
},
|
||||
"name": "Mælir"
|
||||
},
|
||||
"glance": {
|
||||
"columns": "Dálkar"
|
||||
@ -1057,10 +1189,54 @@
|
||||
},
|
||||
"map": {
|
||||
"dark_mode": "Dökkur hamur?",
|
||||
"default_zoom": "Sjálfgefinn aðdráttur"
|
||||
"default_zoom": "Sjálfgefinn aðdráttur",
|
||||
"name": "Kort"
|
||||
},
|
||||
"markdown": {
|
||||
"content": "Innihald"
|
||||
"content": "Innihald",
|
||||
"name": "Markdown"
|
||||
},
|
||||
"alarm-panel": {
|
||||
"available_states": "Tiltækar stöður"
|
||||
},
|
||||
"entities": {
|
||||
"name": "Einingar"
|
||||
},
|
||||
"entity-button": {
|
||||
"name": "Eininga hnappur"
|
||||
},
|
||||
"entity-filter": {
|
||||
"name": "Eininga sía"
|
||||
},
|
||||
"history-graph": {
|
||||
"name": "Sögulínurit"
|
||||
},
|
||||
"horizontal-stack": {
|
||||
"name": "Láréttur stafli"
|
||||
},
|
||||
"iframe": {
|
||||
"name": "iFrame"
|
||||
},
|
||||
"light": {
|
||||
"name": "Ljós"
|
||||
},
|
||||
"picture": {
|
||||
"name": "Mynd"
|
||||
},
|
||||
"plant-status": {
|
||||
"name": "Staða plöntu"
|
||||
},
|
||||
"sensor": {
|
||||
"name": "Skynjari"
|
||||
},
|
||||
"shopping-list": {
|
||||
"name": "Innkaupalisti"
|
||||
},
|
||||
"thermostat": {
|
||||
"name": "Hitastillir"
|
||||
},
|
||||
"vertical-stack": {
|
||||
"name": "Lóðréttur stafli"
|
||||
}
|
||||
}
|
||||
},
|
||||
@ -1185,18 +1361,24 @@
|
||||
},
|
||||
"alarm_control_panel": {
|
||||
"code": "Kóði",
|
||||
"clear_code": "Hreinsa"
|
||||
"clear_code": "Hreinsa",
|
||||
"armed_custom_bypass": "Sérsniðin hjáleið",
|
||||
"arm_custom_bypass": "Sérsniðin hjáleið"
|
||||
},
|
||||
"automation": {
|
||||
"last_triggered": "Síðast kveikt",
|
||||
"trigger": "Kveikja"
|
||||
},
|
||||
"cover": {
|
||||
"position": "Staðsetning"
|
||||
"position": "Staðsetning",
|
||||
"tilt_position": "Hallastaða"
|
||||
},
|
||||
"fan": {
|
||||
"speed": "Hraði",
|
||||
"direction": "Snúningsátt"
|
||||
"oscillate": "Sveiflast",
|
||||
"direction": "Snúningsátt",
|
||||
"forward": "Áfram",
|
||||
"reverse": "Afturábak"
|
||||
},
|
||||
"light": {
|
||||
"brightness": "Birtustig",
|
||||
@ -1320,7 +1502,10 @@
|
||||
"zha_device_card": {
|
||||
"area_picker_label": "Svæði",
|
||||
"update_name_button": "Uppfæra nafn"
|
||||
}
|
||||
},
|
||||
"last_seen": "Síðast séð",
|
||||
"power_source": "Orkugjafi",
|
||||
"unknown": "Óþekkt"
|
||||
}
|
||||
},
|
||||
"auth_store": {
|
||||
@ -1393,6 +1578,7 @@
|
||||
"none": "Ekkert",
|
||||
"eco": "Sparnaður",
|
||||
"away": "Fjarverandi",
|
||||
"boost": "Uppörvun",
|
||||
"comfort": "Þægindi",
|
||||
"home": "Heima",
|
||||
"sleep": "Svefn",
|
||||
|
@ -558,7 +558,12 @@
|
||||
"zone": "Zona"
|
||||
},
|
||||
"device": {
|
||||
"label": "Dispositivo"
|
||||
"label": "Dispositivo",
|
||||
"extra_fields": {
|
||||
"above": "Sopra",
|
||||
"below": "Sotto",
|
||||
"for": "Durata"
|
||||
}
|
||||
},
|
||||
"and": {
|
||||
"label": "E"
|
||||
@ -602,6 +607,9 @@
|
||||
},
|
||||
"device_id": {
|
||||
"label": "Dispositivo"
|
||||
},
|
||||
"scene": {
|
||||
"label": "Attivare la scena"
|
||||
}
|
||||
},
|
||||
"learn_more": "Per saperne di più sulle azioni"
|
||||
@ -616,7 +624,20 @@
|
||||
},
|
||||
"script": {
|
||||
"caption": "Script",
|
||||
"description": "Crea e modifica script"
|
||||
"description": "Crea e modifica script",
|
||||
"picker": {
|
||||
"header": "Editor di script",
|
||||
"introduction": "L'editor di script consente di creare e modificare script. Seguire il collegamento seguente per leggere le istruzioni per assicurarsi di aver configurato correttamente Home Assistant.",
|
||||
"learn_more": "Ulteriori informazioni sugli script",
|
||||
"no_scripts": "Non è stato possibile trovare alcuno script modificabile",
|
||||
"add_script": "Aggiungi script"
|
||||
},
|
||||
"editor": {
|
||||
"header": "Script: {name}",
|
||||
"default_name": "Nuovo Script",
|
||||
"load_error_not_editable": "Solo gli script all'interno di scripts.yaml sono modificabili.",
|
||||
"delete_confirm": "Sei sicuro di voler eliminare questo script?"
|
||||
}
|
||||
},
|
||||
"zwave": {
|
||||
"caption": "Z-Wave",
|
||||
@ -664,13 +685,19 @@
|
||||
"true": "Vero",
|
||||
"false": "Falso",
|
||||
"set_config_parameter": "Imposta parametro di configurazione"
|
||||
},
|
||||
"learn_more": "Ulteriori informazioni su Z-Wave",
|
||||
"ozw_log": {
|
||||
"header": "Registro OZW",
|
||||
"introduction": "Guarda il registro. 0 è il minimo (carica l'intero log) e 1000 è il massimo. Load mostrerà un log statico e la coda si aggiornerà automaticamente con l'ultimo numero di righe specificato del log."
|
||||
}
|
||||
},
|
||||
"users": {
|
||||
"caption": "Utenti",
|
||||
"description": "Gestisci gli utenti",
|
||||
"picker": {
|
||||
"title": "Utenti"
|
||||
"title": "Utenti",
|
||||
"system_generated": "Generato dal sistema"
|
||||
},
|
||||
"editor": {
|
||||
"rename_user": "Rinomina utente",
|
||||
@ -678,7 +705,18 @@
|
||||
"activate_user": "Attiva utente",
|
||||
"deactivate_user": "Disattiva utente",
|
||||
"delete_user": "Elimina utente",
|
||||
"caption": "Visualizza utente"
|
||||
"caption": "Visualizza utente",
|
||||
"id": "ID",
|
||||
"owner": "Proprietario",
|
||||
"group": "Gruppo",
|
||||
"active": "Attivo",
|
||||
"system_generated": "Generato dal sistema",
|
||||
"system_generated_users_not_removable": "Impossibile rimuovere gli utenti generati dal sistema.",
|
||||
"unnamed_user": "Utente senza nome",
|
||||
"enter_new_name": "Inserisci un nuovo nome",
|
||||
"user_rename_failed": "Rinominazione dell'utente fallita:",
|
||||
"group_update_failed": "L'aggiornamento del gruppo non è riuscito:",
|
||||
"confirm_user_deletion": "Sei sicuro di voler eliminare {name} ?"
|
||||
},
|
||||
"add_user": {
|
||||
"caption": "Aggiungi utente",
|
||||
@ -692,7 +730,156 @@
|
||||
"caption": "Home Assistant Cloud",
|
||||
"description_login": "Connesso come {email}",
|
||||
"description_not_login": "Accesso non effettuato",
|
||||
"description_features": "Controllo fuori casa, integrazione con Alexa e Google Assistant."
|
||||
"description_features": "Controllo fuori casa, integrazione con Alexa e Google Assistant.",
|
||||
"login": {
|
||||
"title": "Accesso al cloud",
|
||||
"introduction": "Home Assistant Cloud fornisce una connessione remota sicura alla tua istanza quando sei lontano da casa. Consente inoltre di connettersi con i servizi cloud: Amazon Alexa e Google Assistant.",
|
||||
"introduction2": "Questo servizio è gestito dal nostro partner",
|
||||
"introduction2a": ", una società fondata dai fondatori di Home Assistant e Hass.io.",
|
||||
"introduction3": "Home Assistant Cloud è un servizio in abbonamento con un mese di prova gratuita. Non sono necessarie informazioni di pagamento.",
|
||||
"learn_more_link": "Ulteriori informazioni su Home Assistant Cloud",
|
||||
"dismiss": "Respingere",
|
||||
"sign_in": "Accedi",
|
||||
"email": "E-mail",
|
||||
"email_error_msg": "E-mail non valida",
|
||||
"password": "Password",
|
||||
"password_error_msg": "Le password sono di almeno 8 caratteri",
|
||||
"forgot_password": "Hai dimenticato la password?",
|
||||
"start_trial": "Inizia la tua prova gratuita di 1 mese",
|
||||
"trial_info": "Nessuna informazione di pagamento necessaria",
|
||||
"alert_password_change_required": "È necessario modificare la password prima di effettuare l'accesso.",
|
||||
"alert_email_confirm_necessary": "È necessario confermare l'e-mail prima di effettuare l'accesso."
|
||||
},
|
||||
"forgot_password": {
|
||||
"title": "Password dimenticata",
|
||||
"subtitle": "Hai dimenticato la password",
|
||||
"instructions": "Inserisci il tuo indirizzo email e ti invieremo un link per reimpostare la password.",
|
||||
"email": "E-mail",
|
||||
"email_error_msg": "E-mail non valida",
|
||||
"send_reset_email": "Invia e-mail di ripristino",
|
||||
"check_your_email": "Controlla la tua email per le istruzioni su come reimpostare la tua password."
|
||||
},
|
||||
"register": {
|
||||
"title": "Registra account",
|
||||
"headline": "Inizia la tua prova gratuita",
|
||||
"information": "Crea un account per iniziare la tua prova gratuita di un mese con Home Assistant Cloud. Non sono necessarie informazioni di pagamento.",
|
||||
"information2": "La versione di prova ti darà accesso a tutti i vantaggi di Home Assistant Cloud, tra cui:",
|
||||
"feature_remote_control": "Controllo di Home Assistant lontano da casa",
|
||||
"feature_google_home": "Integrazione con Google Assistant",
|
||||
"feature_amazon_alexa": "Integrazione con Amazon Alexa",
|
||||
"feature_webhook_apps": "Facile integrazione con applicazioni basate su webhook come OwnTracks",
|
||||
"information3": "Questo servizio è gestito dal nostro partner ",
|
||||
"information3a": ", una società fondata dai fondatori di Home Assistant e Hass.io.",
|
||||
"information4": "Registrando un account accetti i seguenti termini e condizioni.",
|
||||
"link_terms_conditions": "Termini e condizioni",
|
||||
"link_privacy_policy": "Informativa sulla privacy",
|
||||
"create_account": "Crea un account",
|
||||
"email_address": "Indirizzo e-mail",
|
||||
"email_error_msg": "Email non valida",
|
||||
"password": "Password",
|
||||
"password_error_msg": "Le password sono di almeno 8 caratteri",
|
||||
"start_trial": "Inizia la prova",
|
||||
"resend_confirm_email": "Inviare di nuovo l'e-mail di conferma",
|
||||
"account_created": "Account creato! Controlla la tua email per istruzioni su come attivare il tuo account."
|
||||
},
|
||||
"account": {
|
||||
"thank_you_note": "Grazie per far parte di Home Assistant Cloud. È grazie a persone come te che siamo in grado di creare un'ottima esperienza domotica per tutti. Grazie!",
|
||||
"nabu_casa_account": "Account Nabu Casa",
|
||||
"connection_status": "Stato della connessione cloud",
|
||||
"manage_account": "Gestisci account",
|
||||
"sign_out": "Esci",
|
||||
"integrations": "Integrazioni",
|
||||
"integrations_introduction": "Le integrazioni per Home Assistant Cloud ti permettono di connetterti con i servizi nel cloud senza dover esporre pubblicamente la tua istanza di Home Assistant su Internet.",
|
||||
"integrations_introduction2": "Controlla il sito web per ",
|
||||
"integrations_link_all_features": " tutte le funzioni disponibili",
|
||||
"connected": "Connesso",
|
||||
"not_connected": "Non Connesso",
|
||||
"fetching_subscription": "Recupero abbonamento ...",
|
||||
"remote": {
|
||||
"title": "Telecomando",
|
||||
"access_is_being_prepared": "È in fase di preparazione l'accesso remoto. Ti avviseremo quando sarà pronto.",
|
||||
"info": "Home Assistant Cloud fornisce una connessione remota sicura alla tua istanza mentre sei fuori casa.",
|
||||
"instance_is_available": "La tua istanza è disponibile su",
|
||||
"instance_will_be_available": "La tua istanza sarà disponibile su",
|
||||
"link_learn_how_it_works": "Scopri come funziona",
|
||||
"certificate_info": "Informazioni sul certificato"
|
||||
},
|
||||
"alexa": {
|
||||
"title": "Alexa",
|
||||
"info": "Con l'integrazione Alexa per Home Assistant Cloud sarete in grado di controllare tutti i vostri dispositivi Home Assistant tramite qualsiasi dispositivo abilitato Alexa.",
|
||||
"enable_ha_skill": "Abilitare la skill Home Assistant per Alexa",
|
||||
"config_documentation": "Documentazione di configurazione",
|
||||
"enable_state_reporting": "Attivare la segnalazione dello stato",
|
||||
"info_state_reporting": "Se si abilita la segnalazione dello stato, Home Assistant invierà ad Amazon tutte le modifiche di stato delle entità esposte. Questo permette di vedere sempre gli ultimi stati nell'app Alexa e di utilizzare i cambiamenti di stato per creare routine.",
|
||||
"sync_entities": "Sincronizza entità",
|
||||
"manage_entities": "Gestire le entità",
|
||||
"sync_entities_error": "Impossibile sincronizzare le entità:",
|
||||
"state_reporting_error": "Impossibile a {enable_disable} segnalare lo stato.",
|
||||
"enable": "abilitare",
|
||||
"disable": "disabilitare"
|
||||
},
|
||||
"google": {
|
||||
"title": "Google Assistant",
|
||||
"info": "Con l'integrazione di Google Assistant per Home Assistant Cloud sarai in grado di controllare tutti i tuoi dispositivi Home Assistant tramite qualsiasi dispositivo abilitato per Google Assistant.",
|
||||
"enable_ha_skill": "Abilitare la skill Home Assistant per Google Assistant",
|
||||
"config_documentation": "Documentazione di configurazione",
|
||||
"enable_state_reporting": "Attivare la segnalazione dello Stato",
|
||||
"info_state_reporting": "Se si abilita la segnalazione dello stato, Home Assistant invierà a Google tutte le modifiche di stato delle entità esposte. Questo ti permette di vedere sempre gli ultimi stati nell'app di Google.",
|
||||
"security_devices": "Dispositivi di sicurezza",
|
||||
"enter_pin_info": "Inserisci un PIN per interagire con i dispositivi di sicurezza. I dispositivi di sicurezza sono porte, porte da garage e serrature. Ti verrà chiesto di dire\/inserire questo PIN quando interagisci con tali dispositivi tramite Google Assistant.",
|
||||
"devices_pin": "PIN dei dispositivi di sicurezza",
|
||||
"enter_pin_hint": "Immettere un PIN per utilizzare i dispositivi di sicurezza",
|
||||
"sync_entities": "Sincronizzare le entità con Google",
|
||||
"manage_entities": "Gestire le entità",
|
||||
"enter_pin_error": "Impossibile memorizzare il pin:"
|
||||
},
|
||||
"webhooks": {
|
||||
"title": "Webhooks",
|
||||
"info": "Tutto ciò che è configurato per essere attivato da un webhook può essere dotato di un URL accessibile pubblicamente per consentire di inviare i dati all'Home Assistant da qualsiasi luogo, senza esporre la vostra istanza a Internet.",
|
||||
"no_hooks_yet": "Sembra che tu non abbia ancora dei webhook. Per iniziare, configurare un ",
|
||||
"no_hooks_yet_link_integration": "Integrazione basata su webhook",
|
||||
"no_hooks_yet2": " o creando un ",
|
||||
"no_hooks_yet_link_automation": "automazione webhook",
|
||||
"link_learn_more": "Ulteriori informazioni sulla creazione di automazioni basate su webhook.",
|
||||
"loading": "Caricamento in corso ...",
|
||||
"manage": "Gestire",
|
||||
"disable_hook_error_msg": "Impossibile disabilitare webhook:"
|
||||
}
|
||||
},
|
||||
"alexa": {
|
||||
"title": "Alexa",
|
||||
"banner": "La modifica delle entità esposte tramite questa interfaccia utente è disabilitata perché sono stati configurati filtri di entità in configuration.yaml.",
|
||||
"exposed_entities": "Entità esposte",
|
||||
"not_exposed_entities": "Entità non esposte",
|
||||
"expose": "Esporre ad Alexa"
|
||||
},
|
||||
"dialog_certificate": {
|
||||
"certificate_information": "Informazioni sul certificato",
|
||||
"certificate_expiration_date": "Data di scadenza del certificato",
|
||||
"will_be_auto_renewed": "Sarà rinnovato automaticamente",
|
||||
"fingerprint": "Impronta digitale del certificato:",
|
||||
"close": "Chiudi"
|
||||
},
|
||||
"google": {
|
||||
"title": "Google Assistant",
|
||||
"expose": "Esporre a Google Assistant",
|
||||
"disable_2FA": "Disattivare l'autenticazione a due fattori",
|
||||
"banner": "La modifica delle entità esposte tramite questa interfaccia utente è disabilitata perché sono stati configurati filtri di entità in configuration.yaml.",
|
||||
"exposed_entities": "Entità esposte",
|
||||
"not_exposed_entities": "Entità non esposte",
|
||||
"sync_to_google": "Sincronizzazione delle modifiche a Google."
|
||||
},
|
||||
"dialog_cloudhook": {
|
||||
"webhook_for": "Webhook per {name}",
|
||||
"available_at": "Il webhook è disponibile al seguente URL:",
|
||||
"managed_by_integration": "Questo webhook è gestito da un'integrazione e non può essere disabilitato.",
|
||||
"info_disable_webhook": "Se non si desidera più utilizzare questo webhook, è possibile",
|
||||
"link_disable_webhook": "disabilitarlo",
|
||||
"view_documentation": "Visualizza la documentazione",
|
||||
"close": "Chiudi",
|
||||
"confirm_disable": "Sei sicuro di voler disabilitare questo webhook?",
|
||||
"copied_to_clipboard": "Copiato negli appunti"
|
||||
}
|
||||
},
|
||||
"integrations": {
|
||||
"caption": "Integrazioni",
|
||||
@ -720,7 +907,10 @@
|
||||
"description": "Questo passaggio richiede di visitare un sito Web esterno per essere completato.",
|
||||
"open_site": "Apri sito Web"
|
||||
}
|
||||
}
|
||||
},
|
||||
"note_about_integrations": "Non tutte le integrazioni possono ancora essere configurate tramite l'interfaccia utente.",
|
||||
"note_about_website_reference": "Ulteriori informazioni sono disponibili su ",
|
||||
"home_assistant_website": "Sito Web di Home Assistant"
|
||||
},
|
||||
"zha": {
|
||||
"caption": "ZHA",
|
||||
@ -738,7 +928,46 @@
|
||||
"add_device_page": {
|
||||
"header": "Zigbee Home Automation - Aggiungi dispositivi",
|
||||
"spinner": "Ricerca di dispositivi ZHA Zigbee ...",
|
||||
"discovery_text": "I dispositivi rilevati verranno visualizzati qui. Seguire le istruzioni per il \/ i dispositivo \/ i e posizionare il \/ i dispositivo \/ i in modalità accoppiamento."
|
||||
"discovery_text": "I dispositivi rilevati verranno visualizzati qui. Seguire le istruzioni per il \/ i dispositivo \/ i e posizionare il \/ i dispositivo \/ i in modalità accoppiamento.",
|
||||
"search_again": "Cerca di nuovo"
|
||||
},
|
||||
"common": {
|
||||
"add_devices": "Aggiungi dispositivi",
|
||||
"clusters": "Clusters",
|
||||
"devices": "Dispositivi",
|
||||
"manufacturer_code_override": "Sostituzione codice produttore",
|
||||
"value": "Valore"
|
||||
},
|
||||
"network_management": {
|
||||
"header": "Gestione della rete",
|
||||
"introduction": "Comandi che influiscono sull'intera rete"
|
||||
},
|
||||
"node_management": {
|
||||
"header": "Gestione dei dispositivi",
|
||||
"introduction": "Eseguire i comandi ZHA che interessano un singolo dispositivo. Scegliere un dispositivo per visualizzare un elenco di comandi disponibili.",
|
||||
"hint_battery_devices": "Nota: i dispositivi sleepy (alimentati a batteria) devono essere svegli durante l'esecuzione di comandi contro di essi. Generalmente è possibile riattivare un dispositivo dormiente attivandolo.",
|
||||
"hint_wakeup": "Alcuni dispositivi, come i sensori Xiaomi, hanno un pulsante di riattivazione che è possibile premere a intervalli di 5 secondi che mantengono i dispositivi svegli mentre si interagisce con loro.",
|
||||
"help_node_dropdown": "Selezionare un dispositivo per visualizzare le opzioni per dispositivo."
|
||||
},
|
||||
"clusters": {
|
||||
"help_cluster_dropdown": "Selezionare un cluster per visualizzare attributi e comandi."
|
||||
},
|
||||
"cluster_attributes": {
|
||||
"header": "Attributi del cluster",
|
||||
"introduction": "Visualizza e modifica gli attributi del cluster.",
|
||||
"attributes_of_cluster": "Attributi del cluster selezionato",
|
||||
"get_zigbee_attribute": "Ottieni l'attributo Zigbee",
|
||||
"set_zigbee_attribute": "Imposta l'attributo Zigbee",
|
||||
"help_attribute_dropdown": "Selezionare un attributo da visualizzare o impostare il suo valore.",
|
||||
"help_get_zigbee_attribute": "Ottieni il valore per l'attributo selezionato.",
|
||||
"help_set_zigbee_attribute": "Impostare il valore dell'attributo per il cluster specificato nell'entità specificata."
|
||||
},
|
||||
"cluster_commands": {
|
||||
"header": "Comandi cluster",
|
||||
"introduction": "Visualizzare ed eseguire comandi cluster.",
|
||||
"commands_of_cluster": "Comandi del cluster selezionato",
|
||||
"issue_zigbee_command": "Emettere il comando Zigbee",
|
||||
"help_command_dropdown": "Selezionare un comando con cui interagire."
|
||||
}
|
||||
},
|
||||
"area_registry": {
|
||||
@ -770,7 +999,13 @@
|
||||
"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",
|
||||
"show_disabled": "Mostra entità disabilitate"
|
||||
"show_disabled": "Mostra entità disabilitate",
|
||||
"headers": {
|
||||
"name": "Nome",
|
||||
"entity_id": "ID entità",
|
||||
"integration": "Integrazione",
|
||||
"enabled": "Abilitato"
|
||||
}
|
||||
},
|
||||
"editor": {
|
||||
"unavailable": "Questa entità non è attualmente disponibile.",
|
||||
@ -791,8 +1026,24 @@
|
||||
"name": "Nome",
|
||||
"device_tracker_intro": "Seleziona i dispositivi che appartengono a questa persona.",
|
||||
"device_tracker_picked": "Traccia dispositivo",
|
||||
"device_tracker_pick": "Scegli il dispositivo da tracciare"
|
||||
}
|
||||
"device_tracker_pick": "Scegli il dispositivo da tracciare",
|
||||
"new_person": "Nuova Persona",
|
||||
"name_error_msg": "Il nome è obbligatorio",
|
||||
"linked_user": "Utente collegato",
|
||||
"no_device_tracker_available_intro": "Quando disponi di dispositivi che indicano la presenza di una persona, sarai in grado di assegnarli a essa qui. Puoi aggiungere il tuo primo dispositivo aggiungendo un'integrazione di rilevamento presenza dalla pagina delle integrazioni.",
|
||||
"link_presence_detection_integrations": "Integrazioni di rilevamento presenza",
|
||||
"link_integrations_page": "Integrazioni",
|
||||
"delete": "Elimina",
|
||||
"create": "Crea",
|
||||
"update": "Aggiorna"
|
||||
},
|
||||
"introduction": "Qui è possibile definire ogni persona di interesse in Home Assistant.",
|
||||
"note_about_persons_configured_in_yaml": "Nota: le persone configurate tramite configuration.yaml non possono essere modificate tramite l'interfaccia utente.",
|
||||
"no_persons_created_yet": "Sembra che tu non abbia ancora creato nessuna persona.",
|
||||
"create_person": "Crea persona",
|
||||
"add_person": "Aggiungi persona",
|
||||
"confirm_delete": "Sei sicuro di voler cancellare questa persona?",
|
||||
"confirm_delete2": "Tutti i dispositivi appartenenti a questa persona non saranno assegnati."
|
||||
},
|
||||
"server_control": {
|
||||
"caption": "Gestione del server",
|
||||
@ -838,6 +1089,11 @@
|
||||
"caption": "Quando qualcosa si attiva..."
|
||||
}
|
||||
}
|
||||
},
|
||||
"common": {
|
||||
"editor": {
|
||||
"confirm_unsaved": "Hai dei cambiamenti non salvati. Sei sicuro di voler andare via?"
|
||||
}
|
||||
}
|
||||
},
|
||||
"profile": {
|
||||
@ -917,6 +1173,10 @@
|
||||
"vibrate": {
|
||||
"header": "Vibrare",
|
||||
"description": "Abilitare o disabilitare la vibrazione su questo dispositivo durante il controllo dei dispositivi."
|
||||
},
|
||||
"advanced_mode": {
|
||||
"title": "Modalità avanzata",
|
||||
"description": "Home Assistant nasconde le funzioni e le opzioni avanzate per impostazione predefinita. È possibile rendere accessibili queste funzionalità selezionando questo interruttore. Si tratta di un'impostazione specifica dell'utente e non influisce sugli altri utenti che utilizzano Home Assistant."
|
||||
}
|
||||
},
|
||||
"page-authorize": {
|
||||
@ -1077,7 +1337,9 @@
|
||||
"add": "Aggiungi scheda",
|
||||
"edit": "Modifica",
|
||||
"delete": "Elimina",
|
||||
"move": "Sposta"
|
||||
"move": "Sposta",
|
||||
"show_visual_editor": "Mostra Editor Visivo",
|
||||
"show_code_editor": "Mostra Editor di Codice"
|
||||
},
|
||||
"migrate": {
|
||||
"header": "Configurazione incompatibile",
|
||||
@ -1121,7 +1383,8 @@
|
||||
"optional": "Facoltativo"
|
||||
},
|
||||
"entities": {
|
||||
"show_header_toggle": "Mostrare l'interruttore dell'intestazione?"
|
||||
"show_header_toggle": "Mostrare l'interruttore dell'intestazione?",
|
||||
"name": "Entità"
|
||||
},
|
||||
"gauge": {
|
||||
"severity": {
|
||||
@ -1129,10 +1392,12 @@
|
||||
"green": "Verde",
|
||||
"red": "Rosso",
|
||||
"yellow": "Giallo"
|
||||
}
|
||||
},
|
||||
"name": "Indicatore"
|
||||
},
|
||||
"glance": {
|
||||
"columns": "Colonne"
|
||||
"columns": "Colonne",
|
||||
"name": "Vista"
|
||||
},
|
||||
"generic": {
|
||||
"aspect_ratio": "Proporzioni",
|
||||
@ -1162,14 +1427,72 @@
|
||||
"geo_location_sources": "Fonti di geolocalizzazione",
|
||||
"dark_mode": "Modalità scura?",
|
||||
"default_zoom": "Ingrandimento predefinito",
|
||||
"source": "Fonte"
|
||||
"source": "Fonte",
|
||||
"name": "Mappa"
|
||||
},
|
||||
"markdown": {
|
||||
"content": "Contenuto"
|
||||
"content": "Contenuto",
|
||||
"name": "Riduzione"
|
||||
},
|
||||
"sensor": {
|
||||
"graph_detail": "Dettaglio grafico",
|
||||
"graph_type": "Tipo di grafico"
|
||||
"graph_type": "Tipo di grafico",
|
||||
"name": "Sensore"
|
||||
},
|
||||
"alarm-panel": {
|
||||
"name": "Pannello di allarme",
|
||||
"available_states": "Stati disponibili"
|
||||
},
|
||||
"conditional": {
|
||||
"name": "Condizionale"
|
||||
},
|
||||
"entity-button": {
|
||||
"name": "Pulsante Entità"
|
||||
},
|
||||
"entity-filter": {
|
||||
"name": "Filtro Entità"
|
||||
},
|
||||
"history-graph": {
|
||||
"name": "Grafico cronologico"
|
||||
},
|
||||
"horizontal-stack": {
|
||||
"name": "Pila orizzontale"
|
||||
},
|
||||
"iframe": {
|
||||
"name": "iFrame"
|
||||
},
|
||||
"light": {
|
||||
"name": "Luce"
|
||||
},
|
||||
"media-control": {
|
||||
"name": "Controllo dei media"
|
||||
},
|
||||
"picture": {
|
||||
"name": "Immagine"
|
||||
},
|
||||
"picture-elements": {
|
||||
"name": "Elementi immagine"
|
||||
},
|
||||
"picture-entity": {
|
||||
"name": "Entità immagine"
|
||||
},
|
||||
"picture-glance": {
|
||||
"name": "Vista immagine"
|
||||
},
|
||||
"plant-status": {
|
||||
"name": "Stato dell'impianto"
|
||||
},
|
||||
"shopping-list": {
|
||||
"name": "Lista della spesa"
|
||||
},
|
||||
"thermostat": {
|
||||
"name": "Termostato"
|
||||
},
|
||||
"vertical-stack": {
|
||||
"name": "Pila verticale"
|
||||
},
|
||||
"weather-forecast": {
|
||||
"name": "Previsioni del tempo"
|
||||
}
|
||||
}
|
||||
},
|
||||
@ -1405,7 +1728,8 @@
|
||||
"entity_turned_off": "Spenta {entity}.",
|
||||
"service_called": "Servizio {service} chiamato.",
|
||||
"service_call_failed": "Fallita chiamata a servizio {service} .",
|
||||
"connection_lost": "Connessione persa. Riconnessione..."
|
||||
"connection_lost": "Connessione persa. Riconnessione...",
|
||||
"triggered": "Attivato {name}"
|
||||
},
|
||||
"dialogs": {
|
||||
"more_info_settings": {
|
||||
@ -1451,7 +1775,16 @@
|
||||
"device_name_placeholder": "Nome assegnato dall'utente",
|
||||
"area_picker_label": "Area",
|
||||
"update_name_button": "Aggiorna nome"
|
||||
}
|
||||
},
|
||||
"buttons": {
|
||||
"add": "Aggiungi dispositivi",
|
||||
"remove": "Rimuovi dispositivo",
|
||||
"reconfigure": "Riconfigura dispositivo"
|
||||
},
|
||||
"quirk": "Quirk",
|
||||
"last_seen": "Ultima visualizzazione",
|
||||
"power_source": "Sorgente di alimentazione",
|
||||
"unknown": "Sconosciuto"
|
||||
}
|
||||
},
|
||||
"auth_store": {
|
||||
|
@ -4,7 +4,7 @@
|
||||
"states": "둘러보기",
|
||||
"map": "지도",
|
||||
"logbook": "로그북",
|
||||
"history": "히스토리",
|
||||
"history": "기록 그래프",
|
||||
"mailbox": "메일함",
|
||||
"shopping_list": "장보기목록",
|
||||
"dev-info": "정보",
|
||||
@ -207,7 +207,7 @@
|
||||
"on": "켜짐"
|
||||
},
|
||||
"scene": {
|
||||
"scening": "씬구성중"
|
||||
"scening": "씬 구성중"
|
||||
},
|
||||
"script": {
|
||||
"off": "꺼짐",
|
||||
@ -558,7 +558,12 @@
|
||||
"zone": "구역"
|
||||
},
|
||||
"device": {
|
||||
"label": "기기"
|
||||
"label": "기기",
|
||||
"extra_fields": {
|
||||
"above": "이상",
|
||||
"below": "이하",
|
||||
"for": "동안"
|
||||
}
|
||||
},
|
||||
"and": {
|
||||
"label": "다중조건 (그리고)"
|
||||
@ -602,6 +607,9 @@
|
||||
},
|
||||
"device_id": {
|
||||
"label": "기기"
|
||||
},
|
||||
"scene": {
|
||||
"label": "씬 활성화"
|
||||
}
|
||||
},
|
||||
"learn_more": "동작에 대해 더 알아보기"
|
||||
@ -616,7 +624,20 @@
|
||||
},
|
||||
"script": {
|
||||
"caption": "스크립트",
|
||||
"description": "스크립트를 만들고 편집합니다"
|
||||
"description": "스크립트를 만들고 편집합니다",
|
||||
"picker": {
|
||||
"header": "스크립트 편집기",
|
||||
"introduction": "스크립트 편집기를 사용하여 스크립트를 작성하고 편집 할 수 있습니다. 아래 링크를 따라 안내사항을 읽고 Home Assistant 를 올바르게 구성했는지 확인해보세요.",
|
||||
"learn_more": "스크립트에 대해 더 알아보기",
|
||||
"no_scripts": "편집 가능한 스크립트를 찾을 수 없습니다",
|
||||
"add_script": "스크립트 추가"
|
||||
},
|
||||
"editor": {
|
||||
"header": "스크립트: {name}",
|
||||
"default_name": "새로운 스크립트",
|
||||
"load_error_not_editable": "scripts.yaml 의 스크립트만 편집할 수 있습니다.",
|
||||
"delete_confirm": "이 스크립트를 삭제 하시겠습니까?"
|
||||
}
|
||||
},
|
||||
"zwave": {
|
||||
"caption": "Z-Wave",
|
||||
@ -664,13 +685,19 @@
|
||||
"true": "참",
|
||||
"false": "거짓",
|
||||
"set_config_parameter": "구성 파라메터 설정"
|
||||
},
|
||||
"learn_more": "Z-Wave 에 대해 더 알아보기",
|
||||
"ozw_log": {
|
||||
"header": "OZW 로그",
|
||||
"introduction": "로그를 봐주세요. 0은 최소값(전체 로그 로드)이고 1000은 최대값입니다. 로드는 정적 로그를 보여주며 로그의 마지막은 최근 지정된 로그의 행으로 자동으로 업데이트됩니다."
|
||||
}
|
||||
},
|
||||
"users": {
|
||||
"caption": "사용자",
|
||||
"description": "사용자를 관리합니다",
|
||||
"picker": {
|
||||
"title": "사용자"
|
||||
"title": "사용자",
|
||||
"system_generated": "시스템 자동 생성"
|
||||
},
|
||||
"editor": {
|
||||
"rename_user": "사용자 이름 변경",
|
||||
@ -678,7 +705,18 @@
|
||||
"activate_user": "사용자 활성화",
|
||||
"deactivate_user": "사용자 비활성화",
|
||||
"delete_user": "사용자 삭제",
|
||||
"caption": "사용자 보기"
|
||||
"caption": "사용자 보기",
|
||||
"id": "ID",
|
||||
"owner": "소유자",
|
||||
"group": "그룹",
|
||||
"active": "활성화",
|
||||
"system_generated": "시스템 자동 생성",
|
||||
"system_generated_users_not_removable": "시스템 자동 생성 사용자는 제거 할 수 없습니다.",
|
||||
"unnamed_user": "이름이 없는 사용자",
|
||||
"enter_new_name": "새로운 이름을 입력해주세요",
|
||||
"user_rename_failed": "사용자 이름 변경이 실패했습니다:",
|
||||
"group_update_failed": "그룹 업데이트가 실패했습니다:",
|
||||
"confirm_user_deletion": "{name} 을(를) 삭제 하시겠습니까?"
|
||||
},
|
||||
"add_user": {
|
||||
"caption": "사용자 계정 만들기",
|
||||
@ -690,9 +728,158 @@
|
||||
},
|
||||
"cloud": {
|
||||
"caption": "Home Assistant Cloud",
|
||||
"description_login": "{email} 로 로그인 되어있습니다",
|
||||
"description_login": "{email} 로(으로) 로그인 되어있습니다",
|
||||
"description_not_login": "로그인이 되어있지 않습니다",
|
||||
"description_features": "Alexa 및 Google Assistant 를 통해 집 밖에서도 집을 관리하세요."
|
||||
"description_features": "Alexa 및 Google 어시스턴트를 통해 집 밖에서도 집을 관리하세요.",
|
||||
"login": {
|
||||
"title": "클라우드 로그인",
|
||||
"introduction": "Home Assistant Cloud 는 집 밖에서도 구성요소에 대해 안전한 원격 연결을 제공합니다. 또한 Amazon Alexa 및 Google 어시스턴트와 같은 클라우드 전용 서비스에 연결할 수 있습니다.",
|
||||
"introduction2": "이 서비스는 Home Assistant 와 Hass.io 의 설립자가 설립한 회사인 ",
|
||||
"introduction2a": " 에 의해 운영되고 있습니다.",
|
||||
"introduction3": "Home Assistant Cloud 는 1개월 무료 평가판이 포함된 구독 서비스입니다. 결제 정보는 필요하지 않습니다.",
|
||||
"learn_more_link": "Home Assistant Cloud 에 대해 더 알아보기",
|
||||
"dismiss": "로그인 취소",
|
||||
"sign_in": "로그인",
|
||||
"email": "이메일",
|
||||
"email_error_msg": "잘못된 이메일 형식",
|
||||
"password": "비밀번호",
|
||||
"password_error_msg": "비밀번호는 최소 8자 이상입니다",
|
||||
"forgot_password": "비밀번호가 기억나지 않으세요?",
|
||||
"start_trial": "1개월 무료 평가판 사용해 보기",
|
||||
"trial_info": "결제 정보는 필요하지 않습니다",
|
||||
"alert_password_change_required": "로그인하기 전에 비밀번호를 변경해야 합니다.",
|
||||
"alert_email_confirm_necessary": "로그인하기 전에 검증 이메일을 확인해야 합니다."
|
||||
},
|
||||
"forgot_password": {
|
||||
"title": "비밀번호 찾기",
|
||||
"subtitle": "비밀번호 재설정 하기",
|
||||
"instructions": "이메일 주소를 입력하시면 비밀번호를 재설정 할 수 있는 링크를 보내드립니다.",
|
||||
"email": "이메일",
|
||||
"email_error_msg": "잘못된 이메일 형식",
|
||||
"send_reset_email": "재설정 이메일 보내기",
|
||||
"check_your_email": "비밀번호를 재설정하는 방법은 보내드린 이메일을 확인해주세요."
|
||||
},
|
||||
"register": {
|
||||
"title": "계정 만들기",
|
||||
"headline": "1개월 무료 평가판 사용해 보기",
|
||||
"information": "1개월간 무료로 사용해 볼 수 있는 Home Assistant Cloud 계정을 만들어보세요. 결제 정보는 필요하지 않습니다.",
|
||||
"information2": "평가판을 사용하면 다음을 포함하는 Home Assistant Cloud 의 모든 기능을 이용해 볼 수 있습니다:",
|
||||
"feature_remote_control": "집 밖에서 Home Assistant 를 제어",
|
||||
"feature_google_home": "Google 어시스턴트 연동",
|
||||
"feature_amazon_alexa": "Amazon Alexa 연동",
|
||||
"feature_webhook_apps": "OwnTracks 와 같은 Webhook 기반 앱과 쉬운 연동",
|
||||
"information3": "이 서비스는 Home Assistant 와 Hass.io 의 설립자가 설립한 회사인 ",
|
||||
"information3a": " 에 의해 운영되고 있습니다.",
|
||||
"information4": "계정을 등록하시면 다음과 같이 이용 약관에 동의하게 됩니다.",
|
||||
"link_terms_conditions": "이용 약관",
|
||||
"link_privacy_policy": "개인 정보 정책",
|
||||
"create_account": "계정 만들기",
|
||||
"email_address": "이메일 주소",
|
||||
"email_error_msg": "잘못된 이메일 형식",
|
||||
"password": "비밀번호",
|
||||
"password_error_msg": "비밀번호는 최소 8자 이상입니다",
|
||||
"start_trial": "무료 평가판 시작",
|
||||
"resend_confirm_email": "검증 이메일 다시보내기",
|
||||
"account_created": "계정이 생성되었습니다! 계정을 활성화 하는 방법은 보내드린 이메일을 확인해주세요."
|
||||
},
|
||||
"account": {
|
||||
"thank_you_note": "Home Assistant Cloud 를 이용해주셔서 감사합니다. 여러분 덕분에 저희는 모든 사람에게 더 나은 홈 자동화를 제공해드릴 수 있습니다. 감사합니다!",
|
||||
"nabu_casa_account": "Nabu Casa 계정",
|
||||
"connection_status": "클라우드 연결 상태",
|
||||
"manage_account": "계정 관리",
|
||||
"sign_out": "로그 아웃",
|
||||
"integrations": "서비스 연동",
|
||||
"integrations_introduction": "Home Assistant Cloud 연동을 통해 Home Assistant 구성요소를 인터넷상에 공개 노출시키지 않고도 클라우드의 서비스에 연결시킬 수 있습니다.",
|
||||
"integrations_introduction2": "웹사이트를 통해 다음을 확인해보세요. ",
|
||||
"integrations_link_all_features": "사용 가능한 모든 기능",
|
||||
"connected": "연결됨",
|
||||
"not_connected": "연결되지 않음",
|
||||
"fetching_subscription": "구독 정보를 가져오는 중…",
|
||||
"remote": {
|
||||
"title": "원격 제어",
|
||||
"access_is_being_prepared": "원격 액세스가 준비 중입니다. 준비가 되면 알려드리겠습니다.",
|
||||
"info": "Home Assistant Cloud 는 집을 비운 상태에서도 구성요소에 대한 안전한 원격 연결을 제공합니다.",
|
||||
"instance_is_available": "구성요소는 다음의 서비스에서 사용이 가능합니다.",
|
||||
"instance_will_be_available": "구성요소는 다음의 서비스에서 제공 예정입니다.",
|
||||
"link_learn_how_it_works": "작동 방식에 대해 알아보기",
|
||||
"certificate_info": "인증서 정보"
|
||||
},
|
||||
"alexa": {
|
||||
"title": "Alexa",
|
||||
"info": "Home Assistant Cloud 의 Alexa 연동 기능으로 Alexa 가 지원하는 기기로서 Home Assistant 기기를 제어 할 수 있습니다.",
|
||||
"enable_ha_skill": "Alexa 에 Home Assistant 스킬 사용하기",
|
||||
"config_documentation": "설정 문서 보기",
|
||||
"enable_state_reporting": "상태 보고 활성화",
|
||||
"info_state_reporting": "상태 보고를 활성화하면 Home Assistant 는 노출된 구성요소의 모든 상태 변경 사항을 Amazon 에 보냅니다. 이를 통해 Alexa 앱에서 언제든지 구성요소의 최신 상태를 확인할 수 있으며, 상태 변경을 사용하여 루틴을 만들 수 있습니다.",
|
||||
"sync_entities": "구성요소 동기화",
|
||||
"manage_entities": "구성요소 관리",
|
||||
"sync_entities_error": "구성요소 동기화를 하지 못했습니다:",
|
||||
"state_reporting_error": "상태 보고를 {enable_disable}할 수 없습니다.",
|
||||
"enable": "활성화",
|
||||
"disable": "비활성화"
|
||||
},
|
||||
"google": {
|
||||
"title": "Google 어시스턴트",
|
||||
"info": "Home Assistant Cloud 의 Google 어시스턴트 연동 기능으로 Google 어시스턴트가 지원하는 기기로서 Home Assistant 기기를 제어 할 수 있습니다.",
|
||||
"enable_ha_skill": "Google 어시스턴트에 Home Assistant 스킬 사용하기",
|
||||
"config_documentation": "설정 문서 보기",
|
||||
"enable_state_reporting": "상태 보고 활성화",
|
||||
"info_state_reporting": "상태 보고를 활성화하면 Home Assistant 는 노출된 구성요소의 모든 상태 변경 사항을 Google 에 보냅니다. 이를 통해 Google 앱에서 언제든지 구성요소의 최신 상태를 확인할 수 있습니다.",
|
||||
"security_devices": "보안 기기",
|
||||
"enter_pin_info": "보안 기기를 제어하기 위한 PIN 을 설정해주세요. 보안 기기란 현관문, 차고문, 도어락과 같은 기기입니다. Google 어시스턴트를 통해 이러한 기기를 제어할 때 PIN 을 입력하거나 말씀해주셔야 합니다.",
|
||||
"devices_pin": "보안 기기 PIN",
|
||||
"enter_pin_hint": "보안 기기를 사용하시려면 PIN 을 입력해주세요",
|
||||
"sync_entities": "구성요소를 Google 에 동기화",
|
||||
"manage_entities": "구성요소 관리",
|
||||
"enter_pin_error": "PIN 을 저장할 수 없습니다:"
|
||||
},
|
||||
"webhooks": {
|
||||
"title": "Webhooks",
|
||||
"info": "Webhook 에 의해 트리거 되도록 구성된 모든 구성요소를 인터넷상에 공개 노출시키지 않고도 어디서나 Home Assistant 로 데이터를 보낼 수 있는 공개된 액세스가 가능한 URL 을 제공해드립니다.",
|
||||
"no_hooks_yet": "아직 Webhook 가 없는 것 같습니다. 다음을 구성하여 시작하실 수 있습니다. ",
|
||||
"no_hooks_yet_link_integration": "Webhook 기반 연동",
|
||||
"no_hooks_yet2": " 또는 다음을 작성할 수 있습니다. ",
|
||||
"no_hooks_yet_link_automation": "Webhook 자동화",
|
||||
"link_learn_more": "Webhook 기반 자동화 생성에 대해 더 알아보기.",
|
||||
"loading": "읽는 중 ...",
|
||||
"manage": "관리",
|
||||
"disable_hook_error_msg": "Webhook 를 비활성화하지 못했습니다:"
|
||||
}
|
||||
},
|
||||
"alexa": {
|
||||
"title": "Alexa",
|
||||
"banner": "configuration.yaml 에서 구성요소 필터를 구성했기 때문에 UI 를 통해 노출된 구성요소를 편집 할 수 없습니다.",
|
||||
"exposed_entities": "노출된 구성요소",
|
||||
"not_exposed_entities": "노출되지 않은 구성요소",
|
||||
"expose": "Alexa 에 노출"
|
||||
},
|
||||
"dialog_certificate": {
|
||||
"certificate_information": "인증서 정보",
|
||||
"certificate_expiration_date": "인증서 만료 날짜",
|
||||
"will_be_auto_renewed": "인증서는 자동으로 갱신됩니다",
|
||||
"fingerprint": "인증서 지문:",
|
||||
"close": "닫기"
|
||||
},
|
||||
"google": {
|
||||
"title": "Google 어시스턴트",
|
||||
"expose": "Google 어시스턴트에 노출",
|
||||
"disable_2FA": "2단계 인증 비활성화",
|
||||
"banner": "configuration.yaml 에서 구성요소 필터를 구성했기 때문에 UI 를 통해 노출된 구성요소를 편집 할 수 없습니다.",
|
||||
"exposed_entities": "노출된 구성요소",
|
||||
"not_exposed_entities": "노출되지 않은 구성요소",
|
||||
"sync_to_google": "변경 사항을 Google 에 동기화하는 중."
|
||||
},
|
||||
"dialog_cloudhook": {
|
||||
"webhook_for": "{name} Webhook",
|
||||
"available_at": "Webhook 는 다음의 URL 을 사용해 주세요:",
|
||||
"managed_by_integration": "이 Webhook 는 통합 구성요소에 의해 관리되며 비활성화할 수 없습니다.",
|
||||
"info_disable_webhook": "이 Webhook 를 더 이상 사용하지 않으려면, 다음을 해보세요: ",
|
||||
"link_disable_webhook": "비활성화",
|
||||
"view_documentation": "관련문서 보기",
|
||||
"close": "닫기",
|
||||
"confirm_disable": "이 Webhook 를 비활성화 하시겠습니까?",
|
||||
"copied_to_clipboard": "클립보드에 복사됨"
|
||||
}
|
||||
},
|
||||
"integrations": {
|
||||
"caption": "통합 구성요소",
|
||||
@ -720,7 +907,10 @@
|
||||
"description": "이 단계는 외부 웹사이트 방문이 필요합니다.",
|
||||
"open_site": "웹사이트 열기"
|
||||
}
|
||||
}
|
||||
},
|
||||
"note_about_integrations": "아직 UI 에서 모든 통합 구성요소를 구성할 수 있는것은 아닙니다.",
|
||||
"note_about_website_reference": "더 많은 구성요소는 다음에서 살펴 봐주세요. ",
|
||||
"home_assistant_website": "Home Assistant 웹 사이트"
|
||||
},
|
||||
"zha": {
|
||||
"caption": "ZHA",
|
||||
@ -738,7 +928,46 @@
|
||||
"add_device_page": {
|
||||
"header": "Zigbee 홈 자동화 - 기기 추가",
|
||||
"spinner": "ZHA Zigbee 기기를 찾고있습니다...",
|
||||
"discovery_text": "발견된 기기가 여기에 표시됩니다. 기기의 설명서를 참고하여 기기를 페어링 모드로 설정해주세요."
|
||||
"discovery_text": "발견된 기기가 여기에 표시됩니다. 기기의 설명서를 참고하여 기기를 페어링 모드로 설정해주세요.",
|
||||
"search_again": "다시 검색"
|
||||
},
|
||||
"common": {
|
||||
"add_devices": "기기 추가",
|
||||
"clusters": "클러스터",
|
||||
"devices": "기기",
|
||||
"manufacturer_code_override": "제조업체 코드 재정의",
|
||||
"value": "값"
|
||||
},
|
||||
"network_management": {
|
||||
"header": "네트워크 관리",
|
||||
"introduction": "전체 네트워크에 영향을 미치는 명령"
|
||||
},
|
||||
"node_management": {
|
||||
"header": "기기 관리",
|
||||
"introduction": "단일 기기에 영향을 주는 ZHA 명령을 실행합니다. 사용 가능한 명령 목록을 보려면 기기를 선택해주세요.",
|
||||
"hint_battery_devices": "참고: 절전(배터리 구동) 기기는 명령을 실행할 때 절전 모드가 해제되어 있어야 합니다. 일반적으로 절전 기기는 트리거해서 절전 모드를 해제할 수 있습니다.",
|
||||
"hint_wakeup": "Xiaomi 센서와 같은 일부 기기는 상호 작용하는 동안 기기의 절전 모드를 해제할 수 있는 최대 5초 간격으로 누를 수 있는 절전 해제 버튼이 있습니다.",
|
||||
"help_node_dropdown": "기기별 옵션을 보려면 기기를 선택해주세요."
|
||||
},
|
||||
"clusters": {
|
||||
"help_cluster_dropdown": "속성과 명령을 보려면 클러스터를 선택해주세요."
|
||||
},
|
||||
"cluster_attributes": {
|
||||
"header": "클러스터 속성",
|
||||
"introduction": "클러스터 속성을 보고 편집합니다.",
|
||||
"attributes_of_cluster": "선택된 클러스터의 속성",
|
||||
"get_zigbee_attribute": "Zigbee 속성 가져오기",
|
||||
"set_zigbee_attribute": "Zigbee 속성 설정하기",
|
||||
"help_attribute_dropdown": "설정된 값을 보거나 설정하려면 속성을 선택해주세요.",
|
||||
"help_get_zigbee_attribute": "선택한 속성의 값을 가져옵니다.",
|
||||
"help_set_zigbee_attribute": "지정된 구성요소에서 지정된 클러스터의 속성 값을 설정합니다."
|
||||
},
|
||||
"cluster_commands": {
|
||||
"header": "클러스터 명령",
|
||||
"introduction": "클러스터 명령을 보고 실행합니다.",
|
||||
"commands_of_cluster": "선택된 클러스터의 명령",
|
||||
"issue_zigbee_command": "Zigbee 명령 실행",
|
||||
"help_command_dropdown": "제어할 명령을 선택합니다."
|
||||
}
|
||||
},
|
||||
"area_registry": {
|
||||
@ -770,7 +999,13 @@
|
||||
"introduction": "Home Assistant 는 구성요소의 식별을 위해 모든 구성요소에 고유한 레지스트리를 부여합니다. 각각의 구성요소들은 자신만의 고유한 구성요소 ID 를 가집니다.",
|
||||
"introduction2": "구성요소를 편집하여 이름을 대체하거나 구성요소 ID를 변경하고 Home Assistant 에서 항목을 제거할 수 있습니다. 단, 구성요소 편집창에서 구성요소를 삭제해도 구성요소가 완전히 제거되는 것은 아닙니다. 완전히 제거하려면, 아래 링크를 따라 통합 구성요소 페이지에서 제거해주세요.",
|
||||
"integrations_page": "통합 구성요소 페이지",
|
||||
"show_disabled": "비활성화 된 구성요소 표시"
|
||||
"show_disabled": "비활성화 된 구성요소 표시",
|
||||
"headers": {
|
||||
"name": "이름",
|
||||
"entity_id": "구성요소 ID",
|
||||
"integration": "통합 구성요소",
|
||||
"enabled": "활성화됨"
|
||||
}
|
||||
},
|
||||
"editor": {
|
||||
"unavailable": "이 구성요소는 현재 사용할 수 없습니다.",
|
||||
@ -791,8 +1026,24 @@
|
||||
"name": "이름",
|
||||
"device_tracker_intro": "이 구성원에게 속한 기기를 선택해주세요.",
|
||||
"device_tracker_picked": "추적 대상 기기",
|
||||
"device_tracker_pick": "추적 할 기기 선택"
|
||||
}
|
||||
"device_tracker_pick": "추적 할 기기 선택",
|
||||
"new_person": "새로운 구성원",
|
||||
"name_error_msg": "이름은 필수 요소입니다",
|
||||
"linked_user": "사용자 계정 연결",
|
||||
"no_device_tracker_available_intro": "구성원의 재실 여부를 알려주는 기기가 있다면 구성원을 해당 기기에 할당할 수 있습니다. 통합 구성요소 페이지에서 재실 감지 통합 구성요소를 추가해서 기기를 구성해보세요.",
|
||||
"link_presence_detection_integrations": "재실 감지 통합 구성요소",
|
||||
"link_integrations_page": "통합 구성요소 페이지",
|
||||
"delete": "삭제",
|
||||
"create": "만들기",
|
||||
"update": "업데이트"
|
||||
},
|
||||
"introduction": "Home Assistant 에서 추적 할 구성원을 정의 할 수 있습니다.",
|
||||
"note_about_persons_configured_in_yaml": "참고: configuration.yaml 에서 구성된 구성원은 UI 를 통해 편집 할 수 없습니다.",
|
||||
"no_persons_created_yet": "아직 생성된 구성원이 없는 것 같습니다.",
|
||||
"create_person": "구성원 만들기",
|
||||
"add_person": "구성원 추가하기",
|
||||
"confirm_delete": "이 구성원을 삭제 하시겠습니까?",
|
||||
"confirm_delete2": "이 구성원에게 속한 모든 기기는 비할당 상태로 남게됩니다."
|
||||
},
|
||||
"server_control": {
|
||||
"caption": "서버 제어",
|
||||
@ -826,7 +1077,7 @@
|
||||
},
|
||||
"devices": {
|
||||
"caption": "기기",
|
||||
"description": "연결된 기기 관리",
|
||||
"description": "연결된 기기를 관리합니다",
|
||||
"automation": {
|
||||
"triggers": {
|
||||
"caption": "...일 때 뭔가를 실행"
|
||||
@ -838,6 +1089,11 @@
|
||||
"caption": "뭔가 트리거 되었을 때...."
|
||||
}
|
||||
}
|
||||
},
|
||||
"common": {
|
||||
"editor": {
|
||||
"confirm_unsaved": "변경된 내용을 저장하지 않았습니다. 정말로 이 페이지를 떠나시겠습니까?"
|
||||
}
|
||||
}
|
||||
},
|
||||
"profile": {
|
||||
@ -873,7 +1129,7 @@
|
||||
},
|
||||
"long_lived_access_tokens": {
|
||||
"header": "장기 액세스 토큰",
|
||||
"description": "스크립트가 Home Assistant 인스턴스와 상호 작용할 수 있도록 장기 액세스 토큰을 생성하세요. 각 토큰은 생성 후 10년 동안 유효합니다. 현재 활성 상태인 장기 액세스 토큰은 다음과 같습니다.",
|
||||
"description": "스크립트가 Home Assistant 구성요소와 상호 작용할 수 있도록 장기 액세스 토큰을 생성하세요. 각 토큰은 생성 후 10년 동안 유효합니다. 현재 활성 상태인 장기 액세스 토큰은 다음과 같습니다.",
|
||||
"learn_auth_requests": "인증 요청을 생성하는 방법에 대해 알아 보세요.",
|
||||
"created_at": "{date} 에 생성 됨",
|
||||
"confirm_delete": "{name} 액세스 토큰을 삭제 하시겠습니까?",
|
||||
@ -917,11 +1173,15 @@
|
||||
"vibrate": {
|
||||
"header": "진동효과",
|
||||
"description": "기기를 제어 할 때 이 기기에서 진동을 활성화 또는 비활성화합니다."
|
||||
},
|
||||
"advanced_mode": {
|
||||
"title": "고급 모드",
|
||||
"description": "Home Assistant 의 고급 기능과 옵션은 기본적으로 숨겨져 있으며 토글을 활성화하여 이러한 기능을 사용하실 수 있습니다. 이 설정은 사용자별 설정이며 Home Assistant 를 사용하는 다른 사용자에게 영향을 미치지 않습니다."
|
||||
}
|
||||
},
|
||||
"page-authorize": {
|
||||
"initializing": "초기화 중",
|
||||
"authorizing_client": "{clientId} 에 Home Assistant 인스턴스에 대한 액세스 권한을 부여하려고 합니다.",
|
||||
"authorizing_client": "{clientId} 에 Home Assistant 구성요소에 대한 액세스 권한을 부여하려고 합니다.",
|
||||
"logging_in_with": "**{authProviderName}** 로(으로) 로그인 합니다.",
|
||||
"pick_auth_provider": "또는 다음으로 로그인하세요",
|
||||
"abort_intro": "로그인이 중단되었습니다",
|
||||
@ -1074,10 +1334,12 @@
|
||||
"save": "저장하기",
|
||||
"toggle_editor": "에디터 전환",
|
||||
"pick_card": "추가하려는 카드를 선택해주세요",
|
||||
"add": "카드 추가",
|
||||
"add": "카드 추가하기",
|
||||
"edit": "편집",
|
||||
"delete": "삭제",
|
||||
"move": "이동"
|
||||
"move": "이동",
|
||||
"show_visual_editor": "비주얼 편집기 보기",
|
||||
"show_code_editor": "코드 편집기 보기"
|
||||
},
|
||||
"migrate": {
|
||||
"header": "구성 내용이 호환되지 않습니다",
|
||||
@ -1121,7 +1383,8 @@
|
||||
"optional": "선택사항"
|
||||
},
|
||||
"entities": {
|
||||
"show_header_toggle": "헤더 토글 표시"
|
||||
"show_header_toggle": "헤더 토글 표시",
|
||||
"name": "구성요소"
|
||||
},
|
||||
"gauge": {
|
||||
"severity": {
|
||||
@ -1129,10 +1392,12 @@
|
||||
"green": "초록",
|
||||
"red": "빨강",
|
||||
"yellow": "노랑"
|
||||
}
|
||||
},
|
||||
"name": "게이지"
|
||||
},
|
||||
"glance": {
|
||||
"columns": "열"
|
||||
"columns": "열",
|
||||
"name": "한눈에 보기"
|
||||
},
|
||||
"generic": {
|
||||
"aspect_ratio": "종횡비",
|
||||
@ -1162,14 +1427,72 @@
|
||||
"geo_location_sources": "위치정보 소스",
|
||||
"dark_mode": "어둡게 표시",
|
||||
"default_zoom": "기본 확대",
|
||||
"source": "소스"
|
||||
"source": "소스",
|
||||
"name": "지도"
|
||||
},
|
||||
"markdown": {
|
||||
"content": "내용"
|
||||
"content": "내용",
|
||||
"name": "마크다운"
|
||||
},
|
||||
"sensor": {
|
||||
"graph_detail": "그래프 세부묘사 정도",
|
||||
"graph_type": "그래프 유형"
|
||||
"graph_type": "그래프 유형",
|
||||
"name": "센서"
|
||||
},
|
||||
"alarm-panel": {
|
||||
"name": "알람 패널",
|
||||
"available_states": "사용 가능한 상태요소"
|
||||
},
|
||||
"conditional": {
|
||||
"name": "조건부"
|
||||
},
|
||||
"entity-button": {
|
||||
"name": "구성요소 버튼"
|
||||
},
|
||||
"entity-filter": {
|
||||
"name": "구성요소 필터"
|
||||
},
|
||||
"history-graph": {
|
||||
"name": "기록 그래프"
|
||||
},
|
||||
"horizontal-stack": {
|
||||
"name": "수평 쌓아보기"
|
||||
},
|
||||
"iframe": {
|
||||
"name": "iFrame"
|
||||
},
|
||||
"light": {
|
||||
"name": "조명"
|
||||
},
|
||||
"media-control": {
|
||||
"name": "미디어 컨트롤"
|
||||
},
|
||||
"picture": {
|
||||
"name": "그림"
|
||||
},
|
||||
"picture-elements": {
|
||||
"name": "그림 복합요소"
|
||||
},
|
||||
"picture-entity": {
|
||||
"name": "그림 구성요소"
|
||||
},
|
||||
"picture-glance": {
|
||||
"name": "그림 한눈에 보기"
|
||||
},
|
||||
"plant-status": {
|
||||
"name": "식물 상태"
|
||||
},
|
||||
"shopping-list": {
|
||||
"name": "장보기목록"
|
||||
},
|
||||
"thermostat": {
|
||||
"name": "온도 조절기"
|
||||
},
|
||||
"vertical-stack": {
|
||||
"name": "수직 쌓아보기"
|
||||
},
|
||||
"weather-forecast": {
|
||||
"name": "날씨 예보"
|
||||
}
|
||||
}
|
||||
},
|
||||
@ -1238,7 +1561,7 @@
|
||||
"external_app_configuration": "앱 구성"
|
||||
},
|
||||
"common": {
|
||||
"loading": "읽는중",
|
||||
"loading": "읽는 중",
|
||||
"cancel": "취소",
|
||||
"save": "저장",
|
||||
"successfully_saved": "성공적으로 저장되었습니다"
|
||||
@ -1396,8 +1719,8 @@
|
||||
}
|
||||
},
|
||||
"history_charts": {
|
||||
"loading_history": "히스토리 읽는 중...",
|
||||
"no_history_found": "히스토리 내용이 없습니다."
|
||||
"loading_history": "상태 기록 내용 읽는 중...",
|
||||
"no_history_found": "상태 기록 내용이 없습니다."
|
||||
}
|
||||
},
|
||||
"notification_toast": {
|
||||
@ -1405,7 +1728,8 @@
|
||||
"entity_turned_off": "{entity} 이(가) 꺼졌습니다.",
|
||||
"service_called": "{service} 서비스가 호출되었습니다.",
|
||||
"service_call_failed": "{service} 서비스를 호출하지 못했습니다.",
|
||||
"connection_lost": "서버와 연결이 끊어졌습니다. 다시 연결 중..."
|
||||
"connection_lost": "서버와 연결이 끊어졌습니다. 다시 연결 중...",
|
||||
"triggered": "{name} 트리거됨"
|
||||
},
|
||||
"dialogs": {
|
||||
"more_info_settings": {
|
||||
@ -1451,7 +1775,16 @@
|
||||
"device_name_placeholder": "사용자 지정 이름",
|
||||
"area_picker_label": "영역",
|
||||
"update_name_button": "이름 업데이트"
|
||||
}
|
||||
},
|
||||
"buttons": {
|
||||
"add": "기기 추가",
|
||||
"remove": "기기 제거",
|
||||
"reconfigure": "기기 재설정"
|
||||
},
|
||||
"quirk": "습관",
|
||||
"last_seen": "마지막 확인",
|
||||
"power_source": "전원",
|
||||
"unknown": "알 수 없슴"
|
||||
}
|
||||
},
|
||||
"auth_store": {
|
||||
@ -1477,7 +1810,7 @@
|
||||
"cover": "여닫이",
|
||||
"device_tracker": "추적 기기",
|
||||
"fan": "송풍기",
|
||||
"history_graph": "기록그래프",
|
||||
"history_graph": "기록 그래프",
|
||||
"group": "그룹",
|
||||
"image_processing": "이미지처리",
|
||||
"input_boolean": "논리입력",
|
||||
|
@ -558,7 +558,12 @@
|
||||
"zone": "Zon"
|
||||
},
|
||||
"device": {
|
||||
"label": "Apparat"
|
||||
"label": "Apparat",
|
||||
"extra_fields": {
|
||||
"above": "Iwwert",
|
||||
"below": "Ënnert",
|
||||
"for": "Dauer"
|
||||
}
|
||||
},
|
||||
"and": {
|
||||
"label": "An"
|
||||
@ -602,6 +607,9 @@
|
||||
},
|
||||
"device_id": {
|
||||
"label": "Apparat"
|
||||
},
|
||||
"scene": {
|
||||
"label": "Zeen aktivéieren"
|
||||
}
|
||||
},
|
||||
"learn_more": "Méi iwwert Aktioune liesen"
|
||||
@ -616,7 +624,20 @@
|
||||
},
|
||||
"script": {
|
||||
"caption": "Skript",
|
||||
"description": "Skript erstellen an änneren"
|
||||
"description": "Skript erstellen an änneren",
|
||||
"picker": {
|
||||
"header": "Skript Editeur",
|
||||
"introduction": "De Skript Editeur erlaabt Iech Skripten ze erstellen an z'änneren. Follegt de Link hei ënnendrënner fir d'Instruktiounen ze liese fir sécher ze stellen, datt Dir den Home Assistant richteg konfiguréiert hutt",
|
||||
"learn_more": "Méi iwwert Skripten léieren",
|
||||
"no_scripts": "Keng Skripte fir ze ännere fonnt",
|
||||
"add_script": "Skript dobäisetze"
|
||||
},
|
||||
"editor": {
|
||||
"header": "Skript: {name}",
|
||||
"default_name": "Neie Skript",
|
||||
"load_error_not_editable": "Nëmme Skripten am scripts.yaml kënnen editéiert ginn.",
|
||||
"delete_confirm": "Sécher fir dësen Skript ze läsche?"
|
||||
}
|
||||
},
|
||||
"zwave": {
|
||||
"caption": "Z-Wave",
|
||||
@ -664,13 +685,19 @@
|
||||
"true": "Richteg",
|
||||
"false": "Falsch",
|
||||
"set_config_parameter": "Konfiguratioun's Parameter setzen"
|
||||
},
|
||||
"learn_more": "Méi iwwert Z-Wave léieren",
|
||||
"ozw_log": {
|
||||
"header": "OZW Log",
|
||||
"introduction": "Logbicher kucken. 0 ass de minimum (luet de ganze Log) an 1000 ass de maximum. Luede weist ee statesche Log an \"tail\" aktualiséiert de Log automatesch mat de leschten Zeile vum Log."
|
||||
}
|
||||
},
|
||||
"users": {
|
||||
"caption": "Benotzer",
|
||||
"description": "Benotzer verwalten",
|
||||
"picker": {
|
||||
"title": "Benotzer"
|
||||
"title": "Benotzer",
|
||||
"system_generated": "Vum System generéiert"
|
||||
},
|
||||
"editor": {
|
||||
"rename_user": "Benotzer ëmbenennen",
|
||||
@ -678,7 +705,18 @@
|
||||
"activate_user": "Benotzer aktivéieren",
|
||||
"deactivate_user": "Benotzer déaktivéieren",
|
||||
"delete_user": "Benotzer läschen",
|
||||
"caption": "Benotzer kucken"
|
||||
"caption": "Benotzer kucken",
|
||||
"id": "ID",
|
||||
"owner": "Proprietär",
|
||||
"group": "Gruppe",
|
||||
"active": "Aktiv",
|
||||
"system_generated": "Vum System generéiert",
|
||||
"system_generated_users_not_removable": "Ka keng System generéiert Benotzer läschen.",
|
||||
"unnamed_user": "Benotzer ouni Numm",
|
||||
"enter_new_name": "Neie Numm aginn",
|
||||
"user_rename_failed": "Feeler beim ëmbenennen vum Benotzer:",
|
||||
"group_update_failed": "Feeler bei der aktualiséiereung vum Gruppe",
|
||||
"confirm_user_deletion": "Sécher fir {name} ze läsche?"
|
||||
},
|
||||
"add_user": {
|
||||
"caption": "Benotzer erstellen",
|
||||
@ -692,7 +730,156 @@
|
||||
"caption": "Home Assistant Cloud",
|
||||
"description_login": "Ageloggt als {email}",
|
||||
"description_not_login": "Net ageloggt",
|
||||
"description_features": "Steiert vun ënnerwee aus, integréiert mam Alexa an Google Assistant."
|
||||
"description_features": "Steiert vun ënnerwee aus, integréiert mam Alexa an Google Assistant.",
|
||||
"login": {
|
||||
"title": "Cloud Login",
|
||||
"introduction": "Home Assistant Cloud liwwert Iech eng sécher Fernverbindung op Är Instanz wann Dir ënnerwee sidd. Et erlaabt Iech och mat Cloud Servicer ze verbannen: Amazon Alexa a Google Assistant.",
|
||||
"introduction2": "Dëse Service gëtt vun eisem Partner geleet ",
|
||||
"introduction2a": ", eng Firma gegrënnt vun de Grënner vun Home Assistant an Hass.io.",
|
||||
"introduction3": "Home Assistant Cloud ass een Abonnement Service mat engem Mount gratis Testperiod. Keng Paiement Informatiounen néideg",
|
||||
"learn_more_link": "Léier méi iwwert Home Assistant Cloud",
|
||||
"dismiss": "Verwerfen",
|
||||
"sign_in": "Umellen",
|
||||
"email": "E-Mail",
|
||||
"email_error_msg": "Ongëlteg E-Mail",
|
||||
"password": "Passwuert",
|
||||
"password_error_msg": "Passwierder hunn op mannst 8 Charakteren",
|
||||
"forgot_password": "Passwuert vergiess?",
|
||||
"start_trial": "Start är gratis 1 Mount Testperiod",
|
||||
"trial_info": "Keng Paiement Informatiounen néideg",
|
||||
"alert_password_change_required": "Dir musst ärt Passwuert ännere ier dir iech verbanne kënnt.",
|
||||
"alert_email_confirm_necessary": "Dir musst är E-Mail confirméieren ier dir iech verbanne kënnt."
|
||||
},
|
||||
"forgot_password": {
|
||||
"title": "Passwuert vergiess",
|
||||
"subtitle": "Passwuert vergiess",
|
||||
"instructions": "Gitt är E-Mail Adress un a mir schécken iech e Link fir äert Passwuert zeréck ze setzen.",
|
||||
"email": "E-Mail",
|
||||
"email_error_msg": "Ongëlteg E-Mail",
|
||||
"send_reset_email": "Reset E-Mail schécken",
|
||||
"check_your_email": "Kuckt är E-Maile fir Uweisunge wéi d'Passwuert zeréckgesat gëtt."
|
||||
},
|
||||
"register": {
|
||||
"title": "Kont registréieren",
|
||||
"headline": "Start är gratis Testperiod",
|
||||
"information": "Erstellt ee Kont fir mat ärer Gratis 1 Mount Test Period unzefänken. Keng Paiement Informatiounen néideg.",
|
||||
"information2": "Testversioun gëtt iech Accès op all Beneficer vun der Home Assistant Cloud, inklusive:",
|
||||
"feature_remote_control": "Kontrolléiert ären Home Assistant vun ënnerwee",
|
||||
"feature_google_home": "Integratioun mat Google Assistant",
|
||||
"feature_amazon_alexa": "Integratioun mat Amazon Alexa",
|
||||
"feature_webhook_apps": "Einfach Integratioun mat webhook-baséierten Apps wéi OwnTracks",
|
||||
"information3": "Dëse Service gëtt vun eisem Partner geleet ",
|
||||
"information3a": ", eng Firma gegrënnt vun de Grënner vun Home Assistant an Hass.io.",
|
||||
"information4": "Andeems Dir Iech fir e Kont ugemellt hutt, akzeptéiert Dir déi folgend Bedéngungen.",
|
||||
"link_terms_conditions": "Konditioune",
|
||||
"link_privacy_policy": "Dateschutz Bestëmmungen",
|
||||
"create_account": "Kont erstellen",
|
||||
"email_address": "E-Mail Adresse",
|
||||
"email_error_msg": "Ongëlteg E-Mail",
|
||||
"password": "Passwuert",
|
||||
"password_error_msg": "Passwierder hunn op mannst 8 Charakteren",
|
||||
"start_trial": "Testperiod starten",
|
||||
"resend_confirm_email": "Bestätegung's E-Mail nach emol verschécken",
|
||||
"account_created": "Kont erstallt! Kuckt är E-Mailen fir Uweisungen wéi den Kont aktivéiert gëtt."
|
||||
},
|
||||
"account": {
|
||||
"thank_you_note": "Merci dass dir Deel sidd vun der Home Assistant Cloud. Et ass wéinst iech dass mir sou eng groussaarteg Home Automation Erfarung fir jiddweree kënne maachen. Villmools Merci!",
|
||||
"nabu_casa_account": "Nabu Casa Kont",
|
||||
"connection_status": "Cloud Verbindungs Status",
|
||||
"manage_account": "Kont verwalten",
|
||||
"sign_out": "Ofmellen",
|
||||
"integrations": "Integratioune",
|
||||
"integrations_introduction": "Integratioune fir Home Assistant Cloud erlaben iech mat Servicer an der Cloud ze verbannen ouni dass är Home Assistant Instanz ëffentlech um Internet ass.",
|
||||
"integrations_introduction2": "Kuckt d'Websäit fir ",
|
||||
"integrations_link_all_features": " all verfügbar Eegeschafte",
|
||||
"connected": "Verbonnen",
|
||||
"not_connected": "Net verbonnen",
|
||||
"fetching_subscription": "Abonnement gëtt ausgelies...",
|
||||
"remote": {
|
||||
"title": "Fernsteierung",
|
||||
"access_is_being_prepared": "Remote Accès gëtt virbereet. Mir ginn iech Bescheed wann et prett ass.",
|
||||
"info": "Home Assistant Cloud stellt eng sécher Verbindung zu ärer Instanz bereet wann dir ënnerwee sidd.",
|
||||
"instance_is_available": "Är Instanz ass disponibel op",
|
||||
"instance_will_be_available": "Är Instanz gëtt disponibel op",
|
||||
"link_learn_how_it_works": "Léier wéi et funktionéiert",
|
||||
"certificate_info": "Zertifikat Informatiounen"
|
||||
},
|
||||
"alexa": {
|
||||
"title": "Alexa",
|
||||
"info": "Mat der Alexa Integratioun fir Home Assistant Cloud könnt dir all är Home Assistant Apparater via Alexa supportéiert Apparater steieren.",
|
||||
"enable_ha_skill": "Aktivéiert Home Assistant Fäegkeet fir Alexa",
|
||||
"config_documentation": "Dokumentatioun iwwert d'Konfiguration",
|
||||
"enable_state_reporting": "Zostand Berichterstattung aktivéieren",
|
||||
"info_state_reporting": "Wann dir de Rapport vun den Zoustänn aktivéiert schéckt Home Assistant all Ännerung vum Zoustand vun exposéierten Entitéiten op Amazon. Dës erlaabt iech ëmmer déi leschten Zoustänn an der Alexa App ze gesinn an d'Ännerunge vun den Zoustänn ze benotze fir Ofleef z'erstellen.",
|
||||
"sync_entities": "Entitéite synchroniséieren",
|
||||
"manage_entities": "Entitéite verwalten",
|
||||
"sync_entities_error": "Feeler beim synchroniséieren vun den Entitéite:",
|
||||
"state_reporting_error": "Kann net den Rapport vum Zoustand {enable_disable}",
|
||||
"enable": "Aktivéieren",
|
||||
"disable": "Desaktivéieren"
|
||||
},
|
||||
"google": {
|
||||
"title": "Google Assistant",
|
||||
"info": "Mat der Google Assistant Integratioun fir Home Assistant Cloud könnt dir all är Home Assistant Apparater via Google Assistant supportéiert Apparater steieren.",
|
||||
"enable_ha_skill": "Aktivéiert Home Assistant Fäegkeet fir Google Assistant",
|
||||
"config_documentation": "Dokumentatioun iwwert d'Konfiguration",
|
||||
"enable_state_reporting": "Zostand Berichterstattung aktivéieren",
|
||||
"info_state_reporting": "Wann dir de Rapport vun den Zoustänn aktivéiert schéckt Home Assistant all Ännerung vum Zoustand vun exposéierten Entitéiten op Google. Dës erlaabt iech ëmmer déi leschten Zoustänn an der Google App ze gesinn.",
|
||||
"security_devices": "Sécherheets Apparater",
|
||||
"enter_pin_info": "Gitt w.e.g en Pin un fir d'Interaktioun mat Sécherheets Apparater. Sécherheets Apparater kënnen Dieren, Garagen a Schlässer sinn. Dir gitt de PIN gefrot fir ze soen oder anzegi fir d'Interaktioun mat Service wéi Google Assistant.",
|
||||
"devices_pin": "Sécherheets Apparater Pin",
|
||||
"enter_pin_hint": "Gitt ee Pin an fir Sécherheets Apparater ze benotzen",
|
||||
"sync_entities": "Entitéiten mat Google synchroniséieren",
|
||||
"manage_entities": "Entitéiten verwalten",
|
||||
"enter_pin_error": "Kann net de Pin späicheren:"
|
||||
},
|
||||
"webhooks": {
|
||||
"title": "Webhooks",
|
||||
"info": "Alles wat konfiguréiert ass fir duerch e Webhook ausgeléist ze ginn, kann eng ëffentlech zougänglech URL kréien, fir datt Dir Är Donnéeën zréck un den Home Assistant vun iergendwou kënnt zréckschécken, ouni Är Instanz um Internet z'exposéieren",
|
||||
"no_hooks_yet": "Et gesäit sou aus wéi wann nach keng webhooks benotzt ginn. Fänkt mam erstellen vun enger ",
|
||||
"no_hooks_yet_link_integration": "webhook baséierter Integratioun",
|
||||
"no_hooks_yet2": " oder via erstellen vun ",
|
||||
"no_hooks_yet_link_automation": "Webhook Automatisme",
|
||||
"link_learn_more": "Méi iwwert wéi ee webhook-baséiert Automatismen erstellt léieren",
|
||||
"loading": "Lued ...",
|
||||
"manage": "Verwalten",
|
||||
"disable_hook_error_msg": "Feeler beim désaktivéieren vum Webhook:"
|
||||
}
|
||||
},
|
||||
"alexa": {
|
||||
"title": "Alexa",
|
||||
"banner": "D'Ännere vun den Entitéiten déi iwwert dës UI exposéiert sinn ass desaktivéiert well Entitéite Filter an der configuration.yaml konfiguréiert sinn.",
|
||||
"exposed_entities": "Exposéiert Entitéiten",
|
||||
"not_exposed_entities": "Keng exposéiert Entitéiten",
|
||||
"expose": "Op Alexa exposéieren"
|
||||
},
|
||||
"dialog_certificate": {
|
||||
"certificate_information": "Zertifikat Informatiounen",
|
||||
"certificate_expiration_date": "Zertifikat Verfallsdatum",
|
||||
"will_be_auto_renewed": "Gëtt automatesch verlängert",
|
||||
"fingerprint": "Zertifikat Fanger Ofdrock",
|
||||
"close": "Zoumaachen"
|
||||
},
|
||||
"google": {
|
||||
"title": "Google Assistant",
|
||||
"expose": "Op Google Assistant exposéieren",
|
||||
"disable_2FA": "2-Faktor-Authentifikatioun désaktivéieren",
|
||||
"banner": "D'Ännere vun den Entitéiten déi iwwert dës UI exposéiert sinn ass desaktivéiert well Entitéite Filter an der configuration.yaml konfiguréiert sinn.",
|
||||
"exposed_entities": "Exposéiert Entitéiten",
|
||||
"not_exposed_entities": "Keng exposéiert Entitéiten",
|
||||
"sync_to_google": "Ännerungen ginn mat Google synchroniséiert"
|
||||
},
|
||||
"dialog_cloudhook": {
|
||||
"webhook_for": "Webhook fir {name}",
|
||||
"available_at": "De Webhook ass disponibel op der folgender url:",
|
||||
"managed_by_integration": "Dëse Webhook gëtt vun enger Integratioun verwalt a kann net desaktivéiert ginn.",
|
||||
"info_disable_webhook": "Wann dir dëse Webhook net wëllt länger benotzen, kënnt dir",
|
||||
"link_disable_webhook": "Desaktivéieren",
|
||||
"view_documentation": "Dokumentatioun kucken",
|
||||
"close": "Zoumaachen",
|
||||
"confirm_disable": "Sécher fir dëse Webhook ze desaktivéieren?",
|
||||
"copied_to_clipboard": "An de Tëschespäicher kopéiert"
|
||||
}
|
||||
},
|
||||
"integrations": {
|
||||
"caption": "Integratiounen",
|
||||
@ -720,7 +907,10 @@
|
||||
"description": "Fir dës Etapp ofzeschléisse muss dir eng externe Internetsäit besichen.",
|
||||
"open_site": "Internetsäit opmaachen"
|
||||
}
|
||||
}
|
||||
},
|
||||
"note_about_integrations": "Net all Integratioune könne nach via den Benotzer Interface konfiguréiert ginn.",
|
||||
"note_about_website_reference": "Méi sin der disponibel op der ",
|
||||
"home_assistant_website": "Home Assistant Websäit"
|
||||
},
|
||||
"zha": {
|
||||
"caption": "ZHA",
|
||||
@ -738,7 +928,46 @@
|
||||
"add_device_page": {
|
||||
"header": "Zigbee Home Automation - Apparater dobäisetzen",
|
||||
"spinner": "Sicht no ZHA Zigbee Apparater...",
|
||||
"discovery_text": "Entdeckten Apparater tauchen op dëser Platz op. Suivéiert d'Instruktiounen fir är Apparater an aktivéiert den Kupplung's Mod."
|
||||
"discovery_text": "Entdeckten Apparater tauchen op dëser Platz op. Suivéiert d'Instruktiounen fir är Apparater an aktivéiert den Kupplung's Mod.",
|
||||
"search_again": "Nach emol sichen"
|
||||
},
|
||||
"common": {
|
||||
"add_devices": "Apparater dobäisetzen",
|
||||
"clusters": "Cluster",
|
||||
"devices": "Apparater",
|
||||
"manufacturer_code_override": "Hiersteller Code Override",
|
||||
"value": "Wäert"
|
||||
},
|
||||
"network_management": {
|
||||
"header": "Verwaltung vum Netzwierk",
|
||||
"introduction": "Kommandoe mat Impakt op d'gesamt Netzwierk"
|
||||
},
|
||||
"node_management": {
|
||||
"header": "Verwaltung vun den Apparaten",
|
||||
"introduction": "ZHA Kommandoe ausféieren déi nëmmen een Apparat betreffen. Wielt een Apparat aus fir seng Lëscht vun verfügbare Kommandoe ze gesinn.",
|
||||
"hint_battery_devices": "Note: (Batterie gedriwwen) Apparater déi an de Stand-by gi mussen un si fir Kommandoen unzehuelen. Dir kënnt solch Apparater gewéinlech aus dem Stand-by huelen andeems se ausgeléist ginn.",
|
||||
"hint_wakeup": "Verschidden Apparater wéi Xiaomi Sensoren hunn ee klenge Knäppchen deen een an Intervalle vu ~5s drécke ka fir dass den Apparat un bléift wärend der Interaktioun.",
|
||||
"help_node_dropdown": "Wielt een Apparat aus fir seng spezifesch Optioune ze gesinn."
|
||||
},
|
||||
"clusters": {
|
||||
"help_cluster_dropdown": "Wielt ee Cluster aus fir Attributer anKommandoe ze gesinn."
|
||||
},
|
||||
"cluster_attributes": {
|
||||
"header": "Cluster Attributer",
|
||||
"introduction": "Cluster Attributer kucken an änneren.",
|
||||
"attributes_of_cluster": "Attributer vum ausgewielten Cluster",
|
||||
"get_zigbee_attribute": "Zigbee Attribut liesen",
|
||||
"set_zigbee_attribute": "Zigbee Attribut definéieren",
|
||||
"help_attribute_dropdown": "Attribut auswielen fir säin Wärt ze kucken oder ze setzen.",
|
||||
"help_get_zigbee_attribute": "Wäert fir dat gewielten Attribut liesen",
|
||||
"help_set_zigbee_attribute": "Definéiert ee Wäert fir den Attribut fir de spezifizéierte Cluster op der spezifizéierter Entitéit."
|
||||
},
|
||||
"cluster_commands": {
|
||||
"header": "Cluster Kommandoe",
|
||||
"introduction": "Cluster Kommandoe kucken an ausginn",
|
||||
"commands_of_cluster": "Kommandoe vum ausgewielten Cluster",
|
||||
"issue_zigbee_command": "Zigbee Kommando ausginn",
|
||||
"help_command_dropdown": "Wielt ee Kommando eraus fir z'interagéieren."
|
||||
}
|
||||
},
|
||||
"area_registry": {
|
||||
@ -770,7 +999,13 @@
|
||||
"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",
|
||||
"show_disabled": "Desaktivéiert Entitéiten uweisen"
|
||||
"show_disabled": "Desaktivéiert Entitéiten uweisen",
|
||||
"headers": {
|
||||
"name": "Numm",
|
||||
"entity_id": "ID vun der Entitéit",
|
||||
"integration": "Integratioun",
|
||||
"enabled": "Aktivéiert"
|
||||
}
|
||||
},
|
||||
"editor": {
|
||||
"unavailable": "Dës Entitéit ass net erreechbar fir de Moment.",
|
||||
@ -791,8 +1026,24 @@
|
||||
"name": "Numm",
|
||||
"device_tracker_intro": "Wiel d'Apparater aus déi zu dëser Persoun gehéieren.",
|
||||
"device_tracker_picked": "Aparat suivéieren",
|
||||
"device_tracker_pick": "Wielt den Apparat aus fir ze suivéieren"
|
||||
}
|
||||
"device_tracker_pick": "Wielt den Apparat aus fir ze suivéieren",
|
||||
"new_person": "Nei Persoun",
|
||||
"name_error_msg": "Numm ass obligatoresch",
|
||||
"linked_user": "Verbonne Benotzer",
|
||||
"no_device_tracker_available_intro": "Wann dir Apparater hutt déi d'Präsenz vun enger Persoun uweisen, kënnt dir déi enger Persoun zouweisen. Dir kënnt ären éischten Apparat bäisetzen andeems dir eng Präsenz Detektioun Integratioun vun der Integratiouns Säit dobäisetzt.",
|
||||
"link_presence_detection_integrations": "Präsenz Detektioun Integratioune",
|
||||
"link_integrations_page": "Integratiouns Säit",
|
||||
"delete": "Läschen",
|
||||
"create": "Erstellen",
|
||||
"update": "Aktualiséieren"
|
||||
},
|
||||
"introduction": "Hei kënnt dir all wichteg Persoun am Home Assistant definéieren.",
|
||||
"note_about_persons_configured_in_yaml": "Note: Persounen konfiguréiert via configuration.yaml können net via den UI geännert ginn.",
|
||||
"no_persons_created_yet": "Et gesäit sou aus wéi wann nach keng Persounen erstallt goufen.",
|
||||
"create_person": "Persoun erstellen",
|
||||
"add_person": "Persoun dobäisetzen",
|
||||
"confirm_delete": "Sécher fir dës Persoun ze läsche?",
|
||||
"confirm_delete2": "All Apparater déi zu dëser Persoun gehéiere ginn néirens zougewisen"
|
||||
},
|
||||
"server_control": {
|
||||
"caption": "Kontroll vum Server",
|
||||
@ -838,6 +1089,11 @@
|
||||
"caption": "Wann eppes ausgeléist gëtt"
|
||||
}
|
||||
}
|
||||
},
|
||||
"common": {
|
||||
"editor": {
|
||||
"confirm_unsaved": "Net gespäichert Ännerungen. Trotzdeem verloossen?"
|
||||
}
|
||||
}
|
||||
},
|
||||
"profile": {
|
||||
@ -917,6 +1173,10 @@
|
||||
"vibrate": {
|
||||
"header": "Vibréieren",
|
||||
"description": "Vibratioun op dësem Apparat un oder ausschalte wann aner Apparater gesteiert ginn."
|
||||
},
|
||||
"advanced_mode": {
|
||||
"title": "Avancéierte Modus",
|
||||
"description": "Home Assistant verstoppt standardméisseg avancéiert Features an Optiounen. Dir kënnt dës Funktiounen zougänglech maachen andeems Dir dës Optioun aktivéiert. Dës ass eng Benotzer spezifesch Astellung an huet keen Impakt op aner Home Assistant Benotzer."
|
||||
}
|
||||
},
|
||||
"page-authorize": {
|
||||
@ -1077,7 +1337,9 @@
|
||||
"add": "Kaart dobäisetzen",
|
||||
"edit": "Änneren",
|
||||
"delete": "Läschen",
|
||||
"move": "Réckelen"
|
||||
"move": "Réckelen",
|
||||
"show_visual_editor": "Visuellen Editeur uweisen",
|
||||
"show_code_editor": "Code Editeur uweisen"
|
||||
},
|
||||
"migrate": {
|
||||
"header": "Konfiguratioun net kompatibel",
|
||||
@ -1121,7 +1383,8 @@
|
||||
"optional": "Optional"
|
||||
},
|
||||
"entities": {
|
||||
"show_header_toggle": "Titel Schalter uweisen?"
|
||||
"show_header_toggle": "Titel Schalter uweisen?",
|
||||
"name": "Entitéiten"
|
||||
},
|
||||
"gauge": {
|
||||
"severity": {
|
||||
@ -1129,10 +1392,12 @@
|
||||
"green": "Gréng",
|
||||
"red": "Roud",
|
||||
"yellow": "Giel"
|
||||
}
|
||||
},
|
||||
"name": "Skala"
|
||||
},
|
||||
"glance": {
|
||||
"columns": "Kolonnen"
|
||||
"columns": "Kolonnen",
|
||||
"name": "Usiicht"
|
||||
},
|
||||
"generic": {
|
||||
"aspect_ratio": "Säiteverhältnis",
|
||||
@ -1162,14 +1427,72 @@
|
||||
"geo_location_sources": "Quell vun der Geolokalisatioun",
|
||||
"dark_mode": "Däischteren Modus",
|
||||
"default_zoom": "Standard Zoom",
|
||||
"source": "Quell"
|
||||
"source": "Quell",
|
||||
"name": "Kaart"
|
||||
},
|
||||
"markdown": {
|
||||
"content": "Contenu"
|
||||
"content": "Contenu",
|
||||
"name": "Markdown"
|
||||
},
|
||||
"sensor": {
|
||||
"graph_detail": "Detail Diagramm",
|
||||
"graph_type": "Typ vun Graph."
|
||||
"graph_type": "Typ vun Graph.",
|
||||
"name": "Sensor"
|
||||
},
|
||||
"alarm-panel": {
|
||||
"name": "Alarm Zentral",
|
||||
"available_states": "Verfügbar Zoustänn"
|
||||
},
|
||||
"conditional": {
|
||||
"name": "Bedingungen"
|
||||
},
|
||||
"entity-button": {
|
||||
"name": "Entitéite Knäppchen"
|
||||
},
|
||||
"entity-filter": {
|
||||
"name": "Entitéite Filter"
|
||||
},
|
||||
"history-graph": {
|
||||
"name": "Verlaf Diagramm"
|
||||
},
|
||||
"horizontal-stack": {
|
||||
"name": "Horizontale Stapel"
|
||||
},
|
||||
"iframe": {
|
||||
"name": "iFrame"
|
||||
},
|
||||
"light": {
|
||||
"name": "Luucht"
|
||||
},
|
||||
"media-control": {
|
||||
"name": "Medie Kontroll"
|
||||
},
|
||||
"picture": {
|
||||
"name": "Bild"
|
||||
},
|
||||
"picture-elements": {
|
||||
"name": "Biller Elementer"
|
||||
},
|
||||
"picture-entity": {
|
||||
"name": "Biller Entitéit"
|
||||
},
|
||||
"picture-glance": {
|
||||
"name": "Biller Usiicht"
|
||||
},
|
||||
"plant-status": {
|
||||
"name": "Status vun der Planz"
|
||||
},
|
||||
"shopping-list": {
|
||||
"name": "Akafslëscht"
|
||||
},
|
||||
"thermostat": {
|
||||
"name": "Thermostat"
|
||||
},
|
||||
"vertical-stack": {
|
||||
"name": "Vertikale Stapel"
|
||||
},
|
||||
"weather-forecast": {
|
||||
"name": "Wiederprevisioune"
|
||||
}
|
||||
}
|
||||
},
|
||||
@ -1405,7 +1728,8 @@
|
||||
"entity_turned_off": "{entity} gouf ausgeschalt",
|
||||
"service_called": "Service {service} operuff",
|
||||
"service_call_failed": "Feeler beim opruffen vun {service}",
|
||||
"connection_lost": "Verbindung verluer. Verbindung gëtt nees opgebaut..."
|
||||
"connection_lost": "Verbindung verluer. Verbindung gëtt nees opgebaut...",
|
||||
"triggered": "{name} ausgeléist"
|
||||
},
|
||||
"dialogs": {
|
||||
"more_info_settings": {
|
||||
@ -1451,7 +1775,16 @@
|
||||
"device_name_placeholder": "Virnumm",
|
||||
"area_picker_label": "Beräich",
|
||||
"update_name_button": "Numm änneren"
|
||||
}
|
||||
},
|
||||
"buttons": {
|
||||
"add": "Apparater dobäisetzen",
|
||||
"remove": "Apparat läschen",
|
||||
"reconfigure": "Apparat frësch konfiguréieren"
|
||||
},
|
||||
"quirk": "Quirk",
|
||||
"last_seen": "Fir d'läscht gesinn",
|
||||
"power_source": "Energie Quell",
|
||||
"unknown": "Onbekannt"
|
||||
}
|
||||
},
|
||||
"auth_store": {
|
||||
|
@ -558,7 +558,12 @@
|
||||
"zone": "Sone"
|
||||
},
|
||||
"device": {
|
||||
"label": "Enhet"
|
||||
"label": "Enhet",
|
||||
"extra_fields": {
|
||||
"above": "Over",
|
||||
"below": "Under",
|
||||
"for": "Varighet"
|
||||
}
|
||||
},
|
||||
"and": {
|
||||
"label": "Og"
|
||||
@ -602,6 +607,9 @@
|
||||
},
|
||||
"device_id": {
|
||||
"label": "Enhet"
|
||||
},
|
||||
"scene": {
|
||||
"label": "Aktiver scene"
|
||||
}
|
||||
},
|
||||
"learn_more": "Lær mer om handlinger"
|
||||
@ -616,7 +624,20 @@
|
||||
},
|
||||
"script": {
|
||||
"caption": "Skript",
|
||||
"description": "Opprett og rediger skript"
|
||||
"description": "Opprett og rediger skript",
|
||||
"picker": {
|
||||
"header": "Skriptredigering",
|
||||
"introduction": "Skripteditoren lar deg lage og redigere skript. Følg lenken nedenfor for å lese instruksjonene for å forsikre deg om at du har konfigurert Home Assistant riktig.",
|
||||
"learn_more": "Lær mer om skript",
|
||||
"no_scripts": "Vi kunne ikke finne noen redigerbare skript",
|
||||
"add_script": "Legg til skript"
|
||||
},
|
||||
"editor": {
|
||||
"header": "Skript: {navn}",
|
||||
"default_name": "Nytt skript",
|
||||
"load_error_not_editable": "Bare skript inne i skript.yaml kan redigeres.",
|
||||
"delete_confirm": "Er du sikker på at du vil slette dette skriptet?"
|
||||
}
|
||||
},
|
||||
"zwave": {
|
||||
"caption": "Z-Wave",
|
||||
@ -664,13 +685,19 @@
|
||||
"true": "Sant",
|
||||
"false": "Usant",
|
||||
"set_config_parameter": "Angi konfigurasjons parameter"
|
||||
},
|
||||
"learn_more": "Lær mer om Z-Wave",
|
||||
"ozw_log": {
|
||||
"header": "OZW-logg",
|
||||
"introduction": "Vis loggen. 0 er minimum (laster hele loggen) og 1000 er maksimum. Load vil vise en statisk logg og halen vil automatisk oppdatere med det siste spesifiserte antall linjer av loggen."
|
||||
}
|
||||
},
|
||||
"users": {
|
||||
"caption": "Brukere",
|
||||
"description": "Administrer brukere",
|
||||
"picker": {
|
||||
"title": "Brukere"
|
||||
"title": "Brukere",
|
||||
"system_generated": "System generert"
|
||||
},
|
||||
"editor": {
|
||||
"rename_user": "Gi nytt navn til bruker",
|
||||
@ -678,7 +705,18 @@
|
||||
"activate_user": "Aktiver bruker",
|
||||
"deactivate_user": "Deaktiver bruker",
|
||||
"delete_user": "Slett bruker",
|
||||
"caption": "Vis bruker"
|
||||
"caption": "Vis bruker",
|
||||
"id": "ID",
|
||||
"owner": "Eier",
|
||||
"group": "Gruppe",
|
||||
"active": "Aktiv",
|
||||
"system_generated": "System generert",
|
||||
"system_generated_users_not_removable": "Kan ikke fjerne systemgenererte brukere.",
|
||||
"unnamed_user": "Bruker uten navn",
|
||||
"enter_new_name": "Skriv inn nytt navn",
|
||||
"user_rename_failed": "Brukernavn mislyktes:",
|
||||
"group_update_failed": "Gruppeoppdatering mislyktes:",
|
||||
"confirm_user_deletion": "Er du sikker på at du vil slette {name} ?"
|
||||
},
|
||||
"add_user": {
|
||||
"caption": "Legg til bruker",
|
||||
@ -692,7 +730,156 @@
|
||||
"caption": "Home Assistant Cloud",
|
||||
"description_login": "Logget inn som {email}",
|
||||
"description_not_login": "Ikke pålogget",
|
||||
"description_features": "Kontroller borte fra hjemmet, integrere med Alexa og Google Assistant."
|
||||
"description_features": "Kontroller borte fra hjemmet, integrere med Alexa og Google Assistant.",
|
||||
"login": {
|
||||
"title": "Cloud Logg inn",
|
||||
"introduction": "Home Assistant Cloud gir deg en sikker ekstern tilkobling til din forekomst mens du er borte fra hjemmet. Du kan også koble til med skytjenester: Amazon Alexa og Google Assistant.",
|
||||
"introduction2": "Denne tjenesten drives av vår partner",
|
||||
"introduction2a": ", et selskap av grunnleggerne av Home Assistant og Hass.io.",
|
||||
"introduction3": "Home Assistant Cloud er en abonnementstjeneste med en gratis prøveperiode på en måned. Ingen betalingsinformasjon nødvendig.",
|
||||
"learn_more_link": "Lær mer om Home Assistant Cloud",
|
||||
"dismiss": "Avvis",
|
||||
"sign_in": "Logg inn",
|
||||
"email": "E-post",
|
||||
"email_error_msg": "Ugyldig e-postadresse",
|
||||
"password": "Passord",
|
||||
"password_error_msg": "Passord er minst 8 tegn",
|
||||
"forgot_password": "glemt passord?",
|
||||
"start_trial": "Start en gratis prøveperiode på 1 måned",
|
||||
"trial_info": "Ingen betalingsinformasjon er nødvendig",
|
||||
"alert_password_change_required": "Du må endre passordet før du logger inn.",
|
||||
"alert_email_confirm_necessary": "Du må bekrefte e-posten din før du logger inn."
|
||||
},
|
||||
"forgot_password": {
|
||||
"title": "Glemt passord",
|
||||
"subtitle": "Glemt passord",
|
||||
"instructions": "Skriv inn din e-postadresse og vi vil sende deg en link for å tilbakestille passordet ditt.",
|
||||
"email": "E-post",
|
||||
"email_error_msg": "Ugyldig e-postadresse",
|
||||
"send_reset_email": "Send tilbakestilling av passord via e-post",
|
||||
"check_your_email": "Sjekk e-posten din for instruksjoner om hvordan du tilbakestiller passordet."
|
||||
},
|
||||
"register": {
|
||||
"title": "Registrer konto",
|
||||
"headline": "Start prøveversjon",
|
||||
"information": "Opprett en konto for å starte en gratis prøveperiode på en måned med Home Assistant Cloud. Ingen betalingsinformasjon nødvendig.",
|
||||
"information2": "Prøveperioden vil gi deg tilgang til alle fordelene med Home Assistant Cloud, inkludert:",
|
||||
"feature_remote_control": "Kontroller Home Assistent når du er borte fra hjemmet",
|
||||
"feature_google_home": "Integrasjon med Google Assistant",
|
||||
"feature_amazon_alexa": "Integrasjon med Amazon Alexa",
|
||||
"feature_webhook_apps": "Enkel integrasjon med nettbaserte apper som OwnTracks",
|
||||
"information3": "Denne tjenesten drives av vår partner",
|
||||
"information3a": ", et selskap av grunnleggerne av Home Assistant og Hass.io.",
|
||||
"information4": "Ved å registrere en konto samtykker du til følgende vilkår og betingelser.",
|
||||
"link_terms_conditions": "Vilkår og betingelser",
|
||||
"link_privacy_policy": "Personvern",
|
||||
"create_account": "Opprett konto",
|
||||
"email_address": "Epostadresse",
|
||||
"email_error_msg": "Ugyldig e-postadresse",
|
||||
"password": "Passord",
|
||||
"password_error_msg": "Passord er minst 8 tegn",
|
||||
"start_trial": "Start prøveversjon",
|
||||
"resend_confirm_email": "Send bekreftelses e-post på nytt",
|
||||
"account_created": "Konto opprettet! Sjekk e-posten din for instruksjoner om hvordan du aktiverer kontoen din."
|
||||
},
|
||||
"account": {
|
||||
"thank_you_note": "Takk for at du er en del av Home Assistant Cloud. Det er på grunn av personer som deg at vi er i stand til å lage en flott hjemme automasjon opplevelse for alle. takk!",
|
||||
"nabu_casa_account": "Nabu Casa konto",
|
||||
"connection_status": "Status for skytilkobling",
|
||||
"manage_account": "Administrer konto",
|
||||
"sign_out": "Logg ut",
|
||||
"integrations": "Integrasjoner",
|
||||
"integrations_introduction": "Integrasjoner for Home Assistant Cloud lar deg koble til tjenester i skyen uten å måtte avsløre Home Assistant-forekomsten offentlig på internett.",
|
||||
"integrations_introduction2": "Sjekk nettstedet for",
|
||||
"integrations_link_all_features": " alle tilgjengelige funksjoner",
|
||||
"connected": "Tilkoblet",
|
||||
"not_connected": "Ikke tilkoblet",
|
||||
"fetching_subscription": "Henter abonnement...",
|
||||
"remote": {
|
||||
"title": "Fjernkontroll",
|
||||
"access_is_being_prepared": "Ekstern tilgang forberedes. Vi vil varsle deg når den er klar.",
|
||||
"info": "Home Assistant Cloud gir en sikker ekstern tilkobling til forekomsten din mens du er borte fra hjemmet.",
|
||||
"instance_is_available": "Din forekomst er tilgjengelig på",
|
||||
"instance_will_be_available": "Din forekomst vil være tilgjengelig på",
|
||||
"link_learn_how_it_works": "Lær hvordan det fungerer",
|
||||
"certificate_info": "Sertifikatinformasjon"
|
||||
},
|
||||
"alexa": {
|
||||
"title": "Alexa",
|
||||
"info": "Med Alexa-integrasjonen for Home Assistant Cloud vil du kunne kontrollere alle dine Home Assistant-enheter via hvilken som helst Alexa-aktivert enhet.",
|
||||
"enable_ha_skill": "Aktivere Home Assistant-ferdigheten for Alexa",
|
||||
"config_documentation": "Konfigurer dokumentasjon",
|
||||
"enable_state_reporting": "Aktiver tilstandsrapportering",
|
||||
"info_state_reporting": "Hvis du aktiverer tilstandsrapportering, vil Home Assistant sende alle tilstandsendringer av utsatte enheter til Amazon. Dette lar deg alltid se de siste tilstandene i Alexa-appen og bruke tilstandsendringene til å lage rutiner.",
|
||||
"sync_entities": "Synkroniser enheter",
|
||||
"manage_entities": "Administrer enheter",
|
||||
"sync_entities_error": "Kunne ikke synkronisere enheter:",
|
||||
"state_reporting_error": "Kan ikke {enable_disable} rapportere status.",
|
||||
"enable": "aktiver",
|
||||
"disable": "deaktiver"
|
||||
},
|
||||
"google": {
|
||||
"title": "Google Assistant",
|
||||
"info": "Med Google Assistant-integrasjonen for Home Assistant Cloud vil du kunne kontrollere alle dine Home Assistant-enheter via hvilken som helst Google Assistant-aktivert enhet.",
|
||||
"enable_ha_skill": "Aktivere Home Assistant-ferdigheten for Google Assistant",
|
||||
"config_documentation": "Konfigurer dokumentasjon",
|
||||
"enable_state_reporting": "Aktiver tilstandsrapportering",
|
||||
"info_state_reporting": "Hvis du aktiverer tilstandsrapportering, vil Home Assistant sende alle tilstandsendringer av utsatte enheter til Google. Dette lar deg alltid se de nyeste delene av Google-appen.",
|
||||
"security_devices": "Sikkerhetsenheter",
|
||||
"enter_pin_info": "Angi en PIN-kode for å samhandle med sikkerhetsenheter. Sikkerhetsanordninger er dører, garasjeporter og låser. Du vil bli bedt om å si\/angi denne PIN-koden når du samhandler med slike enheter via Google Assistant.",
|
||||
"devices_pin": "PIN-kode for sikkerhetsenheter",
|
||||
"enter_pin_hint": "Angi en PIN-kode for å bruke sikkerhetsenheter",
|
||||
"sync_entities": "Synkroniser enheter til Google",
|
||||
"manage_entities": "Administrer enheter",
|
||||
"enter_pin_error": "Kunne ikke lagre PIN-kode:"
|
||||
},
|
||||
"webhooks": {
|
||||
"title": "Webhooks",
|
||||
"info": "Alt som er konfigurert til å utløses av en webhook, kan gis en offentlig tilgjengelig URL-adresse for å tillate deg å sende data tilbake til Home Assistent fra hvor som helst, uten å utsette forekomsten din for Internett.",
|
||||
"no_hooks_yet": "Ser ut som du ikke har noen webhooks ennå. Kom i gang ved å konfigurere en ",
|
||||
"no_hooks_yet_link_integration": "webhook-basert integrasjon",
|
||||
"no_hooks_yet2": " eller ved å opprette en ",
|
||||
"no_hooks_yet_link_automation": "webhook automatisering",
|
||||
"link_learn_more": "Finn ut mer om hvordan du oppretter webhook-drevne automatiseringer.",
|
||||
"loading": "Laster inn ...",
|
||||
"manage": "Administrer",
|
||||
"disable_hook_error_msg": "Kan ikke deaktivere webhook:"
|
||||
}
|
||||
},
|
||||
"alexa": {
|
||||
"title": "Alexa",
|
||||
"banner": "Redigere hvilke enheter som vises via dette grensesnittet er deaktivert fordi du har konfigurert enhetsfiltre i configuration.yaml.",
|
||||
"exposed_entities": "Eksponerte enheter",
|
||||
"not_exposed_entities": "Ikke eksponerte enheter",
|
||||
"expose": "Eksponer til Alexa"
|
||||
},
|
||||
"dialog_certificate": {
|
||||
"certificate_information": "Sertifikatinformasjon",
|
||||
"certificate_expiration_date": "Utløpsdato for sertifikat",
|
||||
"will_be_auto_renewed": "Vil automatisk bli fornyet",
|
||||
"fingerprint": "Fingeravtrykk for sertifikat:",
|
||||
"close": "Lukk"
|
||||
},
|
||||
"google": {
|
||||
"title": "Google Assistant",
|
||||
"expose": "Eksponer til Google Assistant",
|
||||
"disable_2FA": "Deaktiver tofaktorautentisering",
|
||||
"banner": "Redigere hvilke enheter som vises via dette grensesnittet er deaktivert fordi du har konfigurert enhetsfiltre i configuration.yaml.",
|
||||
"exposed_entities": "Eksponerte enheter",
|
||||
"not_exposed_entities": "Ikke eksponerte enheter",
|
||||
"sync_to_google": "Synkroniserer endringer til Google."
|
||||
},
|
||||
"dialog_cloudhook": {
|
||||
"webhook_for": "Webhook for {name}",
|
||||
"available_at": "Webhook er tilgjengelig på følgende URL:",
|
||||
"managed_by_integration": "Denne webhook administreres av en integrasjon og kan ikke deaktiveres.",
|
||||
"info_disable_webhook": "Hvis du ikke lenger ønsker å bruke denne webhook, kan du",
|
||||
"link_disable_webhook": "deaktiver den",
|
||||
"view_documentation": "Vis dokumentasjon",
|
||||
"close": "Lukk",
|
||||
"confirm_disable": "Er du sikker på at du vil deaktivere denne webhook?",
|
||||
"copied_to_clipboard": "Kopiert til utklippstavle"
|
||||
}
|
||||
},
|
||||
"integrations": {
|
||||
"caption": "Integrasjoner",
|
||||
@ -720,7 +907,10 @@
|
||||
"description": "Dette trinnet krever at du besøker et eksternt nettsted som skal fylles ut.",
|
||||
"open_site": "Åpne nettsted"
|
||||
}
|
||||
}
|
||||
},
|
||||
"note_about_integrations": "Ikke alle integrasjoner kan konfigureres via brukergrensesnittet ennå.",
|
||||
"note_about_website_reference": "Flere er tilgjengelige på",
|
||||
"home_assistant_website": "Nettsted for Home Assistant"
|
||||
},
|
||||
"zha": {
|
||||
"caption": "ZHA",
|
||||
@ -738,7 +928,46 @@
|
||||
"add_device_page": {
|
||||
"header": "Zigbee Home Automation - Legg til enheter",
|
||||
"spinner": "Søker etter ZHA Zigbee-enheter...",
|
||||
"discovery_text": "Oppdagede enheter vises her. Følg instruksjonene for enheten(e) og sett enheten(e) i paringsmodus."
|
||||
"discovery_text": "Oppdagede enheter vises her. Følg instruksjonene for enheten(e) og sett enheten(e) i paringsmodus.",
|
||||
"search_again": "Søk på nytt"
|
||||
},
|
||||
"common": {
|
||||
"add_devices": "Legg til enheter",
|
||||
"clusters": "Klynger",
|
||||
"devices": "Enheter",
|
||||
"manufacturer_code_override": "Overstyring av produsent kode",
|
||||
"value": "Verdi"
|
||||
},
|
||||
"network_management": {
|
||||
"header": "Nettverksadministrasjon",
|
||||
"introduction": "Kommandoer som påvirker hele nettverket"
|
||||
},
|
||||
"node_management": {
|
||||
"header": "Enhetshåndtering",
|
||||
"introduction": "Kjør ZHA-kommandoer som påvirker en enkelt enhet. Velg en enhet for å se en liste over tilgjengelige kommandoer.",
|
||||
"hint_battery_devices": "Merk: Søvnige (batteridrevne) enheter må være våkne når du utfører kommandoer mot dem. Du kan vanligvis vekke en søvnig enhet ved å utløse den.",
|
||||
"hint_wakeup": "Noen enheter, for eksempel Xiaomi-sensorer, har en vekkingsknapp som du kan trykke på med intervaller på ~ 5 sekunder for å holde enheter våkne mens du samhandler med dem.",
|
||||
"help_node_dropdown": "Velg en enhet for å vise alternativer per enhet."
|
||||
},
|
||||
"clusters": {
|
||||
"help_cluster_dropdown": "Velg en klynge for å vise attributter og kommandoer."
|
||||
},
|
||||
"cluster_attributes": {
|
||||
"header": "Attributter for klynge",
|
||||
"introduction": "Se og rediger klyngeattributter.",
|
||||
"attributes_of_cluster": "Attributter for den valgte klyngen",
|
||||
"get_zigbee_attribute": "Hent ZigBee-attributt",
|
||||
"set_zigbee_attribute": "Angi Zigbee-attributt",
|
||||
"help_attribute_dropdown": "Velg en attributt for å se eller angi verdien.",
|
||||
"help_get_zigbee_attribute": "Hent verdien for det valgte attributtet.",
|
||||
"help_set_zigbee_attribute": "Angi attributtverdi for den spesifiserte klyngen på den angitte enheten."
|
||||
},
|
||||
"cluster_commands": {
|
||||
"header": "Klynge kommandoer",
|
||||
"introduction": "Se og utgi klyngekommandoer.",
|
||||
"commands_of_cluster": "Kommandoer for den valgte klyngen",
|
||||
"issue_zigbee_command": "Send Zigbee-kommando",
|
||||
"help_command_dropdown": "Velg en kommando du vil samhandle med."
|
||||
}
|
||||
},
|
||||
"area_registry": {
|
||||
@ -770,7 +999,13 @@
|
||||
"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",
|
||||
"show_disabled": "Vis deaktiverte enheter"
|
||||
"show_disabled": "Vis deaktiverte enheter",
|
||||
"headers": {
|
||||
"name": "Navn",
|
||||
"entity_id": "Enhet-ID",
|
||||
"integration": "Integrering",
|
||||
"enabled": "Aktivert"
|
||||
}
|
||||
},
|
||||
"editor": {
|
||||
"unavailable": "Denne enheten er ikke tilgjengelig for øyeblikket.",
|
||||
@ -791,8 +1026,24 @@
|
||||
"name": "Navn",
|
||||
"device_tracker_intro": "Velg enhetene som tilhører denne personen.",
|
||||
"device_tracker_picked": "Spor enhet",
|
||||
"device_tracker_pick": "Velg en enhet å spore"
|
||||
}
|
||||
"device_tracker_pick": "Velg en enhet å spore",
|
||||
"new_person": "Ny person",
|
||||
"name_error_msg": "Navn er påkrevd",
|
||||
"linked_user": "Koblet bruker",
|
||||
"no_device_tracker_available_intro": "Når du har enheter som indikerer tilstedeværelsen av en person, vil du kunne tilordne dem til en person her. Du kan legge til den første enheten ved å legge til en integrering av tilstedeværelses gjenkjenning fra integrerings siden.",
|
||||
"link_presence_detection_integrations": "Integrering av tilstedeværelses deteksjon",
|
||||
"link_integrations_page": "Integrasjonsside",
|
||||
"delete": "Slett",
|
||||
"create": "Opprett",
|
||||
"update": "Oppdater"
|
||||
},
|
||||
"introduction": "Her kan du definere hver person av interesse i Home Assistant.",
|
||||
"note_about_persons_configured_in_yaml": "Merk: personer konfigurert via configuration.yaml kan ikke redigeres via UI.",
|
||||
"no_persons_created_yet": "Ser ut som du ikke har opprettet noen personer ennå.",
|
||||
"create_person": "Opprett person",
|
||||
"add_person": "Legg til person",
|
||||
"confirm_delete": "Er du sikker på at du vil slette denne personen?",
|
||||
"confirm_delete2": "Alle enheter som tilhører denne personen vil ikke bli tildelt."
|
||||
},
|
||||
"server_control": {
|
||||
"caption": "Server-kontroll",
|
||||
@ -838,6 +1089,11 @@
|
||||
"caption": "Når noe er utløst..."
|
||||
}
|
||||
}
|
||||
},
|
||||
"common": {
|
||||
"editor": {
|
||||
"confirm_unsaved": "Du har ulagrede endringer. Er du sikker på at du vil lukke?"
|
||||
}
|
||||
}
|
||||
},
|
||||
"profile": {
|
||||
@ -917,6 +1173,10 @@
|
||||
"vibrate": {
|
||||
"header": "Vibrere",
|
||||
"description": "Aktiver eller deaktiver vibrasjoner på denne enheten når du kontrollerer enheter."
|
||||
},
|
||||
"advanced_mode": {
|
||||
"title": "Avansert modus",
|
||||
"description": "Home Assistant skjuler avanserte funksjoner og alternativer som standard. Du kan gjøre disse funksjonene tilgjengelige ved å merke av i denne veksleknappen. Dette er en brukerspesifikk innstilling som ikke påvirker andre brukere ved hjelp av Home Assistant."
|
||||
}
|
||||
},
|
||||
"page-authorize": {
|
||||
@ -1077,7 +1337,9 @@
|
||||
"add": "Legg til kort",
|
||||
"edit": "Rediger",
|
||||
"delete": "Slett",
|
||||
"move": "Flytt"
|
||||
"move": "Flytt",
|
||||
"show_visual_editor": "Vis visuell redigering",
|
||||
"show_code_editor": "Vis koderedigering"
|
||||
},
|
||||
"migrate": {
|
||||
"header": "Inkompatibel Konfigurasjon",
|
||||
@ -1121,7 +1383,8 @@
|
||||
"optional": "Valgfritt"
|
||||
},
|
||||
"entities": {
|
||||
"show_header_toggle": "Vise topptekst veksling?"
|
||||
"show_header_toggle": "Vise topptekst veksling?",
|
||||
"name": "Enheter"
|
||||
},
|
||||
"gauge": {
|
||||
"severity": {
|
||||
@ -1129,10 +1392,12 @@
|
||||
"green": "Grønn",
|
||||
"red": "Rød",
|
||||
"yellow": "Gul"
|
||||
}
|
||||
},
|
||||
"name": "Måler"
|
||||
},
|
||||
"glance": {
|
||||
"columns": "kolonner"
|
||||
"columns": "kolonner",
|
||||
"name": "Glance"
|
||||
},
|
||||
"generic": {
|
||||
"aspect_ratio": "Størrelsesforholdet",
|
||||
@ -1162,14 +1427,72 @@
|
||||
"geo_location_sources": "Kilder for geolokasjon",
|
||||
"dark_mode": "Mørk modus?",
|
||||
"default_zoom": "Standard zoom",
|
||||
"source": "Kilde"
|
||||
"source": "Kilde",
|
||||
"name": "Kart"
|
||||
},
|
||||
"markdown": {
|
||||
"content": "Innhold"
|
||||
"content": "Innhold",
|
||||
"name": "Markdown"
|
||||
},
|
||||
"sensor": {
|
||||
"graph_detail": "Detaljer for graf",
|
||||
"graph_type": "Grafstype"
|
||||
"graph_type": "Grafstype",
|
||||
"name": "Sensor"
|
||||
},
|
||||
"alarm-panel": {
|
||||
"name": "Alarmpanel",
|
||||
"available_states": "Tilgjengelige tilstander"
|
||||
},
|
||||
"conditional": {
|
||||
"name": "Betinget"
|
||||
},
|
||||
"entity-button": {
|
||||
"name": "Enhetsknapp"
|
||||
},
|
||||
"entity-filter": {
|
||||
"name": "Enhetsfilter"
|
||||
},
|
||||
"history-graph": {
|
||||
"name": "Historikk graf"
|
||||
},
|
||||
"horizontal-stack": {
|
||||
"name": "Horisontal Stack"
|
||||
},
|
||||
"iframe": {
|
||||
"name": "iFrame"
|
||||
},
|
||||
"light": {
|
||||
"name": "Lys"
|
||||
},
|
||||
"media-control": {
|
||||
"name": "Mediekontroll"
|
||||
},
|
||||
"picture": {
|
||||
"name": "Bilde"
|
||||
},
|
||||
"picture-elements": {
|
||||
"name": "Bilde Elements"
|
||||
},
|
||||
"picture-entity": {
|
||||
"name": "Bildeenhet"
|
||||
},
|
||||
"picture-glance": {
|
||||
"name": "Bilde Glance"
|
||||
},
|
||||
"plant-status": {
|
||||
"name": "Plant status"
|
||||
},
|
||||
"shopping-list": {
|
||||
"name": "Handleliste"
|
||||
},
|
||||
"thermostat": {
|
||||
"name": "Termostat"
|
||||
},
|
||||
"vertical-stack": {
|
||||
"name": "Vertikal stabel"
|
||||
},
|
||||
"weather-forecast": {
|
||||
"name": "Værmelding"
|
||||
}
|
||||
}
|
||||
},
|
||||
@ -1405,7 +1728,8 @@
|
||||
"entity_turned_off": "Slått av: {entity}",
|
||||
"service_called": "Tilkalte tjenesten: {service}",
|
||||
"service_call_failed": "Kunne ikke tilkalle tjenesten: {service}",
|
||||
"connection_lost": "Forbindelsen ble brutt. Kobler til på nytt..."
|
||||
"connection_lost": "Forbindelsen ble brutt. Kobler til på nytt...",
|
||||
"triggered": "Utløst {name}"
|
||||
},
|
||||
"dialogs": {
|
||||
"more_info_settings": {
|
||||
@ -1451,7 +1775,16 @@
|
||||
"device_name_placeholder": "Brukers navn",
|
||||
"area_picker_label": "Område",
|
||||
"update_name_button": "Oppdater navn"
|
||||
}
|
||||
},
|
||||
"buttons": {
|
||||
"add": "Legg til enheter",
|
||||
"remove": "Fjern enhet",
|
||||
"reconfigure": "Rekonfigurer enhet"
|
||||
},
|
||||
"quirk": "Quirk",
|
||||
"last_seen": "Sist sett",
|
||||
"power_source": "Strømkilde",
|
||||
"unknown": "Ukjent"
|
||||
}
|
||||
},
|
||||
"auth_store": {
|
||||
|
@ -419,7 +419,7 @@
|
||||
"learn_more": "Meer informatie over automatiseringen"
|
||||
},
|
||||
"editor": {
|
||||
"introduction": "Gebruik automatiseringen om je huis tot leven te brengen",
|
||||
"introduction": "Gebruik automatiseringen om je huis tot leven te brengen.",
|
||||
"default_name": "Nieuwe automatisering",
|
||||
"save": "Opslaan",
|
||||
"unsaved_confirm": "Je hebt niet-opgeslagen wijzigingen. Weet je zeker dat je wilt afsluiten?",
|
||||
@ -558,7 +558,12 @@
|
||||
"zone": "Zone"
|
||||
},
|
||||
"device": {
|
||||
"label": "Apparaat"
|
||||
"label": "Apparaat",
|
||||
"extra_fields": {
|
||||
"above": "Boven",
|
||||
"below": "Onder",
|
||||
"for": "Duur"
|
||||
}
|
||||
},
|
||||
"and": {
|
||||
"label": "En"
|
||||
@ -602,6 +607,9 @@
|
||||
},
|
||||
"device_id": {
|
||||
"label": "Apparaat"
|
||||
},
|
||||
"scene": {
|
||||
"label": "Activeer scène"
|
||||
}
|
||||
},
|
||||
"learn_more": "Meer informatie over acties"
|
||||
@ -616,7 +624,18 @@
|
||||
},
|
||||
"script": {
|
||||
"caption": "Script",
|
||||
"description": "Maak en bewerk scripts"
|
||||
"description": "Maak en bewerk scripts",
|
||||
"picker": {
|
||||
"header": "Script Editor",
|
||||
"learn_more": "Meer informatie over scripts",
|
||||
"add_script": "Script toevoegen"
|
||||
},
|
||||
"editor": {
|
||||
"header": "Script: {name}",
|
||||
"default_name": "Nieuw script",
|
||||
"load_error_not_editable": "Alleen scripts in scripts.yaml kunnen worden bewerkt.",
|
||||
"delete_confirm": "Weet je zeker dat je dit script wilt verwijderen?"
|
||||
}
|
||||
},
|
||||
"zwave": {
|
||||
"caption": "Z-Wave",
|
||||
@ -664,13 +683,18 @@
|
||||
"true": "Waar",
|
||||
"false": "Niet waar",
|
||||
"set_config_parameter": "Stel de configuratieparameter in"
|
||||
},
|
||||
"learn_more": "Meer informatie over Z-Wave",
|
||||
"ozw_log": {
|
||||
"header": "OZW-logboek"
|
||||
}
|
||||
},
|
||||
"users": {
|
||||
"caption": "Gebruikers",
|
||||
"description": "Gebruikers beheren",
|
||||
"picker": {
|
||||
"title": "Gebruikers"
|
||||
"title": "Gebruikers",
|
||||
"system_generated": "Gemaakt door het systeem"
|
||||
},
|
||||
"editor": {
|
||||
"rename_user": "Naam wijzigen",
|
||||
@ -678,7 +702,13 @@
|
||||
"activate_user": "Activeer gebruiker",
|
||||
"deactivate_user": "Deactiveer gebruiker",
|
||||
"delete_user": "Verwijder gebruiker",
|
||||
"caption": "Bekijk gebruiker"
|
||||
"caption": "Bekijk gebruiker",
|
||||
"id": "ID",
|
||||
"owner": "Eigenaar",
|
||||
"group": "Groep",
|
||||
"active": "Actief",
|
||||
"enter_new_name": "Voer een nieuwe naam in",
|
||||
"confirm_user_deletion": "Weet je zeker dat je {name} wilt verwijderen?"
|
||||
},
|
||||
"add_user": {
|
||||
"caption": "Gebruiker toevoegen",
|
||||
@ -692,7 +722,50 @@
|
||||
"caption": "Home Assistent Cloud",
|
||||
"description_login": "Ingelogd als {email}",
|
||||
"description_not_login": "Niet ingelogd",
|
||||
"description_features": "Bestuur weg van huis, verbind met Alexa en Google Assistant."
|
||||
"description_features": "Bestuur weg van huis, verbind met Alexa en Google Assistant.",
|
||||
"forgot_password": {
|
||||
"email": "E-mail",
|
||||
"email_error_msg": "Ongeldig e-mail"
|
||||
},
|
||||
"account": {
|
||||
"sign_out": "Afmelden",
|
||||
"alexa": {
|
||||
"info": "Met de Alexa integratie voor Home Assistant Cloud kun je al je Home Assistant apparaten bedienen via elk apparaat met Alexa-ondersteuning",
|
||||
"enable_ha_skill": "Schakel de Home Assistant skill voor Alexa",
|
||||
"config_documentation": "Configuratie documentatie",
|
||||
"enable_state_reporting": "Statusrapportage inschakelen",
|
||||
"info_state_reporting": "Als u statusrapportage inschakelt, stuurt Home Assistant alle statuswijzingen van opengestelde entiteiten naar Amazon. Hiermee kunt u altijd de laatste status zien in de Alexa app en kunt u de statuswijzgingen gebruiken om routines te maken.",
|
||||
"enable": "inschakelen",
|
||||
"disable": "uitschakelen"
|
||||
},
|
||||
"google": {
|
||||
"enable_state_reporting": "Statusrapportage inschakelen",
|
||||
"enter_pin_error": "Kan pincode niet opslaan:"
|
||||
},
|
||||
"webhooks": {
|
||||
"title": "Webhooks",
|
||||
"no_hooks_yet": "Het lijkt erop dat je nog geen webhooks hebt. Ga aan de slag door het configureren van een ",
|
||||
"no_hooks_yet_link_integration": "webhook gebaseerde integratie",
|
||||
"no_hooks_yet2": " of door het maken van een ",
|
||||
"no_hooks_yet_link_automation": "webhook automatisering",
|
||||
"loading": "Laden ...",
|
||||
"manage": "Beheer"
|
||||
}
|
||||
},
|
||||
"dialog_certificate": {
|
||||
"close": "Sluiten"
|
||||
},
|
||||
"google": {
|
||||
"title": "Google Assistant",
|
||||
"sync_to_google": "Wijzigingen synchroniseren met Google."
|
||||
},
|
||||
"dialog_cloudhook": {
|
||||
"managed_by_integration": "Deze webhook wordt beheerd door een integratie en kan niet worden uitgeschakeld.",
|
||||
"info_disable_webhook": "Als je deze webhook niet langer wilt gebruiken, kun je het",
|
||||
"link_disable_webhook": "uitschakelen",
|
||||
"view_documentation": "Bekijk documentatie",
|
||||
"close": "Sluiten"
|
||||
}
|
||||
},
|
||||
"integrations": {
|
||||
"caption": "Integraties",
|
||||
@ -720,7 +793,9 @@
|
||||
"description": "Deze stap vereist dat je een externe website bezoekt om dit te voltooien.",
|
||||
"open_site": "Open website"
|
||||
}
|
||||
}
|
||||
},
|
||||
"note_about_integrations": "Nog niet alle integraties kunnen via de UI worden geconfigureerd.",
|
||||
"home_assistant_website": "Home Assistant-website"
|
||||
},
|
||||
"zha": {
|
||||
"caption": "ZHA",
|
||||
@ -738,7 +813,22 @@
|
||||
"add_device_page": {
|
||||
"header": "Zigbee Home Automation - Apparaten toevoegen",
|
||||
"spinner": "Zoeken naar ZHA Zigbee-apparaten ...",
|
||||
"discovery_text": "Gevonden apparaten worden hier weergegeven. Volg de instructies voor je apparaat of apparaten en plaats het apparaat of de apparaten in de koppelingsmodus."
|
||||
"discovery_text": "Gevonden apparaten worden hier weergegeven. Volg de instructies voor je apparaat of apparaten en plaats het apparaat of de apparaten in de koppelingsmodus.",
|
||||
"search_again": "Opnieuw zoeken"
|
||||
},
|
||||
"common": {
|
||||
"add_devices": "Apparaten toevoegen",
|
||||
"clusters": "Clusters",
|
||||
"devices": "Apparaten",
|
||||
"value": "Waarde"
|
||||
},
|
||||
"network_management": {
|
||||
"header": "Netwerkbeheer",
|
||||
"introduction": "Commando's die het hele netwerk beïnvloeden"
|
||||
},
|
||||
"node_management": {
|
||||
"header": "Apparaatbeheer",
|
||||
"hint_wakeup": "Sommige apparaten, zoals Xiaomi-sensoren hebben een wekknop die u met tussenpozen van 5 seconden kunt indrukken om het apparaat wakker te houden terwijl u ermee communiceert"
|
||||
}
|
||||
},
|
||||
"area_registry": {
|
||||
@ -768,9 +858,15 @@
|
||||
"header": "Entiteitenregister",
|
||||
"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.",
|
||||
"introduction2": "Gebruik het entiteitenregister om de naam te overschrijven, de entiteits-ID te wijzigen of het item te verwijderen uit 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",
|
||||
"show_disabled": "Uitgeschakelde entiteiten weergeven"
|
||||
"show_disabled": "Uitgeschakelde entiteiten weergeven",
|
||||
"headers": {
|
||||
"name": "Naam",
|
||||
"entity_id": "Entiteits-ID",
|
||||
"integration": "Integratie",
|
||||
"enabled": "Ingeschakeld"
|
||||
}
|
||||
},
|
||||
"editor": {
|
||||
"unavailable": "Deze entiteit is momenteel niet beschikbaar.",
|
||||
@ -791,8 +887,20 @@
|
||||
"name": "Naam",
|
||||
"device_tracker_intro": "Selecteer de apparaten die bij deze persoon horen.",
|
||||
"device_tracker_picked": "Volg apparaat",
|
||||
"device_tracker_pick": "Kies apparaat om te volgen"
|
||||
}
|
||||
"device_tracker_pick": "Kies apparaat om te volgen",
|
||||
"new_person": "Nieuw persoon",
|
||||
"name_error_msg": "Naam is vereist",
|
||||
"linked_user": "Gekoppelde gebruiker",
|
||||
"link_presence_detection_integrations": "Aanwezigheidsdetectie-integraties",
|
||||
"link_integrations_page": "Integratiespagina",
|
||||
"delete": "Verwijderen",
|
||||
"create": "Aanmaken",
|
||||
"update": "Bijwerken"
|
||||
},
|
||||
"note_about_persons_configured_in_yaml": "Opmerking: personen die zijn geconfigureerd via configuration.yaml kunnen niet worden bewerkt via de UI.",
|
||||
"no_persons_created_yet": "Het lijkt erop dat je nog geen personen hebt aangemaakt.",
|
||||
"create_person": "Persoon aanmaken",
|
||||
"add_person": "Persoon toevoegen"
|
||||
},
|
||||
"server_control": {
|
||||
"caption": "Serverbeheer",
|
||||
@ -917,6 +1025,10 @@
|
||||
"vibrate": {
|
||||
"header": "Trillen",
|
||||
"description": "Schakel trillingen op dit apparaat in of uit wanneer u apparaten bestuurt."
|
||||
},
|
||||
"advanced_mode": {
|
||||
"title": "Geavanceerde modus",
|
||||
"description": "Home Assistant verbergt standaard geavanceerde functies en opties. U kunt deze functies toegankelijk maken door deze schakelaar aan te zetten. Dit is een gebruikersspecifieke instelling en heeft geen invloed op andere gebruikers die Home Assistant gebruiken."
|
||||
}
|
||||
},
|
||||
"page-authorize": {
|
||||
@ -1077,7 +1189,9 @@
|
||||
"add": "Kaart toevoegen",
|
||||
"edit": "Bewerken",
|
||||
"delete": "Verwijder",
|
||||
"move": "Verplaatsen"
|
||||
"move": "Verplaatsen",
|
||||
"show_visual_editor": "Visual Editor weergeven",
|
||||
"show_code_editor": "Code-editor weergeven"
|
||||
},
|
||||
"migrate": {
|
||||
"header": "Configuratie incompatibel",
|
||||
@ -1121,7 +1235,8 @@
|
||||
"optional": "Optioneel"
|
||||
},
|
||||
"entities": {
|
||||
"show_header_toggle": "Koptekst weergeven wisselen?"
|
||||
"show_header_toggle": "Koptekst weergeven wisselen?",
|
||||
"name": "Entiteiten"
|
||||
},
|
||||
"gauge": {
|
||||
"severity": {
|
||||
@ -1129,10 +1244,12 @@
|
||||
"green": "Groen",
|
||||
"red": "Rood",
|
||||
"yellow": "Geel"
|
||||
}
|
||||
},
|
||||
"name": "Meter"
|
||||
},
|
||||
"glance": {
|
||||
"columns": "Kolommen"
|
||||
"columns": "Kolommen",
|
||||
"name": "Oogopslag"
|
||||
},
|
||||
"generic": {
|
||||
"aspect_ratio": "Beeldverhouding",
|
||||
@ -1162,14 +1279,72 @@
|
||||
"geo_location_sources": "Geolocatiebronnen",
|
||||
"dark_mode": "Donkere modus?",
|
||||
"default_zoom": "Standaard zoom",
|
||||
"source": "Bron"
|
||||
"source": "Bron",
|
||||
"name": "Kaart"
|
||||
},
|
||||
"markdown": {
|
||||
"content": "Inhoud"
|
||||
"content": "Inhoud",
|
||||
"name": "Markdown"
|
||||
},
|
||||
"sensor": {
|
||||
"graph_detail": "Grafiek Detail",
|
||||
"graph_type": "Grafiektype"
|
||||
"graph_type": "Grafiektype",
|
||||
"name": "Sensor"
|
||||
},
|
||||
"alarm-panel": {
|
||||
"name": "Alarm paneel",
|
||||
"available_states": "Beschikbare statussen"
|
||||
},
|
||||
"conditional": {
|
||||
"name": "Conditioneel"
|
||||
},
|
||||
"entity-button": {
|
||||
"name": "Entiteit-knop"
|
||||
},
|
||||
"entity-filter": {
|
||||
"name": "Entiteit-filter"
|
||||
},
|
||||
"history-graph": {
|
||||
"name": "Geschiedenis grafiek"
|
||||
},
|
||||
"horizontal-stack": {
|
||||
"name": "Horizontale stapel"
|
||||
},
|
||||
"iframe": {
|
||||
"name": "iFrame"
|
||||
},
|
||||
"light": {
|
||||
"name": "Lamp"
|
||||
},
|
||||
"media-control": {
|
||||
"name": "Mediaspeler"
|
||||
},
|
||||
"picture": {
|
||||
"name": "Afbeelding"
|
||||
},
|
||||
"picture-elements": {
|
||||
"name": "Afbeeldingselementen"
|
||||
},
|
||||
"picture-entity": {
|
||||
"name": "Afbeelding-entiteit"
|
||||
},
|
||||
"picture-glance": {
|
||||
"name": "Afbeelding oogopslag"
|
||||
},
|
||||
"plant-status": {
|
||||
"name": "toestand plant"
|
||||
},
|
||||
"shopping-list": {
|
||||
"name": "Boodschappenlijst"
|
||||
},
|
||||
"thermostat": {
|
||||
"name": "Thermostaat"
|
||||
},
|
||||
"vertical-stack": {
|
||||
"name": "Verticale stapel"
|
||||
},
|
||||
"weather-forecast": {
|
||||
"name": "Weersverwachting"
|
||||
}
|
||||
}
|
||||
},
|
||||
@ -1451,7 +1626,15 @@
|
||||
"device_name_placeholder": "Door gebruiker ingegeven naam",
|
||||
"area_picker_label": "Gebied",
|
||||
"update_name_button": "Naam bijwerken"
|
||||
}
|
||||
},
|
||||
"buttons": {
|
||||
"add": "Apparaten toevoegen",
|
||||
"remove": "Verwijder apparaat",
|
||||
"reconfigure": "Apparaat opnieuw configureren"
|
||||
},
|
||||
"last_seen": "Laatst gezien",
|
||||
"power_source": "Stroombron",
|
||||
"unknown": "Onbekend"
|
||||
}
|
||||
},
|
||||
"auth_store": {
|
||||
|
@ -82,7 +82,7 @@
|
||||
},
|
||||
"battery": {
|
||||
"off": "naładowana",
|
||||
"on": "Rozładowana"
|
||||
"on": "rozładowana"
|
||||
},
|
||||
"problem": {
|
||||
"off": "ok",
|
||||
@ -113,8 +113,8 @@
|
||||
"on": "otwarte"
|
||||
},
|
||||
"lock": {
|
||||
"off": "zamknięty",
|
||||
"on": "otwarty"
|
||||
"off": "zablokowany",
|
||||
"on": "odblokowany"
|
||||
}
|
||||
},
|
||||
"calendar": {
|
||||
@ -168,7 +168,7 @@
|
||||
"on": "włączony",
|
||||
"home": "w domu",
|
||||
"not_home": "poza domem",
|
||||
"open": "otwarta",
|
||||
"open": "otwarte",
|
||||
"opening": "otwieranie",
|
||||
"closed": "zamknięte",
|
||||
"closing": "zamykanie",
|
||||
@ -194,7 +194,7 @@
|
||||
"off": "wyłączony",
|
||||
"on": "włączony",
|
||||
"playing": "odtwarzanie",
|
||||
"paused": "pauza",
|
||||
"paused": "wstrzymany",
|
||||
"idle": "nieaktywny",
|
||||
"standby": "tryb czuwania"
|
||||
},
|
||||
@ -233,7 +233,7 @@
|
||||
"ready": "gotowy"
|
||||
},
|
||||
"query_stage": {
|
||||
"initializing": "inicjalizacja ( {query_stage} )",
|
||||
"initializing": "inicjalizacja ({query_stage})",
|
||||
"dead": "martwy ({query_stage})"
|
||||
}
|
||||
},
|
||||
@ -290,7 +290,7 @@
|
||||
"pending": "oczek",
|
||||
"arming": "uzbr",
|
||||
"disarming": "rozbr",
|
||||
"triggered": "wyzwol",
|
||||
"triggered": "wyzw",
|
||||
"armed_custom_bypass": "uzbr"
|
||||
},
|
||||
"device_tracker": {
|
||||
@ -412,17 +412,17 @@
|
||||
"description": "Twórz i edytuj automatyzacje",
|
||||
"picker": {
|
||||
"header": "Edytor automatyzacji",
|
||||
"introduction": "Edytor automatyzacji pozwala tworzyć i edytować automatyzacje Kliknij poniższy link, aby przeczytać instrukcję, jak poprawnie skonfigurować automatyzacje w Home Assistant.",
|
||||
"introduction": "Edytor automatyzacji pozwala tworzyć i edytować automatyzacje Kliknij poniższy link, aby przeczytać instrukcję, jak poprawnie konfigurować automatyzacje w Home Assistant.",
|
||||
"pick_automation": "Wybierz automatyzację do edycji",
|
||||
"no_automations": "Nie znaleziono żadnych edytowalnych automatyzacji",
|
||||
"add_automation": "Dodaj automatyzację",
|
||||
"learn_more": "Dowiedz się więcej o automatyzacjach"
|
||||
},
|
||||
"editor": {
|
||||
"introduction": "Użyj automatyzacji, aby utrzymać swój dom przy życiu",
|
||||
"introduction": "Użyj automatyzacji, aby ożywić swój dom",
|
||||
"default_name": "Nowa automatyzacja",
|
||||
"save": "Zapisz",
|
||||
"unsaved_confirm": "Masz niezapisane zmiany. Jesteś pewny, że chcesz wyjść?",
|
||||
"unsaved_confirm": "Masz niezapisane zmiany. Na pewno chcesz wyjść?",
|
||||
"alias": "Nazwa",
|
||||
"triggers": {
|
||||
"header": "Wyzwalacze",
|
||||
@ -558,7 +558,12 @@
|
||||
"zone": "Strefa"
|
||||
},
|
||||
"device": {
|
||||
"label": "Urządzenie"
|
||||
"label": "Urządzenie",
|
||||
"extra_fields": {
|
||||
"above": "Powyżej",
|
||||
"below": "Poniżej",
|
||||
"for": "Czas trwania"
|
||||
}
|
||||
},
|
||||
"and": {
|
||||
"label": "I"
|
||||
@ -602,6 +607,9 @@
|
||||
},
|
||||
"device_id": {
|
||||
"label": "Urządzenie"
|
||||
},
|
||||
"scene": {
|
||||
"label": "Aktywuj scenę"
|
||||
}
|
||||
},
|
||||
"learn_more": "Dowiedz się więcej o akcjach"
|
||||
@ -616,7 +624,20 @@
|
||||
},
|
||||
"script": {
|
||||
"caption": "Skrypty",
|
||||
"description": "Twórz i edytuj skrypty"
|
||||
"description": "Twórz i edytuj skrypty",
|
||||
"picker": {
|
||||
"header": "Edytor skryptów",
|
||||
"introduction": "Edytor skryptów pozwala tworzyć i edytować skrypty. Kliknij poniższy link, aby przeczytać instrukcję, jak poprawnie konfigurować skrypty w Home Assistant.",
|
||||
"learn_more": "Dowiedz się więcej o skryptach",
|
||||
"no_scripts": "Nie znaleziono żadnych edytowalnych skryptów",
|
||||
"add_script": "Dodaj skrypt"
|
||||
},
|
||||
"editor": {
|
||||
"header": "Skrypt: {name}",
|
||||
"default_name": "Nowy skrypt",
|
||||
"load_error_not_editable": "Edytowalne są tylko automatyzacje w pliku scripts.yaml.",
|
||||
"delete_confirm": "Na pewno chcesz usunąć ten skrypt?"
|
||||
}
|
||||
},
|
||||
"zwave": {
|
||||
"caption": "Z-Wave",
|
||||
@ -664,13 +685,19 @@
|
||||
"true": "Prawda",
|
||||
"false": "Fałsz",
|
||||
"set_config_parameter": "Ustaw parametr konfiguracji"
|
||||
},
|
||||
"learn_more": "Dowiedz się więcej o Z-Wave",
|
||||
"ozw_log": {
|
||||
"header": "Log OpenZWave",
|
||||
"introduction": "Określ liczbowo długość loga. 0 to minimum (ładuje całość), a 1000 to maksimum. Klawisz Load ładuje i wyświetla log statyczny.\nKlawisz Tail ładuje i wyświetla określoną liczbę ostatnich linii logu."
|
||||
}
|
||||
},
|
||||
"users": {
|
||||
"caption": "Użytkownicy",
|
||||
"description": "Zarządzaj użytkownikami",
|
||||
"picker": {
|
||||
"title": "Użytkownicy"
|
||||
"title": "Użytkownicy",
|
||||
"system_generated": "Wygenerowany przez system"
|
||||
},
|
||||
"editor": {
|
||||
"rename_user": "Zmień nazwę użytkownika",
|
||||
@ -678,7 +705,18 @@
|
||||
"activate_user": "Aktywuj użytkownika",
|
||||
"deactivate_user": "Dezaktywuj użytkownika",
|
||||
"delete_user": "Usuń użytkownika",
|
||||
"caption": "Wyświetl użytkownika"
|
||||
"caption": "Wyświetl użytkownika",
|
||||
"id": "Identyfikator",
|
||||
"owner": "Właściciel",
|
||||
"group": "Grupa",
|
||||
"active": "Aktywny",
|
||||
"system_generated": "Wygenerowany przez system",
|
||||
"system_generated_users_not_removable": "Nie można usunąć użytkowników wygenerowanych przez system.",
|
||||
"unnamed_user": "Nienazwany użytkownik",
|
||||
"enter_new_name": "Wprowadź nową nazwę",
|
||||
"user_rename_failed": "Nie powiodła się zmiana nazwy użytkownika:",
|
||||
"group_update_failed": "Nie powiodła się aktualizacja grupy:",
|
||||
"confirm_user_deletion": "Na pewno chcesz usunąć {name}?"
|
||||
},
|
||||
"add_user": {
|
||||
"caption": "Dodaj użytkownika",
|
||||
@ -692,7 +730,156 @@
|
||||
"caption": "Chmura Home Assistant",
|
||||
"description_login": "Zalogowany jako {email}",
|
||||
"description_not_login": "Nie zalogowany",
|
||||
"description_features": "Sterowanie spoza domu, integracja z Alexą i Google Assistant."
|
||||
"description_features": "Sterowanie spoza domu, integracja z Alexą i Google Assistant.",
|
||||
"login": {
|
||||
"title": "Logowanie do chmury",
|
||||
"introduction": "Chmura Home Assistant zapewnia bezpieczne zdalne połączenie z instancją z dala od domu. Umożliwia także łączenie się z usługami w chmurze: Amazon Alexa i Google Assistant.",
|
||||
"introduction2": "Ta usługa jest prowadzona przez naszego partnera ",
|
||||
"introduction2a": ", firma założona przez założycieli Home Assistant i Hass.io.",
|
||||
"introduction3": "Chmura Home Assistant to usługa subskrypcyjna z bezpłatnym miesięcznym okresem próbnym. Informacje o środkach płatności nie są konieczne.",
|
||||
"learn_more_link": "Dowiedz się więcej o Chmurze Home Assistant",
|
||||
"dismiss": "Odrzuć",
|
||||
"sign_in": "Zaloguj",
|
||||
"email": "Adres e-mail",
|
||||
"email_error_msg": "Niepoprawny adres e-mail",
|
||||
"password": "Hasło",
|
||||
"password_error_msg": "Hasło musi zawierać przynajmniej 8 znaków",
|
||||
"forgot_password": "Zapomniałeś hasła?",
|
||||
"start_trial": "Rozpocznij bezpłatny miesięczny okres próbny",
|
||||
"trial_info": "Informacje o środkach płatności nie są konieczne",
|
||||
"alert_password_change_required": "Musisz zmienić hasło przed zalogowaniem.",
|
||||
"alert_email_confirm_necessary": "Przed zalogowaniem musisz potwierdzić swój adres e-mail."
|
||||
},
|
||||
"forgot_password": {
|
||||
"title": "Zapomniane hasło",
|
||||
"subtitle": "Zapomniałeś hasła",
|
||||
"instructions": "Wprowadź swój adres e-mail, a my wyślemy Ci link resetowania hasła.",
|
||||
"email": "Adres e-mail",
|
||||
"email_error_msg": "Niepoprawny adres e-mail",
|
||||
"send_reset_email": "Wyślij wiadomość e-mail",
|
||||
"check_your_email": "Sprawdź pocztę e-mail, aby uzyskać instrukcje dotyczące resetowania hasła."
|
||||
},
|
||||
"register": {
|
||||
"title": "Zarejestruj konto",
|
||||
"headline": "Rozpocznij darmowy okres próbny",
|
||||
"information": "Utwórz konto, aby rozpocząć bezpłatny miesięczny okres próbny Chmury Home Assistant. Informacje o środkach płatności nie są konieczne.",
|
||||
"information2": "Wersja próbna zapewni Ci dostęp do wszystkich zalet Chmury Home Assistant, w tym:",
|
||||
"feature_remote_control": "kontrola Home Assistant'em z dala od domu",
|
||||
"feature_google_home": "integracja z Google Assistant",
|
||||
"feature_amazon_alexa": "integracja z Amazon Alexa",
|
||||
"feature_webhook_apps": "prosta integracja z aplikacjami opartymi na webhook'ach, takimi jak OwnTracks",
|
||||
"information3": "Ta usługa jest prowadzona przez naszego partnera ",
|
||||
"information3a": ", firma założona przez założycieli Home Assistant i Hass.io.",
|
||||
"information4": "Rejestrując konto, wyrażasz zgodę na następujące warunki.",
|
||||
"link_terms_conditions": "Zasady i warunki",
|
||||
"link_privacy_policy": "Polityka prywatności",
|
||||
"create_account": "Utwórz konto",
|
||||
"email_address": "Adres e-mail",
|
||||
"email_error_msg": "Niepoprawny adres e-mail",
|
||||
"password": "Hasło",
|
||||
"password_error_msg": "Hasło musi zawierać przynajmniej 8 znaków",
|
||||
"start_trial": "Rozpocznij darmowy okres próbny",
|
||||
"resend_confirm_email": "Wyślij ponownie wiadomość e-mail z potwierdzeniem",
|
||||
"account_created": "Konto utworzone! Sprawdź pocztę e-mail, aby uzyskać instrukcje dotyczące aktywacji konta."
|
||||
},
|
||||
"account": {
|
||||
"thank_you_note": "Dziękujemy, że jesteś częścią Chmury Home Assistant. To dzięki ludziom takim jak Ty jesteśmy w stanie zapewnić wszystkim wspaniałe doświadczenia z automatyzacją domu. Dziękuję Ci!",
|
||||
"nabu_casa_account": "Konto Nabu Casa",
|
||||
"connection_status": "Status połączenia z chmurą",
|
||||
"manage_account": "Zarządzanie kontem",
|
||||
"sign_out": "Wyloguj",
|
||||
"integrations": "Integracje",
|
||||
"integrations_introduction": "Integracje Chmury Home Assistant pozwalają łączyć się z usługami w chmurze bez konieczności publicznego udostępniania instancji Home Assistant w Internecie.",
|
||||
"integrations_introduction2": "Wejdź na stronę, aby poznać ",
|
||||
"integrations_link_all_features": "wszystkie dostępne funkcje",
|
||||
"connected": "połączono",
|
||||
"not_connected": "brak połączenia",
|
||||
"fetching_subscription": "Pobieranie subskrypcji…",
|
||||
"remote": {
|
||||
"title": "Dostęp zdalny",
|
||||
"access_is_being_prepared": "Trwa przygotowywanie dostępu zdalnego. Powiadomimy Cię, gdy będzie gotowy.",
|
||||
"info": "Chmura Home Assistant umożliwia bezpieczny zdalny dostęp do instancji Home Assistant'a z dala od domu.",
|
||||
"instance_is_available": "Twoja instancja jest dostępna pod adresem",
|
||||
"instance_will_be_available": "Twoja instancja będzie dostępna pod adresem",
|
||||
"link_learn_how_it_works": "Dowiedz się, jak to działa",
|
||||
"certificate_info": "Informacje o certyfikacie"
|
||||
},
|
||||
"alexa": {
|
||||
"title": "Alexa",
|
||||
"info": "Dzięki integracji z Alexą dla Chmury Home Assistant będzie możliwe kontrolowanie wszystkich urządzeń Home Assistant'a za pośrednictwem dowolnego urządzenia obsługującego Amazon Alexa.",
|
||||
"enable_ha_skill": "Włącz skill Home Assistant'a dla Alexy",
|
||||
"config_documentation": "Dokumentacja konfiguracji",
|
||||
"enable_state_reporting": "Włącz raportowanie stanów",
|
||||
"info_state_reporting": "Jeśli włączysz raportowanie stanów, Home Assistant wyśle wszystkie zmiany stanu udostępnionych encji na serwery Amazona. Dzięki temu zawsze możesz zobaczyć najnowsze stany w aplikacji Alexa i używać zmian stanów do tworzenia rutyn.",
|
||||
"sync_entities": "Synchronizuj encje",
|
||||
"manage_entities": "Zarządzanie encjami",
|
||||
"sync_entities_error": "Nie udało się zsynchronizować encji:",
|
||||
"state_reporting_error": "Nie można przesłać stanu {enable_disable}.",
|
||||
"enable": "Włącz",
|
||||
"disable": "Wyłącz"
|
||||
},
|
||||
"google": {
|
||||
"title": "Asystent Google",
|
||||
"info": "Dzięki integracji z Asystentem Google dla Chmury Home Assistant będzie możliwe kontrolowanie wszystkich urządzeń Home Assistant'a za pośrednictwem dowolnego urządzenia obsługującego Asystenta Google.",
|
||||
"enable_ha_skill": "Włącz skill Home Assistant'a dla Asystenta Google",
|
||||
"config_documentation": "Dokumentacja konfiguracji",
|
||||
"enable_state_reporting": "Włącz raportowanie stanów",
|
||||
"info_state_reporting": "Jeśli włączysz raportowanie stanów, Home Assistant wyśle wszystkie zmiany stanu udostępnionych encji na serwery Google. Dzięki temu zawsze możesz zobaczyć najnowsze stany w aplikacji Google.",
|
||||
"security_devices": "Urządzenia bezpieczeństwa",
|
||||
"enter_pin_info": "Wpisz kod PIN, aby wejść w interakcję z urządzeniami bezpieczeństwa. Urządzeniami bezpieczeństwa są drzwi, drzwi garażowe i zamki. Podczas interakcji z takimi urządzeniami za pośrednictwem Asystenta Google zostaniesz poproszony o wprowadzenie tego kodu PIN.",
|
||||
"devices_pin": "Kod PIN urządzeń bezpieczeństwa",
|
||||
"enter_pin_hint": "Wprowadź kod PIN, aby korzystać z urządzeń bezpieczeństwa",
|
||||
"sync_entities": "Synchronizuj encje",
|
||||
"manage_entities": "Zarządzanie encjami",
|
||||
"enter_pin_error": "Nie można zapisać kodu PIN:"
|
||||
},
|
||||
"webhooks": {
|
||||
"title": "Webhook'i",
|
||||
"info": "Wszystko, co jest skonfigurowane do działania poprzez webhook, może otrzymać publicznie dostępny adres URL, aby umożliwić wysyłanie danych do Home Assistant z dowolnego miejsca, bez narażania instancji na publiczny dostęp z Internetu.",
|
||||
"no_hooks_yet": "Wygląda na to, że nie masz jeszcze żadnych webhook'ów. Rozpocznij od skonfigurowania ",
|
||||
"no_hooks_yet_link_integration": "Integracja oparta na webhook'ach",
|
||||
"no_hooks_yet2": " lub tworząc ",
|
||||
"no_hooks_yet_link_automation": "Automatyzacja webhook",
|
||||
"link_learn_more": "Dowiedz się więcej o tworzeniu automatyzacji opartych na webhook'ach.",
|
||||
"loading": "Wczytywanie...",
|
||||
"manage": "Zarządzanie",
|
||||
"disable_hook_error_msg": "Nie udało się wyłączyć webhook:"
|
||||
}
|
||||
},
|
||||
"alexa": {
|
||||
"title": "Alexa",
|
||||
"banner": "Edytowanie, które encje są udostępnione za pomocą interfejsu użytkownika, jest wyłączone, ponieważ skonfigurowano filtry encji w pliku configuration.yaml.",
|
||||
"exposed_entities": "Udostępnione encje",
|
||||
"not_exposed_entities": "Nieudostępnione encje",
|
||||
"expose": "Udostępnione do Alexy"
|
||||
},
|
||||
"dialog_certificate": {
|
||||
"certificate_information": "Informacja o certyfikacie",
|
||||
"certificate_expiration_date": "Data ważności certyfikatu",
|
||||
"will_be_auto_renewed": "Będzie automatycznie odnawiany",
|
||||
"fingerprint": "Odcisk palca certyfikatu:",
|
||||
"close": "Zamknij"
|
||||
},
|
||||
"google": {
|
||||
"title": "Asystent Google",
|
||||
"expose": "Udostępnione do Asystenta Google",
|
||||
"disable_2FA": "Wyłącz uwierzytelnianie dwuskładnikowe",
|
||||
"banner": "Edytowanie, które encje są udostępnione za pomocą interfejsu użytkownika, jest wyłączone, ponieważ skonfigurowano filtry encji w pliku configuration.yaml.",
|
||||
"exposed_entities": "Udostępnione encje",
|
||||
"not_exposed_entities": "Nieudostępnione encje",
|
||||
"sync_to_google": "Synchronizowanie zmian z Google."
|
||||
},
|
||||
"dialog_cloudhook": {
|
||||
"webhook_for": "Webhook dla {name}",
|
||||
"available_at": "Webhook jest dostępny pod następującym adresem URL:",
|
||||
"managed_by_integration": "Ten webhook jest zarządzany przez integrację i nie można go wyłączyć.",
|
||||
"info_disable_webhook": "Jeśli nie chcesz już używać tego webhook'a, możesz",
|
||||
"link_disable_webhook": "wyłączyć go",
|
||||
"view_documentation": "Dokumentacja",
|
||||
"close": "Zamknij",
|
||||
"confirm_disable": "Na pewno chcesz wyłączyć ten webhook?",
|
||||
"copied_to_clipboard": "Skopiowano do schowka"
|
||||
}
|
||||
},
|
||||
"integrations": {
|
||||
"caption": "Integracje",
|
||||
@ -705,7 +892,7 @@
|
||||
"config_entry": {
|
||||
"no_devices": "Ta integracja nie ma żadnych urządzeń.",
|
||||
"no_device": "Encje bez urządzeń",
|
||||
"delete_confirm": "Czy na pewno chcesz usunąć tę integrację?",
|
||||
"delete_confirm": "Na pewno chcesz usunąć tę integrację?",
|
||||
"restart_confirm": "Zrestartuj Home Assistant'a, aby zakończyć usuwanie tej integracji",
|
||||
"manuf": "przez: {manufacturer}",
|
||||
"via": "Połączony przez",
|
||||
@ -720,7 +907,10 @@
|
||||
"description": "Ten krok wymaga od Ciebie odwiedzenia zewnętrznej strony.",
|
||||
"open_site": "Otwórz stronę"
|
||||
}
|
||||
}
|
||||
},
|
||||
"note_about_integrations": "Jeszcze nie wszystkie integracje można skonfigurować za pomocą interfejsu użytkownika.",
|
||||
"note_about_website_reference": "Więcej jest dostępnych na stronie ",
|
||||
"home_assistant_website": "Home Assistant'a"
|
||||
},
|
||||
"zha": {
|
||||
"caption": "ZHA",
|
||||
@ -738,7 +928,46 @@
|
||||
"add_device_page": {
|
||||
"header": "Zigbee Home Automation - Dodaj urządzenia",
|
||||
"spinner": "Wyszukiwanie urządzeń ZHA Zigbee...",
|
||||
"discovery_text": "Wykryte urządzenia pojawią się tutaj. Postępuj zgodnie z instrukcjami dla urządzeń, by wprowadzić je w tryb parowania."
|
||||
"discovery_text": "Wykryte urządzenia pojawią się tutaj. Postępuj zgodnie z instrukcjami dla urządzeń, by wprowadzić je w tryb parowania.",
|
||||
"search_again": "Szukaj ponownie"
|
||||
},
|
||||
"common": {
|
||||
"add_devices": "Dodaj urządzenia",
|
||||
"clusters": "Klastry",
|
||||
"devices": "Urządzenia",
|
||||
"manufacturer_code_override": "Zastąpienie kodu producenta",
|
||||
"value": "Wartość"
|
||||
},
|
||||
"network_management": {
|
||||
"header": "Zarządzanie siecią",
|
||||
"introduction": "Polecenia, które wpływają na całą sieć"
|
||||
},
|
||||
"node_management": {
|
||||
"header": "Zarządzanie urządzeniami",
|
||||
"introduction": "Uruchom polecenia ZHA, które wpływają na pojedyncze urządzenie. Wybierz urządzenie, aby wyświetlić listę dostępnych poleceń.",
|
||||
"hint_battery_devices": "Uwaga: usypiane urządzenia (zasilane bateryjnie) muszą się obudzić podczas wykonywania poleceń. Na ogół możesz obudzić uśpione urządzenie, uruchamiając je.",
|
||||
"hint_wakeup": "Niektóre urządzenia, takie jak czujniki Xiaomi, mają przycisk budzenia, który można naciskać w odstępach co około 5 sekund, dzięki czemu urządzenia pozostają w stanie czuwania podczas interakcji z nimi.",
|
||||
"help_node_dropdown": "Wybierz urządzenie, aby wyświetlić jego opcje."
|
||||
},
|
||||
"clusters": {
|
||||
"help_cluster_dropdown": "Wybierz klaster, aby wyświetlić atrybuty i polecenia."
|
||||
},
|
||||
"cluster_attributes": {
|
||||
"header": "Atrybuty klastra",
|
||||
"introduction": "Wyświetl i edytuj atrybuty klastra.",
|
||||
"attributes_of_cluster": "Atrybuty wybranego klastra",
|
||||
"get_zigbee_attribute": "Wyświetl atrybut Zigbee",
|
||||
"set_zigbee_attribute": "Ustaw atrybut Zigbee",
|
||||
"help_attribute_dropdown": "Wybierz atrybut, aby wyświetlić lub ustawić jego wartość",
|
||||
"help_get_zigbee_attribute": "Wyświetl wartość dla wybranego atrybutu",
|
||||
"help_set_zigbee_attribute": "Ustaw wartość atrybutu dla określonego klastra i określonej encji"
|
||||
},
|
||||
"cluster_commands": {
|
||||
"header": "Komendy klastra",
|
||||
"introduction": "Wyświetl i wydaj polecenia klastra",
|
||||
"commands_of_cluster": "Polecenia wybranego klastra",
|
||||
"issue_zigbee_command": "Wydaj polecenie Zigbee",
|
||||
"help_command_dropdown": "Wybierz polecenie do interakcji"
|
||||
}
|
||||
},
|
||||
"area_registry": {
|
||||
@ -770,7 +999,13 @@
|
||||
"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",
|
||||
"show_disabled": "Wyświetl nieużywane encje"
|
||||
"show_disabled": "Wyświetl nieużywane encje",
|
||||
"headers": {
|
||||
"name": "Nazwa",
|
||||
"entity_id": "Identyfikator encji",
|
||||
"integration": "Integracja",
|
||||
"enabled": "Włączone"
|
||||
}
|
||||
},
|
||||
"editor": {
|
||||
"unavailable": "Ta encja nie jest obecnie dostępna.",
|
||||
@ -780,7 +1015,7 @@
|
||||
"enabled_label": "Włącz encję",
|
||||
"enabled_cause": "Wyłączone przez {cause}.",
|
||||
"enabled_description": "Wyłączone encje nie będą dodawane do Home Assistant'a.",
|
||||
"confirm_delete": "Czy na pewno chcesz usunąć ten wpis?",
|
||||
"confirm_delete": "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}'."
|
||||
}
|
||||
},
|
||||
@ -791,8 +1026,24 @@
|
||||
"name": "Imię",
|
||||
"device_tracker_intro": "Wybierz urządzenia należące do tej osoby.",
|
||||
"device_tracker_picked": "Śledź urządzenie",
|
||||
"device_tracker_pick": "Wybierz urządzenie do śledzenia"
|
||||
}
|
||||
"device_tracker_pick": "Wybierz urządzenie do śledzenia",
|
||||
"new_person": "Nowa osoba",
|
||||
"name_error_msg": "Nazwa jest wymagana",
|
||||
"linked_user": "Połączony użytkownik",
|
||||
"no_device_tracker_available_intro": "Jeśli masz urządzenia wskazujące obecność osoby, możesz tutaj przypisać ją do tej osoby. Możesz dodać swoje pierwsze urządzenie, dodając integrację wykrywania obecności ze strony integracji.",
|
||||
"link_presence_detection_integrations": "Integracje wykrywania obecności",
|
||||
"link_integrations_page": "Strona integracji",
|
||||
"delete": "Usuń",
|
||||
"create": "Utwórz",
|
||||
"update": "Aktualizuj"
|
||||
},
|
||||
"introduction": "Tutaj można zdefiniować osoby, których obecność będzie śledzona w Home Assistant.",
|
||||
"note_about_persons_configured_in_yaml": "Uwaga: osób skonfigurowanych za pomocą pliku configuration.yaml nie można edytować za pomocą interfejsu użytkownika.",
|
||||
"no_persons_created_yet": "Wygląda na to, że nie utworzyłeś jeszcze żadnych osób.",
|
||||
"create_person": "Utwórz osobę",
|
||||
"add_person": "Dodaj osobę",
|
||||
"confirm_delete": "Na pewno chcesz usunąć tę osobę?",
|
||||
"confirm_delete2": "Wszystkie urządzenia należące do tej osoby zostaną nieprzypisane."
|
||||
},
|
||||
"server_control": {
|
||||
"caption": "Kontrola serwera",
|
||||
@ -819,8 +1070,8 @@
|
||||
"introduction": "Kontroluj serwer Home Assistant'a.",
|
||||
"restart": "Uruchom ponownie",
|
||||
"stop": "Zatrzymaj",
|
||||
"confirm_restart": "Czy chcesz ponownie uruchomić Home Assistant?",
|
||||
"confirm_stop": "Czy chcesz zatrzymać Home Assistant?"
|
||||
"confirm_restart": "Na pewno chcesz ponownie uruchomić Home Assistant?",
|
||||
"confirm_stop": "Na pewno chcesz zatrzymać Home Assistant'a?"
|
||||
}
|
||||
}
|
||||
},
|
||||
@ -838,6 +1089,11 @@
|
||||
"caption": "Wykonaj akcje..."
|
||||
}
|
||||
}
|
||||
},
|
||||
"common": {
|
||||
"editor": {
|
||||
"confirm_unsaved": "Masz niezapisane zmiany. Na pewno chcesz wyjść?"
|
||||
}
|
||||
}
|
||||
},
|
||||
"profile": {
|
||||
@ -865,7 +1121,7 @@
|
||||
"description": "Każdy token reprezentuje sesję logowania. Tokeny zostaną automatycznie usunięte po wylogowaniu. Następujące tokeny są obecnie aktywne dla Twojego konta.",
|
||||
"token_title": "Token dla {clientId}",
|
||||
"created_at": "Utworzony {date}",
|
||||
"confirm_delete": "Czy na pewno chcesz usunąć token dla {name}?",
|
||||
"confirm_delete": "Na pewno chcesz usunąć token dla {name}?",
|
||||
"delete_failed": "Nie udało się usunąć tokena.",
|
||||
"last_used": "Ostatnio używany {date} z {location}",
|
||||
"not_used": "Nigdy nie był używany",
|
||||
@ -876,7 +1132,7 @@
|
||||
"description": "Długoterminowe tokeny dostępu umożliwiają skryptom interakcję z Home Assistant. Każdy token będzie ważny przez 10 lat od utworzenia. Następujące tokeny są obecnie aktywne.",
|
||||
"learn_auth_requests": "Dowiedz się, jak tworzyć uwierzytelnione żądania.",
|
||||
"created_at": "Utworzony {date}",
|
||||
"confirm_delete": "Czy na pewno chcesz usunąć token dla {name}?",
|
||||
"confirm_delete": "Na pewno chcesz usunąć token dla {name}?",
|
||||
"delete_failed": "Nie udało się usunąć tokena.",
|
||||
"create": "Utwórz token",
|
||||
"create_failed": "Nie udało się utworzyć tokena.",
|
||||
@ -900,7 +1156,7 @@
|
||||
"header": "Moduły uwierzytelniania wieloskładnikowego",
|
||||
"disable": "Wyłącz",
|
||||
"enable": "Włącz",
|
||||
"confirm_disable": "Jesteś pewny, że chcesz wyłączyć {name}?"
|
||||
"confirm_disable": "Na pewno chcesz wyłączyć {name}?"
|
||||
},
|
||||
"mfa_setup": {
|
||||
"title_aborted": "Przerwano",
|
||||
@ -917,6 +1173,10 @@
|
||||
"vibrate": {
|
||||
"header": "Wibracja",
|
||||
"description": "Włącz lub wyłącz wibracje na tym urządzeniu podczas sterowania urządzeniami."
|
||||
},
|
||||
"advanced_mode": {
|
||||
"title": "Tryb zaawansowany",
|
||||
"description": "Home Assistant domyślnie ukrywa zaawansowane funkcje i opcje. Możesz włączyć do nich dostęp, włączając tę opcję. Jest to ustawienie specyficzne dla użytkownika i nie wpływa na innych użytkowników korzystających z Home Assistant."
|
||||
}
|
||||
},
|
||||
"page-authorize": {
|
||||
@ -1077,7 +1337,9 @@
|
||||
"add": "Dodaj kartę",
|
||||
"edit": "Edytuj",
|
||||
"delete": "Usuń",
|
||||
"move": "Przenieś"
|
||||
"move": "Przenieś",
|
||||
"show_visual_editor": "Edytor wizualny",
|
||||
"show_code_editor": "Edytor kodu"
|
||||
},
|
||||
"migrate": {
|
||||
"header": "Konfiguracja niekompatybilna",
|
||||
@ -1095,7 +1357,7 @@
|
||||
"save_config": {
|
||||
"header": "Przejmij kontrolę nad interfejsem użytkownika Lovelace",
|
||||
"para": "Domyślnie asystent domowy będzie utrzymywał interfejs użytkownika, aktualizując go, gdy pojawią się nowe elementy lub komponenty Lovelace. Jeśli przejmiesz kontrolę, nie będziemy już dokonywać zmian automatycznie.",
|
||||
"para_sure": "Czy na pewno chcesz przejąć kontrolę nad interfejsem użytkownika?",
|
||||
"para_sure": "Na pewno chcesz przejąć kontrolę nad interfejsem użytkownika?",
|
||||
"cancel": "Nieważne",
|
||||
"save": "Przejmuję kontrolę"
|
||||
},
|
||||
@ -1121,7 +1383,8 @@
|
||||
"optional": "Opcjonalne"
|
||||
},
|
||||
"entities": {
|
||||
"show_header_toggle": "Wyświetlać przełącznik nagłówka?"
|
||||
"show_header_toggle": "Wyświetlać przełącznik nagłówka?",
|
||||
"name": "Encje"
|
||||
},
|
||||
"gauge": {
|
||||
"severity": {
|
||||
@ -1129,10 +1392,12 @@
|
||||
"green": "Zielony",
|
||||
"red": "Czerwony",
|
||||
"yellow": "Żółty"
|
||||
}
|
||||
},
|
||||
"name": "Wskaźnik"
|
||||
},
|
||||
"glance": {
|
||||
"columns": "Kolumny"
|
||||
"columns": "Kolumny",
|
||||
"name": "Glance"
|
||||
},
|
||||
"generic": {
|
||||
"aspect_ratio": "Proporcje obrazu",
|
||||
@ -1162,14 +1427,72 @@
|
||||
"geo_location_sources": "Źródła geolokalizacji",
|
||||
"dark_mode": "Tryb ciemny?",
|
||||
"default_zoom": "Domyślne powiększenie",
|
||||
"source": "Źródło"
|
||||
"source": "Źródło",
|
||||
"name": "Mapa"
|
||||
},
|
||||
"markdown": {
|
||||
"content": "Zawartość"
|
||||
"content": "Zawartość",
|
||||
"name": "Markdown"
|
||||
},
|
||||
"sensor": {
|
||||
"graph_detail": "Szczegół wykresu",
|
||||
"graph_type": "Rodzaj wykresu"
|
||||
"graph_type": "Rodzaj wykresu",
|
||||
"name": "Sensor"
|
||||
},
|
||||
"alarm-panel": {
|
||||
"name": "Panel alarmu",
|
||||
"available_states": "Dostępne stany"
|
||||
},
|
||||
"conditional": {
|
||||
"name": "Warunkowa"
|
||||
},
|
||||
"entity-button": {
|
||||
"name": "Przycisk encji"
|
||||
},
|
||||
"entity-filter": {
|
||||
"name": "Filtr encji"
|
||||
},
|
||||
"history-graph": {
|
||||
"name": "Wykres historii"
|
||||
},
|
||||
"horizontal-stack": {
|
||||
"name": "Poziomy stos"
|
||||
},
|
||||
"iframe": {
|
||||
"name": "iFrame"
|
||||
},
|
||||
"light": {
|
||||
"name": "Światło"
|
||||
},
|
||||
"media-control": {
|
||||
"name": "Kontrola mediów"
|
||||
},
|
||||
"picture": {
|
||||
"name": "Obraz"
|
||||
},
|
||||
"picture-elements": {
|
||||
"name": "Elementy obrazu"
|
||||
},
|
||||
"picture-entity": {
|
||||
"name": "Obraz"
|
||||
},
|
||||
"picture-glance": {
|
||||
"name": "Obraz (glance)"
|
||||
},
|
||||
"plant-status": {
|
||||
"name": "Stan rośliny"
|
||||
},
|
||||
"shopping-list": {
|
||||
"name": "Lista zakupów"
|
||||
},
|
||||
"thermostat": {
|
||||
"name": "Termostat"
|
||||
},
|
||||
"vertical-stack": {
|
||||
"name": "Pionowy stos"
|
||||
},
|
||||
"weather-forecast": {
|
||||
"name": "Prognoza pogody"
|
||||
}
|
||||
}
|
||||
},
|
||||
@ -1405,7 +1728,8 @@
|
||||
"entity_turned_off": "Wyłączono {entity}.",
|
||||
"service_called": "Usługa {service} wywołana.",
|
||||
"service_call_failed": "Nie udało się wywołać usługi {service}.",
|
||||
"connection_lost": "Utracono połączenie. Łączę ponownie..."
|
||||
"connection_lost": "Utracono połączenie. Łączę ponownie...",
|
||||
"triggered": "Wyzwolenie {name}"
|
||||
},
|
||||
"dialogs": {
|
||||
"more_info_settings": {
|
||||
@ -1451,7 +1775,16 @@
|
||||
"device_name_placeholder": "Nazwa użytkownika",
|
||||
"area_picker_label": "Obszar",
|
||||
"update_name_button": "Aktualizuj nazwę"
|
||||
}
|
||||
},
|
||||
"buttons": {
|
||||
"add": "Dodaj urządzenia",
|
||||
"remove": "Usuń urządzenie",
|
||||
"reconfigure": "Rekonfiguracja urządzenia"
|
||||
},
|
||||
"quirk": "Quirk",
|
||||
"last_seen": "Ostatnio widziane",
|
||||
"power_source": "Źródło zasilania",
|
||||
"unknown": "Nieznany"
|
||||
}
|
||||
},
|
||||
"auth_store": {
|
||||
@ -1474,7 +1807,7 @@
|
||||
"climate": "Klimat",
|
||||
"configurator": "Konfigurator",
|
||||
"conversation": "Rozmowa",
|
||||
"cover": "Roleta",
|
||||
"cover": "Pokrywa",
|
||||
"device_tracker": "Śledzenie urządzeń",
|
||||
"fan": "Wentylator",
|
||||
"history_graph": "Wykres historii",
|
||||
|
@ -305,7 +305,7 @@
|
||||
"ui": {
|
||||
"panel": {
|
||||
"shopping-list": {
|
||||
"clear_completed": "Apagar completados",
|
||||
"clear_completed": "Limpar concluídos",
|
||||
"add_item": "Adicionar item",
|
||||
"microphone_tip": "Clique no microfone do canto superior direito e diga “Add candy to my shopping list”"
|
||||
},
|
||||
@ -419,7 +419,7 @@
|
||||
"learn_more": "Saber mais sobre automações"
|
||||
},
|
||||
"editor": {
|
||||
"introduction": "Crie automações para tornar a sua casa viva",
|
||||
"introduction": "Crie automações para dar vida à sua casa",
|
||||
"default_name": "Nova Automação",
|
||||
"save": "Guardar",
|
||||
"unsaved_confirm": "Existem alterações não guardadas. Tem a certeza de que quer sair?",
|
||||
@ -504,7 +504,12 @@
|
||||
"leave": "Sair"
|
||||
},
|
||||
"device": {
|
||||
"label": "Dispositivo"
|
||||
"label": "Dispositivo",
|
||||
"extra_fields": {
|
||||
"above": "Acima",
|
||||
"below": "Abaixo",
|
||||
"for": "Duração"
|
||||
}
|
||||
}
|
||||
},
|
||||
"learn_more": "Saber mais sobre acionadores"
|
||||
@ -553,7 +558,18 @@
|
||||
"zone": "Zona"
|
||||
},
|
||||
"device": {
|
||||
"label": "Dispositivo"
|
||||
"label": "Dispositivo",
|
||||
"extra_fields": {
|
||||
"above": "Acima de",
|
||||
"below": "Abaixo de",
|
||||
"for": "Duração"
|
||||
}
|
||||
},
|
||||
"and": {
|
||||
"label": "E"
|
||||
},
|
||||
"or": {
|
||||
"label": "Ou"
|
||||
}
|
||||
},
|
||||
"learn_more": "Saber mais sobre condições"
|
||||
@ -596,7 +612,11 @@
|
||||
"learn_more": "Saber mais sobre ações"
|
||||
},
|
||||
"load_error_not_editable": "Apenas as 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": {
|
||||
@ -649,13 +669,18 @@
|
||||
"true": "Verdadeiro",
|
||||
"false": "Falso",
|
||||
"set_config_parameter": "Definir o parâmetro de configuração"
|
||||
},
|
||||
"learn_more": "Saiba mais sobre o Z-Wave",
|
||||
"ozw_log": {
|
||||
"header": "Log OZW"
|
||||
}
|
||||
},
|
||||
"users": {
|
||||
"caption": "Utilizadores",
|
||||
"description": "Gerir utilizadores",
|
||||
"picker": {
|
||||
"title": "Utilizadores"
|
||||
"title": "Utilizadores",
|
||||
"system_generated": "Gerado pelo sistema"
|
||||
},
|
||||
"editor": {
|
||||
"rename_user": "Alterar nome do utilizador",
|
||||
@ -663,7 +688,18 @@
|
||||
"activate_user": "Ativar utilizador",
|
||||
"deactivate_user": "Desativar utilizador",
|
||||
"delete_user": "Apagar utilizador",
|
||||
"caption": "Ver utilizador"
|
||||
"caption": "Ver utilizador",
|
||||
"id": "ID",
|
||||
"owner": "Proprietário",
|
||||
"group": "Grupo",
|
||||
"active": "Ativo",
|
||||
"system_generated": "Gerado pelo sistema",
|
||||
"system_generated_users_not_removable": "Não é possível remover usuários gerados pelo sistema.",
|
||||
"unnamed_user": "Utilizador sem nome",
|
||||
"enter_new_name": "Introduza um novo nome",
|
||||
"user_rename_failed": "Falha na renomeação do utilizador:",
|
||||
"group_update_failed": "Falha na atualização do grupo:",
|
||||
"confirm_user_deletion": "Tem certeza de que deseja apagar {name} ?"
|
||||
},
|
||||
"add_user": {
|
||||
"caption": "Adicionar Utilizador",
|
||||
@ -677,7 +713,70 @@
|
||||
"caption": "Home Assistant Cloud",
|
||||
"description_login": "Ligado como {email}",
|
||||
"description_not_login": "Não está ligado",
|
||||
"description_features": "Controle fora de casa, integre com a Alexa e o Google Assistant."
|
||||
"description_features": "Controle fora de casa, integre com a Alexa e o Google Assistant.",
|
||||
"login": {
|
||||
"email": "",
|
||||
"email_error_msg": "E-mail inválido",
|
||||
"alert_email_confirm_necessary": "É necessário confirmar o seu e-mail antes de fazer login."
|
||||
},
|
||||
"forgot_password": {
|
||||
"instructions": "Introduza o seu endereço de e-mail e nós lhe enviaremos um link para redefinir sua password.",
|
||||
"email": ""
|
||||
},
|
||||
"register": {
|
||||
"link_terms_conditions": "Termos e condições",
|
||||
"email_address": "Endereço de e-mail",
|
||||
"email_error_msg": "E-mail inválido",
|
||||
"start_trial": "Iniciar avaliação",
|
||||
"resend_confirm_email": "Reenviar e-mail de confirmação"
|
||||
},
|
||||
"account": {
|
||||
"integrations": "Integrações",
|
||||
"connected": "Ligado",
|
||||
"alexa": {
|
||||
"enable": "Ativar",
|
||||
"disable": "Desativar"
|
||||
},
|
||||
"webhooks": {
|
||||
"title": "",
|
||||
"no_hooks_yet2": " ou criando um ",
|
||||
"no_hooks_yet_link_automation": "automação de webhook",
|
||||
"loading": "A carregar...",
|
||||
"manage": "Gerir"
|
||||
}
|
||||
},
|
||||
"alexa": {
|
||||
"title": "Alexa",
|
||||
"exposed_entities": "Entidades expostas",
|
||||
"not_exposed_entities": "Entidades não expostas",
|
||||
"expose": "Expor para Alexa"
|
||||
},
|
||||
"dialog_certificate": {
|
||||
"certificate_information": "Informações do certificado",
|
||||
"certificate_expiration_date": "Data de validade do certificado",
|
||||
"will_be_auto_renewed": "Será renovado automaticamente",
|
||||
"fingerprint": "Certificado digital:",
|
||||
"close": "Fechar"
|
||||
},
|
||||
"google": {
|
||||
"title": "Google Assistant",
|
||||
"expose": "Expor ao Google Assistant",
|
||||
"disable_2FA": "Desativar a autenticação de dois fatores",
|
||||
"exposed_entities": "Entidades expostas",
|
||||
"not_exposed_entities": "Entidades não expostas",
|
||||
"sync_to_google": "A sincronizar alterações para o Google."
|
||||
},
|
||||
"dialog_cloudhook": {
|
||||
"webhook_for": "Webhook para {nome}",
|
||||
"available_at": "O webhook está disponível na seguinte URL:",
|
||||
"managed_by_integration": "Este webhook é gerido por uma integração e não pode ser desabilitado.",
|
||||
"info_disable_webhook": "Se não quiser utilizar mais este webhook, poderá",
|
||||
"link_disable_webhook": "desativá-lo",
|
||||
"view_documentation": "Ver documentação",
|
||||
"close": "Fechar",
|
||||
"confirm_disable": "Tem certeza de que deseja desativar este webhook?",
|
||||
"copied_to_clipboard": "Copiado para a área de transferência"
|
||||
}
|
||||
},
|
||||
"integrations": {
|
||||
"caption": "Integrações",
|
||||
@ -705,7 +804,10 @@
|
||||
"description": "Para ser concluída, esta etapa exige que visite um sítio web externo.",
|
||||
"open_site": "Abrir site"
|
||||
}
|
||||
}
|
||||
},
|
||||
"note_about_integrations": "De momento nem todas as integrações podem ser configuradas via UI.",
|
||||
"note_about_website_reference": "Existem mais disponíveis no",
|
||||
"home_assistant_website": "Site do Home Assistant "
|
||||
},
|
||||
"zha": {
|
||||
"caption": "ZHA",
|
||||
@ -723,7 +825,32 @@
|
||||
"add_device_page": {
|
||||
"header": "Zigbee Home Automation - Adicionar dispositivos",
|
||||
"spinner": "À procura de dispositivos ZHA Zigbee...",
|
||||
"discovery_text": "Os dispositivos descobertos aparecerão aqui. Siga as instruções para o(s) seu(s) dispositivo(s) e coloque o(s) dispositivo(s) em modo de emparelhamento."
|
||||
"discovery_text": "Os dispositivos descobertos aparecerão aqui. Siga as instruções para o(s) seu(s) dispositivo(s) e coloque o(s) dispositivo(s) em modo de emparelhamento.",
|
||||
"search_again": "Pesquisar Novamente"
|
||||
},
|
||||
"common": {
|
||||
"add_devices": "Adicionar dispositivos",
|
||||
"clusters": "Grupos",
|
||||
"devices": "Dispositivos",
|
||||
"manufacturer_code_override": "Substituição do código do fabricante",
|
||||
"value": "Valor"
|
||||
},
|
||||
"network_management": {
|
||||
"header": "Gestão ",
|
||||
"introduction": "Comandos que afetam toda a rede"
|
||||
},
|
||||
"node_management": {
|
||||
"header": "Gestão dispositivos",
|
||||
"help_node_dropdown": "Selecione um dispositivo para visualizar as opções por dispositivo."
|
||||
},
|
||||
"cluster_attributes": {
|
||||
"get_zigbee_attribute": "Obter atributo Zigbee",
|
||||
"set_zigbee_attribute": "Definir atributo Zigbee",
|
||||
"help_get_zigbee_attribute": "Obter o valor para o atributo selecionado."
|
||||
},
|
||||
"cluster_commands": {
|
||||
"issue_zigbee_command": "Emitir comando ZigBee",
|
||||
"help_command_dropdown": "Selecione um comando com o qual interagir."
|
||||
}
|
||||
},
|
||||
"area_registry": {
|
||||
@ -754,7 +881,13 @@
|
||||
"unavailable": "(indisponível)",
|
||||
"introduction": "O Home Assistant mantém um registo de todas as entidades que foram alguma vez detetadas e que podem ser identificadas de uma forma única. Cada uma dessas entidades terá um ID de entidade atribuído, que será reservado apenas para essa entidade.",
|
||||
"introduction2": "Use o registo da entidade para substituir o nome, alterar o ID da entidade ou remover a entrada do Home Assistant. Note que a remoção da entrada do registo de entidade não removerá a entidade. Para fazer isso, siga o link abaixo e remova-o da página de integrações.",
|
||||
"integrations_page": "Página de Integrações"
|
||||
"integrations_page": "Página de Integrações",
|
||||
"headers": {
|
||||
"name": "Nome",
|
||||
"entity_id": "ID da Entidade",
|
||||
"integration": "Integração",
|
||||
"enabled": "Ativado"
|
||||
}
|
||||
},
|
||||
"editor": {
|
||||
"unavailable": "Esta entidade não está atualmente disponível.",
|
||||
@ -763,7 +896,8 @@
|
||||
"update": "ATUALIZAR",
|
||||
"enabled_label": "Entidade permitida",
|
||||
"enabled_cause": "Desativado por {cause}.",
|
||||
"enabled_description": "Entidades desativadas não serão adicionadas ao Home Assistant."
|
||||
"enabled_description": "Entidades desativadas não serão adicionadas ao Home Assistant.",
|
||||
"confirm_delete": "Tem certeza de que deseja apagar esta entrada?"
|
||||
}
|
||||
},
|
||||
"person": {
|
||||
@ -773,8 +907,19 @@
|
||||
"name": "Nome",
|
||||
"device_tracker_intro": "Selecione os dispositivos que pertencem a esta pessoa.",
|
||||
"device_tracker_picked": "Seguir dispositivo",
|
||||
"device_tracker_pick": "Escolha o dispositivo a seguir"
|
||||
}
|
||||
"device_tracker_pick": "Escolha o dispositivo a seguir",
|
||||
"new_person": "Nova Pessoa",
|
||||
"name_error_msg": "Nome é obrigatório",
|
||||
"link_presence_detection_integrations": "Integrações de detecção de presença",
|
||||
"link_integrations_page": "Página de Integrações",
|
||||
"delete": "Apagar",
|
||||
"create": "Criar",
|
||||
"update": "Atualizar"
|
||||
},
|
||||
"no_persons_created_yet": "Parece que você ainda não criou nenhuma pessoa.",
|
||||
"create_person": "Criar pessoa",
|
||||
"add_person": "Adicionar Pessoa",
|
||||
"confirm_delete": "Tens a certeza que queres eliminar esta pessoa?"
|
||||
},
|
||||
"server_control": {
|
||||
"caption": "Controlo do servidor",
|
||||
@ -884,6 +1029,12 @@
|
||||
"force_narrow": {
|
||||
"header": "Esconder sempre a barra lateral.",
|
||||
"description": "Isto esconderá por defeito a barra lateral, semelhante à experiência no telemóvel."
|
||||
},
|
||||
"vibrate": {
|
||||
"header": "Vibrar"
|
||||
},
|
||||
"advanced_mode": {
|
||||
"title": "Modo avançado"
|
||||
}
|
||||
},
|
||||
"page-authorize": {
|
||||
@ -1043,7 +1194,9 @@
|
||||
"add": "Adicionar Cartão",
|
||||
"edit": "Editar",
|
||||
"delete": "Apagar",
|
||||
"move": "Mover"
|
||||
"move": "Mover",
|
||||
"show_visual_editor": "Mostrar Editor Visual",
|
||||
"show_code_editor": "Mostrar Editor de Código"
|
||||
},
|
||||
"migrate": {
|
||||
"header": "Configuração Incompatível",
|
||||
@ -1077,6 +1230,100 @@
|
||||
"edit_lovelace": {
|
||||
"header": "Título da sua interface do Lovelace",
|
||||
"explanation": "Este título é mostrado acima de todas as vista em Lovelace."
|
||||
},
|
||||
"card": {
|
||||
"alarm_panel": {
|
||||
"available_states": "Estados Disponíveis"
|
||||
},
|
||||
"config": {
|
||||
"required": "Obrigatório",
|
||||
"optional": "Opcional"
|
||||
},
|
||||
"gauge": {
|
||||
"severity": {
|
||||
"green": "Verde",
|
||||
"red": "Vermelho",
|
||||
"yellow": "Amarelo"
|
||||
},
|
||||
"name": "Manómetro"
|
||||
},
|
||||
"glance": {
|
||||
"columns": "Colunas"
|
||||
},
|
||||
"generic": {
|
||||
"entities": "Entidades",
|
||||
"entity": "Entidade",
|
||||
"icon": "Ícone",
|
||||
"icon_height": "Altura do ícone",
|
||||
"maximum": "Máximo",
|
||||
"minimum": "Mínimo",
|
||||
"name": "Nome",
|
||||
"show_icon": "Mostrar Ícone?",
|
||||
"show_name": "Mostrar nome?",
|
||||
"show_state": "Mostrar Estado?",
|
||||
"title": "Título",
|
||||
"theme": "Tema",
|
||||
"unit": "Unidade",
|
||||
"url": "Url"
|
||||
},
|
||||
"map": {
|
||||
"source": "Fonte",
|
||||
"name": "Mapa"
|
||||
},
|
||||
"sensor": {
|
||||
"graph_detail": "Detalhe do Gráfico",
|
||||
"graph_type": "Tipo De Gráfico",
|
||||
"name": "Sensor"
|
||||
},
|
||||
"alarm-panel": {
|
||||
"name": "Painel de alarme",
|
||||
"available_states": "Estados Disponíveis"
|
||||
},
|
||||
"conditional": {
|
||||
"name": "Condicional"
|
||||
},
|
||||
"entities": {
|
||||
"name": "Entidades"
|
||||
},
|
||||
"entity-button": {
|
||||
"name": "Botão Entidade"
|
||||
},
|
||||
"entity-filter": {
|
||||
"name": "Filtro de entidade"
|
||||
},
|
||||
"history-graph": {
|
||||
"name": "Gráfico de histórico"
|
||||
},
|
||||
"horizontal-stack": {
|
||||
"name": "Pilha Horizontal"
|
||||
},
|
||||
"iframe": {
|
||||
"name": ""
|
||||
},
|
||||
"light": {
|
||||
"name": "Luz"
|
||||
},
|
||||
"markdown": {
|
||||
"name": ""
|
||||
},
|
||||
"picture": {
|
||||
"name": "Imagem"
|
||||
},
|
||||
"plant-status": {
|
||||
"name": "Estado da planta"
|
||||
},
|
||||
"shopping-list": {
|
||||
"name": "Lista de compras"
|
||||
},
|
||||
"thermostat": {
|
||||
"name": "Termóstato"
|
||||
},
|
||||
"vertical-stack": {
|
||||
"name": "Pilha Vertical"
|
||||
},
|
||||
"weather-forecast": {
|
||||
"name": "Previsão do tempo"
|
||||
}
|
||||
}
|
||||
},
|
||||
"menu": {
|
||||
@ -1357,6 +1604,11 @@
|
||||
"device_name_placeholder": "Nome do utilizador",
|
||||
"area_picker_label": "Área",
|
||||
"update_name_button": "Atualizar Nome"
|
||||
},
|
||||
"buttons": {
|
||||
"add": "Adicionar Dispositivos",
|
||||
"remove": "Remover Dispositivo",
|
||||
"reconfigure": "Reconfigurar Dispositivo"
|
||||
}
|
||||
}
|
||||
},
|
||||
@ -1372,7 +1624,7 @@
|
||||
}
|
||||
},
|
||||
"domain": {
|
||||
"alarm_control_panel": "Painel de controle do alarme",
|
||||
"alarm_control_panel": "Painel de controlo do alarme",
|
||||
"automation": "Automação",
|
||||
"binary_sensor": "Sensor binário",
|
||||
"calendar": "Calendário",
|
||||
|
@ -113,7 +113,7 @@
|
||||
"on": "Открыто"
|
||||
},
|
||||
"lock": {
|
||||
"off": "Закрыто",
|
||||
"off": "Закрыт",
|
||||
"on": "Открыт"
|
||||
}
|
||||
},
|
||||
@ -388,7 +388,7 @@
|
||||
"core": "Перезагрузить ядро",
|
||||
"group": "Перезагрузить группы",
|
||||
"automation": "Перезагрузить автоматизации",
|
||||
"script": "Перезагрузить скрипты"
|
||||
"script": "Перезагрузить сценарии"
|
||||
},
|
||||
"server_management": {
|
||||
"heading": "Управление сервером",
|
||||
@ -412,7 +412,7 @@
|
||||
"description": "Создавайте и редактируйте правила автоматизации",
|
||||
"picker": {
|
||||
"header": "Редактор автоматизаций",
|
||||
"introduction": "Редактор автоматизаций позволяет создавать и редактировать автоматизации.\nПожалуйста, ознакомьтесь с инструкциями по указанной ниже ссылке и убедитесь, что правильно настроили Home Assistant.",
|
||||
"introduction": "Этот редактор позволяет создавать и редактировать автоматизации.\nПожалуйста, ознакомьтесь с инструкциями по указанной ниже ссылке и убедитесь, что правильно настроили Home Assistant.",
|
||||
"pick_automation": "Выберите автоматизацию для редактирования",
|
||||
"no_automations": "Мы не нашли редактируемые автоматизации",
|
||||
"add_automation": "Добавить автоматизацию",
|
||||
@ -558,7 +558,12 @@
|
||||
"zone": "Зона"
|
||||
},
|
||||
"device": {
|
||||
"label": "Устройство"
|
||||
"label": "Устройство",
|
||||
"extra_fields": {
|
||||
"above": "Выше",
|
||||
"below": "Ниже",
|
||||
"for": "Продолжительность"
|
||||
}
|
||||
},
|
||||
"and": {
|
||||
"label": "И"
|
||||
@ -602,6 +607,9 @@
|
||||
},
|
||||
"device_id": {
|
||||
"label": "Устройство"
|
||||
},
|
||||
"scene": {
|
||||
"label": "Активировать сцену"
|
||||
}
|
||||
},
|
||||
"learn_more": "Узнайте больше о действиях"
|
||||
@ -615,8 +623,21 @@
|
||||
}
|
||||
},
|
||||
"script": {
|
||||
"caption": "Скрипты",
|
||||
"description": "Создавайте и редактируйте скрипты"
|
||||
"caption": "Сценарии",
|
||||
"description": "Создавайте и редактируйте сценарии",
|
||||
"picker": {
|
||||
"header": "Редактор сценариев",
|
||||
"introduction": "Этот редактор позволяет создавать и редактировать сценарии.\nПожалуйста, ознакомьтесь с инструкциями по указанной ниже ссылке и убедитесь, что правильно настроили Home Assistant.",
|
||||
"learn_more": "Узнайте больше о сценариях",
|
||||
"no_scripts": "Мы не нашли редактируемые сценарии",
|
||||
"add_script": "Добавить сценарий"
|
||||
},
|
||||
"editor": {
|
||||
"header": "Сценарий: {name}",
|
||||
"default_name": "Новый сценарий",
|
||||
"load_error_not_editable": "Доступны для редактирования только сценарии из scripts.yaml.",
|
||||
"delete_confirm": "Вы уверены, что хотите удалить этот сценарий?"
|
||||
}
|
||||
},
|
||||
"zwave": {
|
||||
"caption": "Z-Wave",
|
||||
@ -664,13 +685,19 @@
|
||||
"true": "Истина",
|
||||
"false": "Ложь",
|
||||
"set_config_parameter": "Установить параметр конфигурации"
|
||||
},
|
||||
"learn_more": "Узнайте больше о Z-Wave",
|
||||
"ozw_log": {
|
||||
"header": "Журнал OZW",
|
||||
"introduction": "Просмотр журнала событий. 0 - минимум (загружает весь журнал), 1000 - максимум. Журнал обновляется автоматически."
|
||||
}
|
||||
},
|
||||
"users": {
|
||||
"caption": "Пользователи",
|
||||
"description": "Управляйте учетными записями пользователей",
|
||||
"picker": {
|
||||
"title": "Пользователи"
|
||||
"title": "Пользователи",
|
||||
"system_generated": "Создан системой"
|
||||
},
|
||||
"editor": {
|
||||
"rename_user": "Изменить имя",
|
||||
@ -678,7 +705,18 @@
|
||||
"activate_user": "Активировать",
|
||||
"deactivate_user": "Деактивировать",
|
||||
"delete_user": "Удалить",
|
||||
"caption": "Просмотр пользователя"
|
||||
"caption": "Просмотр пользователя",
|
||||
"id": "ID",
|
||||
"owner": "Владелец",
|
||||
"group": "Группа",
|
||||
"active": "Активный",
|
||||
"system_generated": "Сгенерировано системой",
|
||||
"system_generated_users_not_removable": "Системные пользователи защищены от удаления.",
|
||||
"unnamed_user": "Безымянный пользователь",
|
||||
"enter_new_name": "Введите новое имя",
|
||||
"user_rename_failed": "Не удалось переименовать пользователя",
|
||||
"group_update_failed": "Не удалось обновить группу",
|
||||
"confirm_user_deletion": "Вы уверены, что хотите удалить {name}?"
|
||||
},
|
||||
"add_user": {
|
||||
"caption": "Добавить пользователя",
|
||||
@ -692,7 +730,123 @@
|
||||
"caption": "Home Assistant Cloud",
|
||||
"description_login": "Выполнен вход с учетной записью {email}",
|
||||
"description_not_login": "Вход не выполнен",
|
||||
"description_features": "Управление вдали от дома, интеграция с Alexa и Google Assistant."
|
||||
"description_features": "Управление вдали от дома, интеграция с Alexa и Google Assistant.",
|
||||
"login": {
|
||||
"title": "Home Assistant Cloud",
|
||||
"introduction": "Home Assistant Cloud обеспечивает безопасное удаленное подключение к Вашему серверу, даже если Вы находитесь вдали от дома. Также это даёт возможность подключения к функциям облачных сервисов Amazon Alexa и Google Assistant.",
|
||||
"introduction2": "Эта услуга предоставляется нашим партнером ",
|
||||
"introduction2a": ", компания от основателей Home Assistant и Hass.io.",
|
||||
"introduction3": "Home Assistant Cloud предлагает одноразовый бесплатный пробный период продолжительностью один месяц. Информация об оплате не требуется.",
|
||||
"learn_more_link": "Узнайте больше о Home Assistant Cloud",
|
||||
"dismiss": "Отклонить",
|
||||
"sign_in": "Авторизация",
|
||||
"email": "Адрес электронной почты",
|
||||
"email_error_msg": "Неверный адрес электронной почты.",
|
||||
"password": "Пароль",
|
||||
"password_error_msg": "Пароль должен содержать не менее 8 символов.",
|
||||
"forgot_password": "забыли пароль?",
|
||||
"start_trial": "Начать бесплатный пробный период",
|
||||
"trial_info": "Информация об оплате не требуется. Продолжительность периода - 1 месяц",
|
||||
"alert_password_change_required": "Вы должны изменить свой пароль перед входом.",
|
||||
"alert_email_confirm_necessary": "Вам должны подтвердить Вашу электронную почту перед входом."
|
||||
},
|
||||
"forgot_password": {
|
||||
"title": "Восстановление доступа к учетной записи",
|
||||
"subtitle": "Восстановление пароля",
|
||||
"instructions": "Введите адрес электронной почты, указанный при регистрации. Мы вышлем на него ссылку для сброса пароля.",
|
||||
"email": "Адрес электронной почты",
|
||||
"email_error_msg": "Неверный адрес электронной почты.",
|
||||
"send_reset_email": "Отправить",
|
||||
"check_your_email": "Проверьте Вашу электронную почту для получения инструкций по сбросу пароля."
|
||||
},
|
||||
"register": {
|
||||
"title": "Регистрация новой учетной записи",
|
||||
"headline": "Начните Ваш бесплатный пробный период",
|
||||
"information": "Создайте учетную запись Home Assistant Cloud, чтобы начать бесплатный пробный период. Информация об оплате не требуется.",
|
||||
"information2": "В течении пробного периода Вам будет предоставлен доступ ко всем преимуществам Home Assistant Cloud, включая:",
|
||||
"feature_remote_control": "Безопасный доступ к Вашему Home Assistant, даже вдали от дома",
|
||||
"feature_google_home": "Интеграция с Google Assistant",
|
||||
"feature_amazon_alexa": "Интеграция с Amazon Alexa",
|
||||
"feature_webhook_apps": "Простая интеграция с приложениями на основе webhook, такими как OwnTracks",
|
||||
"information3": "Эта услуга предоставляется нашим партнером ",
|
||||
"information3a": ", компания от основателей Home Assistant и Hass.io.",
|
||||
"information4": "Регистрируя учетную запись, Вы соглашаетесь со следующими условиями:",
|
||||
"link_terms_conditions": "Правила и условия",
|
||||
"link_privacy_policy": "Политика конфиденциальности",
|
||||
"create_account": "Создать учетную запись",
|
||||
"email_address": "Адрес электронной почты",
|
||||
"email_error_msg": "Неверный адрес электронной почты.",
|
||||
"password": "Пароль",
|
||||
"password_error_msg": "Пароль должен содержать не менее 8 символов.",
|
||||
"start_trial": "Начать пробный период",
|
||||
"resend_confirm_email": "Отправить подтверждение повторно",
|
||||
"account_created": "Учетная запись создана! Проверьте Вашу электронную почту для получения инструкций по активации учетной записи."
|
||||
},
|
||||
"account": {
|
||||
"thank_you_note": "Спасибо за то, что стали частью Home Assistant Cloud. Именно благодаря таким людям, как Вы, мы можем сделать все возможное для того, чтобы домашняя автоматизация была максимально удобной для всех. Спасибо!",
|
||||
"nabu_casa_account": "Учетная запись Nabu Casa",
|
||||
"connection_status": "Статус подключения к облаку",
|
||||
"manage_account": "Управление учетной записью",
|
||||
"sign_out": "Выйти",
|
||||
"integrations": "Интеграции",
|
||||
"remote": {
|
||||
"info": "Home Assistant Cloud обеспечивает безопасное удаленное подключение к Вашему серверу, даже если Вы находитесь вдали от дома.",
|
||||
"instance_is_available": "Ваш Home Assistant доступен по адресу",
|
||||
"instance_will_be_available": "Ваш Home Assistant будет доступен по адресу",
|
||||
"link_learn_how_it_works": "Узнайте, как это работает",
|
||||
"certificate_info": "Информация о сертификате"
|
||||
},
|
||||
"alexa": {
|
||||
"title": "Alexa",
|
||||
"info": "Благодаря интеграции Alexa для Home Assistant Cloud Вы сможете управлять всеми своими устройствами Home Assistant через любое устройство с поддержкой Alexa.",
|
||||
"enable_ha_skill": "Активировать навык Home Assistant для Alexa",
|
||||
"sync_entities": "Синхронизировать объекты",
|
||||
"manage_entities": "Управление объектами",
|
||||
"sync_entities_error": "Не удалось синхронизировать объекты:"
|
||||
},
|
||||
"google": {
|
||||
"title": "Google Assistant",
|
||||
"info": "Благодаря интеграции Google Assistant для Home Assistant Cloud Вы сможете управлять всеми своими устройствами Home Assistant через любое устройство с поддержкой Google Assistant.",
|
||||
"enable_ha_skill": "Активировать навык Home Assistant для Google Assistant",
|
||||
"manage_entities": "Управление объектами"
|
||||
},
|
||||
"webhooks": {
|
||||
"title": "Webhook",
|
||||
"info": "Всему, что настроено на срабатывание через Webhook, может быть предоставлен общедоступный URL-адрес. Это позволяет отправлять данные в Home Assistant откуда угодно, не выставляя свой сервер в Интернете.",
|
||||
"no_hooks_yet": "У Вас еще нет добавленных Webhook. Начните с настройки ",
|
||||
"no_hooks_yet_link_integration": "интеграции на основе Webhook",
|
||||
"no_hooks_yet2": " или создайте ",
|
||||
"no_hooks_yet_link_automation": "Webhook автоматизацию",
|
||||
"link_learn_more": "Узнайте больше о создании автоматизаций на базе Webhook.",
|
||||
"loading": "Загрузка ...",
|
||||
"disable_hook_error_msg": "Не удалось отключить Webhook"
|
||||
}
|
||||
},
|
||||
"dialog_certificate": {
|
||||
"certificate_information": "Информация о сертификате",
|
||||
"certificate_expiration_date": "Срок действия сертификата",
|
||||
"will_be_auto_renewed": "Будет автоматически продлен",
|
||||
"fingerprint": "Отпечаток сертификата:",
|
||||
"close": "Закрыть"
|
||||
},
|
||||
"google": {
|
||||
"title": "Google Assistant",
|
||||
"disable_2FA": "Отключить двухфакторную аутентификацию",
|
||||
"exposed_entities": "Выставленные объекты",
|
||||
"not_exposed_entities": "Не выставленные объекты",
|
||||
"sync_to_google": "Синхронизация изменений с Google."
|
||||
},
|
||||
"dialog_cloudhook": {
|
||||
"webhook_for": "Webhook для {name}",
|
||||
"available_at": "Webhook доступен по следующему адресу:",
|
||||
"managed_by_integration": "Этот Webhook управляется интеграцией и не может быть отключен.",
|
||||
"info_disable_webhook": "Если Вы больше не хотите использовать этот Webhook, Вы можете",
|
||||
"link_disable_webhook": "отключить его.",
|
||||
"view_documentation": "Просмотреть документацию",
|
||||
"close": "Закрыть",
|
||||
"confirm_disable": "Вы уверены, что хотите отключить этот Webhook?",
|
||||
"copied_to_clipboard": "Скопировано в буфер обмена"
|
||||
}
|
||||
},
|
||||
"integrations": {
|
||||
"caption": "Интеграции",
|
||||
@ -720,7 +874,10 @@
|
||||
"description": "Для завершения этого шага требуется посетить внешний веб-сайт.",
|
||||
"open_site": "Открыть веб-сайт"
|
||||
}
|
||||
}
|
||||
},
|
||||
"note_about_integrations": "Пока что не все интеграции могут быть настроены через пользовательский интерфейс.",
|
||||
"note_about_website_reference": "Все доступные интеграции Вы можете найти на",
|
||||
"home_assistant_website": "сайте Home Assistant"
|
||||
},
|
||||
"zha": {
|
||||
"caption": "ZHA",
|
||||
@ -738,7 +895,46 @@
|
||||
"add_device_page": {
|
||||
"header": "Zigbee Home Automation",
|
||||
"spinner": "Поиск Zigbee устройств...",
|
||||
"discovery_text": "Здесь будут отображаться обнаруженные устройства. Следуйте инструкциям для Вашего устройства, чтобы включить режим сопряжения."
|
||||
"discovery_text": "Здесь будут отображаться обнаруженные устройства. Следуйте инструкциям для Вашего устройства, чтобы включить режим сопряжения.",
|
||||
"search_again": "Повторный поиск"
|
||||
},
|
||||
"common": {
|
||||
"add_devices": "Добавить устройства",
|
||||
"clusters": "Кластеры",
|
||||
"devices": "Устройства",
|
||||
"manufacturer_code_override": "Переназначить код производителя",
|
||||
"value": "Значение"
|
||||
},
|
||||
"network_management": {
|
||||
"header": "Управление сетью",
|
||||
"introduction": "Команды, которые влияют на всю сеть"
|
||||
},
|
||||
"node_management": {
|
||||
"header": "Управление устройством",
|
||||
"introduction": "Команды ZHA, которые влияют на одно устройство. Выберите устройство, чтобы увидеть список доступных команд.",
|
||||
"hint_battery_devices": "Примечание:\nСпящие (работающие от батареи) устройства должны быть активны при выполнении команд. Обычно устройство выходит из режима сна, когда срабатывает на изменение внешних условий.",
|
||||
"hint_wakeup": "Некоторые устройства, такие как датчики Xiaomi, имеют кнопку пробуждения, которую Вы можете нажимать с интервалом ~ 5 секунд, чтобы держать устройства в активном состоянии во время взаимодействия с ними.",
|
||||
"help_node_dropdown": "Выберите устройство для просмотра индивидуальных параметров."
|
||||
},
|
||||
"clusters": {
|
||||
"help_cluster_dropdown": "Выберите кластер для просмотра атрибутов и команд."
|
||||
},
|
||||
"cluster_attributes": {
|
||||
"header": "Атрибуты кластера",
|
||||
"introduction": "Просмотр и редактирование атрибутов кластера.",
|
||||
"attributes_of_cluster": "Атрибуты выбранного кластера",
|
||||
"get_zigbee_attribute": "Получить атрибут Zigbee",
|
||||
"set_zigbee_attribute": "Установить атрибут Zigbee",
|
||||
"help_attribute_dropdown": "Выберите атрибут для просмотра или установите его значение.",
|
||||
"help_get_zigbee_attribute": "Получить значение для выбранного атрибута.",
|
||||
"help_set_zigbee_attribute": "Установите значение атрибута для указанного кластера на указанном объекте."
|
||||
},
|
||||
"cluster_commands": {
|
||||
"header": "Команды кластера",
|
||||
"introduction": "Просмотр и выдача команд кластеров.",
|
||||
"commands_of_cluster": "Команды выбранного кластера",
|
||||
"issue_zigbee_command": "Выдать команду Zigbee",
|
||||
"help_command_dropdown": "Выберите команду для взаимодействия."
|
||||
}
|
||||
},
|
||||
"area_registry": {
|
||||
@ -770,7 +966,13 @@
|
||||
"introduction": "Home Assistant ведет реестр каждого объекта, который когда-либо был создан в системе. Каждому из этих объектов присвоен ID, который зарезервирован только для этого объекта.",
|
||||
"introduction2": "Используйте данный реестр, чтобы изменить ID или название объекта либо удалить запись из Home Assistant. Обратите внимание, что удаление записи из реестра объектов не удалит сам объект. Для этого перейдите по указанной ниже ссылке и удалите его со страницы интеграций.",
|
||||
"integrations_page": "Страница интеграций",
|
||||
"show_disabled": "Показывать отключенные объекты"
|
||||
"show_disabled": "Показывать отключенные объекты",
|
||||
"headers": {
|
||||
"name": "Название",
|
||||
"entity_id": "ID объекта",
|
||||
"integration": "Интеграция",
|
||||
"enabled": "Включено"
|
||||
}
|
||||
},
|
||||
"editor": {
|
||||
"unavailable": "Этот объект в настоящее время недоступен.",
|
||||
@ -791,8 +993,24 @@
|
||||
"name": "Имя",
|
||||
"device_tracker_intro": "Выберите устройства, отслеживающие этого человека.",
|
||||
"device_tracker_picked": "Устройство для отслеживания",
|
||||
"device_tracker_pick": "Выберите устройство для отслеживания"
|
||||
}
|
||||
"device_tracker_pick": "Выберите устройство для отслеживания",
|
||||
"new_person": "Новая персона",
|
||||
"name_error_msg": "Укажите имя",
|
||||
"linked_user": "Связанный пользователь",
|
||||
"no_device_tracker_available_intro": "Если у Вас есть устройства, указывающие на присутствие человека, Вы можете назначить их этому человеку. Вы можете добавить Ваше первое устройство, добавив интеграцию обнаружения присутствия со страницы интеграции.",
|
||||
"link_presence_detection_integrations": "Интеграции обнаружения присутствия",
|
||||
"link_integrations_page": "Страница интеграций",
|
||||
"delete": "Удалить",
|
||||
"create": "Создать",
|
||||
"update": "Обновить"
|
||||
},
|
||||
"introduction": "Здесь Вы можете определить каждого интересующего Вас человека в Home Assistant.",
|
||||
"note_about_persons_configured_in_yaml": "Примечание:\nПерсоны, настроенные с помощью configuration.yaml, не могут быть изменены с помощью пользовательского интерфейса.",
|
||||
"no_persons_created_yet": "У Вас еще нет добавленных персон.",
|
||||
"create_person": "Добавить персону",
|
||||
"add_person": "Добавить персону",
|
||||
"confirm_delete": "Вы уверены, что хотите удалить эту персону?",
|
||||
"confirm_delete2": "Все устройства, связанные с этой персоной, станут неназначенными."
|
||||
},
|
||||
"server_control": {
|
||||
"caption": "Сервер",
|
||||
@ -811,7 +1029,7 @@
|
||||
"core": "Перезагрузить ядро",
|
||||
"group": "Перезагрузить группы",
|
||||
"automation": "Перезагрузить автоматизации",
|
||||
"script": "Перезагрузить скрипты",
|
||||
"script": "Перезагрузить сценарии",
|
||||
"scene": "Перезагрузить сцены"
|
||||
},
|
||||
"server_management": {
|
||||
@ -838,6 +1056,11 @@
|
||||
"caption": "Когда что-то происходит..."
|
||||
}
|
||||
}
|
||||
},
|
||||
"common": {
|
||||
"editor": {
|
||||
"confirm_unsaved": "У Вас есть несохраненные изменения. Вы уверены, что хотите выйти?"
|
||||
}
|
||||
}
|
||||
},
|
||||
"profile": {
|
||||
@ -917,6 +1140,10 @@
|
||||
"vibrate": {
|
||||
"header": "Вибрация",
|
||||
"description": "Получать тактильный отклик при управлении устройствами."
|
||||
},
|
||||
"advanced_mode": {
|
||||
"title": "Расширенный режим",
|
||||
"description": "Home Assistant по умолчанию скрывает расширенные функции и параметры. Активируя расширенный режим, Вы сделаете эти функции доступными. Эта настройка не влияет на других пользователей, использующих Home Assistant."
|
||||
}
|
||||
},
|
||||
"page-authorize": {
|
||||
@ -1077,7 +1304,9 @@
|
||||
"add": "Добавить карточку",
|
||||
"edit": "Изменить",
|
||||
"delete": "Удалить",
|
||||
"move": "Переместить"
|
||||
"move": "Переместить",
|
||||
"show_visual_editor": "Форма ввода",
|
||||
"show_code_editor": "Текстовый редактор"
|
||||
},
|
||||
"migrate": {
|
||||
"header": "Конфигурация несовместима",
|
||||
@ -1121,7 +1350,8 @@
|
||||
"optional": "Опционально"
|
||||
},
|
||||
"entities": {
|
||||
"show_header_toggle": "Показывать переключатель в заголовке"
|
||||
"show_header_toggle": "Показывать переключатель в заголовке",
|
||||
"name": "Объекты"
|
||||
},
|
||||
"gauge": {
|
||||
"severity": {
|
||||
@ -1162,14 +1392,57 @@
|
||||
"geo_location_sources": "Источники геолокации",
|
||||
"dark_mode": "Ночной режим",
|
||||
"default_zoom": "Масштаб по умолчанию",
|
||||
"source": "Источник"
|
||||
"source": "Источник",
|
||||
"name": "Карта"
|
||||
},
|
||||
"markdown": {
|
||||
"content": "Содержание"
|
||||
"content": "Содержание",
|
||||
"name": "Разметка"
|
||||
},
|
||||
"sensor": {
|
||||
"graph_detail": "Детализация графика",
|
||||
"graph_type": "Тип графика"
|
||||
"graph_type": "Тип графика",
|
||||
"name": "Датчик"
|
||||
},
|
||||
"alarm-panel": {
|
||||
"name": "Панель сигнализации",
|
||||
"available_states": "Доступные состояния"
|
||||
},
|
||||
"entity-button": {
|
||||
"name": "Кнопка"
|
||||
},
|
||||
"entity-filter": {
|
||||
"name": "Фильтр"
|
||||
},
|
||||
"history-graph": {
|
||||
"name": "График истории"
|
||||
},
|
||||
"horizontal-stack": {
|
||||
"name": "Горизонтальный массив"
|
||||
},
|
||||
"iframe": {
|
||||
"name": "iFrame"
|
||||
},
|
||||
"light": {
|
||||
"name": "Освещение"
|
||||
},
|
||||
"media-control": {
|
||||
"name": "Медиа"
|
||||
},
|
||||
"plant-status": {
|
||||
"name": "Растение"
|
||||
},
|
||||
"shopping-list": {
|
||||
"name": "Список покупок"
|
||||
},
|
||||
"thermostat": {
|
||||
"name": "Термостат"
|
||||
},
|
||||
"vertical-stack": {
|
||||
"name": "Вертикальный массив"
|
||||
},
|
||||
"weather-forecast": {
|
||||
"name": "Прогноз погоды"
|
||||
}
|
||||
}
|
||||
},
|
||||
@ -1451,7 +1724,14 @@
|
||||
"device_name_placeholder": "Название",
|
||||
"area_picker_label": "Помещение",
|
||||
"update_name_button": "Обновить название"
|
||||
}
|
||||
},
|
||||
"buttons": {
|
||||
"add": "Добавить устройства",
|
||||
"remove": "Удалить устройство",
|
||||
"reconfigure": "Перенастроить устройство"
|
||||
},
|
||||
"power_source": "Источник питания",
|
||||
"unknown": "Неизвестно"
|
||||
}
|
||||
},
|
||||
"auth_store": {
|
||||
@ -1494,7 +1774,7 @@
|
||||
"proximity": "Расстояние",
|
||||
"remote": "Пульт ДУ",
|
||||
"scene": "Сцена",
|
||||
"script": "Скрипт",
|
||||
"script": "Сценарий",
|
||||
"sensor": "Датчик",
|
||||
"sun": "Солнце",
|
||||
"switch": "Выключатель",
|
||||
|
@ -653,7 +653,8 @@
|
||||
"set_wakeup": "Nastaviť interval prebudenia",
|
||||
"config_parameter": "Konfigurovať parameter",
|
||||
"set_config_parameter": "Nastavte konfiguračný parameter"
|
||||
}
|
||||
},
|
||||
"learn_more": "Viac informácií o Z-Wave"
|
||||
},
|
||||
"users": {
|
||||
"caption": "Používatelia",
|
||||
@ -728,6 +729,9 @@
|
||||
"header": "Zigbee Home Automation - Pridať zariadenia",
|
||||
"spinner": "Vyhľadávanie ZHA Zigbee zariadení ...",
|
||||
"discovery_text": "Tu sa zobrazia objavené zariadenia. Postupujte podľa pokynov pre zariadenie (zariadenia) a umiestnite zariadenie (zariadenia) do režimu párovania."
|
||||
},
|
||||
"cluster_commands": {
|
||||
"help_command_dropdown": "Vyberte príkaz na interakciu."
|
||||
}
|
||||
},
|
||||
"area_registry": {
|
||||
@ -900,6 +904,10 @@
|
||||
"vibrate": {
|
||||
"header": "Vibrácie",
|
||||
"description": "Pri ovládaní zariadení povoľte alebo zakážte vibrácie tohto zariadenia."
|
||||
},
|
||||
"advanced_mode": {
|
||||
"title": "Rozšírený režim",
|
||||
"description": "Home Asistent v predvolenom nastavení skryje rozšírené funkcie a možnosti. Začiarknutím tohto prepínača môžete tieto funkcie sprístupniť. Toto nastavenie je špecifické pre konkrétneho používateľa a nemá vplyv na ostatných používateľov používajúcich Home Assistant."
|
||||
}
|
||||
},
|
||||
"page-authorize": {
|
||||
@ -1059,7 +1067,9 @@
|
||||
"add": "Pridať kartu",
|
||||
"edit": "Upraviť",
|
||||
"delete": "Odstrániť",
|
||||
"move": "Presunúť"
|
||||
"move": "Presunúť",
|
||||
"show_visual_editor": "Zobraziť vizuálny editor",
|
||||
"show_code_editor": "Zobraziť editor kódu"
|
||||
},
|
||||
"migrate": {
|
||||
"header": "Nekompatibilná konfigurácia",
|
||||
@ -1100,7 +1110,8 @@
|
||||
"optional": "Voliteľné"
|
||||
},
|
||||
"entities": {
|
||||
"show_header_toggle": "Zobraziť prepínač hlavičky?"
|
||||
"show_header_toggle": "Zobraziť prepínač hlavičky?",
|
||||
"name": "Entity"
|
||||
},
|
||||
"generic": {
|
||||
"entities": "Entity",
|
||||
@ -1123,14 +1134,67 @@
|
||||
"geo_location_sources": "Zdroje geolokácie",
|
||||
"dark_mode": "Tmavý režim?",
|
||||
"default_zoom": "Predvolený zoom",
|
||||
"source": "Zdroj"
|
||||
"source": "Zdroj",
|
||||
"name": "Mapa"
|
||||
},
|
||||
"markdown": {
|
||||
"content": "Obsah"
|
||||
},
|
||||
"sensor": {
|
||||
"graph_detail": "Detail grafu",
|
||||
"graph_type": "Typ grafu"
|
||||
"graph_type": "Typ grafu",
|
||||
"name": "Snímač"
|
||||
},
|
||||
"alarm-panel": {
|
||||
"name": "Ovládací panel alarmu"
|
||||
},
|
||||
"entity-button": {
|
||||
"name": "Entita Tlačítka"
|
||||
},
|
||||
"entity-filter": {
|
||||
"name": "Filter entít"
|
||||
},
|
||||
"glance": {
|
||||
"name": "Náhľad"
|
||||
},
|
||||
"history-graph": {
|
||||
"name": "Graf Histórie"
|
||||
},
|
||||
"horizontal-stack": {
|
||||
"name": "Horizontálne zarovnanie"
|
||||
},
|
||||
"iframe": {
|
||||
"name": "iFrame"
|
||||
},
|
||||
"light": {
|
||||
"name": "Svetlo"
|
||||
},
|
||||
"media-control": {
|
||||
"name": "Ovládanie médií"
|
||||
},
|
||||
"picture": {
|
||||
"name": "Obrázok"
|
||||
},
|
||||
"picture-elements": {
|
||||
"name": "Entita obrázka"
|
||||
},
|
||||
"picture-entity": {
|
||||
"name": "Entita obrázka"
|
||||
},
|
||||
"picture-glance": {
|
||||
"name": "Náhľad obrázka"
|
||||
},
|
||||
"shopping-list": {
|
||||
"name": "Zoznam nákupov"
|
||||
},
|
||||
"thermostat": {
|
||||
"name": "Termostat"
|
||||
},
|
||||
"vertical-stack": {
|
||||
"name": "Zvislé zarovnanie"
|
||||
},
|
||||
"weather-forecast": {
|
||||
"name": "Predpoveď počasia"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -419,7 +419,7 @@
|
||||
"learn_more": "Več o avtomatizacijah"
|
||||
},
|
||||
"editor": {
|
||||
"introduction": "Uporabite avtomatizacije, da bo vaš dom \"živ\"",
|
||||
"introduction": "Uporabite avtomatizacije za oživitev vašega doma.",
|
||||
"default_name": "Nova avtomatizacija",
|
||||
"save": "Shrani",
|
||||
"unsaved_confirm": "Imate neshranjene spremembe. Ste prepričani, da želite zapustiti stran?",
|
||||
@ -558,7 +558,12 @@
|
||||
"zone": "Območje"
|
||||
},
|
||||
"device": {
|
||||
"label": "Naprava"
|
||||
"label": "Naprava",
|
||||
"extra_fields": {
|
||||
"above": "Nad",
|
||||
"below": "Pod",
|
||||
"for": "Trajanje"
|
||||
}
|
||||
},
|
||||
"and": {
|
||||
"label": "In"
|
||||
@ -602,6 +607,9 @@
|
||||
},
|
||||
"device_id": {
|
||||
"label": "Naprava"
|
||||
},
|
||||
"scene": {
|
||||
"label": "Aktivirajte sceno"
|
||||
}
|
||||
},
|
||||
"learn_more": "Več o akcijah"
|
||||
@ -616,7 +624,20 @@
|
||||
},
|
||||
"script": {
|
||||
"caption": "Skripte",
|
||||
"description": "Ustvarite in uredite skripte"
|
||||
"description": "Ustvarite in uredite skripte",
|
||||
"picker": {
|
||||
"header": "Urejevalnik skript",
|
||||
"introduction": "Urejevalnik skript vam omogoča njihovo ustvarjanje in urejanje. Upoštevajte spodnjo povezavo in si preberite navodila, da se prepričate, da ste pravilno konfigurirali Home Assistant-a.",
|
||||
"learn_more": "Preberite več o skriptah",
|
||||
"no_scripts": "Nismo našli nobene skripte za urejanje",
|
||||
"add_script": "Dodaj skripto"
|
||||
},
|
||||
"editor": {
|
||||
"header": "Skripta: {name}",
|
||||
"default_name": "Nova Skripta",
|
||||
"load_error_not_editable": "Urejati je mogoče le skripte znotraj scripts.yaml.",
|
||||
"delete_confirm": "Ali ste prepričani, da želite izbrisati to skripto?"
|
||||
}
|
||||
},
|
||||
"zwave": {
|
||||
"caption": "Z-Wave",
|
||||
@ -664,13 +685,19 @@
|
||||
"true": "Prav",
|
||||
"false": "Lažno",
|
||||
"set_config_parameter": "Nastavite Config Parameter"
|
||||
},
|
||||
"learn_more": "Preberite več o Z-Wave",
|
||||
"ozw_log": {
|
||||
"header": "OZW dnevnik",
|
||||
"introduction": "Oglejte si dnevnik. 0 je minimum (naloži celoten dnevnik), 1000 pa največ. Prikazan bo statični dnevnik, konec pa se bo samodejno posodobil z zadnjim določenim številom vrstic dnevnika."
|
||||
}
|
||||
},
|
||||
"users": {
|
||||
"caption": "Uporabniki",
|
||||
"description": "Upravljajte uporabnike",
|
||||
"picker": {
|
||||
"title": "Uporabniki"
|
||||
"title": "Uporabniki",
|
||||
"system_generated": "Sistemsko generirano"
|
||||
},
|
||||
"editor": {
|
||||
"rename_user": "Preimenuj uporabnika",
|
||||
@ -678,7 +705,18 @@
|
||||
"activate_user": "Aktiviraj uporabnika",
|
||||
"deactivate_user": "Deaktiviraj uporabnika",
|
||||
"delete_user": "Izbriši uporabnika",
|
||||
"caption": "Prikaži uporabnika"
|
||||
"caption": "Prikaži uporabnika",
|
||||
"id": "ID",
|
||||
"owner": "Lastnik",
|
||||
"group": "Skupina",
|
||||
"active": "aktiven",
|
||||
"system_generated": "Sistemsko generirano",
|
||||
"system_generated_users_not_removable": "Sistemskih uporabnikov ni mogoče odstraniti.",
|
||||
"unnamed_user": "Neimenovani uporabnik",
|
||||
"enter_new_name": "Vnesite novo ime",
|
||||
"user_rename_failed": "Preimenovanje uporabnika ni uspelo:",
|
||||
"group_update_failed": "Posodobitev skupine ni uspela:",
|
||||
"confirm_user_deletion": "Ali ste prepričani, da želite izbrisati {name}?"
|
||||
},
|
||||
"add_user": {
|
||||
"caption": "Dodaj uporabnika",
|
||||
@ -692,7 +730,156 @@
|
||||
"caption": "Home Assistant Cloud",
|
||||
"description_login": "Prijavljen kot {email}",
|
||||
"description_not_login": "Niste prijavljeni",
|
||||
"description_features": "Imejte nadzor nad domom tudi, ko vas ni doma, povežite z Alexa in Google Asistentom."
|
||||
"description_features": "Imejte nadzor nad domom tudi, ko vas ni doma, povežite z Alexa in Google Asistentom.",
|
||||
"login": {
|
||||
"title": "Prijava v oblak",
|
||||
"introduction": "Home Assistant Cloud vam tudi takrat, ko vas ni doma zagotavlja varno oddaljeno povezavo do vašega Home Assistant-a. Prav tako vam omogoča, da se povežete z ostalimi oblačnimi storitvami Amazon Alexa in Google Assistant.",
|
||||
"introduction2": "To storitev upravlja naš partner ",
|
||||
"introduction2a": ", podjetje, ki so ga ustanovili ustanovitelji Home Assistant-a.",
|
||||
"introduction3": "Home Assistant Cloud je naročniška storitev z enomesečno brezplačno poizkusno dobo. Podatki o plačilnih karticah niso potrebni.",
|
||||
"learn_more_link": "Preberite več o Home Assistant Cloud-u",
|
||||
"dismiss": "Opustite",
|
||||
"sign_in": "Vpišite se",
|
||||
"email": "E-poštni naslov",
|
||||
"email_error_msg": "Neveljaven e-poštni naslov",
|
||||
"password": "Geslo",
|
||||
"password_error_msg": "Gesla morajo biti dolga vsaj 8 znakov",
|
||||
"forgot_password": "pozabljeno geslo?",
|
||||
"start_trial": "Začnite brezplačno 1 mesečno preskusno različico",
|
||||
"trial_info": "Podatki o plačilu niso potrebni",
|
||||
"alert_password_change_required": "Pred prijavo morate spremeniti geslo.",
|
||||
"alert_email_confirm_necessary": "Pred prijavo morate potrditi svojo e-pošto."
|
||||
},
|
||||
"forgot_password": {
|
||||
"title": "Pozabljeno geslo",
|
||||
"subtitle": "Ste pozabili geslo",
|
||||
"instructions": "Vnesite svoj e-poštni naslov in poslali vam bomo povezavo za ponastavitev gesla.",
|
||||
"email": "E-poštni naslov",
|
||||
"email_error_msg": "Neveljavna e-pošta",
|
||||
"send_reset_email": "Pošljite email za ponastavitev",
|
||||
"check_your_email": "Preverite vaš e-poštni za navodila za ponastavitev gesla."
|
||||
},
|
||||
"register": {
|
||||
"title": "Registrirajte račun",
|
||||
"headline": "Začnite brezplačno preskusno različico",
|
||||
"information": "Ustvarite račun, če želite začeti brezplačno enomesečno preskušanje Home Assistant Cloud-a. Podatki o plačilu niso potrebni.",
|
||||
"information2": "Preizkus vam bo omogočil dostop do vseh prednosti Home Assistant Cloud, vključno z:",
|
||||
"feature_remote_control": "Nadzor Home assistant-a zunaj doma",
|
||||
"feature_google_home": "Integracijo z Googlovim asistentom",
|
||||
"feature_amazon_alexa": "Integracija z Amazon Alexo",
|
||||
"feature_webhook_apps": "Enostavna integracija s spletnimi aplikacijami, kot je OwnTracks",
|
||||
"information3": "To storitev upravlja naš partner ",
|
||||
"information3a": ", podjetje, ki so ga ustanovili ustanovitelji Home Assistant-a.",
|
||||
"information4": "Z registracijo računa se strinjate z naslednjimi pravili in pogoji.",
|
||||
"link_terms_conditions": "Pravila in Pogoji",
|
||||
"link_privacy_policy": "Politika zasebnosti",
|
||||
"create_account": "Ustvarite račun",
|
||||
"email_address": "E-poštni naslov",
|
||||
"email_error_msg": "Neveljavna e-pošta",
|
||||
"password": "Geslo",
|
||||
"password_error_msg": "Gesla morajo biti dolga vsaj 8 znakov",
|
||||
"start_trial": "Začnite preizkus",
|
||||
"resend_confirm_email": "Ponovno pošlji potrditveno e-poštno sporočilo",
|
||||
"account_created": "Račun ustvarjen! Preverite vašo e-pošto za navodila o tem, kako aktivirate vaš račun."
|
||||
},
|
||||
"account": {
|
||||
"thank_you_note": "Zahvaljujemo se vam za to, da ste del Home Assistant Cloud-a. Zaradi ljudi, kot ste vi, smo sposobni narediti dobro izkušnjo avtomatizacije doma za vsakogar. hvala!",
|
||||
"nabu_casa_account": "Nabu Casa račun",
|
||||
"connection_status": "Stanje povezave v oblaku",
|
||||
"manage_account": "Upravljanje računa",
|
||||
"sign_out": "Izpis",
|
||||
"integrations": "Integracije",
|
||||
"integrations_introduction": "Integracija za Home Assistant Cloud vam omogoča povezovanje s storitvami v oblaku, ne da bi vam bilo treba Home Assistant javno izpostavljati po internetu.",
|
||||
"integrations_introduction2": "Preverite spletno stran za ",
|
||||
"integrations_link_all_features": "vse razpoložljive funkcije",
|
||||
"connected": "Povezan",
|
||||
"not_connected": "Brez povezave",
|
||||
"fetching_subscription": "Pridobivam naročnino...",
|
||||
"remote": {
|
||||
"title": "Daljinsko Upravljanje",
|
||||
"access_is_being_prepared": "Oddaljeni dostop se pripravlja. Obvestili vas bomo, ko bo pripravljen.",
|
||||
"info": "Home Assistant Cloud zagotavlja varno oddaljeno povezavo do vašega primerka, medtem ko ste zunaj doma.",
|
||||
"instance_is_available": "Vaš primerek je na voljo na",
|
||||
"instance_will_be_available": "Vaš primerek bo na voljo na",
|
||||
"link_learn_how_it_works": "Naučite se, kako deluje",
|
||||
"certificate_info": "Informacije o potrdilu"
|
||||
},
|
||||
"alexa": {
|
||||
"title": "Alexa",
|
||||
"info": "Z integracijo Alexa za Home Assistant cloud boste lahko nadzirali vse svoje naprave s pomočjo katere koli naprave, ki podpira Alexa.",
|
||||
"enable_ha_skill": "Omogoči Home Assistant spretnost za Alexo",
|
||||
"config_documentation": "Dokumentacija o konfiguraciji",
|
||||
"enable_state_reporting": "Omogoči poročanje o stanju",
|
||||
"info_state_reporting": "Če omogočite poročanje o stanju, bo Home Assistant amazonu poslal vse spremembe stanja izpostavljenih entitet. To vam omogoča, da vedno vidite najnovejša stanja v aplikaciji Alexa.",
|
||||
"sync_entities": "Sinhroniziranje entitet",
|
||||
"manage_entities": "Upravljajte entitete",
|
||||
"sync_entities_error": "Sinhroniziranje entitet ni uspelo:",
|
||||
"state_reporting_error": "Stanja poročila ni mogoče {enable_disable}.",
|
||||
"enable": "omogočiti",
|
||||
"disable": "onemogočiti"
|
||||
},
|
||||
"google": {
|
||||
"title": "Pomočnik Google",
|
||||
"info": "Z integracijo Pomočnik Google za Home Assistant cloud boste lahko nadzirali vse svoje naprave s pomočjo katere koli naprave, ki ga podpirajo.",
|
||||
"enable_ha_skill": "Aktivirajte spretnost Home Assistant za Pomočnika Google",
|
||||
"config_documentation": "Dokumentacija o konfiguraciji",
|
||||
"enable_state_reporting": "Omogoči poročanje o stanju",
|
||||
"info_state_reporting": "Če omogočite poročanje o stanju, bo Home Assistant Googlu poslal vse spremembe stanja izpostavljenih entitet. To vam omogoča, da vedno vidite najnovejša stanja v aplikaciji Google.",
|
||||
"security_devices": "Varnostne naprave",
|
||||
"enter_pin_info": "Prosimo vnesite kodo pin za interakcijo z varnostnimi napravami. Varnostne naprave so vrata, garažna vrata in ključavnice. Med interakcijo s takšnimi napravami prek Googlovega pomočnika boste morali povedati \/ vnesti ta pin.",
|
||||
"devices_pin": "Pin koda za varnostne naprave",
|
||||
"enter_pin_hint": "Vnesite kodo PIN za uporabo varnostnih naprav",
|
||||
"sync_entities": "Sinhronizirajte entitete z Googlom",
|
||||
"manage_entities": "Upravljajte entitete",
|
||||
"enter_pin_error": "PIN-a ni mogoče shraniti:"
|
||||
},
|
||||
"webhooks": {
|
||||
"title": "Webhooks",
|
||||
"info": "Vsemu, kar je nastavljeno tako, da se sproži webhook je mogoče dati javno dostopen URL, kar jim omogoča, pošljanje podatkov nazaj na Home Assistant od kjerkoli, ne da bi izpostavili vaš primerek na internetu.",
|
||||
"no_hooks_yet": "Izgleda, da še nimate webhooks-ov. Začnite s konfiguracijo ",
|
||||
"no_hooks_yet_link_integration": "integracijo, ki temelji na Webhook-u",
|
||||
"no_hooks_yet2": "ali z ustvarjanjem",
|
||||
"no_hooks_yet_link_automation": "webhook avtomatizacije",
|
||||
"link_learn_more": "Preberite več o ustvarjanju avtomatizacij, ki jih poganjajo webhook-i.",
|
||||
"loading": "Nalaganje",
|
||||
"manage": "Upravljanje",
|
||||
"disable_hook_error_msg": "Ni uspelo onemogočiti webhook:"
|
||||
}
|
||||
},
|
||||
"alexa": {
|
||||
"title": "Alexa",
|
||||
"banner": "Urejanje entitet, ki so izpostavljeni prek tega uporabniškega vmesnika, je onemogočeno, ker ste v config.yaml konfigurirali filtre entitet.",
|
||||
"exposed_entities": "Izpostavljene entitete",
|
||||
"not_exposed_entities": "Entitete, ki niso izpostavljene",
|
||||
"expose": "Izpostavite Alexi"
|
||||
},
|
||||
"dialog_certificate": {
|
||||
"certificate_information": "Podatki o certifikatu",
|
||||
"certificate_expiration_date": "Datum poteka certifikata",
|
||||
"will_be_auto_renewed": "Bo samodejno obnovljen",
|
||||
"fingerprint": "Prstni odtis certifikata:",
|
||||
"close": "Zapri"
|
||||
},
|
||||
"google": {
|
||||
"title": "Pomočnik Google",
|
||||
"expose": "Izpostavite Pomočniku Google",
|
||||
"disable_2FA": "Onemogočite dvofaktorsko preverjanje pristnosti",
|
||||
"banner": "Urejanje entitet, ki so izpostavljeni prek tega uporabniškega vmesnika, je onemogočeno, ker ste v config.yaml konfigurirali filtre entitet.",
|
||||
"exposed_entities": "Izpostavljene entitete",
|
||||
"not_exposed_entities": "Entitete, ki niso izpostavljene",
|
||||
"sync_to_google": "Sinhroniziranje sprememb z Googlom."
|
||||
},
|
||||
"dialog_cloudhook": {
|
||||
"webhook_for": "Webhook za {name}",
|
||||
"available_at": "Webhook je na voljo na naslednjem URL-ju:",
|
||||
"managed_by_integration": "Ta webhook upravlja integracija in je ni mogoče onemogočiti.",
|
||||
"info_disable_webhook": "Če ne želite več uporabljati tega webhook-a, ga lahko",
|
||||
"link_disable_webhook": "onemogoče",
|
||||
"view_documentation": "Oglejte si dokumentacijo",
|
||||
"close": "Zapri",
|
||||
"confirm_disable": "Ali ste prepričani, da želite onemogočiti ta webhook?",
|
||||
"copied_to_clipboard": "Kopirano v odložišče"
|
||||
}
|
||||
},
|
||||
"integrations": {
|
||||
"caption": "Integracije",
|
||||
@ -720,7 +907,10 @@
|
||||
"description": "Ta korak zahteva, da za končanje obiščete zunanjo spletno stran.",
|
||||
"open_site": "Odprite spletno stran"
|
||||
}
|
||||
}
|
||||
},
|
||||
"note_about_integrations": "Vseh integracij še ni mogoče konfigurirati prek uporabniškega vmesnika.",
|
||||
"note_about_website_reference": "Več jih je na voljo prek",
|
||||
"home_assistant_website": "spletne strani Home Assistant"
|
||||
},
|
||||
"zha": {
|
||||
"caption": "ZHA",
|
||||
@ -738,7 +928,46 @@
|
||||
"add_device_page": {
|
||||
"header": "Zigbee Home Automation - Dodaj naprave",
|
||||
"spinner": "Iskanje ZHA Zigbee naprav...",
|
||||
"discovery_text": "Tukaj bodo prikazane odkrite naprave. Sledite navodilom za napravo in jo postavite v način seznanjanja."
|
||||
"discovery_text": "Tukaj bodo prikazane odkrite naprave. Sledite navodilom za napravo in jo postavite v način seznanjanja.",
|
||||
"search_again": "Ponovno iskanje"
|
||||
},
|
||||
"common": {
|
||||
"add_devices": "Dodajte naprave",
|
||||
"clusters": "Gruče",
|
||||
"devices": "Naprave",
|
||||
"manufacturer_code_override": "Preglasitev kode proizvajalca",
|
||||
"value": "Vrednost"
|
||||
},
|
||||
"network_management": {
|
||||
"header": "Upravljanje omrežja",
|
||||
"introduction": "Ukazi, ki vplivajo na celotno omrežje"
|
||||
},
|
||||
"node_management": {
|
||||
"header": "Upravljanje naprav",
|
||||
"introduction": "Zaženite ukaze ZHA, ki vplivajo na posamezno napravo. Izberite napravo in si oglejte seznam ukazov, ki so na voljo.",
|
||||
"hint_battery_devices": "Opomba: (naprave na baterijski pogon) naprave, ki spijo, morajo biti budne pri izvajanju ukazov proti njim. Zaspano napravo lahko na splošno zbudite tako, da jo sprožite.",
|
||||
"hint_wakeup": "Nekatere naprave, kot so Xiaomi senzorji, imajo gumb za prebujanje, ki ga lahko pritisnete v ~ 5-sekundnih intervalih, da bodo budne med interakcijo z njimi.",
|
||||
"help_node_dropdown": "Izberite napravo za ogled njenih možnosti."
|
||||
},
|
||||
"clusters": {
|
||||
"help_cluster_dropdown": "Izberite gručo, če si želite ogledati njene atribute in ukaze."
|
||||
},
|
||||
"cluster_attributes": {
|
||||
"header": "Atributi gruče",
|
||||
"introduction": "Oglejte si atribute gruče in jih uredite.",
|
||||
"attributes_of_cluster": "Atributi izbrane gruče",
|
||||
"get_zigbee_attribute": "Pridobite Zigbee Atribute",
|
||||
"set_zigbee_attribute": "Nastavite Zigbee atribute",
|
||||
"help_attribute_dropdown": "Izberite atribut, če si želite ogledati ali nastaviti njegovo vrednost.",
|
||||
"help_get_zigbee_attribute": "Pridobite vrednost za izbrani atribut.",
|
||||
"help_set_zigbee_attribute": "Nastavite vrednost atributa za določeno gručo v določeni entiteti."
|
||||
},
|
||||
"cluster_commands": {
|
||||
"header": "Ukazi Gruče",
|
||||
"introduction": "Oglejte si in izdajte ukaze gruče.",
|
||||
"commands_of_cluster": "Ukazi izbrane gruče",
|
||||
"issue_zigbee_command": "Izdajte ukaz Zigbee",
|
||||
"help_command_dropdown": "Izberite ukaz za interakcijo."
|
||||
}
|
||||
},
|
||||
"area_registry": {
|
||||
@ -770,7 +999,13 @@
|
||||
"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",
|
||||
"show_disabled": "Pokaži onemogočene subjekte"
|
||||
"show_disabled": "Pokaži onemogočene subjekte",
|
||||
"headers": {
|
||||
"name": "Ime",
|
||||
"entity_id": "ID subjekta",
|
||||
"integration": "Integracija",
|
||||
"enabled": "Omogočeno"
|
||||
}
|
||||
},
|
||||
"editor": {
|
||||
"unavailable": "Ta entiteta trenutno ni na voljo.",
|
||||
@ -791,8 +1026,24 @@
|
||||
"name": "Ime",
|
||||
"device_tracker_intro": "Izberite naprave, ki pripadajo tej osebi.",
|
||||
"device_tracker_picked": "Sledi Napravi",
|
||||
"device_tracker_pick": "Izberite napravo za sledenje"
|
||||
}
|
||||
"device_tracker_pick": "Izberite napravo za sledenje",
|
||||
"new_person": "Nova oseba",
|
||||
"name_error_msg": "Ime je obvezno",
|
||||
"linked_user": "Povezani uporabnik",
|
||||
"no_device_tracker_available_intro": "Ko imate naprave, ki kažejo na prisotnost osebe, jih boste lahko tukaj dodelili osebi. Svojo prvo napravo lahko dodate tako, da na strani z integracijami dodate zaznavanje prisotnosti.",
|
||||
"link_presence_detection_integrations": "Integracije zaznavanja prisotnosti",
|
||||
"link_integrations_page": "Stran za integracije",
|
||||
"delete": "Izbriši",
|
||||
"create": "Ustvarite",
|
||||
"update": "Posodobite"
|
||||
},
|
||||
"introduction": "Tu lahko določite vsako osebo (uporabnika) v Home Assistant-a.",
|
||||
"note_about_persons_configured_in_yaml": "Opomba: oseb, konfiguriranih prek config.yaml, ni mogoče urejati prek uporabniškega vmesnika.",
|
||||
"no_persons_created_yet": "Izgleda, da še niste ustvarili nobene osebe.",
|
||||
"create_person": "Ustvari osebo",
|
||||
"add_person": "Dodaj osebo",
|
||||
"confirm_delete": "Ali ste prepričani, da želite izbrisati to osebo?",
|
||||
"confirm_delete2": "Vse naprave, ki pripadajo tej osebi, bodo postale nedodeljene."
|
||||
},
|
||||
"server_control": {
|
||||
"caption": "Nadzor strežnika",
|
||||
@ -838,6 +1089,11 @@
|
||||
"caption": "Ko se nekaj sproži ..."
|
||||
}
|
||||
}
|
||||
},
|
||||
"common": {
|
||||
"editor": {
|
||||
"confirm_unsaved": "Imate neshranjene spremembe. Ste prepričani, da želite zapustiti?"
|
||||
}
|
||||
}
|
||||
},
|
||||
"profile": {
|
||||
@ -917,6 +1173,10 @@
|
||||
"vibrate": {
|
||||
"header": "Vibriraj",
|
||||
"description": "V tej napravi omogočite ali onemogočite vibracije pri krmiljenju naprav."
|
||||
},
|
||||
"advanced_mode": {
|
||||
"title": "Napredni način",
|
||||
"description": "Home Assistant privzeto skrije napredne funkcije in možnosti. Do teh funkcij lahko dostopate tako, da vklopite to stikalo. To je uporabniško določena nastavitev, ki ne vpliva na druge uporabnike."
|
||||
}
|
||||
},
|
||||
"page-authorize": {
|
||||
@ -1077,7 +1337,9 @@
|
||||
"add": "Dodaj kartico",
|
||||
"edit": "Uredi",
|
||||
"delete": "Izbriši",
|
||||
"move": "Premakni"
|
||||
"move": "Premakni",
|
||||
"show_visual_editor": "Pokaži vizualni urejevalnik",
|
||||
"show_code_editor": "Pokaži urejevalnik kode"
|
||||
},
|
||||
"migrate": {
|
||||
"header": "Konfiguracija Nezdružljiva",
|
||||
@ -1121,7 +1383,8 @@
|
||||
"optional": "Neobvezno"
|
||||
},
|
||||
"entities": {
|
||||
"show_header_toggle": "Pokaži preklop glave?"
|
||||
"show_header_toggle": "Pokaži preklop glave?",
|
||||
"name": "Subjekti"
|
||||
},
|
||||
"gauge": {
|
||||
"severity": {
|
||||
@ -1129,10 +1392,12 @@
|
||||
"green": "Zelena",
|
||||
"red": "Rdeča",
|
||||
"yellow": "Rumena"
|
||||
}
|
||||
},
|
||||
"name": "Merilnik"
|
||||
},
|
||||
"glance": {
|
||||
"columns": "Stolpci"
|
||||
"columns": "Stolpci",
|
||||
"name": "Pregled"
|
||||
},
|
||||
"generic": {
|
||||
"aspect_ratio": "Razmerje Med Širino In Višino",
|
||||
@ -1162,14 +1427,72 @@
|
||||
"geo_location_sources": "Geolokacijski viri",
|
||||
"dark_mode": "Temni način?",
|
||||
"default_zoom": "Privzeta povečava",
|
||||
"source": "Vir"
|
||||
"source": "Vir",
|
||||
"name": "Zemljevid"
|
||||
},
|
||||
"markdown": {
|
||||
"content": "Vsebina"
|
||||
"content": "Vsebina",
|
||||
"name": "Markdown"
|
||||
},
|
||||
"sensor": {
|
||||
"graph_detail": "Podrobnosti grafa",
|
||||
"graph_type": "Vrsta grafikona"
|
||||
"graph_type": "Vrsta grafikona",
|
||||
"name": "Senzor"
|
||||
},
|
||||
"alarm-panel": {
|
||||
"name": "Alarmna plošča",
|
||||
"available_states": "Stanja na voljo"
|
||||
},
|
||||
"conditional": {
|
||||
"name": "Pogojno"
|
||||
},
|
||||
"entity-button": {
|
||||
"name": "Subjekt gumba"
|
||||
},
|
||||
"entity-filter": {
|
||||
"name": "Filter entitet"
|
||||
},
|
||||
"history-graph": {
|
||||
"name": "Graf zgodovine"
|
||||
},
|
||||
"horizontal-stack": {
|
||||
"name": "Vodoravna skladnica"
|
||||
},
|
||||
"iframe": {
|
||||
"name": "iFrame"
|
||||
},
|
||||
"light": {
|
||||
"name": "Luči"
|
||||
},
|
||||
"media-control": {
|
||||
"name": "Nadzor predvajalnika"
|
||||
},
|
||||
"picture": {
|
||||
"name": "Slika"
|
||||
},
|
||||
"picture-elements": {
|
||||
"name": "Slikovni elementi"
|
||||
},
|
||||
"picture-entity": {
|
||||
"name": "Subjekt slike"
|
||||
},
|
||||
"picture-glance": {
|
||||
"name": "Pogled slike"
|
||||
},
|
||||
"plant-status": {
|
||||
"name": "Stanje rastline"
|
||||
},
|
||||
"shopping-list": {
|
||||
"name": "Nakupovalni seznam"
|
||||
},
|
||||
"thermostat": {
|
||||
"name": "Termostat"
|
||||
},
|
||||
"vertical-stack": {
|
||||
"name": "Navpična skladnica"
|
||||
},
|
||||
"weather-forecast": {
|
||||
"name": "Vremenska napoved"
|
||||
}
|
||||
}
|
||||
},
|
||||
@ -1405,7 +1728,8 @@
|
||||
"entity_turned_off": "Izklopljen {entity}.",
|
||||
"service_called": "Storitev {service} klicana.",
|
||||
"service_call_failed": "Storitve ni bilo mogoče poklicati {service}.",
|
||||
"connection_lost": "Povezava prekinjena. Vnovično vzpostavljanje povezave..."
|
||||
"connection_lost": "Povezava prekinjena. Vnovično vzpostavljanje povezave...",
|
||||
"triggered": "Sproženo {name}"
|
||||
},
|
||||
"dialogs": {
|
||||
"more_info_settings": {
|
||||
@ -1451,7 +1775,16 @@
|
||||
"device_name_placeholder": "Ime, ki ga je dodelil uporabnik",
|
||||
"area_picker_label": "Območje",
|
||||
"update_name_button": "Posodobi ime"
|
||||
}
|
||||
},
|
||||
"buttons": {
|
||||
"add": "Dodajte naprave",
|
||||
"remove": "Odstranite napravo",
|
||||
"reconfigure": "Ponovno konfigurirajte napravo"
|
||||
},
|
||||
"quirk": "Posebnost",
|
||||
"last_seen": "Nazadnje viden",
|
||||
"power_source": "Vir napajanja",
|
||||
"unknown": "Neznano"
|
||||
}
|
||||
},
|
||||
"auth_store": {
|
||||
|
@ -901,6 +901,9 @@
|
||||
"force_narrow": {
|
||||
"header": "Завжди приховувати бічну панель",
|
||||
"description": "Це дозволить приховати бічну панель за замовчуванням, як і для мобільних пристроїв."
|
||||
},
|
||||
"advanced_mode": {
|
||||
"title": "Розширений режим"
|
||||
}
|
||||
},
|
||||
"page-authorize": {
|
||||
@ -1094,6 +1097,29 @@
|
||||
"edit_lovelace": {
|
||||
"header": "Заголовок для Lovelace",
|
||||
"explanation": "Цей заголовок буде показаний над вашими картками в Lovelace"
|
||||
},
|
||||
"card": {
|
||||
"light": {
|
||||
"name": "Освітлення"
|
||||
},
|
||||
"map": {
|
||||
"name": "Мапа"
|
||||
},
|
||||
"plant-status": {
|
||||
"name": "Стан рослини"
|
||||
},
|
||||
"sensor": {
|
||||
"name": "Датчик"
|
||||
},
|
||||
"thermostat": {
|
||||
"name": "Термостат"
|
||||
},
|
||||
"vertical-stack": {
|
||||
"name": "Вертикальний стек"
|
||||
},
|
||||
"weather-forecast": {
|
||||
"name": "Прогноз погоди"
|
||||
}
|
||||
}
|
||||
},
|
||||
"menu": {
|
||||
|
@ -558,7 +558,12 @@
|
||||
"zone": "區域"
|
||||
},
|
||||
"device": {
|
||||
"label": "設備"
|
||||
"label": "設備",
|
||||
"extra_fields": {
|
||||
"above": "在...之上",
|
||||
"below": "在...之下",
|
||||
"for": "持續時間"
|
||||
}
|
||||
},
|
||||
"and": {
|
||||
"label": "及"
|
||||
@ -602,6 +607,9 @@
|
||||
},
|
||||
"device_id": {
|
||||
"label": "設備"
|
||||
},
|
||||
"scene": {
|
||||
"label": "啟用場景"
|
||||
}
|
||||
},
|
||||
"learn_more": "詳細了解動作"
|
||||
@ -616,7 +624,20 @@
|
||||
},
|
||||
"script": {
|
||||
"caption": "腳本",
|
||||
"description": "創建和編輯腳本"
|
||||
"description": "創建和編輯腳本",
|
||||
"picker": {
|
||||
"header": "腳本編輯器",
|
||||
"introduction": "腳本編輯器允許新增或編輯腳本。請參考下方教學連結,以確保正確的設定 Home Assistant。",
|
||||
"learn_more": "詳細了解腳本",
|
||||
"no_scripts": "無法找到任何可編輯的腳本",
|
||||
"add_script": "新增腳本"
|
||||
},
|
||||
"editor": {
|
||||
"header": "腳本:{name}",
|
||||
"default_name": "新腳本",
|
||||
"load_error_not_editable": "僅有於 scripts.yaml 檔案內的腳本,方能進行編輯。",
|
||||
"delete_confirm": "確定要刪除此腳本?"
|
||||
}
|
||||
},
|
||||
"zwave": {
|
||||
"caption": "Z-Wave",
|
||||
@ -664,13 +685,19 @@
|
||||
"true": "True",
|
||||
"false": "False",
|
||||
"set_config_parameter": "設定參數"
|
||||
},
|
||||
"learn_more": "詳細了解 Z-Wave",
|
||||
"ozw_log": {
|
||||
"header": "OZW 紀錄",
|
||||
"introduction": "檢視紀錄。最小值為 0(載入所有紀錄)、最大值為 1000。將顯示靜態紀錄、後段將依據紀錄最後指定行數自動更新。"
|
||||
}
|
||||
},
|
||||
"users": {
|
||||
"caption": "用戶",
|
||||
"description": "用戶管理",
|
||||
"picker": {
|
||||
"title": "用戶"
|
||||
"title": "用戶",
|
||||
"system_generated": "系統產生"
|
||||
},
|
||||
"editor": {
|
||||
"rename_user": "重命名用戶",
|
||||
@ -678,7 +705,18 @@
|
||||
"activate_user": "激活用戶",
|
||||
"deactivate_user": "停用用戶",
|
||||
"delete_user": "刪除用戶",
|
||||
"caption": "檢視用戶"
|
||||
"caption": "檢視用戶",
|
||||
"id": "ID",
|
||||
"owner": "擁有者",
|
||||
"group": "群組",
|
||||
"active": "啟用",
|
||||
"system_generated": "系統產生",
|
||||
"system_generated_users_not_removable": "無法移除系統產生用戶",
|
||||
"unnamed_user": "未命名用戶",
|
||||
"enter_new_name": "輸入新名稱",
|
||||
"user_rename_failed": "用戶重新命名失敗:",
|
||||
"group_update_failed": "群組更新失敗:",
|
||||
"confirm_user_deletion": "確定要刪除 {name}?"
|
||||
},
|
||||
"add_user": {
|
||||
"caption": "新增用戶",
|
||||
@ -692,7 +730,156 @@
|
||||
"caption": "Home Assistant Cloud",
|
||||
"description_login": "登入帳號:{email}",
|
||||
"description_not_login": "未登入",
|
||||
"description_features": "整合 Alexa 及 Google 助理,遠端控制智能家居"
|
||||
"description_features": "整合 Alexa 及 Google 助理,遠端控制智能家居",
|
||||
"login": {
|
||||
"title": "雲端登入",
|
||||
"introduction": "Home Assistant Cloud 雲服務提供您離家時、遠端加密連線控制。同時也可連結使用雲端,例如:Amazon Alexa 及 Google Assistant。",
|
||||
"introduction2": "服務執行者:合作廠商 ",
|
||||
"introduction2a": "、Home Assistant 與 Hass.io 創始人所成立的公司。",
|
||||
"introduction3": "Home Assistant Cloud 為訂閱服務制、包含一個月的試用期。試用期間無須輸入任何付款資訊。",
|
||||
"learn_more_link": "了解更多關於 Home Assistant Cloud 雲服務資訊",
|
||||
"dismiss": "關閉",
|
||||
"sign_in": "登入",
|
||||
"email": "郵件",
|
||||
"email_error_msg": "無效郵件",
|
||||
"password": "密碼",
|
||||
"password_error_msg": "密碼至少需要 8 個字元",
|
||||
"forgot_password": "忘記密碼?",
|
||||
"start_trial": "開始 1 月試用期",
|
||||
"trial_info": "無須輸入任何付款資訊",
|
||||
"alert_password_change_required": "需要變更密碼後方能登入。",
|
||||
"alert_email_confirm_necessary": "需要驗證郵件後方能登入。"
|
||||
},
|
||||
"forgot_password": {
|
||||
"title": "忘記密碼?",
|
||||
"subtitle": "忘記密碼",
|
||||
"instructions": "輸入您的電子郵件位址,將用以傳送密碼重置設定連結。",
|
||||
"email": "郵件",
|
||||
"email_error_msg": "無效郵件",
|
||||
"send_reset_email": "傳送重置郵件",
|
||||
"check_your_email": "請檢查您的郵件,以了解如何進行密碼重置。"
|
||||
},
|
||||
"register": {
|
||||
"title": "註冊帳號",
|
||||
"headline": "開始免費試用",
|
||||
"information": "註冊帳號以開始一個月的 Home Assistant Cloud 雲服務試用。無須輸入任何付款資訊。",
|
||||
"information2": "試用期將可以使用所有 Home Assistant Cloud 雲服務服務跟功能,包含:",
|
||||
"feature_remote_control": "離家時控制 Home Assistant",
|
||||
"feature_google_home": "與 Google Assistant 整合",
|
||||
"feature_amazon_alexa": "與 Amazon Alexa 整合",
|
||||
"feature_webhook_apps": "與 Webhook app 如 OwnTracks 服務輕易整合",
|
||||
"information3": "服務執行者:合作廠商 ",
|
||||
"information3a": "、Home Assistant 與 Hass.io 創始人所成立的公司。",
|
||||
"information4": "藉由註冊帳號的動作,即表示您同意以下條款與條件。",
|
||||
"link_terms_conditions": "條款與條件",
|
||||
"link_privacy_policy": "隱私權政策",
|
||||
"create_account": "創建帳號",
|
||||
"email_address": "電子郵件",
|
||||
"email_error_msg": "無效郵件",
|
||||
"password": "密碼",
|
||||
"password_error_msg": "密碼至少需要 8 個字元",
|
||||
"start_trial": "開始試用",
|
||||
"resend_confirm_email": "重新發送認證郵件",
|
||||
"account_created": "帳號已創建,請檢查郵件以了解如何啟用帳號。"
|
||||
},
|
||||
"account": {
|
||||
"thank_you_note": "感謝您參與支持 Home Assistant Cloud 雲服務。由於有你們的支持,我們才能持續為每個人帶來絕佳的家庭自動化體驗,謝謝!",
|
||||
"nabu_casa_account": "Nabu Casa 帳號",
|
||||
"connection_status": "雲服務連線狀態",
|
||||
"manage_account": "管理帳號",
|
||||
"sign_out": "登出",
|
||||
"integrations": "整合",
|
||||
"integrations_introduction": "Home Assistant Cloud 雲服務整合可連線至其他雲服務、而不需將您的 Home Assistant 暴露在整個網際網路上。",
|
||||
"integrations_introduction2": "開啟網站 ",
|
||||
"integrations_link_all_features": " 所有可用功能",
|
||||
"connected": "已連接",
|
||||
"not_connected": "未連線",
|
||||
"fetching_subscription": "取得訂閱狀態中...",
|
||||
"remote": {
|
||||
"title": "遠端控制",
|
||||
"access_is_being_prepared": "遠端登入準備中,會於就緒時通知您。",
|
||||
"info": "Home Assistant Cloud 雲服務提供您離家時、遠端加密連線控制。",
|
||||
"instance_is_available": "您的設備可透過下方連結使用",
|
||||
"instance_will_be_available": "您的設備將可透過下方連結使用",
|
||||
"link_learn_how_it_works": "了解如何運作",
|
||||
"certificate_info": "認證資訊"
|
||||
},
|
||||
"alexa": {
|
||||
"title": "Alexa",
|
||||
"info": "藉由 Home Assistant Cloud 雲服務 Alexa 整合,將能透過 Alexa 支援設備以控制所有 Home Assistant 設備。",
|
||||
"enable_ha_skill": "開啟 Home Assistant skill for Alexa",
|
||||
"config_documentation": "設定文件",
|
||||
"enable_state_reporting": "開啟狀態回報",
|
||||
"info_state_reporting": "假如開啟狀態回報,Home Assistant 將會持續傳送所有連結物件的狀態改變至 Amazon。以確保於 Alexa app 中設備永遠保持最新狀態、並藉以創建例行自動化。",
|
||||
"sync_entities": "同步物件",
|
||||
"manage_entities": "管理物件",
|
||||
"sync_entities_error": "同步物件失敗:",
|
||||
"state_reporting_error": "無法 {enable_disable} 回報狀態。",
|
||||
"enable": "開啟",
|
||||
"disable": "關閉"
|
||||
},
|
||||
"google": {
|
||||
"title": "Google Assistant",
|
||||
"info": "藉由 Home Assistant Cloud 雲服務 Google Assistant 整合,將能透過 Google Assistant 支援設備以控制所有 Home Assistant 設備。",
|
||||
"enable_ha_skill": "啟用 Home Assistant skill for Google Assistant",
|
||||
"config_documentation": "設定文件",
|
||||
"enable_state_reporting": "開啟狀態回報",
|
||||
"info_state_reporting": "假如開啟狀態回報,Home Assistant 將會持續傳送所有連結物件的狀態改變至 Google。以確保於 Google app 中設備永遠保持最新狀態、並藉以創建例行自動化。",
|
||||
"security_devices": "加密設備",
|
||||
"enter_pin_info": "請輸入加密設備 Pin 碼、加密設備為如門、車庫與門鎖。當透過 Google Assistant 與此類設備進行互動時,將需要語音說出\/輸入密碼。",
|
||||
"devices_pin": "加密設備 Pin",
|
||||
"enter_pin_hint": "請輸入安全碼以使用加密設備",
|
||||
"sync_entities": "與 Google 同步物件",
|
||||
"manage_entities": "管理物件",
|
||||
"enter_pin_error": "無法儲存 Pin:"
|
||||
},
|
||||
"webhooks": {
|
||||
"title": "Webhooks",
|
||||
"info": "任何設定透過 Webhook 觸發內容,都可以取得公開可存取的 URL、以供傳送資料回 Home Assistant,而不需將 Home Assistant 暴露至網路網路上。",
|
||||
"no_hooks_yet": "看起來您尚未建立 Webhook,可藉由設定 ",
|
||||
"no_hooks_yet_link_integration": "Webhook 整合",
|
||||
"no_hooks_yet2": " 或新增一組 ",
|
||||
"no_hooks_yet_link_automation": "Webhook 自動化",
|
||||
"link_learn_more": "詳細了解新增 Webhook 自動化。",
|
||||
"loading": "正在載入...",
|
||||
"manage": "管理",
|
||||
"disable_hook_error_msg": "關閉 Webhook 失敗:"
|
||||
}
|
||||
},
|
||||
"alexa": {
|
||||
"title": "Alexa",
|
||||
"banner": "由於您已經透過 configuration.yaml 設定物件過濾器、 因此編輯連結物件的介面將無法使用。",
|
||||
"exposed_entities": "已連結物件",
|
||||
"not_exposed_entities": "未連結物件",
|
||||
"expose": "連結至 Alexa"
|
||||
},
|
||||
"dialog_certificate": {
|
||||
"certificate_information": "認證資訊",
|
||||
"certificate_expiration_date": "認證過期日期",
|
||||
"will_be_auto_renewed": "將會自動更新",
|
||||
"fingerprint": "認證歷程:",
|
||||
"close": "關閉"
|
||||
},
|
||||
"google": {
|
||||
"title": "Google Assistant",
|
||||
"expose": "連結至 Google Assistant",
|
||||
"disable_2FA": "關閉兩步驟驗證",
|
||||
"banner": "由於您已經透過 configuration.yaml 設定物件過濾器、 因此編輯連結物件的介面將無法使用。",
|
||||
"exposed_entities": "已連結物件",
|
||||
"not_exposed_entities": "未連結物件",
|
||||
"sync_to_google": "正與 Google 同步變更。"
|
||||
},
|
||||
"dialog_cloudhook": {
|
||||
"webhook_for": "{name} Webhook",
|
||||
"available_at": "Webhook 可透過以下 URL 獲得:",
|
||||
"managed_by_integration": "此 Webhook 由整合所管理、無法關閉。",
|
||||
"info_disable_webhook": "假如不再使用此 Webhook,可以",
|
||||
"link_disable_webhook": "關閉",
|
||||
"view_documentation": "檢視文件",
|
||||
"close": "關閉",
|
||||
"confirm_disable": "確定要關閉此 Webhook?",
|
||||
"copied_to_clipboard": "複製至剪貼簿"
|
||||
}
|
||||
},
|
||||
"integrations": {
|
||||
"caption": "整合",
|
||||
@ -720,7 +907,10 @@
|
||||
"description": "此步驟將需要開啟外部網站方能完成。",
|
||||
"open_site": "開啟網站"
|
||||
}
|
||||
}
|
||||
},
|
||||
"note_about_integrations": "目前並非所有整合皆可以透過 UI 進行設定。",
|
||||
"note_about_website_reference": "更多資訊請參閱",
|
||||
"home_assistant_website": "Home Assistant 網站"
|
||||
},
|
||||
"zha": {
|
||||
"caption": "ZHA",
|
||||
@ -738,7 +928,46 @@
|
||||
"add_device_page": {
|
||||
"header": "Zigbee 家庭自動化 - 新增設備",
|
||||
"spinner": "正在搜尋 ZHA Zigbee 設備...",
|
||||
"discovery_text": "所發現的設備將會顯示於此。跟隨設備的指示並將其設定為配對模式。"
|
||||
"discovery_text": "所發現的設備將會顯示於此。跟隨設備的指示並將其設定為配對模式。",
|
||||
"search_again": "再次搜尋"
|
||||
},
|
||||
"common": {
|
||||
"add_devices": "新增設備",
|
||||
"clusters": "叢集",
|
||||
"devices": "設備",
|
||||
"manufacturer_code_override": "製造商代碼覆寫",
|
||||
"value": "數值"
|
||||
},
|
||||
"network_management": {
|
||||
"header": "網路管理",
|
||||
"introduction": "命令影響整個網路"
|
||||
},
|
||||
"node_management": {
|
||||
"header": "設備管理",
|
||||
"introduction": "執行 ZHA 命命將影響單一設備。選擇設備以檢視該設備可使用之命令。",
|
||||
"hint_battery_devices": "請注意:對設備執行命令時,需喚醒處於睡眠狀態的設備(使用電池供電),通常可以藉由觸發以喚醒設備。",
|
||||
"hint_wakeup": "某些設備(例如小米傳感器)擁有喚醒按鈕、可藉由每隔約 5 秒按一下、以保持設備處於喚醒狀態以進行互動。",
|
||||
"help_node_dropdown": "選擇設備以檢視該設備選項。"
|
||||
},
|
||||
"clusters": {
|
||||
"help_cluster_dropdown": "選擇叢集以檢視屬性及命令。"
|
||||
},
|
||||
"cluster_attributes": {
|
||||
"header": "叢集屬性",
|
||||
"introduction": "檢視或編輯叢集屬性。",
|
||||
"attributes_of_cluster": "獲取所選叢集屬性。",
|
||||
"get_zigbee_attribute": "獲取 Zigbee 屬性",
|
||||
"set_zigbee_attribute": "設定 Zigbee 屬性",
|
||||
"help_attribute_dropdown": "選擇屬性以檢視或設定該數值。",
|
||||
"help_get_zigbee_attribute": "獲取所選屬性數值。",
|
||||
"help_set_zigbee_attribute": "設定特定物件之特定叢集屬性數值。"
|
||||
},
|
||||
"cluster_commands": {
|
||||
"header": "叢集命令",
|
||||
"introduction": "檢視或發出叢集命令。",
|
||||
"commands_of_cluster": "所選叢集之命令",
|
||||
"issue_zigbee_command": "發出 Zigbee 命令",
|
||||
"help_command_dropdown": "選擇所要互動的命令。"
|
||||
}
|
||||
},
|
||||
"area_registry": {
|
||||
@ -770,7 +999,13 @@
|
||||
"introduction": "Home Assistant 保持每個物件 ID 的獨特辨識性,此些物件將會指定一組專用的 物件 ID。",
|
||||
"introduction2": "使用物件 ID 以覆寫名稱、變更物件 ID 或由 Home Assistant 移除物件。請注意:移除物件 ID 項目並不會移除物件。欲移除,請跟隨下方連結,並於整合頁面中進行移除。",
|
||||
"integrations_page": "整合頁面",
|
||||
"show_disabled": "顯示關閉物件"
|
||||
"show_disabled": "顯示關閉物件",
|
||||
"headers": {
|
||||
"name": "名稱",
|
||||
"entity_id": "物件 ID",
|
||||
"integration": "整合",
|
||||
"enabled": "已啟用"
|
||||
}
|
||||
},
|
||||
"editor": {
|
||||
"unavailable": "該物件目前不可用。",
|
||||
@ -791,8 +1026,24 @@
|
||||
"name": "名稱",
|
||||
"device_tracker_intro": "選擇此人員所擁有的設備。",
|
||||
"device_tracker_picked": "追蹤設備",
|
||||
"device_tracker_pick": "選擇追蹤設備"
|
||||
}
|
||||
"device_tracker_pick": "選擇追蹤設備",
|
||||
"new_person": "新人員",
|
||||
"name_error_msg": "必須輸入名稱",
|
||||
"linked_user": "已連結用戶",
|
||||
"no_device_tracker_available_intro": "當有設備顯示有人員在場時、可以將該設備指定為某個人員所有。可以先藉由整合頁面、新增人員偵測整合以加入第一個設備。",
|
||||
"link_presence_detection_integrations": "人員偵測整合",
|
||||
"link_integrations_page": "整合頁面",
|
||||
"delete": "刪除",
|
||||
"create": "新增",
|
||||
"update": "更新"
|
||||
},
|
||||
"introduction": "此處可定義 Home Assistant 中的每一位成員。",
|
||||
"note_about_persons_configured_in_yaml": "請注意:透過 configuration.yaml 設定的人員將無法透過 UI 進行編輯。",
|
||||
"no_persons_created_yet": "看起來您還有新增任何人員。",
|
||||
"create_person": "新增人員",
|
||||
"add_person": "新增人員",
|
||||
"confirm_delete": "確定要刪除此人員?",
|
||||
"confirm_delete2": "所有該人員所屬裝置將成為未指派狀態。"
|
||||
},
|
||||
"server_control": {
|
||||
"caption": "伺服器控制",
|
||||
@ -838,6 +1089,11 @@
|
||||
"caption": "當某物件被觸發時..."
|
||||
}
|
||||
}
|
||||
},
|
||||
"common": {
|
||||
"editor": {
|
||||
"confirm_unsaved": "設定尚未儲存,確定要放棄嗎?"
|
||||
}
|
||||
}
|
||||
},
|
||||
"profile": {
|
||||
@ -917,6 +1173,10 @@
|
||||
"vibrate": {
|
||||
"header": "震動",
|
||||
"description": "當控制裝置時、開啟或關閉此裝置震動。"
|
||||
},
|
||||
"advanced_mode": {
|
||||
"title": "進階模式",
|
||||
"description": "預設狀態下,Home Assistant 將隱藏進階功能與選項。可藉由開啟此開關打開這些功能。此功能為各用戶獨立功能、不會影響 Home Assistant 的其他用戶。"
|
||||
}
|
||||
},
|
||||
"page-authorize": {
|
||||
@ -1077,7 +1337,9 @@
|
||||
"add": "新增卡片",
|
||||
"edit": "編輯",
|
||||
"delete": "刪除",
|
||||
"move": "移動"
|
||||
"move": "移動",
|
||||
"show_visual_editor": "顯示視覺編輯器",
|
||||
"show_code_editor": "顯示編碼編輯器"
|
||||
},
|
||||
"migrate": {
|
||||
"header": "設定不相容",
|
||||
@ -1121,7 +1383,8 @@
|
||||
"optional": "選項"
|
||||
},
|
||||
"entities": {
|
||||
"show_header_toggle": "顯示名稱切換?"
|
||||
"show_header_toggle": "顯示名稱切換?",
|
||||
"name": "物件"
|
||||
},
|
||||
"gauge": {
|
||||
"severity": {
|
||||
@ -1129,10 +1392,12 @@
|
||||
"green": "綠色",
|
||||
"red": "紅色",
|
||||
"yellow": "黃色"
|
||||
}
|
||||
},
|
||||
"name": "尺規"
|
||||
},
|
||||
"glance": {
|
||||
"columns": "列"
|
||||
"columns": "列",
|
||||
"name": "Glance"
|
||||
},
|
||||
"generic": {
|
||||
"aspect_ratio": "長寬比",
|
||||
@ -1162,14 +1427,72 @@
|
||||
"geo_location_sources": "地理位置來源",
|
||||
"dark_mode": "深色模式?",
|
||||
"default_zoom": "預設大小",
|
||||
"source": "來源"
|
||||
"source": "來源",
|
||||
"name": "地圖"
|
||||
},
|
||||
"markdown": {
|
||||
"content": "內容"
|
||||
"content": "內容",
|
||||
"name": "Markdown"
|
||||
},
|
||||
"sensor": {
|
||||
"graph_detail": "圖像精細度",
|
||||
"graph_type": "圖像類型"
|
||||
"graph_type": "圖像類型",
|
||||
"name": "傳感器"
|
||||
},
|
||||
"alarm-panel": {
|
||||
"name": "警報面板",
|
||||
"available_states": "可用狀態"
|
||||
},
|
||||
"conditional": {
|
||||
"name": "條件式"
|
||||
},
|
||||
"entity-button": {
|
||||
"name": "物件按鈕"
|
||||
},
|
||||
"entity-filter": {
|
||||
"name": "物件過濾器"
|
||||
},
|
||||
"history-graph": {
|
||||
"name": "歷史圖表"
|
||||
},
|
||||
"horizontal-stack": {
|
||||
"name": "水平堆疊"
|
||||
},
|
||||
"iframe": {
|
||||
"name": "iFrame"
|
||||
},
|
||||
"light": {
|
||||
"name": "燈光"
|
||||
},
|
||||
"media-control": {
|
||||
"name": "媒體控制"
|
||||
},
|
||||
"picture": {
|
||||
"name": "圖片"
|
||||
},
|
||||
"picture-elements": {
|
||||
"name": "圖片元素"
|
||||
},
|
||||
"picture-entity": {
|
||||
"name": "圖片物件"
|
||||
},
|
||||
"picture-glance": {
|
||||
"name": "Picture Glance"
|
||||
},
|
||||
"plant-status": {
|
||||
"name": "植物狀態"
|
||||
},
|
||||
"shopping-list": {
|
||||
"name": "購物清單"
|
||||
},
|
||||
"thermostat": {
|
||||
"name": "溫控器"
|
||||
},
|
||||
"vertical-stack": {
|
||||
"name": "垂直堆疊"
|
||||
},
|
||||
"weather-forecast": {
|
||||
"name": "天氣預報"
|
||||
}
|
||||
}
|
||||
},
|
||||
@ -1405,7 +1728,8 @@
|
||||
"entity_turned_off": "{entity}已關閉。",
|
||||
"service_called": "服務 {service} 已執行。",
|
||||
"service_call_failed": "服務 {service} 執行失敗。",
|
||||
"connection_lost": "連線中斷。重新連線中..."
|
||||
"connection_lost": "連線中斷。重新連線中...",
|
||||
"triggered": "觸發 {name}"
|
||||
},
|
||||
"dialogs": {
|
||||
"more_info_settings": {
|
||||
@ -1451,7 +1775,16 @@
|
||||
"device_name_placeholder": "使用者姓氏",
|
||||
"area_picker_label": "分區",
|
||||
"update_name_button": "更新名稱"
|
||||
}
|
||||
},
|
||||
"buttons": {
|
||||
"add": "新增設備",
|
||||
"remove": "移除設備",
|
||||
"reconfigure": "重新設定設備"
|
||||
},
|
||||
"quirk": "Quirk",
|
||||
"last_seen": "上次出現",
|
||||
"power_source": "電力來源",
|
||||
"unknown": "未知"
|
||||
}
|
||||
},
|
||||
"auth_store": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user