Some checks are pending
Bidi Control Character Guard / bidi-control-guard (push) Waiting to run
Circular Dependency Check / Check for new circular dependencies (push) Waiting to run
Citus Migration Smoke / Combined migrations on single-node Citus (push) Waiting to run
E2E Fresh Install Tests / fresh-install-e2e (push) Waiting to run
ext-v2 guardrails / Run ext-v2 guard and ESLint (push) Waiting to run
Integration Tests / Check for relevant changes (push) Waiting to run
Integration Tests / ${{ (github.event_name == 'schedule' || github.event.inputs.suite == 'full') && 'Full integration suite' || 'Tier-1 integration subset' }} (push) Blocked by required conditions
Mobile checks / Mobile lint + typecheck (push) Waiting to run
Mobile checks / Mobile unit tests (push) Waiting to run
Mobile checks / Mobile dependency audit (report) (push) Waiting to run
Mobile checks / Mobile reproducibility checks (push) Waiting to run
Secrets guard (env backups) / Ensure no tracked env backup files (push) Waiting to run
Temporal Readiness / fast-readiness (push) Waiting to run
Temporal Readiness / docker-parity (push) Waiting to run
TypeScript Type Check / Nx affected typecheck (push) Waiting to run
Unit Tests / Skipped-test budget (push) Waiting to run
Unit Tests / Nx affected unit tests (push) Waiting to run
Unit Tests / Server unit coverage (informational) (push) Waiting to run
Validate Tenant Management Schema / Check for relevant changes (push) Waiting to run
Validate Tenant Management Schema / Validate Tenant Management Schema (push) Blocked by required conditions
EE Workflows Build Guard / ee-workflows-build-guard (push) Waiting to run
Excluded: .git, node_modules, secrets/, compose.env, assemblyscript tgz Source: /opt/alga-psa on psa.joliet.tech
72 lines
2.4 KiB
JSON
72 lines
2.4 KiB
JSON
{
|
|
"catalog": {
|
|
"title": "Pedidos de serviço",
|
|
"description": "Envie um pedido estruturado e criaremos automaticamente um ticket.",
|
|
"myRequests": "Minhas Solicitações",
|
|
"empty": "Nenhum serviço de solicitação está disponível no momento.",
|
|
"fallbackCategory": "Serviço",
|
|
"noDescription": "Nenhuma descrição fornecida",
|
|
"newRequestHeading": "Enviar um novo pedido"
|
|
},
|
|
"detail": {
|
|
"version": "Versão {{version}}",
|
|
"submitted": "Solicitação enviada",
|
|
"requestIdLabel": "ID da Solicitação: ",
|
|
"ticketIdLabel": "ID do Ticket: ",
|
|
"unableToSubmit": "Não foi possível enviar a solicitação",
|
|
"formTitle": "Formulário de Solicitação",
|
|
"noFields": "Nenhum campo configurado.",
|
|
"selectOption": "Selecione uma opção",
|
|
"datePlaceholder": "Selecione uma data",
|
|
"optionLabel": "Opção {{index}}",
|
|
"submit": "Enviar Solicitação",
|
|
"initialValuesTitle": "Valores Iniciais",
|
|
"noInitialValues": "Nenhum valor padrão estático configurado."
|
|
},
|
|
"myRequests": {
|
|
"title": "Minhas Solicitações",
|
|
"browseServices": "Navegar pelos Serviços",
|
|
"empty": "Você ainda não enviou nenhuma solicitação de serviço.",
|
|
"columns": {
|
|
"request": "Solicitação",
|
|
"submitted": "Enviada",
|
|
"status": "Status",
|
|
"details": "Detalhes",
|
|
"ticket": "Ticket"
|
|
},
|
|
"view": "Visualizar",
|
|
"unknownDate": "Desconhecida",
|
|
"statuses": {
|
|
"pending": "Pendente",
|
|
"succeeded": "Concluída",
|
|
"failed": "Falhou"
|
|
},
|
|
"noTicket": "Sem ticket"
|
|
},
|
|
"submissionDetail": {
|
|
"backToMyRequests": "Voltar para Minhas Solicitações",
|
|
"requestIdLabel": "ID da Solicitação:",
|
|
"statusSection": "Status",
|
|
"submittedAt": "Enviada: {{date}}",
|
|
"executionStatus": "Status de execução: {{status}}",
|
|
"ticketLabel": "Ticket:",
|
|
"workflowLabel": "Workflow: {{id}}",
|
|
"submittedAnswersTitle": "Respostas Enviadas",
|
|
"noResponse": "Sem resposta",
|
|
"attachmentsTitle": "Anexos",
|
|
"noAttachments": "Nenhum anexo incluído.",
|
|
"fileIdLabel": "ID do Arquivo: {{id}}",
|
|
"fileTypeLabel": "Tipo: {{mime}}"
|
|
},
|
|
"recent": {
|
|
"title": "Os seus pedidos recentes",
|
|
"viewAll": "Ver todos",
|
|
"empty": "Ainda não enviou pedidos.",
|
|
"ticket": "Ticket #{{number}}",
|
|
"noTicket": "Sem ticket"
|
|
},
|
|
"myRequestsAll": {
|
|
"title": "Os seus pedidos"
|
|
}
|
|
}
|