diff --git a/homeassistant/components/adguard/translations/pt.json b/homeassistant/components/adguard/translations/pt.json index b4642359973..e34c9db39f6 100644 --- a/homeassistant/components/adguard/translations/pt.json +++ b/homeassistant/components/adguard/translations/pt.json @@ -3,6 +3,7 @@ "step": { "user": { "data": { + "host": "Servidor", "password": "Palavra-passe", "username": "Nome de Utilizador" } diff --git a/homeassistant/components/agent_dvr/translations/pt.json b/homeassistant/components/agent_dvr/translations/pt.json new file mode 100644 index 00000000000..ce7cbc3f548 --- /dev/null +++ b/homeassistant/components/agent_dvr/translations/pt.json @@ -0,0 +1,11 @@ +{ + "config": { + "step": { + "user": { + "data": { + "host": "Servidor" + } + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/arcam_fmj/translations/ca.json b/homeassistant/components/arcam_fmj/translations/ca.json index 33af7b119be..28149d5e06e 100644 --- a/homeassistant/components/arcam_fmj/translations/ca.json +++ b/homeassistant/components/arcam_fmj/translations/ca.json @@ -1,4 +1,24 @@ { + "config": { + "abort": { + "already_configured": "El dispositiu ja s'ha configurat.", + "already_in_progress": "El flux de dades de configuraci\u00f3 pel dispositiu ja est\u00e0 en curs.", + "unable_to_connect": "No es pot connectar amb el dispositiu." + }, + "flow_title": "Arcam FMJ a {host}", + "step": { + "confirm": { + "description": "Vols afegir l'Arcam FMJ `{host}` a Home Assistant?" + }, + "user": { + "data": { + "host": "Amfitri\u00f3", + "port": "Port" + }, + "description": "Introdueix el nom de l'amfitri\u00f3 o l'adre\u00e7a IP del dispositiu." + } + } + }, "device_automation": { "trigger_type": { "turn_on": "S'ha sol\u00b7licitat l'activaci\u00f3 de {entity_name}" diff --git a/homeassistant/components/arcam_fmj/translations/pt.json b/homeassistant/components/arcam_fmj/translations/pt.json new file mode 100644 index 00000000000..d086a929d34 --- /dev/null +++ b/homeassistant/components/arcam_fmj/translations/pt.json @@ -0,0 +1,12 @@ +{ + "config": { + "step": { + "user": { + "data": { + "host": "Servidor", + "port": "Porto" + } + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/arcam_fmj/translations/zh-Hant.json b/homeassistant/components/arcam_fmj/translations/zh-Hant.json index 18ea7d22eb1..f25906f0d81 100644 --- a/homeassistant/components/arcam_fmj/translations/zh-Hant.json +++ b/homeassistant/components/arcam_fmj/translations/zh-Hant.json @@ -1,4 +1,24 @@ { + "config": { + "abort": { + "already_configured": "\u8a2d\u5099\u5df2\u8a2d\u5b9a\u3002", + "already_in_progress": "\u8a2d\u5099\u8a2d\u5b9a\u5df2\u7d93\u9032\u884c\u4e2d\u3002", + "unable_to_connect": "\u7121\u6cd5\u9023\u7dda\u81f3\u8a2d\u5099\u3002" + }, + "flow_title": "Arcam FMJ \uff08{host}\uff09", + "step": { + "confirm": { + "description": "\u662f\u5426\u8981\u5c07 Arcam FMJ `{host}` \u65b0\u589e\u81f3 Home Assistant\uff1f" + }, + "user": { + "data": { + "host": "\u4e3b\u6a5f\u7aef", + "port": "\u901a\u8a0a\u57e0" + }, + "description": "\u8acb\u8f38\u5165\u4e3b\u6a5f\u7aef\u540d\u7a31\u6216 Heos \u8a2d\u5099 IP \u4f4d\u5740\u3002" + } + } + }, "device_automation": { "trigger_type": { "turn_on": "{entity_name} \u4f9d\u9700\u6c42\u958b\u555f" diff --git a/homeassistant/components/atag/translations/pt.json b/homeassistant/components/atag/translations/pt.json new file mode 100644 index 00000000000..ce7cbc3f548 --- /dev/null +++ b/homeassistant/components/atag/translations/pt.json @@ -0,0 +1,11 @@ +{ + "config": { + "step": { + "user": { + "data": { + "host": "Servidor" + } + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/avri/translations/ca.json b/homeassistant/components/avri/translations/ca.json new file mode 100644 index 00000000000..3e575942e96 --- /dev/null +++ b/homeassistant/components/avri/translations/ca.json @@ -0,0 +1,24 @@ +{ + "config": { + "abort": { + "already_configured": "Aquesta adre\u00e7a ja est\u00e0 configurada." + }, + "error": { + "invalid_country_code": "Codi de pa\u00eds desconegut.", + "invalid_house_number": "N\u00famero de casa no v\u00e0lid." + }, + "step": { + "user": { + "data": { + "country_code": "Codi de pa\u00eds de 2 lletres", + "house_number": "N\u00famero de casa", + "house_number_extension": "Ampliaci\u00f3 de n\u00famero de casa", + "zip_code": "Codi postal" + }, + "description": "Introdueix la teva adre\u00e7a", + "title": "Avri" + } + } + }, + "title": "Avri" +} \ No newline at end of file diff --git a/homeassistant/components/avri/translations/zh-Hant.json b/homeassistant/components/avri/translations/zh-Hant.json new file mode 100644 index 00000000000..ef229b5b2d1 --- /dev/null +++ b/homeassistant/components/avri/translations/zh-Hant.json @@ -0,0 +1,24 @@ +{ + "config": { + "abort": { + "already_configured": "\u6b64\u5730\u5740\u5df2\u7d93\u8a2d\u5b9a\u5b8c\u6210\u3002" + }, + "error": { + "invalid_country_code": "\u672a\u77e5\u570b\u78bc\uff08\u5169\u5b57\u6bcd\uff09\u3002", + "invalid_house_number": "\u9580\u724c\u865f\u78bc\u932f\u8aa4\u3002" + }, + "step": { + "user": { + "data": { + "country_code": "\u570b\u78bc\uff08\u5169\u5b57\u6bcd\uff09", + "house_number": "\u9580\u724c\u865f\u78bc", + "house_number_extension": "\u9580\u724c\u865f\u78bc\u5206\u865f", + "zip_code": "\u90f5\u905e\u5340\u865f" + }, + "description": "\u8f38\u5165\u5730\u5740", + "title": "Avri" + } + } + }, + "title": "Avri" +} \ No newline at end of file diff --git a/homeassistant/components/blebox/translations/pt.json b/homeassistant/components/blebox/translations/pt.json new file mode 100644 index 00000000000..f7dc708a2d6 --- /dev/null +++ b/homeassistant/components/blebox/translations/pt.json @@ -0,0 +1,11 @@ +{ + "config": { + "step": { + "user": { + "data": { + "host": "Endere\u00e7o IP" + } + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/braviatv/translations/pt.json b/homeassistant/components/braviatv/translations/pt.json index d818bda11ff..5e5f1367f58 100644 --- a/homeassistant/components/braviatv/translations/pt.json +++ b/homeassistant/components/braviatv/translations/pt.json @@ -18,7 +18,7 @@ }, "user": { "data": { - "host": "Nome do host da TV ou endere\u00e7o IP" + "host": "Servidor" }, "title": "TV Sony Bravia" } diff --git a/homeassistant/components/brother/translations/pt.json b/homeassistant/components/brother/translations/pt.json index 4f76c66c4f6..9ac9357b9b4 100644 --- a/homeassistant/components/brother/translations/pt.json +++ b/homeassistant/components/brother/translations/pt.json @@ -3,6 +3,7 @@ "step": { "user": { "data": { + "host": "Servidor", "type": "Tipo de impressora" } } diff --git a/homeassistant/components/bsblan/translations/pt.json b/homeassistant/components/bsblan/translations/pt.json new file mode 100644 index 00000000000..ce7cbc3f548 --- /dev/null +++ b/homeassistant/components/bsblan/translations/pt.json @@ -0,0 +1,11 @@ +{ + "config": { + "step": { + "user": { + "data": { + "host": "Servidor" + } + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/cert_expiry/translations/pt.json b/homeassistant/components/cert_expiry/translations/pt.json new file mode 100644 index 00000000000..9c6541c1bd4 --- /dev/null +++ b/homeassistant/components/cert_expiry/translations/pt.json @@ -0,0 +1,14 @@ +{ + "config": { + "error": { + "resolve_failed": "N\u00e3o \u00e9 possivel resolver o servidor" + }, + "step": { + "user": { + "data": { + "host": "Servidor" + } + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/climate/translations/pt.json b/homeassistant/components/climate/translations/pt.json index 5acd785c644..5e986f04b02 100644 --- a/homeassistant/components/climate/translations/pt.json +++ b/homeassistant/components/climate/translations/pt.json @@ -1,4 +1,9 @@ { + "device_automation": { + "condition_type": { + "is_hvac_mode": "{entity_name} est\u00e1 definido com um modo HVAC espec\u00edfico" + } + }, "state": { "_": { "auto": "Auto", diff --git a/homeassistant/components/coolmaster/translations/pt.json b/homeassistant/components/coolmaster/translations/pt.json new file mode 100644 index 00000000000..ce7cbc3f548 --- /dev/null +++ b/homeassistant/components/coolmaster/translations/pt.json @@ -0,0 +1,11 @@ +{ + "config": { + "step": { + "user": { + "data": { + "host": "Servidor" + } + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/cover/translations/pt.json b/homeassistant/components/cover/translations/pt.json index 7c50b7a63cd..5308b77ef43 100644 --- a/homeassistant/components/cover/translations/pt.json +++ b/homeassistant/components/cover/translations/pt.json @@ -1,5 +1,13 @@ { "device_automation": { + "action_type": { + "close": "Fechar {entity_name}", + "close_tilt": "Fechar a inclina\u00e7\u00e3o da {entity_name}", + "open": "Abrir {entity_name}", + "open_tilt": "Abra a inclina\u00e7\u00e3o da {entity_name}", + "set_position": "Definir posi\u00e7\u00e3o de {entity_name}", + "set_tilt_position": "Definir a posi\u00e7\u00e3o de inclina\u00e7\u00e3o de {entity_name}" + }, "condition_type": { "is_closed": "{entity_name} est\u00e1 fechada", "is_closing": "{entity_name} est\u00e1 a fechar", diff --git a/homeassistant/components/directv/translations/pt.json b/homeassistant/components/directv/translations/pt.json new file mode 100644 index 00000000000..ce7cbc3f548 --- /dev/null +++ b/homeassistant/components/directv/translations/pt.json @@ -0,0 +1,11 @@ +{ + "config": { + "step": { + "user": { + "data": { + "host": "Servidor" + } + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/doorbird/translations/pt.json b/homeassistant/components/doorbird/translations/pt.json index 343bf7fe5a5..f30ea68010b 100644 --- a/homeassistant/components/doorbird/translations/pt.json +++ b/homeassistant/components/doorbird/translations/pt.json @@ -3,6 +3,7 @@ "step": { "user": { "data": { + "host": "Servidor", "name": "Nome do dispositivo" } } diff --git a/homeassistant/components/dunehd/translations/pt.json b/homeassistant/components/dunehd/translations/pt.json new file mode 100644 index 00000000000..ce7cbc3f548 --- /dev/null +++ b/homeassistant/components/dunehd/translations/pt.json @@ -0,0 +1,11 @@ +{ + "config": { + "step": { + "user": { + "data": { + "host": "Servidor" + } + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/forked_daapd/translations/pt.json b/homeassistant/components/forked_daapd/translations/pt.json new file mode 100644 index 00000000000..ce7cbc3f548 --- /dev/null +++ b/homeassistant/components/forked_daapd/translations/pt.json @@ -0,0 +1,11 @@ +{ + "config": { + "step": { + "user": { + "data": { + "host": "Servidor" + } + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/freebox/translations/pt.json b/homeassistant/components/freebox/translations/pt.json new file mode 100644 index 00000000000..09e13bc2007 --- /dev/null +++ b/homeassistant/components/freebox/translations/pt.json @@ -0,0 +1,15 @@ +{ + "config": { + "abort": { + "already_configured": "Servidor j\u00e1 configurado" + }, + "step": { + "user": { + "data": { + "host": "Servidor", + "port": "Porta" + } + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/fritzbox/translations/pt.json b/homeassistant/components/fritzbox/translations/pt.json index bd20deada06..4743c909f2e 100644 --- a/homeassistant/components/fritzbox/translations/pt.json +++ b/homeassistant/components/fritzbox/translations/pt.json @@ -12,6 +12,7 @@ }, "user": { "data": { + "host": "Servidor", "password": "Palavra-passe", "username": "Nome de Utilizador" } diff --git a/homeassistant/components/glances/translations/pt.json b/homeassistant/components/glances/translations/pt.json index b4642359973..0a25252f553 100644 --- a/homeassistant/components/glances/translations/pt.json +++ b/homeassistant/components/glances/translations/pt.json @@ -1,8 +1,15 @@ { "config": { + "abort": { + "already_configured": "Servidor j\u00e1 configurado" + }, + "error": { + "cannot_connect": "N\u00e3o \u00e9 poss\u00edvel ligar ao servidor." + }, "step": { "user": { "data": { + "host": "Servidor", "password": "Palavra-passe", "username": "Nome de Utilizador" } diff --git a/homeassistant/components/hangouts/translations/pt.json b/homeassistant/components/hangouts/translations/pt.json index d85caeb2bbb..093deaecc15 100644 --- a/homeassistant/components/hangouts/translations/pt.json +++ b/homeassistant/components/hangouts/translations/pt.json @@ -19,7 +19,7 @@ }, "user": { "data": { - "email": "Endere\u00e7o de e-mail", + "email": "E-mail", "password": "Palavra-passe" }, "description": "Vazio", diff --git a/homeassistant/components/harmony/translations/pt.json b/homeassistant/components/harmony/translations/pt.json new file mode 100644 index 00000000000..ce7cbc3f548 --- /dev/null +++ b/homeassistant/components/harmony/translations/pt.json @@ -0,0 +1,11 @@ +{ + "config": { + "step": { + "user": { + "data": { + "host": "Servidor" + } + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/hunterdouglas_powerview/translations/pt.json b/homeassistant/components/hunterdouglas_powerview/translations/pt.json new file mode 100644 index 00000000000..f7dc708a2d6 --- /dev/null +++ b/homeassistant/components/hunterdouglas_powerview/translations/pt.json @@ -0,0 +1,11 @@ +{ + "config": { + "step": { + "user": { + "data": { + "host": "Endere\u00e7o IP" + } + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/ipma/translations/pt.json b/homeassistant/components/ipma/translations/pt.json index 2e67da76241..3f25486c6a4 100644 --- a/homeassistant/components/ipma/translations/pt.json +++ b/homeassistant/components/ipma/translations/pt.json @@ -8,6 +8,7 @@ "data": { "latitude": "Latitude", "longitude": "Longitude", + "mode": "Modo", "name": "Nome" }, "description": "Instituto Portugu\u00eas do Mar e Atmosfera", diff --git a/homeassistant/components/ipp/translations/pt.json b/homeassistant/components/ipp/translations/pt.json index 742dd8621ec..260c0f9e357 100644 --- a/homeassistant/components/ipp/translations/pt.json +++ b/homeassistant/components/ipp/translations/pt.json @@ -3,6 +3,13 @@ "abort": { "ipp_error": "Erro IPP encontrado.", "ipp_version_error": "Vers\u00e3o IPP n\u00e3o suportada pela impressora." + }, + "step": { + "user": { + "data": { + "host": "Servidor" + } + } } } } \ No newline at end of file diff --git a/homeassistant/components/konnected/translations/pt.json b/homeassistant/components/konnected/translations/pt.json new file mode 100644 index 00000000000..f7dc708a2d6 --- /dev/null +++ b/homeassistant/components/konnected/translations/pt.json @@ -0,0 +1,11 @@ +{ + "config": { + "step": { + "user": { + "data": { + "host": "Endere\u00e7o IP" + } + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/mikrotik/translations/pt.json b/homeassistant/components/mikrotik/translations/pt.json index b4642359973..e34c9db39f6 100644 --- a/homeassistant/components/mikrotik/translations/pt.json +++ b/homeassistant/components/mikrotik/translations/pt.json @@ -3,6 +3,7 @@ "step": { "user": { "data": { + "host": "Servidor", "password": "Palavra-passe", "username": "Nome de Utilizador" } diff --git a/homeassistant/components/minecraft_server/translations/pt.json b/homeassistant/components/minecraft_server/translations/pt.json index 286cd58dd89..c7734c97b8f 100644 --- a/homeassistant/components/minecraft_server/translations/pt.json +++ b/homeassistant/components/minecraft_server/translations/pt.json @@ -1,8 +1,12 @@ { "config": { + "abort": { + "already_configured": "Servidor j\u00e1 configurado" + }, "step": { "user": { "data": { + "host": "Servidor", "name": "Nome" } } diff --git a/homeassistant/components/moon/translations/sensor.pt.json b/homeassistant/components/moon/translations/sensor.pt.json index 99fb4be1f08..da84cfd744e 100644 --- a/homeassistant/components/moon/translations/sensor.pt.json +++ b/homeassistant/components/moon/translations/sensor.pt.json @@ -3,7 +3,11 @@ "moon__phase": { "first_quarter": "Quarto crescente", "full_moon": "Lua cheia", - "new_moon": "Lua nova" + "new_moon": "Lua nova", + "waning_crescent": "Minguante", + "waning_gibbous": "Minguante convexa", + "waxing_crescent": "Crescente", + "waxing_gibbous": "Crescente convexa" } } } \ No newline at end of file diff --git a/homeassistant/components/mqtt/translations/pt.json b/homeassistant/components/mqtt/translations/pt.json index 7fa10a5592b..70221342358 100644 --- a/homeassistant/components/mqtt/translations/pt.json +++ b/homeassistant/components/mqtt/translations/pt.json @@ -25,5 +25,17 @@ "title": "MQTT Broker atrav\u00e9s do add-on Hass.io" } } + }, + "device_automation": { + "trigger_subtype": { + "button_1": "Primeiro bot\u00e3o", + "button_2": "Segundo bot\u00e3o", + "button_3": "Terceiro bot\u00e3o", + "button_4": "Quarto bot\u00e3o", + "button_5": "Quinto bot\u00e3o", + "button_6": "Sexto bot\u00e3o", + "turn_off": "Desligar", + "turn_on": "Ligar" + } } } \ No newline at end of file diff --git a/homeassistant/components/onvif/translations/pt.json b/homeassistant/components/onvif/translations/pt.json new file mode 100644 index 00000000000..a40bdf292ad --- /dev/null +++ b/homeassistant/components/onvif/translations/pt.json @@ -0,0 +1,58 @@ +{ + "config": { + "abort": { + "already_configured": "O dispositivo ONVIF j\u00e1 est\u00e1 configurado.", + "already_in_progress": "O fluxo de configura\u00e7\u00e3o para o dispositivo ONVIF j\u00e1 est\u00e1 em andamento.", + "no_h264": "N\u00e3o existem fluxos H264 dispon\u00edveis. Verifique a configura\u00e7\u00e3o de perfil no seu dispositivo.", + "no_mac": "N\u00e3o foi poss\u00edvel configurar o ID unico para o dispositivo ONVIF.", + "onvif_error": "Erro ao configurar o dispositivo ONVIF. Verifique os logs para obter mais informa\u00e7\u00f5es." + }, + "error": { + "connection_failed": "N\u00e3o foi poss\u00edvel ligar ao servi\u00e7o ONVIF com as credenciais fornecidas." + }, + "step": { + "auth": { + "data": { + "password": "Palavra-passe", + "username": "Utilizador" + }, + "title": "Configurar autentica\u00e7\u00e3o" + }, + "configure_profile": { + "data": { + "include": "Criar entidade da c\u00e2mara" + }, + "description": "Criar entidade de c\u00e2mera para {profile} com resolu\u00e7\u00e3o {resolution} ?", + "title": "Configurar Perfis" + }, + "device": { + "data": { + "host": "Selecione o dispositivo ONVIF descoberto" + }, + "title": "Selecione o dispositivo ONVIF" + }, + "manual_input": { + "data": { + "host": "Servidor", + "port": "Porta" + }, + "title": "Configurar dispositivo ONVIF" + }, + "user": { + "description": "Ao clickar submeter, iremos procurar na sua rede por dispositivos ONVIF que suportem o Perfil S.\n\nAlguns fabricantes come\u00e7aram a desabilitar o ONVIF por omiss\u00e3o. Por favor verifique que o ONVIF est\u00e1 activo na configura\u00e7\u00e3o da sua c\u00e2mara.", + "title": "Configura\u00e7\u00e3o do dispositivo ONVIF" + } + } + }, + "options": { + "step": { + "onvif_devices": { + "data": { + "extra_arguments": "Argumentos FFMPEG extras", + "rtsp_transport": "Mecanismo de transporte RTSP" + }, + "title": "Op\u00e7\u00f5es do dispositivo ONVIF" + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/pi_hole/translations/pt.json b/homeassistant/components/pi_hole/translations/pt.json new file mode 100644 index 00000000000..ce7cbc3f548 --- /dev/null +++ b/homeassistant/components/pi_hole/translations/pt.json @@ -0,0 +1,11 @@ +{ + "config": { + "step": { + "user": { + "data": { + "host": "Servidor" + } + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/plex/translations/pt.json b/homeassistant/components/plex/translations/pt.json index ebf1df9c18f..a8a4bd3f8e5 100644 --- a/homeassistant/components/plex/translations/pt.json +++ b/homeassistant/components/plex/translations/pt.json @@ -1,6 +1,11 @@ { "config": { "step": { + "manual_setup": { + "data": { + "host": "Servidor" + } + }, "select_server": { "data": { "server": "Servidor" diff --git a/homeassistant/components/ps4/translations/pt.json b/homeassistant/components/ps4/translations/pt.json index 9250f5a3756..a0f57953df5 100644 --- a/homeassistant/components/ps4/translations/pt.json +++ b/homeassistant/components/ps4/translations/pt.json @@ -1,6 +1,7 @@ { "config": { "abort": { + "credential_error": "Erro ao obter credenciais.", "devices_configured": "Todos os dispositivos encontrados j\u00e1 est\u00e3o configurados.", "no_devices_found": "N\u00e3o foram encontrados dispositivos PlayStation 4 na rede." }, diff --git a/homeassistant/components/roku/translations/pt.json b/homeassistant/components/roku/translations/pt.json new file mode 100644 index 00000000000..ce7cbc3f548 --- /dev/null +++ b/homeassistant/components/roku/translations/pt.json @@ -0,0 +1,11 @@ +{ + "config": { + "step": { + "user": { + "data": { + "host": "Servidor" + } + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/roomba/translations/pt.json b/homeassistant/components/roomba/translations/pt.json index 559712b7e9b..0156fd48a62 100644 --- a/homeassistant/components/roomba/translations/pt.json +++ b/homeassistant/components/roomba/translations/pt.json @@ -8,7 +8,7 @@ "data": { "continuous": "Cont\u00ednuo", "delay": "Atraso", - "host": "Nome servidor ou endere\u00e7o IP", + "host": "Servidor", "password": "Palavra-passe" }, "title": "Conectar ao dispositivo" diff --git a/homeassistant/components/shopping_list/translations/pt.json b/homeassistant/components/shopping_list/translations/pt.json new file mode 100644 index 00000000000..9e8b24efa29 --- /dev/null +++ b/homeassistant/components/shopping_list/translations/pt.json @@ -0,0 +1,14 @@ +{ + "config": { + "abort": { + "already_configured": "A lista de compras j\u00e1 est\u00e1 configurada." + }, + "step": { + "user": { + "description": "Deseja configurar a lista de compras?", + "title": "Lista de compras" + } + } + }, + "title": "Lista de compras" +} \ No newline at end of file diff --git a/homeassistant/components/simplisafe/translations/pt.json b/homeassistant/components/simplisafe/translations/pt.json index 731ab4ad9a0..ab54288d91a 100644 --- a/homeassistant/components/simplisafe/translations/pt.json +++ b/homeassistant/components/simplisafe/translations/pt.json @@ -8,7 +8,7 @@ "user": { "data": { "password": "Palavra-passe", - "username": "Endere\u00e7o de correio eletr\u00f3nico" + "username": "Email" }, "title": "Preencha as suas informa\u00e7\u00f5es" } diff --git a/homeassistant/components/sonarr/translations/pt.json b/homeassistant/components/sonarr/translations/pt.json new file mode 100644 index 00000000000..ce7cbc3f548 --- /dev/null +++ b/homeassistant/components/sonarr/translations/pt.json @@ -0,0 +1,11 @@ +{ + "config": { + "step": { + "user": { + "data": { + "host": "Servidor" + } + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/tile/translations/pt.json b/homeassistant/components/tile/translations/pt.json new file mode 100644 index 00000000000..e266cf06266 --- /dev/null +++ b/homeassistant/components/tile/translations/pt.json @@ -0,0 +1,13 @@ +{ + "config": { + "step": { + "user": { + "data": { + "password": "Palavra-passe", + "username": "E-mail" + }, + "title": "Configurar Tile" + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/upnp/translations/pt.json b/homeassistant/components/upnp/translations/pt.json index cb08c0f52a6..1a80149483d 100644 --- a/homeassistant/components/upnp/translations/pt.json +++ b/homeassistant/components/upnp/translations/pt.json @@ -8,6 +8,17 @@ "error": { "one": "um", "other": "v\u00e1rios" + }, + "flow_title": "UPnP/IGD: {name}", + "step": { + "ssdp_confirm": { + "description": "Deseja configurar este dispositivo UPnP/IGD?" + }, + "user": { + "data": { + "usn": "Dispositivo" + } + } } } } \ No newline at end of file diff --git a/homeassistant/components/vacuum/translations/pt.json b/homeassistant/components/vacuum/translations/pt.json index ea5bf05dc9f..03e98390584 100644 --- a/homeassistant/components/vacuum/translations/pt.json +++ b/homeassistant/components/vacuum/translations/pt.json @@ -4,7 +4,8 @@ "clean": "Deixar {entity_name} limpar" }, "condition_type": { - "is_cleaning": "{entity_name} est\u00e1 a limpar" + "is_cleaning": "{entity_name} est\u00e1 a limpar", + "is_docked": "{entity_name} est\u00e1 ancorado" } }, "state": { diff --git a/homeassistant/components/vilfo/translations/pt.json b/homeassistant/components/vilfo/translations/pt.json new file mode 100644 index 00000000000..ce7cbc3f548 --- /dev/null +++ b/homeassistant/components/vilfo/translations/pt.json @@ -0,0 +1,11 @@ +{ + "config": { + "step": { + "user": { + "data": { + "host": "Servidor" + } + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/vizio/translations/pt.json b/homeassistant/components/vizio/translations/pt.json index 286cd58dd89..695ad541026 100644 --- a/homeassistant/components/vizio/translations/pt.json +++ b/homeassistant/components/vizio/translations/pt.json @@ -1,6 +1,11 @@ { "config": { "step": { + "pair_tv": { + "data": { + "pin": "PIN" + } + }, "user": { "data": { "name": "Nome" diff --git a/homeassistant/components/xiaomi_miio/translations/pt.json b/homeassistant/components/xiaomi_miio/translations/pt.json new file mode 100644 index 00000000000..5c127b797e7 --- /dev/null +++ b/homeassistant/components/xiaomi_miio/translations/pt.json @@ -0,0 +1,11 @@ +{ + "config": { + "step": { + "gateway": { + "data": { + "host": "Endere\u00e7o IP" + } + } + } + } +} \ No newline at end of file