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 bruno-zanotti committed Mar 22, 2024
1 parent ccd60cd commit f3f0995
Showing 1 changed file with 92 additions and 0 deletions.
92 changes: 92 additions & 0 deletions stock_request_purchase/i18n/it.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,92 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * stock_request_purchase
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 15.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: stock_request_purchase
#: model_terms:ir.ui.view,arch_db:stock_request_purchase.stock_request_order_form
#: model_terms:ir.ui.view,arch_db:stock_request_purchase.view_stock_request_form
msgid "Purchase"
msgstr ""

#. module: stock_request_purchase
#: model:ir.model.fields,field_description:stock_request_purchase.field_stock_request__purchase_count
#: model:ir.model.fields,field_description:stock_request_purchase.field_stock_request_order__purchase_count
msgid "Purchase Count"
msgstr ""

#. module: stock_request_purchase
#: model:ir.model,name:stock_request_purchase.model_purchase_order
msgid "Purchase Order"
msgstr ""

#. module: stock_request_purchase
#: model:ir.model,name:stock_request_purchase.model_purchase_order_line
msgid "Purchase Order Line"
msgstr ""

#. module: stock_request_purchase
#: model:ir.model.fields,field_description:stock_request_purchase.field_stock_request__purchase_line_ids
#: model:ir.model.fields,field_description:stock_request_purchase.field_stock_request_order__purchase_line_ids
msgid "Purchase Order Lines"
msgstr ""

#. module: stock_request_purchase
#: model:ir.model.fields,field_description:stock_request_purchase.field_stock_request__purchase_ids
#: model:ir.model.fields,field_description:stock_request_purchase.field_stock_request_order__purchase_ids
msgid "Purchase Orders"
msgstr ""

#. module: stock_request_purchase
#: model:ir.model,name:stock_request_purchase.model_stock_request
msgid "Stock Request"
msgstr ""

#. module: stock_request_purchase
#: model:ir.model.fields,field_description:stock_request_purchase.field_purchase_order__stock_request_count
msgid "Stock Request #"
msgstr ""

#. module: stock_request_purchase
#: model:ir.model,name:stock_request_purchase.model_stock_request_order
msgid "Stock Request Order"
msgstr ""

#. module: stock_request_purchase
#: model:ir.model.fields,field_description:stock_request_purchase.field_purchase_order__stock_request_ids
#: model:ir.model.fields,field_description:stock_request_purchase.field_purchase_order_line__stock_request_ids
#: model_terms:ir.ui.view,arch_db:stock_request_purchase.purchase_order_form
#: model_terms:ir.ui.view,arch_db:stock_request_purchase.purchase_order_line_form2
msgid "Stock Requests"
msgstr ""

#. module: stock_request_purchase
#: model:ir.model,name:stock_request_purchase.model_stock_rule
msgid "Stock Rule"
msgstr ""

#. module: stock_request_purchase
#: code:addons/stock_request_purchase/models/purchase_order_line.py:0
#, python-format
msgid ""
"You cannot link a purchase order line to a stock request that belongs to "
"another company."
msgstr ""

#. module: stock_request_purchase
#: code:addons/stock_request_purchase/models/stock_request.py:0
#, python-format
msgid ""
"You have linked to a purchase order line that belongs to another company."
msgstr ""

0 comments on commit f3f0995

Please sign in to comment.