Skip to content

Commit

Permalink
Update translation files
Browse files Browse the repository at this point in the history
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: queue-13.0/queue-13.0-queue_job
Translate-URL: https://translation.odoo-community.org/projects/queue-13-0/queue-13-0-queue_job/
  • Loading branch information
weblate committed Oct 9, 2023
1 parent ddd090d commit e4808c6
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 12 deletions.
10 changes: 7 additions & 3 deletions queue_job/i18n/es.po
Original file line number Diff line number Diff line change
Expand Up @@ -541,7 +541,8 @@ msgstr "Se requiere un canal padre."
#. module: queue_job
#: model:ir.model.fields,help:queue_job.field_queue_job_function__edit_retry_pattern
msgid ""
"Pattern expressing from the count of retries on retryable errors, the number of of seconds to postpone the next execution.\n"
"Pattern expressing from the count of retries on retryable errors, the number "
"of of seconds to postpone the next execution.\n"
"Example: {1: 10, 5: 20, 10: 30, 15: 300}.\n"
"See the module description for details."
msgstr ""
Expand Down Expand Up @@ -724,7 +725,9 @@ msgstr ""
#. module: queue_job
#: model:ir.model.fields,help:queue_job.field_queue_job_function__edit_related_action
msgid ""
"The action when the button *Related Action* is used on a job. The default action is to open the view of the record related to the job. Configured as a dictionary with optional keys: enable, func_name, kwargs.\n"
"The action when the button *Related Action* is used on a job. The default "
"action is to open the view of the record related to the job. Configured as a "
"dictionary with optional keys: enable, func_name, kwargs.\n"
"See the module description for details."
msgstr ""

Expand Down Expand Up @@ -771,7 +774,8 @@ msgstr ""
msgid ""
"Unexpected format of Related Action for {}.\n"
"Example of valid format:\n"
"{{\"enable\": True, \"func_name\": \"related_action_foo\", \"kwargs\" {{\"limit\": 10}}}}"
"{{\"enable\": True, \"func_name\": \"related_action_foo\", \"kwargs"
"\" {{\"limit\": 10}}}}"
msgstr ""

#. module: queue_job
Expand Down
22 changes: 13 additions & 9 deletions queue_job/i18n/fr.po
Original file line number Diff line number Diff line change
Expand Up @@ -300,8 +300,8 @@ msgstr "Clé d’identité"
#, python-format
msgid "If both parameters are 0, ALL jobs will be requeued!"
msgstr ""
"Si les deux paramètres sont à 0, toutes les tâches seront remises en file d’"
"attente !"
"Si les deux paramètres sont à 0, toutes les tâches seront remises en file "
"d’attente !"

#. module: queue_job
#: model:ir.model.fields,help:queue_job.field_queue_job__message_needaction
Expand Down Expand Up @@ -542,7 +542,8 @@ msgstr "Canal parent requis."
#. module: queue_job
#: model:ir.model.fields,help:queue_job.field_queue_job_function__edit_retry_pattern
msgid ""
"Pattern expressing from the count of retries on retryable errors, the number of of seconds to postpone the next execution.\n"
"Pattern expressing from the count of retries on retryable errors, the number "
"of of seconds to postpone the next execution.\n"
"Example: {1: 10, 5: 20, 10: 30, 15: 300}.\n"
"See the module description for details."
msgstr ""
Expand Down Expand Up @@ -696,8 +697,8 @@ msgid ""
"Something bad happened during the execution of the job. More details in the "
"'Exception Information' section."
msgstr ""
"Un problème a été rencontré lors de l’exécution de la tâche. La section « "
"Information d’exception » contient plus de détails."
"Un problème a été rencontré lors de l’exécution de la tâche. La section "
"« Information d’exception » contient plus de détails."

#. module: queue_job
#: model:ir.model.fields,field_description:queue_job.field_queue_job__date_started
Expand Down Expand Up @@ -737,7 +738,9 @@ msgstr "Tâche"
#. module: queue_job
#: model:ir.model.fields,help:queue_job.field_queue_job_function__edit_related_action
msgid ""
"The action when the button *Related Action* is used on a job. The default action is to open the view of the record related to the job. Configured as a dictionary with optional keys: enable, func_name, kwargs.\n"
"The action when the button *Related Action* is used on a job. The default "
"action is to open the view of the record related to the job. Configured as a "
"dictionary with optional keys: enable, func_name, kwargs.\n"
"See the module description for details."
msgstr ""
"L’action lorsque le bouton « Action rattachée » est utilisé dans une tâche. "
Expand Down Expand Up @@ -794,12 +797,13 @@ msgstr "UUID"
msgid ""
"Unexpected format of Related Action for {}.\n"
"Example of valid format:\n"
"{{\"enable\": True, \"func_name\": \"related_action_foo\", \"kwargs\" {{\"limit\": 10}}}}"
"{{\"enable\": True, \"func_name\": \"related_action_foo\", \"kwargs"
"\" {{\"limit\": 10}}}}"
msgstr ""
"Format inattendu pour l’action rattachée de {}.\n"
"Exemple de format valide :\n"
"{{\"enable\": True, \"func_name\": \"related_action_foo\", \"kwargs\" {{"
"\"limit\": 10}}}}"
"{{\"enable\": True, \"func_name\": \"related_action_foo\", \"kwargs"
"\" {{\"limit\": 10}}}}"

#. module: queue_job
#: code:addons/queue_job/models/queue_job.py:0
Expand Down

0 comments on commit e4808c6

Please sign in to comment.