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 Feb 3, 2025
1 parent c7f3ea0 commit 0dac00c
Showing 1 changed file with 86 additions and 0 deletions.
86 changes: 86 additions & 0 deletions pos_container_deposit/i18n/it.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,86 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * pos_container_deposit
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 16.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: pos_container_deposit
#: model:product.template,name:pos_container_deposit.demo_deposit_product_product_template
msgid "Bottle deposit .25"
msgstr ""

#. module: pos_container_deposit
#: model:ir.model.fields,help:pos_container_deposit.field_product_product__is_deposit
#: model:ir.model.fields,help:pos_container_deposit.field_product_template__is_deposit
msgid "Check this if this product is a container for which you charge deposit"
msgstr ""

#. module: pos_container_deposit
#: model:ir.model.fields,field_description:pos_container_deposit.field_product_product__deposit_product_id
msgid "Deposit"
msgstr ""

#. module: pos_container_deposit
#. odoo-javascript
#: code:addons/pos_container_deposit/static/src/js/models.js:0
#, python-format
msgid "Deposit not available"
msgstr ""

#. module: pos_container_deposit
#: model:ir.model.fields,field_description:pos_container_deposit.field_product_template__deposit_product_id
msgid "Deposit product"
msgstr ""

#. module: pos_container_deposit
#: model:product.template,name:pos_container_deposit.demo_product_product_template
msgid "Generic sugar liquid"
msgstr ""

#. module: pos_container_deposit
#: model:ir.model.fields,help:pos_container_deposit.field_product_product__deposit_product_id
#: model:ir.model.fields,help:pos_container_deposit.field_product_template__deposit_product_id
msgid ""
"If this product is packaged in a container for which you charge deposit, add"
" a product here that stands for the deposit"
msgstr ""

#. module: pos_container_deposit
#: model:ir.model.fields,field_description:pos_container_deposit.field_product_product__is_deposit
#: model:ir.model.fields,field_description:pos_container_deposit.field_product_template__is_deposit
msgid "Is Deposit"
msgstr ""

#. module: pos_container_deposit
#: model:ir.model,name:pos_container_deposit.model_pos_session
msgid "Point of Sale Session"
msgstr ""

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

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

#. module: pos_container_deposit
#. odoo-javascript
#: code:addons/pos_container_deposit/static/src/js/models.js:0
#, python-format
msgid ""
"The product %s is configured as having a deposit but the deposit product %s "
"is not available in POS."
msgstr ""

0 comments on commit 0dac00c

Please sign in to comment.