first commit
This commit is contained in:
2
modules/stock_package/__init__.py
Normal file
2
modules/stock_package/__init__.py
Normal file
@@ -0,0 +1,2 @@
|
||||
# This file is part of Tryton. The COPYRIGHT file at the top level of
|
||||
# this repository contains the full copyright notices and license terms.
|
||||
BIN
modules/stock_package/__pycache__/__init__.cpython-311.pyc
Normal file
BIN
modules/stock_package/__pycache__/__init__.cpython-311.pyc
Normal file
Binary file not shown.
BIN
modules/stock_package/__pycache__/exceptions.cpython-311.pyc
Normal file
BIN
modules/stock_package/__pycache__/exceptions.cpython-311.pyc
Normal file
Binary file not shown.
BIN
modules/stock_package/__pycache__/stock.cpython-311.pyc
Normal file
BIN
modules/stock_package/__pycache__/stock.cpython-311.pyc
Normal file
Binary file not shown.
13
modules/stock_package/exceptions.py
Normal file
13
modules/stock_package/exceptions.py
Normal file
@@ -0,0 +1,13 @@
|
||||
# This file is part of Tryton. The COPYRIGHT file at the top level of
|
||||
# this repository contains the full copyright notices and license terms.
|
||||
|
||||
from trytond.exceptions import UserError
|
||||
from trytond.model.exceptions import ValidationError
|
||||
|
||||
|
||||
class PackageError(UserError):
|
||||
pass
|
||||
|
||||
|
||||
class PackageValidationError(ValidationError):
|
||||
pass
|
||||
313
modules/stock_package/locale/bg.po
Normal file
313
modules/stock_package/locale/bg.po
Normal file
@@ -0,0 +1,313 @@
|
||||
#
|
||||
msgid ""
|
||||
msgstr "Content-Type: text/plain; charset=utf-8\n"
|
||||
|
||||
msgctxt "field:stock.configuration,package_sequence:"
|
||||
msgid "Package Sequence"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.configuration.sequence,package_sequence:"
|
||||
msgid "Package Sequence"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.move,package:"
|
||||
msgid "Package"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package,allowed_moves:"
|
||||
msgid "Allowed Moves"
|
||||
msgstr ""
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "field:stock.package,children:"
|
||||
msgid "Children"
|
||||
msgstr "Наследници"
|
||||
|
||||
msgctxt "field:stock.package,company:"
|
||||
msgid "Company"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package,height:"
|
||||
msgid "Height"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package,height_uom:"
|
||||
msgid "Height UoM"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package,length:"
|
||||
msgid "Length"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package,length_uom:"
|
||||
msgid "Length UoM"
|
||||
msgstr ""
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "field:stock.package,moves:"
|
||||
msgid "Moves"
|
||||
msgstr "Движения"
|
||||
|
||||
msgctxt "field:stock.package,number:"
|
||||
msgid "Number"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package,packaging_volume:"
|
||||
msgid "Packaging Volume"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package,packaging_volume_uom:"
|
||||
msgid "Packaging Volume UoM"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package,packaging_weight:"
|
||||
msgid "Packaging Weight"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package,packaging_weight_uom:"
|
||||
msgid "Packaging Weight UoM"
|
||||
msgstr ""
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "field:stock.package,parent:"
|
||||
msgid "Parent"
|
||||
msgstr "Родител"
|
||||
|
||||
msgctxt "field:stock.package,shipment:"
|
||||
msgid "Shipment"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package,state:"
|
||||
msgid "State"
|
||||
msgstr ""
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "field:stock.package,type:"
|
||||
msgid "Type"
|
||||
msgstr "Вид"
|
||||
|
||||
msgctxt "field:stock.package,width:"
|
||||
msgid "Width"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package,width_uom:"
|
||||
msgid "Width UoM"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package.type,height:"
|
||||
msgid "Height"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package.type,height_uom:"
|
||||
msgid "Height UoM"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package.type,length:"
|
||||
msgid "Length"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package.type,length_uom:"
|
||||
msgid "Length UoM"
|
||||
msgstr ""
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "field:stock.package.type,name:"
|
||||
msgid "Name"
|
||||
msgstr "Условие за плащане"
|
||||
|
||||
msgctxt "field:stock.package.type,packaging_volume:"
|
||||
msgid "Packaging Volume"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package.type,packaging_volume_uom:"
|
||||
msgid "Packaging Volume UoM"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package.type,packaging_weight:"
|
||||
msgid "Packaging Weight"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package.type,packaging_weight_uom:"
|
||||
msgid "Packaging Weight UoM"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package.type,width:"
|
||||
msgid "Width"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package.type,width_uom:"
|
||||
msgid "Width UoM"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.shipment.in.return,packages:"
|
||||
msgid "Packages"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.shipment.in.return,root_packages:"
|
||||
msgid "Packages"
|
||||
msgstr ""
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "field:stock.shipment.internal,packages:"
|
||||
msgid "Packages"
|
||||
msgstr "Package Types"
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "field:stock.shipment.internal,root_packages:"
|
||||
msgid "Packages"
|
||||
msgstr "Package Types"
|
||||
|
||||
msgctxt "field:stock.shipment.out,packages:"
|
||||
msgid "Packages"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.shipment.out,root_packages:"
|
||||
msgid "Packages"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package,height:"
|
||||
msgid "The height of the package."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package,height_uom:"
|
||||
msgid "The Unit of Measure for the package height."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package,length:"
|
||||
msgid "The length of the package."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package,length_uom:"
|
||||
msgid "The Unit of Measure for the package length."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package,packaging_volume:"
|
||||
msgid "The volume of the package."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package,packaging_volume_uom:"
|
||||
msgid "The Unit of Measure for the packaging volume."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package,packaging_weight:"
|
||||
msgid "The weight of the package when empty."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package,packaging_weight_uom:"
|
||||
msgid "The Unit of Measure for the packaging weight."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package,width:"
|
||||
msgid "The width of the package."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package,width_uom:"
|
||||
msgid "The Unit of Measure for the package width."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package.type,height:"
|
||||
msgid "The height of the package."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package.type,height_uom:"
|
||||
msgid "The Unit of Measure for the package height."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package.type,length:"
|
||||
msgid "The length of the package."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package.type,length_uom:"
|
||||
msgid "The Unit of Measure for the package length."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package.type,packaging_volume:"
|
||||
msgid "The volume of the package."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package.type,packaging_volume_uom:"
|
||||
msgid "The Unit of Measure for the packaging volume."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package.type,packaging_weight:"
|
||||
msgid "The weight of the package when empty."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package.type,packaging_weight_uom:"
|
||||
msgid "The Unit of Measure for the packaging weight."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package.type,width:"
|
||||
msgid "The width of the package."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package.type,width_uom:"
|
||||
msgid "The Unit of Measure for the package width."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "model:ir.action,name:act_package_type_form"
|
||||
msgid "Package Types"
|
||||
msgstr "Package Types"
|
||||
|
||||
#, python-format
|
||||
msgctxt "model:ir.message,text:msg_package_mismatch"
|
||||
msgid "To process shipment \"%(shipment)s\", you must pack all its moves."
|
||||
msgstr ""
|
||||
|
||||
#, python-format
|
||||
msgctxt "model:ir.message,text:msg_package_volume_too_small"
|
||||
msgid ""
|
||||
"The volume (%(volume)s) of package \"%(package)s\" is too small for summed "
|
||||
"volume (%(children_volume)s) of its children packages."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "model:ir.rule.group,name:rule_group_package_companies"
|
||||
msgid "User in companies"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "model:ir.sequence,name:sequence_package"
|
||||
msgid "Stock Package"
|
||||
msgstr "Stock Package"
|
||||
|
||||
msgctxt "model:ir.sequence.type,name:sequence_type_package"
|
||||
msgid "Stock Package"
|
||||
msgstr "Stock Package"
|
||||
|
||||
msgctxt "model:ir.ui.menu,name:menu_package_form"
|
||||
msgid "Package Types"
|
||||
msgstr "Package Types"
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "model:stock.package,string:"
|
||||
msgid "Stock Package"
|
||||
msgstr "Stock Package"
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "model:stock.package.type,string:"
|
||||
msgid "Stock Package Type"
|
||||
msgstr "Stock Package"
|
||||
|
||||
msgctxt "selection:stock.package,state:"
|
||||
msgid "Closed"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "selection:stock.package,state:"
|
||||
msgid "Open"
|
||||
msgstr ""
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "view:stock.configuration:"
|
||||
msgid "Package"
|
||||
msgstr "Package Types"
|
||||
|
||||
msgctxt "view:stock.configuration:"
|
||||
msgid "Sequence"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "view:stock.package.type:"
|
||||
msgid "Measurements"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "view:stock.package:"
|
||||
msgid "Measurements"
|
||||
msgstr ""
|
||||
307
modules/stock_package/locale/ca.po
Normal file
307
modules/stock_package/locale/ca.po
Normal file
@@ -0,0 +1,307 @@
|
||||
#
|
||||
msgid ""
|
||||
msgstr "Content-Type: text/plain; charset=utf-8\n"
|
||||
|
||||
msgctxt "field:stock.configuration,package_sequence:"
|
||||
msgid "Package Sequence"
|
||||
msgstr "Seqüència de paquet"
|
||||
|
||||
msgctxt "field:stock.configuration.sequence,package_sequence:"
|
||||
msgid "Package Sequence"
|
||||
msgstr "Seqüència de paquet"
|
||||
|
||||
msgctxt "field:stock.move,package:"
|
||||
msgid "Package"
|
||||
msgstr "Paquet"
|
||||
|
||||
msgctxt "field:stock.package,allowed_moves:"
|
||||
msgid "Allowed Moves"
|
||||
msgstr "Moviments permesos"
|
||||
|
||||
msgctxt "field:stock.package,children:"
|
||||
msgid "Children"
|
||||
msgstr "Fills"
|
||||
|
||||
msgctxt "field:stock.package,company:"
|
||||
msgid "Company"
|
||||
msgstr "Empresa"
|
||||
|
||||
msgctxt "field:stock.package,height:"
|
||||
msgid "Height"
|
||||
msgstr "Altura"
|
||||
|
||||
msgctxt "field:stock.package,height_uom:"
|
||||
msgid "Height UoM"
|
||||
msgstr "UdM de l'altura"
|
||||
|
||||
msgctxt "field:stock.package,length:"
|
||||
msgid "Length"
|
||||
msgstr "Longitud"
|
||||
|
||||
msgctxt "field:stock.package,length_uom:"
|
||||
msgid "Length UoM"
|
||||
msgstr "UdM de la longitud"
|
||||
|
||||
msgctxt "field:stock.package,moves:"
|
||||
msgid "Moves"
|
||||
msgstr "Moviments"
|
||||
|
||||
msgctxt "field:stock.package,number:"
|
||||
msgid "Number"
|
||||
msgstr "Número"
|
||||
|
||||
msgctxt "field:stock.package,packaging_volume:"
|
||||
msgid "Packaging Volume"
|
||||
msgstr "Volum del paquet"
|
||||
|
||||
msgctxt "field:stock.package,packaging_volume_uom:"
|
||||
msgid "Packaging Volume UoM"
|
||||
msgstr "UdM del volum del paquet"
|
||||
|
||||
msgctxt "field:stock.package,packaging_weight:"
|
||||
msgid "Packaging Weight"
|
||||
msgstr "Pes del paquet"
|
||||
|
||||
msgctxt "field:stock.package,packaging_weight_uom:"
|
||||
msgid "Packaging Weight UoM"
|
||||
msgstr "UdM del pes del paquet"
|
||||
|
||||
msgctxt "field:stock.package,parent:"
|
||||
msgid "Parent"
|
||||
msgstr "Pare"
|
||||
|
||||
msgctxt "field:stock.package,shipment:"
|
||||
msgid "Shipment"
|
||||
msgstr "Albarà"
|
||||
|
||||
msgctxt "field:stock.package,state:"
|
||||
msgid "State"
|
||||
msgstr "Estat"
|
||||
|
||||
msgctxt "field:stock.package,type:"
|
||||
msgid "Type"
|
||||
msgstr "Tipus"
|
||||
|
||||
msgctxt "field:stock.package,width:"
|
||||
msgid "Width"
|
||||
msgstr "Amplada"
|
||||
|
||||
msgctxt "field:stock.package,width_uom:"
|
||||
msgid "Width UoM"
|
||||
msgstr "UdM de l'amplada"
|
||||
|
||||
msgctxt "field:stock.package.type,height:"
|
||||
msgid "Height"
|
||||
msgstr "Altura"
|
||||
|
||||
msgctxt "field:stock.package.type,height_uom:"
|
||||
msgid "Height UoM"
|
||||
msgstr "UdM de l'altura"
|
||||
|
||||
msgctxt "field:stock.package.type,length:"
|
||||
msgid "Length"
|
||||
msgstr "Longitud"
|
||||
|
||||
msgctxt "field:stock.package.type,length_uom:"
|
||||
msgid "Length UoM"
|
||||
msgstr "UdM de la longitud"
|
||||
|
||||
msgctxt "field:stock.package.type,name:"
|
||||
msgid "Name"
|
||||
msgstr "Nom"
|
||||
|
||||
msgctxt "field:stock.package.type,packaging_volume:"
|
||||
msgid "Packaging Volume"
|
||||
msgstr "Volum del paquet"
|
||||
|
||||
msgctxt "field:stock.package.type,packaging_volume_uom:"
|
||||
msgid "Packaging Volume UoM"
|
||||
msgstr "UdM del volum del paquet"
|
||||
|
||||
msgctxt "field:stock.package.type,packaging_weight:"
|
||||
msgid "Packaging Weight"
|
||||
msgstr "Pes del paquet"
|
||||
|
||||
msgctxt "field:stock.package.type,packaging_weight_uom:"
|
||||
msgid "Packaging Weight UoM"
|
||||
msgstr "UdM del pes del paquet"
|
||||
|
||||
msgctxt "field:stock.package.type,width:"
|
||||
msgid "Width"
|
||||
msgstr "Amplada"
|
||||
|
||||
msgctxt "field:stock.package.type,width_uom:"
|
||||
msgid "Width UoM"
|
||||
msgstr "UdM de l'amplada"
|
||||
|
||||
msgctxt "field:stock.shipment.in.return,packages:"
|
||||
msgid "Packages"
|
||||
msgstr "Paquets"
|
||||
|
||||
msgctxt "field:stock.shipment.in.return,root_packages:"
|
||||
msgid "Packages"
|
||||
msgstr "Paquets"
|
||||
|
||||
msgctxt "field:stock.shipment.internal,packages:"
|
||||
msgid "Packages"
|
||||
msgstr "Paquets"
|
||||
|
||||
msgctxt "field:stock.shipment.internal,root_packages:"
|
||||
msgid "Packages"
|
||||
msgstr "Paquets"
|
||||
|
||||
msgctxt "field:stock.shipment.out,packages:"
|
||||
msgid "Packages"
|
||||
msgstr "Paquets"
|
||||
|
||||
msgctxt "field:stock.shipment.out,root_packages:"
|
||||
msgid "Packages"
|
||||
msgstr "Paquets"
|
||||
|
||||
msgctxt "help:stock.package,height:"
|
||||
msgid "The height of the package."
|
||||
msgstr "L'alçada del paquet."
|
||||
|
||||
msgctxt "help:stock.package,height_uom:"
|
||||
msgid "The Unit of Measure for the package height."
|
||||
msgstr "La unitat de mesura de l'altura del paquet."
|
||||
|
||||
msgctxt "help:stock.package,length:"
|
||||
msgid "The length of the package."
|
||||
msgstr "La longitud del paquet."
|
||||
|
||||
msgctxt "help:stock.package,length_uom:"
|
||||
msgid "The Unit of Measure for the package length."
|
||||
msgstr "La unitat de mesura de la longitud del paquet."
|
||||
|
||||
msgctxt "help:stock.package,packaging_volume:"
|
||||
msgid "The volume of the package."
|
||||
msgstr "El volum del paquet."
|
||||
|
||||
msgctxt "help:stock.package,packaging_volume_uom:"
|
||||
msgid "The Unit of Measure for the packaging volume."
|
||||
msgstr "La unitat de mesura del volum del paquet."
|
||||
|
||||
msgctxt "help:stock.package,packaging_weight:"
|
||||
msgid "The weight of the package when empty."
|
||||
msgstr "El pes del paquet quan està buit."
|
||||
|
||||
msgctxt "help:stock.package,packaging_weight_uom:"
|
||||
msgid "The Unit of Measure for the packaging weight."
|
||||
msgstr "La unitat de mesura del pes del paquet."
|
||||
|
||||
msgctxt "help:stock.package,width:"
|
||||
msgid "The width of the package."
|
||||
msgstr "L'amplada del paquet."
|
||||
|
||||
msgctxt "help:stock.package,width_uom:"
|
||||
msgid "The Unit of Measure for the package width."
|
||||
msgstr "La unitat de mesura de l'amplada del paquet."
|
||||
|
||||
msgctxt "help:stock.package.type,height:"
|
||||
msgid "The height of the package."
|
||||
msgstr "L'alçada del paquet."
|
||||
|
||||
msgctxt "help:stock.package.type,height_uom:"
|
||||
msgid "The Unit of Measure for the package height."
|
||||
msgstr "La unitat de mesura de l'altura del paquet."
|
||||
|
||||
msgctxt "help:stock.package.type,length:"
|
||||
msgid "The length of the package."
|
||||
msgstr "La longitud del paquet."
|
||||
|
||||
msgctxt "help:stock.package.type,length_uom:"
|
||||
msgid "The Unit of Measure for the package length."
|
||||
msgstr "La unitat de mesura de la longitud del paquet."
|
||||
|
||||
msgctxt "help:stock.package.type,packaging_volume:"
|
||||
msgid "The volume of the package."
|
||||
msgstr "El volum del paquet."
|
||||
|
||||
msgctxt "help:stock.package.type,packaging_volume_uom:"
|
||||
msgid "The Unit of Measure for the packaging volume."
|
||||
msgstr "La unitat de mesura del volum del paquet."
|
||||
|
||||
msgctxt "help:stock.package.type,packaging_weight:"
|
||||
msgid "The weight of the package when empty."
|
||||
msgstr "El pes del paquet quan està buit."
|
||||
|
||||
msgctxt "help:stock.package.type,packaging_weight_uom:"
|
||||
msgid "The Unit of Measure for the packaging weight."
|
||||
msgstr "La unitat de mesura del pes del paquet."
|
||||
|
||||
msgctxt "help:stock.package.type,width:"
|
||||
msgid "The width of the package."
|
||||
msgstr "L'amplada del paquet."
|
||||
|
||||
msgctxt "help:stock.package.type,width_uom:"
|
||||
msgid "The Unit of Measure for the package width."
|
||||
msgstr "La unitat de mesura de l'amplada del paquet."
|
||||
|
||||
msgctxt "model:ir.action,name:act_package_type_form"
|
||||
msgid "Package Types"
|
||||
msgstr "Tipus de paquet"
|
||||
|
||||
#, python-format
|
||||
msgctxt "model:ir.message,text:msg_package_mismatch"
|
||||
msgid "To process shipment \"%(shipment)s\", you must pack all its moves."
|
||||
msgstr ""
|
||||
"Per a processar l'albarà \"%(shipment)s\", heu d'empaquetar tots els seus "
|
||||
"moviments."
|
||||
|
||||
#, python-format
|
||||
msgctxt "model:ir.message,text:msg_package_volume_too_small"
|
||||
msgid ""
|
||||
"The volume (%(volume)s) of package \"%(package)s\" is too small for summed "
|
||||
"volume (%(children_volume)s) of its children packages."
|
||||
msgstr ""
|
||||
"El volum (%(volume)s) del paquet \"%(package)s\" és massa petit per al volum"
|
||||
" total (%(children_volume)s) dels seus paquets fills."
|
||||
|
||||
msgctxt "model:ir.rule.group,name:rule_group_package_companies"
|
||||
msgid "User in companies"
|
||||
msgstr "Usuari a les empreses"
|
||||
|
||||
msgctxt "model:ir.sequence,name:sequence_package"
|
||||
msgid "Stock Package"
|
||||
msgstr "Paquet"
|
||||
|
||||
msgctxt "model:ir.sequence.type,name:sequence_type_package"
|
||||
msgid "Stock Package"
|
||||
msgstr "Paquet"
|
||||
|
||||
msgctxt "model:ir.ui.menu,name:menu_package_form"
|
||||
msgid "Package Types"
|
||||
msgstr "Tipus de paquet"
|
||||
|
||||
msgctxt "model:stock.package,string:"
|
||||
msgid "Stock Package"
|
||||
msgstr "Paquet"
|
||||
|
||||
msgctxt "model:stock.package.type,string:"
|
||||
msgid "Stock Package Type"
|
||||
msgstr "Tipus de paquet"
|
||||
|
||||
msgctxt "selection:stock.package,state:"
|
||||
msgid "Closed"
|
||||
msgstr "Tancat"
|
||||
|
||||
msgctxt "selection:stock.package,state:"
|
||||
msgid "Open"
|
||||
msgstr "Obert"
|
||||
|
||||
msgctxt "view:stock.configuration:"
|
||||
msgid "Package"
|
||||
msgstr "Paquet"
|
||||
|
||||
msgctxt "view:stock.configuration:"
|
||||
msgid "Sequence"
|
||||
msgstr "Seqüència"
|
||||
|
||||
msgctxt "view:stock.package.type:"
|
||||
msgid "Measurements"
|
||||
msgstr "Mesures"
|
||||
|
||||
msgctxt "view:stock.package:"
|
||||
msgid "Measurements"
|
||||
msgstr "Mesures"
|
||||
309
modules/stock_package/locale/cs.po
Normal file
309
modules/stock_package/locale/cs.po
Normal file
@@ -0,0 +1,309 @@
|
||||
#
|
||||
msgid ""
|
||||
msgstr "Content-Type: text/plain; charset=utf-8\n"
|
||||
|
||||
msgctxt "field:stock.configuration,package_sequence:"
|
||||
msgid "Package Sequence"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.configuration.sequence,package_sequence:"
|
||||
msgid "Package Sequence"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.move,package:"
|
||||
msgid "Package"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package,allowed_moves:"
|
||||
msgid "Allowed Moves"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package,children:"
|
||||
msgid "Children"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package,company:"
|
||||
msgid "Company"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package,height:"
|
||||
msgid "Height"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package,height_uom:"
|
||||
msgid "Height UoM"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package,length:"
|
||||
msgid "Length"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package,length_uom:"
|
||||
msgid "Length UoM"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package,moves:"
|
||||
msgid "Moves"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package,number:"
|
||||
msgid "Number"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package,packaging_volume:"
|
||||
msgid "Packaging Volume"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package,packaging_volume_uom:"
|
||||
msgid "Packaging Volume UoM"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package,packaging_weight:"
|
||||
msgid "Packaging Weight"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package,packaging_weight_uom:"
|
||||
msgid "Packaging Weight UoM"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package,parent:"
|
||||
msgid "Parent"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package,shipment:"
|
||||
msgid "Shipment"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package,state:"
|
||||
msgid "State"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package,type:"
|
||||
msgid "Type"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package,width:"
|
||||
msgid "Width"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package,width_uom:"
|
||||
msgid "Width UoM"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package.type,height:"
|
||||
msgid "Height"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package.type,height_uom:"
|
||||
msgid "Height UoM"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package.type,length:"
|
||||
msgid "Length"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package.type,length_uom:"
|
||||
msgid "Length UoM"
|
||||
msgstr ""
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "field:stock.package.type,name:"
|
||||
msgid "Name"
|
||||
msgstr "Namu"
|
||||
|
||||
msgctxt "field:stock.package.type,packaging_volume:"
|
||||
msgid "Packaging Volume"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package.type,packaging_volume_uom:"
|
||||
msgid "Packaging Volume UoM"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package.type,packaging_weight:"
|
||||
msgid "Packaging Weight"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package.type,packaging_weight_uom:"
|
||||
msgid "Packaging Weight UoM"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package.type,width:"
|
||||
msgid "Width"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package.type,width_uom:"
|
||||
msgid "Width UoM"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.shipment.in.return,packages:"
|
||||
msgid "Packages"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.shipment.in.return,root_packages:"
|
||||
msgid "Packages"
|
||||
msgstr ""
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "field:stock.shipment.internal,packages:"
|
||||
msgid "Packages"
|
||||
msgstr "Package Types"
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "field:stock.shipment.internal,root_packages:"
|
||||
msgid "Packages"
|
||||
msgstr "Package Types"
|
||||
|
||||
msgctxt "field:stock.shipment.out,packages:"
|
||||
msgid "Packages"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.shipment.out,root_packages:"
|
||||
msgid "Packages"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package,height:"
|
||||
msgid "The height of the package."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package,height_uom:"
|
||||
msgid "The Unit of Measure for the package height."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package,length:"
|
||||
msgid "The length of the package."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package,length_uom:"
|
||||
msgid "The Unit of Measure for the package length."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package,packaging_volume:"
|
||||
msgid "The volume of the package."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package,packaging_volume_uom:"
|
||||
msgid "The Unit of Measure for the packaging volume."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package,packaging_weight:"
|
||||
msgid "The weight of the package when empty."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package,packaging_weight_uom:"
|
||||
msgid "The Unit of Measure for the packaging weight."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package,width:"
|
||||
msgid "The width of the package."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package,width_uom:"
|
||||
msgid "The Unit of Measure for the package width."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package.type,height:"
|
||||
msgid "The height of the package."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package.type,height_uom:"
|
||||
msgid "The Unit of Measure for the package height."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package.type,length:"
|
||||
msgid "The length of the package."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package.type,length_uom:"
|
||||
msgid "The Unit of Measure for the package length."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package.type,packaging_volume:"
|
||||
msgid "The volume of the package."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package.type,packaging_volume_uom:"
|
||||
msgid "The Unit of Measure for the packaging volume."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package.type,packaging_weight:"
|
||||
msgid "The weight of the package when empty."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package.type,packaging_weight_uom:"
|
||||
msgid "The Unit of Measure for the packaging weight."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package.type,width:"
|
||||
msgid "The width of the package."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package.type,width_uom:"
|
||||
msgid "The Unit of Measure for the package width."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "model:ir.action,name:act_package_type_form"
|
||||
msgid "Package Types"
|
||||
msgstr "Package Types"
|
||||
|
||||
#, python-format
|
||||
msgctxt "model:ir.message,text:msg_package_mismatch"
|
||||
msgid "To process shipment \"%(shipment)s\", you must pack all its moves."
|
||||
msgstr ""
|
||||
|
||||
#, python-format
|
||||
msgctxt "model:ir.message,text:msg_package_volume_too_small"
|
||||
msgid ""
|
||||
"The volume (%(volume)s) of package \"%(package)s\" is too small for summed "
|
||||
"volume (%(children_volume)s) of its children packages."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "model:ir.rule.group,name:rule_group_package_companies"
|
||||
msgid "User in companies"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "model:ir.sequence,name:sequence_package"
|
||||
msgid "Stock Package"
|
||||
msgstr "Stock Package"
|
||||
|
||||
msgctxt "model:ir.sequence.type,name:sequence_type_package"
|
||||
msgid "Stock Package"
|
||||
msgstr "Stock Package"
|
||||
|
||||
msgctxt "model:ir.ui.menu,name:menu_package_form"
|
||||
msgid "Package Types"
|
||||
msgstr "Package Types"
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "model:stock.package,string:"
|
||||
msgid "Stock Package"
|
||||
msgstr "Stock Package"
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "model:stock.package.type,string:"
|
||||
msgid "Stock Package Type"
|
||||
msgstr "Stock Package"
|
||||
|
||||
msgctxt "selection:stock.package,state:"
|
||||
msgid "Closed"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "selection:stock.package,state:"
|
||||
msgid "Open"
|
||||
msgstr ""
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "view:stock.configuration:"
|
||||
msgid "Package"
|
||||
msgstr "Package Types"
|
||||
|
||||
msgctxt "view:stock.configuration:"
|
||||
msgid "Sequence"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "view:stock.package.type:"
|
||||
msgid "Measurements"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "view:stock.package:"
|
||||
msgid "Measurements"
|
||||
msgstr ""
|
||||
308
modules/stock_package/locale/de.po
Normal file
308
modules/stock_package/locale/de.po
Normal file
@@ -0,0 +1,308 @@
|
||||
#
|
||||
msgid ""
|
||||
msgstr "Content-Type: text/plain; charset=utf-8\n"
|
||||
|
||||
msgctxt "field:stock.configuration,package_sequence:"
|
||||
msgid "Package Sequence"
|
||||
msgstr "Nummernkreis Paket"
|
||||
|
||||
msgctxt "field:stock.configuration.sequence,package_sequence:"
|
||||
msgid "Package Sequence"
|
||||
msgstr "Nummernkreis Paket"
|
||||
|
||||
msgctxt "field:stock.move,package:"
|
||||
msgid "Package"
|
||||
msgstr "Paket"
|
||||
|
||||
msgctxt "field:stock.package,allowed_moves:"
|
||||
msgid "Allowed Moves"
|
||||
msgstr "Zulässige Warenbewegungen"
|
||||
|
||||
msgctxt "field:stock.package,children:"
|
||||
msgid "Children"
|
||||
msgstr "Untergeordnet (Paket)"
|
||||
|
||||
msgctxt "field:stock.package,company:"
|
||||
msgid "Company"
|
||||
msgstr "Unternehmen"
|
||||
|
||||
msgctxt "field:stock.package,height:"
|
||||
msgid "Height"
|
||||
msgstr "Höhe"
|
||||
|
||||
msgctxt "field:stock.package,height_uom:"
|
||||
msgid "Height UoM"
|
||||
msgstr "Höhe Maßeinheit"
|
||||
|
||||
msgctxt "field:stock.package,length:"
|
||||
msgid "Length"
|
||||
msgstr "Länge"
|
||||
|
||||
msgctxt "field:stock.package,length_uom:"
|
||||
msgid "Length UoM"
|
||||
msgstr "Länge Maßeinheit"
|
||||
|
||||
msgctxt "field:stock.package,moves:"
|
||||
msgid "Moves"
|
||||
msgstr "Warenbewegungen"
|
||||
|
||||
msgctxt "field:stock.package,number:"
|
||||
msgid "Number"
|
||||
msgstr "Nummer"
|
||||
|
||||
msgctxt "field:stock.package,packaging_volume:"
|
||||
msgid "Packaging Volume"
|
||||
msgstr "Verpackungsvolumen"
|
||||
|
||||
msgctxt "field:stock.package,packaging_volume_uom:"
|
||||
msgid "Packaging Volume UoM"
|
||||
msgstr "Volumenmaßeinheit Verpackung"
|
||||
|
||||
msgctxt "field:stock.package,packaging_weight:"
|
||||
msgid "Packaging Weight"
|
||||
msgstr "Verpackungsgewicht"
|
||||
|
||||
msgctxt "field:stock.package,packaging_weight_uom:"
|
||||
msgid "Packaging Weight UoM"
|
||||
msgstr "Gewichtsmaßeinheit Verpackung"
|
||||
|
||||
msgctxt "field:stock.package,parent:"
|
||||
msgid "Parent"
|
||||
msgstr "Übergeordnet (Paket)"
|
||||
|
||||
msgctxt "field:stock.package,shipment:"
|
||||
msgid "Shipment"
|
||||
msgstr "Lieferungen"
|
||||
|
||||
msgctxt "field:stock.package,state:"
|
||||
msgid "State"
|
||||
msgstr "Status"
|
||||
|
||||
msgctxt "field:stock.package,type:"
|
||||
msgid "Type"
|
||||
msgstr "Typ"
|
||||
|
||||
msgctxt "field:stock.package,width:"
|
||||
msgid "Width"
|
||||
msgstr "Breite"
|
||||
|
||||
msgctxt "field:stock.package,width_uom:"
|
||||
msgid "Width UoM"
|
||||
msgstr "Breite Maßeinheit"
|
||||
|
||||
msgctxt "field:stock.package.type,height:"
|
||||
msgid "Height"
|
||||
msgstr "Höhe"
|
||||
|
||||
msgctxt "field:stock.package.type,height_uom:"
|
||||
msgid "Height UoM"
|
||||
msgstr "Höhe Maßeinheit"
|
||||
|
||||
msgctxt "field:stock.package.type,length:"
|
||||
msgid "Length"
|
||||
msgstr "Länge"
|
||||
|
||||
msgctxt "field:stock.package.type,length_uom:"
|
||||
msgid "Length UoM"
|
||||
msgstr "Länge Maßeinheit"
|
||||
|
||||
msgctxt "field:stock.package.type,name:"
|
||||
msgid "Name"
|
||||
msgstr "Name"
|
||||
|
||||
msgctxt "field:stock.package.type,packaging_volume:"
|
||||
msgid "Packaging Volume"
|
||||
msgstr "Verpackungsvolumen"
|
||||
|
||||
msgctxt "field:stock.package.type,packaging_volume_uom:"
|
||||
msgid "Packaging Volume UoM"
|
||||
msgstr "Volumenmaßeinheit Verpackung"
|
||||
|
||||
msgctxt "field:stock.package.type,packaging_weight:"
|
||||
msgid "Packaging Weight"
|
||||
msgstr "Verpackungsgewicht"
|
||||
|
||||
msgctxt "field:stock.package.type,packaging_weight_uom:"
|
||||
msgid "Packaging Weight UoM"
|
||||
msgstr "Gewichtsmaßeinheit Verpackung"
|
||||
|
||||
msgctxt "field:stock.package.type,width:"
|
||||
msgid "Width"
|
||||
msgstr "Breite"
|
||||
|
||||
msgctxt "field:stock.package.type,width_uom:"
|
||||
msgid "Width UoM"
|
||||
msgstr "Breite Maßeinheit"
|
||||
|
||||
msgctxt "field:stock.shipment.in.return,packages:"
|
||||
msgid "Packages"
|
||||
msgstr "Pakete"
|
||||
|
||||
msgctxt "field:stock.shipment.in.return,root_packages:"
|
||||
msgid "Packages"
|
||||
msgstr "Pakete"
|
||||
|
||||
msgctxt "field:stock.shipment.internal,packages:"
|
||||
msgid "Packages"
|
||||
msgstr "Pakete"
|
||||
|
||||
msgctxt "field:stock.shipment.internal,root_packages:"
|
||||
msgid "Packages"
|
||||
msgstr "Pakete"
|
||||
|
||||
msgctxt "field:stock.shipment.out,packages:"
|
||||
msgid "Packages"
|
||||
msgstr "Pakete"
|
||||
|
||||
msgctxt "field:stock.shipment.out,root_packages:"
|
||||
msgid "Packages"
|
||||
msgstr "Pakete"
|
||||
|
||||
msgctxt "help:stock.package,height:"
|
||||
msgid "The height of the package."
|
||||
msgstr "Die Höhe der Verpackung."
|
||||
|
||||
msgctxt "help:stock.package,height_uom:"
|
||||
msgid "The Unit of Measure for the package height."
|
||||
msgstr "Die Maßeinheit für die Pakethöhe."
|
||||
|
||||
msgctxt "help:stock.package,length:"
|
||||
msgid "The length of the package."
|
||||
msgstr "Die Länge der Verpackung."
|
||||
|
||||
msgctxt "help:stock.package,length_uom:"
|
||||
msgid "The Unit of Measure for the package length."
|
||||
msgstr "Die Maßeinheit für die Paketlänge."
|
||||
|
||||
msgctxt "help:stock.package,packaging_volume:"
|
||||
msgid "The volume of the package."
|
||||
msgstr "Das Volumen der Verpackung."
|
||||
|
||||
msgctxt "help:stock.package,packaging_volume_uom:"
|
||||
msgid "The Unit of Measure for the packaging volume."
|
||||
msgstr "Die Maßeinheit für die Verpackungsbreite."
|
||||
|
||||
msgctxt "help:stock.package,packaging_weight:"
|
||||
msgid "The weight of the package when empty."
|
||||
msgstr "Das Leergewicht der Verpackung."
|
||||
|
||||
msgctxt "help:stock.package,packaging_weight_uom:"
|
||||
msgid "The Unit of Measure for the packaging weight."
|
||||
msgstr "Die Maßeinheit für das Verpackungsgewicht."
|
||||
|
||||
msgctxt "help:stock.package,width:"
|
||||
msgid "The width of the package."
|
||||
msgstr "Die Breite der Verpackung."
|
||||
|
||||
msgctxt "help:stock.package,width_uom:"
|
||||
msgid "The Unit of Measure for the package width."
|
||||
msgstr "Die Maßeinheit für die Verpackungsbreite."
|
||||
|
||||
msgctxt "help:stock.package.type,height:"
|
||||
msgid "The height of the package."
|
||||
msgstr "Die Höhe der Verpackung."
|
||||
|
||||
msgctxt "help:stock.package.type,height_uom:"
|
||||
msgid "The Unit of Measure for the package height."
|
||||
msgstr "Die Maßeinheit für die Verpackungshöhe."
|
||||
|
||||
msgctxt "help:stock.package.type,length:"
|
||||
msgid "The length of the package."
|
||||
msgstr "Die Länge der Verpackung."
|
||||
|
||||
msgctxt "help:stock.package.type,length_uom:"
|
||||
msgid "The Unit of Measure for the package length."
|
||||
msgstr "Die Maßeinheit für die Verpackungslänge."
|
||||
|
||||
msgctxt "help:stock.package.type,packaging_volume:"
|
||||
msgid "The volume of the package."
|
||||
msgstr "Das Volumen der Verpackung."
|
||||
|
||||
msgctxt "help:stock.package.type,packaging_volume_uom:"
|
||||
msgid "The Unit of Measure for the packaging volume."
|
||||
msgstr "Die Maßeinheit für das Verpackungsvolumen."
|
||||
|
||||
msgctxt "help:stock.package.type,packaging_weight:"
|
||||
msgid "The weight of the package when empty."
|
||||
msgstr "Das Leergewicht der Verpackung."
|
||||
|
||||
msgctxt "help:stock.package.type,packaging_weight_uom:"
|
||||
msgid "The Unit of Measure for the packaging weight."
|
||||
msgstr "Die Maßeinheit für das Verpackungsgewicht."
|
||||
|
||||
msgctxt "help:stock.package.type,width:"
|
||||
msgid "The width of the package."
|
||||
msgstr "Die Breite der Verpackung."
|
||||
|
||||
msgctxt "help:stock.package.type,width_uom:"
|
||||
msgid "The Unit of Measure for the package width."
|
||||
msgstr "Die Maßeinheit für die Verpackungsbreite."
|
||||
|
||||
msgctxt "model:ir.action,name:act_package_type_form"
|
||||
msgid "Package Types"
|
||||
msgstr "Packstücktypen"
|
||||
|
||||
#, python-format
|
||||
msgctxt "model:ir.message,text:msg_package_mismatch"
|
||||
msgid "To process shipment \"%(shipment)s\", you must pack all its moves."
|
||||
msgstr ""
|
||||
"Damit die Lieferung \"%(shipment)s\" ausgeführt werden kann, müssen zuerst "
|
||||
"alle zugehörigen Warenbewegung gepackt werden."
|
||||
|
||||
#, python-format
|
||||
msgctxt "model:ir.message,text:msg_package_volume_too_small"
|
||||
msgid ""
|
||||
"The volume (%(volume)s) of package \"%(package)s\" is too small for summed "
|
||||
"volume (%(children_volume)s) of its children packages."
|
||||
msgstr ""
|
||||
"Das Volumen (%(volume)s) des Pakets \"%(package)s\" ist zu niedrig im "
|
||||
"Vergleich zum aufsummierten Volumen (%(children_volume)s) der "
|
||||
"untergeordneten Pakete."
|
||||
|
||||
msgctxt "model:ir.rule.group,name:rule_group_package_companies"
|
||||
msgid "User in companies"
|
||||
msgstr "Benutzer in Unternehmen"
|
||||
|
||||
msgctxt "model:ir.sequence,name:sequence_package"
|
||||
msgid "Stock Package"
|
||||
msgstr "Lager Paket"
|
||||
|
||||
msgctxt "model:ir.sequence.type,name:sequence_type_package"
|
||||
msgid "Stock Package"
|
||||
msgstr "Lager Paket"
|
||||
|
||||
msgctxt "model:ir.ui.menu,name:menu_package_form"
|
||||
msgid "Package Types"
|
||||
msgstr "Packstücktypen"
|
||||
|
||||
msgctxt "model:stock.package,string:"
|
||||
msgid "Stock Package"
|
||||
msgstr "Lager Paket"
|
||||
|
||||
msgctxt "model:stock.package.type,string:"
|
||||
msgid "Stock Package Type"
|
||||
msgstr "Lager Packstücktyp"
|
||||
|
||||
msgctxt "selection:stock.package,state:"
|
||||
msgid "Closed"
|
||||
msgstr "Geschlossen"
|
||||
|
||||
msgctxt "selection:stock.package,state:"
|
||||
msgid "Open"
|
||||
msgstr "Offen"
|
||||
|
||||
msgctxt "view:stock.configuration:"
|
||||
msgid "Package"
|
||||
msgstr "Paket"
|
||||
|
||||
msgctxt "view:stock.configuration:"
|
||||
msgid "Sequence"
|
||||
msgstr "Nummernkreis"
|
||||
|
||||
msgctxt "view:stock.package.type:"
|
||||
msgid "Measurements"
|
||||
msgstr "Abmessungen"
|
||||
|
||||
msgctxt "view:stock.package:"
|
||||
msgid "Measurements"
|
||||
msgstr "Abmessungen"
|
||||
307
modules/stock_package/locale/es.po
Normal file
307
modules/stock_package/locale/es.po
Normal file
@@ -0,0 +1,307 @@
|
||||
#
|
||||
msgid ""
|
||||
msgstr "Content-Type: text/plain; charset=utf-8\n"
|
||||
|
||||
msgctxt "field:stock.configuration,package_sequence:"
|
||||
msgid "Package Sequence"
|
||||
msgstr "Secuencia de paquete"
|
||||
|
||||
msgctxt "field:stock.configuration.sequence,package_sequence:"
|
||||
msgid "Package Sequence"
|
||||
msgstr "Secuencia de paquete"
|
||||
|
||||
msgctxt "field:stock.move,package:"
|
||||
msgid "Package"
|
||||
msgstr "Paquete"
|
||||
|
||||
msgctxt "field:stock.package,allowed_moves:"
|
||||
msgid "Allowed Moves"
|
||||
msgstr "Movimientos permitidos"
|
||||
|
||||
msgctxt "field:stock.package,children:"
|
||||
msgid "Children"
|
||||
msgstr "Hijos"
|
||||
|
||||
msgctxt "field:stock.package,company:"
|
||||
msgid "Company"
|
||||
msgstr "Empresa"
|
||||
|
||||
msgctxt "field:stock.package,height:"
|
||||
msgid "Height"
|
||||
msgstr "Altura"
|
||||
|
||||
msgctxt "field:stock.package,height_uom:"
|
||||
msgid "Height UoM"
|
||||
msgstr "UdM de la altura"
|
||||
|
||||
msgctxt "field:stock.package,length:"
|
||||
msgid "Length"
|
||||
msgstr "Longitud"
|
||||
|
||||
msgctxt "field:stock.package,length_uom:"
|
||||
msgid "Length UoM"
|
||||
msgstr "UdM de la longitud"
|
||||
|
||||
msgctxt "field:stock.package,moves:"
|
||||
msgid "Moves"
|
||||
msgstr "Movimientos"
|
||||
|
||||
msgctxt "field:stock.package,number:"
|
||||
msgid "Number"
|
||||
msgstr "Número"
|
||||
|
||||
msgctxt "field:stock.package,packaging_volume:"
|
||||
msgid "Packaging Volume"
|
||||
msgstr "Volumen del paquete"
|
||||
|
||||
msgctxt "field:stock.package,packaging_volume_uom:"
|
||||
msgid "Packaging Volume UoM"
|
||||
msgstr "UdM del volumen del paquete"
|
||||
|
||||
msgctxt "field:stock.package,packaging_weight:"
|
||||
msgid "Packaging Weight"
|
||||
msgstr "Peso del paquete"
|
||||
|
||||
msgctxt "field:stock.package,packaging_weight_uom:"
|
||||
msgid "Packaging Weight UoM"
|
||||
msgstr "UdM del peso del paquete"
|
||||
|
||||
msgctxt "field:stock.package,parent:"
|
||||
msgid "Parent"
|
||||
msgstr "Padre"
|
||||
|
||||
msgctxt "field:stock.package,shipment:"
|
||||
msgid "Shipment"
|
||||
msgstr "Albarán"
|
||||
|
||||
msgctxt "field:stock.package,state:"
|
||||
msgid "State"
|
||||
msgstr "Estado"
|
||||
|
||||
msgctxt "field:stock.package,type:"
|
||||
msgid "Type"
|
||||
msgstr "Tipo"
|
||||
|
||||
msgctxt "field:stock.package,width:"
|
||||
msgid "Width"
|
||||
msgstr "Ancho"
|
||||
|
||||
msgctxt "field:stock.package,width_uom:"
|
||||
msgid "Width UoM"
|
||||
msgstr "UdM del ancho"
|
||||
|
||||
msgctxt "field:stock.package.type,height:"
|
||||
msgid "Height"
|
||||
msgstr "Altura"
|
||||
|
||||
msgctxt "field:stock.package.type,height_uom:"
|
||||
msgid "Height UoM"
|
||||
msgstr "UdM de la altura"
|
||||
|
||||
msgctxt "field:stock.package.type,length:"
|
||||
msgid "Length"
|
||||
msgstr "Longitud"
|
||||
|
||||
msgctxt "field:stock.package.type,length_uom:"
|
||||
msgid "Length UoM"
|
||||
msgstr "UdM de la longitud"
|
||||
|
||||
msgctxt "field:stock.package.type,name:"
|
||||
msgid "Name"
|
||||
msgstr "Nombre"
|
||||
|
||||
msgctxt "field:stock.package.type,packaging_volume:"
|
||||
msgid "Packaging Volume"
|
||||
msgstr "Volumen del paquete"
|
||||
|
||||
msgctxt "field:stock.package.type,packaging_volume_uom:"
|
||||
msgid "Packaging Volume UoM"
|
||||
msgstr "UdM del volumen del paquete"
|
||||
|
||||
msgctxt "field:stock.package.type,packaging_weight:"
|
||||
msgid "Packaging Weight"
|
||||
msgstr "Peso del paquete"
|
||||
|
||||
msgctxt "field:stock.package.type,packaging_weight_uom:"
|
||||
msgid "Packaging Weight UoM"
|
||||
msgstr "UdM del peso del paquete"
|
||||
|
||||
msgctxt "field:stock.package.type,width:"
|
||||
msgid "Width"
|
||||
msgstr "Ancho"
|
||||
|
||||
msgctxt "field:stock.package.type,width_uom:"
|
||||
msgid "Width UoM"
|
||||
msgstr "UdM del ancho"
|
||||
|
||||
msgctxt "field:stock.shipment.in.return,packages:"
|
||||
msgid "Packages"
|
||||
msgstr "Paquetes"
|
||||
|
||||
msgctxt "field:stock.shipment.in.return,root_packages:"
|
||||
msgid "Packages"
|
||||
msgstr "Paquetes"
|
||||
|
||||
msgctxt "field:stock.shipment.internal,packages:"
|
||||
msgid "Packages"
|
||||
msgstr "Paquetes"
|
||||
|
||||
msgctxt "field:stock.shipment.internal,root_packages:"
|
||||
msgid "Packages"
|
||||
msgstr "Paquetes"
|
||||
|
||||
msgctxt "field:stock.shipment.out,packages:"
|
||||
msgid "Packages"
|
||||
msgstr "Paquetes"
|
||||
|
||||
msgctxt "field:stock.shipment.out,root_packages:"
|
||||
msgid "Packages"
|
||||
msgstr "Paquetes"
|
||||
|
||||
msgctxt "help:stock.package,height:"
|
||||
msgid "The height of the package."
|
||||
msgstr "La altura del paquete."
|
||||
|
||||
msgctxt "help:stock.package,height_uom:"
|
||||
msgid "The Unit of Measure for the package height."
|
||||
msgstr "La unidad de medida de la altura del paquete."
|
||||
|
||||
msgctxt "help:stock.package,length:"
|
||||
msgid "The length of the package."
|
||||
msgstr "La longitud del paquete."
|
||||
|
||||
msgctxt "help:stock.package,length_uom:"
|
||||
msgid "The Unit of Measure for the package length."
|
||||
msgstr "La unidad de medida de la longitud del paquete."
|
||||
|
||||
msgctxt "help:stock.package,packaging_volume:"
|
||||
msgid "The volume of the package."
|
||||
msgstr "El volumen del paquete."
|
||||
|
||||
msgctxt "help:stock.package,packaging_volume_uom:"
|
||||
msgid "The Unit of Measure for the packaging volume."
|
||||
msgstr "La unidad de medida del volumen del paquete."
|
||||
|
||||
msgctxt "help:stock.package,packaging_weight:"
|
||||
msgid "The weight of the package when empty."
|
||||
msgstr "El peso del paquete cuando esta vacío."
|
||||
|
||||
msgctxt "help:stock.package,packaging_weight_uom:"
|
||||
msgid "The Unit of Measure for the packaging weight."
|
||||
msgstr "La unidad de medida de la altura del paquete."
|
||||
|
||||
msgctxt "help:stock.package,width:"
|
||||
msgid "The width of the package."
|
||||
msgstr "El ancho del paquete."
|
||||
|
||||
msgctxt "help:stock.package,width_uom:"
|
||||
msgid "The Unit of Measure for the package width."
|
||||
msgstr "La unidad de medida del ancho del paquete."
|
||||
|
||||
msgctxt "help:stock.package.type,height:"
|
||||
msgid "The height of the package."
|
||||
msgstr "La altura del paquete."
|
||||
|
||||
msgctxt "help:stock.package.type,height_uom:"
|
||||
msgid "The Unit of Measure for the package height."
|
||||
msgstr "La unidad de medida de la altura del paquete."
|
||||
|
||||
msgctxt "help:stock.package.type,length:"
|
||||
msgid "The length of the package."
|
||||
msgstr "La longitud del paquete."
|
||||
|
||||
msgctxt "help:stock.package.type,length_uom:"
|
||||
msgid "The Unit of Measure for the package length."
|
||||
msgstr "La unidad de medida de la longitud del paquete."
|
||||
|
||||
msgctxt "help:stock.package.type,packaging_volume:"
|
||||
msgid "The volume of the package."
|
||||
msgstr "El volumen del paquete."
|
||||
|
||||
msgctxt "help:stock.package.type,packaging_volume_uom:"
|
||||
msgid "The Unit of Measure for the packaging volume."
|
||||
msgstr "La unidad de medida del volumen del paquete."
|
||||
|
||||
msgctxt "help:stock.package.type,packaging_weight:"
|
||||
msgid "The weight of the package when empty."
|
||||
msgstr "El peso del paquete cuando esta vacío."
|
||||
|
||||
msgctxt "help:stock.package.type,packaging_weight_uom:"
|
||||
msgid "The Unit of Measure for the packaging weight."
|
||||
msgstr "La unidad de medida de la altura del paquete."
|
||||
|
||||
msgctxt "help:stock.package.type,width:"
|
||||
msgid "The width of the package."
|
||||
msgstr "El ancho del paquete."
|
||||
|
||||
msgctxt "help:stock.package.type,width_uom:"
|
||||
msgid "The Unit of Measure for the package width."
|
||||
msgstr "La unidad de medida del ancho del paquete."
|
||||
|
||||
msgctxt "model:ir.action,name:act_package_type_form"
|
||||
msgid "Package Types"
|
||||
msgstr "Tipos de paquete"
|
||||
|
||||
#, python-format
|
||||
msgctxt "model:ir.message,text:msg_package_mismatch"
|
||||
msgid "To process shipment \"%(shipment)s\", you must pack all its moves."
|
||||
msgstr ""
|
||||
"Para procesar el albarán \"%(shipment)s\", debe empaquetar todos sus "
|
||||
"movimientos."
|
||||
|
||||
#, python-format
|
||||
msgctxt "model:ir.message,text:msg_package_volume_too_small"
|
||||
msgid ""
|
||||
"The volume (%(volume)s) of package \"%(package)s\" is too small for summed "
|
||||
"volume (%(children_volume)s) of its children packages."
|
||||
msgstr ""
|
||||
"El volumen (%(volume)s) del paquete \"%(package)s\" es demasiado pequeño "
|
||||
"respecto el volumen total (%(children_volume)s) de sus paquetes hijos."
|
||||
|
||||
msgctxt "model:ir.rule.group,name:rule_group_package_companies"
|
||||
msgid "User in companies"
|
||||
msgstr "Usuario en las empresas"
|
||||
|
||||
msgctxt "model:ir.sequence,name:sequence_package"
|
||||
msgid "Stock Package"
|
||||
msgstr "Paquete"
|
||||
|
||||
msgctxt "model:ir.sequence.type,name:sequence_type_package"
|
||||
msgid "Stock Package"
|
||||
msgstr "Paquete"
|
||||
|
||||
msgctxt "model:ir.ui.menu,name:menu_package_form"
|
||||
msgid "Package Types"
|
||||
msgstr "Tipos de paquete"
|
||||
|
||||
msgctxt "model:stock.package,string:"
|
||||
msgid "Stock Package"
|
||||
msgstr "Paquete"
|
||||
|
||||
msgctxt "model:stock.package.type,string:"
|
||||
msgid "Stock Package Type"
|
||||
msgstr "Tipo de paquete"
|
||||
|
||||
msgctxt "selection:stock.package,state:"
|
||||
msgid "Closed"
|
||||
msgstr "Cerrado"
|
||||
|
||||
msgctxt "selection:stock.package,state:"
|
||||
msgid "Open"
|
||||
msgstr "Abierto"
|
||||
|
||||
msgctxt "view:stock.configuration:"
|
||||
msgid "Package"
|
||||
msgstr "Paquete"
|
||||
|
||||
msgctxt "view:stock.configuration:"
|
||||
msgid "Sequence"
|
||||
msgstr "Secuencia"
|
||||
|
||||
msgctxt "view:stock.package.type:"
|
||||
msgid "Measurements"
|
||||
msgstr "Medidas"
|
||||
|
||||
msgctxt "view:stock.package:"
|
||||
msgid "Measurements"
|
||||
msgstr "Medidas"
|
||||
310
modules/stock_package/locale/es_419.po
Normal file
310
modules/stock_package/locale/es_419.po
Normal file
@@ -0,0 +1,310 @@
|
||||
#
|
||||
msgid ""
|
||||
msgstr "Content-Type: text/plain; charset=utf-8\n"
|
||||
|
||||
msgctxt "field:stock.configuration,package_sequence:"
|
||||
msgid "Package Sequence"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.configuration.sequence,package_sequence:"
|
||||
msgid "Package Sequence"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.move,package:"
|
||||
msgid "Package"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package,allowed_moves:"
|
||||
msgid "Allowed Moves"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package,children:"
|
||||
msgid "Children"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package,company:"
|
||||
msgid "Company"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package,height:"
|
||||
msgid "Height"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package,height_uom:"
|
||||
msgid "Height UoM"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package,length:"
|
||||
msgid "Length"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package,length_uom:"
|
||||
msgid "Length UoM"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package,moves:"
|
||||
msgid "Moves"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package,number:"
|
||||
msgid "Number"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package,packaging_volume:"
|
||||
msgid "Packaging Volume"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package,packaging_volume_uom:"
|
||||
msgid "Packaging Volume UoM"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package,packaging_weight:"
|
||||
msgid "Packaging Weight"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package,packaging_weight_uom:"
|
||||
msgid "Packaging Weight UoM"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package,parent:"
|
||||
msgid "Parent"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package,shipment:"
|
||||
msgid "Shipment"
|
||||
msgstr "Envío"
|
||||
|
||||
msgctxt "field:stock.package,state:"
|
||||
msgid "State"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package,type:"
|
||||
msgid "Type"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package,width:"
|
||||
msgid "Width"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package,width_uom:"
|
||||
msgid "Width UoM"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package.type,height:"
|
||||
msgid "Height"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package.type,height_uom:"
|
||||
msgid "Height UoM"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package.type,length:"
|
||||
msgid "Length"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package.type,length_uom:"
|
||||
msgid "Length UoM"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package.type,name:"
|
||||
msgid "Name"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package.type,packaging_volume:"
|
||||
msgid "Packaging Volume"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package.type,packaging_volume_uom:"
|
||||
msgid "Packaging Volume UoM"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package.type,packaging_weight:"
|
||||
msgid "Packaging Weight"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package.type,packaging_weight_uom:"
|
||||
msgid "Packaging Weight UoM"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package.type,width:"
|
||||
msgid "Width"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package.type,width_uom:"
|
||||
msgid "Width UoM"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.shipment.in.return,packages:"
|
||||
msgid "Packages"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.shipment.in.return,root_packages:"
|
||||
msgid "Packages"
|
||||
msgstr ""
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "field:stock.shipment.internal,packages:"
|
||||
msgid "Packages"
|
||||
msgstr "Empaquetado de stock"
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "field:stock.shipment.internal,root_packages:"
|
||||
msgid "Packages"
|
||||
msgstr "Empaquetado de stock"
|
||||
|
||||
msgctxt "field:stock.shipment.out,packages:"
|
||||
msgid "Packages"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.shipment.out,root_packages:"
|
||||
msgid "Packages"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package,height:"
|
||||
msgid "The height of the package."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package,height_uom:"
|
||||
msgid "The Unit of Measure for the package height."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package,length:"
|
||||
msgid "The length of the package."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package,length_uom:"
|
||||
msgid "The Unit of Measure for the package length."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package,packaging_volume:"
|
||||
msgid "The volume of the package."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package,packaging_volume_uom:"
|
||||
msgid "The Unit of Measure for the packaging volume."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package,packaging_weight:"
|
||||
msgid "The weight of the package when empty."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package,packaging_weight_uom:"
|
||||
msgid "The Unit of Measure for the packaging weight."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package,width:"
|
||||
msgid "The width of the package."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package,width_uom:"
|
||||
msgid "The Unit of Measure for the package width."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package.type,height:"
|
||||
msgid "The height of the package."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package.type,height_uom:"
|
||||
msgid "The Unit of Measure for the package height."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package.type,length:"
|
||||
msgid "The length of the package."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package.type,length_uom:"
|
||||
msgid "The Unit of Measure for the package length."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package.type,packaging_volume:"
|
||||
msgid "The volume of the package."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package.type,packaging_volume_uom:"
|
||||
msgid "The Unit of Measure for the packaging volume."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package.type,packaging_weight:"
|
||||
msgid "The weight of the package when empty."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package.type,packaging_weight_uom:"
|
||||
msgid "The Unit of Measure for the packaging weight."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package.type,width:"
|
||||
msgid "The width of the package."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package.type,width_uom:"
|
||||
msgid "The Unit of Measure for the package width."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "model:ir.action,name:act_package_type_form"
|
||||
msgid "Package Types"
|
||||
msgstr ""
|
||||
|
||||
#, python-format
|
||||
msgctxt "model:ir.message,text:msg_package_mismatch"
|
||||
msgid "To process shipment \"%(shipment)s\", you must pack all its moves."
|
||||
msgstr ""
|
||||
|
||||
#, python-format
|
||||
msgctxt "model:ir.message,text:msg_package_volume_too_small"
|
||||
msgid ""
|
||||
"The volume (%(volume)s) of package \"%(package)s\" is too small for summed "
|
||||
"volume (%(children_volume)s) of its children packages."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "model:ir.rule.group,name:rule_group_package_companies"
|
||||
msgid "User in companies"
|
||||
msgstr ""
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "model:ir.sequence,name:sequence_package"
|
||||
msgid "Stock Package"
|
||||
msgstr "Empaquetado de stock"
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "model:ir.sequence.type,name:sequence_type_package"
|
||||
msgid "Stock Package"
|
||||
msgstr "Empaquetado de stock"
|
||||
|
||||
msgctxt "model:ir.ui.menu,name:menu_package_form"
|
||||
msgid "Package Types"
|
||||
msgstr ""
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "model:stock.package,string:"
|
||||
msgid "Stock Package"
|
||||
msgstr "Empaquetado de stock"
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "model:stock.package.type,string:"
|
||||
msgid "Stock Package Type"
|
||||
msgstr "Tipo de empaquetado de stock"
|
||||
|
||||
msgctxt "selection:stock.package,state:"
|
||||
msgid "Closed"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "selection:stock.package,state:"
|
||||
msgid "Open"
|
||||
msgstr ""
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "view:stock.configuration:"
|
||||
msgid "Package"
|
||||
msgstr "Empaquetado de stock"
|
||||
|
||||
msgctxt "view:stock.configuration:"
|
||||
msgid "Sequence"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "view:stock.package.type:"
|
||||
msgid "Measurements"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "view:stock.package:"
|
||||
msgid "Measurements"
|
||||
msgstr ""
|
||||
323
modules/stock_package/locale/et.po
Normal file
323
modules/stock_package/locale/et.po
Normal file
@@ -0,0 +1,323 @@
|
||||
#
|
||||
msgid ""
|
||||
msgstr "Content-Type: text/plain; charset=utf-8\n"
|
||||
|
||||
msgctxt "field:stock.configuration,package_sequence:"
|
||||
msgid "Package Sequence"
|
||||
msgstr "Pakendamise jada"
|
||||
|
||||
msgctxt "field:stock.configuration.sequence,package_sequence:"
|
||||
msgid "Package Sequence"
|
||||
msgstr "Pakendamise jada"
|
||||
|
||||
msgctxt "field:stock.move,package:"
|
||||
msgid "Package"
|
||||
msgstr "Pakend"
|
||||
|
||||
msgctxt "field:stock.package,allowed_moves:"
|
||||
msgid "Allowed Moves"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package,children:"
|
||||
msgid "Children"
|
||||
msgstr "Alamjaotus"
|
||||
|
||||
msgctxt "field:stock.package,company:"
|
||||
msgid "Company"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package,height:"
|
||||
msgid "Height"
|
||||
msgstr ""
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "field:stock.package,height_uom:"
|
||||
msgid "Height UoM"
|
||||
msgstr "Pakend"
|
||||
|
||||
msgctxt "field:stock.package,length:"
|
||||
msgid "Length"
|
||||
msgstr ""
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "field:stock.package,length_uom:"
|
||||
msgid "Length UoM"
|
||||
msgstr "Pakend"
|
||||
|
||||
msgctxt "field:stock.package,moves:"
|
||||
msgid "Moves"
|
||||
msgstr "Kanded"
|
||||
|
||||
msgctxt "field:stock.package,number:"
|
||||
msgid "Number"
|
||||
msgstr ""
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "field:stock.package,packaging_volume:"
|
||||
msgid "Packaging Volume"
|
||||
msgstr "Pakend"
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "field:stock.package,packaging_volume_uom:"
|
||||
msgid "Packaging Volume UoM"
|
||||
msgstr "Pakend"
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "field:stock.package,packaging_weight:"
|
||||
msgid "Packaging Weight"
|
||||
msgstr "Pakend"
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "field:stock.package,packaging_weight_uom:"
|
||||
msgid "Packaging Weight UoM"
|
||||
msgstr "Pakend"
|
||||
|
||||
msgctxt "field:stock.package,parent:"
|
||||
msgid "Parent"
|
||||
msgstr "Ülemjaotus"
|
||||
|
||||
msgctxt "field:stock.package,shipment:"
|
||||
msgid "Shipment"
|
||||
msgstr "Tarne"
|
||||
|
||||
msgctxt "field:stock.package,state:"
|
||||
msgid "State"
|
||||
msgstr "Olek"
|
||||
|
||||
msgctxt "field:stock.package,type:"
|
||||
msgid "Type"
|
||||
msgstr "Tüüp"
|
||||
|
||||
msgctxt "field:stock.package,width:"
|
||||
msgid "Width"
|
||||
msgstr ""
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "field:stock.package,width_uom:"
|
||||
msgid "Width UoM"
|
||||
msgstr "Pakend"
|
||||
|
||||
msgctxt "field:stock.package.type,height:"
|
||||
msgid "Height"
|
||||
msgstr ""
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "field:stock.package.type,height_uom:"
|
||||
msgid "Height UoM"
|
||||
msgstr "Pakend"
|
||||
|
||||
msgctxt "field:stock.package.type,length:"
|
||||
msgid "Length"
|
||||
msgstr ""
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "field:stock.package.type,length_uom:"
|
||||
msgid "Length UoM"
|
||||
msgstr "Pakend"
|
||||
|
||||
msgctxt "field:stock.package.type,name:"
|
||||
msgid "Name"
|
||||
msgstr "Nimi"
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "field:stock.package.type,packaging_volume:"
|
||||
msgid "Packaging Volume"
|
||||
msgstr "Pakend"
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "field:stock.package.type,packaging_volume_uom:"
|
||||
msgid "Packaging Volume UoM"
|
||||
msgstr "Pakend"
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "field:stock.package.type,packaging_weight:"
|
||||
msgid "Packaging Weight"
|
||||
msgstr "Pakend"
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "field:stock.package.type,packaging_weight_uom:"
|
||||
msgid "Packaging Weight UoM"
|
||||
msgstr "Pakend"
|
||||
|
||||
msgctxt "field:stock.package.type,width:"
|
||||
msgid "Width"
|
||||
msgstr ""
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "field:stock.package.type,width_uom:"
|
||||
msgid "Width UoM"
|
||||
msgstr "Pakend"
|
||||
|
||||
msgctxt "field:stock.shipment.in.return,packages:"
|
||||
msgid "Packages"
|
||||
msgstr "Pakendid"
|
||||
|
||||
msgctxt "field:stock.shipment.in.return,root_packages:"
|
||||
msgid "Packages"
|
||||
msgstr "Pakendid"
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "field:stock.shipment.internal,packages:"
|
||||
msgid "Packages"
|
||||
msgstr "Pakendid"
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "field:stock.shipment.internal,root_packages:"
|
||||
msgid "Packages"
|
||||
msgstr "Pakendid"
|
||||
|
||||
msgctxt "field:stock.shipment.out,packages:"
|
||||
msgid "Packages"
|
||||
msgstr "Pakendid"
|
||||
|
||||
msgctxt "field:stock.shipment.out,root_packages:"
|
||||
msgid "Packages"
|
||||
msgstr "Pakendid"
|
||||
|
||||
msgctxt "help:stock.package,height:"
|
||||
msgid "The height of the package."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package,height_uom:"
|
||||
msgid "The Unit of Measure for the package height."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package,length:"
|
||||
msgid "The length of the package."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package,length_uom:"
|
||||
msgid "The Unit of Measure for the package length."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package,packaging_volume:"
|
||||
msgid "The volume of the package."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package,packaging_volume_uom:"
|
||||
msgid "The Unit of Measure for the packaging volume."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package,packaging_weight:"
|
||||
msgid "The weight of the package when empty."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package,packaging_weight_uom:"
|
||||
msgid "The Unit of Measure for the packaging weight."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package,width:"
|
||||
msgid "The width of the package."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package,width_uom:"
|
||||
msgid "The Unit of Measure for the package width."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package.type,height:"
|
||||
msgid "The height of the package."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package.type,height_uom:"
|
||||
msgid "The Unit of Measure for the package height."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package.type,length:"
|
||||
msgid "The length of the package."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package.type,length_uom:"
|
||||
msgid "The Unit of Measure for the package length."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package.type,packaging_volume:"
|
||||
msgid "The volume of the package."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package.type,packaging_volume_uom:"
|
||||
msgid "The Unit of Measure for the packaging volume."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package.type,packaging_weight:"
|
||||
msgid "The weight of the package when empty."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package.type,packaging_weight_uom:"
|
||||
msgid "The Unit of Measure for the packaging weight."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package.type,width:"
|
||||
msgid "The width of the package."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package.type,width_uom:"
|
||||
msgid "The Unit of Measure for the package width."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "model:ir.action,name:act_package_type_form"
|
||||
msgid "Package Types"
|
||||
msgstr "Pakendi tüüp"
|
||||
|
||||
#, python-format
|
||||
msgctxt "model:ir.message,text:msg_package_mismatch"
|
||||
msgid "To process shipment \"%(shipment)s\", you must pack all its moves."
|
||||
msgstr ""
|
||||
|
||||
#, python-format
|
||||
msgctxt "model:ir.message,text:msg_package_volume_too_small"
|
||||
msgid ""
|
||||
"The volume (%(volume)s) of package \"%(package)s\" is too small for summed "
|
||||
"volume (%(children_volume)s) of its children packages."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "model:ir.rule.group,name:rule_group_package_companies"
|
||||
msgid "User in companies"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "model:ir.sequence,name:sequence_package"
|
||||
msgid "Stock Package"
|
||||
msgstr "Laopakend"
|
||||
|
||||
msgctxt "model:ir.sequence.type,name:sequence_type_package"
|
||||
msgid "Stock Package"
|
||||
msgstr "Laopakend"
|
||||
|
||||
msgctxt "model:ir.ui.menu,name:menu_package_form"
|
||||
msgid "Package Types"
|
||||
msgstr "Pakendi tüüp"
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "model:stock.package,string:"
|
||||
msgid "Stock Package"
|
||||
msgstr "Laopakend"
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "model:stock.package.type,string:"
|
||||
msgid "Stock Package Type"
|
||||
msgstr "Laopakendi tüüp"
|
||||
|
||||
msgctxt "selection:stock.package,state:"
|
||||
msgid "Closed"
|
||||
msgstr "Suletud"
|
||||
|
||||
msgctxt "selection:stock.package,state:"
|
||||
msgid "Open"
|
||||
msgstr "Avatud"
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "view:stock.configuration:"
|
||||
msgid "Package"
|
||||
msgstr "Pakend"
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "view:stock.configuration:"
|
||||
msgid "Sequence"
|
||||
msgstr "Pakendamise jada"
|
||||
|
||||
msgctxt "view:stock.package.type:"
|
||||
msgid "Measurements"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "view:stock.package:"
|
||||
msgid "Measurements"
|
||||
msgstr ""
|
||||
325
modules/stock_package/locale/fa.po
Normal file
325
modules/stock_package/locale/fa.po
Normal file
@@ -0,0 +1,325 @@
|
||||
#
|
||||
msgid ""
|
||||
msgstr "Content-Type: text/plain; charset=utf-8\n"
|
||||
|
||||
msgctxt "field:stock.configuration,package_sequence:"
|
||||
msgid "Package Sequence"
|
||||
msgstr "ادامه بسته"
|
||||
|
||||
msgctxt "field:stock.configuration.sequence,package_sequence:"
|
||||
msgid "Package Sequence"
|
||||
msgstr "ادامه بسته"
|
||||
|
||||
msgctxt "field:stock.move,package:"
|
||||
msgid "Package"
|
||||
msgstr "بسته"
|
||||
|
||||
msgctxt "field:stock.package,allowed_moves:"
|
||||
msgid "Allowed Moves"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package,children:"
|
||||
msgid "Children"
|
||||
msgstr "زیر مجموعه"
|
||||
|
||||
msgctxt "field:stock.package,company:"
|
||||
msgid "Company"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package,height:"
|
||||
msgid "Height"
|
||||
msgstr ""
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "field:stock.package,height_uom:"
|
||||
msgid "Height UoM"
|
||||
msgstr "بسته"
|
||||
|
||||
msgctxt "field:stock.package,length:"
|
||||
msgid "Length"
|
||||
msgstr ""
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "field:stock.package,length_uom:"
|
||||
msgid "Length UoM"
|
||||
msgstr "بسته"
|
||||
|
||||
msgctxt "field:stock.package,moves:"
|
||||
msgid "Moves"
|
||||
msgstr "جابجایی ها"
|
||||
|
||||
msgctxt "field:stock.package,number:"
|
||||
msgid "Number"
|
||||
msgstr ""
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "field:stock.package,packaging_volume:"
|
||||
msgid "Packaging Volume"
|
||||
msgstr "بسته"
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "field:stock.package,packaging_volume_uom:"
|
||||
msgid "Packaging Volume UoM"
|
||||
msgstr "بسته"
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "field:stock.package,packaging_weight:"
|
||||
msgid "Packaging Weight"
|
||||
msgstr "بسته"
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "field:stock.package,packaging_weight_uom:"
|
||||
msgid "Packaging Weight UoM"
|
||||
msgstr "بسته"
|
||||
|
||||
msgctxt "field:stock.package,parent:"
|
||||
msgid "Parent"
|
||||
msgstr "منبع"
|
||||
|
||||
msgctxt "field:stock.package,shipment:"
|
||||
msgid "Shipment"
|
||||
msgstr "محموله"
|
||||
|
||||
msgctxt "field:stock.package,state:"
|
||||
msgid "State"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package,type:"
|
||||
msgid "Type"
|
||||
msgstr "نوع"
|
||||
|
||||
msgctxt "field:stock.package,width:"
|
||||
msgid "Width"
|
||||
msgstr ""
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "field:stock.package,width_uom:"
|
||||
msgid "Width UoM"
|
||||
msgstr "بسته"
|
||||
|
||||
msgctxt "field:stock.package.type,height:"
|
||||
msgid "Height"
|
||||
msgstr ""
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "field:stock.package.type,height_uom:"
|
||||
msgid "Height UoM"
|
||||
msgstr "بسته"
|
||||
|
||||
msgctxt "field:stock.package.type,length:"
|
||||
msgid "Length"
|
||||
msgstr ""
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "field:stock.package.type,length_uom:"
|
||||
msgid "Length UoM"
|
||||
msgstr "بسته"
|
||||
|
||||
msgctxt "field:stock.package.type,name:"
|
||||
msgid "Name"
|
||||
msgstr "نام"
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "field:stock.package.type,packaging_volume:"
|
||||
msgid "Packaging Volume"
|
||||
msgstr "بسته"
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "field:stock.package.type,packaging_volume_uom:"
|
||||
msgid "Packaging Volume UoM"
|
||||
msgstr "بسته"
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "field:stock.package.type,packaging_weight:"
|
||||
msgid "Packaging Weight"
|
||||
msgstr "بسته"
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "field:stock.package.type,packaging_weight_uom:"
|
||||
msgid "Packaging Weight UoM"
|
||||
msgstr "بسته"
|
||||
|
||||
msgctxt "field:stock.package.type,width:"
|
||||
msgid "Width"
|
||||
msgstr ""
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "field:stock.package.type,width_uom:"
|
||||
msgid "Width UoM"
|
||||
msgstr "بسته"
|
||||
|
||||
msgctxt "field:stock.shipment.in.return,packages:"
|
||||
msgid "Packages"
|
||||
msgstr "بسته ها"
|
||||
|
||||
msgctxt "field:stock.shipment.in.return,root_packages:"
|
||||
msgid "Packages"
|
||||
msgstr "بسته ها"
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "field:stock.shipment.internal,packages:"
|
||||
msgid "Packages"
|
||||
msgstr "بسته ها"
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "field:stock.shipment.internal,root_packages:"
|
||||
msgid "Packages"
|
||||
msgstr "بسته ها"
|
||||
|
||||
msgctxt "field:stock.shipment.out,packages:"
|
||||
msgid "Packages"
|
||||
msgstr "بسته ها"
|
||||
|
||||
msgctxt "field:stock.shipment.out,root_packages:"
|
||||
msgid "Packages"
|
||||
msgstr "بسته ها"
|
||||
|
||||
msgctxt "help:stock.package,height:"
|
||||
msgid "The height of the package."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package,height_uom:"
|
||||
msgid "The Unit of Measure for the package height."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package,length:"
|
||||
msgid "The length of the package."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package,length_uom:"
|
||||
msgid "The Unit of Measure for the package length."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package,packaging_volume:"
|
||||
msgid "The volume of the package."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package,packaging_volume_uom:"
|
||||
msgid "The Unit of Measure for the packaging volume."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package,packaging_weight:"
|
||||
msgid "The weight of the package when empty."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package,packaging_weight_uom:"
|
||||
msgid "The Unit of Measure for the packaging weight."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package,width:"
|
||||
msgid "The width of the package."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package,width_uom:"
|
||||
msgid "The Unit of Measure for the package width."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package.type,height:"
|
||||
msgid "The height of the package."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package.type,height_uom:"
|
||||
msgid "The Unit of Measure for the package height."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package.type,length:"
|
||||
msgid "The length of the package."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package.type,length_uom:"
|
||||
msgid "The Unit of Measure for the package length."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package.type,packaging_volume:"
|
||||
msgid "The volume of the package."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package.type,packaging_volume_uom:"
|
||||
msgid "The Unit of Measure for the packaging volume."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package.type,packaging_weight:"
|
||||
msgid "The weight of the package when empty."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package.type,packaging_weight_uom:"
|
||||
msgid "The Unit of Measure for the packaging weight."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package.type,width:"
|
||||
msgid "The width of the package."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package.type,width_uom:"
|
||||
msgid "The Unit of Measure for the package width."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "model:ir.action,name:act_package_type_form"
|
||||
msgid "Package Types"
|
||||
msgstr "انواع بسته"
|
||||
|
||||
#, python-format
|
||||
msgctxt "model:ir.message,text:msg_package_mismatch"
|
||||
msgid "To process shipment \"%(shipment)s\", you must pack all its moves."
|
||||
msgstr ""
|
||||
"برای پردازش محموله :\"%(shipment)s\"، شما باید همه جابجایی های آن را بسته "
|
||||
"بندی کنید."
|
||||
|
||||
#, python-format
|
||||
msgctxt "model:ir.message,text:msg_package_volume_too_small"
|
||||
msgid ""
|
||||
"The volume (%(volume)s) of package \"%(package)s\" is too small for summed "
|
||||
"volume (%(children_volume)s) of its children packages."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "model:ir.rule.group,name:rule_group_package_companies"
|
||||
msgid "User in companies"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "model:ir.sequence,name:sequence_package"
|
||||
msgid "Stock Package"
|
||||
msgstr "بسته کالا"
|
||||
|
||||
msgctxt "model:ir.sequence.type,name:sequence_type_package"
|
||||
msgid "Stock Package"
|
||||
msgstr "بسته کالا"
|
||||
|
||||
msgctxt "model:ir.ui.menu,name:menu_package_form"
|
||||
msgid "Package Types"
|
||||
msgstr "انواع بسته"
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "model:stock.package,string:"
|
||||
msgid "Stock Package"
|
||||
msgstr "بسته کالا"
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "model:stock.package.type,string:"
|
||||
msgid "Stock Package Type"
|
||||
msgstr "نوع بسته کالا"
|
||||
|
||||
msgctxt "selection:stock.package,state:"
|
||||
msgid "Closed"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "selection:stock.package,state:"
|
||||
msgid "Open"
|
||||
msgstr ""
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "view:stock.configuration:"
|
||||
msgid "Package"
|
||||
msgstr "بسته"
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "view:stock.configuration:"
|
||||
msgid "Sequence"
|
||||
msgstr "ادامه بسته"
|
||||
|
||||
msgctxt "view:stock.package.type:"
|
||||
msgid "Measurements"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "view:stock.package:"
|
||||
msgid "Measurements"
|
||||
msgstr ""
|
||||
308
modules/stock_package/locale/fi.po
Normal file
308
modules/stock_package/locale/fi.po
Normal file
@@ -0,0 +1,308 @@
|
||||
#
|
||||
msgid ""
|
||||
msgstr "Content-Type: text/plain; charset=utf-8\n"
|
||||
|
||||
msgctxt "field:stock.configuration,package_sequence:"
|
||||
msgid "Package Sequence"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.configuration.sequence,package_sequence:"
|
||||
msgid "Package Sequence"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.move,package:"
|
||||
msgid "Package"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package,allowed_moves:"
|
||||
msgid "Allowed Moves"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package,children:"
|
||||
msgid "Children"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package,company:"
|
||||
msgid "Company"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package,height:"
|
||||
msgid "Height"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package,height_uom:"
|
||||
msgid "Height UoM"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package,length:"
|
||||
msgid "Length"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package,length_uom:"
|
||||
msgid "Length UoM"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package,moves:"
|
||||
msgid "Moves"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package,number:"
|
||||
msgid "Number"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package,packaging_volume:"
|
||||
msgid "Packaging Volume"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package,packaging_volume_uom:"
|
||||
msgid "Packaging Volume UoM"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package,packaging_weight:"
|
||||
msgid "Packaging Weight"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package,packaging_weight_uom:"
|
||||
msgid "Packaging Weight UoM"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package,parent:"
|
||||
msgid "Parent"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package,shipment:"
|
||||
msgid "Shipment"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package,state:"
|
||||
msgid "State"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package,type:"
|
||||
msgid "Type"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package,width:"
|
||||
msgid "Width"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package,width_uom:"
|
||||
msgid "Width UoM"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package.type,height:"
|
||||
msgid "Height"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package.type,height_uom:"
|
||||
msgid "Height UoM"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package.type,length:"
|
||||
msgid "Length"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package.type,length_uom:"
|
||||
msgid "Length UoM"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package.type,name:"
|
||||
msgid "Name"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package.type,packaging_volume:"
|
||||
msgid "Packaging Volume"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package.type,packaging_volume_uom:"
|
||||
msgid "Packaging Volume UoM"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package.type,packaging_weight:"
|
||||
msgid "Packaging Weight"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package.type,packaging_weight_uom:"
|
||||
msgid "Packaging Weight UoM"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package.type,width:"
|
||||
msgid "Width"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package.type,width_uom:"
|
||||
msgid "Width UoM"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.shipment.in.return,packages:"
|
||||
msgid "Packages"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.shipment.in.return,root_packages:"
|
||||
msgid "Packages"
|
||||
msgstr ""
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "field:stock.shipment.internal,packages:"
|
||||
msgid "Packages"
|
||||
msgstr "Package Types"
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "field:stock.shipment.internal,root_packages:"
|
||||
msgid "Packages"
|
||||
msgstr "Package Types"
|
||||
|
||||
msgctxt "field:stock.shipment.out,packages:"
|
||||
msgid "Packages"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.shipment.out,root_packages:"
|
||||
msgid "Packages"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package,height:"
|
||||
msgid "The height of the package."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package,height_uom:"
|
||||
msgid "The Unit of Measure for the package height."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package,length:"
|
||||
msgid "The length of the package."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package,length_uom:"
|
||||
msgid "The Unit of Measure for the package length."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package,packaging_volume:"
|
||||
msgid "The volume of the package."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package,packaging_volume_uom:"
|
||||
msgid "The Unit of Measure for the packaging volume."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package,packaging_weight:"
|
||||
msgid "The weight of the package when empty."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package,packaging_weight_uom:"
|
||||
msgid "The Unit of Measure for the packaging weight."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package,width:"
|
||||
msgid "The width of the package."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package,width_uom:"
|
||||
msgid "The Unit of Measure for the package width."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package.type,height:"
|
||||
msgid "The height of the package."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package.type,height_uom:"
|
||||
msgid "The Unit of Measure for the package height."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package.type,length:"
|
||||
msgid "The length of the package."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package.type,length_uom:"
|
||||
msgid "The Unit of Measure for the package length."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package.type,packaging_volume:"
|
||||
msgid "The volume of the package."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package.type,packaging_volume_uom:"
|
||||
msgid "The Unit of Measure for the packaging volume."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package.type,packaging_weight:"
|
||||
msgid "The weight of the package when empty."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package.type,packaging_weight_uom:"
|
||||
msgid "The Unit of Measure for the packaging weight."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package.type,width:"
|
||||
msgid "The width of the package."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package.type,width_uom:"
|
||||
msgid "The Unit of Measure for the package width."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "model:ir.action,name:act_package_type_form"
|
||||
msgid "Package Types"
|
||||
msgstr "Package Types"
|
||||
|
||||
#, python-format
|
||||
msgctxt "model:ir.message,text:msg_package_mismatch"
|
||||
msgid "To process shipment \"%(shipment)s\", you must pack all its moves."
|
||||
msgstr ""
|
||||
|
||||
#, python-format
|
||||
msgctxt "model:ir.message,text:msg_package_volume_too_small"
|
||||
msgid ""
|
||||
"The volume (%(volume)s) of package \"%(package)s\" is too small for summed "
|
||||
"volume (%(children_volume)s) of its children packages."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "model:ir.rule.group,name:rule_group_package_companies"
|
||||
msgid "User in companies"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "model:ir.sequence,name:sequence_package"
|
||||
msgid "Stock Package"
|
||||
msgstr "Stock Package"
|
||||
|
||||
msgctxt "model:ir.sequence.type,name:sequence_type_package"
|
||||
msgid "Stock Package"
|
||||
msgstr "Stock Package"
|
||||
|
||||
msgctxt "model:ir.ui.menu,name:menu_package_form"
|
||||
msgid "Package Types"
|
||||
msgstr "Package Types"
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "model:stock.package,string:"
|
||||
msgid "Stock Package"
|
||||
msgstr "Stock Package"
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "model:stock.package.type,string:"
|
||||
msgid "Stock Package Type"
|
||||
msgstr "Stock Package"
|
||||
|
||||
msgctxt "selection:stock.package,state:"
|
||||
msgid "Closed"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "selection:stock.package,state:"
|
||||
msgid "Open"
|
||||
msgstr ""
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "view:stock.configuration:"
|
||||
msgid "Package"
|
||||
msgstr "Package Types"
|
||||
|
||||
msgctxt "view:stock.configuration:"
|
||||
msgid "Sequence"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "view:stock.package.type:"
|
||||
msgid "Measurements"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "view:stock.package:"
|
||||
msgid "Measurements"
|
||||
msgstr ""
|
||||
307
modules/stock_package/locale/fr.po
Normal file
307
modules/stock_package/locale/fr.po
Normal file
@@ -0,0 +1,307 @@
|
||||
#
|
||||
msgid ""
|
||||
msgstr "Content-Type: text/plain; charset=utf-8\n"
|
||||
|
||||
msgctxt "field:stock.configuration,package_sequence:"
|
||||
msgid "Package Sequence"
|
||||
msgstr "Séquence de colis"
|
||||
|
||||
msgctxt "field:stock.configuration.sequence,package_sequence:"
|
||||
msgid "Package Sequence"
|
||||
msgstr "Séquence de colis"
|
||||
|
||||
msgctxt "field:stock.move,package:"
|
||||
msgid "Package"
|
||||
msgstr "Colis"
|
||||
|
||||
msgctxt "field:stock.package,allowed_moves:"
|
||||
msgid "Allowed Moves"
|
||||
msgstr "Mouvements autorisés"
|
||||
|
||||
msgctxt "field:stock.package,children:"
|
||||
msgid "Children"
|
||||
msgstr "Enfants"
|
||||
|
||||
msgctxt "field:stock.package,company:"
|
||||
msgid "Company"
|
||||
msgstr "Société"
|
||||
|
||||
msgctxt "field:stock.package,height:"
|
||||
msgid "Height"
|
||||
msgstr "Hauteur"
|
||||
|
||||
msgctxt "field:stock.package,height_uom:"
|
||||
msgid "Height UoM"
|
||||
msgstr "UDM de hauteur"
|
||||
|
||||
msgctxt "field:stock.package,length:"
|
||||
msgid "Length"
|
||||
msgstr "Longueur"
|
||||
|
||||
msgctxt "field:stock.package,length_uom:"
|
||||
msgid "Length UoM"
|
||||
msgstr "UDM de longueur"
|
||||
|
||||
msgctxt "field:stock.package,moves:"
|
||||
msgid "Moves"
|
||||
msgstr "Mouvements"
|
||||
|
||||
msgctxt "field:stock.package,number:"
|
||||
msgid "Number"
|
||||
msgstr "Numéro"
|
||||
|
||||
msgctxt "field:stock.package,packaging_volume:"
|
||||
msgid "Packaging Volume"
|
||||
msgstr "Volume de l'emballage"
|
||||
|
||||
msgctxt "field:stock.package,packaging_volume_uom:"
|
||||
msgid "Packaging Volume UoM"
|
||||
msgstr "UDM de volume de l'emballage"
|
||||
|
||||
msgctxt "field:stock.package,packaging_weight:"
|
||||
msgid "Packaging Weight"
|
||||
msgstr "Poids de l'emballage"
|
||||
|
||||
msgctxt "field:stock.package,packaging_weight_uom:"
|
||||
msgid "Packaging Weight UoM"
|
||||
msgstr "UDM de poids de l'emballage"
|
||||
|
||||
msgctxt "field:stock.package,parent:"
|
||||
msgid "Parent"
|
||||
msgstr "Parent"
|
||||
|
||||
msgctxt "field:stock.package,shipment:"
|
||||
msgid "Shipment"
|
||||
msgstr "Expédition"
|
||||
|
||||
msgctxt "field:stock.package,state:"
|
||||
msgid "State"
|
||||
msgstr "État"
|
||||
|
||||
msgctxt "field:stock.package,type:"
|
||||
msgid "Type"
|
||||
msgstr "Type"
|
||||
|
||||
msgctxt "field:stock.package,width:"
|
||||
msgid "Width"
|
||||
msgstr "Largeur"
|
||||
|
||||
msgctxt "field:stock.package,width_uom:"
|
||||
msgid "Width UoM"
|
||||
msgstr "UDM de largeur"
|
||||
|
||||
msgctxt "field:stock.package.type,height:"
|
||||
msgid "Height"
|
||||
msgstr "Hauteur"
|
||||
|
||||
msgctxt "field:stock.package.type,height_uom:"
|
||||
msgid "Height UoM"
|
||||
msgstr "UDM de hauteur"
|
||||
|
||||
msgctxt "field:stock.package.type,length:"
|
||||
msgid "Length"
|
||||
msgstr "Longueur"
|
||||
|
||||
msgctxt "field:stock.package.type,length_uom:"
|
||||
msgid "Length UoM"
|
||||
msgstr "UDM de longueur"
|
||||
|
||||
msgctxt "field:stock.package.type,name:"
|
||||
msgid "Name"
|
||||
msgstr "Nom"
|
||||
|
||||
msgctxt "field:stock.package.type,packaging_volume:"
|
||||
msgid "Packaging Volume"
|
||||
msgstr "Volume de l'emballage"
|
||||
|
||||
msgctxt "field:stock.package.type,packaging_volume_uom:"
|
||||
msgid "Packaging Volume UoM"
|
||||
msgstr "UDM de volume de l'emballage"
|
||||
|
||||
msgctxt "field:stock.package.type,packaging_weight:"
|
||||
msgid "Packaging Weight"
|
||||
msgstr "Poids de l'emballage"
|
||||
|
||||
msgctxt "field:stock.package.type,packaging_weight_uom:"
|
||||
msgid "Packaging Weight UoM"
|
||||
msgstr "UDM de poids de l'emballage"
|
||||
|
||||
msgctxt "field:stock.package.type,width:"
|
||||
msgid "Width"
|
||||
msgstr "Largeur"
|
||||
|
||||
msgctxt "field:stock.package.type,width_uom:"
|
||||
msgid "Width UoM"
|
||||
msgstr "UDM de largeur"
|
||||
|
||||
msgctxt "field:stock.shipment.in.return,packages:"
|
||||
msgid "Packages"
|
||||
msgstr "Colis"
|
||||
|
||||
msgctxt "field:stock.shipment.in.return,root_packages:"
|
||||
msgid "Packages"
|
||||
msgstr "Colis"
|
||||
|
||||
msgctxt "field:stock.shipment.internal,packages:"
|
||||
msgid "Packages"
|
||||
msgstr "Colis"
|
||||
|
||||
msgctxt "field:stock.shipment.internal,root_packages:"
|
||||
msgid "Packages"
|
||||
msgstr "Colis"
|
||||
|
||||
msgctxt "field:stock.shipment.out,packages:"
|
||||
msgid "Packages"
|
||||
msgstr "Colis"
|
||||
|
||||
msgctxt "field:stock.shipment.out,root_packages:"
|
||||
msgid "Packages"
|
||||
msgstr "Colis"
|
||||
|
||||
msgctxt "help:stock.package,height:"
|
||||
msgid "The height of the package."
|
||||
msgstr "La hauteur du colis."
|
||||
|
||||
msgctxt "help:stock.package,height_uom:"
|
||||
msgid "The Unit of Measure for the package height."
|
||||
msgstr "L'Unité De Mesure pour la hauteur du colis."
|
||||
|
||||
msgctxt "help:stock.package,length:"
|
||||
msgid "The length of the package."
|
||||
msgstr "La longueur du colis."
|
||||
|
||||
msgctxt "help:stock.package,length_uom:"
|
||||
msgid "The Unit of Measure for the package length."
|
||||
msgstr "L'Unité De Mesure pour la longueur du colis."
|
||||
|
||||
msgctxt "help:stock.package,packaging_volume:"
|
||||
msgid "The volume of the package."
|
||||
msgstr "Le volume du colis."
|
||||
|
||||
msgctxt "help:stock.package,packaging_volume_uom:"
|
||||
msgid "The Unit of Measure for the packaging volume."
|
||||
msgstr "L'Unité De Mesure pour le volume de l'emballage."
|
||||
|
||||
msgctxt "help:stock.package,packaging_weight:"
|
||||
msgid "The weight of the package when empty."
|
||||
msgstr "Le poids du colis vide."
|
||||
|
||||
msgctxt "help:stock.package,packaging_weight_uom:"
|
||||
msgid "The Unit of Measure for the packaging weight."
|
||||
msgstr "L'Unité De Mesure pour le poids de l'emballage."
|
||||
|
||||
msgctxt "help:stock.package,width:"
|
||||
msgid "The width of the package."
|
||||
msgstr "La largeur du colis."
|
||||
|
||||
msgctxt "help:stock.package,width_uom:"
|
||||
msgid "The Unit of Measure for the package width."
|
||||
msgstr "L'Unité De Mesure pour la largeur du colis."
|
||||
|
||||
msgctxt "help:stock.package.type,height:"
|
||||
msgid "The height of the package."
|
||||
msgstr "La hauteur du colis."
|
||||
|
||||
msgctxt "help:stock.package.type,height_uom:"
|
||||
msgid "The Unit of Measure for the package height."
|
||||
msgstr "L'Unité De Mesure pour la hauteur du colis."
|
||||
|
||||
msgctxt "help:stock.package.type,length:"
|
||||
msgid "The length of the package."
|
||||
msgstr "La longueur du colis."
|
||||
|
||||
msgctxt "help:stock.package.type,length_uom:"
|
||||
msgid "The Unit of Measure for the package length."
|
||||
msgstr "L'Unité De Mesure pour la longueur du colis."
|
||||
|
||||
msgctxt "help:stock.package.type,packaging_volume:"
|
||||
msgid "The volume of the package."
|
||||
msgstr "Le volume du colis."
|
||||
|
||||
msgctxt "help:stock.package.type,packaging_volume_uom:"
|
||||
msgid "The Unit of Measure for the packaging volume."
|
||||
msgstr "L'Unité De Mesure pour le volume de l'emballage."
|
||||
|
||||
msgctxt "help:stock.package.type,packaging_weight:"
|
||||
msgid "The weight of the package when empty."
|
||||
msgstr "Le poids du colis vide."
|
||||
|
||||
msgctxt "help:stock.package.type,packaging_weight_uom:"
|
||||
msgid "The Unit of Measure for the packaging weight."
|
||||
msgstr "L'Unité De Mesure pour le poids de l'emballage."
|
||||
|
||||
msgctxt "help:stock.package.type,width:"
|
||||
msgid "The width of the package."
|
||||
msgstr "La largeur du colis."
|
||||
|
||||
msgctxt "help:stock.package.type,width_uom:"
|
||||
msgid "The Unit of Measure for the package width."
|
||||
msgstr "L'Unité De Mesure pour la largeur du colis."
|
||||
|
||||
msgctxt "model:ir.action,name:act_package_type_form"
|
||||
msgid "Package Types"
|
||||
msgstr "Types de colis"
|
||||
|
||||
#, python-format
|
||||
msgctxt "model:ir.message,text:msg_package_mismatch"
|
||||
msgid "To process shipment \"%(shipment)s\", you must pack all its moves."
|
||||
msgstr ""
|
||||
"Pour traiter l’expédition « %(shipment)s », vous devez emballer tous ces "
|
||||
"mouvements."
|
||||
|
||||
#, python-format
|
||||
msgctxt "model:ir.message,text:msg_package_volume_too_small"
|
||||
msgid ""
|
||||
"The volume (%(volume)s) of package \"%(package)s\" is too small for summed "
|
||||
"volume (%(children_volume)s) of its children packages."
|
||||
msgstr ""
|
||||
"Le volume (%(volume)s) du colis « %(package)s » est trop petit pour le "
|
||||
"volume additionné (%(children_volume)s) de ses colis enfants."
|
||||
|
||||
msgctxt "model:ir.rule.group,name:rule_group_package_companies"
|
||||
msgid "User in companies"
|
||||
msgstr "Utilisateur dans les sociétés"
|
||||
|
||||
msgctxt "model:ir.sequence,name:sequence_package"
|
||||
msgid "Stock Package"
|
||||
msgstr "Colis de stock"
|
||||
|
||||
msgctxt "model:ir.sequence.type,name:sequence_type_package"
|
||||
msgid "Stock Package"
|
||||
msgstr "Colis de stock"
|
||||
|
||||
msgctxt "model:ir.ui.menu,name:menu_package_form"
|
||||
msgid "Package Types"
|
||||
msgstr "Types de colis"
|
||||
|
||||
msgctxt "model:stock.package,string:"
|
||||
msgid "Stock Package"
|
||||
msgstr "Colis de stock"
|
||||
|
||||
msgctxt "model:stock.package.type,string:"
|
||||
msgid "Stock Package Type"
|
||||
msgstr "Type de colis de stock"
|
||||
|
||||
msgctxt "selection:stock.package,state:"
|
||||
msgid "Closed"
|
||||
msgstr "Fermé"
|
||||
|
||||
msgctxt "selection:stock.package,state:"
|
||||
msgid "Open"
|
||||
msgstr "Ouvert"
|
||||
|
||||
msgctxt "view:stock.configuration:"
|
||||
msgid "Package"
|
||||
msgstr "Colis"
|
||||
|
||||
msgctxt "view:stock.configuration:"
|
||||
msgid "Sequence"
|
||||
msgstr "Séquence"
|
||||
|
||||
msgctxt "view:stock.package.type:"
|
||||
msgid "Measurements"
|
||||
msgstr "Mesures"
|
||||
|
||||
msgctxt "view:stock.package:"
|
||||
msgid "Measurements"
|
||||
msgstr "Mesures"
|
||||
328
modules/stock_package/locale/hu.po
Normal file
328
modules/stock_package/locale/hu.po
Normal file
@@ -0,0 +1,328 @@
|
||||
#
|
||||
msgid ""
|
||||
msgstr "Content-Type: text/plain; charset=utf-8\n"
|
||||
|
||||
msgctxt "field:stock.configuration,package_sequence:"
|
||||
msgid "Package Sequence"
|
||||
msgstr "Csomag számkör"
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "field:stock.configuration.sequence,package_sequence:"
|
||||
msgid "Package Sequence"
|
||||
msgstr "Csomag számkör"
|
||||
|
||||
msgctxt "field:stock.move,package:"
|
||||
msgid "Package"
|
||||
msgstr "Csomag"
|
||||
|
||||
msgctxt "field:stock.package,allowed_moves:"
|
||||
msgid "Allowed Moves"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package,children:"
|
||||
msgid "Children"
|
||||
msgstr "Gyermek (csomag)"
|
||||
|
||||
msgctxt "field:stock.package,company:"
|
||||
msgid "Company"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package,height:"
|
||||
msgid "Height"
|
||||
msgstr ""
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "field:stock.package,height_uom:"
|
||||
msgid "Height UoM"
|
||||
msgstr "Csomag"
|
||||
|
||||
msgctxt "field:stock.package,length:"
|
||||
msgid "Length"
|
||||
msgstr ""
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "field:stock.package,length_uom:"
|
||||
msgid "Length UoM"
|
||||
msgstr "Csomag"
|
||||
|
||||
msgctxt "field:stock.package,moves:"
|
||||
msgid "Moves"
|
||||
msgstr "Raktár mozgatás"
|
||||
|
||||
msgctxt "field:stock.package,number:"
|
||||
msgid "Number"
|
||||
msgstr ""
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "field:stock.package,packaging_volume:"
|
||||
msgid "Packaging Volume"
|
||||
msgstr "Csomag"
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "field:stock.package,packaging_volume_uom:"
|
||||
msgid "Packaging Volume UoM"
|
||||
msgstr "Csomag"
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "field:stock.package,packaging_weight:"
|
||||
msgid "Packaging Weight"
|
||||
msgstr "Csomag"
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "field:stock.package,packaging_weight_uom:"
|
||||
msgid "Packaging Weight UoM"
|
||||
msgstr "Csomag"
|
||||
|
||||
msgctxt "field:stock.package,parent:"
|
||||
msgid "Parent"
|
||||
msgstr "Szülő (csomag)"
|
||||
|
||||
msgctxt "field:stock.package,shipment:"
|
||||
msgid "Shipment"
|
||||
msgstr "Szállítási tétel"
|
||||
|
||||
msgctxt "field:stock.package,state:"
|
||||
msgid "State"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package,type:"
|
||||
msgid "Type"
|
||||
msgstr "Típus"
|
||||
|
||||
msgctxt "field:stock.package,width:"
|
||||
msgid "Width"
|
||||
msgstr ""
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "field:stock.package,width_uom:"
|
||||
msgid "Width UoM"
|
||||
msgstr "Csomag"
|
||||
|
||||
msgctxt "field:stock.package.type,height:"
|
||||
msgid "Height"
|
||||
msgstr ""
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "field:stock.package.type,height_uom:"
|
||||
msgid "Height UoM"
|
||||
msgstr "Csomag"
|
||||
|
||||
msgctxt "field:stock.package.type,length:"
|
||||
msgid "Length"
|
||||
msgstr ""
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "field:stock.package.type,length_uom:"
|
||||
msgid "Length UoM"
|
||||
msgstr "Csomag"
|
||||
|
||||
msgctxt "field:stock.package.type,name:"
|
||||
msgid "Name"
|
||||
msgstr "Név"
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "field:stock.package.type,packaging_volume:"
|
||||
msgid "Packaging Volume"
|
||||
msgstr "Csomag"
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "field:stock.package.type,packaging_volume_uom:"
|
||||
msgid "Packaging Volume UoM"
|
||||
msgstr "Csomag"
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "field:stock.package.type,packaging_weight:"
|
||||
msgid "Packaging Weight"
|
||||
msgstr "Csomag"
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "field:stock.package.type,packaging_weight_uom:"
|
||||
msgid "Packaging Weight UoM"
|
||||
msgstr "Csomag"
|
||||
|
||||
msgctxt "field:stock.package.type,width:"
|
||||
msgid "Width"
|
||||
msgstr ""
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "field:stock.package.type,width_uom:"
|
||||
msgid "Width UoM"
|
||||
msgstr "Csomag"
|
||||
|
||||
msgctxt "field:stock.shipment.in.return,packages:"
|
||||
msgid "Packages"
|
||||
msgstr "Csomagok"
|
||||
|
||||
msgctxt "field:stock.shipment.in.return,root_packages:"
|
||||
msgid "Packages"
|
||||
msgstr "Csomagok"
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "field:stock.shipment.internal,packages:"
|
||||
msgid "Packages"
|
||||
msgstr "Csomagok"
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "field:stock.shipment.internal,root_packages:"
|
||||
msgid "Packages"
|
||||
msgstr "Csomagok"
|
||||
|
||||
msgctxt "field:stock.shipment.out,packages:"
|
||||
msgid "Packages"
|
||||
msgstr "Csomagok"
|
||||
|
||||
msgctxt "field:stock.shipment.out,root_packages:"
|
||||
msgid "Packages"
|
||||
msgstr "Csomagok"
|
||||
|
||||
msgctxt "help:stock.package,height:"
|
||||
msgid "The height of the package."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package,height_uom:"
|
||||
msgid "The Unit of Measure for the package height."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package,length:"
|
||||
msgid "The length of the package."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package,length_uom:"
|
||||
msgid "The Unit of Measure for the package length."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package,packaging_volume:"
|
||||
msgid "The volume of the package."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package,packaging_volume_uom:"
|
||||
msgid "The Unit of Measure for the packaging volume."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package,packaging_weight:"
|
||||
msgid "The weight of the package when empty."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package,packaging_weight_uom:"
|
||||
msgid "The Unit of Measure for the packaging weight."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package,width:"
|
||||
msgid "The width of the package."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package,width_uom:"
|
||||
msgid "The Unit of Measure for the package width."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package.type,height:"
|
||||
msgid "The height of the package."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package.type,height_uom:"
|
||||
msgid "The Unit of Measure for the package height."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package.type,length:"
|
||||
msgid "The length of the package."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package.type,length_uom:"
|
||||
msgid "The Unit of Measure for the package length."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package.type,packaging_volume:"
|
||||
msgid "The volume of the package."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package.type,packaging_volume_uom:"
|
||||
msgid "The Unit of Measure for the packaging volume."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package.type,packaging_weight:"
|
||||
msgid "The weight of the package when empty."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package.type,packaging_weight_uom:"
|
||||
msgid "The Unit of Measure for the packaging weight."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package.type,width:"
|
||||
msgid "The width of the package."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package.type,width_uom:"
|
||||
msgid "The Unit of Measure for the package width."
|
||||
msgstr ""
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "model:ir.action,name:act_package_type_form"
|
||||
msgid "Package Types"
|
||||
msgstr "Package Types"
|
||||
|
||||
#, python-format
|
||||
msgctxt "model:ir.message,text:msg_package_mismatch"
|
||||
msgid "To process shipment \"%(shipment)s\", you must pack all its moves."
|
||||
msgstr ""
|
||||
|
||||
#, python-format
|
||||
msgctxt "model:ir.message,text:msg_package_volume_too_small"
|
||||
msgid ""
|
||||
"The volume (%(volume)s) of package \"%(package)s\" is too small for summed "
|
||||
"volume (%(children_volume)s) of its children packages."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "model:ir.rule.group,name:rule_group_package_companies"
|
||||
msgid "User in companies"
|
||||
msgstr ""
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "model:ir.sequence,name:sequence_package"
|
||||
msgid "Stock Package"
|
||||
msgstr "Stock Package"
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "model:ir.sequence.type,name:sequence_type_package"
|
||||
msgid "Stock Package"
|
||||
msgstr "Stock Package"
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "model:ir.ui.menu,name:menu_package_form"
|
||||
msgid "Package Types"
|
||||
msgstr "Package Types"
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "model:stock.package,string:"
|
||||
msgid "Stock Package"
|
||||
msgstr "Stock Package"
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "model:stock.package.type,string:"
|
||||
msgid "Stock Package Type"
|
||||
msgstr "Raktár csomag típus"
|
||||
|
||||
msgctxt "selection:stock.package,state:"
|
||||
msgid "Closed"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "selection:stock.package,state:"
|
||||
msgid "Open"
|
||||
msgstr ""
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "view:stock.configuration:"
|
||||
msgid "Package"
|
||||
msgstr "Csomag"
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "view:stock.configuration:"
|
||||
msgid "Sequence"
|
||||
msgstr "Csomag számkör"
|
||||
|
||||
msgctxt "view:stock.package.type:"
|
||||
msgid "Measurements"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "view:stock.package:"
|
||||
msgid "Measurements"
|
||||
msgstr ""
|
||||
303
modules/stock_package/locale/id.po
Normal file
303
modules/stock_package/locale/id.po
Normal file
@@ -0,0 +1,303 @@
|
||||
#
|
||||
msgid ""
|
||||
msgstr "Content-Type: text/plain; charset=utf-8\n"
|
||||
|
||||
msgctxt "field:stock.configuration,package_sequence:"
|
||||
msgid "Package Sequence"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.configuration.sequence,package_sequence:"
|
||||
msgid "Package Sequence"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.move,package:"
|
||||
msgid "Package"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package,allowed_moves:"
|
||||
msgid "Allowed Moves"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package,children:"
|
||||
msgid "Children"
|
||||
msgstr "Cabang"
|
||||
|
||||
msgctxt "field:stock.package,company:"
|
||||
msgid "Company"
|
||||
msgstr "Perusahaan"
|
||||
|
||||
msgctxt "field:stock.package,height:"
|
||||
msgid "Height"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package,height_uom:"
|
||||
msgid "Height UoM"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package,length:"
|
||||
msgid "Length"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package,length_uom:"
|
||||
msgid "Length UoM"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package,moves:"
|
||||
msgid "Moves"
|
||||
msgstr "Perpindahan"
|
||||
|
||||
msgctxt "field:stock.package,number:"
|
||||
msgid "Number"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package,packaging_volume:"
|
||||
msgid "Packaging Volume"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package,packaging_volume_uom:"
|
||||
msgid "Packaging Volume UoM"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package,packaging_weight:"
|
||||
msgid "Packaging Weight"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package,packaging_weight_uom:"
|
||||
msgid "Packaging Weight UoM"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package,parent:"
|
||||
msgid "Parent"
|
||||
msgstr "Induk"
|
||||
|
||||
msgctxt "field:stock.package,shipment:"
|
||||
msgid "Shipment"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package,state:"
|
||||
msgid "State"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package,type:"
|
||||
msgid "Type"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package,width:"
|
||||
msgid "Width"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package,width_uom:"
|
||||
msgid "Width UoM"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package.type,height:"
|
||||
msgid "Height"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package.type,height_uom:"
|
||||
msgid "Height UoM"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package.type,length:"
|
||||
msgid "Length"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package.type,length_uom:"
|
||||
msgid "Length UoM"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package.type,name:"
|
||||
msgid "Name"
|
||||
msgstr "Nama"
|
||||
|
||||
msgctxt "field:stock.package.type,packaging_volume:"
|
||||
msgid "Packaging Volume"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package.type,packaging_volume_uom:"
|
||||
msgid "Packaging Volume UoM"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package.type,packaging_weight:"
|
||||
msgid "Packaging Weight"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package.type,packaging_weight_uom:"
|
||||
msgid "Packaging Weight UoM"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package.type,width:"
|
||||
msgid "Width"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package.type,width_uom:"
|
||||
msgid "Width UoM"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.shipment.in.return,packages:"
|
||||
msgid "Packages"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.shipment.in.return,root_packages:"
|
||||
msgid "Packages"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.shipment.internal,packages:"
|
||||
msgid "Packages"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.shipment.internal,root_packages:"
|
||||
msgid "Packages"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.shipment.out,packages:"
|
||||
msgid "Packages"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.shipment.out,root_packages:"
|
||||
msgid "Packages"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package,height:"
|
||||
msgid "The height of the package."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package,height_uom:"
|
||||
msgid "The Unit of Measure for the package height."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package,length:"
|
||||
msgid "The length of the package."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package,length_uom:"
|
||||
msgid "The Unit of Measure for the package length."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package,packaging_volume:"
|
||||
msgid "The volume of the package."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package,packaging_volume_uom:"
|
||||
msgid "The Unit of Measure for the packaging volume."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package,packaging_weight:"
|
||||
msgid "The weight of the package when empty."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package,packaging_weight_uom:"
|
||||
msgid "The Unit of Measure for the packaging weight."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package,width:"
|
||||
msgid "The width of the package."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package,width_uom:"
|
||||
msgid "The Unit of Measure for the package width."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package.type,height:"
|
||||
msgid "The height of the package."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package.type,height_uom:"
|
||||
msgid "The Unit of Measure for the package height."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package.type,length:"
|
||||
msgid "The length of the package."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package.type,length_uom:"
|
||||
msgid "The Unit of Measure for the package length."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package.type,packaging_volume:"
|
||||
msgid "The volume of the package."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package.type,packaging_volume_uom:"
|
||||
msgid "The Unit of Measure for the packaging volume."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package.type,packaging_weight:"
|
||||
msgid "The weight of the package when empty."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package.type,packaging_weight_uom:"
|
||||
msgid "The Unit of Measure for the packaging weight."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package.type,width:"
|
||||
msgid "The width of the package."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package.type,width_uom:"
|
||||
msgid "The Unit of Measure for the package width."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "model:ir.action,name:act_package_type_form"
|
||||
msgid "Package Types"
|
||||
msgstr ""
|
||||
|
||||
#, python-format
|
||||
msgctxt "model:ir.message,text:msg_package_mismatch"
|
||||
msgid "To process shipment \"%(shipment)s\", you must pack all its moves."
|
||||
msgstr ""
|
||||
|
||||
#, python-format
|
||||
msgctxt "model:ir.message,text:msg_package_volume_too_small"
|
||||
msgid ""
|
||||
"The volume (%(volume)s) of package \"%(package)s\" is too small for summed "
|
||||
"volume (%(children_volume)s) of its children packages."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "model:ir.rule.group,name:rule_group_package_companies"
|
||||
msgid "User in companies"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "model:ir.sequence,name:sequence_package"
|
||||
msgid "Stock Package"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "model:ir.sequence.type,name:sequence_type_package"
|
||||
msgid "Stock Package"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "model:ir.ui.menu,name:menu_package_form"
|
||||
msgid "Package Types"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "model:stock.package,string:"
|
||||
msgid "Stock Package"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "model:stock.package.type,string:"
|
||||
msgid "Stock Package Type"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "selection:stock.package,state:"
|
||||
msgid "Closed"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "selection:stock.package,state:"
|
||||
msgid "Open"
|
||||
msgstr "Buka"
|
||||
|
||||
msgctxt "view:stock.configuration:"
|
||||
msgid "Package"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "view:stock.configuration:"
|
||||
msgid "Sequence"
|
||||
msgstr "Urutan"
|
||||
|
||||
msgctxt "view:stock.package.type:"
|
||||
msgid "Measurements"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "view:stock.package:"
|
||||
msgid "Measurements"
|
||||
msgstr ""
|
||||
311
modules/stock_package/locale/it.po
Normal file
311
modules/stock_package/locale/it.po
Normal file
@@ -0,0 +1,311 @@
|
||||
#
|
||||
msgid ""
|
||||
msgstr "Content-Type: text/plain; charset=utf-8\n"
|
||||
|
||||
msgctxt "field:stock.configuration,package_sequence:"
|
||||
msgid "Package Sequence"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.configuration.sequence,package_sequence:"
|
||||
msgid "Package Sequence"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.move,package:"
|
||||
msgid "Package"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package,allowed_moves:"
|
||||
msgid "Allowed Moves"
|
||||
msgstr ""
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "field:stock.package,children:"
|
||||
msgid "Children"
|
||||
msgstr "Figlio"
|
||||
|
||||
msgctxt "field:stock.package,company:"
|
||||
msgid "Company"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package,height:"
|
||||
msgid "Height"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package,height_uom:"
|
||||
msgid "Height UoM"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package,length:"
|
||||
msgid "Length"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package,length_uom:"
|
||||
msgid "Length UoM"
|
||||
msgstr ""
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "field:stock.package,moves:"
|
||||
msgid "Moves"
|
||||
msgstr "Movimenti"
|
||||
|
||||
msgctxt "field:stock.package,number:"
|
||||
msgid "Number"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package,packaging_volume:"
|
||||
msgid "Packaging Volume"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package,packaging_volume_uom:"
|
||||
msgid "Packaging Volume UoM"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package,packaging_weight:"
|
||||
msgid "Packaging Weight"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package,packaging_weight_uom:"
|
||||
msgid "Packaging Weight UoM"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package,parent:"
|
||||
msgid "Parent"
|
||||
msgstr "Padre"
|
||||
|
||||
msgctxt "field:stock.package,shipment:"
|
||||
msgid "Shipment"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package,state:"
|
||||
msgid "State"
|
||||
msgstr "Stato"
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "field:stock.package,type:"
|
||||
msgid "Type"
|
||||
msgstr "Tipo"
|
||||
|
||||
msgctxt "field:stock.package,width:"
|
||||
msgid "Width"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package,width_uom:"
|
||||
msgid "Width UoM"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package.type,height:"
|
||||
msgid "Height"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package.type,height_uom:"
|
||||
msgid "Height UoM"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package.type,length:"
|
||||
msgid "Length"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package.type,length_uom:"
|
||||
msgid "Length UoM"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package.type,name:"
|
||||
msgid "Name"
|
||||
msgstr "Nome"
|
||||
|
||||
msgctxt "field:stock.package.type,packaging_volume:"
|
||||
msgid "Packaging Volume"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package.type,packaging_volume_uom:"
|
||||
msgid "Packaging Volume UoM"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package.type,packaging_weight:"
|
||||
msgid "Packaging Weight"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package.type,packaging_weight_uom:"
|
||||
msgid "Packaging Weight UoM"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package.type,width:"
|
||||
msgid "Width"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package.type,width_uom:"
|
||||
msgid "Width UoM"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.shipment.in.return,packages:"
|
||||
msgid "Packages"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.shipment.in.return,root_packages:"
|
||||
msgid "Packages"
|
||||
msgstr ""
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "field:stock.shipment.internal,packages:"
|
||||
msgid "Packages"
|
||||
msgstr "Package Types"
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "field:stock.shipment.internal,root_packages:"
|
||||
msgid "Packages"
|
||||
msgstr "Package Types"
|
||||
|
||||
msgctxt "field:stock.shipment.out,packages:"
|
||||
msgid "Packages"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.shipment.out,root_packages:"
|
||||
msgid "Packages"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package,height:"
|
||||
msgid "The height of the package."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package,height_uom:"
|
||||
msgid "The Unit of Measure for the package height."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package,length:"
|
||||
msgid "The length of the package."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package,length_uom:"
|
||||
msgid "The Unit of Measure for the package length."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package,packaging_volume:"
|
||||
msgid "The volume of the package."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package,packaging_volume_uom:"
|
||||
msgid "The Unit of Measure for the packaging volume."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package,packaging_weight:"
|
||||
msgid "The weight of the package when empty."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package,packaging_weight_uom:"
|
||||
msgid "The Unit of Measure for the packaging weight."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package,width:"
|
||||
msgid "The width of the package."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package,width_uom:"
|
||||
msgid "The Unit of Measure for the package width."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package.type,height:"
|
||||
msgid "The height of the package."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package.type,height_uom:"
|
||||
msgid "The Unit of Measure for the package height."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package.type,length:"
|
||||
msgid "The length of the package."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package.type,length_uom:"
|
||||
msgid "The Unit of Measure for the package length."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package.type,packaging_volume:"
|
||||
msgid "The volume of the package."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package.type,packaging_volume_uom:"
|
||||
msgid "The Unit of Measure for the packaging volume."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package.type,packaging_weight:"
|
||||
msgid "The weight of the package when empty."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package.type,packaging_weight_uom:"
|
||||
msgid "The Unit of Measure for the packaging weight."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package.type,width:"
|
||||
msgid "The width of the package."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package.type,width_uom:"
|
||||
msgid "The Unit of Measure for the package width."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "model:ir.action,name:act_package_type_form"
|
||||
msgid "Package Types"
|
||||
msgstr "Package Types"
|
||||
|
||||
#, python-format
|
||||
msgctxt "model:ir.message,text:msg_package_mismatch"
|
||||
msgid "To process shipment \"%(shipment)s\", you must pack all its moves."
|
||||
msgstr ""
|
||||
|
||||
#, python-format
|
||||
msgctxt "model:ir.message,text:msg_package_volume_too_small"
|
||||
msgid ""
|
||||
"The volume (%(volume)s) of package \"%(package)s\" is too small for summed "
|
||||
"volume (%(children_volume)s) of its children packages."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "model:ir.rule.group,name:rule_group_package_companies"
|
||||
msgid "User in companies"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "model:ir.sequence,name:sequence_package"
|
||||
msgid "Stock Package"
|
||||
msgstr "Stock Package"
|
||||
|
||||
msgctxt "model:ir.sequence.type,name:sequence_type_package"
|
||||
msgid "Stock Package"
|
||||
msgstr "Stock Package"
|
||||
|
||||
msgctxt "model:ir.ui.menu,name:menu_package_form"
|
||||
msgid "Package Types"
|
||||
msgstr "Package Types"
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "model:stock.package,string:"
|
||||
msgid "Stock Package"
|
||||
msgstr "Stock Package"
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "model:stock.package.type,string:"
|
||||
msgid "Stock Package Type"
|
||||
msgstr "Stock Package"
|
||||
|
||||
msgctxt "selection:stock.package,state:"
|
||||
msgid "Closed"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "selection:stock.package,state:"
|
||||
msgid "Open"
|
||||
msgstr ""
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "view:stock.configuration:"
|
||||
msgid "Package"
|
||||
msgstr "Package Types"
|
||||
|
||||
msgctxt "view:stock.configuration:"
|
||||
msgid "Sequence"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "view:stock.package.type:"
|
||||
msgid "Measurements"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "view:stock.package:"
|
||||
msgid "Measurements"
|
||||
msgstr ""
|
||||
313
modules/stock_package/locale/lo.po
Normal file
313
modules/stock_package/locale/lo.po
Normal file
@@ -0,0 +1,313 @@
|
||||
#
|
||||
msgid ""
|
||||
msgstr "Content-Type: text/plain; charset=utf-8\n"
|
||||
|
||||
msgctxt "field:stock.configuration,package_sequence:"
|
||||
msgid "Package Sequence"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.configuration.sequence,package_sequence:"
|
||||
msgid "Package Sequence"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.move,package:"
|
||||
msgid "Package"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package,allowed_moves:"
|
||||
msgid "Allowed Moves"
|
||||
msgstr ""
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "field:stock.package,children:"
|
||||
msgid "Children"
|
||||
msgstr "ໝວດຍ່ອຍ"
|
||||
|
||||
msgctxt "field:stock.package,company:"
|
||||
msgid "Company"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package,height:"
|
||||
msgid "Height"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package,height_uom:"
|
||||
msgid "Height UoM"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package,length:"
|
||||
msgid "Length"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package,length_uom:"
|
||||
msgid "Length UoM"
|
||||
msgstr ""
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "field:stock.package,moves:"
|
||||
msgid "Moves"
|
||||
msgstr "ຕັດບັນຊີສາງ"
|
||||
|
||||
msgctxt "field:stock.package,number:"
|
||||
msgid "Number"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package,packaging_volume:"
|
||||
msgid "Packaging Volume"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package,packaging_volume_uom:"
|
||||
msgid "Packaging Volume UoM"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package,packaging_weight:"
|
||||
msgid "Packaging Weight"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package,packaging_weight_uom:"
|
||||
msgid "Packaging Weight UoM"
|
||||
msgstr ""
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "field:stock.package,parent:"
|
||||
msgid "Parent"
|
||||
msgstr "ຮ່ວງ"
|
||||
|
||||
msgctxt "field:stock.package,shipment:"
|
||||
msgid "Shipment"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package,state:"
|
||||
msgid "State"
|
||||
msgstr ""
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "field:stock.package,type:"
|
||||
msgid "Type"
|
||||
msgstr "ຮູບແບບ"
|
||||
|
||||
msgctxt "field:stock.package,width:"
|
||||
msgid "Width"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package,width_uom:"
|
||||
msgid "Width UoM"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package.type,height:"
|
||||
msgid "Height"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package.type,height_uom:"
|
||||
msgid "Height UoM"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package.type,length:"
|
||||
msgid "Length"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package.type,length_uom:"
|
||||
msgid "Length UoM"
|
||||
msgstr ""
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "field:stock.package.type,name:"
|
||||
msgid "Name"
|
||||
msgstr "ຊື່"
|
||||
|
||||
msgctxt "field:stock.package.type,packaging_volume:"
|
||||
msgid "Packaging Volume"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package.type,packaging_volume_uom:"
|
||||
msgid "Packaging Volume UoM"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package.type,packaging_weight:"
|
||||
msgid "Packaging Weight"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package.type,packaging_weight_uom:"
|
||||
msgid "Packaging Weight UoM"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package.type,width:"
|
||||
msgid "Width"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package.type,width_uom:"
|
||||
msgid "Width UoM"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.shipment.in.return,packages:"
|
||||
msgid "Packages"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.shipment.in.return,root_packages:"
|
||||
msgid "Packages"
|
||||
msgstr ""
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "field:stock.shipment.internal,packages:"
|
||||
msgid "Packages"
|
||||
msgstr "Package Types"
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "field:stock.shipment.internal,root_packages:"
|
||||
msgid "Packages"
|
||||
msgstr "Package Types"
|
||||
|
||||
msgctxt "field:stock.shipment.out,packages:"
|
||||
msgid "Packages"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.shipment.out,root_packages:"
|
||||
msgid "Packages"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package,height:"
|
||||
msgid "The height of the package."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package,height_uom:"
|
||||
msgid "The Unit of Measure for the package height."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package,length:"
|
||||
msgid "The length of the package."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package,length_uom:"
|
||||
msgid "The Unit of Measure for the package length."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package,packaging_volume:"
|
||||
msgid "The volume of the package."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package,packaging_volume_uom:"
|
||||
msgid "The Unit of Measure for the packaging volume."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package,packaging_weight:"
|
||||
msgid "The weight of the package when empty."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package,packaging_weight_uom:"
|
||||
msgid "The Unit of Measure for the packaging weight."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package,width:"
|
||||
msgid "The width of the package."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package,width_uom:"
|
||||
msgid "The Unit of Measure for the package width."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package.type,height:"
|
||||
msgid "The height of the package."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package.type,height_uom:"
|
||||
msgid "The Unit of Measure for the package height."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package.type,length:"
|
||||
msgid "The length of the package."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package.type,length_uom:"
|
||||
msgid "The Unit of Measure for the package length."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package.type,packaging_volume:"
|
||||
msgid "The volume of the package."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package.type,packaging_volume_uom:"
|
||||
msgid "The Unit of Measure for the packaging volume."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package.type,packaging_weight:"
|
||||
msgid "The weight of the package when empty."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package.type,packaging_weight_uom:"
|
||||
msgid "The Unit of Measure for the packaging weight."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package.type,width:"
|
||||
msgid "The width of the package."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package.type,width_uom:"
|
||||
msgid "The Unit of Measure for the package width."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "model:ir.action,name:act_package_type_form"
|
||||
msgid "Package Types"
|
||||
msgstr "Package Types"
|
||||
|
||||
#, python-format
|
||||
msgctxt "model:ir.message,text:msg_package_mismatch"
|
||||
msgid "To process shipment \"%(shipment)s\", you must pack all its moves."
|
||||
msgstr ""
|
||||
|
||||
#, python-format
|
||||
msgctxt "model:ir.message,text:msg_package_volume_too_small"
|
||||
msgid ""
|
||||
"The volume (%(volume)s) of package \"%(package)s\" is too small for summed "
|
||||
"volume (%(children_volume)s) of its children packages."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "model:ir.rule.group,name:rule_group_package_companies"
|
||||
msgid "User in companies"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "model:ir.sequence,name:sequence_package"
|
||||
msgid "Stock Package"
|
||||
msgstr "Stock Package"
|
||||
|
||||
msgctxt "model:ir.sequence.type,name:sequence_type_package"
|
||||
msgid "Stock Package"
|
||||
msgstr "Stock Package"
|
||||
|
||||
msgctxt "model:ir.ui.menu,name:menu_package_form"
|
||||
msgid "Package Types"
|
||||
msgstr "Package Types"
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "model:stock.package,string:"
|
||||
msgid "Stock Package"
|
||||
msgstr "Stock Package"
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "model:stock.package.type,string:"
|
||||
msgid "Stock Package Type"
|
||||
msgstr "Stock Package"
|
||||
|
||||
msgctxt "selection:stock.package,state:"
|
||||
msgid "Closed"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "selection:stock.package,state:"
|
||||
msgid "Open"
|
||||
msgstr ""
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "view:stock.configuration:"
|
||||
msgid "Package"
|
||||
msgstr "Package Types"
|
||||
|
||||
msgctxt "view:stock.configuration:"
|
||||
msgid "Sequence"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "view:stock.package.type:"
|
||||
msgid "Measurements"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "view:stock.package:"
|
||||
msgid "Measurements"
|
||||
msgstr ""
|
||||
309
modules/stock_package/locale/lt.po
Normal file
309
modules/stock_package/locale/lt.po
Normal file
@@ -0,0 +1,309 @@
|
||||
#
|
||||
msgid ""
|
||||
msgstr "Content-Type: text/plain; charset=utf-8\n"
|
||||
|
||||
msgctxt "field:stock.configuration,package_sequence:"
|
||||
msgid "Package Sequence"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.configuration.sequence,package_sequence:"
|
||||
msgid "Package Sequence"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.move,package:"
|
||||
msgid "Package"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package,allowed_moves:"
|
||||
msgid "Allowed Moves"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package,children:"
|
||||
msgid "Children"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package,company:"
|
||||
msgid "Company"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package,height:"
|
||||
msgid "Height"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package,height_uom:"
|
||||
msgid "Height UoM"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package,length:"
|
||||
msgid "Length"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package,length_uom:"
|
||||
msgid "Length UoM"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package,moves:"
|
||||
msgid "Moves"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package,number:"
|
||||
msgid "Number"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package,packaging_volume:"
|
||||
msgid "Packaging Volume"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package,packaging_volume_uom:"
|
||||
msgid "Packaging Volume UoM"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package,packaging_weight:"
|
||||
msgid "Packaging Weight"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package,packaging_weight_uom:"
|
||||
msgid "Packaging Weight UoM"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package,parent:"
|
||||
msgid "Parent"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package,shipment:"
|
||||
msgid "Shipment"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package,state:"
|
||||
msgid "State"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package,type:"
|
||||
msgid "Type"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package,width:"
|
||||
msgid "Width"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package,width_uom:"
|
||||
msgid "Width UoM"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package.type,height:"
|
||||
msgid "Height"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package.type,height_uom:"
|
||||
msgid "Height UoM"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package.type,length:"
|
||||
msgid "Length"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package.type,length_uom:"
|
||||
msgid "Length UoM"
|
||||
msgstr ""
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "field:stock.package.type,name:"
|
||||
msgid "Name"
|
||||
msgstr "Namu"
|
||||
|
||||
msgctxt "field:stock.package.type,packaging_volume:"
|
||||
msgid "Packaging Volume"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package.type,packaging_volume_uom:"
|
||||
msgid "Packaging Volume UoM"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package.type,packaging_weight:"
|
||||
msgid "Packaging Weight"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package.type,packaging_weight_uom:"
|
||||
msgid "Packaging Weight UoM"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package.type,width:"
|
||||
msgid "Width"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package.type,width_uom:"
|
||||
msgid "Width UoM"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.shipment.in.return,packages:"
|
||||
msgid "Packages"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.shipment.in.return,root_packages:"
|
||||
msgid "Packages"
|
||||
msgstr ""
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "field:stock.shipment.internal,packages:"
|
||||
msgid "Packages"
|
||||
msgstr "Package Types"
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "field:stock.shipment.internal,root_packages:"
|
||||
msgid "Packages"
|
||||
msgstr "Package Types"
|
||||
|
||||
msgctxt "field:stock.shipment.out,packages:"
|
||||
msgid "Packages"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.shipment.out,root_packages:"
|
||||
msgid "Packages"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package,height:"
|
||||
msgid "The height of the package."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package,height_uom:"
|
||||
msgid "The Unit of Measure for the package height."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package,length:"
|
||||
msgid "The length of the package."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package,length_uom:"
|
||||
msgid "The Unit of Measure for the package length."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package,packaging_volume:"
|
||||
msgid "The volume of the package."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package,packaging_volume_uom:"
|
||||
msgid "The Unit of Measure for the packaging volume."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package,packaging_weight:"
|
||||
msgid "The weight of the package when empty."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package,packaging_weight_uom:"
|
||||
msgid "The Unit of Measure for the packaging weight."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package,width:"
|
||||
msgid "The width of the package."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package,width_uom:"
|
||||
msgid "The Unit of Measure for the package width."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package.type,height:"
|
||||
msgid "The height of the package."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package.type,height_uom:"
|
||||
msgid "The Unit of Measure for the package height."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package.type,length:"
|
||||
msgid "The length of the package."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package.type,length_uom:"
|
||||
msgid "The Unit of Measure for the package length."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package.type,packaging_volume:"
|
||||
msgid "The volume of the package."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package.type,packaging_volume_uom:"
|
||||
msgid "The Unit of Measure for the packaging volume."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package.type,packaging_weight:"
|
||||
msgid "The weight of the package when empty."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package.type,packaging_weight_uom:"
|
||||
msgid "The Unit of Measure for the packaging weight."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package.type,width:"
|
||||
msgid "The width of the package."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package.type,width_uom:"
|
||||
msgid "The Unit of Measure for the package width."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "model:ir.action,name:act_package_type_form"
|
||||
msgid "Package Types"
|
||||
msgstr "Package Types"
|
||||
|
||||
#, python-format
|
||||
msgctxt "model:ir.message,text:msg_package_mismatch"
|
||||
msgid "To process shipment \"%(shipment)s\", you must pack all its moves."
|
||||
msgstr ""
|
||||
|
||||
#, python-format
|
||||
msgctxt "model:ir.message,text:msg_package_volume_too_small"
|
||||
msgid ""
|
||||
"The volume (%(volume)s) of package \"%(package)s\" is too small for summed "
|
||||
"volume (%(children_volume)s) of its children packages."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "model:ir.rule.group,name:rule_group_package_companies"
|
||||
msgid "User in companies"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "model:ir.sequence,name:sequence_package"
|
||||
msgid "Stock Package"
|
||||
msgstr "Stock Package"
|
||||
|
||||
msgctxt "model:ir.sequence.type,name:sequence_type_package"
|
||||
msgid "Stock Package"
|
||||
msgstr "Stock Package"
|
||||
|
||||
msgctxt "model:ir.ui.menu,name:menu_package_form"
|
||||
msgid "Package Types"
|
||||
msgstr "Package Types"
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "model:stock.package,string:"
|
||||
msgid "Stock Package"
|
||||
msgstr "Stock Package"
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "model:stock.package.type,string:"
|
||||
msgid "Stock Package Type"
|
||||
msgstr "Stock Package"
|
||||
|
||||
msgctxt "selection:stock.package,state:"
|
||||
msgid "Closed"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "selection:stock.package,state:"
|
||||
msgid "Open"
|
||||
msgstr ""
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "view:stock.configuration:"
|
||||
msgid "Package"
|
||||
msgstr "Package Types"
|
||||
|
||||
msgctxt "view:stock.configuration:"
|
||||
msgid "Sequence"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "view:stock.package.type:"
|
||||
msgid "Measurements"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "view:stock.package:"
|
||||
msgid "Measurements"
|
||||
msgstr ""
|
||||
307
modules/stock_package/locale/nl.po
Normal file
307
modules/stock_package/locale/nl.po
Normal file
@@ -0,0 +1,307 @@
|
||||
#
|
||||
msgid ""
|
||||
msgstr "Content-Type: text/plain; charset=utf-8\n"
|
||||
|
||||
msgctxt "field:stock.configuration,package_sequence:"
|
||||
msgid "Package Sequence"
|
||||
msgstr "Pakketvolgorde"
|
||||
|
||||
msgctxt "field:stock.configuration.sequence,package_sequence:"
|
||||
msgid "Package Sequence"
|
||||
msgstr "Pakketvolgorde"
|
||||
|
||||
msgctxt "field:stock.move,package:"
|
||||
msgid "Package"
|
||||
msgstr "Pakket"
|
||||
|
||||
msgctxt "field:stock.package,allowed_moves:"
|
||||
msgid "Allowed Moves"
|
||||
msgstr "Toegestane boekingen"
|
||||
|
||||
msgctxt "field:stock.package,children:"
|
||||
msgid "Children"
|
||||
msgstr "Onderliggende niveaus"
|
||||
|
||||
msgctxt "field:stock.package,company:"
|
||||
msgid "Company"
|
||||
msgstr "Bedrijf"
|
||||
|
||||
msgctxt "field:stock.package,height:"
|
||||
msgid "Height"
|
||||
msgstr "Hoogte"
|
||||
|
||||
msgctxt "field:stock.package,height_uom:"
|
||||
msgid "Height UoM"
|
||||
msgstr "Maateenheid hoogte"
|
||||
|
||||
msgctxt "field:stock.package,length:"
|
||||
msgid "Length"
|
||||
msgstr "Lengte"
|
||||
|
||||
msgctxt "field:stock.package,length_uom:"
|
||||
msgid "Length UoM"
|
||||
msgstr "Maateenheid lengte"
|
||||
|
||||
msgctxt "field:stock.package,moves:"
|
||||
msgid "Moves"
|
||||
msgstr "Mutaties"
|
||||
|
||||
msgctxt "field:stock.package,number:"
|
||||
msgid "Number"
|
||||
msgstr "Nummer"
|
||||
|
||||
msgctxt "field:stock.package,packaging_volume:"
|
||||
msgid "Packaging Volume"
|
||||
msgstr "Volume verpakking"
|
||||
|
||||
msgctxt "field:stock.package,packaging_volume_uom:"
|
||||
msgid "Packaging Volume UoM"
|
||||
msgstr "Maateenheid verpakking volume"
|
||||
|
||||
msgctxt "field:stock.package,packaging_weight:"
|
||||
msgid "Packaging Weight"
|
||||
msgstr "Gewicht verpakking"
|
||||
|
||||
msgctxt "field:stock.package,packaging_weight_uom:"
|
||||
msgid "Packaging Weight UoM"
|
||||
msgstr "Maateenheid verpakking gewicht"
|
||||
|
||||
msgctxt "field:stock.package,parent:"
|
||||
msgid "Parent"
|
||||
msgstr "Bovenliggend niveau"
|
||||
|
||||
msgctxt "field:stock.package,shipment:"
|
||||
msgid "Shipment"
|
||||
msgstr "Levering"
|
||||
|
||||
msgctxt "field:stock.package,state:"
|
||||
msgid "State"
|
||||
msgstr "Status"
|
||||
|
||||
msgctxt "field:stock.package,type:"
|
||||
msgid "Type"
|
||||
msgstr "Type"
|
||||
|
||||
msgctxt "field:stock.package,width:"
|
||||
msgid "Width"
|
||||
msgstr "Breedte"
|
||||
|
||||
msgctxt "field:stock.package,width_uom:"
|
||||
msgid "Width UoM"
|
||||
msgstr "Maateenheid breedte"
|
||||
|
||||
msgctxt "field:stock.package.type,height:"
|
||||
msgid "Height"
|
||||
msgstr "Hoogte"
|
||||
|
||||
msgctxt "field:stock.package.type,height_uom:"
|
||||
msgid "Height UoM"
|
||||
msgstr "Maateenheid hoogte"
|
||||
|
||||
msgctxt "field:stock.package.type,length:"
|
||||
msgid "Length"
|
||||
msgstr "Lengte"
|
||||
|
||||
msgctxt "field:stock.package.type,length_uom:"
|
||||
msgid "Length UoM"
|
||||
msgstr "Maateenheid lengte"
|
||||
|
||||
msgctxt "field:stock.package.type,name:"
|
||||
msgid "Name"
|
||||
msgstr "Naam"
|
||||
|
||||
msgctxt "field:stock.package.type,packaging_volume:"
|
||||
msgid "Packaging Volume"
|
||||
msgstr "Volume verpakking"
|
||||
|
||||
msgctxt "field:stock.package.type,packaging_volume_uom:"
|
||||
msgid "Packaging Volume UoM"
|
||||
msgstr "Maateenheid verpakking volume"
|
||||
|
||||
msgctxt "field:stock.package.type,packaging_weight:"
|
||||
msgid "Packaging Weight"
|
||||
msgstr "Gewicht verpakking"
|
||||
|
||||
msgctxt "field:stock.package.type,packaging_weight_uom:"
|
||||
msgid "Packaging Weight UoM"
|
||||
msgstr "Maateenheid verpakking gewicht"
|
||||
|
||||
msgctxt "field:stock.package.type,width:"
|
||||
msgid "Width"
|
||||
msgstr "Breedte"
|
||||
|
||||
msgctxt "field:stock.package.type,width_uom:"
|
||||
msgid "Width UoM"
|
||||
msgstr "Maateenheid breedte"
|
||||
|
||||
msgctxt "field:stock.shipment.in.return,packages:"
|
||||
msgid "Packages"
|
||||
msgstr "Pakketten"
|
||||
|
||||
msgctxt "field:stock.shipment.in.return,root_packages:"
|
||||
msgid "Packages"
|
||||
msgstr "Pakketten"
|
||||
|
||||
msgctxt "field:stock.shipment.internal,packages:"
|
||||
msgid "Packages"
|
||||
msgstr "Pakketten"
|
||||
|
||||
msgctxt "field:stock.shipment.internal,root_packages:"
|
||||
msgid "Packages"
|
||||
msgstr "Pakketten"
|
||||
|
||||
msgctxt "field:stock.shipment.out,packages:"
|
||||
msgid "Packages"
|
||||
msgstr "Pakketten"
|
||||
|
||||
msgctxt "field:stock.shipment.out,root_packages:"
|
||||
msgid "Packages"
|
||||
msgstr "Pakketten"
|
||||
|
||||
msgctxt "help:stock.package,height:"
|
||||
msgid "The height of the package."
|
||||
msgstr "De hoogte van de verpakking."
|
||||
|
||||
msgctxt "help:stock.package,height_uom:"
|
||||
msgid "The Unit of Measure for the package height."
|
||||
msgstr "De maateenheid voor de hoogte van het pakket."
|
||||
|
||||
msgctxt "help:stock.package,length:"
|
||||
msgid "The length of the package."
|
||||
msgstr "De lengte van de verpakking."
|
||||
|
||||
msgctxt "help:stock.package,length_uom:"
|
||||
msgid "The Unit of Measure for the package length."
|
||||
msgstr "De maateenheid voor de lengte van het pakket."
|
||||
|
||||
msgctxt "help:stock.package,packaging_volume:"
|
||||
msgid "The volume of the package."
|
||||
msgstr "Het volume van de verpakking."
|
||||
|
||||
msgctxt "help:stock.package,packaging_volume_uom:"
|
||||
msgid "The Unit of Measure for the packaging volume."
|
||||
msgstr "De maateenheid voor het volume van het pakket."
|
||||
|
||||
msgctxt "help:stock.package,packaging_weight:"
|
||||
msgid "The weight of the package when empty."
|
||||
msgstr "Het gewicht van de lege verpakking."
|
||||
|
||||
msgctxt "help:stock.package,packaging_weight_uom:"
|
||||
msgid "The Unit of Measure for the packaging weight."
|
||||
msgstr "De maateenheid voor het gewicht van het pakket."
|
||||
|
||||
msgctxt "help:stock.package,width:"
|
||||
msgid "The width of the package."
|
||||
msgstr "De breedte van de verpakking."
|
||||
|
||||
msgctxt "help:stock.package,width_uom:"
|
||||
msgid "The Unit of Measure for the package width."
|
||||
msgstr "De maateenheid voor de breedte van het pakket."
|
||||
|
||||
msgctxt "help:stock.package.type,height:"
|
||||
msgid "The height of the package."
|
||||
msgstr "De hoogte van de verpakking."
|
||||
|
||||
msgctxt "help:stock.package.type,height_uom:"
|
||||
msgid "The Unit of Measure for the package height."
|
||||
msgstr "De maateenheid voor de hoogte van het pakket."
|
||||
|
||||
msgctxt "help:stock.package.type,length:"
|
||||
msgid "The length of the package."
|
||||
msgstr "De lengte van de verpakking."
|
||||
|
||||
msgctxt "help:stock.package.type,length_uom:"
|
||||
msgid "The Unit of Measure for the package length."
|
||||
msgstr "De maateenheid voor de lengte van het pakket."
|
||||
|
||||
msgctxt "help:stock.package.type,packaging_volume:"
|
||||
msgid "The volume of the package."
|
||||
msgstr "Het volume van de verpakking."
|
||||
|
||||
msgctxt "help:stock.package.type,packaging_volume_uom:"
|
||||
msgid "The Unit of Measure for the packaging volume."
|
||||
msgstr "De maateenheid voor het volume van het pakket."
|
||||
|
||||
msgctxt "help:stock.package.type,packaging_weight:"
|
||||
msgid "The weight of the package when empty."
|
||||
msgstr "Het gewicht van de lege verpakking."
|
||||
|
||||
msgctxt "help:stock.package.type,packaging_weight_uom:"
|
||||
msgid "The Unit of Measure for the packaging weight."
|
||||
msgstr "De maateenheid voor het gewicht van het pakket."
|
||||
|
||||
msgctxt "help:stock.package.type,width:"
|
||||
msgid "The width of the package."
|
||||
msgstr "De breedte van de verpakking."
|
||||
|
||||
msgctxt "help:stock.package.type,width_uom:"
|
||||
msgid "The Unit of Measure for the package width."
|
||||
msgstr "De maateenheid voor de breedte van het pakket."
|
||||
|
||||
msgctxt "model:ir.action,name:act_package_type_form"
|
||||
msgid "Package Types"
|
||||
msgstr "Pakket Soorten"
|
||||
|
||||
#, python-format
|
||||
msgctxt "model:ir.message,text:msg_package_mismatch"
|
||||
msgid "To process shipment \"%(shipment)s\", you must pack all its moves."
|
||||
msgstr ""
|
||||
"Om zending \"%(shipment)s\" te verwerken, moet u alle voorraadmutaties "
|
||||
"inpakken."
|
||||
|
||||
#, python-format
|
||||
msgctxt "model:ir.message,text:msg_package_volume_too_small"
|
||||
msgid ""
|
||||
"The volume (%(volume)s) of package \"%(package)s\" is too small for summed "
|
||||
"volume (%(children_volume)s) of its children packages."
|
||||
msgstr ""
|
||||
"Het volume (%(volume)s) van verpakking \"%(package)s\" is te klein voor het "
|
||||
"totale volume (%(children_volume)s) van de onderliggende verpakkingen."
|
||||
|
||||
msgctxt "model:ir.rule.group,name:rule_group_package_companies"
|
||||
msgid "User in companies"
|
||||
msgstr "Gebruiker in het bedrijf"
|
||||
|
||||
msgctxt "model:ir.sequence,name:sequence_package"
|
||||
msgid "Stock Package"
|
||||
msgstr "Voorraad Verpakking"
|
||||
|
||||
msgctxt "model:ir.sequence.type,name:sequence_type_package"
|
||||
msgid "Stock Package"
|
||||
msgstr "Voorraad Verpakking"
|
||||
|
||||
msgctxt "model:ir.ui.menu,name:menu_package_form"
|
||||
msgid "Package Types"
|
||||
msgstr "Pakket Soorten"
|
||||
|
||||
msgctxt "model:stock.package,string:"
|
||||
msgid "Stock Package"
|
||||
msgstr "Voorraad pakket"
|
||||
|
||||
msgctxt "model:stock.package.type,string:"
|
||||
msgid "Stock Package Type"
|
||||
msgstr "Voorraad pakket soort"
|
||||
|
||||
msgctxt "selection:stock.package,state:"
|
||||
msgid "Closed"
|
||||
msgstr "Afgesloten"
|
||||
|
||||
msgctxt "selection:stock.package,state:"
|
||||
msgid "Open"
|
||||
msgstr "Open"
|
||||
|
||||
msgctxt "view:stock.configuration:"
|
||||
msgid "Package"
|
||||
msgstr "Verpakking"
|
||||
|
||||
msgctxt "view:stock.configuration:"
|
||||
msgid "Sequence"
|
||||
msgstr "Reeks"
|
||||
|
||||
msgctxt "view:stock.package.type:"
|
||||
msgid "Measurements"
|
||||
msgstr "Afmetingen"
|
||||
|
||||
msgctxt "view:stock.package:"
|
||||
msgid "Measurements"
|
||||
msgstr "Afmetingen"
|
||||
326
modules/stock_package/locale/pl.po
Normal file
326
modules/stock_package/locale/pl.po
Normal file
@@ -0,0 +1,326 @@
|
||||
#
|
||||
msgid ""
|
||||
msgstr "Content-Type: text/plain; charset=utf-8\n"
|
||||
|
||||
msgctxt "field:stock.configuration,package_sequence:"
|
||||
msgid "Package Sequence"
|
||||
msgstr "Sekwencja paczki"
|
||||
|
||||
msgctxt "field:stock.configuration.sequence,package_sequence:"
|
||||
msgid "Package Sequence"
|
||||
msgstr "Sekwencja paczki"
|
||||
|
||||
msgctxt "field:stock.move,package:"
|
||||
msgid "Package"
|
||||
msgstr "Paczka"
|
||||
|
||||
msgctxt "field:stock.package,allowed_moves:"
|
||||
msgid "Allowed Moves"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package,children:"
|
||||
msgid "Children"
|
||||
msgstr "Podrzędne paczki"
|
||||
|
||||
msgctxt "field:stock.package,company:"
|
||||
msgid "Company"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package,height:"
|
||||
msgid "Height"
|
||||
msgstr ""
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "field:stock.package,height_uom:"
|
||||
msgid "Height UoM"
|
||||
msgstr "Paczka"
|
||||
|
||||
msgctxt "field:stock.package,length:"
|
||||
msgid "Length"
|
||||
msgstr ""
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "field:stock.package,length_uom:"
|
||||
msgid "Length UoM"
|
||||
msgstr "Paczka"
|
||||
|
||||
msgctxt "field:stock.package,moves:"
|
||||
msgid "Moves"
|
||||
msgstr "Ruchy"
|
||||
|
||||
msgctxt "field:stock.package,number:"
|
||||
msgid "Number"
|
||||
msgstr ""
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "field:stock.package,packaging_volume:"
|
||||
msgid "Packaging Volume"
|
||||
msgstr "Paczka"
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "field:stock.package,packaging_volume_uom:"
|
||||
msgid "Packaging Volume UoM"
|
||||
msgstr "Paczka"
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "field:stock.package,packaging_weight:"
|
||||
msgid "Packaging Weight"
|
||||
msgstr "Paczka"
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "field:stock.package,packaging_weight_uom:"
|
||||
msgid "Packaging Weight UoM"
|
||||
msgstr "Paczka"
|
||||
|
||||
msgctxt "field:stock.package,parent:"
|
||||
msgid "Parent"
|
||||
msgstr "Paczka nadrzędna"
|
||||
|
||||
msgctxt "field:stock.package,shipment:"
|
||||
msgid "Shipment"
|
||||
msgstr "Wysyłka"
|
||||
|
||||
msgctxt "field:stock.package,state:"
|
||||
msgid "State"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package,type:"
|
||||
msgid "Type"
|
||||
msgstr "Typ"
|
||||
|
||||
msgctxt "field:stock.package,width:"
|
||||
msgid "Width"
|
||||
msgstr ""
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "field:stock.package,width_uom:"
|
||||
msgid "Width UoM"
|
||||
msgstr "Paczka"
|
||||
|
||||
msgctxt "field:stock.package.type,height:"
|
||||
msgid "Height"
|
||||
msgstr ""
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "field:stock.package.type,height_uom:"
|
||||
msgid "Height UoM"
|
||||
msgstr "Paczka"
|
||||
|
||||
msgctxt "field:stock.package.type,length:"
|
||||
msgid "Length"
|
||||
msgstr ""
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "field:stock.package.type,length_uom:"
|
||||
msgid "Length UoM"
|
||||
msgstr "Paczka"
|
||||
|
||||
msgctxt "field:stock.package.type,name:"
|
||||
msgid "Name"
|
||||
msgstr "Nazwa"
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "field:stock.package.type,packaging_volume:"
|
||||
msgid "Packaging Volume"
|
||||
msgstr "Paczka"
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "field:stock.package.type,packaging_volume_uom:"
|
||||
msgid "Packaging Volume UoM"
|
||||
msgstr "Paczka"
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "field:stock.package.type,packaging_weight:"
|
||||
msgid "Packaging Weight"
|
||||
msgstr "Paczka"
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "field:stock.package.type,packaging_weight_uom:"
|
||||
msgid "Packaging Weight UoM"
|
||||
msgstr "Paczka"
|
||||
|
||||
msgctxt "field:stock.package.type,width:"
|
||||
msgid "Width"
|
||||
msgstr ""
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "field:stock.package.type,width_uom:"
|
||||
msgid "Width UoM"
|
||||
msgstr "Paczka"
|
||||
|
||||
msgctxt "field:stock.shipment.in.return,packages:"
|
||||
msgid "Packages"
|
||||
msgstr "Paczki"
|
||||
|
||||
msgctxt "field:stock.shipment.in.return,root_packages:"
|
||||
msgid "Packages"
|
||||
msgstr "Paczki"
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "field:stock.shipment.internal,packages:"
|
||||
msgid "Packages"
|
||||
msgstr "Paczki"
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "field:stock.shipment.internal,root_packages:"
|
||||
msgid "Packages"
|
||||
msgstr "Paczki"
|
||||
|
||||
msgctxt "field:stock.shipment.out,packages:"
|
||||
msgid "Packages"
|
||||
msgstr "Paczki"
|
||||
|
||||
msgctxt "field:stock.shipment.out,root_packages:"
|
||||
msgid "Packages"
|
||||
msgstr "Paczki"
|
||||
|
||||
msgctxt "help:stock.package,height:"
|
||||
msgid "The height of the package."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package,height_uom:"
|
||||
msgid "The Unit of Measure for the package height."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package,length:"
|
||||
msgid "The length of the package."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package,length_uom:"
|
||||
msgid "The Unit of Measure for the package length."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package,packaging_volume:"
|
||||
msgid "The volume of the package."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package,packaging_volume_uom:"
|
||||
msgid "The Unit of Measure for the packaging volume."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package,packaging_weight:"
|
||||
msgid "The weight of the package when empty."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package,packaging_weight_uom:"
|
||||
msgid "The Unit of Measure for the packaging weight."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package,width:"
|
||||
msgid "The width of the package."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package,width_uom:"
|
||||
msgid "The Unit of Measure for the package width."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package.type,height:"
|
||||
msgid "The height of the package."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package.type,height_uom:"
|
||||
msgid "The Unit of Measure for the package height."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package.type,length:"
|
||||
msgid "The length of the package."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package.type,length_uom:"
|
||||
msgid "The Unit of Measure for the package length."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package.type,packaging_volume:"
|
||||
msgid "The volume of the package."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package.type,packaging_volume_uom:"
|
||||
msgid "The Unit of Measure for the packaging volume."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package.type,packaging_weight:"
|
||||
msgid "The weight of the package when empty."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package.type,packaging_weight_uom:"
|
||||
msgid "The Unit of Measure for the packaging weight."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package.type,width:"
|
||||
msgid "The width of the package."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package.type,width_uom:"
|
||||
msgid "The Unit of Measure for the package width."
|
||||
msgstr ""
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "model:ir.action,name:act_package_type_form"
|
||||
msgid "Package Types"
|
||||
msgstr "Package Types"
|
||||
|
||||
#, python-format
|
||||
msgctxt "model:ir.message,text:msg_package_mismatch"
|
||||
msgid "To process shipment \"%(shipment)s\", you must pack all its moves."
|
||||
msgstr ""
|
||||
|
||||
#, python-format
|
||||
msgctxt "model:ir.message,text:msg_package_volume_too_small"
|
||||
msgid ""
|
||||
"The volume (%(volume)s) of package \"%(package)s\" is too small for summed "
|
||||
"volume (%(children_volume)s) of its children packages."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "model:ir.rule.group,name:rule_group_package_companies"
|
||||
msgid "User in companies"
|
||||
msgstr ""
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "model:ir.sequence,name:sequence_package"
|
||||
msgid "Stock Package"
|
||||
msgstr "Stock Package"
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "model:ir.sequence.type,name:sequence_type_package"
|
||||
msgid "Stock Package"
|
||||
msgstr "Stock Package"
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "model:ir.ui.menu,name:menu_package_form"
|
||||
msgid "Package Types"
|
||||
msgstr "Package Types"
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "model:stock.package,string:"
|
||||
msgid "Stock Package"
|
||||
msgstr "Stock Package"
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "model:stock.package.type,string:"
|
||||
msgid "Stock Package Type"
|
||||
msgstr "Stock Package"
|
||||
|
||||
msgctxt "selection:stock.package,state:"
|
||||
msgid "Closed"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "selection:stock.package,state:"
|
||||
msgid "Open"
|
||||
msgstr ""
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "view:stock.configuration:"
|
||||
msgid "Package"
|
||||
msgstr "Paczka"
|
||||
|
||||
msgctxt "view:stock.configuration:"
|
||||
msgid "Sequence"
|
||||
msgstr "Sekwencja"
|
||||
|
||||
msgctxt "view:stock.package.type:"
|
||||
msgid "Measurements"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "view:stock.package:"
|
||||
msgid "Measurements"
|
||||
msgstr ""
|
||||
327
modules/stock_package/locale/pt.po
Normal file
327
modules/stock_package/locale/pt.po
Normal file
@@ -0,0 +1,327 @@
|
||||
#
|
||||
msgid ""
|
||||
msgstr "Content-Type: text/plain; charset=utf-8\n"
|
||||
|
||||
msgctxt "field:stock.configuration,package_sequence:"
|
||||
msgid "Package Sequence"
|
||||
msgstr "Sequência das Embalagens"
|
||||
|
||||
msgctxt "field:stock.configuration.sequence,package_sequence:"
|
||||
msgid "Package Sequence"
|
||||
msgstr "Sequência dos Pacotes"
|
||||
|
||||
msgctxt "field:stock.move,package:"
|
||||
msgid "Package"
|
||||
msgstr "Pacote"
|
||||
|
||||
msgctxt "field:stock.package,allowed_moves:"
|
||||
msgid "Allowed Moves"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package,children:"
|
||||
msgid "Children"
|
||||
msgstr "Filhos"
|
||||
|
||||
msgctxt "field:stock.package,company:"
|
||||
msgid "Company"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package,height:"
|
||||
msgid "Height"
|
||||
msgstr ""
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "field:stock.package,height_uom:"
|
||||
msgid "Height UoM"
|
||||
msgstr "Pacote"
|
||||
|
||||
msgctxt "field:stock.package,length:"
|
||||
msgid "Length"
|
||||
msgstr ""
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "field:stock.package,length_uom:"
|
||||
msgid "Length UoM"
|
||||
msgstr "Pacote"
|
||||
|
||||
msgctxt "field:stock.package,moves:"
|
||||
msgid "Moves"
|
||||
msgstr "Movimentações"
|
||||
|
||||
msgctxt "field:stock.package,number:"
|
||||
msgid "Number"
|
||||
msgstr ""
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "field:stock.package,packaging_volume:"
|
||||
msgid "Packaging Volume"
|
||||
msgstr "Pacote"
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "field:stock.package,packaging_volume_uom:"
|
||||
msgid "Packaging Volume UoM"
|
||||
msgstr "Pacote"
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "field:stock.package,packaging_weight:"
|
||||
msgid "Packaging Weight"
|
||||
msgstr "Pacote"
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "field:stock.package,packaging_weight_uom:"
|
||||
msgid "Packaging Weight UoM"
|
||||
msgstr "Pacote"
|
||||
|
||||
msgctxt "field:stock.package,parent:"
|
||||
msgid "Parent"
|
||||
msgstr "Pai"
|
||||
|
||||
msgctxt "field:stock.package,shipment:"
|
||||
msgid "Shipment"
|
||||
msgstr "Remessa"
|
||||
|
||||
msgctxt "field:stock.package,state:"
|
||||
msgid "State"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package,type:"
|
||||
msgid "Type"
|
||||
msgstr "Tipo"
|
||||
|
||||
msgctxt "field:stock.package,width:"
|
||||
msgid "Width"
|
||||
msgstr ""
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "field:stock.package,width_uom:"
|
||||
msgid "Width UoM"
|
||||
msgstr "Pacote"
|
||||
|
||||
msgctxt "field:stock.package.type,height:"
|
||||
msgid "Height"
|
||||
msgstr ""
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "field:stock.package.type,height_uom:"
|
||||
msgid "Height UoM"
|
||||
msgstr "Pacote"
|
||||
|
||||
msgctxt "field:stock.package.type,length:"
|
||||
msgid "Length"
|
||||
msgstr ""
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "field:stock.package.type,length_uom:"
|
||||
msgid "Length UoM"
|
||||
msgstr "Pacote"
|
||||
|
||||
msgctxt "field:stock.package.type,name:"
|
||||
msgid "Name"
|
||||
msgstr "Nome"
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "field:stock.package.type,packaging_volume:"
|
||||
msgid "Packaging Volume"
|
||||
msgstr "Pacote"
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "field:stock.package.type,packaging_volume_uom:"
|
||||
msgid "Packaging Volume UoM"
|
||||
msgstr "Pacote"
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "field:stock.package.type,packaging_weight:"
|
||||
msgid "Packaging Weight"
|
||||
msgstr "Pacote"
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "field:stock.package.type,packaging_weight_uom:"
|
||||
msgid "Packaging Weight UoM"
|
||||
msgstr "Pacote"
|
||||
|
||||
msgctxt "field:stock.package.type,width:"
|
||||
msgid "Width"
|
||||
msgstr ""
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "field:stock.package.type,width_uom:"
|
||||
msgid "Width UoM"
|
||||
msgstr "Pacote"
|
||||
|
||||
msgctxt "field:stock.shipment.in.return,packages:"
|
||||
msgid "Packages"
|
||||
msgstr "Pacotes"
|
||||
|
||||
msgctxt "field:stock.shipment.in.return,root_packages:"
|
||||
msgid "Packages"
|
||||
msgstr "Pacotes"
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "field:stock.shipment.internal,packages:"
|
||||
msgid "Packages"
|
||||
msgstr "Pacotes"
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "field:stock.shipment.internal,root_packages:"
|
||||
msgid "Packages"
|
||||
msgstr "Pacotes"
|
||||
|
||||
msgctxt "field:stock.shipment.out,packages:"
|
||||
msgid "Packages"
|
||||
msgstr "Pacotes"
|
||||
|
||||
msgctxt "field:stock.shipment.out,root_packages:"
|
||||
msgid "Packages"
|
||||
msgstr "Pacotes"
|
||||
|
||||
msgctxt "help:stock.package,height:"
|
||||
msgid "The height of the package."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package,height_uom:"
|
||||
msgid "The Unit of Measure for the package height."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package,length:"
|
||||
msgid "The length of the package."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package,length_uom:"
|
||||
msgid "The Unit of Measure for the package length."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package,packaging_volume:"
|
||||
msgid "The volume of the package."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package,packaging_volume_uom:"
|
||||
msgid "The Unit of Measure for the packaging volume."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package,packaging_weight:"
|
||||
msgid "The weight of the package when empty."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package,packaging_weight_uom:"
|
||||
msgid "The Unit of Measure for the packaging weight."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package,width:"
|
||||
msgid "The width of the package."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package,width_uom:"
|
||||
msgid "The Unit of Measure for the package width."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package.type,height:"
|
||||
msgid "The height of the package."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package.type,height_uom:"
|
||||
msgid "The Unit of Measure for the package height."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package.type,length:"
|
||||
msgid "The length of the package."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package.type,length_uom:"
|
||||
msgid "The Unit of Measure for the package length."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package.type,packaging_volume:"
|
||||
msgid "The volume of the package."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package.type,packaging_volume_uom:"
|
||||
msgid "The Unit of Measure for the packaging volume."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package.type,packaging_weight:"
|
||||
msgid "The weight of the package when empty."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package.type,packaging_weight_uom:"
|
||||
msgid "The Unit of Measure for the packaging weight."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package.type,width:"
|
||||
msgid "The width of the package."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package.type,width_uom:"
|
||||
msgid "The Unit of Measure for the package width."
|
||||
msgstr ""
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "model:ir.action,name:act_package_type_form"
|
||||
msgid "Package Types"
|
||||
msgstr "Package Types"
|
||||
|
||||
#, python-format
|
||||
msgctxt "model:ir.message,text:msg_package_mismatch"
|
||||
msgid "To process shipment \"%(shipment)s\", you must pack all its moves."
|
||||
msgstr ""
|
||||
|
||||
#, python-format
|
||||
msgctxt "model:ir.message,text:msg_package_volume_too_small"
|
||||
msgid ""
|
||||
"The volume (%(volume)s) of package \"%(package)s\" is too small for summed "
|
||||
"volume (%(children_volume)s) of its children packages."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "model:ir.rule.group,name:rule_group_package_companies"
|
||||
msgid "User in companies"
|
||||
msgstr ""
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "model:ir.sequence,name:sequence_package"
|
||||
msgid "Stock Package"
|
||||
msgstr "Stock Package"
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "model:ir.sequence.type,name:sequence_type_package"
|
||||
msgid "Stock Package"
|
||||
msgstr "Stock Package"
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "model:ir.ui.menu,name:menu_package_form"
|
||||
msgid "Package Types"
|
||||
msgstr "Package Types"
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "model:stock.package,string:"
|
||||
msgid "Stock Package"
|
||||
msgstr "Stock Package"
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "model:stock.package.type,string:"
|
||||
msgid "Stock Package Type"
|
||||
msgstr "Tipo de Estoque de Pacote"
|
||||
|
||||
msgctxt "selection:stock.package,state:"
|
||||
msgid "Closed"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "selection:stock.package,state:"
|
||||
msgid "Open"
|
||||
msgstr ""
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "view:stock.configuration:"
|
||||
msgid "Package"
|
||||
msgstr "Pacote"
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "view:stock.configuration:"
|
||||
msgid "Sequence"
|
||||
msgstr "Sequência das Embalagens"
|
||||
|
||||
msgctxt "view:stock.package.type:"
|
||||
msgid "Measurements"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "view:stock.package:"
|
||||
msgid "Measurements"
|
||||
msgstr ""
|
||||
303
modules/stock_package/locale/ro.po
Normal file
303
modules/stock_package/locale/ro.po
Normal file
@@ -0,0 +1,303 @@
|
||||
#
|
||||
msgid ""
|
||||
msgstr "Content-Type: text/plain; charset=utf-8\n"
|
||||
|
||||
msgctxt "field:stock.configuration,package_sequence:"
|
||||
msgid "Package Sequence"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.configuration.sequence,package_sequence:"
|
||||
msgid "Package Sequence"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.move,package:"
|
||||
msgid "Package"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package,allowed_moves:"
|
||||
msgid "Allowed Moves"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package,children:"
|
||||
msgid "Children"
|
||||
msgstr "Copii"
|
||||
|
||||
msgctxt "field:stock.package,company:"
|
||||
msgid "Company"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package,height:"
|
||||
msgid "Height"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package,height_uom:"
|
||||
msgid "Height UoM"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package,length:"
|
||||
msgid "Length"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package,length_uom:"
|
||||
msgid "Length UoM"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package,moves:"
|
||||
msgid "Moves"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package,number:"
|
||||
msgid "Number"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package,packaging_volume:"
|
||||
msgid "Packaging Volume"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package,packaging_volume_uom:"
|
||||
msgid "Packaging Volume UoM"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package,packaging_weight:"
|
||||
msgid "Packaging Weight"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package,packaging_weight_uom:"
|
||||
msgid "Packaging Weight UoM"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package,parent:"
|
||||
msgid "Parent"
|
||||
msgstr "Părinte"
|
||||
|
||||
msgctxt "field:stock.package,shipment:"
|
||||
msgid "Shipment"
|
||||
msgstr "Expediere"
|
||||
|
||||
msgctxt "field:stock.package,state:"
|
||||
msgid "State"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package,type:"
|
||||
msgid "Type"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package,width:"
|
||||
msgid "Width"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package,width_uom:"
|
||||
msgid "Width UoM"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package.type,height:"
|
||||
msgid "Height"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package.type,height_uom:"
|
||||
msgid "Height UoM"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package.type,length:"
|
||||
msgid "Length"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package.type,length_uom:"
|
||||
msgid "Length UoM"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package.type,name:"
|
||||
msgid "Name"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package.type,packaging_volume:"
|
||||
msgid "Packaging Volume"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package.type,packaging_volume_uom:"
|
||||
msgid "Packaging Volume UoM"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package.type,packaging_weight:"
|
||||
msgid "Packaging Weight"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package.type,packaging_weight_uom:"
|
||||
msgid "Packaging Weight UoM"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package.type,width:"
|
||||
msgid "Width"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package.type,width_uom:"
|
||||
msgid "Width UoM"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.shipment.in.return,packages:"
|
||||
msgid "Packages"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.shipment.in.return,root_packages:"
|
||||
msgid "Packages"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.shipment.internal,packages:"
|
||||
msgid "Packages"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.shipment.internal,root_packages:"
|
||||
msgid "Packages"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.shipment.out,packages:"
|
||||
msgid "Packages"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.shipment.out,root_packages:"
|
||||
msgid "Packages"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package,height:"
|
||||
msgid "The height of the package."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package,height_uom:"
|
||||
msgid "The Unit of Measure for the package height."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package,length:"
|
||||
msgid "The length of the package."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package,length_uom:"
|
||||
msgid "The Unit of Measure for the package length."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package,packaging_volume:"
|
||||
msgid "The volume of the package."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package,packaging_volume_uom:"
|
||||
msgid "The Unit of Measure for the packaging volume."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package,packaging_weight:"
|
||||
msgid "The weight of the package when empty."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package,packaging_weight_uom:"
|
||||
msgid "The Unit of Measure for the packaging weight."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package,width:"
|
||||
msgid "The width of the package."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package,width_uom:"
|
||||
msgid "The Unit of Measure for the package width."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package.type,height:"
|
||||
msgid "The height of the package."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package.type,height_uom:"
|
||||
msgid "The Unit of Measure for the package height."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package.type,length:"
|
||||
msgid "The length of the package."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package.type,length_uom:"
|
||||
msgid "The Unit of Measure for the package length."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package.type,packaging_volume:"
|
||||
msgid "The volume of the package."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package.type,packaging_volume_uom:"
|
||||
msgid "The Unit of Measure for the packaging volume."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package.type,packaging_weight:"
|
||||
msgid "The weight of the package when empty."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package.type,packaging_weight_uom:"
|
||||
msgid "The Unit of Measure for the packaging weight."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package.type,width:"
|
||||
msgid "The width of the package."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package.type,width_uom:"
|
||||
msgid "The Unit of Measure for the package width."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "model:ir.action,name:act_package_type_form"
|
||||
msgid "Package Types"
|
||||
msgstr ""
|
||||
|
||||
#, python-format
|
||||
msgctxt "model:ir.message,text:msg_package_mismatch"
|
||||
msgid "To process shipment \"%(shipment)s\", you must pack all its moves."
|
||||
msgstr ""
|
||||
|
||||
#, python-format
|
||||
msgctxt "model:ir.message,text:msg_package_volume_too_small"
|
||||
msgid ""
|
||||
"The volume (%(volume)s) of package \"%(package)s\" is too small for summed "
|
||||
"volume (%(children_volume)s) of its children packages."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "model:ir.rule.group,name:rule_group_package_companies"
|
||||
msgid "User in companies"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "model:ir.sequence,name:sequence_package"
|
||||
msgid "Stock Package"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "model:ir.sequence.type,name:sequence_type_package"
|
||||
msgid "Stock Package"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "model:ir.ui.menu,name:menu_package_form"
|
||||
msgid "Package Types"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "model:stock.package,string:"
|
||||
msgid "Stock Package"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "model:stock.package.type,string:"
|
||||
msgid "Stock Package Type"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "selection:stock.package,state:"
|
||||
msgid "Closed"
|
||||
msgstr "Închis"
|
||||
|
||||
msgctxt "selection:stock.package,state:"
|
||||
msgid "Open"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "view:stock.configuration:"
|
||||
msgid "Package"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "view:stock.configuration:"
|
||||
msgid "Sequence"
|
||||
msgstr "Secvenţă"
|
||||
|
||||
msgctxt "view:stock.package.type:"
|
||||
msgid "Measurements"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "view:stock.package:"
|
||||
msgid "Measurements"
|
||||
msgstr ""
|
||||
314
modules/stock_package/locale/ru.po
Normal file
314
modules/stock_package/locale/ru.po
Normal file
@@ -0,0 +1,314 @@
|
||||
#
|
||||
msgid ""
|
||||
msgstr "Content-Type: text/plain; charset=utf-8\n"
|
||||
|
||||
msgctxt "field:stock.configuration,package_sequence:"
|
||||
msgid "Package Sequence"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.configuration.sequence,package_sequence:"
|
||||
msgid "Package Sequence"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.move,package:"
|
||||
msgid "Package"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package,allowed_moves:"
|
||||
msgid "Allowed Moves"
|
||||
msgstr ""
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "field:stock.package,children:"
|
||||
msgid "Children"
|
||||
msgstr "Подчиненый"
|
||||
|
||||
msgctxt "field:stock.package,company:"
|
||||
msgid "Company"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package,height:"
|
||||
msgid "Height"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package,height_uom:"
|
||||
msgid "Height UoM"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package,length:"
|
||||
msgid "Length"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package,length_uom:"
|
||||
msgid "Length UoM"
|
||||
msgstr ""
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "field:stock.package,moves:"
|
||||
msgid "Moves"
|
||||
msgstr "Перемещения"
|
||||
|
||||
msgctxt "field:stock.package,number:"
|
||||
msgid "Number"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package,packaging_volume:"
|
||||
msgid "Packaging Volume"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package,packaging_volume_uom:"
|
||||
msgid "Packaging Volume UoM"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package,packaging_weight:"
|
||||
msgid "Packaging Weight"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package,packaging_weight_uom:"
|
||||
msgid "Packaging Weight UoM"
|
||||
msgstr ""
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "field:stock.package,parent:"
|
||||
msgid "Parent"
|
||||
msgstr "Предок"
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "field:stock.package,shipment:"
|
||||
msgid "Shipment"
|
||||
msgstr "Доставка"
|
||||
|
||||
msgctxt "field:stock.package,state:"
|
||||
msgid "State"
|
||||
msgstr ""
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "field:stock.package,type:"
|
||||
msgid "Type"
|
||||
msgstr "Тип"
|
||||
|
||||
msgctxt "field:stock.package,width:"
|
||||
msgid "Width"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package,width_uom:"
|
||||
msgid "Width UoM"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package.type,height:"
|
||||
msgid "Height"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package.type,height_uom:"
|
||||
msgid "Height UoM"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package.type,length:"
|
||||
msgid "Length"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package.type,length_uom:"
|
||||
msgid "Length UoM"
|
||||
msgstr ""
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "field:stock.package.type,name:"
|
||||
msgid "Name"
|
||||
msgstr "Правило оплаты"
|
||||
|
||||
msgctxt "field:stock.package.type,packaging_volume:"
|
||||
msgid "Packaging Volume"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package.type,packaging_volume_uom:"
|
||||
msgid "Packaging Volume UoM"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package.type,packaging_weight:"
|
||||
msgid "Packaging Weight"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package.type,packaging_weight_uom:"
|
||||
msgid "Packaging Weight UoM"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package.type,width:"
|
||||
msgid "Width"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package.type,width_uom:"
|
||||
msgid "Width UoM"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.shipment.in.return,packages:"
|
||||
msgid "Packages"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.shipment.in.return,root_packages:"
|
||||
msgid "Packages"
|
||||
msgstr ""
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "field:stock.shipment.internal,packages:"
|
||||
msgid "Packages"
|
||||
msgstr "Package Types"
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "field:stock.shipment.internal,root_packages:"
|
||||
msgid "Packages"
|
||||
msgstr "Package Types"
|
||||
|
||||
msgctxt "field:stock.shipment.out,packages:"
|
||||
msgid "Packages"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.shipment.out,root_packages:"
|
||||
msgid "Packages"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package,height:"
|
||||
msgid "The height of the package."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package,height_uom:"
|
||||
msgid "The Unit of Measure for the package height."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package,length:"
|
||||
msgid "The length of the package."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package,length_uom:"
|
||||
msgid "The Unit of Measure for the package length."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package,packaging_volume:"
|
||||
msgid "The volume of the package."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package,packaging_volume_uom:"
|
||||
msgid "The Unit of Measure for the packaging volume."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package,packaging_weight:"
|
||||
msgid "The weight of the package when empty."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package,packaging_weight_uom:"
|
||||
msgid "The Unit of Measure for the packaging weight."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package,width:"
|
||||
msgid "The width of the package."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package,width_uom:"
|
||||
msgid "The Unit of Measure for the package width."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package.type,height:"
|
||||
msgid "The height of the package."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package.type,height_uom:"
|
||||
msgid "The Unit of Measure for the package height."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package.type,length:"
|
||||
msgid "The length of the package."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package.type,length_uom:"
|
||||
msgid "The Unit of Measure for the package length."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package.type,packaging_volume:"
|
||||
msgid "The volume of the package."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package.type,packaging_volume_uom:"
|
||||
msgid "The Unit of Measure for the packaging volume."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package.type,packaging_weight:"
|
||||
msgid "The weight of the package when empty."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package.type,packaging_weight_uom:"
|
||||
msgid "The Unit of Measure for the packaging weight."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package.type,width:"
|
||||
msgid "The width of the package."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package.type,width_uom:"
|
||||
msgid "The Unit of Measure for the package width."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "model:ir.action,name:act_package_type_form"
|
||||
msgid "Package Types"
|
||||
msgstr "Package Types"
|
||||
|
||||
#, python-format
|
||||
msgctxt "model:ir.message,text:msg_package_mismatch"
|
||||
msgid "To process shipment \"%(shipment)s\", you must pack all its moves."
|
||||
msgstr ""
|
||||
|
||||
#, python-format
|
||||
msgctxt "model:ir.message,text:msg_package_volume_too_small"
|
||||
msgid ""
|
||||
"The volume (%(volume)s) of package \"%(package)s\" is too small for summed "
|
||||
"volume (%(children_volume)s) of its children packages."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "model:ir.rule.group,name:rule_group_package_companies"
|
||||
msgid "User in companies"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "model:ir.sequence,name:sequence_package"
|
||||
msgid "Stock Package"
|
||||
msgstr "Stock Package"
|
||||
|
||||
msgctxt "model:ir.sequence.type,name:sequence_type_package"
|
||||
msgid "Stock Package"
|
||||
msgstr "Stock Package"
|
||||
|
||||
msgctxt "model:ir.ui.menu,name:menu_package_form"
|
||||
msgid "Package Types"
|
||||
msgstr "Package Types"
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "model:stock.package,string:"
|
||||
msgid "Stock Package"
|
||||
msgstr "Stock Package"
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "model:stock.package.type,string:"
|
||||
msgid "Stock Package Type"
|
||||
msgstr "Stock Package"
|
||||
|
||||
msgctxt "selection:stock.package,state:"
|
||||
msgid "Closed"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "selection:stock.package,state:"
|
||||
msgid "Open"
|
||||
msgstr ""
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "view:stock.configuration:"
|
||||
msgid "Package"
|
||||
msgstr "Package Types"
|
||||
|
||||
msgctxt "view:stock.configuration:"
|
||||
msgid "Sequence"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "view:stock.package.type:"
|
||||
msgid "Measurements"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "view:stock.package:"
|
||||
msgid "Measurements"
|
||||
msgstr ""
|
||||
326
modules/stock_package/locale/sl.po
Normal file
326
modules/stock_package/locale/sl.po
Normal file
@@ -0,0 +1,326 @@
|
||||
#
|
||||
msgid ""
|
||||
msgstr "Content-Type: text/plain; charset=utf-8\n"
|
||||
|
||||
msgctxt "field:stock.configuration,package_sequence:"
|
||||
msgid "Package Sequence"
|
||||
msgstr "Številčna serija paketov"
|
||||
|
||||
msgctxt "field:stock.configuration.sequence,package_sequence:"
|
||||
msgid "Package Sequence"
|
||||
msgstr "Številčna serija paketov"
|
||||
|
||||
msgctxt "field:stock.move,package:"
|
||||
msgid "Package"
|
||||
msgstr "Paket"
|
||||
|
||||
msgctxt "field:stock.package,allowed_moves:"
|
||||
msgid "Allowed Moves"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package,children:"
|
||||
msgid "Children"
|
||||
msgstr "Podpaketi"
|
||||
|
||||
msgctxt "field:stock.package,company:"
|
||||
msgid "Company"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package,height:"
|
||||
msgid "Height"
|
||||
msgstr ""
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "field:stock.package,height_uom:"
|
||||
msgid "Height UoM"
|
||||
msgstr "Paket"
|
||||
|
||||
msgctxt "field:stock.package,length:"
|
||||
msgid "Length"
|
||||
msgstr ""
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "field:stock.package,length_uom:"
|
||||
msgid "Length UoM"
|
||||
msgstr "Paket"
|
||||
|
||||
msgctxt "field:stock.package,moves:"
|
||||
msgid "Moves"
|
||||
msgstr "Promet"
|
||||
|
||||
msgctxt "field:stock.package,number:"
|
||||
msgid "Number"
|
||||
msgstr ""
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "field:stock.package,packaging_volume:"
|
||||
msgid "Packaging Volume"
|
||||
msgstr "Paket"
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "field:stock.package,packaging_volume_uom:"
|
||||
msgid "Packaging Volume UoM"
|
||||
msgstr "Paket"
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "field:stock.package,packaging_weight:"
|
||||
msgid "Packaging Weight"
|
||||
msgstr "Paket"
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "field:stock.package,packaging_weight_uom:"
|
||||
msgid "Packaging Weight UoM"
|
||||
msgstr "Paket"
|
||||
|
||||
msgctxt "field:stock.package,parent:"
|
||||
msgid "Parent"
|
||||
msgstr "Matični paket"
|
||||
|
||||
msgctxt "field:stock.package,shipment:"
|
||||
msgid "Shipment"
|
||||
msgstr "Pošiljka"
|
||||
|
||||
msgctxt "field:stock.package,state:"
|
||||
msgid "State"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package,type:"
|
||||
msgid "Type"
|
||||
msgstr "Vrsta"
|
||||
|
||||
msgctxt "field:stock.package,width:"
|
||||
msgid "Width"
|
||||
msgstr ""
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "field:stock.package,width_uom:"
|
||||
msgid "Width UoM"
|
||||
msgstr "Paket"
|
||||
|
||||
msgctxt "field:stock.package.type,height:"
|
||||
msgid "Height"
|
||||
msgstr ""
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "field:stock.package.type,height_uom:"
|
||||
msgid "Height UoM"
|
||||
msgstr "Paket"
|
||||
|
||||
msgctxt "field:stock.package.type,length:"
|
||||
msgid "Length"
|
||||
msgstr ""
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "field:stock.package.type,length_uom:"
|
||||
msgid "Length UoM"
|
||||
msgstr "Paket"
|
||||
|
||||
msgctxt "field:stock.package.type,name:"
|
||||
msgid "Name"
|
||||
msgstr "Naziv"
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "field:stock.package.type,packaging_volume:"
|
||||
msgid "Packaging Volume"
|
||||
msgstr "Paket"
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "field:stock.package.type,packaging_volume_uom:"
|
||||
msgid "Packaging Volume UoM"
|
||||
msgstr "Paket"
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "field:stock.package.type,packaging_weight:"
|
||||
msgid "Packaging Weight"
|
||||
msgstr "Paket"
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "field:stock.package.type,packaging_weight_uom:"
|
||||
msgid "Packaging Weight UoM"
|
||||
msgstr "Paket"
|
||||
|
||||
msgctxt "field:stock.package.type,width:"
|
||||
msgid "Width"
|
||||
msgstr ""
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "field:stock.package.type,width_uom:"
|
||||
msgid "Width UoM"
|
||||
msgstr "Paket"
|
||||
|
||||
msgctxt "field:stock.shipment.in.return,packages:"
|
||||
msgid "Packages"
|
||||
msgstr "Paketi"
|
||||
|
||||
msgctxt "field:stock.shipment.in.return,root_packages:"
|
||||
msgid "Packages"
|
||||
msgstr "Paketi"
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "field:stock.shipment.internal,packages:"
|
||||
msgid "Packages"
|
||||
msgstr "Paketi"
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "field:stock.shipment.internal,root_packages:"
|
||||
msgid "Packages"
|
||||
msgstr "Paketi"
|
||||
|
||||
msgctxt "field:stock.shipment.out,packages:"
|
||||
msgid "Packages"
|
||||
msgstr "Paketi"
|
||||
|
||||
msgctxt "field:stock.shipment.out,root_packages:"
|
||||
msgid "Packages"
|
||||
msgstr "Paketi"
|
||||
|
||||
msgctxt "help:stock.package,height:"
|
||||
msgid "The height of the package."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package,height_uom:"
|
||||
msgid "The Unit of Measure for the package height."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package,length:"
|
||||
msgid "The length of the package."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package,length_uom:"
|
||||
msgid "The Unit of Measure for the package length."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package,packaging_volume:"
|
||||
msgid "The volume of the package."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package,packaging_volume_uom:"
|
||||
msgid "The Unit of Measure for the packaging volume."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package,packaging_weight:"
|
||||
msgid "The weight of the package when empty."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package,packaging_weight_uom:"
|
||||
msgid "The Unit of Measure for the packaging weight."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package,width:"
|
||||
msgid "The width of the package."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package,width_uom:"
|
||||
msgid "The Unit of Measure for the package width."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package.type,height:"
|
||||
msgid "The height of the package."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package.type,height_uom:"
|
||||
msgid "The Unit of Measure for the package height."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package.type,length:"
|
||||
msgid "The length of the package."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package.type,length_uom:"
|
||||
msgid "The Unit of Measure for the package length."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package.type,packaging_volume:"
|
||||
msgid "The volume of the package."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package.type,packaging_volume_uom:"
|
||||
msgid "The Unit of Measure for the packaging volume."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package.type,packaging_weight:"
|
||||
msgid "The weight of the package when empty."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package.type,packaging_weight_uom:"
|
||||
msgid "The Unit of Measure for the packaging weight."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package.type,width:"
|
||||
msgid "The width of the package."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package.type,width_uom:"
|
||||
msgid "The Unit of Measure for the package width."
|
||||
msgstr ""
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "model:ir.action,name:act_package_type_form"
|
||||
msgid "Package Types"
|
||||
msgstr "Package Types"
|
||||
|
||||
#, python-format
|
||||
msgctxt "model:ir.message,text:msg_package_mismatch"
|
||||
msgid "To process shipment \"%(shipment)s\", you must pack all its moves."
|
||||
msgstr ""
|
||||
|
||||
#, python-format
|
||||
msgctxt "model:ir.message,text:msg_package_volume_too_small"
|
||||
msgid ""
|
||||
"The volume (%(volume)s) of package \"%(package)s\" is too small for summed "
|
||||
"volume (%(children_volume)s) of its children packages."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "model:ir.rule.group,name:rule_group_package_companies"
|
||||
msgid "User in companies"
|
||||
msgstr ""
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "model:ir.sequence,name:sequence_package"
|
||||
msgid "Stock Package"
|
||||
msgstr "Stock Package"
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "model:ir.sequence.type,name:sequence_type_package"
|
||||
msgid "Stock Package"
|
||||
msgstr "Stock Package"
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "model:ir.ui.menu,name:menu_package_form"
|
||||
msgid "Package Types"
|
||||
msgstr "Package Types"
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "model:stock.package,string:"
|
||||
msgid "Stock Package"
|
||||
msgstr "Stock Package"
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "model:stock.package.type,string:"
|
||||
msgid "Stock Package Type"
|
||||
msgstr "Vrsta paketa"
|
||||
|
||||
msgctxt "selection:stock.package,state:"
|
||||
msgid "Closed"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "selection:stock.package,state:"
|
||||
msgid "Open"
|
||||
msgstr ""
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "view:stock.configuration:"
|
||||
msgid "Package"
|
||||
msgstr "Paket"
|
||||
|
||||
msgctxt "view:stock.configuration:"
|
||||
msgid "Sequence"
|
||||
msgstr "Številčna serija"
|
||||
|
||||
msgctxt "view:stock.package.type:"
|
||||
msgid "Measurements"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "view:stock.package:"
|
||||
msgid "Measurements"
|
||||
msgstr ""
|
||||
308
modules/stock_package/locale/tr.po
Normal file
308
modules/stock_package/locale/tr.po
Normal file
@@ -0,0 +1,308 @@
|
||||
#
|
||||
msgid ""
|
||||
msgstr "Content-Type: text/plain; charset=utf-8\n"
|
||||
|
||||
msgctxt "field:stock.configuration,package_sequence:"
|
||||
msgid "Package Sequence"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.configuration.sequence,package_sequence:"
|
||||
msgid "Package Sequence"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.move,package:"
|
||||
msgid "Package"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package,allowed_moves:"
|
||||
msgid "Allowed Moves"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package,children:"
|
||||
msgid "Children"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package,company:"
|
||||
msgid "Company"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package,height:"
|
||||
msgid "Height"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package,height_uom:"
|
||||
msgid "Height UoM"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package,length:"
|
||||
msgid "Length"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package,length_uom:"
|
||||
msgid "Length UoM"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package,moves:"
|
||||
msgid "Moves"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package,number:"
|
||||
msgid "Number"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package,packaging_volume:"
|
||||
msgid "Packaging Volume"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package,packaging_volume_uom:"
|
||||
msgid "Packaging Volume UoM"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package,packaging_weight:"
|
||||
msgid "Packaging Weight"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package,packaging_weight_uom:"
|
||||
msgid "Packaging Weight UoM"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package,parent:"
|
||||
msgid "Parent"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package,shipment:"
|
||||
msgid "Shipment"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package,state:"
|
||||
msgid "State"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package,type:"
|
||||
msgid "Type"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package,width:"
|
||||
msgid "Width"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package,width_uom:"
|
||||
msgid "Width UoM"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package.type,height:"
|
||||
msgid "Height"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package.type,height_uom:"
|
||||
msgid "Height UoM"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package.type,length:"
|
||||
msgid "Length"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package.type,length_uom:"
|
||||
msgid "Length UoM"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package.type,name:"
|
||||
msgid "Name"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package.type,packaging_volume:"
|
||||
msgid "Packaging Volume"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package.type,packaging_volume_uom:"
|
||||
msgid "Packaging Volume UoM"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package.type,packaging_weight:"
|
||||
msgid "Packaging Weight"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package.type,packaging_weight_uom:"
|
||||
msgid "Packaging Weight UoM"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package.type,width:"
|
||||
msgid "Width"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package.type,width_uom:"
|
||||
msgid "Width UoM"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.shipment.in.return,packages:"
|
||||
msgid "Packages"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.shipment.in.return,root_packages:"
|
||||
msgid "Packages"
|
||||
msgstr ""
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "field:stock.shipment.internal,packages:"
|
||||
msgid "Packages"
|
||||
msgstr "Package Types"
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "field:stock.shipment.internal,root_packages:"
|
||||
msgid "Packages"
|
||||
msgstr "Package Types"
|
||||
|
||||
msgctxt "field:stock.shipment.out,packages:"
|
||||
msgid "Packages"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.shipment.out,root_packages:"
|
||||
msgid "Packages"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package,height:"
|
||||
msgid "The height of the package."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package,height_uom:"
|
||||
msgid "The Unit of Measure for the package height."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package,length:"
|
||||
msgid "The length of the package."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package,length_uom:"
|
||||
msgid "The Unit of Measure for the package length."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package,packaging_volume:"
|
||||
msgid "The volume of the package."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package,packaging_volume_uom:"
|
||||
msgid "The Unit of Measure for the packaging volume."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package,packaging_weight:"
|
||||
msgid "The weight of the package when empty."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package,packaging_weight_uom:"
|
||||
msgid "The Unit of Measure for the packaging weight."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package,width:"
|
||||
msgid "The width of the package."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package,width_uom:"
|
||||
msgid "The Unit of Measure for the package width."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package.type,height:"
|
||||
msgid "The height of the package."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package.type,height_uom:"
|
||||
msgid "The Unit of Measure for the package height."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package.type,length:"
|
||||
msgid "The length of the package."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package.type,length_uom:"
|
||||
msgid "The Unit of Measure for the package length."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package.type,packaging_volume:"
|
||||
msgid "The volume of the package."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package.type,packaging_volume_uom:"
|
||||
msgid "The Unit of Measure for the packaging volume."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package.type,packaging_weight:"
|
||||
msgid "The weight of the package when empty."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package.type,packaging_weight_uom:"
|
||||
msgid "The Unit of Measure for the packaging weight."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package.type,width:"
|
||||
msgid "The width of the package."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package.type,width_uom:"
|
||||
msgid "The Unit of Measure for the package width."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "model:ir.action,name:act_package_type_form"
|
||||
msgid "Package Types"
|
||||
msgstr "Package Types"
|
||||
|
||||
#, python-format
|
||||
msgctxt "model:ir.message,text:msg_package_mismatch"
|
||||
msgid "To process shipment \"%(shipment)s\", you must pack all its moves."
|
||||
msgstr ""
|
||||
|
||||
#, python-format
|
||||
msgctxt "model:ir.message,text:msg_package_volume_too_small"
|
||||
msgid ""
|
||||
"The volume (%(volume)s) of package \"%(package)s\" is too small for summed "
|
||||
"volume (%(children_volume)s) of its children packages."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "model:ir.rule.group,name:rule_group_package_companies"
|
||||
msgid "User in companies"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "model:ir.sequence,name:sequence_package"
|
||||
msgid "Stock Package"
|
||||
msgstr "Stock Package"
|
||||
|
||||
msgctxt "model:ir.sequence.type,name:sequence_type_package"
|
||||
msgid "Stock Package"
|
||||
msgstr "Stock Package"
|
||||
|
||||
msgctxt "model:ir.ui.menu,name:menu_package_form"
|
||||
msgid "Package Types"
|
||||
msgstr "Package Types"
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "model:stock.package,string:"
|
||||
msgid "Stock Package"
|
||||
msgstr "Stock Package"
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "model:stock.package.type,string:"
|
||||
msgid "Stock Package Type"
|
||||
msgstr "Stock Package"
|
||||
|
||||
msgctxt "selection:stock.package,state:"
|
||||
msgid "Closed"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "selection:stock.package,state:"
|
||||
msgid "Open"
|
||||
msgstr ""
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "view:stock.configuration:"
|
||||
msgid "Package"
|
||||
msgstr "Package Types"
|
||||
|
||||
msgctxt "view:stock.configuration:"
|
||||
msgid "Sequence"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "view:stock.package.type:"
|
||||
msgid "Measurements"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "view:stock.package:"
|
||||
msgid "Measurements"
|
||||
msgstr ""
|
||||
303
modules/stock_package/locale/uk.po
Normal file
303
modules/stock_package/locale/uk.po
Normal file
@@ -0,0 +1,303 @@
|
||||
#
|
||||
msgid ""
|
||||
msgstr "Content-Type: text/plain; charset=utf-8\n"
|
||||
|
||||
msgctxt "field:stock.configuration,package_sequence:"
|
||||
msgid "Package Sequence"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.configuration.sequence,package_sequence:"
|
||||
msgid "Package Sequence"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.move,package:"
|
||||
msgid "Package"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package,allowed_moves:"
|
||||
msgid "Allowed Moves"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package,children:"
|
||||
msgid "Children"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package,company:"
|
||||
msgid "Company"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package,height:"
|
||||
msgid "Height"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package,height_uom:"
|
||||
msgid "Height UoM"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package,length:"
|
||||
msgid "Length"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package,length_uom:"
|
||||
msgid "Length UoM"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package,moves:"
|
||||
msgid "Moves"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package,number:"
|
||||
msgid "Number"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package,packaging_volume:"
|
||||
msgid "Packaging Volume"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package,packaging_volume_uom:"
|
||||
msgid "Packaging Volume UoM"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package,packaging_weight:"
|
||||
msgid "Packaging Weight"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package,packaging_weight_uom:"
|
||||
msgid "Packaging Weight UoM"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package,parent:"
|
||||
msgid "Parent"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package,shipment:"
|
||||
msgid "Shipment"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package,state:"
|
||||
msgid "State"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package,type:"
|
||||
msgid "Type"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package,width:"
|
||||
msgid "Width"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package,width_uom:"
|
||||
msgid "Width UoM"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package.type,height:"
|
||||
msgid "Height"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package.type,height_uom:"
|
||||
msgid "Height UoM"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package.type,length:"
|
||||
msgid "Length"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package.type,length_uom:"
|
||||
msgid "Length UoM"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package.type,name:"
|
||||
msgid "Name"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package.type,packaging_volume:"
|
||||
msgid "Packaging Volume"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package.type,packaging_volume_uom:"
|
||||
msgid "Packaging Volume UoM"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package.type,packaging_weight:"
|
||||
msgid "Packaging Weight"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package.type,packaging_weight_uom:"
|
||||
msgid "Packaging Weight UoM"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package.type,width:"
|
||||
msgid "Width"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package.type,width_uom:"
|
||||
msgid "Width UoM"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.shipment.in.return,packages:"
|
||||
msgid "Packages"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.shipment.in.return,root_packages:"
|
||||
msgid "Packages"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.shipment.internal,packages:"
|
||||
msgid "Packages"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.shipment.internal,root_packages:"
|
||||
msgid "Packages"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.shipment.out,packages:"
|
||||
msgid "Packages"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.shipment.out,root_packages:"
|
||||
msgid "Packages"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package,height:"
|
||||
msgid "The height of the package."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package,height_uom:"
|
||||
msgid "The Unit of Measure for the package height."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package,length:"
|
||||
msgid "The length of the package."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package,length_uom:"
|
||||
msgid "The Unit of Measure for the package length."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package,packaging_volume:"
|
||||
msgid "The volume of the package."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package,packaging_volume_uom:"
|
||||
msgid "The Unit of Measure for the packaging volume."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package,packaging_weight:"
|
||||
msgid "The weight of the package when empty."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package,packaging_weight_uom:"
|
||||
msgid "The Unit of Measure for the packaging weight."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package,width:"
|
||||
msgid "The width of the package."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package,width_uom:"
|
||||
msgid "The Unit of Measure for the package width."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package.type,height:"
|
||||
msgid "The height of the package."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package.type,height_uom:"
|
||||
msgid "The Unit of Measure for the package height."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package.type,length:"
|
||||
msgid "The length of the package."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package.type,length_uom:"
|
||||
msgid "The Unit of Measure for the package length."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package.type,packaging_volume:"
|
||||
msgid "The volume of the package."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package.type,packaging_volume_uom:"
|
||||
msgid "The Unit of Measure for the packaging volume."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package.type,packaging_weight:"
|
||||
msgid "The weight of the package when empty."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package.type,packaging_weight_uom:"
|
||||
msgid "The Unit of Measure for the packaging weight."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package.type,width:"
|
||||
msgid "The width of the package."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package.type,width_uom:"
|
||||
msgid "The Unit of Measure for the package width."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "model:ir.action,name:act_package_type_form"
|
||||
msgid "Package Types"
|
||||
msgstr ""
|
||||
|
||||
#, python-format
|
||||
msgctxt "model:ir.message,text:msg_package_mismatch"
|
||||
msgid "To process shipment \"%(shipment)s\", you must pack all its moves."
|
||||
msgstr ""
|
||||
|
||||
#, python-format
|
||||
msgctxt "model:ir.message,text:msg_package_volume_too_small"
|
||||
msgid ""
|
||||
"The volume (%(volume)s) of package \"%(package)s\" is too small for summed "
|
||||
"volume (%(children_volume)s) of its children packages."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "model:ir.rule.group,name:rule_group_package_companies"
|
||||
msgid "User in companies"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "model:ir.sequence,name:sequence_package"
|
||||
msgid "Stock Package"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "model:ir.sequence.type,name:sequence_type_package"
|
||||
msgid "Stock Package"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "model:ir.ui.menu,name:menu_package_form"
|
||||
msgid "Package Types"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "model:stock.package,string:"
|
||||
msgid "Stock Package"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "model:stock.package.type,string:"
|
||||
msgid "Stock Package Type"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "selection:stock.package,state:"
|
||||
msgid "Closed"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "selection:stock.package,state:"
|
||||
msgid "Open"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "view:stock.configuration:"
|
||||
msgid "Package"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "view:stock.configuration:"
|
||||
msgid "Sequence"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "view:stock.package.type:"
|
||||
msgid "Measurements"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "view:stock.package:"
|
||||
msgid "Measurements"
|
||||
msgstr ""
|
||||
312
modules/stock_package/locale/zh_CN.po
Normal file
312
modules/stock_package/locale/zh_CN.po
Normal file
@@ -0,0 +1,312 @@
|
||||
#
|
||||
msgid ""
|
||||
msgstr "Content-Type: text/plain; charset=utf-8\n"
|
||||
|
||||
msgctxt "field:stock.configuration,package_sequence:"
|
||||
msgid "Package Sequence"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.configuration.sequence,package_sequence:"
|
||||
msgid "Package Sequence"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.move,package:"
|
||||
msgid "Package"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package,allowed_moves:"
|
||||
msgid "Allowed Moves"
|
||||
msgstr ""
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "field:stock.package,children:"
|
||||
msgid "Children"
|
||||
msgstr "子项"
|
||||
|
||||
msgctxt "field:stock.package,company:"
|
||||
msgid "Company"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package,height:"
|
||||
msgid "Height"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package,height_uom:"
|
||||
msgid "Height UoM"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package,length:"
|
||||
msgid "Length"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package,length_uom:"
|
||||
msgid "Length UoM"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package,moves:"
|
||||
msgid "Moves"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package,number:"
|
||||
msgid "Number"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package,packaging_volume:"
|
||||
msgid "Packaging Volume"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package,packaging_volume_uom:"
|
||||
msgid "Packaging Volume UoM"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package,packaging_weight:"
|
||||
msgid "Packaging Weight"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package,packaging_weight_uom:"
|
||||
msgid "Packaging Weight UoM"
|
||||
msgstr ""
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "field:stock.package,parent:"
|
||||
msgid "Parent"
|
||||
msgstr "上级"
|
||||
|
||||
msgctxt "field:stock.package,shipment:"
|
||||
msgid "Shipment"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package,state:"
|
||||
msgid "State"
|
||||
msgstr ""
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "field:stock.package,type:"
|
||||
msgid "Type"
|
||||
msgstr "类型"
|
||||
|
||||
msgctxt "field:stock.package,width:"
|
||||
msgid "Width"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package,width_uom:"
|
||||
msgid "Width UoM"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package.type,height:"
|
||||
msgid "Height"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package.type,height_uom:"
|
||||
msgid "Height UoM"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package.type,length:"
|
||||
msgid "Length"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package.type,length_uom:"
|
||||
msgid "Length UoM"
|
||||
msgstr ""
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "field:stock.package.type,name:"
|
||||
msgid "Name"
|
||||
msgstr "纳木"
|
||||
|
||||
msgctxt "field:stock.package.type,packaging_volume:"
|
||||
msgid "Packaging Volume"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package.type,packaging_volume_uom:"
|
||||
msgid "Packaging Volume UoM"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package.type,packaging_weight:"
|
||||
msgid "Packaging Weight"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package.type,packaging_weight_uom:"
|
||||
msgid "Packaging Weight UoM"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package.type,width:"
|
||||
msgid "Width"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.package.type,width_uom:"
|
||||
msgid "Width UoM"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.shipment.in.return,packages:"
|
||||
msgid "Packages"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.shipment.in.return,root_packages:"
|
||||
msgid "Packages"
|
||||
msgstr ""
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "field:stock.shipment.internal,packages:"
|
||||
msgid "Packages"
|
||||
msgstr "Package Types"
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "field:stock.shipment.internal,root_packages:"
|
||||
msgid "Packages"
|
||||
msgstr "Package Types"
|
||||
|
||||
msgctxt "field:stock.shipment.out,packages:"
|
||||
msgid "Packages"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:stock.shipment.out,root_packages:"
|
||||
msgid "Packages"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package,height:"
|
||||
msgid "The height of the package."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package,height_uom:"
|
||||
msgid "The Unit of Measure for the package height."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package,length:"
|
||||
msgid "The length of the package."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package,length_uom:"
|
||||
msgid "The Unit of Measure for the package length."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package,packaging_volume:"
|
||||
msgid "The volume of the package."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package,packaging_volume_uom:"
|
||||
msgid "The Unit of Measure for the packaging volume."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package,packaging_weight:"
|
||||
msgid "The weight of the package when empty."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package,packaging_weight_uom:"
|
||||
msgid "The Unit of Measure for the packaging weight."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package,width:"
|
||||
msgid "The width of the package."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package,width_uom:"
|
||||
msgid "The Unit of Measure for the package width."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package.type,height:"
|
||||
msgid "The height of the package."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package.type,height_uom:"
|
||||
msgid "The Unit of Measure for the package height."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package.type,length:"
|
||||
msgid "The length of the package."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package.type,length_uom:"
|
||||
msgid "The Unit of Measure for the package length."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package.type,packaging_volume:"
|
||||
msgid "The volume of the package."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package.type,packaging_volume_uom:"
|
||||
msgid "The Unit of Measure for the packaging volume."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package.type,packaging_weight:"
|
||||
msgid "The weight of the package when empty."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package.type,packaging_weight_uom:"
|
||||
msgid "The Unit of Measure for the packaging weight."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package.type,width:"
|
||||
msgid "The width of the package."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:stock.package.type,width_uom:"
|
||||
msgid "The Unit of Measure for the package width."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "model:ir.action,name:act_package_type_form"
|
||||
msgid "Package Types"
|
||||
msgstr "Package Types"
|
||||
|
||||
#, python-format
|
||||
msgctxt "model:ir.message,text:msg_package_mismatch"
|
||||
msgid "To process shipment \"%(shipment)s\", you must pack all its moves."
|
||||
msgstr ""
|
||||
|
||||
#, python-format
|
||||
msgctxt "model:ir.message,text:msg_package_volume_too_small"
|
||||
msgid ""
|
||||
"The volume (%(volume)s) of package \"%(package)s\" is too small for summed "
|
||||
"volume (%(children_volume)s) of its children packages."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "model:ir.rule.group,name:rule_group_package_companies"
|
||||
msgid "User in companies"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "model:ir.sequence,name:sequence_package"
|
||||
msgid "Stock Package"
|
||||
msgstr "Stock Package"
|
||||
|
||||
msgctxt "model:ir.sequence.type,name:sequence_type_package"
|
||||
msgid "Stock Package"
|
||||
msgstr "Stock Package"
|
||||
|
||||
msgctxt "model:ir.ui.menu,name:menu_package_form"
|
||||
msgid "Package Types"
|
||||
msgstr "Package Types"
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "model:stock.package,string:"
|
||||
msgid "Stock Package"
|
||||
msgstr "Stock Package"
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "model:stock.package.type,string:"
|
||||
msgid "Stock Package Type"
|
||||
msgstr "Stock Package"
|
||||
|
||||
msgctxt "selection:stock.package,state:"
|
||||
msgid "Closed"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "selection:stock.package,state:"
|
||||
msgid "Open"
|
||||
msgstr ""
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "view:stock.configuration:"
|
||||
msgid "Package"
|
||||
msgstr "Package Types"
|
||||
|
||||
msgctxt "view:stock.configuration:"
|
||||
msgid "Sequence"
|
||||
msgstr "序列"
|
||||
|
||||
msgctxt "view:stock.package.type:"
|
||||
msgid "Measurements"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "view:stock.package:"
|
||||
msgid "Measurements"
|
||||
msgstr ""
|
||||
13
modules/stock_package/message.xml
Normal file
13
modules/stock_package/message.xml
Normal file
@@ -0,0 +1,13 @@
|
||||
<?xml version="1.0"?>
|
||||
<!-- This file is part of Tryton. The COPYRIGHT file at the top level of
|
||||
this repository contains the full copyright notices and license terms. -->
|
||||
<tryton>
|
||||
<data grouped="1">
|
||||
<record model="ir.message" id="msg_package_mismatch">
|
||||
<field name="text">To process shipment "%(shipment)s", you must pack all its moves.</field>
|
||||
</record>
|
||||
<record model="ir.message" id="msg_package_volume_too_small">
|
||||
<field name="text">The volume (%(volume)s) of package "%(package)s" is too small for summed volume (%(children_volume)s) of its children packages.</field>
|
||||
</record>
|
||||
</data>
|
||||
</tryton>
|
||||
523
modules/stock_package/stock.py
Normal file
523
modules/stock_package/stock.py
Normal file
@@ -0,0 +1,523 @@
|
||||
# This file is part of Tryton. The COPYRIGHT file at the top level of
|
||||
# this repository contains the full copyright notices and license terms.
|
||||
from sql.functions import CharLength
|
||||
|
||||
from trytond.i18n import gettext
|
||||
from trytond.model import (
|
||||
DeactivableMixin, ModelSQL, ModelView, Workflow, fields, tree)
|
||||
from trytond.pool import Pool, PoolMeta
|
||||
from trytond.pyson import Bool, Eval, Id, If
|
||||
from trytond.transaction import Transaction
|
||||
|
||||
from .exceptions import PackageError, PackageValidationError
|
||||
|
||||
|
||||
class Configuration(metaclass=PoolMeta):
|
||||
__name__ = 'stock.configuration'
|
||||
package_sequence = fields.MultiValue(fields.Many2One(
|
||||
'ir.sequence', "Package Sequence", required=True,
|
||||
domain=[
|
||||
('company', 'in', [
|
||||
Eval('context', {}).get('company', -1), None]),
|
||||
('sequence_type', '=',
|
||||
Id('stock_package', 'sequence_type_package')),
|
||||
]))
|
||||
|
||||
@classmethod
|
||||
def multivalue_model(cls, field):
|
||||
pool = Pool()
|
||||
if field == 'package_sequence':
|
||||
return pool.get('stock.configuration.sequence')
|
||||
return super().multivalue_model(field)
|
||||
|
||||
@classmethod
|
||||
def default_package_sequence(cls, **pattern):
|
||||
return cls.multivalue_model(
|
||||
'package_sequence').default_package_sequence()
|
||||
|
||||
|
||||
class ConfigurationSequence(metaclass=PoolMeta):
|
||||
__name__ = 'stock.configuration.sequence'
|
||||
package_sequence = fields.Many2One(
|
||||
'ir.sequence', "Package Sequence", required=True,
|
||||
domain=[
|
||||
('company', 'in', [Eval('company', -1), None]),
|
||||
('sequence_type', '=',
|
||||
Id('stock_package', 'sequence_type_package')),
|
||||
])
|
||||
|
||||
@classmethod
|
||||
def default_package_sequence(cls):
|
||||
pool = Pool()
|
||||
ModelData = pool.get('ir.model.data')
|
||||
try:
|
||||
return ModelData.get_id('stock_package', 'sequence_package')
|
||||
except KeyError:
|
||||
return None
|
||||
|
||||
|
||||
class MeasurementsMixin:
|
||||
__slots__ = ()
|
||||
|
||||
length = fields.Float(
|
||||
"Length", digits='length_uom',
|
||||
help="The length of the package.")
|
||||
length_uom = fields.Many2One(
|
||||
'product.uom', "Length UoM",
|
||||
domain=[('category', '=', Id('product', 'uom_cat_length'))],
|
||||
states={
|
||||
'required': Bool(Eval('length')),
|
||||
},
|
||||
help="The Unit of Measure for the package length.")
|
||||
height = fields.Float(
|
||||
"Height", digits='height_uom',
|
||||
help="The height of the package.")
|
||||
height_uom = fields.Many2One(
|
||||
'product.uom', "Height UoM",
|
||||
domain=[('category', '=', Id('product', 'uom_cat_length'))],
|
||||
states={
|
||||
'required': Bool(Eval('height')),
|
||||
},
|
||||
help="The Unit of Measure for the package height.")
|
||||
width = fields.Float(
|
||||
"Width", digits='width_uom',
|
||||
help="The width of the package.")
|
||||
width_uom = fields.Many2One(
|
||||
'product.uom', "Width UoM",
|
||||
domain=[('category', '=', Id('product', 'uom_cat_length'))],
|
||||
states={
|
||||
'required': Bool(Eval('width')),
|
||||
},
|
||||
help="The Unit of Measure for the package width.")
|
||||
|
||||
packaging_volume = fields.Float(
|
||||
"Packaging Volume", digits='packaging_volume_uom',
|
||||
states={
|
||||
'readonly': (
|
||||
Bool(Eval('length'))
|
||||
& Bool(Eval('height'))
|
||||
& Bool(Eval('width'))),
|
||||
},
|
||||
help="The volume of the package.")
|
||||
packaging_volume_uom = fields.Many2One(
|
||||
'product.uom', "Packaging Volume UoM",
|
||||
domain=[('category', '=', Id('product', 'uom_cat_volume'))],
|
||||
states={
|
||||
'required': Bool(Eval('packaging_volume')),
|
||||
},
|
||||
help="The Unit of Measure for the packaging volume.")
|
||||
|
||||
packaging_weight = fields.Float(
|
||||
"Packaging Weight", digits='packaging_weight_uom',
|
||||
help="The weight of the package when empty.")
|
||||
packaging_weight_uom = fields.Many2One(
|
||||
'product.uom', "Packaging Weight UoM",
|
||||
domain=[('category', '=', Id('product', 'uom_cat_weight'))],
|
||||
states={
|
||||
'required': Bool(Eval('packaging_weight')),
|
||||
},
|
||||
help="The Unit of Measure for the packaging weight.")
|
||||
|
||||
@fields.depends(
|
||||
'packaging_volume', 'packaging_volume_uom',
|
||||
'length', 'length_uom',
|
||||
'height', 'height_uom',
|
||||
'width', 'width_uom')
|
||||
def on_change_with_packaging_volume(self):
|
||||
pool = Pool()
|
||||
ModelData = pool.get('ir.model.data')
|
||||
Uom = pool.get('product.uom')
|
||||
|
||||
if not all([self.packaging_volume_uom,
|
||||
self.length, self.length_uom,
|
||||
self.height, self.height_uom,
|
||||
self.width, self.width_uom]):
|
||||
if all([
|
||||
self.length,
|
||||
self.height,
|
||||
self.width]):
|
||||
return
|
||||
return self.packaging_volume
|
||||
|
||||
meter = Uom(ModelData.get_id('product', 'uom_meter'))
|
||||
cubic_meter = Uom(ModelData.get_id('product', 'uom_cubic_meter'))
|
||||
|
||||
length = Uom.compute_qty(
|
||||
self.length_uom, self.length, meter, round=False)
|
||||
height = Uom.compute_qty(
|
||||
self.height_uom, self.height, meter, round=False)
|
||||
width = Uom.compute_qty(
|
||||
self.width_uom, self.width, meter, round=False)
|
||||
|
||||
return Uom.compute_qty(
|
||||
cubic_meter, length * height * width, self.packaging_volume_uom)
|
||||
|
||||
|
||||
class Package(tree(), MeasurementsMixin, ModelSQL, ModelView):
|
||||
__name__ = 'stock.package'
|
||||
_rec_name = 'number'
|
||||
number = fields.Char("Number", readonly=True, required=True)
|
||||
company = fields.Many2One('company.company', "Company", required=True)
|
||||
type = fields.Many2One(
|
||||
'stock.package.type', "Type", required=True,
|
||||
states={
|
||||
'readonly': Eval('state') == 'closed',
|
||||
})
|
||||
shipment = fields.Reference(
|
||||
"Shipment", selection='get_shipment',
|
||||
states={
|
||||
'readonly': Eval('state') == 'closed',
|
||||
},
|
||||
domain={
|
||||
'stock.shipment.out': [
|
||||
('company', '=', Eval('company', -1)),
|
||||
],
|
||||
'stock.shipment.in.return': [
|
||||
('company', '=', Eval('company', -1)),
|
||||
],
|
||||
})
|
||||
moves = fields.One2Many('stock.move', 'package', 'Moves',
|
||||
domain=[
|
||||
('id', 'in', Eval('allowed_moves', [])),
|
||||
],
|
||||
filter=[
|
||||
('quantity', '!=', 0),
|
||||
],
|
||||
add_remove=[
|
||||
('package', '=', None),
|
||||
],
|
||||
states={
|
||||
'readonly': Eval('state') == 'closed',
|
||||
})
|
||||
allowed_moves = fields.Function(
|
||||
fields.Many2Many('stock.move', None, None, "Allowed Moves"),
|
||||
'on_change_with_allowed_moves')
|
||||
parent = fields.Many2One(
|
||||
'stock.package', "Parent", ondelete='CASCADE',
|
||||
domain=[
|
||||
('company', '=', Eval('company', -1)),
|
||||
('shipment', '=', Eval('shipment')),
|
||||
],
|
||||
states={
|
||||
'readonly': Eval('state') == 'closed',
|
||||
})
|
||||
children = fields.One2Many(
|
||||
'stock.package', 'parent', 'Children',
|
||||
domain=[
|
||||
('company', '=', Eval('company', -1)),
|
||||
('shipment', '=', Eval('shipment')),
|
||||
],
|
||||
states={
|
||||
'readonly': Eval('state') == 'closed',
|
||||
})
|
||||
state = fields.Function(fields.Selection([
|
||||
('open', "Open"),
|
||||
('closed', "Closed"),
|
||||
], "State"), 'on_change_with_state')
|
||||
|
||||
@classmethod
|
||||
def __setup__(cls):
|
||||
cls.number.search_unaccented = False
|
||||
super().__setup__()
|
||||
for field in [
|
||||
cls.length, cls.length_uom,
|
||||
cls.height, cls.height_uom,
|
||||
cls.width, cls.width_uom,
|
||||
cls.packaging_volume, cls.packaging_volume_uom,
|
||||
cls.packaging_weight, cls.packaging_weight_uom,
|
||||
]:
|
||||
field.states = {
|
||||
'readonly': Eval('state') == 'closed',
|
||||
}
|
||||
|
||||
@classmethod
|
||||
def __register__(cls, module):
|
||||
table_h = cls.__table_handler__(module)
|
||||
|
||||
# Migration from 6.8: rename code to number
|
||||
if table_h.column_exist('code'):
|
||||
table_h.column_rename('code', 'number')
|
||||
|
||||
super().__register__(module)
|
||||
|
||||
@classmethod
|
||||
def order_number(cls, tables):
|
||||
table, _ = tables[None]
|
||||
return [CharLength(table.number), table.number]
|
||||
|
||||
@classmethod
|
||||
def default_company(cls):
|
||||
return Transaction().context.get('company')
|
||||
|
||||
@staticmethod
|
||||
def _get_shipment():
|
||||
'Return list of Model names for shipment Reference'
|
||||
return [
|
||||
'stock.shipment.out',
|
||||
'stock.shipment.in.return',
|
||||
'stock.shipment.internal',
|
||||
]
|
||||
|
||||
@classmethod
|
||||
def get_shipment(cls):
|
||||
pool = Pool()
|
||||
Model = pool.get('ir.model')
|
||||
get_name = Model.get_name
|
||||
models = cls._get_shipment()
|
||||
return [(None, '')] + [(m, get_name(m)) for m in models]
|
||||
|
||||
@fields.depends('shipment')
|
||||
def on_change_with_allowed_moves(self, name=None):
|
||||
if self.shipment:
|
||||
return self.shipment.packages_moves
|
||||
|
||||
@fields.depends('shipment')
|
||||
def on_change_with_state(self, name=None):
|
||||
if (self.shipment
|
||||
and self.shipment.state in {
|
||||
'packed', 'shipped', 'done', 'cancelled'}):
|
||||
return 'closed'
|
||||
return 'open'
|
||||
|
||||
@fields.depends('type')
|
||||
def on_change_type(self):
|
||||
if self.type:
|
||||
for name in dir(MeasurementsMixin):
|
||||
if isinstance(getattr(MeasurementsMixin, name), fields.Field):
|
||||
setattr(self, name, getattr(self.type, name))
|
||||
|
||||
@classmethod
|
||||
def validate(cls, packages):
|
||||
super().validate(packages)
|
||||
for package in packages:
|
||||
package.check_volume()
|
||||
|
||||
def check_volume(self):
|
||||
pool = Pool()
|
||||
Uom = pool.get('product.uom')
|
||||
Lang = pool.get('ir.lang')
|
||||
lang = Lang.get()
|
||||
if not self.packaging_volume:
|
||||
return
|
||||
children_volume = 0
|
||||
for child in self.children:
|
||||
if child.packaging_volume:
|
||||
children_volume += Uom.compute_qty(
|
||||
child.packaging_volume_uom, child.packaging_volume,
|
||||
self.packaging_volume_uom, round=False)
|
||||
if self.packaging_volume < children_volume:
|
||||
raise PackageValidationError(
|
||||
gettext('stock_package.msg_package_volume_too_small',
|
||||
package=self.rec_name,
|
||||
volume=lang.format_number_symbol(
|
||||
self.packaging_volume, self.packaging_volume_uom),
|
||||
children_volume=lang.format_number_symbol(
|
||||
children_volume, self.packaging_volume_uom)))
|
||||
|
||||
@classmethod
|
||||
def preprocess_values(cls, mode, values):
|
||||
pool = Pool()
|
||||
Configuration = pool.get('stock.configuration')
|
||||
values = super().preprocess_values(mode, values)
|
||||
if mode == 'create' and not values.get('number'):
|
||||
company_id = values.get('company', cls.default_company())
|
||||
if company_id is not None:
|
||||
configuration = Configuration(1)
|
||||
if sequence := configuration.get_multivalue(
|
||||
'package_sequence', company=company_id):
|
||||
values['number'] = sequence.get()
|
||||
return values
|
||||
|
||||
@classmethod
|
||||
def copy(cls, packages, default=None):
|
||||
if default is None:
|
||||
default = {}
|
||||
else:
|
||||
default = default.copy()
|
||||
default.setdefault('moves')
|
||||
return super().copy(packages, default=default)
|
||||
|
||||
|
||||
class Type(MeasurementsMixin, DeactivableMixin, ModelSQL, ModelView):
|
||||
__name__ = 'stock.package.type'
|
||||
name = fields.Char('Name', required=True)
|
||||
|
||||
|
||||
class Move(metaclass=PoolMeta):
|
||||
__name__ = 'stock.move'
|
||||
package = fields.Many2One(
|
||||
'stock.package', "Package", readonly=True,
|
||||
domain=[
|
||||
('company', '=', Eval('company', -1)),
|
||||
])
|
||||
|
||||
@property
|
||||
def package_path(self):
|
||||
path = []
|
||||
package = self.package
|
||||
while package:
|
||||
path.append(package)
|
||||
package = package.parent
|
||||
path.reverse()
|
||||
return path
|
||||
|
||||
@classmethod
|
||||
def copy(cls, moves, default=None):
|
||||
if default is None:
|
||||
default = {}
|
||||
else:
|
||||
default = default.copy()
|
||||
default.setdefault('package')
|
||||
return super().copy(moves, default=default)
|
||||
|
||||
@classmethod
|
||||
@ModelView.button
|
||||
@Workflow.transition('cancelled')
|
||||
def cancel(cls, moves):
|
||||
cls.write([m for m in moves if m.package], {'package': None})
|
||||
super().cancel(moves)
|
||||
|
||||
|
||||
class PackageMixin(object):
|
||||
__slots__ = ()
|
||||
packages = fields.One2Many('stock.package', 'shipment', 'Packages',
|
||||
domain=[
|
||||
('company', '=', Eval('company', -1)),
|
||||
])
|
||||
root_packages = fields.One2Many('stock.package',
|
||||
'shipment', 'Packages',
|
||||
domain=[
|
||||
('company', '=', Eval('company', -1)),
|
||||
],
|
||||
filter=[
|
||||
('parent', '=', None),
|
||||
])
|
||||
|
||||
@classmethod
|
||||
def check_packages(cls, shipments):
|
||||
for shipment in shipments:
|
||||
if not shipment.packages:
|
||||
continue
|
||||
length = sum(len(p.moves) for p in shipment.packages)
|
||||
if len(shipment.packages_moves) != length:
|
||||
raise PackageError(
|
||||
gettext('stock_package.msg_package_mismatch',
|
||||
shipment=shipment.rec_name))
|
||||
|
||||
@property
|
||||
def packages_moves(self):
|
||||
raise NotImplementedError
|
||||
|
||||
@classmethod
|
||||
def copy(cls, shipments, default=None):
|
||||
default = default.copy() if default is not None else {}
|
||||
default.setdefault('packages')
|
||||
default.setdefault('root_packages')
|
||||
return super().copy(shipments, default=default)
|
||||
|
||||
|
||||
class ShipmentOut(PackageMixin, object, metaclass=PoolMeta):
|
||||
__name__ = 'stock.shipment.out'
|
||||
|
||||
@classmethod
|
||||
def __setup__(cls):
|
||||
super().__setup__()
|
||||
packages_readonly = If(
|
||||
Eval('warehouse_storage') == Eval('warehouse_output'),
|
||||
Eval('state') != 'waiting',
|
||||
Eval('state') != 'picked')
|
||||
for field in [cls.packages, cls.root_packages]:
|
||||
field.states['readonly'] = packages_readonly
|
||||
|
||||
@classmethod
|
||||
@ModelView.button
|
||||
@Workflow.transition('packed')
|
||||
def pack(cls, shipments):
|
||||
super().pack(shipments)
|
||||
cls.check_packages(shipments)
|
||||
|
||||
@classmethod
|
||||
@ModelView.button
|
||||
@Workflow.transition('done')
|
||||
def do(cls, shipments):
|
||||
super().do(shipments)
|
||||
cls.check_packages(shipments)
|
||||
|
||||
@property
|
||||
def packages_moves(self):
|
||||
return [
|
||||
m for m in self.outgoing_moves
|
||||
if m.state != 'cancelled' and m.quantity]
|
||||
|
||||
def _group_parcel_key(self, lines, line):
|
||||
try:
|
||||
root_package = line.package_path[0]
|
||||
except IndexError:
|
||||
root_package = None
|
||||
return super()._group_parcel_key(lines, line) + (
|
||||
('root_package', root_package),)
|
||||
|
||||
@fields.depends('carrier')
|
||||
def _parcel_weight(self, parcel):
|
||||
pool = Pool()
|
||||
Uom = pool.get('product.uom')
|
||||
weight = super()._parcel_weight(parcel)
|
||||
if self.carrier:
|
||||
carrier_uom = self.carrier.weight_uom
|
||||
packages = {p for l in parcel for p in l.package_path}
|
||||
for package in packages:
|
||||
if package.packaging_weight:
|
||||
weight += Uom.compute_qty(
|
||||
package.packaging_weight_uom, package.packaging_weight,
|
||||
carrier_uom, round=False)
|
||||
return weight
|
||||
|
||||
|
||||
class ShipmentInReturn(PackageMixin, object, metaclass=PoolMeta):
|
||||
__name__ = 'stock.shipment.in.return'
|
||||
|
||||
@classmethod
|
||||
def __setup__(cls):
|
||||
super().__setup__()
|
||||
packages_readonly = ~Eval('state').in_(['waiting', 'assigned'])
|
||||
for field in [cls.packages, cls.root_packages]:
|
||||
field.states['readonly'] = packages_readonly
|
||||
|
||||
@classmethod
|
||||
@ModelView.button
|
||||
@Workflow.transition('done')
|
||||
def do(cls, shipments):
|
||||
super().do(shipments)
|
||||
cls.check_packages(shipments)
|
||||
|
||||
@property
|
||||
def packages_moves(self):
|
||||
return [
|
||||
m for m in self.moves
|
||||
if m.state != 'cancelled' and m.quantity]
|
||||
|
||||
|
||||
class ShipmentInternal(PackageMixin, object, metaclass=PoolMeta):
|
||||
__name__ = 'stock.shipment.internal'
|
||||
|
||||
@classmethod
|
||||
def __setup__(cls):
|
||||
super().__setup__()
|
||||
packages_readonly = Eval('state') != 'waiting'
|
||||
packages_invisible = ~Eval('transit_location')
|
||||
for field in [cls.packages, cls.root_packages]:
|
||||
field.states['readonly'] = packages_readonly
|
||||
field.states['invisible'] = packages_invisible
|
||||
|
||||
@classmethod
|
||||
@ModelView.button
|
||||
@Workflow.transition('packed')
|
||||
def pack(cls, shipments):
|
||||
super().pack(shipments)
|
||||
cls.check_packages(shipments)
|
||||
|
||||
@property
|
||||
def packages_moves(self):
|
||||
return [
|
||||
m for m in self.outgoing_moves
|
||||
if m.state != 'cancelled' and m.quantity]
|
||||
153
modules/stock_package/stock.xml
Normal file
153
modules/stock_package/stock.xml
Normal file
@@ -0,0 +1,153 @@
|
||||
<?xml version="1.0"?>
|
||||
<!-- This file is part of Tryton. The COPYRIGHT file at the top level of
|
||||
this repository contains the full copyright notices and license terms. -->
|
||||
<tryton>
|
||||
<data>
|
||||
<record model="ir.sequence.type" id="sequence_type_package">
|
||||
<field name="name">Stock Package</field>
|
||||
</record>
|
||||
<record model="ir.sequence.type-res.group"
|
||||
id="sequence_type_package_group_admin">
|
||||
<field name="sequence_type" ref="sequence_type_package"/>
|
||||
<field name="group" ref="res.group_admin"/>
|
||||
</record>
|
||||
<record model="ir.sequence.type-res.group"
|
||||
id="sequence_type_package_group_stock_admin">
|
||||
<field name="sequence_type" ref="sequence_type_package"/>
|
||||
<field name="group" ref="stock.group_stock_admin"/>
|
||||
</record>
|
||||
|
||||
<record model="ir.sequence" id="sequence_package">
|
||||
<field name="name">Stock Package</field>
|
||||
<field name="sequence_type" ref="sequence_type_package"/>
|
||||
</record>
|
||||
|
||||
<record model="ir.ui.view" id="stock_configuration_view_form">
|
||||
<field name="model">stock.configuration</field>
|
||||
<field name="inherit" ref="stock.stock_configuration_view_form"/>
|
||||
<field name="name">configuration_form</field>
|
||||
</record>
|
||||
|
||||
<record model="ir.ui.view" id="package_view_form">
|
||||
<field name="model">stock.package</field>
|
||||
<field name="type">form</field>
|
||||
<field name="name">package_form</field>
|
||||
</record>
|
||||
|
||||
<record model="ir.ui.view" id="package_view_tree">
|
||||
<field name="model">stock.package</field>
|
||||
<field name="type">tree</field>
|
||||
<field name="field_childs">children</field>
|
||||
<field name="name">package_tree</field>
|
||||
</record>
|
||||
|
||||
<record model="ir.ui.view" id="package_view_list">
|
||||
<field name="model">stock.package</field>
|
||||
<field name="type">tree</field>
|
||||
<field name="name">package_list</field>
|
||||
</record>
|
||||
|
||||
<record model="ir.rule.group" id="rule_group_package_companies">
|
||||
<field name="name">User in companies</field>
|
||||
<field name="model">stock.package</field>
|
||||
<field name="global_p" eval="True"/>
|
||||
</record>
|
||||
<record model="ir.rule" id="rule_package_companies">
|
||||
<field name="domain"
|
||||
eval="[('company', 'in', Eval('companies', []))]"
|
||||
pyson="1"/>
|
||||
<field name="rule_group" ref="rule_group_package_companies"/>
|
||||
</record>
|
||||
|
||||
<record model="ir.model.access" id="access_package">
|
||||
<field name="model">stock.package</field>
|
||||
<field name="perm_read" eval="False"/>
|
||||
<field name="perm_write" eval="False"/>
|
||||
<field name="perm_create" eval="False"/>
|
||||
<field name="perm_delete" eval="False"/>
|
||||
</record>
|
||||
<record model="ir.model.access" id="access_package_group_stock">
|
||||
<field name="model">stock.package</field>
|
||||
<field name="group" ref="stock.group_stock"/>
|
||||
<field name="perm_read" eval="True"/>
|
||||
<field name="perm_write" eval="True"/>
|
||||
<field name="perm_create" eval="True"/>
|
||||
<field name="perm_delete" eval="True"/>
|
||||
</record>
|
||||
|
||||
<record model="ir.ui.view" id="package_type_view_form">
|
||||
<field name="model">stock.package.type</field>
|
||||
<field name="type">form</field>
|
||||
<field name="name">package_type_form</field>
|
||||
</record>
|
||||
|
||||
<record model="ir.ui.view" id="package_type_view_list">
|
||||
<field name="model">stock.package.type</field>
|
||||
<field name="type">tree</field>
|
||||
<field name="name">package_type_list</field>
|
||||
</record>
|
||||
|
||||
<record model="ir.action.act_window" id="act_package_type_form">
|
||||
<field name="name">Package Types</field>
|
||||
<field name="res_model">stock.package.type</field>
|
||||
</record>
|
||||
<record model="ir.action.act_window.view"
|
||||
id="act_package_type_form_view1">
|
||||
<field name="sequence" eval="10"/>
|
||||
<field name="view" ref="package_type_view_list"/>
|
||||
<field name="act_window" ref="act_package_type_form"/>
|
||||
</record>
|
||||
<record model="ir.action.act_window.view"
|
||||
id="act_package_type_form_view2">
|
||||
<field name="sequence" eval="20"/>
|
||||
<field name="view" ref="package_type_view_form"/>
|
||||
<field name="act_window" ref="act_package_type_form"/>
|
||||
</record>
|
||||
<menuitem
|
||||
parent="stock.menu_configuration"
|
||||
action="act_package_type_form"
|
||||
sequence="50"
|
||||
id="menu_package_form"/>
|
||||
|
||||
<record model="ir.model.access" id="access_package_type">
|
||||
<field name="model">stock.package.type</field>
|
||||
<field name="perm_read" eval="False"/>
|
||||
<field name="perm_write" eval="False"/>
|
||||
<field name="perm_create" eval="False"/>
|
||||
<field name="perm_delete" eval="False"/>
|
||||
</record>
|
||||
<record model="ir.model.access" id="access_package_type_group_stock">
|
||||
<field name="model">stock.package.type</field>
|
||||
<field name="group" ref="stock.group_stock"/>
|
||||
<field name="perm_read" eval="True"/>
|
||||
<field name="perm_write" eval="True"/>
|
||||
<field name="perm_create" eval="True"/>
|
||||
<field name="perm_delete" eval="True"/>
|
||||
</record>
|
||||
|
||||
<record model="ir.ui.view" id="stock_move_view_form">
|
||||
<field name="model">stock.move</field>
|
||||
<field name="inherit" ref="stock.move_view_form"/>
|
||||
<field name="name">stock_move_form</field>
|
||||
</record>
|
||||
|
||||
<record model="ir.ui.view" id="shipment_out_view_form">
|
||||
<field name="model">stock.shipment.out</field>
|
||||
<field name="inherit" ref="stock.shipment_out_view_form"/>
|
||||
<field name="name">shipment_out_form</field>
|
||||
</record>
|
||||
|
||||
<record model="ir.ui.view" id="shipment_in_return_view_form">
|
||||
<field name="model">stock.shipment.in.return</field>
|
||||
<field name="inherit" ref="stock.shipment_in_return_view_form"/>
|
||||
<field name="name">shipment_in_return_form</field>
|
||||
</record>
|
||||
|
||||
<record model="ir.ui.view" id="shipment_internal_view_form">
|
||||
<field name="model">stock.shipment.internal</field>
|
||||
<field name="inherit" ref="stock.shipment_internal_view_form"/>
|
||||
<field name="name">shipment_internal_form</field>
|
||||
</record>
|
||||
|
||||
</data>
|
||||
</tryton>
|
||||
2
modules/stock_package/tests/__init__.py
Normal file
2
modules/stock_package/tests/__init__.py
Normal file
@@ -0,0 +1,2 @@
|
||||
# This file is part of Tryton. The COPYRIGHT file at the top level of
|
||||
# this repository contains the full copyright notices and license terms.
|
||||
BIN
modules/stock_package/tests/__pycache__/__init__.cpython-311.pyc
Normal file
BIN
modules/stock_package/tests/__pycache__/__init__.cpython-311.pyc
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
127
modules/stock_package/tests/scenario_stock_package.rst
Normal file
127
modules/stock_package/tests/scenario_stock_package.rst
Normal file
@@ -0,0 +1,127 @@
|
||||
======================
|
||||
Stock Package Scenario
|
||||
======================
|
||||
|
||||
Imports::
|
||||
|
||||
>>> import datetime as dt
|
||||
>>> from decimal import Decimal
|
||||
|
||||
>>> from proteus import Model
|
||||
>>> from trytond.modules.company.tests.tools import create_company
|
||||
>>> from trytond.modules.currency.tests.tools import get_currency
|
||||
>>> from trytond.tests.tools import activate_modules
|
||||
|
||||
>>> today = dt.date.today()
|
||||
|
||||
Activate modules::
|
||||
|
||||
>>> config = activate_modules('stock_package', create_company)
|
||||
|
||||
Get currency::
|
||||
|
||||
>>> currency = get_currency()
|
||||
|
||||
Create customer::
|
||||
|
||||
>>> Party = Model.get('party.party')
|
||||
>>> customer = Party(name='Customer')
|
||||
>>> customer.save()
|
||||
|
||||
Create product::
|
||||
|
||||
>>> ProductUom = Model.get('product.uom')
|
||||
>>> ProductTemplate = Model.get('product.template')
|
||||
>>> unit, = ProductUom.find([('name', '=', 'Unit')])
|
||||
|
||||
>>> template = ProductTemplate()
|
||||
>>> template.name = 'Product'
|
||||
>>> template.default_uom = unit
|
||||
>>> template.type = 'goods'
|
||||
>>> template.list_price = Decimal('20')
|
||||
>>> template.save()
|
||||
>>> product, = template.products
|
||||
|
||||
Get stock locations::
|
||||
|
||||
>>> Location = Model.get('stock.location')
|
||||
>>> warehouse_loc, = Location.find([('code', '=', 'WH')])
|
||||
>>> supplier_loc, = Location.find([('code', '=', 'SUP')])
|
||||
>>> customer_loc, = Location.find([('code', '=', 'CUS')])
|
||||
>>> output_loc, = Location.find([('code', '=', 'OUT')])
|
||||
>>> storage_loc, = Location.find([('code', '=', 'STO')])
|
||||
|
||||
Create Shipment Out::
|
||||
|
||||
>>> ShipmentOut = Model.get('stock.shipment.out')
|
||||
>>> shipment_out = ShipmentOut()
|
||||
>>> shipment_out.planned_date = today
|
||||
>>> shipment_out.customer = customer
|
||||
>>> shipment_out.warehouse = warehouse_loc
|
||||
|
||||
Add two shipment lines of same product::
|
||||
|
||||
>>> StockMove = Model.get('stock.move')
|
||||
>>> shipment_out.outgoing_moves.extend([StockMove(), StockMove()])
|
||||
>>> for move in shipment_out.outgoing_moves:
|
||||
... move.product = product
|
||||
... move.unit = unit
|
||||
... move.quantity = 1
|
||||
... move.from_location = output_loc
|
||||
... move.to_location = customer_loc
|
||||
... move.unit_price = Decimal('1')
|
||||
... move.currency = currency
|
||||
>>> shipment_out.save()
|
||||
|
||||
Pack shipment::
|
||||
|
||||
>>> shipment_out.click('wait')
|
||||
>>> shipment_out.click('assign_force')
|
||||
>>> shipment_out.click('pick')
|
||||
|
||||
Package products::
|
||||
|
||||
>>> PackageType = Model.get('stock.package.type')
|
||||
>>> box = PackageType(name='box')
|
||||
>>> box.length = 80
|
||||
>>> box.length_uom, = ProductUom.find([('name', '=', "Centimeter")])
|
||||
>>> box.width = 1
|
||||
>>> box.width_uom, = ProductUom.find([('name', '=', "Meter")])
|
||||
>>> box.height_uom = box.length_uom
|
||||
>>> box.packaging_volume
|
||||
>>> box.packaging_volume_uom, = ProductUom.find([('name', '=', "Cubic meter")])
|
||||
>>> box.save()
|
||||
>>> package1 = shipment_out.packages.new(type=box)
|
||||
>>> package1.length
|
||||
80.0
|
||||
>>> package1.height = 50
|
||||
>>> package1.packaging_volume
|
||||
0.4
|
||||
>>> package_child = package1.children.new(shipment=shipment_out, type=box)
|
||||
>>> package_child.height = 100
|
||||
>>> moves = package_child.moves.find()
|
||||
>>> len(moves)
|
||||
2
|
||||
>>> package_child.moves.append(moves[0])
|
||||
|
||||
>>> shipment_out.save()
|
||||
Traceback (most recent call last):
|
||||
...
|
||||
PackageValidationError: ...
|
||||
|
||||
>>> package1.height = 120
|
||||
>>> package1.packaging_volume
|
||||
0.96
|
||||
|
||||
>>> shipment_out.click('pack')
|
||||
Traceback (most recent call last):
|
||||
...
|
||||
PackageError: ...
|
||||
|
||||
>>> package2 = shipment_out.packages.new(type=box)
|
||||
>>> moves = package2.moves.find()
|
||||
>>> len(moves)
|
||||
1
|
||||
>>> package2.moves.append(moves[0])
|
||||
|
||||
>>> shipment_out.click('pack')
|
||||
12
modules/stock_package/tests/test_module.py
Normal file
12
modules/stock_package/tests/test_module.py
Normal file
@@ -0,0 +1,12 @@
|
||||
# This file is part of Tryton. The COPYRIGHT file at the top level of
|
||||
# this repository contains the full copyright notices and license terms.
|
||||
|
||||
from trytond.tests.test_tryton import ModuleTestCase
|
||||
|
||||
|
||||
class StockPackageTestCase(ModuleTestCase):
|
||||
'Test Stock Package module'
|
||||
module = 'stock_package'
|
||||
|
||||
|
||||
del ModuleTestCase
|
||||
8
modules/stock_package/tests/test_scenario.py
Normal file
8
modules/stock_package/tests/test_scenario.py
Normal file
@@ -0,0 +1,8 @@
|
||||
# This file is part of Tryton. The COPYRIGHT file at the top level of
|
||||
# this repository contains the full copyright notices and license terms.
|
||||
|
||||
from trytond.tests.test_tryton import load_doc_tests
|
||||
|
||||
|
||||
def load_tests(*args, **kwargs):
|
||||
return load_doc_tests(__name__, __file__, *args, **kwargs)
|
||||
24
modules/stock_package/tryton.cfg
Normal file
24
modules/stock_package/tryton.cfg
Normal file
@@ -0,0 +1,24 @@
|
||||
[tryton]
|
||||
version=7.8.0
|
||||
depends:
|
||||
company
|
||||
ir
|
||||
product
|
||||
res
|
||||
stock
|
||||
extras_depend:
|
||||
carrier_weight
|
||||
xml:
|
||||
stock.xml
|
||||
message.xml
|
||||
|
||||
[register]
|
||||
model:
|
||||
stock.Configuration
|
||||
stock.ConfigurationSequence
|
||||
stock.Type
|
||||
stock.Package
|
||||
stock.Move
|
||||
stock.ShipmentOut
|
||||
stock.ShipmentInReturn
|
||||
stock.ShipmentInternal
|
||||
11
modules/stock_package/view/configuration_form.xml
Normal file
11
modules/stock_package/view/configuration_form.xml
Normal file
@@ -0,0 +1,11 @@
|
||||
<?xml version="1.0"?>
|
||||
<!-- This file is part of Tryton. The COPYRIGHT file at the top level of
|
||||
this repository contains the full copyright notices and license terms. -->
|
||||
<data>
|
||||
<xpath expr="/form" position="inside">
|
||||
<separator id="package" colspan="4" string="Package"/>
|
||||
<label name="package_sequence" string="Sequence"/>
|
||||
<field name="package_sequence"/>
|
||||
<newline/>
|
||||
</xpath>
|
||||
</data>
|
||||
46
modules/stock_package/view/package_form.xml
Normal file
46
modules/stock_package/view/package_form.xml
Normal file
@@ -0,0 +1,46 @@
|
||||
<?xml version="1.0"?>
|
||||
<!-- This file is part of Tryton. The COPYRIGHT file at the top level of
|
||||
this repository contains the full copyright notices and license terms. -->
|
||||
<form>
|
||||
<label name="type"/>
|
||||
<field name="type" widget="selection"/>
|
||||
<label name="number"/>
|
||||
<field name="number"/>
|
||||
<label name="parent"/>
|
||||
<field name="parent"/>
|
||||
<label name="company"/>
|
||||
<field name="company"/>
|
||||
<label name="shipment"/>
|
||||
<field name="shipment"/>
|
||||
<notebook colspan="4">
|
||||
<page name="moves">
|
||||
<field name="moves" colspan="4" widget="many2many"/>
|
||||
</page>
|
||||
<page name="children">
|
||||
<field name="children" colspan="4"/>
|
||||
</page>
|
||||
<page string="Measurements" col="3" id="measurements">
|
||||
<label name="length"/>
|
||||
<field name="length"/>
|
||||
<field name="length_uom" widget="selection"/>
|
||||
|
||||
<label name="height"/>
|
||||
<field name="height"/>
|
||||
<field name="height_uom" widget="selection"/>
|
||||
|
||||
<label name="width"/>
|
||||
<field name="width"/>
|
||||
<field name="width_uom" widget="selection"/>
|
||||
|
||||
<label name="packaging_volume"/>
|
||||
<field name="packaging_volume"/>
|
||||
<field name="packaging_volume_uom" widget="selection"/>
|
||||
|
||||
<label name="packaging_weight"/>
|
||||
<field name="packaging_weight"/>
|
||||
<field name="packaging_weight_uom"/>
|
||||
</page>
|
||||
</notebook>
|
||||
<label name="state"/>
|
||||
<field name="state"/>
|
||||
</form>
|
||||
10
modules/stock_package/view/package_list.xml
Normal file
10
modules/stock_package/view/package_list.xml
Normal file
@@ -0,0 +1,10 @@
|
||||
<?xml version="1.0"?>
|
||||
<!-- This file is part of Tryton. The COPYRIGHT file at the top level of
|
||||
this repository contains the full copyright notices and license terms. -->
|
||||
<tree>
|
||||
<field name="company" expand="1" optional="1"/>
|
||||
<field name="shipment" expand="1"/>
|
||||
<field name="rec_name" expand="1"/>
|
||||
<field name="type"/>
|
||||
<field name="state"/>
|
||||
</tree>
|
||||
10
modules/stock_package/view/package_tree.xml
Normal file
10
modules/stock_package/view/package_tree.xml
Normal file
@@ -0,0 +1,10 @@
|
||||
<?xml version="1.0"?>
|
||||
<!-- This file is part of Tryton. The COPYRIGHT file at the top level of
|
||||
this repository contains the full copyright notices and license terms. -->
|
||||
<tree>
|
||||
<field name="company" expand="1" optional="1"/>
|
||||
<field name="shipment" expand="1"/>
|
||||
<field name="rec_name" expand="1"/>
|
||||
<field name="type"/>
|
||||
<field name="state"/>
|
||||
</tree>
|
||||
32
modules/stock_package/view/package_type_form.xml
Normal file
32
modules/stock_package/view/package_type_form.xml
Normal file
@@ -0,0 +1,32 @@
|
||||
<?xml version="1.0"?>
|
||||
<!-- This file is part of Tryton. The COPYRIGHT file at the top level of
|
||||
this repository contains the full copyright notices and license terms. -->
|
||||
<form>
|
||||
<label name="name"/>
|
||||
<field name="name"/>
|
||||
<label name="active"/>
|
||||
<field name="active"/>
|
||||
<notebook colspan="4">
|
||||
<page string="Measurements" col="3" id="measurements">
|
||||
<label name="length"/>
|
||||
<field name="length"/>
|
||||
<field name="length_uom" widget="selection"/>
|
||||
|
||||
<label name="height"/>
|
||||
<field name="height"/>
|
||||
<field name="height_uom" widget="selection"/>
|
||||
|
||||
<label name="width"/>
|
||||
<field name="width"/>
|
||||
<field name="width_uom" widget="selection"/>
|
||||
|
||||
<label name="packaging_volume"/>
|
||||
<field name="packaging_volume"/>
|
||||
<field name="packaging_volume_uom" widget="selection"/>
|
||||
|
||||
<label name="packaging_weight"/>
|
||||
<field name="packaging_weight"/>
|
||||
<field name="packaging_weight_uom" widget="selection"/>
|
||||
</page>
|
||||
</notebook>
|
||||
</form>
|
||||
6
modules/stock_package/view/package_type_list.xml
Normal file
6
modules/stock_package/view/package_type_list.xml
Normal file
@@ -0,0 +1,6 @@
|
||||
<?xml version="1.0"?>
|
||||
<!-- This file is part of Tryton. The COPYRIGHT file at the top level of
|
||||
this repository contains the full copyright notices and license terms. -->
|
||||
<tree>
|
||||
<field name="name" expand="1"/>
|
||||
</tree>
|
||||
9
modules/stock_package/view/shipment_in_return_form.xml
Normal file
9
modules/stock_package/view/shipment_in_return_form.xml
Normal file
@@ -0,0 +1,9 @@
|
||||
<?xml version="1.0"?>
|
||||
<!-- This file is part of Tryton. The COPYRIGHT file at the top level of
|
||||
this repository contains the full copyright notices and license terms. -->
|
||||
<data>
|
||||
<xpath expr="//field[@name='moves']" position="after">
|
||||
<field name="root_packages" colspan="4"
|
||||
view_ids="stock_package.package_view_tree"/>
|
||||
</xpath>
|
||||
</data>
|
||||
8
modules/stock_package/view/shipment_internal_form.xml
Normal file
8
modules/stock_package/view/shipment_internal_form.xml
Normal file
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0"?>
|
||||
<!-- This file is part of Tryton. The COPYRIGHT file at the top level of
|
||||
this repository contains the full copyright notices and license terms. -->
|
||||
<data>
|
||||
<xpath expr="//page[@name='outgoing_moves']" position="inside">
|
||||
<field name="root_packages" colspan="4" view_ids="stock_package.package_view_tree"/>
|
||||
</xpath>
|
||||
</data>
|
||||
9
modules/stock_package/view/shipment_out_form.xml
Normal file
9
modules/stock_package/view/shipment_out_form.xml
Normal file
@@ -0,0 +1,9 @@
|
||||
<?xml version="1.0"?>
|
||||
<!-- This file is part of Tryton. The COPYRIGHT file at the top level of
|
||||
this repository contains the full copyright notices and license terms. -->
|
||||
<data>
|
||||
<xpath expr="/form/notebook/page[@id='outgoing_moves']" position="inside">
|
||||
<field name="root_packages" colspan="4"
|
||||
view_ids="stock_package.package_view_tree"/>
|
||||
</xpath>
|
||||
</data>
|
||||
9
modules/stock_package/view/stock_move_form.xml
Normal file
9
modules/stock_package/view/stock_move_form.xml
Normal file
@@ -0,0 +1,9 @@
|
||||
<?xml version="1.0"?>
|
||||
<!-- This file is part of Tryton. The COPYRIGHT file at the top level of
|
||||
this repository contains the full copyright notices and license terms. -->
|
||||
<data>
|
||||
<xpath expr="//field[@name='origin']" position="after">
|
||||
<label name="package"/>
|
||||
<field name="package"/>
|
||||
</xpath>
|
||||
</data>
|
||||
Reference in New Issue
Block a user