[ci skip] Translation update

This commit is contained in:
HomeAssistant Azure 2020-07-30 00:03:25 +00:00
parent e3dc8a1ff2
commit 99b624a676
11 changed files with 63 additions and 3 deletions

View File

@ -0,0 +1,21 @@
{
"config": {
"step": {
"user": {
"data": {
"latitude": "Latitude",
"longitude": "Longitude"
}
}
}
},
"options": {
"step": {
"user": {
"data": {
"forecast": "Previs\u00e3o meteorol\u00f3gica"
}
}
}
}
}

View File

@ -17,8 +17,10 @@
"user": {
"data": {
"host": "Vert",
"password": "Passord",
"port": "",
"ssl": "AdGuard Hjem bruker et SSL-sertifikat",
"username": "Brukernavn",
"verify_ssl": "AdGuard Home bruker et riktig sertifikat"
},
"description": "Sett opp din AdGuard Hjem instans for \u00e5 tillate overv\u00e5king og kontroll."

View File

@ -1,5 +1,8 @@
{
"config": {
"abort": {
"reauth_successful": "Tilgangstoken oppdatert"
},
"error": {
"unknown": "Ukjent Awair API-feil."
},

View File

@ -1,5 +1,8 @@
{
"config": {
"abort": {
"invalid_dongle_path": "Ugyldig donglesti"
},
"flow_title": "ENOcean oppsett",
"step": {
"detect": {

View File

@ -1,5 +1,8 @@
{
"config": {
"abort": {
"already_configured": "Denne kontoen er allerede konfigurert."
},
"error": {
"cannot_connect": "Kunne ikke koble til, pr\u00f8v igjen.",
"invalid_auth": "Ugyldig godkjenning.",

View File

@ -7,7 +7,7 @@
"password": "Passord",
"username": "Brukernavn"
},
"description": "Gi n\u00f8dvendig informasjon nedenfor. Merk: bare \"admin\" brukeren er kjent for \u00e5 fungere.",
"description": "Gi n\u00f8dvendig informasjon nedenfor.",
"title": "Konfigurer GogoGate2"
}
}

View File

@ -10,7 +10,7 @@
"step": {
"user": {
"data": {
"api_key": "API-n\u00f8kkel (valgfritt)",
"api_key": "API-n\u00f8kkel",
"host": "Vert",
"location": "Beliggenhet",
"name": "Navn",

View File

@ -9,7 +9,8 @@
"step": {
"user": {
"data": {
"name": "Navn"
"name": "Navn",
"url": "URL-adresse for webgrensesnitt"
}
}
}

View File

@ -0,0 +1,12 @@
{
"config": {
"step": {
"user": {
"data": {
"host": "Servidor",
"port": "Porta"
}
}
}
}
}

View File

@ -5,6 +5,9 @@
"data": {
"profile": "Perfil"
}
},
"reauth": {
"title": "Re-autenticar Perfil"
}
}
}

View File

@ -0,0 +1,12 @@
{
"state": {
"wolflink__state": {
"1_x_warmwasser": "1 x DHW",
"abgasklappe": "\uc5f0\ud1b5 \uac00\uc2a4 \uc870\uc808\uae30",
"absenkbetrieb": "\uc911\ub2e8 \ub300\uccb4 \ubaa8\ub4dc",
"absenkstop": "\uc911\ub2e8 \ub300\uccb4 \uc911\uc9c0",
"aktiviert": "\ud65c\uc131\ud654",
"antilegionellenfunktion": "\ud56d \ub808\uc9c0\uc624\ub12c\ub77c\uade0 \uae30\ub2a5"
}
}
}