mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 03:07:37 +00:00
[ci skip] Translation update
This commit is contained in:
parent
f3e432c9c7
commit
eef7bdb44b
@ -4,5 +4,17 @@
|
||||
"cannot_connect": "Falha na liga\u00e7\u00e3o",
|
||||
"invalid_host": "Nome de servidor ou endere\u00e7o IP inv\u00e1lido."
|
||||
}
|
||||
},
|
||||
"options": {
|
||||
"error": {
|
||||
"invalid_det_rules": "Regras de detec\u00e7\u00e3o de estado inv\u00e1lidas"
|
||||
},
|
||||
"step": {
|
||||
"init": {
|
||||
"data": {
|
||||
"screencap": "Use a captura de tela para a arte do \u00e1lbum"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
@ -2,6 +2,7 @@
|
||||
"device_automation": {
|
||||
"condition_type": {
|
||||
"is_bat_low": "a bateria {entity_name} est\u00e1 baixa",
|
||||
"is_co": "{entity_name} est\u00e1 detectando mon\u00f3xido de carbono",
|
||||
"is_cold": "{entity_name} est\u00e1 frio",
|
||||
"is_connected": "{entity_name} est\u00e1 ligado",
|
||||
"is_gas": "{entity_name} est\u00e1 a detectar g\u00e1s",
|
||||
@ -90,6 +91,7 @@
|
||||
}
|
||||
},
|
||||
"device_class": {
|
||||
"heat": "aquecer",
|
||||
"moisture": "humidade",
|
||||
"problem": "problema"
|
||||
},
|
||||
|
@ -1,6 +1,7 @@
|
||||
{
|
||||
"config": {
|
||||
"error": {
|
||||
"api_ratelimit": "Limite de taxa da API excedido",
|
||||
"invalid_auth": "Autentica\u00e7\u00e3o inv\u00e1lida"
|
||||
},
|
||||
"step": {
|
||||
|
@ -4,6 +4,9 @@
|
||||
"user": {
|
||||
"data": {
|
||||
"round": "Precis\u00e3o"
|
||||
},
|
||||
"data_description": {
|
||||
"time_window": "Se definido, o valor do sensor \u00e9 uma m\u00e9dia m\u00f3vel ponderada no tempo das derivadas dentro desta janela."
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -1,5 +1,8 @@
|
||||
{
|
||||
"config": {
|
||||
"error": {
|
||||
"error_response": "Resposta do Environment Canada com erro"
|
||||
},
|
||||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
|
@ -22,6 +22,9 @@
|
||||
"description": "Deseja adicionar um n\u00f3 ESPHome `{name}` ao Home Assistant?",
|
||||
"title": "N\u00f3 ESPHome descoberto"
|
||||
},
|
||||
"encryption_key": {
|
||||
"description": "Insira a chave de criptografia que voc\u00ea definiu em sua configura\u00e7\u00e3o para {name}."
|
||||
},
|
||||
"user": {
|
||||
"data": {
|
||||
"host": "Servidor",
|
||||
|
@ -8,7 +8,8 @@
|
||||
"user": {
|
||||
"data": {
|
||||
"host": "Servidor"
|
||||
}
|
||||
},
|
||||
"description": "Se voc\u00ea deixar o host vazio, a descoberta ser\u00e1 usada para localizar dispositivos."
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -13,7 +13,8 @@
|
||||
"reauth_confirm": {
|
||||
"data": {
|
||||
"password": "Palavra-passe"
|
||||
}
|
||||
},
|
||||
"description": "As credenciais para {host} n\u00e3o s\u00e3o mais v\u00e1lidas."
|
||||
},
|
||||
"user": {
|
||||
"data": {
|
||||
|
@ -1,5 +1,8 @@
|
||||
{
|
||||
"config": {
|
||||
"error": {
|
||||
"unsupported": "Dispositivo n\u00e3o compat\u00edvel"
|
||||
},
|
||||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
|
@ -0,0 +1,7 @@
|
||||
{
|
||||
"config": {
|
||||
"error": {
|
||||
"no_locations": "Nenhum local encontrado"
|
||||
}
|
||||
}
|
||||
}
|
@ -14,5 +14,12 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"options": {
|
||||
"step": {
|
||||
"configure_device": {
|
||||
"title": "Precis\u00e3o do Sensor OneWire"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
@ -9,6 +9,9 @@
|
||||
"host": "Host",
|
||||
"name": "Nama"
|
||||
},
|
||||
"data_description": {
|
||||
"host": "Alamat IP atau nama host instalasi P1 Monitor Anda."
|
||||
},
|
||||
"description": "Siapkan Monitor P1 untuk diintegrasikan dengan Home Assistant."
|
||||
}
|
||||
}
|
||||
|
@ -12,6 +12,9 @@
|
||||
"user": {
|
||||
"data": {
|
||||
"host": "Host"
|
||||
},
|
||||
"data_description": {
|
||||
"host": "Alamat IP atau nama host Pure Energi Meter Anda."
|
||||
}
|
||||
},
|
||||
"zeroconf_confirm": {
|
||||
|
@ -5,6 +5,7 @@
|
||||
},
|
||||
"error": {
|
||||
"invalid_auth": "Autentica\u00e7\u00e3o inv\u00e1lida"
|
||||
}
|
||||
},
|
||||
"flow_title": "{name}"
|
||||
}
|
||||
}
|
@ -3,6 +3,9 @@
|
||||
"abort": {
|
||||
"reauth_successful": "Reautentica\u00e7\u00e3o bem sucedida"
|
||||
},
|
||||
"error": {
|
||||
"no_stations": "N\u00e3o foi poss\u00edvel encontrar nenhuma esta\u00e7\u00e3o ao alcance."
|
||||
},
|
||||
"step": {
|
||||
"reauth_confirm": {
|
||||
"data": {
|
||||
|
@ -0,0 +1,7 @@
|
||||
{
|
||||
"state": {
|
||||
"tractive__tracker_state": {
|
||||
"system_startup": "Inicializa\u00e7\u00e3o do sistema"
|
||||
}
|
||||
}
|
||||
}
|
@ -8,6 +8,7 @@
|
||||
"error": {
|
||||
"unknown": "Erro inesperado"
|
||||
},
|
||||
"flow_title": "{host}",
|
||||
"step": {
|
||||
"reauth_confirm": {
|
||||
"data": {
|
||||
|
@ -4,11 +4,21 @@
|
||||
"invalid_auth": "Autentica\u00e7\u00e3o inv\u00e1lida"
|
||||
},
|
||||
"step": {
|
||||
"coordinates": {
|
||||
"description": "Insira a latitude e longitude para monitorar:"
|
||||
},
|
||||
"user": {
|
||||
"data": {
|
||||
"username": "Nome de Utilizador"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"options": {
|
||||
"step": {
|
||||
"init": {
|
||||
"title": "Configurar WattTime"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
@ -17,6 +17,12 @@
|
||||
"yamaha_musiccast__zone_link_audio_quality": {
|
||||
"compressed": "Comprimido",
|
||||
"uncompressed": "Incomprimido"
|
||||
},
|
||||
"yamaha_musiccast__zone_link_control": {
|
||||
"stability": "Estabilidade"
|
||||
},
|
||||
"yamaha_musiccast__zone_surr_decoder_type": {
|
||||
"dolby_pl": "Dolby ProLogic"
|
||||
}
|
||||
}
|
||||
}
|
@ -8,6 +8,9 @@
|
||||
"cannot_connect": "Falha na liga\u00e7\u00e3o"
|
||||
},
|
||||
"step": {
|
||||
"discovery_confirm": {
|
||||
"description": "Deseja configurar {model} ({host})?"
|
||||
},
|
||||
"pick_device": {
|
||||
"data": {
|
||||
"device": "Dispositivo"
|
||||
|
Loading…
x
Reference in New Issue
Block a user