diff --git a/homeassistant/components/blink/translations/lb.json b/homeassistant/components/blink/translations/lb.json index 27ab3e6fd87..830f5364896 100644 --- a/homeassistant/components/blink/translations/lb.json +++ b/homeassistant/components/blink/translations/lb.json @@ -23,5 +23,16 @@ "title": "Mam Blink Kont verbannen" } } + }, + "options": { + "step": { + "simple_options": { + "data": { + "scan_interval": "Scan Intervall (sekonnen)" + }, + "description": "Blink Integratioun ariichten", + "title": "Blink Optiounen" + } + } } } \ No newline at end of file diff --git a/homeassistant/components/denonavr/translations/lb.json b/homeassistant/components/denonavr/translations/lb.json new file mode 100644 index 00000000000..89a7b09c06e --- /dev/null +++ b/homeassistant/components/denonavr/translations/lb.json @@ -0,0 +1,46 @@ +{ + "config": { + "abort": { + "already_in_progress": "Konfiguratioun fir d\u00ebsen Denon AVR ass schonn am gaang.", + "connection_error": "Feeler beim verbannen, prob\u00e9ier w.e.g. nach emol.", + "not_denonavr_manufacturer": "Kee Denon AVR Netzwierk Empf\u00e4nger, entdeckte Hiersteller passt net", + "not_denonavr_missing": "Kee Denon AVR Netzwierk Empf\u00e4nger, Discovery Informatioun net vollst\u00e4nneg" + }, + "error": { + "discovery_error": "Feeler beim entdecken vun engem Denon AVR Netzwierk Empf\u00e4nger" + }, + "flow_title": "Denon AVR Netzwierk Empf\u00e4nger: {name}", + "step": { + "confirm": { + "title": "Denon AVR Netzwierk Empf\u00e4nger" + }, + "select": { + "data": { + "select_host": "IP vum Receiver" + }, + "description": "Start den Setup nach eemol falls nach zous\u00e4tzlech Receiver solle verbonne ginn", + "title": "Wielt de Receiver aus dee soll verbonne ginn" + }, + "user": { + "data": { + "host": "IP Adress" + }, + "description": "Mam Receiver verbannen, falls keng IP Adress uginn ass g\u00ebtt auto-discovery benotzt", + "title": "Denon AVR Netzwierk Empf\u00e4nger" + } + } + }, + "options": { + "step": { + "init": { + "data": { + "show_all_sources": "All Quelle uweisen", + "zone2": "Zone 2 ariichten", + "zone3": "Zone 3 ariichten" + }, + "description": "Optionell Astellungen uginn", + "title": "Denon AVR Netzwierk Empf\u00e4nger" + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/hvv_departures/translations/lb.json b/homeassistant/components/hvv_departures/translations/lb.json new file mode 100644 index 00000000000..5adb1d22b0a --- /dev/null +++ b/homeassistant/components/hvv_departures/translations/lb.json @@ -0,0 +1,45 @@ +{ + "config": { + "abort": { + "already_configured": "Apparat ass scho konfigur\u00e9iert" + }, + "error": { + "cannot_connect": "Feeler beim verbannen, prob\u00e9ier w.e.g. nach emol.", + "invalid_auth": "Ong\u00eblteg Authentifikatioun", + "no_results": "Keng Resultater. Prob\u00e9ier mat enger aanerer Statioun/Adress" + }, + "step": { + "station": { + "data": { + "station": "Statioun/Adress" + }, + "title": "Statioun/Adress aginn" + }, + "station_select": { + "data": { + "station": "Statioun/Adress" + }, + "title": "Statioun/Adress auswielen" + }, + "user": { + "data": { + "host": "Apparat", + "password": "Passwuert", + "username": "Benotzernumm" + }, + "title": "Mat der HVV API verbannen" + } + } + }, + "options": { + "step": { + "init": { + "data": { + "filter": "Zeilen auswielen", + "offset": "Offset (Minutten)" + }, + "title": "Optiounen" + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/metoffice/translations/lb.json b/homeassistant/components/metoffice/translations/lb.json new file mode 100644 index 00000000000..26ee66d9786 --- /dev/null +++ b/homeassistant/components/metoffice/translations/lb.json @@ -0,0 +1,14 @@ +{ + "config": { + "step": { + "user": { + "data": { + "api_key": "Met Office DataPoint API Schl\u00ebssel", + "latitude": "Breedegrad", + "longitude": "L\u00e4ngegrad" + }, + "description": "L\u00e4ngegrad a Breedegrad gi benotzt fir d\u00e9i nooste Statioun auszewielen." + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/nut/translations/en.json b/homeassistant/components/nut/translations/en.json index ee17c1bfa71..f698ad9287a 100644 --- a/homeassistant/components/nut/translations/en.json +++ b/homeassistant/components/nut/translations/en.json @@ -1,6 +1,5 @@ { "config": { - "flow_title": "NUT server ({host}:{port})", "abort": { "already_configured": "Device is already configured" }, diff --git a/homeassistant/components/smappee/translations/lb.json b/homeassistant/components/smappee/translations/lb.json new file mode 100644 index 00000000000..8169e17a6de --- /dev/null +++ b/homeassistant/components/smappee/translations/lb.json @@ -0,0 +1,13 @@ +{ + "config": { + "abort": { + "authorize_url_timeout": "Z\u00e4it Iwwerschreidung beim gener\u00e9ieren vun der Autorisatiouns URL.", + "missing_configuration": "Komponent ass nach net konfigur\u00e9iert. Follegt w.e.g der Dokumentatioun." + }, + "step": { + "pick_implementation": { + "title": "Wiel Authentifikatiouns Method aus" + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/speedtestdotnet/translations/lb.json b/homeassistant/components/speedtestdotnet/translations/lb.json new file mode 100644 index 00000000000..9098d499a14 --- /dev/null +++ b/homeassistant/components/speedtestdotnet/translations/lb.json @@ -0,0 +1,18 @@ +{ + "config": { + "abort": { + "one_instance_allowed": "N\u00ebmmen eng eenzeg Instanz ass n\u00e9ideg.", + "wrong_server_id": "Server ID ass ong\u00eblteg" + } + }, + "options": { + "step": { + "init": { + "data": { + "scan_interval": "Intervalle vun de Mise \u00e0 jour (Minutten)", + "server_name": "Test Server auswielen" + } + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/tellduslive/translations/lb.json b/homeassistant/components/tellduslive/translations/lb.json index f9191fe7866..bf91c5d26ea 100644 --- a/homeassistant/components/tellduslive/translations/lb.json +++ b/homeassistant/components/tellduslive/translations/lb.json @@ -1,6 +1,7 @@ { "config": { "abort": { + "already_configured": "TelldusLive ass scho konfigur\u00e9iert", "already_setup": "TelldusLive ass scho konfigur\u00e9iert", "authorize_url_fail": "Onbekannte Feeler beim gener\u00e9ieren vun der Autorisatiouns URL.", "authorize_url_timeout": "Z\u00e4it Iwwerschreidung beim gener\u00e9ieren vun der Autorisatiouns URL.", diff --git a/homeassistant/components/withings/translations/lb.json b/homeassistant/components/withings/translations/lb.json index 38bd29b96e4..c8a2d4beae2 100644 --- a/homeassistant/components/withings/translations/lb.json +++ b/homeassistant/components/withings/translations/lb.json @@ -7,6 +7,7 @@ "create_entry": { "default": "Erfollegr\u00e4ich mat Withings authentifiz\u00e9iert." }, + "flow_title": "Withing: {profile}", "step": { "pick_implementation": { "title": "Wielt Authentifikatiouns Method aus" @@ -17,6 +18,10 @@ }, "description": "W\u00e9ie Profil hutt dir op der Withings Webs\u00e4it ausgewielt? Et ass wichteg dass Profiller passen, soss ginn Donn\u00e9e\u00eb falsch gekennzeechent.", "title": "Benotzer Profil." + }, + "reauth": { + "description": "De Profil \"{profile}\" muss fr\u00ebsch authentifi\u00e9iert ginn fir weiderhinn Donn\u00e9e\u00eb vun Withing z'empf\u00e4nken.", + "title": "{profile} fr\u00ebsch authentifiz\u00e9ieren" } } } diff --git a/homeassistant/components/xiaomi_miio/translations/lb.json b/homeassistant/components/xiaomi_miio/translations/lb.json index 3a55f0d8a2d..4eba640db1b 100644 --- a/homeassistant/components/xiaomi_miio/translations/lb.json +++ b/homeassistant/components/xiaomi_miio/translations/lb.json @@ -8,6 +8,7 @@ "connect_error": "Feeler beim verbannen", "no_device_selected": "Keen Apparat ausgewielt, wiel een Apparat aus w.e.g." }, + "flow_title": "Xiaomi Miio: {name}", "step": { "gateway": { "data": {