From 6835b73e4928778b3b9eba17b14af0014675df58 Mon Sep 17 00:00:00 2001 From: HomeAssistant Azure Date: Wed, 19 Aug 2020 00:33:28 +0000 Subject: [PATCH] [ci skip] Translation update --- translations/frontend/ca.json | 4 ++ translations/frontend/es.json | 31 ++++++++++++++ translations/frontend/fr.json | 22 ++++++++++ translations/frontend/fy.json | 69 +++++++++++++++++++++++++++++- translations/frontend/ko.json | 4 +- translations/frontend/lb.json | 68 ++++++++++++++++++++++++++++- translations/frontend/nb.json | 31 ++++++++++++++ translations/frontend/pt.json | 6 +++ translations/frontend/ru.json | 31 ++++++++++++++ translations/frontend/zh-Hans.json | 31 ++++++++++++++ 10 files changed, 292 insertions(+), 5 deletions(-) diff --git a/translations/frontend/ca.json b/translations/frontend/ca.json index cb4122cf4a..28184bc2eb 100644 --- a/translations/frontend/ca.json +++ b/translations/frontend/ca.json @@ -1656,6 +1656,10 @@ "node_failed": "Ha fallat el node", "stage": "Etapa", "zwave_info": "Informació Z-Wave" + }, + "refresh_node": { + "node_status": "Estat del node", + "step": "Pas" } }, "person": { diff --git a/translations/frontend/es.json b/translations/frontend/es.json index 6777ea2763..b7a8f86dba 100644 --- a/translations/frontend/es.json +++ b/translations/frontend/es.json @@ -1656,6 +1656,37 @@ "node_failed": "Error en el Nodo", "stage": "Etapa", "zwave_info": "Información Z-Wave" + }, + "node_query_stages": { + "associations": "Refrescando grupos de asociaciones y miembros", + "cacheload": "Cargando información del archivo de caché de OpenZWave. Los nodos con batería permanecerán en esta etapa hasta que el nodo se active.", + "complete": "El proceso de entrevista está completo", + "configuration": "Obteniendo valores de configuración del nodo", + "dynamic": "Obteniendo valores que cambian con frecuencia del nodo", + "instances": "Obteniendo detalles sobre qué instancias o canales admite un dispositivo", + "manufacturerspecific1": "Obteniendo del nodo los códigos de identificación de producto y del fabricante", + "manufacturerspecific2": "Obteniendo del nodo códigos de identificación de producto y del fabricante adicionales", + "neighbors": "Obteniendo una lista de los vecinos del nodo", + "nodeinfo": "Obteniendo clases de órdenes admitidas por el nodo", + "nodeplusinfo": "Obteniendo información Z-Wave+ del nodo", + "probe": "Comprobando si el nodo está despierto/vivo", + "protocolinfo": "Obteniendo las capacidades básicas de Z-Wave de este nodo desde el controlador", + "session": "Obteniendo valores que cambian con poca frecuencia del nodo", + "static": "Obteniendo valores estáticos del dispositivo", + "versions": "Obteniendo información sobre versiones de firmware y clases de órdenes", + "wakeup": "Configurando soporte para colas de despertador y mensajes" + }, + "refresh_node": { + "battery_note": "Si el nodo funciona con batería, asegúrate de despertarlo antes de continuar", + "complete": "Refresco del Nodo Finalizado", + "description": "Esto le indicará a OpenZWave que vuelva a entrevistar un nodo y actualice las clases de órdenes, las capacidades y los valores del mismo.", + "node_status": "Estado del Nodo", + "refreshing_description": "Refrescando la información del nodo ...", + "start_refresh_button": "Iniciar Refresco", + "step": "Paso", + "title": "Refrescar Información del Nodo", + "wakeup_header": "Instrucciones para despertar a", + "wakeup_instructions_source": "Las instrucciones para despertarlo se obtienen de la base de datos de dispositivos de la comunidad OpenZWave." } }, "person": { diff --git a/translations/frontend/fr.json b/translations/frontend/fr.json index dd5e569a1d..5a6dcc52ca 100644 --- a/translations/frontend/fr.json +++ b/translations/frontend/fr.json @@ -1656,6 +1656,28 @@ "node_failed": "Nœud Défaillant", "stage": "Étape", "zwave_info": "Informations Z-Wave" + }, + "node_query_stages": { + "associations": "Rafraîchissement les associations et les membres", + "cacheload": "Chargement des informations à partir du fichier de cache OpenZWave. Les nœuds de batterie resteront à cette étape jusqu'à ce que le nœud se réveille.", + "complete": "Le processus d'interrogation est terminé", + "configuration": "Obtention la configuration à partir du nœud", + "dynamic": "Obtention de valeurs fréquemment modifiées du nœud", + "neighbors": "Obtenir une liste des nœuds voisins", + "session": "Obtention de valeurs rarement modifiées du nœud", + "static": "Obtention des valeurs statiques de l'appareil" + }, + "refresh_node": { + "battery_note": "Si le nœud est alimenté par batterie, assurez-vous de l'activer avant de continuer", + "complete": "Actualisation du nœud terminée", + "description": "Cela indiquera à OpenZWave de réinterroger le nœud et de le mettre à jour (commandes, possibilités et valeurs).", + "node_status": "État du nœud", + "refreshing_description": "Rafraîchissement des informations sur le nœud...", + "start_refresh_button": "Démarrer l'actualisation", + "step": "Étape", + "title": "Actualiser les informations du nœud", + "wakeup_header": "Instructions de réveil pour", + "wakeup_instructions_source": "Les instructions de réveil proviennent de la base de données de la communauté OpenZWave." } }, "person": { diff --git a/translations/frontend/fy.json b/translations/frontend/fy.json index 119c6b7034..918eb995c3 100644 --- a/translations/frontend/fy.json +++ b/translations/frontend/fy.json @@ -15,6 +15,9 @@ } }, "state_badge": { + "alarm_control_panel": { + "armed_custom_bypass": "Ynskeakele" + }, "default": { "unknown": "Ûnbek." }, @@ -24,6 +27,10 @@ }, "state": { "alarm_control_panel": { + "armed": "Ynskeakele", + "armed_away": "Ynskeakele ôfwêzich", + "armed_home": "Ynskeakele thús", + "armed_night": "Ynskeakele nacht", "triggered": "Aktivearre" }, "automation": { @@ -86,6 +93,7 @@ }, "default": { "off": "Út", + "on": "Oan", "unavailable": "Net beskikber", "unknown": "Ûnbekend" }, @@ -137,10 +145,32 @@ } }, "ui": { + "card": { + "script": { + "cancel": "Annulearje", + "cancel_multiple": "Annulearje {number}" + }, + "timer": { + "actions": { + "cancel": "Annulearje" + } + }, + "weather": { + "attributes": { + "precipitation": "Delslach" + }, + "high": "Heech", + "low": "Leech" + } + }, "common": { + "cancel": "Annulearje", "loading": "Oan it laden" }, "dialogs": { + "generic": { + "cancel": "Annulearje" + }, "zha_device_info": { "zha_device_card": { "device_name_placeholder": "Feroarje apparaatnamme" @@ -173,6 +203,7 @@ "start": "Opstarte" }, "mqtt": { + "label": "MQTT", "payload": "Payload (opsjoneel)" }, "state": { @@ -181,6 +212,11 @@ } } } + }, + "picker": { + "headers": { + "name": "Namme" + } } }, "helpers": { @@ -200,8 +236,30 @@ } } }, + "mqtt": { + "title": "MQTT" + }, + "scene": { + "picker": { + "headers": { + "name": "Namme" + } + } + }, "script": { - "description": "Meitsje en bewurkje scripts" + "description": "Meitsje en bewurkje scripts", + "picker": { + "headers": { + "name": "Namme" + } + } + }, + "users": { + "picker": { + "headers": { + "name": "Namme" + } + } }, "zha": { "groups": { @@ -211,6 +269,9 @@ "zwave": { "node_config": { "config_value": "Konfiguraasje wearde" + }, + "services": { + "cancel_command": "Opdracht annulearje" } } }, @@ -228,10 +289,14 @@ "playback_title": "Berjocht ôfspylje" }, "profile": { + "dashboard": { + "dropdown_label": "Dashboard", + "header": "Dashboard" + }, "themes": { "dark_mode": { "dark": "Tsjuster", - "light": "ljocht" + "light": "Ljocht" }, "primary_color": "Primêre kleur" } diff --git a/translations/frontend/ko.json b/translations/frontend/ko.json index 0a74b9f1ea..f525c91cad 100644 --- a/translations/frontend/ko.json +++ b/translations/frontend/ko.json @@ -870,11 +870,11 @@ "label": "횟수" }, "until": { - "conditions": "~일 때 까지 (조건)", + "conditions": "~일 때 까지 조건", "label": "~일 때 까지" }, "while": { - "conditions": "~인 동안 (조건)", + "conditions": "~인 동안 조건", "label": "~인 동안" } } diff --git a/translations/frontend/lb.json b/translations/frontend/lb.json index 39803ff861..91c2754fc2 100644 --- a/translations/frontend/lb.json +++ b/translations/frontend/lb.json @@ -833,6 +833,15 @@ "name": "Aktioun", "type_select": "Aktioun Typ", "type": { + "choose": { + "add_option": "Optioun dobäisetzen", + "conditions": "Konditiounen", + "default": "Standard Aktiounen", + "label": "Auswielen", + "option": "Optioun {number}", + "remove_option": "Optioun läschen", + "sequence": "Aktiounen" + }, "condition": { "label": "Konditioun" }, @@ -852,6 +861,24 @@ "label": "Evenement starten", "service_data": "Service-Donnéeën" }, + "repeat": { + "label": "Widderhuelen", + "sequence": "Aktiounen", + "type_select": "Widderhuelen Typ", + "type": { + "count": { + "label": "Ziel" + }, + "until": { + "conditions": "Bis Konditiounen", + "label": "Bis" + }, + "while": { + "conditions": "Während Konditiounen", + "label": "Während" + } + } + }, "scene": { "label": "Zeen aktivéieren" }, @@ -1619,6 +1646,30 @@ "title": "MQTT", "topic": "Sujet" }, + "ozw": { + "common": { + "node_id": "Node ID", + "zwave": "Z-Wave" + }, + "node_query_stages": { + "complete": "Interview Prozess ass komplett", + "configuration": "Konfiguratiounswerter vum Node kréien", + "instances": "Detailer kréien iwwert wéieng Instanzen oder Kanäl en Apparat ënnerstëtzt", + "manufacturerspecific2": "Zousätzlech Hiersteller a Produkt ID Coden vum Node kréien", + "neighbors": "Eng Lëscht vun den Nopere vum Node kréien", + "static": "Statesch Wäerter vum Apparat kréien", + "versions": "Informatioun kréien iwwert Firmware a Kommando Klass Versiounen" + }, + "refresh_node": { + "complete": "Aktualiséierung vun den Node Informatioune komplett", + "node_status": "Status vum Node", + "refreshing_description": "Node Informatiounen aktualiséieren...", + "start_refresh_button": "Aktualiséierung starten", + "step": "Schrëtt", + "title": "Node Informatiounen aktualiséieren", + "wakeup_header": "Instruktioune fir d'erwäche vun" + } + }, "person": { "add_person": "Persoun dobäisetzen", "caption": "Persounen", @@ -2385,6 +2436,9 @@ "para_migrate": "Home Assistant kann ID's zu all äre Kaarten automatesch dobäisetzen andeem dir de Knäppche 'Konfiguratioun migréieren' dréckt.", "para_no_id": "Dëst Element huet keng ID. Definéiert w.e.g. eng ID fir dëst Element am 'ui-lovelace.yaml'." }, + "move_card": { + "header": "Vue auswielen wou d'Kaart geréckelt soll ginn." + }, "raw_editor": { "confirm_remove_config_text": "Mir erstellen automatesch är Lovelace Usiichte mat äre Beräicher an Apparaten wann dir är Lovelace Konfiguratioun läscht.", "confirm_remove_config_title": "Sécher fir är Lovelace Konfiguratioun ze läschen? Mir erstellen automatesch är Lovelace Usiichte mat äre Beräicher an Apparaten.", @@ -2412,6 +2466,10 @@ "yaml_control": "Fir d'Kontroll am YAML Modus z'iwwerhuelen, erstell ee YAML Fichier mam Numm deen an der Konfiguratioun vun dësem Tableau de Bord uginn ass, oder de Standard 'ui-lovelace.yaml'", "yaml_mode": "Du benotz de YAML Modus fir dësen Tableau de Bord, dëst bedeit dass du d'Lovelace Konfiguratioun net kanns aus dem Benotzer Interface änneren. Wann's du Lovelace vum Benotzer Interface aus wëlls änneren, läsch de 'mode: yaml' aus denger Lovelace Konfiguratioun am 'configuration.yaml'" }, + "select_view": { + "dashboard_label": "Tableau de Bord", + "header": "Vue auswielen" + }, "suggest_card": { "add": "Zu Lovelace bäisetzen", "create_own": "Aner Kaart auswielen", @@ -2729,10 +2787,18 @@ "header": "Verbindung autmatesch zoumaachen" }, "themes": { + "accent_color": "Faarf vum Accent", + "dark_mode": { + "auto": "Auto", + "dark": "Däischter", + "light": "Hell" + }, "dropdown_label": "Thema", "error_no_theme": "Keen Thema disponibel", "header": "Thema", - "link_promo": "Méi iwwert Thema liesen" + "link_promo": "Méi iwwert Thema liesen", + "primary_color": "Primär Faarf", + "reset": "Reset" }, "vibrate": { "description": "Vibratioun op dësem Apparat un oder ausschalte wann aner Apparater gesteiert ginn.", diff --git a/translations/frontend/nb.json b/translations/frontend/nb.json index 36496f4f21..6a5167233e 100644 --- a/translations/frontend/nb.json +++ b/translations/frontend/nb.json @@ -1656,6 +1656,37 @@ "node_failed": "Noden mislyktes", "stage": "Scene", "zwave_info": "Z-Wave Info" + }, + "node_query_stages": { + "associations": "Oppdatere tilknytningsgrupper og medlemskap", + "cacheload": "Laste inn informasjon fra Cachefilen for OpenZWave. Batterinoder vil bli på dette stadiet til noden våkner.", + "complete": "Intervjuprosessen er fullført", + "configuration": "Innhenting av konfigurasjonsverdier fra noden", + "dynamic": "Få ofte endrede verdier fra noden", + "instances": "Innhenting av detaljer om hvilke forekomster eller kanaler en enhet støtter", + "manufacturerspecific1": "Hente produsent- og produkt-ID-koder fra noden", + "manufacturerspecific2": "Hente flere produsent- og produkt-ID-koder fra noden", + "neighbors": "Få en liste over nodens naboer", + "nodeinfo": "Innhenting av støttede kommandoklasser fra noden", + "nodeplusinfo": "Innhenting av Z-Wave + informasjon fra noden", + "probe": "Kontrollere om noden er våken/levende", + "protocolinfo": "Få grunnleggende Z-Wave-funksjoner i denne noden fra kontrolleren", + "session": "\nFå sjelden endrede verdier fra noden", + "static": "Innhenting av statiske verdier fra enheten", + "versions": "Hente informasjon om fastvare- og kommandoklasseversjoner", + "wakeup": "Sette opp støtte for vekkingskøer og meldinger" + }, + "refresh_node": { + "battery_note": "Hvis noden er batteridrevet, må du passe på å vekke den før du fortsetter", + "complete": "Node oppdatering fullført", + "description": "Dette vil fortelle OpenZWave å re-intervjue en node og oppdatere nodens kommandoklasser, evner og verdier.", + "node_status": "Node-status", + "refreshing_description": "Oppdaterer nodeinformasjon...", + "start_refresh_button": "Start oppdatering", + "step": "Steg", + "title": "Oppdater nodeinformasjon", + "wakeup_header": "Wakeup Instruksjoner for", + "wakeup_instructions_source": "Wakeup-instruksjoner hentes fra OpenZWave-fellesskapets enhetsdatabase." } }, "person": { diff --git a/translations/frontend/pt.json b/translations/frontend/pt.json index e47bae1da7..06c63122e4 100644 --- a/translations/frontend/pt.json +++ b/translations/frontend/pt.json @@ -1655,6 +1655,12 @@ "device_info": { "node_failed": "Falha no nó", "zwave_info": "Informações sobre Z-Wave" + }, + "refresh_node": { + "node_status": "Estado do Nó", + "refreshing_description": "A atualizar as informações do nó ...", + "start_refresh_button": "Iniciar atualização", + "step": "Passo" } }, "person": { diff --git a/translations/frontend/ru.json b/translations/frontend/ru.json index 6abedb94c4..208f067158 100644 --- a/translations/frontend/ru.json +++ b/translations/frontend/ru.json @@ -1656,6 +1656,37 @@ "node_failed": "Ошибка узла", "stage": "Этап", "zwave_info": "Информация о Z-Wave" + }, + "node_query_stages": { + "associations": "Обновление ассоциативных групп и членства", + "cacheload": "Загрузка информации из кеш-файла OpenZWave. Узлы батареи останутся на этом этапе, пока узел не проснется.", + "complete": "Процесс интервьюирования завершен", + "configuration": "Получение значений конфигурации от узла", + "dynamic": "Получение часто меняющихся значений от узла", + "instances": "Получение сведений о том, какие экземпляры или каналы поддерживает устройство", + "manufacturerspecific1": "Получение идентификационных кодов производителя и продукта от узла", + "manufacturerspecific2": "Получение дополнительных кодов производителя и идентификатора продукта от узла", + "neighbors": "Получение списка соседних узлов", + "nodeinfo": "Получение поддерживаемых классов команд от узла", + "nodeplusinfo": "Получение информации Z-Wave+ от узла", + "probe": "Проверка активности узла", + "protocolinfo": "Получение базовых возможностей этого узла от контроллера", + "session": "Получение редко меняющихся значений от узла", + "static": "Получение статических значений от устройства", + "versions": "Получение информации о версиях прошивки и классов команд", + "wakeup": "Настройка поддержки очередей пробуждения и сообщений" + }, + "refresh_node": { + "battery_note": "Если узел работает от батареи, обязательно разбудите его, прежде чем продолжить", + "complete": "Обновление узла завершено", + "description": "Повторный опрос узла и обновление классов команд, возможностей и значений узла.", + "node_status": "Статус узла", + "refreshing_description": "Обновление информации об узле ...", + "start_refresh_button": "Начать обновление", + "step": "Шаг", + "title": "Обновить информацию об узле", + "wakeup_header": "Инструкции по пробуждению для", + "wakeup_instructions_source": "Инструкции по пробуждению взяты из базы данных устройств сообщества OpenZWave." } }, "person": { diff --git a/translations/frontend/zh-Hans.json b/translations/frontend/zh-Hans.json index d7ccb3da20..6f350d1bb0 100644 --- a/translations/frontend/zh-Hans.json +++ b/translations/frontend/zh-Hans.json @@ -1656,6 +1656,37 @@ "node_failed": "节点故障", "stage": "阶段", "zwave_info": "Z-Wave 信息" + }, + "node_query_stages": { + "associations": "正在刷新关联组和成员", + "cacheload": "正在从 OpenZWave 缓存文件加载信息。电池供电的节点将停留在此阶段,直到节点唤醒。", + "complete": "协商完成", + "configuration": "正在从节点获取配置值", + "dynamic": "正在从节点获取频繁更改的值", + "instances": "正在获取设备支持的实例或通道的详细信息", + "manufacturerspecific1": "正在从节点获取制造商和产品 ID 代码", + "manufacturerspecific2": "从节点获取附加制造商和产品 ID 代码", + "neighbors": "正在获取邻居节点的列表", + "nodeinfo": "正在从节点获取受支持的命令类", + "nodeplusinfo": "正在从节点获取 Z-Wave+ 信息", + "probe": "正在检查节点是否处于唤醒状态", + "protocolinfo": "正在从控制器获取此节点的基本 Z-Wave 功能", + "session": "正在从节点获取不经常更改的值", + "static": "正在从设备获取静态值", + "versions": "正在获取固件和命令类版本信息", + "wakeup": "正在设置对唤醒队列和消息的支持" + }, + "refresh_node": { + "battery_note": "如果节点由电池供电,请确保在继续操作之前将其唤醒", + "complete": "节点刷新完成", + "description": "这将通知 OpenZWave 重新访问节点并更新节点的命令类、功能和值。", + "node_status": "节点状态", + "refreshing_description": "正在刷新节点信息...", + "start_refresh_button": "开始刷新", + "step": "步骤", + "title": "刷新节点信息", + "wakeup_header": "唤醒方法:", + "wakeup_instructions_source": "唤醒方法来自 OpenZWave 社区设备数据库。" } }, "person": {