[ci skip] Translation update

This commit is contained in:
HomeAssistant Azure 2020-10-20 00:32:22 +00:00
parent c0b2143c7c
commit 0880ab67c6
5 changed files with 73 additions and 37 deletions

View File

@ -601,7 +601,7 @@
}, },
"media-browser": { "media-browser": {
"audio_not_supported": "Ihr Browser unterstützt das Audioelement nicht.", "audio_not_supported": "Ihr Browser unterstützt das Audioelement nicht.",
"choose_player": "Wähle ein Abspielegerät", "choose_player": "Wähle ein Abspielgerät",
"choose-source": "Quelle wählen", "choose-source": "Quelle wählen",
"class": { "class": {
"album": "Album", "album": "Album",
@ -2744,7 +2744,7 @@
"duplicate": "Karte duplizieren", "duplicate": "Karte duplizieren",
"edit": "Bearbeiten", "edit": "Bearbeiten",
"header": "Kartenkonfiguration", "header": "Kartenkonfiguration",
"move": "Zur Ansicht Bewegen", "move": "Ansicht wechseln",
"move_after": "Karte nach hinten verschieben", "move_after": "Karte nach hinten verschieben",
"move_before": "Karte nach vorne verschieben", "move_before": "Karte nach vorne verschieben",
"options": "Mehr Optionen", "options": "Mehr Optionen",

View File

@ -779,6 +779,9 @@
}, },
"platform_not_loaded": "The {platform} integration is not loaded. Please add it to your configuration either by adding 'default_config:' or ''{platform}:''.", "platform_not_loaded": "The {platform} integration is not loaded. Please add it to your configuration either by adding 'default_config:' or ''{platform}:''.",
"required_error_msg": "This field is required", "required_error_msg": "This field is required",
"timer": {
"duration": "Duration"
},
"yaml_not_editable": "The settings of this entity cannot be edited from the UI. Only entities set up from the UI are configurable from the UI." "yaml_not_editable": "The settings of this entity cannot be edited from the UI. Only entities set up from the UI are configurable from the UI."
}, },
"image_cropper": { "image_cropper": {
@ -1521,24 +1524,31 @@
"add_prompt": "No {name} have been added using this device yet. You can add one by clicking the + button above.", "add_prompt": "No {name} have been added using this device yet. You can add one by clicking the + button above.",
"automation": { "automation": {
"actions": { "actions": {
"caption": "When something is triggered..." "caption": "When something is triggered...",
"no_actions": "No actions",
"unknown_action": "Unknown action"
}, },
"automations": "Automations", "automations": "Automations",
"conditions": { "conditions": {
"caption": "Only do something if..." "caption": "Only do something if...",
"no_conditions": "No conditions",
"unknown_condition": "Unknown condition"
}, },
"create": "Create automation with device", "create": "Create automation with device",
"no_automations": "No automations", "no_automations": "No automations",
"no_device_automations": "There are no automations available for this device.", "no_device_automations": "There are no automations available for this device.",
"triggers": { "triggers": {
"caption": "Do something when..." "caption": "Do something when...",
} "no_triggers": "No triggers",
"unknown_trigger": "Unknown trigger"
},
"unknown_automation": "Unknown automation"
}, },
"cant_edit": "You can only edit items that are created in the UI.", "cant_edit": "You can only edit items that are created in the UI.",
"caption": "Devices", "caption": "Devices",
"confirm_delete": "Are you sure you want to delete this device?", "confirm_delete": "Are you sure you want to delete this device?",
"confirm_rename_entity_ids": "Do you also want to rename the entity id's of your entities?", "confirm_rename_entity_ids": "Do you also want to rename the entity IDs of your entities?",
"confirm_rename_entity_ids_warning": "This will not change any configuration (like automations, scripts, scenes, Lovelace) that is currently using these entities, you will have to update them yourself.", "confirm_rename_entity_ids_warning": "This will not change any configuration (like automations, scripts, scenes, dashboards) that is currently using these entities! You will have to update them yourself to use the new entity IDs!",
"data_table": { "data_table": {
"area": "Area", "area": "Area",
"battery": "Battery", "battery": "Battery",
@ -1656,7 +1666,8 @@
"input_datetime": "Date and/or time", "input_datetime": "Date and/or time",
"input_number": "Number", "input_number": "Number",
"input_select": "Dropdown", "input_select": "Dropdown",
"input_text": "Text" "input_text": "Text",
"timer": "Timer"
} }
}, },
"info": { "info": {
@ -1875,6 +1886,8 @@
"network": "Network", "network": "Network",
"node_id": "Node ID", "node_id": "Node ID",
"ozw_instance": "OpenZWave Instance", "ozw_instance": "OpenZWave Instance",
"query_stage": "Query Stage",
"wakeup_instructions": "Wake-up Instructions",
"zwave": "Z-Wave" "zwave": "Z-Wave"
}, },
"device_info": { "device_info": {
@ -1884,6 +1897,10 @@
}, },
"navigation": { "navigation": {
"network": "Network", "network": "Network",
"node": {
"config": "Config",
"dashboard": "Dashboard"
},
"nodes": "Nodes", "nodes": "Nodes",
"select_instance": "Select Instance" "select_instance": "Select Instance"
}, },
@ -1912,6 +1929,15 @@
"introduction": "Manage network-wide functions.", "introduction": "Manage network-wide functions.",
"node_count": "{count} nodes" "node_count": "{count} nodes"
}, },
"node_config": {
"header": "Node Configuration",
"help_source": "Config parameter descriptions and help text are provided by the OpenZWave project.",
"introduction": "Manage the different configuration parameters for a Z-Wave node.",
"wakeup_help": "Battery powered nodes must be awake to change their configuration. If the node is not awake, OpenZWave will attempt to update the node's configuration the next time it wakes up, which could be multiple hours (or days) later. Follow these steps to wake up your device:"
},
"node_metadata": {
"product_manual": "Product Manual"
},
"node_query_stages": { "node_query_stages": {
"associations": "Refreshing association groups and memberships", "associations": "Refreshing association groups and memberships",
"cacheload": "Loading information from the OpenZWave cache file. Battery nodes will stay at this stage until the node wakes up.", "cacheload": "Loading information from the OpenZWave cache file. Battery nodes will stay at this stage until the node wakes up.",
@ -2508,6 +2534,7 @@
"no_listeners": "This template does not listen for any state changed events and will not update automatically.", "no_listeners": "This template does not listen for any state changed events and will not update automatically.",
"reset": "Reset to demo template", "reset": "Reset to demo template",
"template_extensions": "Home Assistant template extensions", "template_extensions": "Home Assistant template extensions",
"time": "This template updates every 60 seconds after the last state changed event.",
"title": "Template", "title": "Template",
"unknown_error_template": "Unknown error rendering template" "unknown_error_template": "Unknown error rendering template"
} }
@ -2858,7 +2885,7 @@
"migrate": { "migrate": {
"header": "Configuration Incompatible", "header": "Configuration Incompatible",
"migrate": "Migrate configuration", "migrate": "Migrate configuration",
"para_migrate": "Home Assistant can add ID's to all your cards and views automatically for you by pressing the 'Migrate configuration' button.", "para_migrate": "Home Assistant can add IDs to all your cards and views automatically for you by pressing the 'Migrate configuration' button.",
"para_no_id": "This element doesn't have an ID. Please add an ID to this element in 'ui-lovelace.yaml'." "para_no_id": "This element doesn't have an ID. Please add an ID to this element in 'ui-lovelace.yaml'."
}, },
"move_card": { "move_card": {

View File

@ -737,6 +737,13 @@
"ok": "Aceptar" "ok": "Aceptar"
}, },
"helper_settings": { "helper_settings": {
"counter": {
"initial": "Valor inicial",
"maximum": "Valor máximo",
"minimum": "Valor mínimo",
"restore": "Restaurar el último valor conocido cuando se inicia Home Assistant",
"step": "Tamaño del paso"
},
"generic": { "generic": {
"icon": "Icono", "icon": "Icono",
"name": "Nombre" "name": "Nombre"
@ -1644,6 +1651,7 @@
"no_helpers": "¡Parece que aún no tienes ayudantes!" "no_helpers": "¡Parece que aún no tienes ayudantes!"
}, },
"types": { "types": {
"counter": "Contador",
"input_boolean": "Alternar", "input_boolean": "Alternar",
"input_datetime": "Fecha y/o hora", "input_datetime": "Fecha y/o hora",
"input_number": "Número", "input_number": "Número",
@ -2163,6 +2171,7 @@
"last_scanned": "Última vez escaneada", "last_scanned": "Última vez escaneada",
"name": "Nombre" "name": "Nombre"
}, },
"learn_more": "Más información sobre las etiquetas",
"never_scanned": "Nunca escaneado", "never_scanned": "Nunca escaneado",
"no_tags": "Sin etiquetas", "no_tags": "Sin etiquetas",
"write": "Escribir" "write": "Escribir"

View File

@ -718,9 +718,9 @@
"enabled_description": "Deaktiverte entiteter vil ikke bli lagt til i Home Assistant.", "enabled_description": "Deaktiverte entiteter vil ikke bli lagt til i Home Assistant.",
"enabled_label": "Aktiver entitet", "enabled_label": "Aktiver entitet",
"entity_id": "Entitets-ID", "entity_id": "Entitets-ID",
"icon": "Overstyr ikon", "icon": "Ikon",
"icon_error": "Ikoner bør være i formatet 'prefiks:ikonnavn', f.eks 'mdi:home'", "icon_error": "Ikoner bør være i formatet 'prefiks:ikonnavn', f.eks 'mdi:home'",
"name": "Overstyr Navn", "name": "Navn",
"note": "Merk: Dette fungerer kanskje ikke ennå med alle integrasjoner.", "note": "Merk: Dette fungerer kanskje ikke ennå med alle integrasjoner.",
"unavailable": "Denne entiteten er ikke tilgjengelig for øyeblikket.", "unavailable": "Denne entiteten er ikke tilgjengelig for øyeblikket.",
"update": "Oppdater" "update": "Oppdater"

View File

@ -718,9 +718,9 @@
"enabled_description": "Wyłączone encje nie będą dostępne w Home Assistancie.", "enabled_description": "Wyłączone encje nie będą dostępne w Home Assistancie.",
"enabled_label": "Włącz encję", "enabled_label": "Włącz encję",
"entity_id": "Identyfikator encji", "entity_id": "Identyfikator encji",
"icon": "Nadpisanie ikony", "icon": "Ikona",
"icon_error": "Ikony powinny mieć format 'prefix:iconname', np. 'mdi:home'", "icon_error": "Ikony powinny mieć format 'prefix:iconname', np. 'mdi:home'",
"name": "Nadpisanie nazwy", "name": "Nazwa",
"note": "Uwaga: to może jeszcze nie działać ze wszystkimi integracjami.", "note": "Uwaga: to może jeszcze nie działać ze wszystkimi integracjami.",
"unavailable": "Ta encja nie jest obecnie dostępna.", "unavailable": "Ta encja nie jest obecnie dostępna.",
"update": "AKTUALIZUJ" "update": "AKTUALIZUJ"
@ -1158,8 +1158,8 @@
"edit_yaml": "Edycja jako YAML", "edit_yaml": "Edycja jako YAML",
"enable_disable": "Włącz/wyłącz automatyzację", "enable_disable": "Włącz/wyłącz automatyzację",
"introduction": "Użyj automatyzacji, aby ożywić swój dom", "introduction": "Użyj automatyzacji, aby ożywić swój dom",
"load_error_not_editable": "Tylko automatyzacje zdefiniowane w pliku automations.yaml są edytowalne.", "load_error_not_editable": "Tylko automatyzacje zdefiniowane w pliku automations.yaml są edytowalne",
"load_error_unknown": "Wystąpił błąd podczas ładowania automatyzacji ({err_no}).", "load_error_unknown": "Wystąpił błąd podczas ładowania automatyzacji ({err_no})",
"max": { "max": {
"parallel": "Maksymalna liczba równoległych uruchomień", "parallel": "Maksymalna liczba równoległych uruchomień",
"queued": "Długość kolejki" "queued": "Długość kolejki"
@ -1306,7 +1306,7 @@
"info": "Dzięki integracji z Alexą dla Chmury Home Assistant będzie możliwe kontrolowanie wszystkich urządzeń Home Assistanta za pośrednictwem dowolnego urządzenia obsługującego Amazon Alexa.", "info": "Dzięki integracji z Alexą dla Chmury Home Assistant będzie możliwe kontrolowanie wszystkich urządzeń Home Assistanta za pośrednictwem dowolnego urządzenia obsługującego Amazon Alexa.",
"info_state_reporting": "Jeśli włączysz raportowanie stanów, Home Assistant wyśle wszystkie zmiany stanu udostępnionych encji na serwery Amazona. Dzięki temu zawsze możesz zobaczyć najnowsze stany w aplikacji Alexa i używać zmian stanów do tworzenia rutyn.", "info_state_reporting": "Jeśli włączysz raportowanie stanów, Home Assistant wyśle wszystkie zmiany stanu udostępnionych encji na serwery Amazona. Dzięki temu zawsze możesz zobaczyć najnowsze stany w aplikacji Alexa i używać zmian stanów do tworzenia rutyn.",
"manage_entities": "Zarządzanie encjami", "manage_entities": "Zarządzanie encjami",
"state_reporting_error": "Nie można przesłać stanu {enable_disable}.", "state_reporting_error": "Nie można przesłać stanu {enable_disable}",
"sync_entities": "Synchronizuj encje", "sync_entities": "Synchronizuj encje",
"sync_entities_error": "Nie udało się zsynchronizować encji:", "sync_entities_error": "Nie udało się zsynchronizować encji:",
"title": "Alexa" "title": "Alexa"
@ -1771,7 +1771,7 @@
"load_full_log": "Załaduj cały log Home Assistanta", "load_full_log": "Załaduj cały log Home Assistanta",
"loading_log": "Ładowanie loga błędów…", "loading_log": "Ładowanie loga błędów…",
"multiple_messages": "wiadomość pojawiła się po raz pierwszy {time} i powtarzała się {counter} razy", "multiple_messages": "wiadomość pojawiła się po raz pierwszy {time} i powtarzała się {counter} razy",
"no_errors": "Nie zgłoszono żadnych błędów.", "no_errors": "Nie zgłoszono żadnych błędów",
"no_issues": "Nie ma nowych problemów!", "no_issues": "Nie ma nowych problemów!",
"refresh": "Odśwież", "refresh": "Odśwież",
"title": "Logi" "title": "Logi"
@ -2020,8 +2020,8 @@
}, },
"icon": "Ikona", "icon": "Ikona",
"introduction": "Użyj scen, aby ożywić swój dom.", "introduction": "Użyj scen, aby ożywić swój dom.",
"load_error_not_editable": "Tylko sceny zdefiniowane w pliku scenes.yaml są edytowalne.", "load_error_not_editable": "Tylko sceny zdefiniowane w pliku scenes.yaml są edytowalne",
"load_error_unknown": "Błąd ładowania sceny ({err_no}).", "load_error_unknown": "Błąd ładowania sceny ({err_no})",
"name": "Nazwa", "name": "Nazwa",
"save": "Zapisz", "save": "Zapisz",
"unsaved_confirm": "Masz niezapisane zmiany. Na pewno chcesz wyjść?" "unsaved_confirm": "Masz niezapisane zmiany. Na pewno chcesz wyjść?"
@ -2058,7 +2058,7 @@
"id_already_exists_save_error": "Nie możesz zapisać tego skryptu, ponieważ identyfikator nie jest unikalny, wprowadź inny identyfikator lub pozostaw pole puste, aby wygenerować go automatycznie.", "id_already_exists_save_error": "Nie możesz zapisać tego skryptu, ponieważ identyfikator nie jest unikalny, wprowadź inny identyfikator lub pozostaw pole puste, aby wygenerować go automatycznie.",
"introduction": "Użyj skryptów, aby wykonać sekwencję akcji.", "introduction": "Użyj skryptów, aby wykonać sekwencję akcji.",
"link_available_actions": "Dowiedz się więcej o dostępnych akcjach.", "link_available_actions": "Dowiedz się więcej o dostępnych akcjach.",
"load_error_not_editable": "Tylko skrypty zdefiniowane w pliku scripts.yaml są edytowalne.", "load_error_not_editable": "Tylko skrypty zdefiniowane w pliku scripts.yaml są edytowalne",
"max": { "max": {
"parallel": "Maksymalna liczba równoległych uruchomień", "parallel": "Maksymalna liczba równoległych uruchomień",
"queued": "Długość kolejki" "queued": "Długość kolejki"
@ -2509,7 +2509,7 @@
"reset": "Zresetuj do szablonu demonstracyjnego", "reset": "Zresetuj do szablonu demonstracyjnego",
"template_extensions": "Rozszerzenia szablonów Home Assistanta", "template_extensions": "Rozszerzenia szablonów Home Assistanta",
"title": "Szablon", "title": "Szablon",
"unknown_error_template": "Nieznany błąd podczas renderowania szablonu." "unknown_error_template": "Nieznany błąd podczas renderowania szablonu"
} }
} }
}, },
@ -2807,7 +2807,7 @@
"no_description": "Brak dostępnego opisu." "no_description": "Brak dostępnego opisu."
}, },
"edit_badges": { "edit_badges": {
"panel_mode": "Te odznaki nie zostaną wyświetlone, ponieważ ten widok jest w \"Trybie panelu." "panel_mode": "Te odznaki nie zostaną wyświetlone, ponieważ ten widok jest w \"Trybie panelu\"."
}, },
"edit_card": { "edit_card": {
"add": "Dodaj kartę", "add": "Dodaj kartę",
@ -2961,11 +2961,11 @@
"providers": { "providers": {
"command_line": { "command_line": {
"abort": { "abort": {
"login_expired": "Sesja wygasła, zaloguj się ponownie." "login_expired": "Sesja wygasła, zaloguj się ponownie"
}, },
"error": { "error": {
"invalid_auth": "Nieprawidłowa nazwa użytkownika lub hasło.", "invalid_auth": "Nieprawidłowa nazwa użytkownika lub hasło",
"invalid_code": "Nieprawidłowy kod uwierzytelniający." "invalid_code": "Nieprawidłowy kod uwierzytelniający"
}, },
"step": { "step": {
"init": { "init": {
@ -2984,11 +2984,11 @@
}, },
"homeassistant": { "homeassistant": {
"abort": { "abort": {
"login_expired": "Sesja wygasła, zaloguj się ponownie." "login_expired": "Sesja wygasła, zaloguj się ponownie"
}, },
"error": { "error": {
"invalid_auth": "Nieprawidłowa nazwa użytkownika lub hasło.", "invalid_auth": "Nieprawidłowa nazwa użytkownika lub hasło",
"invalid_code": "Nieprawidłowy kod uwierzytelniający." "invalid_code": "Nieprawidłowy kod uwierzytelniający"
}, },
"step": { "step": {
"init": { "init": {
@ -3007,12 +3007,12 @@
}, },
"legacy_api_password": { "legacy_api_password": {
"abort": { "abort": {
"login_expired": "Sesja wygasła, zaloguj się ponownie.", "login_expired": "Sesja wygasła, zaloguj się ponownie",
"no_api_password_set": "Nie masz skonfigurowanego hasła interfejsu API." "no_api_password_set": "Nie masz skonfigurowanego hasła interfejsu API"
}, },
"error": { "error": {
"invalid_auth": "Nieprawidłowe hasło API", "invalid_auth": "Nieprawidłowe hasło API",
"invalid_code": "Nieprawidłowy kod uwierzytelniający." "invalid_code": "Nieprawidłowy kod uwierzytelniający"
}, },
"step": { "step": {
"init": { "init": {
@ -3031,8 +3031,8 @@
}, },
"trusted_networks": { "trusted_networks": {
"abort": { "abort": {
"not_allowed": "Twój komputer nie ma zezwolenia.", "not_allowed": "Twój komputer nie ma zezwolenia",
"not_whitelisted": "Twój komputer nie znajduje się na białej liście." "not_whitelisted": "Twój komputer nie znajduje się na białej liście"
}, },
"step": { "step": {
"init": { "init": {
@ -3204,8 +3204,8 @@
}, },
"push_notifications": { "push_notifications": {
"description": "Wysyłaj powiadomienia na to urządzenie.", "description": "Wysyłaj powiadomienia na to urządzenie.",
"error_load_platform": "Skonfiguruj notify.html5.", "error_load_platform": "Skonfiguruj notify.html5",
"error_use_https": "Wymagany protokół SSL dla interfejsu użytkownika.", "error_use_https": "Wymagany protokół SSL dla interfejsu użytkownika",
"header": "Powiadomienia push", "header": "Powiadomienia push",
"link_promo": "Dowiedz się więcej", "link_promo": "Dowiedz się więcej",
"push_notifications": "Powiadomienia push" "push_notifications": "Powiadomienia push"
@ -3233,7 +3233,7 @@
"light": "Jasny" "light": "Jasny"
}, },
"dropdown_label": "Motyw", "dropdown_label": "Motyw",
"error_no_theme": "Brak dostępnych motywów.", "error_no_theme": "Brak dostępnych motywów",
"header": "Motyw", "header": "Motyw",
"link_promo": "Dowiedz się więcej o motywach", "link_promo": "Dowiedz się więcej o motywach",
"primary_color": "Kolor podstawowy", "primary_color": "Kolor podstawowy",