diff --git a/translations/frontend/ca.json b/translations/frontend/ca.json index 232718650c..9f81282090 100644 --- a/translations/frontend/ca.json +++ b/translations/frontend/ca.json @@ -941,6 +941,19 @@ "introduction": "Utilitza les automatitzacions per donar més vida a la teva casa", "load_error_not_editable": "Només es poden editar les automatitzacions de l'arxiu automations.yaml.", "load_error_unknown": "Error en carregar l'automatització ({err_no}).", + "max": { + "parallel": "Nombre màxim d'execucions paral·leles", + "queued": "Longitud de la cua" + }, + "modes": { + "description": "El mode controla què passa quan es dispara l'automatització i encara hi ha accions executant-se d'un disparament anterior. Consulta {documentation_link} per a més informació.", + "documentation": "documentació d'automatització", + "label": "Mode", + "parallel": "Paral·lel (per defecte)", + "queued": "A la cua", + "restart": "Reinicia", + "single": "Individual" + }, "move_down": "Mou avall", "move_up": "Mou amunt", "save": "Desa", @@ -1685,6 +1698,19 @@ "introduction": "Utilitza els scripts per executar seqüències d'accions.", "link_available_actions": "Més informació sobre les accions disponibles.", "load_error_not_editable": "Només es poden editar els scripts dins de l'arxiu scripts.yaml.", + "max": { + "parallel": "Nombre màxim d'execucions paral·leles", + "queued": "Longitud de la cua" + }, + "modes": { + "description": "El mode controla què passa quan s'invoca l'script mentre encara s'està executant a causa d'invocacions anteriors. Consulta {documentation_link} per a més informació.", + "documentation": "documentació de scripts", + "label": "Mode", + "parallel": "Paral·lel", + "queued": "A la cua", + "restart": "Reinicia", + "single": "Individual (per defecte)" + }, "sequence": "Seqüència", "sequence_sentence": "Seqüència d'accions de l'script." }, @@ -2511,6 +2537,7 @@ }, "trusted_networks": { "abort": { + "not_allowed": "El teu equip no està permès.", "not_whitelisted": "El teu ordinador no es troba accessible a la llista." }, "step": { diff --git a/translations/frontend/cs.json b/translations/frontend/cs.json index e3c9659867..6ab2b5b713 100644 --- a/translations/frontend/cs.json +++ b/translations/frontend/cs.json @@ -65,13 +65,13 @@ }, "state_badge": { "alarm_control_panel": { - "armed": "Aktivní", - "armed_away": "Aktivní", - "armed_custom_bypass": "Aktivní", - "armed_home": "Aktivní", - "armed_night": "Aktivní", + "armed": "Zabezpečeno", + "armed_away": "Zabezpečeno", + "armed_custom_bypass": "Zabezpečeno", + "armed_home": "Zabezpečeno", + "armed_night": "Zabezpečeno", "arming": "Aktivace", - "disarmed": "Neaktivní", + "disarmed": "Nezabezpečeno", "disarming": "Deaktivace", "pending": "Čeká", "triggered": "Spuštěn" @@ -93,15 +93,15 @@ }, "state": { "alarm_control_panel": { - "armed": "Aktivní", - "armed_away": "Aktivní režim mimo domov", + "armed": "Zabezpečeno", + "armed_away": "Režim nepřítomnost", "armed_custom_bypass": "Aktivní uživatelským obejitím", - "armed_home": "Aktivní režim doma", - "armed_night": "Aktivní noční režim", - "arming": "Aktivování", - "disarmed": "Neaktivní", - "disarming": "Deaktivování", - "pending": "Nadcházející", + "armed_home": "Režim domov", + "armed_night": "Noční režim", + "arming": "Zabezpečování", + "disarmed": "Nezabezpečeno", + "disarming": "Odbezpečování", + "pending": "Čekající", "triggered": "Spuštěno" }, "automation": { @@ -349,13 +349,13 @@ }, "card": { "alarm_control_panel": { - "arm_away": "Aktivovat režim mimo domov", + "arm_away": "Aktivovat režim nepřítomnost", "arm_custom_bypass": "Vlastní obejítí", "arm_home": "Aktivovat režim domov", "arm_night": "Aktivovat noční režim", "clear_code": "Zrušit", "code": "Kód", - "disarm": "Deaktivovat" + "disarm": "Odbezpečit" }, "automation": { "last_triggered": "Naposledy spuštěno", @@ -2116,7 +2116,7 @@ "clear_items": "Vymazat označené položky" }, "starting": { - "description": "Home Assistant se spouští, čekejte prosím.", + "description": "Home Assistant se spouští, čekejte prosím...", "header": "Home Assistant se spouští..." } }, @@ -2127,8 +2127,8 @@ "editor": { "card": { "alarm-panel": { - "available_states": "Dostupné stavy", - "description": "Karta Alarm panel umožňuje aktivovat či deaktivovat alarm integrací zabezpečovacích systémů.", + "available_states": "Dostupné režimy", + "description": "Karta Ovládací panel alarmu umožňuje aktivovat či deaktivovat alarm integrací zabezpečovacích systémů.", "name": "Ovládací panel alarmu" }, "button": { diff --git a/translations/frontend/en.json b/translations/frontend/en.json index 20d8cc2a95..e41284926c 100644 --- a/translations/frontend/en.json +++ b/translations/frontend/en.json @@ -430,6 +430,8 @@ "activate": "Activate" }, "script": { + "cancel": "Cancel", + "cancel_multiple": "Cancel {number}", "execute": "Execute" }, "service": { @@ -1662,6 +1664,7 @@ "introduction": "Entities that do not belong to a device can be set here.", "without_device": "Entities without device" }, + "icon": "Icon", "introduction": "Use scenes to bring your home alive.", "load_error_not_editable": "Only scenes in scenes.yaml are editable.", "load_error_unknown": "Error loading scene ({err_no}).", @@ -1695,6 +1698,10 @@ "delete_confirm": "Are you sure you want to delete this script?", "delete_script": "Delete script", "header": "Script: {name}", + "icon": "Icon", + "id": "Entity ID", + "id_already_exists": "This ID already exists", + "id_already_exists_save_error": "You can't save this script because the ID is not unique, pick another ID or leave it blank to automatically generate one.", "introduction": "Use scripts to execute a sequence of actions.", "link_available_actions": "Learn more about available actions.", "load_error_not_editable": "Only scripts inside scripts.yaml are editable.", diff --git a/translations/frontend/ru.json b/translations/frontend/ru.json index e62fccb3d5..ebab530ffd 100644 --- a/translations/frontend/ru.json +++ b/translations/frontend/ru.json @@ -941,6 +941,11 @@ "introduction": "Используйте автоматизацию, чтобы оживить Ваш дом.", "load_error_not_editable": "Доступны для редактирования только автоматизации из automations.yaml.", "load_error_unknown": "Ошибка загрузки автоматизации ({err_no}).", + "modes": { + "description": "Режим управляет тем, что происходит при срабатывании автоматизации, когда действия еще выполняются с предыдущего триггера. Ознакомьтесь с {documentation_link} для получения дополнительной информации.", + "documentation": "инструкциями", + "label": "Режим" + }, "move_down": "Переместить ниже", "move_up": "Переместить выше", "save": "Сохранить", @@ -1685,6 +1690,9 @@ "introduction": "Используйте сценарии для выполнения последовательности действий.", "link_available_actions": "Узнайте больше о действиях", "load_error_not_editable": "Доступны для редактирования только сценарии из scripts.yaml.", + "modes": { + "label": "Режим" + }, "sequence": "Последовательность", "sequence_sentence": "Последовательность действий этого сценария." }, @@ -2511,6 +2519,7 @@ }, "trusted_networks": { "abort": { + "not_allowed": "Доступ с этого устройства запрещён", "not_whitelisted": "Ваш компьютер не включён в белый список." }, "step": { diff --git a/translations/frontend/zh-Hant.json b/translations/frontend/zh-Hant.json index 3a1d810592..b6d8ba5e07 100644 --- a/translations/frontend/zh-Hant.json +++ b/translations/frontend/zh-Hant.json @@ -525,6 +525,9 @@ "clear": "未觸發", "show_areas": "顯示分區" }, + "data-table": { + "search": "搜尋" + }, "date-range-picker": { "end_date": "結束日期", "select": "選擇", @@ -938,6 +941,19 @@ "introduction": "使用自動化來讓你的智能家居更有魅力吧。", "load_error_not_editable": "僅有 automations.yaml 內的自動化方能編輯。", "load_error_unknown": "載入自動化錯誤({err_no})。", + "max": { + "parallel": "最高並行執行數", + "queued": "佇列長度" + }, + "modes": { + "description": "該模式控制當執行自動化時、超過一個以上的自動化仍在執行時的狀況。請參閱 {documentation_link} 以獲得更詳細資訊。", + "documentation": "自動化文件", + "label": "模式", + "parallel": "並行(預設)", + "queued": "已佇列", + "restart": "重啟", + "single": "單一" + }, "move_down": "向下移動", "move_up": "向上移動", "save": "儲存", @@ -1356,6 +1372,7 @@ "confirm_text": "假如包含此些物件,應該從 Lovelace 設定與自動化中進行移除。", "confirm_title": "是否要移除 {number} 個物件?" }, + "search": "搜尋物件", "selected": "已選擇 {number} 個", "status": { "disabled": "已關閉", @@ -1386,7 +1403,8 @@ "entity_id": "物件 ID", "name": "名稱", "type": "類別" - } + }, + "no_helpers": "目前尚沒有任何 Helper!" }, "types": { "input_boolean": "開關", @@ -1490,7 +1508,8 @@ "note_about_integrations": "目前並非所有整合皆可以透過 UI 進行設定。", "note_about_website_reference": "更多資訊請參閱", "rename_dialog": "編輯設定物件名稱", - "rename_input_label": "物件名稱" + "rename_input_label": "物件名稱", + "search": "搜尋整合" }, "introduction": "此處為 Home Assistant 和元件相關配置區,目前尚未支援透過 UI 進行所有設定,我們正在努力改進中。", "logs": { @@ -1679,6 +1698,19 @@ "introduction": "使用腳本以執行一連串的動作。", "link_available_actions": "詳細了解可使用動作", "load_error_not_editable": "僅有於 scripts.yaml 檔案內的腳本,方能進行編輯。", + "max": { + "parallel": "最高並行執行數", + "queued": "佇列長度" + }, + "modes": { + "description": "該模式控制當執行腳本時、超過一個以上的腳本仍在執行時的狀況。請參閱 {documentation_link} 以獲得更詳細資訊。", + "documentation": "腳本文件", + "label": "模式", + "parallel": "並行", + "queued": "已佇列", + "restart": "重啟", + "single": "單一(預設)" + }, "sequence": "連續", "sequence_sentence": "此腳本所含的操作動作。" }, @@ -2194,6 +2226,7 @@ "name": "名稱", "no_theme": "沒有主題", "refresh_interval": "更新間隔", + "search": "搜尋", "secondary_info_attribute": "次要資訊屬性", "show_icon": "顯示圖示?", "show_name": "顯示名稱?", @@ -2314,7 +2347,8 @@ "edit_lovelace": { "edit_title": "編輯標題", "explanation": "此為 Lovelace UI 所有分視圖上方之標題。", - "header": "Lovelace UI 的標題" + "header": "Lovelace UI 的標題", + "title": "標題" }, "edit_view": { "add": "新增視圖", @@ -2503,6 +2537,7 @@ }, "trusted_networks": { "abort": { + "not_allowed": "電腦未被允許。", "not_whitelisted": "電腦尚未加入許可清單。" }, "step": {