[ci skip] Translation update

This commit is contained in:
GitHub Action 2022-09-26 00:30:11 +00:00
parent 49f203c635
commit 39ddc37d76
87 changed files with 625 additions and 41 deletions

View file

@ -6,20 +6,29 @@
},
"error": {
"cannot_connect": "Falha na liga\u00e7\u00e3o",
"invalid_auth": "Autentica\u00e7\u00e3o inv\u00e1lida"
"invalid_auth": "Autentica\u00e7\u00e3o inv\u00e1lida",
"invalid_mfa_code": "C\u00f3digo MFA inv\u00e1lido"
},
"step": {
"mfa": {
"data": {
"mfa_code": "C\u00f3digo MFA (6 d\u00edgitos)"
},
"title": "Introduza seu c\u00f3digo MFA para Abode"
},
"reauth_confirm": {
"data": {
"password": "Palavra-passe",
"username": "Email"
}
},
"title": "Preencha as informa\u00e7\u00f5es de login de Abode"
},
"user": {
"data": {
"password": "Palavra-passe",
"username": "Email"
}
},
"title": "Preencha as informa\u00e7\u00f5es de login de Abode"
}
}
}

View file

@ -8,7 +8,8 @@
},
"error": {
"cannot_connect": "Falha na liga\u00e7\u00e3o",
"invalid_api_key": "Chave de API inv\u00e1lida"
"invalid_api_key": "Chave de API inv\u00e1lida",
"requests_exceeded": "O n\u00famero permitido de pedidos \u00e0 API do Accuweather foi excedido. \u00c9 necess\u00e1rio aguardar ou alterar a chave API."
},
"step": {
"user": {
@ -26,8 +27,15 @@
"user": {
"data": {
"forecast": "Previs\u00e3o meteorol\u00f3gica"
}
},
"description": "Devido \u00e0s limita\u00e7\u00f5es da vers\u00e3o gratuita da chave AccuWeather API, quando se activa a previs\u00e3o do tempo, as actualiza\u00e7\u00f5es de dados ser\u00e3o realizadas a cada 80 minutos em vez de a cada 40 minutos."
}
}
},
"system_health": {
"info": {
"can_reach_server": "Alcance o servidor AccuWeather",
"remaining_requests": "Pedidos permitidos restantes"
}
}
}

View file

@ -0,0 +1,9 @@
{
"state": {
"accuweather__pressure_tendency": {
"falling": "A decrescer",
"rising": "A aumentar",
"steady": "Est\u00e1vel"
}
}
}

View file

@ -2,6 +2,13 @@
"config": {
"abort": {
"no_devices_found": "Nenhum dispositivo encontrado na rede"
},
"step": {
"user": {
"data": {
"id": "ID do anfitri\u00e3o"
}
}
}
}
}

View file

@ -1,6 +1,9 @@
{
"config": {
"abort": {
"already_configured": "DIspositivo j\u00e1 est\u00e1 configurado",
"heater_not_available": "Aquecedor n\u00e3o dispon\u00edvel. Tente reiniciar o aquecedor premindo + e OK durante alguns segundos.",
"heater_not_found": "Aquecedor n\u00e3o encontrado. Tente mover o aquecedor para mais perto do computador com Home Assistant.",
"invalid_auth": "Autentica\u00e7\u00e3o inv\u00e1lida"
},
"error": {
@ -9,8 +12,22 @@
"step": {
"cloud": {
"data": {
"account_id": "ID da conta",
"password": "Palavra-passe"
}
},
"local": {
"data": {
"wifi_pswd": "Senha Wi-Fi",
"wifi_ssid": "Wi-Fi SSID"
},
"description": "Reiniciar o aquecedor premindo + e OK at\u00e9 a visualiza\u00e7\u00e3o mostrar 'Reiniciar'. Depois premir e manter premido o bot\u00e3o OK no aquecedor at\u00e9 que o led azul comece a piscar antes de premir Submeter. A configura\u00e7\u00e3o do aquecedor pode demorar alguns minutos."
},
"user": {
"data": {
"connection_type": "Selecione o tipo de liga\u00e7\u00e3o"
},
"description": "Selecione o tipo de liga\u00e7\u00e3o. 'Local' requer aquecedores com bluetooth"
}
}
}

View file

@ -8,7 +8,8 @@
},
"step": {
"hassio_confirm": {
"title": "AdGuard Home via Supervisor add-on"
"description": "Deseja configurar o Home Assistant para se ligar ao AdGuard Home fornecido pelo add-on: {addon}?",
"title": "AdGuard Home via add-on Supervisor"
},
"user": {
"data": {

View file

@ -1,7 +1,30 @@
{
"config": {
"abort": {
"already_configured": "A localiza\u00e7\u00e3o j\u00e1 est\u00e1 configurada"
},
"error": {
"invalid_api_key": "Chave de API inv\u00e1lida"
},
"step": {
"user": {
"data": {
"api_key": "Chave da API",
"latitude": "Latitude",
"longitude": "Longitude",
"name": "Nome da integra\u00e7\u00e3o"
},
"description": "Para gerar a chave API v\u00e1 a https://opendata.aemet.es/centrodedescargas/altaUsuario"
}
}
},
"options": {
"step": {
"init": {
"data": {
"station_updates": "Recolha de dados das esta\u00e7\u00f5es meteorol\u00f3gicas AEMET"
}
}
}
}
}

View file

@ -13,7 +13,8 @@
"latitude": "Latitude",
"longitude": "Longitude",
"name": "Nome"
}
},
"description": "Para gerar a chave API v\u00e1 a https://developer.airly.eu/register"
}
}
}

View file

@ -14,7 +14,8 @@
"api_key": "Chave da API",
"latitude": "Latitude",
"longitude": "Longitude"
}
},
"description": "Para gerar a chave API v\u00e1 a https://docs.airnowapi.org/account/request/"
}
}
}

View file

