Translation update

This commit is contained in:
GitHub Action 2021-03-30 00:48:42 +00:00
parent 6719a42e27
commit 09eafe8abd
15 changed files with 878 additions and 156 deletions

View File

@ -840,6 +840,12 @@
"label": "Picture",
"unsupported_format": "Unsupported format, please choose a JPEG, PNG or GIF image."
},
"related-filter-menu": {
"filter_by_area": "Filter by area",
"filter_by_device": "Filter by device",
"filtered_by_area": "area: {area_name}",
"filtered_by_device": "device: {device_name}"
},
"related-items": {
"area": "Area",
"automation": "Part of the following automations",
@ -1596,7 +1602,7 @@
},
"introduction": "The automation editor allows you to create and edit automations. Please follow the link below to read the instructions to make sure that you have configured Home Assistant correctly.",
"learn_more": "Learn more about automations",
"no_automations": "We couldnt find any editable automations",
"no_automations": "We couldnt find any automations",
"only_editable": "Only automations defined in automations.yaml are editable.",
"pick_automation": "Pick automation to edit",
"show_info_automation": "Show info about automation"
@ -1677,7 +1683,7 @@
"google": {
"config_documentation": "Configuration documentation",
"devices_pin": "Security Devices PIN",
"enable_ha_skill": "Activate the Home Assistant skill for Google Assistant",
"enable_ha_skill": "Activate the Home Assistant Cloud skill for Google Assistant",
"enable_state_reporting": "Enable State Reporting",
"enter_pin_error": "Unable to store PIN:",
"enter_pin_hint": "Enter a PIN to use security devices",
@ -1685,6 +1691,8 @@
"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.",
"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.",
"manage_entities": "Manage Entities",
"not_configured_text": "Before you can use Google Assistant, you need to activate the Home Assistant Cloud skill for Google Assistant in the Google Home app.",
"not_configured_title": "Google Assistant is not activated",
"security_devices": "Security Devices",
"sync_entities": "Sync Entities to Google",
"sync_entities_404_message": "Failed to sync your entities to Google, ask Google 'Hey Google, sync my devices' to sync your entities.",
@ -1847,6 +1855,35 @@
"description": "Unit system, location, time zone & other general parameters",
"section": {
"core": {
"analytics": {
"documentation": "Before you enable this make sure you visit the analytics documentation page {link} to understand what you are sending and how it's stored.",
"header": "Analytics",
"instance_id": "Instance ID: {huuid}",
"introduction": "Share analytics from your instance. This data will be publiclly available at {link}",
"needs_base": "You need to enable base analytics for this option to be available",
"preference": {
"base": {
"description": "This includes the instance ID, the version and the installation type",
"title": "Basic analytics"
},
"diagnostics": {
"description": "Share crash reports and diagnostic information",
"title": "Diagnostics"
},
"statistics": {
"description": "This includes a count of elements in your installation, for a full list look at the documentation",
"title": "Usage statistics"
},
"usage_supervisor": {
"description": "This includes the names and capabilities of your integrations and add-ons",
"title": "Used integrations and add-ons"
},
"usage": {
"description": "This includes the names of your integrations",
"title": "Used integrations"
}
}
},
"core_config": {
"edit_requires_storage": "Editor disabled because config stored in configuration.yaml.",
"elevation": "Elevation",
@ -2120,8 +2157,10 @@
"entity_unavailable": "Entity unavailable",
"firmware": "Firmware: {version}",
"hub": "Connected via",
"logs": "logs",
"manuf": "by {manufacturer}",
"no_area": "No Area",
"not_loaded": "Not loaded, check the {logs_link}",
"options": "Options",
"reload": "Reload",
"reload_confirm": "The integration was reloaded",
@ -2147,6 +2186,7 @@
"finish": "Finish",
"loading_first_time": "Please wait while the integration is being installed",
"not_all_required_fields": "Not all required fields are filled in.",
"not_loaded": "The integration could not be loaded, try to restart Home Assistant.",
"pick_flow_step": {
"new_flow": "No, set up an other instance of {integration}",
"title": "We discovered these, want to set them up?"
@ -2481,7 +2521,7 @@
},
"introduction": "The scene editor allows you to create and edit scenes. Please follow the link below to read the instructions to make sure that you have configured Home Assistant correctly.",
"learn_more": "Learn more about scenes",
"no_scenes": "We couldnt find any editable scenes",
"no_scenes": "We couldnt find any scenes",
"only_editable": "Only scenes defined in scenes.yaml are editable.",
"pick_scene": "Pick scene to edit",
"show_info_scene": "Show info about scene"
@ -2531,7 +2571,7 @@
},
"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 couldnt find any editable scripts",
"no_scripts": "We couldnt find any scripts",
"run_script": "Run script",
"show_info": "Show info about script"
}
@ -3693,6 +3733,10 @@
}
},
"page-onboarding": {
"analytics": {
"finish": "Next",
"intro": "Share analytics from your instance. This data will be publiclly available at {link}"
},
"core-config": {
"button_detect": "Detect",
"finish": "Next",
@ -3702,12 +3746,14 @@
"location_name": "Name of your Home Assistant installation",
"location_name_default": "Home"
},
"finish": "Finish",
"integration": {
"finish": "Finish",
"intro": "Devices and services are represented in Home Assistant as integrations. You can set them up now, or do it later from the configuration screen.",
"more_integrations": "More"
},
"intro": "Are you ready to awaken your home, reclaim your privacy and join a worldwide community of tinkerers?",
"next": "Next",
"restore": {
"description": "Alternatively you can restore from a previous snapshot.",
"hide_log": "Hide full log",

View File

@ -723,6 +723,9 @@
"today": "Hoy"
},
"data-table": {
"clear": "Limpiar",
"filtering_by": "Filtrado por",
"hidden": "{number} oculto",
"no-data": "Sin datos",
"search": "Buscar"
},
@ -1473,6 +1476,7 @@
"move_down": "Mover hacia abajo",
"move_up": "Mover hacia arriba",
"save": "Guardar",
"show_trace": "Mostrar rastro",
"triggers": {
"add": "Agregar desencadenador",
"delete": "Eliminar",
@ -2157,6 +2161,7 @@
"disable": {
"disabled_integrations": "{number} inhabilitado",
"hide_disabled": "Ocultar integraciones deshabilitadas",
"show": "Mostrar",
"show_disabled": "Mostrar integraciones deshabilitadas"
},
"discovered": "Descubierto",
@ -3797,6 +3802,19 @@
"enable": "Habilitar",
"header": "Módulos de autenticación multifactor"
},
"number_format": {
"description": "Elija el formato de los números.",
"dropdown_label": "Formato de los números",
"formats": {
"comma_decimal": "1,234,567.89",
"decimal_comma": "1.234.567,89",
"language": "Automático (use la configuración de idioma)",
"none": "Ninguno",
"space_comma": "1234567,89",
"system": "Usar la configuración regional del sistema"
},
"header": "Formato de los números"
},
"push_notifications": {
"add_device_prompt": {
"input_label": "Nombre del dispositivo",

View File

@ -840,6 +840,10 @@
"label": "Imagen",
"unsupported_format": "Formato no soportado, por favor, selecciona una imagen JPEG, PNG o GIF."
},
"related-filter-menu": {
"filter_by_area": "Filtrar por area",
"filter_by_device": "Filtrar por dispositivo"
},
"related-items": {
"area": "Área",
"automation": "Parte de las siguientes automatizaciones",
@ -1121,7 +1125,6 @@
"reload": "{domain}",
"rest": "Entidades rest y notificar servicios",
"rpi_gpio": "Entidades GPIO de Raspberry Pi",
"scene": "Recargar escenas",
"script": "Scripts",
"smtp": "Servicios de notificación SMTP",
"statistics": "Entidades de estadísticas",
@ -1476,6 +1479,7 @@
"move_down": "Mover hacia abajo",
"move_up": "Mover hacia arriba",
"save": "Guardar",
"show_trace": "Mostrar traza",
"triggers": {
"add": "Añadir desencadenante",
"delete": "Eliminar",
@ -1684,6 +1688,8 @@
"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.",
"info_state_reporting": "Si activas 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.",
"manage_entities": "Administrar entidades",
"not_configured_text": "Antes de poder usar Google Assistant, necesitas activar el Home Assistant Cloud skill para Google Assistant en la aplicación Google Home.",
"not_configured_title": "Google Assistant no está activado",
"security_devices": "Dispositivos de seguridad",
"sync_entities": "Sincronizar entidades con Google",
"sync_entities_404_message": "No se pudo sincronizar las entidades con Google, di a Google 'Ey Google, sincroniza mis dispositivos' para sincronizar tus entidades.",
@ -1846,6 +1852,35 @@
"description": "Sistema de unidades, ubicación, zona horaria y otros parámetros generales",
"section": {
"core": {
"analytics": {
"documentation": "Antes de habilitar esto, asegúrate de visitar la página de documentación de análisis {link} para comprender qué estás enviando y cómo se almacena.",
"header": "Analítica",
"instance_id": "ID de instancia: {huuid}",
"introduction": "Comparte análisis de tu instancia. Estos datos estarán disponibles públicamente en {link}",
"needs_base": "Debes habilitar el análisis base para que esta opción esté disponible",
"preference": {
"base": {
"description": "Esto incluye el ID de la instancia, la versión y el tipo de instalación.",
"title": "Analítica básica"
},
"diagnostics": {
"description": "Comparte informes de fallos e información de diagnóstico",
"title": "Diagnósticos"
},
"statistics": {
"description": "Esto incluye un recuento de elementos en tu instalación, para obtener una lista completa, consulta la documentación",
"title": "Estadísticas de uso"
},
"usage_supervisor": {
"description": "Esto incluye los nombres y las capacidades de tus integraciones y complementos.",
"title": "Integraciones y complementos utilizados"
},
"usage": {
"description": "Esto incluye los nombres de tus integraciones.",
"title": "Integraciones utilizadas"
}
}
},
"core_config": {
"edit_requires_storage": "Editor deshabilitado debido a la configuración almacenada en configuration.yaml.",
"elevation": "Altitud",
@ -2119,8 +2154,10 @@
"entity_unavailable": "Entidad no disponible",
"firmware": "Firmware: {version}",
"hub": "Conectado a través de",
"logs": "registros",
"manuf": "por {manufacturer}",
"no_area": "Ningún área",
"not_loaded": "No se ha cargado, comprueba el {logs_link}",
"options": "Opciones",
"reload": "Recargar",
"reload_confirm": "La integración se ha recargado",
@ -2146,6 +2183,7 @@
"finish": "Terminar",
"loading_first_time": "Por favor, espera mientras la integración está siendo instalada",
"not_all_required_fields": "No se han completado todos los campos requeridos.",
"not_loaded": "La integración no se ha podido cargar, intenta reiniciar Home Assistant.",
"pick_flow_step": {
"new_flow": "No, configura otra instancia de {integration}",
"title": "Hemos descubierto éstas, ¿quieres configurarlas?"
@ -2564,7 +2602,6 @@
"reload": "{domain}",
"rest": "Entidades rest y notificar servicios",
"rpi_gpio": "Entidades GPIO de Raspberry Pi",
"scene": "Recargar escenas",
"script": "Scripts",
"smtp": "Servicios de notificación SMTP",
"statistics": "Entidades de estadísticas",
@ -3692,6 +3729,10 @@
}
},
"page-onboarding": {
"analytics": {
"finish": "Siguiente",
"intro": "Comparte análisis de tu instancia. Estos datos estarán disponibles públicamente en {link}"
},
"core-config": {
"button_detect": "Detectar",
"finish": "Siguiente",
@ -3701,12 +3742,14 @@
"location_name": "Nombre de tu instalación de Home Assistant",
"location_name_default": "Casa"
},
"finish": "Terminar",
"integration": {
"finish": "Terminar",
"intro": "Los dispositivos y servicios están representados en Home Assistant como integraciones. Puedes configurarlos ahora, o hacerlo más tarde desde la pantalla de configuración.",
"more_integrations": "Más"
},
"intro": "¿Estás listo para despertar tu casa, reclamar tu privacidad y unirte a una comunidad mundial de pensadores?",
"next": "Siguiente",
"restore": {
"description": "Alternativamente, puedes restaurar desde una copia de seguridad anterior.",
"hide_log": "Ocultar registro completo",

View File

@ -723,6 +723,9 @@
"today": "Täna"
},
"data-table": {
"clear": "Puhasta",
"filtering_by": "Filtreerimisalus",
"hidden": "{number} peidetut",
"no-data": "Andmeid pole",
"search": "Otsing"
},
@ -837,6 +840,12 @@
"label": "Pilt",
"unsupported_format": "Toetamata vorming, valige JPEG-, PNG- või GIF-pilt."
},
"related-filter-menu": {
"filter_by_area": "Filtreeri ala järgi",
"filter_by_device": "Filtreeri seadmete järgi",
"filtered_by_area": "ala: {area_name}",
"filtered_by_device": "seade: {device_name}"
},
"related-items": {
"area": "Ala",
"automation": "Osaleb järgmistes automatiseeringutes",
@ -1473,6 +1482,7 @@
"move_down": "Liiguta alla",
"move_up": "Liiguta üles",
"save": "Salvesta",
"show_trace": "Kuva täitmise samme",
"triggers": {
"add": "Lisa päästik",
"delete": "Kustuta",
@ -1673,7 +1683,7 @@
"google": {
"config_documentation": "Konfiguratsiooni dokumentatsioon",
"devices_pin": "Turvaseadmete PIN kood",
"enable_ha_skill": "Aktiveerige Home Assistanti oskused Google Assistantis",
"enable_ha_skill": "Aktiveeri Home Assistanti oskused Google Assistantis",
"enable_state_reporting": "Lubada olekuteavitused",
"enter_pin_error": "PIN koodi ei saa salvestada:",
"enter_pin_hint": "Turvaseadmete kasutamiseks sisesta PIN",
@ -1681,6 +1691,8 @@
"info": "Google Assistanti integreerimisel läbi Home Assistant Cloudi saate juhtida kõiki oma Home Assistanti seadmeid mis tahes Google Assistanti toega seadme kaudu.",
"info_state_reporting": "Kui lubate olekute avaldamise, saadab Home Assistant Google'ile kõik avaldatud olemite olekumuutused. See võimaldab Teil alati näha Google'i rakenduses uusimaid olekuid.",
"manage_entities": "Halda olemeid",
"not_configured_text": "Enne Google Assistanti kasutamist pead Google Home rakenduses aktiveerima Google Assistanti Home Assistant Cloud sidumise.",
"not_configured_title": "Google Assistant'i sidumine pole aktiveeritud",
"security_devices": "Turvaseadmed",
"sync_entities": "Sünkrooni olemid Google'iga",
"sync_entities_404_message": "Teie olemite Google'iga sünkroonimine ebaõnnestus, paluge Google'il teie olemite sünkroonimist \"Hey Google, sync my devices\".",
@ -1843,6 +1855,35 @@
"description": "Ühikud, asukoht, ajavöönd ja muud üldised parameetrid",
"section": {
"core": {
"analytics": {
"documentation": "Enne selle lubamist külasta kindlasti olekuteabe dokumentatsiooni lehte {link} et aru saada, mida saadetakse ja kuidas see talletatakse.",
"header": "Olekuteave",
"instance_id": "Eksemplari ID: {huuid}",
"introduction": "Jaga oma Home Assistanti oleku teavet. Need andmed on avalikult saadaval aadressil {link}",
"needs_base": "Selle suvandi kasutamiseks pead lubama põhilise olekuteabe",
"preference": {
"base": {
"description": "See hõlmab eksemplari ID-d, versiooni ja paigalduse tüüpi",
"title": "Põhiline olekuteave"
},
"diagnostics": {
"description": "Jaga krahhiaruandeid ja diagnostikateavet",
"title": "Diagnostika"
},
"statistics": {
"description": "See hõlmab paigalduse elementide arvu, täieliku loendi saamiseks vaata dokumentatsiooni",
"title": "Kasutusstatistika"
},
"usage_supervisor": {
"description": "See hõlmab sidumiste ja lisandmoodulite nimesid ja võimalusi",
"title": "Kasutusel olevad sidumised ja lisandmoodulid"
},
"usage": {
"description": "See hõlmab kasutusel olevate sidumiste nimesid",
"title": "Kasutusel olevad sidumised"
}
}
},
"core_config": {
"edit_requires_storage": "Redaktor on keelatud, kuna seaded asuvad configuration.yaml failis.",
"elevation": "Kõrgus",
@ -2116,8 +2157,10 @@
"entity_unavailable": "Olem pole saadaval",
"firmware": "Püsivara: {version}",
"hub": "Ühendatud",
"logs": "Logid",
"manuf": "{manufacturer}",
"no_area": "Ala puudub",
"not_loaded": "Laadimine nurjus, lisateavet vaata siit {logs_link}",
"options": "Valikud",
"reload": "Taaslae",
"reload_confirm": "Sidumine on taaslaetud",
@ -2143,6 +2186,7 @@
"finish": "Lõpeta",
"loading_first_time": "Palun oodake kuni sidumist paigaldatakse",
"not_all_required_fields": "Kõik nõutavad väljad pole täidetud.",
"not_loaded": "Sidumist ei õnnestunud laadida. Proovi taaskäivitada Home Assistant.",
"pick_flow_step": {
"new_flow": "Ei, seadista teine {integration} eksemplar",
"title": "Avastasime need, kas soovid neid seadistada?"
@ -2157,6 +2201,7 @@
"disable": {
"disabled_integrations": "{number} keelatut",
"hide_disabled": "Peida keelatud sidumised",
"show": "Kuva",
"show_disabled": "Kuva keelatud sidumised"
},
"discovered": "Leitud",
@ -3688,6 +3733,10 @@
}
},
"page-onboarding": {
"analytics": {
"finish": "Järgmine",
"intro": "Jaga oma Home Assistanti oleku teavet. Need andmed on avalikult saadaval aadressil {link}"
},
"core-config": {
"button_detect": "Tuvasta",
"finish": "Edasi",
@ -3697,12 +3746,14 @@
"location_name": "Sinu Home Assistant paigalduse nimi",
"location_name_default": "Kodu"
},
"finish": "Lõpeta",
"integration": {
"finish": "Lõpeta",
"intro": "Seadmed ja teenused on Home Assistant'is esitatud sidumistena. Võid neid seadistada kohe või teha seda hiljem konfiguratsioonilehelt.",
"more_integrations": "Rohkem"
},
"intro": "Kas oled valmis oma kodu ellu äratama, oma privaatsust tagasi võitma ja ühinema ülemaailmse nokitsejate kogukonnaga?",
"next": "Järgmine",
"restore": {
"description": "Teise võimalusena saad taastada eelmise hetktõmmise.",
"hide_log": "Peida täielik logi",
@ -3797,6 +3848,19 @@
"enable": "Luba",
"header": "Mitmeastmelise autentimise moodulid"
},
"number_format": {
"description": "Vali arvude vormindamise.",
"dropdown_label": "Numbrivorming",
"formats": {
"comma_decimal": "1,234,567.89",
"decimal_comma": "1.234.567,89",
"language": "Automaatne (kasuta keeleseadet)",
"none": "Puudub",
"space_comma": "1234 567,89",
"system": "Kasuta süsteemi poolt määratut"
},
"header": "Numbrivorming"
},
"push_notifications": {
"add_device_prompt": {
"input_label": "Seadme nimi",

View File

@ -1067,7 +1067,7 @@
"enable": "אפשור",
"enable_ha_skill": "הפעל את מיומנות Home Assistant עבור אלקסה",
"enable_state_reporting": "הפוך דיווח מצב לזמין",
"info": "עם שילוב אלקסה עבור ענן Home Assistant תוכל לשלוט בכל המכשירים של Home Assistant באמצעות כל מכשיר המקושר לאלקסה.",
"info": "עם האינטגרציה של Alexa עבור Home Assistant Cloud, תוכל לשלוט בכל מכשירי Home Assistant שלך באמצעות כל מכשיר המותאם לשימוש ב-Alexa.",
"info_state_reporting": "אם תאפשר דיווח על מצב, Home Assistant ישלח כל שינוי מצב של ישויות חשופות לאמזון. זה יאפשר לך לראות תמיד את המצב העדכני באפליקציית Alexa ולהשתמש בשינויי המצב ליצירת שגרות.",
"manage_entities": "נהל ישויות",
"state_reporting_error": "אין אפשרות לעשות {enable_disable} לדיווח מצב.",
@ -1112,6 +1112,14 @@
},
"sign_out": "התנתק",
"thank_you_note": "תודה לך על היותך חלק בענן Home Assistant. בזכות אנשים כמוך אנחנו מסוגלים לייצר חווית בית חכם עבור כולם. תודה!",
"tts": {
"default_language": "שפת ברירת מחדל לשימוש",
"female": "נקבה",
"info": "הבא אישיות לביתך על-ידי כך שהוא ידבר אליך באמצעות שירותי המרת הטקסט לדיבור שלנו. באפשרותך להשתמש באפשרות זו באוטומציות ובקבצי Script באמצעות שירות {service}.",
"male": "זכר",
"title": "טקסט לדיבור",
"try": "נסה"
},
"webhooks": {
"disable_hook_error_msg": "השבתת הwebhook נכשלה:",
"info": "לכל דבר שתצורתו נקבעה כמופעלת על-ידי webhook יכולה להינתן כתובת URL ציבורית כדי לאפשר לך לשלוח נתונים בחזרה ל Home Assistant מכל מקום, מבלי לחשוף את המערכת שלך לאינטרנט.",
@ -1133,7 +1141,7 @@
"not_exposed_entities": "ישויות לא חשופות",
"title": "Alexa"
},
"description_features": "שליטה הרחק מהבית, משתלב עם Alexa ו Google Assistant.",
"description_features": "שליטה על הבית מרחוק, ואינטגרציה עם Alexa ו-Google Assistant.",
"description_login": "מחובר בתור {email} מה",
"description_not_login": "לא מחובר",
"dialog_certificate": {
@ -1181,7 +1189,7 @@
"email": "דוא\"ל",
"email_error_msg": "דואר אלקטרוני לא חוקי",
"forgot_password": "שכחת סיסמא?",
"introduction": "ענן Home Assistant מספק לך חיבור מרוחק מאובטח למערכת שלך כשאתה מחוץ לבית. זה גם מאפשר לך להתחבר לשירותים הזמינים בענן בלבד: Alexa ו- Google Assistant.",
"introduction": "שירות Home Assistant Cloud מספק לך חיבור מרוחק מאובטח למערכת שלך כשאתה מחוץ לבית. הוא גם מאפשר לך להתחבר לשירותים הזמינים בענן בלבד: Alexa ו-Google Assistant.",
"introduction2": "שירות זה מנוהל על ידי השותף שלנו ",
"introduction2a": ", חברה שהוקמה על ידי מייסדי Home Assistant ו Hass.io.",
"introduction3": "ענן Home Assistant הוא שירות מנוי עם ניסיון חינם למשך חודש. אין צורך באמצעי תשלום.",

View File

@ -723,6 +723,9 @@
"today": "Oggi"
},
"data-table": {
"clear": "Cancella",
"filtering_by": "Filtraggio per",
"hidden": "{number} nascosto",
"no-data": "Nessun dato",
"search": "Ricerca"
},
@ -837,6 +840,12 @@
"label": "Immagine",
"unsupported_format": "Formato non supportato, scegliere un'immagine JPEG, PNG o GIF."
},
"related-filter-menu": {
"filter_by_area": "Filtra per area",
"filter_by_device": "Filtra per dispositivo",
"filtered_by_area": "area: {area_name}",
"filtered_by_device": "dispositivo: {device_name}"
},
"related-items": {
"area": "Area",
"automation": "Parte delle seguenti automazioni",
@ -1473,6 +1482,7 @@
"move_down": "Sposta sotto",
"move_up": "Sposta sopra",
"save": "Salva",
"show_trace": "Mostra traccia",
"triggers": {
"add": "Aggiungi attivazione",
"delete": "Elimina",
@ -1673,7 +1683,7 @@
"google": {
"config_documentation": "Documentazione di configurazione",
"devices_pin": "PIN dei dispositivi di sicurezza",
"enable_ha_skill": "Abilitare la skill Home Assistant per Google Assistant",
"enable_ha_skill": "Abilitare la skill Home Assistant Cloud per Google Assistant",
"enable_state_reporting": "Attivare la segnalazione dello Stato",
"enter_pin_error": "Impossibile memorizzare il pin:",
"enter_pin_hint": "Immettere un PIN per utilizzare i dispositivi di sicurezza",
@ -1681,6 +1691,8 @@
"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.",
"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.",
"manage_entities": "Gestire le entità",
"not_configured_text": "Prima di poter utilizzare Google Assistant, è necessario attivare la skill Home Assistant Cloud per Google Assistant nell'app Google Home.",
"not_configured_title": "Google Assistant non è attivato",
"security_devices": "Dispositivi di sicurezza",
"sync_entities": "Sincronizzare le entità con Google",
"sync_entities_404_message": "Impossibile sincronizzare le entità con Google, chiedere a Google \"Ehi Google, sincronizza i miei dispositivi\" per sincronizzare le entità.",
@ -1843,6 +1855,35 @@
"description": "Sistema di unità, posizione, fuso orario e altri parametri generali",
"section": {
"core": {
"analytics": {
"documentation": "Prima di abilitarlo, assicurati di visitare la pagina della documentazione di analisi {link} per capire cosa stai inviando e come viene archiviato.",
"header": "Analisi",
"instance_id": "ID istanza: {huuid}",
"introduction": "Condividi l'analisi dalla tua istanza. Questi dati saranno disponibili pubblicamente all'indirizzo {link}",
"needs_base": "È necessario abilitare l'analisi di base affinché questa opzione sia disponibile",
"preference": {
"base": {
"description": "Questo include l'ID dell'istanza, la versione e il tipo di installazione",
"title": "Analisi di base"
},
"diagnostics": {
"description": "Condividi i rapporti sugli arresti anomali e le informazioni diagnostiche",
"title": "Diagnostica"
},
"statistics": {
"description": "Questo include un conteggio degli elementi nella tua installazione, per un elenco completo guarda la documentazione",
"title": "Statistiche d'uso"
},
"usage_supervisor": {
"description": "Questo include i nomi e le funzionalità delle integrazioni e dei componenti aggiuntivi",
"title": "Integrazioni e componenti aggiuntivi utilizzati"
},
"usage": {
"description": "Questo include i nomi delle tue integrazioni",
"title": "Integrazioni usate"
}
}
},
"core_config": {
"edit_requires_storage": "Editor disabilitato perché la configurazione è memorizzata in configuration.yaml.",
"elevation": "Altitudine",
@ -2116,8 +2157,10 @@
"entity_unavailable": "Entità non disponibile",
"firmware": "Firmware: {version}",
"hub": "Connesso tramite",
"logs": "registri",
"manuf": "da {manufacturer}",
"no_area": "Nessuna area",
"not_loaded": "Non caricato, controlla il {logs_link}",
"options": "Opzioni",
"reload": "Ricarica",
"reload_confirm": "L'integrazione è stata ricaricata",
@ -2143,6 +2186,7 @@
"finish": "Finito",
"loading_first_time": "Si prega di attendere durante l'installazione dell'integrazione",
"not_all_required_fields": "Non tutti i campi obbligatori sono compilati.",
"not_loaded": "L'integrazione non può essere caricata, prova a riavviare Home Assistant.",
"pick_flow_step": {
"new_flow": "No, configura un'altra istanza di {integration}",
"title": "Rilevati questi, li vuoi configurare?"
@ -2157,6 +2201,7 @@
"disable": {
"disabled_integrations": "{number} disabilitate",
"hide_disabled": "Nascondi integrazioni disabilitate",
"show": "Mostra",
"show_disabled": "Mostra integrazioni disabilitate"
},
"discovered": "Rilevato",
@ -3688,6 +3733,10 @@
}
},
"page-onboarding": {
"analytics": {
"finish": "Avanti",
"intro": "Condividi l'analisi dalla tua istanza. Questi dati saranno disponibili pubblicamente all'indirizzo {link}"
},
"core-config": {
"button_detect": "Rileva",
"finish": "Prossimo",
@ -3697,12 +3746,14 @@
"location_name": "Nome della tua installazione di Home Assistant",
"location_name_default": "Casa"
},
"finish": "Finito",
"integration": {
"finish": "Finito",
"intro": "Dispositivi e servizi sono rappresentati in Home Assistant come integrazioni. È possibile impostarli ora, o farlo in seguito dalla schermata di configurazione.",
"more_integrations": "Di Più"
},
"intro": "Sei pronto per risvegliare la tua casa, reclamare la tua privacy e far parte di una comunità mondiale di smanettoni?",
"next": "Avanti",
"restore": {
"description": "In alternativa è possibile ripristinare da un'istantanea precedente.",
"hide_log": "Nascondi il registro completo",
@ -3797,6 +3848,19 @@
"enable": "Abilita",
"header": "Codice di autenticazione a più fattori"
},
"number_format": {
"description": "Scegli come vengono formattati i numeri.",
"dropdown_label": "Formato numero",
"formats": {
"comma_decimal": "1,234,567.89",
"decimal_comma": "1.234.567,89",
"language": "Auto (usa l'impostazione della lingua)",
"none": "Nessuno",
"space_comma": "1 234 567,89",
"system": "Usa le impostazioni locali del sistema"
},
"header": "Formato del numero"
},
"push_notifications": {
"add_device_prompt": {
"input_label": "Nome del dispositivo",

View File

@ -715,6 +715,9 @@
"today": "今日"
},
"data-table": {
"clear": "クリア",
"filtering_by": "フィルタ処理の方法",
"hidden": "{number}非表示",
"no-data": "データなし",
"search": "検索"
},
@ -1124,6 +1127,10 @@
"perform_action": "{action}サーバー",
"restart": "再起動",
"stop": "停止"
},
"types": {
"navigation": "ナビゲート",
"reload": "リロード"
}
},
"filter_placeholder": "エンティティフィルター"
@ -1460,6 +1467,7 @@
"move_down": "下に移動",
"move_up": "上に移動",
"save": "保存",
"show_trace": "トレースの表示",
"triggers": {
"add": "トリガーを追加",
"delete": "削除",
@ -1830,6 +1838,35 @@
"description": "ホームの場所、タイムゾーン、単位など一般的な設定",
"section": {
"core": {
"analytics": {
"documentation": "この機能を有効にする前に、アナリティクスのドキュメントページ{link}をご覧になり、何を送信するのか、どのように保存されるのかをご確認ください。",
"header": "アナリティクス",
"instance_id": "インスタンス ID: {huuid}",
"introduction": "インスタンスからの分析を共有します。 {link}で公開されます",
"needs_base": "このオプションを有効にするには、ベースアナリティクスを有効にする必要があります。",
"preference": {
"base": {
"description": "これには、インスタンスID、バージョン、インストールタイプが含まれます。",
"title": "ベーシック・アナリティクス"
},
"diagnostics": {
"description": "クラッシュ レポートと診断情報を共有する",
"title": "診断"
},
"statistics": {
"description": "これには、インストールされている要素の数が含まれます。完全なリストは、ドキュメントを参照してください。",
"title": "使用統計"
},
"usage_supervisor": {
"description": "これには、インテグレーション\nやアドオンの名前と機能が含まれます。",
"title": "使用したインテグレーションやアドオン"
},
"usage": {
"description": "これには、インテグレーションの名前が含まれます",
"title": "使用されるインテグレーション"
}
}
},
"core_config": {
"edit_requires_storage": "設定がconfiguration.yamlに保存されているため、エディターが無効になっています。",
"elevation": "高度",
@ -2144,6 +2181,7 @@
"disable": {
"disabled_integrations": "{number}は無効",
"hide_disabled": "無視されたインテグレーションを表示",
"show": "表示",
"show_disabled": "無効なintegrationを表示"
},
"discovered": "発見",
@ -3689,6 +3727,7 @@
"more_integrations": "もっと見る"
},
"intro": "あなたはあなたの家を目覚めさせ、あなたのプライバシーを取り戻し、ティンカーの世界的なコミュニティに参加する準備ができていますか?",
"next": "次",
"restore": {
"description": "以前のスナップショットから復元することもできます。",
"hide_log": "ログ全体を非表示",
@ -3783,6 +3822,19 @@
"enable": "有効",
"header": "多要素認証モジュール"
},
"number_format": {
"description": "数値の書式を選択します。",
"dropdown_label": "数値の書式",
"formats": {
"comma_decimal": "1,234,567.89",
"decimal_comma": "1.234.567,89",
"language": "自動 (言語設定を使用)",
"none": "なし",
"space_comma": "1234567,89",
"system": "システムロケールを使用する"
},
"header": "数値の書式"
},
"push_notifications": {
"add_device_prompt": {
"input_label": "デバイス名",

View File

@ -723,6 +723,9 @@
"today": "오늘"
},
"data-table": {
"clear": "지우기",
"filtering_by": "필터링",
"hidden": "{number}개 숨겨짐",
"no-data": "데이터가 없습니다",
"search": "검색"
},
@ -837,6 +840,12 @@
"label": "그림",
"unsupported_format": "지원되지 않는 형식입니다. JPEG, PNG 또는 GIF 이미지를 선택해주세요."
},
"related-filter-menu": {
"filter_by_area": "영역별 필터",
"filter_by_device": "기기별 필터",
"filtered_by_area": "영역: {area_name}",
"filtered_by_device": "기기: {device_name}"
},
"related-items": {
"area": "영역",
"automation": "관련된 자동화",
@ -1473,6 +1482,7 @@
"move_down": "아래로 이동",
"move_up": "위로 이동",
"save": "저장하기",
"show_trace": "추적 표시하기",
"triggers": {
"add": "트리거 추가하기",
"delete": "삭제하기",
@ -1843,6 +1853,35 @@
"description": "도량형 단위, 위치, 시간대 및 기타 일반적인 매개 변수를 관리합니다",
"section": {
"core": {
"analytics": {
"documentation": "이 옵션을 활성화하기 전에 분석 관련 문서 페이지 {link}을(를) 방문하여 사용자 통계를 보내는 내용과 저장 방법에 대해 알아보세요.",
"header": "분석",
"instance_id": "인스턴스 ID: {huuid}",
"introduction": "인스턴스의 분석 내용을 공유합니다. 이 데이터는 {link}에서 공개적으로 사용할 수 있습니다",
"needs_base": "이 옵션을 사용하려면 기본 분석을 활성화해야 합니다",
"preference": {
"base": {
"description": "여기에는 인스턴스 ID, 버전 및 설치 유형이 포함됩니다",
"title": "기본 분석"
},
"diagnostics": {
"description": "충돌 보고서 및 진단 정보를 공유합니다",
"title": "진단"
},
"statistics": {
"description": "여기에는 설치에 사용된 요소의 개수가 포함되며 전체 목록은 문서를 참조해주세요",
"title": "사용 통계"
},
"usage_supervisor": {
"description": "여기에는 통합 구성요소 및 애드온의 이름과 기능이 포함됩니다",
"title": "사용된 통합 구성요소 및 애드온"
},
"usage": {
"description": "여기에는 통합 구성요소의 이름이 포함됩니다",
"title": "사용된 통합 구성요소"
}
}
},
"core_config": {
"edit_requires_storage": "구성내용이 configuration.yaml에 저장되어 있기 때문에 편집기가 비활성화되었습니다.",
"elevation": "고도",
@ -2116,8 +2155,10 @@
"entity_unavailable": "구성요소 사용불가",
"firmware": "펌웨어: {version}",
"hub": "연결 경유 대상",
"logs": "로그",
"manuf": "{manufacturer} 제조",
"no_area": "영역 없음",
"not_loaded": "불러오지 못했습니다. {logs_link}을(를) 확인해주세요.",
"options": "옵션",
"reload": "다시 읽어오기",
"reload_confirm": "통합 구성요소를 다시 읽어 들였습니다",
@ -2143,6 +2184,7 @@
"finish": "완료",
"loading_first_time": "통합 구성요소가 설치되는 동안 기다려주세요",
"not_all_required_fields": "필수 입력란이 모두 채워지지 않았습니다.",
"not_loaded": "통합 구성요소를 불러올 수 없습니다. Home Assistant를 다시 시작해주세요.",
"pick_flow_step": {
"new_flow": "아니요, 다른 {integration}의 인스턴스를 설정합니다",
"title": "이걸 발견했습니다. 설정하시겠습니까?"
@ -2157,6 +2199,7 @@
"disable": {
"disabled_integrations": "{number}개의 비활성화된 통합 구성요소",
"hide_disabled": "비활성화된 통합 구성요소 숨기기",
"show": "표시하기",
"show_disabled": "비활성화된 통합 구성요소 표시하기"
},
"discovered": "발견된 구성요소",
@ -3688,6 +3731,10 @@
}
},
"page-onboarding": {
"analytics": {
"finish": "다음",
"intro": "인스턴스의 분석 내용을 공유합니다. 이 데이터는 {link}에서 공개적으로 사용할 수 있습니다"
},
"core-config": {
"button_detect": "탐색",
"finish": "다음",
@ -3697,12 +3744,14 @@
"location_name": "설치된 Home Assistant 이름",
"location_name_default": "집"
},
"finish": "완료",
"integration": {
"finish": "완료",
"intro": "기기 및 서비스는 Home Assistant에서 통합 구성요소로 표시됩니다. 지금 설정하거나 나중에 구성 화면에서 설정할 수 있습니다.",
"more_integrations": "더보기"
},
"intro": "잠들어 있는 집을 깨우고 개인정보를 보호하며 전세계의 공돌이 커뮤니티에 가입 할 준비가 되셨나요?",
"next": "다음",
"restore": {
"description": "이전 스냅숏에서 복원할 수 있습니다.",
"hide_log": "전체 로그 숨기기",
@ -3797,6 +3846,19 @@
"enable": "활성화",
"header": "다단계 인증 모듈"
},
"number_format": {
"description": "숫자 형식을 선택해주세요.",
"dropdown_label": "숫자 형식",
"formats": {
"comma_decimal": "1,234,567.89",
"decimal_comma": "1.234.567,89",
"language": "자동 (언어 설정 사용)",
"none": "없음",
"space_comma": "1234567,89",
"system": "시스템 로케일 사용하기"
},
"header": "숫자 형식"
},
"push_notifications": {
"add_device_prompt": {
"input_label": "기기 이름",

View File

@ -723,6 +723,9 @@
"today": "I dag"
},
"data-table": {
"clear": "Tøm",
"filtering_by": "Filtrering etter",
"hidden": "{number} skjult",
"no-data": "Ingen data",
"search": "Søk"
},
@ -837,6 +840,12 @@
"label": "Bilde",
"unsupported_format": "Formatet støttes ikke, vennligst velge et JPEG-, PNG- eller GIF-bilde."
},
"related-filter-menu": {
"filter_by_area": "Filtrer etter område",
"filter_by_device": "Filtrer etter enhet",
"filtered_by_area": "område: {area_name}",
"filtered_by_device": "enhet: {device_name}"
},
"related-items": {
"area": "Område",
"automation": "Del av følgende automasjoner",
@ -1096,42 +1105,47 @@
"zone": "Soner"
},
"reload": {
"automation": "Last inn automasjoner på nytt",
"command_line": "Last inn kommandolinje entiteter på nytt",
"core": "Last inn lokasjon og tilpassinger på nytt",
"filesize": "Last inn filstørrelse entiteter på nytt",
"filter": "Last inn filter entiteter på nytt",
"generic": "Last inn generisk IP kamera entiteter på nytt",
"generic_thermostat": "Last inn generisk termostat entiteter på nytt",
"group": "Last inn grupper, gruppeentiteter og varslingstjenester på nytt",
"history_stats": "Last inn historisk tilstand entiteter på nytt",
"homekit": "Last inn HomeKit på nytt",
"input_boolean": "Last inn innputt boolske på nytt",
"input_datetime": "Last inn innputt dato tider på nytt",
"input_number": "Last inn innputt numeriske på nytt",
"input_select": "Last inn innputt valg på nytt",
"input_text": "Last inn innputt tekster på nytt",
"min_max": "Last inn min/maks entiteter på nytt",
"mqtt": "Laste inn manuelt konfigurerte MQTT-enheter",
"person": "Last inn personer på nytt",
"ping": "Last inn Ping binær sensor entiteter på nytt",
"reload": "Last inn {domain} på nytt",
"rest": "Last inn REST entiteter og varslingstjenester på nytt",
"rpi_gpio": "Last inn Raspberry Pi GPIO entiteter på nytt",
"scene": "Last inn scener på nytt",
"script": "Last inn skript på nytt",
"smtp": "Last SMTP-varslingstjenester på nytt",
"statistics": "Last inn statistiske entiteter på nytt",
"telegram": "Last inn Telegram varslingstjenester på nytt",
"template": "Laste inn mal entiteter på nytt",
"trend": "Last inn trend entiteter på nytt",
"universal": "Laste inn universelle mediespiller entiteter på nytt",
"zone": "Last inn soner på nytt"
"automation": "Automatisering",
"command_line": "Kommandolinjeenheter",
"core": "Plassering og tilpasninger",
"filesize": "Enheter for filstørrelse",
"filter": "Filtrere entiteter",
"generic": "Generiske IP-kameraenheter",
"generic_thermostat": "Generiske termostat enheter",
"group": "Grupper, gruppeenheter og varsler tjenester",
"history_stats": "Historikkstatistiske enheter",
"homekit": "HomeKit",
"input_boolean": "Inngang booleans",
"input_datetime": "Inngangsdato ganger",
"input_number": "Inndatanumre",
"input_select": "Inngang velges",
"input_text": "Inngangstekster",
"min_max": "Min/maks enheter",
"mqtt": "Manuelt konfigurerte MQTT-enheter",
"person": "Mennesker",
"ping": "Ping binære sensorenheter",
"reload": "{domain}",
"rest": "Rest enheter og varsle tjenester",
"rpi_gpio": "Raspberry Pi GPIO-enheter",
"scene": "Scener",
"script": "Skript",
"smtp": "SMTP-varslingstjenester",
"statistics": "Statistiske enheter",
"telegram": "Telegram varsler tjenester",
"template": "Malenheter",
"trend": "Trend enheter",
"universal": "Enheter for universell mediaspiller",
"zone": "Soner"
},
"server_control": {
"perform_action": "{action} server",
"restart": "Omstart",
"stop": "Stopp"
},
"types": {
"navigation": "Navigere",
"reload": "Last inn på nytt",
"server_control": "Server"
}
},
"filter_placeholder": "Entitetsfilter"
@ -1468,6 +1482,7 @@
"move_down": "Flytt ned",
"move_up": "Flytt opp",
"save": "Lagre",
"show_trace": "Vis spor",
"triggers": {
"add": "Legg til utløser",
"delete": "Slett",
@ -1838,6 +1853,35 @@
"description": "Enhetssystem, plassering, tidssone og andre generelle parametere",
"section": {
"core": {
"analytics": {
"documentation": "Før du aktiverer dette, må du gå til analysedokumentasjonssiden {link} å forstå hva du sender og hvordan den er lagret.",
"header": "Analytics",
"instance_id": "Forekomst-ID: {huuid}",
"introduction": "Del analyse fra forekomsten din. Disse dataene vil være offentlig tilgjengelige på {link}",
"needs_base": "Du må aktivere basisanalyse for at dette alternativet skal være tilgjengelig",
"preference": {
"base": {
"description": "Dette inkluderer forekomst-ID, versjon og installasjonstype",
"title": "Grunnleggende analyse"
},
"diagnostics": {
"description": "Del krasjrapporter og diagnostisk informasjon",
"title": "Diagnostikk"
},
"statistics": {
"description": "Dette inkluderer en rekke elementer i installasjonen din, for å se en fullstendig liste i dokumentasjonen",
"title": "Bruksstatistikk"
},
"usage_supervisor": {
"description": "Dette inkluderer navnene og funksjonene til integrasjonene og tilleggene dine",
"title": "Brukte integrasjoner og tillegg"
},
"usage": {
"description": "Dette inkluderer navnene på integrasjonene dine",
"title": "Brukte integrasjoner"
}
}
},
"core_config": {
"edit_requires_storage": "Redigering deaktivert da konfigurasjonen er lagret i configuration.yaml.",
"elevation": "Høyde",
@ -2111,8 +2155,10 @@
"entity_unavailable": "Enhet utilgjengelig",
"firmware": "Fastvare: {version}",
"hub": "Tilkoblet via",
"logs": "Logger",
"manuf": "av {manufacturer}",
"no_area": "Intet område",
"not_loaded": "Ikke lastet inn, sjekk {logs_link}",
"options": "Alternativer",
"reload": "Last inn på nytt",
"reload_confirm": "Integrasjonen ble lastet på nytt",
@ -2138,6 +2184,7 @@
"finish": "Fullfør",
"loading_first_time": "Vennligst vent mens integrasjonen installeres",
"not_all_required_fields": "Ikke alle obligatoriske felt er fylt ut.",
"not_loaded": "Integrasjonen kunne ikke lastes, prøv å starte Home Assistant på nytt.",
"pick_flow_step": {
"new_flow": "Nei, sett opp en annen forekomst av {integration}",
"title": "Vi oppdaget disse, vil du sette dem opp?"
@ -2152,6 +2199,7 @@
"disable": {
"disabled_integrations": "{number} deaktivert",
"hide_disabled": "Skjul deaktiverte integrasjoner",
"show": "Vis",
"show_disabled": "Vis deaktiverte integrasjoner"
},
"discovered": "Oppdaget",
@ -2531,39 +2579,39 @@
"description": "Start på nytt og stopp Home Assistant-serveren",
"section": {
"reloading": {
"automation": "Last inn automasjoner på nytt",
"command_line": "Last inn kommandolinje entiteter på nytt",
"core": "Last inn lokasjon og tilpassinger på nytt",
"filesize": "Last inn filstørrelse entiteter på nytt",
"filter": "Last inn filter entiteter på nytt",
"generic": "Last inn generisk IP kamera entiteter på nytt",
"generic_thermostat": "Last inn generisk termostat entiteter på nytt",
"group": "Last inn grupper, gruppeentiteter og varslingstjenester på nytt",
"automation": "Automatisering",
"command_line": "Kommandolinjeenheter",
"core": "Plassering og tilpasninger",
"filesize": "Enheter for filstørrelse",
"filter": "Filtrere entiteter",
"generic": "Generiske IP-kameraenheter",
"generic_thermostat": "Generiske termostat enheter",
"group": "Grupper, gruppeenheter og varsler tjenester",
"heading": "YAML konfigurasjon lastes på nytt",
"history_stats": "Last inn historisk tilstand entiteter på nytt",
"homekit": "Last inn HomeKit på nytt",
"input_boolean": "Last inn innputt boolske på nytt",
"input_datetime": "Last inn innputt dato tider på nytt",
"input_number": "Last inn innputt numeriske på nytt",
"input_select": "Last inn innputt valg på nytt",
"input_text": "Last inn innputt tekster på nytt",
"history_stats": "Historikkstatistiske enheter",
"homekit": "HomeKit",
"input_boolean": "Inngang booleans",
"input_datetime": "Inngangsdato ganger",
"input_number": "Inndatanumre",
"input_select": "Inngang velges",
"input_text": "Inngangstekster",
"introduction": "Noen deler av Home Assistant kan laste inn uten å kreve omstart. Hvis du trykker last på nytt, vil du bytte den nåværende konfigurasjonen med den nye.",
"min_max": "Last inn min/maks entiteter på nytt",
"mqtt": "Laste inn manuelt konfigurerte MQTT-enheter",
"person": "Last inn personer på nytt",
"ping": "Last inn Ping binær sensor entiteter på nytt",
"reload": "Last inn {domain} på nytt",
"rest": "Last inn REST entiteter og varslingstjenester på nytt",
"rpi_gpio": "Last inn Raspberry Pi GPIO entiteter på nytt",
"scene": "Last inn scener på nytt",
"script": "Last inn skript på nytt",
"smtp": "Last SMTP-varslingstjenester på nytt",
"statistics": "Last inn statistiske entiteter på nytt",
"telegram": "Last inn Telegram varslingstjenester på nytt",
"template": "Laste inn mal entiteter på nytt",
"trend": "Last inn trend entiteter på nytt",
"universal": "Laste inn universelle mediespiller entiteter på nytt",
"zone": "Last inn soner på nytt"
"min_max": "Min/maks enheter",
"mqtt": "Manuelt konfigurerte MQTT-enheter",
"person": "Mennesker",
"ping": "Ping binære sensorenheter",
"reload": "{domain}",
"rest": "Rest enheter og varsle tjenester",
"rpi_gpio": "Raspberry Pi GPIO-enheter",
"scene": "Scener",
"script": "Skript",
"smtp": "SMTP-varslingstjenester",
"statistics": "Statistiske enheter",
"telegram": "Telegram varsler tjenester",
"template": "Malenheter",
"trend": "Trend enheter",
"universal": "Enheter for universell mediaspiller",
"zone": "Soner"
},
"server_management": {
"confirm_restart": "Er du sikker på at du vil starte Home Assistant på nytt?",
@ -2983,6 +3031,7 @@
"column_parameter": "",
"description": "Service utviklingsverktøyet lar deg tilkalle alle tilgjengelige tjenester i Home Assistant.",
"fill_example_data": "Fyll ut eksempeldata",
"no_template_ui_support": "Brukergrensesnittet støtter ikke maler, du kan fortsatt bruke YAML-redigereren.",
"title": "Tjenester",
"ui_mode": "Gå til UI-modus",
"yaml_mode": "Gå til YAML-modus",
@ -3682,6 +3731,10 @@
}
},
"page-onboarding": {
"analytics": {
"finish": "Neste",
"intro": "Del analyse fra forekomsten din. Disse dataene vil være offentlig tilgjengelige på {link}"
},
"core-config": {
"button_detect": "Oppdag",
"finish": "Neste",
@ -3691,12 +3744,14 @@
"location_name": "Navn på installasjonen av Home Assistant",
"location_name_default": "Hjem"
},
"finish": "Fullfør",
"integration": {
"finish": "Fullfør",
"intro": "Enheter og tjenester er representert i Home Assistant som integrasjoner. Du kan sette dem opp nå eller gjøre det senere fra konfigurasjonen.",
"more_integrations": "Mer"
},
"intro": "Er du klar til å ta kontroll over hjemmet ditt, gjenvinne ditt privatliv og bli med i et verdensomspennende samfunn av entusiaster?",
"next": "Neste",
"restore": {
"description": "Alternativt kan du gjenopprette fra et forrige snapshot.",
"hide_log": "Skjul full logg",
@ -3791,6 +3846,19 @@
"enable": "Aktiver",
"header": "Flerfaktor godkjenningsmoduler"
},
"number_format": {
"description": "Velg hvordan tallene skal formateres.",
"dropdown_label": "Tallformat",
"formats": {
"comma_decimal": "1.234.567,89",
"decimal_comma": "1.234.567,89",
"language": "Automatisk (bruk språkinnstilling)",
"none": "Ingen",
"space_comma": "1 234 567,89",
"system": "Bruk systemområdet"
},
"header": "Tallformat"
},
"push_notifications": {
"add_device_prompt": {
"input_label": "Enhetsnavn",

View File

@ -723,6 +723,9 @@
"today": "Vandaag"
},
"data-table": {
"clear": "Wis",
"filtering_by": "Filteren op",
"hidden": "{number} verborgen",
"no-data": "Geen gegevens",
"search": "Zoek"
},
@ -837,6 +840,12 @@
"label": "Afbeelding",
"unsupported_format": "Niet-ondersteund formaat. Kies een JPEG-, PNG- of GIF-afbeelding."
},
"related-filter-menu": {
"filter_by_area": "Filter op gebied",
"filter_by_device": "Filter op apparaat",
"filtered_by_area": "gebied: {area_name}",
"filtered_by_device": "apparaat: {device_name}"
},
"related-items": {
"area": "Gebied",
"automation": "Onderdeel van de volgende automatiseringen",
@ -1473,6 +1482,7 @@
"move_down": "Verplaats omlaag",
"move_up": "Verplaats omhoog",
"save": "Opslaan",
"show_trace": "Tracering weergeven",
"triggers": {
"add": "Trigger toevoegen",
"delete": "Verwijderen",
@ -1681,6 +1691,8 @@
"info": "Met de Google Assistant integratie voor Home Assistant Cloud kun je al je Home Assistant apparaten bedienen via elk apparaat waarop Google Assistant is ingeschakeld.",
"info_state_reporting": "Als u statusrapportage inschakelt, stuurt Home Assistant alle statuswijzigingen van blootgestelde entiteiten naar Google. Hierdoor kunt u altijd de meest actuele statussen in de Google-app zien.",
"manage_entities": "Entiteiten beheren",
"not_configured_text": "Voordat u Google Assistant kunt gebruiken, moet u de Home Assistant Cloud-skill voor Google Assistant activeren in de Google Home-app.",
"not_configured_title": "Google Assistant is niet geactiveerd",
"security_devices": "Beveiligingsapparaten",
"sync_entities": "Synchroniseer entiteiten met Google",
"sync_entities_404_message": "Kan uw entiteiten niet synchroniseren met Google, vraag Google 'Hey Google, synchroniseer mijn apparaten' om uw entiteiten te synchroniseren.",
@ -1843,6 +1855,35 @@
"description": "Eenheidssysteem, locatie, tijdzone en andere algemene parameters",
"section": {
"core": {
"analytics": {
"documentation": "Voordat u dit inschakelt, moet u de analytics documentatie pagina {link} bezoeken om te begrijpen wat u verstuurt en hoe het wordt opgeslagen.",
"header": "Analytics",
"instance_id": "Instantie-ID: {huuid}",
"introduction": "Deel analyses vanuit uw instantie. Deze gegevens zijn openbaar beschikbaar op {link}",
"needs_base": "U moet basisanalyses inschakelen om deze optie beschikbaar te maken",
"preference": {
"base": {
"description": "Dit bevat de instantie-ID, de versie en het installatietype",
"title": "Basisanalyses"
},
"diagnostics": {
"description": "Deel crashrapporten en diagnostische informatie",
"title": "Diagnostiek"
},
"statistics": {
"description": "Dit omvat een telling van elementen in uw installatie, voor een volledige lijst zie de documentatie",
"title": "Gebruiksstatistieken"
},
"usage_supervisor": {
"description": "Dit omvat de namen en mogelijkheden van uw integraties en add-ons",
"title": "Gebruikte integraties en add-ons"
},
"usage": {
"description": "Dit bevat de namen van uw integraties",
"title": "Gebruikte integraties"
}
}
},
"core_config": {
"edit_requires_storage": "Editor uitgeschakeld omdat de configuratie is opgeslagen in configuration.yaml",
"elevation": "Hoogte",
@ -2116,8 +2157,10 @@
"entity_unavailable": "Entiteit niet beschikbaar",
"firmware": "Firmware: {version}",
"hub": "Verbonden via",
"logs": "Logs",
"manuf": "door {manufacturer}",
"no_area": "Geen Gebied",
"not_loaded": "Niet geladen, controleer de {logs_link}",
"options": "Opties",
"reload": "Herlaad",
"reload_confirm": "De integratie is opnieuw geladen",
@ -2143,6 +2186,7 @@
"finish": "Voltooien",
"loading_first_time": "Even geduld a.u.b. terwijl de integratie wordt geïnstalleerd",
"not_all_required_fields": "Niet alle verplichte velden zijn ingevuld.",
"not_loaded": "De integratie kan niet worden geladen, probeer Home Assistant opnieuw te starten.",
"pick_flow_step": {
"new_flow": "Nee, zet een andere instantie van {integration} op",
"title": "We hebben deze ontdekt. Wil je ze instellen?"
@ -2157,6 +2201,7 @@
"disable": {
"disabled_integrations": "{number} uitgeschakeld",
"hide_disabled": "Verberg uitgeschakelde integraties",
"show": "Toon",
"show_disabled": "Toon uitgeschakelde integraties"
},
"discovered": "Ontdekt",
@ -3688,6 +3733,10 @@
}
},
"page-onboarding": {
"analytics": {
"finish": "Volgende",
"intro": "Deel de analyses van uw instantie. Deze gegevens zullen publiekelijk beschikbaar zijn op {link}"
},
"core-config": {
"button_detect": "Detecteren",
"finish": "Volgende",
@ -3697,12 +3746,14 @@
"location_name": "Naam van de Home Assistant installatie",
"location_name_default": "Huis"
},
"finish": "Voltooien",
"integration": {
"finish": "Voltooien",
"intro": "Apparaten en services worden in Home Assistant weergegeven als integraties. U kunt ze nu instellen of later via het configuratiescherm.",
"more_integrations": "Meer"
},
"intro": "Ben je klaar om je huis wakker te maken, je privacy terug te winnen en deel te nemen aan een wereldwijde gemeenschap van knutselaars?",
"next": "Volgende",
"restore": {
"description": "Je kunt ook herstellen vanaf een eerdere snapshot.",
"hide_log": "Verberg volledig logboek",
@ -3797,6 +3848,19 @@
"enable": "Inschakelen",
"header": "Twee-factor-authenticatie modules"
},
"number_format": {
"description": "Kies hoe getallen worden opgemaakt.",
"dropdown_label": "Getalnotatie",
"formats": {
"comma_decimal": "1,234,567.89",
"decimal_comma": "1.234.567,89",
"language": "Automatisch (taalinstelling gebruiken)",
"none": "Geen",
"space_comma": "1234567,89",
"system": "Systeemlokalen gebruiken"
},
"header": "Getalnotatie"
},
"push_notifications": {
"add_device_prompt": {
"input_label": "Naam van het apparaat",

View File

@ -723,6 +723,9 @@
"today": "Dzisiaj"
},
"data-table": {
"clear": "Wyczyść",
"filtering_by": "Filtrowanie przez",
"hidden": "{numer} ukryte(-ych)",
"no-data": "Brak danych",
"search": "Szukaj"
},
@ -836,6 +839,12 @@
"label": "Obraz",
"unsupported_format": "Nieobsługiwany format, wybierz obraz JPEG, PNG lub GIF."
},
"related-filter-menu": {
"filter_by_area": "Filtruj według obszaru",
"filter_by_device": "Filtruj według urządzenia",
"filtered_by_area": "obszar: {area_name}",
"filtered_by_device": "urządzenie: {device_name}"
},
"related-items": {
"area": "Obszar",
"automation": "Element następujących automatyzacji",
@ -1095,42 +1104,47 @@
"zone": "Strefy"
},
"reload": {
"automation": "Wczytaj ponownie automatyzacje",
"command_line": "Wczytaj ponownie encje komponentu linia komend",
"core": "Wczytaj ponownie lokalizację i dostosowywanie",
"filesize": "Wczytaj ponownie encje komponentu wielkość pliku",
"filter": "Wczytaj ponownie encje komponentu filtr",
"generic": "Wczytaj ponownie encje komponentu kamera IP generic",
"generic_thermostat": "Wczytaj ponownie encje komponentu termostatu generic",
"group": "Wczytaj ponownie grupy, ich encje oraz ich usługi powiadomień",
"history_stats": "Wczytaj ponownie encje komponentu historia stanów",
"homekit": "Wczytaj ponownie HomeKit",
"input_boolean": "Wczytaj ponownie pomocników typu przełącznik",
"input_datetime": "Wczytaj ponownie pomocników typu data i czas",
"input_number": "Wczytaj ponownie pomocników typu numer",
"input_select": "Wczytaj ponownie pomocników typu pole wyboru",
"input_text": "Wczytaj ponownie pomocników typu tekst",
"min_max": "Wczytaj ponownie encje komponentu min/max",
"mqtt": "Wczytaj ponownie encje komponentu MQTT",
"person": "Wczytaj ponownie osoby",
"ping": "Wczytaj ponownie encje komponentu ping",
"reload": "Wczytaj ponownie domenę {domain}",
"rest": "Wczytaj ponownie encje komponentu rest i ich usługi powiadomień",
"rpi_gpio": "Wczytaj ponownie encje komponentu Raspberry Pi GPIO",
"scene": "Wczytaj ponownie sceny",
"script": "Wczytaj ponownie skrypty",
"smtp": "Wczytaj ponownie usługi powiadomień komponentu SMTP",
"statistics": "Wczytaj ponownie encje komponentu statystyka",
"telegram": "Wczytaj ponownie usługi powiadomień komponentu Telegram",
"template": "Wczytaj ponownie encje zdefiniowane szablonami",
"trend": "Wczytaj ponownie encje komponentu trend",
"universal": "Wczytaj ponownie encje komponentu uniwersalny odtwarzacz mediów",
"zone": "Wczytaj ponownie strefy"
"automation": "Automatyzacje",
"command_line": "Encje komponentu linia komend",
"core": "Lokalizacja i dostosowywanie",
"filesize": "Encje komponentu wielkość pliku",
"filter": "Encje komponentu filtr",
"generic": "Encje komponentu kamera IP generic",
"generic_thermostat": "Encje komponentu termostatu generic",
"group": "Grupy, ich encje oraz usługi powiadomień",
"history_stats": "Encje komponentu historia stanów",
"homekit": "HomeKit",
"input_boolean": "Pomocnicy typu przełącznik",
"input_datetime": "Pomocnicy typu data i czas",
"input_number": "Pomocnicy typu numer",
"input_select": "Pomocnicy typu pole wyboru",
"input_text": "Pomocnicy typu tekst",
"min_max": "Encje komponentu min/max",
"mqtt": "Encje komponentu MQTT",
"person": "Osoby",
"ping": "Encje komponentu ping",
"reload": "Domenę {domain}",
"rest": "Encje komponentu rest i usługi powiadomień",
"rpi_gpio": "Encje komponentu Raspberry Pi GPIO",
"scene": "Sceny",
"script": "Skrypty",
"smtp": "Usługi powiadomień komponentu SMTP",
"statistics": "Encje komponentu statystyka",
"telegram": "Usługi powiadomień komponentu Telegram",
"template": "Encje zdefiniowane szablonami",
"trend": "Encje komponentu trend",
"universal": "Encje komponentu uniwersalny odtwarzacz mediów",
"zone": "Strefy"
},
"server_control": {
"perform_action": "{action} serwer",
"restart": "Uruchom ponownie",
"stop": "Zatrzymaj"
},
"types": {
"navigation": "Przejdź",
"reload": "Wczytaj ponownie",
"server_control": "Serwer"
}
},
"filter_placeholder": "Filtr encji"
@ -1667,7 +1681,7 @@
"google": {
"config_documentation": "Dokumentacja konfiguracji",
"devices_pin": "Kod PIN urządzeń bezpieczeństwa",
"enable_ha_skill": "Włącz skill Home Assistant dla Asystenta Google",
"enable_ha_skill": "Włącz skill Chmury Home Assistant dla Asystenta Google",
"enable_state_reporting": "Włącz raportowanie stanów",
"enter_pin_error": "Nie można zapisać kodu PIN:",
"enter_pin_hint": "Wprowadź kod PIN",
@ -1675,6 +1689,8 @@
"info": "Dzięki integracji z Asystentem Google dla Chmury Home Assistant będzie możliwe kontrolowanie wszystkich urządzeń Home Assistanta za pośrednictwem dowolnego urządzenia obsługującego Asystenta Google.",
"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.",
"manage_entities": "Zarządzanie encjami",
"not_configured_text": "Aby móc korzystać z Asystenta Google, musisz aktywować skill Chmury Home Assistant dla Asystenta Google w aplikacji Google Home.",
"not_configured_title": "Asystent Google nie jest aktywowany",
"security_devices": "Urządzenia bezpieczeństwa",
"sync_entities": "Synchronizuj encje",
"sync_entities_404_message": "Nie udało się zsynchronizować encji z Google, poproś Google Asystenta 'Hej, Google, zsynchronizuj moje urządzenia', aby ponowić próbę synchronizacji.",
@ -1837,6 +1853,35 @@
"description": "System metryczny, lokalizacja, strefa czasowa oraz inne parametry ogólne",
"section": {
"core": {
"analytics": {
"documentation": "Zanim to włączysz, odwiedź stronę z dokumentacją analityczną {link}, aby zrozumieć, co wysyłasz i jak to jest przechowywane.",
"header": "Analityka",
"instance_id": "Identyfikator instancji: {huuid}",
"introduction": "Udostępniaj dane analityczne ze swojej instancji. Te dane będą publicznie dostępne pod adresem {link}",
"needs_base": "Aby ta opcja była dostępna, musisz włączyć podstawowe analityki",
"preference": {
"base": {
"description": "Obejmuje to identyfikator instancji, wersję i typ instalacji",
"title": "Podstawowe analityki"
},
"diagnostics": {
"description": "Udostępniaj raporty o awariach i informacje diagnostyczne",
"title": "Diagnostyka"
},
"statistics": {
"description": "Obejmuje to liczbę elementów w instalacji. Pełną listę można znaleźć w dokumentacji.",
"title": "Statystyki użycia"
},
"usage_supervisor": {
"description": "Obejmuje to nazwy i możliwości twoich integracji i dodatków",
"title": "Użyte integracje i dodatki"
},
"usage": {
"description": "Obejmuje to nazwy twoich integracji",
"title": "Używane integracje"
}
}
},
"core_config": {
"edit_requires_storage": "Edytor wyłączony, ponieważ konfiguracja jest przechowywana w pliku configuration.yaml.",
"elevation": "Wysokość",
@ -2110,8 +2155,10 @@
"entity_unavailable": "encja niedostępna",
"firmware": "oprogramowanie: {version}",
"hub": "połączony poprzez:",
"logs": "logi",
"manuf": "producent: {manufacturer}",
"no_area": "brak",
"not_loaded": "Nie załadowano, sprawdź {logs_link}",
"options": "Opcje",
"reload": "Wczytaj ponownie",
"reload_confirm": "Integracja została ponownie wczytana",
@ -2137,6 +2184,7 @@
"finish": "Zakończ",
"loading_first_time": "Proszę czekać, trwa instalowanie integracji...",
"not_all_required_fields": "Nie wszystkie wymagane pola są wypełnione.",
"not_loaded": "Nie udało się załadować integracji, spróbuj ponownie uruchomić Home Assistanta.",
"pick_flow_step": {
"new_flow": "Nie, skonfiguruj inną instancję integracji {integration}",
"title": "Odkryliśmy je, chcesz je skonfigurować?"
@ -2151,6 +2199,7 @@
"disable": {
"disabled_integrations": "Wyłączonych: {number}",
"hide_disabled": "Ukryj wyłączone integracje",
"show": "Pokaż",
"show_disabled": "Pokaż wyłączone integracje"
},
"discovered": "Wykryte",
@ -2530,39 +2579,39 @@
"description": "Uruchom ponownie i zatrzymaj serwer Home Assistant",
"section": {
"reloading": {
"automation": "Wczytaj ponownie automatyzacje",
"command_line": "Wczytaj ponownie encje komponentu linia komend",
"core": "Wczytaj ponownie lokalizację i dostosowywanie",
"filesize": "Wczytaj ponownie encje komponentu wielkość pliku",
"filter": "Wczytaj ponownie encje komponentu filtr",
"generic": "Wczytaj ponownie encje komponentu kamera IP generic",
"generic_thermostat": "Wczytaj ponownie encje komponentu termostatu generic",
"group": "Wczytaj ponownie grupy, ich encje oraz ich usługi powiadomień",
"automation": "Automatyzacje",
"command_line": "Encje komponentu linia komend",
"core": "Lokalizacja i dostosowywanie",
"filesize": "Encje komponentu wielkość pliku",
"filter": "Encje komponentu filtr",
"generic": "Encje komponentu kamera IP generic",
"generic_thermostat": "Encje komponentu termostatu generic",
"group": "Grupy, ich encje oraz usługi powiadomień",
"heading": "Ponowne wczytanie konfiguracji YAML",
"history_stats": "Wczytaj ponownie encje komponentu historia stanów",
"homekit": "Wczytaj ponownie HomeKit",
"input_boolean": "Wczytaj ponownie pomocników typu przełącznik",
"input_datetime": "Wczytaj ponownie pomocników typu data i czas",
"input_number": "Wczytaj ponownie pomocników typu numer",
"input_select": "Wczytaj ponownie pomocników typu pole wyboru",
"input_text": "Wczytaj ponownie pomocników typu tekst",
"history_stats": "Encje komponentu historia stanów",
"homekit": "HomeKit",
"input_boolean": "Pomocnicy typu przełącznik",
"input_datetime": "Pomocnicy typu data i czas",
"input_number": "Pomocnicy typu numer",
"input_select": "Pomocnicy typu pole wyboru",
"input_text": "Pomocnicy typu tekst",
"introduction": "Niektóre fragmenty konfiguracji można wczytać ponownie bez konieczności restartowania Home Assistanta. Poniższe przyciski usuną z pamięci wybraną część konfiguracji YAML i wczytają ją ponownie.",
"min_max": "Wczytaj ponownie encje komponentu min/max",
"mqtt": "Wczytaj ponownie encje komponentu MQTT",
"person": "Wczytaj ponownie osoby",
"ping": "Wczytaj ponownie encje komponentu ping",
"reload": "Wczytaj ponownie domenę {domain}",
"rest": "Wczytaj ponownie encje komponentu rest i ich usługi powiadomień",
"rpi_gpio": "Wczytaj ponownie encje komponentu Raspberry Pi GPIO",
"scene": "Wczytaj ponownie sceny",
"script": "Wczytaj ponownie skrypty",
"smtp": "Wczytaj ponownie usługi powiadomień komponentu SMTP",
"statistics": "Wczytaj ponownie encje komponentu statystyka",
"telegram": "Wczytaj ponownie usługi powiadomień komponentu Telegram",
"template": "Wczytaj ponownie encje zdefiniowane szablonami",
"trend": "Wczytaj ponownie encje komponentu trend",
"universal": "Wczytaj ponownie encje komponentu uniwersalny odtwarzacz mediów",
"zone": "Wczytaj ponownie strefy"
"min_max": "Encje komponentu min/max",
"mqtt": "Encje komponentu MQTT",
"person": "Osoby",
"ping": "Encje komponentu ping",
"reload": "Domenę {domain}",
"rest": "Encje komponentu rest i usługi powiadomień",
"rpi_gpio": "Encje komponentu Raspberry Pi GPIO",
"scene": "Sceny",
"script": "Skrypty",
"smtp": "Usługi powiadomień komponentu SMTP",
"statistics": "Encje komponentu statystyka",
"telegram": "Usługi powiadomień komponentu Telegram",
"template": "Encje zdefiniowane szablonami",
"trend": "Encje komponentu trend",
"universal": "Encje komponentu uniwersalny odtwarzacz mediów",
"zone": "Strefy"
},
"server_management": {
"confirm_restart": "Czy na pewno chcesz ponownie uruchomić Home Assistanta?",
@ -2982,6 +3031,7 @@
"column_parameter": "Parametr",
"description": "Narzędzie deweloperskie Usługi pozwala na wywołanie dowolnej dostępnej usługi.",
"fill_example_data": "Wypełnij przykładowymi danymi",
"no_template_ui_support": "Interfejs użytkownika nie obsługuje szablonów, nadal możesz używać edytora YAML.",
"title": "Usługi",
"ui_mode": "Przejdź do trybu interfejsu użytkownika",
"yaml_mode": "Przejdź do trybu YAML",
@ -3681,6 +3731,10 @@
}
},
"page-onboarding": {
"analytics": {
"finish": "Dalej",
"intro": "Udostępniaj dane analityczne ze swojej instancji. Te dane będą publicznie dostępne pod adresem {link}"
},
"core-config": {
"button_detect": "Wykryj",
"finish": "Dalej",
@ -3690,12 +3744,14 @@
"location_name": "Nazwa instalacji Home Assistanta",
"location_name_default": "Dom"
},
"finish": "Zakończ",
"integration": {
"finish": "Koniec",
"intro": "Urządzenia i usługi są reprezentowane w Home Assistant jako integracje. Możesz je teraz skonfigurować lub zrobić to później w konfiguracji.",
"more_integrations": "Więcej"
},
"intro": "Czy jesteś gotowy, aby ożywić swój dom, odzyskać prywatność i dołączyć do światowej społeczności majsterkowiczów?",
"next": "Dalej",
"restore": {
"description": "Alternatywnie możesz przywrócić z poprzedniej migawki.",
"hide_log": "Ukryj cały log",
@ -3790,6 +3846,19 @@
"enable": "Włącz",
"header": "Moduły uwierzytelniania wieloskładnikowego"
},
"number_format": {
"description": "Wybierz sposób formatowania liczb.",
"dropdown_label": "Format liczbowy",
"formats": {
"comma_decimal": "1,234,567.89",
"decimal_comma": "1.234.567,89",
"language": "Auto (użyj ustawień języka)",
"none": "Brak",
"space_comma": "1234567,89",
"system": "Użyj ustawień regionalnych systemu"
},
"header": "Format liczbowy"
},
"push_notifications": {
"add_device_prompt": {
"input_label": "Nazwa urządzenia",

View File

@ -840,6 +840,12 @@
"label": "Изображение",
"unsupported_format": "Неподдерживаемый формат. Выберите изображение в формате JPEG, PNG или GIF."
},
"related-filter-menu": {
"filter_by_area": "Фильтр по помещениям",
"filter_by_device": "Фильтр по устройствам",
"filtered_by_area": "помещение: {area_name}",
"filtered_by_device": "устройство: {device_name}"
},
"related-items": {
"area": "Помещение",
"automation": "Используется в автоматизациях",
@ -1677,7 +1683,7 @@
"google": {
"config_documentation": "Инструкция по настройке",
"devices_pin": "PIN-код устройств безопасности",
"enable_ha_skill": "Активировать навык Home Assistant для Google Assistant",
"enable_ha_skill": "Активировать навык Home Assistant Cloud для Google Assistant",
"enable_state_reporting": "Отправлять изменения состояний объектов",
"enter_pin_error": "Не удалось сохранить PIN-код:",
"enter_pin_hint": "PIN-код",
@ -1685,6 +1691,8 @@
"info": "Интеграция Google Assistant позволяет управлять устройствами, добавленными в Home Assistant, через любое устройство с поддержкой Google Assistant.",
"info_state_reporting": "Если Вы включите этот параметр, Home Assistant будет отправлять все изменения состояний объектов, доступных Google. Это позволит Вам всегда видеть актуальные состояния в приложениях Google.",
"manage_entities": "Управление объектами",
"not_configured_text": "Перед использованием Google Assistant необходимо активировать навык Home Assistant Cloud в приложении \"Google Home\".",
"not_configured_title": "Google Assistant не активирован",
"security_devices": "Устройства безопасности",
"sync_entities": "Синхронизировать объекты",
"sync_entities_404_message": "Не удалось синхронизировать Ваши объекты с Google. Попробуйте запустить синхронизацию путём голосового запроса: «Эй, Google, синхронизируй мои устройства».",
@ -1847,6 +1855,35 @@
"description": "Настройки общего назначения",
"section": {
"core": {
"analytics": {
"documentation": "Прежде всего, посетите страницу документации по аналитике {link}, чтобы понять, что Вы будете отправлять и как это будет храниться.",
"header": "Аналитика",
"instance_id": "Идентификатор экземпляра Home Assistant: {huuid}",
"introduction": "Поделитесь аналитикой из Вашего Home Assistant. Эти данные будут доступны для всех по адресу {ссылка}.",
"needs_base": "Включите базовую аналитику, чтобы эта опция была доступна",
"preference": {
"base": {
"description": "Включает в себя идентификатор экземпляра, версия и тип установки.",
"title": "Базовая аналитика"
},
"diagnostics": {
"description": "Отправлять отчеты о сбоях и диагностическую информацию",
"title": "Диагностика"
},
"statistics": {
"description": "Включает в себя подсчёт элементов для Вашего Home Assistant. О том, как получить полный список, смотрите в документации.",
"title": "Статистика использования"
},
"usage_supervisor": {
"description": "Включает в себя названия и возможности используемых Вами интеграций и дополнений.",
"title": "Используемые интеграции и дополнения"
},
"usage": {
"description": "Включает в себя названия используемых Вами интеграций",
"title": "Используемые интеграции"
}
}
},
"core_config": {
"edit_requires_storage": "Редактор отключен, поскольку конфигурация уже хранится в файле configuration.yaml.",
"elevation": "Высота",
@ -2120,8 +2157,10 @@
"entity_unavailable": "Объект недоступен",
"firmware": "Прошивка: {version}",
"hub": "Подключено через",
"logs": "журналы",
"manuf": "{manufacturer}",
"no_area": "Не указано",
"not_loaded": "Не загружено, проверьте {logs_link}",
"options": "Настройки",
"reload": "Перезагрузить",
"reload_confirm": "Перезагрузка интеграции выполнена",
@ -2147,6 +2186,7 @@
"finish": "Готово",
"loading_first_time": "Идет установка интеграции, пожалуйста, подождите",
"not_all_required_fields": "Не все обязательные поля заполнены.",
"not_loaded": "Не удалось загрузить интеграцию, попробуйте перезапустить Home Assistant.",
"pick_flow_step": {
"new_flow": "Нет, настроить другой экземпляр {integration}",
"title": "Это обнаружено автоматически, начать настройку?"
@ -3693,6 +3733,10 @@
}
},
"page-onboarding": {
"analytics": {
"finish": "Далее",
"intro": "Поделитесь аналитикой из Вашего Home Assistant. Эти данные будут доступны для всех по адресу {ссылка}."
},
"core-config": {
"button_detect": "Заполнить",
"finish": "Далее",
@ -3702,12 +3746,14 @@
"location_name": "Название для Вашего Home Assistant",
"location_name_default": "Home Assistant"
},
"finish": "Готово",
"integration": {
"finish": "Готово",
"intro": "Устройства и службы представлены в Home Assistant как интеграции. Вы можете добавить их сейчас или сделать это позже в разделе настроек.",
"more_integrations": "Ещё"
},
"intro": "Готовы ли Вы разбудить свой дом, вернуть свою конфиденциальность и присоединиться к всемирному сообществу?",
"next": "Далее",
"restore": {
"description": "Восстановить предыдущее состояние из снимка файловой системы (snapshot)",
"hide_log": "Скрыть журнал",

View File

@ -723,6 +723,7 @@
"today": "Bugün"
},
"data-table": {
"clear": "Temizle",
"no-data": "Veri yok",
"search": "Ara"
},
@ -858,7 +859,7 @@
},
"future_duration": {
"day": "In {count} {count, plural,\n one {gün}\n other {günler}\n}",
"hour": "In {count} {count, plural,\n one {saat}\n other {saatler}\n}",
"hour": "In {count} {count, plural,\n one {saat}\n other {saat}\n}",
"minute": "In {count} {count, plural,\n one {dakika}\n other {dakikalar}\n}",
"second": "In {count} {count, plural,\n one {saniye}\n other {saniyeler}\n}",
"week": "In {count} {count, plural,\n one {hafta}\n other {hatfalar}\n}"
@ -867,7 +868,7 @@
"never": "Asla",
"past_duration": {
"day": "{count} {count, plural,\n one {gün}\n other {günler}\n} önce",
"hour": "{count} {count, plural,\n one {saat}\n other {saatler}\n} önce",
"hour": "{count} {count, plural,\n one {saat}\n other {saat}\n} önce",
"minute": "{count} {count, plural,\n one {dakika}\n other {dakikalar}\n} önce",
"second": "{count} {count, plural,\n one {saniye}\n other {saniyeler}\n} önce",
"week": "{count} {count, plural,\n one {hafta}\n other {haftalar}\n} önce"
@ -1843,6 +1844,14 @@
"description": "Birim sistemi, konum, saat dilimi ve diğer genel parametreler",
"section": {
"core": {
"analytics": {
"header": "İstatistikler",
"preference": {
"statistics": {
"title": "Kullanım istatistikleri"
}
}
},
"core_config": {
"edit_requires_storage": "Konfigürasyon configuration.yaml'de depolandığı için düzenleyici devre dışı bırakıldı.",
"elevation": "Yükseklik",
@ -2157,6 +2166,7 @@
"disable": {
"disabled_integrations": "{number} devre dışı bırakıldı",
"hide_disabled": "Devre dışı bırakılan entegrasyonları gizle",
"show": "Göster",
"show_disabled": "Devre dışı bırakılan entegrasyonları göster"
},
"discovered": "Bulundu",

View File

@ -723,6 +723,9 @@
"today": "今天"
},
"data-table": {
"clear": "清除",
"filtering_by": "筛选方式:",
"hidden": "{number} 个已隐藏",
"no-data": "没有数据",
"search": "搜索"
},
@ -1473,6 +1476,7 @@
"move_down": "下移",
"move_up": "上移",
"save": "保存",
"show_trace": "显示轨迹",
"triggers": {
"add": "添加触发条件",
"delete": "删除",
@ -1673,7 +1677,7 @@
"google": {
"config_documentation": "配置文档",
"devices_pin": "安全设备 PIN 码",
"enable_ha_skill": "激活 Google 助理的 Home Assistant 技能",
"enable_ha_skill": "为 Google Assistant 激活 Home Assistant 技能",
"enable_state_reporting": "启用状态报告",
"enter_pin_error": "无法存储pin",
"enter_pin_hint": "输入 PIN 码以使用安全设备",
@ -1681,6 +1685,7 @@
"info": "通过 Home Assistant Cloud 的 Google Assistant 集成,您将可以通过任何启用了 Google Assistant 的设备来控制所有 Home Assistant 设备。",
"info_state_reporting": "如果启用状态报告,则 Home Assistant 会将公开实体的所有状态变化发送给 Google。这样您就可以始终在 Google 应用中看到最新状态。",
"manage_entities": "管理实体",
"not_configured_title": "Google Assistant 未激活",
"security_devices": "安全设备",
"sync_entities": "同步实体到 Google",
"sync_entities_404_message": "无法将实体同步到 Google请对 Google 说 “Hey Google, sync my devices”来同步实体。",
@ -1843,6 +1848,33 @@
"description": "单位制、位置、时区及其他通用参数",
"section": {
"core": {
"analytics": {
"header": "分析",
"instance_id": "实例ID: {huuid}",
"introduction": "共享实例的分析。此数据将在 {link} 公开。",
"needs_base": "需要启用基础分析才能启用此选项",
"preference": {
"base": {
"description": "包括实例 ID版本号和安装类型",
"title": "基础分析"
},
"diagnostics": {
"description": "共享崩溃报告和诊断信息",
"title": "诊断"
},
"statistics": {
"title": "使用情况统计"
},
"usage_supervisor": {
"description": "包括集成和加载项的名称和能力",
"title": "使用的集成和加载项"
},
"usage": {
"description": "包括集成的名称",
"title": "使用的集成"
}
}
},
"core_config": {
"edit_requires_storage": "编辑器已禁用,因为配置存储于 configuration.yaml。",
"elevation": "海拔",
@ -2157,6 +2189,7 @@
"disable": {
"disabled_integrations": "{number} 个已禁用",
"hide_disabled": "隐藏禁用的集成",
"show": "显示",
"show_disabled": "显示禁用的集成"
},
"discovered": "已发现",
@ -3797,6 +3830,19 @@
"enable": "启用",
"header": "多因素身份验证模块"
},
"number_format": {
"description": "选择数字的格式。",
"dropdown_label": "数字格式",
"formats": {
"comma_decimal": "1,234,567.89",
"decimal_comma": "1.234.567,89",
"language": "自动(使用语言设置)",
"none": "无",
"space_comma": "1234567,89",
"system": "使用系统区域设置"
},
"header": "数字格式"
},
"push_notifications": {
"add_device_prompt": {
"input_label": "设备名称",

View File

@ -723,6 +723,9 @@
"today": "今天"
},
"data-table": {
"clear": "清除",
"filtering_by": "篩選",
"hidden": "{number} 個已隱藏",
"no-data": "沒有資料",
"search": "搜尋"
},
@ -837,6 +840,12 @@
"label": "照片",
"unsupported_format": "不支援的格式,請選擇 JPEG、PNG 或 GIF 圖檔。"
},
"related-filter-menu": {
"filter_by_area": "依區域篩選",
"filter_by_device": "依裝置篩選",
"filtered_by_area": "區域:{area_name}",
"filtered_by_device": "裝置:{device_name}"
},
"related-items": {
"area": "分區",
"automation": "以下自動化部分",
@ -1100,7 +1109,7 @@
"command_line": "命令列實體",
"core": "座標與自訂化",
"filesize": "檔案大小實體",
"filter": "過濾器實體",
"filter": "篩選器實體",
"generic": "通用 IP 攝影機實體",
"generic_thermostat": "通用溫控器實體",
"group": "群組、群組實體及通知服務",
@ -1139,7 +1148,7 @@
"server_control": "伺服器"
}
},
"filter_placeholder": "實體過濾"
"filter_placeholder": "實體篩選"
},
"voice_command": {
"did_not_hear": "Home Assistant 未收到任何語音",
@ -1473,6 +1482,7 @@
"move_down": "向下移動",
"move_up": "向上移動",
"save": "儲存",
"show_trace": "顯示紀錄",
"triggers": {
"add": "新增一個觸發",
"delete": "刪除",
@ -1733,7 +1743,7 @@
}
},
"alexa": {
"banner": "由於您已經透過 configuration.yaml 設定實體過濾器、 因此編輯連結實體的介面將無法使用。",
"banner": "由於您已經透過 configuration.yaml 設定實體篩選器、 因此編輯連結實體的介面將無法使用。",
"dont_expose_entity": "不公開實體",
"expose": "與 Alexa 連結",
"expose_entity": "公開實體",
@ -1776,7 +1786,7 @@
"title": "忘記密碼?"
},
"google": {
"banner": "由於您已經透過 configuration.yaml 設定實體過濾器、 因此編輯連結實體的介面將無法使用。",
"banner": "由於您已經透過 configuration.yaml 設定實體篩選器、 因此編輯連結實體的介面將無法使用。",
"disable_2FA": "關閉雙重認證",
"dont_expose_entity": "不公開實體",
"expose": "與 Google Assistant 連結",
@ -1843,6 +1853,35 @@
"description": "單位系統、座標、時區與其他一般設定",
"section": {
"core": {
"analytics": {
"documentation": "於開啟前,請先確定您已經瀏覽分析資料文件頁面 {link}、並了解所要傳送的資料及相關資料如何儲存。",
"header": "分析資料",
"instance_id": "實例 ID{huuid}",
"introduction": "分享實例分析資料,資料將可透過 {link} 連結公開取得",
"needs_base": "需要開啟基本分析、方能使用此選項",
"preference": {
"base": {
"description": "將包含實例 ID、版本與安裝類型",
"title": "基本分析"
},
"diagnostics": {
"description": "分享當機回報與診斷資訊",
"title": "診斷資料"
},
"statistics": {
"description": "將包含安裝的元件總數,完整列表、請參閱文件",
"title": "統計資訊"
},
"usage_supervisor": {
"description": "將包含整合與附加元件的名稱與功能",
"title": "已使用整合與附加元件"
},
"usage": {
"description": "將包含整合名稱",
"title": "已使用整合"
}
}
},
"core_config": {
"edit_requires_storage": "由於 configuration.yaml 內已儲存設定,編輯功能已關閉。",
"elevation": "海拔",
@ -1950,7 +1989,7 @@
"no_devices": "沒有任何裝置",
"picker": {
"filter": {
"filter": "過濾器",
"filter": "篩選器",
"hidden_devices": "{number} 隱藏 {number, plural,\n one {個裝置}\n other {個裝置}\n}",
"show_all": "顯示全部",
"show_disabled": "顯示關閉實體"
@ -1990,7 +2029,7 @@
"confirm_title": "是否要開啟 {number} {number, plural,\n one {個實體}\n other {個實體}\n}"
},
"filter": {
"filter": "過濾器",
"filter": "篩選器",
"hidden_entities": "{number} 隱藏 {number, plural,\n one {個實體}\n other {個實體}\n}",
"show_all": "顯示全部",
"show_disabled": "顯示關閉實體",
@ -2116,8 +2155,10 @@
"entity_unavailable": "實體不可用",
"firmware": "韌體:{version}",
"hub": "連線:",
"logs": "日誌",
"manuf": "廠牌:{manufacturer}",
"no_area": "無分區",
"not_loaded": "未載入,請檢查 {logs_link}",
"options": "選項",
"reload": "重新載入",
"reload_confirm": "整合已重新載入",
@ -2143,6 +2184,7 @@
"finish": "完成",
"loading_first_time": "請稍候、正在安裝整合",
"not_all_required_fields": "所有所需欄位都需要填寫。",
"not_loaded": "整合無法載入,請重啟 Home Assistant。",
"pick_flow_step": {
"new_flow": "不,設定另一組 {integration} 實例",
"title": "發現以下裝置,是否進行設定?"
@ -2157,6 +2199,7 @@
"disable": {
"disabled_integrations": "{number} 個已關閉",
"hide_disabled": "隱藏已關閉整合",
"show": "顯示",
"show_disabled": "顯示已關閉整合"
},
"discovered": "已掃描",
@ -2190,7 +2233,7 @@
"logs": {
"caption": "記錄",
"clear": "清除",
"description": "檢視 Home Assistant 紀錄",
"description": "檢視 Home Assistant 日誌",
"details": "記錄詳細資料({level}",
"load_full_log": "載入完整 Home Assistant 記錄",
"loading_log": "載入錯誤記錄中...",
@ -2540,7 +2583,7 @@
"command_line": "命令列實體",
"core": "座標與自訂化",
"filesize": "檔案大小實體",
"filter": "過濾器實體",
"filter": "篩選器實體",
"generic": "通用 IP 攝影機實體",
"generic_thermostat": "通用溫控器實體",
"group": "群組、群組實體及通知服務",
@ -2921,8 +2964,8 @@
"set_protection": "設定保護"
},
"ozw_log": {
"header": "OZW 紀錄",
"introduction": "檢視紀錄。最小值為 0載入所有紀錄、最大值為 1000。將顯示靜態紀錄、後段將依據紀錄最後指定行數自動更新。",
"header": "OZW 日誌",
"introduction": "檢視日誌。最小值為 0載入所有日誌、最大值為 1000。將顯示靜態日誌、後段將依據日誌最後指定行數自動更新。",
"last_log_lines": "最後日誌行數",
"load": "載入",
"tail": "跟蹤"
@ -3002,9 +3045,9 @@
"description1": "設定 Home Assistant 裝置代表。",
"description2": "將不會與實際裝置進行通訊。",
"entity": "實體",
"filter_attributes": "屬性過濾器",
"filter_entities": "實體過濾器",
"filter_states": "狀態過濾器",
"filter_attributes": "屬性篩選器",
"filter_entities": "實體篩選器",
"filter_states": "狀態篩選器",
"last_changed": "上次變更",
"last_updated": "最後更新",
"more_info": "更多資訊",
@ -3093,7 +3136,7 @@
"url": "開啟視窗至 {url_path}"
},
"safe-mode": {
"description": "Home Assistant 於載入設定時發生問題、正以安全模式執行中。請參閱錯誤紀錄、以找出問題。",
"description": "Home Assistant 於載入設定時發生問題、正以安全模式執行中。請參閱錯誤日誌、以找出問題。",
"header": "安全模式已開啟"
},
"shopping-list": {
@ -3198,8 +3241,8 @@
"toggle": "切換實體。"
},
"entity-filter": {
"description": "實體過濾式面板可供定義於特定狀態下、所要進行追蹤的實體列表。",
"name": "實體過濾式面板"
"description": "實體篩選式面板可供定義於特定狀態下、所要進行追蹤的實體列表。",
"name": "實體篩選式面板"
},
"entity": {
"description": "實體面板、可快速獲得實體狀態概況。",
@ -3688,6 +3731,10 @@
}
},
"page-onboarding": {
"analytics": {
"finish": "下一步",
"intro": "分享實例分析資料,資料將可透過 {link} 連結公開取得"
},
"core-config": {
"button_detect": "偵測",
"finish": "下一步",
@ -3697,12 +3744,14 @@
"location_name": "Home Assistant 安裝名稱",
"location_name_default": "首頁"
},
"finish": "完成",
"integration": {
"finish": "完成",
"intro": "將會於 Home Assistant 整合中呈現的裝置與服務。可以現在進行設定,或者稍後於設定選單中進行。",
"more_integrations": "更多"
},
"intro": "準備喚醒您的智慧型家庭、取得隱私自主權,並加入由全球愛好者共同維護的社群了嗎?",
"next": "下一步",
"restore": {
"description": "或者可以自之前的 Snapshot 進行回復。",
"hide_log": "隱藏完整日誌",
@ -3797,6 +3846,19 @@
"enable": "開啟",
"header": "多步驟驗證模組"
},
"number_format": {
"description": "選擇數字顯示格式。",
"dropdown_label": "數字格式",
"formats": {
"comma_decimal": "1,234,567.89",
"decimal_comma": "1.234.567,89",
"language": "自動(使用語言設定)",
"none": "無",
"space_comma": "1234567,89",
"system": "使用系統位置"
},
"header": "數字格式"
},
"push_notifications": {
"add_device_prompt": {
"input_label": "裝置名稱",