diff --git a/homeassistant/components/accuweather/translations/pl.json b/homeassistant/components/accuweather/translations/pl.json index 764218f8e11..4ec4d05a932 100644 --- a/homeassistant/components/accuweather/translations/pl.json +++ b/homeassistant/components/accuweather/translations/pl.json @@ -34,7 +34,7 @@ }, "system_health": { "info": { - "can_reach_server": "Dost\u0119p do serwera AccuWeather", + "can_reach_server": "Dost\u0119p do serwera", "remaining_requests": "Pozosta\u0142o dozwolonych \u017c\u0105da\u0144" } } diff --git a/homeassistant/components/airly/translations/pl.json b/homeassistant/components/airly/translations/pl.json index 72d35ec97a7..9ae6243d2fb 100644 --- a/homeassistant/components/airly/translations/pl.json +++ b/homeassistant/components/airly/translations/pl.json @@ -21,7 +21,7 @@ }, "system_health": { "info": { - "can_reach_server": "Dost\u0119p do serwera Airly", + "can_reach_server": "Dost\u0119p do serwera", "requests_per_day": "Dozwolone dzienne \u017c\u0105dania", "requests_remaining": "Pozosta\u0142o dozwolonych \u017c\u0105da\u0144" } diff --git a/homeassistant/components/aurora/translations/sv.json b/homeassistant/components/aurora/translations/sv.json new file mode 100644 index 00000000000..7e16a2c036e --- /dev/null +++ b/homeassistant/components/aurora/translations/sv.json @@ -0,0 +1,11 @@ +{ + "options": { + "step": { + "init": { + "data": { + "threshold": "Gr\u00e4nsv\u00e4rde (%)" + } + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/generic/translations/en.json b/homeassistant/components/generic/translations/en.json index cb2200f9755..a4e96718225 100644 --- a/homeassistant/components/generic/translations/en.json +++ b/homeassistant/components/generic/translations/en.json @@ -1,6 +1,7 @@ { "config": { "abort": { + "no_devices_found": "No devices found on the network", "single_instance_allowed": "Already configured. Only a single configuration possible." }, "error": { @@ -13,7 +14,9 @@ "stream_http_not_found": "HTTP 404 Not found while trying to connect to stream", "stream_io_error": "Input/Output error while trying to connect to stream. Wrong RTSP transport protocol?", "stream_no_route_to_host": "Could not find host while trying to connect to stream", + "stream_no_video": "Stream has no video", "stream_not_permitted": "Operation not permitted while trying to connect to stream. Wrong RTSP transport protocol?", + "stream_unauthorised": "Authorisation failed while trying to connect to stream", "template_error": "Error rendering template. Review log for more info.", "timeout": "Timeout while loading URL", "unable_still_load": "Unable to load valid image from still image URL (e.g. invalid host, URL or authentication failure). Review log for more info.", @@ -52,9 +55,13 @@ "malformed_url": "Malformed URL", "no_still_image_or_stream_url": "You must specify at least a still image or stream URL", "relative_url": "Relative URLs are not allowed", + "stream_file_not_found": "File not found while trying to connect to stream (is ffmpeg installed?)", + "stream_http_not_found": "HTTP 404 Not found while trying to connect to stream", "stream_io_error": "Input/Output error while trying to connect to stream. Wrong RTSP transport protocol?", "stream_no_route_to_host": "Could not find host while trying to connect to stream", + "stream_no_video": "Stream has no video", "stream_not_permitted": "Operation not permitted while trying to connect to stream. Wrong RTSP transport protocol?", + "stream_unauthorised": "Authorisation failed while trying to connect to stream", "template_error": "Error rendering template. Review log for more info.", "timeout": "Timeout while loading URL", "unable_still_load": "Unable to load valid image from still image URL (e.g. invalid host, URL or authentication failure). Review log for more info.", diff --git a/homeassistant/components/generic/translations/fr.json b/homeassistant/components/generic/translations/fr.json index 0d517a846e7..2c992c2fa4f 100644 --- a/homeassistant/components/generic/translations/fr.json +++ b/homeassistant/components/generic/translations/fr.json @@ -7,7 +7,9 @@ "error": { "already_exists": "Une cam\u00e9ra avec ces param\u00e8tres d'URL existe d\u00e9j\u00e0.", "invalid_still_image": "L'URL n'a pas renvoy\u00e9 d'image fixe valide", + "malformed_url": "URL mal form\u00e9e", "no_still_image_or_stream_url": "Vous devez au moins renseigner une URL d'image fixe ou de flux", + "relative_url": "Les URL relatives ne sont pas autoris\u00e9es", "stream_file_not_found": "Fichier non trouv\u00e9 lors de la tentative de connexion au flux (ffmpeg est-il install\u00e9\u00a0?)", "stream_http_not_found": "Erreur\u00a0404 (introuvable) lors de la tentative de connexion au flux", "stream_io_error": "Erreur d'entr\u00e9e/sortie lors de la tentative de connexion au flux. Mauvais protocole de transport RTSP\u00a0?", @@ -50,7 +52,9 @@ "error": { "already_exists": "Une cam\u00e9ra avec ces param\u00e8tres d'URL existe d\u00e9j\u00e0.", "invalid_still_image": "L'URL n'a pas renvoy\u00e9 d'image fixe valide", + "malformed_url": "URL mal form\u00e9e", "no_still_image_or_stream_url": "Vous devez au moins renseigner une URL d'image fixe ou de flux", + "relative_url": "Les URL relatives ne sont pas autoris\u00e9es", "stream_file_not_found": "Fichier non trouv\u00e9 lors de la tentative de connexion au flux (ffmpeg est-il install\u00e9\u00a0?)", "stream_http_not_found": "Erreur\u00a0404 (introuvable) lors de la tentative de connexion au flux", "stream_io_error": "Erreur d'entr\u00e9e/sortie lors de la tentative de connexion au flux. Mauvais protocole de transport RTSP\u00a0?", diff --git a/homeassistant/components/gios/translations/pl.json b/homeassistant/components/gios/translations/pl.json index 6a7d2aa7064..475ab76b576 100644 --- a/homeassistant/components/gios/translations/pl.json +++ b/homeassistant/components/gios/translations/pl.json @@ -20,7 +20,7 @@ }, "system_health": { "info": { - "can_reach_server": "Dost\u0119p do serwera GIO\u015a" + "can_reach_server": "Dost\u0119p do serwera" } } } \ No newline at end of file diff --git a/homeassistant/components/homeassistant/translations/de.json b/homeassistant/components/homeassistant/translations/de.json index 54909cb3c24..756670e5a47 100644 --- a/homeassistant/components/homeassistant/translations/de.json +++ b/homeassistant/components/homeassistant/translations/de.json @@ -2,6 +2,7 @@ "system_health": { "info": { "arch": "CPU-Architektur", + "config_dir": "Konfigurationsverzeichnis", "dev": "Entwicklung", "docker": "Docker", "hassio": "Supervisor", diff --git a/homeassistant/components/homeassistant/translations/el.json b/homeassistant/components/homeassistant/translations/el.json index 616ad96a867..9c345d511e1 100644 --- a/homeassistant/components/homeassistant/translations/el.json +++ b/homeassistant/components/homeassistant/translations/el.json @@ -2,6 +2,7 @@ "system_health": { "info": { "arch": "\u0391\u03c1\u03c7\u03b9\u03c4\u03b5\u03ba\u03c4\u03bf\u03bd\u03b9\u03ba\u03ae CPU", + "config_dir": "\u039a\u03b1\u03c4\u03ac\u03bb\u03bf\u03b3\u03bf\u03c2 \u03c1\u03c5\u03b8\u03bc\u03af\u03c3\u03b5\u03c9\u03bd", "dev": "\u0391\u03bd\u03ac\u03c0\u03c4\u03c5\u03be\u03b7", "docker": "Docker", "hassio": "\u0395\u03c0\u03cc\u03c0\u03c4\u03b7\u03c2", diff --git a/homeassistant/components/homeassistant/translations/ja.json b/homeassistant/components/homeassistant/translations/ja.json index 14b1deb55c8..8be012c7c1a 100644 --- a/homeassistant/components/homeassistant/translations/ja.json +++ b/homeassistant/components/homeassistant/translations/ja.json @@ -2,6 +2,7 @@ "system_health": { "info": { "arch": "CPU\u30a2\u30fc\u30ad\u30c6\u30af\u30c1\u30e3", + "config_dir": "\u30b3\u30f3\u30d5\u30a3\u30ae\u30e5\u30ec\u30fc\u30b7\u30e7\u30f3\u30c7\u30a3\u30ec\u30af\u30c8\u30ea", "dev": "\u30c7\u30a3\u30d9\u30ed\u30c3\u30d7\u30e1\u30f3\u30c8", "docker": "Docker", "hassio": "Supervisor", diff --git a/homeassistant/components/homeassistant/translations/pl.json b/homeassistant/components/homeassistant/translations/pl.json index 9f85cc4ff15..bdf26a8b49d 100644 --- a/homeassistant/components/homeassistant/translations/pl.json +++ b/homeassistant/components/homeassistant/translations/pl.json @@ -2,6 +2,7 @@ "system_health": { "info": { "arch": "Architektura procesora", + "config_dir": "Folder konfiguracji", "dev": "Wersja deweloperska", "docker": "Docker", "hassio": "Supervisor", diff --git a/homeassistant/components/homeassistant/translations/zh-Hant.json b/homeassistant/components/homeassistant/translations/zh-Hant.json index 03812830b26..c42acf960c6 100644 --- a/homeassistant/components/homeassistant/translations/zh-Hant.json +++ b/homeassistant/components/homeassistant/translations/zh-Hant.json @@ -2,6 +2,7 @@ "system_health": { "info": { "arch": "CPU \u67b6\u69cb", + "config_dir": "\u8a2d\u5b9a\u76ee\u9304", "dev": "\u958b\u767c\u7248", "docker": "Docker", "hassio": "Supervisor", diff --git a/homeassistant/components/nextdns/translations/en.json b/homeassistant/components/nextdns/translations/en.json new file mode 100644 index 00000000000..c765d53a4d9 --- /dev/null +++ b/homeassistant/components/nextdns/translations/en.json @@ -0,0 +1,24 @@ +{ + "config": { + "abort": { + "already_configured": "This NextDNS profile is already configured." + }, + "error": { + "cannot_connect": "Failed to connect", + "invalid_api_key": "Invalid API key", + "unknown": "Unexpected error" + }, + "step": { + "profiles": { + "data": { + "profile": "Profile" + } + }, + "user": { + "data": { + "api_key": "API Key" + } + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/nextdns/translations/fr.json b/homeassistant/components/nextdns/translations/fr.json new file mode 100644 index 00000000000..bfebc9078a5 --- /dev/null +++ b/homeassistant/components/nextdns/translations/fr.json @@ -0,0 +1,24 @@ +{ + "config": { + "abort": { + "already_configured": "Ce profil NextDNS est d\u00e9j\u00e0 configur\u00e9." + }, + "error": { + "cannot_connect": "\u00c9chec de connexion", + "invalid_api_key": "Cl\u00e9 d'API non valide", + "unknown": "Erreur inattendue" + }, + "step": { + "profiles": { + "data": { + "profile": "Profil" + } + }, + "user": { + "data": { + "api_key": "Cl\u00e9 d'API" + } + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/nextdns/translations/pl.json b/homeassistant/components/nextdns/translations/pl.json new file mode 100644 index 00000000000..b7b74af7f1b --- /dev/null +++ b/homeassistant/components/nextdns/translations/pl.json @@ -0,0 +1,24 @@ +{ + "config": { + "abort": { + "already_configured": "Ten profil NextDNS jest ju\u017c skonfigurowany." + }, + "error": { + "cannot_connect": "Nie mo\u017cna nawi\u0105za\u0107 po\u0142\u0105czenia", + "invalid_api_key": "Nieprawid\u0142owy klucz API", + "unknown": "Nieoczekiwany b\u0142\u0105d" + }, + "step": { + "profiles": { + "data": { + "profile": "Profil" + } + }, + "user": { + "data": { + "api_key": "Klucz API" + } + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/threshold/translations/sv.json b/homeassistant/components/threshold/translations/sv.json index d19b6cabb91..dd247031a4e 100644 --- a/homeassistant/components/threshold/translations/sv.json +++ b/homeassistant/components/threshold/translations/sv.json @@ -2,6 +2,11 @@ "config": { "error": { "need_lower_upper": "Undre och \u00f6vre gr\u00e4ns kan inte vara tomma" + }, + "step": { + "user": { + "title": "L\u00e4gg till gr\u00e4nsv\u00e4rdessensor" + } } }, "options": { diff --git a/homeassistant/components/utility_meter/translations/sv.json b/homeassistant/components/utility_meter/translations/sv.json index 38d433e7b42..6ef91919b73 100644 --- a/homeassistant/components/utility_meter/translations/sv.json +++ b/homeassistant/components/utility_meter/translations/sv.json @@ -1,3 +1,35 @@ { - "title": "Tj\u00e4nsten \u00e4r redan konfigurerad" + "config": { + "step": { + "user": { + "data": { + "cycle": "\u00c5terst\u00e4ll m\u00e4tarcykel", + "delta_values": "Delta-v\u00e4rden", + "name": "Namn", + "net_consumption": "Nettof\u00f6rbrukning", + "offset": "\u00c5terst\u00e4ll m\u00e4taroffset", + "source": "Sensorsk\u00e4lla", + "tariffs": "Tariffer som st\u00f6ds" + }, + "data_description": { + "delta_values": "Aktivera om k\u00e4llv\u00e4rdena \u00e4r deltav\u00e4rden sedan den senaste avl\u00e4sningen ist\u00e4llet f\u00f6r absoluta v\u00e4rden.", + "net_consumption": "Aktivera om k\u00e4llan \u00e4r en nettom\u00e4tare, vilket betyder att den b\u00e5de kan \u00f6ka och minska.", + "offset": "F\u00f6rskjut dagen f\u00f6r en m\u00e5natlig m\u00e4tar\u00e5terst\u00e4llning.", + "tariffs": "En lista \u00f6ver st\u00f6dda tariffer, l\u00e4mna tom om bara en enda tariff beh\u00f6vs." + }, + "description": "Skapa en sensor som \u00f6vervakar f\u00f6rbrukningen av t.ex. energi, gas, vatten, v\u00e4rme, \u00f6ver en konfigurerad tidsperiod, vanligtvis m\u00e5nadsvis. M\u00e4tarsensorn st\u00f6djer valfritt att dela upp f\u00f6rbrukningen efter tariffer, i s\u00e5 fall skapas en sensor f\u00f6r varje tariff samt en val entitet f\u00f6r att v\u00e4lja den aktuella tariffen.", + "title": "L\u00e4gg till m\u00e4tare" + } + } + }, + "options": { + "step": { + "init": { + "data": { + "source": "Sensork\u00e4lla" + } + } + } + }, + "title": "M\u00e4tare" } \ No newline at end of file