[ci skip] Translation update

This commit is contained in:
GitHub Action 2022-06-23 00:20:13 +00:00
parent 3ce5b05aa5
commit 33c263d09b
106 changed files with 777 additions and 8 deletions

View File

@ -0,0 +1,11 @@
{
"config": {
"step": {
"user": {
"data": {
"api_key": "API-nyckel"
}
}
}
}
}

View File

@ -0,0 +1,11 @@
{
"config": {
"step": {
"user": {
"data": {
"api_key": "API-nyckel"
}
}
}
}
}

View File

@ -4,6 +4,7 @@
"already_configured": "Airly-integrationen f\u00f6r dessa koordinater \u00e4r redan konfigurerad."
},
"error": {
"invalid_api_key": "Ogiltig API-nyckel",
"wrong_location": "Inga Airly m\u00e4tstationer i detta omr\u00e5de."
},
"step": {

View File

@ -0,0 +1,11 @@
{
"config": {
"step": {
"user": {
"data": {
"api_key": "API-nyckel"
}
}
}
}
}

View File

@ -5,6 +5,11 @@
"invalid_api_key": "Ogiltig API-nyckel"
},
"step": {
"geography_by_name": {
"data": {
"api_key": "API-nyckel"
}
},
"node_pro": {
"data": {
"ip_address": "Enhets IP-adress / v\u00e4rdnamn",

View File

@ -1,8 +1,23 @@
{
"config": {
"abort": {
"already_configured": "Enheten \u00e4r redan konfigurerad",
"reauth_successful": "\u00c5terautentisering lyckades"
},
"error": {
"cannot_connect": "Det gick inte att ansluta.",
"invalid_auth": "Ogiltig autentisering"
},
"step": {
"reauth_confirm": {
"data": {
"password": "L\u00f6senord"
},
"title": "\u00c5terautenticera integration"
},
"user": {
"data": {
"password": "L\u00f6senord",
"username": "Anv\u00e4ndarnamn"
}
}

View File

@ -0,0 +1,16 @@
{
"config": {
"step": {
"reauth_confirm": {
"data": {
"api_key": "API-nyckel"
}
},
"user": {
"data": {
"api_key": "API-nyckel"
}
}
}
}
}

View File

@ -0,0 +1,11 @@
{
"config": {
"step": {
"user": {
"data": {
"access_token": "\u00c5tkomstnyckel"
}
}
}
}
}

View File

@ -0,0 +1,11 @@
{
"config": {
"abort": {
"already_configured": "Enheten \u00e4r redan konfigurerad"
},
"error": {
"cannot_connect": "Det gick inte att ansluta.",
"unknown": "Ov\u00e4ntat fel"
}
}
}

View File

@ -121,7 +121,7 @@
"on": "\u00d6ppen"
},
"gas": {
"off": "Klart",
"off": "Rensa",
"on": "Detekterad"
},
"heat": {
@ -169,7 +169,7 @@
"on": "Detekterad"
},
"vibration": {
"off": "Klart",
"off": "Rensa",
"on": "Detekterad"
},
"window": {

View File

@ -0,0 +1,11 @@
{
"config": {
"step": {
"user": {
"data": {
"access_token": "\u00c5tkomstnyckel"
}
}
}
}
}

View File

@ -6,6 +6,7 @@
"step": {
"user": {
"data": {
"port": "Port",
"username": "Anv\u00e4ndarnamn"
}
}

View File

@ -1,4 +1,13 @@
{
"config": {
"step": {
"user": {
"data": {
"api_key": "API-nyckel"
}
}
}
},
"options": {
"error": {
"currency_unavailable": "En eller flera av de beg\u00e4rda valutasaldona tillhandah\u00e5lls inte av ditt Coinbase API.",

View File

@ -1,5 +1,8 @@
{
"config": {
"error": {
"unknown": "Ov\u00e4ntat fel"
},
"step": {
"user": {
"data": {

View File

@ -6,6 +6,7 @@
"step": {
"user": {
"data": {
"api_key": "API-nyckel",
"host": "V\u00e4rddatorn",
"password": "Enhetsl\u00f6senord (anv\u00e4nds endast av SKYFi-enheter)"
},

View File

@ -3,6 +3,7 @@
"step": {
"user": {
"data": {
"port": "Port",
"username": "Anv\u00e4ndarnamn"
}
}

View File

@ -8,6 +8,7 @@
"data": {
"host": "V\u00e4rd (IP-adress)",
"name": "Enhetsnamn",
"password": "L\u00f6senord",
"username": "Anv\u00e4ndarnamn"
}
}

View File

@ -1,5 +1,8 @@
{
"config": {
"abort": {
"already_configured": "Enheten \u00e4r redan konfigurerad"
},
"step": {
"user": {
"data": {

View File

@ -13,6 +13,7 @@
},
"manual_connection": {
"data": {
"protocol": "Protokoll",
"username": "Anv\u00e4ndarnamn"
}
}

View File

@ -0,0 +1,7 @@
{
"config": {
"error": {
"cannot_connect": "Det gick inte att ansluta."
}
}
}

View File

@ -1,5 +1,8 @@
{
"config": {
"error": {
"invalid_auth": "Ogiltig autentisering"
},
"step": {
"user": {
"data": {

View File

@ -3,6 +3,7 @@
"step": {
"user": {
"data": {
"password": "L\u00f6senord",
"username": "Anv\u00e4ndarnamn"
}
}

View File

@ -3,6 +3,7 @@
"step": {
"user": {
"data": {
"password": "L\u00f6senord",
"username": "Anv\u00e4ndarnamn"
}
}

View File

@ -0,0 +1,14 @@
{
"config": {
"error": {
"cannot_connect": "Det gick inte att ansluta."
},
"step": {
"user": {
"data": {
"api_key": "API-nyckel"
}
}
}
}
}

View File

@ -6,6 +6,7 @@
"step": {
"user": {
"data": {
"authentication": "Autentiseringen",
"username": "Anv\u00e4ndarnamn"
}
}
@ -15,6 +16,7 @@
"step": {
"init": {
"data": {
"authentication": "Autentiseringen",
"username": "Anv\u00e4ndarnamn"
}
}

View File

@ -0,0 +1,21 @@
{
"config": {
"abort": {
"missing_configuration": "Komponenten har inte konfigurerats. F\u00f6lj dokumentationen.",
"no_url_available": "Ingen webbadress tillg\u00e4nglig. F\u00f6r information om detta fel, [kolla hj\u00e4lpavsnittet]({docs_url})",
"oauth_error": "Mottog ogiltiga tokendata.",
"reauth_successful": "\u00c5terautentisering lyckades"
},
"create_entry": {
"default": "Autentiserats"
},
"step": {
"pick_implementation": {
"title": "V\u00e4lj autentiseringsmetod"
},
"reauth_confirm": {
"title": "\u00c5terautenticera integration"
}
}
}
}

View File

@ -1,5 +1,8 @@
{
"config": {
"abort": {
"cloud_not_connected": "Ej ansluten till Home Assistant Cloud."
},
"create_entry": {
"default": "F\u00f6r att skicka h\u00e4ndelser till Home Assistant m\u00e5ste du konfigurera webhook funktionen i Geofency.\n\n Fyll i f\u00f6ljande information:\n \n- URL: `{webhook_url}`\n- Method: POST\n\nSe [dokumentation]({docs_url}) om hur du konfigurerar detta f\u00f6r mer information."
},

View File

@ -1,5 +1,8 @@
{
"config": {
"abort": {
"already_configured": "Platsen \u00e4r redan konfigurerad"
},
"step": {
"user": {
"data": {

View File

@ -1,5 +1,8 @@
{
"config": {
"error": {
"cannot_connect": "Det gick inte att ansluta."
},
"step": {
"user": {
"data": {

View File

@ -6,6 +6,7 @@
"abort": {
"already_configured": "Konto wurde bereits konfiguriert",
"already_in_progress": "Der Konfigurationsablauf wird bereits ausgef\u00fchrt",
"cannot_connect": "Verbindung fehlgeschlagen",
"code_expired": "Der Authentifizierungscode ist abgelaufen oder die Anmeldedaten sind ung\u00fcltig, bitte versuche es erneut.",
"invalid_access_token": "Ung\u00fcltiger Zugriffs-Token",
"missing_configuration": "Die Komponente ist nicht konfiguriert. Bitte der Dokumentation folgen.",

View File

@ -6,6 +6,7 @@
"abort": {
"already_configured": "Akun sudah dikonfigurasi",
"already_in_progress": "Alur konfigurasi sedang berlangsung",
"cannot_connect": "Gagal terhubung",
"code_expired": "Kode autentikasi kedaluwarsa atau penyiapan kredensial tidak valid, coba lagi.",
"invalid_access_token": "Token akses tidak valid",
"missing_configuration": "Komponen tidak dikonfigurasi. Ikuti petunjuk dalam dokumentasi.",

View File

@ -0,0 +1,8 @@
{
"config": {
"abort": {
"already_configured": "Konto har redan konfigurerats",
"cannot_connect": "Det gick inte att ansluta."
}
}
}

View File

@ -6,6 +6,7 @@
"step": {
"user": {
"data": {
"api_key": "API-nyckel",
"destination": "Destination",
"origin": "Ursprung"
}

View File

@ -9,8 +9,20 @@
},
"title": "Ny grupp"
},
"light": {
"title": "L\u00e4gg till grupp"
},
"user": {
"title": "Ny grupp"
"title": "L\u00e4gg till grupp"
}
}
},
"options": {
"step": {
"binary_sensor": {
"data": {
"all": "Alla entiteter"
}
}
}
},

View File

@ -0,0 +1,11 @@
{
"config": {
"step": {
"user": {
"data": {
"api_key": "API-nyckel"
}
}
}
}
}

View File

@ -1,5 +1,8 @@
{
"config": {
"abort": {
"single_instance_allowed": "Redan konfigurerad. Endast en konfiguration m\u00f6jlig."
},
"step": {
"user": {
"data": {

View File

@ -0,0 +1,18 @@
{
"config": {
"abort": {
"already_configured": "Enheten \u00e4r redan konfigurerad"
},
"error": {
"invalid_auth": "Ogiltig autentisering",
"unknown": "Ov\u00e4ntat fel"
},
"step": {
"user": {
"data": {
"api_key": "API-nyckel"
}
}
}
}
}

View File

@ -0,0 +1,11 @@
{
"config": {
"step": {
"user": {
"data": {
"host": "V\u00e4rd"
}
}
}
}
}

View File

@ -3,5 +3,10 @@
"trigger_type": {
"turned_off": "{entity_name} st\u00e4ngdes av"
}
},
"state": {
"_": {
"on": "P\u00e5"
}
}
}

View File

@ -1,5 +1,8 @@
{
"config": {
"error": {
"cannot_connect": "Det gick inte att ansluta."
},
"step": {
"user": {
"data": {

View File

@ -1,5 +1,8 @@
{
"config": {
"error": {
"cannot_connect": "Det gick inte att ansluta."
},
"step": {
"user": {
"data": {

View File

@ -1,5 +1,8 @@
{
"config": {
"abort": {
"already_configured": "Tj\u00e4nsten \u00e4r redan konfigurerad"
},
"error": {
"invalid_zip_code": "Ogiltigt postnummer"
},

View File

@ -3,6 +3,7 @@
"step": {
"user": {
"data": {
"host": "V\u00e4rd",
"username": "Anv\u00e4ndarnamn"
}
}

View File

@ -5,6 +5,11 @@
"data": {
"username": "Anv\u00e4ndarnamn"
}
},
"user": {
"data": {
"host": "V\u00e4rd"
}
}
}
}

View File

@ -0,0 +1,12 @@
{
"config": {
"abort": {
"single_instance_allowed": "Redan konfigurerad. Endast en konfiguration m\u00f6jlig."
},
"error": {
"cannot_connect": "Det gick inte att ansluta.",
"invalid_auth": "Ogiltig autentisering",
"unknown": "Ov\u00e4ntat fel"
}
}
}

View File

@ -1,6 +1,7 @@
{
"config": {
"error": {
"invalid_auth": "Ogiltig autentisering",
"service_unavailable_error": "Programmeringsgr\u00e4nssnittet g\u00e5r inte att komma \u00e5t f\u00f6r n\u00e4rvarande. F\u00f6rs\u00f6k igen senare."
},
"step": {

View File

@ -0,0 +1,11 @@
{
"config": {
"step": {
"user": {
"data": {
"api_key": "API-nyckel"
}
}
}
}
}

View File

@ -9,6 +9,9 @@
}
},
"options": {
"error": {
"invalid_auth": "Ogiltig autentisering"
},
"step": {
"init": {
"data": {

View File

@ -0,0 +1,14 @@
{
"config": {
"abort": {
"already_configured": "Enheten \u00e4r redan konfigurerad"
},
"step": {
"connect": {
"data": {
"api_key": "API-nyckel"
}
}
}
}
}

View File

@ -1,7 +1,8 @@
{
"config": {
"abort": {
"device_unsupported": "Enheten st\u00f6ds ej"
"device_unsupported": "Enheten st\u00f6ds ej",
"reauth_unsuccessful": "\u00c5terautentiseringen misslyckades. Ta bort integrationen och konfigurera den igen."
},
"error": {
"cannot_connect": "Det gick inte att ansluta ",

View File

@ -4,6 +4,7 @@
},
"config": {
"abort": {
"already_configured": "Konto wurde bereits konfiguriert",
"authorize_url_timeout": "Zeit\u00fcberschreitung beim Erstellen der Authorisierungs-URL.",
"invalid_access_token": "Ung\u00fcltiger Zugriffs-Token",
"missing_configuration": "Die Komponente ist nicht konfiguriert. Bitte der Dokumentation folgen.",

View File

@ -4,6 +4,7 @@
},
"config": {
"abort": {
"already_configured": "Akun sudah dikonfigurasi",
"authorize_url_timeout": "Tenggang waktu pembuatan URL otorisasi habis.",
"invalid_access_token": "Token akses tidak valid",
"missing_configuration": "Komponen tidak dikonfigurasi. Ikuti petunjuk dalam dokumentasi.",
@ -33,6 +34,7 @@
"title": "Tautkan Akun Google"
},
"auth_upgrade": {
"description": "Autentikasi Aplikasi tidak digunakan lagi oleh Google untuk meningkatkan keamanan, dan Anda perlu mengambil tindakan dengan membuat kredensial aplikasi baru. \n\nBuka [dokumentasi]({more_info_url}) untuk panduan langkah selanjutnya yang perlu diambil untuk memulihkan akses ke perangkat Nest Anda.",
"title": "Nest: Penghentian Autentikasi Aplikasi"
},
"cloud_project": {
@ -43,15 +45,18 @@
"title": "Nest: Masukkan ID Proyek Cloud"
},
"create_cloud_project": {
"description": "Integrasi Nest memungkinkan Anda mengintegrasikan Nest Thermostat, Kamera, dan Bel Pintu menggunakan API Smart Device Management. API SDM **memerlukan biaya penyiapan satu kali sebesar USD5**. Lihat dokumentasi untuk [info lebih lanjut]({more_info_url}). \n\n1. Buka [Konsol Google Cloud]({cloud_console_url}).\n1. Jika ini adalah proyek pertama Anda, klik **Buat Proyek** lalu **Proyek Baru**.\n1. Beri Nama Proyek Cloud Anda, lalu klik **Buat**.\n1. Simpan ID Proyek Cloud misalnya *example-project-12345* karena Anda akan membutuhkannya nanti\n1. Buka Perpustakaan API untuk [API Smart Device Management]({sdm_api_url}) dan klik **Aktifkan**.\n1. Buka Perpustakaan API untuk [API Cloud Pub/Sub]({pubsub_api_url}) dan klik **Aktifkan**. \n\n Lanjutkan saat proyek cloud Anda sudah disiapkan.",
"title": "Nest: Buat dan konfigurasikan Proyek Cloud"
},
"device_project": {
"data": {
"project_id": "ID Proyek Akses Perangkat"
},
"description": "Buat proyek Akses Perangkat Nest yang **membutuhkan biaya USD5** untuk menyiapkannya.\n1. Buka [Konsol Akses Perangkat]({device_access_console_url}), dan ikuti alur pembayaran.\n1. Klik **Buat proyek**\n1. Beri nama proyek Akses Perangkat Anda dan klik **Berikutnya**.\n1. Masukkan ID Klien OAuth Anda\n1. Aktifkan acara dengan mengklik **Aktifkan** dan **Buat proyek**. \n\n Masukkan ID Proyek Akses Perangkat Anda di bawah ini ([more info]({more_info_url})).\n",
"title": "Nest: Buat Proyek Akses Perangkat"
},
"device_project_upgrade": {
"description": "Perbarui Proyek Akses Perangkat Nest dengan ID Klien OAuth baru Anda ([info lebih lanjut]({more_info_url}))\n1. Buka [Konsol Akses Perangkat]( {device_access_console_url} ).\n1. Klik ikon tempat sampah di samping *ID Klien OAuth*.\n1. Klik menu luapan `...` dan *Tambah ID Klien*.\n1. Masukkan ID Klien OAuth baru Anda dan klik **Tambah**. \n\n ID Klien OAuth Anda adalah: `{client_id}`",
"title": "Nest: Perbarui Proyek Akses Perangkat"
},
"init": {

View File

@ -1,6 +1,7 @@
{
"config": {
"abort": {
"already_configured": "Konto har redan konfigurerats",
"authorize_url_timeout": "Timeout vid generering av en autentisieringsadress."
},
"error": {

View File

@ -0,0 +1,11 @@
{
"config": {
"step": {
"reauth_confirm": {
"data": {
"token": "\u00c5tkomstnyckel"
}
}
}
}
}

View File

@ -3,6 +3,7 @@
"step": {
"user": {
"data": {
"host": "V\u00e4rd",
"ssl": "Anv\u00e4nd SSL",
"username": "Anv\u00e4ndarnamn"
}

View File

@ -3,6 +3,7 @@
"step": {
"device_selection": {
"data": {
"clear_device_options": "Rensa alla enhetskonfigurationer",
"device_selection": "V\u00e4lj enheter att konfigurera"
}
}

View File

@ -3,6 +3,7 @@
"step": {
"configure": {
"data": {
"password": "L\u00f6senord",
"username": "Anv\u00e4ndarnamn"
}
},

View File

@ -0,0 +1,11 @@
{
"config": {
"step": {
"user": {
"data": {
"host": "V\u00e4rd"
}
}
}
}
}

View File

@ -36,6 +36,11 @@
"overkiz__sensor_room": {
"clean": "Net",
"dirty": "Brut"
},
"overkiz__three_way_handle_direction": {
"closed": "Tancada",
"open": "Oberta",
"tilt": "Inclinada"
}
}
}

View File

@ -36,6 +36,11 @@
"overkiz__sensor_room": {
"clean": "Sauber",
"dirty": "Schmutzig"
},
"overkiz__three_way_handle_direction": {
"closed": "Geschlossen",
"open": "Offen",
"tilt": "Kippen"
}
}
}

View File

@ -36,6 +36,11 @@
"overkiz__sensor_room": {
"clean": "Puhas",
"dirty": "R\u00e4pane"
},
"overkiz__three_way_handle_direction": {
"closed": "Suletud",
"open": "Avatud",
"tilt": "Kallutamine"
}
}
}

View File

@ -36,6 +36,11 @@
"overkiz__sensor_room": {
"clean": "Propre",
"dirty": "Sale"
},
"overkiz__three_way_handle_direction": {
"closed": "Ferm\u00e9e",
"open": "Ouverte",
"tilt": "Inclin\u00e9e"
}
}
}

View File

@ -36,6 +36,10 @@
"overkiz__sensor_room": {
"clean": "Bersih",
"dirty": "Kotor"
},
"overkiz__three_way_handle_direction": {
"closed": "Tutup",
"open": "Buka"
}
}
}

View File

@ -36,6 +36,11 @@
"overkiz__sensor_room": {
"clean": "Limpo",
"dirty": "Sujo"
},
"overkiz__three_way_handle_direction": {
"closed": "Fechado",
"open": "Aberto",
"tilt": "Inclinar"
}
}
}

View File

@ -0,0 +1,9 @@
{
"state": {
"overkiz__three_way_handle_direction": {
"closed": "St\u00e4ngd",
"open": "\u00d6ppen",
"tilt": "Vinkla"
}
}
}

View File

@ -36,6 +36,11 @@
"overkiz__sensor_room": {
"clean": "\u826f\u597d",
"dirty": "\u4e0d\u4f73"
},
"overkiz__three_way_handle_direction": {
"closed": "\u95dc\u9589",
"open": "\u958b\u555f",
"tilt": "\u50be\u659c"
}
}
}

View File

@ -4,6 +4,11 @@
"unknown": "Ett ov\u00e4ntat fel intr\u00e4ffade. Kontrollera loggarna f\u00f6r mer information."
},
"step": {
"pairing": {
"data": {
"pin": "Pin-kod"
}
},
"user": {
"data": {
"host": "IP-adress",

View File

@ -0,0 +1,17 @@
{
"config": {
"step": {
"api_key": {
"data": {
"api_key": "API-nyckel"
}
},
"user": {
"data": {
"api_key": "API-nyckel",
"host": "V\u00e4rd"
}
}
}
}
}

View File

@ -1,6 +1,11 @@
{
"config": {
"step": {
"user": {
"data": {
"port": "Port"
}
},
"user_gateway": {
"data": {
"host": "IP address",

View File

@ -8,6 +8,7 @@
},
"user": {
"data": {
"password": "L\u00f6senord",
"username": "Anv\u00e4ndarnamn"
}
}

View File

@ -0,0 +1,16 @@
{
"config": {
"step": {
"reauth_confirm": {
"data": {
"api_key": "API-nyckel"
}
},
"user": {
"data": {
"api_key": "API-nyckel"
}
}
}
}
}

View File

@ -4,6 +4,9 @@
"already_configured": "Enheten \u00e4r redan konfigurerad",
"invalid_id": "Enheten returnerade ett ogiltigt unikt ID"
},
"error": {
"invalid_auth": "Ogiltig autentisering"
},
"step": {
"user": {
"data": {

View File

@ -0,0 +1,18 @@
{
"config": {
"abort": {
"already_configured": "Enheten \u00e4r redan konfigurerad"
},
"error": {
"cannot_connect": "Det gick inte att ansluta.",
"unknown": "Ov\u00e4ntat fel"
},
"step": {
"user": {
"data": {
"host": "V\u00e4rd"
}
}
}
}
}

View File

@ -1,5 +1,8 @@
{
"config": {
"abort": {
"already_configured": "Redan konfigurerad. Endast en konfiguration m\u00f6jlig."
},
"step": {
"setup_network": {
"data": {

View File

@ -3,6 +3,7 @@
"step": {
"user": {
"data": {
"host": "V\u00e4rd",
"username": "Anv\u00e4ndarnamn"
}
}

View File

@ -1,9 +1,14 @@
{
"config": {
"abort": {
"already_configured": "Konto har redan konfigurerats"
},
"step": {
"user": {
"data": {
"username": "Anv\u00e4ndarnamn"
"password": "L\u00f6senord",
"username": "Anv\u00e4ndarnamn",
"verify_ssl": "Verifiera SSL-certifikat"
}
}
}
@ -12,6 +17,7 @@
"step": {
"init": {
"data": {
"password": "L\u00f6senord",
"username": "Anv\u00e4ndarnamn"
}
}

View File

@ -0,0 +1,7 @@
{
"config": {
"abort": {
"already_configured": "Tj\u00e4nsten \u00e4r redan konfigurerad"
}
}
}

View File

@ -0,0 +1,7 @@
{
"state": {
"sensibo__sensitivity": {
"n": "Normal"
}
}
}

View File

@ -0,0 +1,16 @@
{
"config": {
"step": {
"reauth_confirm": {
"data": {
"api_key": "API-nyckel"
}
},
"user": {
"data": {
"api_key": "API-nyckel"
}
}
}
}
}

View File

@ -0,0 +1,7 @@
{
"config": {
"error": {
"unknown": "Ov\u00e4ntat fel"
}
}
}

View File

@ -0,0 +1,21 @@
{
"config": {
"abort": {
"already_configured": "Konto har redan konfigurerats",
"reauth_successful": "\u00c5terautentisering lyckades"
},
"error": {
"cannot_connect": "Det gick inte att ansluta.",
"invalid_auth": "Ogiltig autentisering",
"unknown": "Ov\u00e4ntat fel"
},
"step": {
"user": {
"data": {
"email": "E-post",
"password": "L\u00f6senord"
}
}
}
}
}

View File

@ -1,8 +1,17 @@
{
"config": {
"abort": {
"already_configured": "Tj\u00e4nsten \u00e4r redan konfigurerad"
},
"error": {
"cannot_connect": "Det gick inte att ansluta.",
"invalid_auth": "Ogiltig autentisering",
"unknown": "Ov\u00e4ntat fel"
},
"step": {
"user": {
"data": {
"api_key": "API-nyckel",
"username": "Anv\u00e4ndarnamn"
}
}

View File

@ -1,5 +1,8 @@
{
"config": {
"error": {
"invalid_api_key": "Ogiltig API-nyckel"
},
"step": {
"user": {
"data": {

View File

@ -5,6 +5,11 @@
"data": {
"username": "Anv\u00e4ndarnamn"
}
},
"user": {
"data": {
"host": "V\u00e4rd"
}
}
}
}

View File

@ -0,0 +1,16 @@
{
"config": {
"step": {
"authenticate": {
"data": {
"api_key": "API-nyckel"
}
},
"user": {
"data": {
"api_key": "API-nyckel"
}
}
}
}
}

View File

@ -0,0 +1,16 @@
{
"config": {
"step": {
"reauth_confirm": {
"data": {
"api_key": "API-nyckel"
}
},
"user": {
"data": {
"api_key": "API-nyckel"
}
}
}
}
}

View File

@ -0,0 +1,19 @@
{
"config": {
"abort": {
"reauth_successful": "\u00c5terautentisering lyckades"
},
"step": {
"reauth_confirm": {
"data": {
"api_key": "API-nyckel"
}
},
"user": {
"data": {
"api_key": "API-nyckel"
}
}
}
}
}

View File

@ -3,6 +3,11 @@
"step": {
"reauth_confirm": {
"description": "F\u00f6r att hitta din API-nyckel, \u00f6ppna Tautullis webbsida och navigera till Inst\u00e4llningar och sedan till webbgr\u00e4nssnitt. API-nyckeln finns l\u00e4ngst ner p\u00e5 sidan."
},
"user": {
"data": {
"api_key": "API-nyckel"
}
}
}
}

View File

@ -0,0 +1,11 @@
{
"config": {
"step": {
"user": {
"data": {
"access_token": "\u00c5tkomstnyckel"
}
}
}
}
}

View File

@ -0,0 +1,11 @@
{
"config": {
"step": {
"user": {
"data": {
"api_key": "API-nyckel"
}
}
}
}
}

View File

@ -0,0 +1,19 @@
{
"config": {
"error": {
"invalid_auth": "Ogiltig autentisering"
},
"step": {
"reauth_confirm": {
"data": {
"api_key": "API-nyckel"
}
},
"user": {
"data": {
"api_key": "API-nyckel"
}
}
}
}
}

View File

@ -0,0 +1,16 @@
{
"config": {
"step": {
"reauth_confirm": {
"data": {
"api_key": "API-nyckel"
}
},
"user": {
"data": {
"api_key": "API-nyckel"
}
}
}
}
}

View File

@ -0,0 +1,11 @@
{
"config": {
"step": {
"user": {
"data": {
"api_key": "API-nyckel"
}
}
}
}
}

View File

@ -1,7 +1,8 @@
{
"config": {
"abort": {
"already_configured": "Perangkat sudah dikonfigurasi"
"already_configured": "Perangkat sudah dikonfigurasi",
"reauth_successful": "Autentikasi ulang berhasil"
},
"error": {
"cannot_connect": "Gagal terhubung",
@ -9,6 +10,13 @@
"name_exists": "Nama sudah ada"
},
"step": {
"reauth_confirm": {
"data": {
"password": "Kata Sandi"
},
"description": "Kata sandi untuk {username} tidak valid.",
"title": "Autentikasi Ulang Integrasi"
},
"user": {
"data": {
"host": "Host",

View File

@ -1,13 +1,20 @@
{
"config": {
"abort": {
"already_configured": "V\u00e4rden \u00e4r redan konfigurerad."
"already_configured": "V\u00e4rden \u00e4r redan konfigurerad.",
"reauth_successful": "\u00c5terautentisering lyckades"
},
"error": {
"cannot_connect": "Det g\u00e5r inte att ansluta till v\u00e4rden",
"name_exists": "Namnet finns redan"
},
"step": {
"reauth_confirm": {
"data": {
"password": "L\u00f6senord"
},
"title": "\u00c5terautenticera integration"
},
"user": {
"data": {
"host": "V\u00e4rd",

View File

@ -0,0 +1,17 @@
{
"state": {
"tuya__humidifier_spray_mode": {
"humidity": "Luftfuktighet"
},
"tuya__light_mode": {
"none": "Av"
},
"tuya__relay_status": {
"on": "P\u00e5",
"power_on": "P\u00e5"
},
"tuya__vacuum_mode": {
"standby": "Standby"
}
}
}

View File

@ -0,0 +1,8 @@
{
"config": {
"abort": {
"cannot_connect": "Det gick inte att ansluta.",
"unknown": "Ov\u00e4ntat fel"
}
}
}

View File

@ -0,0 +1,16 @@
{
"config": {
"step": {
"reauth_confirm": {
"data": {
"api_key": "API-nyckel"
}
},
"user": {
"data": {
"api_key": "API-nyckel"
}
}
}
}
}

View File

@ -1,5 +1,8 @@
{
"config": {
"abort": {
"single_instance_allowed": "Redan konfigurerad. Endast en konfiguration m\u00f6jlig."
},
"step": {
"user": {
"data": {

View File

@ -3,6 +3,7 @@
"step": {
"user": {
"data": {
"client_id": "API-nyckel",
"username": "E-postadress"
}
}

Some files were not shown because too many files have changed in this diff Show More