[ci skip] Translation update

This commit is contained in:
GitHub Action 2021-12-29 00:13:49 +00:00
parent 1bd1a12285
commit 026ead2889
43 changed files with 500 additions and 25 deletions

View File

@ -18,7 +18,8 @@
"adb_server_port": "Poort van de ADB-server",
"adbkey": "Pad naar uw ADB-key file (leeg laten om automatisch te genereren)",
"device_class": "Het type apparaat",
"host": "Host"
"host": "Host",
"port": "Poort"
},
"description": "Stel de vereiste parameters in om verbinding te maken met uw Android TV-apparaat",
"title": "Android TV"
@ -42,12 +43,12 @@
"init": {
"data": {
"apps": "Configureer applicaties lijst",
"exclude_unnamed_apps": "App met onbekende naam uitsluiten",
"get_sources": "Of de actieve apps wel of niet moeten worden opgehaald als de lijst met bronnen",
"screencap": "Bepaalt of albumhoezen moeten worden opgehaald van wat op het scherm wordt weergegeven",
"exclude_unnamed_apps": "Apps met onbekende naam uitsluiten van de bronnenlijst",
"get_sources": "Haal de actieve apps op als de lijst met bronnen",
"screencap": "Schermafbeelding gebruiken voor albumhoezen",
"state_detection_rules": "Regels voor statusdetectie van Android TV configureren",
"turn_off_command": "ADB shell commando om standaard turn_off commando te overschrijven",
"turn_on_command": "ADB shell commando om standaard turn_on commando te overschrijven"
"turn_off_command": "ADB shell-uitschakelcommando(laat standaard leeg)",
"turn_on_command": "ADB shell-inschakelcommando (laat standaard leeg)"
},
"title": "Android TV-opties"
},

View File

@ -0,0 +1,66 @@
{
"config": {
"abort": {
"already_configured": "Urz\u0105dzenie jest ju\u017c skonfigurowane",
"invalid_unique_id": "Nie mo\u017cna okre\u015bli\u0107 prawid\u0142owego unikalnego identyfikatora urz\u0105dzenia"
},
"error": {
"adbkey_not_file": "Nie znaleziono pliku z kluczem ADB",
"cannot_connect": "Nie mo\u017cna nawi\u0105za\u0107 po\u0142\u0105czenia",
"invalid_host": "Nieprawid\u0142owa nazwa hosta lub adres IP",
"key_and_server": "Podaj tylko klucz ADB lub serwer ADB",
"unknown": "Nieoczekiwany b\u0142\u0105d"
},
"step": {
"user": {
"data": {
"adb_server_ip": "Adres IP serwera ADB (pozostaw puste, aby nie u\u017cywa\u0107)",
"adb_server_port": "Port serwera ADB",
"adbkey": "\u015acie\u017cka do pliku z kluczem ADB (pozostaw puste, aby wygenerowa\u0107 automatycznie)",
"device_class": "Typ urz\u0105dzenia",
"host": "Nazwa hosta lub adres IP",
"port": "Port"
},
"description": "Ustaw wymagane parametry, aby po\u0142\u0105czy\u0107 si\u0119 z Android TV",
"title": "Android TV"
}
}
},
"options": {
"error": {
"invalid_det_rules": "Nieprawid\u0142owe regu\u0142y wykrywania stanu"
},
"step": {
"apps": {
"data": {
"app_delete": "Zaznacz, aby usun\u0105\u0107 t\u0119 aplikacj\u0119",
"app_id": "Identyfikator aplikacji",
"app_name": "Nazwa aplikacji"
},
"description": "Skonfiguruj identyfikator aplikacji {app_id}",
"title": "Konfiguracja aplikacji Android TV"
},
"init": {
"data": {
"apps": "Skonfiguruj list\u0119 aplikacji",
"exclude_unnamed_apps": "Wyklucz aplikacje o nieznanej nazwie z listy \u017ar\u00f3de\u0142",
"get_sources": "Pobierz uruchomione aplikacje jako list\u0119 \u017ar\u00f3de\u0142",
"screencap": "U\u017cyj zrzutu ekranu do ok\u0142adki albumu",
"state_detection_rules": "Skonfiguruj regu\u0142y wykrywania stanu",
"turn_off_command": "Polecenie wy\u0142\u0105czania z pow\u0142oki ADB (pozostaw puste dla warto\u015bci domy\u015blnej)",
"turn_on_command": "Polecenie w\u0142\u0105czenia z pow\u0142oki ADB (pozostaw puste dla warto\u015bci domy\u015blnej)"
},
"title": "Opcje Android TV"
},
"rules": {
"data": {
"rule_delete": "Zaznacz, aby usun\u0105\u0107 t\u0119 regu\u0142\u0119",
"rule_id": "Identyfikator aplikacji",
"rule_values": "Lista regu\u0142 wykrywania stanu (zobacz dokumentacj\u0119)"
},
"description": "Skonfiguruj regu\u0142\u0119 wykrywania dla identyfikatora aplikacji {rule_id}",
"title": "Konfiguracja regu\u0142 wykrywania stanu Android TV"
}
}
}
}

