forked from nextcloud/deck
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfr.js
182 lines (182 loc) · 16.1 KB
/
fr.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
OC.L10N.register(
"deck",
{
"You have created a new board {board}" : "Vous avez créé un nouveau tableau {tableau}",
"{user} has created a new board {board}" : "{user} a créé un nouveau tableau {board}",
"You have deleted the board {board}" : "Vous avez supprimé le tableau {board}",
"{user} has deleted the board {board}" : "{user} a supprimé le tableau {board}",
"You have restored the board {board}" : "Vous avez restauré le tableau {board}",
"{user} has restored the board {board}" : "{user} a restauré le tableau {board}",
"You have shared the board {board} with {acl}" : "Vous avez partagé le tableau {board} avec {acl}",
"{user} has shared the board {board} with {acl}" : "{user} a partagé le tableau {board} en {acl}",
"You have removed {acl} from the board {board}" : "Vous avez supprimé {acl} du tableau {board}",
"{user} has removed {acl} from the board {board}" : "{user} a supprimé {acl} du tableau {board}",
"You have renamed the board {before} to {board}" : "Vous avez renommé le tableau {before} en {board}",
"{user} has renamed the board {before} to {board}" : "{user} a renommé le tableau {before} à {board}",
"You have archived the board {board}" : "Vous avez archivé le tableau {board}",
"{user} has archived the board {before}" : "{user} a archivé le tableau {before}",
"You have unarchived the board {board}" : "Vous avez sorti des archives le tableau {board}",
"{user} has unarchived the board {before}" : "{user} a sorti des archives le tableau {board}",
"You have created a new stack {stack} on board {board}" : "Vous avez créé une nouvelle pile {stack} sur le tableau {board}",
"{user} has created a new stack {stack} on board {board}" : "{user} a créé une nouvelle pile {stack} sur le tableau {board}",
"You have renamed stack {before} to {stack} on board {board}" : "Vous avez renommé la pile {before} en {stack} sur le tableau {board}",
"{user} has renamed stack {before} to {stack} on board {board}" : "{user} a renommé la pile {before} en {stack} sur le tableau {board}",
"You have deleted stack {stack} on board {board}" : "Vous avez supprimé la pile {stack} sur le tableau {board}",
"{user} has deleted stack {stack} on board {board}" : "{user} a supprimé la pile {stack} sur le tableau {board}",
"You have created card {card} in stack {stack} on board {board}" : "Vous avez créé la carte {card} dans la pile {stack} du tableau {board}",
"{user} has created card {card} in stack {stack} on board {board}" : "{user} a créé la carte {card} dans la pile {stack} du tableau {board}",
"You have deleted card {card} in stack {stack} on board {board}" : "Vous avez supprimé la carte {card} de la pile {stack} du tableau {board}",
"{user} has deleted card {card} in stack {stack} on board {board}" : "{user} a supprimé la carte {card} de la pile {stack} du tableau {board}",
"You have renamed the card {before} to {card}" : "Vous avez renommé la carte {before} en {card}",
"{user} has renamed the card {before} to {card}" : "{user} a renommé la carte {before} en {card}",
"You have added a description to card {card} in stack {stack} on board {board}" : "Vous avez ajouté une description à la carte {card} de la pile {stack} du tableau {board}",
"{user} has added a description to card {card} in stack {stack} on board {board}" : "{user} a ajouté une description à la carte {card} de la pile {stack} du tableau {board}",
"You have updated the description of card {card} in stack {stack} on board {board}" : "Vous avez mis à jour la description de la carte {card} de la pile {stack} du tableau {board}",
"{user} has updated the description of the card {card} in stack {stack} on board {board}" : "{user} a mis à jour la description de la carte {card} de la pile {stack} du tableau {board}",
"You have archived card {card} in stack {stack} on board {board}" : "Vous avez archivé la carte {card} de la pile {stack} du tableau {board}",
"{user} has archived card {card} in stack {stack} on board {board}" : "{user} a archivé la carte {card} de la pile {stack} du tableau {board}",
"You have unarchived card {card} in stack {stack} on board {board}" : "Vous avez retiré des archives la carte {card} de la pile {stack} du tableau {board}",
"{user} has unarchived card {card} in stack {stack} on board {board}" : "{user} a retiré des archives la carte {card} de la pile {stack} du tableau {board}",
"You have removed the due date of card {card}" : "Vous avez supprimé la date d'échéance de la carte {card}",
"{user} has removed the due date of card {card}" : "{user} a supprimé la date d'échéance de la carte {card}",
"You have set the due date of card {card} to {after}" : "Vous avez établi la date d'échéance de la carte {card} à {after}",
"{user} has set the due date of card {card} to {after}" : "{user} a établi la date d'échéance de la carte {card} à {after}",
"You have updated the due date of card {card} to {after}" : "Vous avez mis à jour la date d'échéance de la carte {card} à {after}",
"{user} has updated the due date of card {card} to {after}" : "{user} a mis à jour la date d'échéance de la carte {card} à {after}",
"You have added the tag {label} to card {card} in stack {stack} on board {board}" : "Vous avez ajouté l'étiquette {label} à la carte {card} de la pile {stack} du tableau {board}",
"{user} has added the tag {label} to card {card} in stack {stack} on board {board}" : "{user} a ajouté l'étiquette {label} à la carte {card} de la pile {stack} du tableau {board}",
"You have removed the tag {label} from card {card} in stack {stack} on board {board}" : "Vous avez supprimé l'étiquette {label} de la carte {card} de la pile {stack} du tableau {board}",
"{user} has removed the tag {label} from card {card} in stack {stack} on board {board}" : "{user} a supprimé l'étiquette {label} de la carte {card} de la pile {stack} du tableau {board}",
"You have assigned {assigneduser} to card {card} on board {board}" : "Vous avez assigné {assigneduser} à la carte {card} du tableau {board}",
"{user} has assigned {assigneduser} to card {card} on board {board}" : "{user} a assigné {assigneduser} à la carte {card} du tableau {board}",
"You have unassigned {assigneduser} from card {card} on board {board}" : "Vous avez retiré {assigneduser} de la carte {card} du tableau {board}",
"{user} has unassigned {assigneduser} from card {card} on board {board}" : "{user} a retiré {assigneduser} de la carte {card} du tableau {board}",
"You have moved the card {card} from stack {stackBefore} to {stack}" : "Vous avez déplacé la carte {card} de la pile {stackBefore} vers {stack}",
"{user} has moved the card {card} from stack {stackBefore} to {stack}" : "{user} a déplacé la carte {card} de la pile {stackBefore} vers {stack}",
"You have added the attachment {attachment} to card {card}" : "Vous avez ajouté la pièce jointe {attachment} à la carte {card}",
"{user} has added the attachment {attachment} to card {card}" : "{user} a ajouté la pièce jointe {attachment} à la carte {card}",
"You have updated the attachment {attachment} on card {card}" : "Vous avez mis à jour la pièce jointe {attachment} de la carte {card}",
"{user} has updated the attachment {attachment} on card {card}" : "{user} a mis à jour la pièce jointe {attachment} de la carte {card}",
"You have deleted the attachment {attachment} from card {card}" : "Vous avez supprimé la pièce jointe {attachment} de la carte {card}",
"{user} has deleted the attachment {attachment} from card {card}" : "{user} a supprimé la pièce jointe {attachment} de la carte {card}",
"You have restored the attachment {attachment} to card {card}" : "Vous avez restauré la pièce jointe {attachment} de la carte {card}",
"{user} has restored the attachment {attachment} to card {card}" : "{user} a restauré la pièce jointe {attachment} de la carte {card}",
"You have commented on card {card}" : "Vous avez commenté la carte {card}",
"{user} has commented on card {card}" : "{user} a commenté la carte {card}",
"A <strong>card description</strong> inside the Deck app has been changed" : "La <strong>description de la carte</strong> présente dans l’application Deck a été modifiée",
"Deck" : "Deck",
"Changes in the <strong>Deck app</strong>" : "Modifications dans <strong>Deck app</strong>",
"A <strong>comment</strong> was created on a card" : "Un <strong>commentaire</strong> a été créé sur une carte",
"Personal" : "Personnel",
"The card \"%s\" on \"%s\" has been assigned to you by %s." : "La carte \"%s\" de \"%s\" vous a été assignée par %s.",
"{user} has assigned the card \"%s\" on \"%s\" to you." : "{user} vous a assigné la carte \"%s\" de \"%s\".",
"The card \"%s\" on \"%s\" has reached its due date." : "La date d'échéance de la carte \"%s\" de \"%s\" a été atteinte.",
"%s has mentioned you in a comment on \"%s\"." : "%s vous a mentionné dans un commentaire sur \"%s\".",
"{user} has mentioned you in a comment on \"%s\"." : " {user} vous a mentionné dans un commentaire sur \"%s\".",
"The board \"%s\" has been shared with you by %s." : "Le tableau \"%s\" a été partagé avec vous par %s.",
"{user} has shared the board %s with you." : "{user} a partagé le tableau %s avec vous.",
"No data was provided to create an attachment." : "Aucune donnée n'a été fournie pour créer une pièce jointe.",
"Finished" : "Terminé",
"To review" : "A réviser",
"Action needed" : "Action requise",
"Later" : "Plus tard",
"copy" : "copie",
"To do" : "À faire",
"Doing" : "En cours",
"Done" : "Terminé",
"Example Task 3" : "Exemple de tâche 3",
"Example Task 2" : "Exemple de tâche 2",
"Example Task 1" : "Exemple de tâche 1",
"The file was uploaded" : "Le fichier a été envoyé",
"The uploaded file exceeds the upload_max_filesize directive in php.ini" : "Le fichier envoyé dépasse la valeur upload_max_filesize spécifiée dans php.ini",
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Le fichier envoyé dépasse la valeur MAX_FILE_SIZE spécifiée dans le formulaire HTML",
"The file was only partially uploaded" : "Le fichier n'a été que partiellement envoyé",
"No file was uploaded" : "Aucun fichier n'a été envoyé",
"Missing a temporary folder" : "Absence de dossier temporaire",
"Could not write file to disk" : "Impossible d'écrire le fichier sur le disque",
"A PHP extension stopped the file upload" : "Une extension PHP a arrêté l'envoi du fichier",
"No file uploaded or file size exceeds maximum of %s" : "Aucun fichier envoyé ou la taille du fichier dépasse le maximum de %s",
"Personal planning and team project organization" : "Agenda personnel et organisation projet",
"Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "Deck est un outil d'organisation de style kanban destiné à la planification personnelle et à l'organisation de projets pour les équipes intégrées à Nextcloud.\n\n\n- 📥 Ajoutez vos tâches à des cartes et organisez-les\n- 📄 Écrivez des notes supplémentaires en Markdown\n- 🔖 Affectez des étiquettes pour une organisation encore meilleure\n- 👥 Partagez avec votre équipe, vos amis ou votre famille\n- 📎 Attachez des fichiers et utilisez les dans vos descriptions en Markdown\n- 💬 Échangez avec votre équipe grâce aux commentaires\n- ⚡ Gardez un œil sur les modifications dans le flux d'activité\n- 🚀 Organisez vos projets",
"Create new board" : "Créer un nouveau tableau",
"new board" : "nouveau tableau",
"Select the board to link to a project" : "Sélection le tableau pour faire le lien avec un projet.",
"Select board" : "Sélectionner le tableau",
"Select the card to link to a project" : "Sélectionner la carte à relier à un projet",
"Select a board" : "Sélectionner un tableau",
"Select a card" : "Sélectionnez une carte",
"Link to card" : "Relier à une carte",
"Cancel" : "Annuler",
"seconds ago" : "à l'instant",
"Add new list" : "Ajouter une nouvelle liste",
"List name" : "Nom de la liste",
"Filter by tag" : "Filtrer par étiquette",
"Today" : "Aujourd'hui",
"Show archived cards" : "Afficher les cartes archivées",
"Hide archived cards" : "Masquer les cartes archivées",
"Toggle compact mode" : "Basculer le mode compact",
"Loading board" : "Chargement du tableau…",
"Board not found" : "Tableau non trouvé",
"Sharing" : "Partagé",
"Tags" : "Étiquettes",
"Deleted items" : "Éléments supprimés",
"Timeline" : "Chronologie",
"Deleted stacks" : "Piles supprimées",
"Undo" : "Annuler",
"Deleted cards" : "Cartes supprimées",
"Share board with a user, group or circle …" : "Partager le tableau avec un utilisateur, un groupe ou un cercle…",
"Board owner" : "Propriétaire du tableau",
"(Group)" : "(Groupe)",
"(Circle)" : "(Cercle)",
"Can edit" : "Peut éditer",
"Can share" : "Peut partager",
"Can manage" : "Peut éditer",
"Delete" : "Supprimer",
"Add a new stack" : "Nouvelle pile",
"Delete list" : "Supprimer la liste",
"Add card" : "Ajouter une carte",
"Add a new card" : "Ajouter une nouvelle carte",
"Edit" : "Modifier",
"Add a new label" : "Ajouter une nouvelle étiquette",
"title and color value must be provided" : "Vous devez indiquer un titre et une couleur",
"Details" : "Détails",
"Assign a tag to this card…" : "Associer une étiquette à cette carte...",
"Assign to users" : "Attribuer aux utilisateurs",
"Assign a user to this card…" : "Attribuer cette carte à un utilisateur...",
"Due date" : "Date d'échéance",
"Set a due date" : "Définir une date d'échéance",
"Remove due date" : "Supprimer la date d'échéance",
"Description" : "Description",
"Formatting help" : "Aide sur la mise en forme",
"Attachments" : "Pièces jointes",
"Comments" : "Commentaires",
"Modified" : "Modifié",
"Created" : "Créé",
"Upload attachment" : "Envoyer une pièce jointe",
"No comments yet. Begin the discussion!" : "Aucun commentaire pour l'instant, démarrez la discussion !",
"Save" : "Enregistrer",
"The comment cannot be empty." : "Un commentaire ne peut pas être vide.",
"The comment cannot be longer than 1000 characters." : "Un commentaire est limité à 1 000 caractères.",
"Update" : "Mettre à jour",
"Assign to me" : "Me l'assigner",
"Delete card" : "Supprimer la carte",
"Move card" : "Déplacer la carte",
"Card details" : "Détails de la carte",
"Select a stack" : "Sélectionner une pile",
"All boards" : "Tous les tableaux",
"Archived boards" : "Tableaux archivés",
"Shared boards" : "Tableaux partagés",
"Settings" : "Paramètres",
"Limiting Deck will block users not part of those groups from creating their own boards. Users will still be able to work on boards that have been shared with them." : "Limiter Deck empêchera les utilisateurs ne faisant pas partie de ces groupes de créer leurs propres tableaux. Ces utilisateurs pourront toujours travailler sur les tableaux qui ont été partagés avec eux.",
"New board title" : "Nouveau titre pour le tableau",
"Edit board" : "Modifier le tableau",
"An error occurred" : "Une erreur est survenue",
"Clone board" : "Dupliquer le tableau",
"Archive board" : "Archiver le tableau",
"Unarchive board" : "Sortir le tableau des archives",
"Delete board" : "Supprimer le tableau",
"Board details" : "Détails du tableau",
"Link to a board" : "Lier à un tableau",
"Link to a card" : "Relier à une carte"
},
"nplurals=2; plural=(n > 1);");