diff --git a/homeassistant/components/ambee/translations/pt.json b/homeassistant/components/ambee/translations/pt.json new file mode 100644 index 00000000000..286cd58dd89 --- /dev/null +++ b/homeassistant/components/ambee/translations/pt.json @@ -0,0 +1,11 @@ +{ + "config": { + "step": { + "user": { + "data": { + "name": "Nome" + } + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/binary_sensor/translations/pt.json b/homeassistant/components/binary_sensor/translations/pt.json index 9d7fdda1006..d204347bd02 100644 --- a/homeassistant/components/binary_sensor/translations/pt.json +++ b/homeassistant/components/binary_sensor/translations/pt.json @@ -89,6 +89,9 @@ "vibration": "foram detectadas vibra\u00e7\u00f5es em {entity_name}" } }, + "device_class": { + "moisture": "humidade" + }, "state": { "_": { "off": "Desligado", @@ -178,6 +181,9 @@ "off": "Limpo", "on": "Detectado" }, + "update": { + "off": "Actualizado" + }, "vibration": { "off": "Limpo", "on": "Detetado" diff --git a/homeassistant/components/climacell/translations/sensor.pt.json b/homeassistant/components/climacell/translations/sensor.pt.json new file mode 100644 index 00000000000..30ba0f75808 --- /dev/null +++ b/homeassistant/components/climacell/translations/sensor.pt.json @@ -0,0 +1,7 @@ +{ + "state": { + "climacell__health_concern": { + "unhealthy_for_sensitive_groups": "Pouco saud\u00e1vel para grupos sens\u00edveis" + } + } +} \ No newline at end of file diff --git a/homeassistant/components/deconz/translations/pt.json b/homeassistant/components/deconz/translations/pt.json index 94efb5c68ca..53dfd5b29bf 100644 --- a/homeassistant/components/deconz/translations/pt.json +++ b/homeassistant/components/deconz/translations/pt.json @@ -54,6 +54,7 @@ "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_flip_180_degrees": "Dispositivo virado 180 graus", "remote_gyro_activated": "Dispositivo agitado" } }, diff --git a/homeassistant/components/demo/translations/pt.json b/homeassistant/components/demo/translations/pt.json index db34017d6e2..7d9ee992b39 100644 --- a/homeassistant/components/demo/translations/pt.json +++ b/homeassistant/components/demo/translations/pt.json @@ -3,6 +3,7 @@ "step": { "options_1": { "data": { + "bool": "Booleano opcional", "constant": "Constante" } } diff --git a/homeassistant/components/derivative/translations/pt.json b/homeassistant/components/derivative/translations/pt.json new file mode 100644 index 00000000000..d6c0f4acd0b --- /dev/null +++ b/homeassistant/components/derivative/translations/pt.json @@ -0,0 +1,11 @@ +{ + "config": { + "step": { + "user": { + "data": { + "round": "Precis\u00e3o" + } + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/econet/translations/pt.json b/homeassistant/components/econet/translations/pt.json new file mode 100644 index 00000000000..ce8a9287272 --- /dev/null +++ b/homeassistant/components/econet/translations/pt.json @@ -0,0 +1,7 @@ +{ + "config": { + "abort": { + "already_configured": "O dispositivo j\u00e1 est\u00e1 configurado" + } + } +} \ No newline at end of file diff --git a/homeassistant/components/evil_genius_labs/translations/pt.json b/homeassistant/components/evil_genius_labs/translations/pt.json new file mode 100644 index 00000000000..4e8578a0a28 --- /dev/null +++ b/homeassistant/components/evil_genius_labs/translations/pt.json @@ -0,0 +1,11 @@ +{ + "config": { + "step": { + "user": { + "data": { + "host": "Anfitri\u00e3o" + } + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/ezviz/translations/pt.json b/homeassistant/components/ezviz/translations/pt.json new file mode 100644 index 00000000000..cd669c3fd29 --- /dev/null +++ b/homeassistant/components/ezviz/translations/pt.json @@ -0,0 +1,11 @@ +{ + "config": { + "step": { + "confirm": { + "data": { + "password": "Palavra-passe" + } + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/flipr/translations/pt.json b/homeassistant/components/flipr/translations/pt.json new file mode 100644 index 00000000000..ce1bf4bb4b8 --- /dev/null +++ b/homeassistant/components/flipr/translations/pt.json @@ -0,0 +1,7 @@ +{ + "config": { + "error": { + "invalid_auth": "Autentica\u00e7\u00e3o inv\u00e1lida" + } + } +} \ No newline at end of file diff --git a/homeassistant/components/foscam/translations/pt.json b/homeassistant/components/foscam/translations/pt.json index b8a454fbaba..65a6a1558db 100644 --- a/homeassistant/components/foscam/translations/pt.json +++ b/homeassistant/components/foscam/translations/pt.json @@ -1,5 +1,8 @@ { "config": { + "error": { + "invalid_auth": "Autentica\u00e7\u00e3o inv\u00e1lida" + }, "step": { "user": { "data": { diff --git a/homeassistant/components/fritz/translations/pt.json b/homeassistant/components/fritz/translations/pt.json new file mode 100644 index 00000000000..9eeb4c35b69 --- /dev/null +++ b/homeassistant/components/fritz/translations/pt.json @@ -0,0 +1,8 @@ +{ + "config": { + "abort": { + "already_configured": "O dispositivo j\u00e1 est\u00e1 configurado" + }, + "flow_title": "{name}" + } +} \ No newline at end of file diff --git a/homeassistant/components/goodwe/translations/pt.json b/homeassistant/components/goodwe/translations/pt.json new file mode 100644 index 00000000000..ce8a9287272 --- /dev/null +++ b/homeassistant/components/goodwe/translations/pt.json @@ -0,0 +1,7 @@ +{ + "config": { + "abort": { + "already_configured": "O dispositivo j\u00e1 est\u00e1 configurado" + } + } +} \ No newline at end of file diff --git a/homeassistant/components/group/translations/pt.json b/homeassistant/components/group/translations/pt.json index 940aa088ced..728b1dcbd95 100644 --- a/homeassistant/components/group/translations/pt.json +++ b/homeassistant/components/group/translations/pt.json @@ -9,6 +9,15 @@ } } }, + "options": { + "step": { + "fan": { + "data": { + "hide_members": "Esconder membros" + } + } + } + }, "state": { "_": { "closed": "Fechada", diff --git a/homeassistant/components/harmony/translations/pt.json b/homeassistant/components/harmony/translations/pt.json index 04374af8e82..3b58778917d 100644 --- a/homeassistant/components/harmony/translations/pt.json +++ b/homeassistant/components/harmony/translations/pt.json @@ -14,5 +14,14 @@ } } } + }, + "options": { + "step": { + "init": { + "data": { + "activity": "A actividade por defeito a executar quando nenhuma \u00e9 especificada." + } + } + } } } \ No newline at end of file diff --git a/homeassistant/components/here_travel_time/translations/pl.json b/homeassistant/components/here_travel_time/translations/pl.json index 3e4f41212a2..17b91417007 100644 --- a/homeassistant/components/here_travel_time/translations/pl.json +++ b/homeassistant/components/here_travel_time/translations/pl.json @@ -39,6 +39,13 @@ }, "title": "Wybierz punkt pocz\u0105tkowy" }, + "origin_menu": { + "menu_options": { + "origin_coordinates": "Lokalizacja na mapie", + "origin_entity": "Encja" + }, + "title": "Wybierz punkt pocz\u0105tkowy" + }, "user": { "data": { "api_key": "Klucz API", diff --git a/homeassistant/components/here_travel_time/translations/pt.json b/homeassistant/components/here_travel_time/translations/pt.json index f412c0033f6..a36091fc30c 100644 --- a/homeassistant/components/here_travel_time/translations/pt.json +++ b/homeassistant/components/here_travel_time/translations/pt.json @@ -9,5 +9,14 @@ "title": "Escolha a Origem" } } + }, + "options": { + "step": { + "departure_time": { + "data": { + "departure_time": "Hora de partida" + } + } + } } } \ No newline at end of file diff --git a/homeassistant/components/hue/translations/pt.json b/homeassistant/components/hue/translations/pt.json index 09d839cbd5c..8f51f8d74e9 100644 --- a/homeassistant/components/hue/translations/pt.json +++ b/homeassistant/components/hue/translations/pt.json @@ -32,6 +32,12 @@ } } }, + "device_automation": { + "trigger_subtype": { + "button_1": "Primeiro bot\u00e3o", + "button_4": "Quarto bot\u00e3o" + } + }, "options": { "step": { "init": { diff --git a/homeassistant/components/insteon/translations/pt.json b/homeassistant/components/insteon/translations/pt.json index 1a281774ffe..1475c2d00d3 100644 --- a/homeassistant/components/insteon/translations/pt.json +++ b/homeassistant/components/insteon/translations/pt.json @@ -60,8 +60,14 @@ }, "init": { "data": { + "add_x10": "Adicionar um dispositivo X10.", "remove_x10": "Remova um dispositivo X10." } + }, + "remove_override": { + "data": { + "address": "Seleccione um endere\u00e7o de dispositivo para remover" + } } } } diff --git a/homeassistant/components/integration/translations/pt.json b/homeassistant/components/integration/translations/pt.json new file mode 100644 index 00000000000..286cd58dd89 --- /dev/null +++ b/homeassistant/components/integration/translations/pt.json @@ -0,0 +1,11 @@ +{ + "config": { + "step": { + "user": { + "data": { + "name": "Nome" + } + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/iotawatt/translations/pt.json b/homeassistant/components/iotawatt/translations/pt.json new file mode 100644 index 00000000000..85b7c4b704a --- /dev/null +++ b/homeassistant/components/iotawatt/translations/pt.json @@ -0,0 +1,11 @@ +{ + "config": { + "step": { + "auth": { + "data": { + "username": "Nome de utilizador" + } + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/isy994/translations/pt.json b/homeassistant/components/isy994/translations/pt.json index 36962100519..9f8734b5a6d 100644 --- a/homeassistant/components/isy994/translations/pt.json +++ b/homeassistant/components/isy994/translations/pt.json @@ -9,6 +9,11 @@ "unknown": "Erro inesperado" }, "step": { + "reauth_confirm": { + "data": { + "password": "Palavra-passe" + } + }, "user": { "data": { "host": "", diff --git a/homeassistant/components/knx/translations/pt.json b/homeassistant/components/knx/translations/pt.json new file mode 100644 index 00000000000..ba21368f797 --- /dev/null +++ b/homeassistant/components/knx/translations/pt.json @@ -0,0 +1,11 @@ +{ + "options": { + "step": { + "tunnel": { + "data": { + "host": "Anfitri\u00e3o" + } + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/meteoclimatic/translations/pt.json b/homeassistant/components/meteoclimatic/translations/pt.json new file mode 100644 index 00000000000..ce8a9287272 --- /dev/null +++ b/homeassistant/components/meteoclimatic/translations/pt.json @@ -0,0 +1,7 @@ +{ + "config": { + "abort": { + "already_configured": "O dispositivo j\u00e1 est\u00e1 configurado" + } + } +} \ No newline at end of file diff --git a/homeassistant/components/nextdns/translations/pt.json b/homeassistant/components/nextdns/translations/pt.json new file mode 100644 index 00000000000..92f429b6a45 --- /dev/null +++ b/homeassistant/components/nextdns/translations/pt.json @@ -0,0 +1,11 @@ +{ + "config": { + "step": { + "user": { + "data": { + "api_key": "Chave API" + } + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/nina/translations/pt.json b/homeassistant/components/nina/translations/pt.json new file mode 100644 index 00000000000..052bde4e432 --- /dev/null +++ b/homeassistant/components/nina/translations/pt.json @@ -0,0 +1,9 @@ +{ + "config": { + "step": { + "user": { + "title": "Selecione a cidade/distrito" + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/nmap_tracker/translations/pt.json b/homeassistant/components/nmap_tracker/translations/pt.json new file mode 100644 index 00000000000..8215a0f7a01 --- /dev/null +++ b/homeassistant/components/nmap_tracker/translations/pt.json @@ -0,0 +1,11 @@ +{ + "options": { + "step": { + "init": { + "data": { + "interval_seconds": "Intervalo de varrimento" + } + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/nuheat/translations/pt.json b/homeassistant/components/nuheat/translations/pt.json index 7953cf5625c..16a664b4225 100644 --- a/homeassistant/components/nuheat/translations/pt.json +++ b/homeassistant/components/nuheat/translations/pt.json @@ -12,6 +12,7 @@ "user": { "data": { "password": "Palavra-passe", + "serial_number": "N\u00famero de s\u00e9rie do termostato.", "username": "Nome de Utilizador" } } diff --git a/homeassistant/components/overkiz/translations/sensor.pt.json b/homeassistant/components/overkiz/translations/sensor.pt.json new file mode 100644 index 00000000000..fd6f8f53478 --- /dev/null +++ b/homeassistant/components/overkiz/translations/sensor.pt.json @@ -0,0 +1,7 @@ +{ + "state": { + "overkiz__discrete_rssi_level": { + "normal": "Normal" + } + } +} \ No newline at end of file diff --git a/homeassistant/components/peco/translations/pt.json b/homeassistant/components/peco/translations/pt.json new file mode 100644 index 00000000000..9be1378d3e6 --- /dev/null +++ b/homeassistant/components/peco/translations/pt.json @@ -0,0 +1,11 @@ +{ + "config": { + "step": { + "user": { + "data": { + "county": "Distrito" + } + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/plaato/translations/pt.json b/homeassistant/components/plaato/translations/pt.json index e9890abba2f..2eeb965754a 100644 --- a/homeassistant/components/plaato/translations/pt.json +++ b/homeassistant/components/plaato/translations/pt.json @@ -1,6 +1,7 @@ { "config": { "abort": { + "already_configured": "A Conta j\u00e1 est\u00e1 configurada", "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." }, diff --git a/homeassistant/components/rachio/translations/pt.json b/homeassistant/components/rachio/translations/pt.json index 8a4fdd22177..d6320473ac0 100644 --- a/homeassistant/components/rachio/translations/pt.json +++ b/homeassistant/components/rachio/translations/pt.json @@ -15,5 +15,14 @@ } } } + }, + "options": { + "step": { + "init": { + "data": { + "manual_run_mins": "Dura\u00e7\u00e3o em minutos para funcionar ao activar um interruptor de zona" + } + } + } } } \ No newline at end of file diff --git a/homeassistant/components/rainforest_eagle/translations/pt.json b/homeassistant/components/rainforest_eagle/translations/pt.json new file mode 100644 index 00000000000..4e8578a0a28 --- /dev/null +++ b/homeassistant/components/rainforest_eagle/translations/pt.json @@ -0,0 +1,11 @@ +{ + "config": { + "step": { + "user": { + "data": { + "host": "Anfitri\u00e3o" + } + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/rhasspy/translations/et.json b/homeassistant/components/rhasspy/translations/et.json new file mode 100644 index 00000000000..8182211cdef --- /dev/null +++ b/homeassistant/components/rhasspy/translations/et.json @@ -0,0 +1,12 @@ +{ + "config": { + "abort": { + "single_instance_allowed": "Juba seadistatud. V\u00f5imalik on ainult \u00fcks sidumine." + }, + "step": { + "user": { + "description": "Kas soovid Rhaspy toe lubada?" + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/rhasspy/translations/fr.json b/homeassistant/components/rhasspy/translations/fr.json new file mode 100644 index 00000000000..6fce2e23902 --- /dev/null +++ b/homeassistant/components/rhasspy/translations/fr.json @@ -0,0 +1,12 @@ +{ + "config": { + "abort": { + "single_instance_allowed": "D\u00e9j\u00e0 configur\u00e9. Une seule configuration possible." + }, + "step": { + "user": { + "description": "Voulez-vous activer la prise en charge de Rhasspy\u00a0?" + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/rhasspy/translations/pt-BR.json b/homeassistant/components/rhasspy/translations/pt-BR.json new file mode 100644 index 00000000000..0e62dceb57d --- /dev/null +++ b/homeassistant/components/rhasspy/translations/pt-BR.json @@ -0,0 +1,12 @@ +{ + "config": { + "abort": { + "single_instance_allowed": "J\u00e1 foi configurado. Apenas uma \u00fanica configura\u00e7\u00e3o \u00e9 poss\u00edvel." + }, + "step": { + "user": { + "description": "Deseja habilitar o suporte ao Rhasspy?" + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/roomba/translations/pt.json b/homeassistant/components/roomba/translations/pt.json index 84fe0402f15..3afb1cc22e3 100644 --- a/homeassistant/components/roomba/translations/pt.json +++ b/homeassistant/components/roomba/translations/pt.json @@ -11,6 +11,11 @@ "link": { "title": "Recuperar Palavra-passe" }, + "manual": { + "data": { + "host": "Anfitri\u00e3o" + } + }, "user": { "data": { "host": "Servidor" diff --git a/homeassistant/components/select/translations/pt.json b/homeassistant/components/select/translations/pt.json new file mode 100644 index 00000000000..aa92ddaf4c3 --- /dev/null +++ b/homeassistant/components/select/translations/pt.json @@ -0,0 +1,7 @@ +{ + "device_automation": { + "action_type": { + "select_option": "Alterar op\u00e7\u00e3o {entity_name}" + } + } +} \ No newline at end of file diff --git a/homeassistant/components/shelly/translations/pt.json b/homeassistant/components/shelly/translations/pt.json index d66cc0e5dd9..43f18a5c9d6 100644 --- a/homeassistant/components/shelly/translations/pt.json +++ b/homeassistant/components/shelly/translations/pt.json @@ -25,5 +25,10 @@ } } } + }, + "device_automation": { + "trigger_subtype": { + "button": "Bot\u00e3o" + } } } \ No newline at end of file diff --git a/homeassistant/components/squeezebox/translations/pt.json b/homeassistant/components/squeezebox/translations/pt.json index 97ced548ed5..86aa270e47d 100644 --- a/homeassistant/components/squeezebox/translations/pt.json +++ b/homeassistant/components/squeezebox/translations/pt.json @@ -17,7 +17,8 @@ "password": "Palavra-passe", "port": "Porta", "username": "Utilizador" - } + }, + "title": "Editar informa\u00e7\u00e3o sobre a liga\u00e7\u00e3o" }, "user": { "data": { diff --git a/homeassistant/components/tankerkoenig/translations/pt.json b/homeassistant/components/tankerkoenig/translations/pt.json new file mode 100644 index 00000000000..19646bbce9c --- /dev/null +++ b/homeassistant/components/tankerkoenig/translations/pt.json @@ -0,0 +1,11 @@ +{ + "config": { + "step": { + "user": { + "data": { + "name": "Nome da regi\u00e3o" + } + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/tomorrowio/translations/sensor.pt.json b/homeassistant/components/tomorrowio/translations/sensor.pt.json new file mode 100644 index 00000000000..db42eacabaa --- /dev/null +++ b/homeassistant/components/tomorrowio/translations/sensor.pt.json @@ -0,0 +1,7 @@ +{ + "state": { + "tomorrowio__health_concern": { + "moderate": "Moderado" + } + } +} \ No newline at end of file diff --git a/homeassistant/components/tuya/translations/select.pt.json b/homeassistant/components/tuya/translations/select.pt.json new file mode 100644 index 00000000000..77604504f4d --- /dev/null +++ b/homeassistant/components/tuya/translations/select.pt.json @@ -0,0 +1,14 @@ +{ + "state": { + "tuya__record_mode": { + "2": "Grava\u00e7\u00e3o cont\u00ednua" + }, + "tuya__relay_status": { + "on": "Ligado" + }, + "tuya__vacuum_mode": { + "pick_zone": "Escolha a Zona", + "right_spiral": "Espiral Direita" + } + } +} \ No newline at end of file diff --git a/homeassistant/components/tuya/translations/sensor.pt.json b/homeassistant/components/tuya/translations/sensor.pt.json new file mode 100644 index 00000000000..9547600f35f --- /dev/null +++ b/homeassistant/components/tuya/translations/sensor.pt.json @@ -0,0 +1,7 @@ +{ + "state": { + "tuya__air_quality": { + "good": "Bom" + } + } +} \ No newline at end of file diff --git a/homeassistant/components/upb/translations/pt.json b/homeassistant/components/upb/translations/pt.json index 657ce03e544..3bd5d8358a6 100644 --- a/homeassistant/components/upb/translations/pt.json +++ b/homeassistant/components/upb/translations/pt.json @@ -6,6 +6,13 @@ "error": { "cannot_connect": "Falha na liga\u00e7\u00e3o", "unknown": "Erro inesperado" + }, + "step": { + "user": { + "data": { + "protocol": "Protocolo" + } + } } } } \ No newline at end of file diff --git a/homeassistant/components/watttime/translations/pt.json b/homeassistant/components/watttime/translations/pt.json new file mode 100644 index 00000000000..d64652ed815 --- /dev/null +++ b/homeassistant/components/watttime/translations/pt.json @@ -0,0 +1,11 @@ +{ + "config": { + "step": { + "user": { + "data": { + "username": "Nome de utilizador" + } + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/withings/translations/af.json b/homeassistant/components/withings/translations/af.json new file mode 100644 index 00000000000..3a1c3f97dbf --- /dev/null +++ b/homeassistant/components/withings/translations/af.json @@ -0,0 +1,9 @@ +{ + "config": { + "step": { + "reauth_confirm": { + "title": "Herverifieer integrasie" + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/withings/translations/ar.json b/homeassistant/components/withings/translations/ar.json new file mode 100644 index 00000000000..8db98ed45e5 --- /dev/null +++ b/homeassistant/components/withings/translations/ar.json @@ -0,0 +1,9 @@ +{ + "config": { + "step": { + "reauth_confirm": { + "title": "\u0625\u0639\u0627\u062f\u0629 \u0645\u0635\u0627\u062f\u0642\u0629 \u0627\u0644\u062a\u0643\u0627\u0645\u0644" + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/withings/translations/bg.json b/homeassistant/components/withings/translations/bg.json index 9d5313ee391..ad1284c7a48 100644 --- a/homeassistant/components/withings/translations/bg.json +++ b/homeassistant/components/withings/translations/bg.json @@ -20,6 +20,9 @@ }, "reauth": { "title": "\u041f\u043e\u0432\u0442\u043e\u0440\u043d\u043e \u0443\u0434\u043e\u0441\u0442\u043e\u0432\u0435\u0440\u044f\u0432\u0430\u043d\u0435 \u043d\u0430 \u0438\u043d\u0442\u0435\u0433\u0440\u0430\u0446\u0438\u044f\u0442\u0430" + }, + "reauth_confirm": { + "title": "\u041f\u043e\u0432\u0442\u043e\u0440\u043d\u043e \u0443\u0434\u043e\u0441\u0442\u043e\u0432\u0435\u0440\u044f\u0432\u0430\u043d\u0435 \u043d\u0430 \u0438\u043d\u0442\u0435\u0433\u0440\u0430\u0446\u0438\u044f\u0442\u0430" } } } diff --git a/homeassistant/components/withings/translations/bn.json b/homeassistant/components/withings/translations/bn.json new file mode 100644 index 00000000000..97f6140ff26 --- /dev/null +++ b/homeassistant/components/withings/translations/bn.json @@ -0,0 +1,9 @@ +{ + "config": { + "step": { + "reauth_confirm": { + "title": "\u0987\u09a8\u09cd\u099f\u09bf\u0997\u09cd\u09b0\u09c7\u09b6\u09a8 \u09aa\u09c1\u09a8\u09b0\u09be\u09af\u09bc \u09aa\u09cd\u09b0\u09ae\u09be\u09a3\u09c0\u0995\u09b0\u09a3" + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/withings/translations/bs.json b/homeassistant/components/withings/translations/bs.json new file mode 100644 index 00000000000..14583e8ae80 --- /dev/null +++ b/homeassistant/components/withings/translations/bs.json @@ -0,0 +1,9 @@ +{ + "config": { + "step": { + "reauth_confirm": { + "title": "Ponovo potvrdite integraciju" + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/withings/translations/ca.json b/homeassistant/components/withings/translations/ca.json index c75e08e0234..c7ec9fcd8ca 100644 --- a/homeassistant/components/withings/translations/ca.json +++ b/homeassistant/components/withings/translations/ca.json @@ -27,6 +27,9 @@ "reauth": { "description": "El perfil \"{profile}\" s'ha de tornar a autenticar per poder continuar rebent dades de Withings.", "title": "Reautenticaci\u00f3 de la integraci\u00f3" + }, + "reauth_confirm": { + "title": "Reautenticar la integraci\u00f3" } } } diff --git a/homeassistant/components/withings/translations/de.json b/homeassistant/components/withings/translations/de.json index 31d5ad2f6e5..672ced9ca5c 100644 --- a/homeassistant/components/withings/translations/de.json +++ b/homeassistant/components/withings/translations/de.json @@ -27,6 +27,10 @@ "reauth": { "description": "Das Profil \"{profile}\" muss neu authentifiziert werden, um weiterhin Withings-Daten zu empfangen.", "title": "Integration erneut authentifizieren" + }, + "reauth_confirm": { + "description": "Das Profil \"{profile}\" muss neu authentifiziert werden, um weiterhin Withings-Daten zu empfangen.", + "title": "Integration erneut authentifizieren" } } } diff --git a/homeassistant/components/withings/translations/en.json b/homeassistant/components/withings/translations/en.json index ca969626510..490e60512f9 100644 --- a/homeassistant/components/withings/translations/en.json +++ b/homeassistant/components/withings/translations/en.json @@ -24,6 +24,10 @@ "description": "Provide a unique profile name for this data. Typically this is the name of the profile you selected in the previous step.", "title": "User Profile." }, + "reauth": { + "description": "The \"{profile}\" profile needs to be re-authenticated in order to continue receiving Withings data.", + "title": "Reauthenticate Integration" + }, "reauth_confirm": { "description": "The \"{profile}\" profile needs to be re-authenticated in order to continue receiving Withings data.", "title": "Reauthenticate Integration" diff --git a/homeassistant/components/withings/translations/et.json b/homeassistant/components/withings/translations/et.json index 5395069522f..a336b6b0bdf 100644 --- a/homeassistant/components/withings/translations/et.json +++ b/homeassistant/components/withings/translations/et.json @@ -27,6 +27,10 @@ "reauth": { "description": "Withingi andmete jsaamiseks tuleb kasutaja {profile} taastuvastada.", "title": "Taastuvasta sidumine" + }, + "reauth_confirm": { + "description": "Profiil \"{profile}\" tuleb uuesti tuvastada, et j\u00e4tkata Withingsi andmete saamist.", + "title": "Taastuvasta sidumine" } } } diff --git a/homeassistant/components/withings/translations/eu.json b/homeassistant/components/withings/translations/eu.json new file mode 100644 index 00000000000..fa2d5af97c2 --- /dev/null +++ b/homeassistant/components/withings/translations/eu.json @@ -0,0 +1,9 @@ +{ + "config": { + "step": { + "reauth_confirm": { + "title": "Berriro autentifikatu Integrazioa" + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/withings/translations/fr.json b/homeassistant/components/withings/translations/fr.json index f59b8e2e714..e0d9e8db08d 100644 --- a/homeassistant/components/withings/translations/fr.json +++ b/homeassistant/components/withings/translations/fr.json @@ -25,7 +25,11 @@ "title": "Profil utilisateur" }, "reauth": { - "description": "Le profile \" {profile} \" doit \u00eatre r\u00e9-authentifi\u00e9 afin de continuer \u00e0 recevoir les donn\u00e9es Withings.", + "description": "Le profile \u00ab\u00a0{profile}\u00a0\u00bb doit \u00eatre r\u00e9-authentifi\u00e9 afin de continuer \u00e0 recevoir les donn\u00e9es Withings.", + "title": "R\u00e9-authentifier l'int\u00e9gration" + }, + "reauth_confirm": { + "description": "Le profile \u00ab\u00a0{profile}\u00a0\u00bb doit \u00eatre r\u00e9-authentifi\u00e9 afin de continuer \u00e0 recevoir les donn\u00e9es Withings.", "title": "R\u00e9-authentifier l'int\u00e9gration" } } diff --git a/homeassistant/components/withings/translations/hy.json b/homeassistant/components/withings/translations/hy.json new file mode 100644 index 00000000000..92c4ce24080 --- /dev/null +++ b/homeassistant/components/withings/translations/hy.json @@ -0,0 +1,9 @@ +{ + "config": { + "step": { + "reauth_confirm": { + "title": "\u054e\u0565\u0580\u0561\u0570\u0561\u057d\u057f\u0561\u057f\u0565\u056c \u056b\u0576\u057f\u0565\u0563\u0580\u0578\u0582\u0574\u0568" + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/withings/translations/pl.json b/homeassistant/components/withings/translations/pl.json index 638171af846..27544b29fa4 100644 --- a/homeassistant/components/withings/translations/pl.json +++ b/homeassistant/components/withings/translations/pl.json @@ -27,6 +27,10 @@ "reauth": { "description": "Profil \"{profile}\" musi zosta\u0107 ponownie uwierzytelniony, aby nadal otrzymywa\u0107 dane Withings.", "title": "Ponownie uwierzytelnij integracj\u0119" + }, + "reauth_confirm": { + "description": "Profil \"{profile}\" musi zosta\u0107 ponownie uwierzytelniony, aby nadal otrzymywa\u0107 dane Withings.", + "title": "Ponownie uwierzytelnij integracj\u0119" } } } diff --git a/homeassistant/components/withings/translations/pt-BR.json b/homeassistant/components/withings/translations/pt-BR.json index 6a067498f1e..4ea2fd4a92c 100644 --- a/homeassistant/components/withings/translations/pt-BR.json +++ b/homeassistant/components/withings/translations/pt-BR.json @@ -27,6 +27,10 @@ "reauth": { "description": "O perfil \"{profile}\" precisa ser autenticado novamente para continuar recebendo dados do Withings", "title": "Reautenticar Integra\u00e7\u00e3o" + }, + "reauth_confirm": { + "description": "O perfil \"{profile}\" precisa ser autenticado novamente para continuar recebendo dados do Withings.", + "title": "Reautenticar Integra\u00e7\u00e3o" } } } diff --git a/homeassistant/components/withings/translations/zh-Hans.json b/homeassistant/components/withings/translations/zh-Hans.json new file mode 100644 index 00000000000..83a6258ba49 --- /dev/null +++ b/homeassistant/components/withings/translations/zh-Hans.json @@ -0,0 +1,9 @@ +{ + "config": { + "step": { + "reauth_confirm": { + "title": "\u91cd\u65b0\u9a8c\u8bc1\u96c6\u6210" + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/withings/translations/zh-Hant.json b/homeassistant/components/withings/translations/zh-Hant.json index 2ee7ce3d3da..35328ea9353 100644 --- a/homeassistant/components/withings/translations/zh-Hant.json +++ b/homeassistant/components/withings/translations/zh-Hant.json @@ -27,6 +27,10 @@ "reauth": { "description": "\"{profile}\" \u8a2d\u5b9a\u6a94\u9700\u8981\u91cd\u65b0\u8a8d\u8b49\u4ee5\u4fdd\u6301\u63a5\u6536 Withings \u8cc7\u6599\u3002", "title": "\u91cd\u65b0\u8a8d\u8b49\u6574\u5408" + }, + "reauth_confirm": { + "description": "\"{profile}\" \u8a2d\u5b9a\u6a94\u9700\u8981\u91cd\u65b0\u8a8d\u8b49\u4ee5\u4fdd\u6301\u63a5\u6536 Withings \u8cc7\u6599\u3002", + "title": "\u91cd\u65b0\u8a8d\u8b49\u6574\u5408" } } } diff --git a/homeassistant/components/wled/translations/pt.json b/homeassistant/components/wled/translations/pt.json index 313c9057da0..cc9f0af829a 100644 --- a/homeassistant/components/wled/translations/pt.json +++ b/homeassistant/components/wled/translations/pt.json @@ -12,6 +12,9 @@ "data": { "host": "Nome servidor ou endere\u00e7o IP" } + }, + "zeroconf_confirm": { + "title": "Dispositivo WLED descoberto" } } } diff --git a/homeassistant/components/xiaomi_miio/translations/select.pt.json b/homeassistant/components/xiaomi_miio/translations/select.pt.json new file mode 100644 index 00000000000..24ed8a3e752 --- /dev/null +++ b/homeassistant/components/xiaomi_miio/translations/select.pt.json @@ -0,0 +1,7 @@ +{ + "state": { + "xiaomi_miio__led_brightness": { + "dim": "Escurecer" + } + } +} \ No newline at end of file