Initial commit

This commit is contained in:
root
2026-01-19 17:44:46 +01:00
commit 823af8b11d
8721 changed files with 1130846 additions and 0 deletions

View File

@@ -0,0 +1,55 @@
{
"fields": {
"name": "Nom",
"number": "Nombre",
"status": "Statut",
"account": "Compte",
"priority": "Priorité",
"lead": "Prospect",
"attachments": "Les pièces jointes",
"inboundEmail": "Compte de messagerie de groupe",
"originalEmail": "\n",
"isInternal": "Caché du portail"
},
"links": {
"account": "Compte",
"contact": "Contact (principal)",
"meetings": "Rendez-vous",
"calls": "Appels",
"tasks": "Tâches",
"articles": "Articles base de connaissance",
"lead": "Prospect",
"attachments": "Les pièces jointes",
"inboundEmail": "Compte de messagerie de groupe"
},
"options": {
"status": {
"New": "Nouveau",
"Assigned": "Assigné",
"Pending": "En cours",
"Closed": "Fermé",
"Rejected": "Rejeté",
"Duplicate": "Dupliquer"
},
"priority": {
"Low": "Basse",
"Normal": "Normale",
"High": "Haute",
"Urgent": "Urgente"
},
"type": {
"Problem": "Problème"
}
},
"labels": {
"Create Case": "Créer un ticket",
"Close": "Fermer",
"Reject": "Rejeter",
"Closed": "Fermé",
"Rejected": "Rejeté"
},
"presetFilters": {
"open": "Ouvert",
"closed": "Fermé"
}
}