diff --git a/translations/frontend/bg.json b/translations/frontend/bg.json index 55c754025b..cf1bc4e394 100644 --- a/translations/frontend/bg.json +++ b/translations/frontend/bg.json @@ -285,6 +285,12 @@ "no_addons": "Все още нямате инсталирани добавки. Насочете се към хранилището за добавки, за да започнете!" }, "dialog": { + "hardware": { + "attributes": "Атрибути", + "id": "ID", + "search": "Търсене на хардуер", + "title": "Хардуер" + }, "network": { "connected_to": "Свързан с {ssid}", "dhcp": "DHCP", @@ -346,6 +352,7 @@ "snapshot": { "addons": "Добавки", "available_snapshots": "Налични снапшоти", + "confirm_password": "Потвърдете паролата за снапшота", "could_not_create": "Не можа да се създаде снапшот", "create": "Създаване", "create_blocked_not_running": "Създаването на снапшот в момента не е възможно, тъй като системата е в състояние {state}.", @@ -353,7 +360,7 @@ "created": "Създаден", "delete_selected": "Изтриване на избраните снапшоти", "delete_snapshot_confirm": "Изтрий", - "delete_snapshot_title": "Изтриване на снапшот", + "delete_snapshot_title": "Изтриване на снапшота", "description": "Снапшотите ви позволяват лесно да архивирате и възстановявате всички данни от вашия екземпляр на Home Assistant.", "enter_password": "Моля, въведете парола.", "folder": { @@ -371,7 +378,9 @@ "password": "Парола", "password_protected": "защитен с парола", "password_protection": "Защита с парола", + "passwords_not_matching": "Паролите не съвпадат", "security": "Сигурност", + "select_type": "Изберете какво да възстановите", "selected": "{number} избрани", "type": "Тип", "upload_snapshot": "Качване на снапшот" @@ -1642,7 +1651,8 @@ "link_learn_how_it_works": "Научете как работи", "not_connected": "Не е свързан", "remote_enabled": { - "caption": "Автоматично свързване" + "caption": "Автоматично свързване", + "description": "Активирайте тази опция, за да сте сигурни, че вашият Home Assistant е винаги достъпен от разстояние." }, "title": "Дистанционен контрол" }, diff --git a/translations/frontend/ca.json b/translations/frontend/ca.json index 09b15bcbb9..f00ce7e49e 100644 --- a/translations/frontend/ca.json +++ b/translations/frontend/ca.json @@ -318,6 +318,14 @@ "no_addons": "Encara no tens cap complement instal·lat. Vés al directori de complements per començar!" }, "dialog": { + "hardware": { + "attributes": "Atributs", + "device_path": "Ruta del dispositiu", + "id": "ID", + "search": "Cercar maquinari", + "subsystem": "Subsistema", + "title": "Maquinari" + }, "network": { "connected_to": "Connectat a {ssid}", "dhcp": "DHCP", @@ -382,6 +390,7 @@ "snapshot": { "addons": "Complements", "available_snapshots": "Instantànies disponibles", + "confirm_password": "Confirma la contrasenya de la instantània", "could_not_create": "No s'ha pogut crear la instantània", "create": "Crea", "create_blocked_not_running": "Ara mateix no és possible crear una instantània perquè el sistema es troba en estat {state}.", @@ -409,6 +418,7 @@ "password": "Contrasenya de la instantània", "password_protected": "protegit amb contrasenya", "password_protection": "Protecció amb contrasenya", + "passwords_not_matching": "Les contrasenyes no coincideixen", "security": "Seguretat", "select_type": "Selecciona què vols restaurar", "selected": "{number} seleccionada/es", diff --git a/translations/frontend/cs.json b/translations/frontend/cs.json index c22492e14b..c117b7aefb 100644 --- a/translations/frontend/cs.json +++ b/translations/frontend/cs.json @@ -318,6 +318,14 @@ "no_addons": "Zatím nemáte nainstalované žádné doplňky. Chcete-li začít, přejděte do obchodu s doplňky." }, "dialog": { + "hardware": { + "attributes": "Atributy", + "device_path": "Cesta k zařízení", + "id": "ID", + "search": "Hledat hardware", + "subsystem": "Subsystém", + "title": "Hardware" + }, "network": { "connected_to": "Připojeno k {ssid}", "dhcp": "DHCP", @@ -382,6 +390,7 @@ "snapshot": { "addons": "Doplňky", "available_snapshots": "Dostupné zálohy", + "confirm_password": "Potvrďte heslo zálohy", "could_not_create": "Nelze vytvořit zálohu", "create": "Vytvořit", "create_blocked_not_running": "Vytvoření zálohy není momentálně možné, protože systém je ve \"{state}\".", @@ -409,6 +418,7 @@ "password": "Heslo zálohy", "password_protected": "chráněno heslem", "password_protection": "Ochrana heslem", + "passwords_not_matching": "Hesla se neshodují", "security": "Zabezpečení", "select_type": "Vyberte, co chcete obnovit", "selected": "{number} vybraných", @@ -3544,7 +3554,7 @@ "options": "Více možností", "pick_card": "Kterou kartu chcete přidat?", "pick_card_view_title": "Kterou kartu byste chtěli přidat do svého {name} pohledu?", - "search_cards": "Vyhledat karty", + "search_cards": "Hledat karty", "show_code_editor": "Zobrazit editor kódu", "show_visual_editor": "Zobrazit vizuální editor", "toggle_editor": "Přepnout Editor", diff --git a/translations/frontend/en.json b/translations/frontend/en.json index 00c78cbeeb..f18b30e269 100644 --- a/translations/frontend/en.json +++ b/translations/frontend/en.json @@ -318,6 +318,14 @@ "no_addons": "You don't have any add-ons installed yet. Head over to the add-on store to get started!" }, "dialog": { + "hardware": { + "attributes": "Attributes", + "device_path": "Device path", + "id": "ID", + "search": "Search hardware", + "subsystem": "Subsystem", + "title": "Hardware" + }, "network": { "connected_to": "Connected to {ssid}", "dhcp": "DHCP", @@ -382,6 +390,7 @@ "snapshot": { "addons": "Add-ons", "available_snapshots": "Available Snapshots", + "confirm_password": "Confirm Snapshot password", "could_not_create": "Could not create snapshot", "create": "Create", "create_blocked_not_running": "Creating a snapshot is not possible right now because the system is in {state} state.", @@ -409,6 +418,7 @@ "password": "Snapshot password", "password_protected": "password protected", "password_protection": "Password protection", + "passwords_not_matching": "The passwords does not match", "security": "Security", "select_type": "Select what to restore", "selected": "{number} selected", diff --git a/translations/frontend/es.json b/translations/frontend/es.json index 9b28f1c447..c161b2a757 100644 --- a/translations/frontend/es.json +++ b/translations/frontend/es.json @@ -318,6 +318,14 @@ "no_addons": "Aún no tienes ningún complemento instalado. ¡Dirígete a la tienda de complementos para comenzar!" }, "dialog": { + "hardware": { + "attributes": "Atributos", + "device_path": "Ruta del dispositivo", + "id": "ID", + "search": "Buscar hardware", + "subsystem": "Subsistema", + "title": "Hardware" + }, "network": { "connected_to": "Conectado a {ssid}", "dhcp": "DHCP", @@ -382,6 +390,7 @@ "snapshot": { "addons": "Complementos", "available_snapshots": "Instantáneas disponibles", + "confirm_password": "Confirma la contraseña de la instantánea", "could_not_create": "No se pudo crear la instantánea", "create": "Crear", "create_blocked_not_running": "No es posible crear una instantánea en este momento porque el sistema está en el estado {state}.", @@ -409,6 +418,7 @@ "password": "Contraseña de la instantánea", "password_protected": "protegida por contraseña", "password_protection": "Protección con contraseña", + "passwords_not_matching": "Las contraseñas no coinciden", "security": "Seguridad", "select_type": "Selecciona qué restaurar", "selected": "{number} {number, plural,\n one {seleccionada}\n other {seleccionadas}\n}", diff --git a/translations/frontend/et.json b/translations/frontend/et.json index 18ce2c5330..129e23b248 100644 --- a/translations/frontend/et.json +++ b/translations/frontend/et.json @@ -318,6 +318,14 @@ "no_addons": "Ühtegi lisandmoodulit pole veel paigaldatud. Alustamiseks mine lisandmoodulite hoidlasse!" }, "dialog": { + "hardware": { + "attributes": "Atribuudid", + "device_path": "Seadme asukoht", + "id": "ID", + "search": "Otsi riistvara", + "subsystem": "Alamsüsteem", + "title": "Riistvara" + }, "network": { "connected_to": "Ühendatud pääsupunktiga {ssid}", "dhcp": "DHCP", @@ -382,6 +390,7 @@ "snapshot": { "addons": "Lisandmoodulid", "available_snapshots": "Saadaolevad hetktõmmised", + "confirm_password": "Hetktõmmise parooli kinnitamine", "could_not_create": "Hetktõmmise loomine nurjus", "create": "Loo", "create_blocked_not_running": "Hetktõmmise loomine pole praegu võimalik kuna süsteem on olekus {state}.", @@ -409,6 +418,7 @@ "password": "Hetktõmmise salasõna", "password_protected": "salasõnaha kaitstud", "password_protection": "Salasõnaga kaitstud", + "passwords_not_matching": "Salasõnad ei ühti", "security": "Turvalisus", "select_type": "Vali mida taastada", "selected": "{number} valitud", diff --git a/translations/frontend/he.json b/translations/frontend/he.json index a71c787e63..e6bbeb6be8 100644 --- a/translations/frontend/he.json +++ b/translations/frontend/he.json @@ -318,6 +318,14 @@ "no_addons": "עדיין לא מותקנות הרחבות. גשו לחנות ההרחבה כדי להתחיל!" }, "dialog": { + "hardware": { + "attributes": "תכונות", + "device_path": "נתיב התקן", + "id": "מזהה", + "search": "חפש חומרה", + "subsystem": "תת מערכת", + "title": "חומרה" + }, "network": { "connected_to": "מחובר אל {ssid}", "dhcp": "DHCP", @@ -382,6 +390,7 @@ "snapshot": { "addons": "תוספים", "available_snapshots": "גיבויים זמינים", + "confirm_password": "אישור סיסמת גיבוי", "could_not_create": "לא ניתן ליצור גיבוי", "create": "צור", "create_blocked_not_running": "יצירת גיבוי אינה אפשרית כרגע מכיוון שהמערכת במצב {state} .", @@ -409,6 +418,7 @@ "password": "סיסמה", "password_protected": "מוגן באמצעות סיסמה", "password_protection": "הגנה באמצעות סיסמה", + "passwords_not_matching": "הסיסמאות אינן תואמות", "security": "אבטחה", "select_type": "בחר מה לשחזר", "selected": "{number} נבחרו", diff --git a/translations/frontend/ko.json b/translations/frontend/ko.json index 8165ff6aed..c769c47971 100644 --- a/translations/frontend/ko.json +++ b/translations/frontend/ko.json @@ -318,6 +318,14 @@ "no_addons": "아직 설치된 애드온이 없습니다. 시작하려면 애드온 스토어로 이동해보세요!" }, "dialog": { + "hardware": { + "attributes": "속성", + "device_path": "장치 경로", + "id": "ID", + "search": "하드웨어 검색", + "subsystem": "서브 시스템", + "title": "하드웨어" + }, "network": { "connected_to": "{ssid}에 연결되었습니다", "dhcp": "자동 구성", @@ -382,6 +390,7 @@ "snapshot": { "addons": "애드온", "available_snapshots": "사용 가능한 스냅숏", + "confirm_password": "스냅샷 비밀번호 확인", "could_not_create": "스냅숏을 만들 수 없습니다", "create": "생성하기", "create_blocked_not_running": "시스템이 {state} 상태이기 때문에 지금은 스냅숏을 생성할 수 없습니다.", @@ -409,6 +418,7 @@ "password": "비밀번호", "password_protected": "비밀번호로 보호됨", "password_protection": "비밀번호 보호", + "passwords_not_matching": "비밀번호가 일치하지 않습니다", "security": "보안", "select_type": "복원 할 항목 선택", "selected": "{number}개 선택됨", diff --git a/translations/frontend/nb.json b/translations/frontend/nb.json index db2b6757ab..eddfb6ab81 100644 --- a/translations/frontend/nb.json +++ b/translations/frontend/nb.json @@ -318,6 +318,14 @@ "no_addons": "Du har ikke installert tilleggsprogrammer ennå. Gå over til tilleggsbutikken for å komme i gang!" }, "dialog": { + "hardware": { + "attributes": "Attributter", + "device_path": "Bane til enhet", + "id": "ID", + "search": "Søk i maskinvare", + "subsystem": "Delsystem", + "title": "Maskinvare" + }, "network": { "connected_to": "Koblet til {ssid}", "dhcp": "", diff --git a/translations/frontend/ru.json b/translations/frontend/ru.json index 94ff9453cf..c7c1eb240c 100644 --- a/translations/frontend/ru.json +++ b/translations/frontend/ru.json @@ -318,6 +318,14 @@ "no_addons": "Нет установленных дополнений. Вы можете установить их из магазина дополнений." }, "dialog": { + "hardware": { + "attributes": "Атрибуты", + "device_path": "Путь к устройству", + "id": "ID", + "search": "Поиск оборудования", + "subsystem": "Подсистема", + "title": "Оборудование" + }, "network": { "connected_to": "Подключено к {ssid}", "dhcp": "DHCP", @@ -382,6 +390,7 @@ "snapshot": { "addons": "Дополнения", "available_snapshots": "Доступные снимки", + "confirm_password": "Подтверждение пароля", "could_not_create": "Не удалось создать снимок", "create": "Создать", "create_blocked_not_running": "Создание снимка сейчас невозможно, потому что система находится в состоянии {state}.", @@ -409,6 +418,7 @@ "password": "Пароль", "password_protected": "защищено паролем", "password_protection": "Защита паролем", + "passwords_not_matching": "Пароли не совпадают", "security": "Безопасность", "select_type": "Выберите что нужно восстановить из этого снимка файловой системы", "selected": "Выбрано: {number}", diff --git a/translations/frontend/zh-Hant.json b/translations/frontend/zh-Hant.json index 81805be4b7..19be965c7e 100644 --- a/translations/frontend/zh-Hant.json +++ b/translations/frontend/zh-Hant.json @@ -318,6 +318,14 @@ "no_addons": "目前似乎沒有安裝任何附加元件。點選下方附加元件商店以新增!" }, "dialog": { + "hardware": { + "attributes": "屬性", + "device_path": "裝置路徑", + "id": "ID", + "search": "搜尋硬體", + "subsystem": "子系統", + "title": "硬體" + }, "network": { "connected_to": "已連線至 {ssid}", "dhcp": "DHCP", @@ -382,6 +390,7 @@ "snapshot": { "addons": "附加元件", "available_snapshots": "可用系統備份", + "confirm_password": "確認系統備份密碼", "could_not_create": "無法製作系統備份", "create": "新增", "create_blocked_not_running": "由於系統為 {state} 狀態,無法製作系統備份。", @@ -409,6 +418,7 @@ "password": "系統備份密碼", "password_protected": "密碼保護未顯示", "password_protection": "密碼保護", + "passwords_not_matching": "密碼不相符", "security": "加密", "select_type": "選擇所要回復內容", "selected": "已選擇 {number} 個",