From 64d3511fbcc76b0495dbf7ad3bb2fa3394d904eb Mon Sep 17 00:00:00 2001 From: HomeAssistant Azure Date: Tue, 25 Aug 2020 00:32:10 +0000 Subject: [PATCH] [ci skip] Translation update --- translations/frontend/ca.json | 71 ++++++++++++++++++++++++++++++-- translations/frontend/de.json | 2 +- translations/frontend/en.json | 77 ++++++++++++++++++++++++++++++++++- translations/frontend/it.json | 73 +++++++++++++++++++++++++++++++-- translations/frontend/nb.json | 1 + 5 files changed, 215 insertions(+), 9 deletions(-) diff --git a/translations/frontend/ca.json b/translations/frontend/ca.json index 28184bc2eb..dd040e1f7d 100644 --- a/translations/frontend/ca.json +++ b/translations/frontend/ca.json @@ -554,6 +554,10 @@ "loading_history": "Carregant historial d'estats...", "no_history_found": "No s'ha trobat cap historial d'estats." }, + "picture-upload": { + "label": "Imatge", + "unsupported_format": "Format no compatible, tria una imatge JPEG, PNG o GIF." + }, "related-items": { "area": "Àrea", "automation": "Part de les següents automatitzacions", @@ -656,6 +660,9 @@ "required_error_msg": "Aquest camp és obligatori", "yaml_not_editable": "La configuració d'aquesta entitat no es pot editar des de la interfície d'usuari. Només es poden editar des de la interfície aquelles entitats que s'han configurat des d'ella." }, + "image_cropper": { + "crop": "Retalla" + }, "more_info_control": { "dismiss": "Desestimar el diàleg", "edit": "Edita entitat", @@ -892,7 +899,7 @@ "wait_template": "Plantilla d'espera" } }, - "unsupported_action": "Acció {action} no suportada." + "unsupported_action": "Acció no suportada per la UI: {action}" }, "alias": "Nom", "conditions": { @@ -958,7 +965,7 @@ "zone": "Zona" } }, - "unsupported_condition": "Condició {condition} no suportada." + "unsupported_condition": "Condició no suportada per la UI: {condition}" }, "default_name": "Nova automatització", "description": { @@ -1050,6 +1057,9 @@ "sunrise": "a l'Alba", "sunset": "al Capvespre" }, + "tag": { + "label": "Etiqueta" + }, "template": { "label": "Plantilla", "value_template": "Plantilla de valor" @@ -1077,7 +1087,7 @@ "zone": "Zona" } }, - "unsupported_platform": "Plataforma {platform} no suportada." + "unsupported_platform": "Plataforma no suportada per la UI: {platform}" }, "unsaved_confirm": "Hi ha canvis no desats. Segur que vols sortir?" }, @@ -1327,6 +1337,7 @@ "caption": "Dispositius", "confirm_delete": "Estàs segur que vols eliminar aquest dispositiu?", "confirm_rename_entity_ids": "Vols, també, canviar el nom dels ID's d'entitat de les entitats?", + "confirm_rename_entity_ids_warning": "Això no canviarà cap configuració (com automatitzacions, scripts, escenes, Lovelace) que estigui utilitzant aquestes entitats, les hauràs d'actualitzar tu mateix.", "data_table": { "area": "Àrea", "battery": "Bateria", @@ -1657,9 +1668,36 @@ "stage": "Etapa", "zwave_info": "Informació Z-Wave" }, + "node_query_stages": { + "associations": "Actualitzant de grups d'associacions i membres", + "cacheload": "Carregant informació del fitxer de memòria cau d'OpenZWave. Els nodes amb bateria romandran en aquesta fase fins que es despertin.", + "complete": "Procés de consulta completat", + "configuration": "Obtenint valors de configuració del node", + "dynamic": "Obtenint valors usualment canviants del node", + "instances": "Obtenint detalls sobre instàncies i canals compatibles amb el dispositiu", + "manufacturerspecific1": "Obtenint fabricant i codis ID de producte del node", + "manufacturerspecific2": "Obtenint fabricant i codis ID de producte addicionals del node", + "neighbors": "Obtenint llista de nodes veïns", + "nodeinfo": "Obtenint classes de comandes compatibles del node", + "nodeplusinfo": "Obtenint informació Z-Wave+ del node", + "probe": "Comprovant si el node està despert", + "protocolinfo": "Obtenint funcions Z-Wave bàsiques del controlador d'aquest node", + "session": "Obtenint valors inusualment canviants del node", + "static": "Obtenint valors estàtics del dispositiu", + "versions": "Obtenint informació de programari i versions de classes de comandes", + "wakeup": "Configurant el suport per a cues i missatges" + }, "refresh_node": { + "battery_note": "Si el node funciona amb bateria, assegura't de que estigui actiu abans de continuar", + "complete": "Actualització del node completa", + "description": "Això farà que OpenZWave torni a consultar el node i n'actualitzi les classes de comandes, funcions i valors.", "node_status": "Estat del node", - "step": "Pas" + "refreshing_description": "Actualitzant la informació del node...", + "start_refresh_button": "Inicia l'actualització", + "step": "Pas", + "title": "Informació d'actualització del node", + "wakeup_header": "Instruccions en despertar de", + "wakeup_instructions_source": "Les instruccions en despertar provenen de la base de dades de dispositius de la comunitat OpenZWave." } }, "person": { @@ -1816,6 +1854,31 @@ } } }, + "tags": { + "add_tag": "Afegeix etiqueta", + "automation_title": "S'escanegi l'etiqueta {name}", + "caption": "Etiquetes", + "create_automation": "Crea una automatització amb una etiqueta", + "description": "Gestiona les etiquetes", + "detail": { + "create": "Crea", + "create_and_write": "Crea i escriu", + "delete": "Elimina", + "description": "Descripció", + "name": "Nom", + "new_tag": "Nova etiqueta", + "tag_id": "ID de l'etiqueta", + "tag_id_placeholder": "Autogenerat si es deixa buit", + "update": "Actualitza" + }, + "edit": "Edita", + "headers": { + "last_scanned": "Últim escaneig", + "name": "Nom" + }, + "no_tags": "Sense etiquetes", + "write": "Escriu" + }, "users": { "add_user": { "caption": "Afegir usuari", diff --git a/translations/frontend/de.json b/translations/frontend/de.json index 6bd1aa079d..a1af0f920d 100644 --- a/translations/frontend/de.json +++ b/translations/frontend/de.json @@ -352,7 +352,7 @@ "arm_away": "Aktivieren - Unterwegs", "arm_custom_bypass": "Benutzerdefinierter Bypass", "arm_home": "Aktivieren - Zuhause", - "arm_night": "Nacht aktiviert", + "arm_night": "Aktivieren - Nacht", "clear_code": "Löschen", "code": "Code", "disarm": "Deaktivieren" diff --git a/translations/frontend/en.json b/translations/frontend/en.json index 24b2f221a9..74d4ca0bcf 100644 --- a/translations/frontend/en.json +++ b/translations/frontend/en.json @@ -419,9 +419,16 @@ "unlock": "Unlock" }, "media_player": { + "browse_media": "Browse media", + "media_next_track": "Next", + "media_play": "Play", + "media_play_pause": "Play/pause", + "media_previous_track": "Previous", "sound_mode": "Sound mode", "source": "Source", - "text_to_speak": "Text to speak" + "text_to_speak": "Text to speak", + "turn_off": "Turn off", + "turn_on": "Turn on" }, "persistent_notification": { "dismiss": "Dismiss" @@ -554,6 +561,22 @@ "loading_history": "Loading state history...", "no_history_found": "No state history found." }, + "media-browser": { + "choose-source": "Choose Source", + "content-type": { + "album": "Album", + "artist": "Artist", + "library": "Library", + "playlist": "Playlist", + "server": "Server" + }, + "media-player-browser": "Media Player Browser", + "no_items": "No items", + "pick": "Pick", + "pick-media": "Pick Media", + "play": "Play", + "play-media": "Play Media" + }, "picture-upload": { "label": "Picture", "unsupported_format": "Unsupported format, please choose a JPEG, PNG or GIF image." @@ -578,6 +601,7 @@ "week": "{count} {count, plural,\n one {week}\n other {weeks}\n}" }, "future": "In {time}", + "just_now": "Just now", "never": "Never", "past": "{time} ago" }, @@ -1318,6 +1342,7 @@ } }, "devices": { + "add_prompt": "No {name} have been added using this device yet. You can add one by clicking the + button above.", "automation": { "actions": { "caption": "When something is triggered..." @@ -1658,7 +1683,11 @@ "topic": "topic" }, "ozw": { + "button": "Configure", "common": { + "controller": "Controller", + "instance": "Instance", + "network": "Network", "node_id": "Node ID", "ozw_instance": "OpenZWave Instance", "zwave": "Z-Wave" @@ -1668,6 +1697,36 @@ "stage": "Stage", "zwave_info": "Z-Wave Info" }, + "navigation": { + "network": "Network", + "nodes": "Nodes", + "select_instance": "Select Instance" + }, + "network_status": { + "details": { + "driverallnodesqueried": "All nodes have been queried", + "driverallnodesqueriedsomedead": "All nodes have been queried. Some nodes were found dead", + "driverawakenodesqueries": "All awake nodes have been queried", + "driverfailed": "Failed to connect to Z-Wave controller", + "driverready": "Initializing the Z-Wave controller", + "driverremoved": "The driver has been removed", + "driverreset": "The driver has been reset", + "offline": "OZWDaemon offline", + "ready": "Ready to connect", + "started": "Connected to MQTT", + "starting": "Connecting to MQTT", + "stopped": "OpenZWave stopped" + }, + "offline": "Offline", + "online": "Online", + "starting": "Starting", + "unknown": "Unknown" + }, + "network": { + "header": "Network Management", + "introduction": "Manage network-wide functions.", + "node_count": "{count} nodes" + }, "node_query_stages": { "associations": "Refreshing association groups and memberships", "cacheload": "Loading information from the OpenZWave cache file. Battery nodes will stay at this stage until the node wakes up.", @@ -1698,6 +1757,14 @@ "title": "Refresh Node Information", "wakeup_header": "Wakeup Instructions for", "wakeup_instructions_source": "Wakeup instructions are sourced from the OpenZWave community device database." + }, + "select_instance": { + "header": "Select an OpenZWave Instance", + "introduction": "You have more than one OpenZWave instance running. Which instance would you like to manage?" + }, + "services": { + "add_node": "Add Node", + "remove_node": "Remove Node" } }, "person": { @@ -1835,6 +1902,7 @@ "person": "Reload persons", "scene": "Reload scenes", "script": "Reload scripts", + "template": "Reload template entities", "zone": "Reload zones" }, "server_management": { @@ -1876,6 +1944,7 @@ "last_scanned": "Last scanned", "name": "Name" }, + "never_scanned": "Never scanned", "no_tags": "No tags", "write": "Write" }, @@ -2200,6 +2269,7 @@ "description": "Templates are rendered using the Jinja2 template engine with some Home Assistant specific extensions.", "editor": "Template editor", "jinja_documentation": "Jinja2 template documentation", + "reset": "Reset to demo template", "template_extensions": "Home Assistant template extensions", "title": "Template", "unknown_error_template": "Unknown error rendering template" @@ -2281,6 +2351,10 @@ "description": "The Button card allows you to add buttons to perform tasks.", "name": "Button" }, + "calendar": { + "description": "The Calendar card displays a calendar including day, week and list views", + "name": "Calendar" + }, "conditional": { "card": "Card", "change_type": "Change type", @@ -2735,6 +2809,7 @@ "intro": "Hello {name}, welcome to Home Assistant. How would you like to name your home?", "intro_location": "We would like to know where you live. This information will help with displaying information and setting up sun-based automations. This data is never shared outside of your network.", "intro_location_detect": "We can help you fill in this information by making a one-time request to an external service.", + "location_name": "Name of your Home Assistant installation", "location_name_default": "Home" }, "integration": { diff --git a/translations/frontend/it.json b/translations/frontend/it.json index fc6980fc46..4989fa4123 100644 --- a/translations/frontend/it.json +++ b/translations/frontend/it.json @@ -554,6 +554,10 @@ "loading_history": "Caricamento storico...", "no_history_found": "Nessuno storico trovato." }, + "picture-upload": { + "label": "Immagine", + "unsupported_format": "Formato non supportato, scegliere un'immagine JPEG, PNG o GIF." + }, "related-items": { "area": "Area", "automation": "Parte delle seguenti automazioni", @@ -656,6 +660,9 @@ "required_error_msg": "Questo campo è obbligatorio", "yaml_not_editable": "Le impostazioni di questa entità non possono essere modificate dall'Interfaccia Utente. Solo le entità impostate dall'Interfaccia Utente sono configurabili dall'Interfaccia Utente." }, + "image_cropper": { + "crop": "Ritaglia" + }, "more_info_control": { "dismiss": "Chiudi finestra di dialogo", "edit": "Modifica entità", @@ -892,7 +899,7 @@ "wait_template": "Modello di attesa" } }, - "unsupported_action": "Azione non supportata: {action}" + "unsupported_action": "Nessun supporto dell'Interfaccia Utente per l'azione: {action}" }, "alias": "Nome", "conditions": { @@ -958,7 +965,7 @@ "zone": "Zona" } }, - "unsupported_condition": "Condizione non supportata: {condition}" + "unsupported_condition": "Nessun supporto dell'Interfaccia Utente per la condizione: {condition}" }, "default_name": "Nuova Automazione", "description": { @@ -1050,6 +1057,9 @@ "sunrise": "Alba", "sunset": "Tramonto" }, + "tag": { + "label": "Etichetta" + }, "template": { "label": "Modello", "value_template": "Valore modello" @@ -1077,7 +1087,7 @@ "zone": "Zona" } }, - "unsupported_platform": "Piattaforma non supportata: {platform}" + "unsupported_platform": "Nessun supporto dell'Interfaccia Utente per la piattaforma: {platform}" }, "unsaved_confirm": "Hai delle modifiche non salvate. Sei sicuro di voler uscire?" }, @@ -1327,6 +1337,7 @@ "caption": "Dispositivi", "confirm_delete": "Sei sicuro di voler eliminare questo dispositivo?", "confirm_rename_entity_ids": "Vuoi anche rinominare gli ID entità delle tue entità?", + "confirm_rename_entity_ids_warning": "Questo non cambierà alcuna configurazione (come automazioni, script, scene, Lovelace) che attualmente utilizza queste entità, dovrai aggiornarle tu stesso.", "data_table": { "area": "Area", "battery": "Batteria", @@ -1656,6 +1667,37 @@ "node_failed": "Nodo non riuscito", "stage": "Fase", "zwave_info": "Informazioni Z-Wave" + }, + "node_query_stages": { + "associations": "Aggiornamento dell'associazione gruppi e appartenenze", + "cacheload": "Caricamento delle informazioni dal file di cache di OpenZWave. I nodi a batteria rimarranno in questa fase fino a quando il nodo non si riattiva.", + "complete": "Il processo di interrogazione è completo", + "configuration": "Recupero dei valori di configurazione dal nodo", + "dynamic": "Recupero di valori che cambiano di frequente dal nodo", + "instances": "Recupero dei dettagli sulle istanze o sui canali supportati da un dispositivo", + "manufacturerspecific1": "Recupero dei codici ID produttore e prodotto dal nodo", + "manufacturerspecific2": "Recupero di ulteriori codici ID prodotto e produttore dal nodo", + "neighbors": "Ottenere un elenco dei vicini del nodo", + "nodeinfo": "Recupero delle classi di comando supportate dal nodo", + "nodeplusinfo": "Recupero delle informazioni Z-Wave+ dal nodo", + "probe": "Controllo se il nodo è sveglio/attivo", + "protocolinfo": "Recupero delle funzionalità di base Z-Wave di questo nodo dal controller", + "session": "Recupero di valori che cambiano di rado dal nodo", + "static": "Recupero di valori statici dal dispositivo", + "versions": "Recupero di informazioni sulle versioni del firmware e della classe di comando", + "wakeup": "Configurazione del supporto per code di riattivazione e messaggi " + }, + "refresh_node": { + "battery_note": "Se il nodo è alimentato a batteria, assicurarsi di riattivarlo prima di procedere", + "complete": "Aggiornamento del nodo completato", + "description": "In questo modo si dirà a OpenZWave di re-interrogare un nodo e aggiornare le classi di comando, le funzionalità e i valori del nodo.", + "node_status": "Stato del nodo", + "refreshing_description": "Aggiornamento delle informazioni sul nodo in corso ...", + "start_refresh_button": "Avvia aggiornamento", + "step": "Passo", + "title": "Aggiorna le informazioni sul nodo", + "wakeup_header": "Istruzioni di riattivazione per", + "wakeup_instructions_source": "Le istruzioni di riattivazione provengono dal database dei dispositivi della comunità di OpenZWave." } }, "person": { @@ -1812,6 +1854,31 @@ } } }, + "tags": { + "add_tag": "Aggiungi Etichetta", + "automation_title": "L'etichetta {name} è scansionata", + "caption": "Etichette", + "create_automation": "Creare un'automazione con l'etichetta", + "description": "Gestisci le etichette", + "detail": { + "create": "Crea", + "create_and_write": "Crea e Scrivi", + "delete": "Cancella", + "description": "Descrizione", + "name": "Nome", + "new_tag": "Nuova Etichetta", + "tag_id": "Id Etichetta", + "tag_id_placeholder": "Autogenerato quando lasciato vuoto", + "update": "Aggiorna" + }, + "edit": "Modifica", + "headers": { + "last_scanned": "Ultima scansione", + "name": "Nome" + }, + "no_tags": "Nessuna etichetta", + "write": "Scrivi" + }, "users": { "add_user": { "caption": "Aggiungi utente", diff --git a/translations/frontend/nb.json b/translations/frontend/nb.json index dacd48e75b..8b549790bf 100644 --- a/translations/frontend/nb.json +++ b/translations/frontend/nb.json @@ -1337,6 +1337,7 @@ "caption": "Enheter", "confirm_delete": "Er du sikker på at du vil slette denne enheten?", "confirm_rename_entity_ids": "Vil du også endre navn på entitets-ID-en for entitetene dine?", + "confirm_rename_entity_ids_warning": "Dette vil ikke endre noen konfigurasjon (som automatiseringer, skript, scener, Lovelace) som bruker disse enhetene, må du oppdatere dem selv.", "data_table": { "area": "Område", "battery": "Batteri",