diff --git a/translations/en.json b/translations/en.json index e5e7205973..c4d055e577 100644 --- a/translations/en.json +++ b/translations/en.json @@ -1222,14 +1222,18 @@ "actions": { "caption": "When something is triggered..." }, + "automations": "Automations", "conditions": { "caption": "Only do something if..." }, + "create": "Create automation with device", + "no_automations": "No automations", "triggers": { "caption": "Do something when..." } }, "automations": "Automations", + "cant_edit": "You can only edit items that are created in the UI.", "caption": "Devices", "confirm_rename_entity_ids": "Do you also want to rename the entity id's of your entities?", "data_table": { @@ -1244,12 +1248,24 @@ "details": "Here are all the details of your device.", "device_not_found": "Device not found.", "entities": { - "add_entities_lovelace": "Add all device entities to Lovelace UI", + "add_entities_lovelace": "Add to Lovelace", "entities": "Entities", "none": "This device has no entities" }, "info": "Device info", "name": "Name", + "scene": { + "create": "Create scene with device", + "no_scenes": "No scenes", + "scenes": "Scenes" + }, + "scenes": "Scenes", + "script": { + "create": "Create script with device", + "no_scripts": "No scripts", + "scripts": "Scripts" + }, + "scripts": "Scripts", "unknown_error": "Unknown error", "unnamed_device": "Unnamed device", "update": "Update" diff --git a/translations/ko.json b/translations/ko.json index 33e0fee4e8..1bdebb83ce 100644 --- a/translations/ko.json +++ b/translations/ko.json @@ -405,7 +405,7 @@ "arm_home": "재실 경비", "arm_night": "야간 경비", "armed_custom_bypass": "사용자 우회", - "clear_code": "지움", + "clear_code": "지우기", "code": "비밀번호", "disarm": "경비 해제" }, @@ -544,10 +544,24 @@ "yes": "예" }, "components": { + "area-picker": { + "add_dialog": { + "add": "추가", + "failed_create_area": "영역을 만들지 못했습니다.", + "name": "이름", + "text": "새로운 영역의 이름을 입력해주세요.", + "title": "새로운 영역 추가" + }, + "add_new": "새로운 영역 추가...", + "area": "영역", + "clear": "지우기", + "show_areas": "영역 표시" + }, "device-picker": { "clear": "지우기", "device": "기기", - "show_devices": "기기 표시" + "show_devices": "기기 표시", + "toggle": "토글" }, "entity": { "entity-picker": { @@ -562,9 +576,13 @@ }, "related-items": { "area": "영역", + "automation": "다음 자동화의 일부", "device": "기기", "entity": "관련된 구성요소", - "integration": "통합 구성요소" + "group": "다음 그룹의 일부", + "integration": "통합 구성요소", + "scene": "다음 씬의 일부", + "script": "다음 스크립트의 일부" }, "relative_time": { "duration": { @@ -1231,8 +1249,10 @@ "none": "이 기기는 구성요소가 없습니다" }, "info": "기기 정보", + "name": "이름", "unknown_error": "알 수 없는 오류", - "unnamed_device": "이름이 없는 기기" + "unnamed_device": "이름이 없는 기기", + "update": "업데이트" }, "entities": { "caption": "구성요소", @@ -1327,7 +1347,7 @@ }, "failed_create_area": "영역을 만들지 못했습니다.", "finish": "완료", - "name_new_area": "새 영역의 이름?", + "name_new_area": "새로운 영역의 이름?", "not_all_required_fields": "필수 입력란이 모두 채워지지 않았습니다.", "submit": "확인" }, @@ -1644,6 +1664,7 @@ "update": "업데이트" }, "edit_home_zone": "집의 위치는 일반 설정에서 변경할 수 있습니다.", + "introduction": "영역을 사용하면 지구 상의 특정 지역을 지정할 수 있습니다. 구성원이 구역 내에 있으면 구성요소 상태에서 구역의 이름을 가져옵니다. 자동화 설정 내에서 영역을 트리거 또는 조건으로 사용할 수도 있습니다.", "no_zones_created_yet": "아직 생성된 구역이 없는 것 같습니다." }, "zwave": { @@ -2269,11 +2290,11 @@ "title": "고급 모드" }, "change_password": { - "confirm_new_password": "새 비밀번호 확인", + "confirm_new_password": "새로운 비밀번호 확인", "current_password": "현재 비밀번호", "error_required": "필수 요소", "header": "비밀번호 변경", - "new_password": "새 비밀번호", + "new_password": "새로운 비밀번호", "submit": "변경하기" }, "current_user": "현재 {fullName} 로(으로) 로그인 한 상태 입니다.", diff --git a/translations/pl.json b/translations/pl.json index 084a028ef6..985eddb886 100644 --- a/translations/pl.json +++ b/translations/pl.json @@ -478,6 +478,9 @@ "script": { "execute": "Uruchom" }, + "service": { + "run": "Uruchom" + }, "timer": { "actions": { "cancel": "anuluj", @@ -541,10 +544,24 @@ "yes": "Tak" }, "components": { + "area-picker": { + "add_dialog": { + "add": "Dodaj", + "failed_create_area": "Nie udało się utworzyć obszaru.", + "name": "Nazwa", + "text": "Wprowadź nazwę nowego obszaru.", + "title": "Dodaj nowy obszar" + }, + "add_new": "Dodaj nowy obszar...", + "area": "Obszar", + "clear": "Wyczyść", + "show_areas": "Pokaż obszary" + }, "device-picker": { "clear": "Wyczyść", "device": "Urządzenie", - "show_devices": "Wyświetl urządzenia" + "show_devices": "Wyświetl urządzenia", + "toggle": "Przełącz" }, "entity": { "entity-picker": { @@ -557,6 +574,16 @@ "loading_history": "Ładowanie historii...", "no_history_found": "Nie znaleziono historii." }, + "related-items": { + "area": "Obszar", + "automation": "Element następujących automatyzacji", + "device": "Urządzenie", + "entity": "Powiązane encje", + "group": "Element następujących grup", + "integration": "Integracja", + "scene": "Element następujących scen", + "script": "Element następujących skryptów" + }, "relative_time": { "duration": { "day": "{count} {count, plural,\n one {dzień}\n other {dni}\n}", @@ -587,6 +614,29 @@ "domain_toggler": { "title": "Przełączanie domen" }, + "entity_registry": { + "control": "Kontrola", + "dismiss": "Odrzuć", + "editor": { + "confirm_delete": "Na pewno chcesz usunąć ten wpis?", + "delete": "USUŃ", + "enabled_cause": "Wyłączone przez {cause}.", + "enabled_description": "Wyłączone encje nie zostaną dodane do Home Assistant'a.", + "enabled_label": "Włącz encję", + "entity_id": "Identyfikator encji", + "name": "Nadpisanie nazwy", + "note": "Uwaga: może to jeszcze nie działać ze wszystkimi integracjami.", + "unavailable": "Ta encja nie jest obecnie dostępna.", + "update": "AKTUALIZUJ" + }, + "related": "Powiązane", + "settings": "Ustawienia" + }, + "generic": { + "cancel": "Anuluj", + "default_confirmation_title": "Jesteś pewny?", + "ok": "OK" + }, "more_info_control": { "dismiss": "Zamknij okno dialogowe", "edit": "Edytuj encję", @@ -598,7 +648,8 @@ "remove_intro": "Jeśli encja nie jest używana możesz ją usunąć." }, "script": { - "last_action": "Ostatnia akcja" + "last_action": "Ostatnia akcja", + "last_triggered": "Ostatnie uruchomienie" }, "settings": "Ustawienia encji", "sun": { @@ -695,7 +746,7 @@ "create": "UTWÓRZ", "default_name": "Nowy obszar", "delete": "USUŃ", - "update": "UAKTUALNIJ" + "update": "AKTUALIZUJ" }, "no_areas": "Wygląda na to, że jeszcze nie masz zdefiniowanych obszarów!", "picker": { @@ -1198,8 +1249,10 @@ "none": "To urządzenie nie ma żadnych encji" }, "info": "Informacje o urządzeniu", + "name": "Nazwa", "unknown_error": "Nieznany błąd", - "unnamed_device": "Nienazwane urządzenie" + "unnamed_device": "Nienazwane urządzenie", + "update": "Aktualizuj" }, "entities": { "caption": "Rejestr encji", @@ -1212,9 +1265,11 @@ "enabled_cause": "Wyłączone przez {cause}.", "enabled_description": "Wyłączone encje nie będą dodawane do Home Assistant'a.", "enabled_label": "Włącz encję", + "entity_id": "Identyfikator encji", + "name": "Nadpisanie nazwy", "note": "Uwaga: może to jeszcze nie działać ze wszystkimi integracjami.", "unavailable": "Ta encja nie jest obecnie dostępna.", - "update": "UAKTUALNIJ" + "update": "AKTUALIZUJ" }, "picker": { "disable_selected": { @@ -1422,8 +1477,10 @@ "group": "Grupy", "heading": "Ponowne wczytanie konfiguracji", "introduction": "Niektóre części konfiguracji można wczytać od nowa bez konieczności ponownego uruchamiania Home Assistant'a. Naciśnięcie poniższych przycisków wczyta ponownie daną część konfiguracji.", + "person": "Osoby", "scene": "Sceny", - "script": "Skrypty" + "script": "Skrypty", + "zone": "Strefy" }, "server_management": { "confirm_restart": "Na pewno chcesz ponownie uruchomić Home Assistant'a?", @@ -1584,6 +1641,32 @@ }, "title": "Zigbee Home Automation" }, + "zone": { + "add_zone": "Dodaj strefę", + "caption": "Strefy", + "configured_in_yaml": "Stref skonfigurowanych za pomocą pliku configuration.yaml nie można edytować za pomocą interfejsu użytkownika.", + "confirm_delete": "Na pewno chcesz usunąć tę strefę?", + "create_zone": "Utwórz strefę", + "description": "Zarządzaj strefami, w których chcesz śledzić osoby.", + "detail": { + "create": "Utwórz", + "delete": "Usuń", + "icon": "Ikona", + "icon_error_msg": "Ikona powinna mieć format prefiks:nazwa-ikony, na przykład: mdi:home", + "latitude": "Szerokość geograficzna", + "longitude": "Długość geograficzna", + "name": "Nazwa", + "new_zone": "Nowa strefa", + "passive": "Pasywna", + "passive_note": "Strefy pasywne są ukryte w interfejsie użytkownika i nie są używane jako lokalizacje dla śledzonych urządzeń. Są one przydatne, jeśli chcesz w automatyzacjach.", + "radius": "Promień", + "required_error_msg": "To pole jest wymagane", + "update": "Aktualizuj" + }, + "edit_home_zone": "Lokalizację domu można zmienić w konfiguracji ogólnej.", + "introduction": "Strefy pozwalają określić regiony na ziemi. Gdy dana osoba znajduje się w strefie, jej encja pobierze stan z nazwy strefy. Strefy mogą być również używane jako wyzwalacz lub warunek w automatyzacjach.", + "no_zones_created_yet": "Wygląda na to, że nie utworzyłeś jeszcze żadnych stref." + }, "zwave": { "caption": "Z-Wave", "common": { @@ -1776,6 +1859,9 @@ "no_devices": "Ta strona pozwala kontrolować urządzenia, ale wygląda na to, że nie masz jeszcze żadnych skonfigurowanych. Przejdź na stronę integracji, aby rozpocząć.", "title": "Witaj w domu" }, + "entities": { + "never_triggered": "Nigdy nie uruchomiono" + }, "picture-elements": { "call_service": "Wywołaj usługę {name}", "hold": "Przytrzymanie:", @@ -2200,6 +2286,7 @@ "description": "Home Assistant domyślnie ukrywa zaawansowane funkcje i opcje. Możesz włączyć do nich dostęp za pomocą tej opcji. Jest to ustawienie przyporządkowane do użytkownika i nie wpływa na pozostałych użytkowników korzystających z Home Assistant'a.", "hint_enable": "Brakuje opcji konfiguracji? Włącz tryb zaawansowany", "link_profile_page": "strona Twojego profilu", + "link_promo": "Dowiedz się więcej", "title": "Tryb zaawansowany" }, "change_password": { diff --git a/translations/sv.json b/translations/sv.json index 70b7f00493..6d0346d571 100644 --- a/translations/sv.json +++ b/translations/sv.json @@ -556,6 +556,11 @@ "loading_history": "Laddar historik...", "no_history_found": "Ingen historik hittad." }, + "related-items": { + "area": "Område", + "device": "Enhet", + "integration": "Integration" + }, "relative_time": { "duration": { "day": "{count} {count, plural,\none {dag}\nother {dagar}\n}", @@ -586,6 +591,9 @@ "domain_toggler": { "title": "Växla domäner" }, + "generic": { + "default_confirmation_title": "Är du säker?" + }, "more_info_control": { "dismiss": "Avfärda", "edit": "Redigera entitet", @@ -921,6 +929,7 @@ "alexa": { "title": "" }, + "connected": "Ansluten", "fetching_subscription": "Hämtar prenumeration...", "google": { "config_documentation": "Konfigureringsdokumentation", @@ -932,6 +941,7 @@ "integrations_link_all_features": " alla tillgängliga funktioner", "manage_account": "Hantera konto", "nabu_casa_account": "Nabu Casa konto", + "not_connected": "Ej ansluten", "remote": { "link_learn_how_it_works": "Lär dig hur det fungerar" },