diff --git a/base_export_async/i18n/it.po b/base_export_async/i18n/it.po index 7a0c23c4b8..6d17c1cf06 100644 --- a/base_export_async/i18n/it.po +++ b/base_export_async/i18n/it.po @@ -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 \n" "Language-Team: none\n" "Language: it\n" @@ -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." diff --git a/queue_job_web_notify/i18n/it.po b/queue_job_web_notify/i18n/it.po new file mode 100644 index 0000000000..c15b53934e --- /dev/null +++ b/queue_job_web_notify/i18n/it.po @@ -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 \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"