mirror of
https://github.com/home-assistant/core.git
synced 2025-07-22 20:57:21 +00:00
[ci skip] Translation update
This commit is contained in:
parent
8b01f681ab
commit
9c63fbfcb1
@ -1,6 +1,19 @@
|
||||
{
|
||||
"config": {
|
||||
"abort": {
|
||||
"reauth_successful": "Reautentica\u00e7\u00e3o bem sucedida"
|
||||
},
|
||||
"error": {
|
||||
"cannot_connect": "Falha na liga\u00e7\u00e3o",
|
||||
"invalid_auth": "Autentica\u00e7\u00e3o inv\u00e1lida"
|
||||
},
|
||||
"step": {
|
||||
"reauth_confirm": {
|
||||
"data": {
|
||||
"password": "Palavra-passe",
|
||||
"username": "Email"
|
||||
}
|
||||
},
|
||||
"user": {
|
||||
"data": {
|
||||
"password": "Palavra-passe",
|
||||
|
@ -31,5 +31,11 @@
|
||||
"title": "Mo\u017enosti AccuWeather"
|
||||
}
|
||||
}
|
||||
},
|
||||
"system_health": {
|
||||
"info": {
|
||||
"can_reach_server": "Lze kontaktovat AccuWeather server",
|
||||
"remaining_requests": "Zb\u00fdvaj\u00edc\u00ed povolen\u00e9 \u017e\u00e1dosti"
|
||||
}
|
||||
}
|
||||
}
|
@ -10,9 +10,10 @@
|
||||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
"api_key": "Chave de API",
|
||||
"api_key": "API Key",
|
||||
"latitude": "Latitude",
|
||||
"longitude": "Longitude"
|
||||
"longitude": "Longitude",
|
||||
"name": "Nome"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
7
homeassistant/components/acmeda/translations/pt.json
Normal file
7
homeassistant/components/acmeda/translations/pt.json
Normal file
@ -0,0 +1,7 @@
|
||||
{
|
||||
"config": {
|
||||
"abort": {
|
||||
"no_devices_found": "Nenhum dispositivo encontrado na rede"
|
||||
}
|
||||
}
|
||||
}
|
@ -1,5 +1,8 @@
|
||||
{
|
||||
"config": {
|
||||
"error": {
|
||||
"cannot_connect": "Falha na liga\u00e7\u00e3o"
|
||||
},
|
||||
"step": {
|
||||
"hassio_confirm": {
|
||||
"title": "AdGuard Home via Hass.io add-on"
|
||||
@ -9,7 +12,9 @@
|
||||
"host": "Servidor",
|
||||
"password": "Palavra-passe",
|
||||
"port": "Porta",
|
||||
"username": "Nome de Utilizador"
|
||||
"ssl": "Utiliza um certificado SSL",
|
||||
"username": "Nome de Utilizador",
|
||||
"verify_ssl": "Verificar certificado SSL"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
19
homeassistant/components/advantage_air/translations/pt.json
Normal file
19
homeassistant/components/advantage_air/translations/pt.json
Normal file
@ -0,0 +1,19 @@
|
||||
{
|
||||
"config": {
|
||||
"abort": {
|
||||
"already_configured": "O dispositivo j\u00e1 est\u00e1 configurado"
|
||||
},
|
||||
"error": {
|
||||
"cannot_connect": "Falha na liga\u00e7\u00e3o"
|
||||
},
|
||||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
"ip_address": "Endere\u00e7o IP",
|
||||
"port": "Porta"
|
||||
},
|
||||
"title": "Ligar"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
@ -1,9 +1,16 @@
|
||||
{
|
||||
"config": {
|
||||
"abort": {
|
||||
"already_configured": "O dispositivo j\u00e1 est\u00e1 configurado"
|
||||
},
|
||||
"error": {
|
||||
"cannot_connect": "Falha na liga\u00e7\u00e3o"
|
||||
},
|
||||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
"host": "Servidor"
|
||||
"host": "Servidor",
|
||||
"port": "Porta"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -19,5 +19,10 @@
|
||||
"title": "Airly"
|
||||
}
|
||||
}
|
||||
},
|
||||
"system_health": {
|
||||
"info": {
|
||||
"can_reach_server": "Lze kontaktovat Airly server"
|
||||
}
|
||||
}
|
||||
}
|
@ -1,11 +1,15 @@
|
||||
{
|
||||
"config": {
|
||||
"error": {
|
||||
"invalid_api_key": "Chave de API inv\u00e1lida"
|
||||
},
|
||||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
"api_key": "",
|
||||
"latitude": "Latitude",
|
||||
"longitude": "Longitude"
|
||||
"longitude": "Longitude",
|
||||
"name": "Nome"
|
||||
},
|
||||
"title": ""
|
||||
}
|
||||
|
@ -1,10 +1,32 @@
|
||||
{
|
||||
"config": {
|
||||
"abort": {
|
||||
"already_configured": "A localiza\u00e7\u00e3o j\u00e1 est\u00e1 configurada ou Node/Pro ID j\u00e1 est\u00e1 registrado.",
|
||||
"reauth_successful": "Reautentica\u00e7\u00e3o bem sucedida"
|
||||
},
|
||||
"error": {
|
||||
"cannot_connect": "Falha na liga\u00e7\u00e3o",
|
||||
"general_error": "Erro inesperado",
|
||||
"invalid_api_key": "Chave de API inv\u00e1lida"
|
||||
},
|
||||
"step": {
|
||||
"geography": {
|
||||
"data": {
|
||||
"api_key": "API Key",
|
||||
"latitude": "Latitude",
|
||||
"longitude": "Longitude"
|
||||
}
|
||||
},
|
||||
"node_pro": {
|
||||
"data": {
|
||||
"ip_address": "Servidor",
|
||||
"password": "Palavra-passe"
|
||||
}
|
||||
},
|
||||
"reauth_confirm": {
|
||||
"data": {
|
||||
"api_key": ""
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
33
homeassistant/components/alarmdecoder/translations/pt.json
Normal file
33
homeassistant/components/alarmdecoder/translations/pt.json
Normal file
@ -0,0 +1,33 @@
|
||||
{
|
||||
"config": {
|
||||
"abort": {
|
||||
"already_configured": "O dispositivo j\u00e1 est\u00e1 configurado"
|
||||
},
|
||||
"error": {
|
||||
"cannot_connect": "Falha na liga\u00e7\u00e3o"
|
||||
},
|
||||
"step": {
|
||||
"protocol": {
|
||||
"data": {
|
||||
"host": "Servidor",
|
||||
"port": "Porta"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"options": {
|
||||
"step": {
|
||||
"zone_details": {
|
||||
"data": {
|
||||
"zone_name": "Nome da Zona",
|
||||
"zone_type": "Tipo de Zona"
|
||||
}
|
||||
},
|
||||
"zone_select": {
|
||||
"data": {
|
||||
"zone_number": "N\u00famero da Zona"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
@ -1,5 +1,9 @@
|
||||
{
|
||||
"config": {
|
||||
"abort": {
|
||||
"no_url_available": "Nenhum URL dispon\u00edvel. Para obter informa\u00e7\u00f5es sobre esse erro, [verifique a sec\u00e7\u00e3o de ajuda]({docs_url})",
|
||||
"single_instance_allowed": "J\u00e1 configurado. Apenas uma \u00fanica configura\u00e7\u00e3o \u00e9 poss\u00edvel."
|
||||
},
|
||||
"step": {
|
||||
"pick_implementation": {
|
||||
"title": "Escolha o m\u00e9todo de autentica\u00e7\u00e3o"
|
||||
|
@ -0,0 +1,8 @@
|
||||
{
|
||||
"config": {
|
||||
"abort": {
|
||||
"already_configured": "Conta j\u00e1 configurada",
|
||||
"missing_configuration": "O componente n\u00e3o est\u00e1 configurado. Por favor, siga a documenta\u00e7\u00e3o."
|
||||
}
|
||||
}
|
||||
}
|
@ -18,27 +18,42 @@
|
||||
"title": "Potvrzen\u00ed p\u0159id\u00e1n\u00ed Apple TV"
|
||||
},
|
||||
"pair_no_pin": {
|
||||
"description": "Pro slu\u017ebu `{protocol}` je vy\u017eadov\u00e1no p\u00e1rov\u00e1n\u00ed. Pokra\u010dujte zad\u00e1n\u00edm k\u00f3du PIN {pin} na Apple TV.",
|
||||
"title": "P\u00e1rov\u00e1n\u00ed"
|
||||
},
|
||||
"pair_with_pin": {
|
||||
"data": {
|
||||
"pin": "PIN k\u00f3d"
|
||||
},
|
||||
"description": "U protokolu `{protocol}` je vy\u017eadov\u00e1no p\u00e1rov\u00e1n\u00ed. Zadejte pros\u00edm PIN k\u00f3d zobrazen\u00fd na obrazovce. \u00davodn\u00ed nuly mus\u00ed b\u00fdt vynech\u00e1ny, tj. zadejte 123, pokud je zobrazen\u00fd k\u00f3d 0123.",
|
||||
"title": "P\u00e1rov\u00e1n\u00ed"
|
||||
},
|
||||
"reconfigure": {
|
||||
"description": "U t\u00e9to Apple TV doch\u00e1z\u00ed k probl\u00e9m\u016fm s p\u0159ipojen\u00edm a je t\u0159eba ji znovu nastavit."
|
||||
"description": "U t\u00e9to Apple TV doch\u00e1z\u00ed k probl\u00e9m\u016fm s p\u0159ipojen\u00edm a je t\u0159eba ji znovu nastavit.",
|
||||
"title": "Zm\u011bna konfigurace za\u0159\u00edzen\u00ed"
|
||||
},
|
||||
"service_problem": {
|
||||
"description": "P\u0159i p\u00e1rov\u00e1n\u00ed protokolu `{protocol}` do\u0161lo k probl\u00e9mu. Protokol bude ignorov\u00e1n.",
|
||||
"title": "Nepoda\u0159ilo se p\u0159idat slu\u017ebu"
|
||||
},
|
||||
"user": {
|
||||
"data": {
|
||||
"device_input": "Za\u0159\u00edzen\u00ed"
|
||||
},
|
||||
"description": "Za\u010dn\u011bte zad\u00e1n\u00edm n\u00e1zvu za\u0159\u00edzen\u00ed (nap\u0159. Kuchyn\u011b nebo lo\u017enice) nebo IP adresy Apple TV, kterou chcete p\u0159idat. Pokud byla ve va\u0161\u00ed s\u00edti automaticky nalezena n\u011bkter\u00e1 za\u0159\u00edzen\u00ed, jsou uvedena n\u00ed\u017ee. \n\n Pokud nevid\u00edte sv\u00e9 za\u0159\u00edzen\u00ed nebo nastaly n\u011bjak\u00e9 probl\u00e9my, zkuste zadat IP adresu za\u0159\u00edzen\u00ed. \n\n {devices}",
|
||||
"title": "Nastaven\u00ed nov\u00e9 Apple TV"
|
||||
}
|
||||
}
|
||||
},
|
||||
"options": {
|
||||
"step": {
|
||||
"init": {
|
||||
"data": {
|
||||
"start_off": "Nezap\u00ednejte za\u0159\u00edzen\u00ed dokud se Home Assistant spou\u0161t\u00ed"
|
||||
},
|
||||
"description": "Konfigurace obecn\u00fdch mo\u017enost\u00ed za\u0159\u00edzen\u00ed"
|
||||
}
|
||||
}
|
||||
},
|
||||
"title": "Apple TV"
|
||||
}
|
61
homeassistant/components/apple_tv/translations/pt.json
Normal file
61
homeassistant/components/apple_tv/translations/pt.json
Normal file
@ -0,0 +1,61 @@
|
||||
{
|
||||
"config": {
|
||||
"abort": {
|
||||
"already_configured_device": "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",
|
||||
"unknown": "Erro inesperado"
|
||||
},
|
||||
"error": {
|
||||
"already_configured": "O dispositivo j\u00e1 est\u00e1 configurado",
|
||||
"invalid_auth": "Autentica\u00e7\u00e3o inv\u00e1lida",
|
||||
"no_devices_found": "Nenhum dispositivo encontrado na rede",
|
||||
"no_usable_service": "Foi encontrado um dispositivo, mas n\u00e3o foi poss\u00edvel identificar nenhuma forma de estabelecer uma liga\u00e7\u00e3o com ele. Se continuar a ver esta mensagem, tente especificar o endere\u00e7o IP ou reiniciar a sua Apple TV.",
|
||||
"unknown": "Erro inesperado"
|
||||
},
|
||||
"flow_title": "Apple TV: {name}",
|
||||
"step": {
|
||||
"confirm": {
|
||||
"description": "Est\u00e1 prestes a adicionar a Apple TV com o nome `{name}` ao Home Assistant.\n\n** Para completar o processo, poder\u00e1 ter que inserir v\u00e1rios c\u00f3digos PIN.**\n\nNote que *n\u00e3o* conseguir\u00e1 desligar a sua Apple TV com esta integra\u00e7\u00e3o. Apenas o media player no Home Assistant ser\u00e1 desligado!",
|
||||
"title": "Confirme a adi\u00e7\u00e3o da Apple TV"
|
||||
},
|
||||
"pair_no_pin": {
|
||||
"description": "\u00c9 necess\u00e1rio fazer o emparelhamento com protocolo `{protocol}`. Insira o c\u00f3digo PIN {pin} na sua Apple TV para continuar.",
|
||||
"title": "Emparelhamento"
|
||||
},
|
||||
"pair_with_pin": {
|
||||
"data": {
|
||||
"pin": "C\u00f3digo PIN"
|
||||
},
|
||||
"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"
|
||||
},
|
||||
"reconfigure": {
|
||||
"description": "Esta Apple TV apresenta dificuldades de liga\u00e7\u00e3o e precisa ser reconfigurada.",
|
||||
"title": "Reconfigura\u00e7\u00e3o do dispositivo"
|
||||
},
|
||||
"service_problem": {
|
||||
"description": "Ocorreu um problema durante o protocolo de emparelhamento `{protocol}`. Ser\u00e1 ignorado.",
|
||||
"title": "Falha ao adicionar servi\u00e7o"
|
||||
},
|
||||
"user": {
|
||||
"data": {
|
||||
"device_input": "Dispositivo"
|
||||
},
|
||||
"description": "Comece por introduzir o nome do dispositivo (por exemplo, Cozinha ou Quarto) ou o endere\u00e7o IP da Apple TV que pretende adicionar. Se algum dispositivo foi automaticamente encontrado na sua rede, ele \u00e9 mostrado abaixo.\n\nSe n\u00e3o conseguir ver o seu dispositivo ou se tiver algum problema, tente especificar o endere\u00e7o IP do dispositivo.\n\n{devices}",
|
||||
"title": "Configure uma nova Apple TV"
|
||||
}
|
||||
}
|
||||
},
|
||||
"options": {
|
||||
"step": {
|
||||
"init": {
|
||||
"data": {
|
||||
"start_off": "N\u00e3o ligue o dispositivo ao iniciar o Home Assistant"
|
||||
},
|
||||
"description": "Definir as configura\u00e7\u00f5es gerais do dispositivo"
|
||||
}
|
||||
}
|
||||
},
|
||||
"title": ""
|
||||
}
|
@ -1,5 +1,8 @@
|
||||
{
|
||||
"config": {
|
||||
"abort": {
|
||||
"cannot_connect": "Falha na liga\u00e7\u00e3o"
|
||||
},
|
||||
"error": {
|
||||
"one": "uma",
|
||||
"other": "mais"
|
||||
|
@ -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": {
|
||||
|
@ -1,5 +1,8 @@
|
||||
{
|
||||
"config": {
|
||||
"abort": {
|
||||
"reauth_successful": "Reautentica\u00e7\u00e3o bem sucedida"
|
||||
},
|
||||
"error": {
|
||||
"unknown": "Erro inesperado"
|
||||
},
|
||||
|
@ -1,5 +1,8 @@
|
||||
{
|
||||
"config": {
|
||||
"error": {
|
||||
"cannot_connect": "Falha na liga\u00e7\u00e3o"
|
||||
},
|
||||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
|
@ -2,11 +2,16 @@
|
||||
"config": {
|
||||
"abort": {
|
||||
"already_configured": "Conta j\u00e1 configurada",
|
||||
"no_devices_found": "Nenhum dispositivo encontrado na rede",
|
||||
"reauth_successful": "Token de Acesso actualizado com sucesso"
|
||||
},
|
||||
"error": {
|
||||
"invalid_access_token": "Token de acesso inv\u00e1lido"
|
||||
},
|
||||
"step": {
|
||||
"reauth": {
|
||||
"data": {
|
||||
"access_token": "Token de Acesso",
|
||||
"email": "Email"
|
||||
}
|
||||
},
|
||||
|
@ -5,7 +5,9 @@
|
||||
"link_local_address": "Eendere\u00e7os de liga\u00e7\u00e3o local n\u00e3o s\u00e3o suportados"
|
||||
},
|
||||
"error": {
|
||||
"already_configured": "O dispositivo j\u00e1 est\u00e1 configurado"
|
||||
"already_configured": "O dispositivo j\u00e1 est\u00e1 configurado",
|
||||
"cannot_connect": "Falha na liga\u00e7\u00e3o",
|
||||
"invalid_auth": "Autentica\u00e7\u00e3o inv\u00e1lida"
|
||||
},
|
||||
"step": {
|
||||
"user": {
|
||||
|
@ -3,6 +3,10 @@
|
||||
"abort": {
|
||||
"already_configured": "Conta j\u00e1 configurada",
|
||||
"reauth_successful": "Token de Acesso atualizado com sucesso"
|
||||
},
|
||||
"error": {
|
||||
"cannot_connect": "Falha na liga\u00e7\u00e3o",
|
||||
"invalid_auth": "Autentica\u00e7\u00e3o inv\u00e1lida"
|
||||
}
|
||||
}
|
||||
}
|
@ -98,6 +98,10 @@
|
||||
"off": "Normal",
|
||||
"on": "Baixo"
|
||||
},
|
||||
"battery_charging": {
|
||||
"off": "Sem carregar",
|
||||
"on": "A carregar"
|
||||
},
|
||||
"cold": {
|
||||
"off": "Normal",
|
||||
"on": "Frio"
|
||||
@ -122,6 +126,10 @@
|
||||
"off": "Normal",
|
||||
"on": "Quente"
|
||||
},
|
||||
"light": {
|
||||
"off": "Sem luz",
|
||||
"on": "Com luz"
|
||||
},
|
||||
"lock": {
|
||||
"off": "Trancada",
|
||||
"on": "Destrancada"
|
||||
@ -134,6 +142,10 @@
|
||||
"off": "Limpo",
|
||||
"on": "Detectado"
|
||||
},
|
||||
"moving": {
|
||||
"off": "Parado",
|
||||
"on": "Em movimento"
|
||||
},
|
||||
"occupancy": {
|
||||
"off": "Limpo",
|
||||
"on": "Detectado"
|
||||
@ -142,6 +154,10 @@
|
||||
"off": "Fechado",
|
||||
"on": "Aberto"
|
||||
},
|
||||
"plug": {
|
||||
"off": "Desligado",
|
||||
"on": "Ligado"
|
||||
},
|
||||
"presence": {
|
||||
"off": "Fora",
|
||||
"on": "Casa"
|
||||
|
@ -1,6 +1,7 @@
|
||||
{
|
||||
"config": {
|
||||
"error": {
|
||||
"unknown": "Erro inesperado",
|
||||
"unsupported_version": "O dispositivo BleBox possui firmware desatualizado. Atualize-o primeiro."
|
||||
},
|
||||
"step": {
|
||||
|
@ -10,7 +10,8 @@
|
||||
},
|
||||
"user": {
|
||||
"data": {
|
||||
"password": "Palavra-passe"
|
||||
"password": "Palavra-passe",
|
||||
"username": "Nome de Utilizador"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -10,6 +10,9 @@
|
||||
},
|
||||
"step": {
|
||||
"authorize": {
|
||||
"data": {
|
||||
"pin": "C\u00f3digo PIN"
|
||||
},
|
||||
"description": "Digite o c\u00f3digo PIN mostrado na TV Sony Bravia. \n\nSe o c\u00f3digo PIN n\u00e3o for exibido, \u00e9 necess\u00e1rio cancelar o registro do Home Assistant na TV, v\u00e1 para: Configura\u00e7\u00f5es -> Rede -> Configura\u00e7\u00f5es do dispositivo remoto -> Cancelar registro do dispositivo remoto.",
|
||||
"title": "Autorizar TV Sony Bravia"
|
||||
},
|
||||
|
@ -2,11 +2,14 @@
|
||||
"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",
|
||||
"cannot_connect": "Falha na liga\u00e7\u00e3o",
|
||||
"invalid_host": "Nome de servidor ou endere\u00e7o IP inv\u00e1lido.",
|
||||
"unknown": "Erro inesperado"
|
||||
},
|
||||
"error": {
|
||||
"cannot_connect": "Falha na liga\u00e7\u00e3o",
|
||||
"invalid_host": "Nome de servidor ou endere\u00e7o IP inv\u00e1lido.",
|
||||
"unknown": "Erro inesperado"
|
||||
},
|
||||
"flow_title": "{name} ({model} em {host})",
|
||||
|
@ -1,6 +1,7 @@
|
||||
{
|
||||
"config": {
|
||||
"error": {
|
||||
"cannot_connect": "Falha na liga\u00e7\u00e3o",
|
||||
"wrong_host": "Nome de servidor ou endere\u00e7o IP inv\u00e1lido."
|
||||
},
|
||||
"step": {
|
||||
|
@ -1,10 +1,15 @@
|
||||
{
|
||||
"config": {
|
||||
"error": {
|
||||
"cannot_connect": "Falha na liga\u00e7\u00e3o"
|
||||
},
|
||||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
"host": "Servidor",
|
||||
"port": "Porta"
|
||||
"password": "Palavra-passe",
|
||||
"port": "Porta",
|
||||
"username": "Nome de Utilizador"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
19
homeassistant/components/canary/translations/pt.json
Normal file
19
homeassistant/components/canary/translations/pt.json
Normal file
@ -0,0 +1,19 @@
|
||||
{
|
||||
"config": {
|
||||
"abort": {
|
||||
"single_instance_allowed": "J\u00e1 configurado. Apenas uma \u00fanica configura\u00e7\u00e3o \u00e9 poss\u00edvel.",
|
||||
"unknown": "Erro inesperado"
|
||||
},
|
||||
"error": {
|
||||
"cannot_connect": "Falha na liga\u00e7\u00e3o"
|
||||
},
|
||||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
"password": "Palavra-passe",
|
||||
"username": "Nome de Utilizador"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
@ -1,6 +1,7 @@
|
||||
{
|
||||
"config": {
|
||||
"error": {
|
||||
"connection_timeout": "Tempo excedido a tentar ligar ao servidor.",
|
||||
"resolve_failed": "N\u00e3o \u00e9 possivel resolver o servidor"
|
||||
},
|
||||
"step": {
|
||||
@ -11,5 +12,6 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"title": "Validade do Certificado"
|
||||
}
|
19
homeassistant/components/cloudflare/translations/pt.json
Normal file
19
homeassistant/components/cloudflare/translations/pt.json
Normal file
@ -0,0 +1,19 @@
|
||||
{
|
||||
"config": {
|
||||
"abort": {
|
||||
"single_instance_allowed": "J\u00e1 configurado. Apenas uma \u00fanica configura\u00e7\u00e3o \u00e9 poss\u00edvel.",
|
||||
"unknown": "Erro inesperado"
|
||||
},
|
||||
"error": {
|
||||
"cannot_connect": "Falha na liga\u00e7\u00e3o",
|
||||
"invalid_auth": "Autentica\u00e7\u00e3o inv\u00e1lida"
|
||||
},
|
||||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
"api_token": "API Token"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
@ -1,5 +1,8 @@
|
||||
{
|
||||
"config": {
|
||||
"error": {
|
||||
"cannot_connect": "Falha na liga\u00e7\u00e3o"
|
||||
},
|
||||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
|
@ -4,9 +4,15 @@
|
||||
"already_configured": "O dispositivo j\u00e1 est\u00e1 configurado",
|
||||
"cannot_connect": "Falha na liga\u00e7\u00e3o"
|
||||
},
|
||||
"error": {
|
||||
"cannot_connect": "Falha na liga\u00e7\u00e3o",
|
||||
"invalid_auth": "Autentica\u00e7\u00e3o inv\u00e1lida",
|
||||
"unknown": "Erro inesperado"
|
||||
},
|
||||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
"api_key": "API Key",
|
||||
"host": "Servidor",
|
||||
"password": "Palavra-passe"
|
||||
},
|
||||
|
@ -2,10 +2,11 @@
|
||||
"config": {
|
||||
"abort": {
|
||||
"already_configured": "Bridge j\u00e1 est\u00e1 configurada",
|
||||
"no_bridges": "Nenhum hub deCONZ descoberto"
|
||||
"no_bridges": "Nenhum hub deCONZ descoberto",
|
||||
"not_deconz_bridge": "N\u00e3o \u00e9 uma bridge deCONZ"
|
||||
},
|
||||
"error": {
|
||||
"no_key": "N\u00e3o foi poss\u00edvel obter uma chave de API"
|
||||
"no_key": "N\u00e3o foi poss\u00edvel obter uma API Key"
|
||||
},
|
||||
"step": {
|
||||
"link": {
|
||||
@ -48,7 +49,8 @@
|
||||
"remote_awakened": "Dispositivo acordou",
|
||||
"remote_button_double_press": "Bot\u00e3o \"{subtype}\" clicado duas vezes",
|
||||
"remote_button_long_press": "Bot\u00e3o \"{subtype}\" pressionado continuamente",
|
||||
"remote_falling": "Dispositivo em queda livre"
|
||||
"remote_falling": "Dispositivo em queda livre",
|
||||
"remote_gyro_activated": "Dispositivo agitado"
|
||||
}
|
||||
}
|
||||
}
|
@ -12,5 +12,15 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"options": {
|
||||
"step": {
|
||||
"init": {
|
||||
"data": {
|
||||
"zone2": "Configurar a Zona 2",
|
||||
"zone3": "Configurar a Zona 3"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
@ -1,9 +1,18 @@
|
||||
{
|
||||
"config": {
|
||||
"abort": {
|
||||
"already_configured": "Conta j\u00e1 configurada"
|
||||
},
|
||||
"error": {
|
||||
"invalid_auth": "Autentica\u00e7\u00e3o inv\u00e1lida"
|
||||
},
|
||||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
"password": "Palavra-passe"
|
||||
"home_control_url": "Home Control [VOID]",
|
||||
"mydevolo_url": "mydevolo [VOID]",
|
||||
"password": "Palavra-passe",
|
||||
"username": "Email / devolo ID"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -1,6 +1,11 @@
|
||||
{
|
||||
"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": {
|
||||
|
@ -1,5 +1,9 @@
|
||||
{
|
||||
"config": {
|
||||
"abort": {
|
||||
"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."
|
||||
},
|
||||
"create_entry": {
|
||||
"default": "Para enviar eventos para o Home Assistant, \u00e9 necess\u00e1rio configurar o [Dialogflow Webhook] ({dialogflow_url}). \n\n Preencha as seguintes informa\u00e7\u00f5es: \n\n - URL: `{webhook_url}`\n - M\u00e9todo: POST \n - Tipo de Conte\u00fado: application/json\n\n Veja [a documenta\u00e7\u00e3o] ({docs_url}) para obter mais detalhes."
|
||||
},
|
||||
|
@ -1,11 +1,16 @@
|
||||
{
|
||||
"config": {
|
||||
"error": {
|
||||
"invalid_auth": "Autentica\u00e7\u00e3o inv\u00e1lida",
|
||||
"unknown": "Erro inesperado"
|
||||
},
|
||||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
"host": "Servidor",
|
||||
"name": "Nome do dispositivo",
|
||||
"password": "Palavra-passe"
|
||||
"password": "Palavra-passe",
|
||||
"username": "Nome de Utilizador"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -1,5 +1,12 @@
|
||||
{
|
||||
"config": {
|
||||
"abort": {
|
||||
"already_configured": "O dispositivo j\u00e1 est\u00e1 configurado"
|
||||
},
|
||||
"error": {
|
||||
"already_configured": "O dispositivo j\u00e1 est\u00e1 configurado",
|
||||
"cannot_connect": "Falha na liga\u00e7\u00e3o"
|
||||
},
|
||||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
|
@ -1,10 +1,14 @@
|
||||
{
|
||||
"config": {
|
||||
"abort": {
|
||||
"single_instance_allowed": "J\u00e1 configurado. Apenas uma \u00fanica configura\u00e7\u00e3o \u00e9 poss\u00edvel."
|
||||
},
|
||||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
"api_key": "Chave da API"
|
||||
}
|
||||
},
|
||||
"title": "ecobee API Key"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -1,5 +1,11 @@
|
||||
{
|
||||
"config": {
|
||||
"abort": {
|
||||
"cannot_connect": "Falha na liga\u00e7\u00e3o"
|
||||
},
|
||||
"error": {
|
||||
"cannot_connect": "Falha na liga\u00e7\u00e3o"
|
||||
},
|
||||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
|
@ -1,5 +1,8 @@
|
||||
{
|
||||
"config": {
|
||||
"abort": {
|
||||
"already_configured": "O dispositivo j\u00e1 est\u00e1 configurado"
|
||||
},
|
||||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
|
16
homeassistant/components/epson/translations/pt.json
Normal file
16
homeassistant/components/epson/translations/pt.json
Normal file
@ -0,0 +1,16 @@
|
||||
{
|
||||
"config": {
|
||||
"error": {
|
||||
"cannot_connect": "Falha na liga\u00e7\u00e3o"
|
||||
},
|
||||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
"host": "Servidor",
|
||||
"name": "Nome",
|
||||
"port": "Porta"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
@ -1,12 +1,15 @@
|
||||
{
|
||||
"config": {
|
||||
"abort": {
|
||||
"already_configured": "O ESP j\u00e1 est\u00e1 configurado"
|
||||
"already_configured": "O ESP j\u00e1 est\u00e1 configurado",
|
||||
"already_in_progress": "O processo de configura\u00e7\u00e3o j\u00e1 est\u00e1 a decorrer"
|
||||
},
|
||||
"error": {
|
||||
"connection_error": "N\u00e3o \u00e9 poss\u00edvel conectar-se ao ESP. Por favor, verifique se o seu arquivo YAML cont\u00e9m uma linha 'api:'.",
|
||||
"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": "",
|
||||
"step": {
|
||||
"authenticate": {
|
||||
"data": {
|
||||
|
@ -0,0 +1,27 @@
|
||||
{
|
||||
"config": {
|
||||
"abort": {
|
||||
"already_configured": "Conta j\u00e1 configurada",
|
||||
"reauth_successful": "Reautentica\u00e7\u00e3o bem sucedida"
|
||||
},
|
||||
"create_entry": {
|
||||
"default": "Autenticado com sucesso"
|
||||
},
|
||||
"error": {
|
||||
"invalid_auth": "Autentica\u00e7\u00e3o inv\u00e1lida"
|
||||
},
|
||||
"step": {
|
||||
"reauth": {
|
||||
"data": {
|
||||
"password": "Palavra-passe"
|
||||
}
|
||||
},
|
||||
"user": {
|
||||
"data": {
|
||||
"password": "Palavra-passe",
|
||||
"username": "Nome de Utilizador"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
@ -6,7 +6,8 @@
|
||||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
"password": "Palavra-passe"
|
||||
"password": "Palavra-passe",
|
||||
"username": "Nome de Utilizador"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -1,5 +1,8 @@
|
||||
{
|
||||
"config": {
|
||||
"error": {
|
||||
"unknown": "Erro inesperado"
|
||||
},
|
||||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
|
@ -7,8 +7,11 @@
|
||||
"user": {
|
||||
"data": {
|
||||
"host": "Servidor",
|
||||
"password": "Palavra-passe da API (deixar em branco se sem palavra-passe)"
|
||||
}
|
||||
"name": "Nome amig\u00e1vel",
|
||||
"password": "Palavra-passe da API (deixar em branco se sem palavra-passe)",
|
||||
"port": "Porta da API"
|
||||
},
|
||||
"title": "Configurar dispositivo forked-daapd"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -3,6 +3,9 @@
|
||||
"abort": {
|
||||
"already_configured": "Servidor j\u00e1 configurado"
|
||||
},
|
||||
"error": {
|
||||
"unknown": "Erro inesperado"
|
||||
},
|
||||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
|
@ -1,5 +1,13 @@
|
||||
{
|
||||
"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"
|
||||
},
|
||||
"error": {
|
||||
"invalid_auth": "Autentica\u00e7\u00e3o inv\u00e1lida"
|
||||
},
|
||||
"step": {
|
||||
"confirm": {
|
||||
"data": {
|
||||
|
@ -1,5 +1,9 @@
|
||||
{
|
||||
"config": {
|
||||
"abort": {
|
||||
"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."
|
||||
},
|
||||
"create_entry": {
|
||||
"default": "Para enviar eventos para o Home Assistant, \u00e9 necess\u00e1rio configurar um webhook no Geofency. \n\n Preencha as seguintes informa\u00e7\u00f5es: \n\n - URL: `{webhook_url}`\n - M\u00e9todo: POST \n\n Veja [the documentation]({docs_url}) para obter mais detalhes."
|
||||
},
|
||||
|
@ -1,5 +1,8 @@
|
||||
{
|
||||
"config": {
|
||||
"abort": {
|
||||
"already_configured": "A localiza\u00e7\u00e3o j\u00e1 est\u00e1 configurada"
|
||||
},
|
||||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
|
11
homeassistant/components/gios/translations/pt.json
Normal file
11
homeassistant/components/gios/translations/pt.json
Normal file
@ -0,0 +1,11 @@
|
||||
{
|
||||
"config": {
|
||||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
"name": "Nome"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
@ -10,9 +10,12 @@
|
||||
"user": {
|
||||
"data": {
|
||||
"host": "Servidor",
|
||||
"name": "Nome",
|
||||
"password": "Palavra-passe",
|
||||
"port": "Porta",
|
||||
"username": "Nome de Utilizador"
|
||||
"ssl": "Utiliza um certificado SSL",
|
||||
"username": "Nome de Utilizador",
|
||||
"verify_ssl": "Verificar o certificado SSL"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
12
homeassistant/components/goalzero/translations/pt.json
Normal file
12
homeassistant/components/goalzero/translations/pt.json
Normal file
@ -0,0 +1,12 @@
|
||||
{
|
||||
"config": {
|
||||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
"host": "Servidor",
|
||||
"name": "Nome"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
@ -1,5 +1,9 @@
|
||||
{
|
||||
"config": {
|
||||
"abort": {
|
||||
"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."
|
||||
},
|
||||
"create_entry": {
|
||||
"default": "Para enviar eventos para o Home Assistant, \u00e9 necess\u00e1rio configurar um webhook no GPslogger. \n\n Preencha as seguintes informa\u00e7\u00f5es: \n\n - URL: `{webhook_url}`\n - M\u00e9todo: POST \n\n Veja [the documentation]({docs_url}) para obter mais detalhes."
|
||||
},
|
||||
|
13
homeassistant/components/gree/translations/pt.json
Normal file
13
homeassistant/components/gree/translations/pt.json
Normal file
@ -0,0 +1,13 @@
|
||||
{
|
||||
"config": {
|
||||
"abort": {
|
||||
"no_devices_found": "Nenhum dispositivo encontrado na rede",
|
||||
"single_instance_allowed": "J\u00e1 configurado. Apenas uma \u00fanica configura\u00e7\u00e3o \u00e9 poss\u00edvel."
|
||||
},
|
||||
"step": {
|
||||
"confirm": {
|
||||
"description": "Quer dar inicio \u00e0 configura\u00e7\u00e3o?"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
@ -1,8 +1,12 @@
|
||||
{
|
||||
"config": {
|
||||
"abort": {
|
||||
"cannot_connect": "Falha na liga\u00e7\u00e3o"
|
||||
},
|
||||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
"ip_address": "Endere\u00e7o IP",
|
||||
"port": "Porta"
|
||||
}
|
||||
}
|
||||
|
@ -1,6 +1,10 @@
|
||||
{
|
||||
"config": {
|
||||
"abort": {
|
||||
"already_configured": "O dispositivo j\u00e1 est\u00e1 configurado"
|
||||
},
|
||||
"error": {
|
||||
"cannot_connect": "Falha na liga\u00e7\u00e3o",
|
||||
"unknown": "Erro inesperado"
|
||||
},
|
||||
"step": {
|
||||
|
@ -1,10 +1,13 @@
|
||||
{
|
||||
"system_health": {
|
||||
"info": {
|
||||
"board": "Tabela",
|
||||
"disk_total": "Disco Total",
|
||||
"disk_used": "Disco Usado",
|
||||
"disk_used": "Disco Utilizado",
|
||||
"docker_version": "Vers\u00e3o Docker",
|
||||
"healthy": "Saud\u00e1vel",
|
||||
"host_os": "Sistema operativo anfitri\u00e3o",
|
||||
"installed_addons": "Add-ons instalados",
|
||||
"supervisor_api": "API do Supervisor",
|
||||
"supervisor_version": "Vers\u00e3o do Supervisor",
|
||||
"supported": "Suportado"
|
||||
|
@ -1,5 +1,11 @@
|
||||
{
|
||||
"config": {
|
||||
"abort": {
|
||||
"single_instance_allowed": "J\u00e1 configurado. Apenas uma \u00fanica configura\u00e7\u00e3o \u00e9 poss\u00edvel."
|
||||
},
|
||||
"error": {
|
||||
"cannot_connect": "Falha na liga\u00e7\u00e3o"
|
||||
},
|
||||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
|
12
homeassistant/components/home_connect/translations/pt.json
Normal file
12
homeassistant/components/home_connect/translations/pt.json
Normal file
@ -0,0 +1,12 @@
|
||||
{
|
||||
"config": {
|
||||
"abort": {
|
||||
"no_url_available": "Nenhum URL dispon\u00edvel. Para obter informa\u00e7\u00f5es sobre esse erro, [verifique a sec\u00e7\u00e3o de ajuda]({docs_url})"
|
||||
},
|
||||
"step": {
|
||||
"pick_implementation": {
|
||||
"title": "Escolha o m\u00e9todo de autentica\u00e7\u00e3o"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
@ -2,9 +2,10 @@
|
||||
"system_health": {
|
||||
"info": {
|
||||
"arch": "Arquitetura do Processador",
|
||||
"chassis": "Chassis",
|
||||
"dev": "Desenvolvimento",
|
||||
"docker": "Docker",
|
||||
"docker_version": "Docker",
|
||||
"docker": "",
|
||||
"docker_version": "",
|
||||
"hassio": "Supervisor",
|
||||
"host_os": "Sistema Operativo do Home Assistant",
|
||||
"installation_type": "Tipo de Instala\u00e7\u00e3o",
|
||||
|
43
homeassistant/components/homekit/translations/pt.json
Normal file
43
homeassistant/components/homekit/translations/pt.json
Normal file
@ -0,0 +1,43 @@
|
||||
{
|
||||
"config": {
|
||||
"step": {
|
||||
"pairing": {
|
||||
"title": "Emparelhar HomeKit"
|
||||
},
|
||||
"user": {
|
||||
"data": {
|
||||
"include_domains": "Dom\u00ednios a incluir"
|
||||
},
|
||||
"title": "Activar o HomeKit"
|
||||
}
|
||||
}
|
||||
},
|
||||
"options": {
|
||||
"step": {
|
||||
"advanced": {
|
||||
"title": "Configura\u00e7\u00e3o avan\u00e7ada"
|
||||
},
|
||||
"cameras": {
|
||||
"title": "Selecione o codec de v\u00eddeo da c\u00e2mera."
|
||||
},
|
||||
"include_exclude": {
|
||||
"data": {
|
||||
"entities": "Entidades",
|
||||
"mode": "Modo"
|
||||
},
|
||||
"title": "Selecione as entidades a serem expostas"
|
||||
},
|
||||
"init": {
|
||||
"data": {
|
||||
"include_domains": "Dom\u00ednios a incluir",
|
||||
"mode": "Modo"
|
||||
},
|
||||
"title": "Selecione os dom\u00ednios a serem expostos."
|
||||
},
|
||||
"yaml": {
|
||||
"description": "Esta entrada \u00e9 controlada via YAML",
|
||||
"title": "Ajustar as op\u00e7\u00f5es do HomeKit"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
@ -18,6 +18,9 @@
|
||||
},
|
||||
"flow_title": "Acess\u00f3rio HomeKit: {name}",
|
||||
"step": {
|
||||
"busy_error": {
|
||||
"title": "O dispositivo j\u00e1 est\u00e1 a emparelhar com outro controlador"
|
||||
},
|
||||
"pair": {
|
||||
"data": {
|
||||
"pairing_code": "C\u00f3digo de emparelhamento"
|
||||
@ -34,5 +37,22 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"device_automation": {
|
||||
"trigger_subtype": {
|
||||
"button1": "Bot\u00e3o 1",
|
||||
"button10": "Bot\u00e3o 10",
|
||||
"button2": "Bot\u00e3o 2",
|
||||
"button3": "Bot\u00e3o 3",
|
||||
"button4": "Bot\u00e3o 4",
|
||||
"button5": "Bot\u00e3o 5",
|
||||
"button6": "Bot\u00e3o 6",
|
||||
"button7": "Bot\u00e3o 7",
|
||||
"button8": "Bot\u00e3o 8",
|
||||
"button9": "Bot\u00e3o 9"
|
||||
},
|
||||
"trigger_type": {
|
||||
"single_press": "\"{subtype}\" pressionado"
|
||||
}
|
||||
},
|
||||
"title": "Acess\u00f3rio HomeKit"
|
||||
}
|
@ -7,7 +7,9 @@
|
||||
"error": {
|
||||
"connection_timeout": "Liga\u00e7\u00e3o expirou",
|
||||
"incorrect_password": "Palavra-passe incorreta",
|
||||
"incorrect_username": "Nome de Utilizador incorreto"
|
||||
"incorrect_username": "Nome de Utilizador incorreto",
|
||||
"invalid_auth": "Autentica\u00e7\u00e3o inv\u00e1lida",
|
||||
"unknown": "Erro inesperado"
|
||||
},
|
||||
"flow_title": "Huawei LTE: {name}",
|
||||
"step": {
|
||||
|
@ -6,6 +6,7 @@
|
||||
"cannot_connect": "N\u00e3o foi poss\u00edvel conectar-se ao hub",
|
||||
"discover_timeout": "Nenhum hub Hue descoberto",
|
||||
"no_bridges": "Nenhum hub Philips Hue descoberto",
|
||||
"not_hue_bridge": "N\u00e3o \u00e9 uma bridge Hue",
|
||||
"unknown": "Ocorreu um erro desconhecido"
|
||||
},
|
||||
"error": {
|
||||
|
@ -1,6 +1,10 @@
|
||||
{
|
||||
"config": {
|
||||
"abort": {
|
||||
"already_configured": "O dispositivo j\u00e1 est\u00e1 configurado"
|
||||
},
|
||||
"error": {
|
||||
"cannot_connect": "Falha na liga\u00e7\u00e3o",
|
||||
"unknown": "Erro inesperado"
|
||||
},
|
||||
"step": {
|
||||
|
21
homeassistant/components/hyperion/translations/pt.json
Normal file
21
homeassistant/components/hyperion/translations/pt.json
Normal file
@ -0,0 +1,21 @@
|
||||
{
|
||||
"config": {
|
||||
"abort": {
|
||||
"already_configured": "O servi\u00e7o j\u00e1 est\u00e1 configurado",
|
||||
"already_in_progress": "O processo de configura\u00e7\u00e3o j\u00e1 est\u00e1 a decorrer",
|
||||
"cannot_connect": "Falha na liga\u00e7\u00e3o"
|
||||
},
|
||||
"error": {
|
||||
"cannot_connect": "Falha na liga\u00e7\u00e3o",
|
||||
"invalid_access_token": "Token de acesso inv\u00e1lido"
|
||||
},
|
||||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
"host": "Servidor",
|
||||
"port": "Porta"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
@ -1,5 +1,11 @@
|
||||
{
|
||||
"config": {
|
||||
"abort": {
|
||||
"single_instance_allowed": "J\u00e1 configurado. Apenas uma \u00fanica configura\u00e7\u00e3o \u00e9 poss\u00edvel."
|
||||
},
|
||||
"error": {
|
||||
"cannot_connect": "Falha na liga\u00e7\u00e3o"
|
||||
},
|
||||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
|
@ -1,6 +1,19 @@
|
||||
{
|
||||
"config": {
|
||||
"abort": {
|
||||
"reauth_successful": "Reautentica\u00e7\u00e3o bem sucedida"
|
||||
},
|
||||
"error": {
|
||||
"invalid_auth": "Autentica\u00e7\u00e3o inv\u00e1lida"
|
||||
},
|
||||
"step": {
|
||||
"reauth": {
|
||||
"data": {
|
||||
"password": "Palavra-passe"
|
||||
},
|
||||
"description": "A sua palavra-passe anteriormente introduzida para {username} j\u00e1 n\u00e3o \u00e9 v\u00e1lida. Atualize sua palavra-passe para continuar a utilizar esta integra\u00e7\u00e3o.",
|
||||
"title": "Reautenticar integra\u00e7\u00e3o"
|
||||
},
|
||||
"trusted_device": {
|
||||
"data": {
|
||||
"trusted_device": "Dispositivo confi\u00e1vel"
|
||||
|
@ -1,5 +1,9 @@
|
||||
{
|
||||
"config": {
|
||||
"abort": {
|
||||
"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."
|
||||
},
|
||||
"create_entry": {
|
||||
"default": "Para enviar eventos para o Home Assistant, precisa de utilizar a a\u00e7\u00e3o \"Make a web request\" no [IFTTT Webhook applet]({applet_url}).\n\nPreencha com a seguinte informa\u00e7\u00e3o:\n\n- URL: `{webhook_url}`\n- Method: POST \n- Content Type: application/json \n\nConsulte [a documenta\u00e7\u00e3o]({docs_url}) sobre como configurar automa\u00e7\u00f5es para lidar com dados de entrada."
|
||||
},
|
||||
|
@ -15,5 +15,10 @@
|
||||
"title": "Localiza\u00e7\u00e3o"
|
||||
}
|
||||
}
|
||||
},
|
||||
"system_health": {
|
||||
"info": {
|
||||
"api_endpoint_reachable": "Servidor API do IPMA dispon\u00edvel"
|
||||
}
|
||||
}
|
||||
}
|
@ -1,14 +1,20 @@
|
||||
{
|
||||
"config": {
|
||||
"abort": {
|
||||
"cannot_connect": "Falha na liga\u00e7\u00e3o",
|
||||
"ipp_error": "Erro IPP encontrado.",
|
||||
"ipp_version_error": "Vers\u00e3o IPP n\u00e3o suportada pela impressora."
|
||||
},
|
||||
"error": {
|
||||
"cannot_connect": "Falha na liga\u00e7\u00e3o"
|
||||
},
|
||||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
"host": "Servidor",
|
||||
"port": "Porta"
|
||||
"port": "Porta",
|
||||
"ssl": "Utiliza um certificado SSL",
|
||||
"verify_ssl": "Verificar o certificado SSL"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
7
homeassistant/components/iqvia/translations/pt.json
Normal file
7
homeassistant/components/iqvia/translations/pt.json
Normal file
@ -0,0 +1,7 @@
|
||||
{
|
||||
"config": {
|
||||
"abort": {
|
||||
"already_configured": "O servi\u00e7o j\u00e1 est\u00e1 configurado"
|
||||
}
|
||||
}
|
||||
}
|
@ -0,0 +1,7 @@
|
||||
{
|
||||
"config": {
|
||||
"abort": {
|
||||
"single_instance_allowed": "J\u00e1 configurado. Apenas uma \u00fanica configura\u00e7\u00e3o \u00e9 poss\u00edvel."
|
||||
}
|
||||
}
|
||||
}
|
@ -3,7 +3,9 @@
|
||||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
"password": "Palavra-passe"
|
||||
"host": "",
|
||||
"password": "Palavra-passe",
|
||||
"username": "Nome de Utilizador"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -1,7 +1,19 @@
|
||||
{
|
||||
"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": {
|
||||
"api_token": "API Token"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
@ -36,7 +36,8 @@
|
||||
"ws_port": {
|
||||
"data": {
|
||||
"ws_port": "Port"
|
||||
}
|
||||
},
|
||||
"description": "Port WebSocket (n\u011bkdy se v Kodi naz\u00fdv\u00e1 port TCP). Abyste se mohli p\u0159ipojit p\u0159es WebSocket, mus\u00edte povolit \"Povolit programy ... ovl\u00e1dat Kodi\" v Syst\u00e9m / Nastaven\u00ed / S\u00ed\u0165 / Slu\u017eby. Pokud WebSocket nen\u00ed povolen, odeberte port a nechte pr\u00e1zdn\u00e9."
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -8,5 +8,44 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"options": {
|
||||
"step": {
|
||||
"options_binary": {
|
||||
"data": {
|
||||
"name": "Nome (opcional)"
|
||||
}
|
||||
},
|
||||
"options_digital": {
|
||||
"data": {
|
||||
"name": "Nome (opcional)"
|
||||
}
|
||||
},
|
||||
"options_io": {
|
||||
"data": {
|
||||
"1": "Zona 1",
|
||||
"2": "Zona 2",
|
||||
"3": "Zona 3",
|
||||
"4": "Zona 4",
|
||||
"5": "Zona 5",
|
||||
"6": "Zona 6",
|
||||
"7": "Zona 7"
|
||||
}
|
||||
},
|
||||
"options_io_ext": {
|
||||
"data": {
|
||||
"10": "Zona 10",
|
||||
"11": "Zona 11",
|
||||
"12": "Zona 12",
|
||||
"8": "Zona 8",
|
||||
"9": "Zona 9"
|
||||
}
|
||||
},
|
||||
"options_switch": {
|
||||
"data": {
|
||||
"name": "Nome (opcional)"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
13
homeassistant/components/kulersky/translations/pt.json
Normal file
13
homeassistant/components/kulersky/translations/pt.json
Normal file
@ -0,0 +1,13 @@
|
||||
{
|
||||
"config": {
|
||||
"abort": {
|
||||
"no_devices_found": "Nenhum dispositivo encontrado na rede",
|
||||
"single_instance_allowed": "J\u00e1 configurado. Apenas uma \u00fanica configura\u00e7\u00e3o \u00e9 poss\u00edvel."
|
||||
},
|
||||
"step": {
|
||||
"confirm": {
|
||||
"description": "Quer dar inicio \u00e0 configura\u00e7\u00e3o?"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
@ -1,7 +1,14 @@
|
||||
{
|
||||
"config": {
|
||||
"abort": {
|
||||
"invalid_auth": "Autentica\u00e7\u00e3o inv\u00e1lida",
|
||||
"unknown": "Erro inesperado"
|
||||
},
|
||||
"error": {
|
||||
"invalid_username": "Nome de utilizador incorreto"
|
||||
"already_configured": "Conta j\u00e1 configurada",
|
||||
"invalid_auth": "Autentica\u00e7\u00e3o inv\u00e1lida",
|
||||
"invalid_username": "Nome de utilizador incorreto",
|
||||
"unknown": "Erro inesperado"
|
||||
},
|
||||
"step": {
|
||||
"user": {
|
||||
|
9
homeassistant/components/local_ip/translations/pt.json
Normal file
9
homeassistant/components/local_ip/translations/pt.json
Normal file
@ -0,0 +1,9 @@
|
||||
{
|
||||
"config": {
|
||||
"step": {
|
||||
"user": {
|
||||
"description": "Quer dar inicio \u00e0 configura\u00e7\u00e3o?"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
@ -1,5 +1,9 @@
|
||||
{
|
||||
"config": {
|
||||
"abort": {
|
||||
"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."
|
||||
},
|
||||
"create_entry": {
|
||||
"default": "Para enviar eventos para o Home Assistant, \u00e9 necess\u00e1rio configurar um webhook no Locative. \n\n Preencha as seguintes informa\u00e7\u00f5es: \n\n - URL: `{webhook_url}`\n - M\u00e9todo: POST \n\n Veja [the documentation]({docs_url}) para obter mais detalhes."
|
||||
},
|
||||
|
12
homeassistant/components/logi_circle/translations/pt.json
Normal file
12
homeassistant/components/logi_circle/translations/pt.json
Normal file
@ -0,0 +1,12 @@
|
||||
{
|
||||
"config": {
|
||||
"abort": {
|
||||
"already_configured": "Conta j\u00e1 configurada",
|
||||
"missing_configuration": "O componente n\u00e3o est\u00e1 configurado. Por favor, siga a documenta\u00e7\u00e3o."
|
||||
},
|
||||
"error": {
|
||||
"authorize_url_timeout": "Tempo excedido a gerar um URL de autoriza\u00e7\u00e3o",
|
||||
"invalid_auth": "Autentica\u00e7\u00e3o inv\u00e1lida"
|
||||
}
|
||||
}
|
||||
}
|
@ -1,6 +1,8 @@
|
||||
{
|
||||
"config": {
|
||||
"error": {
|
||||
"already_configured": "O servi\u00e7o j\u00e1 est\u00e1 configurado",
|
||||
"cannot_connect": "Falha na liga\u00e7\u00e3o",
|
||||
"invalid_sensor": "Sensor n\u00e3o dispon\u00edvel ou inv\u00e1lido"
|
||||
},
|
||||
"step": {
|
||||
|
@ -1,5 +1,9 @@
|
||||
{
|
||||
"config": {
|
||||
"abort": {
|
||||
"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."
|
||||
},
|
||||
"create_entry": {
|
||||
"default": "Para enviar eventos para o Home Assistant, \u00e9 necess\u00e1rio configurar [Webhooks with Mailgun]({mailgun_url}). \n\n Preencha as seguintes informa\u00e7\u00f5es: \n\n - URL: `{webhook_url}`\n - M\u00e9todo: POST \n - Tipo de Conte\u00fado: application/json\n\n Veja [a documenta\u00e7\u00e3o]({docs_url}) sobre como configurar automa\u00e7\u00f5es para manipular dados de entrada."
|
||||
},
|
||||
|
@ -1,5 +1,8 @@
|
||||
{
|
||||
"config": {
|
||||
"error": {
|
||||
"already_configured": "O servi\u00e7o j\u00e1 est\u00e1 configurado"
|
||||
},
|
||||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
|
13
homeassistant/components/metoffice/translations/pt.json
Normal file
13
homeassistant/components/metoffice/translations/pt.json
Normal file
@ -0,0 +1,13 @@
|
||||
{
|
||||
"config": {
|
||||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
"api_key": "API Key",
|
||||
"latitude": "Latitude",
|
||||
"longitude": "Longitude"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
@ -1,9 +1,13 @@
|
||||
{
|
||||
"config": {
|
||||
"error": {
|
||||
"invalid_auth": "Autentica\u00e7\u00e3o inv\u00e1lida"
|
||||
},
|
||||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
"host": "Servidor",
|
||||
"name": "Nome",
|
||||
"password": "Palavra-passe",
|
||||
"port": "Porta",
|
||||
"username": "Nome de Utilizador"
|
||||
|
@ -1,9 +1,13 @@
|
||||
{
|
||||
"config": {
|
||||
"error": {
|
||||
"cannot_connect": "Falha na liga\u00e7\u00e3o"
|
||||
},
|
||||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
"password": "Palavra-passe"
|
||||
"password": "Palavra-passe",
|
||||
"username": "Nome de Utilizador"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -8,5 +8,10 @@
|
||||
"description": "Deseja configurar o componente Mobile App?"
|
||||
}
|
||||
}
|
||||
},
|
||||
"device_automation": {
|
||||
"action_type": {
|
||||
"notify": "Enviar uma notifica\u00e7\u00e3o"
|
||||
}
|
||||
}
|
||||
}
|
17
homeassistant/components/motion_blinds/translations/pt.json
Normal file
17
homeassistant/components/motion_blinds/translations/pt.json
Normal file
@ -0,0 +1,17 @@
|
||||
{
|
||||
"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",
|
||||
"connection_error": "Falha na liga\u00e7\u00e3o"
|
||||
},
|
||||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
"api_key": "API Key",
|
||||
"host": "Endere\u00e7o IP"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
@ -63,7 +63,11 @@
|
||||
"options": {
|
||||
"data": {
|
||||
"birth_enable": "Povolit zpr\u00e1vu p\u0159i p\u0159ipojen\u00ed",
|
||||
"discovery": "Povolit zji\u0161\u0165ov\u00e1n\u00ed"
|
||||
"discovery": "Povolit zji\u0161\u0165ov\u00e1n\u00ed",
|
||||
"will_payload": "Obsah zpr\u00e1vy se z\u00e1v\u011bt\u00ed",
|
||||
"will_qos": "QoS zpr\u00e1vy se z\u00e1v\u011bt\u00ed",
|
||||
"will_retain": "Zachov\u00e1n\u00ed zpr\u00e1vy se z\u00e1v\u011bt\u00ed",
|
||||
"will_topic": "T\u00e9ma zpr\u00e1vy se z\u00e1v\u011bt\u00ed (will message)"
|
||||
},
|
||||
"description": "Zvolte mo\u017enosti MQTT."
|
||||
}
|
||||
|
@ -1,6 +1,10 @@
|
||||
{
|
||||
"config": {
|
||||
"abort": {
|
||||
"already_configured": "O servi\u00e7o j\u00e1 est\u00e1 configurado"
|
||||
},
|
||||
"error": {
|
||||
"cannot_connect": "Falha na liga\u00e7\u00e3o",
|
||||
"unknown": "Erro inesperado"
|
||||
},
|
||||
"step": {
|
||||
|
@ -1,5 +1,12 @@
|
||||
{
|
||||
"config": {
|
||||
"abort": {
|
||||
"invalid_auth": "Autentica\u00e7\u00e3o inv\u00e1lida"
|
||||
},
|
||||
"error": {
|
||||
"invalid_auth": "Autentica\u00e7\u00e3o inv\u00e1lida",
|
||||
"unknown": "Erro inesperado"
|
||||
},
|
||||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
|
@ -2,10 +2,18 @@
|
||||
"config": {
|
||||
"abort": {
|
||||
"authorize_url_fail": "Erro desconhecido ao gerar um URL de autoriza\u00e7\u00e3o.",
|
||||
"authorize_url_timeout": "Limite temporal ultrapassado ao gerar um URL de autoriza\u00e7\u00e3o."
|
||||
"authorize_url_timeout": "Limite temporal ultrapassado ao gerar um URL de autoriza\u00e7\u00e3o.",
|
||||
"missing_configuration": "O componente n\u00e3o est\u00e1 configurado. Por favor, siga a documenta\u00e7\u00e3o.",
|
||||
"no_url_available": "Nenhum URL dispon\u00edvel. Para obter informa\u00e7\u00f5es sobre esse erro, [verifique a sec\u00e7\u00e3o de ajuda]({docs_url})",
|
||||
"single_instance_allowed": "J\u00e1 configurado. Apenas uma \u00fanica configura\u00e7\u00e3o \u00e9 poss\u00edvel.",
|
||||
"unknown_authorize_url_generation": "Erro desconhecido ao gerar um URL de autoriza\u00e7\u00e3o."
|
||||
},
|
||||
"create_entry": {
|
||||
"default": "Autenticado com sucesso"
|
||||
},
|
||||
"error": {
|
||||
"internal_error": "Erro interno ao validar o c\u00f3digo",
|
||||
"invalid_pin": "C\u00f3digo PIN inv\u00e1lido",
|
||||
"timeout": "Limite temporal ultrapassado ao validar c\u00f3digo",
|
||||
"unknown": "Erro desconhecido ao validar o c\u00f3digo"
|
||||
},
|
||||
@ -23,6 +31,9 @@
|
||||
},
|
||||
"description": "Para associar \u00e0 sua conta Nest, [autorizar a sua conta]({url}).\n\nAp\u00f3s a autoriza\u00e7\u00e3o, copie e cole o c\u00f3digo pin fornecido abaixo.",
|
||||
"title": "Associar conta Nest"
|
||||
},
|
||||
"pick_implementation": {
|
||||
"title": "Escolha o m\u00e9todo de autentica\u00e7\u00e3o"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -2,10 +2,16 @@
|
||||
"config": {
|
||||
"abort": {
|
||||
"authorize_url_timeout": "Tempo excedido a gerar um URL de autoriza\u00e7\u00e3o",
|
||||
"no_url_available": "Nenhum URL dispon\u00edvel. Para obter informa\u00e7\u00f5es sobre esse erro, [verifique a sec\u00e7\u00e3o de ajuda]({docs_url})",
|
||||
"single_instance_allowed": "J\u00e1 configurado. Apenas uma \u00fanica configura\u00e7\u00e3o \u00e9 poss\u00edvel."
|
||||
},
|
||||
"create_entry": {
|
||||
"default": "Autenticado com sucesso"
|
||||
},
|
||||
"step": {
|
||||
"pick_implementation": {
|
||||
"title": "Escolha o m\u00e9todo de autentica\u00e7\u00e3o"
|
||||
}
|
||||
}
|
||||
},
|
||||
"options": {
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user