From 2989b7744e29d84f7782d095678c4fa786062d99 Mon Sep 17 00:00:00 2001 From: mymage Date: Sat, 28 Dec 2024 12:34:34 +0000 Subject: [PATCH] Added translation using Weblate (Italian) --- printing_auto_base/i18n/it.po | 202 ++++++++++++++++++++++++++++++++++ 1 file changed, 202 insertions(+) create mode 100644 printing_auto_base/i18n/it.po diff --git a/printing_auto_base/i18n/it.po b/printing_auto_base/i18n/it.po new file mode 100644 index 00000000000..82de23a5a6e --- /dev/null +++ b/printing_auto_base/i18n/it.po @@ -0,0 +1,202 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * printing_auto_base +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 14.0\n" +"Report-Msgid-Bugs-To: \n" +"Last-Translator: Automatically generated\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" + +#. module: printing_auto_base +#: model:ir.model.fields,field_description:printing_auto_base.field_printing_auto__action_on_error +msgid "Action on error" +msgstr "" + +#. module: printing_auto_base +#: model:ir.model.fields.selection,name:printing_auto_base.selection__printing_auto__data_source__attachment +msgid "Attachment" +msgstr "" + +#. module: printing_auto_base +#: model:ir.model.fields,field_description:printing_auto_base.field_printing_auto__attachment_domain +msgid "Attachment domain" +msgstr "" + +#. module: printing_auto_base +#: code:addons/printing_auto_base/models/printing_auto.py:0 +#, python-format +msgid "Attachment domain is not set" +msgstr "" + +#. module: printing_auto_base +#: model:ir.model.fields,field_description:printing_auto_base.field_printing_auto_mixin__auto_printing_ids +msgid "Auto Printing Configuration" +msgstr "" + +#. module: printing_auto_base +#: model:ir.model.fields,help:printing_auto_base.field_printing_auto__data_source +msgid "" +"Choose to print the result of an odoo report or a pre-existing attachment " +"(useful for labels received from carriers that are recorded on the picking " +"as an attachment)" +msgstr "" + +#. module: printing_auto_base +#: model:ir.model.fields,field_description:printing_auto_base.field_printing_auto__condition +msgid "Condition" +msgstr "" + +#. module: printing_auto_base +#: model:ir.model.fields,field_description:printing_auto_base.field_printing_auto__create_uid +msgid "Created by" +msgstr "" + +#. module: printing_auto_base +#: model:ir.model.fields,field_description:printing_auto_base.field_printing_auto__create_date +msgid "Created on" +msgstr "" + +#. module: printing_auto_base +#: model:ir.model.fields,field_description:printing_auto_base.field_printing_auto__data_source +msgid "Data source" +msgstr "" + +#. module: printing_auto_base +#: model:ir.model.fields,field_description:printing_auto_base.field_printing_auto__display_name +#: model:ir.model.fields,field_description:printing_auto_base.field_printing_auto_mixin__display_name +msgid "Display Name" +msgstr "" + +#. module: printing_auto_base +#: model:ir.model.fields,help:printing_auto_base.field_printing_auto__condition +msgid "Give a domain that must be valid for printing this" +msgstr "" + +#. module: printing_auto_base +#: model:ir.model.fields,field_description:printing_auto_base.field_printing_auto__id +#: model:ir.model.fields,field_description:printing_auto_base.field_printing_auto_mixin__id +msgid "ID" +msgstr "" + +#. module: printing_auto_base +#: model:ir.model.fields,field_description:printing_auto_base.field_printing_auto____last_update +#: model:ir.model.fields,field_description:printing_auto_base.field_printing_auto_mixin____last_update +msgid "Last Modified on" +msgstr "" + +#. module: printing_auto_base +#: model:ir.model.fields,field_description:printing_auto_base.field_printing_auto__write_uid +msgid "Last Updated by" +msgstr "" + +#. module: printing_auto_base +#: model:ir.model.fields,field_description:printing_auto_base.field_printing_auto__write_date +msgid "Last Updated on" +msgstr "" + +#. module: printing_auto_base +#: model:ir.model.fields,field_description:printing_auto_base.field_printing_auto__name +msgid "Name" +msgstr "" + +#. module: printing_auto_base +#: code:addons/printing_auto_base/models/printing_auto.py:0 +#, python-format +msgid "No attachment was found." +msgstr "" + +#. module: printing_auto_base +#: code:addons/printing_auto_base/models/printing_auto.py:0 +#, python-format +msgid "No printer configured to print this {}." +msgstr "" + +#. module: printing_auto_base +#: model:ir.model.fields,field_description:printing_auto_base.field_printing_auto__nbr_of_copies +msgid "Number of Copies" +msgstr "" + +#. module: printing_auto_base +#: model:ir.model.fields,field_description:printing_auto_base.field_printing_auto__printer_id +msgid "Printer" +msgstr "" + +#. module: printing_auto_base +#: model:ir.model,name:printing_auto_base.model_printing_auto +msgid "Printing Auto" +msgstr "" + +#. module: printing_auto_base +#: model:ir.model,name:printing_auto_base.model_printing_auto_mixin +msgid "Printing Auto Mixin" +msgstr "" + +#. module: printing_auto_base +#: model:ir.model.fields,field_description:printing_auto_base.field_printing_auto_mixin__printing_auto_error +msgid "Printing error" +msgstr "" + +#. module: printing_auto_base +#: model:ir.model.fields.selection,name:printing_auto_base.selection__printing_auto__action_on_error__raise +msgid "Raise an Exception" +msgstr "" + +#. module: printing_auto_base +#: model:ir.model.fields.selection,name:printing_auto_base.selection__printing_auto__action_on_error__log +msgid "Record an error" +msgstr "" + +#. module: printing_auto_base +#: model:ir.model.fields,field_description:printing_auto_base.field_printing_auto__record_change +msgid "Record change" +msgstr "" + +#. module: printing_auto_base +#: model:ir.model.fields,field_description:printing_auto_base.field_printing_auto__model +msgid "Related Document Model" +msgstr "" + +#. module: printing_auto_base +#: model:ir.model.fields,field_description:printing_auto_base.field_printing_auto__report_id +#: model:ir.model.fields.selection,name:printing_auto_base.selection__printing_auto__data_source__report +msgid "Report" +msgstr "" + +#. module: printing_auto_base +#: code:addons/printing_auto_base/models/printing_auto.py:0 +#, python-format +msgid "Report is not set" +msgstr "" + +#. module: printing_auto_base +#: model:ir.model.fields,help:printing_auto_base.field_printing_auto__record_change +msgid "" +"Select on which document the report must be executed. Use a path using a " +"dotted notation starting from any record field. For example, if your record " +"is a stock.picking, you can access the next picking with " +"'move_lines.move_dest_ids.picking_id'" +msgstr "" + +#. module: printing_auto_base +#: code:addons/printing_auto_base/models/printing_auto.py:0 +#, python-format +msgid "The Record change could not be applied because: %s" +msgstr "" + +#. module: printing_auto_base +#: model:ir.model.fields,field_description:printing_auto_base.field_printing_auto__printer_tray_id +msgid "Tray" +msgstr "" + +#. module: printing_auto_base +#: code:addons/printing_auto_base/models/printing_auto_mixin.py:0 +#, python-format +msgid "{name}: {count} document(s) sent to printer {printer}" +msgstr ""