Hermes 284313f908
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
Initial import of AlgaPSA codebase from PSA server
Excluded: .git, node_modules, secrets/, compose.env, assemblyscript tgz

Source: /opt/alga-psa on psa.joliet.tech
2026-06-22 16:12:17 -05:00

107 lines
2.7 KiB
JSON
Raw Permalink Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"shared": {
"fallbacks": {
"empty": "-"
},
"statusLabels": {
"completed": "Complété",
"failed": "Échoué",
"processing": "Traitement",
"pending": "En attente"
},
"runnerLabels": {
"temporal": "Temporel",
"pgboss": "Patron du PG"
}
},
"recentTable": {
"columns": {
"jobName": "Nom du travail",
"runner": "Coureur",
"status": "Statut",
"duration": "Durée",
"started": "Commencé",
"completed": "Complété"
},
"time": {
"justNow": "Tout à l' heure",
"minutesAgo": "il y a {{count}} m",
"hoursAgo": "Il y a {{count}}h"
},
"duration": {
"milliseconds": "{{count}} ms",
"seconds": "{{count}} s",
"minutesSeconds": "{{minutes}} min {{seconds}} s",
"hoursMinutes": "{{hours}} h {{minutes}} min"
},
"externalId": "ID : {{id}}...",
"print": {
"title": "Jobs récents",
"subtitle": "{{count}} jobs",
"noJobs": "Aucun job à imprimer",
"columns": {
"jobName": "Nom du job",
"runner": "Exécuteur",
"status": "Statut",
"duration": "Durée",
"started": "Démarré",
"completed": "Terminé"
},
"optionsDialog": {
"title": "Options d'impression",
"description": "Choisissez les colonnes à inclure lors de l'impression des travaux."
}
}
},
"metrics": {
"labels": {
"totalJobs": "Emplois totaux",
"totalJobsPgBoss": "Nombre total d'emplois (patron PG)",
"totalJobsTemporal": "Total des emplois (temporels)",
"completed": "Complété",
"failed": "Échoué",
"pending": "En attente",
"processing": "Traitement",
"pgboss": "Patron du PG",
"temporal": "Temporel"
},
"successRate": "{{count}}% de taux de réussite"
},
"historyTable": {
"columns": {
"jobName": "Nom du travail",
"status": "Statut",
"created": "Créé",
"started": "Commencé",
"completed": "Complété"
}
},
"progress": {
"loading": "Chargement des détails de la tâche...",
"labels": {
"created": "Créé :",
"jobData": "Données de travail"
}
},
"drawer": {
"title": "Détails du poste",
"jobId": "ID : {{id}}",
"sections": {
"progress": "Progression du travail",
"metrics": "Indicateurs de travail",
"history": "Historique des tâches"
}
},
"stepHistory": {
"title": "Étapes du travail",
"labels": {
"processed": "Traité:",
"retries": "Nouvelles tentatives :"
}
},
"actions": {
"print": "Imprimer",
"printOptions": "Options d'impression"
}
}