diff --git a/translations/frontend/cs.json b/translations/frontend/cs.json index 884e231eb2..6986910f9b 100644 --- a/translations/frontend/cs.json +++ b/translations/frontend/cs.json @@ -554,6 +554,10 @@ "loading_history": "Historie stavu se načítá...", "no_history_found": "Historie stavu chybí." }, + "picture-upload": { + "label": "Obrázek", + "unsupported_format": "Nepodporovaný formát, prosím vyberte obrázek typu JPEG, PNG nebo GIF." + }, "related-items": { "area": "Oblast", "automation": "Část následujících automatizací", @@ -656,6 +660,9 @@ "required_error_msg": "Toto pole je povinné", "yaml_not_editable": "Nastavení této entity nelze upravovat z uživatelského rozhraní. Pouze entity nastavené z uživatelského rozhraní lze konfigurovat v uživatelském rozhraní." }, + "image_cropper": { + "crop": "Ořiznout" + }, "more_info_control": { "dismiss": "Zavřít dialog", "edit": "Upravit entitu", @@ -837,7 +844,7 @@ "add_option": "Přidat volbu", "conditions": "Podmínky", "default": "Výchozí akce", - "label": "Vybrat", + "label": "Volby", "option": "Volba {number}", "remove_option": "Odebrat volbu", "sequence": "Akce" @@ -862,7 +869,7 @@ "service_data": "Data služby" }, "repeat": { - "label": "Opakovat", + "label": "Opakovaní", "sequence": "Akce", "type_select": "Typ opakování", "type": { @@ -1042,6 +1049,9 @@ "sunrise": "Východ slunce", "sunset": "Západ slunce" }, + "tag": { + "label": "Značka" + }, "template": { "label": "Šablona", "value_template": "Šablona hodnoty" @@ -1641,6 +1651,9 @@ "ozw": { "common": { "zwave": "Z-Wave" + }, + "refresh_node": { + "step": "Krok" } }, "person": { @@ -1797,6 +1810,31 @@ } } }, + "tags": { + "add_tag": "Přidat značku", + "automation_title": "Značka {name} je naskenována", + "caption": "Značky", + "create_automation": "Vytvořit automatizaci se značkou", + "description": "Správa značek", + "detail": { + "create": "Vytvořit", + "create_and_write": "Vytvořit a zapsat", + "delete": "Smazat", + "description": "Popis", + "name": "Název", + "new_tag": "Nová značka", + "tag_id": "ID značky", + "tag_id_placeholder": "Automaticky vygenerováno, pokud zůstane prázdné", + "update": "Aktualizovat" + }, + "edit": "Upravit", + "headers": { + "last_scanned": "Naposledy naskenováno", + "name": "Název" + }, + "no_tags": "Žádné značky", + "write": "Zapsat" + }, "users": { "add_user": { "caption": "Přidat uživatele", diff --git a/translations/frontend/de.json b/translations/frontend/de.json index 130ade04c7..6bd1aa079d 100644 --- a/translations/frontend/de.json +++ b/translations/frontend/de.json @@ -57,7 +57,7 @@ "boost": "Boost", "comfort": "Komfort", "eco": "Eco", - "home": "Zu Hause", + "home": "Zuhause", "normal": "Normal", "sleep": "Schlafen" } @@ -96,7 +96,7 @@ "armed": "Aktiv", "armed_away": "Aktiv, abwesend", "armed_custom_bypass": "Aktiv, benutzerdefiniert", - "armed_home": "Aktiv, zu Hause", + "armed_home": "Aktiv, Zuhause", "armed_night": "Aktiv, Nacht", "arming": "Aktiviere", "disarmed": "Inaktiv", @@ -267,7 +267,7 @@ "standby": "Standby" }, "person": { - "home": "Zu Hause" + "home": "Zuhause" }, "plant": { "ok": "OK", @@ -2137,7 +2137,7 @@ "empty_state": { "go_to_integrations_page": "Gehe zur Integrationsseite.", "no_devices": "Auf dieser Seite können Sie Ihre Geräte steuern, es sieht jedoch so aus, als hätten Sie noch keine eingerichtet. Gehen Sie zur Integrationsseite, um damit zu beginnen.", - "title": "Willkommen zu Hause" + "title": "Willkommen Zuhause" }, "entities": { "never_triggered": "Nie ausgelöst" diff --git a/translations/frontend/en.json b/translations/frontend/en.json index a734befcf8..24b2f221a9 100644 --- a/translations/frontend/en.json +++ b/translations/frontend/en.json @@ -1337,6 +1337,7 @@ "caption": "Devices", "confirm_delete": "Are you sure you want to delete this device?", "confirm_rename_entity_ids": "Do you also want to rename the entity id's of your entities?", + "confirm_rename_entity_ids_warning": "This will not change any configuration (like automations, scripts, scenes, Lovelace) that is currently using these entities, you will have to update them yourself.", "data_table": { "area": "Area", "battery": "Battery", diff --git a/translations/frontend/es.json b/translations/frontend/es.json index d1c32fc9ac..87f4e15546 100644 --- a/translations/frontend/es.json +++ b/translations/frontend/es.json @@ -899,7 +899,7 @@ "wait_template": "Plantilla de espera" } }, - "unsupported_action": "Acción no admitida: {action}" + "unsupported_action": "No hay soporte en la IU para la acción: {action}" }, "alias": "Nombre", "conditions": { @@ -965,7 +965,7 @@ "zone": "Zona" } }, - "unsupported_condition": "Condición no admitida: {condition}" + "unsupported_condition": "No hay soporte en la IU para la condición: {condition}" }, "default_name": "Nueva automatización", "description": { @@ -1057,6 +1057,9 @@ "sunrise": "Amanecer", "sunset": "Puesta de sol" }, + "tag": { + "label": "Etiqueta" + }, "template": { "label": "Plantilla", "value_template": "Valor de la plantilla" @@ -1084,7 +1087,7 @@ "zone": "Zona" } }, - "unsupported_platform": "Plataforma no admitida: {platform}" + "unsupported_platform": "No hay soporte en la IU para la plataforma: {platform}" }, "unsaved_confirm": "Tienes cambios sin guardar. ¿Estás seguro de que quieres salir?" }, @@ -1850,6 +1853,31 @@ } } }, + "tags": { + "add_tag": "Añadir etiqueta", + "automation_title": "Se escanea la etiqueta {name}", + "caption": "Etiquetas", + "create_automation": "Crear automatización con etiqueta", + "description": "Administrar etiquetas", + "detail": { + "create": "Crear", + "create_and_write": "Crear y escribir", + "delete": "Eliminar", + "description": "Descripción", + "name": "Nombre", + "new_tag": "Nueva etiqueta", + "tag_id": "ID de etiqueta", + "tag_id_placeholder": "Autogenerado cuando se deja vacío", + "update": "Actualizar" + }, + "edit": "Editar", + "headers": { + "last_scanned": "Última vez escaneada", + "name": "Nombre" + }, + "no_tags": "Sin etiquetas", + "write": "Escribir" + }, "users": { "add_user": { "caption": "Añadir usuario", diff --git a/translations/frontend/nb.json b/translations/frontend/nb.json index aab4a1b4b1..dacd48e75b 100644 --- a/translations/frontend/nb.json +++ b/translations/frontend/nb.json @@ -899,7 +899,7 @@ "wait_template": "Ventemal" } }, - "unsupported_action": "Ikke-støttet handling: {action}" + "unsupported_action": "Ingen brukergrensesnitt for handling: {action}" }, "alias": "Navn", "conditions": { @@ -965,7 +965,7 @@ "zone": "Sone" } }, - "unsupported_condition": "Ikke-støttet tilstand: {condition}" + "unsupported_condition": "Ingen brukergrensesnitt for bruk: {condition}" }, "default_name": "Ny automasjon", "description": { @@ -1057,6 +1057,9 @@ "sunrise": "Soloppgang", "sunset": "Solnedgang" }, + "tag": { + "label": "Tag" + }, "template": { "label": "Mal", "value_template": "Verdi mal" @@ -1084,7 +1087,7 @@ "zone": "Sone" } }, - "unsupported_platform": "Ikke-støttet plattform: {platform}" + "unsupported_platform": "Ingen UI-støtte for plattform: {platform}" }, "unsaved_confirm": "Du har ulagrede endringer. Er du sikker på at du vil lukke?" }, @@ -1850,6 +1853,31 @@ } } }, + "tags": { + "add_tag": "Legg til tag", + "automation_title": "Tag {name} skannes", + "caption": "Tags", + "create_automation": "Opprett automatisering med tag", + "description": "Administrer tagger", + "detail": { + "create": "Opprett", + "create_and_write": "Opprette og skrive", + "delete": "Slett", + "description": "Beskrivelse", + "name": "Navn", + "new_tag": "Ny tag", + "tag_id": "Tag id", + "tag_id_placeholder": "Automatisk generert når den er tom", + "update": "Oppdater" + }, + "edit": "Redigere", + "headers": { + "last_scanned": "Sist skannet", + "name": "Navn" + }, + "no_tags": "Ingen tagger", + "write": "Skrive" + }, "users": { "add_user": { "caption": "Legg til bruker", diff --git a/translations/frontend/ru.json b/translations/frontend/ru.json index 3c3bcc6a7a..5f5f1eb2c4 100644 --- a/translations/frontend/ru.json +++ b/translations/frontend/ru.json @@ -899,7 +899,7 @@ "wait_template": "Шаблон ожидания" } }, - "unsupported_action": "Неподдерживаемое действие: {action}" + "unsupported_action": "Отсутствует форма ввода для этого действия: {action}" }, "alias": "Название", "conditions": { @@ -965,7 +965,7 @@ "zone": "Зона" } }, - "unsupported_condition": "Неподдерживаемое условие: {condition}" + "unsupported_condition": "Отсутствует форма ввода для этого условия: {condition}" }, "default_name": "Новая автоматизация", "description": { @@ -1057,6 +1057,9 @@ "sunrise": "Восход", "sunset": "Закат" }, + "tag": { + "label": "Метка" + }, "template": { "label": "Шаблон", "value_template": "Значение шаблона" @@ -1084,7 +1087,7 @@ "zone": "Зона" } }, - "unsupported_platform": "Неподдерживаемая платформа: {platform}" + "unsupported_platform": "Отсутствует форма ввода для этой платформы: {platform}" }, "unsaved_confirm": "У вас есть несохраненные изменения. Вы уверены, что хотите выйти?" }, @@ -1850,6 +1853,31 @@ } } }, + "tags": { + "add_tag": "Добавить метку", + "automation_title": "Считана метка {name}", + "caption": "Метки", + "create_automation": "Создать автоматизацию с меткой", + "description": "Управление метками", + "detail": { + "create": "Добавить", + "create_and_write": "Добавить и записать", + "delete": "Удалить", + "description": "Описание", + "name": "Название", + "new_tag": "Новая метка", + "tag_id": "ID метки", + "tag_id_placeholder": "Если не указан, создается автоматически", + "update": "Обновить" + }, + "edit": "Изменить", + "headers": { + "last_scanned": "Последнее считывание", + "name": "Название" + }, + "no_tags": "Нет меток", + "write": "Записать" + }, "users": { "add_user": { "caption": "Добавить пользователя", diff --git a/translations/frontend/zh-Hant.json b/translations/frontend/zh-Hant.json index 300057102a..e542d910a0 100644 --- a/translations/frontend/zh-Hant.json +++ b/translations/frontend/zh-Hant.json @@ -554,6 +554,10 @@ "loading_history": "正在載入狀態歷史...", "no_history_found": "找不到狀態歷史。" }, + "picture-upload": { + "label": "照片", + "unsupported_format": "不支援的格式,請選擇 JPEG、PNG 或 GIF 圖檔。" + }, "related-items": { "area": "分區", "automation": "以下自動化部分", @@ -656,6 +660,9 @@ "required_error_msg": "必填欄位", "yaml_not_editable": "此物件的設定無法藉由 UI 編輯、僅有透過 UI 設定的物件可於 UI 進行設定。" }, + "image_cropper": { + "crop": "裁切" + }, "more_info_control": { "dismiss": "忽略對話", "edit": "編輯物件", @@ -892,7 +899,7 @@ "wait_template": "等待模板" } }, - "unsupported_action": "不支援的觸發動作: {action}" + "unsupported_action": "UI 介面不支援觸發動作:{action}" }, "alias": "名稱", "conditions": { @@ -958,7 +965,7 @@ "zone": "區域" } }, - "unsupported_condition": "不支援的觸發判斷: {condition}" + "unsupported_condition": "UI 介面不支援觸發判斷:{condition}" }, "default_name": "建立新的自動化", "description": { @@ -1050,6 +1057,9 @@ "sunrise": "日出", "sunset": "日落" }, + "tag": { + "label": "標籤" + }, "template": { "label": "模板", "value_template": "數值模板" @@ -1077,7 +1087,7 @@ "zone": "區域" } }, - "unsupported_platform": "不支持的平台: {platform}" + "unsupported_platform": "UI 介面不支援平台:{platform}" }, "unsaved_confirm": "設定尚未儲存,確定要放棄嗎?" }, @@ -1843,6 +1853,31 @@ } } }, + "tags": { + "add_tag": "新增標籤", + "automation_title": "標籤 {name} 已掃描", + "caption": "標籤", + "create_automation": "以標籤新增自動化", + "description": "管理標籤", + "detail": { + "create": "新增", + "create_and_write": "新增與編寫", + "delete": "刪除", + "description": "說明", + "name": "名稱", + "new_tag": "新標籤", + "tag_id": "標籤 ID", + "tag_id_placeholder": "空白時將自動產生", + "update": "更新" + }, + "edit": "編輯", + "headers": { + "last_scanned": "最後掃描時間", + "name": "名稱" + }, + "no_tags": "無標籤", + "write": "編寫" + }, "users": { "add_user": { "caption": "新增用戶",