[ci skip] Translation update
This commit is contained in:
parent
a496465235
commit
4634b65924
71 changed files with 501 additions and 72 deletions
11
homeassistant/components/amberelectric/translations/ja.json
Normal file
11
homeassistant/components/amberelectric/translations/ja.json
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
{
|
||||||
|
"config": {
|
||||||
|
"step": {
|
||||||
|
"user": {
|
||||||
|
"data": {
|
||||||
|
"api_token": "API\u30c8\u30fc\u30af\u30f3"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
|
@ -13,7 +13,7 @@
|
||||||
"api_key": "API kulcs",
|
"api_key": "API kulcs",
|
||||||
"app_key": "Alkalmaz\u00e1skulcs"
|
"app_key": "Alkalmaz\u00e1skulcs"
|
||||||
},
|
},
|
||||||
"title": "T\u00f6ltsd ki az adataid"
|
"title": "T\u00f6ltse ki az adatait"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
{
|
{
|
||||||
"state": {
|
"state": {
|
||||||
"_": {
|
"_": {
|
||||||
"off": "OFF",
|
"off": "off",
|
||||||
"on": "ON"
|
"on": "on"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"title": "Automatitzaci\u00f3"
|
"title": "Automatitzaci\u00f3"
|
||||||
|
|
|
@ -99,8 +99,8 @@
|
||||||
},
|
},
|
||||||
"state": {
|
"state": {
|
||||||
"_": {
|
"_": {
|
||||||
"off": "OFF",
|
"off": "off",
|
||||||
"on": "ON"
|
"on": "on"
|
||||||
},
|
},
|
||||||
"battery": {
|
"battery": {
|
||||||
"off": "Normal",
|
"off": "Normal",
|
||||||
|
|
|
@ -52,6 +52,7 @@
|
||||||
"connected": "{entity_name} verbonden",
|
"connected": "{entity_name} verbonden",
|
||||||
"gas": "{entity_name} begon gas te detecteren",
|
"gas": "{entity_name} begon gas te detecteren",
|
||||||
"hot": "{entity_name} werd heet",
|
"hot": "{entity_name} werd heet",
|
||||||
|
"is_tampered": "{entity_name} begonnen met het detecteren van sabotage",
|
||||||
"light": "{entity_name} begon licht te detecteren",
|
"light": "{entity_name} begon licht te detecteren",
|
||||||
"locked": "{entity_name} vergrendeld",
|
"locked": "{entity_name} vergrendeld",
|
||||||
"moist": "{entity_name} werd vochtig",
|
"moist": "{entity_name} werd vochtig",
|
||||||
|
|
|
@ -31,6 +31,7 @@
|
||||||
"is_not_plugged_in": "{entity_name} er koblet fra",
|
"is_not_plugged_in": "{entity_name} er koblet fra",
|
||||||
"is_not_powered": "{entity_name} er spenningsl\u00f8s",
|
"is_not_powered": "{entity_name} er spenningsl\u00f8s",
|
||||||
"is_not_present": "{entity_name} er ikke tilstede",
|
"is_not_present": "{entity_name} er ikke tilstede",
|
||||||
|
"is_not_tampered": "{entity_name} oppdager ikke manipulering",
|
||||||
"is_not_unsafe": "{entity_name} er trygg",
|
"is_not_unsafe": "{entity_name} er trygg",
|
||||||
"is_occupied": "{entity_name} er opptatt",
|
"is_occupied": "{entity_name} er opptatt",
|
||||||
"is_off": "{entity_name} er sl\u00e5tt av",
|
"is_off": "{entity_name} er sl\u00e5tt av",
|
||||||
|
@ -42,6 +43,7 @@
|
||||||
"is_problem": "{entity_name} registrerer et problem",
|
"is_problem": "{entity_name} registrerer et problem",
|
||||||
"is_smoke": "{entity_name} registrerer r\u00f8yk",
|
"is_smoke": "{entity_name} registrerer r\u00f8yk",
|
||||||
"is_sound": "{entity_name} registrerer lyd",
|
"is_sound": "{entity_name} registrerer lyd",
|
||||||
|
"is_tampered": "{entity_name} oppdager manipulering",
|
||||||
"is_unsafe": "{entity_name} er utrygg",
|
"is_unsafe": "{entity_name} er utrygg",
|
||||||
"is_update": "{entity_name} har en tilgjengelig oppdatering",
|
"is_update": "{entity_name} har en tilgjengelig oppdatering",
|
||||||
"is_vibration": "{entity_name} registrerer vibrasjon"
|
"is_vibration": "{entity_name} registrerer vibrasjon"
|
||||||
|
@ -52,6 +54,8 @@
|
||||||
"connected": "{entity_name} tilkoblet",
|
"connected": "{entity_name} tilkoblet",
|
||||||
"gas": "{entity_name} begynte \u00e5 registrere gass",
|
"gas": "{entity_name} begynte \u00e5 registrere gass",
|
||||||
"hot": "{entity_name} ble varm",
|
"hot": "{entity_name} ble varm",
|
||||||
|
"is_not_tampered": "{entity_name} sluttet \u00e5 oppdage manipulering",
|
||||||
|
"is_tampered": "{entity_name} begynte \u00e5 oppdage manipulering",
|
||||||
"light": "{entity_name} begynte \u00e5 registrere lys",
|
"light": "{entity_name} begynte \u00e5 registrere lys",
|
||||||
"locked": "{entity_name} l\u00e5st",
|
"locked": "{entity_name} l\u00e5st",
|
||||||
"moist": "{entity_name} ble fuktig",
|
"moist": "{entity_name} ble fuktig",
|
||||||
|
|
|
@ -1,4 +1,14 @@
|
||||||
{
|
{
|
||||||
|
"device_automation": {
|
||||||
|
"condition_type": {
|
||||||
|
"is_motion": "{entity_name} est\u00e1 detectando movimento",
|
||||||
|
"is_no_motion": "{entity_name} n\u00e3o est\u00e1 detectando movimento"
|
||||||
|
},
|
||||||
|
"trigger_type": {
|
||||||
|
"motion": "{entity_name} come\u00e7ou a detectar movimento",
|
||||||
|
"no_motion": "{entity_name} parou de detectar movimento"
|
||||||
|
}
|
||||||
|
},
|
||||||
"state": {
|
"state": {
|
||||||
"_": {
|
"_": {
|
||||||
"off": "Desligado",
|
"off": "Desligado",
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
"error": {
|
"error": {
|
||||||
"cannot_connect": "Sikertelen csatlakoz\u00e1s",
|
"cannot_connect": "Sikertelen csatlakoz\u00e1s",
|
||||||
"invalid_auth": "\u00c9rv\u00e9nytelen hiteles\u00edt\u00e9s",
|
"invalid_auth": "\u00c9rv\u00e9nytelen hiteles\u00edt\u00e9s",
|
||||||
"old_firmware": "Nem t\u00e1mogatott r\u00e9gi firmware a Bond eszk\u00f6z\u00f6n - k\u00e9rj\u00fck friss\u00edtsd, miel\u0151tt folytatn\u00e1d",
|
"old_firmware": "Nem t\u00e1mogatott r\u00e9gi firmware a Bond eszk\u00f6z\u00f6n - k\u00e9rj\u00fck friss\u00edtse, miel\u0151tt folytatn\u00e1",
|
||||||
"unknown": "V\u00e1ratlan hiba t\u00f6rt\u00e9nt"
|
"unknown": "V\u00e1ratlan hiba t\u00f6rt\u00e9nt"
|
||||||
},
|
},
|
||||||
"flow_title": "{name} ({host})",
|
"flow_title": "{name} ({host})",
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
{
|
{
|
||||||
"state": {
|
"state": {
|
||||||
"_": {
|
"_": {
|
||||||
"off": "OFF",
|
"off": "off",
|
||||||
"on": "ON"
|
"on": "on"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"title": "Calendari"
|
"title": "Calendari"
|
||||||
|
|
|
@ -22,7 +22,7 @@
|
||||||
"fan_only": "Nom\u00e9s ventilador",
|
"fan_only": "Nom\u00e9s ventilador",
|
||||||
"heat": "Escalfa",
|
"heat": "Escalfa",
|
||||||
"heat_cool": "Escalfa/Refreda",
|
"heat_cool": "Escalfa/Refreda",
|
||||||
"off": "OFF"
|
"off": "off"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"title": "Climatitzaci\u00f3"
|
"title": "Climatitzaci\u00f3"
|
||||||
|
|
|
@ -5,6 +5,7 @@
|
||||||
"cannot_connect": "Tilkobling mislyktes"
|
"cannot_connect": "Tilkobling mislyktes"
|
||||||
},
|
},
|
||||||
"error": {
|
"error": {
|
||||||
|
"api_password": "Ugyldig godkjenning, bruk enten API -n\u00f8kkel eller passord.",
|
||||||
"cannot_connect": "Tilkobling mislyktes",
|
"cannot_connect": "Tilkobling mislyktes",
|
||||||
"invalid_auth": "Ugyldig godkjenning",
|
"invalid_auth": "Ugyldig godkjenning",
|
||||||
"unknown": "Uventet feil"
|
"unknown": "Uventet feil"
|
||||||
|
|
17
homeassistant/components/dlna_dmr/translations/ja.json
Normal file
17
homeassistant/components/dlna_dmr/translations/ja.json
Normal file
|
@ -0,0 +1,17 @@
|
||||||
|
{
|
||||||
|
"config": {
|
||||||
|
"flow_title": "{name}",
|
||||||
|
"step": {
|
||||||
|
"user": {
|
||||||
|
"data": {
|
||||||
|
"url": "URL"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"options": {
|
||||||
|
"error": {
|
||||||
|
"invalid_url": "\u7121\u52b9\u306aURL"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
|
@ -17,6 +17,9 @@
|
||||||
"confirm": {
|
"confirm": {
|
||||||
"description": "Vil du starte oppsettet?"
|
"description": "Vil du starte oppsettet?"
|
||||||
},
|
},
|
||||||
|
"import_turn_on": {
|
||||||
|
"description": "Sl\u00e5 p\u00e5 enheten og klikk p\u00e5 send for \u00e5 fortsette overf\u00f8ringen"
|
||||||
|
},
|
||||||
"user": {
|
"user": {
|
||||||
"data": {
|
"data": {
|
||||||
"url": "URL"
|
"url": "URL"
|
||||||
|
|
|
@ -9,7 +9,7 @@
|
||||||
},
|
},
|
||||||
"step": {
|
"step": {
|
||||||
"authorize": {
|
"authorize": {
|
||||||
"description": "\u041f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430, \u043f\u0440\u043e\u0439\u0434\u0438\u0442\u0435 \u043f\u043e \u0430\u0434\u0440\u0435\u0441\u0443 https://www.ecobee.com/consumerportal/index.html \u0438 \u0430\u0432\u0442\u043e\u0440\u0438\u0437\u0443\u0439\u0442\u0435\u0441\u044c \u0441 \u043f\u043e\u043c\u043e\u0449\u044c\u044e PIN-\u043a\u043e\u0434\u0430: \n\n {pin} \n \n \u0417\u0430\u0442\u0435\u043c \u043d\u0430\u0436\u043c\u0438\u0442\u0435 \u041e\u0442\u043f\u0440\u0430\u0432\u0438\u0442\u044c.",
|
"description": "\u041f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430, \u043f\u0440\u043e\u0439\u0434\u0438\u0442\u0435 \u043f\u043e \u0430\u0434\u0440\u0435\u0441\u0443 https://www.ecobee.com/consumerportal/index.html \u0438 \u0430\u0432\u0442\u043e\u0440\u0438\u0437\u0443\u0439\u0442\u0435\u0441\u044c \u0441 \u043f\u043e\u043c\u043e\u0449\u044c\u044e PIN-\u043a\u043e\u0434\u0430: \n\n {pin} \n \n \u0417\u0430\u0442\u0435\u043c \u043d\u0430\u0436\u043c\u0438\u0442\u0435 ''\u041f\u043e\u0434\u0442\u0432\u0435\u0440\u0434\u0438\u0442\u044c''.",
|
||||||
"title": "\u0410\u0432\u0442\u043e\u0440\u0438\u0437\u0430\u0446\u0438\u044f \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u044f \u043d\u0430 ecobee.com"
|
"title": "\u0410\u0432\u0442\u043e\u0440\u0438\u0437\u0430\u0446\u0438\u044f \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u044f \u043d\u0430 ecobee.com"
|
||||||
},
|
},
|
||||||
"user": {
|
"user": {
|
||||||
|
|
11
homeassistant/components/efergy/translations/ja.json
Normal file
11
homeassistant/components/efergy/translations/ja.json
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
{
|
||||||
|
"config": {
|
||||||
|
"step": {
|
||||||
|
"user": {
|
||||||
|
"data": {
|
||||||
|
"api_key": "API\u30ad\u30fc"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
21
homeassistant/components/efergy/translations/no.json
Normal file
21
homeassistant/components/efergy/translations/no.json
Normal file
|
@ -0,0 +1,21 @@
|
||||||
|
{
|
||||||
|
"config": {
|
||||||
|
"abort": {
|
||||||
|
"already_configured": "Enheten er allerede konfigurert",
|
||||||
|
"reauth_successful": "Godkjenning p\u00e5 nytt var vellykket"
|
||||||
|
},
|
||||||
|
"error": {
|
||||||
|
"cannot_connect": "Tilkobling mislyktes",
|
||||||
|
"invalid_auth": "Ugyldig godkjenning",
|
||||||
|
"unknown": "Uventet feil"
|
||||||
|
},
|
||||||
|
"step": {
|
||||||
|
"user": {
|
||||||
|
"data": {
|
||||||
|
"api_key": "API-n\u00f8kkel"
|
||||||
|
},
|
||||||
|
"title": "Efergy"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
|
@ -0,0 +1,14 @@
|
||||||
|
{
|
||||||
|
"config": {
|
||||||
|
"step": {
|
||||||
|
"user": {
|
||||||
|
"data": {
|
||||||
|
"language": "\u6c17\u8c61\u60c5\u5831\u306e\u8a00\u8a9e",
|
||||||
|
"latitude": "\u7def\u5ea6",
|
||||||
|
"longitude": "\u7d4c\u5ea6",
|
||||||
|
"station": "\u30a6\u30a7\u30b6\u30fc\u30b9\u30c6\u30fc\u30b7\u30e7\u30f3ID"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
|
@ -0,0 +1,23 @@
|
||||||
|
{
|
||||||
|
"config": {
|
||||||
|
"error": {
|
||||||
|
"bad_station_id": "Stasjons -ID er ugyldig, mangler eller finnes ikke i stasjons -ID -databasen",
|
||||||
|
"cannot_connect": "Tilkobling mislyktes",
|
||||||
|
"error_response": "Svar fra Environment Canada feilaktig",
|
||||||
|
"too_many_attempts": "Tilkoblinger til milj\u00f8 Canada er takstbegrenset; Pr\u00f8v igjen om 60 sekunder",
|
||||||
|
"unknown": "Uventet feil"
|
||||||
|
},
|
||||||
|
"step": {
|
||||||
|
"user": {
|
||||||
|
"data": {
|
||||||
|
"language": "Spr\u00e5k for v\u00e6rinformasjon",
|
||||||
|
"latitude": "Breddegrad",
|
||||||
|
"longitude": "Lengdegrad",
|
||||||
|
"station": "Id for v\u00e6rstasjon"
|
||||||
|
},
|
||||||
|
"description": "Enten en stasjons -ID eller breddegrad/lengdegrad m\u00e5 spesifiseres. Standard breddegrad/lengdegrad som brukes er verdiene som er konfigurert i Home Assistant -installasjonen. Den n\u00e6rmeste v\u00e6rstasjonen til koordinatene vil bli brukt hvis du angir koordinater. Hvis en stasjonskode brukes, m\u00e5 den f\u00f8lge formatet: PP/kode, hvor PP er provinsen p\u00e5 to bokstaver og koden er stasjons-ID. Listen over stasjons -ID -er finner du her: https://dd.weather.gc.ca/citypage_weather/docs/site_list_towns_en.csv. V\u00e6rinformasjon kan hentes p\u00e5 enten engelsk eller fransk.",
|
||||||
|
"title": "Milj\u00f8 Canada: v\u00e6rsted og spr\u00e5k"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
|
@ -15,8 +15,8 @@
|
||||||
},
|
},
|
||||||
"state": {
|
"state": {
|
||||||
"_": {
|
"_": {
|
||||||
"off": "OFF",
|
"off": "off",
|
||||||
"on": "ON"
|
"on": "on"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"title": "Ventilador"
|
"title": "Ventilador"
|
||||||
|
|
|
@ -9,7 +9,7 @@
|
||||||
"mmi": "MMI",
|
"mmi": "MMI",
|
||||||
"radius": "Sug\u00e1r"
|
"radius": "Sug\u00e1r"
|
||||||
},
|
},
|
||||||
"title": "T\u00f6ltsd ki a sz\u0171r\u0151 adatait."
|
"title": "T\u00f6ltse ki a sz\u0171r\u0151 adatait."
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -5,9 +5,9 @@
|
||||||
"home": "A casa",
|
"home": "A casa",
|
||||||
"locked": "Bloquejat",
|
"locked": "Bloquejat",
|
||||||
"not_home": "Fora",
|
"not_home": "Fora",
|
||||||
"off": "OFF",
|
"off": "off",
|
||||||
"ok": "OK",
|
"ok": "OK",
|
||||||
"on": "ON",
|
"on": "on",
|
||||||
"open": "Obert/a",
|
"open": "Obert/a",
|
||||||
"problem": "Problema",
|
"problem": "Problema",
|
||||||
"unlocked": "Desbloquejat"
|
"unlocked": "Desbloquejat"
|
||||||
|
|
|
@ -20,8 +20,8 @@
|
||||||
},
|
},
|
||||||
"state": {
|
"state": {
|
||||||
"_": {
|
"_": {
|
||||||
"off": "OFF",
|
"off": "off",
|
||||||
"on": "ON"
|
"on": "on"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"title": "Humidificador"
|
"title": "Humidificador"
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
{
|
{
|
||||||
"state": {
|
"state": {
|
||||||
"_": {
|
"_": {
|
||||||
"off": "OFF",
|
"off": "off",
|
||||||
"on": "ON"
|
"on": "on"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"title": "Entrada booleana"
|
"title": "Entrada booleana"
|
||||||
|
|
|
@ -19,8 +19,8 @@
|
||||||
},
|
},
|
||||||
"state": {
|
"state": {
|
||||||
"_": {
|
"_": {
|
||||||
"off": "OFF",
|
"off": "off",
|
||||||
"on": "ON"
|
"on": "on"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"title": "Llum"
|
"title": "Llum"
|
||||||
|
|
|
@ -48,8 +48,8 @@
|
||||||
"lower_3": "Baixa 3",
|
"lower_3": "Baixa 3",
|
||||||
"lower_4": "Baixa 4",
|
"lower_4": "Baixa 4",
|
||||||
"lower_all": "Baixa-ho tot",
|
"lower_all": "Baixa-ho tot",
|
||||||
"off": "OFF",
|
"off": "off",
|
||||||
"on": "ON",
|
"on": "on",
|
||||||
"open_1": "Obre 1",
|
"open_1": "Obre 1",
|
||||||
"open_2": "Obre 2",
|
"open_2": "Obre 2",
|
||||||
"open_3": "Obre 3",
|
"open_3": "Obre 3",
|
||||||
|
|
|
@ -16,7 +16,7 @@
|
||||||
},
|
},
|
||||||
"link": {
|
"link": {
|
||||||
"description": "A(z) {name} ({host}) p\u00e1ros\u00edt\u00e1s\u00e1hoz az \u0171rlap elk\u00fcld\u00e9se ut\u00e1n nyomja meg a h\u00edd h\u00e1tulj\u00e1n tal\u00e1lhat\u00f3 fekete gombot.",
|
"description": "A(z) {name} ({host}) p\u00e1ros\u00edt\u00e1s\u00e1hoz az \u0171rlap elk\u00fcld\u00e9se ut\u00e1n nyomja meg a h\u00edd h\u00e1tulj\u00e1n tal\u00e1lhat\u00f3 fekete gombot.",
|
||||||
"title": "P\u00e1ros\u00edtsd a h\u00edddal"
|
"title": "P\u00e1ros\u00edt\u00e1s a h\u00edddal"
|
||||||
},
|
},
|
||||||
"user": {
|
"user": {
|
||||||
"data": {
|
"data": {
|
||||||
|
|
|
@ -18,8 +18,8 @@
|
||||||
"state": {
|
"state": {
|
||||||
"_": {
|
"_": {
|
||||||
"idle": "Inactiu",
|
"idle": "Inactiu",
|
||||||
"off": "OFF",
|
"off": "off",
|
||||||
"on": "ON",
|
"on": "on",
|
||||||
"paused": "Pausat/ada",
|
"paused": "Pausat/ada",
|
||||||
"playing": "Reproduint",
|
"playing": "Reproduint",
|
||||||
"standby": "En espera"
|
"standby": "En espera"
|
||||||
|
|
|
@ -6,13 +6,15 @@
|
||||||
"connection_error": "Ha fallat la connexi\u00f3"
|
"connection_error": "Ha fallat la connexi\u00f3"
|
||||||
},
|
},
|
||||||
"error": {
|
"error": {
|
||||||
"discovery_error": "No s'ha pogut descobrir cap Motion Gateway"
|
"discovery_error": "No s'ha pogut descobrir cap Motion Gateway",
|
||||||
|
"invalid_interface": "Interf\u00edcie de xarxa no v\u00e0lida"
|
||||||
},
|
},
|
||||||
"flow_title": "Motion Blinds",
|
"flow_title": "Motion Blinds",
|
||||||
"step": {
|
"step": {
|
||||||
"connect": {
|
"connect": {
|
||||||
"data": {
|
"data": {
|
||||||
"api_key": "Clau API"
|
"api_key": "Clau API",
|
||||||
|
"interface": "Interf\u00edcie de xarxa a utilitzar"
|
||||||
},
|
},
|
||||||
"description": "Necessitar\u00e0s la clau API de 16 car\u00e0cters, consulta les instruccions a https://www.home-assistant.io/integrations/motion_blinds/#retrieving-the-key.",
|
"description": "Necessitar\u00e0s la clau API de 16 car\u00e0cters, consulta les instruccions a https://www.home-assistant.io/integrations/motion_blinds/#retrieving-the-key.",
|
||||||
"title": "Motion Blinds"
|
"title": "Motion Blinds"
|
||||||
|
@ -33,5 +35,16 @@
|
||||||
"title": "Motion Blinds"
|
"title": "Motion Blinds"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"options": {
|
||||||
|
"step": {
|
||||||
|
"init": {
|
||||||
|
"data": {
|
||||||
|
"wait_for_push": "Espera l'entrada multidifusi\u00f3 en actualitzar"
|
||||||
|
},
|
||||||
|
"description": "Especifica configuracions opcionals",
|
||||||
|
"title": "Motion Blinds"
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
|
@ -6,13 +6,15 @@
|
||||||
"connection_error": "Kan geen verbinding maken"
|
"connection_error": "Kan geen verbinding maken"
|
||||||
},
|
},
|
||||||
"error": {
|
"error": {
|
||||||
"discovery_error": "Kan geen Motion Gateway vinden"
|
"discovery_error": "Kan geen Motion Gateway vinden",
|
||||||
|
"invalid_interface": "Ongeldige netwerkinterface"
|
||||||
},
|
},
|
||||||
"flow_title": "Motion Blinds",
|
"flow_title": "Motion Blinds",
|
||||||
"step": {
|
"step": {
|
||||||
"connect": {
|
"connect": {
|
||||||
"data": {
|
"data": {
|
||||||
"api_key": "API-sleutel"
|
"api_key": "API-sleutel",
|
||||||
|
"interface": "De te gebruiken netwerkinterface"
|
||||||
},
|
},
|
||||||
"description": "U hebt de API-sleutel van 16 tekens nodig, zie https://www.home-assistant.io/integrations/motion_blinds/#retrieving-the-key voor instructies",
|
"description": "U hebt de API-sleutel van 16 tekens nodig, zie https://www.home-assistant.io/integrations/motion_blinds/#retrieving-the-key voor instructies",
|
||||||
"title": "Motion Blinds"
|
"title": "Motion Blinds"
|
||||||
|
@ -33,5 +35,16 @@
|
||||||
"title": "Motion Blinds"
|
"title": "Motion Blinds"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"options": {
|
||||||
|
"step": {
|
||||||
|
"init": {
|
||||||
|
"data": {
|
||||||
|
"wait_for_push": "Wacht op multicast push bij update"
|
||||||
|
},
|
||||||
|
"description": "Optionele instellingen opgeven",
|
||||||
|
"title": "Motion Blinds"
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
|
@ -6,13 +6,15 @@
|
||||||
"connection_error": "Tilkobling mislyktes"
|
"connection_error": "Tilkobling mislyktes"
|
||||||
},
|
},
|
||||||
"error": {
|
"error": {
|
||||||
"discovery_error": "Kunne ikke oppdage en Motion Gateway"
|
"discovery_error": "Kunne ikke oppdage en Motion Gateway",
|
||||||
|
"invalid_interface": "Ugyldig nettverksgrensesnitt"
|
||||||
},
|
},
|
||||||
"flow_title": "Motion Blinds",
|
"flow_title": "Motion Blinds",
|
||||||
"step": {
|
"step": {
|
||||||
"connect": {
|
"connect": {
|
||||||
"data": {
|
"data": {
|
||||||
"api_key": "API-n\u00f8kkel"
|
"api_key": "API-n\u00f8kkel",
|
||||||
|
"interface": "Nettverksgrensesnittet som skal brukes"
|
||||||
},
|
},
|
||||||
"description": "Du trenger API-n\u00f8kkelen med 16 tegn, se https://www.home-assistant.io/integrations/motion_blinds/#retrieving-the-key for instruksjoner",
|
"description": "Du trenger API-n\u00f8kkelen med 16 tegn, se https://www.home-assistant.io/integrations/motion_blinds/#retrieving-the-key for instruksjoner",
|
||||||
"title": ""
|
"title": ""
|
||||||
|
@ -33,5 +35,16 @@
|
||||||
"title": "Motion Blinds"
|
"title": "Motion Blinds"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"options": {
|
||||||
|
"step": {
|
||||||
|
"init": {
|
||||||
|
"data": {
|
||||||
|
"wait_for_push": "Vent p\u00e5 multicast push p\u00e5 oppdateringen"
|
||||||
|
},
|
||||||
|
"description": "Spesifiser valgfrie innstillinger",
|
||||||
|
"title": "Bevegelse Persienner"
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
|
@ -0,0 +1,26 @@
|
||||||
|
{
|
||||||
|
"config": {
|
||||||
|
"abort": {
|
||||||
|
"already_configured": "Dispositivo j\u00e1 est\u00e1 configurado"
|
||||||
|
},
|
||||||
|
"step": {
|
||||||
|
"connect": {
|
||||||
|
"data": {
|
||||||
|
"interface": "A interface de rede a ser utilizada"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"select": {
|
||||||
|
"data": {
|
||||||
|
"select_ip": "Endere\u00e7o de IP"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"options": {
|
||||||
|
"step": {
|
||||||
|
"init": {
|
||||||
|
"description": "Especifique as configura\u00e7\u00f5es opcionais"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
12
homeassistant/components/motioneye/translations/pt-BR.json
Normal file
12
homeassistant/components/motioneye/translations/pt-BR.json
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
{
|
||||||
|
"config": {
|
||||||
|
"abort": {
|
||||||
|
"already_configured": "Servi\u00e7o j\u00e1 est\u00e1 configurado"
|
||||||
|
},
|
||||||
|
"error": {
|
||||||
|
"cannot_connect": "Falha ao conectar",
|
||||||
|
"invalid_auth": "Autentica\u00e7\u00e3o inv\u00e1lida",
|
||||||
|
"unknown": "Erro inesperado"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
|
@ -24,5 +24,10 @@
|
||||||
"title": "Link da conta Nest"
|
"title": "Link da conta Nest"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"device_automation": {
|
||||||
|
"trigger_type": {
|
||||||
|
"camera_motion": "Movimento detectado"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
|
@ -22,7 +22,7 @@
|
||||||
"password": "Jelsz\u00f3",
|
"password": "Jelsz\u00f3",
|
||||||
"username": "Felhaszn\u00e1l\u00f3n\u00e9v"
|
"username": "Felhaszn\u00e1l\u00f3n\u00e9v"
|
||||||
},
|
},
|
||||||
"title": "T\u00f6ltsd ki az adataid"
|
"title": "T\u00f6ltse ki az adatait"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -53,7 +53,7 @@
|
||||||
"data": {
|
"data": {
|
||||||
"auto": "\u0418\u0441\u043a\u0430\u0442\u044c \u0430\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u0438"
|
"auto": "\u0418\u0441\u043a\u0430\u0442\u044c \u0430\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u0438"
|
||||||
},
|
},
|
||||||
"description": "\u041a\u043e\u0433\u0434\u0430 \u0412\u044b \u043d\u0430\u0436\u043c\u0451\u0442\u0435 \u043a\u043d\u043e\u043f\u043a\u0443 \u041e\u0442\u043f\u0440\u0430\u0432\u0438\u0442\u044c, \u043d\u0430\u0447\u043d\u0451\u0442\u0441\u044f \u043f\u043e\u0438\u0441\u043a \u0443\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432 ONVIF, \u043a\u043e\u0442\u043e\u0440\u044b\u0435 \u043f\u043e\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u044e\u0442 Profile S.\n\n\u041d\u0435\u043a\u043e\u0442\u043e\u0440\u044b\u0435 \u043f\u0440\u043e\u0438\u0437\u0432\u043e\u0434\u0438\u0442\u0435\u043b\u0438 \u0432 \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0430\u0445 \u043f\u043e \u0443\u043c\u043e\u043b\u0447\u0430\u043d\u0438\u044e \u043e\u0442\u043a\u043b\u044e\u0447\u0430\u044e\u0442 ONVIF. \u0423\u0431\u0435\u0434\u0438\u0442\u0435\u0441\u044c, \u0447\u0442\u043e ONVIF \u0432\u043a\u043b\u044e\u0447\u0435\u043d \u0432 \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0430\u0445 \u0412\u0430\u0448\u0435\u0439 \u043a\u0430\u043c\u0435\u0440\u044b.",
|
"description": "\u041a\u043e\u0433\u0434\u0430 \u0412\u044b \u043d\u0430\u0436\u043c\u0451\u0442\u0435 \u043a\u043d\u043e\u043f\u043a\u0443 ''\u041f\u043e\u0434\u0442\u0432\u0435\u0440\u0434\u0438\u0442\u044c'', \u043d\u0430\u0447\u043d\u0451\u0442\u0441\u044f \u043f\u043e\u0438\u0441\u043a \u0443\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432 ONVIF, \u043a\u043e\u0442\u043e\u0440\u044b\u0435 \u043f\u043e\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u044e\u0442 Profile S.\n\n\u041d\u0435\u043a\u043e\u0442\u043e\u0440\u044b\u0435 \u043f\u0440\u043e\u0438\u0437\u0432\u043e\u0434\u0438\u0442\u0435\u043b\u0438 \u0432 \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0430\u0445 \u043f\u043e \u0443\u043c\u043e\u043b\u0447\u0430\u043d\u0438\u044e \u043e\u0442\u043a\u043b\u044e\u0447\u0430\u044e\u0442 ONVIF. \u0423\u0431\u0435\u0434\u0438\u0442\u0435\u0441\u044c, \u0447\u0442\u043e ONVIF \u0432\u043a\u043b\u044e\u0447\u0435\u043d \u0432 \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0430\u0445 \u0412\u0430\u0448\u0435\u0439 \u043a\u0430\u043c\u0435\u0440\u044b.",
|
||||||
"title": "\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0430 \u0443\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432\u0430 ONVIF"
|
"title": "\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0430 \u0443\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432\u0430 ONVIF"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
11
homeassistant/components/opengarage/translations/ja.json
Normal file
11
homeassistant/components/opengarage/translations/ja.json
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
{
|
||||||
|
"config": {
|
||||||
|
"step": {
|
||||||
|
"user": {
|
||||||
|
"data": {
|
||||||
|
"device_key": "\u30c7\u30d0\u30a4\u30b9\u30ad\u30fc"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
|
@ -14,7 +14,7 @@
|
||||||
"latitude": "Sz\u00e9less\u00e9g",
|
"latitude": "Sz\u00e9less\u00e9g",
|
||||||
"longitude": "Hossz\u00fas\u00e1g"
|
"longitude": "Hossz\u00fas\u00e1g"
|
||||||
},
|
},
|
||||||
"title": "T\u00f6ltsd ki az adataid"
|
"title": "T\u00f6ltse ki az adatait"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
|
@ -14,7 +14,7 @@
|
||||||
"password": "Jelsz\u00f3",
|
"password": "Jelsz\u00f3",
|
||||||
"port": "Port"
|
"port": "Port"
|
||||||
},
|
},
|
||||||
"title": "T\u00f6ltsd ki az adataid"
|
"title": "T\u00f6ltse ki az adatait"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
|
@ -16,8 +16,8 @@
|
||||||
},
|
},
|
||||||
"state": {
|
"state": {
|
||||||
"_": {
|
"_": {
|
||||||
"off": "OFF",
|
"off": "off",
|
||||||
"on": "ON"
|
"on": "on"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"title": "Comandament"
|
"title": "Comandament"
|
||||||
|
|
|
@ -49,9 +49,9 @@
|
||||||
"error": {
|
"error": {
|
||||||
"already_configured_device": "El dispositiu ja est\u00e0 configurat",
|
"already_configured_device": "El dispositiu ja est\u00e0 configurat",
|
||||||
"invalid_event_code": "Codi d'esdeveniment inv\u00e0lid",
|
"invalid_event_code": "Codi d'esdeveniment inv\u00e0lid",
|
||||||
"invalid_input_2262_off": "Entrada no v\u00e0lida per a l'ordre OFF",
|
"invalid_input_2262_off": "Entrada no v\u00e0lida per a l'ordre off",
|
||||||
"invalid_input_2262_on": "Entrada no v\u00e0lida per a l'ordre ON",
|
"invalid_input_2262_on": "Entrada no v\u00e0lida per a l'ordre ON",
|
||||||
"invalid_input_off_delay": "Entrada no v\u00e0lida per al retard OFF",
|
"invalid_input_off_delay": "Entrada no v\u00e0lida per al retard off",
|
||||||
"unknown": "Error inesperat"
|
"unknown": "Error inesperat"
|
||||||
},
|
},
|
||||||
"step": {
|
"step": {
|
||||||
|
@ -67,12 +67,12 @@
|
||||||
},
|
},
|
||||||
"set_device_options": {
|
"set_device_options": {
|
||||||
"data": {
|
"data": {
|
||||||
"command_off": "Valor dels bits de dades per a l'ordre OFF",
|
"command_off": "Valor dels bits de dades per a l'ordre off",
|
||||||
"command_on": "Valor dels bits de dades per a l'ordre ON",
|
"command_on": "Valor dels bits de dades per a l'ordre ON",
|
||||||
"data_bit": "Nombre de bits de dades",
|
"data_bit": "Nombre de bits de dades",
|
||||||
"fire_event": "Activa l'esdeveniment de dispositiu",
|
"fire_event": "Activa l'esdeveniment de dispositiu",
|
||||||
"off_delay": "Retard OFF",
|
"off_delay": "Retard off",
|
||||||
"off_delay_enabled": "Activa el retard OFF",
|
"off_delay_enabled": "Activa el retard off",
|
||||||
"replace_device": "Selecciona el dispositiu a substituir",
|
"replace_device": "Selecciona el dispositiu a substituir",
|
||||||
"signal_repetitions": "Nombre de repeticions del senyal",
|
"signal_repetitions": "Nombre de repeticions del senyal",
|
||||||
"venetian_blind_mode": "Mode persiana veneciana"
|
"venetian_blind_mode": "Mode persiana veneciana"
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
{
|
{
|
||||||
"state": {
|
"state": {
|
||||||
"_": {
|
"_": {
|
||||||
"off": "OFF",
|
"off": "off",
|
||||||
"on": "ON"
|
"on": "on"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"title": "Programa (script)"
|
"title": "Programa (script)"
|
||||||
|
|
|
@ -55,8 +55,8 @@
|
||||||
},
|
},
|
||||||
"state": {
|
"state": {
|
||||||
"_": {
|
"_": {
|
||||||
"off": "OFF",
|
"off": "off",
|
||||||
"on": "ON"
|
"on": "on"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"title": "Sensor"
|
"title": "Sensor"
|
||||||
|
|
|
@ -2,7 +2,8 @@
|
||||||
"config": {
|
"config": {
|
||||||
"abort": {
|
"abort": {
|
||||||
"already_configured": "Aquest compte SimpliSafe ja est\u00e0 en \u00fas.",
|
"already_configured": "Aquest compte SimpliSafe ja est\u00e0 en \u00fas.",
|
||||||
"reauth_successful": "Re-autenticaci\u00f3 realitzada correctament"
|
"reauth_successful": "Re-autenticaci\u00f3 realitzada correctament",
|
||||||
|
"wrong_account": "Les credencials d'usuari proporcionades no coincideixen amb les d'aquest compte SimpliSafe."
|
||||||
},
|
},
|
||||||
"error": {
|
"error": {
|
||||||
"identifier_exists": "Aquest compte ja est\u00e0 registrat",
|
"identifier_exists": "Aquest compte ja est\u00e0 registrat",
|
||||||
|
@ -11,6 +12,13 @@
|
||||||
"unknown": "Error inesperat"
|
"unknown": "Error inesperat"
|
||||||
},
|
},
|
||||||
"step": {
|
"step": {
|
||||||
|
"input_auth_code": {
|
||||||
|
"data": {
|
||||||
|
"auth_code": "Codi d'autoritzaci\u00f3"
|
||||||
|
},
|
||||||
|
"description": "Introdueix el codi d'autoritzaci\u00f3 de l'URL de l'aplicaci\u00f3 web SimpliSafe:",
|
||||||
|
"title": "Acabament d'autoritzaci\u00f3"
|
||||||
|
},
|
||||||
"mfa": {
|
"mfa": {
|
||||||
"description": "Consulta el correu i busca-hi un missatge amb un enlla\u00e7 de SimpliSafe. Despr\u00e9s de verificar l'enlla\u00e7, torna aqu\u00ed per completar la instal\u00b7laci\u00f3 de la integraci\u00f3.",
|
"description": "Consulta el correu i busca-hi un missatge amb un enlla\u00e7 de SimpliSafe. Despr\u00e9s de verificar l'enlla\u00e7, torna aqu\u00ed per completar la instal\u00b7laci\u00f3 de la integraci\u00f3.",
|
||||||
"title": "Autenticaci\u00f3 multi-factor SimpliSafe"
|
"title": "Autenticaci\u00f3 multi-factor SimpliSafe"
|
||||||
|
@ -28,6 +36,7 @@
|
||||||
"password": "Contrasenya",
|
"password": "Contrasenya",
|
||||||
"username": "Correu electr\u00f2nic"
|
"username": "Correu electr\u00f2nic"
|
||||||
},
|
},
|
||||||
|
"description": "A partir del 2021, SimpliSafe ha passat a un nou mecanisme d'autenticaci\u00f3 a trav\u00e9s de la seva aplicaci\u00f3 web. A causa de les limitacions t\u00e8cniques, hi ha un pas manual al final d'aquest proc\u00e9s; assegura't de llegir la [documentaci\u00f3](http://home-assistant.io/integrations/simplisafe#getting-an-authorization-code) abans de comen\u00e7ar. \n\nQuan estiguis a punt, fes clic a [aqu\u00ed]({url}) per obrir l'aplicaci\u00f3 web SimpliSafe i introduir les credencials. Quan el proc\u00e9s s'hagi completat, torna aqu\u00ed i fes clic a Envia.",
|
||||||
"title": "Introdueix la teva informaci\u00f3"
|
"title": "Introdueix la teva informaci\u00f3"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
12
homeassistant/components/simplisafe/translations/ja.json
Normal file
12
homeassistant/components/simplisafe/translations/ja.json
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
{
|
||||||
|
"config": {
|
||||||
|
"step": {
|
||||||
|
"input_auth_code": {
|
||||||
|
"data": {
|
||||||
|
"auth_code": "\u8a8d\u8a3c\u30b3\u30fc\u30c9"
|
||||||
|
},
|
||||||
|
"title": "\u627f\u8a8d\u7d42\u4e86"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
|
@ -2,7 +2,8 @@
|
||||||
"config": {
|
"config": {
|
||||||
"abort": {
|
"abort": {
|
||||||
"already_configured": "Dit SimpliSafe-account is al in gebruik.",
|
"already_configured": "Dit SimpliSafe-account is al in gebruik.",
|
||||||
"reauth_successful": "Herauthenticatie was succesvol"
|
"reauth_successful": "Herauthenticatie was succesvol",
|
||||||
|
"wrong_account": "De opgegeven gebruikersgegevens komen niet overeen met deze SimpliSafe-account."
|
||||||
},
|
},
|
||||||
"error": {
|
"error": {
|
||||||
"identifier_exists": "Account bestaat al",
|
"identifier_exists": "Account bestaat al",
|
||||||
|
@ -11,6 +12,13 @@
|
||||||
"unknown": "Onverwachte fout"
|
"unknown": "Onverwachte fout"
|
||||||
},
|
},
|
||||||
"step": {
|
"step": {
|
||||||
|
"input_auth_code": {
|
||||||
|
"data": {
|
||||||
|
"auth_code": "Autorisatie Code"
|
||||||
|
},
|
||||||
|
"description": "Voer de autorisatiecode in van de SimpliSafe web app URL:",
|
||||||
|
"title": "Autorisatie voltooien"
|
||||||
|
},
|
||||||
"mfa": {
|
"mfa": {
|
||||||
"description": "Controleer uw e-mail voor een link van SimpliSafe. Nadat u de link hebt geverifieerd, kom hier terug om de installatie van de integratie te voltooien.",
|
"description": "Controleer uw e-mail voor een link van SimpliSafe. Nadat u de link hebt geverifieerd, kom hier terug om de installatie van de integratie te voltooien.",
|
||||||
"title": "SimpliSafe Multi-Factor Authenticatie"
|
"title": "SimpliSafe Multi-Factor Authenticatie"
|
||||||
|
@ -28,6 +36,7 @@
|
||||||
"password": "Wachtwoord",
|
"password": "Wachtwoord",
|
||||||
"username": "E-mail"
|
"username": "E-mail"
|
||||||
},
|
},
|
||||||
|
"description": "Met ingang van 2021 is SimpliSafe overgestapt op een nieuw authenticatiemechanisme via de webapp. Vanwege technische beperkingen is er een handmatige stap aan het einde van dit proces; zorg ervoor dat u de [documentatie](http://home-assistant.io/integrations/simplisafe#getting-an-authorization-code) leest voordat u begint.\n\nWanneer u er klaar voor bent, klikt u op [hier]({url}) om de SimpliSafe web app te openen en uw inloggegevens in te voeren. Wanneer het proces is voltooid, gaat u hier terug en klikt u op Verzenden.",
|
||||||
"title": "Vul uw gegevens in"
|
"title": "Vul uw gegevens in"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -2,7 +2,8 @@
|
||||||
"config": {
|
"config": {
|
||||||
"abort": {
|
"abort": {
|
||||||
"already_configured": "Denne SimpliSafe-kontoen er allerede i bruk.",
|
"already_configured": "Denne SimpliSafe-kontoen er allerede i bruk.",
|
||||||
"reauth_successful": "Godkjenning p\u00e5 nytt var vellykket"
|
"reauth_successful": "Godkjenning p\u00e5 nytt var vellykket",
|
||||||
|
"wrong_account": "Brukerlegitimasjonen som er oppgitt, samsvarer ikke med denne SimpliSafe -kontoen."
|
||||||
},
|
},
|
||||||
"error": {
|
"error": {
|
||||||
"identifier_exists": "Konto er allerede registrert",
|
"identifier_exists": "Konto er allerede registrert",
|
||||||
|
@ -11,6 +12,13 @@
|
||||||
"unknown": "Uventet feil"
|
"unknown": "Uventet feil"
|
||||||
},
|
},
|
||||||
"step": {
|
"step": {
|
||||||
|
"input_auth_code": {
|
||||||
|
"data": {
|
||||||
|
"auth_code": "Autorisasjonskode"
|
||||||
|
},
|
||||||
|
"description": "Skriv inn autorisasjonskoden fra SimpliSafe -webappens URL:",
|
||||||
|
"title": "Fullf\u00f8r autorisasjon"
|
||||||
|
},
|
||||||
"mfa": {
|
"mfa": {
|
||||||
"description": "Sjekk e-posten din for en lenke fra SimpliSafe. Etter \u00e5 ha bekreftet lenken, g\u00e5 tilbake hit for \u00e5 fullf\u00f8re installasjonen av integrasjonen.",
|
"description": "Sjekk e-posten din for en lenke fra SimpliSafe. Etter \u00e5 ha bekreftet lenken, g\u00e5 tilbake hit for \u00e5 fullf\u00f8re installasjonen av integrasjonen.",
|
||||||
"title": "SimpliSafe flertrinnsbekreftelse"
|
"title": "SimpliSafe flertrinnsbekreftelse"
|
||||||
|
@ -28,6 +36,7 @@
|
||||||
"password": "Passord",
|
"password": "Passord",
|
||||||
"username": "E-post"
|
"username": "E-post"
|
||||||
},
|
},
|
||||||
|
"description": "Fra og med 2021 har SimpliSafe flyttet til en ny godkjenningsmekanisme via nettappen. P\u00e5 grunn av tekniske begrensninger er det et manuelt trinn p\u00e5 slutten av denne prosessen; S\u00f8rg for at du leser [dokumentasjonen] (http://home-assistant.io/integrations/simplisafe#getting-an-authorization-code) f\u00f8r du starter. \n\n N\u00e5r du er klar, klikker du [her] ( {url} ) for \u00e5 \u00e5pne SimpliSafe -webappen og legge inn legitimasjonen din. N\u00e5r prosessen er fullf\u00f8rt, g\u00e5r du tilbake hit og klikker Send.",
|
||||||
"title": "Fyll ut informasjonen din."
|
"title": "Fyll ut informasjonen din."
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -4,6 +4,11 @@
|
||||||
"identifier_exists": "Conta j\u00e1 cadastrada"
|
"identifier_exists": "Conta j\u00e1 cadastrada"
|
||||||
},
|
},
|
||||||
"step": {
|
"step": {
|
||||||
|
"input_auth_code": {
|
||||||
|
"data": {
|
||||||
|
"auth_code": "C\u00f3digo de Autoriza\u00e7\u00e3o"
|
||||||
|
}
|
||||||
|
},
|
||||||
"user": {
|
"user": {
|
||||||
"data": {
|
"data": {
|
||||||
"password": "Senha",
|
"password": "Senha",
|
||||||
|
|
|
@ -2,7 +2,8 @@
|
||||||
"config": {
|
"config": {
|
||||||
"abort": {
|
"abort": {
|
||||||
"already_configured": "\u042d\u0442\u0430 \u0443\u0447\u0451\u0442\u043d\u0430\u044f \u0437\u0430\u043f\u0438\u0441\u044c \u0443\u0436\u0435 \u0434\u043e\u0431\u0430\u0432\u043b\u0435\u043d\u0430 \u0432 Home Assistant.",
|
"already_configured": "\u042d\u0442\u0430 \u0443\u0447\u0451\u0442\u043d\u0430\u044f \u0437\u0430\u043f\u0438\u0441\u044c \u0443\u0436\u0435 \u0434\u043e\u0431\u0430\u0432\u043b\u0435\u043d\u0430 \u0432 Home Assistant.",
|
||||||
"reauth_successful": "\u041f\u043e\u0432\u0442\u043e\u0440\u043d\u0430\u044f \u0430\u0443\u0442\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0446\u0438\u044f \u0432\u044b\u043f\u043e\u043b\u043d\u0435\u043d\u0430 \u0443\u0441\u043f\u0435\u0448\u043d\u043e."
|
"reauth_successful": "\u041f\u043e\u0432\u0442\u043e\u0440\u043d\u0430\u044f \u0430\u0443\u0442\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0446\u0438\u044f \u0432\u044b\u043f\u043e\u043b\u043d\u0435\u043d\u0430 \u0443\u0441\u043f\u0435\u0448\u043d\u043e.",
|
||||||
|
"wrong_account": "\u0423\u043a\u0430\u0437\u0430\u043d\u043d\u044b\u0435 \u0443\u0447\u0451\u0442\u043d\u044b\u0435 \u0434\u0430\u043d\u043d\u044b\u0435 \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f \u043d\u0435 \u0441\u043e\u043e\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0443\u044e\u0442 \u044d\u0442\u043e\u0439 \u0443\u0447\u0435\u0442\u043d\u043e\u0439 \u0437\u0430\u043f\u0438\u0441\u0438 SimpliSafe."
|
||||||
},
|
},
|
||||||
"error": {
|
"error": {
|
||||||
"identifier_exists": "\u0423\u0447\u0435\u0442\u043d\u0430\u044f \u0437\u0430\u043f\u0438\u0441\u044c \u0443\u0436\u0435 \u0437\u0430\u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0438\u0440\u043e\u0432\u0430\u043d\u0430.",
|
"identifier_exists": "\u0423\u0447\u0435\u0442\u043d\u0430\u044f \u0437\u0430\u043f\u0438\u0441\u044c \u0443\u0436\u0435 \u0437\u0430\u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0438\u0440\u043e\u0432\u0430\u043d\u0430.",
|
||||||
|
@ -11,6 +12,13 @@
|
||||||
"unknown": "\u041d\u0435\u043f\u0440\u0435\u0434\u0432\u0438\u0434\u0435\u043d\u043d\u0430\u044f \u043e\u0448\u0438\u0431\u043a\u0430."
|
"unknown": "\u041d\u0435\u043f\u0440\u0435\u0434\u0432\u0438\u0434\u0435\u043d\u043d\u0430\u044f \u043e\u0448\u0438\u0431\u043a\u0430."
|
||||||
},
|
},
|
||||||
"step": {
|
"step": {
|
||||||
|
"input_auth_code": {
|
||||||
|
"data": {
|
||||||
|
"auth_code": "\u041a\u043e\u0434 \u0430\u0432\u0442\u043e\u0440\u0438\u0437\u0430\u0446\u0438\u0438"
|
||||||
|
},
|
||||||
|
"description": "\u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u043a\u043e\u0434 \u0430\u0432\u0442\u043e\u0440\u0438\u0437\u0430\u0446\u0438\u0438 \u0438\u0437 \u0432\u0435\u0431-\u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u044f SimpliSafe:",
|
||||||
|
"title": "\u0417\u0430\u0432\u0435\u0440\u0448\u0435\u043d\u0438\u0435 \u0430\u0432\u0442\u043e\u0440\u0438\u0437\u0430\u0446\u0438\u0438"
|
||||||
|
},
|
||||||
"mfa": {
|
"mfa": {
|
||||||
"description": "\u041f\u0440\u043e\u0432\u0435\u0440\u044c\u0442\u0435 \u0441\u0432\u043e\u044e \u044d\u043b\u0435\u043a\u0442\u0440\u043e\u043d\u043d\u0443\u044e \u043f\u043e\u0447\u0442\u0443 \u043d\u0430 \u043d\u0430\u043b\u0438\u0447\u0438\u0435 \u0441\u0441\u044b\u043b\u043a\u0438 \u043e\u0442 SimpliSafe. \u041f\u043e\u0441\u043b\u0435 \u0442\u043e\u0433\u043e \u043a\u0430\u043a \u043e\u0442\u043a\u0440\u043e\u0435\u0442\u0435 \u0441\u0441\u044b\u043b\u043a\u0443, \u0432\u0435\u0440\u043d\u0438\u0442\u0435\u0441\u044c \u0441\u044e\u0434\u0430, \u0447\u0442\u043e\u0431\u044b \u0437\u0430\u0432\u0435\u0440\u0448\u0438\u0442\u044c \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0443 \u0438\u043d\u0442\u0435\u0433\u0440\u0430\u0446\u0438\u0438.",
|
"description": "\u041f\u0440\u043e\u0432\u0435\u0440\u044c\u0442\u0435 \u0441\u0432\u043e\u044e \u044d\u043b\u0435\u043a\u0442\u0440\u043e\u043d\u043d\u0443\u044e \u043f\u043e\u0447\u0442\u0443 \u043d\u0430 \u043d\u0430\u043b\u0438\u0447\u0438\u0435 \u0441\u0441\u044b\u043b\u043a\u0438 \u043e\u0442 SimpliSafe. \u041f\u043e\u0441\u043b\u0435 \u0442\u043e\u0433\u043e \u043a\u0430\u043a \u043e\u0442\u043a\u0440\u043e\u0435\u0442\u0435 \u0441\u0441\u044b\u043b\u043a\u0443, \u0432\u0435\u0440\u043d\u0438\u0442\u0435\u0441\u044c \u0441\u044e\u0434\u0430, \u0447\u0442\u043e\u0431\u044b \u0437\u0430\u0432\u0435\u0440\u0448\u0438\u0442\u044c \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0443 \u0438\u043d\u0442\u0435\u0433\u0440\u0430\u0446\u0438\u0438.",
|
||||||
"title": "\u0414\u0432\u0443\u0445\u0444\u0430\u043a\u0442\u043e\u0440\u043d\u0430\u044f \u0430\u0443\u0442\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0446\u0438\u044f SimpliSafe"
|
"title": "\u0414\u0432\u0443\u0445\u0444\u0430\u043a\u0442\u043e\u0440\u043d\u0430\u044f \u0430\u0443\u0442\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0446\u0438\u044f SimpliSafe"
|
||||||
|
@ -28,6 +36,7 @@
|
||||||
"password": "\u041f\u0430\u0440\u043e\u043b\u044c",
|
"password": "\u041f\u0430\u0440\u043e\u043b\u044c",
|
||||||
"username": "\u0410\u0434\u0440\u0435\u0441 \u044d\u043b\u0435\u043a\u0442\u0440\u043e\u043d\u043d\u043e\u0439 \u043f\u043e\u0447\u0442\u044b"
|
"username": "\u0410\u0434\u0440\u0435\u0441 \u044d\u043b\u0435\u043a\u0442\u0440\u043e\u043d\u043d\u043e\u0439 \u043f\u043e\u0447\u0442\u044b"
|
||||||
},
|
},
|
||||||
|
"description": "\u041d\u0430\u0447\u0438\u043d\u0430\u044f \u0441 2021 \u0433\u043e\u0434\u0430 SimpliSafe \u043f\u0435\u0440\u0435\u0448\u043b\u0430 \u043d\u0430 \u043d\u043e\u0432\u044b\u0439 \u043c\u0435\u0445\u0430\u043d\u0438\u0437\u043c \u0430\u0443\u0442\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0446\u0438\u0438 \u0447\u0435\u0440\u0435\u0437 \u0441\u043e\u0431\u0441\u0442\u0432\u0435\u043d\u043d\u043e\u0435 \u0432\u0435\u0431-\u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u0435. \u0418\u0437-\u0437\u0430 \u0442\u0435\u0445\u043d\u0438\u0447\u0435\u0441\u043a\u0438\u0445 \u043e\u0433\u0440\u0430\u043d\u0438\u0447\u0435\u043d\u0438\u0439, \u0437\u0430\u0432\u0435\u0440\u0448\u0435\u043d\u0438\u0435 \u044d\u0442\u043e\u0433\u043e \u043f\u0440\u043e\u0446\u0435\u0441\u0441\u0430 \u043e\u0441\u0443\u0449\u0435\u0441\u0442\u0432\u043b\u044f\u0435\u0442\u0441\u044f \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u0435\u043c \u0432\u0440\u0443\u0447\u043d\u0443\u044e. \u041f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430, \u043e\u0437\u043d\u0430\u043a\u043e\u043c\u044c\u0442\u0435\u0441\u044c \u0441 [\u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u0430\u0446\u0438\u0435\u0439](http://home-assistant.io/integrations/simplisafe#getting-an-authorization-code) \u043f\u0435\u0440\u0435\u0434 \u0437\u0430\u043f\u0443\u0441\u043a\u043e\u043c \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438. \n\n\u041a\u043e\u0433\u0434\u0430 \u0412\u044b \u0431\u0443\u0434\u0435\u0442\u0435 \u0433\u043e\u0442\u043e\u0432\u044b, \u043d\u0430\u0436\u043c\u0438\u0442\u0435 [\u0441\u044e\u0434\u0430]({url}), \u0447\u0442\u043e\u0431\u044b \u043e\u0442\u043a\u0440\u044b\u0442\u044c \u0432\u0435\u0431-\u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u0435 SimpliSafe \u0438 \u0432\u0432\u0435\u0441\u0442\u0438 \u0441\u0432\u043e\u0438 \u0443\u0447\u0451\u0442\u043d\u044b\u0435 \u0434\u0430\u043d\u043d\u044b\u0435. \u041a\u043e\u0433\u0434\u0430 \u043f\u0440\u043e\u0446\u0435\u0441\u0441 \u0431\u0443\u0434\u0435\u0442 \u0437\u0430\u0432\u0435\u0440\u0448\u0435\u043d, \u0432\u0435\u0440\u043d\u0438\u0442\u0435\u0441\u044c \u0441\u044e\u0434\u0430 \u0438 \u043d\u0430\u0436\u043c\u0438\u0442\u0435 ''\u041f\u043e\u0434\u0442\u0432\u0435\u0440\u0434\u0438\u0442\u044c''.",
|
||||||
"title": "SimpliSafe"
|
"title": "SimpliSafe"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -2,7 +2,8 @@
|
||||||
"config": {
|
"config": {
|
||||||
"abort": {
|
"abort": {
|
||||||
"already_configured": "\u6b64 SimpliSafe \u5e33\u865f\u5df2\u88ab\u4f7f\u7528\u3002",
|
"already_configured": "\u6b64 SimpliSafe \u5e33\u865f\u5df2\u88ab\u4f7f\u7528\u3002",
|
||||||
"reauth_successful": "\u91cd\u65b0\u8a8d\u8b49\u6210\u529f"
|
"reauth_successful": "\u91cd\u65b0\u8a8d\u8b49\u6210\u529f",
|
||||||
|
"wrong_account": "\u6240\u4ee5\u63d0\u4f9b\u7684\u6191\u8b49\u8207 Simplisafe \u5e33\u865f\u4e0d\u7b26\u3002"
|
||||||
},
|
},
|
||||||
"error": {
|
"error": {
|
||||||
"identifier_exists": "\u5e33\u865f\u5df2\u8a3b\u518a",
|
"identifier_exists": "\u5e33\u865f\u5df2\u8a3b\u518a",
|
||||||
|
@ -11,6 +12,13 @@
|
||||||
"unknown": "\u672a\u9810\u671f\u932f\u8aa4"
|
"unknown": "\u672a\u9810\u671f\u932f\u8aa4"
|
||||||
},
|
},
|
||||||
"step": {
|
"step": {
|
||||||
|
"input_auth_code": {
|
||||||
|
"data": {
|
||||||
|
"auth_code": "\u8a8d\u8b49\u78bc"
|
||||||
|
},
|
||||||
|
"description": "\u8f38\u5165\u7531 SimpliSafe \u7db2\u9801 App URL \u6240\u53d6\u5f97\u4e4b\u8a8d\u8b49\u78bc\uff1a",
|
||||||
|
"title": "\u5b8c\u6210\u8a8d\u8b49"
|
||||||
|
},
|
||||||
"mfa": {
|
"mfa": {
|
||||||
"description": "\u8acb\u6aa2\u67e5\u4f86\u81ea SimpliSafe \u7684\u90f5\u4ef6\u4ee5\u53d6\u5f97\u9023\u7d50\u3002\u78ba\u8a8d\u9023\u7d50\u5f8c\uff0c\u518d\u56de\u5230\u6b64\u8655\u4ee5\u5b8c\u6210\u6574\u5408\u5b89\u88dd\u3002",
|
"description": "\u8acb\u6aa2\u67e5\u4f86\u81ea SimpliSafe \u7684\u90f5\u4ef6\u4ee5\u53d6\u5f97\u9023\u7d50\u3002\u78ba\u8a8d\u9023\u7d50\u5f8c\uff0c\u518d\u56de\u5230\u6b64\u8655\u4ee5\u5b8c\u6210\u6574\u5408\u5b89\u88dd\u3002",
|
||||||
"title": "SimpliSafe \u591a\u6b65\u9a5f\u9a57\u8b49"
|
"title": "SimpliSafe \u591a\u6b65\u9a5f\u9a57\u8b49"
|
||||||
|
@ -28,6 +36,7 @@
|
||||||
"password": "\u5bc6\u78bc",
|
"password": "\u5bc6\u78bc",
|
||||||
"username": "\u96fb\u5b50\u90f5\u4ef6"
|
"username": "\u96fb\u5b50\u90f5\u4ef6"
|
||||||
},
|
},
|
||||||
|
"description": "SimpliSafe \u81ea 2021 \u958b\u59cb\u8b8a\u66f4\u70ba\u900f\u904e Web App \u65b9\u5f0f\u7684\u8a8d\u8b49\u6a5f\u5236\u3002\u7531\u65bc\u6280\u8853\u9650\u5236\u3001\u65bc\u6b64\u904e\u7a0b\u7d50\u675f\u6642\u5c07\u6703\u6709\u4e00\u6b65\u624b\u52d5\u968e\u6bb5\uff1b\u65bc\u958b\u59cb\u524d\u3001\u8acb\u78ba\u5b9a\u53c3\u95b1 [\u76f8\u95dc\u6587\u4ef6](http://home-assistant.io/integrations/simplisafe#getting-an-authorization-code)\u3002\n\n\u6e96\u5099\u5c31\u7dd2\u5f8c\u3001\u9ede\u9078 [\u6b64\u8655]({url}) \u4ee5\u958b\u555f SimpliSafe Web App \u4e26\u8f38\u5165\u9a57\u8b49\u3002\u5b8c\u6210\u5f8c\u56de\u5230\u9019\u88e1\u9ede\u9078\u50b3\u9001\u3002",
|
||||||
"title": "\u586b\u5beb\u8cc7\u8a0a\u3002"
|
"title": "\u586b\u5beb\u8cc7\u8a0a\u3002"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,14 +1,14 @@
|
||||||
{
|
{
|
||||||
"config": {
|
"config": {
|
||||||
"abort": {
|
"abort": {
|
||||||
"already_setup": "Du kan bare konfigurere \u00e9n Soma-konto.",
|
"already_setup": "Allerede konfigurert. Bare \u00e9n enkelt konfigurasjon er mulig.",
|
||||||
"authorize_url_timeout": "Tidsavbrudd genererer godkjennelses-URL.",
|
"authorize_url_timeout": "Tidsavbrudd ved oppretting av godkjenningsadresse",
|
||||||
"connection_error": "Kunne ikke koble til SOMA Connect.",
|
"connection_error": "Tilkobling mislyktes",
|
||||||
"missing_configuration": "Soma-komponenten er ikke konfigurert. Vennligst f\u00f8lg dokumentasjonen.",
|
"missing_configuration": "Soma-komponenten er ikke konfigurert. Vennligst f\u00f8lg dokumentasjonen.",
|
||||||
"result_error": "SOMA Connect svarte med feilstatus."
|
"result_error": "SOMA Connect svarte med feilstatus."
|
||||||
},
|
},
|
||||||
"create_entry": {
|
"create_entry": {
|
||||||
"default": "Vellykket godkjenning med Somfy."
|
"default": "Vellykket godkjenning"
|
||||||
},
|
},
|
||||||
"step": {
|
"step": {
|
||||||
"user": {
|
"user": {
|
||||||
|
|
14
homeassistant/components/stookalert/translations/no.json
Normal file
14
homeassistant/components/stookalert/translations/no.json
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
{
|
||||||
|
"config": {
|
||||||
|
"abort": {
|
||||||
|
"already_configured": "Tjenesten er allerede konfigurert"
|
||||||
|
},
|
||||||
|
"step": {
|
||||||
|
"user": {
|
||||||
|
"data": {
|
||||||
|
"province": "Provins"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
|
@ -16,8 +16,8 @@
|
||||||
},
|
},
|
||||||
"state": {
|
"state": {
|
||||||
"_": {
|
"_": {
|
||||||
"off": "OFF",
|
"off": "off",
|
||||||
"on": "ON"
|
"on": "on"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"title": "Interruptor"
|
"title": "Interruptor"
|
||||||
|
|
|
@ -5,6 +5,7 @@
|
||||||
"already_in_progress": "Konfigurasjonsflyten p\u00e5g\u00e5r allerede"
|
"already_in_progress": "Konfigurasjonsflyten p\u00e5g\u00e5r allerede"
|
||||||
},
|
},
|
||||||
"error": {
|
"error": {
|
||||||
|
"cannot_authenticate": "Kan ikke autentisere, er Gateway paret med en annen server som f.eks. Homekit?",
|
||||||
"cannot_connect": "Tilkobling mislyktes",
|
"cannot_connect": "Tilkobling mislyktes",
|
||||||
"invalid_key": "Kunne ikke registrere med gitt n\u00f8kkel. Hvis dette fortsetter, pr\u00f8v \u00e5 starte gatewayen p\u00e5 nytt.",
|
"invalid_key": "Kunne ikke registrere med gitt n\u00f8kkel. Hvis dette fortsetter, pr\u00f8v \u00e5 starte gatewayen p\u00e5 nytt.",
|
||||||
"timeout": "Tidsavbrudd ved validering av kode."
|
"timeout": "Tidsavbrudd ved validering av kode."
|
||||||
|
|
|
@ -75,7 +75,7 @@
|
||||||
"query_device": "V\u00e1lassza ki azt az eszk\u00f6zt, amely a lek\u00e9rdez\u00e9si m\u00f3dszert haszn\u00e1lja a gyorsabb \u00e1llapotfriss\u00edt\u00e9shez",
|
"query_device": "V\u00e1lassza ki azt az eszk\u00f6zt, amely a lek\u00e9rdez\u00e9si m\u00f3dszert haszn\u00e1lja a gyorsabb \u00e1llapotfriss\u00edt\u00e9shez",
|
||||||
"query_interval": "Eszk\u00f6z lek\u00e9rdez\u00e9si id\u0151k\u00f6ze m\u00e1sodpercben"
|
"query_interval": "Eszk\u00f6z lek\u00e9rdez\u00e9si id\u0151k\u00f6ze m\u00e1sodpercben"
|
||||||
},
|
},
|
||||||
"description": "Ne \u00e1ll\u00edtsd t\u00fal alacsonyra a lek\u00e9rdez\u00e9si intervallum \u00e9rt\u00e9keit, k\u00fcl\u00f6nben a h\u00edv\u00e1sok nem fognak hiba\u00fczenetet gener\u00e1lni a napl\u00f3ban",
|
"description": "Ne \u00e1ll\u00edtsa t\u00fal alacsonyra a lek\u00e9rdez\u00e9si intervallum \u00e9rt\u00e9keit, k\u00fcl\u00f6nben a h\u00edv\u00e1sok nem fognak hiba\u00fczenetet gener\u00e1lni a napl\u00f3ban",
|
||||||
"title": "Tuya be\u00e1ll\u00edt\u00e1sok konfigur\u00e1l\u00e1sa"
|
"title": "Tuya be\u00e1ll\u00edt\u00e1sok konfigur\u00e1l\u00e1sa"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
21
homeassistant/components/tuya/translations/ja.json
Normal file
21
homeassistant/components/tuya/translations/ja.json
Normal file
|
@ -0,0 +1,21 @@
|
||||||
|
{
|
||||||
|
"config": {
|
||||||
|
"step": {
|
||||||
|
"login": {
|
||||||
|
"data": {
|
||||||
|
"access_id": "\u30a2\u30af\u30bb\u30b9ID",
|
||||||
|
"country_code": "\u56fd\u5225\u30b3\u30fc\u30c9",
|
||||||
|
"password": "\u30d1\u30b9\u30ef\u30fc\u30c9",
|
||||||
|
"tuya_app_type": "\u30e2\u30d0\u30a4\u30eb\u30a2\u30d7\u30ea",
|
||||||
|
"username": "\u30a2\u30ab\u30a6\u30f3\u30c8"
|
||||||
|
},
|
||||||
|
"title": "Tuya"
|
||||||
|
},
|
||||||
|
"user": {
|
||||||
|
"data": {
|
||||||
|
"region": "\u30ea\u30fc\u30b8\u30e7\u30f3"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
|
@ -28,7 +28,7 @@
|
||||||
"data": {
|
"data": {
|
||||||
"access_id": "Tuya IoT Access ID",
|
"access_id": "Tuya IoT Access ID",
|
||||||
"access_secret": "Tuya IoT Access Secret",
|
"access_secret": "Tuya IoT Access Secret",
|
||||||
"country_code": "Din landskode for kontoen din (f.eks. 1 for USA eller 86 for Kina)",
|
"country_code": "Land",
|
||||||
"password": "Passord",
|
"password": "Passord",
|
||||||
"platform": "Appen der kontoen din er registrert",
|
"platform": "Appen der kontoen din er registrert",
|
||||||
"region": "Region",
|
"region": "Region",
|
||||||
|
|
|
@ -7,6 +7,7 @@
|
||||||
"country_code": "O c\u00f3digo do pa\u00eds da sua conta (por exemplo, 1 para os EUA ou 86 para a China)",
|
"country_code": "O c\u00f3digo do pa\u00eds da sua conta (por exemplo, 1 para os EUA ou 86 para a China)",
|
||||||
"password": "Senha",
|
"password": "Senha",
|
||||||
"platform": "O aplicativo onde sua conta \u00e9 registrada",
|
"platform": "O aplicativo onde sua conta \u00e9 registrada",
|
||||||
|
"region": "Regi\u00e3o",
|
||||||
"username": "Nome de usu\u00e1rio"
|
"username": "Nome de usu\u00e1rio"
|
||||||
},
|
},
|
||||||
"description": "Digite sua credencial Tuya.",
|
"description": "Digite sua credencial Tuya.",
|
||||||
|
|
|
@ -17,14 +17,14 @@
|
||||||
"data": {
|
"data": {
|
||||||
"api_key": "API-sleutel"
|
"api_key": "API-sleutel"
|
||||||
},
|
},
|
||||||
"description": "U moet een alleen-lezen API-sleutel van Uptime Robot opgeven",
|
"description": "U moet een nieuwe alleen-lezen API-sleutel van UptimeRobot opgeven",
|
||||||
"title": "Verifieer de integratie opnieuw"
|
"title": "Verifieer de integratie opnieuw"
|
||||||
},
|
},
|
||||||
"user": {
|
"user": {
|
||||||
"data": {
|
"data": {
|
||||||
"api_key": "API-sleutel"
|
"api_key": "API-sleutel"
|
||||||
},
|
},
|
||||||
"description": "U moet een alleen-lezen API-sleutel van Uptime Robot opgeven"
|
"description": "U moet een alleen-lezen API-sleutel van UptimeRobot opgeven"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -17,14 +17,14 @@
|
||||||
"data": {
|
"data": {
|
||||||
"api_key": "API-n\u00f8kkel"
|
"api_key": "API-n\u00f8kkel"
|
||||||
},
|
},
|
||||||
"description": "Du m\u00e5 angi en ny skrivebeskyttet API-n\u00f8kkel fra Uptime Robot",
|
"description": "Du m\u00e5 levere en ny skrivebeskyttet API-n\u00f8kkel fra UptimeRobot",
|
||||||
"title": "Godkjenne integrering p\u00e5 nytt"
|
"title": "Godkjenne integrering p\u00e5 nytt"
|
||||||
},
|
},
|
||||||
"user": {
|
"user": {
|
||||||
"data": {
|
"data": {
|
||||||
"api_key": "API-n\u00f8kkel"
|
"api_key": "API-n\u00f8kkel"
|
||||||
},
|
},
|
||||||
"description": "Du m\u00e5 angi en skrivebeskyttet API-n\u00f8kkel fra Uptime Robot"
|
"description": "Du m\u00e5 levere en skrivebeskyttet API-n\u00f8kkel fra UptimeRobot"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -19,8 +19,8 @@
|
||||||
"docked": "Aparcat",
|
"docked": "Aparcat",
|
||||||
"error": "Error",
|
"error": "Error",
|
||||||
"idle": "Inactiu",
|
"idle": "Inactiu",
|
||||||
"off": "OFF",
|
"off": "off",
|
||||||
"on": "ON",
|
"on": "on",
|
||||||
"paused": "Pausat/ada",
|
"paused": "Pausat/ada",
|
||||||
"returning": "Retornant a base"
|
"returning": "Retornant a base"
|
||||||
}
|
}
|
||||||
|
|
|
@ -2,7 +2,10 @@
|
||||||
"config": {
|
"config": {
|
||||||
"abort": {
|
"abort": {
|
||||||
"already_configured": "Slu\u017eba je ji\u017e nastavena",
|
"already_configured": "Slu\u017eba je ji\u017e nastavena",
|
||||||
"reauth_successful": "Op\u011btovn\u00e9 ov\u011b\u0159en\u00ed bylo \u00fasp\u011b\u0161n\u00e9"
|
"cannot_connect": "Nepoda\u0159ilo se p\u0159ipojit",
|
||||||
|
"invalid_auth": "Neplatn\u00e9 ov\u011b\u0159en\u00ed",
|
||||||
|
"reauth_successful": "Op\u011btovn\u00e9 ov\u011b\u0159en\u00ed bylo \u00fasp\u011b\u0161n\u00e9",
|
||||||
|
"unknown": "Neo\u010dek\u00e1van\u00e1 chyba"
|
||||||
},
|
},
|
||||||
"error": {
|
"error": {
|
||||||
"cannot_connect": "Nepoda\u0159ilo se p\u0159ipojit",
|
"cannot_connect": "Nepoda\u0159ilo se p\u0159ipojit",
|
||||||
|
|
20
homeassistant/components/vlc_telnet/translations/ja.json
Normal file
20
homeassistant/components/vlc_telnet/translations/ja.json
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
{
|
||||||
|
"config": {
|
||||||
|
"flow_title": "{host}",
|
||||||
|
"step": {
|
||||||
|
"reauth_confirm": {
|
||||||
|
"data": {
|
||||||
|
"password": "\u30d1\u30b9\u30ef\u30fc\u30c9"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"user": {
|
||||||
|
"data": {
|
||||||
|
"host": "\u30db\u30b9\u30c8",
|
||||||
|
"name": "\u540d\u524d",
|
||||||
|
"password": "\u30d1\u30b9\u30ef\u30fc\u30c9",
|
||||||
|
"port": "\u30dd\u30fc\u30c8"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
|
@ -2,7 +2,10 @@
|
||||||
"config": {
|
"config": {
|
||||||
"abort": {
|
"abort": {
|
||||||
"already_configured": "Deze service is al geconfigureerd",
|
"already_configured": "Deze service is al geconfigureerd",
|
||||||
"reauth_successful": "Het opnieuw verifi\u00ebren is geslaagd"
|
"cannot_connect": "Kan geen verbinding maken",
|
||||||
|
"invalid_auth": "Ongeldige authenticatie",
|
||||||
|
"reauth_successful": "Het opnieuw verifi\u00ebren is geslaagd",
|
||||||
|
"unknown": "Onverwachte fout"
|
||||||
},
|
},
|
||||||
"error": {
|
"error": {
|
||||||
"cannot_connect": "Verbinding tot stand brengen is mislukt",
|
"cannot_connect": "Verbinding tot stand brengen is mislukt",
|
||||||
|
@ -11,6 +14,9 @@
|
||||||
},
|
},
|
||||||
"flow_title": "{host}",
|
"flow_title": "{host}",
|
||||||
"step": {
|
"step": {
|
||||||
|
"hassio_confirm": {
|
||||||
|
"description": "Wilt u verbinding maken met add-on {addon}?"
|
||||||
|
},
|
||||||
"reauth_confirm": {
|
"reauth_confirm": {
|
||||||
"data": {
|
"data": {
|
||||||
"password": "Wachtwoord"
|
"password": "Wachtwoord"
|
||||||
|
|
36
homeassistant/components/vlc_telnet/translations/no.json
Normal file
36
homeassistant/components/vlc_telnet/translations/no.json
Normal file
|
@ -0,0 +1,36 @@
|
||||||
|
{
|
||||||
|
"config": {
|
||||||
|
"abort": {
|
||||||
|
"already_configured": "Tjenesten er allerede konfigurert",
|
||||||
|
"cannot_connect": "Tilkobling mislyktes",
|
||||||
|
"invalid_auth": "Ugyldig godkjenning",
|
||||||
|
"reauth_successful": "Godkjenning p\u00e5 nytt var vellykket",
|
||||||
|
"unknown": "Uventet feil"
|
||||||
|
},
|
||||||
|
"error": {
|
||||||
|
"cannot_connect": "Tilkobling mislyktes",
|
||||||
|
"invalid_auth": "Ugyldig godkjenning",
|
||||||
|
"unknown": "Uventet feil"
|
||||||
|
},
|
||||||
|
"flow_title": "{host}",
|
||||||
|
"step": {
|
||||||
|
"hassio_confirm": {
|
||||||
|
"description": "Vil du koble til tillegg {addon} ?"
|
||||||
|
},
|
||||||
|
"reauth_confirm": {
|
||||||
|
"data": {
|
||||||
|
"password": "Passord"
|
||||||
|
},
|
||||||
|
"description": "Skriv inn riktig passord for verten: {host}"
|
||||||
|
},
|
||||||
|
"user": {
|
||||||
|
"data": {
|
||||||
|
"host": "Vert",
|
||||||
|
"name": "Navn",
|
||||||
|
"password": "Passord",
|
||||||
|
"port": "Port"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
18
homeassistant/components/vlc_telnet/translations/pt-BR.json
Normal file
18
homeassistant/components/vlc_telnet/translations/pt-BR.json
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
{
|
||||||
|
"config": {
|
||||||
|
"step": {
|
||||||
|
"reauth_confirm": {
|
||||||
|
"data": {
|
||||||
|
"password": "Senha"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"user": {
|
||||||
|
"data": {
|
||||||
|
"name": "Nome",
|
||||||
|
"password": "Senha",
|
||||||
|
"port": "Porta"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
|
@ -12,7 +12,7 @@
|
||||||
"gas": "Gas",
|
"gas": "Gas",
|
||||||
"heat_pump": "Bomba de calor",
|
"heat_pump": "Bomba de calor",
|
||||||
"high_demand": "Alta demanda",
|
"high_demand": "Alta demanda",
|
||||||
"off": "OFF",
|
"off": "off",
|
||||||
"performance": "Rendiment"
|
"performance": "Rendiment"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,7 +1,8 @@
|
||||||
{
|
{
|
||||||
"config": {
|
"config": {
|
||||||
"abort": {
|
"abort": {
|
||||||
"already_configured": "Enheten er allerede konfigurert"
|
"already_configured": "Enheten er allerede konfigurert",
|
||||||
|
"reauth_successful": "Godkjenning p\u00e5 nytt var vellykket"
|
||||||
},
|
},
|
||||||
"error": {
|
"error": {
|
||||||
"invalid_auth": "Ugyldig godkjenning",
|
"invalid_auth": "Ugyldig godkjenning",
|
||||||
|
@ -22,6 +23,13 @@
|
||||||
},
|
},
|
||||||
"description": "Velg et sted \u00e5 overv\u00e5ke:"
|
"description": "Velg et sted \u00e5 overv\u00e5ke:"
|
||||||
},
|
},
|
||||||
|
"reauth_confirm": {
|
||||||
|
"data": {
|
||||||
|
"password": "Passord"
|
||||||
|
},
|
||||||
|
"description": "Skriv inn passordet for {username} :",
|
||||||
|
"title": "Godkjenne integrering p\u00e5 nytt"
|
||||||
|
},
|
||||||
"user": {
|
"user": {
|
||||||
"data": {
|
"data": {
|
||||||
"password": "Passord",
|
"password": "Passord",
|
||||||
|
|
22
homeassistant/components/watttime/translations/pt-BR.json
Normal file
22
homeassistant/components/watttime/translations/pt-BR.json
Normal file
|
@ -0,0 +1,22 @@
|
||||||
|
{
|
||||||
|
"config": {
|
||||||
|
"step": {
|
||||||
|
"location": {
|
||||||
|
"data": {
|
||||||
|
"location_type": "Localiza\u00e7\u00e3o"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"reauth_confirm": {
|
||||||
|
"data": {
|
||||||
|
"password": "Senha"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"user": {
|
||||||
|
"data": {
|
||||||
|
"password": "Senha",
|
||||||
|
"username": "Usu\u00e1rio"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
|
@ -0,0 +1,7 @@
|
||||||
|
{
|
||||||
|
"config": {
|
||||||
|
"error": {
|
||||||
|
"wrong_token": "\u30c1\u30a7\u30c3\u30af\u30b5\u30e0\u30a8\u30e9\u30fc\u3001\u9593\u9055\u3063\u305f\u30c8\u30fc\u30af\u30f3"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
|
@ -13,7 +13,8 @@
|
||||||
"cloud_login_error": "Kunne ikke logge inn p\u00e5 Xiaomi Miio Cloud, sjekk legitimasjonen.",
|
"cloud_login_error": "Kunne ikke logge inn p\u00e5 Xiaomi Miio Cloud, sjekk legitimasjonen.",
|
||||||
"cloud_no_devices": "Ingen enheter funnet i denne Xiaomi Miio-skykontoen.",
|
"cloud_no_devices": "Ingen enheter funnet i denne Xiaomi Miio-skykontoen.",
|
||||||
"no_device_selected": "Ingen enhet valgt, vennligst velg en enhet.",
|
"no_device_selected": "Ingen enhet valgt, vennligst velg en enhet.",
|
||||||
"unknown_device": "Enhetsmodellen er ikke kjent, kan ikke konfigurere enheten ved hjelp av konfigurasjonsflyt."
|
"unknown_device": "Enhetsmodellen er ikke kjent, kan ikke konfigurere enheten ved hjelp av konfigurasjonsflyt.",
|
||||||
|
"wrong_token": "Kontrollsumfeil, feil token"
|
||||||
},
|
},
|
||||||
"flow_title": "{name}",
|
"flow_title": "{name}",
|
||||||
"step": {
|
"step": {
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
"xiaomi_miio__led_brightness": {
|
"xiaomi_miio__led_brightness": {
|
||||||
"bright": "Brillant",
|
"bright": "Brillant",
|
||||||
"dim": "Atenua",
|
"dim": "Atenua",
|
||||||
"off": "OFF"
|
"off": "off"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Add table
Add a link
Reference in a new issue