[ci skip] Translation update

This commit is contained in:
GitHub Action 2021-06-14 00:09:44 +00:00
parent 75d6ffebc8
commit 1e00e48831
24 changed files with 238 additions and 16 deletions

View File

@ -1,10 +1,19 @@
{ {
"config": { "config": {
"abort": {
"reauth_successful": "Re-autenticaci\u00f3 realitzada correctament"
},
"error": { "error": {
"cannot_connect": "Ha fallat la connexi\u00f3", "cannot_connect": "Ha fallat la connexi\u00f3",
"invalid_api_key": "Clau API inv\u00e0lida" "invalid_api_key": "Clau API inv\u00e0lida"
}, },
"step": { "step": {
"reauth_confirm": {
"data": {
"api_key": "Clau API",
"description": "Torna a autenticar-te amb el compte d'Ambee."
}
},
"user": { "user": {
"data": { "data": {
"api_key": "Clau API", "api_key": "Clau API",

View File

@ -0,0 +1,26 @@
{
"config": {
"abort": {
"reauth_successful": "Die erneute Authentifizierung war erfolgreich"
},
"error": {
"cannot_connect": "Verbindung fehlgeschlagen",
"invalid_api_key": "Ung\u00fcltiger API-Schl\u00fcssel"
},
"step": {
"reauth_confirm": {
"data": {
"api_key": "API-Schl\u00fcssel"
}
},
"user": {
"data": {
"api_key": "API-Schl\u00fcssel",
"latitude": "Breitengrad",
"longitude": "L\u00e4ngengrad",
"name": "Name"
}
}
}
}
}

View File

@ -1,10 +1,19 @@
{ {
"config": { "config": {
"abort": {
"reauth_successful": "Taastuvastamine \u00f5nnestus"
},
"error": { "error": {
"cannot_connect": "\u00dchendumine nurjus", "cannot_connect": "\u00dchendumine nurjus",
"invalid_api_key": "Vale API v\u00f5ti" "invalid_api_key": "Vale API v\u00f5ti"
}, },
"step": { "step": {
"reauth_confirm": {
"data": {
"api_key": "API v\u00f5ti",
"description": "Taastuvasta Ambee konto"
}
},
"user": { "user": {
"data": { "data": {
"api_key": "API v\u00f5ti", "api_key": "API v\u00f5ti",

View File

@ -0,0 +1,28 @@
{
"config": {
"abort": {
"reauth_successful": "La nuova autenticazione \u00e8 stata eseguita correttamente"
},
"error": {
"cannot_connect": "Impossibile connettersi",
"invalid_api_key": "Chiave API non valida"
},
"step": {
"reauth_confirm": {
"data": {
"api_key": "Chiave API",
"description": "Riautenticati con il tuo account Ambee."
}
},
"user": {
"data": {
"api_key": "Chiave API",
"latitude": "Latitudine",
"longitude": "Logitudine",
"name": "Nome"
},
"description": "Configura Ambee per l'integrazione con Home Assistant."
}
}
}
}

View File

@ -1,10 +1,19 @@
{ {
"config": { "config": {
"abort": {
"reauth_successful": "Herauthenticatie was succesvol"
},
"error": { "error": {
"cannot_connect": "Kan geen verbinding maken", "cannot_connect": "Kan geen verbinding maken",
"invalid_api_key": "Ongeldige API-sleutel" "invalid_api_key": "Ongeldige API-sleutel"
}, },
"step": { "step": {
"reauth_confirm": {
"data": {
"api_key": "API-sleutel",
"description": "Verifieer opnieuw met uw Ambee-account."
}
},
"user": { "user": {
"data": { "data": {
"api_key": "API-sleutel", "api_key": "API-sleutel",

View File

@ -0,0 +1,28 @@
{
"config": {
"abort": {
"reauth_successful": "Ponowne uwierzytelnienie powiod\u0142o si\u0119"
},
"error": {
"cannot_connect": "Nie mo\u017cna nawi\u0105za\u0107 po\u0142\u0105czenia",
"invalid_api_key": "Nieprawid\u0142owy klucz API"
},
"step": {
"reauth_confirm": {
"data": {
"api_key": "Klucz API",
"description": "Ponownie uwierzytelnij za pomoc\u0105 konta Ambee."
}
},
"user": {
"data": {
"api_key": "Klucz API",
"latitude": "Szeroko\u015b\u0107 geograficzna",
"longitude": "D\u0142ugo\u015b\u0107 geograficzna",
"name": "Nazwa"
},
"description": "Skonfiguruj Ambee, aby zintegrowa\u0107 go z Home Assistantem."
}
}
}
}

View File

@ -0,0 +1,10 @@
{
"state": {
"ambee__risk": {
"high": "Hoch",
"low": "Niedrig",
"moderate": "M\u00e4\u00dfig",
"very high": "Sehr hoch"
}
}
}

View File

@ -0,0 +1,10 @@
{
"state": {
"ambee__risk": {
"high": "Alto",
"low": "Basso",
"moderate": "Moderato",
"very high": "Molto alto"
}
}
}

View File

@ -0,0 +1,10 @@
{
"state": {
"ambee__risk": {
"high": "Wysoki",
"low": "Niski",
"moderate": "Umiarkowany",
"very high": "Bardzo wysoki"
}
}
}

View File

@ -16,7 +16,7 @@
"host": "Adres IP", "host": "Adres IP",
"port": "Port" "port": "Port"
}, },
"description": "Skonfiguruj BleBox, aby zintegrowa\u0107 si\u0119 z Home Assistantem.", "description": "Skonfiguruj BleBox, aby zintegrowa\u0107 go z Home Assistantem.",
"title": "Konfiguracja urz\u0105dzenia BleBox" "title": "Konfiguracja urz\u0105dzenia BleBox"
} }
} }

View File

@ -14,7 +14,7 @@
"host": "Nazwa hosta lub adres IP", "host": "Nazwa hosta lub adres IP",
"port": "Port" "port": "Port"
}, },
"description": "Konfiguracja Elgato Light w celu integracji z Home Assistantem." "description": "Skonfiguruj Elgato Light, aby zintegrowa\u0107 go z Home Assistantem."
}, },
"zeroconf_confirm": { "zeroconf_confirm": {
"description": "Czy chcesz doda\u0107 urz\u0105dzenie Elgato Light o numerze seryjnym `{serial_number}` do Home Assistanta?", "description": "Czy chcesz doda\u0107 urz\u0105dzenie Elgato Light o numerze seryjnym `{serial_number}` do Home Assistanta?",

View File

@ -23,7 +23,7 @@
"ssl": "Certyfikat SSL", "ssl": "Certyfikat SSL",
"verify_ssl": "Weryfikacja certyfikatu SSL" "verify_ssl": "Weryfikacja certyfikatu SSL"
}, },
"description": "Skonfiguruj drukark\u0119 za pomoc\u0105 protoko\u0142u IPP (Internet Printing Protocol) w celu integracji z Home Assistantem.", "description": "Skonfiguruj drukark\u0119 za pomoc\u0105 protoko\u0142u IPP (Internet Printing Protocol), aby zintegrowa\u0107 j\u0105 z Home Assistantem.",
"title": "Po\u0142\u0105cz swoj\u0105 drukark\u0119" "title": "Po\u0142\u0105cz swoj\u0105 drukark\u0119"
}, },
"zeroconf_confirm": { "zeroconf_confirm": {

View File

@ -0,0 +1,28 @@
{
"config": {
"abort": {
"already_configured": "Il dispositivo \u00e8 gi\u00e0 configurato",
"cannot_connect": "Impossibile connettersi"
},
"error": {
"cannot_connect": "Impossibile connettersi"
},
"flow_title": "{name}",
"step": {
"confirm": {
"description": "Vuoi iniziare la configurazione?"
},
"user": {
"data": {
"host": "Host"
},
"description": "Configura il tuo ventilatore Modern Forms per integrarlo con Home Assistant."
},
"zeroconf_confirm": {
"description": "Vuoi aggiungere il ventilatore di Modern Forms chiamato `{name}` a Home Assistant?",
"title": "Rilevato il dispositivo ventilatore di Modern Forms"
}
}
},
"title": "Modern Forms"
}

View File

@ -0,0 +1,28 @@
{
"config": {
"abort": {
"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?"
},
"user": {
"data": {
"host": "Nazwa hosta lub adres IP"
},
"description": "Skonfiguruj Modern Forms, aby zintegrowa\u0107 go z Home Assistantem."
},
"zeroconf_confirm": {
"description": "Czy chcesz doda\u0107 wentylator Modern Forms o nazwie {name} do Home Assistanta?",
"title": "Wykryto wentylator Modern Forms"
}
}
},
"title": "Modern Forms"
}

View File

@ -45,8 +45,8 @@
"host": "Amfitri\u00f3", "host": "Amfitri\u00f3",
"password": "Contrasenya" "password": "Contrasenya"
}, },
"description": "Actualment la recuperaci\u00f3 de BLID i la contrasenya \u00e9s un proc\u00e9s manual. Segueix els passos de la documentaci\u00f3 a: https://www.home-assistant.io/integrations/roomba/#retrieving-your-credentials", "description": "Selecciona un/a Roomba o Braava.",
"title": "Connexi\u00f3 amb el dispositiu" "title": "Connexi\u00f3 autom\u00e0tica amb el dispositiu"
} }
} }
}, },

View File

@ -45,8 +45,8 @@
"host": "Host", "host": "Host",
"password": "Password" "password": "Password"
}, },
"description": "Currently retrieving the BLID and password is a manual process. Please follow the steps outlined in the documentation at: https://www.home-assistant.io/integrations/roomba/#retrieving-your-credentials", "description": "Select a Roomba or Braava.",
"title": "Connect to the device" "title": "Automatically connect to the device"
} }
} }
}, },

View File

@ -45,8 +45,8 @@
"host": "", "host": "",
"password": "Salas\u00f5na" "password": "Salas\u00f5na"
}, },
"description": "Praegu on BLID ja parooli toomine k\u00e4sitsi protsess. J\u00e4rgi dokumentatsioonis toodud juhiseid aadressil: https://www.home-assistant.io/integrations/roomba/#retrieving-your-credentials", "description": "Vali Roomba v\u00f5i Braava seade",
"title": "\u00dchendu seadmega" "title": "\u00dchenda seadmega automaatselt"
} }
} }
}, },

