From 46f55895301d37cd8e7b54404f37940b8b52468e Mon Sep 17 00:00:00 2001 From: HomeAssistant Azure Date: Fri, 20 Nov 2020 00:32:27 +0000 Subject: [PATCH] [ci skip] Translation update --- translations/frontend/ca.json | 54 +++++++++++++++++++++- translations/frontend/cs.json | 28 +++++++++++ translations/frontend/de.json | 4 ++ translations/frontend/en.json | 11 +++-- translations/frontend/es.json | 52 +++++++++++++++++++++ translations/frontend/et.json | 52 +++++++++++++++++++++ translations/frontend/fr.json | 58 ++++++++++++++++++++++- translations/frontend/is.json | 62 +++++++++++++++++++++++++ translations/frontend/it.json | 74 +++++++++++++++++++++++++----- translations/frontend/ja.json | 34 +++++++++++++- translations/frontend/ko.json | 54 ++++++++++++++++++++++ translations/frontend/nb.json | 42 +++++++++++++++++ translations/frontend/nl.json | 52 +++++++++++++++++++++ translations/frontend/pl.json | 30 ++++++++++++ translations/frontend/pt.json | 16 +++---- translations/frontend/ru.json | 7 +++ translations/frontend/sl.json | 52 +++++++++++++++++++++ translations/frontend/zh-Hans.json | 62 +++++++++++++++++++++++-- translations/frontend/zh-Hant.json | 52 +++++++++++++++++++++ 19 files changed, 762 insertions(+), 34 deletions(-) diff --git a/translations/frontend/ca.json b/translations/frontend/ca.json index cdc03b398d..8dc9b501f4 100644 --- a/translations/frontend/ca.json +++ b/translations/frontend/ca.json @@ -547,6 +547,11 @@ "clear": "Esborra", "show_areas": "Mostra àrees" }, + "blueprint-picker": { + "add_user": "Afegeix usuari", + "remove_user": "Elimina usuari", + "select_blueprint": "Selecciona un plànol" + }, "data-table": { "no-data": "No hi ha dades", "search": "Cerca" @@ -1046,6 +1051,20 @@ "automation": { "caption": "Automatització", "description": "Gestiona les automatitzacions", + "dialog_new": { + "blueprint": { + "use_blueprint": "Utilitza un plànol" + }, + "header": "Creació d'una nova automatització", + "how": "Com vols crear la nova automatització?", + "start_empty": "Comença amb una automatització buida", + "thingtalk": { + "create": "Crea", + "header": "Descriu l'automatització que vols crear", + "input_label": "Què vols que faci aquesta automatització?", + "intro": "I intentarem crear-la per tu. Per exemple: \"Turn the light on when I leave\"." + } + }, "editor": { "actions": { "add": "Afegir acció", @@ -1126,6 +1145,14 @@ "unsupported_action": "La UI no és compatible amb l'acció: {action}" }, "alias": "Nom", + "blueprint": { + "blueprint_to_use": "Plànol a utilitzar", + "header": "Plànol", + "inputs": "Entrades", + "manage_blueprints": "Gestiona els plànols", + "no_blueprints": "No tens plànols", + "no_inputs": "Aquest plànol no té entrades." + }, "conditions": { "add": "Afegir condició", "delete": "Elimina", @@ -1362,12 +1389,37 @@ "error_empty": "Introdueix alguna ordre o prem a omet.", "error_unsupported": "No hem pogut crear una automatització per a això (encara?).", "for_example": "Per exemple:", - "header": "Crea una nova automatització", + "header": "Creació d'una nova automatització", "introduction": "Escriu a continuació el que hauria de fer l'automatització i intentarem convertir-ho en una automatització de Home Assistant.", "language_note": "Nota: ara per are només s'admet en anglès" } } }, + "blueprint": { + "add": { + "error_no_url": "Introdueix l'URL del plànol.", + "header": "Afegiu plànol nou", + "import_btn": "Importa plànol", + "import_header": "Importa {name} ({domain})", + "import_introduction": "Pots importar plànols d'altres usuaris des de Github i fòrums de la comunitat. Introdueix, a sota, l'URL del plànol.", + "importing": "Important plànol", + "save_btn": "Desa plànol", + "saving": "Desant plànol...", + "url": "URL del plànol" + }, + "caption": "Plànols", + "description": "Gestiona els plànols", + "overview": { + "confirm_delete_header": "Eliminar aquest plànol?", + "confirm_delete_text": "Segur que vols eliminar aquest plànol?", + "header": "Editor de plànols", + "headers": { + "name": "Nom" + }, + "introduction": "L'editor de plànols et permet crear i editar plànols.", + "learn_more": "Més informació sobre els plànols" + } + }, "cloud": { "account": { "alexa": { diff --git a/translations/frontend/cs.json b/translations/frontend/cs.json index f181e55837..2d340958f3 100644 --- a/translations/frontend/cs.json +++ b/translations/frontend/cs.json @@ -547,6 +547,10 @@ "clear": "Vymazat", "show_areas": "Zobrazit oblasti" }, + "blueprint-picker": { + "add_user": "Přidat uživatele", + "remove_user": "Odebrat uživatele" + }, "data-table": { "no-data": "Žádná data", "search": "Hledat" @@ -1046,6 +1050,17 @@ "automation": { "caption": "Automatizace", "description": "Správa automatizací", + "dialog_new": { + "header": "Vytvoření automatizace", + "how": "Jak chcete vytvořit svou novou automatizaci?", + "start_empty": "Začněte s prázdnou automatizací", + "thingtalk": { + "create": "Vytvořit", + "header": "Popište automatizaci, kterou chcete vytvořit", + "input_label": "Co by měla tato automatizace dělat?", + "intro": "A pokusíme se ji pro vás vytvořit. Například: Po odchodu zhasnout světla." + } + }, "editor": { "actions": { "add": "Přidat akci", @@ -1126,6 +1141,9 @@ "unsupported_action": "Akce {action} není podporována v uživatelském rozhraní" }, "alias": "Název", + "blueprint": { + "inputs": "Vstupy" + }, "conditions": { "add": "Přidat podmínku", "delete": "Smazat", @@ -1368,6 +1386,16 @@ } } }, + "blueprint": { + "add": { + "import_header": "Importovat {name} ({domain})" + }, + "overview": { + "headers": { + "name": "Jméno" + } + } + }, "cloud": { "account": { "alexa": { diff --git a/translations/frontend/de.json b/translations/frontend/de.json index 2cb7dca751..78c373c11c 100644 --- a/translations/frontend/de.json +++ b/translations/frontend/de.json @@ -547,6 +547,10 @@ "clear": "Löschen", "show_areas": "Bereiche anzeigen" }, + "blueprint-picker": { + "add_user": "Benutzer hinzufügen", + "remove_user": "Benutzer entfernen" + }, "data-table": { "no-data": "Keine Daten", "search": "Suche" diff --git a/translations/frontend/en.json b/translations/frontend/en.json index 3fe052e20f..19c6cfaa96 100644 --- a/translations/frontend/en.json +++ b/translations/frontend/en.json @@ -1397,21 +1397,22 @@ }, "blueprint": { "add": { - "error_no_url": "Please enter the url of the blueprint.", + "error_no_url": "Please enter the URL of the blueprint.", "header": "Add new blueprint", "import_btn": "Import blueprint", "import_header": "Import {name} ({domain})", - "import_introduction": "You can import Blueprints of other users from Github and the community forums. Enter the url of the Blueprint below.", + "import_introduction": "You can import blueprints of other users from Github and the community forums. Enter the URL of the blueprint below.", "importing": "Importing blueprint...", "save_btn": "Save blueprint", "saving": "Saving blueprint...", - "url": "Url of the blueprint" + "url": "URL of the blueprint" }, "caption": "Blueprints", "description": "Manage blueprints", "overview": { - "confirm_delete_header": "Delete this Blueprint?", - "confirm_delete_text": "Are you sure you want to delete this Blueprint", + "add_blueprint": "Add blueprint", + "confirm_delete_header": "Delete this blueprint?", + "confirm_delete_text": "Are you sure you want to delete this blueprint", "header": "Blueprint Editor", "headers": { "name": "Name" diff --git a/translations/frontend/es.json b/translations/frontend/es.json index 7a741847ce..fd0c9c83da 100644 --- a/translations/frontend/es.json +++ b/translations/frontend/es.json @@ -547,6 +547,11 @@ "clear": "Limpiar", "show_areas": "Mostrar áreas" }, + "blueprint-picker": { + "add_user": "Añadir usuario", + "remove_user": "Eliminar usuario", + "select_blueprint": "Selecciona un plano" + }, "data-table": { "no-data": "Sin datos", "search": "Buscar" @@ -1046,6 +1051,20 @@ "automation": { "caption": "Automatizaciones", "description": "Administra las automatizaciones", + "dialog_new": { + "blueprint": { + "use_blueprint": "Usa un plano" + }, + "header": "Crear una nueva automatización", + "how": "¿Cómo quieres crear tu nueva automatización?", + "start_empty": "Empezar con una automatización vacía", + "thingtalk": { + "create": "Crear", + "header": "Describe la automatización que quieres crear", + "input_label": "¿Qué debería hacer esta automatización?", + "intro": "E intentaremos crearla para ti. Por ejemplo: Apaga las luces cuando me vaya." + } + }, "editor": { "actions": { "add": "Añadir acción", @@ -1126,6 +1145,14 @@ "unsupported_action": "No hay soporte en la IU para la acción: {action}" }, "alias": "Nombre", + "blueprint": { + "blueprint_to_use": "Plano a utilizar", + "header": "Plano", + "inputs": "Entradas", + "manage_blueprints": "Administrar planos", + "no_blueprints": "No tienes ningún plano", + "no_inputs": "Este plano no tiene ninguna entrada." + }, "conditions": { "add": "Añadir condición", "delete": "Eliminar", @@ -1368,6 +1395,31 @@ } } }, + "blueprint": { + "add": { + "error_no_url": "Por favor, introduce la URL del plano.", + "header": "Añadir nuevo plano", + "import_btn": "Importar plano", + "import_header": "Importar {name} ({domain})", + "import_introduction": "Puedes importar planos de otros usuarios desde Github y los foros de la comunidad. Introduce la URL del plano a continuación.", + "importing": "Importando plano...", + "save_btn": "Guardar plano", + "saving": "Guardando plano...", + "url": "URL del plano" + }, + "caption": "Planos", + "description": "Administrar planos", + "overview": { + "confirm_delete_header": "¿Eliminar este plano?", + "confirm_delete_text": "¿Estás seguro de que quieres borrar este plano?", + "header": "Editor de planos", + "headers": { + "name": "Nombre" + }, + "introduction": "El editor de planos te permite crear y editar planos.", + "learn_more": "Más información sobre planos" + } + }, "cloud": { "account": { "alexa": { diff --git a/translations/frontend/et.json b/translations/frontend/et.json index 92dec515ae..60cd35142f 100644 --- a/translations/frontend/et.json +++ b/translations/frontend/et.json @@ -547,6 +547,11 @@ "clear": "Puhasta", "show_areas": "Näita alasid" }, + "blueprint-picker": { + "add_user": "Lisa kasutaja", + "remove_user": "Kustuta kasutaja", + "select_blueprint": "Kavandi valimine" + }, "data-table": { "no-data": "Andmeid pole", "search": "Otsing" @@ -1046,6 +1051,20 @@ "automation": { "caption": "Automatiseeringud", "description": "Loo ja redigeeri automatiseeringuid", + "dialog_new": { + "blueprint": { + "use_blueprint": "Kasuta kavandit" + }, + "header": "Loo uus automatiseering", + "how": "Kuidas soovid luua oma uue automaatiseeringu?", + "start_empty": "Loo tühi automaatiseering", + "thingtalk": { + "create": "Loo", + "header": "Kirjelda automatiseeringut mida soovid luua", + "input_label": "Mida peaks see automatiseering tegema?", + "intro": "Me püüame selle Sulle luua. Näiteks: lülita tuled välja kui ma lahkun." + } + }, "editor": { "actions": { "add": "Lisa toiming", @@ -1126,6 +1145,14 @@ "unsupported_action": "Kasutajaliides ei toeta tegevust: {action}" }, "alias": "Nimi", + "blueprint": { + "blueprint_to_use": "Kasutatav kavand", + "header": "", + "inputs": "Sisendid", + "manage_blueprints": "Kavandite haldamine", + "no_blueprints": "Kavandid puuduvad", + "no_inputs": "Sellel kavandil puuduvad sisendid." + }, "conditions": { "add": "Lisa tingimus", "delete": "Kustuta", @@ -1368,6 +1395,31 @@ } } }, + "blueprint": { + "add": { + "error_no_url": "Sisesta kavandi URL.", + "header": "Uue kavandi lisamine", + "import_btn": "Impordi kavand", + "import_header": "Impordi {name} ( {domain} )", + "import_introduction": "Teiste kasutajate kavandeid saad importida Githubist ja kogukonna foorumitest. Sisesta alloleva kavandi URL.", + "importing": "Kavandi importimine ...", + "save_btn": "Salvesta kavand", + "saving": "Kavandi salvestamine ...", + "url": "Kavandi URL" + }, + "caption": "", + "description": "Kavandite haldamine", + "overview": { + "confirm_delete_header": "Kas kustutada see kavand?", + "confirm_delete_text": "Kas soovid kindlasti selle kavandi kustutada?", + "header": "Kavandi redaktor", + "headers": { + "name": "Nimi" + }, + "introduction": "Kavandite redaktor võimaldab luua ja muuta kavandeid.", + "learn_more": "Lisateave kavandite kohta" + } + }, "cloud": { "account": { "alexa": { diff --git a/translations/frontend/fr.json b/translations/frontend/fr.json index dfd0b17426..dadfdfb93e 100644 --- a/translations/frontend/fr.json +++ b/translations/frontend/fr.json @@ -547,6 +547,11 @@ "clear": "Effacer", "show_areas": "Afficher les pièces" }, + "blueprint-picker": { + "add_user": "Ajouter un utilisateur", + "remove_user": "Supprimer l'utilisateur", + "select_blueprint": "Sélectionnez un plan" + }, "data-table": { "no-data": "Pas de données", "search": "Chercher" @@ -685,7 +690,7 @@ "future": "Dans {time}", "future_duration": { "day": "Dans {count} {count, plural,\n one {day}\n other {days}\n}", - "hour": "Dans {count} {count, plural,\n one {hour}\n other {hours}\n}", + "hour": "Dans {count} {count, plural,\n one {heure}\n other {heures}\n}", "minute": "Dans {count} {count, plural,\n one {minute}\n other {minutes}\n}", "second": "Dans {count} {count, plural,\n one {second}\n other {seconds}\n}", "week": "Dans {count} {count, plural,\n one {week}\n other {weeks}\n}" @@ -695,7 +700,7 @@ "past": "Il y a {time}", "past_duration": { "day": "Il y a {count} {count, plural,\n one {day}\n other {days}\n}", - "hour": "Il y a {count} {count, plural,\n one {hour}\n other {hours}\n}", + "hour": "Il y a {count} {count, plural,\n one {heure}\n other {heures}\n}", "minute": "Il y a {count} {count, plural,\n one {minute}\n other {minutes}\n}", "second": "Il y a {count} {count, plural,\n one {second}\n other {seconds}\n}", "week": "Il y a {count} {count, plural,\n one {week}\n other {weeks}\n}" @@ -1041,6 +1046,20 @@ "automation": { "caption": "Automatisations", "description": "Créer et modifier des automatisations", + "dialog_new": { + "blueprint": { + "use_blueprint": "Utiliser un plan" + }, + "header": "Créer une nouvelle automatisation", + "how": "Comment souhaitez-vous créer votre nouvelle automatisation?", + "start_empty": "Commencer par une automatisation vide", + "thingtalk": { + "create": "Créer", + "header": "Décrivez l'automatisation que vous souhaitez créer", + "input_label": "Que devrait faire cette automatisation ?", + "intro": "Et nous essaierons de le créer pour vous. Par exemple: éteignez les lumières lorsque je pars." + } + }, "editor": { "actions": { "add": "Ajouter une action", @@ -1121,6 +1140,14 @@ "unsupported_action": "Pas d'interface utilisateur pour l'action : {action}" }, "alias": "Nom", + "blueprint": { + "blueprint_to_use": "Plan à utiliser", + "header": "Plan", + "inputs": "Entrées", + "manage_blueprints": "Gérer les plans", + "no_blueprints": "Vous n'avez pas de plans", + "no_inputs": "Ce plan n'a aucune entrée." + }, "conditions": { "add": "Ajouter une condition", "delete": "Supprimer", @@ -1363,6 +1390,31 @@ } } }, + "blueprint": { + "add": { + "error_no_url": "Veuillez entrer l'adresse internet du plan", + "header": "Ajouter un nouveau plan", + "import_btn": "Importer un plan", + "import_header": "Import {nom} ( {domaine} )", + "import_introduction": "Vous pouvez importer les plans d'autres utilisateurs de Github et des forums de la communauté. Entrez l'url du plan ci-dessous.", + "importing": "Importation du plan ...", + "save_btn": "Sauver le plan", + "saving": "Enregistrement du plan ...", + "url": "URL du plan" + }, + "caption": "Plans", + "description": "Gérer les plans", + "overview": { + "confirm_delete_header": "Supprimer ce plan ?", + "confirm_delete_text": "Êtes-vous sûr de vouloir supprimer ce plan", + "header": "Éditeur de plans", + "headers": { + "name": "Nom" + }, + "introduction": "L’éditeur de plans vous permet de créer et de modifier des plans.", + "learn_more": "En savoir plus sur les plans" + } + }, "cloud": { "account": { "alexa": { @@ -2618,6 +2670,7 @@ "filter_attributes": "Filtrer les attributs", "filter_entities": "Filtrer les entités", "filter_states": "Filtrer les états", + "last_changed": "Dernier changement", "last_updated": "Dernière mise à jour", "more_info": "Plus d’infos", "no_entities": "Aucune entité", @@ -2871,6 +2924,7 @@ "name": "Lumière" }, "logbook": { + "description": "La fiche du journal de bord présente une liste d'événements pour les entités.", "name": "Journal" }, "map": { diff --git a/translations/frontend/is.json b/translations/frontend/is.json index 38c7e22a1d..b9f039f33d 100644 --- a/translations/frontend/is.json +++ b/translations/frontend/is.json @@ -480,6 +480,7 @@ "previous": "Fyrri", "refresh": "Endurnýja", "save": "Vista", + "skip": "Sleppa", "undo": "Afturkalla", "yes": "Já" }, @@ -494,6 +495,10 @@ "clear": "Hreinsa", "show_areas": "Birta svæði" }, + "blueprint-picker": { + "add_user": "Bæta við notanda", + "remove_user": "Fjarlægja notanda" + }, "data-table": { "search": "Leita" }, @@ -605,6 +610,7 @@ "more_info_control": { "edit": "Breyta einingu", "history": "Saga", + "last_changed": "Síðast breytt", "restored": { "confirm_remove_title": "Fjarlægja einingu?", "remove_action": "Fjarlægja einingu" @@ -641,6 +647,26 @@ "header": "Valkostir" } }, + "quick-bar": { + "commands": { + "navigation": { + "automation": "Sjálfvirkni", + "core": "Almennt", + "devices": "Tæki", + "entities": "Einingar", + "helpers": "Hjálp", + "info": "Upplýsingar", + "integrations": "Samþættingar", + "lovelace": "Skjáborð", + "person": "Persónur", + "scene": "Senur", + "script": "Skriftur", + "tags": "Strikamerki", + "users": "Notendur", + "zone": "Svæði" + } + } + }, "voice_command": { "error": "Úbbs, villa kom upp", "found": "Ég fann eftirfarandi fyrir þig:", @@ -721,6 +747,14 @@ "automation": { "caption": "Sjálfvirkni", "description": "Stofna og breyta sjálfvirkni", + "dialog_new": { + "how": "Hvernig viltu búa til nýju sjálfvirknina?", + "thingtalk": { + "create": "Stofna", + "header": "Lýstu sjálfvirkninni sem þú vilt búa til", + "input_label": "Hvað ætti þessi sjálfvirkni að gera?" + } + }, "editor": { "actions": { "add": "Bæta við aðgerð", @@ -961,6 +995,21 @@ "only_editable": "Eingöngu er hægt að breyta sjálfvirkni sem skilgreind er í automations.yaml", "pick_automation": "Veldu sjálfvirkni sem á að breyta", "show_info_automation": "Sýna upplýsingar um sjálfvirkni" + }, + "thingtalk": { + "create": "Búa til sjálfvirkni", + "task_selection": { + "for_example": "Til dæmis:", + "header": "Búa til nýja sjálfvirkni", + "language_note": "Athugið: Aðeins enska er studd í bili." + } + } + }, + "blueprint": { + "overview": { + "headers": { + "name": "Nafn" + } } }, "cloud": { @@ -1476,6 +1525,7 @@ "update_user": "Uppfæra" }, "picker": { + "add_user": "Bæta við notanda", "headers": { "group": "Hópur", "name": "Nafn", @@ -1614,6 +1664,8 @@ "states": { "current_entities": "Tiltækar einingar", "entity": "Eining", + "last_changed": "Síðast breytt", + "last_updated": "Síðast uppfært", "more_info": "Frekari upplýsingar", "no_entities": "Engar einingar", "set_state": "Setja stöðu", @@ -1758,6 +1810,9 @@ "light": { "name": "Ljós" }, + "logbook": { + "name": "Skráningarsaga" + }, "map": { "dark_mode": "Dökkur hamur?", "default_zoom": "Sjálfgefinn aðdráttur", @@ -1799,6 +1854,7 @@ }, "edit_card": { "add": "Bæta við spjaldi", + "clear": "Tæma", "confirm_cancel": "Ertu viss um að þú viljir hætta við?", "delete": "Eyða", "edit": "Breyta", @@ -1824,6 +1880,9 @@ "tab_visibility": "Sýnileiki" }, "header": "Breyta notendaviðmóti", + "header-footer": { + "header": "Haus" + }, "menu": { "raw_editor": "Ritill fyrir hráar stillingar" }, @@ -2138,6 +2197,9 @@ "header": "Titra" } }, + "shopping_list": { + "start_conversation": "Hefja samtal" + }, "shopping-list": { "add_item": "Bæta við hlut", "clear_completed": "Hreinsa lokið", diff --git a/translations/frontend/it.json b/translations/frontend/it.json index a3bcd625e8..32bb84945a 100644 --- a/translations/frontend/it.json +++ b/translations/frontend/it.json @@ -213,9 +213,9 @@ "configured": "Configurato" }, "cover": { - "closed": "Chiuso", + "closed": "Chiusa", "closing": "In chiusura", - "open": "Aperto", + "open": "Aperta", "opening": "In apertura", "stopped": "Arrestato" }, @@ -233,7 +233,7 @@ "on": "Acceso" }, "group": { - "closed": "Chiuso", + "closed": "Chiusi", "closing": "Chiusura", "home": "A casa", "locked": "Bloccato", @@ -241,7 +241,7 @@ "off": "Spento", "ok": "OK", "on": "Acceso", - "open": "Aperto", + "open": "Aperti", "opening": "Apertura", "problem": "Problema", "stopped": "Fermato", @@ -392,7 +392,7 @@ } }, "cover": { - "position": "Posizione", + "position": "Apertura", "tilt_position": "Inclinazione" }, "fan": { @@ -547,6 +547,11 @@ "clear": "Cancella", "show_areas": "Mostra le aree" }, + "blueprint-picker": { + "add_user": "Aggiungi utente", + "remove_user": "Rimuovi utente", + "select_blueprint": "Seleziona un progetto" + }, "data-table": { "no-data": "Nessun dato", "search": "Ricerca" @@ -741,7 +746,7 @@ "update": "Aggiorna" }, "faq": "documentazione", - "no_unique_id": "Questa entità non ha un ID univoco, pertanto le sue impostazioni non possono essere gestite dall'Interfaccia Utente. Vedere {faq_link} per maggiori dettagli.", + "no_unique_id": "Questa entità (\"{entity_id}\") non ha un ID univoco, pertanto le sue impostazioni non possono essere gestite dall'Interfaccia Utente. Vedere {faq_link} per maggiori dettagli.", "related": "Relazionato", "settings": "Impostazioni" }, @@ -805,11 +810,11 @@ "more_info_control": { "controls": "Controlli", "cover": { - "close_cover": "Chiudere gli scuri", - "close_tile_cover": "Chiudere l'inclinazione della copertura", - "open_cover": "Aprire gli scuri", - "open_tilt_cover": "Aprire l'inclinazione della copertura", - "stop_cover": "Fermare il movimento della copertura" + "close_cover": "Chiudere la serranda", + "close_tile_cover": "Chiudere l'inclinazione della serranda", + "open_cover": "Aprire la serranda", + "open_tilt_cover": "Aprire l'inclinazione della serranda", + "stop_cover": "Fermare il movimento della serranda" }, "details": "Dettagli", "dismiss": "Chiudi finestra di dialogo", @@ -1046,6 +1051,20 @@ "automation": { "caption": "Automazioni", "description": "Gestisci le automazioni", + "dialog_new": { + "blueprint": { + "use_blueprint": "Usa un progetto" + }, + "header": "Crea una nuova automazione", + "how": "Come vuoi creare la tua nuova automazione?", + "start_empty": "Inizia con un'automazione vuota", + "thingtalk": { + "create": "Crea", + "header": "Descrivi l'automazione che vuoi creare", + "input_label": "Cosa dovrebbe fare questa automazione?", + "intro": "E proveremo a crearlo per te. Ad esempio: spegni le luci quando esco." + } + }, "editor": { "actions": { "add": "Aggiungi azione", @@ -1126,6 +1145,14 @@ "unsupported_action": "Nessun supporto dell'Interfaccia Utente per l'azione: {action}" }, "alias": "Nome", + "blueprint": { + "blueprint_to_use": "Progetto da utilizzare", + "header": "Progetto", + "inputs": "Ingressi", + "manage_blueprints": "Gestisci progetti", + "no_blueprints": "Non hai progetti", + "no_inputs": "Questo progetto non ha ingressi." + }, "conditions": { "add": "Aggiungi condizione", "delete": "Elimina", @@ -1368,6 +1395,31 @@ } } }, + "blueprint": { + "add": { + "error_no_url": "Inserisci l'URL del progetto.", + "header": "Aggiungi un nuovo progetto", + "import_btn": "Importa progetto", + "import_header": "Importa {name} ({domain})", + "import_introduction": "Puoi importare progetti di altri utenti da Github e dai forum della comunità. Immettere l'URL del progetto di seguito.", + "importing": "Importazione del progetto in corso ...", + "save_btn": "Salva progetto", + "saving": "Salvataggio del progetto in corso ...", + "url": "URL del progetto" + }, + "caption": "Progetti", + "description": "Gestisci i progetti", + "overview": { + "confirm_delete_header": "Eliminare questo progetto?", + "confirm_delete_text": "Sei sicuro di voler eliminare questo progetto?", + "header": "Editor del progetto", + "headers": { + "name": "Nome" + }, + "introduction": "L'editor del progetto consente di creare e modificare i progetti.", + "learn_more": "Per saperne di più sui progetti" + } + }, "cloud": { "account": { "alexa": { diff --git a/translations/frontend/ja.json b/translations/frontend/ja.json index a890976e00..caea7344f8 100644 --- a/translations/frontend/ja.json +++ b/translations/frontend/ja.json @@ -533,6 +533,11 @@ "clear": "消去", "show_areas": "エリアを表示" }, + "blueprint-picker": { + "add_user": "ユーザーの追加", + "remove_user": "ユーザーの削除", + "select_blueprint": "設計図の選択" + }, "data-table": { "no-data": "データなし", "search": "検索" @@ -983,7 +988,7 @@ }, "notification_toast": { "connection_lost": "切断されました。再接続中...", - "dismiss": "退出", + "dismiss": "閉じる", "service_call_failed": "サービス{service}の呼び出しに失敗しました。", "started": "ホームアシスタントが開始されました!", "starting": "Home Assistantが起動中です。終了するまですべてが利用できるわけではありません。", @@ -1032,6 +1037,20 @@ "automation": { "caption": "オートメーション", "description": "オートメーションの作成と編集", + "dialog_new": { + "blueprint": { + "use_blueprint": "設計図を使用する" + }, + "header": "新しいオートメーションを作成する", + "how": "新しい自動化をどのように作成しますか?", + "start_empty": "空の自動化から始める", + "thingtalk": { + "create": "作成", + "header": "作成するオートメーションの説明", + "input_label": "この自動化は何をすべきでしょうか?", + "intro": "そして、私たちはあなたのためにそれを作成しようとします。例: 私が去るときにライトを消す。" + } + }, "editor": { "actions": { "add": "アクションを追加", @@ -1112,6 +1131,12 @@ "unsupported_action": "未サポートのアクション:{action}" }, "alias": "名前", + "blueprint": { + "blueprint_to_use": "使用する設計図", + "header": "設計図", + "manage_blueprints": "設計図の管理", + "no_blueprints": "設計図はありません" + }, "conditions": { "add": "条件を追加", "delete": "削除", @@ -1354,6 +1379,11 @@ } } }, + "blueprint": { + "add": { + "error_no_url": "設計図のURLを入力してください。" + } + }, "cloud": { "account": { "alexa": { @@ -1482,7 +1512,7 @@ "login": { "alert_email_confirm_necessary": "ログインする前にメールアドレスを確認する必要があります。", "alert_password_change_required": "ログインする前にパスワードを変更する必要があります。", - "dismiss": "退出させる", + "dismiss": "閉じる", "email": "Eメール", "email_error_msg": "無効な電子メール", "forgot_password": "パスワードをお忘れですか?", diff --git a/translations/frontend/ko.json b/translations/frontend/ko.json index c8f388fa15..b9ed4235c9 100644 --- a/translations/frontend/ko.json +++ b/translations/frontend/ko.json @@ -804,6 +804,59 @@ }, "quick-bar": { "commands": { + "navigation": { + "areas": "영역", + "automation": "자동화", + "core": "일반", + "customize": "사용자화", + "devices": "기기", + "entities": "구성요소", + "helpers": "도우미", + "info": "정보", + "integrations": "통합 구성요소", + "logs": "로그", + "lovelace": "Lovelace 대시보드", + "person": "구성원", + "scene": "씬", + "script": "스크립트", + "server_control": "서버 제어", + "tags": "태그", + "users": "사용자", + "zone": "지역" + }, + "reload": { + "automation": "자동화 다시 읽어오기", + "command_line": "명령줄 구성요소 다시 읽어오기", + "core": "위치 및 사용자화 다시 읽어오기", + "filesize": "파일 크기 구성요소 다시 읽어오기", + "filter": "필터 구성요소 다시 읽어오기", + "generic": "일반 IP 카메라 구성요소 다시 읽어오기", + "generic_thermostat": "일반 온도 조절기 구성요소 다시 읽어오기", + "group": "그룹, 그룹 구성요소 및 알림 서비스 다시 읽어오기", + "history_stats": "기록 통계 구성요소 다시 읽어오기", + "homekit": "HomeKit 다시 읽어오기", + "input_boolean": "논리입력 다시 읽어오기", + "input_datetime": "날짜 / 시간입력 다시 읽어오기", + "input_number": "숫자입력 다시 읽어오기", + "input_select": "선택입력 다시 읽어오기", + "input_text": "문자입력 다시 읽어오기", + "min_max": "최소/최대 구성요소 다시 읽어오기", + "mqtt": "MQTT 구성요소 다시 읽어오기", + "person": "구성원 다시 읽어오기", + "ping": "ping 이진 센서 구성요소 다시 읽어오기", + "reload": "{domain} 다시 읽어오기", + "rest": "REST 구성요소 및 알림 서비스 다시 읽어오기", + "rpi_gpio": "Raspberry Pi GPIO 구성요소 다시 읽어오기", + "scene": "씬 다시 읽어오기", + "script": "스크립트 다시 읽어오기", + "smtp": "SMTP 알림 서비스 다시 읽어오기", + "statistics": "통계 구성요소 다시 읽어오기", + "telegram": "Telegram 알림 서비스 다시 읽어오기", + "template": "템플릿 구성요소 다시 읽어오기", + "trend": "추세 구성요소 다시 읽어오기", + "universal": "범용 미디어 플레이어 구성요소 다시 읽어오기", + "zone": "지역 다시 읽어오기" + }, "server_control": { "perform_action": "서버 {action}", "restart": "재시작", @@ -1995,6 +2048,7 @@ }, "picker": { "add_script": "스크립트 추가", + "duplicate": "복제", "edit_script": "스크립트 편집", "header": "스크립트 편집기", "headers": { diff --git a/translations/frontend/nb.json b/translations/frontend/nb.json index 656839535c..3213f162bf 100644 --- a/translations/frontend/nb.json +++ b/translations/frontend/nb.json @@ -1046,6 +1046,15 @@ "automation": { "caption": "Automasjoner", "description": "Administrer automasjoner", + "dialog_new": { + "start_empty": "Start med en tom automatisering", + "thingtalk": { + "create": "Opprett", + "header": "Beskriv automatiseringen du vil opprette", + "input_label": "Hva skal denne automatiseringen gjøre?", + "intro": "Og vi vil prøve å skape det for deg. For eksempel: Slå av lysene når jeg drar." + } + }, "editor": { "actions": { "add": "Legg til handling", @@ -1126,6 +1135,14 @@ "unsupported_action": "Ingen brukergrensesnitt for handling: {action}" }, "alias": "Navn", + "blueprint": { + "blueprint_to_use": "Blueprint å bruke", + "header": "Blueprint", + "inputs": "Innganger", + "manage_blueprints": "Administrer Blueprints", + "no_blueprints": "Du har ingen blueprints", + "no_inputs": "Denne blueprint har ingen innganger." + }, "conditions": { "add": "Legg til betingelse", "delete": "Slett", @@ -1368,6 +1385,31 @@ } } }, + "blueprint": { + "add": { + "error_no_url": "Vennligst skriv inn url til blueprint.", + "header": "Legg til ny blueprint", + "import_btn": "Importer blueprint", + "import_header": "Importer {name} ({domene})", + "import_introduction": "Du kan importere Blueprints av andre brukere fra Github og fellesskapsforaene. Skriv inn nettadressen til Blueprint nedenfor.", + "importing": "Importerer blueprint...", + "save_btn": "Lagre blueprint", + "saving": "Lagrer blueprint...", + "url": "Url-adressen til blueprint" + }, + "caption": "Blueprints", + "description": "Administrer blueprints", + "overview": { + "confirm_delete_header": "Slette denne blueprint?", + "confirm_delete_text": "Er du sikker på at du vil slette denne Blueprint", + "header": "Blueprint Editor", + "headers": { + "name": "Navn" + }, + "introduction": "Med blueprint editor kan du opprette og redigere blueprints.", + "learn_more": "Lær mer om blueprint" + } + }, "cloud": { "account": { "alexa": { diff --git a/translations/frontend/nl.json b/translations/frontend/nl.json index 504b90378a..60887b19fc 100644 --- a/translations/frontend/nl.json +++ b/translations/frontend/nl.json @@ -547,6 +547,11 @@ "clear": "Wis", "show_areas": "Toon gebieden" }, + "blueprint-picker": { + "add_user": "Gebruiker toevoegen", + "remove_user": "Gebruiker verwijderen", + "select_blueprint": "Selecteer een blauwdruk" + }, "data-table": { "no-data": "Geen gegevens", "search": "Zoek" @@ -1046,6 +1051,20 @@ "automation": { "caption": "Automatiseringen", "description": "Het maken en bewerken van automatiseringen", + "dialog_new": { + "blueprint": { + "use_blueprint": "Gebruik een blauwdruk" + }, + "header": "Een nieuwe automatisering maken", + "how": "Hoe wilt u uw nieuwe automatisering creëren?", + "start_empty": "Begin met een lege automatisering", + "thingtalk": { + "create": "Creëer", + "header": "Beschrijf de automatisering die u wilt creëren", + "input_label": "Wat moet deze automatisering doen?", + "intro": "En we zullen proberen het voor je te maken. Bijvoorbeeld: doe de lichten uit als ik wegga." + } + }, "editor": { "actions": { "add": "Actie toevoegen", @@ -1126,6 +1145,14 @@ "unsupported_action": "Geen UI-ondersteuning voor actie: {action}" }, "alias": "Naam", + "blueprint": { + "blueprint_to_use": "Blauwdruk om te gebruiken", + "header": "Blauwdruk", + "inputs": "Ingangen", + "manage_blueprints": "Beheer blauwdrukken", + "no_blueprints": "Je hebt geen blauwdrukken", + "no_inputs": "Deze blauwdruk heeft geen invoer." + }, "conditions": { "add": "Voorwaarde toevoegen", "delete": "Verwijderen", @@ -1368,6 +1395,31 @@ } } }, + "blueprint": { + "add": { + "error_no_url": "Voer de URL van de blauwdruk in.", + "header": "Voeg een nieuwe blauwdruk toe", + "import_btn": "Blauwdruk importeren", + "import_header": "Importeer {name} ( {domain} )", + "import_introduction": "U kunt blauwdrukken van andere gebruikers importeren vanuit Github en de communityforums. Voer de URL van de blauwdruk hieronder in.", + "importing": "Blauwdruk importeren ...", + "save_btn": "Bewaar blauwdruk", + "saving": "Blauwdruk opslaan ...", + "url": "URL van de blauwdruk" + }, + "caption": "Blauwdrukken", + "description": "Beheer blauwdrukken", + "overview": { + "confirm_delete_header": "Deze blauwdruk verwijderen?", + "confirm_delete_text": "Weet u zeker dat u deze blauwdruk wilt verwijderen?", + "header": "Blauwdrukeditor", + "headers": { + "name": "Naam" + }, + "introduction": "Met de blauwdrukeditor kunt u blauwdrukken maken en bewerken.", + "learn_more": "Meer informatie over blauwdrukken" + } + }, "cloud": { "account": { "alexa": { diff --git a/translations/frontend/pl.json b/translations/frontend/pl.json index 0dd8f1ffd3..3b5a8c99ab 100644 --- a/translations/frontend/pl.json +++ b/translations/frontend/pl.json @@ -547,6 +547,11 @@ "clear": "Wyczyść", "show_areas": "Pokaż obszary" }, + "blueprint-picker": { + "add_user": "Dodaj użytkownika", + "remove_user": "Usuń użytkownika", + "select_blueprint": "Wybierz schemat" + }, "data-table": { "no-data": "Brak danych", "search": "Szukaj" @@ -1046,6 +1051,20 @@ "automation": { "caption": "Automatyzacje", "description": "Zarządzaj automatyzacjami", + "dialog_new": { + "blueprint": { + "use_blueprint": "Użyj schematu" + }, + "header": "Utwórz nową automatyzację", + "how": "Jak chcesz utworzyć nową automatyzację?", + "start_empty": "Zacznij od pustej automatyzacji", + "thingtalk": { + "create": "Utwórz", + "header": "Opisz automatyzację, którą chcesz utworzyć", + "input_label": "Co powinna zrobić ta automatyzacja?", + "intro": "A my postaramy się ją dla Ciebie utworzyć. Na przykład: Wyłącz światła, kiedy wyjdę." + } + }, "editor": { "actions": { "add": "Dodaj akcję", @@ -1126,6 +1145,14 @@ "unsupported_action": "Brak w interfejsie użytkownika wsparcia dla akcji: {action}" }, "alias": "Nazwa", + "blueprint": { + "blueprint_to_use": "Wybierz schemat", + "header": "Schemat", + "inputs": "Dane wejściowe", + "manage_blueprints": "Zarządzaj schematami", + "no_blueprints": "Nie masz żadnych schematów", + "no_inputs": "Ten schemat nie ma żadnych danych wejściowych" + }, "conditions": { "add": "Dodaj warunek", "delete": "Usuń", @@ -1368,6 +1395,9 @@ } } }, + "blueprint": { + "caption": "Schematy" + }, "cloud": { "account": { "alexa": { diff --git a/translations/frontend/pt.json b/translations/frontend/pt.json index 88b8f450cb..26c9d57269 100644 --- a/translations/frontend/pt.json +++ b/translations/frontend/pt.json @@ -631,7 +631,7 @@ "season": "Temporada", "track": "Faixa", "tv_show": "Programa de TV", - "url": "Url", + "url": "URL", "video": "Vídeo" }, "content-type": { @@ -916,7 +916,7 @@ "rpi_gpio": "Recarregar entidades Raspberry Pi GPIO", "scene": "Recarregar cenas", "script": "Recarregar scripts", - "smtp": "Recarregar serviços de notificação de smtp", + "smtp": "Recarregar serviços de notificação de SMTP", "statistics": "Recarregar entidades estatísticas", "telegram": "Recarregar os serviços de notificação do Telegram", "template": "Recarregar entidades modelo", @@ -1680,7 +1680,7 @@ "remove_selected": { "button": "Remover selecionado", "confirm_partly_text": "Você pode remover apenas {removable} das {selected} entidades selecionadas. As entidades só podem ser removidas quando a integração deixar de suportá-las. Por vezes é necessário reiniciar o Home Assistant antes de poder remover as entidades de uma integração removida. Tem a certeza de que deseja remover as entidades removíveis?", - "confirm_partly_title": "Somente {número} entidades selecionadas podem ser removidas.", + "confirm_partly_title": "Apenas {number} {number, plural,\n uma {selected entity} pode ser removida \n outras {selected entities} podem ser removidas \n}.", "confirm_text": "Deve remover da configuração do Lovelace e das automações se contêm estas entidades", "confirm_title": "Deseja remover {number} entidades?" }, @@ -2231,7 +2231,7 @@ "rpi_gpio": "Recarregar entidades Raspberry Pi GPIO", "scene": "Recarregar cenas", "script": "Recarregar scripts", - "smtp": "Recarregar serviços de notificação de smtp", + "smtp": "Recarregar serviços de notificação de SMTP", "statistics": "Recarregar entidades estatísticas", "telegram": "Recarregar os serviços de notificação do Telegram", "template": "Recarregar entidades modelo", @@ -2618,7 +2618,7 @@ "entity": "Entidade", "jinja_documentation": "Documentação do template Jinja2", "listeners": "Este modelo ouve os seguintes eventos de mudança de estado:", - "no_listeners": "Este modelo não ouve nenhum evento alterado pelo estado e não será atualizado automaticamente.", + "no_listeners": "Este modelo não monitoriza nenhum evento e não será atualizado automaticamente.", "reset": "Redefinir para modelo de demonstração", "result_type": "Tipo de resultado", "template_extensions": "Extensões de templates do Home Assistant", @@ -2700,11 +2700,11 @@ "navigate": "Navegar", "none": "Nenhuma Ação", "toggle": "Alternar", - "url": "Url" + "url": "URL" }, "editor_service_data": "Os dados de serviço só podem ser inseridos no editor de código", "navigation_path": "URL de navegação", - "url_path": "URL" + "url_path": "Endereço URL" }, "card": { "alarm-panel": { @@ -2745,7 +2745,7 @@ }, "entities": { "description": "O cartão de entidades é o tipo mais comum de cartão. Ele agrupa itens em listas.", - "edit_special_row": "Editar linha usando o editor de código", + "edit_special_row": "Visualize os detalhes desta linha pressionando o botão editar", "entity_row_editor": "Editor de Linha de Entidade", "entity_row": { "attribute": "Atributo", diff --git a/translations/frontend/ru.json b/translations/frontend/ru.json index 66a027a555..03e55ea318 100644 --- a/translations/frontend/ru.json +++ b/translations/frontend/ru.json @@ -547,6 +547,10 @@ "clear": "Очистить", "show_areas": "Показать помещения" }, + "blueprint-picker": { + "add_user": "Добавить пользователя", + "remove_user": "Удалить пользователя" + }, "data-table": { "no-data": "Нет данных", "search": "Поиск" @@ -1039,6 +1043,9 @@ "automation": { "caption": "Автоматизация", "description": "Управление правилами автоматизации", + "dialog_new": { + "header": "Новая автоматизация" + }, "editor": { "actions": { "add": "Добавить действие", diff --git a/translations/frontend/sl.json b/translations/frontend/sl.json index 5facaef4bb..fc130123a0 100644 --- a/translations/frontend/sl.json +++ b/translations/frontend/sl.json @@ -547,6 +547,11 @@ "clear": "Počisti", "show_areas": "Pokaži cone" }, + "blueprint-picker": { + "add_user": "Dodaj uporabnika", + "remove_user": "Odstrani uporabnika", + "select_blueprint": "Izberite načrt" + }, "data-table": { "no-data": "Ni podatkov", "search": "Iskanje" @@ -1046,6 +1051,20 @@ "automation": { "caption": "Avtomatizacije", "description": "Upravljanje avtomatizacij", + "dialog_new": { + "blueprint": { + "use_blueprint": "Uporabite načrt" + }, + "header": "Ustvarite novo avtomatizacijo", + "how": "Kako želite ustvariti svojo novo avtomatizacijo?", + "start_empty": "Začnite s prazno avtomatizacijo", + "thingtalk": { + "create": "Ustvari", + "header": "Opišite avtomatizacijo, ki jo želite ustvariti", + "input_label": "Kaj naj ta avtomatizacija počne?", + "intro": "In poskusili ga bomo ustvariti za vas. Na primer: ugasni luči, ko odidem." + } + }, "editor": { "actions": { "add": "Dodaj akcijo", @@ -1126,6 +1145,14 @@ "unsupported_action": "Ni podpore za UI za dejanje: {action}" }, "alias": "Ime", + "blueprint": { + "blueprint_to_use": "Načrt za uporabo", + "header": "Načrt", + "inputs": "Vhodi", + "manage_blueprints": "Upravljanje načrtov", + "no_blueprints": "Nimate nobenih načrtov", + "no_inputs": "Ta načrt nima nobenih vnosov." + }, "conditions": { "add": "Dodaj pogoj", "delete": "Izbriši", @@ -1368,6 +1395,31 @@ } } }, + "blueprint": { + "add": { + "error_no_url": "Prosimo, vnesite urnik od načrta.", + "header": "Dodajte nov načrt", + "import_btn": "Uvozi načrt", + "import_header": "Uvozi {name} ({domain})", + "import_introduction": "Načrte lahko uvozite od uporabnikov iz Github-a in iz forumov. Spodaj vnesite URL načrta.", + "importing": "Uvažanje načrta ...", + "save_btn": "Shrani načrt", + "saving": "Shranjevanje načrta ...", + "url": "URL načrta" + }, + "caption": "Načrti", + "description": "Upravljanje načrtov", + "overview": { + "confirm_delete_header": "Želite izbrisati ta načrt?", + "confirm_delete_text": "Ali ste prepričani, da želite izbrisati ta načrt", + "header": "Urejevalnik načrtov", + "headers": { + "name": "Ime" + }, + "introduction": "Urejevalnik načrtov vam omogoča ustvarjanje in urejanje načrtov.", + "learn_more": "Preberite več o načrtih" + } + }, "cloud": { "account": { "alexa": { diff --git a/translations/frontend/zh-Hans.json b/translations/frontend/zh-Hans.json index d094fdf1ef..988ff5528c 100644 --- a/translations/frontend/zh-Hans.json +++ b/translations/frontend/zh-Hans.json @@ -547,6 +547,11 @@ "clear": "清除", "show_areas": "显示区域" }, + "blueprint-picker": { + "add_user": "添加用户", + "remove_user": "删除用户", + "select_blueprint": "选择蓝图" + }, "data-table": { "no-data": "没有数据", "search": "搜索" @@ -886,8 +891,8 @@ "integrations": "集成", "logs": "日志", "lovelace": "Lovelace 仪表盘", - "navigate_to": "导航到{panel}", - "navigate_to_config": "导航到{panel}配置", + "navigate_to": "转到 {panel}", + "navigate_to_config": "转到{panel}配置", "person": "人员", "scene": "场景", "script": "脚本", @@ -1039,13 +1044,27 @@ "header": "区域注册表", "integrations_page": "集成页面", "introduction": "区域用于组织设备所在的位置。此信息将用于 Home Assistant 的各个地方,以帮助您组织界面、权限和与其他系统的集成。", - "introduction2": "要将设备置入某个区域,请使用下面的链接导航到集成页面,然后点击一个已配置的集成以进入设备卡片。", + "introduction2": "要将设备置入某个区域,请使用下面的链接转到集成页面,然后点击一个已配置的集成以进入设备卡片。", "no_areas": "您还没有建立区域。" } }, "automation": { "caption": "自动化", "description": "管理自动化", + "dialog_new": { + "blueprint": { + "use_blueprint": "使用蓝图" + }, + "header": "创建新的自动化", + "how": "您想如何创建新的自动化?", + "start_empty": "从空的自动化开始", + "thingtalk": { + "create": "创建", + "header": "请描述您想创建的自动化", + "input_label": "这个自动化是做什么的?", + "intro": "我们会尝试为您创建。例如:Turn the lights off when I leave." + } + }, "editor": { "actions": { "add": "添加动作", @@ -1126,6 +1145,14 @@ "unsupported_action": "图形界面暂不支持操作:{action}" }, "alias": "名称", + "blueprint": { + "blueprint_to_use": "要使用的蓝图", + "header": "蓝图", + "inputs": "输入", + "manage_blueprints": "管理蓝图", + "no_blueprints": "您还没有蓝图。", + "no_inputs": "该蓝图没有任何输入。" + }, "conditions": { "add": "添加环境条件", "delete": "删除", @@ -1368,6 +1395,31 @@ } } }, + "blueprint": { + "add": { + "error_no_url": "请输入蓝图的网址。", + "header": "添加新的蓝图", + "import_btn": "导入蓝图", + "import_header": "导入 {name} ({domain})", + "import_introduction": "您可以从 Github 和社区论坛导入其他用户的蓝图。请在下方输入 蓝图的网址。", + "importing": "正在导入蓝图...", + "save_btn": "保存蓝图", + "saving": "正在保存蓝图...", + "url": "蓝图 URL" + }, + "caption": "蓝图", + "description": "管理蓝图", + "overview": { + "confirm_delete_header": "删除此蓝图?", + "confirm_delete_text": "您确定要删除此蓝图吗?", + "header": "蓝图编辑器", + "headers": { + "name": "名称" + }, + "introduction": "蓝图编辑器用于创建和编辑蓝图。", + "learn_more": "详细了解蓝图" + } + }, "cloud": { "account": { "alexa": { @@ -2698,7 +2750,7 @@ "call_service": "调用服务{name}", "hold": "按住:", "more_info": "显示更多信息: {name}", - "navigate_to": "导航到{location}", + "navigate_to": "转到 {location}", "tap": "点击:", "toggle": "切换{name}", "url": "打开窗口前往 {url_path}" @@ -2727,7 +2779,7 @@ "call-service": "调用服务", "default_action": "默认动作", "more-info": "更多信息", - "navigate": "导航", + "navigate": "前往", "none": "没有动作", "toggle": "切换", "url": "网址" diff --git a/translations/frontend/zh-Hant.json b/translations/frontend/zh-Hant.json index 3fda53bc48..deef42ed47 100644 --- a/translations/frontend/zh-Hant.json +++ b/translations/frontend/zh-Hant.json @@ -547,6 +547,11 @@ "clear": "未觸發", "show_areas": "顯示分區" }, + "blueprint-picker": { + "add_user": "新增用戶", + "remove_user": "移除用戶", + "select_blueprint": "選擇 Blueprint" + }, "data-table": { "no-data": "沒有資料", "search": "搜尋" @@ -1046,6 +1051,20 @@ "automation": { "caption": "自動化", "description": "管理自動化", + "dialog_new": { + "blueprint": { + "use_blueprint": "使用 Blueprint" + }, + "header": "新增自動化", + "how": "要怎麼新增自動化?", + "start_empty": "以空白自動化開始", + "thingtalk": { + "create": "新增", + "header": "敘述新增自動化的用途", + "input_label": "自動化的用途是?", + "intro": "系統將嘗試為您新增自動化。例如:我離開的時候,關燈。" + } + }, "editor": { "actions": { "add": "新增一個動作", @@ -1126,6 +1145,14 @@ "unsupported_action": "UI 介面不支援觸發動作:{action}" }, "alias": "名稱", + "blueprint": { + "blueprint_to_use": "欲使用之 Blueprint", + "header": "Blueprint", + "inputs": "輸入", + "manage_blueprints": "管理 Blueprint", + "no_blueprints": "目前沒有任何 Blueprint", + "no_inputs": "Blueprint 未包含任何輸入。" + }, "conditions": { "add": "新增一個判斷式", "delete": "刪除", @@ -1368,6 +1395,31 @@ } } }, + "blueprint": { + "add": { + "error_no_url": "請輸入 Blueprint 之 URL。", + "header": "新增 Blueprint", + "import_btn": "匯入 Blueprint", + "import_header": "匯入 {name} ({domain})", + "import_introduction": "可以自 Github 及社群論壇匯入其他使用者的 Blueprint。於下方輸入 Blueprint 之URL。", + "importing": "正在匯入 Blueprint...", + "save_btn": "儲存 Blueprint", + "saving": "正在儲存 Blueprint...", + "url": "Blueprint 之 URL" + }, + "caption": "Blueprint", + "description": "管理 Blueprint", + "overview": { + "confirm_delete_header": "刪除此 Blueprint?", + "confirm_delete_text": "確定要刪除此 Blueprint", + "header": "Blueprint 編輯器", + "headers": { + "name": "名稱" + }, + "introduction": "Blueprint 編輯器可允許新增與編輯 Blueprint。", + "learn_more": "詳細了解 Blueprint" + } + }, "cloud": { "account": { "alexa": {