Skip to content

Commit

Permalink
Added translation using Weblate (Italian)
Browse files Browse the repository at this point in the history
  • Loading branch information
mymage authored and weblate committed Dec 28, 2024
1 parent bd52394 commit 2989b77
Showing 1 changed file with 202 additions and 0 deletions.
202 changes: 202 additions & 0 deletions printing_auto_base/i18n/it.po
Original file line number Diff line number Diff line change
@@ -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 ""

0 comments on commit 2989b77

Please sign in to comment.