Skip to content

Commit

Permalink
Added translation using Weblate (Italian)
Browse files Browse the repository at this point in the history
  • Loading branch information
francesco-ooops authored and oca-transbot committed Nov 25, 2020
1 parent a1937e4 commit 11c8321
Showing 1 changed file with 113 additions and 0 deletions.
113 changes: 113 additions & 0 deletions barcodes_generator_product/i18n/it.po
@@ -0,0 +1,113 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * barcodes_generator_product
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 12.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: barcodes_generator_product
#: model:ir.model.fields,help:barcodes_generator_product.field_product_template__generate_type
msgid "Allow to generate barcode, including a number (a base) in the final barcode.\n"
" 'Base Set Manually' : User should set manually the value of the barcode base\n"
" 'Base managed by Sequence': User will use a button to generate a new base. This base will be generated by a sequence"
msgstr ""

#. module: barcodes_generator_product
#: model:ir.model.fields,field_description:barcodes_generator_product.field_product_template__barcode_base
msgid "Barcode Base"
msgstr ""

#. module: barcodes_generator_product
#: model:ir.model,name:barcodes_generator_product.model_barcode_rule
#: model:ir.model.fields,field_description:barcodes_generator_product.field_product_template__barcode_rule_id
msgid "Barcode Rule"
msgstr ""

#. module: barcodes_generator_product
#: model_terms:ir.ui.view,arch_db:barcodes_generator_product.view_product_product_form
#: model_terms:ir.ui.view,arch_db:barcodes_generator_product.view_product_template_form
msgid "Generate Barcode (Using Barcode Rule)"
msgstr ""

#. module: barcodes_generator_product
#: model_terms:ir.ui.view,arch_db:barcodes_generator_product.view_product_product_form
#: model_terms:ir.ui.view,arch_db:barcodes_generator_product.view_product_template_form
msgid "Generate Base (Using Sequence)"
msgstr ""

#. module: barcodes_generator_product
#: model:ir.model.fields,field_description:barcodes_generator_product.field_barcode_rule__generate_model
msgid "Generate Model"
msgstr ""

#. module: barcodes_generator_product
#: model:ir.model.fields,field_description:barcodes_generator_product.field_product_template__generate_type
msgid "Generate Type"
msgstr ""

#. module: barcodes_generator_product
#: model:ir.model.fields,help:barcodes_generator_product.field_barcode_rule__generate_model
msgid "If 'Generate Type' is set, mention the model related to this rule."
msgstr ""

#. module: barcodes_generator_product
#: selection:barcode.rule,generate_model:0
msgid "Partners"
msgstr ""

#. module: barcodes_generator_product
#: model:ir.model,name:barcodes_generator_product.model_product_product
msgid "Product"
msgstr ""

#. module: barcodes_generator_product
#: model:ir.model,name:barcodes_generator_product.model_product_template
msgid "Product Template"
msgstr ""

#. module: barcodes_generator_product
#: selection:barcode.rule,generate_model:0
msgid "Products"
msgstr ""

#. module: barcodes_generator_product
#: selection:barcode.rule,generate_model:0
msgid "Stock Location"
msgstr ""

#. module: barcodes_generator_product
#: model:product.template,name:barcodes_generator_product.product_template_mono_variant
msgid "Template with Generated Barcode (Mono Variant)"
msgstr ""

#. module: barcodes_generator_product
#: model:product.product,name:barcodes_generator_product.product_product_variant_1
#: model:product.product,name:barcodes_generator_product.product_product_variant_2
#: model:product.template,name:barcodes_generator_product.product_product_variant_1_product_template
msgid "Template with Generated Barcode (Multi Variant)"
msgstr ""

#. module: barcodes_generator_product
#: model:product.product,uom_name:barcodes_generator_product.product_product_variant_1
#: model:product.product,uom_name:barcodes_generator_product.product_product_variant_2
#: model:product.template,uom_name:barcodes_generator_product.product_product_variant_1_product_template
#: model:product.template,uom_name:barcodes_generator_product.product_template_mono_variant
msgid "Unit(s)"
msgstr ""

#. module: barcodes_generator_product
#: model:product.product,weight_uom_name:barcodes_generator_product.product_product_variant_1
#: model:product.product,weight_uom_name:barcodes_generator_product.product_product_variant_2
#: model:product.template,weight_uom_name:barcodes_generator_product.product_product_variant_1_product_template
#: model:product.template,weight_uom_name:barcodes_generator_product.product_template_mono_variant
msgid "kg"
msgstr ""

0 comments on commit 11c8321

Please sign in to comment.