diff --git a/homeassistant/components/adguard/.translations/de.json b/homeassistant/components/adguard/.translations/de.json index c72293c6afb..dd385adbab4 100644 --- a/homeassistant/components/adguard/.translations/de.json +++ b/homeassistant/components/adguard/.translations/de.json @@ -23,6 +23,7 @@ "description": "Richte deine AdGuard Home-Instanz ein um sie zu \u00dcberwachen und zu Steuern.", "title": "Verkn\u00fcpfe AdGuard Home." } - } + }, + "title": "AdGuard Home" } } \ No newline at end of file diff --git a/homeassistant/components/axis/.translations/no.json b/homeassistant/components/axis/.translations/no.json index 24cf845f9f0..29022e39745 100644 --- a/homeassistant/components/axis/.translations/no.json +++ b/homeassistant/components/axis/.translations/no.json @@ -3,7 +3,8 @@ "abort": { "already_configured": "Enheten er allerede konfigurert", "bad_config_file": "D\u00e5rlig data fra konfigurasjonsfilen", - "link_local_address": "Linking av lokale adresser st\u00f8ttes ikke" + "link_local_address": "Linking av lokale adresser st\u00f8ttes ikke", + "not_axis_device": "Oppdaget enhet ikke en Axis enhet" }, "error": { "already_configured": "Enheten er allerede konfigurert", diff --git a/homeassistant/components/axis/.translations/sv.json b/homeassistant/components/axis/.translations/sv.json index d7f014c7800..a38ef2ef745 100644 --- a/homeassistant/components/axis/.translations/sv.json +++ b/homeassistant/components/axis/.translations/sv.json @@ -3,7 +3,8 @@ "abort": { "already_configured": "Enheten \u00e4r redan konfigurerad", "bad_config_file": "Felaktig data fr\u00e5n config fil", - "link_local_address": "Link local addresses are not supported" + "link_local_address": "Link local addresses are not supported", + "not_axis_device": "Uppt\u00e4ckte enhet som inte \u00e4r en Axis enhet" }, "error": { "already_configured": "Enheten \u00e4r redan konfigurerad", diff --git a/homeassistant/components/deconz/.translations/de.json b/homeassistant/components/deconz/.translations/de.json index 8ce199b4262..b7cba820daa 100644 --- a/homeassistant/components/deconz/.translations/de.json +++ b/homeassistant/components/deconz/.translations/de.json @@ -2,7 +2,9 @@ "config": { "abort": { "already_configured": "Bridge ist bereits konfiguriert", + "already_in_progress": "Der Konfigurationsablauf f\u00fcr die Bridge wird bereits ausgef\u00fchrt.", "no_bridges": "Keine deCON-Bridges entdeckt", + "not_deconz_bridge": "Keine deCONZ Bridge entdeckt", "one_instance_only": "Komponente unterst\u00fctzt nur eine deCONZ-Instanz", "updated_instance": "deCONZ-Instanz mit neuer Host-Adresse aktualisiert" }, diff --git a/homeassistant/components/hue/.translations/de.json b/homeassistant/components/hue/.translations/de.json index bb78566a12b..1907d9d23ca 100644 --- a/homeassistant/components/hue/.translations/de.json +++ b/homeassistant/components/hue/.translations/de.json @@ -7,6 +7,7 @@ "cannot_connect": "Verbindung zur Bridge nicht m\u00f6glich", "discover_timeout": "Nicht in der Lage Hue Bridges zu entdecken", "no_bridges": "Keine Philips Hue Bridges entdeckt", + "not_hue_bridge": "Keine Philips Hue Bridge entdeckt", "unknown": "Unbekannter Fehler ist aufgetreten" }, "error": { diff --git a/homeassistant/components/life360/.translations/de.json b/homeassistant/components/life360/.translations/de.json index 9833a0c9959..27dfbaed2bc 100644 --- a/homeassistant/components/life360/.translations/de.json +++ b/homeassistant/components/life360/.translations/de.json @@ -1,6 +1,7 @@ { "config": { "abort": { + "invalid_credentials": "Ung\u00fcltige Anmeldeinformationen", "user_already_configured": "Konto wurde bereits konfiguriert" }, "create_entry": { diff --git a/homeassistant/components/life360/.translations/no.json b/homeassistant/components/life360/.translations/no.json new file mode 100644 index 00000000000..9e52d72c17c --- /dev/null +++ b/homeassistant/components/life360/.translations/no.json @@ -0,0 +1,23 @@ +{ + "config": { + "abort": { + "invalid_credentials": "Ugyldig legitimasjon", + "user_already_configured": "Kontoen er allerede konfigurert" + }, + "error": { + "invalid_credentials": "Ugyldig legitimasjon", + "invalid_username": "Ugyldig brukernavn", + "user_already_configured": "Kontoen er allerede konfigurert" + }, + "step": { + "user": { + "data": { + "password": "Passord", + "username": "Brukernavn" + }, + "title": "Life360 Kontoinformasjon" + } + }, + "title": "Life360" + } +} \ No newline at end of file diff --git a/homeassistant/components/life360/.translations/sv.json b/homeassistant/components/life360/.translations/sv.json new file mode 100644 index 00000000000..836680aad6a --- /dev/null +++ b/homeassistant/components/life360/.translations/sv.json @@ -0,0 +1,27 @@ +{ + "config": { + "abort": { + "invalid_credentials": "Ogiltiga autentiseringsuppgifter", + "user_already_configured": "Konto har redan konfigurerats" + }, + "create_entry": { + "default": "F\u00f6r att st\u00e4lla in avancerade alternativ, se [Life360 documentation]({docs_url})." + }, + "error": { + "invalid_credentials": "Ogiltiga autentiseringsuppgifter", + "invalid_username": "Ogiltigt anv\u00e4ndarnmn", + "user_already_configured": "Konto har redan konfigurerats" + }, + "step": { + "user": { + "data": { + "password": "L\u00f6senord", + "username": "Anv\u00e4ndarnamn" + }, + "description": "F\u00f6r att st\u00e4lla in avancerade alternativ, se [Life360 documentation]({docs_url}).\nDu kanske vill g\u00f6ra det innan du l\u00e4gger till konton.", + "title": "Life360 kontoinformation" + } + }, + "title": "Life360" + } +} \ No newline at end of file diff --git a/homeassistant/components/met/.translations/lb.json b/homeassistant/components/met/.translations/lb.json new file mode 100644 index 00000000000..660f639d859 --- /dev/null +++ b/homeassistant/components/met/.translations/lb.json @@ -0,0 +1,20 @@ +{ + "config": { + "error": { + "name_exists": "Numm g\u00ebtt et schonn" + }, + "step": { + "user": { + "data": { + "elevation": "H\u00e9icht", + "latitude": "Breedegrad", + "longitude": "L\u00e4ngegrad", + "name": "Numm" + }, + "description": "Meterologeschen Institut", + "title": "Uertschaft" + } + }, + "title": "Met.no" + } +} \ No newline at end of file diff --git a/homeassistant/components/met/.translations/nl.json b/homeassistant/components/met/.translations/nl.json new file mode 100644 index 00000000000..87f13084f7e --- /dev/null +++ b/homeassistant/components/met/.translations/nl.json @@ -0,0 +1,20 @@ +{ + "config": { + "error": { + "name_exists": "Naam bestaat al" + }, + "step": { + "user": { + "data": { + "elevation": "Hoogte", + "latitude": "Breedtegraad", + "longitude": "Lengtegraad", + "name": "Naam" + }, + "description": "Meteorologisch institutt", + "title": "Locatie" + } + }, + "title": "Met.no" + } +} \ No newline at end of file diff --git a/homeassistant/components/met/.translations/no.json b/homeassistant/components/met/.translations/no.json new file mode 100644 index 00000000000..6ebaa08457f --- /dev/null +++ b/homeassistant/components/met/.translations/no.json @@ -0,0 +1,20 @@ +{ + "config": { + "error": { + "name_exists": "Navnet eksisterer allerede" + }, + "step": { + "user": { + "data": { + "elevation": "Elevasjon", + "latitude": "Breddegrad", + "longitude": "Lengdegrad", + "name": "Navn" + }, + "description": "Meteorologisk institutt", + "title": "Lokasjon" + } + }, + "title": "Met.no" + } +} \ No newline at end of file diff --git a/homeassistant/components/met/.translations/pl.json b/homeassistant/components/met/.translations/pl.json new file mode 100644 index 00000000000..2eb9e446079 --- /dev/null +++ b/homeassistant/components/met/.translations/pl.json @@ -0,0 +1,19 @@ +{ + "config": { + "error": { + "name_exists": "Nazwa ju\u017c istnieje" + }, + "step": { + "user": { + "data": { + "elevation": "Wysoko\u015b\u0107", + "latitude": "Szeroko\u015b\u0107 geograficzna", + "longitude": "D\u0142ugo\u015b\u0107 geograficzna", + "name": "Nazwa" + }, + "title": "Lokalizacja" + } + }, + "title": "Met.no" + } +} \ No newline at end of file diff --git a/homeassistant/components/met/.translations/sv.json b/homeassistant/components/met/.translations/sv.json new file mode 100644 index 00000000000..aa860e27307 --- /dev/null +++ b/homeassistant/components/met/.translations/sv.json @@ -0,0 +1,20 @@ +{ + "config": { + "error": { + "name_exists": "Namnet finns redan" + }, + "step": { + "user": { + "data": { + "elevation": "H\u00f6jd", + "latitude": "Latitud", + "longitude": "Longitud", + "name": "Namn" + }, + "description": "Meteorologisk institutt", + "title": "Position" + } + }, + "title": "Met.no" + } +} \ No newline at end of file diff --git a/homeassistant/components/met/.translations/zh-Hant.json b/homeassistant/components/met/.translations/zh-Hant.json new file mode 100644 index 00000000000..c49c90ee6e4 --- /dev/null +++ b/homeassistant/components/met/.translations/zh-Hant.json @@ -0,0 +1,20 @@ +{ + "config": { + "error": { + "name_exists": "\u8a72\u540d\u7a31\u5df2\u5b58\u5728" + }, + "step": { + "user": { + "data": { + "elevation": "\u6d77\u62d4", + "latitude": "\u7def\u5ea6", + "longitude": "\u7d93\u5ea6", + "name": "\u540d\u7a31" + }, + "description": "Meteorologisk institutt", + "title": "\u5ea7\u6a19" + } + }, + "title": "Met.no" + } +} \ No newline at end of file diff --git a/homeassistant/components/plaato/.translations/lb.json b/homeassistant/components/plaato/.translations/lb.json new file mode 100644 index 00000000000..62caa58fe26 --- /dev/null +++ b/homeassistant/components/plaato/.translations/lb.json @@ -0,0 +1,18 @@ +{ + "config": { + "abort": { + "not_internet_accessible": "\u00c4r Home Assistant Instanz muss iwwert Internet accessibel si fir Plaato Airlock Noriichten z'empf\u00e4nken.", + "one_instance_allowed": "N\u00ebmmen eng eenzeg Instanz ass n\u00e9ideg." + }, + "create_entry": { + "default": "Fir Evenementer un Home Assistant ze sch\u00e9cken, muss den Webhook Feature am Plaato Airlock ageriicht ginn.\n\nF\u00ebllt folgend Informatiounen aus:\n\n- URL: `{webhook_url}`\n- Method: POST\n\nLiest [Dokumentatioun]({docs_url}) fir w\u00e9ider D\u00e9tailer." + }, + "step": { + "user": { + "description": "S\u00e9cher fir Plaato Airlock anzeriichten?", + "title": "Plaato Webhook ariichten" + } + }, + "title": "Plaato Airlock" + } +} \ No newline at end of file diff --git a/homeassistant/components/plaato/.translations/nl.json b/homeassistant/components/plaato/.translations/nl.json new file mode 100644 index 00000000000..7711fe98a18 --- /dev/null +++ b/homeassistant/components/plaato/.translations/nl.json @@ -0,0 +1,18 @@ +{ + "config": { + "abort": { + "not_internet_accessible": "Uw Home Assistant-instantie moet via internet toegankelijk zijn om berichten van de Plateo Airlock te ontvangen.", + "one_instance_allowed": "Slechts \u00e9\u00e9n instantie is nodig." + }, + "create_entry": { + "default": "Om evenementen naar de Home Assistant te sturen, moet u de webhook-functie instellen in Plaato Airlock. \n\n Vul de volgende info in: \n\n - URL: ` {webhook_url} ` \n - Methode: POST \n\n Zie [de documentatie] ( {docs_url} ) voor meer informatie." + }, + "step": { + "user": { + "description": "Weet u zeker dat u de Plaato-airlock wilt instellen?", + "title": "Stel de Plaato Webhook in" + } + }, + "title": "Plaato Airlock" + } +} \ No newline at end of file diff --git a/homeassistant/components/plaato/.translations/no.json b/homeassistant/components/plaato/.translations/no.json new file mode 100644 index 00000000000..6965f90664a --- /dev/null +++ b/homeassistant/components/plaato/.translations/no.json @@ -0,0 +1,11 @@ +{ + "config": { + "step": { + "user": { + "description": "Er du sikker p\u00e5 at du vil sette opp Plato Airlock?", + "title": "Sett opp Plaato Webhook" + } + }, + "title": "Plaato Airlock" + } +} \ No newline at end of file diff --git a/homeassistant/components/plaato/.translations/pl.json b/homeassistant/components/plaato/.translations/pl.json new file mode 100644 index 00000000000..0d59cb3942b --- /dev/null +++ b/homeassistant/components/plaato/.translations/pl.json @@ -0,0 +1,9 @@ +{ + "config": { + "abort": { + "not_internet_accessible": "Twoja instancja Home Assistant musi by\u0107 dost\u0119pna z Internetu, aby otrzymywa\u0107 wiadomo\u015bci z Plaato Airlock.", + "one_instance_allowed": "Wymagana jest tylko jedna instancja." + }, + "title": "Plaato Airlock" + } +} \ No newline at end of file diff --git a/homeassistant/components/plaato/.translations/sv.json b/homeassistant/components/plaato/.translations/sv.json new file mode 100644 index 00000000000..9b76bc744e6 --- /dev/null +++ b/homeassistant/components/plaato/.translations/sv.json @@ -0,0 +1,18 @@ +{ + "config": { + "abort": { + "not_internet_accessible": "Din Home Assistant instans m\u00e5ste vara \u00e5tkomlig genom internet f\u00f6r att ta emot meddelanden ifr\u00e5n Plaato Airlock.", + "one_instance_allowed": "Endast en enda instans \u00e4r n\u00f6dv\u00e4ndig." + }, + "create_entry": { + "default": "F\u00f6r att skicka h\u00e4ndelser till Home Assistant m\u00e5ste du konfigurera webhook funktionen i Plaato Airlock.\n\n Fyll i f\u00f6ljande information:\n \n- URL: `{webhook_url}`\n- Method: POST\n\nSe [dokumentation]({docs_url}) f\u00f6r mer information." + }, + "step": { + "user": { + "description": "\u00c4r du s\u00e4ker p\u00e5 att du vill konfigurera Plaato Webhook?", + "title": "Konfigurera Plaato Webhook" + } + }, + "title": "Plaato Airlock" + } +} \ No newline at end of file diff --git a/homeassistant/components/ps4/.translations/de.json b/homeassistant/components/ps4/.translations/de.json index e9ad0b59e0c..6d152108117 100644 --- a/homeassistant/components/ps4/.translations/de.json +++ b/homeassistant/components/ps4/.translations/de.json @@ -5,7 +5,7 @@ "devices_configured": "Alle gefundenen Ger\u00e4te sind bereits konfiguriert.", "no_devices_found": "Es wurden keine PlayStation 4 im Netzwerk gefunden.", "port_987_bind_error": "Bind to Port 987 nicht m\u00f6glich.", - "port_997_bind_error": "Bind to Port 997 nicht m\u00f6glich." + "port_997_bind_error": "Bind to Port 997 nicht m\u00f6glich. Weitere Informationen finden Sie in der [documentation](https://www.home-assistant.io/components/ps4/)" }, "error": { "credential_timeout": "Zeit\u00fcberschreitung beim Warten auf den Anmeldedienst. Klicken zum Neustarten auf Senden.", diff --git a/homeassistant/components/somfy/.translations/no.json b/homeassistant/components/somfy/.translations/no.json new file mode 100644 index 00000000000..ff0383c7f01 --- /dev/null +++ b/homeassistant/components/somfy/.translations/no.json @@ -0,0 +1,5 @@ +{ + "config": { + "title": "Somfy" + } +} \ No newline at end of file diff --git a/homeassistant/components/somfy/.translations/sv.json b/homeassistant/components/somfy/.translations/sv.json new file mode 100644 index 00000000000..390cd1f4d80 --- /dev/null +++ b/homeassistant/components/somfy/.translations/sv.json @@ -0,0 +1,13 @@ +{ + "config": { + "abort": { + "already_setup": "Du kan endast konfigurera ett Somfy-konto.", + "authorize_url_timeout": "Timeout vid skapandet av en auktoriseringsadress.", + "missing_configuration": "Somfy-komponenten \u00e4r inte konfigurerad. V\u00e4nligen f\u00f6lj dokumentationen." + }, + "create_entry": { + "default": "Lyckad autentisering med Somfy." + }, + "title": "Somfy" + } +} \ No newline at end of file diff --git a/homeassistant/components/wemo/.translations/de.json b/homeassistant/components/wemo/.translations/de.json new file mode 100644 index 00000000000..8af563b6dbb --- /dev/null +++ b/homeassistant/components/wemo/.translations/de.json @@ -0,0 +1,15 @@ +{ + "config": { + "abort": { + "no_devices_found": "Es wurden keine Wemo-Ger\u00e4te im Netzwerk gefunden.", + "single_instance_allowed": "Nur eine einzige Konfiguration von Wemo ist zul\u00e4ssig." + }, + "step": { + "confirm": { + "description": "M\u00f6chtest du Wemo einrichten?", + "title": "Wemo" + } + }, + "title": "Wemo" + } +} \ No newline at end of file