From b1f3192b95d3d5154b6d20322565fee6e2745205 Mon Sep 17 00:00:00 2001 From: HomeAssistant Azure Date: Sun, 18 Oct 2020 00:32:21 +0000 Subject: [PATCH] [ci skip] Translation update --- translations/frontend/ca.json | 2 +- translations/frontend/cs.json | 3 ++- translations/frontend/de.json | 35 +++++++++++++++++++++++++++++++++-- translations/frontend/en.json | 13 +++++++++++-- translations/frontend/et.json | 2 +- translations/frontend/ru.json | 6 +++--- 6 files changed, 51 insertions(+), 10 deletions(-) diff --git a/translations/frontend/ca.json b/translations/frontend/ca.json index f6872dd058..0eedce4e5c 100644 --- a/translations/frontend/ca.json +++ b/translations/frontend/ca.json @@ -931,7 +931,7 @@ "notification_drawer": { "click_to_configure": "Prem el botó per configurar {entity}", "close": "Tanca", - "dismiss_all": "Descartar-ho tot", + "dismiss_all": "Descarta-ho tot", "empty": "No hi ha notificacions", "title": "Notificacions" }, diff --git a/translations/frontend/cs.json b/translations/frontend/cs.json index 0e8d0c206f..608c231518 100644 --- a/translations/frontend/cs.json +++ b/translations/frontend/cs.json @@ -571,6 +571,7 @@ "no_history_found": "Historie stavu chybí." }, "logbook": { + "by": "přes", "by_service": "službou", "entries_not_found": "Nenalezeny žádné záznamy.", "messages": { @@ -2445,7 +2446,7 @@ "data": "Data události (YAML, volitelné)", "description": "Spustit událost na sběrnici událostí.", "documentation": "Dokumentace událostí.", - "event_fired": "Událost {type} spuštěna!", + "event_fired": "Událost {name} spuštěna!", "fire_event": "Spustit událost", "listen_to_events": "Naslouchat událostem", "listening_to": "Naslouchám", diff --git a/translations/frontend/de.json b/translations/frontend/de.json index aba306eb37..db42891d55 100644 --- a/translations/frontend/de.json +++ b/translations/frontend/de.json @@ -423,6 +423,8 @@ "browse_media": "Medien durchsuchen", "media_next_track": "Weiter", "media_play": "Abspielen", + "media_play_pause": "Spielen/Pause", + "media_previous_track": "Vorheriger Titel", "sound_mode": "Sound-Modus", "source": "Quelle", "text_to_speak": "Text zum Sprechen", @@ -576,6 +578,7 @@ "became_unavailable": "nicht mehr verfügbar", "changed_to_state": "wechselte zu {state}", "detected_device_class": "erkannt {device_class}", + "rose": "gestiegen", "set": "einstellen", "turned_off": "ausgeschaltet", "turned_on": "eingeschaltet", @@ -635,10 +638,14 @@ "media_browsing_error": "Fehler beim Durchsuchen der Medien", "media_not_supported": "Der Browser Media Player unterstützt diese Art von Medien nicht", "media_player": "Media Player", + "media-player-browser": "Medien-Browser", "no_items": "Keine Einträge", "no_local_media_found": "Keine lokalen Medien gefunden", "no_media_folder": "Es sieht so aus, als hätten Sie noch kein Medienverzeichnis erstellt.", + "pick": "Auswählen", + "pick-media": "Medien auswählen", "play": "Abspielen", + "play-media": "Medien abspielen", "setup_local_help": "Lese die {documentation} über die Einrichtung lokaler Medien.", "video_not_supported": "Ihr Browser unterstützt das Videoelement nicht.", "web-browser": "Webbrowser" @@ -667,9 +674,23 @@ "week": "{count} {count, plural,\none {Woche}\nother {Wochen}\n}" }, "future": "In {time}", + "future_duration": { + "day": "In {count} {count, plural,\n one {Tag}\n other {Tagen}\n}", + "hour": "In {count} {count, plural,\n one {Stunde}\n other {Stunden}\n}", + "minute": "In {count} {count, plural,\n one {Minute}\n other {Minuten}\n}", + "second": "In {count} {count, plural,\n one {Sekunde}\n other {Sekunden}\n}", + "week": "In {count} {count, plural,\n one {Woche}\n other {Wochen}\n}" + }, "just_now": "Gerade jetzt", "never": "Noch nie", - "past": "Vor {time}" + "past": "Vor {time}", + "past_duration": { + "day": "vor {count} {count, plural,\n one {Tag}\n other {Tagen}\n}", + "hour": "vor {count} {count, plural,\n one {Stunde}\n other {Stunden}\n}", + "minute": "vor {count} {count, plural,\n one {Minute}\n other {Minuten}\n}", + "second": "vor {count} {count, plural,\n one {Sekunde}\n other {Sekunden}\n}", + "week": "vor {count} {count, plural,\n one {Woche}\n other {Wochen}\n}" + } }, "service-picker": { "service": "Dienst" @@ -823,6 +844,7 @@ "automation": "Automationen neu laden", "filesize": "Dateigröße-Entitäten neu laden", "filter": "Filter-Entitäten neu laden", + "homekit": "HomeKit neu laden", "input_boolean": "Input-Booleans neu laden", "input_datetime": "Input-Datum/Zeit neu laden", "input_number": "Input-Numern neu laden", @@ -833,6 +855,8 @@ "reload": "{domain} neu laden", "scene": "Szenen neu laden", "script": "Skripte neu laden", + "smtp": "SMTP-Benachrichtigungsdienst neu laden", + "telegram": "Telegram-Benachrichtigungsdienst neu laden", "template": "Templates neu laden", "zone": "Zonen neu laden" } @@ -893,6 +917,7 @@ "notification_drawer": { "click_to_configure": "Klicke auf die Schaltfläche, um {entity} zu konfigurieren", "close": "Schließen", + "dismiss_all": "Alle schließen", "empty": "Keine Benachrichtigungen", "title": "Benachrichtigungen" }, @@ -1012,7 +1037,9 @@ "service_data": "Dienstdaten" }, "wait_for_trigger": { - "label": "Auf Auslöser warten" + "continue_timeout": "Bei Zeitüberschreitung fortfahren", + "label": "Auf Auslöser warten", + "timeout": "Zeitüberschreitung (optional)" }, "wait_template": { "continue_timeout": "Bei Timeout fortsetzen", @@ -1542,6 +1569,7 @@ }, "filter": { "filter": "Filter", + "hidden_entities": "{number} versteckte {number, plural,\n one {Entität}\n other {Entitäten}\n}", "show_all": "Alle anzeigen", "show_disabled": "Anzeigen deaktivierter Entitäten", "show_readonly": "Anzeigen schreibgeschützter Entitäten", @@ -1656,6 +1684,7 @@ "reload_restart_confirm": "Home Assistant neustarten, um das Neuladen dieser Integration abzuschließen", "rename": "Umbenennen", "restart_confirm": "Starte Home Assistant neu, um das Entfernen dieser Integration abzuschließen", + "services": "{count} {count, plural,\n one {Dienst}\n other {Dienste}\n}", "settings_button": "Einstellungen für {integration} bearbeiten", "system_options": "Systemoptionen", "system_options_button": "Systemoptionen für {integration}", @@ -2592,6 +2621,7 @@ "show_name": "Namen anzeigen?", "show_state": "Status anzeigen?", "state": "Zustand", + "state_color": "Symbole basierend auf dem Status einfärben?", "tap_action": "Tipp-Aktion", "theme": "Aussehen", "title": "Titel", @@ -2781,6 +2811,7 @@ "yaml_mode": "Du verwendest den YAML-Modus für dieses Dashboard. Dies bedeutet, dass Du Deine Lovelace-Konfiguration nicht über die Benutzeroberfläche ändern kannst. Wenn du dieses Dashboard über die Benutzeroberfläche verwalten möchtest, entferne \"mode: yaml\" aus Deiner Lovelace-Konfiguration in \"configuration.yaml\"." }, "select_view": { + "dashboard_label": "Dashboard", "header": "Wähle eine Ansicht" }, "suggest_card": { diff --git a/translations/frontend/en.json b/translations/frontend/en.json index 1e4aaa1d36..b034a22764 100644 --- a/translations/frontend/en.json +++ b/translations/frontend/en.json @@ -718,9 +718,9 @@ "enabled_description": "Disabled entities will not be added to Home Assistant.", "enabled_label": "Enable entity", "entity_id": "Entity ID", - "icon": "Icon Override", + "icon": "Icon", "icon_error": "Icons should be in the format 'prefix:iconname', e.g. 'mdi:home'", - "name": "Name Override", + "name": "Name", "note": "Note: This might not work yet with all integrations.", "unavailable": "This entity is not currently available.", "update": "Update" @@ -737,6 +737,13 @@ "ok": "OK" }, "helper_settings": { + "counter": { + "initial": "Initial value", + "maximum": "Maximum value", + "minimum": "Minimum value", + "restore": "Restore the last known value when Home Assistant starts", + "step": "Step size" + }, "generic": { "icon": "Icon", "name": "Name" @@ -1644,6 +1651,7 @@ "no_helpers": "Looks like you don't have any helpers yet!" }, "types": { + "counter": "Counter", "input_boolean": "Toggle", "input_datetime": "Date and/or time", "input_number": "Number", @@ -2163,6 +2171,7 @@ "last_scanned": "Last scanned", "name": "Name" }, + "learn_more": "Learn more about tags", "never_scanned": "Never scanned", "no_tags": "No tags", "write": "Write" diff --git a/translations/frontend/et.json b/translations/frontend/et.json index 27e0105e9d..27a6857d85 100644 --- a/translations/frontend/et.json +++ b/translations/frontend/et.json @@ -592,7 +592,7 @@ "was_locked": "lukustati", "was_low": "oli madal", "was_normal": "oli normaalne", - "was_opened": "avanes", + "was_opened": "avati", "was_plugged_in": "ühendati", "was_safe": "oli turvatud", "was_unlocked": "avanes", diff --git a/translations/frontend/ru.json b/translations/frontend/ru.json index b4d4253d97..1a4091f7a4 100644 --- a/translations/frontend/ru.json +++ b/translations/frontend/ru.json @@ -2643,7 +2643,7 @@ "last-triggered": "Последний запуск", "none": "Без дополнительной информации", "position": "Положение", - "tilt-position": "Положение наклона" + "tilt-position": "Наклон" }, "show_header_toggle": "Переключатель в заголовке", "special_row": "(специальная строка)", @@ -2711,7 +2711,7 @@ }, "horizontal-stack": { "description": "Позволяет сгруппировать несколько карточек так, чтобы они всегда находились рядом друг с другом в пределах одного столбца.", - "name": "Горизонтальный массив" + "name": "Горизонтальный стек" }, "humidifier": { "description": "Позволяет контролировать увлажнитель воздуха, изменять влажность и режим работы.", @@ -2781,7 +2781,7 @@ }, "vertical-stack": { "description": "Позволяет сгруппировать несколько карточек так, чтобы они всегда находились в одном столбце.", - "name": "Вертикальный массив" + "name": "Вертикальный стек" }, "weather-forecast": { "description": "Отображает погоду. Может быть полезна на устройствах, размещаемых на стене.",