Free and open source ticket system written in python
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #11 from aottr/i18n/french

Compile french translations

authored by

A.Ottr and committed by
GitHub
c7f11cbf f1f791c1

+60 -66
paw/locale/fr/LC_MESSAGES/django.mo

This is a binary file and will not be displayed.

+60 -66
paw/locale/fr/LC_MESSAGES/django.po
··· 21 21 #: core/forms.py:27 core/forms.py:35 paw/templates/core/account_finish.html:33 22 22 #: paw/templates/core/login.html:24 paw/templates/core/register.html:24 23 23 msgid "Username" 24 - msgstr "" 24 + msgstr "Nom d'utilisateur" 25 25 26 26 #: core/forms.py:31 27 27 msgid "Please enter a username" 28 - msgstr "" 28 + msgstr "Veuillez entrer un nom d'utilisateur" 29 29 30 30 #: core/forms.py:32 31 31 msgid "" ··· 35 35 36 36 #: core/forms.py:58 37 37 msgid "Password and Confirm Password do not match." 38 - msgstr "" 38 + msgstr "Le mot de passe et la confirmation ne correspondent pas." 39 39 40 40 #: core/forms.py:62 41 41 msgid "Password must be at least 10 characters long." 42 - msgstr "" 42 + msgstr "Le mot de passe doit être long d'au moins 10 carractères." 43 43 44 44 #: core/forms.py:67 45 45 msgid "An account with this username already exists." 46 - msgstr "" 46 + msgstr "Un compte utilisant ce nom d'utilisateur existe déjà." 47 47 48 48 #: core/forms.py:71 49 49 msgid "An account with this email already exists." 50 - msgstr "" 50 + msgstr "Un compte utilisant cet e-mail existe déjà." 51 51 52 52 #: core/forms.py:88 53 53 msgid "An account with this username already exists" 54 - msgstr "" 54 + msgstr "Un compte utilisant ce nom d'utilisateur existe déjà" 55 55 56 56 #: core/models.py:30 57 57 msgid "Google SSO User" 58 - msgstr "" 58 + msgstr "Utilisateur Google SSO" 59 59 60 60 #: paw/settings.py:133 61 61 msgid "English" 62 - msgstr "" 62 + msgstr "Anglais" 63 63 64 64 #: paw/settings.py:134 65 65 msgid "French" 66 - msgstr "" 66 + msgstr "Français" 67 67 68 68 #: paw/settings.py:135 69 69 msgid "German" 70 - msgstr "" 70 + msgstr "Allemand" 71 71 72 72 #: paw/templates/base.html:20 paw/templates/dashboard_base.html:40 73 73 msgid "Tickets" 74 - msgstr "" 74 + msgstr "Tickets" 75 75 76 76 #: paw/templates/base.html:21 paw/templates/dashboard_base.html:53 77 77 #: paw/templates/ticketing/tickets.html:20 ··· 80 80 81 81 #: paw/templates/core/account_finish.html:10 paw/templates/core/register.html:6 82 82 msgid "Register a new account" 83 - msgstr "" 83 + msgstr "Créer un nouveau compte" 84 84 85 85 #: paw/templates/core/account_finish.html:13 86 86 msgid "Authenticate" 87 - msgstr "" 87 + msgstr "Se connecter" 88 88 89 89 #: paw/templates/core/account_finish.html:14 90 90 msgid "Set up account" 91 - msgstr "" 91 + msgstr "Configurer le compte" 92 92 93 93 #: paw/templates/core/account_finish.html:15 94 94 msgid "Done" 95 - msgstr "" 95 + msgstr "Terminer" 96 96 97 97 #: paw/templates/core/account_finish.html:38 98 98 #: paw/templates/core/settings.html:55 ··· 101 101 102 102 #: paw/templates/core/login.html:7 paw/templates/core/login.html:39 103 103 msgid "Log In" 104 - msgstr "" 104 + msgstr "Connexion" 105 105 106 106 #: paw/templates/core/login.html:9 107 107 msgid "Register Account" 108 - msgstr "" 108 + msgstr "Inscription" 109 109 110 110 #: paw/templates/core/login.html:30 paw/templates/core/register.html:36 111 111 msgid "Password" 112 - msgstr "" 112 + msgstr "Mot de passe" 113 113 114 114 #: paw/templates/core/login.html:35 115 115 msgid "Password Reset" 116 - msgstr "" 116 + msgstr "Redéfinir le mot de passe" 117 117 118 118 #: paw/templates/core/login.html:46 119 119 msgid "Log in with Google" 120 - msgstr "" 120 + msgstr "Se connecter avec Google" 121 121 122 122 #: paw/templates/core/register.html:30 123 - #, fuzzy 124 - #| msgid "Mail Address" 125 123 msgid "Email Address" 126 124 msgstr "Adresse e-mail" 127 125 128 126 #: paw/templates/core/register.html:42 129 127 msgid "Confirm Password" 130 - msgstr "" 128 + msgstr "Confirmer le mot de passe" 131 129 132 130 #: paw/templates/core/register.html:47 133 131 msgid "Register" 134 - msgstr "" 132 + msgstr "S'enregistrer" 135 133 136 134 #: paw/templates/core/settings.html:7 paw/templates/dashboard_base.html:85 137 135 msgid "Settings" ··· 147 145 148 146 #: paw/templates/core/settings.html:30 149 147 msgid "Use Darkmode" 150 - msgstr "" 148 + msgstr "Utiliser le mode sombre" 151 149 152 150 #: paw/templates/core/settings.html:37 153 151 msgid "Receive Email Notifications" 154 - msgstr "" 152 + msgstr "Me notifier par e-mail" 155 153 156 154 #: paw/templates/core/settings.html:44 157 155 msgid "Profile Picture" ··· 160 158 #: paw/templates/core/settings.html:49 161 159 #: paw/templates/ticketing/ticket_detail.html:152 162 160 msgid "Contact" 163 - msgstr "" 161 + msgstr "Contact" 164 162 165 163 #: paw/templates/dashboard_base.html:34 166 164 #: paw/templates/ticketing/create_ticket.html:50 ··· 174 172 175 173 #: paw/templates/dashboard_base.html:79 176 174 msgid "Admin" 177 - msgstr "" 175 + msgstr "Admin" 178 176 179 177 #: paw/templates/dashboard_base.html:89 180 178 msgid "Logout" ··· 187 185 188 186 #: paw/templates/partials/ticket_priority_badge.html:4 ticketing/models.py:45 189 187 msgid "Low" 190 - msgstr "" 188 + msgstr "Bas" 191 189 192 190 #: paw/templates/partials/ticket_priority_badge.html:6 ticketing/models.py:46 193 191 msgid "Medium" 194 - msgstr "" 192 + msgstr "Moyen" 195 193 196 194 #: paw/templates/partials/ticket_priority_badge.html:8 ticketing/models.py:47 197 195 msgid "High" 198 - msgstr "" 196 + msgstr "Élevé" 199 197 200 198 #: paw/templates/partials/ticket_status_badge.html:4 ticketing/models.py:40 201 199 msgid "Open" ··· 233 231 #: paw/templates/ticketing/create_ticket.html:34 234 232 #: paw/templates/ticketing/ticket_detail.html:9 235 233 msgid "Attachments" 236 - msgstr "" 234 + msgstr "Pièces jointes" 237 235 238 236 #: paw/templates/ticketing/create_ticket.html:43 239 237 msgid "Create as follow-up to a closed ticket" 240 - msgstr "" 238 + msgstr "Créer comme le suivi d'un ticket fermé" 241 239 242 240 #: paw/templates/ticketing/ticket_detail.html:14 243 241 msgid "Attachment" 244 - msgstr "" 242 + msgstr "Pièce jointe" 245 243 246 244 #: paw/templates/ticketing/ticket_detail.html:21 247 245 msgid "Follow-Up Ticket to" 248 - msgstr "" 246 + msgstr "Suivi du ticket" 249 247 250 248 #: paw/templates/ticketing/ticket_detail.html:28 251 249 msgid "Followed-Up by" 252 - msgstr "" 250 + msgstr "Suivi par le ticket" 253 251 254 252 #: paw/templates/ticketing/ticket_detail.html:36 255 253 msgid "Activity" 256 - msgstr "" 254 + msgstr "Activité" 257 255 258 256 #: paw/templates/ticketing/ticket_detail.html:61 259 257 msgid "Internal" 260 - msgstr "" 258 + msgstr "Interne" 261 259 262 260 #: paw/templates/ticketing/ticket_detail.html:78 263 261 msgid "Apply Template" 264 - msgstr "" 262 + msgstr "Appliquer le modèle" 265 263 266 264 #: paw/templates/ticketing/ticket_detail.html:96 267 265 msgid "Add Comment" 268 266 msgstr "Ajouter un commentaire" 269 267 270 268 #: paw/templates/ticketing/ticket_detail.html:98 271 - #, fuzzy 272 - #| msgid "Create Ticket" 273 269 msgid "Close Ticket" 274 270 msgstr "Nouveau ticket" 275 271 276 272 #: paw/templates/ticketing/ticket_detail.html:107 277 273 msgid "Make this an internal comment" 278 - msgstr "" 274 + msgstr "Rendre le commentaire interne" 279 275 280 276 #: paw/templates/ticketing/ticket_detail.html:116 281 277 msgid "Ticket has been closed" ··· 302 298 #: paw/templates/ticketing/tickets_history.html:42 ticketing/forms.py:81 303 299 #: ticketing/forms.py:104 ticketing/models.py:167 ticketing/models.py:180 304 300 msgid "General" 305 - msgstr "" 301 + msgstr "Général" 306 302 307 303 #: paw/templates/ticketing/ticket_detail.html:177 308 304 msgid "Assign to new category" 309 - msgstr "" 305 + msgstr "Attribuer à une nouvelle catégorie" 310 306 311 307 #: paw/templates/ticketing/ticket_detail.html:180 312 308 #: paw/templates/ticketing/ticket_detail.html:210 313 309 msgid "Assign" 314 - msgstr "" 310 + msgstr "Attribuer" 315 311 316 312 #: paw/templates/ticketing/ticket_detail.html:185 317 313 msgid "Assignees" 318 - msgstr "" 314 + msgstr "Attribué à" 319 315 320 316 #: paw/templates/ticketing/ticket_detail.html:192 321 317 msgid "Assign to me" ··· 323 319 324 320 #: paw/templates/ticketing/ticket_detail.html:207 325 321 msgid "Assign to new team" 326 - msgstr "" 322 + msgstr "Attribuer à une nouvelle équipe" 327 323 328 324 #: paw/templates/ticketing/tickets.html:5 329 325 msgid "Open Tickets" 330 - msgstr "" 326 + msgstr "Tickets ouverts" 331 327 332 328 #: paw/templates/ticketing/tickets.html:7 333 329 #: paw/templates/ticketing/tickets_history.html:7 ··· 336 332 337 333 #: paw/templates/ticketing/tickets.html:18 338 334 #: paw/templates/ticketing/tickets_history.html:18 339 - #, fuzzy 340 - #| msgid "Assign to me" 341 335 msgid "Assigned to" 342 336 msgstr "Me l'attribuer" 343 337 ··· 353 347 354 348 #: paw/templates/ticketing/tickets_history.html:20 355 349 msgid "Closed on" 356 - msgstr "" 350 + msgstr "Fermé" 357 351 358 352 #: status/templates/status/incident_list.html:11 359 353 msgid "Some services might not be fully operational" 360 - msgstr "" 354 + msgstr "Certains services peuvent ne pas être opérationnels" 361 355 362 356 #: status/templates/status/incident_list.html:16 363 357 msgid "All services are operational" 364 - msgstr "" 358 + msgstr "Tous les services sont opérationnels" 365 359 366 360 #: status/templates/status/incident_list.html:21 367 361 msgid "Incidents" 368 - msgstr "" 362 + msgstr "Incidents" 369 363 370 364 #: status/templates/status/incident_list.html:29 371 365 msgid "Resolved" 372 - msgstr "" 366 + msgstr "Résolu" 373 367 374 368 #: status/templates/status/incident_list.html:31 375 369 msgid "Unresolved" 376 - msgstr "" 370 + msgstr "Non-résolu" 377 371 378 372 #: status/templates/status/incident_list.html:37 379 373 msgid "No incidents yet." 380 - msgstr "" 374 + msgstr "Encore aucun incident." 381 375 382 376 #: ticketing/forms.py:39 383 377 msgid "File size must be under 5MB." 384 - msgstr "" 378 + msgstr "La taille du fichier ne doit pas excéder 5Mo." 385 379 386 380 #: ticketing/forms.py:52 387 381 msgid "File type not supported. Supported types are: .jpg, .png, .pdf" 388 - msgstr "" 382 + msgstr "Format du fichier non supporté. Les formats supportés sont: .jpg, .png. .pdf" 389 383 390 384 #: ticketing/forms.py:73 391 385 msgid "Please enter a title" 392 - msgstr "" 386 + msgstr "Veuillez entrer un titre" 393 387 394 388 #: ticketing/forms.py:74 395 389 msgid "Please describe your issue" 396 - msgstr "" 390 + msgstr "Veuillez décrire votre problème" 397 391 398 392 #: ticketing/forms.py:82 399 393 msgid "No Follow-up" 400 - msgstr "" 394 + msgstr "Aucun suivi" 401 395 402 396 #: ticketing/forms.py:99 403 397 msgid "No Team" 404 - msgstr "Aucune Team" 398 + msgstr "Aucune équipe" 405 399 406 400 #: ticketing/models.py:31 407 401 msgid "" 408 402 "If a team is selected, new tickets will automatically assigned to this team." 409 - msgstr "" 403 + msgstr "Si une équipe est sélectionnée, les nouveaux tickets lui seront automatiquement attribués." 410 404 411 405 #~ msgid "Comment and close" 412 - #~ msgstr "Commentaire et fermer" 406 + #~ msgstr "Commenter et fermer" 413 407 414 408 #~ msgid "No Category" 415 409 #~ msgstr "Aucune catégorie"