@ -1,7 +1,21 @@
{
"config": {
"abort": {
"already_configured": "Conta j\u00e1 configurada"
},
"error": {
"cannot_connect": "Falha na liga\u00e7\u00e3o"
"cannot_connect": "Falha na liga\u00e7\u00e3o",
"invalid_auth": "Autentica\u00e7\u00e3o inv\u00e1lida",
"unknown": "Erro inesperado"
},
"step": {
"user": {
"data": {
"description": "Fa\u00e7a login em {url} para encontrar as suas credenciais",
"id": "ID",
"secret": "Segredo"
}
}
}
}
}

View file

@ -1,5 +1,11 @@
{
"config": {
"abort": {
"already_configured": "Dispositivo j\u00e1 configurado"
},
"error": {
"cannot_connect": "Falha de liga\u00e7\u00e3o"
},
"step": {
"user": {
"data": {

View file

@ -1,5 +1,11 @@
{
"config": {
"abort": {
"already_configured": "O dispositivo j\u00e1 est\u00e1 configurado"
},
"error": {
"cannot_connect": "Falha na liga\u00e7\u00e3o"
},
"step": {
"user": {
"data": {

View file

@ -1,12 +1,21 @@
{
"config": {
"abort": {
"already_configured": "Dispositivo j\u00e1 configurado",
"reauth_successful": "Reautentica\u00e7\u00e3o bem sucedida"
},
"error": {
"cannot_connect": "Falha de liga\u00e7\u00e3o",
"invalid_auth": "Autentica\u00e7\u00e3o inv\u00e1lida"
},
"step": {
"reauth_confirm": {
"data": {
"password": "Palavra-passe"
},
"description": "A integra\u00e7\u00e3o Aladdin Connect precisa de re-autenticar a sua conta",
"title": "Re-autenticar integra\u00e7\u00e3o"
},
"user": {
"data": {
"username": "Nome de Utilizador"

View file

@ -1,7 +1,9 @@
{
"config": {
"error": {
"no_site": "Nenhum site fornecido"
"invalid_api_token": "Chave de API inv\u00e1lida",
"no_site": "Nenhum site fornecido",
"unknown_error": "Erro inesperado"
}
}
}

View file

@ -1,7 +1,21 @@
{
"config": {
"abort": {
"already_configured": "Apparaat is al geconfigureerd"
},
"error": {
"cannot_connect": "Kan geen verbinding maken",
"invalid_auth": "Ongeldige authenticatie"
},
"step": {
"user": {
"data": {
"host": "Host",
"password": "Wachtwoord",
"port": "Poort",
"username": "Gebruikersnaam"
}
}
}
}
}

View file

@ -0,0 +1,21 @@
{
"config": {
"abort": {
"already_configured": "O dispositivo j\u00e1 est\u00e1 configurado"
},
"error": {
"cannot_connect": "Falha na liga\u00e7\u00e3o",
"invalid_auth": "Autentica\u00e7\u00e3o inv\u00e1lida"
},
"step": {
"user": {
"data": {
"host": "Servidor",
"password": "Palavra-passe",
"port": "Porta",
"username": "Nome de Utilizador"
}
}
}
}
}

View file

@ -1,8 +1,20 @@
{
"config": {
"abort": {
"already_configured": "O dispositivo j\u00e1 est\u00e1 configurado"
},
"error": {
"cannot_connect": "Falha na liga\u00e7\u00e3o",
"invalid_host": "Nome de servidor ou endere\u00e7o IP inv\u00e1lido."
"invalid_host": "Nome de servidor ou endere\u00e7o IP inv\u00e1lido.",
"unknown": "Erro inesperado"
},
"step": {
"user": {
"data": {
"host": "Servidor",
"port": "Porta"
}
}
}
},
"options": {

View file

@ -1,8 +1,10 @@
{
"config": {
"abort": {
"already_configured": "O dispositivo j\u00e1 est\u00e1 configurado",
"already_in_progress": "O processo de configura\u00e7\u00e3o j\u00e1 est\u00e1 a decorrer",
"no_devices_found": "Nenhum dispositivo encontrado na rede",
"reauth_successful": "Reautentica\u00e7\u00e3o bem sucedida",
"unknown": "Erro inesperado"
},
"error": {
@ -28,6 +30,9 @@
"description": "\u00c9 necess\u00e1rio fazer o emparelhamento com protocolo `{protocol}`. Insira o c\u00f3digo PIN exibido no ecran. Os zeros iniciais devem ser omitidos, ou seja, digite 123 se o c\u00f3digo exibido for 0123.",
"title": "Emparelhamento"
},
"protocol_disabled": {
"title": "N\u00e3o \u00e9 poss\u00edvel emparelhar"
},
"reconfigure": {
"description": "Esta Apple TV apresenta dificuldades de liga\u00e7\u00e3o e precisa ser reconfigurada.",
"title": "Reconfigura\u00e7\u00e3o do dispositivo"

View file

@ -1,5 +1,13 @@
{
"config": {
"abort": {
"already_configured": "Conta j\u00e1 configurada"
},
"error": {
"cannot_connect": "Falha na liga\u00e7\u00e3o",
"invalid_auth": "Autentica\u00e7\u00e3o inv\u00e1lida",
"unknown": "Erro inesperado"
},
"step": {
"user": {
"data": {

View file

@ -1,6 +1,10 @@
{
"config": {
"abort": {
"reauth_successful": "Reautentica\u00e7\u00e3o bem sucedida"
},
"error": {
"cannot_connect": "Falha na liga\u00e7\u00e3o",
"invalid_auth": "Autentica\u00e7\u00e3o inv\u00e1lida",
"unknown": "Erro inesperado"
},
@ -8,10 +12,12 @@
"reauth_confirm": {
"data": {
"password": "Palavra-passe"
}
},
"title": "Reautenticar integra\u00e7\u00e3o"
},
"user": {
"data": {
"password": "Palavra-passe",
"username": "Nome de Utilizador"
}
}
@ -19,6 +25,8 @@
},
"options": {
"abort": {
"cannot_connect": "Falha na liga\u00e7\u00e3o",
"invalid_auth": "Autentica\u00e7\u00e3o inv\u00e1lida",
"unknown": "Erro inesperado"
}
}

View file

@ -28,7 +28,8 @@
},
"local_pick": {
"data": {
"device": "Apparaat"
"device": "Apparaat",
"host": "IP-adres"
}
},
"reauth": {

View file

@ -2,24 +2,41 @@
"config": {
"abort": {
"already_configured": "Conta j\u00e1 configurada",
"already_configured_account": "Conta j\u00e1 configurada",
"already_configured_device": "O dispositivo j\u00e1 est\u00e1 configurado",
"no_devices_found": "Nenhum dispositivo encontrado na rede",
"reauth_successful": "Token de Acesso actualizado com sucesso"
"reauth_successful": "Reautentica\u00e7\u00e3o bem sucedida",
"unreachable": "Falha na liga\u00e7\u00e3o"
},
"error": {
"invalid_access_token": "Token de acesso inv\u00e1lido",
"unknown": "Erro inesperado"
"unknown": "Erro inesperado",
"unreachable": "Falha na liga\u00e7\u00e3o"
},
"flow_title": "{model} ( {device_id} )",
"step": {
"cloud": {
"data": {
"access_token": "Token de Acesso",
"email": "Email"
},
"description": "Voc\u00ea deve se registrar para um token de acesso de desenvolvedor Awair em: {url}"
},
"discovery_confirm": {
"description": "Deseja configurar {model} ( {device_id} )?"
},
"local": {
"data": {
"host": "Endere\u00e7o IP"
},
"description": "Siga [estas instru\u00e7\u00f5es]( {url} ) sobre como ativar a API local Awair. \n\n Clique em enviar quando terminar."
},
"local_pick": {
"data": {
"device": "Dispositivo",
"host": "Endere\u00e7o IP"
}
},
"reauth": {
"data": {
"access_token": "Token de Acesso",

View file

@ -2,7 +2,7 @@
"config": {
"abort": {
"already_configured": "Conta j\u00e1 configurada",
"reauth_successful": "Token de Acesso atualizado com sucesso"
"reauth_successful": "Reautentica\u00e7\u00e3o bem sucedida"
},
"error": {
"cannot_connect": "Falha na liga\u00e7\u00e3o",

View file

@ -1,7 +1,12 @@
{
"config": {
"abort": {
"already_configured": "O servi\u00e7o j\u00e1 est\u00e1 configurado"
"already_configured": "O servi\u00e7o j\u00e1 est\u00e1 configurado",
"single_instance_allowed": "J\u00e1 configurado. Apenas uma \u00fanica configura\u00e7\u00e3o \u00e9 poss\u00edvel."
},
"error": {
"cannot_connect": "Falha na liga\u00e7\u00e3o",
"unknown": "Erro inesperado"
}
}
}

View file

@ -2,6 +2,13 @@
"config": {
"abort": {
"already_configured": "O dispositivo j\u00e1 est\u00e1 configurado"
},
"step": {
"user": {
"data": {
"ip_address": "Endere\u00e7o IP"
}
}
}
}
}

View file

@ -1,7 +1,11 @@
{
"config": {
"abort": {
"already_configured": "O dispositivo j\u00e1 est\u00e1 configurado"
},
"error": {
"cannot_connect": "Falha na liga\u00e7\u00e3o"
"cannot_connect": "Falha na liga\u00e7\u00e3o",
"unknown": "Erro inesperado"
},
"step": {
"user": {

View file

@ -109,6 +109,7 @@
"on": "A carregar"
},
"carbon_monoxide": {
"off": "Limpo",
"on": "Detectado"
},
"cold": {

View file

@ -1,7 +1,12 @@
{
"config": {
"abort": {
"already_configured": "O dispositivo j\u00e1 est\u00e1 configurado",
"reauth_successful": "Reautentica\u00e7\u00e3o bem sucedida"
},
"error": {
"cannot_connect": "Falha na liga\u00e7\u00e3o",
"invalid_auth": "Autentica\u00e7\u00e3o inv\u00e1lida",
"unknown": "Erro inesperado"
},
"step": {

View file

@ -2,21 +2,27 @@
"config": {
"abort": {
"already_configured": "Apparaat is al geconfigureerd",
"no_ip_control": "IP-besturing is uitgeschakeld op uw tv of de tv wordt niet ondersteund."
"no_ip_control": "IP-besturing is uitgeschakeld op uw tv of de tv wordt niet ondersteund.",
"not_bravia_device": "Dit apparaat is geen Bravia-TV."
},
"error": {
"cannot_connect": "Kan geen verbinding maken",
"invalid_auth": "Ongeldige authenticatie",
"invalid_host": "Ongeldige hostnaam of IP-adres",
"unsupported_model": "Uw tv-model wordt niet ondersteund."
},
"step": {
"authorize": {
"data": {
"pin": "Pincode"
"pin": "Pincode",
"use_psk": "PSK-authenticatie gebruiken"
},
"description": "Voer de pincode in die wordt weergegeven op de Sony Bravia tv. \n\nAls de pincode niet wordt weergegeven, moet u de Home Assistant op uw tv afmelden, ga naar: Instellingen -> Netwerk -> Instellingen extern apparaat -> Afmelden extern apparaat.",
"title": "Autoriseer Sony Bravia tv"
},
"confirm": {
"description": "Wil je beginnen met instellen?"
},
"user": {
"data": {
"host": "Host"

View file

@ -1,10 +1,12 @@
{
"config": {
"abort": {
"already_configured": "Esta TV j\u00e1 est\u00e1 configurada."
"already_configured": "O dispositivo j\u00e1 est\u00e1 configurado",
"not_bravia_device": "O dispositivo n\u00e3o \u00e9 uma TV Bravia."
},
"error": {
"cannot_connect": "Falha na liga\u00e7\u00e3o",
"invalid_auth": "Autentica\u00e7\u00e3o inv\u00e1lida",
"invalid_host": "Nome de servidor ou endere\u00e7o IP inv\u00e1lido.",
"unsupported_model": "O seu modelo de TV n\u00e3o \u00e9 suportado."
},

View file

@ -1,7 +1,8 @@
{
"config": {
"abort": {
"already_configured": "Conta j\u00e1 configurada"
"already_configured": "Conta j\u00e1 configurada",
"reauth_successful": "Reautentica\u00e7\u00e3o bem sucedida"
},
"error": {
"cannot_connect": "Falha na liga\u00e7\u00e3o",
@ -10,11 +11,16 @@
},
"step": {
"reauth_confirm": {
"data": {
"password": "Palavra-passe"
},
"description": "Por favor, introduza novamente a palavra-passe para: {username}",
"title": "Reautenticar integra\u00e7\u00e3o"
},
"user": {
"data": {
"password": "Palavra-passe"
"password": "Palavra-passe",
"username": "Nome de Utilizador"
}
}
}

View file

@ -7,6 +7,7 @@
"error": {
"cannot_connect": "Falha na liga\u00e7\u00e3o"
},
"flow_title": "{name}",
"step": {
"user": {
"data": {

View file

@ -1,5 +1,11 @@
{
"config": {
"abort": {
"already_configured": "O dispositivo j\u00e1 est\u00e1 configurado",
"already_in_progress": "O processo de configura\u00e7\u00e3o j\u00e1 est\u00e1 a decorrer",
"no_devices_found": "Nenhum dispositivo encontrado na rede",
"reauth_successful": "Reautentica\u00e7\u00e3o bem sucedida"
},
"error": {
"decryption_failed": "A chave de liga\u00e7\u00e3o fornecida n\u00e3o funcionou, os dados do sensor n\u00e3o puderam ser descriptografados. Por favor verifique e tente novamente.",
"expected_32_characters": "Esperava-se uma chave de liga\u00e7\u00e3o hexadecimal de 32 caracteres."

View file

@ -1,8 +1,15 @@
{
"config": {
"abort": {
"already_configured": "A localiza\u00e7\u00e3o j\u00e1 est\u00e1 configurada"
},
"error": {
"already_configured": "A localiza\u00e7\u00e3o j\u00e1 est\u00e1 configurada"
},
"step": {
"user": {
"data": {
"latitude": "Latitude",
"longitude": "Longitude"
}
}

View file

@ -1,7 +1,7 @@
{
"config": {
"abort": {
"single_instance_allowed": "Apenas uma \u00fanica configura\u00e7\u00e3o do Google Cast \u00e9 necess\u00e1ria."
"single_instance_allowed": "J\u00e1 configurado. Apenas uma \u00fanica configura\u00e7\u00e3o \u00e9 poss\u00edvel."
},
"step": {
"config": {

View file

@ -10,6 +10,11 @@
"invalid_auth": "Autentica\u00e7\u00e3o inv\u00e1lida"
},
"step": {
"reauth_confirm": {
"data": {
"api_token": "API Token"
}
},
"user": {
"data": {
"api_token": "API Token"

View file

@ -1,7 +1,23 @@
{
"config": {
"abort": {
"already_configured": "O dispositivo j\u00e1 est\u00e1 configurado"
},
"error": {
"cannot_connect": "Falha na liga\u00e7\u00e3o",
"invalid_auth": "Autentica\u00e7\u00e3o inv\u00e1lida",
"unknown": "Erro inesperado"
},
"step": {
"user": {
"data": {
"api_key": "Chave da API"
}
}
}
},
"options": {
"error": {
"unknown": "Erro inesperado"
}
}

View file

@ -1,7 +1,8 @@
{
"config": {
"abort": {
"already_configured": "O servi\u00e7o j\u00e1 est\u00e1 configurado"
"already_configured": "O servi\u00e7o j\u00e1 est\u00e1 configurado",
"cannot_connect": "Falha na liga\u00e7\u00e3o"
},
"step": {
"user": {

View file

@ -2,6 +2,12 @@
"config": {
"abort": {
"already_configured": "J\u00e1 configurado. Apenas uma \u00fanica configura\u00e7\u00e3o \u00e9 poss\u00edvel."
},
"step": {
"user": {
"description": "Quer dar inicio \u00e0 configura\u00e7\u00e3o?",
"title": "Velocidade da CPU"
}
}
}
}

View file

@ -1,6 +1,14 @@
{
"config": {
"error": {
"unknown": "Erro inesperado"
},
"step": {
"usb_config": {
"data": {
"usb_path": "Caminho do Dispositivo USB"
}
},
"usb_manual_config": {
"data": {
"usb_manual_path": "Caminho do Dispositivo USB"
@ -8,9 +16,24 @@
},
"user": {
"data": {
"email": "Email",
"password": "Palavra-passe"
}
}
}
},
"options": {
"step": {
"usb_config": {
"data": {
"usb_path": "Caminho do Dispositivo USB"
}
},
"usb_manual_config": {
"data": {
"usb_manual_path": "Caminho do Dispositivo USB"
}
}
}
}
}

View file

@ -5,6 +5,7 @@
"cannot_connect": "Falha na liga\u00e7\u00e3o"
},
"error": {
"api_password": "Autentica\u00e7\u00e3o inv\u00e1lida, use a chave de API ou a palavra-passe.",
"cannot_connect": "Falha na liga\u00e7\u00e3o",
"invalid_auth": "Autentica\u00e7\u00e3o inv\u00e1lida",
"unknown": "Erro inesperado"

View file

@ -7,12 +7,12 @@
"step": {
"select": {
"data": {
"select_host": "IP do receptor"
"select_host": "IP do Receptor"
}
},
"user": {
"data": {
"host": "endere\u00e7o de IP"
"host": "Endere\u00e7o IP"
}
}
}

View file

@ -14,6 +14,9 @@
"options": {
"step": {
"init": {
"data": {
"round": "Precis\u00e3o"
},
"data_description": {
"unit_prefix": "."
}

View file

@ -1,7 +1,8 @@
{
"config": {
"abort": {
"already_configured": "Conta j\u00e1 configurada"
"already_configured": "Conta j\u00e1 configurada",
"reauth_successful": "Reautentica\u00e7\u00e3o bem sucedida"
},
"error": {
"invalid_auth": "Autentica\u00e7\u00e3o inv\u00e1lida"
@ -16,6 +17,7 @@
},
"zeroconf_confirm": {
"data": {
"mydevolo_url": "mydevolo [VOID]",
"password": "Palavra-passe"
}
}

View file

@ -0,0 +1,17 @@
{
"config": {
"error": {
"cannot_connect": "Falha na liga\u00e7\u00e3o",
"unknown": "Erro inesperado"
},
"flow_title": "{product} ({name})",
"step": {
"user": {
"data": {
"ip_address": "Endere\u00e7o IP"
},
"description": "Quer dar inicio \u00e0 configura\u00e7\u00e3o?"
}
}
}
}

View file

@ -1,6 +1,7 @@
{
"config": {
"abort": {
"cloud_not_connected": "N\u00e3o ligado ao Home Assistant Cloud.",
"single_instance_allowed": "J\u00e1 configurado. Apenas uma \u00fanica configura\u00e7\u00e3o \u00e9 poss\u00edvel.",
"webhook_not_internet_accessible": "O seu Home Assistant necessita estar acess\u00edvel a partir da Internet para receber mensagens do tipo webhook."
},

View file

@ -1,22 +1,26 @@
{
"config": {
"abort": {
"already_configured": "O servi\u00e7o j\u00e1 est\u00e1 configurado"
"already_configured": "O servi\u00e7o j\u00e1 est\u00e1 configurado",
"reauth_successful": "Reautentica\u00e7\u00e3o bem sucedida"
},
"error": {
"cannot_connect": "Falha na liga\u00e7\u00e3o",
"invalid_auth": "Autentica\u00e7\u00e3o inv\u00e1lida"
"invalid_auth": "Autentica\u00e7\u00e3o inv\u00e1lida",
"unknown": "Erro inesperado"
},
"step": {
"reauth_confirm": {
"data": {
"api_token": "API Token"
}
},
"description": "Consulte a documenta\u00e7\u00e3o sobre como obter a sua chave de bot do Discord. \n\n{url}"
},
"user": {
"data": {
"api_token": "API Token"
}
},
"description": "Consulte a documenta\u00e7\u00e3o sobre como obter a sua chave de bot do Discord. \n\n{url}"
}
}
}

View file

@ -1,5 +1,9 @@
{
"config": {
"abort": {
"already_configured": "O dispositivo j\u00e1 est\u00e1 configurado",
"cannot_connect": "Falha na liga\u00e7\u00e3o"
},
"error": {
"cannot_connect": "Falha na liga\u00e7\u00e3o"
},

View file

@ -1,6 +1,7 @@
{
"config": {
"error": {
"invalid_port": "Poort wordt al gebruikt.",
"unknown": "Onverwachte fout"
}
}

View file

@ -10,7 +10,7 @@
"invalid_auth": "Autentica\u00e7\u00e3o inv\u00e1lida",
"resolve_error": "N\u00e3o \u00e9 poss\u00edvel resolver o endere\u00e7o do ESP. Se este erro persistir, defina um endere\u00e7o IP est\u00e1tico: https://esphomelib.com/esphomeyaml/components/wifi.html#manual-ips"
},
"flow_title": "",
"flow_title": "{name}",
"step": {
"authenticate": {
"data": {

View file

@ -3,7 +3,7 @@
"abort": {
"already_configured": "O dispositivo j\u00e1 est\u00e1 configurado"
},
"flow_title": "",
"flow_title": "{model} {id} ({ipaddr})",
"step": {
"user": {
"data": {

View file

@ -0,0 +1,20 @@
{
"config": {
"abort": {
"already_configured": "Account is al geconfigureerd"
},
"error": {
"cannot_connect": "Kan geen verbinding maken",
"invalid_auth": "Ongeldige authenticatie",
"unknown": "Onverwachte fout"
},
"step": {
"user": {
"data": {
"host": "Host",
"password": "Wachtwoord"
}
}
}
}
}

View file

@ -25,7 +25,7 @@
"data": {
"pairing_code": "C\u00f3digo de emparelhamento"
},
"description": "Introduza o c\u00f3digo de emparelhamento do seu HomeKit (no formato XXX-XX-XXX) para utilizar este acess\u00f3rio",
"description": "Introduza o c\u00f3digo de emparelhamento do seu HomeKit (no formato XXX-XX-XXX) para utilizar este acess\u00f3rio.",
"title": "Emparelhar com o acess\u00f3rio HomeKit"
},
"user": {

View file

@ -1,6 +1,7 @@
{
"config": {
"abort": {
"cloud_not_connected": "N\u00e3o ligado ao Home Assistant Cloud.",
"single_instance_allowed": "J\u00e1 configurado. Apenas uma \u00fanica configura\u00e7\u00e3o \u00e9 poss\u00edvel.",
"webhook_not_internet_accessible": "O seu Home Assistant necessita estar acess\u00edvel a partir da Internet para receber mensagens do tipo webhook."
},

View file

@ -0,0 +1,22 @@
{
"config": {
"abort": {
"already_configured": "Apparaat is al geconfigureerd",
"already_in_progress": "De configuratie is momenteel al bezig",
"no_devices_found": "Geen apparaten gevonden op het netwerk",
"not_supported": "Apparaat is niet ondersteund."
},
"flow_title": "{name}",
"step": {
"bluetooth_confirm": {
"description": "Wilt u {name} instellen?"
},
"user": {
"data": {
"address": "Apparaat"
},
"description": "Kies een apparaat om in te stellen"
}
}
}
}

View file

@ -4,6 +4,7 @@
"already_configured_device": "\u05ea\u05e6\u05d5\u05e8\u05ea \u05d4\u05d4\u05ea\u05e7\u05df \u05db\u05d1\u05e8 \u05e0\u05e7\u05d1\u05e2\u05d4",
"cannot_connect": "\u05d4\u05d4\u05ea\u05d7\u05d1\u05e8\u05d5\u05ea \u05e0\u05db\u05e9\u05dc\u05d4",
"unknown": "\u05e9\u05d2\u05d9\u05d0\u05d4 \u05d1\u05dc\u05ea\u05d9 \u05e6\u05e4\u05d5\u05d9\u05d4"
}
},
"flow_title": "{name}"
}
}

View file

@ -0,0 +1,22 @@
{
"config": {
"abort": {
"already_configured_device": "Apparaat is al geconfigureerd",
"cannot_connect": "Kan geen verbinding maken",
"no_unconfigured_devices": "Geen niet-geconfigureerde apparaten gevonden.",
"unknown": "Onverwachte fout"
},
"flow_title": "{name}",
"step": {
"init": {
"data": {
"name": "Naam"
},
"title": "MicroBot-apparaat instellen"
},
"link": {
"title": "Koppelen"
}
}
}
}

View file

@ -11,6 +11,11 @@
"unknown": "Onverwachte fout"
},
"step": {
"choice_enter_manual_or_fetch_cloud": {
"menu_options": {
"manual_entry": "Handmatig invoeren"
}
},
"manual_entry": {
"data": {
"api_key": "API-sleutel",

View file

@ -1,6 +1,7 @@
{
"config": {
"abort": {
"cloud_not_connected": "N\u00e3o ligado ao Home Assistant Cloud.",
"single_instance_allowed": "J\u00e1 configurado. Apenas uma \u00fanica configura\u00e7\u00e3o \u00e9 poss\u00edvel.",
"webhook_not_internet_accessible": "O seu Home Assistant necessita estar acess\u00edvel a partir da Internet para receber mensagens do tipo webhook."
},

View file

@ -0,0 +1,7 @@
{
"config": {
"abort": {
"no_devices_found": "Er zijn geen Melnor Bluetooth-apparaten in de buurt."
}
}
}

View file

@ -0,0 +1,10 @@
{
"config": {
"abort": {
"already_configured": "Apparaat is al geconfigureerd"
},
"error": {
"unknown": "Onverwachte fout"
}
}
}

View file

@ -4,6 +4,8 @@
"already_configured": "Apparaat is al geconfigureerd"
},
"error": {
"cannot_connect": "Kan niet verbinden. Controleer het serienummer.",
"invalid_ip": "Ongeldig IP-adres",
"invalid_serial": "Ongeldig serienummer",
"unknown": "Onverwachte fout"
},

View file

@ -2,6 +2,7 @@
"config": {
"abort": {
"already_configured": "Conta j\u00e1 configurada",
"cloud_not_connected": "N\u00e3o ligado ao Home Assistant Cloud.",
"single_instance_allowed": "J\u00e1 configurado. Apenas uma \u00fanica configura\u00e7\u00e3o \u00e9 poss\u00edvel.",
"webhook_not_internet_accessible": "O seu Home Assistant necessita estar acess\u00edvel a partir da Internet para receber mensagens do tipo webhook."
},

View file

@ -3,7 +3,8 @@
"prusalink__printer_state": {
"cancelling": "Annuleren",
"idle": "Inactief",
"paused": "Gepauzeerd"
"paused": "Gepauzeerd",
"printing": "Afdrukken"
}
}
}

View file

@ -32,6 +32,7 @@
"title": "Konfigurasi YAML Radarr dalam proses penghapusan"
},
"removed_attributes": {
"description": "Beberapa perubahan besar telah dilakukan dalam menonaktifkan sensor hitungan Film dengan alasan kehati-hatian.\n\nSensor ini bisa menyebabkan masalah dengan database yang sangat besar. Jika masih ingin menggunakannya, Anda dapat melakukannya.\n\nNama film tidak lagi disertakan sebagai atribut dalam sensor film.\n\nItem \"Yang akan datang\" telah dihapus. Sensor ini sedang dimodernisasi sebagaimana layaknya item kalender. Ruang disk sekarang dipecah ke dalam sensor yang berbeda, satu untuk setiap folder.\n\nStatus dan perintah telah dihapus karena tampaknya tidak membawa nilai dalam otomasi.",
"title": "Perubahan pada integrasi Radarr"
}
},

View file

@ -0,0 +1,25 @@
{
"config": {
"abort": {
"already_configured": "Dienst is al geconfigureerd",
"reauth_successful": "Herauthenticatie geslaagd"
},
"error": {
"cannot_connect": "Kan geen verbinding maken",
"invalid_auth": "Ongeldige authenticatie",
"unknown": "Onverwachte fout"
},
"step": {
"reauth_confirm": {
"title": "Integratie herauthenticeren"
},
"user": {
"data": {
"api_key": "API-sleutel",
"url": "URL",
"verify_ssl": "SSL-certificaat verifi\u00ebren"
}
}
}
}
}

View file

@ -16,6 +16,13 @@
"username": "Gebruikersnaam"
}
},
"local": {
"data": {
"host": "Host",
"pin": "Pincode",
"port": "Poort"
}
},
"user": {
"data": {
"password": "Wachtwoord",

View file

@ -5,7 +5,7 @@
"already_in_progress": "O processo de configura\u00e7\u00e3o j\u00e1 est\u00e1 a decorrer",
"cannot_connect": "Falha na liga\u00e7\u00e3o"
},
"flow_title": "",
"flow_title": "{device}",
"step": {
"user": {
"data": {

View file

@ -2,6 +2,8 @@
"config": {
"abort": {
"already_configured": "El dispositiu ja est\u00e0 configurat",
"reauth_successful": "Re-autenticaci\u00f3 realitzada correctament",
"reauth_unsuccessful": "La re-autenticaci\u00f3 no ha tingut \u00e8xit, elimina la integraci\u00f3 i torna-la a configurar.",
"unsupported_firmware": "El dispositiu utilitza una versi\u00f3 de programari no compatible."
},
"error": {
@ -21,6 +23,12 @@
"username": "Nom d'usuari"
}
},
"reauth_confirm": {
"data": {
"password": "Contrasenya",
"username": "Nom d'usuari"
}
},
"user": {
"data": {
"host": "Amfitri\u00f3"

View file

@ -2,6 +2,8 @@
"config": {
"abort": {
"already_configured": "Device is already configured",
"reauth_successful": "Re-authentication was successful",
"reauth_unsuccessful": "Re-authentication was unsuccessful, please remove the integration and set it up again.",
"unsupported_firmware": "The device is using an unsupported firmware version."
},
"error": {
@ -21,6 +23,12 @@
"username": "Username"
}
},
"reauth_confirm": {
"data": {
"password": "Password",
"username": "Username"
}
},
"user": {
"data": {
"host": "Host"

View file

@ -2,6 +2,8 @@
"config": {
"abort": {
"already_configured": "El dispositivo ya est\u00e1 configurado",
"reauth_successful": "La autenticaci\u00f3n se volvi\u00f3 a realizar correctamente",
"reauth_unsuccessful": "No se pudo volver a autenticar, por favor, elimina la integraci\u00f3n y vuelve a configurarla.",
"unsupported_firmware": "El dispositivo est\u00e1 usando una versi\u00f3n de firmware no compatible."
},
"error": {
@ -21,6 +23,12 @@
"username": "Nombre de usuario"
}
},
"reauth_confirm": {
"data": {
"password": "Contrase\u00f1a",
"username": "Nombre de usuario"
}
},
"user": {
"data": {
"host": "Host"

View file

@ -2,6 +2,8 @@
"config": {
"abort": {
"already_configured": "L'appareil est d\u00e9j\u00e0 configur\u00e9",
"reauth_successful": "La r\u00e9-authentification a r\u00e9ussi",
"reauth_unsuccessful": "La r\u00e9authentification a \u00e9chou\u00e9, veuillez supprimer l'int\u00e9gration puis la configurer \u00e0 nouveau.",
"unsupported_firmware": "L'appareil utilise une version de micrologiciel non prise en charge."
},
"error": {
@ -21,6 +23,12 @@
"username": "Nom d'utilisateur"
}
},
"reauth_confirm": {
"data": {
"password": "Mot de passe",
"username": "Nom d'utilisateur"
}
},
"user": {
"data": {
"host": "H\u00f4te"

View file

@ -2,6 +2,7 @@
"config": {
"abort": {
"already_configured": "\u05ea\u05e6\u05d5\u05e8\u05ea \u05d4\u05d4\u05ea\u05e7\u05df \u05db\u05d1\u05e8 \u05e0\u05e7\u05d1\u05e2\u05d4",
"reauth_successful": "\u05d4\u05d0\u05d9\u05de\u05d5\u05ea \u05de\u05d7\u05d3\u05e9 \u05d4\u05e6\u05dc\u05d9\u05d7",
"unsupported_firmware": "\u05d4\u05d4\u05ea\u05e7\u05df \u05de\u05e9\u05ea\u05de\u05e9 \u05d1\u05d2\u05d9\u05e8\u05e1\u05ea \u05e7\u05d5\u05e9\u05d7\u05d4 \u05e9\u05d0\u05d9\u05e0\u05d4 \u05e0\u05ea\u05de\u05db\u05ea."
},
"error": {
@ -20,6 +21,12 @@
"username": "\u05e9\u05dd \u05de\u05e9\u05ea\u05de\u05e9"
}
},
"reauth_confirm": {
"data": {
"password": "\u05e1\u05d9\u05e1\u05de\u05d4",
"username": "\u05e9\u05dd \u05de\u05e9\u05ea\u05de\u05e9"
}
},
"user": {
"data": {
"host": "\u05de\u05d0\u05e8\u05d7"

View file

@ -2,6 +2,8 @@
"config": {
"abort": {
"already_configured": "Perangkat sudah dikonfigurasi",
"reauth_successful": "Autentikasi ulang berhasil",
"reauth_unsuccessful": "Autentikasi ulang tidak berhasil, hapus integrasi dan siapkan kembali.",
"unsupported_firmware": "Perangkat menggunakan versi firmware yang tidak didukung."
},
"error": {
@ -21,6 +23,12 @@
"username": "Nama Pengguna"
}
},
"reauth_confirm": {
"data": {
"password": "Kata Sandi",
"username": "Nama Pengguna"
}
},
"user": {
"data": {
"host": "Host"

View file

@ -2,6 +2,8 @@
"config": {
"abort": {
"already_configured": "Il dispositivo \u00e8 gi\u00e0 configurato",
"reauth_successful": "La nuova autenticazione \u00e8 stata eseguita correttamente",
"reauth_unsuccessful": "La riautenticazione non \u00e8 riuscita, rimuovi l'integrazione e configurala di nuovo.",
"unsupported_firmware": "Il dispositivo utilizza una versione del firmware non supportata."
},
"error": {
@ -21,6 +23,12 @@
"username": "Nome utente"
}
},
"reauth_confirm": {
"data": {
"password": "Password",
"username": "Nome utente"
}
},
"user": {
"data": {
"host": "Host"

View file

@ -2,6 +2,7 @@
"config": {
"abort": {
"already_configured": "Apparaat is al geconfigureerd",
"reauth_successful": "Herauthenticatie geslaagd",
"unsupported_firmware": "Het apparaat gebruikt een niet-ondersteunde firmwareversie."
},
"error": {
@ -20,6 +21,12 @@
"username": "Gebruikersnaam"
}
},
"reauth_confirm": {
"data": {
"password": "Wachtwoord",
"username": "Gebruikersnaam"
}
},
"user": {
"data": {
"host": "Host"

View file

@ -2,6 +2,8 @@
"config": {
"abort": {
"already_configured": "\u042d\u0442\u043e \u0443\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432\u043e \u0443\u0436\u0435 \u0434\u043e\u0431\u0430\u0432\u043b\u0435\u043d\u043e \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_unsuccessful": "\u041d\u0435 \u0443\u0434\u0430\u043b\u043e\u0441\u044c \u043f\u0440\u043e\u0439\u0442\u0438 \u043f\u043e\u0432\u0442\u043e\u0440\u043d\u0443\u044e \u0430\u0443\u0442\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0446\u0438\u044e. \u0423\u0434\u0430\u043b\u0438\u0442\u0435 \u0438\u043d\u0442\u0435\u0433\u0440\u0430\u0446\u0438\u044e \u0438 \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u0442\u0435 \u0435\u0451 \u0441\u043d\u043e\u0432\u0430.",
"unsupported_firmware": "\u0412 \u0443\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432\u0435 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u0442\u0441\u044f \u043d\u0435\u043f\u043e\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u043c\u0430\u044f \u0432\u0435\u0440\u0441\u0438\u044f \u043f\u0440\u043e\u0448\u0438\u0432\u043a\u0438."
},
"error": {
@ -21,6 +23,12 @@
"username": "\u0418\u043c\u044f \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f"
}
},
"reauth_confirm": {
"data": {
"password": "\u041f\u0430\u0440\u043e\u043b\u044c",
"username": "\u0418\u043c\u044f \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f"
}
},
"user": {
"data": {
"host": "\u0425\u043e\u0441\u0442"

View file

@ -2,6 +2,8 @@
"config": {
"abort": {
"already_configured": "\u88dd\u7f6e\u5df2\u7d93\u8a2d\u5b9a\u5b8c\u6210",
"reauth_successful": "\u91cd\u65b0\u8a8d\u8b49\u6210\u529f",
"reauth_unsuccessful": "\u91cd\u65b0\u9a57\u8b49\u5931\u6557\uff0c\u8acb\u79fb\u9664\u88dd\u7f6e\u4e26\u91cd\u65b0\u8a2d\u5b9a\u3002",
"unsupported_firmware": "\u88dd\u7f6e\u4f7f\u7528\u7684\u97cc\u9ad4\u4e0d\u652f\u63f4\u3002"
},
"error": {
@ -21,6 +23,12 @@
"username": "\u4f7f\u7528\u8005\u540d\u7a31"
}
},
"reauth_confirm": {
"data": {
"password": "\u5bc6\u78bc",
"username": "\u4f7f\u7528\u8005\u540d\u7a31"
}
},
"user": {
"data": {
"host": "\u4e3b\u6a5f\u7aef"

View file

@ -10,6 +10,12 @@
"unknown": "Onverwachte fout"
},
"step": {
"reauth_confirm": {
"data": {
"password": "Wachtwoord"
},
"title": "Integratie herauthenticeren"
},
"user": {
"data": {
"email": "Email",

View file

@ -7,7 +7,7 @@
"invalid_auth": "Autentica\u00e7\u00e3o inv\u00e1lida",
"unknown": "Erro inesperado"
},
"flow_title": ""
"flow_title": "{mac} ({ip})"
},
"options": {
"abort": {

View file

@ -9,6 +9,14 @@
},
"flow_title": "{name}",
"step": {
"confirm": {
"description": "Wilt u {name} instellen?"
},
"password": {
"data": {
"password": "Wachtwoord"
}
},
"user": {
"data": {
"mac": "MAC-adres apparaat",

View file

@ -1,5 +1,10 @@
{
"config": {
"abort": {
"already_configured": "Apparaat is al geconfigureerd",
"already_in_progress": "De configuratie is momenteel al bezig",
"no_devices_found": "Geen apparaten gevonden op het netwerk"
},
"flow_title": "{name}",
"step": {
"bluetooth_confirm": {

View file

@ -8,7 +8,7 @@
"flow_title": "WiLight: {name}",
"step": {
"confirm": {
"description": "Deseja configurar o WiLight {name} ? \n\n Suporta: {components}"
"description": "Deseja configurar o WiLight {name} ? \n Suporta: {components}"
}
}
}

View file

@ -1,5 +1,9 @@
{
"state": {
"xiaomi_miio__display_orientation": {
"left": "Links",
"right": "Rechts"
},
"xiaomi_miio__led_brightness": {
"bright": "Helder",
"dim": "Dim",

View file

@ -1,7 +1,9 @@
{
"config": {
"abort": {
"already_in_progress": "De configuratie is momenteel al bezig"
"already_configured": "Apparaat is al geconfigureerd",
"already_in_progress": "De configuratie is momenteel al bezig",
"no_devices_found": "Geen apparaten gevonden op het netwerk"
},
"error": {
"cannot_connect": "Kan geen verbinding maken",

View file

@ -10,9 +10,15 @@
},
"flow_title": "{name}",
"step": {
"choose_automatic_backup": {
"title": "Automatische back-up herstellen"
},
"confirm": {
"description": "Wilt u {name} instellen?"
},
"confirm_hardware": {
"description": "Wilt u {name} instellen?"
},
"pick_radio": {
"data": {
"radio_type": "Radio type"
@ -30,6 +36,9 @@
"title": "Instellingen"
},
"upload_manual_backup": {
"data": {
"uploaded_backup_file": "Een bestand uploaden"
},
"title": "Upload een handmatige back-up"
},
"user": {
@ -122,7 +131,17 @@
},
"flow_title": "{name}",
"step": {
"choose_automatic_backup": {
"title": "Automatische back-up herstellen"
},
"init": {
"description": "ZHA wordt gestopt. Wilt u doorgaan?",
"title": "ZHA opnieuw configureren"
},
"upload_manual_backup": {
"data": {
"uploaded_backup_file": "Een bestand uploaden"
},
"title": "Upload een handmatige back-up"
}
}

View file

@ -102,6 +102,9 @@
}
},
"options": {
"abort": {
"single_instance_allowed": "Apenas uma configura\u00e7\u00e3o do ZHA \u00e9 permitida."
},
"step": {
"init": {
"description": "ZHA ser\u00e1 interrompido. Voc\u00ea deseja continuar?",