View File

@ -2,6 +2,7 @@
"device_automation": {
"condition_type": {
"is_bat_low": "{entity_name} battery is low",
"is_co": "{entity_name} is detecting carbon monoxide",
"is_cold": "{entity_name} is cold",
"is_connected": "{entity_name} is connected",
"is_gas": "{entity_name} is detecting gas",
@ -11,6 +12,7 @@
"is_moist": "{entity_name} is moist",
"is_motion": "{entity_name} is detecting motion",
"is_moving": "{entity_name} is moving",
"is_no_co": "{entity_name} is not detecting carbon monoxide",
"is_no_gas": "{entity_name} is not detecting gas",
"is_no_light": "{entity_name} is not detecting light",
"is_no_motion": "{entity_name} is not detecting motion",
@ -52,6 +54,7 @@
},
"trigger_type": {
"bat_low": "{entity_name} battery low",
"co": "{entity_name} started detecting carbon monoxide",
"cold": "{entity_name} became cold",
"connected": "{entity_name} connected",
"gas": "{entity_name} started detecting gas",
@ -63,6 +66,7 @@
"moist": "{entity_name} became moist",
"motion": "{entity_name} started detecting motion",
"moving": "{entity_name} started moving",
"no_co": "{entity_name} stopped detecting carbon monoxide",
"no_gas": "{entity_name} stopped detecting gas",
"no_light": "{entity_name} stopped detecting light",
"no_motion": "{entity_name} stopped detecting motion",
@ -104,6 +108,7 @@
}
},
"device_class": {
"co": "carbon_monoxide",
"cold": "cold",
"gas": "gas",
"heat": "heat",
@ -129,6 +134,10 @@
"off": "Not charging",
"on": "Charging"
},
"co": {
"off": "Clear",
"on": "Detected"
},
"cold": {
"off": "Normal",
"on": "Cold"

View File

@ -6,6 +6,8 @@
"error": {
"cannot_connect": "Nie mo\u017cna nawi\u0105za\u0107 po\u0142\u0105czenia",
"invalid_auth": "Niepoprawne uwierzytelnienie",
"invalid_auth_key": "Po\u015bwiadczenia API odrzucone przez Coinbase z powodu nieprawid\u0142owego klucza API.",
"invalid_auth_secret": "Po\u015bwiadczenia API odrzucone przez Coinbase z powodu nieprawid\u0142owego tajnego API.",
"unknown": "Nieoczekiwany b\u0142\u0105d"
},
"step": {

View File

@ -0,0 +1,14 @@
{
"config": {
"abort": {
"alread_configured": "Ja configurat. Nom\u00e9s \u00e9s possible una sola configuraci\u00f3."
},
"step": {
"user": {
"description": "Vols comen\u00e7ar la configuraci\u00f3?",
"title": "Velocitat de CPU"
}
}
},
"title": "Velocitat de CPU"
}

View File

@ -5,9 +5,11 @@
},
"error": {
"bad_auth": "Autenticaci\u00f3 inv\u00e0lida",
"invalid_auth": "Autenticaci\u00f3 inv\u00e0lida",
"invalid_pin": "El pin proporcionat no \u00e9s v\u00e0lid",
"network_error": "S'ha produ\u00eft un error de xarxa",
"no_panel_online": "No s'ha trobat cap panell de control d'Elmax en l\u00ednia.",
"unknown": "Error inesperat",
"unknown_error": "S'ha produ\u00eft un error desconegut"
},
"step": {

View File

@ -5,9 +5,11 @@
},
"error": {
"bad_auth": "Vigane autentimine",
"invalid_auth": "Tuvastamine nurjus",
"invalid_pin": "Sisestatud pin on kehtetu",
"network_error": "Ilmnes v\u00f5rgut\u00f5rge",
"no_panel_online": "V\u00f5rgus olevat Elmaxi juhtpaneeli ei leitud.",
"unknown": "Ootamatu t\u00f5rge",
"unknown_error": "Ilmnes ootamatu t\u00f5rge"
},
"step": {

View File

@ -5,9 +5,11 @@
},
"error": {
"bad_auth": "\u00c9rv\u00e9nytelen hiteles\u00edt\u00e9s",
"invalid_auth": "\u00c9rv\u00e9nytelen hiteles\u00edt\u00e9s",
"invalid_pin": "A megadott PIN-k\u00f3d \u00e9rv\u00e9nytelen",
"network_error": "H\u00e1l\u00f3zati hiba t\u00f6rt\u00e9nt",
"no_panel_online": "Nem tal\u00e1lhat\u00f3 online Elmax vez\u00e9rl\u0151panel.",
"unknown": "V\u00e1ratlan hiba t\u00f6rt\u00e9nt",
"unknown_error": "V\u00e1ratlan hiba t\u00f6rt\u00e9nt"
},
"step": {

View File

@ -5,9 +5,11 @@
},
"error": {
"bad_auth": "\u7121\u52b9\u306a\u8a8d\u8a3c",
"invalid_auth": "\u7121\u52b9\u306a\u8a8d\u8a3c",
"invalid_pin": "\u63d0\u4f9b\u3055\u308c\u305f\u30d4\u30f3\u304c\u7121\u52b9\u3067\u3059",
"network_error": "\u30cd\u30c3\u30c8\u30ef\u30fc\u30af\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f",
"no_panel_online": "\u30aa\u30f3\u30e9\u30a4\u30f3\u306eElmax\u30b3\u30f3\u30c8\u30ed\u30fc\u30eb\u30d1\u30cd\u30eb\u304c\u898b\u3064\u304b\u308a\u307e\u305b\u3093\u3067\u3057\u305f\u3002",
"unknown": "\u4e88\u671f\u3057\u306a\u3044\u30a8\u30e9\u30fc",
"unknown_error": "\u4e88\u671f\u305b\u306c\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f"
},
"step": {

View File

@ -5,9 +5,11 @@
},
"error": {
"bad_auth": "Ongeldige authenticatie",
"invalid_auth": "Ongeldige authenticatie",
"invalid_pin": "De opgegeven pincode is ongeldig",
"network_error": "Er is een netwerkfout opgetreden",
"no_panel_online": "Er is geen online Elmax-controlepaneel gevonden.",
"unknown": "Onverwachte fout",
"unknown_error": "Een onbekende fout is opgetreden."
},
"step": {

View File

@ -5,9 +5,11 @@
},
"error": {
"bad_auth": "Niepoprawne uwierzytelnienie",
"invalid_auth": "Niepoprawne uwierzytelnienie",
"invalid_pin": "Podany kod PIN jest nieprawid\u0142owy",
"network_error": "Wyst\u0105pi\u0142 b\u0142\u0105d sieci.",
"no_panel_online": "Nie znaleziono panelu sterowania online Elmax.",
"unknown": "Nieoczekiwany b\u0142\u0105d",
"unknown_error": "Nieoczekiwany b\u0142\u0105d"
},
"step": {

View File

@ -5,9 +5,11 @@
},
"error": {
"bad_auth": "\u041e\u0448\u0438\u0431\u043a\u0430 \u0430\u0443\u0442\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0446\u0438\u0438.",
"invalid_auth": "\u041e\u0448\u0438\u0431\u043a\u0430 \u0430\u0443\u0442\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0446\u0438\u0438.",
"invalid_pin": "\u041f\u0440\u0435\u0434\u043e\u0441\u0442\u0430\u0432\u043b\u0435\u043d\u043d\u044b\u0439 PIN-\u043a\u043e\u0434 \u043d\u0435\u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0442\u0435\u043b\u0435\u043d.",
"network_error": "\u041f\u0440\u043e\u0438\u0437\u043e\u0448\u043b\u0430 \u043e\u0448\u0438\u0431\u043a\u0430 \u0432 \u0441\u0435\u0442\u0438.",
"no_panel_online": "\u041f\u0430\u043d\u0435\u043b\u044c \u0443\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u044f Elmax \u043d\u0435 \u043d\u0430\u0439\u0434\u0435\u043d\u0430.",
"unknown": "\u041d\u0435\u043f\u0440\u0435\u0434\u0432\u0438\u0434\u0435\u043d\u043d\u0430\u044f \u043e\u0448\u0438\u0431\u043a\u0430.",
"unknown_error": "\u041f\u0440\u043e\u0438\u0437\u043e\u0448\u043b\u0430 \u043d\u0435\u043f\u0440\u0435\u0434\u0432\u0438\u0434\u0435\u043d\u043d\u0430\u044f \u043e\u0448\u0438\u0431\u043a\u0430."
},
"step": {

View File

@ -5,9 +5,11 @@
},
"error": {
"bad_auth": "\u9a57\u8b49\u78bc\u7121\u6548",
"invalid_auth": "\u9a57\u8b49\u78bc\u7121\u6548",
"invalid_pin": "\u6240\u63d0\u4f9b\u7684 PIN \u7121\u6548\u3002",
"network_error": "\u767c\u751f\u7db2\u8def\u932f\u8aa4",
"no_panel_online": "\u627e\u4e0d\u5230 Elmax \u63a7\u5236\u9762\u677f\u3002",
"unknown": "\u672a\u9810\u671f\u932f\u8aa4",
"unknown_error": "\u767c\u751f\u672a\u77e5\u932f\u8aa4"
},
"step": {

View File

@ -2,6 +2,7 @@
"config": {
"error": {
"cannot_connect": "Nie mo\u017cna nawi\u0105za\u0107 po\u0142\u0105czenia",
"timeout": "Limit czasu na nawi\u0105zanie po\u0142\u0105czenia",
"unknown": "Nieoczekiwany b\u0142\u0105d"
},
"step": {

View File

@ -4,7 +4,8 @@
"single_instance_allowed": "Ja configurat. Nom\u00e9s \u00e9s possible una sola configuraci\u00f3."
},
"error": {
"cannot_connect": "Ha fallat la connexi\u00f3"
"cannot_connect": "Ha fallat la connexi\u00f3",
"invalid_auth": "Autenticaci\u00f3 inv\u00e0lida"
},
"step": {
"user": {

View File

@ -4,7 +4,8 @@
"single_instance_allowed": "Juba seadistatud. V\u00f5imalik on ainult \u00fcks seadistamine."
},
"error": {
"cannot_connect": "\u00dchendamine nurjus"
"cannot_connect": "\u00dchendamine nurjus",
"invalid_auth": "Tuvastamine nurjus"
},
"step": {
"user": {

View File

@ -4,7 +4,8 @@
"single_instance_allowed": "M\u00e1r konfigur\u00e1lva van. Csak egy konfigur\u00e1ci\u00f3 lehets\u00e9ges."
},
"error": {
"cannot_connect": "Sikertelen csatlakoz\u00e1s"
"cannot_connect": "Sikertelen csatlakoz\u00e1s",
"invalid_auth": "\u00c9rv\u00e9nytelen hiteles\u00edt\u00e9s"
},
"step": {
"user": {

View File

@ -4,7 +4,8 @@
"single_instance_allowed": "\u3059\u3067\u306b\u8a2d\u5b9a\u3055\u308c\u3066\u3044\u307e\u3059\u3002\u5358\u4e00\u306e\u8a2d\u5b9a\u3057\u304b\u3067\u304d\u307e\u305b\u3093\u3002"
},
"error": {
"cannot_connect": "\u63a5\u7d9a\u306b\u5931\u6557\u3057\u307e\u3057\u305f"
"cannot_connect": "\u63a5\u7d9a\u306b\u5931\u6557\u3057\u307e\u3057\u305f",
"invalid_auth": "\u7121\u52b9\u306a\u8a8d\u8a3c"
},
"step": {
"user": {

View File

@ -4,7 +4,8 @@
"single_instance_allowed": "Al geconfigureerd. Slechts \u00e9\u00e9n configuratie mogelijk."
},
"error": {
"cannot_connect": "Kan geen verbinding maken"
"cannot_connect": "Kan geen verbinding maken",
"invalid_auth": "Ongeldige authenticatie"
},
"step": {
"user": {

View File

@ -4,7 +4,8 @@
"single_instance_allowed": "Ju\u017c skonfigurowano. Mo\u017cliwa jest tylko jedna konfiguracja."
},
"error": {
"cannot_connect": "Nie mo\u017cna nawi\u0105za\u0107 po\u0142\u0105czenia"
"cannot_connect": "Nie mo\u017cna nawi\u0105za\u0107 po\u0142\u0105czenia",
"invalid_auth": "Niepoprawne uwierzytelnienie"
},
"step": {
"user": {

View File

@ -4,7 +4,8 @@
"single_instance_allowed": "\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0430 \u0443\u0436\u0435 \u0432\u044b\u043f\u043e\u043b\u043d\u0435\u043d\u0430. \u0412\u043e\u0437\u043c\u043e\u0436\u043d\u043e \u0434\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u0442\u043e\u043b\u044c\u043a\u043e \u043e\u0434\u043d\u0443 \u043a\u043e\u043d\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u044e."
},
"error": {
"cannot_connect": "\u041d\u0435 \u0443\u0434\u0430\u043b\u043e\u0441\u044c \u043f\u043e\u0434\u043a\u043b\u044e\u0447\u0438\u0442\u044c\u0441\u044f."
"cannot_connect": "\u041d\u0435 \u0443\u0434\u0430\u043b\u043e\u0441\u044c \u043f\u043e\u0434\u043a\u043b\u044e\u0447\u0438\u0442\u044c\u0441\u044f.",
"invalid_auth": "\u041e\u0448\u0438\u0431\u043a\u0430 \u0430\u0443\u0442\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0446\u0438\u0438."
},
"step": {
"user": {

View File

@ -4,7 +4,8 @@
"single_instance_allowed": "\u50c5\u80fd\u8a2d\u5b9a\u4e00\u7d44\u88dd\u7f6e\u3002"
},
"error": {
"cannot_connect": "\u9023\u7dda\u5931\u6557"
"cannot_connect": "\u9023\u7dda\u5931\u6557",
"invalid_auth": "\u9a57\u8b49\u78bc\u7121\u6548"
},
"step": {
"user": {

View File

@ -10,7 +10,8 @@
"data": {
"show_on_map": "Show on map",
"station_id": "Sensor ID"
}
},
"title": "Define Luftdaten"
}
}
}

View File

@ -1,11 +1,23 @@
{
"config": {
"abort": {
"already_configured": "Account is al geconfigureerd"
},
"error": {
"cannot_connect": "Kan geen verbinding maken",
"invalid_auth": "Ongeldige authenticatie",
"server_in_maintenance": "Server is offline wegens onderhoud",
"too_many_requests": "Te veel verzoeken, probeer het later opnieuw."
"too_many_requests": "Te veel verzoeken, probeer het later opnieuw.",
"unknown": "Onverwachte fout"
},
"step": {
"user": {
"data": {
"host": "Host",
"hub": "Hub",
"password": "Wachtwoord",
"username": "Gebruikersnaam"
},
"description": "Het Overkiz platform wordt gebruikt door fabrikanten zoals Somfy (Connexoon / TaHoma), Hitachi (Hi Kumo), Rexel (Energeasy Connect) en Atlantic (Cozytouch). Voer je inloggegevens in en selecteer je hub."
}
}

View File

@ -0,0 +1,25 @@
{
"config": {
"abort": {
"already_configured": "Konto jest ju\u017c skonfigurowane"
},
"error": {
"cannot_connect": "Nie mo\u017cna nawi\u0105za\u0107 po\u0142\u0105czenia",
"invalid_auth": "Niepoprawne uwierzytelnienie",
"server_in_maintenance": "Serwer wy\u0142\u0105czony z powodu przerwy technicznej",
"too_many_requests": "Zbyt wiele \u017c\u0105da\u0144, spr\u00f3buj ponownie p\u00f3\u017aniej.",
"unknown": "Nieoczekiwany b\u0142\u0105d"
},
"step": {
"user": {
"data": {
"host": "Nazwa hosta lub adres IP",
"hub": "Hub",
"password": "Has\u0142o",
"username": "Nazwa u\u017cytkownika"
},
"description": "Platforma Overkiz jest u\u017cywana przez r\u00f3\u017cnych dostawc\u00f3w, takich jak Somfy (Connexoon / TaHoma), Hitachi (Hi Kumo), Rexel (Energeasy Connect) i Atlantic (Cozytouch). Wprowad\u017a po\u015bwiadczenia aplikacji i wybierz sw\u00f3j hub."
}
}
}
}

View File

@ -0,0 +1,26 @@
{
"config": {
"abort": {
"reauth_successful": "Re-autenticaci\u00f3 realitzada correctament"
},
"error": {
"cannot_connect": "Ha fallat la connexi\u00f3",
"invalid_auth": "Autenticaci\u00f3 inv\u00e0lida"
},
"step": {
"reauth_confirm": {
"data": {
"api_key": "Clau API"
},
"description": "Per tornar a autenticar amb PVOutput necessites la clau API, la pots obtenir a {account_url}."
},
"user": {
"data": {
"api_key": "Clau API",
"system_id": "ID de sistema"
},
"description": "Per autenticar-te amb PVOutput necessites la clau API, la pots obtenir a {account_url}.\n\nEls IDs dels sistemes registrats es mostren a la mateixa p\u00e0gina."
}
}
}
}

View File

@ -0,0 +1,26 @@
{
"config": {
"abort": {
"reauth_successful": "Taastuvastamine \u00f5nnestus"
},
"error": {
"cannot_connect": "\u00dchendamine nurjus",
"invalid_auth": "Tuvastamine nurjus"
},
"step": {
"reauth_confirm": {
"data": {
"api_key": "API v\u00f5ti"
},
"description": "PVOutputiga taasautentimiseks pead hankima API v\u00f5tme aadressilt {account_url}."
},
"user": {
"data": {
"api_key": "API v\u00f5ti",
"system_id": "S\u00fcsteemi ID"
},
"description": "PVOutputiga autentimiseks pead hankima API v\u00f5tme aadressilt {account_url} . \n\n Registreeritud s\u00fcsteemide ID-d on loetletud samal lehel."
}
}
}
}

View File

@ -0,0 +1,17 @@
{
"config": {
"error": {
"cannot_connect": "Sikertelen csatlakoz\u00e1s",
"invalid_auth": "\u00c9rv\u00e9nytelen hiteles\u00edt\u00e9s"
},
"step": {
"user": {
"data": {
"api_key": "API kulcs",
"system_id": "Rendszerazonos\u00edt\u00f3"
},
"description": "A PVOutput hiteles\u00edt\u00e9s\u00e9hez meg kell szereznie az API-kulcsot a {account_url} c\u00edmen.\n\nA regisztr\u00e1lt rendszerek rendszerazonos\u00edt\u00f3i ugyanezen az oldalon tal\u00e1lhat\u00f3k."
}
}
}
}

View File

@ -0,0 +1,17 @@
{
"config": {
"error": {
"cannot_connect": "\u63a5\u7d9a\u306b\u5931\u6557\u3057\u307e\u3057\u305f",
"invalid_auth": "\u7121\u52b9\u306a\u8a8d\u8a3c"
},
"step": {
"user": {
"data": {
"api_key": "API\u30ad\u30fc",
"system_id": "\u30b7\u30b9\u30c6\u30e0ID"
},
"description": "PVOutput\u3067\u8a8d\u8a3c\u3092\u884c\u3046\u306b\u306f\u3001{account_url} \u3067API\u30ad\u30fc\u3092\u53d6\u5f97\u3059\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059\u3002\n\n\u767b\u9332\u3055\u308c\u3066\u3044\u308b\u30b7\u30b9\u30c6\u30e0ID\u306f\u3001\u305d\u306e\u540c\u3058\u30da\u30fc\u30b8\u306b\u8a18\u8f09\u3055\u308c\u3066\u3044\u307e\u3059\u3002"
}
}
}
}

View File

@ -0,0 +1,17 @@
{
"config": {
"error": {
"cannot_connect": "Kan geen verbinding maken",
"invalid_auth": "Ongeldige authenticatie"
},
"step": {
"user": {
"data": {
"api_key": "API-sleutel",
"system_id": "Systeem-ID"
},
"description": "Om te authenticeren met PVOutput heeft u de API-sleutel nodig op {account_url} . \n\n De systeem-ID's van geregistreerde systemen worden op dezelfde pagina vermeld."
}
}
}
}

View File

@ -0,0 +1,26 @@
{
"config": {
"abort": {
"reauth_successful": "Ponowne uwierzytelnienie powiod\u0142o si\u0119"
},
"error": {
"cannot_connect": "Nie mo\u017cna nawi\u0105za\u0107 po\u0142\u0105czenia",
"invalid_auth": "Niepoprawne uwierzytelnienie"
},
"step": {
"reauth_confirm": {
"data": {
"api_key": "Klucz API"
},
"description": "Aby ponownie uwierzytelni\u0107 si\u0119 za pomoc\u0105 PVOutput, musisz uzyska\u0107 klucz API pod adresem {account_url}."
},
"user": {
"data": {
"api_key": "Klucz API",
"system_id": "Identyfikator systemu"
},
"description": "Aby uwierzytelni\u0107 si\u0119 za pomoc\u0105 PVOutput, musisz uzyska\u0107 klucz API pod adresem {account_url}.\n\nIdentyfikatory systemowe zarejestrowanych system\u00f3w s\u0105 wymienione na tej samej stronie."
}
}
}
}

View File

@ -0,0 +1,26 @@
{
"config": {
"abort": {
"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."
},
"error": {
"cannot_connect": "\u041d\u0435 \u0443\u0434\u0430\u043b\u043e\u0441\u044c \u043f\u043e\u0434\u043a\u043b\u044e\u0447\u0438\u0442\u044c\u0441\u044f.",
"invalid_auth": "\u041e\u0448\u0438\u0431\u043a\u0430 \u0430\u0443\u0442\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0446\u0438\u0438."
},
"step": {
"reauth_confirm": {
"data": {
"api_key": "\u041a\u043b\u044e\u0447 API"
},
"description": "\u0414\u043b\u044f \u043f\u043e\u0432\u0442\u043e\u0440\u043d\u043e\u0439 \u0430\u0443\u0442\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0446\u0438\u0438 \u0441 \u043f\u043e\u043c\u043e\u0449\u044c\u044e PVOutput \u0412\u0430\u043c \u043d\u0435\u043e\u0431\u0445\u043e\u0434\u0438\u043c\u043e \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c \u043a\u043b\u044e\u0447 API \u043f\u043e \u0430\u0434\u0440\u0435\u0441\u0443 {account_url}."
},
"user": {
"data": {
"api_key": "\u041a\u043b\u044e\u0447 API",
"system_id": "ID \u0441\u0438\u0441\u0442\u0435\u043c\u044b"
},
"description": "\u0414\u043b\u044f \u0430\u0443\u0442\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0446\u0438\u0438 \u0441 \u043f\u043e\u043c\u043e\u0449\u044c\u044e PVOutput \u0412\u0430\u043c \u043d\u0435\u043e\u0431\u0445\u043e\u0434\u0438\u043c\u043e \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c \u043a\u043b\u044e\u0447 API \u043f\u043e \u0430\u0434\u0440\u0435\u0441\u0443 {account_url}. \n\nID \u0437\u0430\u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0438\u0440\u043e\u0432\u0430\u043d\u043d\u044b\u0445 \u0441\u0438\u0441\u0442\u0435\u043c \u043f\u0435\u0440\u0435\u0447\u0438\u0441\u043b\u0435\u043d\u044b \u043d\u0430 \u044d\u0442\u043e\u0439 \u0436\u0435 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0435."
}
}
}
}

View File

@ -0,0 +1,17 @@
{
"config": {
"error": {
"cannot_connect": "\u9023\u7dda\u5931\u6557",
"invalid_auth": "\u9a57\u8b49\u78bc\u7121\u6548"
},
"step": {
"user": {
"data": {
"api_key": "API \u91d1\u9470",
"system_id": "\u7cfb\u7d71 ID"
},
"description": "\u6b32\u4f7f\u7528 PVOutput \u8a8d\u8b49\u3001\u5c07\u9700\u8981\u7531 {account_url} \u7372\u5f97 API \u91d1\u9470\u3002\n\n\u5df2\u8a3b\u518a\u7684\u7cfb\u7d71 ID \u4e5f\u5c07\u65bc\u986f\u793a\u5217\u8868\u65bc\u540c\u4e00\u756b\u9762\u3002"
}
}
}
}

View File

@ -0,0 +1,18 @@
{
"config": {
"abort": {
"already_configured": "Konto jest ju\u017c skonfigurowane"
},
"error": {
"cannot_connect": "Nie mo\u017cna nawi\u0105za\u0107 po\u0142\u0105czenia"
},
"step": {
"user": {
"data": {
"api_key": "Klucz API",
"name": "Nazwa"
}
}
}
}
}

View File

@ -1,6 +1,7 @@
{
"device_automation": {
"condition_type": {
"is_apparent_power": "aktualna moc pozorna {entity_name}",
"is_battery_level": "obecny poziom na\u0142adowania baterii {entity_name}",
"is_carbon_dioxide": "obecny poziom st\u0119\u017cenia dwutlenku w\u0119gla w {entity_name}",
"is_carbon_monoxide": "obecny poziom st\u0119\u017cenia tlenku w\u0119gla w {entity_name}",
@ -20,6 +21,7 @@
"is_power": "obecna moc {entity_name}",
"is_power_factor": "obecny wsp\u00f3\u0142czynnik mocy {entity_name}",
"is_pressure": "obecne ci\u015bnienie {entity_name}",
"is_reactive_power": "aktualna moc bierna {entity_name}",
"is_signal_strength": "obecna si\u0142a sygna\u0142u {entity_name}",
"is_sulphur_dioxide": "obecny poziom st\u0119\u017cenia dwutlenku siarki {entity_name}",
"is_temperature": "obecna temperatura {entity_name}",
@ -28,6 +30,7 @@
"is_voltage": "obecne napi\u0119cie {entity_name}"
},
"trigger_type": {
"apparent_power": "zmieni si\u0119 moc pozorna {entity_name}",
"battery_level": "zmieni si\u0119 poziom baterii {entity_name}",
"carbon_dioxide": "{entity_name} wykryje zmian\u0119 st\u0119\u017cenia dwutlenku w\u0119gla",
"carbon_monoxide": "{entity_name} wykryje zmian\u0119 st\u0119\u017cenia tlenku w\u0119gla",
@ -47,6 +50,7 @@
"power": "zmieni si\u0119 moc {entity_name}",
"power_factor": "zmieni si\u0119 wsp\u00f3\u0142czynnik mocy w {entity_name}",
"pressure": "zmieni si\u0119 ci\u015bnienie {entity_name}",
"reactive_power": "zmieni si\u0119 moc bierna {entity_name}",
"signal_strength": "zmieni si\u0119 si\u0142a sygna\u0142u {entity_name}",
"sulphur_dioxide": "{entity_name} wykryje zmian\u0119 st\u0119\u017cenia dwutlenku siarki",
"temperature": "zmieni si\u0119 temperatura {entity_name}",

View File

@ -14,9 +14,9 @@
"data": {
"host": "\u0425\u043e\u0441\u0442",
"port": "\u041f\u043e\u0440\u0442",
"system_id": "System ID"
"system_id": "ID \u0441\u0438\u0441\u0442\u0435\u043c\u044b"
},
"description": "System ID \u043c\u043e\u0436\u043d\u043e \u0443\u0437\u043d\u0430\u0442\u044c \u0432 \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u0438 MyLink \u0432 \u0440\u0430\u0437\u0434\u0435\u043b\u0435 \u00ab\u0418\u043d\u0442\u0435\u0433\u0440\u0430\u0446\u0438\u044f\u00bb, \u0432\u044b\u0431\u0440\u0430\u0432 \u043b\u044e\u0431\u0443\u044e \u043d\u0435 \u043e\u0431\u043b\u0430\u0447\u043d\u0443\u044e \u0441\u043b\u0443\u0436\u0431\u0443."
"description": "ID \u0441\u0438\u0441\u0442\u0435\u043c\u044b \u043c\u043e\u0436\u043d\u043e \u0443\u0437\u043d\u0430\u0442\u044c \u0432 \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u0438 MyLink \u0432 \u0440\u0430\u0437\u0434\u0435\u043b\u0435 \u00ab\u0418\u043d\u0442\u0435\u0433\u0440\u0430\u0446\u0438\u044f\u00bb, \u0432\u044b\u0431\u0440\u0430\u0432 \u043b\u044e\u0431\u0443\u044e \u043d\u0435 \u043e\u0431\u043b\u0430\u0447\u043d\u0443\u044e \u0441\u043b\u0443\u0436\u0431\u0443."
}
}
},

View File

@ -1,12 +1,19 @@
{
"config": {
"abort": {
"already_configured": "Konto jest ju\u017c skonfigurowane"
"already_configured": "Konto jest ju\u017c skonfigurowane",
"reauth_successful": "Ponowne uwierzytelnienie powiod\u0142o si\u0119"
},
"error": {
"invalid_auth": "Niepoprawne uwierzytelnienie"
},
"step": {
"reauth_confirm": {
"data": {
"password": "Has\u0142o"
},
"title": "Ponownie uwierzytelnij Tile"
},
"user": {
"data": {
"password": "Has\u0142o",

View File

@ -6,6 +6,7 @@
"error": {
"cannot_connect": "Sikertelen csatlakoz\u00e1s",
"invalid_auth": "\u00c9rv\u00e9nytelen hiteles\u00edt\u00e9s",
"protect_version": "A minim\u00e1lisan sz\u00fcks\u00e9ges verzi\u00f3 a v1.20.0. Friss\u00edtse az UniFi Protect-et, majd pr\u00f3b\u00e1lkozzon \u00fajra.",
"unknown": "V\u00e1ratlan hiba t\u00f6rt\u00e9nt"
},
"step": {

View File

@ -0,0 +1,35 @@
{
"config": {
"abort": {
"already_configured": "Apparaat is al geconfigureerd"
},
"error": {
"cannot_connect": "Kan geen verbinding maken",
"invalid_auth": "Ongeldige authenticatie",
"protect_version": "Minimaal vereiste versie is v1.20.0. Upgrade UniFi Protect en probeer het opnieuw.",
"unknown": "Onverwachte fout"
},
"step": {
"user": {
"data": {
"host": "Host",
"password": "Wachtwoord",
"username": "Gebruikersnaam"
}
}
}
},
"options": {
"step": {
"init": {
"data": {
"all_updates": "Realtime metrieken (WAARSCHUWING: Verhoogt CPU gebruik)",
"disable_rtsp": "De RTSP-stream uitschakelen",
"override_connection_host": "Verbindingshost overschrijven"
},
"description": "De optie Realtime metrieken moet alleen worden aangezet als u de diagnostische sensoren hebt aangezet en ze in realtime wilt laten bijwerken. Indien niet aangevinkt, zullen ze elke 15 minuten worden bijgewerkt.",
"title": "UniFi Protect opties"
}
}
}
}

View File

@ -0,0 +1,35 @@
{
"config": {
"abort": {
"already_configured": "Urz\u0105dzenie jest ju\u017c skonfigurowane"
},
"error": {
"cannot_connect": "Nie mo\u017cna nawi\u0105za\u0107 po\u0142\u0105czenia",
"invalid_auth": "Niepoprawne uwierzytelnienie",
"protect_version": "Minimalna wymagana wersja to v1.20.0. Zaktualizuj UniFi Protect, a nast\u0119pnie spr\u00f3buj ponownie.",
"unknown": "Nieoczekiwany b\u0142\u0105d"
},
"step": {
"user": {
"data": {
"host": "Nazwa hosta lub adres IP",
"password": "Has\u0142o",
"username": "Nazwa u\u017cytkownika"
}
}
}
},
"options": {
"step": {
"init": {
"data": {
"all_updates": "Metryki w czasie rzeczywistym (UWAGA: Znacznie zwi\u0119ksza u\u017cycie CPU)",
"disable_rtsp": "Wy\u0142\u0105cz strumie\u0144 RTSP",
"override_connection_host": "Zast\u0105p host po\u0142\u0105czenia"
},
"description": "Opcja metryk w czasie rzeczywistym powinna by\u0107 w\u0142\u0105czona tylko wtedy, gdy w\u0142\u0105czono czujniki diagnostyczne i chcesz je aktualizowa\u0107 w czasie rzeczywistym. Je\u015bli nie s\u0105 w\u0142\u0105czone, b\u0119d\u0105 aktualizowane tylko raz na 15 minut.",
"title": "Opcje UniFi Protect"
}
}
}
}

View File

@ -0,0 +1,21 @@
{
"config": {
"abort": {
"already_configured": "El servei ja est\u00e0 configurat"
},
"error": {
"cannot_connect": "Ha fallat la connexi\u00f3",
"invalid_host": "Nom de l'amfitri\u00f3 o adre\u00e7a IP inv\u00e0lids"
},
"step": {
"user": {
"data": {
"host": "Amfitri\u00f3",
"name": "Nom"
},
"description": "Configura la integraci\u00f3 Vallox. Si tens problemes amb la configuraci\u00f3, visita: https://www.home-assistant.io/integrations/vallox.",
"title": "Vallox"
}
}
}
}

View File

@ -1,20 +1,21 @@
{
"config": {
"abort": {
"already_configured": "Device is already configured"
"already_configured": "Service is already configured"
},
"error": {
"cannot_connect": "Failed to connect to Vallox",
"invalid_host": "Invalid host",
"unknown": "Unexpected error"
"cannot_connect": "Failed to connect",
"invalid_host": "Invalid hostname or IP address"
},
"step": {
"user": {
"data": {
"host": "Host",
"name": "Name"
}
},
"description": "Set up the Vallox integration. If you have problems with configuration go to https://www.home-assistant.io/integrations/vallox.",
"title": "Vallox"
}
}
}
}
}

View File

@ -0,0 +1,26 @@
{
"config": {
"abort": {
"already_configured": "Urz\u0105dzenie jest ju\u017c skonfigurowane"
},
"step": {
"user": {
"data": {
"version_source": "\u0179r\u00f3d\u0142o wersji"
},
"description": "Wybierz \u017ar\u00f3d\u0142o, z kt\u00f3rego chcesz \u015bledzi\u0107 wersj\u0119",
"title": "Wybierz typ instalacji"
},
"version_source": {
"data": {
"beta": "Uwzgl\u0119dnij wersje beta",
"board": "Kt\u00f3ry uk\u0142ad powinien by\u0107 \u015bledzony",
"channel": "Kt\u00f3ry kana\u0142 powinien by\u0107 \u015bledzony",
"image": "Kt\u00f3ry obraz powinien by\u0107 \u015bledzony"
},
"description": "Skonfiguruj \u015bledzenie wersji {version_source}",
"title": "Konfiguracja"
}
}
}
}