From 278ea184cc21d594cff52c36798645930b26b36c Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Mon, 26 Nov 2018 14:39:01 +0100 Subject: [PATCH] Update translations --- translations/bg.json | 2 +- translations/ca.json | 25 ++++++++++++++++++++++- translations/cs.json | 25 ++++++++++++++++++++++- translations/en.json | 25 ++++++++++++++++++++++- translations/et.json | 3 ++- translations/he.json | 14 +++++++++++++ translations/hu.json | 20 +++++++++++++++++- translations/ko.json | 25 ++++++++++++++++++++++- translations/lb.json | 25 ++++++++++++++++++++++- translations/nl.json | 24 +++++++++++++++++++++- translations/no.json | 25 ++++++++++++++++++++++- translations/pl.json | 43 ++++++++++++++++++++++++++++++--------- translations/pt.json | 25 ++++++++++++++++++++++- translations/ru.json | 25 ++++++++++++++++++++++- translations/zh-Hant.json | 25 ++++++++++++++++++++++- 15 files changed, 308 insertions(+), 23 deletions(-) diff --git a/translations/bg.json b/translations/bg.json index 93b883c4a1..123623a634 100644 --- a/translations/bg.json +++ b/translations/bg.json @@ -632,7 +632,7 @@ "abort_intro": "Входът е прекратен", "form": { "working": "Моля, изчакайте", - "unknown_error": "Ся си е*а майката", + "unknown_error": "Неочаквана грешка", "providers": { "homeassistant": { "step": { diff --git a/translations/ca.json b/translations/ca.json index e7c9cf7b48..07321e0970 100644 --- a/translations/ca.json +++ b/translations/ca.json @@ -144,7 +144,8 @@ "performance": "Rendiment", "high_demand": "Plena potència", "heat_pump": "Bomba de calor", - "gas": "Gas" + "gas": "Gas", + "manual": "Manual" }, "configurator": { "configure": "Configurar", @@ -712,6 +713,28 @@ "required_fields": "Ompliu tots els camps obligatoris" } } + }, + "lovelace": { + "cards": { + "shopping-list": { + "checked_items": "Elements seleccionats", + "clear_items": "Esborra els elements seleccionats", + "add_item": "Afegir element" + } + }, + "editor": { + "edit": { + "header": "Targeta de Configuració", + "save": "Desa", + "toggle_editor": "Commuta l'editor" + }, + "migrate": { + "header": "Configuració incompatible", + "para_no_id": "Aquest element no té ID. Afegiu un ID per aquest element a 'ui-lovelace.yaml'.", + "para_migrate": "Home Assistant pot afegir ID's a totes les vostres targetes i visualitzacions automàticament fent clic al botó \"Migrar la configuració\".", + "migrate": "Migrar la configuració" + } + } } }, "sidebar": { diff --git a/translations/cs.json b/translations/cs.json index d570aba54e..c21c88a26b 100644 --- a/translations/cs.json +++ b/translations/cs.json @@ -144,7 +144,8 @@ "performance": "Vysoký výkon", "high_demand": "Vysoký výkon", "heat_pump": "Tepelné čerpadlo", - "gas": "Plyn" + "gas": "Plyn", + "manual": "Ruční" }, "configurator": { "configure": "Nakonfigurovat", @@ -712,6 +713,28 @@ "required_fields": "Vyplňte všechna povinná pole" } } + }, + "lovelace": { + "cards": { + "shopping-list": { + "checked_items": "Označené položky", + "clear_items": "Vymazat označené položky", + "add_item": "Přidat položku" + } + }, + "editor": { + "edit": { + "header": "Konfigurace karty", + "save": "Uložit", + "toggle_editor": "Přepnout Editor" + }, + "migrate": { + "header": "Konfigurace není kompatibilní", + "para_no_id": "Tento prvek nemá ID. Přidejte k tomuto prvku ID v 'ui-lovelace.yaml'.", + "para_migrate": "Home Assistant může automaticky přidávat ID ke všem kartám a pohledům stisknutím tlačítka Migrate config.", + "migrate": "Migrovat konfiguraci" + } + } } }, "sidebar": { diff --git a/translations/en.json b/translations/en.json index d70c46c649..722f9dd2e4 100644 --- a/translations/en.json +++ b/translations/en.json @@ -144,7 +144,8 @@ "performance": "Performance", "high_demand": "High demand", "heat_pump": "Heat pump", - "gas": "Gas" + "gas": "Gas", + "manual": "Manual" }, "configurator": { "configure": "Configure", @@ -712,6 +713,28 @@ "required_fields": "Fill in all required fields" } } + }, + "lovelace": { + "cards": { + "shopping-list": { + "checked_items": "Checked items", + "clear_items": "Clear checked items", + "add_item": "Add item" + } + }, + "editor": { + "edit": { + "header": "Card Configuration", + "save": "Save", + "toggle_editor": "Toggle Editor" + }, + "migrate": { + "header": "Configuration Incompatible", + "para_no_id": "This element doesn't have an ID. Please add an ID to this element in 'ui-lovelace.yaml'.", + "para_migrate": "Home Assistant can add ID's to all your cards and views automatically for you by pressing the 'Migrate config' button.", + "migrate": "Migrate config" + } + } } }, "sidebar": { diff --git a/translations/et.json b/translations/et.json index b13a870c86..8fb9950da7 100644 --- a/translations/et.json +++ b/translations/et.json @@ -144,7 +144,8 @@ "performance": "Jõudlus", "high_demand": "Kõrge nõudlus", "heat_pump": "Soojuspump", - "gas": "Gaas" + "gas": "Gaas", + "manual": "Käsitsi" }, "configurator": { "configure": "Seadista", diff --git a/translations/he.json b/translations/he.json index 04161f784b..5d411cf77f 100644 --- a/translations/he.json +++ b/translations/he.json @@ -712,6 +712,20 @@ "required_fields": "מלא את כל השדות הדרושים" } } + }, + "lovelace": { + "cards": { + "shopping-list": { + "checked_items": "פריטים מסומנים", + "clear_items": "נקה פריטים מסומנים", + "add_item": "הוסף פריט" + } + }, + "editor": { + "edit": { + "save": "שמור" + } + } } }, "sidebar": { diff --git a/translations/hu.json b/translations/hu.json index 14d43a3970..db1edd1404 100644 --- a/translations/hu.json +++ b/translations/hu.json @@ -144,7 +144,8 @@ "performance": "Teljesítmény", "high_demand": "Magas igénybevétel", "heat_pump": "Hőszivattyú", - "gas": "Gáz" + "gas": "Gáz", + "manual": "Kézikönyv" }, "configurator": { "configure": "Beállítás", @@ -712,6 +713,23 @@ "required_fields": "Töltsd ki az összes szükséges mezőt" } } + }, + "lovelace": { + "cards": { + "shopping-list": { + "checked_items": "Ellenőrzött elemek ", + "clear_items": "Ellenőrzött elemek ", + "add_item": "Elem hozzáadása" + } + }, + "editor": { + "edit": { + "save": "Mentés" + }, + "migrate": { + "header": "Inkompatibilis konfiguráció!" + } + } } }, "sidebar": { diff --git a/translations/ko.json b/translations/ko.json index 07ed2e3e1e..05e4707f96 100644 --- a/translations/ko.json +++ b/translations/ko.json @@ -144,7 +144,8 @@ "performance": "고효율", "high_demand": "고성능", "heat_pump": "순환펌프", - "gas": "가스" + "gas": "가스", + "manual": "수동" }, "configurator": { "configure": "설정", @@ -712,6 +713,28 @@ "required_fields": "필수 입력란을 모두 채워주세요" } } + }, + "lovelace": { + "cards": { + "shopping-list": { + "checked_items": "선택한 항목", + "clear_items": "선택한 항목 삭제", + "add_item": "항목 추가" + } + }, + "editor": { + "edit": { + "header": "카드 구성", + "save": "저장하기", + "toggle_editor": "에디터 전환" + }, + "migrate": { + "header": "설정이 호환되지 않습니다", + "para_no_id": "이 구성요소에는 ID가 없습니다. 'ui-lovelace.yaml' 에 구성요소의 ID를 추가해주세요.", + "para_migrate": "Home Assistant 는 '설정 마이그레이션' 버튼을 눌러 자동으로 모든 카드와 보기에 ID를 추가 할 수 있습니다.", + "migrate": "설정 마이그레이션" + } + } } }, "sidebar": { diff --git a/translations/lb.json b/translations/lb.json index be103f45c2..0e80d80684 100644 --- a/translations/lb.json +++ b/translations/lb.json @@ -144,7 +144,8 @@ "performance": "Leeschtung", "high_demand": "Héich Ufro", "heat_pump": "Heizung", - "gas": "Gas" + "gas": "Gas", + "manual": "Manuell" }, "configurator": { "configure": "Astellen", @@ -712,6 +713,28 @@ "required_fields": "Fëllt all néideg Felder aus" } } + }, + "lovelace": { + "cards": { + "shopping-list": { + "checked_items": "Markéiert Elementer", + "clear_items": "Markéiert Elementer läschen", + "add_item": "Element dobäisetzen" + } + }, + "editor": { + "edit": { + "header": "Kaart Konfiguratioun", + "save": "Späicheren", + "toggle_editor": "Editeur ëmschalten" + }, + "migrate": { + "header": "Konfiguratioun net kompatibel", + "para_no_id": "Dëst Element huet keng ID. Definéiert w.e.g. eng ID fir dëst Element am 'ui-lovelace.yaml'.", + "para_migrate": "Home Assistant kann ID's zu all äre Kaarten automatesch dobäisetzen andeem dir de Knäppche 'Konfiguratioun migréieren' dréckt.", + "migrate": "Konfiguratioun migréieren" + } + } } }, "sidebar": { diff --git a/translations/nl.json b/translations/nl.json index 6ec0c54658..9b06bc384f 100644 --- a/translations/nl.json +++ b/translations/nl.json @@ -144,7 +144,8 @@ "performance": "Prestatie", "high_demand": "Hoge vraag", "heat_pump": "Warmtepomp", - "gas": "Gas" + "gas": "Gas", + "manual": "Handmatig" }, "configurator": { "configure": "Configureer", @@ -712,6 +713,27 @@ "required_fields": "Vul alle verplichte velden in" } } + }, + "lovelace": { + "cards": { + "shopping-list": { + "checked_items": "Geselecteerde items", + "clear_items": "Geselecteerde items wissen", + "add_item": "Item toevoegen" + } + }, + "editor": { + "edit": { + "header": "Kaart configuratie", + "save": "Opslaan" + }, + "migrate": { + "header": "Configuratie incompatibel", + "para_no_id": "Dit element heeft geen ID. Voeg een ID toe aan dit element in 'ui-lovelace.yaml'.", + "para_migrate": "Home Assistant kan ID's voor al je kaarten en weergaven automatisch voor je toevoegen door op de knop 'Migrate config' te klikken.", + "migrate": "Configuratie migreren" + } + } } }, "sidebar": { diff --git a/translations/no.json b/translations/no.json index 0a9c04958f..85b03c5eda 100644 --- a/translations/no.json +++ b/translations/no.json @@ -144,7 +144,8 @@ "performance": "Ytelse", "high_demand": "Høy etterspørsel", "heat_pump": "Varmepumpe", - "gas": "Gass" + "gas": "Gass", + "manual": "Manuell" }, "configurator": { "configure": "Konfigurer", @@ -712,6 +713,28 @@ "required_fields": "Fyll ut alle nødvendige felt" } } + }, + "lovelace": { + "cards": { + "shopping-list": { + "checked_items": "Merkede elementer", + "clear_items": "Fjern merkede elementer", + "add_item": "Legg til" + } + }, + "editor": { + "edit": { + "header": "Kortkonfigurasjon", + "save": "Lagre", + "toggle_editor": "Bytt redigering" + }, + "migrate": { + "header": "Konfigurasjon inkompatibel", + "para_no_id": "Dette elementet har ingen ID. Vennligst legg til en ID til dette elementet i 'ui-lovelace.yaml'.", + "para_migrate": "Home Assistant kan legge til ID-er til alle dine kort og visninger automatisk for deg ved å trykke på 'Overfør konfigurasjon' knappen.", + "migrate": "Overfør konfigurasjon" + } + } } }, "sidebar": { diff --git a/translations/pl.json b/translations/pl.json index 8548c00b03..a15fd8f3fa 100644 --- a/translations/pl.json +++ b/translations/pl.json @@ -45,8 +45,8 @@ "on": "włączony" }, "moisture": { - "off": "sucho", - "on": "wilgotno" + "off": "brak wilgoci", + "on": "wilgoć" }, "gas": { "off": "brak", @@ -144,7 +144,8 @@ "performance": "wydajność", "high_demand": "duży rozbiór", "heat_pump": "pompa ciepła", - "gas": "gaz" + "gas": "gaz", + "manual": "manualnie" }, "configurator": { "configure": "Skonfiguruj", @@ -386,8 +387,8 @@ "homeassistant": { "label": "Home Assistant", "event": "Zdarzenie:", - "start": "Początek", - "shutdown": "Zamknięcie systemu" + "start": "uruchomienie", + "shutdown": "zakończenie" }, "mqtt": { "label": "MQTT", @@ -403,8 +404,8 @@ "sun": { "label": "Słońce", "event": "Zdarzenie:", - "sunrise": "Wschód słońca", - "sunset": "Zachód słońca", + "sunrise": "wschód słońca", + "sunset": "zachód słońca", "offset": "Przesunięcie (opcjonalnie)" }, "template": { @@ -451,8 +452,8 @@ "after": "Po:", "before_offset": "Przed przesunięciem (opcjonalnie)", "after_offset": "Po przesunięciu (opcjonalnie)", - "sunrise": "Wschód słońca", - "sunset": "Zachód słońca" + "sunrise": "wschód słońca", + "sunset": "zachód słońca" }, "template": { "label": "Szablon", @@ -712,6 +713,28 @@ "required_fields": "Wypełnij wszystkie wymagane pola" } } + }, + "lovelace": { + "cards": { + "shopping-list": { + "checked_items": "Pozycje zaznaczone", + "clear_items": "Wyczyść zaznaczone pozycje", + "add_item": "Dodaj pozycję" + } + }, + "editor": { + "edit": { + "header": "Konfiguracja karty", + "save": "Zapisz", + "toggle_editor": "Przełącz edytor" + }, + "migrate": { + "header": "Konfiguracja niekompatybilna", + "para_no_id": "Ten element nie ma ID. Dodaj ID do tego elementu w \"ui-lovelace.yaml\".", + "para_migrate": "Home Assistant może automatycznie dodać ID do wszystkich twoich kart i widoków, po kliknięciu przycisku \"Migracja konfiguracji\".", + "migrate": "Migracja konfiguracji" + } + } } }, "sidebar": { @@ -745,7 +768,7 @@ "activate": "Aktywuj" }, "script": { - "execute": "Wykonaj" + "execute": "Uruchom" }, "weather": { "attributes": { diff --git a/translations/pt.json b/translations/pt.json index 0c67c902a2..af46894bb3 100644 --- a/translations/pt.json +++ b/translations/pt.json @@ -144,7 +144,8 @@ "performance": "Desempenho", "high_demand": "Necessidade alta", "heat_pump": "Bomba de calor", - "gas": "Gás" + "gas": "Gás", + "manual": "Manual" }, "configurator": { "configure": "Configurar", @@ -712,6 +713,28 @@ "required_fields": "Preencha todos os campos obrigatórios" } } + }, + "lovelace": { + "cards": { + "shopping-list": { + "checked_items": "Itens marcados", + "clear_items": "Limpar itens marcados", + "add_item": "Adicionar Item" + } + }, + "editor": { + "edit": { + "header": "Configuração do cartão", + "save": "Guardar", + "toggle_editor": "Alterar para editor" + }, + "migrate": { + "header": "Configuração Incompatível", + "para_no_id": "Este elemento não possui um ID. Por favor adicione um ID a este elemento em 'ui-lovelace.yaml'.", + "para_migrate": "O Home Assistant pode adicionar IDs a todos os seus cartões e vistas automaticamente clicando no botão 'Migrar configuração'.", + "migrate": "Migrar configuração" + } + } } }, "sidebar": { diff --git a/translations/ru.json b/translations/ru.json index 4bd1bfc937..e852c409af 100644 --- a/translations/ru.json +++ b/translations/ru.json @@ -144,7 +144,8 @@ "performance": "Производительность", "high_demand": "Большая нагрузка", "heat_pump": "Тепловой насос", - "gas": "Газовый" + "gas": "Газовый", + "manual": "Руководство" }, "configurator": { "configure": "Настроить", @@ -712,6 +713,28 @@ "required_fields": "Заполните все обязательные поля" } } + }, + "lovelace": { + "cards": { + "shopping-list": { + "checked_items": "Отмеченные элементы", + "clear_items": "Очистить отмеченные элементы", + "add_item": "Добавить элемент" + } + }, + "editor": { + "edit": { + "header": "Конфигурация карты", + "save": "Сохранить", + "toggle_editor": "Переключить редактор" + }, + "migrate": { + "header": "Конфигурация несовместима", + "para_no_id": "Этот элемент не имеет ID. Добавьте ID для этого элемента в 'ui-lovelace.yaml'.", + "para_migrate": "Home Assistant может добавить ID для всех ваших карт и представлений автоматически, если нажать кнопку 'Миграция конфигурации'.", + "migrate": "Миграция конфигурации" + } + } } }, "sidebar": { diff --git a/translations/zh-Hant.json b/translations/zh-Hant.json index 05b409bbdf..dab37a0daa 100644 --- a/translations/zh-Hant.json +++ b/translations/zh-Hant.json @@ -144,7 +144,8 @@ "performance": "效能", "high_demand": "高用量", "heat_pump": "暖氣", - "gas": "瓦斯模式" + "gas": "瓦斯模式", + "manual": "手動" }, "configurator": { "configure": "設定", @@ -712,6 +713,28 @@ "required_fields": "填寫所有所需欄位" } } + }, + "lovelace": { + "cards": { + "shopping-list": { + "checked_items": "已選取項目", + "clear_items": "清除已選取項目", + "add_item": "新增項目" + } + }, + "editor": { + "edit": { + "header": "卡片設定", + "save": "儲存", + "toggle_editor": "切換編輯器" + }, + "migrate": { + "header": "設定不相容", + "para_no_id": "該元件未含 ID,請於「ui-lovelace.yaml」中為該元件新增 ID。", + "para_migrate": "Home Assistant 能於您點選「遷移設定」按鈕後,自動新增 ID 與視圖至所有卡片。", + "migrate": "遷移設定" + } + } } }, "sidebar": {