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 Dec 19, 2023
1 parent 5401a71 commit d2abd3a
Showing 1 changed file with 93 additions and 0 deletions.
93 changes: 93 additions & 0 deletions stock_vertical_lift_storage_type/i18n/it.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,93 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * stock_vertical_lift_storage_type
#
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_vertical_lift_storage_type
#: model:ir.model.fields,field_description:stock_vertical_lift_storage_type.field_stock_location__display_name
#: model:ir.model.fields,field_description:stock_vertical_lift_storage_type.field_stock_location_tray_type__display_name
#: model:ir.model.fields,field_description:stock_vertical_lift_storage_type.field_stock_quant__display_name
#: model:ir.model.fields,field_description:stock_vertical_lift_storage_type.field_vertical_lift_operation_put__display_name
msgid "Display Name"
msgstr ""

#. module: stock_vertical_lift_storage_type
#: code:addons/stock_vertical_lift_storage_type/models/stock_location.py:0
#, python-format
msgid ""
"Error creating '{}': Location storage type must be set on the tray type"
msgstr ""

#. module: stock_vertical_lift_storage_type
#: code:addons/stock_vertical_lift_storage_type/models/stock_location.py:0
#, python-format
msgid "Error updating {}: Location storage type must be set on the tray type"
msgstr ""

#. module: stock_vertical_lift_storage_type
#: model:ir.model.fields,field_description:stock_vertical_lift_storage_type.field_stock_location__id
#: model:ir.model.fields,field_description:stock_vertical_lift_storage_type.field_stock_location_tray_type__id
#: model:ir.model.fields,field_description:stock_vertical_lift_storage_type.field_stock_quant__id
#: model:ir.model.fields,field_description:stock_vertical_lift_storage_type.field_vertical_lift_operation_put__id
msgid "ID"
msgstr ""

#. module: stock_vertical_lift_storage_type
#: model:ir.model,name:stock_vertical_lift_storage_type.model_stock_location
msgid "Inventory Locations"
msgstr ""

#. module: stock_vertical_lift_storage_type
#: model:ir.model.fields,field_description:stock_vertical_lift_storage_type.field_stock_location____last_update
#: model:ir.model.fields,field_description:stock_vertical_lift_storage_type.field_stock_location_tray_type____last_update
#: model:ir.model.fields,field_description:stock_vertical_lift_storage_type.field_stock_quant____last_update
#: model:ir.model.fields,field_description:stock_vertical_lift_storage_type.field_vertical_lift_operation_put____last_update
msgid "Last Modified on"
msgstr ""

#. module: stock_vertical_lift_storage_type
#: model:ir.model.fields,field_description:stock_vertical_lift_storage_type.field_stock_location_tray_type__location_storage_type_ids
msgid "Location Storage Type"
msgstr ""

#. module: stock_vertical_lift_storage_type
#: model:ir.model.fields,help:stock_vertical_lift_storage_type.field_stock_location_tray_type__location_storage_type_ids
msgid "Location storage types applied on the location using this tray type."
msgstr ""

#. module: stock_vertical_lift_storage_type
#: code:addons/stock_vertical_lift_storage_type/models/vertical_lift_operation_put.py:0
#, python-format
msgid "No free space found for storage type '{}' in shuttle '{}'"
msgstr ""

#. module: stock_vertical_lift_storage_type
#: model_terms:ir.ui.view,arch_db:stock_vertical_lift_storage_type.view_stock_location_tray_type_form
msgid "Put-Away"
msgstr ""

#. module: stock_vertical_lift_storage_type
#: model:ir.model,name:stock_vertical_lift_storage_type.model_stock_quant
msgid "Quants"
msgstr ""

#. module: stock_vertical_lift_storage_type
#: model:ir.model,name:stock_vertical_lift_storage_type.model_stock_location_tray_type
msgid "Stock Location Tray Type"
msgstr ""

#. module: stock_vertical_lift_storage_type
#: model:ir.model,name:stock_vertical_lift_storage_type.model_vertical_lift_operation_put
msgid "Vertical Lift Operation Put"
msgstr ""

0 comments on commit d2abd3a

Please sign in to comment.