mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-21 08:16:36 +00:00
[ci skip] Translation update
This commit is contained in:
parent
9f2e3f05a1
commit
2e178164cc
@ -1338,7 +1338,7 @@
|
||||
"warning": {
|
||||
"include_link": "zahrnout customize.yaml",
|
||||
"include_sentence": "Zdá se, že configuration.yaml správně nefunguje",
|
||||
"not_applied": "Změny zde provedené jsou zapsány, ale nebudou použity po opětovném načtení konfigurace, pokud není zahrnut do umístění."
|
||||
"not_applied": "Změny zde provedené jsou zapsány, ale nebudou použity při novém načtení konfigurace, pokud není \"customize\" konfigurace nastavena v globální konfiguraci."
|
||||
}
|
||||
},
|
||||
"devices": {
|
||||
@ -1524,8 +1524,9 @@
|
||||
"no_device": "Entity bez zařízení",
|
||||
"no_devices": "Tato integrace nemá žádná zařízení.",
|
||||
"options": "Možnosti",
|
||||
"reload_confirm": "Integrace byla obnovena",
|
||||
"reload_restart_confirm": "Restartujte Home Assistant pro obnovení této integrace",
|
||||
"reload": "Nově načíst",
|
||||
"reload_confirm": "Integrace byla nově načtena",
|
||||
"reload_restart_confirm": "Restartujte Home Assistant pro nové načtení této integrace",
|
||||
"rename": "Přejmenovat",
|
||||
"restart_confirm": "Restartujte Home Assistant pro odstranění této integrace",
|
||||
"settings_button": "Upravit nastavení pro {integration}",
|
||||
@ -1883,21 +1884,26 @@
|
||||
"description": "Restart a zastavení serveru Home Asistent",
|
||||
"section": {
|
||||
"reloading": {
|
||||
"automation": "Znovu načíst automatizace",
|
||||
"core": "Znovu načíst umístění a přizpůsobení",
|
||||
"group": "Znovu načíst skupiny",
|
||||
"automation": "Nově načíst automatizace",
|
||||
"command_line": "Nově načíst entity integrace \"command line\"",
|
||||
"core": "Nově načíst umístění a přizpůsobení",
|
||||
"filter": "Nově načíst entity integrace \"filter\"",
|
||||
"group": "Nově načíst skupiny",
|
||||
"heading": "Konfigurace se načítá",
|
||||
"input_boolean": "Znovu načíst pomocníky - přepínače",
|
||||
"input_datetime": "Znovu načíst pomocníky - data/časy",
|
||||
"input_number": "Znovu načíst pomocníky - čísla",
|
||||
"input_select": "Znovu načíst pomocníky - výběry",
|
||||
"input_text": "Znovu načíst pomocníky - texty",
|
||||
"introduction": "Některé části Home Assistant lze načíst bez nutnosti restartování. Volba načtení zahodí jejich aktuální konfiguraci a načte novou.",
|
||||
"person": "Znovu načíst osoby",
|
||||
"scene": "Znovu načíst scény",
|
||||
"script": "Znovu načíst skripty",
|
||||
"template": "Znovu načíst entity šablon",
|
||||
"zone": "Znovu načíst zóny"
|
||||
"input_boolean": "Nově načíst pomocníky - přepínače",
|
||||
"input_datetime": "Nově načíst pomocníky - data/časy",
|
||||
"input_number": "Nově načíst pomocníky - čísla",
|
||||
"input_select": "Nově načíst pomocníky - výběry",
|
||||
"input_text": "Nově načíst pomocníky - texty",
|
||||
"introduction": "Některé části Home Assistant lze nově načíst bez nutnosti restartování. Nové načtení zahodí jejich aktuální konfiguraci a načte novou.",
|
||||
"person": "Nově načíst osoby",
|
||||
"rest": "Nově načíst entity integrace \"rest\"",
|
||||
"scene": "Nově načíst scény",
|
||||
"script": "Nově načíst skripty",
|
||||
"statistics": "Nově načíst entity integrace \"statistics\"",
|
||||
"template": "Nově načíst entity integrace \"template\"",
|
||||
"universal": "Nově načíst entity integrace \"universal media player\"",
|
||||
"zone": "Nově načíst zóny"
|
||||
},
|
||||
"server_management": {
|
||||
"confirm_restart": "Opravdu chcete restartovat Home Assistant?",
|
||||
@ -2614,11 +2620,11 @@
|
||||
"exit_edit_mode": "Ukončit režim úprav uživatelského rozhraní",
|
||||
"help": "Pomoc",
|
||||
"refresh": "Obnovit",
|
||||
"reload_resources": "Opětovné načtení prostředků"
|
||||
"reload_resources": "Nově načíst zdroje"
|
||||
},
|
||||
"reload_lovelace": "Znovu načíst Lovelace",
|
||||
"reload_lovelace": "Nově načíst Lovelace",
|
||||
"reload_resources": {
|
||||
"refresh_body": "Chcete-li dokončit opětovné načtení, musíte stránku aktualizovat, chcete ji nyní aktualizovat?",
|
||||
"refresh_body": "Chcete-li dokončit nové načtení, musíte stránku aktualizovat. Chcete ji nyní aktualizovat?",
|
||||
"refresh_header": "Chcete aktualizovat stránku?"
|
||||
},
|
||||
"unused_entities": {
|
||||
|
@ -733,6 +733,9 @@
|
||||
"no_area": "Dim Ardal",
|
||||
"no_device": "Endidau heb ddyfeisiau",
|
||||
"no_devices": "Tydi'r integreiddad yma ddim efo dyfeisiadau.",
|
||||
"reload": "Ail-lwytho",
|
||||
"reload_confirm": "Cafodd yr integreiddiad ei ail-lwytho",
|
||||
"reload_restart_confirm": "Ailgychwyn Home Assistant i ddarfod yr integreiddiadau",
|
||||
"restart_confirm": "Ailgychwyn Home Assistant i ddarfod dileu'r integreiddiad hwn"
|
||||
},
|
||||
"config_flow": {
|
||||
@ -783,6 +786,52 @@
|
||||
"mqtt": {
|
||||
"title": "MQTT"
|
||||
},
|
||||
"ozw": {
|
||||
"button": "Ffurfweddu",
|
||||
"common": {
|
||||
"controller": "Rheolwr",
|
||||
"instance": "Enghraifft",
|
||||
"network": "Rhwydwaith"
|
||||
},
|
||||
"navigation": {
|
||||
"network": "Rhwydwaith",
|
||||
"nodes": "Nodau",
|
||||
"select_instance": "Dewis Enghraifft"
|
||||
},
|
||||
"network_status": {
|
||||
"details": {
|
||||
"driverallnodesqueried": "Holwyd pob nod",
|
||||
"driverallnodesqueriedsomedead": "Holwyd pob nod. Cafwyd hyd i rai nodau yn farw",
|
||||
"driverawakenodesqueries": "Holwyd pob nod effro",
|
||||
"driverfailed": "Wedi methu cysylltu â rheolydd Z-Wave",
|
||||
"driverready": "Cychwyn y rheolydd Z-Wave",
|
||||
"driverremoved": "Mae'r gyrrwr wedi'i diddymu",
|
||||
"driverreset": "Mae'r gyrrwr wedi cael ei ailosod",
|
||||
"offline": "OZWDaemon all-lein",
|
||||
"ready": "Barod i gysylltu",
|
||||
"started": "Cysylltu â MQTT",
|
||||
"starting": "Cysylltu â MQTT",
|
||||
"stopped": "Stopiodd OpenZWave"
|
||||
},
|
||||
"offline": "All-lein",
|
||||
"online": "Ar-lein",
|
||||
"starting": "Cychwyn",
|
||||
"unknown": "Anhysbys"
|
||||
},
|
||||
"network": {
|
||||
"header": "Rheolaeth Rhwydwaith",
|
||||
"introduction": "Rheoli swyddogaethau rhwydwaith-lydan",
|
||||
"node_count": "nodau {count}"
|
||||
},
|
||||
"select_instance": {
|
||||
"header": "Dewiswch Enghraifft OpenZWave",
|
||||
"introduction": "Mae gennych fwy nag un enghraifft OpenZWave yn rhedeg. Pa enghraifft hoffech chi ei rheoli?"
|
||||
},
|
||||
"services": {
|
||||
"add_node": "Ychwanegu Nod",
|
||||
"remove_node": "Tynnu Nod"
|
||||
}
|
||||
},
|
||||
"person": {
|
||||
"caption": "Pobl",
|
||||
"description": "Rheoli'r pobl mae Home Assistant yn tracio.",
|
||||
@ -838,11 +887,16 @@
|
||||
"section": {
|
||||
"reloading": {
|
||||
"automation": "Ail-lwytho awtomeiddiadau",
|
||||
"command_line": "Ail-lwytho endidau llinell orchymyn",
|
||||
"core": "Ail-lwytho craidd",
|
||||
"filter": "Ail-lwytho endidau hidlo",
|
||||
"group": "Ail-lwytho grwpiau",
|
||||
"heading": "Ffurfweddiad yn ail-lwytho",
|
||||
"introduction": "Gall rhai rhannau o Home Assistant ail-lwytho heb orfod ailgychwyn. Bydd taro ail-lwytho yn dadlwytho eu cyfluniad cyfredol a llwytho'r un newydd.",
|
||||
"script": "Ail-lwytho sgriptiau"
|
||||
"rest": "Ail-lwytho endidau gorffwys",
|
||||
"script": "Ail-lwytho sgriptiau",
|
||||
"statistics": "Ail-lwytho endidau ystadegau",
|
||||
"universal": "Ail-lwytho endidau chwaraewyr cyfryngau cyffredinol"
|
||||
},
|
||||
"server_management": {
|
||||
"heading": "Rheoli gweinydd",
|
||||
@ -945,6 +999,7 @@
|
||||
"title": "Cyflerau"
|
||||
},
|
||||
"templates": {
|
||||
"reset": "Ailosod i dempled demo",
|
||||
"title": "Templedi"
|
||||
}
|
||||
}
|
||||
@ -995,6 +1050,10 @@
|
||||
"button": {
|
||||
"description": "Mae'r cerdyn Botwm yn caniatáu ichi ychwanegu botymau i gyflawni tasgau."
|
||||
},
|
||||
"calendar": {
|
||||
"description": "Mae'r cerdyn Calendr yn dangos calendr gan gynnwys gweddlun dydd, wythnos a restr",
|
||||
"name": "Calendr"
|
||||
},
|
||||
"conditional": {
|
||||
"card": "Cerdyn",
|
||||
"change_type": "Newid math",
|
||||
@ -1281,6 +1340,7 @@
|
||||
"intro": "Helo {name}, croeso i Home Assistant. Sut hoffech enwi eich tŷ?",
|
||||
"intro_location": "Hoffem wybod ble rydych chi'n byw. Bydd y wybodaeth yn helpu i arddangos gwybodaeth a sefydlu awtomeiddiadau haul. Tydi'r data byth yn cael ei rannu thu allan i'ch rhwydwaith.",
|
||||
"intro_location_detect": "Gallwn eich helpu i lenwi'r wybodaeth hon drwy wneud cais un-tro i wasanaeth allanol.",
|
||||
"location_name": "Enw eich gosodiad Home Assistant",
|
||||
"location_name_default": "Hafan"
|
||||
},
|
||||
"integration": {
|
||||
|
@ -1895,21 +1895,29 @@
|
||||
"automation": "Reload automations",
|
||||
"command_line": "Reload command line entities",
|
||||
"core": "Reload location & customizations",
|
||||
"filesize": "Reload file size entities",
|
||||
"filter": "Reload filter entities",
|
||||
"generic": "Reload generic IP camera entities",
|
||||
"generic_thermostat": "Reload generic thermostat entities",
|
||||
"group": "Reload groups",
|
||||
"heading": "YAML configuration reloading",
|
||||
"history_stats": "Reload history stats entities",
|
||||
"homekit": "Reload HomeKit",
|
||||
"input_boolean": "Reload input booleans",
|
||||
"input_datetime": "Reload input date times",
|
||||
"input_number": "Reload input numbers",
|
||||
"input_select": "Reload input selects",
|
||||
"input_text": "Reload input texts",
|
||||
"introduction": "Some parts of Home Assistant can reload without requiring a restart. Hitting reload will unload their current YAML configuration and load the new one.",
|
||||
"min_max": "Reload min/max entities",
|
||||
"person": "Reload persons",
|
||||
"ping": "Reload ping binary sensor entities",
|
||||
"rest": "Reload rest entities",
|
||||
"scene": "Reload scenes",
|
||||
"script": "Reload scripts",
|
||||
"statistics": "Reload statistics entities",
|
||||
"template": "Reload template entities",
|
||||
"trend": "Reload trend entities",
|
||||
"universal": "Reload universal media player entities",
|
||||
"zone": "Reload zones"
|
||||
},
|
||||
@ -1962,6 +1970,8 @@
|
||||
"create": "Create",
|
||||
"name": "Name",
|
||||
"password": "Password",
|
||||
"password_confirm": "Confirm Password",
|
||||
"password_not_match": "Passwords don't match",
|
||||
"username": "Username"
|
||||
},
|
||||
"caption": "Users",
|
||||
@ -1978,7 +1988,9 @@
|
||||
"group": "Group",
|
||||
"id": "ID",
|
||||
"name": "Name",
|
||||
"new_password": "New Password",
|
||||
"owner": "Owner",
|
||||
"password_changed": "The password is changed!",
|
||||
"system_generated": "System generated",
|
||||
"system_generated_users_not_editable": "Unable to update system generated users.",
|
||||
"system_generated_users_not_removable": "Unable to remove system generated users.",
|
||||
@ -2428,6 +2440,7 @@
|
||||
"show_name": "Show Name?",
|
||||
"show_state": "Show State?",
|
||||
"state": "State",
|
||||
"state_color": "Color icons based on state?",
|
||||
"tap_action": "Tap Action",
|
||||
"theme": "Theme",
|
||||
"title": "Title",
|
||||
|
@ -1898,11 +1898,11 @@
|
||||
"filter": "Recharger les entités de filtre",
|
||||
"group": "Recharger les groupes",
|
||||
"heading": "Rechargement de la configuration",
|
||||
"input_boolean": "Recharger les booléens d'entrée",
|
||||
"input_datetime": "Recharger les heures de date d'entrée",
|
||||
"input_number": "Recharger les numéros d'entrée",
|
||||
"input_select": "Recharger les sélections d'entrée",
|
||||
"input_text": "Recharger les textes d'entrée",
|
||||
"input_boolean": "Recharger les entrées booléennes (input boolean)",
|
||||
"input_datetime": "Recharger les entrées de date et heure (input date time)",
|
||||
"input_number": "Recharger les entrées numériques (input number)",
|
||||
"input_select": "Recharger les listes de sélection (input select)",
|
||||
"input_text": "Recharger les entrées de texte (input text)",
|
||||
"introduction": "Certaines parties de Home Assistant peuvent être rechargées sans nécessiter de redémarrage. Le fait de cliquer sur recharger déchargera leur configuration actuelle et chargera la nouvelle.",
|
||||
"person": "Recharger les personnes",
|
||||
"rest": "Recharger les entités REST",
|
||||
@ -1910,6 +1910,7 @@
|
||||
"script": "Recharger les scripts",
|
||||
"statistics": "Recharger les entités de statistiques",
|
||||
"template": "Recharger les entités modèles",
|
||||
"universal": "Recharger les entités de lecteur média universel",
|
||||
"zone": "Recharger les zones"
|
||||
},
|
||||
"server_management": {
|
||||
|
@ -1893,20 +1893,24 @@
|
||||
"section": {
|
||||
"reloading": {
|
||||
"automation": "Automatyzacje",
|
||||
"command_line": "Encje komponentu linia komend",
|
||||
"core": "Lokalizacja i dostosowywanie",
|
||||
"filter": "Encje komponentu filtr",
|
||||
"group": "Grupy",
|
||||
"heading": "Ponowne wczytanie konfiguracji",
|
||||
"heading": "Ponowne wczytanie konfiguracji YAML",
|
||||
"input_boolean": "Pomocnicy typu przełącznik",
|
||||
"input_datetime": "Pomocnicy typu data i czas",
|
||||
"input_number": "Pomocnicy typu numer",
|
||||
"input_select": "Pomocnicy typu pole wyboru",
|
||||
"input_text": "Pomocnicy typu tekst",
|
||||
"introduction": "Niektóre fragmenty konfiguracji można przeładować bez ponownego uruchamiania. Poniższe przyciski pozwalają na ponowne wczytanie konfiguracji.",
|
||||
"introduction": "Niektóre fragmenty konfiguracji można przeładować bez ponownego uruchamiania. Poniższe przyciski pozwalają na ponowne wczytanie danej części konfiguracji YAML.",
|
||||
"person": "Osoby",
|
||||
"rest": "Encje komponentu rest",
|
||||
"scene": "Sceny",
|
||||
"script": "Skrypty",
|
||||
"statistics": "Encje komponentu statystyka",
|
||||
"template": "Szablony encji",
|
||||
"universal": "Encje uniwersalnego odtwarzacza mediów",
|
||||
"universal": "Encje komponentu uniwersalny odtwarzacz mediów",
|
||||
"zone": "Strefy"
|
||||
},
|
||||
"server_management": {
|
||||
|
@ -1177,11 +1177,11 @@
|
||||
"remote": {
|
||||
"access_is_being_prepared": "Удалённый доступ подготавливается. Мы сообщим Вам, когда он будет готов.",
|
||||
"certificate_info": "Информация о сертификате",
|
||||
"info": "Home Assistant Cloud обеспечивает безопасное удалённое подключение к Вашему серверу, даже если Вы находитесь вдали от дома.",
|
||||
"info": "Home Assistant Cloud обеспечивает безопасное подключение к Вашему серверу, даже если Вы находитесь вдали от дома.",
|
||||
"instance_is_available": "Ваш Home Assistant доступен по адресу",
|
||||
"instance_will_be_available": "Ваш Home Assistant будет доступен по адресу",
|
||||
"link_learn_how_it_works": "Узнайте, как это работает",
|
||||
"title": "Удалённое управление"
|
||||
"title": "Удалённый доступ"
|
||||
},
|
||||
"sign_out": "Выйти",
|
||||
"thank_you_note": "Спасибо за то, что стали частью Home Assistant Cloud. Именно благодаря таким людям, как Вы, мы можем сделать все возможное для того, чтобы домашняя автоматизация была максимально удобной для всех. Спасибо!",
|
||||
@ -1252,7 +1252,7 @@
|
||||
"email": "Адрес электронной почты",
|
||||
"email_error_msg": "Неверный адрес электронной почты.",
|
||||
"forgot_password": "забыли пароль?",
|
||||
"introduction": "Home Assistant Cloud обеспечивает безопасное удалённое подключение к Вашему серверу, даже если Вы находитесь вдали от дома. Также это даёт возможность подключения к функциям облачных сервисов Amazon Alexa и Google Assistant.",
|
||||
"introduction": "Home Assistant Cloud обеспечивает безопасный доступ к Вашему серверу, даже если Вы находитесь вдали от дома. Также это даёт возможность подключения к функциям облачных сервисов Amazon Alexa и Google Assistant.",
|
||||
"introduction2": "Услуга предоставляется нашим партнером ",
|
||||
"introduction2a": ", компанией от основателей Home Assistant и Hass.io.",
|
||||
"introduction3": "Home Assistant Cloud предлагает одноразовый бесплатный пробный период продолжительностью один месяц. Для активации пробного периода платёжная информация не требуется.",
|
||||
|
Loading…
x
Reference in New Issue
Block a user