[ci skip] Translation update

This commit is contained in:
HomeAssistant Azure 2020-08-21 00:32:24 +00:00
parent 4561957e56
commit 7d05855ee0
8 changed files with 144 additions and 4 deletions

View File

@ -899,7 +899,7 @@
"wait_template": "Wait Template"
}
},
"unsupported_action": "Unsupported action: {action}"
"unsupported_action": "No UI support for action: {action}"
},
"alias": "Name",
"conditions": {
@ -965,7 +965,7 @@
"zone": "Zone"
}
},
"unsupported_condition": "Unsupported condition: {condition}"
"unsupported_condition": "No UI support for condition: {condition}"
},
"default_name": "New Automation",
"description": {
@ -1057,6 +1057,9 @@
"sunrise": "Sunrise",
"sunset": "Sunset"
},
"tag": {
"label": "Tag"
},
"template": {
"label": "Template",
"value_template": "Value template"
@ -1084,7 +1087,7 @@
"zone": "Zone"
}
},
"unsupported_platform": "Unsupported platform: {platform}"
"unsupported_platform": "No UI support for platform: {platform}"
},
"unsaved_confirm": "You have unsaved changes. Are you sure you want to leave?"
},
@ -1850,6 +1853,31 @@
}
}
},
"tags": {
"add_tag": "Add tag",
"automation_title": "Tag {name} is scanned",
"caption": "Tags",
"create_automation": "Create automation with tag",
"description": "Manage tags",
"detail": {
"create": "Create",
"create_and_write": "Create and Write",
"delete": "Delete",
"description": "Description",
"name": "Name",
"new_tag": "New tag",
"tag_id": "Tag id",
"tag_id_placeholder": "Autogenerated when left empty",
"update": "Update"
},
"edit": "Edit",
"headers": {
"last_scanned": "Last scanned",
"name": "Name"
},
"no_tags": "No tags",
"write": "Write"
},
"users": {
"add_user": {
"caption": "Add user",

View File

@ -554,6 +554,10 @@
"loading_history": "Cargando historial de estado...",
"no_history_found": "No se encontró historial de estado."
},
"picture-upload": {
"label": "Imagen",
"unsupported_format": "Formato no soportado, por favor, selecciona una imagen JPEG, PNG o GIF."
},
"related-items": {
"area": "Área",
"automation": "Parte de las siguientes automatizaciones",
@ -656,6 +660,9 @@
"required_error_msg": "Este campo es obligatorio",
"yaml_not_editable": "La configuración de esta entidad no se puede editar desde la IU. Solo las entidades configuradas desde la IU se pueden configurar desde la IU"
},
"image_cropper": {
"crop": "Recortar"
},
"more_info_control": {
"dismiss": "Descartar diálogo",
"edit": "Editar entidad",

View File

@ -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": "구성요소 편집",
@ -1656,6 +1663,37 @@
"node_failed": "노드 실패",
"stage": "단계",
"zwave_info": "Z-Wave 정보"
},
"node_query_stages": {
"associations": "연결 그룹 및 구성원 자격 새로고침",
"cacheload": "OpenZWave 캐시 파일에서 정보를 읽어오기. 배터리 노드는 노드가 절전 해제 상태가 될 때까지 이 단계를 유지합니다.",
"complete": "인터뷰 과정이 완료되었습니다",
"configuration": "노드에서 구성 값 가져오기",
"dynamic": "노드에서 자주 변경되는 값 가져오기",
"instances": "기기가 지원하는 인스턴스 또는 채널에 대한 세부 정보 가져오기",
"manufacturerspecific1": "노드에서 제조업체 및 제품 ID 코드 가져오기",
"manufacturerspecific2": "노드에서 추가 제조업체 및 제품 ID 코드 가져오기",
"neighbors": "노드의 연관 항목 목록 가져오기",
"nodeinfo": "노드에서 지원되는 명령 클래스 가져오기",
"nodeplusinfo": "노드에서 Z-Wave+ 정보 가져오기",
"probe": "노드가 절전 해제 상태 또는 활성 상태인지 확인",
"protocolinfo": "컨트롤러에서 이 노드의 기본 Z-Wave 기능 가져오기",
"session": "노드에서 간헐적으로 변경되는 값 가져오기",
"static": "기기에서 정적 값 가져오기",
"versions": "펌웨어 및 명령 클래스 버전에 대한 정보 가져오기",
"wakeup": "절전 해제 대기열 및 메시지에 대한 지원 설정"
},
"refresh_node": {
"battery_note": "노드가 배터리 전원을 사용하는 경우 계속하기 전에 절전 모드가 해제되어 있는지 확인해주세요",
"complete": "노드 새로고침 완료",
"description": "OpenZWave 가 노드를 다시 인터뷰하고 노드의 명령 클래스, 기능 및 값을 업데이트하도록 지시합니다.",
"node_status": "노드 상태",
"refreshing_description": "노드 정보를 새로고침 하는 중...",
"start_refresh_button": "새로고침 시작",
"step": "단계",
"title": "노드 정보 새로고침",
"wakeup_header": "절전 해제 지침",
"wakeup_instructions_source": "절전 해제 지침은 OpenZWave 커뮤니티 기기 데이터베이스에서 제공됩니다."
}
},
"person": {
@ -2272,7 +2310,7 @@
"minimum": "최소",
"name": "이름",
"no_theme": "테마 없음",
"refresh_interval": "새로 고침 간격",
"refresh_interval": "새로고침 간격",
"search": "검색",
"secondary_info_attribute": "보조 정보 속성",
"show_icon": "아이콘 표시",

View File

@ -554,6 +554,10 @@
"loading_history": "Lued Status Verlaaf",
"no_history_found": "Keen Status Verlaaf fonnt"
},
"picture-upload": {
"label": "Bild",
"unsupported_format": "Net ënnerstëtzte Format, wiel e JPEG, PNG oder GIF Bild."
},
"related-items": {
"area": "Beräich",
"automation": "Deel vun de folgenden Automatismen",
@ -656,6 +660,9 @@
"required_error_msg": "Dëst Feld ass erfuerderlech",
"yaml_not_editable": "D'Astellunge vun dëser Entitéit kënnen net vun vum Benotzer Interface as geännert ginn. Nëmmen Entitéiten déi iwwer den Benotzer Interface aus konfiguréiert sinn kënnen vun do aus geännert ginn."
},
"image_cropper": {
"crop": "Kierzen"
},
"more_info_control": {
"dismiss": "Dialog ofbriechen",
"edit": "Entitéit änneren",
@ -1659,6 +1666,7 @@
},
"node_query_stages": {
"associations": "Associatiounsgruppen a Memberen aktualiséieren",
"cacheload": "Lued Informatioune vun der OpenZWave Cache Datei. Batterie Nodes bleiwen op dëser Etapp bis de Node erwächt.",
"complete": "Interview Prozess ass komplett",
"configuration": "Konfiguratiounswerter vum Node kréien",
"instances": "Detailer kréien iwwert wéieng Instanzen oder Kanäl en Apparat ënnerstëtzt",

View File

@ -554,6 +554,10 @@
"loading_history": "Laster statushistorikk...",
"no_history_found": "Ingen statushistorikk funnet."
},
"picture-upload": {
"label": "Bilde",
"unsupported_format": "Formatet støttes ikke, vennligst velge et JPEG-, PNG- eller GIF-bilde."
},
"related-items": {
"area": "Område",
"automation": "Del av følgende automasjoner",
@ -656,6 +660,9 @@
"required_error_msg": "Dette feltet er påkrevd",
"yaml_not_editable": "Innstillingene for denne entiteten kan ikke redigeres fra brukergrensesnittet. Bare entiteter som er satt opp fra brukergrensesnittet, kan konfigureres fra brukergrensesnittet."
},
"image_cropper": {
"crop": "Beskjære"
},
"more_info_control": {
"dismiss": "Avvis dialogboksen",
"edit": "Redigér entitet",

View File

@ -554,6 +554,10 @@
"loading_history": "Ładowanie historii...",
"no_history_found": "Nie znaleziono historii."
},
"picture-upload": {
"label": "Obraz",
"unsupported_format": "Nieobsługiwany format, wybierz obraz JPEG, PNG lub GIF."
},
"related-items": {
"area": "Obszar",
"automation": "Element następujących automatyzacji",
@ -656,6 +660,9 @@
"required_error_msg": "To pole jest wymagane",
"yaml_not_editable": "Ustawienia tej encji nie mogą być edytowane z interfejsu użytkownika. Tylko encje dodane z interfejsu użytkownika można konfigurować z poziomu interfejsu użytkownika."
},
"image_cropper": {
"crop": "Przytnij"
},
"more_info_control": {
"dismiss": "Zamknij okno dialogowe",
"edit": "Edytuj encję",
@ -1656,6 +1663,37 @@
"node_failed": "Węzeł uszkodzony",
"stage": "Etap",
"zwave_info": "Informacje Z-Wave"
},
"node_query_stages": {
"associations": "Odświeżanie grup skojarzeń i członkostwa",
"cacheload": "Ładowanie informacji z pliku pamięci podręcznej OpenZWave. Węzły baterii pozostaną na tym etapie, dopóki węzeł się nie wybudzi.",
"complete": "Proces wywiadu jest zakończony",
"configuration": "Pobieranie wartości konfiguracyjnych z węzła",
"dynamic": "Pobieranie często zmieniających się wartości z węzła",
"instances": "Pobieranie szczegółowych informacji o instancjach lub kanałach obsługiwanych przez urządzenie",
"manufacturerspecific1": "Pobieranie kodów producenta i produktu z węzła",
"manufacturerspecific2": "Pobieranie dodatkowych kodów producenta i produktu z węzła",
"neighbors": "Pobieranie listy sąsiadów węzła",
"nodeinfo": "Pobieranie obsługiwanych klas poleceń z węzła",
"nodeplusinfo": "Pobieranie informacji Z-Wave+ z węzła",
"probe": "Sprawdzanie, czy węzeł jest wybudzony/żywy",
"protocolinfo": "Pobieranie z kontrolera informacji o podstawowych możliwościach Z-Wave tego węzła",
"session": "Pobieranie rzadko zmieniających się wartości z węzła",
"static": "Pobieranie wartości statycznych z urządzenia",
"versions": "Pobieranie informacji o wersjach oprogramowania i klas poleceń",
"wakeup": "Konfigurowanie obsługi kolejek wybudzania i wiadomości"
},
"refresh_node": {
"battery_note": "Jeśli węzeł jest zasilany bateryjnie, przed kontynuowaniem należy go wybudzić",
"complete": "Odświeżanie węzła zakończone",
"description": "Poinformuje to OpenZWave o konieczności ponownego odpytania węzła i zaktualizowaniu jego klas poleceń, możliwości i wartości.",
"node_status": "Stan węzła",
"refreshing_description": "Odświeżanie informacji o węźle...",
"start_refresh_button": "Rozpocznij odświeżanie",
"step": "Krok",
"title": "Odświeżanie informacji o węźle",
"wakeup_header": "Instrukcje budzenia dla",
"wakeup_instructions_source": "Instrukcje budzenia pochodzą z bazy danych urządzeń społeczności OpenZWave."
}
},
"person": {

View File

@ -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": "Настройки этого объекта нельзя изменить из пользовательского интерфейса. Настраиваться из пользовательского интерфейса могут только те объекты, которые были созданы в нём."
},
"image_cropper": {
"crop": "Обрезать"
},
"more_info_control": {
"dismiss": "Закрыть диалог",
"edit": "Изменить объект",

View File

@ -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": "编辑实体",