View File

@ -45,8 +45,8 @@
"host": "Host", "host": "Host",
"password": "Password" "password": "Password"
}, },
"description": "Attualmente il recupero del BLID e della password \u00e8 un processo manuale. Si prega di seguire i passi descritti nella documentazione all'indirizzo: https://www.home-assistant.io/integrations/roomba/#retrieving-your-credentials", "description": "Seleziona un Roomba o un Braava.",
"title": "Connettersi al dispositivo" "title": "Connetti automaticamente al dispositivo"
} }
} }
}, },

View File

@ -45,8 +45,8 @@
"host": "Nazwa hosta lub adres IP", "host": "Nazwa hosta lub adres IP",
"password": "Has\u0142o" "password": "Has\u0142o"
}, },
"description": "Obecnie pobieranie BLID i has\u0142a jest procesem r\u0119cznym. Prosz\u0119 post\u0119powa\u0107 zgodnie z instrukcjami zawartymi w dokumentacji pod adresem: https://www.home-assistant.io/integrations/roomba/#retrieving-your-credentials.", "description": "Wybierz Roomb\u0119 lub Braava",
"title": "Po\u0142\u0105czenie z urz\u0105dzeniem" "title": "Po\u0142\u0105cz si\u0119 automatycznie z urz\u0105dzeniem"
} }
} }
}, },

