From 9bc2f8a1fb0490b38a5127898dc0b246fb2f34a9 Mon Sep 17 00:00:00 2001 From: ludeeus Date: Thu, 10 Oct 2019 15:47:44 +0000 Subject: [PATCH] Update translations --- .vscode/tasks.json | 2 +- custom_components/hacs/.translations/el.json | 1 + custom_components/hacs/.translations/en.json | 3 +++ custom_components/hacs/.translations/es.json | 1 + custom_components/hacs/.translations/it.json | 18 +++++++++--------- custom_components/hacs/.translations/nl.json | 1 + custom_components/hacs/.translations/nn.json | 1 + custom_components/hacs/.translations/pl.json | 1 + .../hacs/.translations/pt-BR.json | 1 + custom_components/hacs/.translations/ru.json | 12 ++++++------ custom_components/hacs/.translations/sl.json | 2 +- .../hacs/.translations/zh-Hans.json | 1 + 12 files changed, 27 insertions(+), 17 deletions(-) diff --git a/.vscode/tasks.json b/.vscode/tasks.json index 723b57d17..ad1c9bfe4 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -16,7 +16,7 @@ { "label": "Upgrade Home Assistant to latest dev", "type": "shell", - "command": "dc start", + "command": "dc install", "problemMatcher": [] }, { diff --git a/custom_components/hacs/.translations/el.json b/custom_components/hacs/.translations/el.json index 8910fcae2..6c25b887d 100644 --- a/custom_components/hacs/.translations/el.json +++ b/custom_components/hacs/.translations/el.json @@ -51,6 +51,7 @@ } }, "repository": { + "authors": "Συγγραφείς", "available": "Διαθέσιμο", "back_to": "Πίσω στο", "changelog": "Σημειώσεις των αλλαγών", diff --git a/custom_components/hacs/.translations/en.json b/custom_components/hacs/.translations/en.json index e95f34243..121149c42 100644 --- a/custom_components/hacs/.translations/en.json +++ b/custom_components/hacs/.translations/en.json @@ -39,6 +39,9 @@ }, "title": "HACS (Home Assistant Community Store)" }, + "confirm": { + "delete": "Are you sure you want to delete '{item}'?" + }, "options": { "step": { "user": { diff --git a/custom_components/hacs/.translations/es.json b/custom_components/hacs/.translations/es.json index 4fec0613e..33d2eccc9 100644 --- a/custom_components/hacs/.translations/es.json +++ b/custom_components/hacs/.translations/es.json @@ -51,6 +51,7 @@ } }, "repository": { + "authors": "Autores", "available": "Disponible", "back_to": "Volver a", "changelog": "Changelog", diff --git a/custom_components/hacs/.translations/it.json b/custom_components/hacs/.translations/it.json index ef2242fb0..fd19af3b2 100644 --- a/custom_components/hacs/.translations/it.json +++ b/custom_components/hacs/.translations/it.json @@ -3,7 +3,7 @@ "appdaemon": "AppDaemon", "appdaemon_apps": "Applicazioni AppDaemon", "background_task": "Attività in esecuzione, questa pagina sarà ricaricata al termine.", - "installed": "Installato", + "installed": "Installati", "integration": "Integrazione", "integrations": "Integrazioni", "plugin": "Plugin", @@ -26,7 +26,7 @@ "step": { "user": { "data": { - "appdaemon": "Abilita il rilevamento e il monitoraggio delle app AppDaemon", + "appdaemon": "Abilita il rilevamento e il monitoraggio delle applicazioni AppDaemon", "python_script": "Abilita il rilevamento e il monitoraggio dei python_scripts", "sidepanel_icon": "Icona nel pannello laterale", "sidepanel_title": "Titolo nel pannello laterale", @@ -53,7 +53,7 @@ "repository": { "authors": "Autori", "available": "Disponibile", - "back_to": "Indietro", + "back_to": "Torna a", "changelog": "Change log", "flag_this": "Spunta questo", "hide": "Nascondi", @@ -61,14 +61,14 @@ "install": "Installa", "installed": "Installato", "lovelace_copy_example": "Copia l'esempio negli appunti", - "lovelace_instruction": "Quando lo aggiungi nella configurazione lovelace usa questo ", + "lovelace_instruction": "Quando lo aggiungi nella configurazione di lovelace, usa questo ", "lovelace_no_js_type": "Impossibile determinare il tipo di plugin, verificare il repository.", - "newest": "Nuovo", + "newest": "Più recente", "note_appdaemon": "dovrai aggiungerlo nel file 'apps.yaml'", - "note_installed": "Quando installato, sarà posizionato in", + "note_installed": "Una volta installato, si troverà in", "note_integration": "dovrai aggiungerlo nel file 'configuration.yaml'", - "note_plugin": "Dovrai aggiungerlo nel file 'ui-lovelace.yaml' oppure via editor di configurazione RAW della UI.", - "open_issue": "Apri anomalia", + "note_plugin": "devi aggiungere la configurazione nel file 'ui-lovelace.yaml' oppure via Editor RAW della UI.", + "open_issue": "Segnala anomalia", "open_plugin": "Apri plugin", "reinstall": "Reinstalla", "repository": "Repository", @@ -91,6 +91,6 @@ "upgrade_all": "Aggiorna tutto" }, "store": { - "placeholder_search": "Prego inserire una stringa di ricerca" + "placeholder_search": "Inserire un termine di ricerca" } } \ No newline at end of file diff --git a/custom_components/hacs/.translations/nl.json b/custom_components/hacs/.translations/nl.json index f3c63fcc8..ca9b12622 100644 --- a/custom_components/hacs/.translations/nl.json +++ b/custom_components/hacs/.translations/nl.json @@ -51,6 +51,7 @@ } }, "repository": { + "authors": "Auteurs", "available": "Beschikbaar", "back_to": "Terug naar", "changelog": "Changelog", diff --git a/custom_components/hacs/.translations/nn.json b/custom_components/hacs/.translations/nn.json index 23b08ebf7..00861b331 100644 --- a/custom_components/hacs/.translations/nn.json +++ b/custom_components/hacs/.translations/nn.json @@ -51,6 +51,7 @@ } }, "repository": { + "authors": "Forfatter(e)", "available": "Tilgjengeleg", "back_to": "Tilbake til", "changelog": "Endre logg", diff --git a/custom_components/hacs/.translations/pl.json b/custom_components/hacs/.translations/pl.json index 16ccebfaf..f1f813a68 100644 --- a/custom_components/hacs/.translations/pl.json +++ b/custom_components/hacs/.translations/pl.json @@ -51,6 +51,7 @@ } }, "repository": { + "authors": "Autorzy", "available": "Wersja dostępna", "back_to": "Wstecz", "changelog": "Lista zmian", diff --git a/custom_components/hacs/.translations/pt-BR.json b/custom_components/hacs/.translations/pt-BR.json index 77b02a06d..41a287dd0 100644 --- a/custom_components/hacs/.translations/pt-BR.json +++ b/custom_components/hacs/.translations/pt-BR.json @@ -51,6 +51,7 @@ } }, "repository": { + "authors": "Autores", "available": "Disponível", "back_to": "Voltar para", "changelog": "Changelog", diff --git a/custom_components/hacs/.translations/ru.json b/custom_components/hacs/.translations/ru.json index 4f4851d53..588c49010 100644 --- a/custom_components/hacs/.translations/ru.json +++ b/custom_components/hacs/.translations/ru.json @@ -61,13 +61,13 @@ "install": "Установить", "installed": "Установлено", "lovelace_copy_example": "Скопируйте пример в буфер обмена", - "lovelace_instruction": "При добавлении этого в конфигурацию Lovelace, используйте", + "lovelace_instruction": "Для добавления в конфигурацию Lovelace, используйте", "lovelace_no_js_type": "Не удалось определить тип этого плагина, проверьте репозиторий.", "newest": "новейшая", - "note_appdaemon": "вам всё ещё нужно добавить это в файл 'apps.yaml'", - "note_installed": "После установки, это будет расположено в", - "note_integration": "вам всё ещё нужно добавить это в файл 'configuration.yaml'", - "note_plugin": "вам всё ещё нужно добавить это в конфигурацию Lovelace ('ui-lovelace.yaml')", + "note_appdaemon": "вам всё ещё нужно добавить код для настройки приложения в файл 'apps.yaml'", + "note_installed": "После установки, файлы будут расположены в", + "note_integration": "вам всё ещё нужно добавить код для настройки интеграции в файл 'configuration.yaml'", + "note_plugin": "вам всё ещё нужно добавить код для настройки плагина в конфигурацию Lovelace ('ui-lovelace.yaml')", "open_issue": "Сообщить о проблеме", "open_plugin": "Открыть плагин", "reinstall": "Переустановить", @@ -91,6 +91,6 @@ "upgrade_all": "Обновить всё" }, "store": { - "placeholder_search": "Пожалуйста, введите условие поиска..." + "placeholder_search": "Пожалуйста, введите условие для поиска..." } } \ No newline at end of file diff --git a/custom_components/hacs/.translations/sl.json b/custom_components/hacs/.translations/sl.json index a4f2bd58f..0cfa0724d 100644 --- a/custom_components/hacs/.translations/sl.json +++ b/custom_components/hacs/.translations/sl.json @@ -91,6 +91,6 @@ "upgrade_all": "Nadgradite vse" }, "store": { - "placeholder_search": "Prosim vnesite iskalni izraz..." + "placeholder_search": "Prosim vnesite iskalni izraz ..." } } \ No newline at end of file diff --git a/custom_components/hacs/.translations/zh-Hans.json b/custom_components/hacs/.translations/zh-Hans.json index 9cb049a5c..da8a401e5 100644 --- a/custom_components/hacs/.translations/zh-Hans.json +++ b/custom_components/hacs/.translations/zh-Hans.json @@ -65,6 +65,7 @@ "lovelace_no_js_type": "无法确定此插件的类型,请检查仓库。", "newest": "最新", "note_appdaemon": "您仍然需要将其添加到“ apps.yaml”文件中", + "note_installed": "安装后,它将位于", "note_integration": "您仍然需要将其添加到“ configuration.yaml”文件中", "note_plugin": "您仍然需要将其添加到lovelace配置中(“ ui-lovelace.yaml”或原始配置编辑器)ui-lovelace.yaml", "open_issue": "提交问题",