Skip to content

Conversation

kunalaswani
Copy link
Contributor

Translations added for Brazilian Portuguese (PT-BR).

Type of change:

  • This change is a bug fix (non-breaking change which fixes an issue).
  • This change is a new feature (non-breaking change which adds functionality).
  • This change improves the code (refactor or other change that does not change the functionality)
  • This change fixes warnings (the fix does not alter the functionality or the generated code)
  • This change is a breaking change (fix or feature that will cause existing behavior to change).
  • This change alters the query API (existing queries will have to be recompiled)

Checklist:

  • My code follows the code style of this project.
    • My code does not create any new warnings from compiler, build system, or lint.
  • The commit message is properly formatted and free of typos.
    • The commit message title makes sense in a changelog, by itself.
    • The commit is signed.
  • My change requires a change to the documentation.
    • I have updated the documentation accordingly, or...
    • I have created a JIRA ticket to update the documentation.
    • Any new interfaces or exported functions are appropriately commented.
  • I have read the CONTRIBUTORS document.
  • The change has been fully tested:
    • I have added tests to cover my changes.
    • All new and existing tests passed.
    • I have checked that this change does not introduce memory leaks.
    • I have used Valgrind or similar tools to check for potential issues.
  • I have given due consideration to all of the following potential concerns:
    • Scalability
    • Performance
    • Security
    • Thread-safety
    • Cloud-compatibility
    • Premature optimization
    • Existing deployed queries will not be broken
    • This change fixes the problem, not just the symptom
    • The target branch of this pull request is appropriate for such a change.
  • There are no similar instances of the same problem that should be addressed
    • I have addressed them here
    • I have raised JIRA issues to address them separately
  • This is a user interface / front-end modification
    • I have tested my changes in multiple modern browsers
    • The component(s) render as expected

Smoketest:

  • Send notifications about my Pull Request position in Smoketest queue.
  • Test my draft Pull Request.

Testing:

Translations added for Brazilian Portuguese (PT-BR).

Signed-off-by: Kunal Aswani <[email protected]>
Copy link
Contributor

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This pull request adds Brazilian Portuguese (PT-BR) translations for the HPCC Platform's ECL Watch web interface, addressing JIRA issue HPCC-34906. The changes include translations for new UI features and functionality added in version 10.0.x.

  • Addition of 50+ new translation entries covering various UI elements, error messages, and feature labels
  • Updates to existing translation entries for improved clarity and consistency
  • Removal of unnecessary whitespace and formatting improvements

Copy link

Jira Issue: https://hpccsystems.atlassian.net//browse/HPCC-34906

Jirabot Action Result:
Workflow Transition To: Merge Pending
Updated PR

export = {
Abort: "Abortar",
AbortedBy: "Abortado pelo",
AbortedTime: "Hora de Abortar",
Copy link

@HWatanuki HWatanuki Oct 2, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

AbortedTime: "Hora da Interrupção"

ActivePackageMap: "Package Map Ativo",
ActiveWorkunit: "Tarefa Ativa",
Activities: "Atividades",
ActivitiesLegacy: "Atividades (L)",

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ActivitiesLegacy: "Atividades Legado"

Copy link

@HWatanuki HWatanuki left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi Kunal, please see suggested changes in line. Thanks!

ActiveWorkunit: "Tarefa Ativa",
Activities: "Atividades",
ActivitiesLegacy: "Atividades (L)",
ActivitiesPreview: "Atividades (P)",

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"Atividades Pre-visualização"

ActivityMap: "Mapa de Atividade",
ActualSize: "Tamanho Efectivo",
Add: "Adicionar",
AddAttributes: "Adiciona atributos/valores para seu métedo",

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"Adiciona atributos/valores para seu método"

Add: "Adicionar",
AddAttributes: "Adiciona atributos/valores para seu métedo",
AddAttributes2: "Adiciona atributos",
AddBinding: "Adiciona ligação",

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"Adiciona conexão"

AuditLogs: "Registro de auditoria",
AutoRefresh: "Recarregar Automático",
AutoRefreshEvery: "Atualização automática a cada x minutos",
AutoRefreshIncrement: "Auto Incrementar Atualização",

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"Atualização automática do incremento"

AutoRefreshEvery: "Atualização automática a cada x minutos",
AutoRefreshIncrement: "Auto Incrementar Atualização",
Back: "voltar",
BackupDFUWorkunit: "WU DFU de backup",

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"Backup workunit do DFU"

WorkunitNotFound: "WU não encontrada",
WorkunitOptions: "Opções de Workunit",
Workunits: "Tarefas",
WorkUnitScopeDefaultPermissions: "Permisos por defect de alcaces de Workunit",

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"Permissões de escopo padrão para workunit"

WorkunitOptions: "Opções de Workunit",
Workunits: "Tarefas",
WorkUnitScopeDefaultPermissions: "Permisos por defect de alcaces de Workunit",
WorkunitSummarySplitter: "Resumo da unidade de trabalho divisor",

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"Divisor de sumário da workunit"

WSDL: "WSDL",
WUID: "WUID",
Wuidcannotbeempty: "Wuid não pode estar vazia",
WUSnapShot: "Instantâneo de WU",

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"Snapshot de WU"

WUID: "WUID",
Wuidcannotbeempty: "Wuid não pode estar vazia",
WUSnapShot: "Instantâneo de WU",
WUSnapshot: "Instantâneo WU",

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"Snapshot WU"

Wuidcannotbeempty: "Wuid não pode estar vazia",
WUSnapShot: "Instantâneo de WU",
WUSnapshot: "Instantâneo WU",
WUSnapshots: "Instantâneos do WU",

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"Snapshots da WU"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants