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 Jan 22, 2024
1 parent ea25a06 commit 0fa35a8
Showing 1 changed file with 70 additions and 0 deletions.
70 changes: 70 additions & 0 deletions stock_request_submit/i18n/it.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,70 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * stock_request_submit
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 14.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_submit
#: model:ir.model.fields,field_description:stock_request_submit.field_stock_request__display_name
#: model:ir.model.fields,field_description:stock_request_submit.field_stock_request_order__display_name
msgid "Display Name"
msgstr ""

#. module: stock_request_submit
#: model:ir.model.fields,field_description:stock_request_submit.field_stock_request__id
#: model:ir.model.fields,field_description:stock_request_submit.field_stock_request_order__id
msgid "ID"
msgstr ""

#. module: stock_request_submit
#: model:ir.model.fields,field_description:stock_request_submit.field_stock_request____last_update
#: model:ir.model.fields,field_description:stock_request_submit.field_stock_request_order____last_update
msgid "Last Modified on"
msgstr ""

#. module: stock_request_submit
#: model:ir.model.fields,field_description:stock_request_submit.field_stock_request__route_id
msgid "Route"
msgstr ""

#. module: stock_request_submit
#: model:ir.model.fields,field_description:stock_request_submit.field_stock_request__state
msgid "Status"
msgstr ""

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

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

#. module: stock_request_submit
#: model_terms:ir.ui.view,arch_db:stock_request_submit.stock_request_order_form
#: model_terms:ir.ui.view,arch_db:stock_request_submit.view_stock_request_form
msgid "Submit"
msgstr ""

#. module: stock_request_submit
#: model:ir.model.fields.selection,name:stock_request_submit.selection__stock_request__state__submitted
msgid "Submitted"
msgstr ""

#. module: stock_request_submit
#: code:addons/stock_request_submit/models/stock_request_order.py:0
#, python-format
msgid "There should be at least one request item for submiting the order."
msgstr ""

0 comments on commit 0fa35a8

Please sign in to comment.