[ci skip] Translation update
This commit is contained in:
parent
7b9a0eed22
commit
5d8e1b8387
64 changed files with 473 additions and 2 deletions
11
homeassistant/components/ambee/translations/pt.json
Normal file
11
homeassistant/components/ambee/translations/pt.json
Normal file
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"config": {
|
||||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
"name": "Nome"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -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"
|
||||
|
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"state": {
|
||||
"climacell__health_concern": {
|
||||
"unhealthy_for_sensitive_groups": "Pouco saud\u00e1vel para grupos sens\u00edveis"
|
||||
}
|
||||
}
|
||||
}
|
|
@ -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"
|
||||
}
|
||||
},
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
"step": {
|
||||
"options_1": {
|
||||
"data": {
|
||||
"bool": "Booleano opcional",
|
||||
"constant": "Constante"
|
||||
}
|
||||
}
|
||||
|
|
11
homeassistant/components/derivative/translations/pt.json
Normal file
11
homeassistant/components/derivative/translations/pt.json
Normal file
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"config": {
|
||||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
"round": "Precis\u00e3o"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
7
homeassistant/components/econet/translations/pt.json
Normal file
7
homeassistant/components/econet/translations/pt.json
Normal file
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"config": {
|
||||
"abort": {
|
||||
"already_configured": "O dispositivo j\u00e1 est\u00e1 configurado"
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"config": {
|
||||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
"host": "Anfitri\u00e3o"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
11
homeassistant/components/ezviz/translations/pt.json
Normal file
11
homeassistant/components/ezviz/translations/pt.json
Normal file
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"config": {
|
||||
"step": {
|
||||
"confirm": {
|
||||
"data": {
|
||||
"password": "Palavra-passe"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
7
homeassistant/components/flipr/translations/pt.json
Normal file
7
homeassistant/components/flipr/translations/pt.json
Normal file
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"config": {
|
||||
"error": {
|
||||
"invalid_auth": "Autentica\u00e7\u00e3o inv\u00e1lida"
|
||||
}
|
||||
}
|
||||
}
|
|
@ -1,5 +1,8 @@
|
|||
{
|
||||
"config": {
|
||||
"error": {
|
||||
"invalid_auth": "Autentica\u00e7\u00e3o inv\u00e1lida"
|
||||
},
|
||||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
|
|
8
homeassistant/components/fritz/translations/pt.json
Normal file
8
homeassistant/components/fritz/translations/pt.json
Normal file
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"config": {
|
||||
"abort": {
|
||||
"already_configured": "O dispositivo j\u00e1 est\u00e1 configurado"
|
||||
},
|
||||
"flow_title": "{name}"
|
||||
}
|
||||
}
|
7
homeassistant/components/goodwe/translations/pt.json
Normal file
7
homeassistant/components/goodwe/translations/pt.json
Normal file
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"config": {
|
||||
"abort": {
|
||||
"already_configured": "O dispositivo j\u00e1 est\u00e1 configurado"
|
||||
}
|
||||
}
|
||||
}
|
|
@ -9,6 +9,15 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"options": {
|
||||
"step": {
|
||||
"fan": {
|
||||
"data": {
|
||||
"hide_members": "Esconder membros"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"state": {
|
||||
"_": {
|
||||
"closed": "Fechada",
|
||||
|
|
|
@ -14,5 +14,14 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"options": {
|
||||
"step": {
|
||||
"init": {
|
||||
"data": {
|
||||
"activity": "A actividade por defeito a executar quando nenhuma \u00e9 especificada."
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -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",
|
||||
|
|
|
@ -9,5 +9,14 @@
|
|||
"title": "Escolha a Origem"
|
||||
}
|
||||
}
|
||||
},
|
||||
"options": {
|
||||
"step": {
|
||||
"departure_time": {
|
||||
"data": {
|
||||
"departure_time": "Hora de partida"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -32,6 +32,12 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"device_automation": {
|
||||
"trigger_subtype": {
|
||||
"button_1": "Primeiro bot\u00e3o",
|
||||
"button_4": "Quarto bot\u00e3o"
|
||||
}
|
||||
},
|
||||
"options": {
|
||||
"step": {
|
||||
"init": {
|
||||
|
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
11
homeassistant/components/integration/translations/pt.json
Normal file
11
homeassistant/components/integration/translations/pt.json
Normal file
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"config": {
|
||||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
"name": "Nome"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
11
homeassistant/components/iotawatt/translations/pt.json
Normal file
11
homeassistant/components/iotawatt/translations/pt.json
Normal file
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"config": {
|
||||
"step": {
|
||||
"auth": {
|
||||
"data": {
|
||||
"username": "Nome de utilizador"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -9,6 +9,11 @@
|
|||
"unknown": "Erro inesperado"
|
||||
},
|
||||
"step": {
|
||||
"reauth_confirm": {
|
||||
"data": {
|
||||
"password": "Palavra-passe"
|
||||
}
|
||||
},
|
||||
"user": {
|
||||
"data": {
|
||||
"host": "",
|
||||
|
|
11
homeassistant/components/knx/translations/pt.json
Normal file
11
homeassistant/components/knx/translations/pt.json
Normal file
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"options": {
|
||||
"step": {
|
||||
"tunnel": {
|
||||
"data": {
|
||||
"host": "Anfitri\u00e3o"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"config": {
|
||||
"abort": {
|
||||
"already_configured": "O dispositivo j\u00e1 est\u00e1 configurado"
|
||||
}
|
||||
}
|
||||
}
|
11
homeassistant/components/nextdns/translations/pt.json
Normal file
11
homeassistant/components/nextdns/translations/pt.json
Normal file
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"config": {
|
||||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
"api_key": "Chave API"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
9
homeassistant/components/nina/translations/pt.json
Normal file
9
homeassistant/components/nina/translations/pt.json
Normal file
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
"config": {
|
||||
"step": {
|
||||
"user": {
|
||||
"title": "Selecione a cidade/distrito"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
11
homeassistant/components/nmap_tracker/translations/pt.json
Normal file
11
homeassistant/components/nmap_tracker/translations/pt.json
Normal file
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"options": {
|
||||
"step": {
|
||||
"init": {
|
||||
"data": {
|
||||
"interval_seconds": "Intervalo de varrimento"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -12,6 +12,7 @@
|
|||
"user": {
|
||||
"data": {
|
||||
"password": "Palavra-passe",
|
||||
"serial_number": "N\u00famero de s\u00e9rie do termostato.",
|
||||
"username": "Nome de Utilizador"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"state": {
|
||||
"overkiz__discrete_rssi_level": {
|
||||
"normal": "Normal"
|
||||
}
|
||||
}
|
||||
}
|
11
homeassistant/components/peco/translations/pt.json
Normal file
11
homeassistant/components/peco/translations/pt.json
Normal file
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"config": {
|
||||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
"county": "Distrito"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -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."
|
||||
},
|
||||
|
|
|
@ -15,5 +15,14 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"options": {
|
||||
"step": {
|
||||
"init": {
|
||||
"data": {
|
||||
"manual_run_mins": "Dura\u00e7\u00e3o em minutos para funcionar ao activar um interruptor de zona"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"config": {
|
||||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
"host": "Anfitri\u00e3o"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
12
homeassistant/components/rhasspy/translations/et.json
Normal file
12
homeassistant/components/rhasspy/translations/et.json
Normal file
|
@ -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?"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
12
homeassistant/components/rhasspy/translations/fr.json
Normal file
12
homeassistant/components/rhasspy/translations/fr.json
Normal file
|
@ -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?"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
12
homeassistant/components/rhasspy/translations/pt-BR.json
Normal file
12
homeassistant/components/rhasspy/translations/pt-BR.json
Normal file
|
@ -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?"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -11,6 +11,11 @@
|
|||
"link": {
|
||||
"title": "Recuperar Palavra-passe"
|
||||
},
|
||||
"manual": {
|
||||
"data": {
|
||||
"host": "Anfitri\u00e3o"
|
||||
}
|
||||
},
|
||||
"user": {
|
||||
"data": {
|
||||
"host": "Servidor"
|
||||
|
|
7
homeassistant/components/select/translations/pt.json
Normal file
7
homeassistant/components/select/translations/pt.json
Normal file
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"device_automation": {
|
||||
"action_type": {
|
||||
"select_option": "Alterar op\u00e7\u00e3o {entity_name}"
|
||||
}
|
||||
}
|
||||
}
|
|
@ -25,5 +25,10 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"device_automation": {
|
||||
"trigger_subtype": {
|
||||
"button": "Bot\u00e3o"
|
||||
}
|
||||
}
|
||||
}
|
|
@ -17,7 +17,8 @@
|
|||
"password": "Palavra-passe",
|
||||
"port": "Porta",
|
||||
"username": "Utilizador"
|
||||
}
|
||||
},
|
||||
"title": "Editar informa\u00e7\u00e3o sobre a liga\u00e7\u00e3o"
|
||||
},
|
||||
"user": {
|
||||
"data": {
|
||||
|
|
11
homeassistant/components/tankerkoenig/translations/pt.json
Normal file
11
homeassistant/components/tankerkoenig/translations/pt.json
Normal file
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"config": {
|
||||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
"name": "Nome da regi\u00e3o"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"state": {
|
||||
"tomorrowio__health_concern": {
|
||||
"moderate": "Moderado"
|
||||
}
|
||||
}
|
||||
}
|
14
homeassistant/components/tuya/translations/select.pt.json
Normal file
14
homeassistant/components/tuya/translations/select.pt.json
Normal file
|
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"state": {
|
||||
"tuya__air_quality": {
|
||||
"good": "Bom"
|
||||
}
|
||||
}
|
||||
}
|
|
@ -6,6 +6,13 @@
|
|||
"error": {
|
||||
"cannot_connect": "Falha na liga\u00e7\u00e3o",
|
||||
"unknown": "Erro inesperado"
|
||||
},
|
||||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
"protocol": "Protocolo"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
11
homeassistant/components/watttime/translations/pt.json
Normal file
11
homeassistant/components/watttime/translations/pt.json
Normal file
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"config": {
|
||||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
"username": "Nome de utilizador"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
9
homeassistant/components/withings/translations/af.json
Normal file
9
homeassistant/components/withings/translations/af.json
Normal file
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
"config": {
|
||||
"step": {
|
||||
"reauth_confirm": {
|
||||
"title": "Herverifieer integrasie"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
9
homeassistant/components/withings/translations/ar.json
Normal file
9
homeassistant/components/withings/translations/ar.json
Normal file
|
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
9
homeassistant/components/withings/translations/bn.json
Normal file
9
homeassistant/components/withings/translations/bn.json
Normal file
|
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
9
homeassistant/components/withings/translations/bs.json
Normal file
9
homeassistant/components/withings/translations/bs.json
Normal file
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
"config": {
|
||||
"step": {
|
||||
"reauth_confirm": {
|
||||
"title": "Ponovo potvrdite integraciju"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
9
homeassistant/components/withings/translations/eu.json
Normal file
9
homeassistant/components/withings/translations/eu.json
Normal file
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
"config": {
|
||||
"step": {
|
||||
"reauth_confirm": {
|
||||
"title": "Berriro autentifikatu Integrazioa"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
9
homeassistant/components/withings/translations/hy.json
Normal file
9
homeassistant/components/withings/translations/hy.json
Normal file
|
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
"config": {
|
||||
"step": {
|
||||
"reauth_confirm": {
|
||||
"title": "\u91cd\u65b0\u9a8c\u8bc1\u96c6\u6210"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -12,6 +12,9 @@
|
|||
"data": {
|
||||
"host": "Nome servidor ou endere\u00e7o IP"
|
||||
}
|
||||
},
|
||||
"zeroconf_confirm": {
|
||||
"title": "Dispositivo WLED descoberto"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"state": {
|
||||
"xiaomi_miio__led_brightness": {
|
||||
"dim": "Escurecer"
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue