mirror of
https://github.com/home-assistant/core.git
synced 2025-07-18 18:57:06 +00:00
[ci skip] Translation update
This commit is contained in:
parent
2b42d77f58
commit
a4d4e26fe5
@ -24,5 +24,15 @@
|
||||
"title": "Sett opp Axis enhet"
|
||||
}
|
||||
}
|
||||
},
|
||||
"options": {
|
||||
"step": {
|
||||
"configure_stream": {
|
||||
"data": {
|
||||
"stream_profile": "Velg str\u00f8mprofil som skal brukes"
|
||||
},
|
||||
"title": "Axis videostr\u00f8m alternativer"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
@ -24,5 +24,15 @@
|
||||
"title": "Axis"
|
||||
}
|
||||
}
|
||||
},
|
||||
"options": {
|
||||
"step": {
|
||||
"configure_stream": {
|
||||
"data": {
|
||||
"stream_profile": "\u0412\u044b\u0431\u0435\u0440\u0438\u0442\u0435 \u043f\u0440\u043e\u0444\u0438\u043b\u044c \u043f\u043e\u0442\u043e\u043a\u0430 \u0434\u043b\u044f \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u044f"
|
||||
},
|
||||
"title": "\u041f\u0430\u0440\u0430\u043c\u0435\u0442\u0440\u044b \u0432\u0438\u0434\u0435\u043e \u043f\u043e\u0442\u043e\u043a\u0430 \u0443\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432\u0430 Axis"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
@ -40,7 +40,7 @@
|
||||
"title": "Konfigurowanie urz\u0105dzenia ONVIF"
|
||||
},
|
||||
"user": {
|
||||
"description": "Klikaj\u0105c przycisk Prze\u015blij, Twoja sie\u0107 zostanie przeszukana pod k\u0105tem urz\u0105dze\u0144 ONVIF obs\u0142uguj\u0105cych profil S.\n\nNiekt\u00f3rzy producenci zacz\u0119li domy\u015blnie wy\u0142\u0105cza\u0107 ONVIF. Upewnij si\u0119, \u017ce ONVIF jest w\u0142\u0105czony w konfiguracji kamery.",
|
||||
"description": "Klikaj\u0105c przycisk Zatwierd\u017a, Twoja sie\u0107 zostanie przeszukana pod k\u0105tem urz\u0105dze\u0144 ONVIF obs\u0142uguj\u0105cych profil S.\n\nNiekt\u00f3rzy producenci zacz\u0119li domy\u015blnie wy\u0142\u0105cza\u0107 ONVIF. Upewnij si\u0119, \u017ce ONVIF jest w\u0142\u0105czony w konfiguracji kamery.",
|
||||
"title": "Konfiguracja urz\u0105dzenia ONVIF"
|
||||
}
|
||||
}
|
||||
|
@ -1,5 +1,8 @@
|
||||
{
|
||||
"config": {
|
||||
"abort": {
|
||||
"already_configured": "Disse koordinatene er allerede registrert."
|
||||
},
|
||||
"error": {
|
||||
"identifier_exists": "Koordinatene er allerede registrert",
|
||||
"invalid_api_key": "Ugyldig API-n\u00f8kkel"
|
||||
|
22
homeassistant/components/plugwise/translations/no.json
Normal file
22
homeassistant/components/plugwise/translations/no.json
Normal file
@ -0,0 +1,22 @@
|
||||
{
|
||||
"config": {
|
||||
"abort": {
|
||||
"already_configured": "Denne Smile-enheten er allerede konfigurert"
|
||||
},
|
||||
"error": {
|
||||
"cannot_connect": "Klarte ikke \u00e5 koble til, vennligst pr\u00f8v igjen",
|
||||
"invalid_auth": "Ugyldig godkjenning, sjekk din 8-tegns Smile ID",
|
||||
"unknown": "Uventet feil"
|
||||
},
|
||||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
"host": "Smile IP-adresse",
|
||||
"password": ""
|
||||
},
|
||||
"description": "Detaljer",
|
||||
"title": "Koble til Smile"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
@ -4,7 +4,23 @@
|
||||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
"port": ""
|
||||
"api_key": "API N\u00f8kkel",
|
||||
"base_path": "Bane til API",
|
||||
"host": "Vert",
|
||||
"port": "",
|
||||
"ssl": "Sonarr bruker et SSL-sertifikat",
|
||||
"verify_ssl": "Sonarr bruker et riktig sertifikat"
|
||||
},
|
||||
"title": "Koble til Sonarr"
|
||||
}
|
||||
}
|
||||
},
|
||||
"options": {
|
||||
"step": {
|
||||
"init": {
|
||||
"data": {
|
||||
"upcoming_days": "Antall kommende dager som skal vises",
|
||||
"wanted_max_items": "Maks antall \u00f8nskede elementer som skal vises"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user