[ci skip] Translation update
This commit is contained in:
parent
63e55bff52
commit
2e72216a1c
30 changed files with 267 additions and 20 deletions
|
@ -12,9 +12,9 @@
|
|||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
"host": "Sertifikatets vertsnavn",
|
||||
"host": "Vert",
|
||||
"name": "Sertifikatets navn",
|
||||
"port": "Sertifikatets port"
|
||||
"port": "Port"
|
||||
},
|
||||
"title": "Definer sertifikatet som skal testes"
|
||||
}
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
"config": {
|
||||
"abort": {
|
||||
"already_in_progress": "Konfigurasjonsflyt for denne Denon AVR p\u00e5g\u00e5r allerede",
|
||||
"connection_error": "Klarte ikke \u00e5 koble til, vennligst pr\u00f8v igjen",
|
||||
"connection_error": "Kunne ikke koble til, vennligst pr\u00f8v igjen. Koble fra str\u00f8m- og nettverkskablene og koble dem til igjen kan hjelpe",
|
||||
"not_denonavr_manufacturer": "Ikke en Denon AVR Network Receiver, oppdaget manafucturer stemte ikke overens",
|
||||
"not_denonavr_missing": "Ikke en Denon AVR Network Receiver, oppdagelsesinformasjon ikke fullf\u00f8rt"
|
||||
},
|
||||
|
|
11
homeassistant/components/dexcom/translations/pl.json
Normal file
11
homeassistant/components/dexcom/translations/pl.json
Normal file
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"options": {
|
||||
"step": {
|
||||
"init": {
|
||||
"data": {
|
||||
"unit_of_measurement": "Jednostka miary"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -5,7 +5,7 @@
|
|||
"unknown": "Uventet feil"
|
||||
},
|
||||
"error": {
|
||||
"cannot_connect": "Klarte ikke \u00e5 koble til, vennligst pr\u00f8v igjen"
|
||||
"cannot_connect": "Tilkobling feilet"
|
||||
},
|
||||
"flow_title": "",
|
||||
"step": {
|
||||
|
@ -14,7 +14,7 @@
|
|||
},
|
||||
"user": {
|
||||
"data": {
|
||||
"host": "Vert eller IP-adresse"
|
||||
"host": "Vert"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
27
homeassistant/components/enocean/translations/ca.json
Normal file
27
homeassistant/components/enocean/translations/ca.json
Normal file
|
@ -0,0 +1,27 @@
|
|||
{
|
||||
"config": {
|
||||
"abort": {
|
||||
"invalid_dongle_path": "Ruta del dongle inv\u00e0lida",
|
||||
"single_instance_allowed": "Ja configurat. Nom\u00e9s \u00e9s possible una sola configuraci\u00f3."
|
||||
},
|
||||
"error": {
|
||||
"invalid_dongle_path": "No s'ha trobat cap dongle v\u00e0lid en aquesta ruta"
|
||||
},
|
||||
"flow_title": "Configuraci\u00f3 d'ENOcean",
|
||||
"step": {
|
||||
"detect": {
|
||||
"data": {
|
||||
"path": "Ruta del dongle USB"
|
||||
},
|
||||
"title": "Selecciona la ruta del dongle ENOcean"
|
||||
},
|
||||
"manual": {
|
||||
"data": {
|
||||
"path": "Ruta del dongle USB"
|
||||
},
|
||||
"title": "Introdueix la ruta del dongle ENOcean"
|
||||
}
|
||||
}
|
||||
},
|
||||
"title": "EnOcean"
|
||||
}
|
13
homeassistant/components/enocean/translations/no.json
Normal file
13
homeassistant/components/enocean/translations/no.json
Normal file
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"config": {
|
||||
"step": {
|
||||
"manual": {
|
||||
"data": {
|
||||
"path": "USB-donglebane"
|
||||
},
|
||||
"title": "Angi banen til din ENOcean dongle"
|
||||
}
|
||||
}
|
||||
},
|
||||
"title": ""
|
||||
}
|
12
homeassistant/components/enocean/translations/pl.json
Normal file
12
homeassistant/components/enocean/translations/pl.json
Normal file
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"config": {
|
||||
"flow_title": "Konfiguracja ENOcean",
|
||||
"step": {
|
||||
"detect": {
|
||||
"data": {
|
||||
"path": "\u015acie\u017cka urz\u0105dzenia USB"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -47,5 +47,15 @@
|
|||
"remote_double_button_long_press": "Begge \" {subtype} \" utgitt etter lang trykk",
|
||||
"remote_double_button_short_press": "Begge \" {subtype} \" utgitt"
|
||||
}
|
||||
},
|
||||
"options": {
|
||||
"step": {
|
||||
"init": {
|
||||
"data": {
|
||||
"allow_how_groups": "Tillat Hue-grupper",
|
||||
"allow_hue_groups": "Tillat Hue-grupper"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -24,6 +24,9 @@
|
|||
"link": {
|
||||
"description": "Naci\u015bnij przycisk na mostku, aby zarejestrowa\u0107 Philips Hue w Home Assistant.\n\n",
|
||||
"title": "Hub Link"
|
||||
},
|
||||
"manual": {
|
||||
"title": "R\u0119czna konfiguracja mostu Hue"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -47,5 +50,15 @@
|
|||
"remote_double_button_long_press": "oba \"{subtype}\" zostan\u0105 zwolnione po d\u0142ugim naci\u015bni\u0119ciu",
|
||||
"remote_double_button_short_press": "oba \"{subtype}\" zostan\u0105 zwolnione"
|
||||
}
|
||||
},
|
||||
"options": {
|
||||
"step": {
|
||||
"init": {
|
||||
"data": {
|
||||
"allow_how_groups": "Zezwalaj na grupy Hue",
|
||||
"allow_unreachable": "Zezwalaj nieosi\u0105galnym \u017car\u00f3wkom na poprawne raportowanie ich stanu"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -10,7 +10,7 @@
|
|||
"user": {
|
||||
"data": {
|
||||
"password": "Passord",
|
||||
"username": "Brukernavn / E-postadresse"
|
||||
"username": "Brukernavn"
|
||||
},
|
||||
"description": "Vennligst fyll inn brukernavn og passord for iAqualink-kontoen din.",
|
||||
"title": "Koble til iAqualink"
|
||||
|
|
|
@ -99,7 +99,7 @@
|
|||
"pause": "\ud384\uc2a4 \uac04 \uc77c\uc2dc\uc815\uc9c0 \uc2dc\uac04 (ms) (\uc120\ud0dd \uc0ac\ud56d)",
|
||||
"repeat": "\ubc18\ubcf5 \uc2dc\uac04 (-1 = \ubb34\ud55c) (\uc120\ud0dd \uc0ac\ud56d)"
|
||||
},
|
||||
"description": "{zone} \uad6c\uc5ed\uc5d0 \ub300\ud55c \ucd9c\ub825 \uc635\uc158\uc744 \uc120\ud0dd\ud574\uc8fc\uc138\uc694: \uc0c1\ud0dc {state}",
|
||||
"description": "{zone} \uc5d0 \ub300\ud55c \ucd9c\ub825 \uc635\uc158\uc744 \uc120\ud0dd\ud574\uc8fc\uc138\uc694: \uc0c1\ud0dc {state}",
|
||||
"title": "\uc2a4\uc704\uce58 \ucd9c\ub825 \uad6c\uc131\ud558\uae30"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -20,8 +20,8 @@
|
|||
},
|
||||
"user": {
|
||||
"data": {
|
||||
"host": "Konnected enhet IP-adresse",
|
||||
"port": "Koblet enhetsport"
|
||||
"host": "IP adresse",
|
||||
"port": ""
|
||||
},
|
||||
"description": "Vennligst skriv inn verten informasjon for din Konnected Panel."
|
||||
}
|
||||
|
|
|
@ -13,5 +13,30 @@
|
|||
"title": "[%key::common::config_flow::title::oauth2_pick_implementation%]"
|
||||
}
|
||||
}
|
||||
},
|
||||
"options": {
|
||||
"step": {
|
||||
"public_weather": {
|
||||
"data": {
|
||||
"area_name": "Nom de l'\u00e0rea",
|
||||
"lat_ne": "Latitud cantonada nord-est",
|
||||
"lat_sw": "Latitud cantonada sud-oest",
|
||||
"lon_ne": "Longitud cantonada nord-est",
|
||||
"lon_sw": "Longitud cantonada sud-oest",
|
||||
"mode": "C\u00e0lcul",
|
||||
"show_on_map": "Mostra al mapa"
|
||||
},
|
||||
"description": "Configura un sensor meteorol\u00f2gic p\u00fablic per a una \u00e0rea.",
|
||||
"title": "Sensor meteorol\u00f2gic p\u00fablic de Netatmo"
|
||||
},
|
||||
"public_weather_areas": {
|
||||
"data": {
|
||||
"new_area": "Nom d'\u00e0rea",
|
||||
"weather_areas": "\u00c0rees meteorol\u00f2giques"
|
||||
},
|
||||
"description": "Configura sensors meteorol\u00f2gics p\u00fablics.",
|
||||
"title": "Sensor meteorol\u00f2gic p\u00fablic de Netatmo"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -13,5 +13,30 @@
|
|||
"title": "\uc778\uc99d \ubc29\ubc95 \uc120\ud0dd\ud558\uae30"
|
||||
}
|
||||
}
|
||||
},
|
||||
"options": {
|
||||
"step": {
|
||||
"public_weather": {
|
||||
"data": {
|
||||
"area_name": "\uc9c0\uc5ed \uc774\ub984",
|
||||
"lat_ne": "\ubd81\ub3d9\ucabd \uac00\uc7a5\uc790\ub9ac \uc704\ub3c4",
|
||||
"lat_sw": "\ub0a8\uc11c\ucabd \uac00\uc7a5\uc790\ub9ac \uc704\ub3c4",
|
||||
"lon_ne": "\ubd81\ub3d9\ucabd \uac00\uc7a5\uc790\ub9ac \uacbd\ub3c4",
|
||||
"lon_sw": "\ub0a8\uc11c\ucabd \uac00\uc7a5\uc790\ub9ac \uacbd\ub3c4",
|
||||
"mode": "\uacc4\uc0b0\ud558\uae30",
|
||||
"show_on_map": "\uc9c0\ub3c4\uc5d0 \ud45c\uc2dc\ud558\uae30"
|
||||
},
|
||||
"description": "\uc9c0\uc5ed\uc5d0 \ub300\ud55c \uacf5\uc6a9 \ub0a0\uc528 \uc13c\uc11c\ub97c \uad6c\uc131\ud569\ub2c8\ub2e4.",
|
||||
"title": "Netamo \uacf5\uc6a9 \ub0a0\uc528 \uc13c\uc11c"
|
||||
},
|
||||
"public_weather_areas": {
|
||||
"data": {
|
||||
"new_area": "\uc9c0\uc5ed \uc774\ub984",
|
||||
"weather_areas": "\ub0a0\uc528 \uc9c0\uc5ed"
|
||||
},
|
||||
"description": "\uacf5\uc6a9 \ub0a0\uc528 \uc13c\uc11c\ub97c \uad6c\uc131\ud569\ub2c8\ub2e4.",
|
||||
"title": "Netamo \uacf5\uc6a9 \ub0a0\uc528 \uc13c\uc11c"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -12,5 +12,30 @@
|
|||
"title": "Velg godkjenningsmetode"
|
||||
}
|
||||
}
|
||||
},
|
||||
"options": {
|
||||
"step": {
|
||||
"public_weather": {
|
||||
"data": {
|
||||
"area_name": "Navn p\u00e5 omr\u00e5det",
|
||||
"lat_ne": "Breddegrad nord-\u00f8st",
|
||||
"lat_sw": "Breddegrad s\u00f8r-vest",
|
||||
"lon_ne": "Lengdegrad nord-\u00f8st",
|
||||
"lon_sw": "Lengdegrad s\u00f8r-vest",
|
||||
"mode": "Beregning",
|
||||
"show_on_map": "Vis p\u00e5 kart"
|
||||
},
|
||||
"description": "Konfigurer en offentlig v\u00e6rsensor for et omr\u00e5de.",
|
||||
"title": "Netatmo offentlig v\u00e6rsensor"
|
||||
},
|
||||
"public_weather_areas": {
|
||||
"data": {
|
||||
"new_area": "Omr\u00e5denavn",
|
||||
"weather_areas": "V\u00e6romr\u00e5der"
|
||||
},
|
||||
"description": "Konfigurer offentlige v\u00e6rsensorer.",
|
||||
"title": "Netatmo offentlig v\u00e6rsensor"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -13,5 +13,26 @@
|
|||
"title": "Wybierz metod\u0119 uwierzytelniania"
|
||||
}
|
||||
}
|
||||
},
|
||||
"options": {
|
||||
"step": {
|
||||
"public_weather": {
|
||||
"data": {
|
||||
"area_name": "Nazwa obszaru",
|
||||
"mode": "Obliczenia",
|
||||
"show_on_map": "Poka\u017c na mapie"
|
||||
},
|
||||
"description": "Skonfiguruj publiczny czujnik pogody dla obszaru.",
|
||||
"title": "Netatmo publiczny czujnik pogody"
|
||||
},
|
||||
"public_weather_areas": {
|
||||
"data": {
|
||||
"new_area": "Nazwa obszaru",
|
||||
"weather_areas": "Obszary pogodowe"
|
||||
},
|
||||
"description": "Skonfiguruj publiczne czujniki pogody.",
|
||||
"title": "Netatmo publiczny czujnik pogody"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -11,7 +11,7 @@
|
|||
"user": {
|
||||
"data": {
|
||||
"password": "Passord",
|
||||
"username": "Brukernavn / E-postadresse"
|
||||
"username": "Brukernavn"
|
||||
},
|
||||
"title": "Fyll ut informasjonen din"
|
||||
}
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
"one_instance_allowed": "Kun en forekomst er n\u00f8dvendig."
|
||||
},
|
||||
"create_entry": {
|
||||
"default": "\n\nP\u00e5 Android, \u00e5pne [OwnTracks appen]({android_url}), g\u00e5 til Instillinger -> tilkobling. Endre f\u00f8lgende innstillinger: \n - Mode: Private HTTP\n - Host: {webhook_url}\n - Identification:\n - Username: '<Your name>'\n - Device ID: '<Your device name>'\n\nP\u00e5 iOS, \u00e5pne [OwnTracks appen]({ios_url}), trykk p\u00e5 (i) ikonet \u00f8verst til venstre - > innstillinger. Endre f\u00f8lgende innstillinger: \n - Mode: HTTP\n - URL: {webhook_url}\n - Turn on authentication\n - UserID: '<Your name>'\n\n{secret}\n \n Se [dokumentasjonen]({docs_url}) for mer informasjon."
|
||||
"default": "\n\nP\u00e5 Android, \u00e5pne [OwnTracks appen]({android_url}), g\u00e5 til Instillinger -> tilkobling. Endre f\u00f8lgende innstillinger: \n - Modus: Privat HTTP\n - Vert: {webhook_url}\n - Identificasjon:\n - Brukernavn: '<Your name>'\n - Enhets ID: '<Your device name>'\n\nP\u00e5 iOS, \u00e5pne [OwnTracks appen]({ios_url}), trykk p\u00e5 (i) ikonet \u00f8verst til venstre - > innstillinger. Endre f\u00f8lgende innstillinger: \n - Modus: HTTP\n - URL: {webhook_url}\n - Sl\u00e5 p\u00e5 autensiering\n - BrukerID: '<Your name>'\n\n{secret}\n \n Se [dokumentasjonen]({docs_url}) for mer informasjon."
|
||||
},
|
||||
"step": {
|
||||
"user": {
|
||||
|
|
|
@ -8,6 +8,7 @@
|
|||
"invalid_auth": "Nieudane uwierzytelnienie, sprawd\u017a Smile ID",
|
||||
"unknown": "Nieoczekiwany b\u0142\u0105d."
|
||||
},
|
||||
"flow_title": "U\u015bmiech: {name}",
|
||||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
|
|
|
@ -23,8 +23,8 @@
|
|||
"data": {
|
||||
"flow_impl": "Tilbyder"
|
||||
},
|
||||
"description": "Velg fra hvilken godkjenningsleverand\u00f8r du vil godkjenne med Point.",
|
||||
"title": "Godkjenningsleverand\u00f8r"
|
||||
"description": "\u00d8nsker du \u00e5 starte oppsettet?",
|
||||
"title": "Velg godkjenningsleverand\u00f8r"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
"api_key": "API-n\u00f8kkelen for Rachio-kontoen."
|
||||
"api_key": "API n\u00f8kkel"
|
||||
},
|
||||
"description": "Du trenger API-n\u00f8kkelen fra https://app.rach.io/. Velg 'Kontoinnstillinger' og klikk deretter p\u00e5 'F\u00e5 API n\u00f8kkel'.",
|
||||
"title": "Koble til Rachio-enheten din"
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
"blid": "Blid",
|
||||
"continuous": "Kontinuerlige",
|
||||
"delay": "Forsinkelse",
|
||||
"host": "Vertsnavn eller IP-adresse",
|
||||
"host": "Vert",
|
||||
"password": "Passord"
|
||||
},
|
||||
"description": "Henting av BLID og passord er en manuell prosess. F\u00f8lg trinnene som er beskrevet i dokumentasjonen p\u00e5: https://www.home-assistant.io/integrations/roomba/#retrieving-your-credentials",
|
||||
|
|
17
homeassistant/components/smarthab/translations/pl.json
Normal file
17
homeassistant/components/smarthab/translations/pl.json
Normal file
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"config": {
|
||||
"error": {
|
||||
"service": "B\u0142\u0105d podczas pr\u00f3by osi\u0105gni\u0119cia SmartHab. Us\u0142uga mo\u017ce by\u0107 wy\u0142\u0105czna. Sprawd\u017a po\u0142\u0105czenie.",
|
||||
"unknown_error": "Niespodziewany b\u0142\u0105d",
|
||||
"wrong_login": "Niepoprawna autoryzacja"
|
||||
},
|
||||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
"password": "Has\u0142o"
|
||||
},
|
||||
"title": "Konfiguracja SmartHab"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -9,7 +9,7 @@
|
|||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
"api_key": "API-n\u00f8kkelen for dette nettstedet",
|
||||
"api_key": "API n\u00f8kkel",
|
||||
"name": "Navnet p\u00e5 denne installasjonen",
|
||||
"site_id": "SolarEdge nettsted-id"
|
||||
},
|
||||
|
|
27
homeassistant/components/syncthru/translations/ca.json
Normal file
27
homeassistant/components/syncthru/translations/ca.json
Normal file
|
@ -0,0 +1,27 @@
|
|||
{
|
||||
"config": {
|
||||
"abort": {
|
||||
"already_configured": "El dispositiu ja est\u00e0 configurat"
|
||||
},
|
||||
"error": {
|
||||
"invalid_url": "URL inv\u00e0lid",
|
||||
"syncthru_not_supported": "El dispositiu no \u00e9s compatible amb SyncThru",
|
||||
"unknown_state": "Estat de la impressora desconegut, comprova l'URL i la connecci\u00f3 de la xarxa"
|
||||
},
|
||||
"flow_title": "Impressora Samsung SyncThru: {name}",
|
||||
"step": {
|
||||
"confirm": {
|
||||
"data": {
|
||||
"name": "Nom",
|
||||
"url": "URL de la interf\u00edcie web"
|
||||
}
|
||||
},
|
||||
"user": {
|
||||
"data": {
|
||||
"name": "Nom",
|
||||
"url": "URL de la interf\u00edcie web"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
11
homeassistant/components/syncthru/translations/no.json
Normal file
11
homeassistant/components/syncthru/translations/no.json
Normal file
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"config": {
|
||||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
"name": "Navn"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
9
homeassistant/components/syncthru/translations/pl.json
Normal file
9
homeassistant/components/syncthru/translations/pl.json
Normal file
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
"config": {
|
||||
"error": {
|
||||
"invalid_url": "Nieprawid\u0142owy URL",
|
||||
"unknown_state": "Nieznany stan drukarki, sprawd\u017a adres URL i \u0142\u0105czno\u015b\u0107 sieciow\u0105"
|
||||
},
|
||||
"flow_title": "Drukarka Samsung SyncThru: {name}"
|
||||
}
|
||||
}
|
|
@ -10,7 +10,7 @@
|
|||
"user": {
|
||||
"data": {
|
||||
"password": "Passord",
|
||||
"username": "E-postadresse"
|
||||
"username": "E-post"
|
||||
},
|
||||
"title": "Fyll inn brukernavn og passord"
|
||||
}
|
||||
|
|
|
@ -11,8 +11,8 @@
|
|||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
"access_token": "Tilgangstoken for Vilfo Router API",
|
||||
"host": "Ruter vertsnavn eller IP"
|
||||
"access_token": "Tilgangstoken",
|
||||
"host": "Vert"
|
||||
},
|
||||
"description": "Sett opp Vilfo Router-integrasjonen. Du trenger ditt Vilfo Router vertsnavn/IP og et API-tilgangstoken. For ytterligere informasjon om denne integrasjonen og hvordan du f\u00e5r disse detaljene, bes\u00f8k [https://www.home-assistant.io/integrations/vilfo](https://www.home-assistant.io/integrations/vilfo)",
|
||||
"title": "Koble til Vilfo Ruteren"
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
"data": {
|
||||
"profile": "Profil"
|
||||
},
|
||||
"description": "Hvilken profil valgte du p\u00e5 Withings nettsted? Det er viktig at profilene samsvarer, ellers blir data feilmerket.",
|
||||
"description": "Oppgi et unikt profilnavn for disse dataene. Dette er vanligvis navnet p\u00e5 profilen du valgte i forrige trinn.",
|
||||
"title": "Brukerprofil."
|
||||
},
|
||||
"reauth": {
|
||||
|
|
Loading…
Add table
Reference in a new issue