From 362236d7dfd72619d49f32891c7ccfa0dafea6ae Mon Sep 17 00:00:00 2001 From: HomeAssistant Azure Date: Sat, 30 May 2020 00:32:30 +0000 Subject: [PATCH] [ci skip] Translation update --- translations/frontend/en.json | 45 +++++++++++- translations/frontend/it.json | 15 +++- translations/frontend/lv.json | 3 + translations/frontend/nl.json | 15 +++- translations/frontend/pl.json | 6 +- translations/frontend/pt.json | 8 ++- translations/frontend/sl.json | 40 +++++++++-- translations/frontend/tr.json | 18 ++++- translations/frontend/uk.json | 127 +++++++++++++++++++++++++++++++--- translations/frontend/vi.json | 12 ++++ 10 files changed, 267 insertions(+), 22 deletions(-) diff --git a/translations/frontend/en.json b/translations/frontend/en.json index ac49347238..b1e9df3569 100644 --- a/translations/frontend/en.json +++ b/translations/frontend/en.json @@ -740,6 +740,8 @@ "notification_toast": { "connection_lost": "Connection lost. Reconnecting…", "service_call_failed": "Failed to call service {service}.", + "started": "Home Assistant has started!", + "starting": "Home Assistant is starting, not everything will be available until it is finished.", "triggered": "Triggered {name}" }, "panel": { @@ -1839,21 +1841,53 @@ "set_wakeup": "Set Wakeup Interval", "true": "True" }, + "node_management": { + "add_to_group": "Add To Group", + "entities": "Entities of this node", + "entity_info": "Entity Information", + "exclude_entity": "Exclude this entity from Home Assistant", + "group": "Group", + "header": "Z-Wave Node Management", + "introduction": "Run Z-Wave commands that affect a single node. Pick a node to see a list of available commands.", + "max_associations": "Max Associations:", + "node_group_associations": "Node group associations", + "node_protection": "Node protection", + "node_to_control": "Node to control", + "nodes": "Nodes", + "nodes_hint": "Select node to view per-node options", + "nodes_in_group": "Other Nodes in this group:", + "pooling_intensity": "Polling intensity", + "protection": "Protection", + "remove_broadcast": "Remove Broadcast", + "remove_from_group": "Remove From Group", + "set_protection": "Set Protection" + }, "ozw_log": { "header": "OZW Log", - "introduction": "View the log. 0 is the minimum (loads entire log) and 1000 is the maximum. Load will show a static log and tail will auto update with the last specified number of lines of the log." + "introduction": "View the log. 0 is the minimum (loads entire log) and 1000 is the maximum. Load will show a static log and tail will auto update with the last specified number of lines of the log.", + "last_log_lines": "Number of last log lines", + "load": "Load", + "tail": "Tail" }, "services": { "add_node": "Add Node", "add_node_secure": "Add Node Secure", "cancel_command": "Cancel Command", "heal_network": "Heal Network", + "heal_node": "Heal Node", + "node_info": "Node Information", + "print_node": "Print Node", + "refresh_entity": "Refresh Entity", + "refresh_node": "Refresh Node", + "remove_failed_node": "Remove Failed Node", "remove_node": "Remove Node", + "replace_failed_node": "Replace Failed Node", "save_config": "Save Configuration", "soft_reset": "Soft Reset", "start_network": "Start Network", "stop_network": "Stop Network", - "test_network": "Test Network" + "test_network": "Test Network", + "test_node": "Test Node" }, "values": { "header": "Node Values" @@ -2012,6 +2046,10 @@ "add_item": "Add item", "checked_items": "Checked items", "clear_items": "Clear checked items" + }, + "starting": { + "description": "Home Assistant is starting up, please wait.", + "header": "Home Assistant is starting..." } }, "changed_toast": { @@ -2304,7 +2342,8 @@ "attribute_not_found": "Attribute {attribute} not available in: {entity}", "entity_non_numeric": "Entity is non-numeric: {entity}", "entity_not_found": "Entity not available: {entity}", - "entity_unavailable": "{entity} is currently unavailable" + "entity_unavailable": "{entity} is currently unavailable", + "starting": "Home Assistant is starting, not everything may be available yet" } }, "mailbox": { diff --git a/translations/frontend/it.json b/translations/frontend/it.json index 9a07b4099c..0773db8794 100644 --- a/translations/frontend/it.json +++ b/translations/frontend/it.json @@ -474,6 +474,7 @@ }, "common": { "and": "e", + "back": "Indietro", "cancel": "Annulla", "close": "Chiudi", "delete": "Elimina", @@ -505,6 +506,7 @@ "device-picker": { "clear": "Cancella", "device": "Dispositivo", + "no_area": "Nessuna area", "show_devices": "Mostra dispositivi", "toggle": "Azionare" }, @@ -762,9 +764,13 @@ }, "description": "Panoramica di tutte le aree della tua casa.", "editor": { + "area_id": "Area ID", "create": "Crea", "default_name": "Nuova area", "delete": "Elimina", + "name": "Nome", + "name_required": "Il nome è obbligatorio", + "unknown_error": "Errore sconosciuto", "update": "Aggiorna" }, "picker": { @@ -799,6 +805,7 @@ "label": "Ritardo" }, "device_id": { + "action": "Azione", "extra_fields": { "code": "Codice" }, @@ -840,6 +847,7 @@ "label": "E" }, "device": { + "condition": "Condizione", "extra_fields": { "above": "Maggiore di", "below": "Minore di", @@ -918,7 +926,8 @@ "below": "Minore di", "for": "Durata" }, - "label": "Dispositivo" + "label": "Dispositivo", + "trigger": "Attivazione" }, "event": { "event_data": "Dati dell'Evento", @@ -1246,6 +1255,7 @@ "integration": "Integrazione", "manufacturer": "Produttore", "model": "Modello", + "no_area": "Nessuna area", "no_devices": "Nessun dispositivo" }, "delete": "Elimina", @@ -2307,6 +2317,8 @@ "abort_intro": "Login interrotto", "authorizing_client": "Stai per dare a {clientId} accesso alla tua istanza di Home Assistant.", "form": { + "error": "Errore: {error}", + "next": "Avanti", "providers": { "command_line": { "abort": { @@ -2392,6 +2404,7 @@ } } }, + "start_over": "Ricomincia", "unknown_error": "Qualcosa è andato storto", "working": "Attendere prego" }, diff --git a/translations/frontend/lv.json b/translations/frontend/lv.json index c38f72c208..7feaa848c4 100644 --- a/translations/frontend/lv.json +++ b/translations/frontend/lv.json @@ -460,6 +460,7 @@ } }, "common": { + "back": "Tilbake", "cancel": "Atcelt", "loading": "Ielāde", "no": "Nē", @@ -631,6 +632,7 @@ "editor": { "create": "IZVEIDOT", "delete": "DZĒST", + "name": "Navn", "update": "ATJAUNINĀT" }, "picker": { @@ -1522,6 +1524,7 @@ "abort_intro": "Pieteikšanās priekšlaikus pārtraukta", "authorizing_client": "Jūs gatavojaties piešķirt {clientId} piekļuvi jūsu Home Assistant.", "form": { + "next": "Neste", "providers": { "command_line": { "abort": { diff --git a/translations/frontend/nl.json b/translations/frontend/nl.json index e29a1a4e59..447b0b5752 100644 --- a/translations/frontend/nl.json +++ b/translations/frontend/nl.json @@ -474,6 +474,7 @@ }, "common": { "and": "en", + "back": "Terug", "cancel": "Annuleren", "close": "Sluiten", "delete": "Verwijderen", @@ -505,6 +506,7 @@ "device-picker": { "clear": "Wis", "device": "Apparaat", + "no_area": "Geen gebied", "show_devices": "Apparaten weergeven", "toggle": "Omschakelen" }, @@ -762,9 +764,13 @@ }, "description": "Overzicht van alle gebieden in je huis.", "editor": { + "area_id": "Gebieds-ID", "create": "Aanmaken", "default_name": "Nieuw Gebied", "delete": "Verwijderen", + "name": "Naam", + "name_required": "Naam is vereist", + "unknown_error": "Onbekende fout", "update": "Bijwerken" }, "picker": { @@ -799,6 +805,7 @@ "label": "Vertraging" }, "device_id": { + "action": "Actie", "extra_fields": { "code": "Code" }, @@ -840,6 +847,7 @@ "label": "En" }, "device": { + "condition": "Voorwaarde", "extra_fields": { "above": "Boven", "below": "Onder", @@ -918,7 +926,8 @@ "below": "Onder", "for": "Duur" }, - "label": "Apparaat" + "label": "Apparaat", + "trigger": "Trigger" }, "event": { "event_data": "Gebeurtenisdata", @@ -1246,6 +1255,7 @@ "integration": "Integratie", "manufacturer": "Fabrikant", "model": "Model", + "no_area": "Geen gebied", "no_devices": "Geen apparaten" }, "delete": "Verwijderen", @@ -2307,6 +2317,8 @@ "abort_intro": "Inloggen afgebroken", "authorizing_client": "Je staat op het punt {clientId} toegang te geven tot je Home Assistant-instantie.", "form": { + "error": "Fout: {error}", + "next": "Volgende", "providers": { "command_line": { "abort": { @@ -2392,6 +2404,7 @@ } } }, + "start_over": "Begin opnieuw", "unknown_error": "Er ging iets mis", "working": "Een ogenblik geduld" }, diff --git a/translations/frontend/pl.json b/translations/frontend/pl.json index 4c090615a8..727bec347b 100644 --- a/translations/frontend/pl.json +++ b/translations/frontend/pl.json @@ -2081,8 +2081,8 @@ "icon": "Ikona", "icon_height": "Wysokość ikony", "image": "Ścieżka obrazu", - "manual": "Ręczny", - "manual_description": "Chcesz dodać niestandardową kartę lub po prostu chcesz ręcznie napisać yaml?", + "manual": "Manualny edytor konfiguracji", + "manual_description": "Chcesz dodać niestandardową kartę lub po prostu manualnie edytować konfiguracji?", "maximum": "Maksimum", "minimum": "Minimum", "name": "Nazwa", @@ -2224,7 +2224,7 @@ "header": "Edycja interfejsu użytkownika", "menu": { "open": "Otwórz menu interfejsu użytkownika Lovelace", - "raw_editor": "Ręczny edytor konfiguracji" + "raw_editor": "Manualny edytor konfiguracji" }, "migrate": { "header": "Konfiguracja niekompatybilna", diff --git a/translations/frontend/pt.json b/translations/frontend/pt.json index 41e640f80c..5b2e087e69 100644 --- a/translations/frontend/pt.json +++ b/translations/frontend/pt.json @@ -474,6 +474,7 @@ }, "common": { "and": "e", + "back": "Retroceder", "cancel": "Cancelar", "close": "Fechar", "delete": "Apagar", @@ -764,6 +765,8 @@ "create": "Criar", "default_name": "Nova área", "delete": "Apagar", + "name": "Nome", + "unknown_error": "Erro desconhecido", "update": "Atualizar" }, "picker": { @@ -798,6 +801,7 @@ "label": "Atraso" }, "device_id": { + "action": "Ação", "extra_fields": { "code": "Código" }, @@ -839,6 +843,7 @@ "label": "E" }, "device": { + "condition": "Condição", "extra_fields": { "above": "Acima de", "below": "Abaixo de", @@ -917,7 +922,8 @@ "below": "Abaixo", "for": "Duração" }, - "label": "Dispositivo" + "label": "Dispositivo", + "trigger": "Acionador" }, "event": { "event_data": "Dados do evento", diff --git a/translations/frontend/sl.json b/translations/frontend/sl.json index c46e8a3a53..1550e445b2 100644 --- a/translations/frontend/sl.json +++ b/translations/frontend/sl.json @@ -473,11 +473,16 @@ } }, "common": { + "and": "in", + "back": "Nazaj", "cancel": "Prekliči", "close": "Zapri", "delete": "Izbriši", "loading": "Nalaganje", + "next": "Naslednji", "no": "Ne", + "previous": "Prejšnji", + "refresh": "Osveži", "save": "Shrani", "successfully_deleted": "Uspešno odstranjeno", "successfully_saved": "Shranjeno", @@ -501,6 +506,7 @@ "device-picker": { "clear": "Počisti", "device": "Naprava", + "no_area": "Brez območja", "show_devices": "Pokažite naprave", "toggle": "Preklopite" }, @@ -613,7 +619,7 @@ "pattern": "Vzorec Regex za validacijo na strani odjemalca", "text": "Besedilo" }, - "platform_not_loaded": "Integracija {platform} ni naložena. Dodajte svojo konfiguracijo tako, da dodate »default_config: 'ali' {platform}: '.", + "platform_not_loaded": "Integracija {platform} ni naložena. Dodajte svojo konfiguracijo bodisi tako, da dodate 'default_config:' 'ali \"{platform} :\".", "required_error_msg": "To polje je obvezno", "yaml_not_editable": "Nastavitev te entitete ni mogoče urejati iz uporabniškega vmesnika. Od tam se lahko konfigurirajo samo entitete, nastavljene iz uporabniškega vmesnika." }, @@ -737,6 +743,10 @@ "triggered": "Sproženo {name}" }, "panel": { + "calendar": { + "my_calendars": "Moji koledarji", + "today": "Danes" + }, "config": { "advanced_mode": { "hint_enable": "Ali manjkajo možnosti konfiguracije? Vključi napredni način", @@ -754,9 +764,13 @@ }, "description": "Pregled vseh območij v vašem domu.", "editor": { + "area_id": "ID območja", "create": "Ustvari", "default_name": "Novo območje", "delete": "Izbriši", + "name": "Ime", + "name_required": "Ime je obvezno", + "unknown_error": "Neznana napaka", "update": "Posodobi" }, "picker": { @@ -791,6 +805,7 @@ "label": "Zamik" }, "device_id": { + "action": "Akcija", "extra_fields": { "code": "Koda" }, @@ -832,6 +847,7 @@ "label": "In" }, "device": { + "condition": "Stanje", "extra_fields": { "above": "Nad", "below": "Pod", @@ -910,7 +926,8 @@ "below": "Pod", "for": "Trajanje" }, - "label": "Naprava" + "label": "Naprava", + "trigger": "Sprožilec" }, "event": { "event_data": "Podatki o dogodku", @@ -1173,7 +1190,9 @@ "edit_requires_storage": "Urejevalnik je onemogočen, ker je konfiguracija shranjena v configuration.yaml.", "elevation": "Nadmorska višina", "elevation_meters": "metrov", + "external_url": "Zunanji URL", "imperial_example": "Fahrenheit, funtov", + "internal_url": "Notranji URL", "latitude": "Zemljepisna širina", "location_name": "Ime vašega instalacije vašega Home Assistant-a.", "longitude": "Zemljepisna dolžina", @@ -1236,14 +1255,18 @@ "integration": "Integracija", "manufacturer": "Proizvajalec", "model": "Model", + "no_area": "Brez območja", "no_devices": "Brez naprav" }, "delete": "Izbriši", "description": "Upravljajte povezane naprave", + "device_info": "Informacije o napravi", "device_not_found": "Naprave ni bilo mogoče najti", "entities": { "add_entities_lovelace": "Dodaj v Lovelace", + "disabled_entities": "+{count} {count, plural,\n one {Onemogočena entiteta}\n other {onemogočene entitete}\n}", "entities": "Entitete", + "hide_disabled": "Skrij onemogočene", "none": "Ta naprava nima entitet" }, "name": "Ime", @@ -1363,7 +1386,8 @@ "restart_confirm": "Znova zaženite Home Assistant-a, da dokončate odstranitev te integracije", "settings_button": "Uredite nastavitve za {integration}", "system_options": "Sistemske možnosti", - "system_options_button": "Sistemske možnosti za {integration}" + "system_options_button": "Sistemske možnosti za {integration}", + "unnamed_entry": "Neimenovani vnos" }, "config_flow": { "aborted": "Prekinjeno", @@ -1867,10 +1891,13 @@ "built_using": "Zgrajen z uporabo", "custom_uis": "Uporabniški vmesniki po meri:", "developed_by": "Razvija ga kup osupljivih ljudi.", + "documentation": "Dokumentacija", "frontend": "frontend-ui", "frontend_version": "Frontend različica: {version} - {type}", "home_assistant_logo": "Home Assistant logotip", "icons_by": "Ikone ustvarili z", + "integrations": "Integracije", + "issues": "Težave", "license": "Objavljeno pod licenco Apache 2.0", "path_configuration": "Pot do configuration.yaml: {path}", "server": "strežnik", @@ -2061,6 +2088,7 @@ "name": "Ime", "no_theme": "Brez teme", "refresh_interval": "Interval osveževanja", + "secondary_info_attribute": "Atributi sekundarnih informacij", "show_icon": "Prikaži ikono?", "show_name": "Prikaži ime?", "show_state": "Prikaži stanje?", @@ -2151,7 +2179,8 @@ }, "weather-forecast": { "description": "Kartica Weather Forecast prikazuje vreme. Zelo koristno za vključiti na vmesnike, ki jih ljudje prikažejo na steni.", - "name": "Vremenska napoved" + "name": "Vremenska napoved", + "show_forecast": "Pokaži napoved" } }, "cardpicker": { @@ -2288,6 +2317,8 @@ "abort_intro": "Prijava prekinjena", "authorizing_client": "Dali boste {clientId} dostop do vašega Home Assistanta.", "form": { + "error": "Napaka: {error}", + "next": "Naslednji", "providers": { "command_line": { "abort": { @@ -2373,6 +2404,7 @@ } } }, + "start_over": "Začeti znova", "unknown_error": "Nekaj ​​je šlo narobe", "working": "Prosimo počakajte" }, diff --git a/translations/frontend/tr.json b/translations/frontend/tr.json index 90b79c5c2d..07f8b3c6a9 100644 --- a/translations/frontend/tr.json +++ b/translations/frontend/tr.json @@ -471,6 +471,8 @@ } }, "common": { + "and": "Ve", + "back": "Geri", "cancel": "İptal", "close": "Kapat", "delete": "Sil", @@ -502,6 +504,7 @@ "device-picker": { "clear": "Temiz", "device": "Cihaz", + "no_area": "Alan Yok", "show_devices": "Cihazları göster", "toggle": "Geçiş" }, @@ -740,8 +743,12 @@ }, "description": "Evinizdeki tüm alanlara genel bakış.", "editor": { + "area_id": "Alan Kimliği", "create": "OLUŞTUR", "delete": "SİL", + "name": "Ad", + "name_required": "Isim gereklidir", + "unknown_error": "Bilinmeyen hata", "update": "GÜNCELLE" }, "picker": { @@ -772,6 +779,7 @@ "label": "Bekleme" }, "device_id": { + "action": "Aksiyon", "extra_fields": { "code": "Kod" }, @@ -813,6 +821,7 @@ "label": "Ve" }, "device": { + "condition": "Şart", "extra_fields": { "above": "Üzerinde", "below": "Altında", @@ -820,6 +829,9 @@ }, "label": "Cihaz" }, + "not": { + "label": "Değil" + }, "numeric_state": { "above": "Üzerinde", "below": "Altında", @@ -888,7 +900,8 @@ "below": "Altında", "for": "Süre" }, - "label": "Cihaz" + "label": "Cihaz", + "trigger": "tetik" }, "event": { "event_data": "Etkinlik Verisi", @@ -1184,6 +1197,7 @@ "integration": "Entegrasyon", "manufacturer": "Üretici", "model": "Model", + "no_area": "Alan Yok", "no_devices": "Cihaz yok" }, "delete": "Sil", @@ -2110,6 +2124,7 @@ "abort_intro": "Giriş iptal edildi", "authorizing_client": "{clientId}'ye Home Assistant erişim izni vermek üzeresiniz.", "form": { + "next": "Sonraki", "providers": { "command_line": { "abort": { @@ -2192,6 +2207,7 @@ } } }, + "start_over": "Baştan Başla", "unknown_error": "Bir şeyler ters gitti", "working": "Lütfen bekleyin" }, diff --git a/translations/frontend/uk.json b/translations/frontend/uk.json index 4f5adc2445..2ad9613c8a 100644 --- a/translations/frontend/uk.json +++ b/translations/frontend/uk.json @@ -471,6 +471,7 @@ }, "common": { "cancel": "Скасувати", + "close": "Закрити", "delete": "Видалити", "loading": "Завантаження", "no": "Ні", @@ -481,6 +482,11 @@ "yes": "Так" }, "components": { + "area-picker": { + "area": "Приміщення", + "clear": "Очистити", + "show_areas": "Показати приміщення" + }, "device-picker": { "clear": "Очистити", "device": "Пристрій", @@ -498,6 +504,8 @@ "no_history_found": "Немає історії станів." }, "related-items": { + "device": "Пристрій", + "integration": "Інтеграція", "no_related_found": "Не знайдено пов'язаних елементів" }, "relative_time": { @@ -526,7 +534,23 @@ "domain_toggler": { "title": "Переключення доменів" }, + "entity_registry": { + "editor": { + "confirm_delete": "Ви впевнені, що хочете видалити цей об'єкт?", + "delete": "Видалити", + "entity_id": "Ідентифікатор об'єкта" + } + }, + "generic": { + "cancel": "Скасувати", + "close": "закрити", + "default_confirmation_title": "Ви впевнені?", + "ok": "ТАК" + }, "helper_settings": { + "generic": { + "name": "Назва" + }, "input_datetime": { "date": "Дата", "datetime": "Дата і час", @@ -540,6 +564,10 @@ "person": { "create_zone": "Створити зону з поточного місця розташування" }, + "restored": { + "confirm_remove_title": "Видалити об’єкт?", + "remove_action": "Видалити об'єкт" + }, "script": { "last_action": "Остання дія" }, @@ -553,6 +581,7 @@ "title": "Інструкції по оновленню" }, "vacuum": { + "fan_speed": "Швидкість вентилятора", "return_home": "Повернутися додому", "start_pause": "Початок/Пауза", "stop": "Зупинити" @@ -651,14 +680,17 @@ "description": "Огляд всіх приміщень у вашому домі.", "editor": { "create": "СТВОРИТИ", + "default_name": "Нове приміщення", "delete": "ВИДАЛИТИ", "update": "ОНОВИТИ" }, "picker": { + "create_area": "Створити приміщення", "header": "Реєстр приміщень", "integrations_page": "Сторінка інтеграцій", "introduction": "Приміщення використовуються для організації розташування пристроїв. Ця інформація буде використовуватися Home Assistant, щоб допомогти вам організувати ваш інтерфейс, дозволи та інтеграції з іншими системами.", - "introduction2": "Щоб розмістити пристрої в приміщенні, скористайтеся посиланням нижче, щоб перейти до сторінки інтеграції, а потім натисніть налаштовану інтеграцію, щоб дістатися до карток пристрою." + "introduction2": "Щоб розмістити пристрої в приміщенні, скористайтеся посиланням нижче, щоб перейти до сторінки інтеграції, а потім натисніть налаштовану інтеграцію, щоб дістатися до карток пристрою.", + "no_areas": "Схоже, що у вас ще немає приміщень!" } }, "automation": { @@ -1098,9 +1130,11 @@ "actions": { "caption": "Коли щось спрацьовує ..." }, + "automations": "Автоматизації", "conditions": { "caption": "Робити щось, тільки якщо..." }, + "no_automations": "Немає автоматизацій", "triggers": { "caption": "Зроби щось, коли..." } @@ -1120,8 +1154,21 @@ "delete": "Видалити", "description": "Керування підключеними пристроями", "device_not_found": "Пристрій не знайдено", + "entities": { + "add_entities_lovelace": "Додати до Lovelace", + "entities": "Об'єкти", + "none": "Цей пристрій не має об'єктів" + }, "no_devices": "Немає пристроїв", + "scene": { + "no_scenes": "Немає сцен", + "scenes": "Сцени" + }, "scenes": "Сцени", + "script": { + "no_scripts": "Немає скриптів", + "scripts": "Скрипти" + }, "scripts": "Скрипти", "unknown_error": "Невідома помилка", "unnamed_device": "Пристрій без імені" @@ -1130,22 +1177,35 @@ "caption": "Реєстр об'єктів", "description": "Огляд всіх відомих об'єктів.", "picker": { + "disable_selected": { + "button": "Вимкнути вибрані" + }, + "enable_selected": { + "button": "Увімкнути вибрані" + }, "filter": { - "show_readonly": "Показати об'єкти лише для читання" + "show_disabled": "Показати відключені об’єкти", + "show_readonly": "Показати об'єкти лише для читання", + "show_unavailable": "Показати недоступні об'єкти" }, "header": "Реєстр об'єктів", "headers": { "entity_id": "ID об'єкта", "integration": "Інтеграція", - "name": "Назва" + "name": "Назва", + "status": "Статус" }, "introduction": "Home Assistant зберігає реєстр кожного об'єкта, який він коли-небудь бачив, який може бути унікально ідентифікований. Кожному з цих об'єктів буде призначений ідентифікатор, який буде зарезервований тільки для цього об'єкта.", "introduction2": "Використовуйте реєстр об'єктів, щоб перевизначити ім'я, змінити ідентифікатор об'єкта або видалити запис з Home Assistant. Примітка: видалення запису реєстру не видалить об'єкт. Щоб зробити це, перейдіть за наведеним нижче посиланням і видаліть його зі сторінки інтеграції.", "remove_selected": { "button": "Видалити вибране" }, + "selected": "{number} вибрано", "status": { - "readonly": "Лише для читання" + "disabled": "Вимкнений", + "ok": "Так", + "readonly": "Лише для читання", + "unavailable": "Недоступний" } } }, @@ -1154,6 +1214,19 @@ "filtering_by": "Фільтрування за" }, "header": "Налаштуваня Home Assistant", + "helpers": { + "dialog": { + "create": "Створити" + }, + "picker": { + "headers": { + "name": "Назва" + } + }, + "types": { + "input_datetime": "Дата та/або час" + } + }, "integrations": { "add_integration": "Додати інтеграцію", "caption": "Інтеграція", @@ -1222,11 +1295,40 @@ "introduction": "Тут можна налаштувати свої компоненти та Home Assistant. Не все можна налаштувати з інтерфейсу користувача, але ми працюємо над цим.", "lovelace": { "dashboards": { - "default_dashboard": "Це стандартна панель" + "conf_mode": { + "yaml": "Файл YAML" + }, + "default_dashboard": "Це стандартна панель", + "detail": { + "create": "Створити", + "delete": "Видалити", + "dismiss": "Закрити", + "require_admin": "Лише адміністратор", + "update": "Оновити", + "url": "URL-адреса" + }, + "picker": { + "headers": { + "filename": "Назва файлу", + "require_admin": "Лише адміністратор" + }, + "open": "Відкрити" + } }, "resources": { + "caption": "Ресурси", "picker": { + "add_resource": "Додати ресурс", + "headers": { + "url": "URL-адреса" + }, "no_resources": "Немає ресурсів" + }, + "refresh_header": "Оновити?", + "types": { + "html": "HTML (застарілий)", + "js": "Файл JavaScript (застарілий)", + "module": "Модуль JavaScript" } } }, @@ -1449,7 +1551,8 @@ "group_id": "Ідентифікатор групи", "group_name_placeholder": "Назва групи", "group_not_found": "Групу не знайдено!", - "remove_members": "Видалити учасників" + "remove_members": "Видалити учасників", + "zha_zigbee_groups": "ZHA Zigbee групи" }, "network_management": { "header": "Керування мережею", @@ -1468,7 +1571,13 @@ "configured_in_yaml": "Зони, налаштовані через configuration.yaml, не можуть бути відредаговані через інтерфейс користувача.", "description": "Керуйте зонами, в яких слід відстежувати людей.", "detail": { - "passive_note": "Пасивні зони приховані у front-end-і і не використовуються як місце для відстеження пристроїв. Це корисно, якщо ви просто хочете використовувати його для автоматизації." + "create": "Створити", + "delete": "Видалити", + "latitude": "Широта", + "longitude": "Довгота", + "passive": "Пасивний", + "passive_note": "Пасивні зони приховані у front-end-і і не використовуються як місце для відстеження пристроїв. Це корисно, якщо ви просто хочете використовувати його для автоматизації.", + "radius": "Радіус" }, "go_to_core_config": "Перейти до загальних налаштувань?", "home_zone_core_config": "Місцезнаходження вашої домашньої зони можна редагувати на сторінці загальних налаштувань. На даний час, радіус зони \"Головна\" не можна редагувати з адміністративної панелі. Ви хочете перейти до загальних налаштувань?", @@ -1840,7 +1949,8 @@ "header": "Перегляд Конфігурації", "header_name": "{name} Переглянути конфігурацію", "move_left": "Перемістити перегляд ліворуч", - "move_right": "Перемістити перегляд праворуч" + "move_right": "Перемістити перегляд праворуч", + "tab_settings": "Налаштування" }, "header": "Редагування інтерфейсу", "menu": { @@ -2096,6 +2206,7 @@ "profile": { "advanced_mode": { "description": "Home Assistant за замовчуванням приховує розширені функції та параметри. Ви можете зробити ці функції доступними, перемкнувши цей перемикач. Це налаштування, орієнтоване на користувачів, і не впливає на інших користувачів, які використовують Home Assistant.", + "link_promo": "Дізнатися більше", "title": "Розширений режим" }, "change_password": { diff --git a/translations/frontend/vi.json b/translations/frontend/vi.json index b2799799e8..74853d9d8c 100644 --- a/translations/frontend/vi.json +++ b/translations/frontend/vi.json @@ -549,8 +549,10 @@ }, "description": "Tổng quan tất cả các khu vực trong nhà bạn.", "editor": { + "area_id": "ID Khu vực", "create": "TẠO", "delete": "XÓA", + "unknown_error": "Lỗi không xác định", "update": "CẬP NHẬT" }, "picker": { @@ -583,6 +585,9 @@ "delay": "Hoãn", "label": "Chậm trễ" }, + "device_id": { + "action": "Hành động" + }, "event": { "event": "Sự kiện:", "label": "Kích hoạt Sự kiện", @@ -611,6 +616,9 @@ "learn_more": "Tìm hiểu thêm về Điều kiện", "type_select": "Loại điều kiện", "type": { + "device": { + "condition": "Điều kiện" + }, "numeric_state": { "above": "Ở trên", "below": "Bên dưới", @@ -662,6 +670,9 @@ "learn_more": "Tìm hiểu thêm về Kích hoạt", "type_select": "Loại Bộ khởi động", "type": { + "device": { + "trigger": "Kích hoạt" + }, "event": { "event_data": "Dữ liệu sự kiện", "event_type": "Loại sự kiện", @@ -801,6 +812,7 @@ "integration": "Tích hợp", "manufacturer": "Nhà sản xuất", "model": "Dòng sản phẩm", + "no_area": "Không có khu vực", "no_devices": "Không có thiết bị nào" }, "delete": "Xóa",