trustgraph/trustgraph-base/trustgraph/i18n/packs/pt.json
Alex Jenkins 8954fa3ad7 Feat: TrustGraph i18n & Documentation Translation Updates (#781)
Native CLI i18n: The TrustGraph CLI has built-in translation support
that dynamically loads language strings. You can test and use
different languages by simply passing the --lang flag (e.g., --lang
es for Spanish, --lang ru for Russian) or by configuring your
environment's LANG variable.

Automated Docs Translations: This PR introduces autonomously
translated Markdown documentation into several target languages,
including Spanish, Swahili, Portuguese, Turkish, Hindi, Hebrew,
Arabic, Simplified Chinese, and Russian.
2026-04-14 12:08:32 +01:00

54 lines
4.2 KiB
JSON

{
"cli.verify_system_status.title": "Verificação do Status do Sistema TrustGraph",
"cli.verify_system_status.phase_1": "Fase 1: Infraestrutura",
"cli.verify_system_status.phase_2": "Fase 2: Serviços Essenciais",
"cli.verify_system_status.phase_3": "Fase 3: Serviços de Dados",
"cli.verify_system_status.phase_4": "Fase 4: Interface do Usuário",
"cli.verify_system_status.summary": "Resumo",
"cli.verify_system_status.checking": "Verificando {name}...",
"cli.verify_system_status.checking_attempt": "Verificando {name}... (tentativa {attempt})",
"cli.verify_system_status.failed_timeout": "{name}: Falha (tempo limite após {attempt} tentativas)",
"cli.verify_system_status.pulsar_not_responding": "O Pulsar não está respondendo - outras verificações podem falhar",
"cli.verify_system_status.checks_passed": "Verificações aprovadas: {passed}/{total}",
"cli.verify_system_status.checks_failed": "Verificações falhadas: {failed}/{total}",
"cli.verify_system_status.total_time": "Tempo total: {elapsed}",
"cli.verify_system_status.system_healthy": "O sistema está saudável!",
"cli.verify_system_status.system_failing": "O sistema possui {failed} verificação(ões) com falha",
"cli.verify_system_status.check_name.pulsar": "Pulsar",
"cli.verify_system_status.check_name.api_gateway": "API Gateway",
"cli.verify_system_status.check_name.processors": "Processadores",
"cli.verify_system_status.check_name.flow_blueprints": "Flow Blueprints",
"cli.verify_system_status.check_name.flows": "Flows",
"cli.verify_system_status.check_name.prompts": "Prompts",
"cli.verify_system_status.check_name.library": "Biblioteca",
"cli.verify_system_status.check_name.workbench_ui": "Workbench UI",
"cli.verify_system_status.pulsar.healthy": "Pulsar saudável ({clusters} cluster(s))",
"cli.verify_system_status.pulsar.status": "O Pulsar retornou o status {status_code}",
"cli.verify_system_status.pulsar.timeout": "Tempo limite de conexão do Pulsar",
"cli.verify_system_status.pulsar.cannot_connect": "Não foi possível conectar ao Pulsar",
"cli.verify_system_status.pulsar.error": "Erro do Pulsar: {error}",
"cli.verify_system_status.api_gateway.responding": "O API Gateway está respondendo",
"cli.verify_system_status.api_gateway.status": "O API Gateway retornou o status {status_code}",
"cli.verify_system_status.api_gateway.timeout": "Tempo limite de conexão do API Gateway",
"cli.verify_system_status.api_gateway.cannot_connect": "Não foi possível conectar ao API Gateway",
"cli.verify_system_status.api_gateway.error": "Erro do API Gateway: {error}",
"cli.verify_system_status.processors.found": "Encontrados {count} processadores (≥ {min})",
"cli.verify_system_status.processors.only": "Apenas {count} processadores em execução (necessários {min})",
"cli.verify_system_status.processors.metrics_status": "As métricas retornaram o status {status_code}",
"cli.verify_system_status.processors.error": "Erro de verificação do processador: {error}",
"cli.verify_system_status.flow_blueprints.found": "Encontrados {count} flow blueprint(s)",
"cli.verify_system_status.flow_blueprints.none": "Nenhum flow blueprint encontrado",
"cli.verify_system_status.flow_blueprints.error": "Erro de verificação do flow blueprint: {error}",
"cli.verify_system_status.flows.responding": "O gerenciador de fluxo está respondendo ({count} flow(s))",
"cli.verify_system_status.flows.error": "Erro de verificação do gerenciador de fluxo: {error}",
"cli.verify_system_status.prompts.found": "Encontrados {count} prompt(s)",
"cli.verify_system_status.prompts.none": "Nenhum prompt encontrado",
"cli.verify_system_status.prompts.error": "Erro de verificação do prompt: {error}",
"cli.verify_system_status.library.responding": "A biblioteca está respondendo ({count} document(s))",
"cli.verify_system_status.library.error": "Erro de verificação da biblioteca: {error}",
"cli.verify_system_status.ui.responding": "O Workbench UI está respondendo",
"cli.verify_system_status.ui.status": "A UI retornou o status {status_code}",
"cli.verify_system_status.ui.timeout": "Tempo limite de conexão da UI",
"cli.verify_system_status.ui.cannot_connect": "Não foi possível conectar à UI",
"cli.verify_system_status.ui.error": "Erro da UI: {error}"
}