mirror of
https://github.com/home-assistant/frontend.git
synced 2025-04-26 06:17:20 +00:00
Translation update
This commit is contained in:
parent
fa0172d00c
commit
ad53c99fc4
@ -102,6 +102,165 @@
|
|||||||
"unknown": "Неизвестно"
|
"unknown": "Неизвестно"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"supervisor": {
|
||||||
|
"addon": {
|
||||||
|
"configuration": {
|
||||||
|
"audio": {
|
||||||
|
"default": "По подразбиране",
|
||||||
|
"header": "Аудио",
|
||||||
|
"input": "Вход",
|
||||||
|
"output": "Изход"
|
||||||
|
},
|
||||||
|
"network": {
|
||||||
|
"header": "Мрежа"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"dashboard": {
|
||||||
|
"capability": {
|
||||||
|
"label": {
|
||||||
|
"hardware": "хардуер",
|
||||||
|
"rating": "рейтинг"
|
||||||
|
},
|
||||||
|
"role": {
|
||||||
|
"default": "по подразбиране",
|
||||||
|
"homeassistant": "homeassistant"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"option": {
|
||||||
|
"auto_update": {
|
||||||
|
"title": "Автоматично актуализиране"
|
||||||
|
},
|
||||||
|
"ingress_panel": {
|
||||||
|
"title": "Показване в страничната лента"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"restart": "рестарт",
|
||||||
|
"start": "старт",
|
||||||
|
"stop": "стоп"
|
||||||
|
},
|
||||||
|
"panel": {
|
||||||
|
"configuration": "Конфигурация",
|
||||||
|
"documentation": "Документация",
|
||||||
|
"info": "Информация"
|
||||||
|
},
|
||||||
|
"state": {
|
||||||
|
"installed": "Добавката е инсталирана",
|
||||||
|
"not_installed": "Добавката не е инсталирана"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"common": {
|
||||||
|
"close": "Затваряне",
|
||||||
|
"description": "Описание",
|
||||||
|
"error": {
|
||||||
|
"unknown": "Неизвестна грешка"
|
||||||
|
},
|
||||||
|
"learn_more": "Научете повече",
|
||||||
|
"new_version_available": "Налична е нова версия",
|
||||||
|
"no": "Не",
|
||||||
|
"reload": "Презареждане",
|
||||||
|
"restart": "Рестартиране",
|
||||||
|
"restart_name": "Рестартиране {name}",
|
||||||
|
"update": "Актуализиране",
|
||||||
|
"version": "Версия",
|
||||||
|
"yes": "Да"
|
||||||
|
},
|
||||||
|
"confirm": {
|
||||||
|
"update": {
|
||||||
|
"text": "Наистина ли искате да актуализирате {name} до версия {version}?",
|
||||||
|
"title": "Актуализиране на {name}"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"dashboard": {
|
||||||
|
"addon_new_version": "Налична е нова версия",
|
||||||
|
"addons": "Добавки"
|
||||||
|
},
|
||||||
|
"dialog": {
|
||||||
|
"network": {
|
||||||
|
"connected_to": "Свързан с {ssid}",
|
||||||
|
"dhcp": "DHCP",
|
||||||
|
"dns_servers": "DNS Сървъри",
|
||||||
|
"ip_netmask": "IP адрес/Мрежова маска",
|
||||||
|
"open": "Отворена",
|
||||||
|
"scan_ap": "Сканиране за точки за достъп",
|
||||||
|
"static": "Статичен",
|
||||||
|
"title": "Мрежови настройки",
|
||||||
|
"wep": "WEP",
|
||||||
|
"wpa": "wpa-psk"
|
||||||
|
},
|
||||||
|
"registries": {
|
||||||
|
"add_new_registry": "Добавяне на нов регистър",
|
||||||
|
"add_registry": "Добавяне на регистър",
|
||||||
|
"no_registries": "Няма конфигурирани регистри",
|
||||||
|
"password": "Парола",
|
||||||
|
"registry": "Регистър",
|
||||||
|
"remove": "Премахване",
|
||||||
|
"username": "Потребителско име"
|
||||||
|
},
|
||||||
|
"repositories": {
|
||||||
|
"add": "Добавяне",
|
||||||
|
"remove": "Премахване"
|
||||||
|
},
|
||||||
|
"update": {
|
||||||
|
"updating": "Актуализиране на {name} до версия {version}"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"my": {
|
||||||
|
"error": "Възникна неизвестна грешка",
|
||||||
|
"error_addon_not_found": "Добавката не е намерена"
|
||||||
|
},
|
||||||
|
"panel": {
|
||||||
|
"dashboard": "Табло",
|
||||||
|
"system": "Система"
|
||||||
|
},
|
||||||
|
"snapshot": {
|
||||||
|
"addons": "Добавки",
|
||||||
|
"create": "Създаване",
|
||||||
|
"enter_password": "Моля, въведете парола.",
|
||||||
|
"folder": {
|
||||||
|
"homeassistant": "Конфигурация на Home Assistant",
|
||||||
|
"media": "Медия",
|
||||||
|
"ssl": "SSL"
|
||||||
|
},
|
||||||
|
"folders": "Папки",
|
||||||
|
"name": "Име",
|
||||||
|
"password": "Парола",
|
||||||
|
"password_protected": "защитен с парола",
|
||||||
|
"password_protection": "Защита с парола",
|
||||||
|
"security": "Сигурност",
|
||||||
|
"type": "Тип"
|
||||||
|
},
|
||||||
|
"store": {
|
||||||
|
"no_results_found": "Няма намерени резултати в {repository}.",
|
||||||
|
"registries": "Регистри",
|
||||||
|
"repositories": "Хранилища"
|
||||||
|
},
|
||||||
|
"system": {
|
||||||
|
"host": {
|
||||||
|
"change": "Промяна",
|
||||||
|
"failed_to_import_from_usb": "Неуспешно импортиране от USB",
|
||||||
|
"hardware": "Хардуер",
|
||||||
|
"import_from_usb": "Импортиране от USB",
|
||||||
|
"ip_address": "IP адрес",
|
||||||
|
"operating_system": "Операционна система",
|
||||||
|
"used_space": "Използвано пространство"
|
||||||
|
},
|
||||||
|
"supervisor": {
|
||||||
|
"beta_backup": "Уверете се, че имате резервни копия на вашите данни, преди да активирате тази функция.",
|
||||||
|
"beta_join_confirm": "Искате ли да се присъедините към бета канала?",
|
||||||
|
"channel": "Канал",
|
||||||
|
"join_beta_action": "Присъединяване към бета канала",
|
||||||
|
"leave_beta_action": "Напускане на бета канала",
|
||||||
|
"reload_supervisor": "Презареждане на Supervisor",
|
||||||
|
"unsupported_reason": {
|
||||||
|
"dbus": "DBUS",
|
||||||
|
"lxc": "LXC",
|
||||||
|
"os": "Операционна система"
|
||||||
|
},
|
||||||
|
"update_supervisor": "Актуализиране на Supervisor",
|
||||||
|
"warning": "ВНИМАНИЕ"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"ui": {
|
"ui": {
|
||||||
"auth_store": {
|
"auth_store": {
|
||||||
"ask": "Искате ли да останете вписани?",
|
"ask": "Искате ли да останете вписани?",
|
||||||
@ -269,6 +428,7 @@
|
|||||||
"close": "Затвори",
|
"close": "Затвори",
|
||||||
"continue": "Продължи",
|
"continue": "Продължи",
|
||||||
"copied": "Копиран",
|
"copied": "Копиран",
|
||||||
|
"copied_clipboard": "Копирано в клипборда",
|
||||||
"delete": "Изтриване",
|
"delete": "Изтриване",
|
||||||
"disable": "Деактивиране",
|
"disable": "Деактивиране",
|
||||||
"enable": "Активиране",
|
"enable": "Активиране",
|
||||||
@ -293,6 +453,9 @@
|
|||||||
"yes": "Да"
|
"yes": "Да"
|
||||||
},
|
},
|
||||||
"components": {
|
"components": {
|
||||||
|
"addon-picker": {
|
||||||
|
"addon": "Добавка"
|
||||||
|
},
|
||||||
"area-picker": {
|
"area-picker": {
|
||||||
"add_dialog": {
|
"add_dialog": {
|
||||||
"add": "Добавяне",
|
"add": "Добавяне",
|
||||||
@ -313,6 +476,10 @@
|
|||||||
"remove_user": "Премахване на потребител",
|
"remove_user": "Премахване на потребител",
|
||||||
"select_blueprint": "Изберете План"
|
"select_blueprint": "Изберете План"
|
||||||
},
|
},
|
||||||
|
"calendar": {
|
||||||
|
"my_calendars": "Моите календари",
|
||||||
|
"today": "Днес"
|
||||||
|
},
|
||||||
"data-table": {
|
"data-table": {
|
||||||
"no-data": "Няма данни",
|
"no-data": "Няма данни",
|
||||||
"search": "Търсене"
|
"search": "Търсене"
|
||||||
@ -396,7 +563,9 @@
|
|||||||
"playlist": "Плейлист",
|
"playlist": "Плейлист",
|
||||||
"podcast": "Подкаст",
|
"podcast": "Подкаст",
|
||||||
"season": "Сезон",
|
"season": "Сезон",
|
||||||
"url": "URL"
|
"tv_show": "ТВ предаване",
|
||||||
|
"url": "URL",
|
||||||
|
"video": "Видео"
|
||||||
},
|
},
|
||||||
"documentation": "документация",
|
"documentation": "документация",
|
||||||
"learn_adding_local_media": "Научете повече за добавянето на мултимедия в {documentation} .",
|
"learn_adding_local_media": "Научете повече за добавянето на мултимедия в {documentation} .",
|
||||||
@ -484,6 +653,7 @@
|
|||||||
"control": "Контрол",
|
"control": "Контрол",
|
||||||
"dismiss": "Отхвърли",
|
"dismiss": "Отхвърли",
|
||||||
"editor": {
|
"editor": {
|
||||||
|
"advanced": "Разширени настройки",
|
||||||
"confirm_delete": "Наистина ли искате да изтриете този запис?",
|
"confirm_delete": "Наистина ли искате да изтриете този запис?",
|
||||||
"delete": "Изтриване",
|
"delete": "Изтриване",
|
||||||
"device_disabled": "Устройството на този обект е деактивирано.",
|
"device_disabled": "Устройството на този обект е деактивирано.",
|
||||||
@ -562,6 +732,9 @@
|
|||||||
"person": {
|
"person": {
|
||||||
"create_zone": "Създайте зона от текущото местоположение"
|
"create_zone": "Създайте зона от текущото местоположение"
|
||||||
},
|
},
|
||||||
|
"remote": {
|
||||||
|
"activity": "Текуща дейност"
|
||||||
|
},
|
||||||
"restored": {
|
"restored": {
|
||||||
"confirm_remove_text": "Наистина ли искате да изтриете този запис?",
|
"confirm_remove_text": "Наистина ли искате да изтриете този запис?",
|
||||||
"confirm_remove_title": "Премахване на обект?",
|
"confirm_remove_title": "Премахване на обект?",
|
||||||
@ -616,6 +789,7 @@
|
|||||||
"quick-bar": {
|
"quick-bar": {
|
||||||
"commands": {
|
"commands": {
|
||||||
"navigation": {
|
"navigation": {
|
||||||
|
"automation": "Автоматизации",
|
||||||
"blueprint": "Планове",
|
"blueprint": "Планове",
|
||||||
"devices": "Устройства",
|
"devices": "Устройства",
|
||||||
"entities": "Обекти",
|
"entities": "Обекти",
|
||||||
@ -740,6 +914,7 @@
|
|||||||
"blueprint": {
|
"blueprint": {
|
||||||
"use_blueprint": "Използвайте план"
|
"use_blueprint": "Използвайте план"
|
||||||
},
|
},
|
||||||
|
"header": "Създаване на нова автоматизация",
|
||||||
"how": "Как искате да създадете новата си автоматизация?",
|
"how": "Как искате да създадете новата си автоматизация?",
|
||||||
"start_empty": "Започнете с празна автоматизация",
|
"start_empty": "Започнете с празна автоматизация",
|
||||||
"thingtalk": {
|
"thingtalk": {
|
||||||
@ -780,7 +955,10 @@
|
|||||||
"device_id": {
|
"device_id": {
|
||||||
"action": "Действие",
|
"action": "Действие",
|
||||||
"extra_fields": {
|
"extra_fields": {
|
||||||
"code": "Код"
|
"code": "Код",
|
||||||
|
"message": "Съобщение",
|
||||||
|
"position": "Позиция",
|
||||||
|
"title": "Заглавие"
|
||||||
},
|
},
|
||||||
"label": "Устройство"
|
"label": "Устройство"
|
||||||
},
|
},
|
||||||
@ -948,7 +1126,8 @@
|
|||||||
"extra_fields": {
|
"extra_fields": {
|
||||||
"above": "Над",
|
"above": "Над",
|
||||||
"below": "Под",
|
"below": "Под",
|
||||||
"for": "Продължителност"
|
"for": "Продължителност",
|
||||||
|
"zone": "Зона"
|
||||||
},
|
},
|
||||||
"label": "Устройство",
|
"label": "Устройство",
|
||||||
"trigger": "Тригер"
|
"trigger": "Тригер"
|
||||||
@ -1115,6 +1294,12 @@
|
|||||||
"title": "Дистанционен контрол"
|
"title": "Дистанционен контрол"
|
||||||
},
|
},
|
||||||
"sign_out": "Отписване",
|
"sign_out": "Отписване",
|
||||||
|
"tts": {
|
||||||
|
"default_language": "Език по подразбиране за използване",
|
||||||
|
"female": "Жена",
|
||||||
|
"male": "Мъж",
|
||||||
|
"title": "Текст в Реч"
|
||||||
|
},
|
||||||
"webhooks": {
|
"webhooks": {
|
||||||
"disable_hook_error_msg": "Неуспешно деактивиране на webhook:",
|
"disable_hook_error_msg": "Неуспешно деактивиране на webhook:",
|
||||||
"loading": "Зареждане ...",
|
"loading": "Зареждане ...",
|
||||||
@ -1144,6 +1329,10 @@
|
|||||||
"copied_to_clipboard": "Копирано в клипборда",
|
"copied_to_clipboard": "Копирано в клипборда",
|
||||||
"view_documentation": "Преглед на документацията"
|
"view_documentation": "Преглед на документацията"
|
||||||
},
|
},
|
||||||
|
"forgot_password": {
|
||||||
|
"email_error_msg": "Грешен имейл",
|
||||||
|
"title": "Забравена парола"
|
||||||
|
},
|
||||||
"google": {
|
"google": {
|
||||||
"disable_2FA": "Деактивирайте двуфакторното удостоверяване",
|
"disable_2FA": "Деактивирайте двуфакторното удостоверяване",
|
||||||
"dont_expose_entity": "Не излагай обекта",
|
"dont_expose_entity": "Не излагай обекта",
|
||||||
@ -1156,13 +1345,21 @@
|
|||||||
},
|
},
|
||||||
"login": {
|
"login": {
|
||||||
"alert_password_change_required": "Трябва да промените паролата си, преди да влезете.",
|
"alert_password_change_required": "Трябва да промените паролата си, преди да влезете.",
|
||||||
|
"email_error_msg": "Грешен имейл",
|
||||||
|
"forgot_password": "Забравена парола?",
|
||||||
"introduction2": "Тази услуга се управлява от нашия партньор",
|
"introduction2": "Тази услуга се управлява от нашия партньор",
|
||||||
"learn_more_link": "Научете повече за Home Assistant Cloud"
|
"learn_more_link": "Научете повече за Home Assistant Cloud",
|
||||||
|
"password": "Парола",
|
||||||
|
"password_error_msg": "Паролите са най-малко 8 знака"
|
||||||
},
|
},
|
||||||
"register": {
|
"register": {
|
||||||
"create_account": "Създаване на акаунт",
|
"create_account": "Създаване на акаунт",
|
||||||
|
"feature_amazon_alexa": "Интеграция с Amazon Alexa",
|
||||||
|
"feature_google_home": "Интеграция с Google Assistant",
|
||||||
"feature_webhook_apps": "Лесна интеграция с базирани на webhook приложения като OwnTracks",
|
"feature_webhook_apps": "Лесна интеграция с базирани на webhook приложения като OwnTracks",
|
||||||
"information3": "Тази услуга се управлява от нашия партньор",
|
"information3": "Тази услуга се управлява от нашия партньор",
|
||||||
|
"link_terms_conditions": "Правила и условия",
|
||||||
|
"password": "Парола",
|
||||||
"title": "Регистриране на акаунт"
|
"title": "Регистриране на акаунт"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@ -1319,7 +1516,11 @@
|
|||||||
},
|
},
|
||||||
"info": {
|
"info": {
|
||||||
"caption": "Информация",
|
"caption": "Информация",
|
||||||
"description": "Версия, състояние на системата и връзки към документация"
|
"description": "Версия, състояние на системата и връзки към документация",
|
||||||
|
"documentation": "Документация",
|
||||||
|
"integrations": "Интеграции",
|
||||||
|
"server": "сървър",
|
||||||
|
"source": "Източник:"
|
||||||
},
|
},
|
||||||
"integrations": {
|
"integrations": {
|
||||||
"add_integration": "Добавяне на интеграция",
|
"add_integration": "Добавяне на интеграция",
|
||||||
@ -1330,6 +1531,14 @@
|
|||||||
"delete_confirm": "Сигурни ли сте, че искате да изтриете интеграцията?",
|
"delete_confirm": "Сигурни ли сте, че искате да изтриете интеграцията?",
|
||||||
"device_unavailable": "Устройството е недостъпно",
|
"device_unavailable": "Устройството е недостъпно",
|
||||||
"devices": "{count} {count, plural,\n one {устройство}\n other {устройства}\n}",
|
"devices": "{count} {count, plural,\n one {устройство}\n other {устройства}\n}",
|
||||||
|
"disable": {
|
||||||
|
"disabled_by": {
|
||||||
|
"device": "устройство",
|
||||||
|
"integration": "интеграция",
|
||||||
|
"user": "потребител"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"documentation": "Документация",
|
||||||
"entities": "{count} {count, plural,\n one {обект}\n other {обекти}\n}",
|
"entities": "{count} {count, plural,\n one {обект}\n other {обекти}\n}",
|
||||||
"entity_unavailable": "Обектът е недостъпен",
|
"entity_unavailable": "Обектът е недостъпен",
|
||||||
"firmware": "Фърмуер: {version}",
|
"firmware": "Фърмуер: {version}",
|
||||||
@ -1348,10 +1557,12 @@
|
|||||||
},
|
},
|
||||||
"config_flow": {
|
"config_flow": {
|
||||||
"created_config": "Създадена конфигурация за {name} .",
|
"created_config": "Създадена конфигурация за {name} .",
|
||||||
|
"error": "Грешка",
|
||||||
"external_step": {
|
"external_step": {
|
||||||
"description": "Завършването на тази стъпка изисква да посетите външен уебсайт.",
|
"description": "Завършването на тази стъпка изисква да посетите външен уебсайт.",
|
||||||
"open_site": "Отваряне на уеб сайт"
|
"open_site": "Отваряне на уеб сайт"
|
||||||
},
|
},
|
||||||
|
"loading_first_time": "Моля, изчакайте, докато се инсталира интеграцията",
|
||||||
"not_all_required_fields": "Не всички задължителни полета са попълнени."
|
"not_all_required_fields": "Не всички задължителни полета са попълнени."
|
||||||
},
|
},
|
||||||
"configure": "Конфигуриране",
|
"configure": "Конфигуриране",
|
||||||
@ -1407,10 +1618,15 @@
|
|||||||
"description": "Създайте персонализирани набори от карти, за да контролирате дома си",
|
"description": "Създайте персонализирани набори от карти, за да контролирате дома си",
|
||||||
"resources": {
|
"resources": {
|
||||||
"cant_edit_yaml": "Използвате Lovelace в YAML режим, следователно не можете да управлявате ресурсите си чрез потребителския интерфейс. Управлявайте ги в configuration.yaml.",
|
"cant_edit_yaml": "Използвате Lovelace в YAML режим, следователно не можете да управлявате ресурсите си чрез потребителския интерфейс. Управлявайте ги в configuration.yaml.",
|
||||||
|
"caption": "Ресурси",
|
||||||
"detail": {
|
"detail": {
|
||||||
"create": "Създаване",
|
"create": "Създаване",
|
||||||
|
"delete": "Изтриване",
|
||||||
|
"dismiss": "Затваряне",
|
||||||
|
"update": "Актуализиране",
|
||||||
"url": "URL",
|
"url": "URL",
|
||||||
"url_error_msg": "URL е задължително поле"
|
"url_error_msg": "URL е задължително поле",
|
||||||
|
"warning_header": "Бъдете предпазливи!"
|
||||||
},
|
},
|
||||||
"picker": {
|
"picker": {
|
||||||
"headers": {
|
"headers": {
|
||||||
@ -1424,11 +1640,22 @@
|
|||||||
"title": "MQTT"
|
"title": "MQTT"
|
||||||
},
|
},
|
||||||
"ozw": {
|
"ozw": {
|
||||||
|
"common": {
|
||||||
|
"controller": "Контролер",
|
||||||
|
"network": "Мрежа"
|
||||||
|
},
|
||||||
"navigation": {
|
"navigation": {
|
||||||
|
"network": "Мрежа",
|
||||||
"node": {
|
"node": {
|
||||||
"dashboard": "Табло"
|
"dashboard": "Табло"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"network_status": {
|
||||||
|
"details": {
|
||||||
|
"started": "Свързан към MQTT",
|
||||||
|
"starting": "Свързване към MQTT"
|
||||||
|
}
|
||||||
|
},
|
||||||
"node_query_stages": {
|
"node_query_stages": {
|
||||||
"associations": "Обновяване на свързаните групи и членства"
|
"associations": "Обновяване на свързаните групи и членства"
|
||||||
},
|
},
|
||||||
@ -1583,7 +1810,10 @@
|
|||||||
"detail": {
|
"detail": {
|
||||||
"create": "Създаване",
|
"create": "Създаване",
|
||||||
"create_and_write": "Създаване и запис",
|
"create_and_write": "Създаване и запис",
|
||||||
"name": "Име"
|
"delete": "Изтриване",
|
||||||
|
"description": "Описание",
|
||||||
|
"name": "Име",
|
||||||
|
"update": "Актуализиране"
|
||||||
},
|
},
|
||||||
"headers": {
|
"headers": {
|
||||||
"name": "Име"
|
"name": "Име"
|
||||||
@ -1605,6 +1835,7 @@
|
|||||||
"admin": "Администратор",
|
"admin": "Администратор",
|
||||||
"caption": "Преглед на потребителя",
|
"caption": "Преглед на потребителя",
|
||||||
"change_password": "Смяна на парола",
|
"change_password": "Смяна на парола",
|
||||||
|
"confirm_user_deletion": "Наистина ли искате да изтриете {name}?",
|
||||||
"deactivate_user": "Деактивиране на потребителя",
|
"deactivate_user": "Деактивиране на потребителя",
|
||||||
"delete_user": "Изтриване на потребител",
|
"delete_user": "Изтриване на потребител",
|
||||||
"group": "Група",
|
"group": "Група",
|
||||||
@ -1654,6 +1885,9 @@
|
|||||||
"groups": {
|
"groups": {
|
||||||
"add_group": "Добавяне на група"
|
"add_group": "Добавяне на група"
|
||||||
},
|
},
|
||||||
|
"network": {
|
||||||
|
"caption": "Мрежа"
|
||||||
|
},
|
||||||
"visualization": {
|
"visualization": {
|
||||||
"caption": "Визуализация",
|
"caption": "Визуализация",
|
||||||
"header": "Визуализация на мрежата"
|
"header": "Визуализация на мрежата"
|
||||||
@ -1670,6 +1904,22 @@
|
|||||||
"edit_home_zone": "Радиусът на зоната \"Дом\" все още не може да бъде редактиран. Плъзнете маркера на картата, за да преместите въпросната зона.",
|
"edit_home_zone": "Радиусът на зоната \"Дом\" все още не може да бъде редактиран. Плъзнете маркера на картата, за да преместите въпросната зона.",
|
||||||
"no_zones_created_yet": "Изглежда, че все още не сте създали никакви зони."
|
"no_zones_created_yet": "Изглежда, че все още не сте създали никакви зони."
|
||||||
},
|
},
|
||||||
|
"zwave_js": {
|
||||||
|
"common": {
|
||||||
|
"close": "Затваряне",
|
||||||
|
"network": "Мрежа"
|
||||||
|
},
|
||||||
|
"dashboard": {
|
||||||
|
"dump_not_ready_confirm": "Изтегляне"
|
||||||
|
},
|
||||||
|
"navigation": {
|
||||||
|
"network": "Мрежа"
|
||||||
|
},
|
||||||
|
"network_status": {
|
||||||
|
"connected": "Свързан",
|
||||||
|
"connecting": "Свързване"
|
||||||
|
}
|
||||||
|
},
|
||||||
"zwave": {
|
"zwave": {
|
||||||
"common": {
|
"common": {
|
||||||
"index": "Индекс",
|
"index": "Индекс",
|
||||||
@ -1736,6 +1986,8 @@
|
|||||||
"description1": "Задайте представянето на устройство или обект в Home Assistant.",
|
"description1": "Задайте представянето на устройство или обект в Home Assistant.",
|
||||||
"description2": "Промяната е фиктивна, до следваща актуализация на устройството или обекта.",
|
"description2": "Промяната е фиктивна, до следваща актуализация на устройството или обекта.",
|
||||||
"filter_attributes": "Филтриране на атрибути",
|
"filter_attributes": "Филтриране на атрибути",
|
||||||
|
"last_changed": "Последна промяна",
|
||||||
|
"last_updated": "Последна актуализация",
|
||||||
"set_state": "Задаване на състояние",
|
"set_state": "Задаване на състояние",
|
||||||
"state_attributes": "Атрибути на състоянието (YAML, по избор)",
|
"state_attributes": "Атрибути на състоянието (YAML, по избор)",
|
||||||
"title": "Състояния"
|
"title": "Състояния"
|
||||||
@ -1757,8 +2009,18 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"history": {
|
||||||
|
"ranges": {
|
||||||
|
"last_week": "Миналата седмица",
|
||||||
|
"this_week": "Тази седмица",
|
||||||
|
"today": "Днес",
|
||||||
|
"yesterday": "Вчера"
|
||||||
|
}
|
||||||
|
},
|
||||||
"logbook": {
|
"logbook": {
|
||||||
"ranges": {
|
"ranges": {
|
||||||
|
"last_week": "Миналата седмица",
|
||||||
|
"this_week": "Тази седмица",
|
||||||
"today": "Днес",
|
"today": "Днес",
|
||||||
"yesterday": "Вчера"
|
"yesterday": "Вчера"
|
||||||
}
|
}
|
||||||
@ -1879,8 +2141,16 @@
|
|||||||
"description": "Картата \"Обект\" ви дава бърз преглед на състоянието на избран обект.",
|
"description": "Картата \"Обект\" ви дава бърз преглед на състоянието на избран обект.",
|
||||||
"name": "Обект"
|
"name": "Обект"
|
||||||
},
|
},
|
||||||
|
"gauge": {
|
||||||
|
"severity": {
|
||||||
|
"green": "Зелено",
|
||||||
|
"red": "Червено",
|
||||||
|
"yellow": "Жълто"
|
||||||
|
}
|
||||||
|
},
|
||||||
"generic": {
|
"generic": {
|
||||||
"name": "Име",
|
"name": "Име",
|
||||||
|
"no_theme": "Няма тема",
|
||||||
"search": "Търсене",
|
"search": "Търсене",
|
||||||
"show_name": "Показване на името?",
|
"show_name": "Показване на името?",
|
||||||
"state_color": "Да се оцветят ли иконите спрямо състоянието?",
|
"state_color": "Да се оцветят ли иконите спрямо състоянието?",
|
||||||
@ -1889,6 +2159,7 @@
|
|||||||
"url": "URL"
|
"url": "URL"
|
||||||
},
|
},
|
||||||
"grid": {
|
"grid": {
|
||||||
|
"columns": "Колони",
|
||||||
"description": "Картата Решетка ви позволява да показвате няколко карти, които да подредите в решетка.",
|
"description": "Картата Решетка ви позволява да показвате няколко карти, които да подредите в решетка.",
|
||||||
"name": "Решетка"
|
"name": "Решетка"
|
||||||
},
|
},
|
||||||
@ -1908,7 +2179,8 @@
|
|||||||
},
|
},
|
||||||
"map": {
|
"map": {
|
||||||
"dark_mode": "Тъмен режим?",
|
"dark_mode": "Тъмен режим?",
|
||||||
"name": "Карта"
|
"name": "Карта",
|
||||||
|
"source": "Източник"
|
||||||
},
|
},
|
||||||
"media-control": {
|
"media-control": {
|
||||||
"description": "Картата за управление на плейърите се използва за показване на обекти на мултимедийния плейър в интерфейс с лесни за използване контроли.",
|
"description": "Картата за управление на плейърите се използва за показване на обекти на мултимедийния плейър в интерфейс с лесни за използване контроли.",
|
||||||
@ -1948,7 +2220,9 @@
|
|||||||
"no_description": "Няма налично описание."
|
"no_description": "Няма налично описание."
|
||||||
},
|
},
|
||||||
"common": {
|
"common": {
|
||||||
"add": "Добавяне"
|
"add": "Добавяне",
|
||||||
|
"edit": "Редактиране",
|
||||||
|
"none": "Без"
|
||||||
},
|
},
|
||||||
"edit_badges": {
|
"edit_badges": {
|
||||||
"panel_mode": "Тези значки няма да се показват, защото този изглед е в „Панелен режим“."
|
"panel_mode": "Тези значки няма да се показват, защото този изглед е в „Панелен режим“."
|
||||||
@ -1969,7 +2243,8 @@
|
|||||||
"show_code_editor": "Редактирайте кода",
|
"show_code_editor": "Редактирайте кода",
|
||||||
"show_visual_editor": "Показване на визуален редактор",
|
"show_visual_editor": "Показване на визуален редактор",
|
||||||
"toggle_editor": "Превключете редактора",
|
"toggle_editor": "Превключете редактора",
|
||||||
"typed_header": "Конфигурация на карта {type}"
|
"typed_header": "Конфигурация на карта {type}",
|
||||||
|
"unsaved_changes": "Имате незапазени промени"
|
||||||
},
|
},
|
||||||
"edit_lovelace": {
|
"edit_lovelace": {
|
||||||
"edit_title": "Редактиране на заглавие",
|
"edit_title": "Редактиране на заглавие",
|
||||||
@ -1991,7 +2266,16 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"header": "Редактиране на Lovelace",
|
"header": "Редактиране на Lovelace",
|
||||||
|
"header-footer": {
|
||||||
|
"types": {
|
||||||
|
"buttons": {
|
||||||
|
"name": "Бутони"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"menu": {
|
"menu": {
|
||||||
|
"manage_dashboards": "Управление на таблата",
|
||||||
|
"manage_resources": "Управление на ресурсите",
|
||||||
"open": "Отваряне на Lovelace меню",
|
"open": "Отваряне на Lovelace меню",
|
||||||
"raw_editor": "Текстов редактор на Lovelace"
|
"raw_editor": "Текстов редактор на Lovelace"
|
||||||
},
|
},
|
||||||
@ -2011,12 +2295,14 @@
|
|||||||
"error_invalid_config": "Вашата конфигурация не е валидна: {error}",
|
"error_invalid_config": "Вашата конфигурация не е валидна: {error}",
|
||||||
"error_remove": "Конфигурацията не може да бъде премахната: {error}",
|
"error_remove": "Конфигурацията не може да бъде премахната: {error}",
|
||||||
"header": "Редактиране на конфигурацията",
|
"header": "Редактиране на конфигурацията",
|
||||||
|
"reload": "Презареждане",
|
||||||
"save": "Запазване",
|
"save": "Запазване",
|
||||||
"saved": "Запазено",
|
"saved": "Запазено",
|
||||||
"unsaved_changes": "Незапазени промени"
|
"unsaved_changes": "Незапазени промени"
|
||||||
},
|
},
|
||||||
"save_config": {
|
"save_config": {
|
||||||
"cancel": "Няма значение",
|
"cancel": "Няма значение",
|
||||||
|
"close": "Затваряне",
|
||||||
"header": "Поемете контрол над потребителския интерфейс на Lovelace",
|
"header": "Поемете контрол над потребителския интерфейс на Lovelace",
|
||||||
"para": "В момента това табло се поддържа от Home Assistant. То се актуализира автоматично, когато станат достъпни нови обекти или компоненти на потребителския интерфейс на Lovelace. Ако поемете контрола, това табло вече няма да се актуализира автоматично. Винаги можете да създадете ново табло за управление в конфигурация, с което да си играете.",
|
"para": "В момента това табло се поддържа от Home Assistant. То се актуализира автоматично, когато станат достъпни нови обекти или компоненти на потребителския интерфейс на Lovelace. Ако поемете контрола, това табло вече няма да се актуализира автоматично. Винаги можете да създадете ново табло за управление в конфигурация, с което да си играете.",
|
||||||
"para_sure": "Наистина ли искате да поемете управлението на потребителския интерфейс?",
|
"para_sure": "Наистина ли искате да поемете управлението на потребителския интерфейс?",
|
||||||
@ -2067,7 +2353,8 @@
|
|||||||
"attribute_not_found": "Атрибут {attribute} не е наличен в: {entity}",
|
"attribute_not_found": "Атрибут {attribute} не е наличен в: {entity}",
|
||||||
"entity_non_numeric": "Обектът не е число: {entity}",
|
"entity_non_numeric": "Обектът не е число: {entity}",
|
||||||
"entity_not_found": "Обектът не е достъпен: {entity}",
|
"entity_not_found": "Обектът не е достъпен: {entity}",
|
||||||
"entity_unavailable": "{entity} в момента е недостъпен"
|
"entity_unavailable": "{entity} в момента е недостъпен",
|
||||||
|
"starting": "Home Assistant стартира, все още може да не е налице всичко"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"mailbox": {
|
"mailbox": {
|
||||||
@ -2076,10 +2363,15 @@
|
|||||||
"empty": "Нямате съобщения",
|
"empty": "Нямате съобщения",
|
||||||
"playback_title": "Възпроизвеждане на съобщение"
|
"playback_title": "Възпроизвеждане на съобщение"
|
||||||
},
|
},
|
||||||
|
"my": {
|
||||||
|
"documentation": "документация",
|
||||||
|
"error": "Възникна неизвестна грешка"
|
||||||
|
},
|
||||||
"page-authorize": {
|
"page-authorize": {
|
||||||
"abort_intro": "Входът е прекратен",
|
"abort_intro": "Входът е прекратен",
|
||||||
"authorizing_client": "На път сте да дадете {clientId} достъп до вашия Home Assistant.",
|
"authorizing_client": "На път сте да дадете {clientId} достъп до вашия Home Assistant.",
|
||||||
"form": {
|
"form": {
|
||||||
|
"next": "Следващ",
|
||||||
"providers": {
|
"providers": {
|
||||||
"command_line": {
|
"command_line": {
|
||||||
"abort": {
|
"abort": {
|
||||||
@ -2335,10 +2627,18 @@
|
|||||||
"token_title": "Код за опресняване за {clientId}"
|
"token_title": "Код за опресняване за {clientId}"
|
||||||
},
|
},
|
||||||
"themes": {
|
"themes": {
|
||||||
|
"accent_color": "Цвят на акцента",
|
||||||
|
"dark_mode": {
|
||||||
|
"auto": "Авто",
|
||||||
|
"dark": "Тъмна",
|
||||||
|
"light": "Светла"
|
||||||
|
},
|
||||||
"dropdown_label": "Тема",
|
"dropdown_label": "Тема",
|
||||||
"error_no_theme": "Няма налични теми.",
|
"error_no_theme": "Няма налични теми.",
|
||||||
"header": "Тема",
|
"header": "Тема",
|
||||||
"link_promo": "Научете повече за темите"
|
"link_promo": "Научете повече за темите",
|
||||||
|
"primary_color": "Основен цвят",
|
||||||
|
"reset": "Нулиране"
|
||||||
},
|
},
|
||||||
"vibrate": {
|
"vibrate": {
|
||||||
"description": "Разрешаване или забраняване на вибрациите на това устройство при управление на устройства."
|
"description": "Разрешаване или забраняване на вибрациите на това устройство при управление на устройства."
|
||||||
|
@ -148,13 +148,15 @@
|
|||||||
"title": "Autenticació de Home Assistant"
|
"title": "Autenticació de Home Assistant"
|
||||||
},
|
},
|
||||||
"docker_api": {
|
"docker_api": {
|
||||||
|
"description": "Aquest complement, per petició del seu autor, demana accés a la instància de Docker del teu sistema. Aquest mode porporciona un control complet de tot el teu sistema Home Assistant al complement. Això genera possibles riscos de seguretat i podria fer malbé el sistema si no s'utilitza adequadament. Per aquesta raó, aquesta funció afecta negativament al nivell de seguretat del complement. \n\nAquest nivell d'accés no s'atorga automàticament i cal que el confirms. Per fer-ho, has de desactivar manualment el mode de protecció del complement. Desactiva el mode de protecció només si coneixes i confies en l'origen del complement.",
|
||||||
"title": "Accés complet a Docker"
|
"title": "Accés complet a Docker"
|
||||||
},
|
},
|
||||||
"full_access": {
|
"full_access": {
|
||||||
"description": "Aquest complement té accés complet al maquinari del teu sistema per petició del seu autor. Aquest accés és similar al mode privilegiat de Docker. Com que això genera possibles riscos de seguretat, aquesta funció afecta negativament al nivell de seguretat del complement. \n\nAquest accés no s'atorga automàticament i cal que ho confirms. Per fer-ho, has de desactivar manualment el mode de protecció del complement. Desactiva el mode de protecció només si coneixes i confies en l'origen del complement.",
|
"description": "Aquest complement té accés complet al maquinari del teu sistema per petició del seu autor. Aquest accés és similar al mode privilegiat de Docker. Com que això genera possibles riscos de seguretat, aquesta funció afecta negativament al nivell de seguretat del complement. \n\nAquest accés no s'atorga automàticament i cal que el confirms. Per fer-ho, has de desactivar manualment el mode de protecció del complement. Desactiva el mode de protecció només si coneixes i confies en l'origen del complement.",
|
||||||
"title": "Accés complet al maquinari"
|
"title": "Accés complet al maquinari"
|
||||||
},
|
},
|
||||||
"hassio_api": {
|
"hassio_api": {
|
||||||
|
"description": "Aquest complement té accés a l'API del Supervisor per petició del seu autor. Per defecte, el complement pot accedir a informació de la versió del teu sistema. Si demana a l'API accés de gestió o d'administrador, obtindrà accés per controlar diferents parts de Home Assistant. Aquest permís s'indica amb aquesta insígnia i afecta negativament al nivell de seguretat del complement.",
|
||||||
"title": "Accés a l'API del Supervisor"
|
"title": "Accés a l'API del Supervisor"
|
||||||
},
|
},
|
||||||
"homeassistant_api": {
|
"homeassistant_api": {
|
||||||
@ -165,6 +167,10 @@
|
|||||||
"description": "Els complements normalment s'executen dins la seva pròpia capa de xarxa aïllada, cosa que els impedeix accedir a la xarxa del sistema operatiu amfitrió. En alguns casos, aquest aïllament pot limitar la prestació dels serveis del complement. Per tant, l'aïllament pot ser eliminat per l'autor del complement; en aquest cas, el complement té un accés complet a les capacitats de xarxa del dispositiu amfitrió. Això li porporciona més capacitats però en redueix la seguretat, per tant, el nivell de seguretat del complement es reduirà quan aquesta opció s'utilitzi.",
|
"description": "Els complements normalment s'executen dins la seva pròpia capa de xarxa aïllada, cosa que els impedeix accedir a la xarxa del sistema operatiu amfitrió. En alguns casos, aquest aïllament pot limitar la prestació dels serveis del complement. Per tant, l'aïllament pot ser eliminat per l'autor del complement; en aquest cas, el complement té un accés complet a les capacitats de xarxa del dispositiu amfitrió. Això li porporciona més capacitats però en redueix la seguretat, per tant, el nivell de seguretat del complement es reduirà quan aquesta opció s'utilitzi.",
|
||||||
"title": "Xarxa amfitrió"
|
"title": "Xarxa amfitrió"
|
||||||
},
|
},
|
||||||
|
"host_pid": {
|
||||||
|
"description": "Habitualment, els processos que executen els complements estan aïllats dels altres processos del sistema. L'autor del complement ha demanat tenir accés i poder crear processos del sistema amfitrió. Aquest mode dóna accés i control total de tot el teu sistema Home Assistant al complement. Això genera possibles riscos de seguretat i podria fer malbé el sistema si no s'utilitza adequadament. Per aquesta raó, aquesta funció afecta negativament al nivell de seguretat del complement. \n\nAquest nivell d'accés no s'atorga automàticament i cal que el confirms. Per fer-ho, has de desactivar manualment el mode de protecció del complement. Desactiva el mode de protecció només si coneixes i confies en l'origen del complement.",
|
||||||
|
"title": "Espai de noms de processos de l'amfitrió"
|
||||||
|
},
|
||||||
"ingress": {
|
"ingress": {
|
||||||
"description": "Aquest complement utilitza Ingress per poder incrustar la seva interfície de manera segura a Home Assistant.",
|
"description": "Aquest complement utilitza Ingress per poder incrustar la seva interfície de manera segura a Home Assistant.",
|
||||||
"title": "Ingress"
|
"title": "Ingress"
|
||||||
@ -220,6 +226,7 @@
|
|||||||
"title": "Mostra a la barra lateral"
|
"title": "Mostra a la barra lateral"
|
||||||
},
|
},
|
||||||
"protected": {
|
"protected": {
|
||||||
|
"description": "Bloqueja l'accés privilegiat del complement al sistema",
|
||||||
"title": "Mode de protecció"
|
"title": "Mode de protecció"
|
||||||
},
|
},
|
||||||
"watchdog": {
|
"watchdog": {
|
||||||
@ -439,6 +446,7 @@
|
|||||||
"beta_backup": "Assegura't que tens còpies de seguretat de les teves dades abans d'activar aquesta funció.",
|
"beta_backup": "Assegura't que tens còpies de seguretat de les teves dades abans d'activar aquesta funció.",
|
||||||
"beta_join_confirm": "Vols unir-te al canal beta?",
|
"beta_join_confirm": "Vols unir-te al canal beta?",
|
||||||
"beta_release_items": "Això inclou les versions beta de:",
|
"beta_release_items": "Això inclou les versions beta de:",
|
||||||
|
"beta_warning": "Les versions beta són per a verificadors i els primers que vulguin provar-la, però poden tenir canvis de codi inestables",
|
||||||
"channel": "Canal",
|
"channel": "Canal",
|
||||||
"cpu_usage": "Ús de CPU del Supervisor",
|
"cpu_usage": "Ús de CPU del Supervisor",
|
||||||
"failed_to_reload": "No s'ha pogut tornar a carregar el Supervisor",
|
"failed_to_reload": "No s'ha pogut tornar a carregar el Supervisor",
|
||||||
@ -464,9 +472,11 @@
|
|||||||
"unhealthy_title": "La teva instal·lació no és bona",
|
"unhealthy_title": "La teva instal·lació no és bona",
|
||||||
"unsupported_description": "A continuació es mostra una llista de problemes relacionats amb la instal·lació, fes clic als enllaços per obtenir informació sobre com resoldre'ls.",
|
"unsupported_description": "A continuació es mostra una llista de problemes relacionats amb la instal·lació, fes clic als enllaços per obtenir informació sobre com resoldre'ls.",
|
||||||
"unsupported_reason": {
|
"unsupported_reason": {
|
||||||
|
"container": "Els contenidors són coneguts per causar problemes",
|
||||||
"dbus": "DBUS",
|
"dbus": "DBUS",
|
||||||
"docker_configuration": "Configuració de Docker",
|
"docker_configuration": "Configuració de Docker",
|
||||||
"docker_version": "Versió de Docker",
|
"docker_version": "Versió de Docker",
|
||||||
|
"job_conditions": "Condicions 'job' ignorades",
|
||||||
"lxc": "LXC",
|
"lxc": "LXC",
|
||||||
"network_manager": "Gestor de xarxa",
|
"network_manager": "Gestor de xarxa",
|
||||||
"os": "Sistema operatiu",
|
"os": "Sistema operatiu",
|
||||||
|
@ -144,6 +144,7 @@
|
|||||||
},
|
},
|
||||||
"changelog": "Seznam změn",
|
"changelog": "Seznam změn",
|
||||||
"hostname": "Název hostitele",
|
"hostname": "Název hostitele",
|
||||||
|
"new_update_available": "{name} {verze} je k dispozici",
|
||||||
"open_web_ui": "Otevřít webové rozhraní",
|
"open_web_ui": "Otevřít webové rozhraní",
|
||||||
"option": {
|
"option": {
|
||||||
"boot": {
|
"boot": {
|
||||||
@ -152,7 +153,8 @@
|
|||||||
"watchdog": {
|
"watchdog": {
|
||||||
"title": "Hlídací pes"
|
"title": "Hlídací pes"
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
|
"visit_addon_page": "Další podrobnosti naleznete na stránce {name}"
|
||||||
},
|
},
|
||||||
"panel": {
|
"panel": {
|
||||||
"configuration": "Nastavení",
|
"configuration": "Nastavení",
|
||||||
@ -167,10 +169,13 @@
|
|||||||
},
|
},
|
||||||
"common": {
|
"common": {
|
||||||
"cancel": "Zrušit",
|
"cancel": "Zrušit",
|
||||||
|
"close": "Zavřít",
|
||||||
"description": "Popis",
|
"description": "Popis",
|
||||||
"error": {
|
"error": {
|
||||||
"unknown": "Neznámá chyba"
|
"unknown": "Neznámá chyba"
|
||||||
},
|
},
|
||||||
|
"failed_to_restart_name": "Restartování {name} se nezdařilo",
|
||||||
|
"failed_to_update_name": "Aktualizace {name} se nezdařila",
|
||||||
"learn_more": "Další informace",
|
"learn_more": "Další informace",
|
||||||
"new_version_available": "K dispozici je nová verze",
|
"new_version_available": "K dispozici je nová verze",
|
||||||
"newest_version": "Nejnovější verze",
|
"newest_version": "Nejnovější verze",
|
||||||
@ -192,6 +197,7 @@
|
|||||||
"title": "Obnovit možnosti"
|
"title": "Obnovit možnosti"
|
||||||
},
|
},
|
||||||
"restart": {
|
"restart": {
|
||||||
|
"text": "Opravdu chcete restartovat {name}?",
|
||||||
"title": "Restartovat {name}"
|
"title": "Restartovat {name}"
|
||||||
},
|
},
|
||||||
"update": {
|
"update": {
|
||||||
@ -240,14 +246,15 @@
|
|||||||
"text": "Chcete doplněk restartovat se svými změnami?"
|
"text": "Chcete doplněk restartovat se svými změnami?"
|
||||||
},
|
},
|
||||||
"update": {
|
"update": {
|
||||||
"create_snapshot": "Vytvořit zálohu \"{name}\" před aktualizací",
|
"create_snapshot": "Vytvořit zálohu {name} před aktualizací",
|
||||||
"snapshot": "Záloha",
|
"snapshot": "Záloha",
|
||||||
"snapshotting": "Vytváří se záloha \"{name}\"",
|
"snapshotting": "Vytváří se záloha {name}",
|
||||||
"updating": "Aktualizuje se \"{name}\" na verzi {version}"
|
"updating": "Aktualizuje se {name} na verzi {version}"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"my": {
|
"my": {
|
||||||
"error": "Nastala neznámá chyba",
|
"error": "Nastala neznámá chyba",
|
||||||
|
"error_addon_not_found": "Doplněk nebyl nalezen",
|
||||||
"faq_link": "Časté dotazy týkající se My Home Assistant",
|
"faq_link": "Časté dotazy týkající se My Home Assistant",
|
||||||
"not_supported": "Toto přesměrování není vaší instancí Home Assistant podporováno. Zkontrolujte {link} pro podporovaná přesměrování a verzi, ve které byla zavedena."
|
"not_supported": "Toto přesměrování není vaší instancí Home Assistant podporováno. Zkontrolujte {link} pro podporovaná přesměrování a verzi, ve které byla zavedena."
|
||||||
},
|
},
|
||||||
|
@ -422,7 +422,7 @@
|
|||||||
"confirm_shutdown": "Bist du sicher, dass du den Host herunterfahren willst?",
|
"confirm_shutdown": "Bist du sicher, dass du den Host herunterfahren willst?",
|
||||||
"deployment": "Deployment",
|
"deployment": "Deployment",
|
||||||
"docker_version": "Docker-Version",
|
"docker_version": "Docker-Version",
|
||||||
"emmc_lifetime_used": "eMMC Verschleiß",
|
"emmc_lifetime_used": "eMMC verschlissen",
|
||||||
"failed_to_get_hardware_list": "Fehler beim Abrufen der Hardwareliste",
|
"failed_to_get_hardware_list": "Fehler beim Abrufen der Hardwareliste",
|
||||||
"failed_to_import_from_usb": "Fehler beim Importieren von USB",
|
"failed_to_import_from_usb": "Fehler beim Importieren von USB",
|
||||||
"failed_to_reboot": "Fehler beim Neustart des Hosts",
|
"failed_to_reboot": "Fehler beim Neustart des Hosts",
|
||||||
@ -457,7 +457,7 @@
|
|||||||
"leave_beta_action": "Beta-Kanal verlassen",
|
"leave_beta_action": "Beta-Kanal verlassen",
|
||||||
"leave_beta_description": "Erhalte stabile Updates für Home Assistant, Supervisor und Host",
|
"leave_beta_description": "Erhalte stabile Updates für Home Assistant, Supervisor und Host",
|
||||||
"ram_usage": "Arbeitsspeicherbedarf von Supervisor",
|
"ram_usage": "Arbeitsspeicherbedarf von Supervisor",
|
||||||
"reload_supervisor": "Supervisor neu starten",
|
"reload_supervisor": "Supervisor neu laden",
|
||||||
"share_diagnostics": "Diagnose teilen",
|
"share_diagnostics": "Diagnose teilen",
|
||||||
"share_diagnostics_description": "Teile Absturzberichte und Diagnoseinformationen.",
|
"share_diagnostics_description": "Teile Absturzberichte und Diagnoseinformationen.",
|
||||||
"share_diagonstics_description": "Möchtest du Absturzberichte und Diagnoseinformationen automatisch freigeben, wenn der Supervisor auf unerwartete Fehler stößt? {line_break} Auf diese Weise können wir die Probleme beheben. Die Informationen sind nur für das Home Assistant Core Team zugänglich und werden nicht an andere weitergegeben. {line_break} Die Daten enthalten keine privaten/sensiblen Informationen und du kannst diese jederzeit in den Einstellungen deaktivieren.",
|
"share_diagonstics_description": "Möchtest du Absturzberichte und Diagnoseinformationen automatisch freigeben, wenn der Supervisor auf unerwartete Fehler stößt? {line_break} Auf diese Weise können wir die Probleme beheben. Die Informationen sind nur für das Home Assistant Core Team zugänglich und werden nicht an andere weitergegeben. {line_break} Die Daten enthalten keine privaten/sensiblen Informationen und du kannst diese jederzeit in den Einstellungen deaktivieren.",
|
||||||
@ -478,7 +478,7 @@
|
|||||||
"docker_version": "Docker Version",
|
"docker_version": "Docker Version",
|
||||||
"job_conditions": "Ignorierte Jobbedingungen",
|
"job_conditions": "Ignorierte Jobbedingungen",
|
||||||
"lxc": "LXC",
|
"lxc": "LXC",
|
||||||
"network_manager": "Netzwerk Einstellungen",
|
"network_manager": "Netzwerk-Manager",
|
||||||
"os": "Betriebssystem",
|
"os": "Betriebssystem",
|
||||||
"privileged": "Der Supervisor ist nicht berechtigt",
|
"privileged": "Der Supervisor ist nicht berechtigt",
|
||||||
"systemd": "Systemd"
|
"systemd": "Systemd"
|
||||||
|
@ -502,14 +502,14 @@
|
|||||||
"disarm": "Αφοπλισμός"
|
"disarm": "Αφοπλισμός"
|
||||||
},
|
},
|
||||||
"automation": {
|
"automation": {
|
||||||
"last_triggered": "Τελευταίο έναυσμα",
|
"last_triggered": "Τελευταία ενεργοποίηση",
|
||||||
"trigger": "Εκτέλεση ενεργειών"
|
"trigger": "Εκτέλεση ενεργειών"
|
||||||
},
|
},
|
||||||
"camera": {
|
"camera": {
|
||||||
"not_available": "Μη διαθέσιμη εικόνα"
|
"not_available": "Μη διαθέσιμη εικόνα"
|
||||||
},
|
},
|
||||||
"climate": {
|
"climate": {
|
||||||
"aux_heat": "Θερμοκρασία Aux",
|
"aux_heat": "Βοηθητική θέρμανση",
|
||||||
"away_mode": "Λειτουργία εκτός σπιτιού",
|
"away_mode": "Λειτουργία εκτός σπιτιού",
|
||||||
"cooling": "{name} ψύξη",
|
"cooling": "{name} ψύξη",
|
||||||
"current_temperature": "{name} τρέχουσα θερμοκρασία",
|
"current_temperature": "{name} τρέχουσα θερμοκρασία",
|
||||||
|
@ -210,7 +210,7 @@
|
|||||||
"install": "install",
|
"install": "install",
|
||||||
"new_update_available": "{name} {version} is available",
|
"new_update_available": "{name} {version} is available",
|
||||||
"not_available_arch": "This add-on is not compatible with the processor of your device or the operating system you have installed on your device.",
|
"not_available_arch": "This add-on is not compatible with the processor of your device or the operating system you have installed on your device.",
|
||||||
"not_available_version": "You are unning Home Assistant {core_version_installed}, to update to this version of the add-on you need at least version {core_version_needed} of Home Assistan",
|
"not_available_version": "You are running Home Assistant {core_version_installed}, to update to this version of the add-on you need at least version {core_version_needed} of Home Assistant",
|
||||||
"open_web_ui": "Open web UI",
|
"open_web_ui": "Open web UI",
|
||||||
"option": {
|
"option": {
|
||||||
"auto_update": {
|
"auto_update": {
|
||||||
@ -245,7 +245,7 @@
|
|||||||
"start": "start",
|
"start": "start",
|
||||||
"stop": "stop",
|
"stop": "stop",
|
||||||
"uninstall": "uninstall",
|
"uninstall": "uninstall",
|
||||||
"visit_addon_page": "Visit the {name} page for more detals"
|
"visit_addon_page": "Visit the {name} page for more details"
|
||||||
},
|
},
|
||||||
"documentation": {
|
"documentation": {
|
||||||
"get_documentation": "Failed to get add-on documentation, {error}"
|
"get_documentation": "Failed to get add-on documentation, {error}"
|
||||||
|
@ -444,7 +444,7 @@
|
|||||||
},
|
},
|
||||||
"supervisor": {
|
"supervisor": {
|
||||||
"beta_backup": "Asegúrese de tener copias de seguridad de sus datos antes de activar esta función.",
|
"beta_backup": "Asegúrese de tener copias de seguridad de sus datos antes de activar esta función.",
|
||||||
"beta_join_confirm": "¿Quieres unirte al canal beta?",
|
"beta_join_confirm": "¿Quiere unirse al canal beta?",
|
||||||
"beta_release_items": "Esto incluye versiones beta para:",
|
"beta_release_items": "Esto incluye versiones beta para:",
|
||||||
"beta_warning": "Las versiones beta son para testers y usuarios pioneros. Pueden contener cambios de código inestables.",
|
"beta_warning": "Las versiones beta son para testers y usuarios pioneros. Pueden contener cambios de código inestables.",
|
||||||
"channel": "Canal",
|
"channel": "Canal",
|
||||||
@ -464,10 +464,10 @@
|
|||||||
"share_diagonstics_title": "Ayude a mejorar Home Assistant",
|
"share_diagonstics_title": "Ayude a mejorar Home Assistant",
|
||||||
"unhealthy_description": "Ejecutar una instalación en mal estado causará problemas. A continuación se muestra una lista de problemas encontrados con su instalación, haga clic en los enlaces para saber cómo puede resolverlos.",
|
"unhealthy_description": "Ejecutar una instalación en mal estado causará problemas. A continuación se muestra una lista de problemas encontrados con su instalación, haga clic en los enlaces para saber cómo puede resolverlos.",
|
||||||
"unhealthy_reason": {
|
"unhealthy_reason": {
|
||||||
"docker": "El entorno de Docker no funciona correctamente",
|
"docker": "El entorno Docker no funciona correctamente",
|
||||||
"privileged": "El supervisor no tiene privilegios",
|
"privileged": "Supervisor no tiene privilegios",
|
||||||
"setup": "Falló la configuración del supervisor",
|
"setup": "Falló la configuración de Supervisor",
|
||||||
"supervisor": "El supervisor no pudo actualizar"
|
"supervisor": "No se pudo actualizar Supervisor"
|
||||||
},
|
},
|
||||||
"unhealthy_title": "La instalación tiene problemas",
|
"unhealthy_title": "La instalación tiene problemas",
|
||||||
"unsupported_description": "A continuación se muestra una lista de problemas encontrados con su instalación, haga clic en los enlaces para saber cómo puede resolverlos.",
|
"unsupported_description": "A continuación se muestra una lista de problemas encontrados con su instalación, haga clic en los enlaces para saber cómo puede resolverlos.",
|
||||||
@ -480,11 +480,11 @@
|
|||||||
"lxc": "LXC",
|
"lxc": "LXC",
|
||||||
"network_manager": "Administrador de red",
|
"network_manager": "Administrador de red",
|
||||||
"os": "Sistema operativo",
|
"os": "Sistema operativo",
|
||||||
"privileged": "El supervisor no tiene privilegios",
|
"privileged": "Supervisor no tiene privilegios",
|
||||||
"systemd": "Systemd"
|
"systemd": "Systemd"
|
||||||
},
|
},
|
||||||
"unsupported_title": "Está ejecutando una instalación no soportada",
|
"unsupported_title": "Está ejecutando una instalación no soportada",
|
||||||
"update_supervisor": "Actualizar el supervisor",
|
"update_supervisor": "Actualizar Supervisor",
|
||||||
"warning": "ADVERTENCIA"
|
"warning": "ADVERTENCIA"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -1354,7 +1354,7 @@
|
|||||||
"conditions": {
|
"conditions": {
|
||||||
"add": "Agregar condición",
|
"add": "Agregar condición",
|
||||||
"delete": "Eliminar",
|
"delete": "Eliminar",
|
||||||
"delete_confirm": "¿Está seguro que quiere eliminar?",
|
"delete_confirm": "¿Está seguro de eliminar ésto?",
|
||||||
"duplicate": "Duplicar",
|
"duplicate": "Duplicar",
|
||||||
"header": "Condiciones",
|
"header": "Condiciones",
|
||||||
"introduction": "Las condiciones son opcionales y evitarán una mayor ejecución a menos que se cumplan todas las condiciones.",
|
"introduction": "Las condiciones son opcionales y evitarán una mayor ejecución a menos que se cumplan todas las condiciones.",
|
||||||
@ -3776,7 +3776,7 @@
|
|||||||
"token_title": "Actualizar token para {clientId}"
|
"token_title": "Actualizar token para {clientId}"
|
||||||
},
|
},
|
||||||
"suspend": {
|
"suspend": {
|
||||||
"description": "¿Deberíamos cerrar la conexión al servidor después de estar oculto durante 5 minutos?",
|
"description": "¿Deberíamos cerrar la conexión al servidor después de estar ausente por 5 minutos?",
|
||||||
"header": "Conexión cerrada automáticamente"
|
"header": "Conexión cerrada automáticamente"
|
||||||
},
|
},
|
||||||
"themes": {
|
"themes": {
|
||||||
|
@ -106,44 +106,174 @@
|
|||||||
"addon": {
|
"addon": {
|
||||||
"configuration": {
|
"configuration": {
|
||||||
"audio": {
|
"audio": {
|
||||||
"header": "Audio"
|
"default": "Défaut",
|
||||||
|
"header": "Audio",
|
||||||
|
"input": "Entrée",
|
||||||
|
"output": "Sortie"
|
||||||
|
},
|
||||||
|
"network": {
|
||||||
|
"container": "Conteneur",
|
||||||
|
"disabled": "Désactivé",
|
||||||
|
"header": "Réseau",
|
||||||
|
"host": "Hôte"
|
||||||
},
|
},
|
||||||
"options": {
|
"options": {
|
||||||
"header": "Options"
|
"edit_in_ui": "Modifier dans l'interface utilisateur",
|
||||||
|
"edit_in_yaml": "Modifier en tant que YAML",
|
||||||
|
"header": "Options",
|
||||||
|
"invalid_yaml": "YAML invalide",
|
||||||
|
"show_unused_optional": "Afficher les options non utilisées dans la configuration"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"dashboard": {
|
||||||
|
"action_error": {
|
||||||
|
"install": "Échec de l'installation de l'extension",
|
||||||
|
"restart": "Échec du redémarrage de l'extension",
|
||||||
|
"start": "Échec du démarrage de l'extension",
|
||||||
|
"start_invalid_config": "Aller à la configuration",
|
||||||
|
"stop": "Échec de l'arrêt de l'extension",
|
||||||
|
"uninstall": "Échec de la désinstallation de l'extension",
|
||||||
|
"validate_config": "Échec de la validation de la configuration de l'add-on"
|
||||||
|
},
|
||||||
|
"capability": {
|
||||||
|
"docker_api": {
|
||||||
|
"title": "Accès complet à Docker"
|
||||||
|
},
|
||||||
|
"full_access": {
|
||||||
|
"title": "Accès complet au matériel"
|
||||||
|
},
|
||||||
|
"host_network": {
|
||||||
|
"title": "Réseau hôte"
|
||||||
|
},
|
||||||
|
"label": {
|
||||||
|
"auth": "auth",
|
||||||
|
"hardware": "Matériel",
|
||||||
|
"hass": "hass",
|
||||||
|
"hassio": "hassio",
|
||||||
|
"host": "Hôte",
|
||||||
|
"rating": "notation"
|
||||||
|
},
|
||||||
|
"rating": {
|
||||||
|
"title": "Évaluation de sécurité de l'extension"
|
||||||
|
},
|
||||||
|
"role": {
|
||||||
|
"admin": "admin",
|
||||||
|
"backup": "sauvegarde",
|
||||||
|
"default": "Défaut",
|
||||||
|
"homeassistant": "homeassistant",
|
||||||
|
"manager": "gestionnaire"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"changelog": "Changelog",
|
||||||
|
"cpu_usage": "Utilisation CPU de l'extension",
|
||||||
|
"hostname": "Nom d'hôte",
|
||||||
|
"install": "installer",
|
||||||
|
"new_update_available": "{name} {version} est disponible",
|
||||||
|
"not_available_version": "Votre Home Assistant est en version {core_version_installed}, pour mettre à jour cet add-on, vous devez êtes au minimum en version {core_version_needed} de Home Assistant",
|
||||||
|
"open_web_ui": "Ouvrir l'interface utilisateur Web",
|
||||||
|
"option": {
|
||||||
|
"auto_update": {
|
||||||
|
"title": "Mise à jour automatique"
|
||||||
|
},
|
||||||
|
"boot": {
|
||||||
|
"title": "Lancer au démarrage"
|
||||||
|
},
|
||||||
|
"ingress_panel": {
|
||||||
|
"description": "Ajoutez l'extension à la barre latérale",
|
||||||
|
"title": "Afficher dans la barre latérale"
|
||||||
|
},
|
||||||
|
"protected": {
|
||||||
|
"title": "Mode protégé"
|
||||||
|
},
|
||||||
|
"watchdog": {
|
||||||
|
"description": "Cela démarrera l'extension en cas de panne",
|
||||||
|
"title": "Watchdog"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"protection_mode": {
|
||||||
|
"enable": "Activer le mode protégé",
|
||||||
|
"title": "Attention: le mode protection est désactivé!"
|
||||||
|
},
|
||||||
|
"ram_usage": "Utilisation de la RAM de l'extension",
|
||||||
|
"restart": "redémarrer",
|
||||||
|
"start": "démarrer",
|
||||||
|
"stop": "arrêter",
|
||||||
|
"uninstall": "désinstaller",
|
||||||
|
"visit_addon_page": "Visitez la page {name} pour plus de détails"
|
||||||
|
},
|
||||||
"panel": {
|
"panel": {
|
||||||
"configuration": "Configuration",
|
"configuration": "Configuration",
|
||||||
"documentation": "Documentation",
|
"documentation": "Documentation",
|
||||||
"info": "Info"
|
"info": "Info",
|
||||||
|
"log": "Journal"
|
||||||
|
},
|
||||||
|
"state": {
|
||||||
|
"installed": "l'add-on est installé.",
|
||||||
|
"not_available": "L'extension n'est pas disponible sur votre système",
|
||||||
|
"not_installed": "l'add-on n'est pas installé"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"common": {
|
"common": {
|
||||||
"cancel": "Annuler",
|
"cancel": "Annuler",
|
||||||
"close": "Fermer",
|
"close": "Fermer",
|
||||||
|
"description": "Description",
|
||||||
|
"error": {
|
||||||
|
"unknown": "Erreur inconnue",
|
||||||
|
"update_failed": "La mise à jour a échoué"
|
||||||
|
},
|
||||||
|
"failed_to_restart_name": "Échec du redémarrage de {name}",
|
||||||
|
"failed_to_update_name": "Échec de la mise à jour de {name}",
|
||||||
|
"learn_more": "En savoir plus",
|
||||||
|
"new_version_available": "Nouvelle version disponible",
|
||||||
|
"newest_version": "Version la plus récente",
|
||||||
"no": "Non",
|
"no": "Non",
|
||||||
|
"refresh": "Actualiser",
|
||||||
"reload": "Recharger",
|
"reload": "Recharger",
|
||||||
"save": "Sauver",
|
"reset_defaults": "Réinitialiser la configuration",
|
||||||
|
"reset_options": "Réinitialiser les options",
|
||||||
|
"restart": "Redémarrer",
|
||||||
|
"restart_name": "Redémarrer {name}",
|
||||||
|
"save": "Sauvegarder",
|
||||||
"update": "Mise à jour",
|
"update": "Mise à jour",
|
||||||
|
"update_available": "{count, plural,\n one {Mise à jour en attente}\n other {{count} Mises à jour en attentes}\n}",
|
||||||
"version": "Version",
|
"version": "Version",
|
||||||
"yes": "Oui"
|
"yes": "Oui"
|
||||||
},
|
},
|
||||||
"confirm": {
|
"confirm": {
|
||||||
|
"reset_options": {
|
||||||
|
"text": "Êtes-vous sûr de vouloir réinitialiser toutes vos options ?",
|
||||||
|
"title": "Réinitialiser les options"
|
||||||
|
},
|
||||||
|
"restart": {
|
||||||
|
"text": "Êtes-vous sûr de vouloir redémarrer {name}?",
|
||||||
|
"title": "Redémarre {name}"
|
||||||
|
},
|
||||||
"update": {
|
"update": {
|
||||||
|
"text": "Êtes-vous sûr de vouloir mettre à jour {name} vers {version}?",
|
||||||
"title": "Mettre à jour {name}"
|
"title": "Mettre à jour {name}"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"dashboard": {
|
||||||
|
"addon_new_version": "Nouvelle version disponible",
|
||||||
|
"addon_running": "Le module complémentaire fonctionne",
|
||||||
|
"addon_stopped": "Le module complémentaire est arrêté",
|
||||||
|
"addons": "Modules complémentaires",
|
||||||
|
"no_addons": "Vous n'avez pas encore installé de modules complémentaires. Rendez-vous dans la boutique des modules complémentaires pour commencer!"
|
||||||
|
},
|
||||||
"dialog": {
|
"dialog": {
|
||||||
"network": {
|
"network": {
|
||||||
|
"connected_to": "Connecté à {ssid}",
|
||||||
"dhcp": "DHCP",
|
"dhcp": "DHCP",
|
||||||
"disabled": "Désactivé",
|
"disabled": "Désactivé",
|
||||||
"dns_servers": "Serveurs DNS",
|
"dns_servers": "Serveurs DNS",
|
||||||
|
"failed_to_change": "Échec de la modification des paramètres réseaux",
|
||||||
"gateway": "Adresse de la passerelle",
|
"gateway": "Adresse de la passerelle",
|
||||||
"ip_netmask": "Adresse IP / masque réseau",
|
"ip_netmask": "Adresse IP / masque réseau",
|
||||||
"open": "Ouvrir",
|
"open": "Ouvrir",
|
||||||
"scan_ap": "Rechercher les points d'accès",
|
"scan_ap": "Rechercher les points d'accès",
|
||||||
"static": "Statique",
|
"static": "Statique",
|
||||||
"title": "Paramètres réseaux",
|
"title": "Paramètres réseaux",
|
||||||
|
"warning": "Si vous modifiez les adresses Wi-Fi, IP ou de passerelle, vous risquez de perdre la connexion!",
|
||||||
"wep": "WEP",
|
"wep": "WEP",
|
||||||
"wpa": "wpa-psk"
|
"wpa": "wpa-psk"
|
||||||
},
|
},
|
||||||
@ -151,6 +281,7 @@
|
|||||||
"add_new_registry": "Ajouter un nouveau registre",
|
"add_new_registry": "Ajouter un nouveau registre",
|
||||||
"add_registry": "Ajouter un registre",
|
"add_registry": "Ajouter un registre",
|
||||||
"failed_to_add": "Échec de l'ajout du registre",
|
"failed_to_add": "Échec de l'ajout du registre",
|
||||||
|
"failed_to_remove": "Échec de la suppression du registre",
|
||||||
"no_registries": "Aucun registre configuré",
|
"no_registries": "Aucun registre configuré",
|
||||||
"password": "Mot de passe",
|
"password": "Mot de passe",
|
||||||
"registry": "Registre",
|
"registry": "Registre",
|
||||||
@ -160,53 +291,126 @@
|
|||||||
"repositories": {
|
"repositories": {
|
||||||
"add": "Ajouter",
|
"add": "Ajouter",
|
||||||
"remove": "Supprimer",
|
"remove": "Supprimer",
|
||||||
"title": "Gérer les référentiels d'add-ons"
|
"title": "Gérer les dépôts d'add-ons"
|
||||||
},
|
},
|
||||||
"restart_addon": {
|
"restart_addon": {
|
||||||
"confirm_text": "Redémarrer add-on"
|
"confirm_text": "Redémarrer add-on",
|
||||||
|
"text": "Voulez-vous redémarrer l’add-on avec vos modifications ?"
|
||||||
},
|
},
|
||||||
"update": {
|
"update": {
|
||||||
"snapshot": "Instantané"
|
"create_snapshot": "Créez un instantané de {name} avant de mettre à jour",
|
||||||
|
"snapshot": "Instantané",
|
||||||
|
"snapshotting": "Création d'un instantané de {name}",
|
||||||
|
"updating": "Mise à jour de {name} vers la version {version}"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"my": {
|
"my": {
|
||||||
"error_addon_not_found": "Add-on non trouvé"
|
"error": "Une erreur inconnue s'est produite",
|
||||||
|
"error_addon_not_found": "Add-on non trouvé",
|
||||||
|
"faq_link": "FAQ de My Home Assistant"
|
||||||
|
},
|
||||||
|
"panel": {
|
||||||
|
"dashboard": "Tableau de bord",
|
||||||
|
"snapshots": "Instantanés",
|
||||||
|
"store": "Boutique des modules complémentaires",
|
||||||
|
"system": "Système"
|
||||||
},
|
},
|
||||||
"snapshot": {
|
"snapshot": {
|
||||||
|
"addons": "Add-ons",
|
||||||
"available_snapshots": "Instantanés disponibles",
|
"available_snapshots": "Instantanés disponibles",
|
||||||
|
"could_not_create": "Impossible de créer un instantané",
|
||||||
"create": "Créer",
|
"create": "Créer",
|
||||||
|
"create_blocked_not_running": "La création d’un instantané n’est pas possible en ce moment car le système est en état {state}.",
|
||||||
"create_snapshot": "Créer un instantané",
|
"create_snapshot": "Créer un instantané",
|
||||||
|
"description": "Les instantanés vous permettent de sauvegarder et de restaurer facilement toutes les données de votre instance Home Assistant.",
|
||||||
|
"enter_password": "Veuillez entrer un mot de passe.",
|
||||||
"folder": {
|
"folder": {
|
||||||
|
"addons/local": "Add-ons locaux",
|
||||||
|
"homeassistant": "Configuration Home Assistant",
|
||||||
"media": "Médias",
|
"media": "Médias",
|
||||||
"share": "Partager",
|
"share": "Partager",
|
||||||
"ssl": "SSL"
|
"ssl": "SSL"
|
||||||
},
|
},
|
||||||
"folders": "Dossiers",
|
"folders": "Dossiers",
|
||||||
|
"full_snapshot": "Instantané complet",
|
||||||
"name": "Nom",
|
"name": "Nom",
|
||||||
|
"no_snapshots": "Vous n'avez pas encore d'instantanés.",
|
||||||
|
"partial_snapshot": "Instantané partiel",
|
||||||
"password": "Mot de passe",
|
"password": "Mot de passe",
|
||||||
|
"password_protected": "protégé par mot de passe",
|
||||||
|
"password_protection": "Protection par mot de passe",
|
||||||
"security": "Sécurité",
|
"security": "Sécurité",
|
||||||
"type": "Type",
|
"type": "Type",
|
||||||
"upload_snapshot": "Téléverser un instantané"
|
"upload_snapshot": "Téléverser un instantané"
|
||||||
},
|
},
|
||||||
"store": {
|
"store": {
|
||||||
|
"no_results_found": "Aucun résultat trouvé dans {repository}.",
|
||||||
"registries": "Registres",
|
"registries": "Registres",
|
||||||
"repositories": "Dépôts"
|
"repositories": "Dépôts"
|
||||||
},
|
},
|
||||||
"system": {
|
"system": {
|
||||||
|
"core": {
|
||||||
|
"cpu_usage": "Utilisation du CPU Core",
|
||||||
|
"ram_usage": "Utilisation de la RAM Core"
|
||||||
|
},
|
||||||
"host": {
|
"host": {
|
||||||
|
"change": "Changer",
|
||||||
|
"change_hostname": "Changer le nom de l'hôte",
|
||||||
|
"confirm_reboot": "Êtes-vous sûr de vouloir redémarrer l'hôte ?",
|
||||||
|
"confirm_shutdown": "Êtes-vous sûr de vouloir arrêter l'hôte ?",
|
||||||
|
"deployment": "Déploiement",
|
||||||
|
"docker_version": "Version Docker",
|
||||||
|
"emmc_lifetime_used": "Durée de vie de l'eMMC utilisée",
|
||||||
|
"failed_to_get_hardware_list": "Impossible d'obtenir la liste du matériel",
|
||||||
|
"failed_to_import_from_usb": "Impossible d'importer à partir de l'USB",
|
||||||
|
"failed_to_reboot": "Échec du redémarrage du système.",
|
||||||
|
"failed_to_set_hostname": "Échec du paramétrage du nom de la machine",
|
||||||
|
"failed_to_shutdown": "Échec de l'arrêt du système",
|
||||||
"hardware": "Matériel",
|
"hardware": "Matériel",
|
||||||
|
"hostname": "Nom d'hôte",
|
||||||
|
"import_from_usb": "Importer depuis USB",
|
||||||
|
"ip_address": "Adresse IP",
|
||||||
|
"new_hostname": "Veuillez saisir un nouveau nom d'hôte:",
|
||||||
|
"operating_system": "Système d'exploitation",
|
||||||
"reboot_host": "Redémarrer l'hôte",
|
"reboot_host": "Redémarrer l'hôte",
|
||||||
"shutdown_host": "Arrêter l'hôte"
|
"shutdown_host": "Arrêter l'hôte",
|
||||||
|
"used_space": "Espace utilisé"
|
||||||
|
},
|
||||||
|
"log": {
|
||||||
|
"log_provider": "Fournisseur de journaux"
|
||||||
},
|
},
|
||||||
"supervisor": {
|
"supervisor": {
|
||||||
|
"beta_backup": "Assurez-vous d'avoir des sauvegardes de vos données avant d'activer cette fonctionnalité.",
|
||||||
|
"beta_join_confirm": "Voulez-vous rejoindre le canal bêta?",
|
||||||
|
"beta_release_items": "Cela inclut les versions bêta pour:",
|
||||||
"channel": "Canal",
|
"channel": "Canal",
|
||||||
|
"cpu_usage": "Utilisation du processeur par Supervisor",
|
||||||
|
"failed_to_reload": "Échec du rechargement de Supervisor",
|
||||||
|
"failed_to_set_option": "Échec lors du paramétrage de l'option du Supervisor",
|
||||||
|
"failed_to_update": "Échec de la mise à jour de Supervisor",
|
||||||
|
"join_beta_action": "Rejoignez le canal bêta",
|
||||||
|
"leave_beta_action": "Quitter le canal bêta",
|
||||||
|
"ram_usage": "Utilisation de la RAM Supervisor",
|
||||||
"reload_supervisor": "Recharger le superviseur",
|
"reload_supervisor": "Recharger le superviseur",
|
||||||
|
"share_diagnostics": "Partager les diagnostics",
|
||||||
|
"share_diagnostics_description": "Partagez les rapports d'incident et les informations de diagnostic.",
|
||||||
"share_diagonstics_title": "Aider à améliorer Home Assistant",
|
"share_diagonstics_title": "Aider à améliorer Home Assistant",
|
||||||
|
"unhealthy_reason": {
|
||||||
|
"supervisor": "Le Supervisor ne peu pas mettre à jour"
|
||||||
|
},
|
||||||
|
"unhealthy_title": "Votre installation est défectueuse",
|
||||||
"unsupported_reason": {
|
"unsupported_reason": {
|
||||||
|
"container": "Conteneurs connus pour causer des problèmes",
|
||||||
"dbus": "DBUS",
|
"dbus": "DBUS",
|
||||||
|
"docker_configuration": "Configuration de Docker",
|
||||||
|
"docker_version": "Version Docker",
|
||||||
"lxc": "LXC",
|
"lxc": "LXC",
|
||||||
|
"network_manager": "Gestionnaire de réseaux",
|
||||||
|
"os": "Système d'exploitation",
|
||||||
"systemd": "Systemd"
|
"systemd": "Systemd"
|
||||||
},
|
},
|
||||||
|
"unsupported_title": "Vous exécutez une installation non prise en charge",
|
||||||
|
"update_supervisor": "Mettre à jour Supervisor",
|
||||||
"warning": "AVERTISSEMENT"
|
"warning": "AVERTISSEMENT"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -388,10 +388,17 @@
|
|||||||
"second": "{count} {count, plural,\n one {שנייה}\n other {שניות}\n}",
|
"second": "{count} {count, plural,\n one {שנייה}\n other {שניות}\n}",
|
||||||
"week": "{count} {count, plural,\n one {שבוע}\n other {שבועות}\n}"
|
"week": "{count} {count, plural,\n one {שבוע}\n other {שבועות}\n}"
|
||||||
},
|
},
|
||||||
|
"future_duration": {
|
||||||
|
"day": "בעוד {count} {count, plural,\n one {יום}\n other {ימים}\n}",
|
||||||
|
"hour": "בעוד {count} {count, plural,\n one {שעה}\n other {שעות}\n}",
|
||||||
|
"minute": "בעוד {count} {count, plural,\n one {דקה}\n other {דקות}\n}",
|
||||||
|
"second": "בעוד {count} {count, plural,\n one {שניה}\n other {שניות}\n}",
|
||||||
|
"week": "בעוד {count} {count, plural,\n one {שבוע}\n other {שבועות}\n}"
|
||||||
|
},
|
||||||
"never": "אף פעם לא",
|
"never": "אף פעם לא",
|
||||||
"past_duration": {
|
"past_duration": {
|
||||||
"day": "לפני {count} {count, plural,\n one {day}\n other {days}\n}",
|
"day": "לפני {count} {count, plural,\n one {day}\n other {days}\n}",
|
||||||
"hour": "לפני {count} {count, plural,\n one {hour}\n other {hours}\n}",
|
"hour": "לפני {count} {count, plural,\n one {שעה}\n other {שעות}\n}",
|
||||||
"minute": "לפני {count} {count, plural,\n one {minute}\n other {minutes}\n}",
|
"minute": "לפני {count} {count, plural,\n one {minute}\n other {minutes}\n}",
|
||||||
"second": "לפני {count} {count, plural,\n one {second}\n other {seconds}\n}",
|
"second": "לפני {count} {count, plural,\n one {second}\n other {seconds}\n}",
|
||||||
"week": "לפני {count} {count, plural,\n one {week}\n other {weeks}\n}"
|
"week": "לפני {count} {count, plural,\n one {week}\n other {weeks}\n}"
|
||||||
@ -1394,7 +1401,7 @@
|
|||||||
"add_integration": "הוסף אינטגרציה",
|
"add_integration": "הוסף אינטגרציה",
|
||||||
"caption": "אינטגרציות",
|
"caption": "אינטגרציות",
|
||||||
"config_entry": {
|
"config_entry": {
|
||||||
"area": "ב {area}",
|
"area": "ב-{area}",
|
||||||
"delete": "מחק",
|
"delete": "מחק",
|
||||||
"delete_confirm": "האם אתה בטוח שברצונך למחוק אינטגרציה זו?",
|
"delete_confirm": "האם אתה בטוח שברצונך למחוק אינטגרציה זו?",
|
||||||
"device_unavailable": "מכשיר אינו זמין",
|
"device_unavailable": "מכשיר אינו זמין",
|
||||||
|
@ -44,6 +44,7 @@
|
|||||||
"preset_mode": {
|
"preset_mode": {
|
||||||
"activity": "Aktivitas",
|
"activity": "Aktivitas",
|
||||||
"away": "Keluar",
|
"away": "Keluar",
|
||||||
|
"boost": "Kencang",
|
||||||
"comfort": "Nyaman",
|
"comfort": "Nyaman",
|
||||||
"eco": "Eco",
|
"eco": "Eco",
|
||||||
"home": "Rumah",
|
"home": "Rumah",
|
||||||
@ -56,6 +57,7 @@
|
|||||||
"auto": "Otomatis",
|
"auto": "Otomatis",
|
||||||
"away": "Keluar",
|
"away": "Keluar",
|
||||||
"baby": "Bayi",
|
"baby": "Bayi",
|
||||||
|
"boost": "Kencang",
|
||||||
"comfort": "Nyaman",
|
"comfort": "Nyaman",
|
||||||
"eco": "Eco",
|
"eco": "Eco",
|
||||||
"home": "Rumah",
|
"home": "Rumah",
|
||||||
@ -162,7 +164,7 @@
|
|||||||
"title": "Akses API Home Assistant"
|
"title": "Akses API Home Assistant"
|
||||||
},
|
},
|
||||||
"host_network": {
|
"host_network": {
|
||||||
"description": "Add-on biasanya berjalan di lapisan jaringannya sendiri yang terisolasi, yang mencegahnya mengakses jaringan sistem operasi host. Dalam beberapa kasus, isolasi jaringan ini dapat membatasi add-on dalam menyediakan layanannya dan oleh karena itu, isolasi tersebut dapat dicabut oleh pembuat add-on, sehingga memberikan akses penuh add-on ke kemampuan jaringan mesin host. Ini memberi add-on lebih banyak kemampuan jaringan tetapi menurunkan tingkat keamanan. Oleh karena itu, peringkat keamanan add-on akan diturunkan ketika opsi ini digunakan oleh add-on.",
|
"description": "Add-on biasanya berjalan di lapisan jaringannya sendiri yang terisolasi, yang mencegahnya mengakses jaringan sistem operasi host. Dalam beberapa kasus, isolasi jaringan ini dapat membatasi add-on dalam menyediakan layanannya dan oleh karena itu, izin isolasi tersebut dapat dicabut oleh pembuat add-on, sehingga memberikan akses penuh add-on ke kemampuan jaringan mesin host. Ini memberi add-on lebih banyak kemampuan jaringan tetapi menurunkan tingkat keamanan. Oleh karena itu, peringkat keamanan add-on akan diturunkan ketika opsi ini digunakan oleh add-on.",
|
||||||
"title": "Jaringan Host"
|
"title": "Jaringan Host"
|
||||||
},
|
},
|
||||||
"host_pid": {
|
"host_pid": {
|
||||||
@ -208,7 +210,7 @@
|
|||||||
"install": "instal",
|
"install": "instal",
|
||||||
"new_update_available": "{name} {version} tersedia",
|
"new_update_available": "{name} {version} tersedia",
|
||||||
"not_available_arch": "Add-on ini tidak kompatibel dengan prosesor perangkat Anda atau sistem operasi yang Anda instal di perangkat.",
|
"not_available_arch": "Add-on ini tidak kompatibel dengan prosesor perangkat Anda atau sistem operasi yang Anda instal di perangkat.",
|
||||||
"not_available_version": "Anda menjalanan Home Assistant {core_version_installed}, untuk memperbarui ke versi add-on ini, Anda memerlukan Home Assistant setidaknya versi {core_version_needed}",
|
"not_available_version": "Anda menjalanan Home Assistant {core_version_installed}. Untuk memperbarui ke versi add-on ini, Anda memerlukan Home Assistant setidaknya versi {core_version_needed}",
|
||||||
"open_web_ui": "Buka antarmuka web",
|
"open_web_ui": "Buka antarmuka web",
|
||||||
"option": {
|
"option": {
|
||||||
"auto_update": {
|
"auto_update": {
|
||||||
@ -267,6 +269,7 @@
|
|||||||
},
|
},
|
||||||
"common": {
|
"common": {
|
||||||
"cancel": "Batalkan",
|
"cancel": "Batalkan",
|
||||||
|
"close": "Tutup",
|
||||||
"description": "Deskripsi",
|
"description": "Deskripsi",
|
||||||
"error": {
|
"error": {
|
||||||
"unknown": "Kesalahan yang tidak diketahui",
|
"unknown": "Kesalahan yang tidak diketahui",
|
||||||
@ -363,6 +366,7 @@
|
|||||||
},
|
},
|
||||||
"my": {
|
"my": {
|
||||||
"error": "Terjadi kesalahan yang tidak diketahui",
|
"error": "Terjadi kesalahan yang tidak diketahui",
|
||||||
|
"error_addon_not_found": "Add-on tidak ditemukan",
|
||||||
"faq_link": "FAQ Home Assistant Saya",
|
"faq_link": "FAQ Home Assistant Saya",
|
||||||
"not_supported": "Pengalihan ini tidak didukung oleh instans Home Assistant Anda. Periksa {link} tentang pengalihan yang didukung dan versi mana mulai diperkenalkan."
|
"not_supported": "Pengalihan ini tidak didukung oleh instans Home Assistant Anda. Periksa {link} tentang pengalihan yang didukung dan versi mana mulai diperkenalkan."
|
||||||
},
|
},
|
||||||
@ -494,6 +498,7 @@
|
|||||||
"card": {
|
"card": {
|
||||||
"alarm_control_panel": {
|
"alarm_control_panel": {
|
||||||
"arm_away": "Aktifkan utk keluar",
|
"arm_away": "Aktifkan utk keluar",
|
||||||
|
"arm_custom_bypass": "Diaktifkan khusus",
|
||||||
"arm_home": "Aktifkan utk di rumah",
|
"arm_home": "Aktifkan utk di rumah",
|
||||||
"arm_night": "Aktifkan utk malam",
|
"arm_night": "Aktifkan utk malam",
|
||||||
"clear_code": "Hapus",
|
"clear_code": "Hapus",
|
||||||
@ -757,7 +762,7 @@
|
|||||||
"messages": {
|
"messages": {
|
||||||
"became_unavailable": "menjadi tidak tersedia",
|
"became_unavailable": "menjadi tidak tersedia",
|
||||||
"changed_to_state": "berubah menjadi {state}",
|
"changed_to_state": "berubah menjadi {state}",
|
||||||
"cleared_device_class": "dibersihkan (tidak ada {device_class} yang terdeteksi)",
|
"cleared_device_class": "tidak ada (tidak ada {device_class} yang terdeteksi)",
|
||||||
"detected_device_class": "terdeteksi {device_class}",
|
"detected_device_class": "terdeteksi {device_class}",
|
||||||
"is_closing": "menutup",
|
"is_closing": "menutup",
|
||||||
"is_opening": "membuka",
|
"is_opening": "membuka",
|
||||||
@ -878,6 +883,8 @@
|
|||||||
"add_area_id": "Pilih area",
|
"add_area_id": "Pilih area",
|
||||||
"add_device_id": "Pilih perangkat",
|
"add_device_id": "Pilih perangkat",
|
||||||
"add_entity_id": "Pilih entitas",
|
"add_entity_id": "Pilih entitas",
|
||||||
|
"expand_area_id": "Bentangkan area ini ke masing-masing perangkat dan entitas yang ada di dalamnya. Setelah dibentangkan dan areanya berubah, perangkat dan entitas tidak akan turut diubah secara otomatis.",
|
||||||
|
"expand_device_id": "Bentangkan perangkat ini ke masing-masing entitas yang ada di dalamnya. Setelah dibentangkan dan perangkatnya berubah, entitas tidak akan turut diubah secara otomatis.",
|
||||||
"remove_area_id": "Hapus area",
|
"remove_area_id": "Hapus area",
|
||||||
"remove_device_id": "Hapus perangkat",
|
"remove_device_id": "Hapus perangkat",
|
||||||
"remove_entity_id": "Hapus entitas"
|
"remove_entity_id": "Hapus entitas"
|
||||||
@ -1006,6 +1013,9 @@
|
|||||||
"person": {
|
"person": {
|
||||||
"create_zone": "Buat zona dari lokasi saat ini"
|
"create_zone": "Buat zona dari lokasi saat ini"
|
||||||
},
|
},
|
||||||
|
"remote": {
|
||||||
|
"activity": "Aktivitas saat ini"
|
||||||
|
},
|
||||||
"restored": {
|
"restored": {
|
||||||
"confirm_remove_text": "Yakin ingin menghapus entitas ini?",
|
"confirm_remove_text": "Yakin ingin menghapus entitas ini?",
|
||||||
"confirm_remove_title": "Hapus entitas?",
|
"confirm_remove_title": "Hapus entitas?",
|
||||||
@ -1014,8 +1024,8 @@
|
|||||||
"remove_intro": "Jika entitas tidak lagi digunakan, Anda dapat membersihkannya dengan menghapusnya."
|
"remove_intro": "Jika entitas tidak lagi digunakan, Anda dapat membersihkannya dengan menghapusnya."
|
||||||
},
|
},
|
||||||
"script": {
|
"script": {
|
||||||
"last_action": "Aksi Terakhir",
|
"last_action": "Aksi terakhir",
|
||||||
"last_triggered": "Terpicu Terakhir"
|
"last_triggered": "Terpicu terakhir"
|
||||||
},
|
},
|
||||||
"settings": "Pengaturan entitas",
|
"settings": "Pengaturan entitas",
|
||||||
"sun": {
|
"sun": {
|
||||||
@ -2520,7 +2530,7 @@
|
|||||||
"input_number": "Muat ulang input bilangan",
|
"input_number": "Muat ulang input bilangan",
|
||||||
"input_select": "Muat ulang input pilihan",
|
"input_select": "Muat ulang input pilihan",
|
||||||
"input_text": "Muat ulang input teks",
|
"input_text": "Muat ulang input teks",
|
||||||
"introduction": "Beberapa bagian Home Assistant dapat memuat ulang tanpa memerlukan memulai ulang. Menekan tombol muat ulang akan membatalkan konfigurasi YAML saat ini dan memuat konfigurasi yang baru.",
|
"introduction": "Beberapa bagian Home Assistant dapat memuat ulang tanpa memerlukan memulai ulang. Penekanan tombol muat ulang akan membatalkan konfigurasi YAML saat ini dan memuat konfigurasi yang baru.",
|
||||||
"min_max": "Muat ulang entitas min/maks",
|
"min_max": "Muat ulang entitas min/maks",
|
||||||
"mqtt": "Muat ulang entitas MQTT yang dikonfigurasi secara manual",
|
"mqtt": "Muat ulang entitas MQTT yang dikonfigurasi secara manual",
|
||||||
"person": "Muat ulang orang",
|
"person": "Muat ulang orang",
|
||||||
|
@ -269,6 +269,7 @@
|
|||||||
},
|
},
|
||||||
"common": {
|
"common": {
|
||||||
"cancel": "Annulla",
|
"cancel": "Annulla",
|
||||||
|
"close": "Chiudi",
|
||||||
"description": "Descrizione",
|
"description": "Descrizione",
|
||||||
"error": {
|
"error": {
|
||||||
"unknown": "Errore sconosciuto",
|
"unknown": "Errore sconosciuto",
|
||||||
@ -365,6 +366,7 @@
|
|||||||
},
|
},
|
||||||
"my": {
|
"my": {
|
||||||
"error": "Si è verificato un errore sconosciuto",
|
"error": "Si è verificato un errore sconosciuto",
|
||||||
|
"error_addon_not_found": "Componente aggiuntivo non trovato",
|
||||||
"faq_link": "My Home Assistant FAQ",
|
"faq_link": "My Home Assistant FAQ",
|
||||||
"not_supported": "Questo reindirizzamento non è supportato dall'istanza di Home Assistant. Controlla il {link} per i reindirizzamenti supportati e la versione in cui sono stati introdotti."
|
"not_supported": "Questo reindirizzamento non è supportato dall'istanza di Home Assistant. Controlla il {link} per i reindirizzamenti supportati e la versione in cui sono stati introdotti."
|
||||||
},
|
},
|
||||||
@ -2557,7 +2559,7 @@
|
|||||||
"validation": {
|
"validation": {
|
||||||
"check_config": "Verifica Configurazione",
|
"check_config": "Verifica Configurazione",
|
||||||
"heading": "Convalida della configurazione",
|
"heading": "Convalida della configurazione",
|
||||||
"introduction": "Convalidare la configurazione se di recente sono state apportate alcune modifiche alla configurazione e ci si vuole assicurare che sia tutto valido",
|
"introduction": "Controllare la configurazione se essa è stata modificata di recente e ci si vuole assicurare che sia tutto valido.",
|
||||||
"invalid": "Configurazione non valida",
|
"invalid": "Configurazione non valida",
|
||||||
"valid": "Configurazione valida!"
|
"valid": "Configurazione valida!"
|
||||||
}
|
}
|
||||||
|
@ -766,13 +766,13 @@
|
|||||||
"was_closed": "閉鎖されました",
|
"was_closed": "閉鎖されました",
|
||||||
"was_connected": "接続されました",
|
"was_connected": "接続されました",
|
||||||
"was_disconnected": "切断されました",
|
"was_disconnected": "切断されました",
|
||||||
"was_locked": "施錠されました",
|
"was_locked": "施錠しました",
|
||||||
"was_low": "低かった",
|
"was_low": "低かった",
|
||||||
"was_normal": "正常でした",
|
"was_normal": "正常でした",
|
||||||
"was_opened": "開かれました",
|
"was_opened": "開かれました",
|
||||||
"was_plugged_in": "接続されました",
|
"was_plugged_in": "接続されました",
|
||||||
"was_safe": "安全でした",
|
"was_safe": "安全でした",
|
||||||
"was_unlocked": "解錠されました",
|
"was_unlocked": "解錠しました",
|
||||||
"was_unplugged": "プラグが抜かれました",
|
"was_unplugged": "プラグが抜かれました",
|
||||||
"was_unsafe": "安全ではなかった"
|
"was_unsafe": "安全ではなかった"
|
||||||
}
|
}
|
||||||
|
@ -70,6 +70,72 @@
|
|||||||
"dashboard": {
|
"dashboard": {
|
||||||
"visit_addon_page": "Apsilankykite puslapyje {name}, jei reikia daugiau detalių"
|
"visit_addon_page": "Apsilankykite puslapyje {name}, jei reikia daugiau detalių"
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"common": {
|
||||||
|
"cancel": "Atšaukti",
|
||||||
|
"close": "Užverti",
|
||||||
|
"save": "Išsaugoti"
|
||||||
|
},
|
||||||
|
"confirm": {
|
||||||
|
"update": {
|
||||||
|
"title": "Atnaujinti {name}"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"dialog": {
|
||||||
|
"network": {
|
||||||
|
"connected_to": "Prisijungta prie {ssid}",
|
||||||
|
"disabled": "Išjungta",
|
||||||
|
"dns_servers": "DNS serveriai",
|
||||||
|
"failed_to_change": "Nepavyko pakeisti tinklo nustatymų",
|
||||||
|
"open": "Atidaryti",
|
||||||
|
"scan_ap": "Ieškoti prieigos taškų",
|
||||||
|
"unsaved": "Turite neišsaugotų pakeitimų, ar tikrai norite išeiti?"
|
||||||
|
},
|
||||||
|
"registries": {
|
||||||
|
"add_new_registry": "Pridėti naują registrą",
|
||||||
|
"add_registry": "Pridėti registrą",
|
||||||
|
"no_registries": "Nėra sukonfigūruotų registrų",
|
||||||
|
"password": "Slaptažodis",
|
||||||
|
"registry": "Registras",
|
||||||
|
"remove": "Pašalinti",
|
||||||
|
"username": "Vartotojo vardas"
|
||||||
|
},
|
||||||
|
"repositories": {
|
||||||
|
"add": "Pridėti",
|
||||||
|
"remove": "Pašalinti"
|
||||||
|
},
|
||||||
|
"restart_addon": {
|
||||||
|
"confirm_text": "Paleiskite priedą iš naujo ",
|
||||||
|
"text": "Ar norite iš naujo paleisti priedą su pakeitimais?"
|
||||||
|
},
|
||||||
|
"update": {
|
||||||
|
"create_snapshot": "Prieš naujinant sukurti {name} momentinę kopiją",
|
||||||
|
"updating": "{name} naujinama į versiją {version}"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"my": {
|
||||||
|
"error_addon_not_found": "Priedas nerastas"
|
||||||
|
},
|
||||||
|
"snapshot": {
|
||||||
|
"addons": "Priedai",
|
||||||
|
"could_not_create": "Nepavyko sukurti momentinės kopijos",
|
||||||
|
"create": "Sukurti",
|
||||||
|
"enter_password": "Įveskite slaptažodį.",
|
||||||
|
"folder": {
|
||||||
|
"homeassistant": "„Home Assistant“ konfigūracija"
|
||||||
|
},
|
||||||
|
"folders": "Aplankai",
|
||||||
|
"name": "Pavadinimas",
|
||||||
|
"no_snapshots": "Dar neturite momentinių kopijų.",
|
||||||
|
"password": "Slaptažodis",
|
||||||
|
"security": "Saugumas",
|
||||||
|
"type": "Tipas"
|
||||||
|
},
|
||||||
|
"system": {
|
||||||
|
"host": {
|
||||||
|
"hardware": "Įranga",
|
||||||
|
"import_from_usb": "Importuoti iš USB"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"ui": {
|
"ui": {
|
||||||
@ -204,6 +270,9 @@
|
|||||||
},
|
},
|
||||||
"more_info_control": {
|
"more_info_control": {
|
||||||
"dismiss": "Atsisakyti dialogo",
|
"dismiss": "Atsisakyti dialogo",
|
||||||
|
"remote": {
|
||||||
|
"activity": "Dabartinė veikla"
|
||||||
|
},
|
||||||
"script": {
|
"script": {
|
||||||
"last_action": "Paskutinis veiksmas"
|
"last_action": "Paskutinis veiksmas"
|
||||||
},
|
},
|
||||||
|
@ -128,14 +128,14 @@
|
|||||||
},
|
},
|
||||||
"dashboard": {
|
"dashboard": {
|
||||||
"action_error": {
|
"action_error": {
|
||||||
"get_changelog": "Mislukt om add-on changelog te krijgen",
|
"get_changelog": "Ophalen changelog van add-on is mislukt",
|
||||||
"go_to_config": "Kan de add-on niet starten - configuratie validatie mislukt!",
|
"go_to_config": "Kan de add-on niet starten - configuratie validatie mislukt!",
|
||||||
"install": "De installatie van de add-on is mislukt",
|
"install": "De installatie van de add-on is mislukt",
|
||||||
"restart": "Kan de add-on niet herstarten",
|
"restart": "Kan de add-on niet herstarten",
|
||||||
"start": "Kan de add-on niet starten",
|
"start": "Kan de add-on niet starten",
|
||||||
"start_invalid_config": "Ga naar configuratie",
|
"start_invalid_config": "Ga naar configuratie",
|
||||||
"stop": "Kan add-on niet stoppen",
|
"stop": "Kan add-on niet stoppen",
|
||||||
"uninstall": "De installatie van de add-on is mislukt",
|
"uninstall": "De de-installatie van de add-on is mislukt",
|
||||||
"validate_config": "De configuratie van de add-on kon niet worden gevalideerd"
|
"validate_config": "De configuratie van de add-on kon niet worden gevalideerd"
|
||||||
},
|
},
|
||||||
"capability": {
|
"capability": {
|
||||||
@ -172,7 +172,7 @@
|
|||||||
"title": "Host Processes Namespace"
|
"title": "Host Processes Namespace"
|
||||||
},
|
},
|
||||||
"ingress": {
|
"ingress": {
|
||||||
"description": "Deze add-on maakt gebruik van Ingress om zijn interface veilig toe te passen in Home Assistant.",
|
"description": "Deze add-on maakt gebruik van Ingress om zijn gebruikersinterface veilig te integreren in Home Assistant.",
|
||||||
"title": "Ingress"
|
"title": "Ingress"
|
||||||
},
|
},
|
||||||
"label": {
|
"label": {
|
||||||
@ -209,24 +209,24 @@
|
|||||||
"hostname": "Hostnaam",
|
"hostname": "Hostnaam",
|
||||||
"install": "installeren",
|
"install": "installeren",
|
||||||
"new_update_available": "{name} {version} is beschikbaar",
|
"new_update_available": "{name} {version} is beschikbaar",
|
||||||
"not_available_arch": "Deze add-on is niet compatibel met de processor van uw apparaat of het besturingssysteem dat u op uw apparaat hebt geïnstalleerd.",
|
"not_available_arch": "Deze add-on is niet compatibel met de processor van je apparaat of het besturingssysteem dat je op je apparaat hebt geïnstalleerd.",
|
||||||
"not_available_version": "U draait Home Assistant {core_version_installed}. Om de add-on naar deze versie bij te werken dient u op zijn minst Home Assistant {core_version_needed} te hebben.",
|
"not_available_version": "Je draait Home Assistant {core_version_installed}. Om de add-on naar deze versie bij te werken moet je minimaal Home Assistant {core_version_needed} hebben.",
|
||||||
"open_web_ui": "Open web UI",
|
"open_web_ui": "Open web UI",
|
||||||
"option": {
|
"option": {
|
||||||
"auto_update": {
|
"auto_update": {
|
||||||
"description": "Update automatisch de add-on wanneer er een nieuwe versie beschikbaar is",
|
"description": "Update automatisch de add-on wanneer er een nieuwe versie beschikbaar is",
|
||||||
"title": "Automatisch updaten"
|
"title": "Automatisch bijwerken"
|
||||||
},
|
},
|
||||||
"boot": {
|
"boot": {
|
||||||
"description": "Laat de add-on starten tijdens het opstarten van het systeem",
|
"description": "Laat de add-on starten tijdens het opstarten van het systeem",
|
||||||
"title": "Start bij opstarten"
|
"title": "Start bij opstarten"
|
||||||
},
|
},
|
||||||
"ingress_panel": {
|
"ingress_panel": {
|
||||||
"description": "Voeg deze add-on toe aan uw zijbalk",
|
"description": "Voeg deze add-on toe aan je zijbalk",
|
||||||
"title": "Weergeven in zijbalk"
|
"title": "Weergeven in zijbalk"
|
||||||
},
|
},
|
||||||
"protected": {
|
"protected": {
|
||||||
"description": "Blokkeert verhoogde systeem toegang van de add-on",
|
"description": "Blokkeert systeemtoegang met extra rechten voor de add-on",
|
||||||
"title": "Beschermingsmodus"
|
"title": "Beschermingsmodus"
|
||||||
},
|
},
|
||||||
"watchdog": {
|
"watchdog": {
|
||||||
@ -241,19 +241,19 @@
|
|||||||
},
|
},
|
||||||
"ram_usage": "Add-on RAM-gebruik",
|
"ram_usage": "Add-on RAM-gebruik",
|
||||||
"rebuild": "Herbouw",
|
"rebuild": "Herbouw",
|
||||||
"restart": "herstarten",
|
"restart": "herstart",
|
||||||
"start": "start",
|
"start": "start",
|
||||||
"stop": "stop",
|
"stop": "stop",
|
||||||
"uninstall": "verwijderen",
|
"uninstall": "verwijderen",
|
||||||
"visit_addon_page": "Bezoek de {name} pagina voor meer details"
|
"visit_addon_page": "Bezoek de {name} pagina voor meer details"
|
||||||
},
|
},
|
||||||
"documentation": {
|
"documentation": {
|
||||||
"get_documentation": "Mislukt om add-on documentatie te krijgen, {error}"
|
"get_documentation": "Ophalen documentatie van add-on is mislukt, {error}"
|
||||||
},
|
},
|
||||||
"failed_to_reset": "Kan configuratie van add-on niet resetten, {error}",
|
"failed_to_reset": "Kan configuratie van add-on niet resetten, {error}",
|
||||||
"failed_to_save": "Mislukt om add-on configuratie op te slaan, {error}",
|
"failed_to_save": "Mislukt om add-on configuratie op te slaan, {error}",
|
||||||
"logs": {
|
"logs": {
|
||||||
"get_logs": "Mislukt om add-on logs te krijgen, {error}"
|
"get_logs": "Ophalen logs van add-on is mislukt, {error}"
|
||||||
},
|
},
|
||||||
"panel": {
|
"panel": {
|
||||||
"configuration": "Configuratie",
|
"configuration": "Configuratie",
|
||||||
@ -275,8 +275,8 @@
|
|||||||
"unknown": "Onbekende fout",
|
"unknown": "Onbekende fout",
|
||||||
"update_failed": "Update mislukt"
|
"update_failed": "Update mislukt"
|
||||||
},
|
},
|
||||||
"failed_to_restart_name": "Mislukt om {name} te herstarten",
|
"failed_to_restart_name": "Herstarten {name} is mislukt",
|
||||||
"failed_to_update_name": "Mislukt om {name} bij te werken",
|
"failed_to_update_name": "Bijwerken {name} is mislukt",
|
||||||
"learn_more": "Meer informatie",
|
"learn_more": "Meer informatie",
|
||||||
"new_version_available": "Nieuwe versie beschikbaar",
|
"new_version_available": "Nieuwe versie beschikbaar",
|
||||||
"newest_version": "Nieuwste versie",
|
"newest_version": "Nieuwste versie",
|
||||||
@ -284,15 +284,15 @@
|
|||||||
"refresh": "Vernieuwen",
|
"refresh": "Vernieuwen",
|
||||||
"release_notes": "Release-notities",
|
"release_notes": "Release-notities",
|
||||||
"reload": "Herlaad",
|
"reload": "Herlaad",
|
||||||
"reset_defaults": "Terugzetten naar standaardinstellingen",
|
"reset_defaults": "Standaardinstellingen terugzetten",
|
||||||
"reset_options": "Reset opties",
|
"reset_options": "Reset opties",
|
||||||
"restart": "Herstart",
|
"restart": "Herstart",
|
||||||
"restart_name": "Herstart {name}",
|
"restart_name": "Herstart {name}",
|
||||||
"running_version": "U gebruikt momenteel versie {version}",
|
"running_version": "Je gebruikt momenteel versie {version}",
|
||||||
"save": "Opslaan",
|
"save": "Opslaan",
|
||||||
"show_more": "Toon meer informatie hierover",
|
"show_more": "Toon meer informatie hierover",
|
||||||
"update": "Update",
|
"update": "Update",
|
||||||
"update_available": "{count, plural, one {Update} other {{count} Updates}} Wachtend",
|
"update_available": "Er staan {count, plural, one {Update} other {{count} Updates}} klaar",
|
||||||
"version": "Versie",
|
"version": "Versie",
|
||||||
"yes": "Ja"
|
"yes": "Ja"
|
||||||
},
|
},
|
||||||
@ -323,35 +323,35 @@
|
|||||||
"dhcp": "DHCP",
|
"dhcp": "DHCP",
|
||||||
"disabled": "Uitgeschakeld",
|
"disabled": "Uitgeschakeld",
|
||||||
"dns_servers": "DNS-servers",
|
"dns_servers": "DNS-servers",
|
||||||
"failed_to_change": "Kan de netwerkinstellingen niet wijzigen",
|
"failed_to_change": "Wijzigen netwerkinstellingen mislukt",
|
||||||
"gateway": "Gateway-adres",
|
"gateway": "Gateway-adres",
|
||||||
"ip_netmask": "IP-adres/Netmask",
|
"ip_netmask": "IP-adres/Netmask",
|
||||||
"open": "Open",
|
"open": "Open",
|
||||||
"scan_ap": "Scan voor toegangspunten",
|
"scan_ap": "Scan voor toegangspunten",
|
||||||
"static": "Statisch",
|
"static": "Statisch",
|
||||||
"title": "Netwerkinstellingen",
|
"title": "Netwerkinstellingen",
|
||||||
"unsaved": "U heeft onopgeslagen wijzigingen, deze gaan verloren als u van tabblad verandert, wilt u doorgaan?",
|
"unsaved": "U heeft niet-opgeslagen wijzigingen, deze gaan verloren als u van tabblad verandert, wilt u doorgaan?",
|
||||||
"warning": "Als u het Wi-Fi, IP of gateway adres verandert, kunt u de verbinding verliezen!",
|
"warning": "Als u het Wi-Fi-, IP- of gateway-adres verandert, kunt u de verbinding verliezen!",
|
||||||
"wep": "WEP",
|
"wep": "WEP",
|
||||||
"wpa": "wpa-psk"
|
"wpa": "wpa-psk"
|
||||||
},
|
},
|
||||||
"registries": {
|
"registries": {
|
||||||
"add_new_registry": "Voeg een nieuw register toe",
|
"add_new_registry": "Nieuw register toevoegen",
|
||||||
"add_registry": "Voeg register toe",
|
"add_registry": "Register toevoegen",
|
||||||
"failed_to_add": "Mislukt om register toe te voegen",
|
"failed_to_add": "Register toevoegen mislukt",
|
||||||
"failed_to_remove": "Het is niet gelukt om het register te verwijderen",
|
"failed_to_remove": "Register verwijderen mislukt",
|
||||||
"no_registries": "Geen registers geconfigureerd",
|
"no_registries": "Geen registers geconfigureerd",
|
||||||
"password": "Wachtwoord",
|
"password": "Wachtwoord",
|
||||||
"registry": "Register",
|
"registry": "Register",
|
||||||
"remove": "Verwijderen",
|
"remove": "Verwijderen",
|
||||||
"title_add": "Nieuwe container registratie toevoegen",
|
"title_add": "Nieuwe container registratie toevoegen",
|
||||||
"title_manage": "Containerregisters beheren",
|
"title_manage": "Beheer containerregisters",
|
||||||
"username": "Gebruikersnaam"
|
"username": "Gebruikersnaam"
|
||||||
},
|
},
|
||||||
"repositories": {
|
"repositories": {
|
||||||
"add": "Toevoegen",
|
"add": "Toevoegen",
|
||||||
"remove": "Verwijder",
|
"remove": "Verwijderen",
|
||||||
"title": "Beheer add-on opslagplaatsen"
|
"title": "Beheer add-on repository's"
|
||||||
},
|
},
|
||||||
"restart_addon": {
|
"restart_addon": {
|
||||||
"confirm_text": "Herstart add-on",
|
"confirm_text": "Herstart add-on",
|
||||||
@ -360,7 +360,7 @@
|
|||||||
"update": {
|
"update": {
|
||||||
"create_snapshot": "Maak een snapshot van {name} voordat u gaat updaten",
|
"create_snapshot": "Maak een snapshot van {name} voordat u gaat updaten",
|
||||||
"snapshot": "Snapshot",
|
"snapshot": "Snapshot",
|
||||||
"snapshotting": "Maak een snapshot van {name}",
|
"snapshotting": "Een snapshot van {name} aan het maken",
|
||||||
"updating": "Bijwerken van {name} naar versie {version}"
|
"updating": "Bijwerken van {name} naar versie {version}"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@ -405,10 +405,10 @@
|
|||||||
"upload_snapshot": "Upload snapshot"
|
"upload_snapshot": "Upload snapshot"
|
||||||
},
|
},
|
||||||
"store": {
|
"store": {
|
||||||
"missing_addons": "Mis je de add-ons? Schakel de geadvanceerde modus in op uw gebruikersprofielpagina",
|
"missing_addons": "Mis je de add-ons? Schakel de geavanceerde modus in op uw gebruikersprofielpagina",
|
||||||
"no_results_found": "Geen resultaten gevonden in {repository}.",
|
"no_results_found": "Geen resultaten gevonden in {repository}.",
|
||||||
"registries": "Registers",
|
"registries": "Registers",
|
||||||
"repositories": "Opslagplaatsen"
|
"repositories": "Repository's"
|
||||||
},
|
},
|
||||||
"system": {
|
"system": {
|
||||||
"core": {
|
"core": {
|
||||||
@ -416,42 +416,42 @@
|
|||||||
"ram_usage": "Core RAM-gebruik"
|
"ram_usage": "Core RAM-gebruik"
|
||||||
},
|
},
|
||||||
"host": {
|
"host": {
|
||||||
"change": "Verander",
|
"change": "Wijzig",
|
||||||
"change_hostname": "Hostnaam wijzigen",
|
"change_hostname": "Hostnaam wijzigen",
|
||||||
"confirm_reboot": "Weet u zeker dat u de host opnieuw wilt opstarten?",
|
"confirm_reboot": "Weet u zeker dat u de host wilt herstarten?",
|
||||||
"confirm_shutdown": "Weet je zeker dat je de host wilt afsluiten?",
|
"confirm_shutdown": "Weet je zeker dat je de host wilt afsluiten?",
|
||||||
"deployment": "Implementatie",
|
"deployment": "Uitrol",
|
||||||
"docker_version": "Docker versie",
|
"docker_version": "Docker versie",
|
||||||
"emmc_lifetime_used": "eMMC Levensduur Gebruikt",
|
"emmc_lifetime_used": "eMMC Levensduur Gebruikt",
|
||||||
"failed_to_get_hardware_list": "Kan geen hardware lijst krijgen",
|
"failed_to_get_hardware_list": "Kan geen hardware lijst krijgen",
|
||||||
"failed_to_import_from_usb": "Importeren vanaf USB mislukt",
|
"failed_to_import_from_usb": "Importeren vanaf USB mislukt",
|
||||||
"failed_to_reboot": "Kan de host niet herstarten",
|
"failed_to_reboot": "Herstarten host mislukt",
|
||||||
"failed_to_set_hostname": "Instellen hostnaam mislukt",
|
"failed_to_set_hostname": "Instellen hostnaam mislukt",
|
||||||
"failed_to_shutdown": "Het is niet gelukt om de host af te sluiten",
|
"failed_to_shutdown": "Afsluiten host mislukt",
|
||||||
"hardware": "Hardware",
|
"hardware": "Hardware",
|
||||||
"hostname": "Hostnaam",
|
"hostname": "Hostnaam",
|
||||||
"import_from_usb": "Importeren van USB",
|
"import_from_usb": "Importeren van USB",
|
||||||
"ip_address": "IP-adres",
|
"ip_address": "IP-adres",
|
||||||
"new_hostname": "Voer een nieuwe hostnaam in:",
|
"new_hostname": "Voer een nieuwe hostnaam in:",
|
||||||
"operating_system": "Besturingssysteem",
|
"operating_system": "Besturingssysteem",
|
||||||
"reboot_host": "Host opnieuw opstarten",
|
"reboot_host": "Host herstarten",
|
||||||
"shutdown_host": "Host afsluiten",
|
"shutdown_host": "Host afsluiten",
|
||||||
"used_space": "Gebruikte ruimte"
|
"used_space": "Gebruikte ruimte"
|
||||||
},
|
},
|
||||||
"log": {
|
"log": {
|
||||||
"get_logs": "Mislukt om {provider} logs te krijgen, {error}",
|
"get_logs": "Ophalen {provider} logs mislukt, {error}",
|
||||||
"log_provider": "Logboekprovider"
|
"log_provider": "Logboekprovider"
|
||||||
},
|
},
|
||||||
"supervisor": {
|
"supervisor": {
|
||||||
"beta_backup": "Zorg ervoor dat u back-ups van uw gegevens hebt voordat u deze functie activeert.",
|
"beta_backup": "Zorg ervoor dat je back-ups van je gegevens hebt voordat je deze functie activeert.",
|
||||||
"beta_join_confirm": "Wil je meedoen met de bèta releases?",
|
"beta_join_confirm": "Wil je meedoen met de bèta releases?",
|
||||||
"beta_release_items": "Dit omvat beta releases voor:",
|
"beta_release_items": "Dit omvat beta releases voor:",
|
||||||
"beta_warning": "Beta-releases zijn voor testers en early adopters en kunnen onstabiele codewijzigingen bevatten",
|
"beta_warning": "Beta-releases zijn voor testers en early adopters en kunnen onstabiele codewijzigingen bevatten",
|
||||||
"channel": "Kanaal",
|
"channel": "Kanaal",
|
||||||
"cpu_usage": "Supervisor CPU-gebruik",
|
"cpu_usage": "Supervisor CPU-gebruik",
|
||||||
"failed_to_reload": "Het is niet gelukt de Supervisor te herladen",
|
"failed_to_reload": "Herladen van de Supervisor is mislukt",
|
||||||
"failed_to_set_option": "Mislukt om Supervisor-optie in te stellen",
|
"failed_to_set_option": "Instellen van Supervisor-optie is mislukt",
|
||||||
"failed_to_update": "Het is niet gelukt om de Supervisor bij te werken",
|
"failed_to_update": "Bijwerken van de Supervisor is mislukt",
|
||||||
"join_beta_action": "Word lid van het beta-kanaal",
|
"join_beta_action": "Word lid van het beta-kanaal",
|
||||||
"join_beta_description": "Ontvang beta-updates voor Home Assistant (RC's), Supervisor en host",
|
"join_beta_description": "Ontvang beta-updates voor Home Assistant (RC's), Supervisor en host",
|
||||||
"leave_beta_action": "Verlaat beta-kanaal",
|
"leave_beta_action": "Verlaat beta-kanaal",
|
||||||
@ -465,12 +465,12 @@
|
|||||||
"unhealthy_description": "Het draaien van een onvolledige installatie zal problemen veroorzaken. Hieronder vindt u een lijst met problemen die gevonden zijn met uw installatie, klik op de links om te leren hoe u de problemen kunt oplossen.",
|
"unhealthy_description": "Het draaien van een onvolledige installatie zal problemen veroorzaken. Hieronder vindt u een lijst met problemen die gevonden zijn met uw installatie, klik op de links om te leren hoe u de problemen kunt oplossen.",
|
||||||
"unhealthy_reason": {
|
"unhealthy_reason": {
|
||||||
"docker": "De Docker omgeving werkt niet goed",
|
"docker": "De Docker omgeving werkt niet goed",
|
||||||
"privileged": "Supervisor heeft niet voldoende toegang",
|
"privileged": "Supervisor heeft onvoldoende toegangsrechten",
|
||||||
"setup": "Setup van de Supervisor mislukt",
|
"setup": "Setup van de Supervisor mislukt",
|
||||||
"supervisor": "Supervisor kon niet updaten"
|
"supervisor": "Supervisor kon niet worden bijgewerkt"
|
||||||
},
|
},
|
||||||
"unhealthy_title": "Uw installatie is niet volledig",
|
"unhealthy_title": "Er is iets mis met je installatie",
|
||||||
"unsupported_description": "Hieronder vindt u een lijst met problemen die bij uw installatie zijn aangetroffen. Klik op de links om te zien hoe u de problemen kunt oplossen.",
|
"unsupported_description": "Hieronder vindt je een lijst met problemen die bij je installatie zijn aangetroffen. Klik op de links om te zien hoe je de problemen kunt oplossen.",
|
||||||
"unsupported_reason": {
|
"unsupported_reason": {
|
||||||
"container": "Containers waarvan bekend is dat ze problemen veroorzaken",
|
"container": "Containers waarvan bekend is dat ze problemen veroorzaken",
|
||||||
"dbus": "DBUS",
|
"dbus": "DBUS",
|
||||||
@ -480,11 +480,11 @@
|
|||||||
"lxc": "LXC",
|
"lxc": "LXC",
|
||||||
"network_manager": "Netwerkmanager",
|
"network_manager": "Netwerkmanager",
|
||||||
"os": "Besturingssysteem",
|
"os": "Besturingssysteem",
|
||||||
"privileged": "Supervisor heeft niet voldoende toegang",
|
"privileged": "Supervisor heeft onvoldoende toegangsrechten",
|
||||||
"systemd": "Systemd"
|
"systemd": "Systemd"
|
||||||
},
|
},
|
||||||
"unsupported_title": "U gebruikt een niet-ondersteunde installatie",
|
"unsupported_title": "Je gebruikt een niet-ondersteunde installatie",
|
||||||
"update_supervisor": "Supervisor updaten",
|
"update_supervisor": "Supervisor bijwerken",
|
||||||
"warning": "WAARSCHUWING"
|
"warning": "WAARSCHUWING"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -2935,7 +2935,7 @@
|
|||||||
"data": "Gebeurtenis data (YAML, optioneel)",
|
"data": "Gebeurtenis data (YAML, optioneel)",
|
||||||
"description": "Start een evenement op de Home Assistant-gebeurtenisbus",
|
"description": "Start een evenement op de Home Assistant-gebeurtenisbus",
|
||||||
"documentation": "Gebeurtenissen documentatie.",
|
"documentation": "Gebeurtenissen documentatie.",
|
||||||
"event_fired": "Gebeurtenis {name} afgevuurd",
|
"event_fired": "Gebeurtenis {name} uitgevoerd",
|
||||||
"fire_event": "Gebeurtenis uitvoeren",
|
"fire_event": "Gebeurtenis uitvoeren",
|
||||||
"listen_to_events": "Luisteren naar gebeurtenissen",
|
"listen_to_events": "Luisteren naar gebeurtenissen",
|
||||||
"listening_to": "Luisteren naar",
|
"listening_to": "Luisteren naar",
|
||||||
|
@ -101,6 +101,99 @@
|
|||||||
"unknown": "Necunoscut"
|
"unknown": "Necunoscut"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"supervisor": {
|
||||||
|
"addon": {
|
||||||
|
"configuration": {
|
||||||
|
"audio": {
|
||||||
|
"header": "Audio"
|
||||||
|
},
|
||||||
|
"network": {
|
||||||
|
"disabled": "Dezactivat",
|
||||||
|
"header": "Rețea"
|
||||||
|
},
|
||||||
|
"options": {
|
||||||
|
"edit_in_ui": "Modificați în interfața de utilizator",
|
||||||
|
"edit_in_yaml": "Editați în YAML",
|
||||||
|
"header": "Opțiuni",
|
||||||
|
"invalid_yaml": "YAML nevalid"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"dashboard": {
|
||||||
|
"changelog": "Jurnal de schimbări",
|
||||||
|
"option": {
|
||||||
|
"auto_update": {
|
||||||
|
"title": "Actualizare automată"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"panel": {
|
||||||
|
"configuration": "Configurare",
|
||||||
|
"documentation": "Documentație"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"common": {
|
||||||
|
"description": "Descriere",
|
||||||
|
"error": {
|
||||||
|
"unknown": "Eroare necunoscută",
|
||||||
|
"update_failed": "Actualizare eșuată"
|
||||||
|
},
|
||||||
|
"learn_more": "Aflați mai multe",
|
||||||
|
"new_version_available": "Versiune nouă disponibilă",
|
||||||
|
"newest_version": "Cea mai nouă versiune",
|
||||||
|
"show_more": "Afișați mai multe informații despre acest lucru",
|
||||||
|
"update": "Actualizați",
|
||||||
|
"version": "Versiune"
|
||||||
|
},
|
||||||
|
"confirm": {
|
||||||
|
"reset_options": {
|
||||||
|
"text": "Sigur doriți să resetați toate opțiunile?",
|
||||||
|
"title": "Resetați opțiunile"
|
||||||
|
},
|
||||||
|
"update": {
|
||||||
|
"title": "Actualizați {name}"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"dialog": {
|
||||||
|
"network": {
|
||||||
|
"disabled": "Dezactivat",
|
||||||
|
"dns_servers": "Servere DNS"
|
||||||
|
},
|
||||||
|
"registries": {
|
||||||
|
"password": "Parolă",
|
||||||
|
"username": "Nume de utilizator"
|
||||||
|
},
|
||||||
|
"update": {
|
||||||
|
"updating": "Se actualizează {name} la versiunea {version}"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"panel": {
|
||||||
|
"dashboard": "Tablou de bord"
|
||||||
|
},
|
||||||
|
"snapshot": {
|
||||||
|
"enter_password": "Vă rugăm să introduceți o parolă.",
|
||||||
|
"folders": "Dosare",
|
||||||
|
"name": "Nume",
|
||||||
|
"password": "Parolă",
|
||||||
|
"type": "Tip"
|
||||||
|
},
|
||||||
|
"system": {
|
||||||
|
"host": {
|
||||||
|
"docker_version": "Versiune Docker",
|
||||||
|
"ip_address": "Adresa IP",
|
||||||
|
"operating_system": "Sistem de operare",
|
||||||
|
"used_space": "Spațiu utilizat"
|
||||||
|
},
|
||||||
|
"supervisor": {
|
||||||
|
"beta_join_confirm": "Doriți să vă alăturați canalului beta?",
|
||||||
|
"channel": "Canal",
|
||||||
|
"leave_beta_action": "Părăsiți canalul beta",
|
||||||
|
"unsupported_reason": {
|
||||||
|
"docker_version": "Versiunea Docker",
|
||||||
|
"os": "Sistem de operare"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"ui": {
|
"ui": {
|
||||||
"auth_store": {
|
"auth_store": {
|
||||||
"ask": "Doriți să rămâneți autentificat?",
|
"ask": "Doriți să rămâneți autentificat?",
|
||||||
@ -215,7 +308,7 @@
|
|||||||
"actions": {
|
"actions": {
|
||||||
"resume_cleaning": "Reluați curățarea",
|
"resume_cleaning": "Reluați curățarea",
|
||||||
"return_to_base": "Întoarcere la doc",
|
"return_to_base": "Întoarcere la doc",
|
||||||
"start_cleaning": "Începeți curățarea",
|
"start_cleaning": "Începe curățarea",
|
||||||
"turn_off": "Opriți",
|
"turn_off": "Opriți",
|
||||||
"turn_on": "Porniți"
|
"turn_on": "Porniți"
|
||||||
}
|
}
|
||||||
@ -292,6 +385,13 @@
|
|||||||
"yes": "Da"
|
"yes": "Da"
|
||||||
},
|
},
|
||||||
"components": {
|
"components": {
|
||||||
|
"addon-picker": {
|
||||||
|
"error": {
|
||||||
|
"no_supervisor": {
|
||||||
|
"title": "Fără Supervisor"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"area-picker": {
|
"area-picker": {
|
||||||
"add_dialog": {
|
"add_dialog": {
|
||||||
"add": "Adăugați",
|
"add": "Adăugați",
|
||||||
@ -312,6 +412,10 @@
|
|||||||
"remove_user": "Eliminați utilizatorul",
|
"remove_user": "Eliminați utilizatorul",
|
||||||
"select_blueprint": "Selectați un plan"
|
"select_blueprint": "Selectați un plan"
|
||||||
},
|
},
|
||||||
|
"calendar": {
|
||||||
|
"my_calendars": "Calendarele mele",
|
||||||
|
"today": "Astăzi"
|
||||||
|
},
|
||||||
"data-table": {
|
"data-table": {
|
||||||
"no-data": "Fără date",
|
"no-data": "Fără date",
|
||||||
"search": "Căutați"
|
"search": "Căutați"
|
||||||
@ -484,7 +588,7 @@
|
|||||||
"customize_link": "personalizarea entității",
|
"customize_link": "personalizarea entității",
|
||||||
"dismiss": "Renunțați",
|
"dismiss": "Renunțați",
|
||||||
"editor": {
|
"editor": {
|
||||||
"advanced": "Setari avansate",
|
"advanced": "Setări avansate",
|
||||||
"area": "Setați numai zona entității",
|
"area": "Setați numai zona entității",
|
||||||
"area_note": "În mod implicit, entitățile unui dispozitiv se află în aceeași zonă cu dispozitivul. Dacă modificați zona acestei entități, aceasta nu va mai urma zona dispozitivului.",
|
"area_note": "În mod implicit, entitățile unui dispozitiv se află în aceeași zonă cu dispozitivul. Dacă modificați zona acestei entități, aceasta nu va mai urma zona dispozitivului.",
|
||||||
"change_device_area": "Schimbați zona dispozitivului",
|
"change_device_area": "Schimbați zona dispozitivului",
|
||||||
@ -507,7 +611,7 @@
|
|||||||
"update": "Actualizați"
|
"update": "Actualizați"
|
||||||
},
|
},
|
||||||
"faq": "documentație",
|
"faq": "documentație",
|
||||||
"info_customize": "Puteți suprascrie unele atribute în secțiunea {customize_link} .",
|
"info_customize": "Puteți suprascrie unele atribute în secțiunea {customize_link}.",
|
||||||
"no_unique_id": "Această entitate („ {entity_id} ”) nu are un ID unic, prin urmare setările sale nu pot fi gestionate din interfața de utilizator. Consultați {faq_link} pentru mai multe detalii.",
|
"no_unique_id": "Această entitate („ {entity_id} ”) nu are un ID unic, prin urmare setările sale nu pot fi gestionate din interfața de utilizator. Consultați {faq_link} pentru mai multe detalii.",
|
||||||
"related": "În legătură cu",
|
"related": "În legătură cu",
|
||||||
"settings": "Setări"
|
"settings": "Setări"
|
||||||
@ -602,7 +706,7 @@
|
|||||||
"vacuum": {
|
"vacuum": {
|
||||||
"clean_spot": "Loc curat",
|
"clean_spot": "Loc curat",
|
||||||
"commands": "Comenzi aspirator:",
|
"commands": "Comenzi aspirator:",
|
||||||
"fan_speed": "Viteza ventilatorului",
|
"fan_speed": "Mod aspirare",
|
||||||
"locate": "Localizați",
|
"locate": "Localizați",
|
||||||
"pause": "Pauză",
|
"pause": "Pauză",
|
||||||
"return_home": "Întoarce-te acasă",
|
"return_home": "Întoarce-te acasă",
|
||||||
@ -724,7 +828,7 @@
|
|||||||
"error_detected": "Au fost detectate erori de configurare",
|
"error_detected": "Au fost detectate erori de configurare",
|
||||||
"key_missing": "Cheia necesară \"{key}\" lipsește.",
|
"key_missing": "Cheia necesară \"{key}\" lipsește.",
|
||||||
"key_not_expected": "Cheia \"{key}\" nu este așteptată sau nu este acceptată de editorul vizual.",
|
"key_not_expected": "Cheia \"{key}\" nu este așteptată sau nu este acceptată de editorul vizual.",
|
||||||
"key_wrong_type": "Valoarea furnizată pentru \"{key}\" nu este acceptată de editorul de editare vizuală. Acceptăm ({type_correct}), dar am primit ({type_wrong}).",
|
"key_wrong_type": "Valoarea furnizată pentru \"{key}\" nu este acceptată de editorul vizual. Acceptăm ({type_correct}), dar am primit ({type_wrong}).",
|
||||||
"no_type_provided": "Niciun tip furnizat."
|
"no_type_provided": "Niciun tip furnizat."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@ -834,7 +938,7 @@
|
|||||||
"extra_fields": {
|
"extra_fields": {
|
||||||
"code": "Cod",
|
"code": "Cod",
|
||||||
"message": "Mesaj",
|
"message": "Mesaj",
|
||||||
"position": "Pozitie",
|
"position": "Poziţie",
|
||||||
"title": "Titlu"
|
"title": "Titlu"
|
||||||
},
|
},
|
||||||
"label": "Dispozitiv"
|
"label": "Dispozitiv"
|
||||||
@ -917,8 +1021,8 @@
|
|||||||
"numeric_state": {
|
"numeric_state": {
|
||||||
"above": "Peste",
|
"above": "Peste",
|
||||||
"below": "Sub",
|
"below": "Sub",
|
||||||
"label": "Status numeric",
|
"label": "Stare numerică",
|
||||||
"value_template": "Valoare șablon (opțional)"
|
"value_template": "Valoarea şablon (opţional)"
|
||||||
},
|
},
|
||||||
"or": {
|
"or": {
|
||||||
"label": "Sau"
|
"label": "Sau"
|
||||||
@ -1211,7 +1315,7 @@
|
|||||||
"sign_out": "Deconectare",
|
"sign_out": "Deconectare",
|
||||||
"thank_you_note": "Vă mulțumim că faceți parte din Home Assistant Cloud. Datorită oamenilor ca dvs. suntem capabili să facem o experiență excelentă de automatizare a locuinței pentru toată lumea. Mulțumim!",
|
"thank_you_note": "Vă mulțumim că faceți parte din Home Assistant Cloud. Datorită oamenilor ca dvs. suntem capabili să facem o experiență excelentă de automatizare a locuinței pentru toată lumea. Mulțumim!",
|
||||||
"tts": {
|
"tts": {
|
||||||
"default_language": "Limba implicită de utilizat",
|
"default_language": "Limba implicită folosită",
|
||||||
"dialog": {
|
"dialog": {
|
||||||
"example_message": "Bună ziua {name}, puteți reda orice text pe orice player media acceptat!",
|
"example_message": "Bună ziua {name}, puteți reda orice text pe orice player media acceptat!",
|
||||||
"header": "Încercați text în vorbire",
|
"header": "Încercați text în vorbire",
|
||||||
@ -1223,7 +1327,7 @@
|
|||||||
"info": "Aduceți personalitate acasă, făcându-i să vă vorbească folosind serviciile noastre Text-to-Speech. Puteți utiliza acest lucru în automatizări și scripturi utilizând serviciul {service} .",
|
"info": "Aduceți personalitate acasă, făcându-i să vă vorbească folosind serviciile noastre Text-to-Speech. Puteți utiliza acest lucru în automatizări și scripturi utilizând serviciul {service} .",
|
||||||
"male": "Bărbat",
|
"male": "Bărbat",
|
||||||
"title": "Text în vorbire",
|
"title": "Text în vorbire",
|
||||||
"try": "Încercaţi"
|
"try": "Încercați"
|
||||||
},
|
},
|
||||||
"webhooks": {
|
"webhooks": {
|
||||||
"disable_hook_error_msg": "Nu putut fi dezactivat webhook-ul:",
|
"disable_hook_error_msg": "Nu putut fi dezactivat webhook-ul:",
|
||||||
@ -1595,7 +1699,17 @@
|
|||||||
"delete_confirm": "Sigur doriți să ștergeți această integrare?",
|
"delete_confirm": "Sigur doriți să ștergeți această integrare?",
|
||||||
"device_unavailable": "Dispozitiv indisponibil",
|
"device_unavailable": "Dispozitiv indisponibil",
|
||||||
"devices": "{count} {count, plural,\n one {dispozitiv}\n other {dispozitive}\n}",
|
"devices": "{count} {count, plural,\n one {dispozitiv}\n other {dispozitive}\n}",
|
||||||
|
"disable": {
|
||||||
|
"disabled": "Dezactivat",
|
||||||
|
"disabled_by": {
|
||||||
|
"device": "dispozitiv",
|
||||||
|
"integration": "integrare",
|
||||||
|
"user": "utilizator"
|
||||||
|
},
|
||||||
|
"disabled_cause": "Dezactivat de {cause}"
|
||||||
|
},
|
||||||
"documentation": "Documentație",
|
"documentation": "Documentație",
|
||||||
|
"enable_restart_confirm": "Reporniți Home Assistant pentru a finaliza activarea acestei integrări",
|
||||||
"entities": "{count} {count, plural,\n one {entity}\n other {entities}\n}",
|
"entities": "{count} {count, plural,\n one {entity}\n other {entities}\n}",
|
||||||
"entity_unavailable": "Entitate indisponibilă",
|
"entity_unavailable": "Entitate indisponibilă",
|
||||||
"firmware": "Firmware: {version}",
|
"firmware": "Firmware: {version}",
|
||||||
@ -1617,6 +1731,7 @@
|
|||||||
"close": "Închide",
|
"close": "Închide",
|
||||||
"created_config": "Configurare creată pentru {name}.",
|
"created_config": "Configurare creată pentru {name}.",
|
||||||
"dismiss": "Ascunde dialogul",
|
"dismiss": "Ascunde dialogul",
|
||||||
|
"error": "Eroare",
|
||||||
"error_saving_area": "Imposibil de salvat zona: {error}",
|
"error_saving_area": "Imposibil de salvat zona: {error}",
|
||||||
"external_step": {
|
"external_step": {
|
||||||
"description": "Acest pas necesită să vizitați un site web extern pentru a fi finalizat.",
|
"description": "Acest pas necesită să vizitați un site web extern pentru a fi finalizat.",
|
||||||
@ -1632,6 +1747,11 @@
|
|||||||
"confirm_new": "Doriți să configurați {integration} ?",
|
"confirm_new": "Doriți să configurați {integration} ?",
|
||||||
"description": "Gestionați integrările cu servicii, dispozitive, ...",
|
"description": "Gestionați integrările cu servicii, dispozitive, ...",
|
||||||
"details": "Detalii integrare",
|
"details": "Detalii integrare",
|
||||||
|
"disable": {
|
||||||
|
"disabled_integrations": "{number} dezactivat",
|
||||||
|
"hide_disabled": "Ascundeți integrările dezactivate",
|
||||||
|
"show_disabled": "Afișați integrări dezactivate"
|
||||||
|
},
|
||||||
"discovered": "Descoperit",
|
"discovered": "Descoperit",
|
||||||
"home_assistant_website": "Site-ul Home Assistant",
|
"home_assistant_website": "Site-ul Home Assistant",
|
||||||
"ignore": {
|
"ignore": {
|
||||||
@ -2170,7 +2290,7 @@
|
|||||||
"group_details": "Iată toate detaliile pentru grupul Zigbee selectat.",
|
"group_details": "Iată toate detaliile pentru grupul Zigbee selectat.",
|
||||||
"group_id": "ID grup",
|
"group_id": "ID grup",
|
||||||
"group_info": "Informații despre grup",
|
"group_info": "Informații despre grup",
|
||||||
"group_name_placeholder": "Numele Grupului",
|
"group_name_placeholder": "Numele grupului",
|
||||||
"group_not_found": "Grupul nu a fost găsit!",
|
"group_not_found": "Grupul nu a fost găsit!",
|
||||||
"groups": "Grupuri",
|
"groups": "Grupuri",
|
||||||
"members": "Membri",
|
"members": "Membri",
|
||||||
@ -2238,8 +2358,8 @@
|
|||||||
"remove_node": "Eliminați nodul"
|
"remove_node": "Eliminați nodul"
|
||||||
},
|
},
|
||||||
"dashboard": {
|
"dashboard": {
|
||||||
"driver_version": "Versiunea driverului",
|
"driver_version": "Versiune driver",
|
||||||
"dump_not_ready_confirm": "Descarca",
|
"dump_not_ready_confirm": "Descarcă",
|
||||||
"header": "Gestionați-vă rețeaua Z-Wave",
|
"header": "Gestionați-vă rețeaua Z-Wave",
|
||||||
"home_id": "ID domiciliu",
|
"home_id": "ID domiciliu",
|
||||||
"introduction": "Gestionați rețeaua Z-Wave și nodurile Z-Wave",
|
"introduction": "Gestionați rețeaua Z-Wave și nodurile Z-Wave",
|
||||||
@ -2259,11 +2379,14 @@
|
|||||||
"unknown": "Necunoscut"
|
"unknown": "Necunoscut"
|
||||||
},
|
},
|
||||||
"node_status": {
|
"node_status": {
|
||||||
"alive": "În viaţă",
|
"alive": "Activ",
|
||||||
"asleep": "Adormit",
|
"asleep": "Adormit",
|
||||||
"awake": "Treaz",
|
"awake": "Treaz",
|
||||||
"dead": "Inactiv",
|
"dead": "Inactiv",
|
||||||
"unknown": "Necunoscut"
|
"unknown": "Necunoscut"
|
||||||
|
},
|
||||||
|
"remove_node": {
|
||||||
|
"title": "Eliminați un nod Z-Wave"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"zwave": {
|
"zwave": {
|
||||||
@ -2391,6 +2514,7 @@
|
|||||||
"states": {
|
"states": {
|
||||||
"alert_entity_field": "Entitatea este un câmp obligatoriu",
|
"alert_entity_field": "Entitatea este un câmp obligatoriu",
|
||||||
"attributes": "Atribute",
|
"attributes": "Atribute",
|
||||||
|
"copy_id": "Copiați ID-ul în clipboard",
|
||||||
"current_entities": "Entități actuale",
|
"current_entities": "Entități actuale",
|
||||||
"description1": "Setați reprezentarea unui dispozitiv în cadrul Home Assistant.",
|
"description1": "Setați reprezentarea unui dispozitiv în cadrul Home Assistant.",
|
||||||
"description2": "Acesta nu va comunica cu dispozitivul actual.",
|
"description2": "Acesta nu va comunica cu dispozitivul actual.",
|
||||||
@ -2617,6 +2741,10 @@
|
|||||||
"description": "Cardul Glance este util pentru a grupa mai mulți senzori într-o imagine de ansamblu compactă.",
|
"description": "Cardul Glance este util pentru a grupa mai mulți senzori într-o imagine de ansamblu compactă.",
|
||||||
"name": "Privire rapida"
|
"name": "Privire rapida"
|
||||||
},
|
},
|
||||||
|
"grid": {
|
||||||
|
"columns": "Coloane",
|
||||||
|
"square": "Randați cardurile sub formă de pătrate"
|
||||||
|
},
|
||||||
"history-graph": {
|
"history-graph": {
|
||||||
"description": "Cardul History Graph vă permite să afișați un grafic pentru fiecare dintre entitățile listate.",
|
"description": "Cardul History Graph vă permite să afișați un grafic pentru fiecare dintre entitățile listate.",
|
||||||
"name": "Grafic istoric"
|
"name": "Grafic istoric"
|
||||||
@ -2883,6 +3011,7 @@
|
|||||||
"playback_title": "Redarea mesajelor"
|
"playback_title": "Redarea mesajelor"
|
||||||
},
|
},
|
||||||
"my": {
|
"my": {
|
||||||
|
"documentation": "documentație",
|
||||||
"error": "A apărut o eroare necunoscută",
|
"error": "A apărut o eroare necunoscută",
|
||||||
"faq_link": "Întrebări frecvente despre Home Assistant",
|
"faq_link": "Întrebări frecvente despre Home Assistant",
|
||||||
"not_supported": "Această redirecționare nu este acceptată de instanța Home Assistant. Verificați {link} pentru redirecționările acceptate și versiunea pe care au fost introduse."
|
"not_supported": "Această redirecționare nu este acceptată de instanța Home Assistant. Verificați {link} pentru redirecționările acceptate și versiunea pe care au fost introduse."
|
||||||
|
@ -209,7 +209,7 @@
|
|||||||
"hostname": "Доменное имя",
|
"hostname": "Доменное имя",
|
||||||
"install": "установить",
|
"install": "установить",
|
||||||
"new_update_available": "Доступно обновление {name} до версии {version}",
|
"new_update_available": "Доступно обновление {name} до версии {version}",
|
||||||
"not_available_arch": "Это дополнение несовместимо с процессором или установленной операционной системой Вашего устройства.",
|
"not_available_arch": "Это дополнение несовместимо с процессором или операционной системой Вашего устройства.",
|
||||||
"not_available_version": "В настоящее время у Вас установлен Home Assistant {core_version_installed}. Для обновления дополнения требуется Home Assistan версии {core_version_needed} или выше.",
|
"not_available_version": "В настоящее время у Вас установлен Home Assistant {core_version_installed}. Для обновления дополнения требуется Home Assistan версии {core_version_needed} или выше.",
|
||||||
"open_web_ui": "Открыть веб-интерфейс",
|
"open_web_ui": "Открыть веб-интерфейс",
|
||||||
"option": {
|
"option": {
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"config_entry": {
|
"config_entry": {
|
||||||
"disabled_by": {
|
"disabled_by": {
|
||||||
"config_entry": "Zadanie konfigurácie",
|
"config_entry": "Položka konfigurácie",
|
||||||
"integration": "integrácia",
|
"integration": "integrácia",
|
||||||
"user": "Používateľ"
|
"user": "Používateľ"
|
||||||
}
|
}
|
||||||
@ -379,6 +379,7 @@
|
|||||||
"confirm_shutdown": "Naozaj chcete vypnúť hostiteľa?",
|
"confirm_shutdown": "Naozaj chcete vypnúť hostiteľa?",
|
||||||
"deployment": "Nasadenie",
|
"deployment": "Nasadenie",
|
||||||
"docker_version": "Verzia Dockera",
|
"docker_version": "Verzia Dockera",
|
||||||
|
"emmc_lifetime_used": "Použitá životnosť eMMC",
|
||||||
"failed_to_get_hardware_list": "Nepodarilo sa získať zoznam hardvéru",
|
"failed_to_get_hardware_list": "Nepodarilo sa získať zoznam hardvéru",
|
||||||
"failed_to_import_from_usb": "Nepodarilo sa importovať z USB",
|
"failed_to_import_from_usb": "Nepodarilo sa importovať z USB",
|
||||||
"failed_to_reboot": "Nepodarilo sa reštartovať hostiteľa",
|
"failed_to_reboot": "Nepodarilo sa reštartovať hostiteľa",
|
||||||
@ -463,7 +464,7 @@
|
|||||||
},
|
},
|
||||||
"automation": {
|
"automation": {
|
||||||
"last_triggered": "Naposledy spustené",
|
"last_triggered": "Naposledy spustené",
|
||||||
"trigger": "Spustiť"
|
"trigger": "Spustiť akcie"
|
||||||
},
|
},
|
||||||
"camera": {
|
"camera": {
|
||||||
"not_available": "Obrázok nie je k dispozícii"
|
"not_available": "Obrázok nie je k dispozícii"
|
||||||
@ -791,6 +792,8 @@
|
|||||||
},
|
},
|
||||||
"target-picker": {
|
"target-picker": {
|
||||||
"add_area_id": "Vybrať oblasť",
|
"add_area_id": "Vybrať oblasť",
|
||||||
|
"expand_area_id": "Rozbaliť túto oblasť na samostatné zariadenia a entity, ktoré obsahuje. Po rozbalení sa nebudú pri zmene oblasti aktualizovať zariadenia a entity.",
|
||||||
|
"expand_device_id": "Rozbaliť toto zariadenie na samostatné entity, ktoré obsahuje. Po rozbalení sa nebudú pri zmene zariadenia aktualizovať entity.",
|
||||||
"remove_area_id": "Odstrániť oblasť"
|
"remove_area_id": "Odstrániť oblasť"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@ -1137,7 +1140,7 @@
|
|||||||
"delete_confirm": "Ste si istý odstránením ? ",
|
"delete_confirm": "Ste si istý odstránením ? ",
|
||||||
"duplicate": "Duplikovať",
|
"duplicate": "Duplikovať",
|
||||||
"header": "Podmienky",
|
"header": "Podmienky",
|
||||||
"introduction": "Podmienky sú voliteľnou súčasťou pravidla automatizácie a môžu sa použiť na zabránenie tomu, aby sa akcia vykonala pri spustení. Podmienky vyzerajú veľmi podobne ako spúšťače, ale sú veľmi odlišné. Spúšťač sa zameria na udalosti, ktoré sa dejú v systéme, zatiaľ čo podmienka sa zameriava iba na to, ako systém práve vyzerá. Spúšťač môže pozorovať, že je zapnutý spínač. Podmienkou je iba to, či je vypínač v súčasnosti zapnutý alebo vypnutý. \n\n [Viac informácií o podmienkach.](https://home-assistant.io/docs/scripts/conditions/)",
|
"introduction": "Podmienky sú voliteľné a zabránia spusteniu automatizácie, pokiaľ nie sú splnené všetky podmienky.",
|
||||||
"learn_more": "Získajte viac informácií o podmienkach",
|
"learn_more": "Získajte viac informácií o podmienkach",
|
||||||
"name": "Podmienka",
|
"name": "Podmienka",
|
||||||
"type_select": "Typ podmienky",
|
"type_select": "Typ podmienky",
|
||||||
@ -1605,6 +1608,9 @@
|
|||||||
"description": "Spravujte nakonfigurované zariadenia",
|
"description": "Spravujte nakonfigurované zariadenia",
|
||||||
"device_info": "Informácie o zariadení",
|
"device_info": "Informácie o zariadení",
|
||||||
"disabled": "Vypnuté",
|
"disabled": "Vypnuté",
|
||||||
|
"disabled_by": {
|
||||||
|
"config_entry": "Položka konfigurácie"
|
||||||
|
},
|
||||||
"entities": {
|
"entities": {
|
||||||
"add_entities_lovelace": "Pridať do Lovelace",
|
"add_entities_lovelace": "Pridať do Lovelace",
|
||||||
"entities": "Entity",
|
"entities": "Entity",
|
||||||
@ -2071,7 +2077,7 @@
|
|||||||
"icon": "Ikona",
|
"icon": "Ikona",
|
||||||
"id": "Entity ID",
|
"id": "Entity ID",
|
||||||
"id_already_exists": "Toto ID už existuje",
|
"id_already_exists": "Toto ID už existuje",
|
||||||
"introduction": "Na vykonanie sledu akcií použite skripty.",
|
"introduction": "Pomocou skriptov môžete spustiť postupnosť akcií.",
|
||||||
"link_available_actions": "Získajte viac informácií o dostupných akciách.",
|
"link_available_actions": "Získajte viac informácií o dostupných akciách.",
|
||||||
"load_error_not_editable": "Iba skripty zo súboru scripts.yaml sú editovateľné.",
|
"load_error_not_editable": "Iba skripty zo súboru scripts.yaml sú editovateľné.",
|
||||||
"max": {
|
"max": {
|
||||||
@ -2806,7 +2812,7 @@
|
|||||||
"confirm_remove_config_text": "Ak odstránite svoju konfiguráciu používateľského rozhrania Lovelace, automaticky vygenerujeme vaše zobrazenia používateľského rozhrania Lovelace s vašimi oblasťami a zariadeniami.",
|
"confirm_remove_config_text": "Ak odstránite svoju konfiguráciu používateľského rozhrania Lovelace, automaticky vygenerujeme vaše zobrazenia používateľského rozhrania Lovelace s vašimi oblasťami a zariadeniami.",
|
||||||
"confirm_remove_config_title": "Naozaj chcete odstrániť svoju konfiguráciu používateľského rozhrania Lovelace?",
|
"confirm_remove_config_title": "Naozaj chcete odstrániť svoju konfiguráciu používateľského rozhrania Lovelace?",
|
||||||
"confirm_unsaved_changes": "Máte neuložené zmeny. Naozaj chcete odísť?",
|
"confirm_unsaved_changes": "Máte neuložené zmeny. Naozaj chcete odísť?",
|
||||||
"confirm_unsaved_comments": "Vaša konfigurácia obsahuje komentáre, ktoré sa neuložia. Chcete pokračovať?",
|
"confirm_unsaved_comments": "Vaša konfigurácia môže obsahovať komentár(e), ktoré sa neuložia. Chcete pokračovať?",
|
||||||
"error_invalid_config": "Vaša konfigurácia je neplatná: {error}",
|
"error_invalid_config": "Vaša konfigurácia je neplatná: {error}",
|
||||||
"error_remove": "Konfiguráciu sa nepodarilo odstrániť: {error}",
|
"error_remove": "Konfiguráciu sa nepodarilo odstrániť: {error}",
|
||||||
"error_save_yaml": "Nepodarilo sa uložiť YAML: {error}",
|
"error_save_yaml": "Nepodarilo sa uložiť YAML: {error}",
|
||||||
|
@ -409,7 +409,7 @@
|
|||||||
"disable": "Devre dışı bırak",
|
"disable": "Devre dışı bırak",
|
||||||
"enable": "Etkinleştir",
|
"enable": "Etkinleştir",
|
||||||
"error_required": "Gerekli",
|
"error_required": "Gerekli",
|
||||||
"leave": "Çıkınca",
|
"leave": "Ayrıl",
|
||||||
"loading": "Yükleniyor",
|
"loading": "Yükleniyor",
|
||||||
"menu": "Menü",
|
"menu": "Menü",
|
||||||
"next": "Sonraki",
|
"next": "Sonraki",
|
||||||
@ -422,7 +422,7 @@
|
|||||||
"rename": "Yeniden adlandır",
|
"rename": "Yeniden adlandır",
|
||||||
"save": "Kaydet",
|
"save": "Kaydet",
|
||||||
"skip": "Atla",
|
"skip": "Atla",
|
||||||
"stay": "Kalmak",
|
"stay": "Kal",
|
||||||
"successfully_deleted": "Başarıyla silindi",
|
"successfully_deleted": "Başarıyla silindi",
|
||||||
"successfully_saved": "Başarıyla kaydedildi",
|
"successfully_saved": "Başarıyla kaydedildi",
|
||||||
"undo": "Geri al",
|
"undo": "Geri al",
|
||||||
@ -1228,7 +1228,7 @@
|
|||||||
"enter": "Girince",
|
"enter": "Girince",
|
||||||
"event": "Olay:",
|
"event": "Olay:",
|
||||||
"label": "Konum",
|
"label": "Konum",
|
||||||
"leave": "Çıkınca",
|
"leave": "Ayrıl",
|
||||||
"source": "Kaynak",
|
"source": "Kaynak",
|
||||||
"zone": "Bölge"
|
"zone": "Bölge"
|
||||||
},
|
},
|
||||||
@ -1291,7 +1291,7 @@
|
|||||||
"entity": "Konumu olan varlık",
|
"entity": "Konumu olan varlık",
|
||||||
"event": "Olay:",
|
"event": "Olay:",
|
||||||
"label": "Bölge",
|
"label": "Bölge",
|
||||||
"leave": "Çıkınca",
|
"leave": "Ayrıl",
|
||||||
"zone": "Bölge"
|
"zone": "Bölge"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@ -2688,7 +2688,7 @@
|
|||||||
"services": {
|
"services": {
|
||||||
"accepts_target": "Bu hizmet bir hedefi kabul eder, örneğin: 'entity_id: light.bed_light'",
|
"accepts_target": "Bu hizmet bir hedefi kabul eder, örneğin: 'entity_id: light.bed_light'",
|
||||||
"all_parameters": "Mevcut tüm parametreler",
|
"all_parameters": "Mevcut tüm parametreler",
|
||||||
"call_service": "Arama Servisi",
|
"call_service": "Servisi Çağır",
|
||||||
"column_description": "Açıklama",
|
"column_description": "Açıklama",
|
||||||
"column_example": "Örnek",
|
"column_example": "Örnek",
|
||||||
"column_parameter": "Parametre",
|
"column_parameter": "Parametre",
|
||||||
|
@ -269,12 +269,13 @@
|
|||||||
},
|
},
|
||||||
"common": {
|
"common": {
|
||||||
"cancel": "取消",
|
"cancel": "取消",
|
||||||
|
"close": "關閉",
|
||||||
"description": "說明",
|
"description": "說明",
|
||||||
"error": {
|
"error": {
|
||||||
"unknown": "未知錯誤",
|
"unknown": "未知錯誤",
|
||||||
"update_failed": "更新失敗"
|
"update_failed": "更新失敗"
|
||||||
},
|
},
|
||||||
"failed_to_restart_name": "重啟{name}失敗",
|
"failed_to_restart_name": "重啟 {name} 失敗",
|
||||||
"failed_to_update_name": "更新{name}失敗",
|
"failed_to_update_name": "更新{name}失敗",
|
||||||
"learn_more": "了解更多",
|
"learn_more": "了解更多",
|
||||||
"new_version_available": "新版本可供下載",
|
"new_version_available": "新版本可供下載",
|
||||||
@ -286,13 +287,13 @@
|
|||||||
"reset_defaults": "重置為預設值",
|
"reset_defaults": "重置為預設值",
|
||||||
"reset_options": "重置選項",
|
"reset_options": "重置選項",
|
||||||
"restart": "重啟",
|
"restart": "重啟",
|
||||||
"restart_name": "重啟{name}",
|
"restart_name": "重啟 {name}",
|
||||||
"running_version": "目前執行為 {version} 版",
|
"running_version": "目前執行為 {version} 版",
|
||||||
"save": "儲存",
|
"save": "儲存",
|
||||||
"show_more": "顯示關於此更詳細資訊",
|
"show_more": "顯示關於此更詳細資訊",
|
||||||
"update": "更新",
|
"update": "更新",
|
||||||
"update_available": "{count, plural,\n one {個更新}\n other {{count} 個更新}\n}等候中",
|
"update_available": "{count, plural,\n one {個更新}\n other {{count} 個更新}\n}等候中",
|
||||||
"version": "版本",
|
"version": "安裝版本",
|
||||||
"yes": "是"
|
"yes": "是"
|
||||||
},
|
},
|
||||||
"confirm": {
|
"confirm": {
|
||||||
@ -302,7 +303,7 @@
|
|||||||
},
|
},
|
||||||
"restart": {
|
"restart": {
|
||||||
"text": "確定要重啟 {name}?",
|
"text": "確定要重啟 {name}?",
|
||||||
"title": "重啟{name}"
|
"title": "重啟 {name}"
|
||||||
},
|
},
|
||||||
"update": {
|
"update": {
|
||||||
"text": "確定要更新 {name} 至 {version} 版?",
|
"text": "確定要更新 {name} 至 {version} 版?",
|
||||||
@ -365,6 +366,7 @@
|
|||||||
},
|
},
|
||||||
"my": {
|
"my": {
|
||||||
"error": "發生未知錯誤",
|
"error": "發生未知錯誤",
|
||||||
|
"error_addon_not_found": "找不到附加元件",
|
||||||
"faq_link": "Home Assistant 常見問答集",
|
"faq_link": "Home Assistant 常見問答集",
|
||||||
"not_supported": "Home Assistant 不支援此重新導向。點選 {link} 獲取支援之重新導向與版本。"
|
"not_supported": "Home Assistant 不支援此重新導向。點選 {link} 獲取支援之重新導向與版本。"
|
||||||
},
|
},
|
||||||
@ -438,7 +440,7 @@
|
|||||||
},
|
},
|
||||||
"log": {
|
"log": {
|
||||||
"get_logs": "取得 {provider} 日誌失敗,{error}",
|
"get_logs": "取得 {provider} 日誌失敗,{error}",
|
||||||
"log_provider": "日誌提供者"
|
"log_provider": "日誌"
|
||||||
},
|
},
|
||||||
"supervisor": {
|
"supervisor": {
|
||||||
"beta_backup": "請於啟用此功能前確定已經備份所有資料。",
|
"beta_backup": "請於啟用此功能前確定已經備份所有資料。",
|
||||||
@ -463,7 +465,7 @@
|
|||||||
"unhealthy_description": "執行不健康的安裝版本可能會導致問題。下方列表為安裝問題清單,點選連結以了解如何解決問題。",
|
"unhealthy_description": "執行不健康的安裝版本可能會導致問題。下方列表為安裝問題清單,點選連結以了解如何解決問題。",
|
||||||
"unhealthy_reason": {
|
"unhealthy_reason": {
|
||||||
"docker": "Docker 環境未正常工作",
|
"docker": "Docker 環境未正常工作",
|
||||||
"privileged": "Supervisor 不允許",
|
"privileged": "未獲得 Supervisor 特權",
|
||||||
"setup": "設定 Supervisor 失敗",
|
"setup": "設定 Supervisor 失敗",
|
||||||
"supervisor": "Supervisor 無法進行更新"
|
"supervisor": "Supervisor 無法進行更新"
|
||||||
},
|
},
|
||||||
@ -478,7 +480,7 @@
|
|||||||
"lxc": "LXC",
|
"lxc": "LXC",
|
||||||
"network_manager": "網路管理員",
|
"network_manager": "網路管理員",
|
||||||
"os": "作業系統",
|
"os": "作業系統",
|
||||||
"privileged": "Supervisor 不允許",
|
"privileged": "未獲得 Supervisor 特權",
|
||||||
"systemd": "Systemd"
|
"systemd": "Systemd"
|
||||||
},
|
},
|
||||||
"unsupported_title": "所執行的安裝方式不支援",
|
"unsupported_title": "所執行的安裝方式不支援",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user