[ci skip] Translation update
This commit is contained in:
parent
9585defca0
commit
c7d19d5115
29 changed files with 401 additions and 13 deletions
|
@ -5,12 +5,6 @@
|
|||
"invalid_api_key": "Ogiltig API-nyckel"
|
||||
},
|
||||
"step": {
|
||||
"geography": {
|
||||
"data": {
|
||||
"latitude": "Latitud",
|
||||
"longitude": "Longitud"
|
||||
}
|
||||
},
|
||||
"node_pro": {
|
||||
"data": {
|
||||
"ip_address": "Enhets IP-adress / v\u00e4rdnamn",
|
||||
|
|
|
@ -9,6 +9,11 @@
|
|||
"unknown": "Ov\u00e4ntat fel"
|
||||
},
|
||||
"step": {
|
||||
"reauth_validate": {
|
||||
"data": {
|
||||
"password": "L\u00f6senord"
|
||||
}
|
||||
},
|
||||
"user": {
|
||||
"data": {
|
||||
"login_method": "Inloggningsmetod",
|
||||
|
@ -19,6 +24,12 @@
|
|||
"description": "Om inloggningsmetoden \u00e4r \"e-post\" \u00e4r anv\u00e4ndarnamnet e-postadressen. Om inloggningsmetoden \u00e4r \"telefon\" \u00e4r anv\u00e4ndarnamnet telefonnumret i formatet \"+ NNNNNNNN\".",
|
||||
"title": "St\u00e4ll in ett August-konto"
|
||||
},
|
||||
"user_validate": {
|
||||
"data": {
|
||||
"password": "L\u00f6senord",
|
||||
"username": "Anv\u00e4ndarnamn"
|
||||
}
|
||||
},
|
||||
"validation": {
|
||||
"data": {
|
||||
"code": "Verifieringskod"
|
||||
|
|
14
homeassistant/components/climacell/translations/sv.json
Normal file
14
homeassistant/components/climacell/translations/sv.json
Normal file
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
"config": {
|
||||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
"api_version": "API-version",
|
||||
"latitude": "Latitud",
|
||||
"longitude": "Longitud",
|
||||
"name": "Namn"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -35,6 +35,10 @@
|
|||
"button_2": "Andra knappen",
|
||||
"button_3": "Tredje knappen",
|
||||
"button_4": "Fj\u00e4rde knappen",
|
||||
"button_5": "Femte knappen",
|
||||
"button_6": "Sj\u00e4tte knappen",
|
||||
"button_7": "Sjunde knappen",
|
||||
"button_8": "\u00c5ttonde knappen",
|
||||
"close": "St\u00e4ng",
|
||||
"dim_down": "Dimma ned",
|
||||
"dim_up": "Dimma upp",
|
||||
|
|
11
homeassistant/components/emonitor/translations/sv.json
Normal file
11
homeassistant/components/emonitor/translations/sv.json
Normal file
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"config": {
|
||||
"abort": {
|
||||
"already_configured": "Enheten \u00e4r redan konfigurerad"
|
||||
},
|
||||
"error": {
|
||||
"cannot_connect": "Kunde inte ansluta",
|
||||
"unknown": "Ov\u00e4ntat fel"
|
||||
}
|
||||
}
|
||||
}
|
19
homeassistant/components/enphase_envoy/translations/sv.json
Normal file
19
homeassistant/components/enphase_envoy/translations/sv.json
Normal file
|
@ -0,0 +1,19 @@
|
|||
{
|
||||
"config": {
|
||||
"abort": {
|
||||
"already_configured": "Enheten \u00e4r redan konfigurerad"
|
||||
},
|
||||
"error": {
|
||||
"cannot_connect": "Kunde inte ansluta",
|
||||
"unknown": "Ov\u00e4ntat fel"
|
||||
},
|
||||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
"password": "L\u00f6senord",
|
||||
"username": "Anv\u00e4ndarnamn"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
52
homeassistant/components/ezviz/translations/pl.json
Normal file
52
homeassistant/components/ezviz/translations/pl.json
Normal file
|
@ -0,0 +1,52 @@
|
|||
{
|
||||
"config": {
|
||||
"abort": {
|
||||
"already_configured_account": "Konto jest ju\u017c skonfigurowane",
|
||||
"ezviz_cloud_account_missing": "Brak konta Ezviz. Skonfiguruj ponownie konto Ezviz.",
|
||||
"unknown": "Nieoczekiwany b\u0142\u0105d"
|
||||
},
|
||||
"error": {
|
||||
"cannot_connect": "Nie mo\u017cna nawi\u0105za\u0107 po\u0142\u0105czenia",
|
||||
"invalid_auth": "Niepoprawne uwierzytelnienie",
|
||||
"invalid_host": "Nieprawid\u0142owa nazwa hosta lub adres IP"
|
||||
},
|
||||
"flow_title": "{serial}",
|
||||
"step": {
|
||||
"confirm": {
|
||||
"data": {
|
||||
"password": "Has\u0142o",
|
||||
"username": "Nazwa u\u017cytkownika"
|
||||
},
|
||||
"description": "Wpisz dane logowania RTSP dla kamery Ezviz {serial} z IP {ip_address}",
|
||||
"title": "Wykryto kamer\u0119 Ezviz"
|
||||
},
|
||||
"user": {
|
||||
"data": {
|
||||
"password": "Has\u0142o",
|
||||
"url": "URL",
|
||||
"username": "Nazwa u\u017cytkownika"
|
||||
},
|
||||
"title": "Po\u0142\u0105czenie z chmur\u0105 Ezviz"
|
||||
},
|
||||
"user_custom_url": {
|
||||
"data": {
|
||||
"password": "Has\u0142o",
|
||||
"url": "URL",
|
||||
"username": "Nazwa u\u017cytkownika"
|
||||
},
|
||||
"description": "R\u0119cznie okre\u015bl adres URL dla swojego regionu",
|
||||
"title": "Po\u0142\u0105czenie z niestandardowym adresem URL Ezviz"
|
||||
}
|
||||
}
|
||||
},
|
||||
"options": {
|
||||
"step": {
|
||||
"init": {
|
||||
"data": {
|
||||
"ffmpeg_arguments": "Argumenty przekazane do ffmpeg dla kamer",
|
||||
"timeout": "Limit czasu \u017c\u0105dania (w sekundach)"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
30
homeassistant/components/ezviz/translations/sv.json
Normal file
30
homeassistant/components/ezviz/translations/sv.json
Normal file
|
@ -0,0 +1,30 @@
|
|||
{
|
||||
"config": {
|
||||
"abort": {
|
||||
"unknown": "Ov\u00e4ntat fel"
|
||||
},
|
||||
"error": {
|
||||
"cannot_connect": "Kunde inte ansluta"
|
||||
},
|
||||
"step": {
|
||||
"confirm": {
|
||||
"data": {
|
||||
"password": "L\u00f6senord",
|
||||
"username": "Anv\u00e4ndarnamn"
|
||||
}
|
||||
},
|
||||
"user": {
|
||||
"data": {
|
||||
"password": "L\u00f6senord",
|
||||
"username": "Anv\u00e4ndarnamn"
|
||||
}
|
||||
},
|
||||
"user_custom_url": {
|
||||
"data": {
|
||||
"password": "L\u00f6senord",
|
||||
"username": "Anv\u00e4ndarnamn"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
15
homeassistant/components/faa_delays/translations/sv.json
Normal file
15
homeassistant/components/faa_delays/translations/sv.json
Normal file
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"config": {
|
||||
"error": {
|
||||
"cannot_connect": "Kunde inte ansluta",
|
||||
"unknown": "Ov\u00e4ntat fel"
|
||||
},
|
||||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
"id": "Flygplats"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,27 @@
|
|||
{
|
||||
"config": {
|
||||
"error": {
|
||||
"cannot_connect": "Kunde inte ansluta"
|
||||
},
|
||||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
"destination": "Destination",
|
||||
"origin": "Ursprung"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"options": {
|
||||
"step": {
|
||||
"init": {
|
||||
"data": {
|
||||
"avoid": "Undvik",
|
||||
"language": "Spr\u00e5k",
|
||||
"time": "Tid",
|
||||
"units": "Enheter"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
21
homeassistant/components/hive/translations/sv.json
Normal file
21
homeassistant/components/hive/translations/sv.json
Normal file
|
@ -0,0 +1,21 @@
|
|||
{
|
||||
"config": {
|
||||
"error": {
|
||||
"unknown": "Ov\u00e4ntat fel"
|
||||
},
|
||||
"step": {
|
||||
"reauth": {
|
||||
"data": {
|
||||
"password": "L\u00f6senord",
|
||||
"username": "Anv\u00e4ndarnamn"
|
||||
}
|
||||
},
|
||||
"user": {
|
||||
"data": {
|
||||
"password": "L\u00f6senord",
|
||||
"username": "Anv\u00e4ndarnamn"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
"config": {
|
||||
"step": {
|
||||
"pick_implementation": {
|
||||
"title": "V\u00e4lj autentiseringsmetod"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
7
homeassistant/components/huisbaasje/translations/sv.json
Normal file
7
homeassistant/components/huisbaasje/translations/sv.json
Normal file
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"config": {
|
||||
"error": {
|
||||
"cannot_connect": "Kunde inte ansluta"
|
||||
}
|
||||
}
|
||||
}
|
|
@ -11,10 +11,10 @@
|
|||
"user": {
|
||||
"data": {
|
||||
"host": "Host",
|
||||
"pin": "PIN Code",
|
||||
"port": "Port"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"title": "Antifurto365 iAlarm"
|
||||
}
|
||||
}
|
||||
}
|
20
homeassistant/components/ialarm/translations/fr.json
Normal file
20
homeassistant/components/ialarm/translations/fr.json
Normal file
|
@ -0,0 +1,20 @@
|
|||
{
|
||||
"config": {
|
||||
"abort": {
|
||||
"already_configured": "L'appareil est d\u00e9j\u00e0 configur\u00e9"
|
||||
},
|
||||
"error": {
|
||||
"cannot_connect": "Echec de la connexion",
|
||||
"unknown": "Erreur inattendue"
|
||||
},
|
||||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
"host": "H\u00f4te",
|
||||
"pin": "Code PIN",
|
||||
"port": "Port"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,18 @@
|
|||
{
|
||||
"config": {
|
||||
"abort": {
|
||||
"already_configured": "Enheten \u00e4r redan konfigurerad"
|
||||
},
|
||||
"error": {
|
||||
"cannot_connect": "Kunde inte ansluta",
|
||||
"unknown": "Ov\u00e4ntat fel"
|
||||
},
|
||||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
"password": "L\u00f6senord"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
14
homeassistant/components/met_eireann/translations/sv.json
Normal file
14
homeassistant/components/met_eireann/translations/sv.json
Normal file
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
"config": {
|
||||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
"latitude": "Latitud",
|
||||
"longitude": "Longitud",
|
||||
"name": "Namn"
|
||||
},
|
||||
"title": "Plats"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
19
homeassistant/components/mullvad/translations/sv.json
Normal file
19
homeassistant/components/mullvad/translations/sv.json
Normal file
|
@ -0,0 +1,19 @@
|
|||
{
|
||||
"config": {
|
||||
"abort": {
|
||||
"already_configured": "Enheten \u00e4r redan konfigurerad"
|
||||
},
|
||||
"error": {
|
||||
"cannot_connect": "Kunde inte ansluta",
|
||||
"unknown": "Ov\u00e4ntat fel"
|
||||
},
|
||||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
"password": "L\u00f6senord",
|
||||
"username": "Anv\u00e4ndarnamn"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -3,5 +3,10 @@
|
|||
"create_entry": {
|
||||
"default": "Autentiserad med Netatmo."
|
||||
}
|
||||
},
|
||||
"device_automation": {
|
||||
"trigger_subtype": {
|
||||
"schedule": "schema"
|
||||
}
|
||||
}
|
||||
}
|
|
@ -31,6 +31,10 @@
|
|||
}
|
||||
},
|
||||
"options": {
|
||||
"error": {
|
||||
"cannot_connect": "Kunde inte ansluta",
|
||||
"unknown": "Ov\u00e4ntat fel"
|
||||
},
|
||||
"step": {
|
||||
"init": {
|
||||
"data": {
|
||||
|
|
|
@ -8,8 +8,6 @@
|
|||
"data": {
|
||||
"api_key": "OpenWeatherMap API-nyckel",
|
||||
"language": "Spr\u00e5k",
|
||||
"latitude": "Latitud",
|
||||
"longitude": "Longitud",
|
||||
"mode": "L\u00e4ge",
|
||||
"name": "Integrationens namn"
|
||||
},
|
||||
|
|
15
homeassistant/components/philips_js/translations/sv.json
Normal file
15
homeassistant/components/philips_js/translations/sv.json
Normal file
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"config": {
|
||||
"error": {
|
||||
"invalid_pin": "Ogiltig PIN-kod"
|
||||
},
|
||||
"step": {
|
||||
"pair": {
|
||||
"data": {
|
||||
"pin": "PIN-kod"
|
||||
},
|
||||
"title": "Para ihop"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
17
homeassistant/components/screenlogic/translations/sv.json
Normal file
17
homeassistant/components/screenlogic/translations/sv.json
Normal file
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"config": {
|
||||
"abort": {
|
||||
"already_configured": "Enheten \u00e4r redan konfigurerad"
|
||||
},
|
||||
"error": {
|
||||
"cannot_connect": "Kunde inte ansluta"
|
||||
},
|
||||
"step": {
|
||||
"gateway_entry": {
|
||||
"data": {
|
||||
"port": "Port"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -3,7 +3,7 @@
|
|||
"error": {
|
||||
"cannot_connect": "Det gick inte att ansluta till UPB PIM, f\u00f6rs\u00f6k igen.",
|
||||
"invalid_upb_file": "Saknar eller ogiltig UPB UPStart-exportfil, kontrollera filens namn och s\u00f6kv\u00e4g.",
|
||||
"unknown": "Ov\u00e4ntat fel."
|
||||
"unknown": "Ov\u00e4ntat fel"
|
||||
},
|
||||
"step": {
|
||||
"user": {
|
||||
|
|
19
homeassistant/components/verisure/translations/sv.json
Normal file
19
homeassistant/components/verisure/translations/sv.json
Normal file
|
@ -0,0 +1,19 @@
|
|||
{
|
||||
"config": {
|
||||
"error": {
|
||||
"unknown": "Ov\u00e4ntat fel"
|
||||
},
|
||||
"step": {
|
||||
"reauth_confirm": {
|
||||
"data": {
|
||||
"password": "L\u00f6senord"
|
||||
}
|
||||
},
|
||||
"user": {
|
||||
"data": {
|
||||
"password": "L\u00f6senord"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"state": {
|
||||
"_": {
|
||||
"heat_pump": "V\u00e4rmepump"
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,26 @@
|
|||
{
|
||||
"config": {
|
||||
"error": {
|
||||
"cannot_connect": "Kunde inte ansluta"
|
||||
},
|
||||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
"destination": "Destination",
|
||||
"origin": "Ursprung",
|
||||
"region": "Region"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"options": {
|
||||
"step": {
|
||||
"init": {
|
||||
"data": {
|
||||
"units": "Enheter",
|
||||
"vehicle_type": "Fordonstyp"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
12
homeassistant/components/wolflink/translations/sv.json
Normal file
12
homeassistant/components/wolflink/translations/sv.json
Normal file
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"config": {
|
||||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
"password": "L\u00f6senord",
|
||||
"username": "Anv\u00e4ndarnamn"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -84,7 +84,7 @@
|
|||
"remote_button_long_release": "{subtype} \u043e\u0442\u043f\u0443\u0449\u0435\u043d\u0430 \u043f\u043e\u0441\u043b\u0435 \u0434\u043e\u043b\u0433\u043e\u0433\u043e \u043d\u0430\u0436\u0430\u0442\u0438\u044f",
|
||||
"remote_button_quadruple_press": "{subtype} \u043d\u0430\u0436\u0430\u0442\u0430 \u0447\u0435\u0442\u044b\u0440\u0435 \u0440\u0430\u0437\u0430",
|
||||
"remote_button_quintuple_press": "{subtype} \u043d\u0430\u0436\u0430\u0442\u0430 \u043f\u044f\u0442\u044c \u0440\u0430\u0437",
|
||||
"remote_button_short_press": "\u041a\u043d\u043e\u043f\u043a\u0430 \"{subtype}\" \u043d\u0430\u0436\u0430\u0442\u0430",
|
||||
"remote_button_short_press": "{subtype} \u043d\u0430\u0436\u0430\u0442\u0430",
|
||||
"remote_button_short_release": "{subtype} \u043e\u0442\u043f\u0443\u0449\u0435\u043d\u0430 \u043f\u043e\u0441\u043b\u0435 \u043a\u043e\u0440\u043e\u0442\u043a\u043e\u0433\u043e \u043d\u0430\u0436\u0430\u0442\u0438\u044f",
|
||||
"remote_button_triple_press": "{subtype} \u043d\u0430\u0436\u0430\u0442\u0430 \u0442\u0440\u0438 \u0440\u0430\u0437\u0430"
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue