aoelvp94 commented on code in PR #52341:
URL: https://github.com/apache/airflow/pull/52341#discussion_r2279157855
##########
airflow-core/src/airflow/ui/public/i18n/locales/pt/dashboard.json:
##########
@@ -0,0 +1,38 @@
+{
+ "group": "Grupo",
+ "health": {
+ "dagProcessor": "Processador de DAG",
+ "health": "Saúde",
+ "healthy": "Saúde",
+ "lastHeartbeat": "Último Heartbeat",
+ "metaDatabase": "Base de Dados de Metadados",
+ "scheduler": "Agendador",
+ "status": "Estado",
+ "triggerer": "Disparador",
+ "unhealthy": "Não saudável"
+ },
+ "history": "Histórico",
+ "importErrors": {
+ "dagImportError_one": "Erro de Importação de DAG",
+ "dagImportError_other": "Erros de Importação de DAG",
+ "searchByFile": "Pesquisar por arquivo",
+ "timestamp": "Timestamp"
+ },
+ "managePools": "Gerenciar Pools",
+ "noAssetEvents": "Nenhum Evento de Asset encontrado.",
+ "poolSlots": "Slots de Pool",
+ "sortBy": {
+ "newestFirst": "Mais Recentes Primeiro",
+ "oldestFirst": "Mais Antigos Primeiro"
+ },
+ "source": "Fonte",
+ "stats": {
+ "activeDags": "DAGs Ativos",
+ "failedDags": "DAGs Falhados",
+ "queuedDags": "DAGs em Fila",
+ "runningDags": "DAGs em Execução",
+ "stats": "Estatísticas"
+ },
+ "uri": "URI",
+ "welcome": "Bem-vindo"
Review Comment:
`Damos-lhe as boas-vindas` should be more correct, right ?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]