mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 11:17:21 +00:00
[ci skip] Translation update
This commit is contained in:
parent
cd3e51b3e7
commit
a9a74e0415
@ -4,7 +4,7 @@
|
||||
"already_configured": "Konto jest ju\u017c skonfigurowane"
|
||||
},
|
||||
"error": {
|
||||
"cannot_connect": "Nie uda\u0142o si\u0119 po\u0142\u0105czy\u0107",
|
||||
"cannot_connect": "Nie mo\u017cna nawi\u0105za\u0107 po\u0142\u0105czenia",
|
||||
"invalid_auth": "Niepoprawne uwierzytelnienie",
|
||||
"unknown": "Nieoczekiwany b\u0142\u0105d"
|
||||
},
|
||||
|
@ -43,7 +43,7 @@
|
||||
"is_problem": "{entity_name} hat ein Problem festgestellt",
|
||||
"is_smoke": "{entity_name} hat Rauch detektiert",
|
||||
"is_sound": "{entity_name} hat Ger\u00e4usche detektiert",
|
||||
"is_tampered": "{Einheit_Name} erkennt Manipulationen",
|
||||
"is_tampered": "{entity_name} erkennt Manipulationen",
|
||||
"is_unsafe": "{entity_name} ist unsicher",
|
||||
"is_update": "{entity_name} hat ein Update verf\u00fcgbar",
|
||||
"is_vibration": "{entity_name} erkennt Vibrationen."
|
||||
|
@ -31,6 +31,7 @@
|
||||
"is_not_plugged_in": "{entity_name} is unplugged",
|
||||
"is_not_powered": "{entity_name} is not powered",
|
||||
"is_not_present": "{entity_name} is not present",
|
||||
"is_not_running": "{entity_name} is not running",
|
||||
"is_not_tampered": "{entity_name} is not detecting tampering",
|
||||
"is_not_unsafe": "{entity_name} is safe",
|
||||
"is_occupied": "{entity_name} is occupied",
|
||||
@ -41,6 +42,7 @@
|
||||
"is_powered": "{entity_name} is powered",
|
||||
"is_present": "{entity_name} is present",
|
||||
"is_problem": "{entity_name} is detecting problem",
|
||||
"is_running": "{entity_name} is running",
|
||||
"is_smoke": "{entity_name} is detecting smoke",
|
||||
"is_sound": "{entity_name} is detecting sound",
|
||||
"is_tampered": "{entity_name} is detecting tampering",
|
||||
@ -81,6 +83,7 @@
|
||||
"not_plugged_in": "{entity_name} unplugged",
|
||||
"not_powered": "{entity_name} not powered",
|
||||
"not_present": "{entity_name} not present",
|
||||
"not_running": "{entity_name} is no longer running",
|
||||
"not_unsafe": "{entity_name} became safe",
|
||||
"occupied": "{entity_name} became occupied",
|
||||
"opened": "{entity_name} opened",
|
||||
@ -88,6 +91,7 @@
|
||||
"powered": "{entity_name} powered",
|
||||
"present": "{entity_name} present",
|
||||
"problem": "{entity_name} started detecting problem",
|
||||
"running": "{entity_name} started running",
|
||||
"smoke": "{entity_name} started detecting smoke",
|
||||
"sound": "{entity_name} started detecting sound",
|
||||
"turned_off": "{entity_name} turned off",
|
||||
@ -174,6 +178,10 @@
|
||||
"off": "OK",
|
||||
"on": "Problem"
|
||||
},
|
||||
"running": {
|
||||
"off": "Not running",
|
||||
"on": "Running"
|
||||
},
|
||||
"safety": {
|
||||
"off": "Safe",
|
||||
"on": "Unsafe"
|
||||
|
@ -48,6 +48,10 @@
|
||||
"off": "Engin vi\u00f0vera",
|
||||
"on": "Uppg\u00f6tva\u00f0"
|
||||
},
|
||||
"opening": {
|
||||
"off": "Loka\u00f0",
|
||||
"on": "Opi\u00f0"
|
||||
},
|
||||
"presence": {
|
||||
"off": "Fjarverandi",
|
||||
"on": "Heima"
|
||||
|
@ -18,7 +18,7 @@
|
||||
},
|
||||
"credentials": {
|
||||
"data": {
|
||||
"password": "Has\u0142o kontrolera"
|
||||
"password": "Has\u0142o"
|
||||
}
|
||||
},
|
||||
"reauth_confirm": {
|
||||
|
@ -10,12 +10,12 @@
|
||||
"step": {
|
||||
"usb_config": {
|
||||
"data": {
|
||||
"usb_path": "\u015acie\u017cka do urz\u0105dzenia USB"
|
||||
"usb_path": "\u015acie\u017cka urz\u0105dzenia USB"
|
||||
}
|
||||
},
|
||||
"usb_manual_config": {
|
||||
"data": {
|
||||
"usb_manual_path": "\u015acie\u017cka do urz\u0105dzenia USB"
|
||||
"usb_manual_path": "\u015acie\u017cka urz\u0105dzenia USB"
|
||||
}
|
||||
},
|
||||
"user": {
|
||||
@ -31,22 +31,22 @@
|
||||
"step": {
|
||||
"usb_config": {
|
||||
"data": {
|
||||
"usb_path": "\u015acie\u017cka do urz\u0105dzenia USB"
|
||||
"usb_path": "\u015acie\u017cka urz\u0105dzenia USB"
|
||||
}
|
||||
},
|
||||
"usb_config_option": {
|
||||
"data": {
|
||||
"usb_path": "\u015acie\u017cka do urz\u0105dzenia USB"
|
||||
"usb_path": "\u015acie\u017cka urz\u0105dzenia USB"
|
||||
}
|
||||
},
|
||||
"usb_manual_config": {
|
||||
"data": {
|
||||
"usb_manual_path": "\u015acie\u017cka do urz\u0105dzenia USB"
|
||||
"usb_manual_path": "\u015acie\u017cka urz\u0105dzenia USB"
|
||||
}
|
||||
},
|
||||
"usb_manual_config_option": {
|
||||
"data": {
|
||||
"usb_manual_path": "\u015acie\u017cka do urz\u0105dzenia USB"
|
||||
"usb_manual_path": "\u015acie\u017cka urz\u0105dzenia USB"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -2,6 +2,8 @@
|
||||
"config": {
|
||||
"abort": {
|
||||
"already_configured": "Apparaat is al geconfigureerd",
|
||||
"alternative_integration": "Apparaat wordt beter ondersteund door een andere integratie",
|
||||
"cannot_connect": "Kan geen verbinding maken",
|
||||
"could_not_connect": "Mislukt om te verbinden met DNLA apparaat",
|
||||
"discovery_error": "Kan geen overeenkomend DLNA-apparaat vinden",
|
||||
"incomplete_config": "Configuratie mist een vereiste variabele",
|
||||
@ -9,6 +11,7 @@
|
||||
"not_dmr": "Apparaat is geen Digital Media Renderer"
|
||||
},
|
||||
"error": {
|
||||
"cannot_connect": "Kan geen verbinding maken",
|
||||
"could_not_connect": "Mislukt om te verbinden met DNLA apparaat",
|
||||
"not_dmr": "Apparaat is geen Digital Media Renderer"
|
||||
},
|
||||
@ -20,8 +23,16 @@
|
||||
"import_turn_on": {
|
||||
"description": "Zet het apparaat aan en klik op verzenden om door te gaan met de migratie"
|
||||
},
|
||||
"manual": {
|
||||
"data": {
|
||||
"url": "URL"
|
||||
},
|
||||
"description": "URL naar een XML-bestand met apparaatbeschrijvingen",
|
||||
"title": "Handmatige DLNA DMR-apparaatverbinding"
|
||||
},
|
||||
"user": {
|
||||
"data": {
|
||||
"host": "Host",
|
||||
"url": "URL"
|
||||
},
|
||||
"description": "URL naar een XML-bestand met apparaatbeschrijvingen",
|
||||
|
@ -2,6 +2,8 @@
|
||||
"config": {
|
||||
"abort": {
|
||||
"already_configured": "Enheten er allerede konfigurert",
|
||||
"alternative_integration": "Enheten st\u00f8ttes bedre av en annen integrasjon",
|
||||
"cannot_connect": "Tilkobling mislyktes",
|
||||
"could_not_connect": "Kunne ikke koble til DLNA -enhet",
|
||||
"discovery_error": "Kunne ikke finne en matchende DLNA -enhet",
|
||||
"incomplete_config": "Konfigurasjonen mangler en n\u00f8dvendig variabel",
|
||||
@ -9,6 +11,7 @@
|
||||
"not_dmr": "Enheten er ikke en Digital Media Renderer"
|
||||
},
|
||||
"error": {
|
||||
"cannot_connect": "Tilkobling mislyktes",
|
||||
"could_not_connect": "Kunne ikke koble til DLNA -enhet",
|
||||
"not_dmr": "Enheten er ikke en Digital Media Renderer"
|
||||
},
|
||||
@ -20,12 +23,20 @@
|
||||
"import_turn_on": {
|
||||
"description": "Sl\u00e5 p\u00e5 enheten og klikk p\u00e5 send for \u00e5 fortsette overf\u00f8ringen"
|
||||
},
|
||||
"user": {
|
||||
"manual": {
|
||||
"data": {
|
||||
"url": "URL"
|
||||
},
|
||||
"description": "URL til en enhetsbeskrivelse XML -fil",
|
||||
"title": "DLNA Digital Media Renderer"
|
||||
"title": "Manuell DLNA DMR -enhetstilkobling"
|
||||
},
|
||||
"user": {
|
||||
"data": {
|
||||
"host": "Vert",
|
||||
"url": "URL"
|
||||
},
|
||||
"description": "Velg en enhet du vil konfigurere, eller la den st\u00e5 tom for \u00e5 angi en URL",
|
||||
"title": "Oppdaget DLNA DMR -enheter"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -1,15 +1,25 @@
|
||||
{
|
||||
"config": {
|
||||
"abort": {
|
||||
"already_configured": "Urz\u0105dzenie jest ju\u017c skonfigurowane"
|
||||
"already_configured": "Urz\u0105dzenie jest ju\u017c skonfigurowane",
|
||||
"cannot_connect": "Nie mo\u017cna nawi\u0105za\u0107 po\u0142\u0105czenia"
|
||||
},
|
||||
"error": {
|
||||
"cannot_connect": "Nie mo\u017cna nawi\u0105za\u0107 po\u0142\u0105czenia"
|
||||
},
|
||||
"flow_title": "{name}",
|
||||
"step": {
|
||||
"confirm": {
|
||||
"description": "Czy chcesz rozpocz\u0105\u0107 konfiguracj\u0119?"
|
||||
},
|
||||
"manual": {
|
||||
"data": {
|
||||
"url": "URL"
|
||||
}
|
||||
},
|
||||
"user": {
|
||||
"data": {
|
||||
"host": "Nazwa hosta lub adres IP",
|
||||
"url": "URL"
|
||||
}
|
||||
}
|
||||
|
31
homeassistant/components/lookin/translations/no.json
Normal file
31
homeassistant/components/lookin/translations/no.json
Normal file
@ -0,0 +1,31 @@
|
||||
{
|
||||
"config": {
|
||||
"abort": {
|
||||
"already_configured": "Enheten er allerede konfigurert",
|
||||
"already_in_progress": "Konfigurasjonsflyten p\u00e5g\u00e5r allerede",
|
||||
"cannot_connect": "Tilkobling mislyktes",
|
||||
"no_devices_found": "Ingen enheter funnet p\u00e5 nettverket"
|
||||
},
|
||||
"error": {
|
||||
"cannot_connect": "Tilkobling mislyktes",
|
||||
"no_devices_found": "Ingen enheter funnet p\u00e5 nettverket",
|
||||
"unknown": "Uventet feil"
|
||||
},
|
||||
"flow_title": "{name} ({host})",
|
||||
"step": {
|
||||
"device_name": {
|
||||
"data": {
|
||||
"name": "Navn"
|
||||
}
|
||||
},
|
||||
"discovery_confirm": {
|
||||
"description": "Vil du konfigurere {name} ({host})?"
|
||||
},
|
||||
"user": {
|
||||
"data": {
|
||||
"ip_address": "IP adresse"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
26
homeassistant/components/lookin/translations/pl.json
Normal file
26
homeassistant/components/lookin/translations/pl.json
Normal file
@ -0,0 +1,26 @@
|
||||
{
|
||||
"config": {
|
||||
"abort": {
|
||||
"already_configured": "Urz\u0105dzenie jest ju\u017c skonfigurowane",
|
||||
"cannot_connect": "Nie mo\u017cna nawi\u0105za\u0107 po\u0142\u0105czenia",
|
||||
"no_devices_found": "Nie znaleziono urz\u0105dze\u0144 w sieci"
|
||||
},
|
||||
"error": {
|
||||
"cannot_connect": "Nie mo\u017cna nawi\u0105za\u0107 po\u0142\u0105czenia",
|
||||
"no_devices_found": "Nie znaleziono urz\u0105dze\u0144 w sieci",
|
||||
"unknown": "Nieoczekiwany b\u0142\u0105d"
|
||||
},
|
||||
"step": {
|
||||
"device_name": {
|
||||
"data": {
|
||||
"name": "Nazwa"
|
||||
}
|
||||
},
|
||||
"user": {
|
||||
"data": {
|
||||
"ip_address": "Adres IP"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
@ -2,10 +2,11 @@
|
||||
"config": {
|
||||
"abort": {
|
||||
"already_configured": "Urz\u0105dzenie jest ju\u017c skonfigurowane",
|
||||
"already_in_progress": "Konfiguracja jest ju\u017c w toku"
|
||||
"already_in_progress": "Konfiguracja jest ju\u017c w toku",
|
||||
"no_devices_found": "Nie znaleziono urz\u0105dze\u0144 w sieci"
|
||||
},
|
||||
"error": {
|
||||
"cannot_connect": "Nie uda\u0142o si\u0119 po\u0142\u0105czy\u0107"
|
||||
"cannot_connect": "Nie mo\u017cna nawi\u0105za\u0107 po\u0142\u0105czenia"
|
||||
},
|
||||
"step": {
|
||||
"usb_confirm": {
|
||||
|
14
homeassistant/components/moon/translations/sensor.is.json
Normal file
14
homeassistant/components/moon/translations/sensor.is.json
Normal file
@ -0,0 +1,14 @@
|
||||
{
|
||||
"state": {
|
||||
"moon__phase": {
|
||||
"first_quarter": "Fyrsta kvartil",
|
||||
"full_moon": "Fullt tungl",
|
||||
"last_quarter": "S\u00ed\u00f0asta kvartil",
|
||||
"new_moon": "N\u00fdtt tungl",
|
||||
"waning_crescent": "Minnkandi sig\u00f0",
|
||||
"waning_gibbous": "Gleitt minnkandi",
|
||||
"waxing_crescent": "Vaxandi sig\u00f0",
|
||||
"waxing_gibbous": "Gleitt vaxandi"
|
||||
}
|
||||
}
|
||||
}
|
@ -17,8 +17,8 @@
|
||||
},
|
||||
"user": {
|
||||
"data": {
|
||||
"admin_password": "Has\u0142o admina",
|
||||
"admin_username": "Nazwa u\u017cytkownika admina",
|
||||
"admin_password": "Has\u0142o administratora",
|
||||
"admin_username": "Nazwa u\u017cytkownika administratora",
|
||||
"surveillance_password": "Has\u0142o podgl\u0105du",
|
||||
"surveillance_username": "[%key::common::config_flow::data::username%] podgl\u0105du",
|
||||
"url": "URL"
|
||||
|
@ -6,11 +6,11 @@
|
||||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
"host": "Nazwa hosta lub adres IP (Opcjonalne)",
|
||||
"host": "Nazwa hosta lub adres IP (opcjonalnie)",
|
||||
"password": "Has\u0142o",
|
||||
"port": "Port (Opcjonalnie)",
|
||||
"port": "Port (opcjonalnie)",
|
||||
"ssl": "Certyfikat SSL",
|
||||
"username": "Nazwa u\u017cytkownika (Opcjonalnie)"
|
||||
"username": "Nazwa u\u017cytkownika (opcjonalnie)"
|
||||
},
|
||||
"title": "Netgear"
|
||||
}
|
||||
|
29
homeassistant/components/octoprint/translations/nl.json
Normal file
29
homeassistant/components/octoprint/translations/nl.json
Normal file
@ -0,0 +1,29 @@
|
||||
{
|
||||
"config": {
|
||||
"abort": {
|
||||
"already_configured": "Apparaat is al geconfigureerd",
|
||||
"auth_failed": "Kan applicatie API-sleutel niet ophalen",
|
||||
"cannot_connect": "Kan geen verbinding maken",
|
||||
"unknown": "Onverwachte fout"
|
||||
},
|
||||
"error": {
|
||||
"cannot_connect": "Kan geen verbinding maken",
|
||||
"unknown": "Onverwachte fout"
|
||||
},
|
||||
"flow_title": "OctoPrint Printer: {host}",
|
||||
"progress": {
|
||||
"get_api_key": "Open de OctoPrint UI en klik op 'Toestaan' op het toegangsverzoek voor 'Home Assistant'."
|
||||
},
|
||||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
"host": "Host",
|
||||
"path": "Applicatiepad",
|
||||
"port": "Poortnummer",
|
||||
"ssl": "SSL gebruiken",
|
||||
"username": "Gebruikersnaam"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
29
homeassistant/components/octoprint/translations/no.json
Normal file
29
homeassistant/components/octoprint/translations/no.json
Normal file
@ -0,0 +1,29 @@
|
||||
{
|
||||
"config": {
|
||||
"abort": {
|
||||
"already_configured": "Enheten er allerede konfigurert",
|
||||
"auth_failed": "Kan ikke hente APAn\u00f8kkel for program",
|
||||
"cannot_connect": "Tilkobling mislyktes",
|
||||
"unknown": "Uventet feil"
|
||||
},
|
||||
"error": {
|
||||
"cannot_connect": "Tilkobling mislyktes",
|
||||
"unknown": "Uventet feil"
|
||||
},
|
||||
"flow_title": "OctoPrint-skriver: {host}",
|
||||
"progress": {
|
||||
"get_api_key": "\u00c5pne OctoPrint UI og klikk \"Tillat\" p\u00e5 tilgangsforesp\u00f8rselen for \"Hjemmeassistent\"."
|
||||
},
|
||||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
"host": "Vert",
|
||||
"path": "Bane til program",
|
||||
"port": "Portnummer",
|
||||
"ssl": "Bruk SSL",
|
||||
"username": "Brukernavn"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
22
homeassistant/components/octoprint/translations/pl.json
Normal file
22
homeassistant/components/octoprint/translations/pl.json
Normal file
@ -0,0 +1,22 @@
|
||||
{
|
||||
"config": {
|
||||
"abort": {
|
||||
"already_configured": "Urz\u0105dzenie jest ju\u017c skonfigurowane",
|
||||
"cannot_connect": "Nie mo\u017cna nawi\u0105za\u0107 po\u0142\u0105czenia",
|
||||
"unknown": "Nieoczekiwany b\u0142\u0105d"
|
||||
},
|
||||
"error": {
|
||||
"cannot_connect": "Nie mo\u017cna nawi\u0105za\u0107 po\u0142\u0105czenia",
|
||||
"unknown": "Nieoczekiwany b\u0142\u0105d"
|
||||
},
|
||||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
"host": "Nazwa hosta lub adres IP",
|
||||
"port": "Port",
|
||||
"username": "Nazwa u\u017cytkownika"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
@ -15,7 +15,7 @@
|
||||
},
|
||||
"step": {
|
||||
"creds": {
|
||||
"description": "Anmeldeinformationen ben\u00f6tigt. Klicke auf \"Senden\" und dann in der PS4 Second Screen app, aktualisiere die Ger\u00e4te und w\u00e4hle das \"Home-Assistant\"-Ger\u00e4t aus, um fortzufahren.",
|
||||
"description": "Anmeldeinformationen ben\u00f6tigt. Klicke auf \"Senden\" und dann in der PS4 Second Screen App, aktualisiere die Ger\u00e4te und w\u00e4hle das \"Home-Assistant\"-Ger\u00e4t aus, um fortzufahren.",
|
||||
"title": "PlayStation 4"
|
||||
},
|
||||
"link": {
|
||||
|
@ -41,7 +41,7 @@
|
||||
"btn_up": "{subtype} -knappen opp",
|
||||
"double": "{subtype} dobbeltklikket",
|
||||
"double_push": "{subtype} dobbelt trykk",
|
||||
"long": "{subtype} lenge klikket",
|
||||
"long": "{subtype} klikket lenge",
|
||||
"long_push": "{subtype} langt trykk",
|
||||
"long_single": "{subtype} lengre klikk og deretter et enkeltklikk",
|
||||
"single": "{subtype} enkeltklikket",
|
||||
|
@ -3,7 +3,7 @@
|
||||
"abort": {
|
||||
"already_setup": "Ju\u017c skonfigurowano. Mo\u017cliwa jest tylko jedna konfiguracja.",
|
||||
"authorize_url_timeout": "Przekroczono limit czasu generowania URL autoryzacji",
|
||||
"connection_error": "Nie mo\u017cna nawi\u0105za\u0107 po\u0142\u0105czenia z SOMA Connect",
|
||||
"connection_error": "Nie mo\u017cna nawi\u0105za\u0107 po\u0142\u0105czenia",
|
||||
"missing_configuration": "Komponent nie jest skonfigurowany. Post\u0119puj zgodnie z dokumentacj\u0105.",
|
||||
"result_error": "SOMA Connect odpowiedzia\u0142 statusem b\u0142\u0119du"
|
||||
},
|
||||
|
@ -4,7 +4,7 @@
|
||||
"already_configured": "Konto jest ju\u017c skonfigurowane"
|
||||
},
|
||||
"error": {
|
||||
"cannot_connect": "Nie uda\u0142o si\u0119 po\u0142\u0105czy\u0107",
|
||||
"cannot_connect": "Nie mo\u017cna nawi\u0105za\u0107 po\u0142\u0105czenia",
|
||||
"invalid_auth": "Niepoprawne uwierzytelnienie",
|
||||
"unknown": "Nieoczekiwany b\u0142\u0105d"
|
||||
},
|
||||
|
@ -6,7 +6,7 @@
|
||||
"unknown": "Nieoczekiwany b\u0142\u0105d"
|
||||
},
|
||||
"error": {
|
||||
"cannot_connect": "Nie uda\u0142o si\u0119 po\u0142\u0105czy\u0107"
|
||||
"cannot_connect": "Nie mo\u017cna nawi\u0105za\u0107 po\u0142\u0105czenia"
|
||||
},
|
||||
"flow_title": "{name}",
|
||||
"step": {
|
||||
|
@ -1,13 +1,41 @@
|
||||
{
|
||||
"state": {
|
||||
"tuya__basic_anti_flickr": {
|
||||
"0": "Uitgeschakeld",
|
||||
"1": "50 Hz",
|
||||
"2": "60 Hz"
|
||||
},
|
||||
"tuya__basic_nightvision": {
|
||||
"0": "Automatisch",
|
||||
"1": "Uit",
|
||||
"2": "Aan"
|
||||
},
|
||||
"tuya__decibel_sensitivity": {
|
||||
"0": "Lage gevoeligheid",
|
||||
"1": "Hoge gevoeligheid"
|
||||
},
|
||||
"tuya__ipc_work_mode": {
|
||||
"0": "Energiezuinige modus",
|
||||
"1": "Continue werkmodus:"
|
||||
},
|
||||
"tuya__led_type": {
|
||||
"halogen": "Halogeen",
|
||||
"led": "LED"
|
||||
},
|
||||
"tuya__light_mode": {
|
||||
"none": "Uit",
|
||||
"pos": "Plaats van schakelaar aangeven",
|
||||
"relay": "Aan/uit-toestand aangeven"
|
||||
},
|
||||
"tuya__motion_sensitivity": {
|
||||
"0": "Lage gevoeligheid",
|
||||
"1": "Gemiddelde gevoeligheid",
|
||||
"2": "Hoge gevoeligheid"
|
||||
},
|
||||
"tuya__record_mode": {
|
||||
"1": "Alleen gebeurtenissen opnemen",
|
||||
"2": "Continu opnemen"
|
||||
},
|
||||
"tuya__relay_status": {
|
||||
"last": "Onthoud laatste staat",
|
||||
"memory": "Onthoud laatste staat",
|
||||
|
49
homeassistant/components/tuya/translations/select.no.json
Normal file
49
homeassistant/components/tuya/translations/select.no.json
Normal file
@ -0,0 +1,49 @@
|
||||
{
|
||||
"state": {
|
||||
"tuya__basic_anti_flickr": {
|
||||
"0": "Deaktivert",
|
||||
"1": "50 Hz",
|
||||
"2": "60 Hz"
|
||||
},
|
||||
"tuya__basic_nightvision": {
|
||||
"0": "Automatisk",
|
||||
"1": "Av",
|
||||
"2": "P\u00e5"
|
||||
},
|
||||
"tuya__decibel_sensitivity": {
|
||||
"0": "Lav f\u00f8lsomhet",
|
||||
"1": "H\u00f8y f\u00f8lsomhet"
|
||||
},
|
||||
"tuya__ipc_work_mode": {
|
||||
"0": "Lav effekt modus",
|
||||
"1": "Kontinuerlig arbeidsmodus"
|
||||
},
|
||||
"tuya__led_type": {
|
||||
"halogen": "Halogen",
|
||||
"incandescent": "Gl\u00f8dende",
|
||||
"led": "LED"
|
||||
},
|
||||
"tuya__light_mode": {
|
||||
"none": "Av",
|
||||
"pos": "Angi bytteplassering",
|
||||
"relay": "Angi sl\u00e5 av/p\u00e5 -tilstand"
|
||||
},
|
||||
"tuya__motion_sensitivity": {
|
||||
"0": "Lav f\u00f8lsomhet",
|
||||
"1": "Middels f\u00f8lsomhet",
|
||||
"2": "H\u00f8y f\u00f8lsomhet"
|
||||
},
|
||||
"tuya__record_mode": {
|
||||
"1": "Registrer bare hendelser",
|
||||
"2": "Kontinuerlig opptak"
|
||||
},
|
||||
"tuya__relay_status": {
|
||||
"last": "Husk siste tilstand",
|
||||
"memory": "Husk siste tilstand",
|
||||
"off": "Av",
|
||||
"on": "P\u00e5",
|
||||
"power_off": "Av",
|
||||
"power_on": "P\u00e5"
|
||||
}
|
||||
}
|
||||
}
|
@ -1,5 +1,23 @@
|
||||
{
|
||||
"state": {
|
||||
"tuya__basic_anti_flickr": {
|
||||
"0": "\u95dc\u9589",
|
||||
"1": "50 Hz",
|
||||
"2": "60 Hz"
|
||||
},
|
||||
"tuya__basic_nightvision": {
|
||||
"0": "\u81ea\u52d5",
|
||||
"1": "\u95dc\u9589",
|
||||
"2": "\u958b\u555f"
|
||||
},
|
||||
"tuya__decibel_sensitivity": {
|
||||
"0": "\u4f4e\u654f\u611f\u5ea6",
|
||||
"1": "\u9ad8\u654f\u611f\u5ea6"
|
||||
},
|
||||
"tuya__ipc_work_mode": {
|
||||
"0": "\u4f4e\u529f\u8017\u6a21\u5f0f",
|
||||
"1": "\u6301\u7e8c\u5de5\u4f5c\u6a21\u5f0f"
|
||||
},
|
||||
"tuya__led_type": {
|
||||
"halogen": "\u9e75\u7d20\u71c8",
|
||||
"incandescent": "\u767d\u71be\u71c8",
|
||||
@ -10,6 +28,15 @@
|
||||
"pos": "\u6307\u793a\u958b\u95dc\u4f4d\u7f6e",
|
||||
"relay": "\u6307\u793a\u958b\u95dc\u958b\u555f/\u95dc\u9589\u72c0\u614b"
|
||||
},
|
||||
"tuya__motion_sensitivity": {
|
||||
"0": "\u4f4e\u654f\u611f\u5ea6",
|
||||
"1": "\u4e2d\u654f\u611f\u5ea6",
|
||||
"2": "\u9ad8\u654f\u611f\u5ea6"
|
||||
},
|
||||
"tuya__record_mode": {
|
||||
"1": "\u50c5\u8a18\u9304\u4e8b\u4ef6",
|
||||
"2": "\u6301\u7e8c\u7d00\u9304"
|
||||
},
|
||||
"tuya__relay_status": {
|
||||
"last": "\u8a18\u4f4f\u6700\u5f8c\u72c0\u614b",
|
||||
"memory": "\u8a18\u4f4f\u6700\u5f8c\u72c0\u614b",
|
||||
|
@ -1,20 +1,23 @@
|
||||
{
|
||||
"config": {
|
||||
"step": {
|
||||
"user": {
|
||||
"title": "Connect to the Venstar Thermostat",
|
||||
"data": {
|
||||
"host": "Hostname or IP",
|
||||
"username": "Username for thermostat (optional)",
|
||||
"password": "Password for thermostat (optional)",
|
||||
"pin": "Pin for Lockscreen (required if lock screen enabled)",
|
||||
"ssl": "Whether to use SSL or not when communicating"
|
||||
}
|
||||
}
|
||||
},
|
||||
"error": {
|
||||
"cannot_connect": "Unable to connect to thermostat, please validate username/password if supplied, hostname/ip, and that LOCAL API is enabled on the thermostat.",
|
||||
"unknown": "An unknown error has occurred."
|
||||
"config": {
|
||||
"abort": {
|
||||
"already_configured": "Device is already configured"
|
||||
},
|
||||
"error": {
|
||||
"cannot_connect": "Failed to connect",
|
||||
"unknown": "Unexpected error"
|
||||
},
|
||||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
"host": "Host",
|
||||
"password": "Password",
|
||||
"pin": "PIN Code",
|
||||
"ssl": "Uses an SSL certificate",
|
||||
"username": "Username"
|
||||
},
|
||||
"title": "Connect to the Venstar Thermostat"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"config": {
|
||||
"abort": {
|
||||
"already_configured": "Service ist bereits konfiguriert",
|
||||
"already_configured": "Der Dienst ist bereits konfiguriert",
|
||||
"cannot_connect": "Verbindung fehlgeschlagen",
|
||||
"invalid_auth": "Ung\u00fcltige Authentifizierung",
|
||||
"reauth_successful": "Die erneute Authentifizierung war erfolgreich",
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"config": {
|
||||
"error": {
|
||||
"cannot_connect": "Nie uda\u0142o si\u0119 po\u0142\u0105czy\u0107",
|
||||
"cannot_connect": "Nie mo\u017cna nawi\u0105za\u0107 po\u0142\u0105czenia",
|
||||
"invalid_auth": "Niepoprawne uwierzytelnienie",
|
||||
"unknown": "Nieoczekiwany b\u0142\u0105d"
|
||||
},
|
||||
|
@ -29,7 +29,7 @@
|
||||
"step": {
|
||||
"init": {
|
||||
"data": {
|
||||
"model": "Model (opcjonalne)",
|
||||
"model": "Model (opcjonalnie)",
|
||||
"nightlight_switch": "U\u017cyj prze\u0142\u0105cznika Nocnego \u015bwiat\u0142a",
|
||||
"save_on_change": "Zachowaj status po zmianie",
|
||||
"transition": "Czas przej\u015bcia (ms)",
|
||||
|
Loading…
x
Reference in New Issue
Block a user