View File

@ -45,8 +45,8 @@
"host": "\u4e3b\u6a5f\u7aef", "host": "\u4e3b\u6a5f\u7aef",
"password": "\u5bc6\u78bc" "password": "\u5bc6\u78bc"
}, },
"description": "\u76ee\u524d\u63a5\u6536 BLID \u8207\u5bc6\u78bc\u70ba\u624b\u52d5\u904e\u7a0b\u3002\u8acb\u53c3\u95b1\u4ee5\u4e0b\u6587\u4ef6\u7684\u6b65\u9a5f\u9032\u884c\u8a2d\u5b9a\uff1ahttps://www.home-assistant.io/integrations/roomba/#retrieving-your-credentials", "description": "\u9078\u64c7 Roomba \u6216 Braava\u3002",
"title": "\u9023\u7dda\u81f3\u88dd\u7f6e" "title": "\u81ea\u52d5\u9023\u7dda\u81f3\u88dd\u7f6e"
} }
} }
}, },

View File

@ -7,7 +7,7 @@
"cannot_connect": "Verbindung fehlgeschlagen", "cannot_connect": "Verbindung fehlgeschlagen",
"id_missing": "Dieses Samsung-Ger\u00e4t hat keine Seriennummer.", "id_missing": "Dieses Samsung-Ger\u00e4t hat keine Seriennummer.",
"not_supported": "Dieses Samsung TV-Ger\u00e4t wird derzeit nicht unterst\u00fctzt.", "not_supported": "Dieses Samsung TV-Ger\u00e4t wird derzeit nicht unterst\u00fctzt.",
"reauth_successful": "Erneute Authentifizierung war erfolgreich", "reauth_successful": "Die erneute Authentifizierung war erfolgreich",
"unknown": "Unerwarteter Fehler" "unknown": "Unerwarteter Fehler"
}, },
"error": { "error": {

View File

@ -20,5 +20,14 @@
"title": "Dispositiu WLED descobert" "title": "Dispositiu WLED descobert"
} }
} }
},
"options": {
"step": {
"init": {
"data": {
"keep_master_light": "Mant\u00e9 el llum principal, fins i tot amb 1 segment LED."
}
}
}
} }
} }

View File

@ -20,5 +20,14 @@
"title": "Dispositivo WLED rilevato" "title": "Dispositivo WLED rilevato"
} }
} }
},
"options": {
"step": {
"init": {
"data": {
"keep_master_light": "Mantieni la luce principale, anche con 1 segmento LED."
}
}
}
} }
} }

View File

@ -20,5 +20,14 @@
"title": "Ontdekt WLED-apparaat" "title": "Ontdekt WLED-apparaat"
} }
} }
},
"options": {
"step": {
"init": {
"data": {
"keep_master_light": "Houd master light, zelfs met 1 LED-segment."
}
}
}
} }
} }