mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-22 16:56:35 +00:00
Translation update
This commit is contained in:
parent
7d5ecb8ba4
commit
85eaa219c6
@ -751,8 +751,10 @@
|
|||||||
"related-filter-menu": {
|
"related-filter-menu": {
|
||||||
"filter_by_area": "Филтриране по област",
|
"filter_by_area": "Филтриране по област",
|
||||||
"filter_by_device": "Филтриране по устройство",
|
"filter_by_device": "Филтриране по устройство",
|
||||||
|
"filter_by_entity": "Филтриране по обект",
|
||||||
"filtered_by_area": "област: {area_name}",
|
"filtered_by_area": "област: {area_name}",
|
||||||
"filtered_by_device": "устройство: {device_name}"
|
"filtered_by_device": "устройство: {device_name}",
|
||||||
|
"filtered_by_entity": "обект: {entity_name}"
|
||||||
},
|
},
|
||||||
"related-items": {
|
"related-items": {
|
||||||
"area": "Област",
|
"area": "Област",
|
||||||
@ -1495,6 +1497,7 @@
|
|||||||
"title": "Alexa"
|
"title": "Alexa"
|
||||||
},
|
},
|
||||||
"connected": "Свързан",
|
"connected": "Свързан",
|
||||||
|
"connection_status": "Състояние на връзката с облака",
|
||||||
"google": {
|
"google": {
|
||||||
"config_documentation": "Документация за конфигурацията",
|
"config_documentation": "Документация за конфигурацията",
|
||||||
"devices_pin": "ПИН код за Устройства за защита",
|
"devices_pin": "ПИН код за Устройства за защита",
|
||||||
@ -1515,6 +1518,7 @@
|
|||||||
"title": "Дистанционен контрол"
|
"title": "Дистанционен контрол"
|
||||||
},
|
},
|
||||||
"sign_out": "Отписване",
|
"sign_out": "Отписване",
|
||||||
|
"thank_you_note": "Благодарим Ви, че сте част от Home Assistant Cloud. Именно заради хора като вас ние сме в състояние да направим страхотно изживяване при автоматизацията на дома за всички. Благодарим Ви!",
|
||||||
"tts": {
|
"tts": {
|
||||||
"default_language": "Език по подразбиране за използване",
|
"default_language": "Език по подразбиране за използване",
|
||||||
"dialog": {
|
"dialog": {
|
||||||
@ -1740,7 +1744,7 @@
|
|||||||
"filter": "Филтър",
|
"filter": "Филтър",
|
||||||
"hidden_devices": "{number} скрити {number, plural,\n one {устройство}\n other {устройства}\n}",
|
"hidden_devices": "{number} скрити {number, plural,\n one {устройство}\n other {устройства}\n}",
|
||||||
"show_all": "Покажи всички",
|
"show_all": "Покажи всички",
|
||||||
"show_disabled": "Показване на деактивирани устройства"
|
"show_disabled": "Показване на деактивираните устройства"
|
||||||
},
|
},
|
||||||
"search": "Търсене на устройства"
|
"search": "Търсене на устройства"
|
||||||
},
|
},
|
||||||
@ -1774,7 +1778,11 @@
|
|||||||
},
|
},
|
||||||
"filter": {
|
"filter": {
|
||||||
"filter": "Филтър",
|
"filter": "Филтър",
|
||||||
"show_all": "Покажи всички"
|
"hidden_entities": "{number} скрити {number, plural,\n one {обект}\n other {обекта}\n}",
|
||||||
|
"show_all": "Покажи всички",
|
||||||
|
"show_disabled": "Показване на деактивираните обекти",
|
||||||
|
"show_readonly": "Показване на обектите само за четене",
|
||||||
|
"show_unavailable": "Показване на недостъпните обекти"
|
||||||
},
|
},
|
||||||
"header": "Обекти",
|
"header": "Обекти",
|
||||||
"headers": {
|
"headers": {
|
||||||
@ -2726,6 +2734,7 @@
|
|||||||
"move_before": "Преместване на картата преди",
|
"move_before": "Преместване на картата преди",
|
||||||
"options": "Още опции",
|
"options": "Още опции",
|
||||||
"pick_card": "Изберете картата, която искате да добавите.",
|
"pick_card": "Изберете картата, която искате да добавите.",
|
||||||
|
"pick_card_view_title": "Коя карта бихте искали да добавите към изгледа си {name}?",
|
||||||
"search_cards": "Търсене на карти",
|
"search_cards": "Търсене на карти",
|
||||||
"show_code_editor": "Редактирайте кода",
|
"show_code_editor": "Редактирайте кода",
|
||||||
"show_visual_editor": "Показване на визуален редактор",
|
"show_visual_editor": "Показване на визуален редактор",
|
||||||
|
@ -231,7 +231,7 @@
|
|||||||
},
|
},
|
||||||
"watchdog": {
|
"watchdog": {
|
||||||
"description": "Això farà que s'iniciï el complement en cas de que falli",
|
"description": "Això farà que s'iniciï el complement en cas de que falli",
|
||||||
"title": "Gos vigilant"
|
"title": "Gos guardià"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"protection_mode": {
|
"protection_mode": {
|
||||||
@ -843,8 +843,10 @@
|
|||||||
"related-filter-menu": {
|
"related-filter-menu": {
|
||||||
"filter_by_area": "Filtra per àrea",
|
"filter_by_area": "Filtra per àrea",
|
||||||
"filter_by_device": "Filtra per dispositiu",
|
"filter_by_device": "Filtra per dispositiu",
|
||||||
|
"filter_by_entity": "Filtra per entitat",
|
||||||
"filtered_by_area": "àrea: {area_name}",
|
"filtered_by_area": "àrea: {area_name}",
|
||||||
"filtered_by_device": "dispositiu: {device_name}"
|
"filtered_by_device": "dispositiu: {device_name}",
|
||||||
|
"filtered_by_entity": "entitat: {entity_name}"
|
||||||
},
|
},
|
||||||
"related-items": {
|
"related-items": {
|
||||||
"area": "Àrea",
|
"area": "Àrea",
|
||||||
|
@ -843,8 +843,10 @@
|
|||||||
"related-filter-menu": {
|
"related-filter-menu": {
|
||||||
"filter_by_area": "Filtrovat dle oblasti",
|
"filter_by_area": "Filtrovat dle oblasti",
|
||||||
"filter_by_device": "Filtrovat dle zařízení",
|
"filter_by_device": "Filtrovat dle zařízení",
|
||||||
|
"filter_by_entity": "Filtrovat dle entity",
|
||||||
"filtered_by_area": "oblasti: {area_name}",
|
"filtered_by_area": "oblasti: {area_name}",
|
||||||
"filtered_by_device": "zařízení: {device_name}"
|
"filtered_by_device": "zařízení: {device_name}",
|
||||||
|
"filtered_by_entity": "entita: {entity_name}"
|
||||||
},
|
},
|
||||||
"related-items": {
|
"related-items": {
|
||||||
"area": "Oblast",
|
"area": "Oblast",
|
||||||
|
@ -3489,12 +3489,14 @@
|
|||||||
"location_name": "Home Assistant -asennuksen nimi",
|
"location_name": "Home Assistant -asennuksen nimi",
|
||||||
"location_name_default": "Koti"
|
"location_name_default": "Koti"
|
||||||
},
|
},
|
||||||
|
"finish": "Valmis",
|
||||||
"integration": {
|
"integration": {
|
||||||
"finish": "Valmis",
|
"finish": "Valmis",
|
||||||
"intro": "Laitteet ja palvelut on esitetty Home Assistantissa integraatioina. Voit määrittää ne nyt tai tehdä sen myöhemmin asetus valikosta.",
|
"intro": "Laitteet ja palvelut on esitetty Home Assistantissa integraatioina. Voit määrittää ne nyt tai tehdä sen myöhemmin asetus valikosta.",
|
||||||
"more_integrations": "Lisää"
|
"more_integrations": "Lisää"
|
||||||
},
|
},
|
||||||
"intro": "Oletko valmis herättämään kotisi eloon, palauttamaan yksityisyytesi ja liittymään maailmanlaajuiseen nikkarien joukkoon?",
|
"intro": "Oletko valmis herättämään kotisi eloon, palauttamaan yksityisyytesi ja liittymään maailmanlaajuiseen nikkarien joukkoon?",
|
||||||
|
"next": "Seuraava",
|
||||||
"restore": {
|
"restore": {
|
||||||
"description": "Vaihtoehtoisesti voit palauttaa aiemmasta varmuuskopiosta.",
|
"description": "Vaihtoehtoisesti voit palauttaa aiemmasta varmuuskopiosta.",
|
||||||
"hide_log": "Piilota koko loki",
|
"hide_log": "Piilota koko loki",
|
||||||
|
@ -165,6 +165,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"common": {
|
"common": {
|
||||||
|
"cancel": "Cancelar",
|
||||||
"close": "Pechar",
|
"close": "Pechar",
|
||||||
"description": "Descrición",
|
"description": "Descrición",
|
||||||
"error": {
|
"error": {
|
||||||
@ -175,8 +176,10 @@
|
|||||||
"failed_to_update_name": "Non se puido actualizar {name}",
|
"failed_to_update_name": "Non se puido actualizar {name}",
|
||||||
"learn_more": "Aprender máis",
|
"learn_more": "Aprender máis",
|
||||||
"new_version_available": "Nova versión dispoñible",
|
"new_version_available": "Nova versión dispoñible",
|
||||||
|
"newest_version": "Versión máis nova",
|
||||||
"no": "Non",
|
"no": "Non",
|
||||||
"refresh": "Actualizar",
|
"refresh": "Actualizar",
|
||||||
|
"release_notes": "Notas de lanzamento",
|
||||||
"reload": "Recargar",
|
"reload": "Recargar",
|
||||||
"reset_defaults": "Restablecer os valores predeterminados",
|
"reset_defaults": "Restablecer os valores predeterminados",
|
||||||
"reset_options": "Restablecer as opcións",
|
"reset_options": "Restablecer as opcións",
|
||||||
@ -185,6 +188,7 @@
|
|||||||
"running_version": "Actualmente estás executando a versión {version}",
|
"running_version": "Actualmente estás executando a versión {version}",
|
||||||
"save": "Gardar",
|
"save": "Gardar",
|
||||||
"show_more": "Amosar máis información sobre isto",
|
"show_more": "Amosar máis información sobre isto",
|
||||||
|
"update": "Actualización",
|
||||||
"update_available": "{count, plural,\n one {actualización pendente}\n other {{count} actualizacións pendentes}\n}",
|
"update_available": "{count, plural,\n one {actualización pendente}\n other {{count} actualizacións pendentes}\n}",
|
||||||
"version": "Versión",
|
"version": "Versión",
|
||||||
"yes": "Si"
|
"yes": "Si"
|
||||||
@ -387,7 +391,11 @@
|
|||||||
"ui": {
|
"ui": {
|
||||||
"card": {
|
"card": {
|
||||||
"fan": {
|
"fan": {
|
||||||
"direction": "Enderezo"
|
"direction": "Enderezo",
|
||||||
|
"preset_mode": "Modo predefinido"
|
||||||
|
},
|
||||||
|
"script": {
|
||||||
|
"run": "Executar"
|
||||||
},
|
},
|
||||||
"weather": {
|
"weather": {
|
||||||
"attributes": {
|
"attributes": {
|
||||||
@ -441,7 +449,9 @@
|
|||||||
"show_areas": "Amosar áreas"
|
"show_areas": "Amosar áreas"
|
||||||
},
|
},
|
||||||
"data-table": {
|
"data-table": {
|
||||||
"clear": "Elim"
|
"clear": "Elim",
|
||||||
|
"filtering_by": "Filtrando por",
|
||||||
|
"hidden": "{number} oculto"
|
||||||
},
|
},
|
||||||
"device-picker": {
|
"device-picker": {
|
||||||
"show_devices": "Amosar dispositivos"
|
"show_devices": "Amosar dispositivos"
|
||||||
@ -461,11 +471,23 @@
|
|||||||
},
|
},
|
||||||
"show_trace": "Amosar rastro"
|
"show_trace": "Amosar rastro"
|
||||||
},
|
},
|
||||||
|
"media-browser": {
|
||||||
|
"class": {
|
||||||
|
"url": "URL"
|
||||||
|
}
|
||||||
|
},
|
||||||
"related-filter-menu": {
|
"related-filter-menu": {
|
||||||
"filter_by_area": "Filtrar por área",
|
"filter_by_area": "Filtrar por área",
|
||||||
"filter_by_device": "Filtrar por dispositivo",
|
"filter_by_device": "Filtrar por dispositivo",
|
||||||
|
"filter_by_entity": "Filtrar por entidade",
|
||||||
"filtered_by_area": "área: {area_name}",
|
"filtered_by_area": "área: {area_name}",
|
||||||
"filtered_by_device": "dispositivo: {device_name}"
|
"filtered_by_device": "dispositivo: {device_name}",
|
||||||
|
"filtered_by_entity": "entidade: {entity_name}"
|
||||||
|
},
|
||||||
|
"service-control": {
|
||||||
|
"required": "Este campo é necesario",
|
||||||
|
"service_data": "Datos do servizo",
|
||||||
|
"target": "Obxectivos"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"dialogs": {
|
"dialogs": {
|
||||||
@ -496,10 +518,18 @@
|
|||||||
"view_in_visualization": "Ver en Visualización"
|
"view_in_visualization": "Ver en Visualización"
|
||||||
},
|
},
|
||||||
"device_children": "Dispositivos Zigbee fillos"
|
"device_children": "Dispositivos Zigbee fillos"
|
||||||
|
},
|
||||||
|
"zha_reconfigure_device": {
|
||||||
|
"heading": "Reconfiguración do dispositivo"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"errors": {
|
"errors": {
|
||||||
"config": {
|
"config": {
|
||||||
|
"edit_in_yaml_supported": "Aínda podes editar a túa configuración en YAML.",
|
||||||
|
"editor_not_available": "Non hai editor visual dispoñible para o tipo \" {type} \".",
|
||||||
|
"editor_not_supported": "O editor visual non é compatible con esta configuración",
|
||||||
|
"key_missing": "Falta a clave requirida \" {key} \".",
|
||||||
|
"key_wrong_type": "O editor visual non admite o valor proporcionado para \" {key} Admitimos ( {type_correct} ) pero recibimos ( {type_wrong} ).",
|
||||||
"no_template_editor_support": "Os modelos non son compatibles co editor visual"
|
"no_template_editor_support": "Os modelos non son compatibles co editor visual"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@ -569,6 +599,16 @@
|
|||||||
"google": {
|
"google": {
|
||||||
"not_configured_text": "Antes de usar o Asistente de Google, debes activar a skill Home Assistant Cloud para Google Assistant na aplicación Google Home.",
|
"not_configured_text": "Antes de usar o Asistente de Google, debes activar a skill Home Assistant Cloud para Google Assistant na aplicación Google Home.",
|
||||||
"not_configured_title": "Google Assistant non está activado"
|
"not_configured_title": "Google Assistant non está activado"
|
||||||
|
},
|
||||||
|
"tts": {
|
||||||
|
"dialog": {
|
||||||
|
"example_message": "Ola {name} , podes reproducir calquera texto en calquera reprodutor multimedia compatible.",
|
||||||
|
"header": "Proba Texto a voz",
|
||||||
|
"play": "Reproducir",
|
||||||
|
"target": "Obxectivo",
|
||||||
|
"target_browser": "Navegador"
|
||||||
|
},
|
||||||
|
"try": "Probar"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"forgot_password": {
|
"forgot_password": {
|
||||||
@ -602,6 +642,7 @@
|
|||||||
"title": "Estatísticas de uso"
|
"title": "Estatísticas de uso"
|
||||||
},
|
},
|
||||||
"usage_supervisor": {
|
"usage_supervisor": {
|
||||||
|
"description": "Isto inclúe os nomes e as capacidades das súas integracións e complementos",
|
||||||
"title": "Integracións e complementos usados"
|
"title": "Integracións e complementos usados"
|
||||||
},
|
},
|
||||||
"usage": {
|
"usage": {
|
||||||
@ -614,6 +655,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"devices": {
|
"devices": {
|
||||||
|
"confirm_disable_config_entry": "Non hai máis dispositivos para a entrada de configuración {entry_name} . Queres deshabilitar a entrada de configuración?",
|
||||||
"enabled_description": "Os dispositivos desactivados non se amosarán e as entidades que pertencen ao dispositivo desactivaranse e non se engadirán ao Asistente doméstico.",
|
"enabled_description": "Os dispositivos desactivados non se amosarán e as entidades que pertencen ao dispositivo desactivaranse e non se engadirán ao Asistente doméstico.",
|
||||||
"picker": {
|
"picker": {
|
||||||
"filter": {
|
"filter": {
|
||||||
@ -635,15 +677,39 @@
|
|||||||
"filtering": {
|
"filtering": {
|
||||||
"show": "Amosar"
|
"show": "Amosar"
|
||||||
},
|
},
|
||||||
|
"hassio": {
|
||||||
|
"button": "Configurar"
|
||||||
|
},
|
||||||
"integrations": {
|
"integrations": {
|
||||||
"config_entry": {
|
"config_entry": {
|
||||||
|
"disable_restart_confirm": "Reinicie o Home Assistant para rematar de desactivar esta integración",
|
||||||
|
"disable": {
|
||||||
|
"disable_confirm": "Seguro que queres desactivar esta entrada de configuración? Os seus dispositivos e entidades estarán desactivados.",
|
||||||
|
"disabled": "Desactivado",
|
||||||
|
"disabled_by": {
|
||||||
|
"device": "dispositivo",
|
||||||
|
"integration": "integración",
|
||||||
|
"user": "usuario"
|
||||||
|
},
|
||||||
|
"disabled_cause": "Desactivado por {cause}"
|
||||||
|
},
|
||||||
|
"enable_restart_confirm": "Reinicie o Home Assistant para rematar de habilitar esta integración",
|
||||||
"logs": "rexistros",
|
"logs": "rexistros",
|
||||||
"not_loaded": "Non cargado, comproba o {logs_link}"
|
"not_loaded": "Non cargado, comproba o {logs_link}"
|
||||||
},
|
},
|
||||||
"config_flow": {
|
"config_flow": {
|
||||||
"not_loaded": "Non se puido cargar a integración. Tenta reiniciar Home Assistant."
|
"could_not_load": "Non se puido cargar o fluxo de configuración",
|
||||||
|
"error": "Erro",
|
||||||
|
"not_loaded": "Non se puido cargar a integración. Tenta reiniciar Home Assistant.",
|
||||||
|
"pick_flow_step": {
|
||||||
|
"new_flow": "Non, configura outra instancia de {integration}",
|
||||||
|
"title": "Descubrimos estes, queres montalos?"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
|
"confirm_new": "¿Queres configurar {integration} ?",
|
||||||
"disable": {
|
"disable": {
|
||||||
|
"disabled_integrations": "{number} desactivado",
|
||||||
|
"hide_disabled": "Ocultar integracións desactivadas",
|
||||||
"show": "Amosar",
|
"show": "Amosar",
|
||||||
"show_disabled": "Amosar as integracións desactivadas"
|
"show_disabled": "Amosar as integracións desactivadas"
|
||||||
},
|
},
|
||||||
@ -689,9 +755,23 @@
|
|||||||
"show_info": "Amosar información sobre o script"
|
"show_info": "Amosar información sobre o script"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"server_control": {
|
||||||
|
"section": {
|
||||||
|
"reloading": {
|
||||||
|
"filesize": "Entidades de tamaño de ficheiro",
|
||||||
|
"mqtt": "Entidades MQTT configuradas manualmente",
|
||||||
|
"ping": "Ping a entidades binarias do sensor",
|
||||||
|
"reload": "{domain}",
|
||||||
|
"rpi_gpio": "Entidades GPIO de Raspberry Pi",
|
||||||
|
"smtp": "Servizos de notificación SMTP",
|
||||||
|
"trend": "Entidades de tendencia"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"users": {
|
"users": {
|
||||||
"editor": {
|
"editor": {
|
||||||
"name": "Nome de visualización"
|
"name": "Nome de visualización",
|
||||||
|
"password_changed": "O contrasinal cambiouse correctamente"
|
||||||
},
|
},
|
||||||
"picker": {
|
"picker": {
|
||||||
"headers": {
|
"headers": {
|
||||||
@ -720,6 +800,12 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"zwave": {
|
"zwave": {
|
||||||
|
"migration": {
|
||||||
|
"ozw": {
|
||||||
|
"header": "Migrar a OpenZWave",
|
||||||
|
"introduction": "Este asistente axudarache a migrar da integración herdada de Z-Wave á integración OpenZWave que está actualmente en versión beta."
|
||||||
|
}
|
||||||
|
},
|
||||||
"ozw_log": {
|
"ozw_log": {
|
||||||
"introduction": "Ver o rexistro. 0 é o mínimo (carga todo o rexistro) e 1000 é o máximo. Load amosará un rexistro estático e a cola actualizarase automaticamente co último número de liñas especificado no rexistro."
|
"introduction": "Ver o rexistro. 0 é o mínimo (carga todo o rexistro) e 1000 é o máximo. Load amosará un rexistro estático e a cola actualizarase automaticamente co último número de liñas especificado no rexistro."
|
||||||
}
|
}
|
||||||
@ -728,9 +814,18 @@
|
|||||||
"developer-tools": {
|
"developer-tools": {
|
||||||
"tabs": {
|
"tabs": {
|
||||||
"services": {
|
"services": {
|
||||||
"no_template_ui_support": "A interface de usuario non admite modelos, máis podes usar o editor YAML."
|
"accepts_target": "Este servizo acepta un destino, por exemplo: `entity_id: light.bed_light`",
|
||||||
|
"all_parameters": "Todos os parámetros dispoñibles",
|
||||||
|
"no_template_ui_support": "A interface de usuario non admite modelos, máis podes usar o editor YAML.",
|
||||||
|
"ui_mode": "Ir ao modo de interface de usuario",
|
||||||
|
"yaml_mode": "Ir ao modo YAML",
|
||||||
|
"yaml_parameters": "Os parámetros só están dispoñibles no modo YAML"
|
||||||
|
},
|
||||||
|
"states": {
|
||||||
|
"copy_id": "Copia a identificación ao portapapeis"
|
||||||
},
|
},
|
||||||
"templates": {
|
"templates": {
|
||||||
|
"no_listeners": "Este modelo non escoita ningún evento e non se actualizará automaticamente.",
|
||||||
"unknown_error_template": "Erro descoñecido ao amosar o modelo"
|
"unknown_error_template": "Erro descoñecido ao amosar o modelo"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -886,6 +981,10 @@
|
|||||||
"show_visual_editor": "Amosar editor visual",
|
"show_visual_editor": "Amosar editor visual",
|
||||||
"typed_header": "Configuración da tarxeta {type}"
|
"typed_header": "Configuración da tarxeta {type}"
|
||||||
},
|
},
|
||||||
|
"menu": {
|
||||||
|
"manage_dashboards": "Xestionar paneis",
|
||||||
|
"manage_resources": "Xestionar recursos"
|
||||||
|
},
|
||||||
"migrate": {
|
"migrate": {
|
||||||
"para_migrate": "Home Assistant pode engadir identificacións a todas as súas tarxetas e vistas automaticamente premendo o botón \"Migrar configuración\"."
|
"para_migrate": "Home Assistant pode engadir identificacións a todas as súas tarxetas e vistas automaticamente premendo o botón \"Migrar configuración\"."
|
||||||
},
|
},
|
||||||
@ -917,12 +1016,15 @@
|
|||||||
"my": {
|
"my": {
|
||||||
"component_not_loaded": "Esta redirección non é compatible coa túa instancia de Home Assistant. Necesitas a integración {integration} para usar esta redirección.",
|
"component_not_loaded": "Esta redirección non é compatible coa túa instancia de Home Assistant. Necesitas a integración {integration} para usar esta redirección.",
|
||||||
"documentation": "documentación",
|
"documentation": "documentación",
|
||||||
|
"error": "Produciuse un erro descoñecido",
|
||||||
|
"faq_link": "Preguntas máis frecuentes sobre o meu Home Assistant",
|
||||||
"no_supervisor": "Esta redirección non é compatible coa instalación do teu Home Assistant. Precísase o sistema operativo Home Assistant ou o método de instalación do Home Assistant supervisado. Para obter máis información, consulte o {docs_link} .",
|
"no_supervisor": "Esta redirección non é compatible coa instalación do teu Home Assistant. Precísase o sistema operativo Home Assistant ou o método de instalación do Home Assistant supervisado. Para obter máis información, consulte o {docs_link} .",
|
||||||
"not_supported": "Esta redirección non é compatible coa túa instancia de Home Assistant. Comprobe a {link} para coñecer as redireccións compatibles e a versión na que se introduciron."
|
"not_supported": "Esta redirección non é compatible coa túa instancia de Home Assistant. Comprobe a {link} para coñecer as redireccións compatibles e a versión na que se introduciron."
|
||||||
},
|
},
|
||||||
"page-onboarding": {
|
"page-onboarding": {
|
||||||
"analytics": {
|
"analytics": {
|
||||||
"finish": "Seguinte"
|
"finish": "Seguinte",
|
||||||
|
"intro": "Comparte análises desde a túa instancia. Estes datos estarán dispoñibles publicamente en {link}"
|
||||||
},
|
},
|
||||||
"core-config": {
|
"core-config": {
|
||||||
"intro_location": "Gustaríanos saber onde vives. Esta información axudará a amosar información e configurar automatismos baseados no sol. Estes datos nunca se comparten fóra da túa rede."
|
"intro_location": "Gustaríanos saber onde vives. Esta información axudará a amosar información e configurar automatismos baseados no sol. Estes datos nunca se comparten fóra da túa rede."
|
||||||
|
@ -1107,7 +1107,7 @@
|
|||||||
"zone": "Zones"
|
"zone": "Zones"
|
||||||
},
|
},
|
||||||
"reload": {
|
"reload": {
|
||||||
"automation": "Herlaad automatiseringen",
|
"automation": "Automatiseringen",
|
||||||
"command_line": "Opdrachtregel-entiteiten",
|
"command_line": "Opdrachtregel-entiteiten",
|
||||||
"core": "Locatie en aanpassingen",
|
"core": "Locatie en aanpassingen",
|
||||||
"filesize": "Bestandsgrootte entiteiten",
|
"filesize": "Bestandsgrootte entiteiten",
|
||||||
@ -1123,15 +1123,15 @@
|
|||||||
"input_select": "Input selects",
|
"input_select": "Input selects",
|
||||||
"input_text": "Input texts",
|
"input_text": "Input texts",
|
||||||
"min_max": "Laad min/max entiteiten opnieuw",
|
"min_max": "Laad min/max entiteiten opnieuw",
|
||||||
"mqtt": "Herlaad mqtt entiteiten",
|
"mqtt": "Handmatig geconfigureerde MQTT-entiteiten",
|
||||||
"person": "Herlaad personen",
|
"person": "Personen",
|
||||||
"ping": "Ping binaire sensor entiteiten",
|
"ping": "Ping binaire sensor entiteiten",
|
||||||
"reload": "{domain}",
|
"reload": "{domain}",
|
||||||
"rest": "Rest-entiteiten en notify-services",
|
"rest": "Rest-entiteiten en notify-services",
|
||||||
"rpi_gpio": "Raspberry Pi GPIO-entiteiten",
|
"rpi_gpio": "Raspberry Pi GPIO-entiteiten",
|
||||||
"scene": "Scenes",
|
"scene": "Scenes",
|
||||||
"script": "Herlaad scripts",
|
"script": "Scripts",
|
||||||
"smtp": "Herlaad smtp notificatie services",
|
"smtp": "SMTP notify services",
|
||||||
"statistics": "Statistische entiteiten",
|
"statistics": "Statistische entiteiten",
|
||||||
"telegram": "Telegram notify services",
|
"telegram": "Telegram notify services",
|
||||||
"template": "Template entiteiten",
|
"template": "Template entiteiten",
|
||||||
|
@ -279,7 +279,7 @@
|
|||||||
"failed_to_update_name": "Не удалось обновить {name}",
|
"failed_to_update_name": "Не удалось обновить {name}",
|
||||||
"learn_more": "Узнать больше",
|
"learn_more": "Узнать больше",
|
||||||
"new_version_available": "Доступна новая версия",
|
"new_version_available": "Доступна новая версия",
|
||||||
"newest_version": "Последняя версия",
|
"newest_version": "Доступная версия",
|
||||||
"no": "Нет",
|
"no": "Нет",
|
||||||
"refresh": "Обновить",
|
"refresh": "Обновить",
|
||||||
"release_notes": "Список изменений",
|
"release_notes": "Список изменений",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user