mirror of
https://github.com/home-assistant/frontend.git
synced 2025-04-24 21:37:21 +00:00
Translation update
This commit is contained in:
parent
a648e9be49
commit
742f1f85dc
@ -720,6 +720,12 @@
|
||||
"week": "fa {count} {count, plural,\n one {setmana}\n other {setmanes}\n}"
|
||||
}
|
||||
},
|
||||
"service-control": {
|
||||
"required": "Aquest camp és obligatori",
|
||||
"service_data": "Dades del servei",
|
||||
"target": "Objectiu",
|
||||
"target_description": "Objectiu d'aquesta crida de servei"
|
||||
},
|
||||
"service-picker": {
|
||||
"service": "Servei"
|
||||
},
|
||||
@ -1152,7 +1158,7 @@
|
||||
"event": {
|
||||
"event": "Esdeveniment:",
|
||||
"label": "Disparar esdeveniment",
|
||||
"service_data": "Dades de servei"
|
||||
"service_data": "Dades del servei"
|
||||
},
|
||||
"repeat": {
|
||||
"label": "Repeteix",
|
||||
@ -1988,8 +1994,10 @@
|
||||
"config_flow": {
|
||||
"aborted": "Avortat",
|
||||
"close": "Tanca",
|
||||
"could_not_load": "El flux de dades de configuració no s'ha pogut carregar",
|
||||
"created_config": "S'ha creat configuració per a {name}.",
|
||||
"dismiss": "Omet el diàleg",
|
||||
"error": "Error",
|
||||
"error_saving_area": "Error desant àrea: {error}",
|
||||
"external_step": {
|
||||
"description": "Aquest pas requereix que visitis un lloc web extern per completar-lo.",
|
||||
@ -1998,6 +2006,10 @@
|
||||
"finish": "Finalitza",
|
||||
"loading_first_time": "Espera mentre s'instal·la la integració",
|
||||
"not_all_required_fields": "No s'han omplert tots els camps obligatoris.",
|
||||
"pick_flow_step": {
|
||||
"new_flow": "No, configura una altra instància de {integration}",
|
||||
"title": "N'hem descobert aquests, vols configurar-los?"
|
||||
},
|
||||
"submit": "Envia"
|
||||
},
|
||||
"configure": "Configurar",
|
||||
@ -2857,7 +2869,9 @@
|
||||
"type": "Tipus d'esdeveniment"
|
||||
},
|
||||
"services": {
|
||||
"accepts_target": "Aquest servei accepta un objectiu, per exemple: `entity_id: light.bed_light`",
|
||||
"alert_parsing_yaml": "S'ha produït un error analitzant el codi YAML: {data}",
|
||||
"all_parameters": "Tots els paràmetres disponibles",
|
||||
"call_service": "Crida servei",
|
||||
"column_description": "Descripció",
|
||||
"column_example": "Exemple",
|
||||
@ -2868,7 +2882,10 @@
|
||||
"no_description": "No hi ha cap descripció disponible",
|
||||
"no_parameters": "Aquest servei no té paràmetres.",
|
||||
"select_service": "Selecciona un servei per veure'n la descripció",
|
||||
"title": "Serveis"
|
||||
"title": "Serveis",
|
||||
"ui_mode": "Vés al mode d'interfície d'usuari",
|
||||
"yaml_mode": "Vés al mode YAML",
|
||||
"yaml_parameters": "Paràmetres només disponibles en mode YAML"
|
||||
},
|
||||
"states": {
|
||||
"alert_entity_field": "L'entitat és un camp obligatori",
|
||||
|
@ -723,8 +723,8 @@
|
||||
"service-control": {
|
||||
"required": "This field is required",
|
||||
"service_data": "Service data",
|
||||
"target": "Target",
|
||||
"target_description": "What should this service call target"
|
||||
"target": "Targets",
|
||||
"target_description": "What should this service use as targeted areas, devices or entities."
|
||||
},
|
||||
"service-picker": {
|
||||
"service": "Service"
|
||||
@ -733,8 +733,8 @@
|
||||
"add_area_id": "Pick area",
|
||||
"add_device_id": "Pick device",
|
||||
"add_entity_id": "Pick entity",
|
||||
"expand_area_id": "Expand this area in the seperate devices and entities that it contains. After expanding it will not update the devices and entities when the area changes.",
|
||||
"expand_device_id": "Expand this device in seperate entities. After expanding it will not update the entities when the device changes.",
|
||||
"expand_area_id": "Expand this area into the separate devices and entities that it contains. After expanding, it will not update the devices and entities when the area changes.",
|
||||
"expand_device_id": "Expand this device into the separate entities that it contains. After expanding, it will not update the entities when the device changes.",
|
||||
"remove_area_id": "Remove area",
|
||||
"remove_device_id": "Remove device",
|
||||
"remove_entity_id": "Remove entity"
|
||||
|
@ -720,6 +720,12 @@
|
||||
"week": "hace {count} {count, plural,\none {semana}\nother {semanas}\n}"
|
||||
}
|
||||
},
|
||||
"service-control": {
|
||||
"required": "Este campo es obligatorio",
|
||||
"service_data": "Datos de servicio",
|
||||
"target": "Objetivo",
|
||||
"target_description": "¿A qué debería dirigirse esta llamada de servicio?"
|
||||
},
|
||||
"service-picker": {
|
||||
"service": "Servicio"
|
||||
},
|
||||
@ -1988,8 +1994,10 @@
|
||||
"config_flow": {
|
||||
"aborted": "Abortado",
|
||||
"close": "Cerrar",
|
||||
"could_not_load": "No se pudo cargar el flujo de configuración",
|
||||
"created_config": "Configuración creada para {name}.",
|
||||
"dismiss": "Descartar diálogo",
|
||||
"error": "Error",
|
||||
"error_saving_area": "Error al guardar el área: {error}",
|
||||
"external_step": {
|
||||
"description": "Este paso requiere que visites una web externa para ser completado.",
|
||||
@ -1998,6 +2006,10 @@
|
||||
"finish": "Terminar",
|
||||
"loading_first_time": "Por favor, espera mientras la integración está siendo instalada",
|
||||
"not_all_required_fields": "No se han completado todos los campos requeridos.",
|
||||
"pick_flow_step": {
|
||||
"new_flow": "No, configura otra instancia de {integration}",
|
||||
"title": "Hemos descubierto éstas, ¿quieres configurarlas?"
|
||||
},
|
||||
"submit": "Enviar"
|
||||
},
|
||||
"configure": "Configurar",
|
||||
@ -2857,7 +2869,9 @@
|
||||
"type": "Tipo de evento"
|
||||
},
|
||||
"services": {
|
||||
"accepts_target": "Este servicio acepta un objetivo, por ejemplo: `entity_id: light.luz_dormitorio`",
|
||||
"alert_parsing_yaml": "Error al analizar YAML: {data}",
|
||||
"all_parameters": "Todos los parámetros disponibles",
|
||||
"call_service": "Llamar servicio",
|
||||
"column_description": "Descripción",
|
||||
"column_example": "Ejemplo",
|
||||
@ -2868,7 +2882,10 @@
|
||||
"no_description": "No hay descripción disponible.",
|
||||
"no_parameters": "Este servicio no toma parámetros.",
|
||||
"select_service": "Seleccione un servicio para ver la descripción.",
|
||||
"title": "Servicios"
|
||||
"title": "Servicios",
|
||||
"ui_mode": "Ir al modo IU",
|
||||
"yaml_mode": "Ir al modo YAML",
|
||||
"yaml_parameters": "Parámetros solo disponibles en modo YAML"
|
||||
},
|
||||
"states": {
|
||||
"alert_entity_field": "Entidad es un campo obligatorio",
|
||||
|
@ -720,6 +720,12 @@
|
||||
"week": "{count} {count, plural,\n one {nädala}\n other {nädala}\n} eest"
|
||||
}
|
||||
},
|
||||
"service-control": {
|
||||
"required": "See väli on nõutav",
|
||||
"service_data": "Teenuse andmed",
|
||||
"target": "Sihtmärk",
|
||||
"target_description": "Mida peaks see teenus välja kutsuma"
|
||||
},
|
||||
"service-picker": {
|
||||
"service": "Teenus"
|
||||
},
|
||||
@ -1988,8 +1994,10 @@
|
||||
"config_flow": {
|
||||
"aborted": "Katkestatud",
|
||||
"close": "Sulge",
|
||||
"could_not_load": "Konfiguratsioonivoogu ei saanud laadida",
|
||||
"created_config": "Üksuse {name} jaoks on loodud konfiguratsioon.",
|
||||
"dismiss": "Loobumisdialoog",
|
||||
"error": "Viga",
|
||||
"error_saving_area": "Viga ala salvestamisel: {error}",
|
||||
"external_step": {
|
||||
"description": "Selle etapi lõpetamine nõuab välise veebisaidi külastamist.",
|
||||
@ -1998,6 +2006,10 @@
|
||||
"finish": "Lõpeta",
|
||||
"loading_first_time": "Palun oodake kuni sidumist paigaldatakse",
|
||||
"not_all_required_fields": "Kõik nõutavad väljad pole täidetud.",
|
||||
"pick_flow_step": {
|
||||
"new_flow": "Ei, seadista teine {integration} eksemplar",
|
||||
"title": "Avastasime need, kas soovid neid seadistada?"
|
||||
},
|
||||
"submit": "Esita"
|
||||
},
|
||||
"configure": "Seadista",
|
||||
@ -2857,7 +2869,9 @@
|
||||
"type": "Sündmuse tüüp"
|
||||
},
|
||||
"services": {
|
||||
"accepts_target": "See teenus aktsepteerib sihtmärki, näiteks: \"entity_id: light.elutuba\"",
|
||||
"alert_parsing_yaml": "Viga YAML'i parsimisel: {data}",
|
||||
"all_parameters": "Kõik saadaolevad parameetrid",
|
||||
"call_service": "Kutsu teenus",
|
||||
"column_description": "Kirjeldus",
|
||||
"column_example": "Näide",
|
||||
@ -2868,7 +2882,10 @@
|
||||
"no_description": "Kirjeldus pole saadaval",
|
||||
"no_parameters": "Sellel teenusel pole parameetreid.",
|
||||
"select_service": "Kirjelduse kuvamiseks vali teenus",
|
||||
"title": "Teenused"
|
||||
"title": "Teenused",
|
||||
"ui_mode": "Ava kasutajaliidese režiim",
|
||||
"yaml_mode": "Redigeeri YAML-is",
|
||||
"yaml_parameters": "Parameetrid on saadaval ainult YAML režiimis"
|
||||
},
|
||||
"states": {
|
||||
"alert_entity_field": "Olem on kohustuslik väli",
|
||||
|
@ -2002,7 +2002,7 @@
|
||||
},
|
||||
"configure": "Configureer",
|
||||
"configured": "Geconfigureerd",
|
||||
"confirm_new": "Wil je {integratie} instellen?",
|
||||
"confirm_new": "Wil je {integration} instellen?",
|
||||
"description": "Beheer integraties met services, apparaten, ...",
|
||||
"details": "Integratiedetails",
|
||||
"discovered": "Ontdekt",
|
||||
|
@ -720,6 +720,12 @@
|
||||
"week": "{count} {count, plural,\n one {tydzień}\n few {tygodnie}\n many {tygodni}\n other {tygodni}\n} temu"
|
||||
}
|
||||
},
|
||||
"service-control": {
|
||||
"required": "To pole jest wymagane",
|
||||
"service_data": "Dane usługi",
|
||||
"target": "Cel",
|
||||
"target_description": "Jaki powinien być cel wywołania tej usługi"
|
||||
},
|
||||
"service-picker": {
|
||||
"service": "Usługa"
|
||||
},
|
||||
@ -1988,8 +1994,10 @@
|
||||
"config_flow": {
|
||||
"aborted": "Przerwano",
|
||||
"close": "Zamknij",
|
||||
"could_not_load": "Nie można wczytać interfejsu konfiguracji",
|
||||
"created_config": "Utworzono konfigurację dla {name}.",
|
||||
"dismiss": "Okno dialogowe odrzucenia",
|
||||
"error": "Błąd",
|
||||
"error_saving_area": "Błąd podczas zapisywania obszaru: {error}",
|
||||
"external_step": {
|
||||
"description": "Ten krok wymaga od Ciebie odwiedzenia zewnętrznej strony.",
|
||||
@ -1998,6 +2006,10 @@
|
||||
"finish": "Zakończ",
|
||||
"loading_first_time": "Proszę czekać, trwa instalowanie integracji...",
|
||||
"not_all_required_fields": "Nie wszystkie wymagane pola są wypełnione.",
|
||||
"pick_flow_step": {
|
||||
"new_flow": "Nie, skonfiguruj inną instancję integracji {integration}",
|
||||
"title": "Odkryliśmy je, chcesz je skonfigurować?"
|
||||
},
|
||||
"submit": "Zatwierdź"
|
||||
},
|
||||
"configure": "Konfiguruj",
|
||||
@ -2857,7 +2869,9 @@
|
||||
"type": "Typ zdarzenia"
|
||||
},
|
||||
"services": {
|
||||
"accepts_target": "Ta usługa akceptuje cel, na przykład: `entity_id: light.bed_light`",
|
||||
"alert_parsing_yaml": "Błąd parsowania YAML: {data}",
|
||||
"all_parameters": "Wszystkie dostępne parametry",
|
||||
"call_service": "Wywołaj usługę",
|
||||
"column_description": "Opis",
|
||||
"column_example": "Przykład",
|
||||
@ -2868,7 +2882,10 @@
|
||||
"no_description": "Opis nie jest dostępny",
|
||||
"no_parameters": "Ta usługa nie przyjmuje parametrów.",
|
||||
"select_service": "Wybierz usługę, aby zobaczyć opis",
|
||||
"title": "Usługi"
|
||||
"title": "Usługi",
|
||||
"ui_mode": "Przejdź do trybu interfejsu użytkownika",
|
||||
"yaml_mode": "Przejdź do trybu YAML",
|
||||
"yaml_parameters": "Parametry dostępne tylko w trybie YAML"
|
||||
},
|
||||
"states": {
|
||||
"alert_entity_field": "Encja jest polem obowiązkowym",
|
||||
|
@ -720,6 +720,12 @@
|
||||
"week": "{count} {count, plural,\n one {нед.}\n other {нед.}\n} назад"
|
||||
}
|
||||
},
|
||||
"service-control": {
|
||||
"required": "Обязательное поле",
|
||||
"service_data": "Данные службы",
|
||||
"target": "Цель",
|
||||
"target_description": "Что эта служба должна использовать в качестве цели"
|
||||
},
|
||||
"service-picker": {
|
||||
"service": "Служба"
|
||||
},
|
||||
@ -1152,7 +1158,7 @@
|
||||
"event": {
|
||||
"event": "Событие:",
|
||||
"label": "Создание события",
|
||||
"service_data": "Данные"
|
||||
"service_data": "Данные службы"
|
||||
},
|
||||
"repeat": {
|
||||
"label": "Повтор",
|
||||
@ -1988,8 +1994,10 @@
|
||||
"config_flow": {
|
||||
"aborted": "Отменено",
|
||||
"close": "Закрыть",
|
||||
"could_not_load": "Не удалось загрузить мастер настройки",
|
||||
"created_config": "Создана конфигурация для {name}.",
|
||||
"dismiss": "Закрыть",
|
||||
"error": "Ошибка",
|
||||
"error_saving_area": "Ошибка сохранения помещения: {error}",
|
||||
"external_step": {
|
||||
"description": "Для завершения этого шага требуется посетить внешний веб-сайт.",
|
||||
@ -1998,6 +2006,10 @@
|
||||
"finish": "Готово",
|
||||
"loading_first_time": "Идет установка интеграции, пожалуйста, подождите",
|
||||
"not_all_required_fields": "Не все обязательные поля заполнены.",
|
||||
"pick_flow_step": {
|
||||
"new_flow": "Нет, настроить другой экземпляр {integration}",
|
||||
"title": "Это обнаружено автоматически, начать настройку?"
|
||||
},
|
||||
"submit": "Подтвердить"
|
||||
},
|
||||
"configure": "Настроить",
|
||||
@ -2857,7 +2869,9 @@
|
||||
"type": "Событие"
|
||||
},
|
||||
"services": {
|
||||
"accepts_target": "Эта служба принимает целевой объект, например: `entity_id: light.bed_light`",
|
||||
"alert_parsing_yaml": "Ошибка при разборе синтаксиса YAML: {data}",
|
||||
"all_parameters": "Все доступные параметры",
|
||||
"call_service": "Вызвать службу",
|
||||
"column_description": "Описание",
|
||||
"column_example": "Пример",
|
||||
@ -2868,7 +2882,10 @@
|
||||
"no_description": "Описание недоступно",
|
||||
"no_parameters": "Нет параметров для этой службы.",
|
||||
"select_service": "Выберите службу, чтобы увидеть описание.",
|
||||
"title": "Службы"
|
||||
"title": "Службы",
|
||||
"ui_mode": "Перейти в режим формы ввода",
|
||||
"yaml_mode": "Перейти в режим YAML",
|
||||
"yaml_parameters": "Параметры доступны только в режиме YAML"
|
||||
},
|
||||
"states": {
|
||||
"alert_entity_field": "Укажите объект.",
|
||||
|
@ -666,6 +666,9 @@
|
||||
"week": "Pred {count} {count, plural,\none {týždňom}\nother {týždňami}\n}"
|
||||
}
|
||||
},
|
||||
"service-control": {
|
||||
"service_data": "Dáta služby"
|
||||
},
|
||||
"service-picker": {
|
||||
"service": "Služba"
|
||||
},
|
||||
@ -1643,6 +1646,7 @@
|
||||
"close": "Zavrieť",
|
||||
"created_config": "Vytvorená konfigurácia pre {name}.",
|
||||
"dismiss": "Zrušiť dialógové okno",
|
||||
"error": "Chyba",
|
||||
"error_saving_area": "Chyba pri ukladaní oblasti: {error}",
|
||||
"external_step": {
|
||||
"description": "Tento krok vyžaduje, aby ste navštívili externú webovú stránku, ktorá dokončí proces.",
|
||||
|
@ -720,6 +720,12 @@
|
||||
"week": "{count} {count, plural,\n one {週}\n other {週}\n}以前"
|
||||
}
|
||||
},
|
||||
"service-control": {
|
||||
"required": "必填欄位",
|
||||
"service_data": "服務資料",
|
||||
"target": "目標",
|
||||
"target_description": "此服務呼叫的目標"
|
||||
},
|
||||
"service-picker": {
|
||||
"service": "服務"
|
||||
},
|
||||
@ -1152,7 +1158,7 @@
|
||||
"event": {
|
||||
"event": "事件:",
|
||||
"label": "執行事件",
|
||||
"service_data": "資料"
|
||||
"service_data": "服務資料"
|
||||
},
|
||||
"repeat": {
|
||||
"label": "重複",
|
||||
@ -1988,8 +1994,10 @@
|
||||
"config_flow": {
|
||||
"aborted": "已中止",
|
||||
"close": "關閉",
|
||||
"could_not_load": "設定流程無法載入",
|
||||
"created_config": "新增 {name} 設定。",
|
||||
"dismiss": "關閉對話",
|
||||
"error": "錯誤",
|
||||
"error_saving_area": "儲存分區錯誤:{error}",
|
||||
"external_step": {
|
||||
"description": "此步驟將需要開啟外部網站方能完成。",
|
||||
@ -1998,6 +2006,10 @@
|
||||
"finish": "完成",
|
||||
"loading_first_time": "請稍候、正在安裝整合",
|
||||
"not_all_required_fields": "所有所需欄位都需要填寫。",
|
||||
"pick_flow_step": {
|
||||
"new_flow": "不,設定另一組 {integration} 實例",
|
||||
"title": "發現以下裝置,是否進行設定?"
|
||||
},
|
||||
"submit": "傳送"
|
||||
},
|
||||
"configure": "設定",
|
||||
@ -2857,7 +2869,9 @@
|
||||
"type": "事件類別"
|
||||
},
|
||||
"services": {
|
||||
"accepts_target": "服務接受目標,例如:`entity_id: light.bed_light`",
|
||||
"alert_parsing_yaml": "解析 YAML 錯誤:{data}",
|
||||
"all_parameters": "所有可用參數",
|
||||
"call_service": "執行服務",
|
||||
"column_description": "說明",
|
||||
"column_example": "範例",
|
||||
@ -2868,7 +2882,10 @@
|
||||
"no_description": "無描述可使用",
|
||||
"no_parameters": "此服務未含任何參數。",
|
||||
"select_service": "選擇服務以檢視其說明",
|
||||
"title": "服務"
|
||||
"title": "服務",
|
||||
"ui_mode": "進入 UI 模式",
|
||||
"yaml_mode": "進入 YAML 模式",
|
||||
"yaml_parameters": "參數僅限於 YAML 模式"
|
||||
},
|
||||
"states": {
|
||||
"alert_entity_field": "實體為必填欄位",
|
||||
|
Loading…
x
Reference in New Issue
Block a user