feat(i18n) : add notification translations in French
This commit is contained in:
@@ -216,7 +216,13 @@
|
|||||||
"portal": {
|
"portal": {
|
||||||
"title": "Portail client",
|
"title": "Portail client",
|
||||||
"projects": "Vos projets",
|
"projects": "Vos projets",
|
||||||
"noProjects": "Aucun projet disponible."
|
"noProjects": "Aucun projet disponible.",
|
||||||
|
"openTickets": "tickets ouverts",
|
||||||
|
"newTicket": "Nouveau ticket",
|
||||||
|
"ticketDetail": "Détail du ticket",
|
||||||
|
"backToProject": "Retour au projet",
|
||||||
|
"submitTicket": "Soumettre le ticket",
|
||||||
|
"ticketCreated": "Ticket soumis avec succès."
|
||||||
},
|
},
|
||||||
"clientTicket": {
|
"clientTicket": {
|
||||||
"title": "Tickets",
|
"title": "Tickets",
|
||||||
@@ -246,14 +252,35 @@
|
|||||||
"confirmDelete": "Êtes-vous sûr de vouloir supprimer ce ticket ?",
|
"confirmDelete": "Êtes-vous sûr de vouloir supprimer ce ticket ?",
|
||||||
"rejectComment": "Commentaire de rejet",
|
"rejectComment": "Commentaire de rejet",
|
||||||
"rejectCommentRequired": "Un commentaire est requis pour rejeter un ticket.",
|
"rejectCommentRequired": "Un commentaire est requis pour rejeter un ticket.",
|
||||||
"linkedTicket": "Lié au ticket client CT-{number}"
|
"linkedTicket": "Lié au ticket client CT-{number}",
|
||||||
|
"description": "Description",
|
||||||
|
"url": "URL (page concernée)",
|
||||||
|
"statusComment": "Commentaire de statut",
|
||||||
|
"statusChanged": "Statut mis à jour",
|
||||||
|
"confirmDeleteMessage": "Êtes-vous sûr de vouloir supprimer ce ticket ? Cette action est irréversible.",
|
||||||
|
"linkedTooltip": "Lié au ticket client {number}",
|
||||||
|
"rejectionRequired": "Un commentaire est requis pour rejeter un ticket",
|
||||||
|
"noTickets": "Aucun ticket.",
|
||||||
|
"allStatuses": "Tous les statuts",
|
||||||
|
"allProjects": "Tous les projets",
|
||||||
|
"submittedBy": "Soumis par",
|
||||||
|
"createdAt": "Créé le",
|
||||||
|
"adminTab": "Tickets client",
|
||||||
|
"selectType": "Type de ticket",
|
||||||
|
"changeStatus": "Changer le statut"
|
||||||
},
|
},
|
||||||
"notification": {
|
"notification": {
|
||||||
"title": "Notifications",
|
"title": "Notifications",
|
||||||
"markAllRead": "Tout marquer comme lu",
|
"markAllRead": "Tout marquer comme lu",
|
||||||
"empty": "Aucune notification.",
|
"empty": "Aucune notification",
|
||||||
"ticketCreated": "Nouveau ticket",
|
"ticketCreated": "Nouveau ticket client {number}",
|
||||||
"ticketStatusChanged": "Statut mis à jour"
|
"ticketStatusChanged": "Ticket {number} mis à jour",
|
||||||
|
"timeAgo": {
|
||||||
|
"now": "À l'instant",
|
||||||
|
"minutes": "Il y a {n} min",
|
||||||
|
"hours": "Il y a {n}h",
|
||||||
|
"days": "Il y a {n}j"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"bookstack": {
|
"bookstack": {
|
||||||
"settings": {
|
"settings": {
|
||||||
|
|||||||
Reference in New Issue
Block a user