From 45b2fc590b2e1fac2abe3da09117d50fe485e260 Mon Sep 17 00:00:00 2001 From: HomeAssistant Azure Date: Wed, 7 Oct 2020 00:32:14 +0000 Subject: [PATCH] [ci skip] Translation update --- translations/frontend/ca.json | 2 +- translations/frontend/en.json | 10 +++++++--- translations/frontend/es.json | 2 +- translations/frontend/et.json | 2 +- translations/frontend/nb.json | 2 +- translations/frontend/nl.json | 12 +++++++++++- translations/frontend/pl.json | 6 ++++-- translations/frontend/ro.json | 10 ++++++++++ translations/frontend/zh-Hans.json | 2 +- translations/frontend/zh-Hant.json | 2 +- 10 files changed, 38 insertions(+), 12 deletions(-) diff --git a/translations/frontend/ca.json b/translations/frontend/ca.json index 9ab6cf9d08..4ae28ae15b 100644 --- a/translations/frontend/ca.json +++ b/translations/frontend/ca.json @@ -2558,7 +2558,7 @@ }, "entities": { "description": "La targeta entitats és la més habitual. Agrupa diferents tipus d'entitats en una llista.", - "edit_special_row": "Edita la fila mitjançant l'editor de codi", + "edit_special_row": "Fes clic al botó edita per veure els detalls de la fila", "entity_row_editor": "Editor de files d'entitats", "entity_row": { "attribute": "Atribut", diff --git a/translations/frontend/en.json b/translations/frontend/en.json index 605122b718..89f23ed86f 100644 --- a/translations/frontend/en.json +++ b/translations/frontend/en.json @@ -2004,11 +2004,12 @@ "restart": "Restart", "single": "Single (default)" }, + "save_script": "Save script", "sequence": "Sequence", "sequence_sentence": "The sequence of actions of this script." }, "picker": { - "add_script": "Add script", + "add_script": "Create new script", "edit_script": "Edit script", "header": "Script Editor", "headers": { @@ -2017,6 +2018,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 couldn’t find any editable scripts", + "run_script": "Run script", "show_info": "Show info about script", "trigger_script": "Trigger script" } @@ -2736,11 +2738,13 @@ "edit_card": { "add": "Add Card", "confirm_cancel": "Are you sure you want to cancel?", - "delete": "Delete Card", - "duplicate": "Duplicate Card", + "delete": "Delete card", + "duplicate": "Duplicate card", "edit": "Edit", "header": "Card Configuration", "move": "Move to View", + "move_after": "Move card after", + "move_before": "Move card before", "options": "More options", "pick_card": "Which card would you like to add?", "pick_card_view_title": "Which card would you like to add to your {name} view?", diff --git a/translations/frontend/es.json b/translations/frontend/es.json index b1bf29d934..12ea14d583 100644 --- a/translations/frontend/es.json +++ b/translations/frontend/es.json @@ -2558,7 +2558,7 @@ }, "entities": { "description": "La tarjeta Entidades es el tipo de tarjeta más común. Agrupa los elementos en listas.", - "edit_special_row": "Editar fila usando el editor de código", + "edit_special_row": "Ve los detalles de esta fila haciendo clic en el botón de edición", "entity_row_editor": "Editor de filas de entidades", "entity_row": { "attribute": "Atributo", diff --git a/translations/frontend/et.json b/translations/frontend/et.json index 881f567114..c9fddaed17 100644 --- a/translations/frontend/et.json +++ b/translations/frontend/et.json @@ -2558,7 +2558,7 @@ }, "entities": { "description": "Olemite kaart on kõige levinum kaarditüüp. See rühmitabolemid loenditeks.", - "edit_special_row": "Redigeeri rida koodiredaktori abil", + "edit_special_row": "Selle rea üksikasjade vaatamiseks klõpsa nuppu Muuda", "entity_row_editor": "Olemirea redaktor", "entity_row": { "attribute": "Atribuut", diff --git a/translations/frontend/nb.json b/translations/frontend/nb.json index f535d71973..bc34f0aecd 100644 --- a/translations/frontend/nb.json +++ b/translations/frontend/nb.json @@ -2558,7 +2558,7 @@ }, "entities": { "description": "Entities card er den vanligste typen kort. Den grupperer elementer i lister.", - "edit_special_row": "Rediger rad ved hjelp av kodeditoren", + "edit_special_row": "Vis detaljene for denne raden ved å klikke på redigeringsknappen", "entity_row_editor": "Redigeringsprogram for enhetsrad", "entity_row": { "attribute": "Attributt", diff --git a/translations/frontend/nl.json b/translations/frontend/nl.json index 2cb91c3682..8e7eedad36 100644 --- a/translations/frontend/nl.json +++ b/translations/frontend/nl.json @@ -571,19 +571,27 @@ "no_history_found": "Geen geschiedenis gevonden" }, "logbook": { + "by": "door", + "by_service": "door service", "entries_not_found": "Geen logboekvermeldingen gevonden.", "messages": { "became_unavailable": "is niet meer beschikbaar", "changed_to_state": "gewijzigd in {state}", "cleared_device_class": "niets gedetecteerd (geen {device_class} gedetecteerd)", "detected_device_class": "gedetecteerd {device_class}", + "rose": "roos", + "set": "stel in", "turned_off": "is uitgeschakeld", "turned_on": "is ingeschakeld", "was_at_home": "was thuis", + "was_at_state": "was bij {state}", + "was_away": "was weg", "was_closed": "gesloten", "was_connected": "verbonden", "was_disconnected": "verbroken", "was_locked": "vergrendeld", + "was_low": "was laag", + "was_normal": "was normaal", "was_opened": "geopend", "was_plugged_in": "is aangesloten", "was_safe": "was veilig", @@ -2507,7 +2515,9 @@ "toggle": "Schakelaar", "url": "Url" }, - "editor_service_data": "Servicegegevens kunnen alleen worden ingevoerd in de code-editor" + "editor_service_data": "Servicegegevens kunnen alleen worden ingevoerd in de code-editor", + "navigation_path": "Navigatiepad", + "url_path": "URL-pad" }, "card": { "alarm-panel": { diff --git a/translations/frontend/pl.json b/translations/frontend/pl.json index 0fa6c91ba8..9470b1c09c 100644 --- a/translations/frontend/pl.json +++ b/translations/frontend/pl.json @@ -578,7 +578,7 @@ "became_unavailable": "jest niedostępny(-a)", "changed_to_state": "zmienił(-a) się na {state}", "cleared_device_class": "brak (nie {device_class} ruchu)", - "detected_device_class": "{device_class} ruch", + "detected_device_class": "wykryto {device_class}", "rose": "podniosło się", "set": "ustaw", "turned_off": "wyłączony(-a)", @@ -594,8 +594,10 @@ "was_normal": "był normalny", "was_opened": "zostały(-o) otwarte(-a)", "was_plugged_in": "został(-a) podłączony(-a)", + "was_safe": "nie było zagrożenia", "was_unlocked": "został otwarty", - "was_unplugged": "został(-a) odłączony(-a)" + "was_unplugged": "został(-a) odłączony(-a)", + "was_unsafe": "było zagrożenie" } }, "media-browser": { diff --git a/translations/frontend/ro.json b/translations/frontend/ro.json index 0262cb7b0d..35438e7cf0 100644 --- a/translations/frontend/ro.json +++ b/translations/frontend/ro.json @@ -1978,7 +1978,17 @@ }, "entities": { "description": "Cardul Entities este cel mai comun tip de card. Acesta grupează elementele împreună în liste.", + "entity_row_editor": "Editează rândul entității", "name": "Entități", + "secondary_info_values": { + "brightness": "Luminozitate", + "entity-id": "ID-ul entității", + "last-changed": "Schimbat Ultima Dată", + "last-triggered": "Accesat Ultima Dată", + "none": "NU există informații suplimentare", + "position": "Poziție", + "tilt-position": "Înclinare" + }, "toggle": "Schimbati entitatile" }, "entity-filter": { diff --git a/translations/frontend/zh-Hans.json b/translations/frontend/zh-Hans.json index af09075871..4d3b801081 100644 --- a/translations/frontend/zh-Hans.json +++ b/translations/frontend/zh-Hans.json @@ -2558,7 +2558,7 @@ }, "entities": { "description": "“实体”卡片是最常见的卡片。它将项目汇聚成列表。", - "edit_special_row": "使用代码编辑器编辑行", + "edit_special_row": "点击编辑按钮可查看该行的详细信息", "entity_row_editor": "实体行编辑器", "entity_row": { "attribute": "属性", diff --git a/translations/frontend/zh-Hant.json b/translations/frontend/zh-Hant.json index 6504b05bca..9dc59696d1 100644 --- a/translations/frontend/zh-Hant.json +++ b/translations/frontend/zh-Hant.json @@ -2558,7 +2558,7 @@ }, "entities": { "description": "實體列表面板為最常用的面板。將實體分組為列表使用。", - "edit_special_row": "使用編碼編輯器編輯", + "edit_special_row": "點選編輯按鈕以檢視此列詳細資訊", "entity_row_editor": "實體編輯器", "entity_row": { "attribute": "屬性",