Files
probo/apps/compliance-portal/src/pages/documents/_locales/fr-FR.json
Bryan Frimin 177a5d0361 Rename trust center wording to compliance portal in copy
The English and French compliance-portal strings referred to "trust
center" in a few spots (back-navigation link, empty states) while the
rest of the app already calls this surface the "compliance portal".
Standardize on that term everywhere it appears in copy, and rename the
backing i18n key (backToTrustCenter -> backToCompliancePortal) to
match. Also fixes two spots where the French translation had left
"Compliance Portal" and "trust center" untranslated in English.

Signed-off-by: Bryan Frimin <bryan@probo.com>
2026-07-20 15:48:02 +02:00

47 lines
1.4 KiB
JSON

{
"title": "Documents",
"tabs": {
"all": "Tous",
"public": "Public",
"private": "Privé"
},
"sections": {
"reports": "Rapports de conformité"
},
"types": {
"OTHER": "Autres",
"GOVERNANCE": "Gouvernance",
"POLICY": "Politiques",
"PROCEDURE": "Procédures",
"PLAN": "Plans",
"REGISTER": "Registres",
"RECORD": "Enregistrements",
"REPORT": "Rapports",
"TEMPLATE": "Modèles",
"STATEMENT_OF_APPLICABILITY": "Déclaration d'applicabilité"
},
"actions": {
"view": "Consulter",
"getAccess": "Obtenir l'accès",
"requested": "Accès demandé"
},
"empty": {
"title": "Aucun document disponible",
"description": "Ce portail de conformité n'a pas encore publié de documents.",
"filteredTitle": "Aucun document ne correspond à ce filtre",
"filteredDescription": "Essayez un autre onglet pour voir les documents disponibles."
},
"viewer": {
"back": "Documents",
"share": "Partager le document",
"linkCopied": "Lien copié dans le presse-papiers",
"download": "Télécharger",
"previewUnavailable": "Aperçu indisponible",
"downloadToView": "Ce type de fichier ne peut pas être prévisualisé ici. Téléchargez-le pour le consulter.",
"locked": {
"title": "Accès requis",
"description": "Vous n'avez pas encore accès à ce document."
}
}
}