mirror of
https://github.com/django-q2/django-q2.git
synced 2026-09-15 13:37:56 +08:00
Add fr and en Locale
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -42,9 +42,9 @@ htmlcov/
|
||||
nosetests.xml
|
||||
coverage.xml
|
||||
*,cover
|
||||
.DS_Store
|
||||
|
||||
# Translations
|
||||
*.mo
|
||||
*.pot
|
||||
|
||||
# Django stuff:
|
||||
|
||||
BIN
django_q/locale/en/LC_MESSAGES/django.mo
Normal file
BIN
django_q/locale/en/LC_MESSAGES/django.mo
Normal file
Binary file not shown.
373
django_q/locale/en/LC_MESSAGES/django.po
Normal file
373
django_q/locale/en/LC_MESSAGES/django.po
Normal file
@@ -0,0 +1,373 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: \n"
|
||||
"POT-Creation-Date: 2018-08-05 15:48+0200\n"
|
||||
"PO-Revision-Date: 2018-08-05 15:49+0200\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: \n"
|
||||
"Language: en\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"X-Generator: Poedit 2.1.1\n"
|
||||
"X-Poedit-Basepath: ../..\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
"X-Poedit-SearchPath-0: brokers/redis_broker.py\n"
|
||||
"X-Poedit-SearchPath-1: brokers/orm.py\n"
|
||||
"X-Poedit-SearchPath-2: brokers/mongo.py\n"
|
||||
"X-Poedit-SearchPath-3: brokers/ironmq.py\n"
|
||||
"X-Poedit-SearchPath-4: brokers/disque.py\n"
|
||||
"X-Poedit-SearchPath-5: brokers/aws_sqs.py\n"
|
||||
"X-Poedit-SearchPath-6: management/commands/qmonitor.py\n"
|
||||
"X-Poedit-SearchPath-7: management/commands/qinfo.py\n"
|
||||
"X-Poedit-SearchPath-8: management/commands/qcluster.py\n"
|
||||
"X-Poedit-SearchPath-9: tasks.py\n"
|
||||
"X-Poedit-SearchPath-10: status.py\n"
|
||||
"X-Poedit-SearchPath-11: signing.py\n"
|
||||
"X-Poedit-SearchPath-12: signals.py\n"
|
||||
"X-Poedit-SearchPath-13: queues.py\n"
|
||||
"X-Poedit-SearchPath-14: monitor.py\n"
|
||||
"X-Poedit-SearchPath-15: models.py\n"
|
||||
"X-Poedit-SearchPath-16: humanhash.py\n"
|
||||
"X-Poedit-SearchPath-17: core_signing.py\n"
|
||||
"X-Poedit-SearchPath-18: conf.py\n"
|
||||
"X-Poedit-SearchPath-19: compat.py\n"
|
||||
"X-Poedit-SearchPath-20: cluster.py\n"
|
||||
"X-Poedit-SearchPath-21: apps.py\n"
|
||||
"X-Poedit-SearchPath-22: admin.py\n"
|
||||
|
||||
#: admin.py:48
|
||||
msgid "Resubmit selected tasks to queue"
|
||||
msgstr ""
|
||||
|
||||
#: cluster.py:54
|
||||
msgid "Q Cluster-{} starting."
|
||||
msgstr ""
|
||||
|
||||
#: cluster.py:62
|
||||
msgid "Q Cluster-{} stopping."
|
||||
msgstr ""
|
||||
|
||||
#: cluster.py:65
|
||||
msgid "Q Cluster-{} has stopped."
|
||||
msgstr ""
|
||||
|
||||
#: cluster.py:71
|
||||
msgid "{} got signal {}"
|
||||
msgstr ""
|
||||
|
||||
#: cluster.py:169
|
||||
msgid "reincarnated monitor {} after sudden death"
|
||||
msgstr ""
|
||||
|
||||
#: cluster.py:172
|
||||
msgid "reincarnated pusher {} after sudden death"
|
||||
msgstr ""
|
||||
|
||||
#: cluster.py:179
|
||||
msgid "reincarnated worker {} after timeout"
|
||||
msgstr ""
|
||||
|
||||
#: cluster.py:181
|
||||
msgid "recycled worker {}"
|
||||
msgstr ""
|
||||
|
||||
#: cluster.py:183
|
||||
msgid "reincarnated worker {} after death"
|
||||
msgstr ""
|
||||
|
||||
#: cluster.py:202
|
||||
msgid "{} guarding cluster at {}"
|
||||
msgstr ""
|
||||
|
||||
#: cluster.py:205
|
||||
msgid "Q Cluster-{} running."
|
||||
msgstr ""
|
||||
|
||||
#: cluster.py:239
|
||||
msgid "{} stopping cluster processes"
|
||||
msgstr ""
|
||||
|
||||
#: cluster.py:264
|
||||
msgid "{} waiting for the monitor."
|
||||
msgstr ""
|
||||
|
||||
#: cluster.py:285
|
||||
msgid "{} pushing tasks at {}"
|
||||
msgstr ""
|
||||
|
||||
#: cluster.py:306
|
||||
msgid "queueing from {}"
|
||||
msgstr ""
|
||||
|
||||
#: cluster.py:309
|
||||
msgid "{} stopped pushing tasks"
|
||||
msgstr ""
|
||||
|
||||
#: cluster.py:320
|
||||
msgid "{} monitoring at {}"
|
||||
msgstr ""
|
||||
|
||||
#: cluster.py:334
|
||||
msgid "Processed [{}]"
|
||||
msgstr ""
|
||||
|
||||
#: cluster.py:337
|
||||
msgid "Failed [{}] - {}"
|
||||
msgstr ""
|
||||
|
||||
#: cluster.py:338
|
||||
msgid "{} stopped monitoring results"
|
||||
msgstr ""
|
||||
|
||||
#: cluster.py:349
|
||||
msgid "{} ready for work at {}"
|
||||
msgstr ""
|
||||
|
||||
#: cluster.py:357
|
||||
msgid "{} processing [{}]"
|
||||
msgstr ""
|
||||
|
||||
#: cluster.py:398
|
||||
msgid "{} stopped doing work"
|
||||
msgstr ""
|
||||
|
||||
#: cluster.py:543
|
||||
msgid "{} failed to create a task from schedule [{}]"
|
||||
msgstr ""
|
||||
|
||||
#: cluster.py:547
|
||||
msgid "{} created a task from schedule [{}]"
|
||||
msgstr ""
|
||||
|
||||
#: cluster.py:595
|
||||
msgid "{} will use cpu {}"
|
||||
msgstr ""
|
||||
|
||||
#: conf.py:169
|
||||
msgid "Starting"
|
||||
msgstr ""
|
||||
|
||||
#: conf.py:170
|
||||
msgid "Working"
|
||||
msgstr ""
|
||||
|
||||
#: conf.py:171
|
||||
msgid "Idle"
|
||||
msgstr ""
|
||||
|
||||
#: conf.py:172
|
||||
msgid "Stopped"
|
||||
msgstr ""
|
||||
|
||||
#: conf.py:173
|
||||
msgid "Stopping"
|
||||
msgstr ""
|
||||
|
||||
#: management/commands/qcluster.py:9
|
||||
msgid "Starts a Django Q Cluster."
|
||||
msgstr ""
|
||||
|
||||
#: management/commands/qinfo.py:11
|
||||
msgid "General information over all clusters."
|
||||
msgstr ""
|
||||
|
||||
#: management/commands/qmonitor.py:9
|
||||
msgid "Monitors Q Cluster activity"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:104
|
||||
msgid "Successful task"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:105
|
||||
msgid "Successful tasks"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:121
|
||||
msgid "Failed task"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:122
|
||||
msgid "Failed tasks"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:131
|
||||
msgid "e.g. 1, 2, 'John'"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:132
|
||||
msgid "e.g. x=1, y=2, name='John'"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:142
|
||||
msgid "Once"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:143
|
||||
msgid "Minutes"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:144
|
||||
msgid "Hourly"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:145
|
||||
msgid "Daily"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:146
|
||||
msgid "Weekly"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:147
|
||||
msgid "Monthly"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:148
|
||||
msgid "Quarterly"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:149
|
||||
msgid "Yearly"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:151
|
||||
msgid "Schedule Type"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:153
|
||||
msgid "Number of minutes for the Minutes type"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:154
|
||||
msgid "Repeats"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:154
|
||||
msgid "n = n times, -1 = forever"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:155
|
||||
msgid "Next Run"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:180
|
||||
msgid "Scheduled task"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:181
|
||||
msgid "Scheduled tasks"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:204
|
||||
msgid "Queued task"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:205
|
||||
msgid "Queued tasks"
|
||||
msgstr ""
|
||||
|
||||
#: monitor.py:33
|
||||
msgid "Host"
|
||||
msgstr ""
|
||||
|
||||
#: monitor.py:34
|
||||
msgid "Id"
|
||||
msgstr ""
|
||||
|
||||
#: monitor.py:35
|
||||
msgid "State"
|
||||
msgstr ""
|
||||
|
||||
#: monitor.py:36
|
||||
msgid "Pool"
|
||||
msgstr ""
|
||||
|
||||
#: monitor.py:37
|
||||
msgid "TQ"
|
||||
msgstr ""
|
||||
|
||||
#: monitor.py:38
|
||||
msgid "RQ"
|
||||
msgstr ""
|
||||
|
||||
#: monitor.py:39
|
||||
msgid "RC"
|
||||
msgstr ""
|
||||
|
||||
#: monitor.py:40
|
||||
msgid "Up"
|
||||
msgstr ""
|
||||
|
||||
#: monitor.py:90 monitor.py:165
|
||||
msgid "Queued"
|
||||
msgstr ""
|
||||
|
||||
#: monitor.py:92
|
||||
msgid "Success"
|
||||
msgstr ""
|
||||
|
||||
#: monitor.py:95 monitor.py:173
|
||||
msgid "Failures"
|
||||
msgstr ""
|
||||
|
||||
#: monitor.py:101
|
||||
msgid "[Press q to quit]"
|
||||
msgstr ""
|
||||
|
||||
#: monitor.py:120
|
||||
msgid "day"
|
||||
msgstr ""
|
||||
|
||||
#: monitor.py:137
|
||||
msgid "second"
|
||||
msgstr ""
|
||||
|
||||
#: monitor.py:140
|
||||
msgid "minute"
|
||||
msgstr ""
|
||||
|
||||
#: monitor.py:143
|
||||
msgid "hour"
|
||||
msgstr ""
|
||||
|
||||
#: monitor.py:151
|
||||
msgid "-- {} {} on {} --"
|
||||
msgstr ""
|
||||
|
||||
#: monitor.py:153
|
||||
msgid "Clusters"
|
||||
msgstr ""
|
||||
|
||||
#: monitor.py:157
|
||||
msgid "Workers"
|
||||
msgstr ""
|
||||
|
||||
#: monitor.py:161
|
||||
msgid "Restarts"
|
||||
msgstr ""
|
||||
|
||||
#: monitor.py:169
|
||||
msgid "Successes"
|
||||
msgstr ""
|
||||
|
||||
#: monitor.py:177
|
||||
msgid "Schedules"
|
||||
msgstr ""
|
||||
|
||||
#: monitor.py:181
|
||||
msgid "Tasks/{}"
|
||||
msgstr ""
|
||||
|
||||
#: monitor.py:185
|
||||
msgid "Avg time"
|
||||
msgstr ""
|
||||
|
||||
#: signals.py:21
|
||||
msgid "malformed return hook '{}' for [{}]"
|
||||
msgstr ""
|
||||
|
||||
#: signals.py:26
|
||||
msgid "return hook {} failed on [{}] because {}"
|
||||
msgstr ""
|
||||
BIN
django_q/locale/fr/LC_MESSAGES/django.mo
Normal file
BIN
django_q/locale/fr/LC_MESSAGES/django.mo
Normal file
Binary file not shown.
373
django_q/locale/fr/LC_MESSAGES/django.po
Normal file
373
django_q/locale/fr/LC_MESSAGES/django.po
Normal file
@@ -0,0 +1,373 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: \n"
|
||||
"POT-Creation-Date: 2018-08-05 15:48+0200\n"
|
||||
"PO-Revision-Date: 2018-08-05 16:24+0200\n"
|
||||
"Language-Team: \n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"X-Generator: Poedit 2.1.1\n"
|
||||
"X-Poedit-Basepath: ../..\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
||||
"Last-Translator: \n"
|
||||
"Language: fr\n"
|
||||
"X-Poedit-SearchPath-0: brokers/redis_broker.py\n"
|
||||
"X-Poedit-SearchPath-1: brokers/orm.py\n"
|
||||
"X-Poedit-SearchPath-2: brokers/mongo.py\n"
|
||||
"X-Poedit-SearchPath-3: brokers/ironmq.py\n"
|
||||
"X-Poedit-SearchPath-4: brokers/disque.py\n"
|
||||
"X-Poedit-SearchPath-5: brokers/aws_sqs.py\n"
|
||||
"X-Poedit-SearchPath-6: management/commands/qmonitor.py\n"
|
||||
"X-Poedit-SearchPath-7: management/commands/qinfo.py\n"
|
||||
"X-Poedit-SearchPath-8: management/commands/qcluster.py\n"
|
||||
"X-Poedit-SearchPath-9: tasks.py\n"
|
||||
"X-Poedit-SearchPath-10: status.py\n"
|
||||
"X-Poedit-SearchPath-11: signing.py\n"
|
||||
"X-Poedit-SearchPath-12: signals.py\n"
|
||||
"X-Poedit-SearchPath-13: queues.py\n"
|
||||
"X-Poedit-SearchPath-14: monitor.py\n"
|
||||
"X-Poedit-SearchPath-15: models.py\n"
|
||||
"X-Poedit-SearchPath-16: humanhash.py\n"
|
||||
"X-Poedit-SearchPath-17: core_signing.py\n"
|
||||
"X-Poedit-SearchPath-18: conf.py\n"
|
||||
"X-Poedit-SearchPath-19: compat.py\n"
|
||||
"X-Poedit-SearchPath-20: cluster.py\n"
|
||||
"X-Poedit-SearchPath-21: apps.py\n"
|
||||
"X-Poedit-SearchPath-22: admin.py\n"
|
||||
|
||||
#: admin.py:48
|
||||
msgid "Resubmit selected tasks to queue"
|
||||
msgstr "Resoumettre les tâches sélectionnées à la file d'attente"
|
||||
|
||||
#: cluster.py:54
|
||||
msgid "Q Cluster-{} starting."
|
||||
msgstr "Démarrage de Q Cluster-{}."
|
||||
|
||||
#: cluster.py:62
|
||||
msgid "Q Cluster-{} stopping."
|
||||
msgstr "Arrêt de Q Cluster-{}."
|
||||
|
||||
#: cluster.py:65
|
||||
msgid "Q Cluster-{} has stopped."
|
||||
msgstr "Q Cluster-{} a été arrêté."
|
||||
|
||||
#: cluster.py:71
|
||||
msgid "{} got signal {}"
|
||||
msgstr "{} à reçu le signal {}"
|
||||
|
||||
#: cluster.py:169
|
||||
msgid "reincarnated monitor {} after sudden death"
|
||||
msgstr "moniteur réintégré {} après un arrêt intempestif"
|
||||
|
||||
#: cluster.py:172
|
||||
msgid "reincarnated pusher {} after sudden death"
|
||||
msgstr "pousseur réintégré {} après un arrêt intempestif"
|
||||
|
||||
#: cluster.py:179
|
||||
msgid "reincarnated worker {} after timeout"
|
||||
msgstr "processus réintégré {} après un arrêt une attente trop longue"
|
||||
|
||||
#: cluster.py:181
|
||||
msgid "recycled worker {}"
|
||||
msgstr "processus recyclé"
|
||||
|
||||
#: cluster.py:183
|
||||
msgid "reincarnated worker {} after death"
|
||||
msgstr "processus réintégré {} après arrêt"
|
||||
|
||||
#: cluster.py:202
|
||||
msgid "{} guarding cluster at {}"
|
||||
msgstr "{} surveillance du cluster à {}"
|
||||
|
||||
#: cluster.py:205
|
||||
msgid "Q Cluster-{} running."
|
||||
msgstr "Q Cluster-{} en cours d'exécution."
|
||||
|
||||
#: cluster.py:239
|
||||
msgid "{} stopping cluster processes"
|
||||
msgstr "{} arrêt des processus de cluster"
|
||||
|
||||
#: cluster.py:264
|
||||
msgid "{} waiting for the monitor."
|
||||
msgstr "{} en attente du moniteur."
|
||||
|
||||
#: cluster.py:285
|
||||
msgid "{} pushing tasks at {}"
|
||||
msgstr "{} tâche envoyé à {}"
|
||||
|
||||
#: cluster.py:306
|
||||
msgid "queueing from {}"
|
||||
msgstr "mise en file d'attente de {}"
|
||||
|
||||
#: cluster.py:309
|
||||
msgid "{} stopped pushing tasks"
|
||||
msgstr "{} a cessé de pousser les tâches"
|
||||
|
||||
#: cluster.py:320
|
||||
msgid "{} monitoring at {}"
|
||||
msgstr "{} Surveillance de {}"
|
||||
|
||||
#: cluster.py:334
|
||||
msgid "Processed [{}]"
|
||||
msgstr "Traitement de [{}]"
|
||||
|
||||
#: cluster.py:337
|
||||
msgid "Failed [{}] - {}"
|
||||
msgstr "Echec [{}] - {}"
|
||||
|
||||
#: cluster.py:338
|
||||
msgid "{} stopped monitoring results"
|
||||
msgstr "{} arrêt des résultats de surveillance"
|
||||
|
||||
#: cluster.py:349
|
||||
msgid "{} ready for work at {}"
|
||||
msgstr "{} prêt pour le travail à {}"
|
||||
|
||||
#: cluster.py:357
|
||||
msgid "{} processing [{}]"
|
||||
msgstr "{} en cours de traitement [{}]"
|
||||
|
||||
#: cluster.py:398
|
||||
msgid "{} stopped doing work"
|
||||
msgstr "{} arrêté de travailler"
|
||||
|
||||
#: cluster.py:543
|
||||
msgid "{} failed to create a task from schedule [{}]"
|
||||
msgstr "{} Echec de la création d'une tâche à partir de Schedule [{}]"
|
||||
|
||||
#: cluster.py:547
|
||||
msgid "{} created a task from schedule [{}]"
|
||||
msgstr "{} a créé une tâche à partir de Schedule [{}]"
|
||||
|
||||
#: cluster.py:595
|
||||
msgid "{} will use cpu {}"
|
||||
msgstr "{} utilisera le CPU {}"
|
||||
|
||||
#: conf.py:169
|
||||
msgid "Starting"
|
||||
msgstr "Démarrage"
|
||||
|
||||
#: conf.py:170
|
||||
msgid "Working"
|
||||
msgstr "Actif"
|
||||
|
||||
#: conf.py:171
|
||||
msgid "Idle"
|
||||
msgstr "En attente"
|
||||
|
||||
#: conf.py:172
|
||||
msgid "Stopped"
|
||||
msgstr "Arrêté"
|
||||
|
||||
#: conf.py:173
|
||||
msgid "Stopping"
|
||||
msgstr "En cours d’arrêt"
|
||||
|
||||
#: management/commands/qcluster.py:9
|
||||
msgid "Starts a Django Q Cluster."
|
||||
msgstr "Démarre un cluster Django Q."
|
||||
|
||||
#: management/commands/qinfo.py:11
|
||||
msgid "General information over all clusters."
|
||||
msgstr "Informations générales sur tous les clusters."
|
||||
|
||||
#: management/commands/qmonitor.py:9
|
||||
msgid "Monitors Q Cluster activity"
|
||||
msgstr "Activité du cluster Moniteur Q"
|
||||
|
||||
#: models.py:104
|
||||
msgid "Successful task"
|
||||
msgstr "Tâche réussie"
|
||||
|
||||
#: models.py:105
|
||||
msgid "Successful tasks"
|
||||
msgstr "Tâches réussies"
|
||||
|
||||
#: models.py:121
|
||||
msgid "Failed task"
|
||||
msgstr "Tâche échoué"
|
||||
|
||||
#: models.py:122
|
||||
msgid "Failed tasks"
|
||||
msgstr "Tâches échouées"
|
||||
|
||||
#: models.py:131
|
||||
msgid "e.g. 1, 2, 'John'"
|
||||
msgstr "ex. 1, 2, ‘Jean’"
|
||||
|
||||
#: models.py:132
|
||||
msgid "e.g. x=1, y=2, name='John'"
|
||||
msgstr "p. ex. x = 1, y = 2, Nom = ‘Jean’"
|
||||
|
||||
#: models.py:142
|
||||
msgid "Once"
|
||||
msgstr "Une fois"
|
||||
|
||||
#: models.py:143
|
||||
msgid "Minutes"
|
||||
msgstr "Minutes"
|
||||
|
||||
#: models.py:144
|
||||
msgid "Hourly"
|
||||
msgstr "Toutes les heures"
|
||||
|
||||
#: models.py:145
|
||||
msgid "Daily"
|
||||
msgstr "Quotidien"
|
||||
|
||||
#: models.py:146
|
||||
msgid "Weekly"
|
||||
msgstr "Hebdomadaire"
|
||||
|
||||
#: models.py:147
|
||||
msgid "Monthly"
|
||||
msgstr "Mensuel"
|
||||
|
||||
#: models.py:148
|
||||
msgid "Quarterly"
|
||||
msgstr "Tous les quart-d’heure"
|
||||
|
||||
#: models.py:149
|
||||
msgid "Yearly"
|
||||
msgstr "Annuel"
|
||||
|
||||
#: models.py:151
|
||||
msgid "Schedule Type"
|
||||
msgstr "Type de plannification"
|
||||
|
||||
#: models.py:153
|
||||
msgid "Number of minutes for the Minutes type"
|
||||
msgstr "Nombre de minutes pour le type de minutes"
|
||||
|
||||
#: models.py:154
|
||||
msgid "Repeats"
|
||||
msgstr "Répéter"
|
||||
|
||||
#: models.py:154
|
||||
msgid "n = n times, -1 = forever"
|
||||
msgstr "n = n fois,-1 = Toujours"
|
||||
|
||||
#: models.py:155
|
||||
msgid "Next Run"
|
||||
msgstr "Prochaine exécution"
|
||||
|
||||
#: models.py:180
|
||||
msgid "Scheduled task"
|
||||
msgstr "Tâche planifiée"
|
||||
|
||||
#: models.py:181
|
||||
msgid "Scheduled tasks"
|
||||
msgstr "Tâches planifiées"
|
||||
|
||||
#: models.py:204
|
||||
msgid "Queued task"
|
||||
msgstr "Tâche en file d'attente"
|
||||
|
||||
#: models.py:205
|
||||
msgid "Queued tasks"
|
||||
msgstr "Tâches en file d'attente"
|
||||
|
||||
#: monitor.py:33
|
||||
msgid "Host"
|
||||
msgstr "Hôte"
|
||||
|
||||
#: monitor.py:34
|
||||
msgid "Id"
|
||||
msgstr "Id"
|
||||
|
||||
#: monitor.py:35
|
||||
msgid "State"
|
||||
msgstr "Statut"
|
||||
|
||||
#: monitor.py:36
|
||||
msgid "Pool"
|
||||
msgstr "Piscine"
|
||||
|
||||
#: monitor.py:37
|
||||
msgid "TQ"
|
||||
msgstr "TQ"
|
||||
|
||||
#: monitor.py:38
|
||||
msgid "RQ"
|
||||
msgstr "RQ"
|
||||
|
||||
#: monitor.py:39
|
||||
msgid "RC"
|
||||
msgstr "RC"
|
||||
|
||||
#: monitor.py:40
|
||||
msgid "Up"
|
||||
msgstr "Haut"
|
||||
|
||||
#: monitor.py:90 monitor.py:165
|
||||
msgid "Queued"
|
||||
msgstr "En file d'attente"
|
||||
|
||||
#: monitor.py:92
|
||||
msgid "Success"
|
||||
msgstr "Succès"
|
||||
|
||||
#: monitor.py:95 monitor.py:173
|
||||
msgid "Failures"
|
||||
msgstr "Défaillances"
|
||||
|
||||
#: monitor.py:101
|
||||
msgid "[Press q to quit]"
|
||||
msgstr "[appuyez sur q pour quitter]"
|
||||
|
||||
#: monitor.py:120
|
||||
msgid "day"
|
||||
msgstr "jour"
|
||||
|
||||
#: monitor.py:137
|
||||
msgid "second"
|
||||
msgstr "seconde"
|
||||
|
||||
#: monitor.py:140
|
||||
msgid "minute"
|
||||
msgstr "minute"
|
||||
|
||||
#: monitor.py:143
|
||||
msgid "hour"
|
||||
msgstr "heure"
|
||||
|
||||
#: monitor.py:151
|
||||
msgid "-- {} {} on {} --"
|
||||
msgstr "--{} {} sur {}--"
|
||||
|
||||
#: monitor.py:153
|
||||
msgid "Clusters"
|
||||
msgstr "Grappes"
|
||||
|
||||
#: monitor.py:157
|
||||
msgid "Workers"
|
||||
msgstr "Processus"
|
||||
|
||||
#: monitor.py:161
|
||||
msgid "Restarts"
|
||||
msgstr "Redémarrages"
|
||||
|
||||
#: monitor.py:169
|
||||
msgid "Successes"
|
||||
msgstr "Succès"
|
||||
|
||||
#: monitor.py:177
|
||||
msgid "Schedules"
|
||||
msgstr "Planifications"
|
||||
|
||||
#: monitor.py:181
|
||||
msgid "Tasks/{}"
|
||||
msgstr "Tâches/{}"
|
||||
|
||||
#: monitor.py:185
|
||||
msgid "Avg time"
|
||||
msgstr "Temps Moyen"
|
||||
|
||||
#: signals.py:21
|
||||
msgid "malformed return hook '{}' for [{}]"
|
||||
msgstr "hook de retour mal formé' {} 'pour [{}]"
|
||||
|
||||
#: signals.py:26
|
||||
msgid "return hook {} failed on [{}] because {}"
|
||||
msgstr "le crochet de retour {} a échoué sur [{}] parce que {}"
|
||||
Reference in New Issue
Block a user