Skip to content

Commit

Permalink
Merge pull request #368 from OCA/16.0
Browse files Browse the repository at this point in the history
Syncing from upstream OCA/queue (16.0)
  • Loading branch information
bt-admin authored Apr 5, 2024
2 parents b800ba8 + a59f73d commit 8e09cf0
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 2 deletions.
4 changes: 2 additions & 2 deletions base_export_async/i18n/it.po
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 12.0\n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: 2024-01-11 09:33+0000\n"
"PO-Revision-Date: 2024-04-04 11:38+0000\n"
"Last-Translator: mymage <[email protected]>\n"
"Language-Team: none\n"
"Language: it\n"
Expand Down Expand Up @@ -157,4 +157,4 @@ msgstr "Bisogna impostare una e-mail nel proprio utente."
#: code:addons/base_export_async/static/src/js/list_controller.esm.js:0
#, python-format
msgid "You will receive the export file by email as soon as it is finished."
msgstr "Verrà inviato via e-mail il file esportazine appena sarà completato."
msgstr "Verrà inviato via e-mail il file esportazione appena sarà completato."
45 changes: 45 additions & 0 deletions queue_job_web_notify/i18n/it.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * queue_job_web_notify
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 16.0\n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: 2024-04-04 16:36+0000\n"
"Last-Translator: mymage <[email protected]>\n"
"Language-Team: none\n"
"Language: it\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 4.17\n"

#. module: queue_job_web_notify
#: model:ir.model.fields,help:queue_job_web_notify.field_queue_job_function__is_web_notify_failure_enabled
msgid "Display a notification in the user interface when the job fails."
msgstr ""
"Visualizza una notifica nell'interfaccia utente quando il lavoro fallisce."

#. module: queue_job_web_notify
#: model:ir.model,name:queue_job_web_notify.model_queue_job_function
msgid "Job Functions"
msgstr "Funzioni lavoro"

#. module: queue_job_web_notify
#. odoo-python
#: code:addons/queue_job_web_notify/models/queue_job.py:0
#, python-format
msgid "Job failed"
msgstr "Lavro fallito"

#. module: queue_job_web_notify
#: model:ir.model.fields,field_description:queue_job_web_notify.field_queue_job_function__is_web_notify_failure_enabled
msgid "Notify on failure"
msgstr "Notifica al fallimento"

#. module: queue_job_web_notify
#: model:ir.model,name:queue_job_web_notify.model_queue_job
msgid "Queue Job"
msgstr "Lavoro in coda"

0 comments on commit 8e09cf0

Please sign in to comment.