-
-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added translation using Weblate (Italian)
- Loading branch information
1 parent
ccd60cd
commit f3f0995
Showing
1 changed file
with
92 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 "" |