[ci skip] Translation update

This commit is contained in:
HomeAssistant Azure 2020-10-07 00:32:14 +00:00
parent 17ffdb0247
commit 45b2fc590b
10 changed files with 38 additions and 12 deletions

View File

@ -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",

View File

@ -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 couldnt 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?",

View File

@ -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",

View File

@ -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",

View File

@ -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",

View File

@ -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": {

View File

@ -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": {

View File

@ -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": {

View File

@ -2558,7 +2558,7 @@
},
"entities": {
"description": "“实体”卡片是最常见的卡片。它将项目汇聚成列表。",
"edit_special_row": "使用代码编辑器编辑行",
"edit_special_row": "点击编辑按钮可查看该行的详细信息",
"entity_row_editor": "实体行编辑器",
"entity_row": {
"attribute": "属性",

View File

@ -2558,7 +2558,7 @@
},
"entities": {
"description": "實體列表面板為最常用的面板。將實體分組為列表使用。",
"edit_special_row": "使用編碼編輯器編輯",
"edit_special_row": "點選編輯按鈕以檢視此列詳細資訊",
"entity_row_editor": "實體編輯器",
"entity_row": {
"attribute": "屬性",