Skip to content

Commit

Permalink
Translated using Weblate (Italian)
Browse files Browse the repository at this point in the history
Currently translated at 100.0% (12 of 12 strings)

Translation: stock-logistics-workflow-16.0/stock-logistics-workflow-16.0-stock_picking_batch_print_pickings
Translate-URL: https://translation.odoo-community.org/projects/stock-logistics-workflow-16-0/stock-logistics-workflow-16-0-stock_picking_batch_print_pickings/it/
  • Loading branch information
mymage authored and weblate committed Jan 24, 2024
1 parent 0cbd0ce commit 88b9cbe
Showing 1 changed file with 16 additions and 12 deletions.
28 changes: 16 additions & 12 deletions stock_picking_batch_print_pickings/i18n/it.po
Original file line number Diff line number Diff line change
Expand Up @@ -6,77 +6,81 @@ msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 16.0\n"
"Report-Msgid-Bugs-To: \n"
"Last-Translator: Automatically generated\n"
"PO-Revision-Date: 2024-01-24 17:34+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: stock_picking_batch_print_pickings
#: model:ir.actions.report,print_report_name:stock_picking_batch_print_pickings.action_report_picking_batch_print_pickings
msgid "'Delivery Slips from Batch %s' % (object.name)"
msgstr ""
msgstr "'Foglio consegna dal gruppo %s' % (object.name)"

#. module: stock_picking_batch_print_pickings
#: model:ir.model.fields,help:stock_picking_batch_print_pickings.field_stock_picking_type__batch_print_pickings
msgid "Allow print all pickings from batch"
msgstr ""
msgstr "Consente la stampa di tutti i prelievi dal gruppo"

#. module: stock_picking_batch_print_pickings
#: model:ir.model,name:stock_picking_batch_print_pickings.model_stock_picking_batch
msgid "Batch Transfer"
msgstr ""
msgstr "Trasferimento raggruppato"

#. module: stock_picking_batch_print_pickings
#: model:ir.actions.report,name:stock_picking_batch_print_pickings.action_report_picking_batch_print_pickings
#: model:ir.actions.server,name:stock_picking_batch_print_pickings.action_print_pickings
#: model_terms:ir.ui.view,arch_db:stock_picking_batch_print_pickings.stock_picking_batch_form_inherit_stock_picking_batch_print_pickings
msgid "Delivery Slips"
msgstr ""
msgstr "Foglio di consegna"

#. module: stock_picking_batch_print_pickings
#: model:ir.model.fields,field_description:stock_picking_batch_print_pickings.field_stock_picking_type__number_copies_pickings
msgid "Number of copies"
msgstr ""
msgstr "Numero di copie"

#. module: stock_picking_batch_print_pickings
#: model:ir.model.fields,help:stock_picking_batch_print_pickings.field_stock_picking_type__number_copies_pickings
msgid "Number of copies to print"
msgstr ""
msgstr "Numero di copie da stampare"

#. module: stock_picking_batch_print_pickings
#: model:ir.model,name:stock_picking_batch_print_pickings.model_stock_picking_type
msgid "Picking Type"
msgstr ""
msgstr "Tipologia prelievo"

#. module: stock_picking_batch_print_pickings
#. odoo-python
#: code:addons/stock_picking_batch_print_pickings/models/stock_picking_batch.py:0
#, python-format
msgid "Picking Type %(type)s is not configured to print pickings from batch."
msgstr ""
"Il tipo di prelievo %(type)s non è configurato per stampare prelievi dal "
"gruppo."

#. module: stock_picking_batch_print_pickings
#: model:ir.model.fields,field_description:stock_picking_batch_print_pickings.field_stock_picking_batch__print_pickings
#: model_terms:ir.ui.view,arch_db:stock_picking_batch_print_pickings.view_picking_type_form_inherit_stock_picking_batch_print_pickings
msgid "Print Pickings"
msgstr ""
msgstr "Stampa prelievi"

#. module: stock_picking_batch_print_pickings
#: model:ir.model.fields,help:stock_picking_batch_print_pickings.field_stock_picking_batch__print_pickings
msgid "Print Pickings from Batch"
msgstr ""
msgstr "Stampa prelievi dal gruppo"

#. module: stock_picking_batch_print_pickings
#: model:ir.model.fields,field_description:stock_picking_batch_print_pickings.field_stock_picking_type__batch_print_pickings
msgid "Print pickings from batch"
msgstr ""
msgstr "Stampa prelievi dal gruppo"

#. module: stock_picking_batch_print_pickings
#. odoo-python
#: code:addons/stock_picking_batch_print_pickings/models/stock_picking_type.py:0
#, python-format
msgid "The number of copies must be greater or equal to 0"
msgstr ""
msgstr "Il numero di copie deve essere maggiore o uguale a 0"

0 comments on commit 88b9cbe

Please sign in to comment.