Initial import from Docker volume
This commit is contained in:
13
modules/product_measurements/__init__.py
Executable file
13
modules/product_measurements/__init__.py
Executable 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.pool import Pool
|
||||
|
||||
from . import product
|
||||
|
||||
|
||||
def register():
|
||||
Pool.register(
|
||||
product.Template,
|
||||
product.Product,
|
||||
module='product_measurements', type_='model')
|
||||
BIN
modules/product_measurements/__pycache__/__init__.cpython-311.opt-1.pyc
Executable file
BIN
modules/product_measurements/__pycache__/__init__.cpython-311.opt-1.pyc
Executable file
Binary file not shown.
BIN
modules/product_measurements/__pycache__/__init__.cpython-311.pyc
Executable file
BIN
modules/product_measurements/__pycache__/__init__.cpython-311.pyc
Executable file
Binary file not shown.
BIN
modules/product_measurements/__pycache__/product.cpython-311.opt-1.pyc
Executable file
BIN
modules/product_measurements/__pycache__/product.cpython-311.opt-1.pyc
Executable file
Binary file not shown.
BIN
modules/product_measurements/__pycache__/product.cpython-311.pyc
Executable file
BIN
modules/product_measurements/__pycache__/product.cpython-311.pyc
Executable file
Binary file not shown.
187
modules/product_measurements/locale/bg.po
Executable file
187
modules/product_measurements/locale/bg.po
Executable file
@@ -0,0 +1,187 @@
|
||||
#
|
||||
msgid ""
|
||||
msgstr "Content-Type: text/plain; charset=utf-8\n"
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "field:product.product,height:"
|
||||
msgid "Height"
|
||||
msgstr "Височина"
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "field:product.product,height_uom:"
|
||||
msgid "Height UoM"
|
||||
msgstr "Мер. ед. за височина"
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "field:product.product,length:"
|
||||
msgid "Length"
|
||||
msgstr "Дължина"
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "field:product.product,length_uom:"
|
||||
msgid "Length UoM"
|
||||
msgstr "Мер. ед. за дължина"
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "field:product.product,volume:"
|
||||
msgid "Volume"
|
||||
msgstr "Обем"
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "field:product.product,volume_uom:"
|
||||
msgid "Volume UoM"
|
||||
msgstr "Обем"
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "field:product.product,weight:"
|
||||
msgid "Weight"
|
||||
msgstr "Тегло"
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "field:product.product,weight_uom:"
|
||||
msgid "Weight UoM"
|
||||
msgstr "Мер. ед. за тегло"
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "field:product.product,width:"
|
||||
msgid "Width"
|
||||
msgstr "Ширина"
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "field:product.product,width_uom:"
|
||||
msgid "Width UoM"
|
||||
msgstr "Мер. ед, за ширина"
|
||||
|
||||
msgctxt "field:product.template,height:"
|
||||
msgid "Height"
|
||||
msgstr "Височина"
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "field:product.template,height_uom:"
|
||||
msgid "Height UoM"
|
||||
msgstr "Мер. ед. за височина"
|
||||
|
||||
msgctxt "field:product.template,length:"
|
||||
msgid "Length"
|
||||
msgstr "Дължина"
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "field:product.template,length_uom:"
|
||||
msgid "Length UoM"
|
||||
msgstr "Мер. ед. за дължина"
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "field:product.template,volume:"
|
||||
msgid "Volume"
|
||||
msgstr "Обем"
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "field:product.template,volume_uom:"
|
||||
msgid "Volume UoM"
|
||||
msgstr "Обем"
|
||||
|
||||
msgctxt "field:product.template,weight:"
|
||||
msgid "Weight"
|
||||
msgstr "Тегло"
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "field:product.template,weight_uom:"
|
||||
msgid "Weight UoM"
|
||||
msgstr "Мер. ед. за тегло"
|
||||
|
||||
msgctxt "field:product.template,width:"
|
||||
msgid "Width"
|
||||
msgstr "Ширина"
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "field:product.template,width_uom:"
|
||||
msgid "Width UoM"
|
||||
msgstr "Мер. ед, за ширина"
|
||||
|
||||
msgctxt "help:product.product,height:"
|
||||
msgid "Height for 1 default unit of measure."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.product,height_uom:"
|
||||
msgid "The Unit of Measure for the height."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.product,length:"
|
||||
msgid "Length for 1 default unit of measure."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.product,length_uom:"
|
||||
msgid "The Unit of Measure for the length."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.product,volume:"
|
||||
msgid "Volume for 1 default unit of measure."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.product,volume_uom:"
|
||||
msgid "The Unit of Measure for the volume."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.product,weight:"
|
||||
msgid "Weight for 1 default unit of measure."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.product,weight_uom:"
|
||||
msgid "The Unit of Measure for the weight."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.product,width:"
|
||||
msgid "Width for 1 default unit of measure."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.product,width_uom:"
|
||||
msgid "The Unit of Measure for the width."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.template,height:"
|
||||
msgid "Height for 1 default unit of measure."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.template,height_uom:"
|
||||
msgid "The Unit of Measure for the height."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.template,length:"
|
||||
msgid "Length for 1 default unit of measure."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.template,length_uom:"
|
||||
msgid "The Unit of Measure for the length."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.template,volume:"
|
||||
msgid "Volume for 1 default unit of measure."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.template,volume_uom:"
|
||||
msgid "The Unit of Measure for the volume."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.template,weight:"
|
||||
msgid "Weight for 1 default unit of measure."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.template,weight_uom:"
|
||||
msgid "The Unit of Measure for the weight."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.template,width:"
|
||||
msgid "Width for 1 default unit of measure."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.template,width_uom:"
|
||||
msgid "The Unit of Measure for the width."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "view:product.template:"
|
||||
msgid "Measurements"
|
||||
msgstr "Мерки"
|
||||
|
||||
msgctxt "view:product.template:"
|
||||
msgid "Measurements for 1 default UoM."
|
||||
msgstr ""
|
||||
171
modules/product_measurements/locale/ca.po
Executable file
171
modules/product_measurements/locale/ca.po
Executable file
@@ -0,0 +1,171 @@
|
||||
#
|
||||
msgid ""
|
||||
msgstr "Content-Type: text/plain; charset=utf-8\n"
|
||||
|
||||
msgctxt "field:product.product,height:"
|
||||
msgid "Height"
|
||||
msgstr "Altura"
|
||||
|
||||
msgctxt "field:product.product,height_uom:"
|
||||
msgid "Height UoM"
|
||||
msgstr "UdM de l'altura"
|
||||
|
||||
msgctxt "field:product.product,length:"
|
||||
msgid "Length"
|
||||
msgstr "Longitud"
|
||||
|
||||
msgctxt "field:product.product,length_uom:"
|
||||
msgid "Length UoM"
|
||||
msgstr "UdM de la longitud"
|
||||
|
||||
msgctxt "field:product.product,volume:"
|
||||
msgid "Volume"
|
||||
msgstr "Volum"
|
||||
|
||||
msgctxt "field:product.product,volume_uom:"
|
||||
msgid "Volume UoM"
|
||||
msgstr "UdM del volum"
|
||||
|
||||
msgctxt "field:product.product,weight:"
|
||||
msgid "Weight"
|
||||
msgstr "Pes"
|
||||
|
||||
msgctxt "field:product.product,weight_uom:"
|
||||
msgid "Weight UoM"
|
||||
msgstr "UdM del pes"
|
||||
|
||||
msgctxt "field:product.product,width:"
|
||||
msgid "Width"
|
||||
msgstr "Amplada"
|
||||
|
||||
msgctxt "field:product.product,width_uom:"
|
||||
msgid "Width UoM"
|
||||
msgstr "UdM de l'amplada"
|
||||
|
||||
msgctxt "field:product.template,height:"
|
||||
msgid "Height"
|
||||
msgstr "Altura"
|
||||
|
||||
msgctxt "field:product.template,height_uom:"
|
||||
msgid "Height UoM"
|
||||
msgstr "UdM de l'alçada"
|
||||
|
||||
msgctxt "field:product.template,length:"
|
||||
msgid "Length"
|
||||
msgstr "Longitud"
|
||||
|
||||
msgctxt "field:product.template,length_uom:"
|
||||
msgid "Length UoM"
|
||||
msgstr "UdM de la longitud"
|
||||
|
||||
msgctxt "field:product.template,volume:"
|
||||
msgid "Volume"
|
||||
msgstr "Volum"
|
||||
|
||||
msgctxt "field:product.template,volume_uom:"
|
||||
msgid "Volume UoM"
|
||||
msgstr "UdM del volum"
|
||||
|
||||
msgctxt "field:product.template,weight:"
|
||||
msgid "Weight"
|
||||
msgstr "Pes"
|
||||
|
||||
msgctxt "field:product.template,weight_uom:"
|
||||
msgid "Weight UoM"
|
||||
msgstr "UdM del pes"
|
||||
|
||||
msgctxt "field:product.template,width:"
|
||||
msgid "Width"
|
||||
msgstr "Amplada"
|
||||
|
||||
msgctxt "field:product.template,width_uom:"
|
||||
msgid "Width UoM"
|
||||
msgstr "UdM de l'amplada"
|
||||
|
||||
msgctxt "help:product.product,height:"
|
||||
msgid "Height for 1 default unit of measure."
|
||||
msgstr "Alçada per a 1 unitat de mesura per defecte."
|
||||
|
||||
msgctxt "help:product.product,height_uom:"
|
||||
msgid "The Unit of Measure for the height."
|
||||
msgstr "La unitat de mesura de l'altura."
|
||||
|
||||
msgctxt "help:product.product,length:"
|
||||
msgid "Length for 1 default unit of measure."
|
||||
msgstr "Longitud per 1 unitat de mesura per defecte."
|
||||
|
||||
msgctxt "help:product.product,length_uom:"
|
||||
msgid "The Unit of Measure for the length."
|
||||
msgstr "La unitat de mesura de la longitud."
|
||||
|
||||
msgctxt "help:product.product,volume:"
|
||||
msgid "Volume for 1 default unit of measure."
|
||||
msgstr "Volum per a 1 unitat de mesura per defecte."
|
||||
|
||||
msgctxt "help:product.product,volume_uom:"
|
||||
msgid "The Unit of Measure for the volume."
|
||||
msgstr "La unitat de mesura del volum."
|
||||
|
||||
msgctxt "help:product.product,weight:"
|
||||
msgid "Weight for 1 default unit of measure."
|
||||
msgstr "Pes per a 1 unitat de mesura per defecte."
|
||||
|
||||
msgctxt "help:product.product,weight_uom:"
|
||||
msgid "The Unit of Measure for the weight."
|
||||
msgstr "La unitat de mesura del pes."
|
||||
|
||||
msgctxt "help:product.product,width:"
|
||||
msgid "Width for 1 default unit of measure."
|
||||
msgstr "Amplada per a 1 unitat de mesura per defecte."
|
||||
|
||||
msgctxt "help:product.product,width_uom:"
|
||||
msgid "The Unit of Measure for the width."
|
||||
msgstr "La unitat de mesura del ample."
|
||||
|
||||
msgctxt "help:product.template,height:"
|
||||
msgid "Height for 1 default unit of measure."
|
||||
msgstr "Alçada per a 1 unitat de mesura per defecte."
|
||||
|
||||
msgctxt "help:product.template,height_uom:"
|
||||
msgid "The Unit of Measure for the height."
|
||||
msgstr "La unitat de mesura de l'altura."
|
||||
|
||||
msgctxt "help:product.template,length:"
|
||||
msgid "Length for 1 default unit of measure."
|
||||
msgstr "Longitud per 1 unitat de mesura per defecte."
|
||||
|
||||
msgctxt "help:product.template,length_uom:"
|
||||
msgid "The Unit of Measure for the length."
|
||||
msgstr "La unitat de mesura de la longitud."
|
||||
|
||||
msgctxt "help:product.template,volume:"
|
||||
msgid "Volume for 1 default unit of measure."
|
||||
msgstr "Volum per a 1 unitat de mesura per defecte."
|
||||
|
||||
msgctxt "help:product.template,volume_uom:"
|
||||
msgid "The Unit of Measure for the volume."
|
||||
msgstr "La unitat de mesura del volum."
|
||||
|
||||
msgctxt "help:product.template,weight:"
|
||||
msgid "Weight for 1 default unit of measure."
|
||||
msgstr "Pes per a 1 unitat de mesura per defecte."
|
||||
|
||||
msgctxt "help:product.template,weight_uom:"
|
||||
msgid "The Unit of Measure for the weight."
|
||||
msgstr "La unitat de mesura del pes."
|
||||
|
||||
msgctxt "help:product.template,width:"
|
||||
msgid "Width for 1 default unit of measure."
|
||||
msgstr "Amplada per a 1 unitat de mesura per defecte."
|
||||
|
||||
msgctxt "help:product.template,width_uom:"
|
||||
msgid "The Unit of Measure for the width."
|
||||
msgstr "La unitat de mesura del ample."
|
||||
|
||||
msgctxt "view:product.template:"
|
||||
msgid "Measurements"
|
||||
msgstr "Mesures"
|
||||
|
||||
msgctxt "view:product.template:"
|
||||
msgid "Measurements for 1 default UoM."
|
||||
msgstr "Mesures per 1 UdM per defecte."
|
||||
171
modules/product_measurements/locale/cs.po
Executable file
171
modules/product_measurements/locale/cs.po
Executable file
@@ -0,0 +1,171 @@
|
||||
#
|
||||
msgid ""
|
||||
msgstr "Content-Type: text/plain; charset=utf-8\n"
|
||||
|
||||
msgctxt "field:product.product,height:"
|
||||
msgid "Height"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:product.product,height_uom:"
|
||||
msgid "Height UoM"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:product.product,length:"
|
||||
msgid "Length"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:product.product,length_uom:"
|
||||
msgid "Length UoM"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:product.product,volume:"
|
||||
msgid "Volume"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:product.product,volume_uom:"
|
||||
msgid "Volume UoM"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:product.product,weight:"
|
||||
msgid "Weight"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:product.product,weight_uom:"
|
||||
msgid "Weight UoM"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:product.product,width:"
|
||||
msgid "Width"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:product.product,width_uom:"
|
||||
msgid "Width UoM"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:product.template,height:"
|
||||
msgid "Height"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:product.template,height_uom:"
|
||||
msgid "Height UoM"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:product.template,length:"
|
||||
msgid "Length"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:product.template,length_uom:"
|
||||
msgid "Length UoM"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:product.template,volume:"
|
||||
msgid "Volume"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:product.template,volume_uom:"
|
||||
msgid "Volume UoM"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:product.template,weight:"
|
||||
msgid "Weight"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:product.template,weight_uom:"
|
||||
msgid "Weight UoM"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:product.template,width:"
|
||||
msgid "Width"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:product.template,width_uom:"
|
||||
msgid "Width UoM"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.product,height:"
|
||||
msgid "Height for 1 default unit of measure."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.product,height_uom:"
|
||||
msgid "The Unit of Measure for the height."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.product,length:"
|
||||
msgid "Length for 1 default unit of measure."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.product,length_uom:"
|
||||
msgid "The Unit of Measure for the length."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.product,volume:"
|
||||
msgid "Volume for 1 default unit of measure."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.product,volume_uom:"
|
||||
msgid "The Unit of Measure for the volume."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.product,weight:"
|
||||
msgid "Weight for 1 default unit of measure."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.product,weight_uom:"
|
||||
msgid "The Unit of Measure for the weight."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.product,width:"
|
||||
msgid "Width for 1 default unit of measure."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.product,width_uom:"
|
||||
msgid "The Unit of Measure for the width."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.template,height:"
|
||||
msgid "Height for 1 default unit of measure."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.template,height_uom:"
|
||||
msgid "The Unit of Measure for the height."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.template,length:"
|
||||
msgid "Length for 1 default unit of measure."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.template,length_uom:"
|
||||
msgid "The Unit of Measure for the length."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.template,volume:"
|
||||
msgid "Volume for 1 default unit of measure."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.template,volume_uom:"
|
||||
msgid "The Unit of Measure for the volume."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.template,weight:"
|
||||
msgid "Weight for 1 default unit of measure."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.template,weight_uom:"
|
||||
msgid "The Unit of Measure for the weight."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.template,width:"
|
||||
msgid "Width for 1 default unit of measure."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.template,width_uom:"
|
||||
msgid "The Unit of Measure for the width."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "view:product.template:"
|
||||
msgid "Measurements"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "view:product.template:"
|
||||
msgid "Measurements for 1 default UoM."
|
||||
msgstr ""
|
||||
171
modules/product_measurements/locale/de.po
Executable file
171
modules/product_measurements/locale/de.po
Executable file
@@ -0,0 +1,171 @@
|
||||
#
|
||||
msgid ""
|
||||
msgstr "Content-Type: text/plain; charset=utf-8\n"
|
||||
|
||||
msgctxt "field:product.product,height:"
|
||||
msgid "Height"
|
||||
msgstr "Höhe"
|
||||
|
||||
msgctxt "field:product.product,height_uom:"
|
||||
msgid "Height UoM"
|
||||
msgstr "Höhe Maßeinheit"
|
||||
|
||||
msgctxt "field:product.product,length:"
|
||||
msgid "Length"
|
||||
msgstr "Länge"
|
||||
|
||||
msgctxt "field:product.product,length_uom:"
|
||||
msgid "Length UoM"
|
||||
msgstr "Länge Maßeinheit"
|
||||
|
||||
msgctxt "field:product.product,volume:"
|
||||
msgid "Volume"
|
||||
msgstr "Volumen"
|
||||
|
||||
msgctxt "field:product.product,volume_uom:"
|
||||
msgid "Volume UoM"
|
||||
msgstr "Volumenmaßeinheit"
|
||||
|
||||
msgctxt "field:product.product,weight:"
|
||||
msgid "Weight"
|
||||
msgstr "Gewicht"
|
||||
|
||||
msgctxt "field:product.product,weight_uom:"
|
||||
msgid "Weight UoM"
|
||||
msgstr "Gewichtsmaßeinheit"
|
||||
|
||||
msgctxt "field:product.product,width:"
|
||||
msgid "Width"
|
||||
msgstr "Breite"
|
||||
|
||||
msgctxt "field:product.product,width_uom:"
|
||||
msgid "Width UoM"
|
||||
msgstr "Breite Maßeinheit"
|
||||
|
||||
msgctxt "field:product.template,height:"
|
||||
msgid "Height"
|
||||
msgstr "Höhe"
|
||||
|
||||
msgctxt "field:product.template,height_uom:"
|
||||
msgid "Height UoM"
|
||||
msgstr "Höhe Maßeinheit"
|
||||
|
||||
msgctxt "field:product.template,length:"
|
||||
msgid "Length"
|
||||
msgstr "Länge"
|
||||
|
||||
msgctxt "field:product.template,length_uom:"
|
||||
msgid "Length UoM"
|
||||
msgstr "Länge Maßeinheit"
|
||||
|
||||
msgctxt "field:product.template,volume:"
|
||||
msgid "Volume"
|
||||
msgstr "Volumen"
|
||||
|
||||
msgctxt "field:product.template,volume_uom:"
|
||||
msgid "Volume UoM"
|
||||
msgstr "Volumenmaßeinheit"
|
||||
|
||||
msgctxt "field:product.template,weight:"
|
||||
msgid "Weight"
|
||||
msgstr "Gewicht"
|
||||
|
||||
msgctxt "field:product.template,weight_uom:"
|
||||
msgid "Weight UoM"
|
||||
msgstr "Gewichtsmaßeinheit"
|
||||
|
||||
msgctxt "field:product.template,width:"
|
||||
msgid "Width"
|
||||
msgstr "Breite"
|
||||
|
||||
msgctxt "field:product.template,width_uom:"
|
||||
msgid "Width UoM"
|
||||
msgstr "Breite Maßeinheit"
|
||||
|
||||
msgctxt "help:product.product,height:"
|
||||
msgid "Height for 1 default unit of measure."
|
||||
msgstr "Höhe für 1 Standardeinheit."
|
||||
|
||||
msgctxt "help:product.product,height_uom:"
|
||||
msgid "The Unit of Measure for the height."
|
||||
msgstr "Die Maßeinheit für die Höhe."
|
||||
|
||||
msgctxt "help:product.product,length:"
|
||||
msgid "Length for 1 default unit of measure."
|
||||
msgstr "Länge für 1 Standardeinheit."
|
||||
|
||||
msgctxt "help:product.product,length_uom:"
|
||||
msgid "The Unit of Measure for the length."
|
||||
msgstr "Die Maßeinheit für die Länge."
|
||||
|
||||
msgctxt "help:product.product,volume:"
|
||||
msgid "Volume for 1 default unit of measure."
|
||||
msgstr "Volumen für 1 Standardeinheit."
|
||||
|
||||
msgctxt "help:product.product,volume_uom:"
|
||||
msgid "The Unit of Measure for the volume."
|
||||
msgstr "Die Maßeinheit für das Volumen."
|
||||
|
||||
msgctxt "help:product.product,weight:"
|
||||
msgid "Weight for 1 default unit of measure."
|
||||
msgstr "Gewicht für 1 Standardeinheit."
|
||||
|
||||
msgctxt "help:product.product,weight_uom:"
|
||||
msgid "The Unit of Measure for the weight."
|
||||
msgstr "Die Maßeinheit für das Gewicht."
|
||||
|
||||
msgctxt "help:product.product,width:"
|
||||
msgid "Width for 1 default unit of measure."
|
||||
msgstr "Breite für 1 Standardeinheit."
|
||||
|
||||
msgctxt "help:product.product,width_uom:"
|
||||
msgid "The Unit of Measure for the width."
|
||||
msgstr "Die Maßeinheit für die Breite."
|
||||
|
||||
msgctxt "help:product.template,height:"
|
||||
msgid "Height for 1 default unit of measure."
|
||||
msgstr "Höhe für 1 Standardeinheit."
|
||||
|
||||
msgctxt "help:product.template,height_uom:"
|
||||
msgid "The Unit of Measure for the height."
|
||||
msgstr "Die Maßeinheit für die Länge."
|
||||
|
||||
msgctxt "help:product.template,length:"
|
||||
msgid "Length for 1 default unit of measure."
|
||||
msgstr "Länge für 1 Standardeinheit."
|
||||
|
||||
msgctxt "help:product.template,length_uom:"
|
||||
msgid "The Unit of Measure for the length."
|
||||
msgstr "Die Maßeinheit für die Länge."
|
||||
|
||||
msgctxt "help:product.template,volume:"
|
||||
msgid "Volume for 1 default unit of measure."
|
||||
msgstr "Volumen für 1 Standardeinheit."
|
||||
|
||||
msgctxt "help:product.template,volume_uom:"
|
||||
msgid "The Unit of Measure for the volume."
|
||||
msgstr "Die Maßeinheit für das Volumen."
|
||||
|
||||
msgctxt "help:product.template,weight:"
|
||||
msgid "Weight for 1 default unit of measure."
|
||||
msgstr "Gewicht für 1 Standardeinheit."
|
||||
|
||||
msgctxt "help:product.template,weight_uom:"
|
||||
msgid "The Unit of Measure for the weight."
|
||||
msgstr "Die Maßeinheit für das Gewicht."
|
||||
|
||||
msgctxt "help:product.template,width:"
|
||||
msgid "Width for 1 default unit of measure."
|
||||
msgstr "Breite für 1 Standardeinheit."
|
||||
|
||||
msgctxt "help:product.template,width_uom:"
|
||||
msgid "The Unit of Measure for the width."
|
||||
msgstr "Die Maßeinheit für die Breite."
|
||||
|
||||
msgctxt "view:product.template:"
|
||||
msgid "Measurements"
|
||||
msgstr "Abmessungen"
|
||||
|
||||
msgctxt "view:product.template:"
|
||||
msgid "Measurements for 1 default UoM."
|
||||
msgstr "Abmessungen für 1 Standardeinheit."
|
||||
171
modules/product_measurements/locale/es.po
Executable file
171
modules/product_measurements/locale/es.po
Executable file
@@ -0,0 +1,171 @@
|
||||
#
|
||||
msgid ""
|
||||
msgstr "Content-Type: text/plain; charset=utf-8\n"
|
||||
|
||||
msgctxt "field:product.product,height:"
|
||||
msgid "Height"
|
||||
msgstr "Altura"
|
||||
|
||||
msgctxt "field:product.product,height_uom:"
|
||||
msgid "Height UoM"
|
||||
msgstr "UdM de la altura"
|
||||
|
||||
msgctxt "field:product.product,length:"
|
||||
msgid "Length"
|
||||
msgstr "Longitud"
|
||||
|
||||
msgctxt "field:product.product,length_uom:"
|
||||
msgid "Length UoM"
|
||||
msgstr "UdM de la longitud"
|
||||
|
||||
msgctxt "field:product.product,volume:"
|
||||
msgid "Volume"
|
||||
msgstr "Volumen"
|
||||
|
||||
msgctxt "field:product.product,volume_uom:"
|
||||
msgid "Volume UoM"
|
||||
msgstr "UdM del volumen"
|
||||
|
||||
msgctxt "field:product.product,weight:"
|
||||
msgid "Weight"
|
||||
msgstr "Peso"
|
||||
|
||||
msgctxt "field:product.product,weight_uom:"
|
||||
msgid "Weight UoM"
|
||||
msgstr "UdM del peso"
|
||||
|
||||
msgctxt "field:product.product,width:"
|
||||
msgid "Width"
|
||||
msgstr "Ancho"
|
||||
|
||||
msgctxt "field:product.product,width_uom:"
|
||||
msgid "Width UoM"
|
||||
msgstr "UdM del ancho"
|
||||
|
||||
msgctxt "field:product.template,height:"
|
||||
msgid "Height"
|
||||
msgstr "Altura"
|
||||
|
||||
msgctxt "field:product.template,height_uom:"
|
||||
msgid "Height UoM"
|
||||
msgstr "UdM de la altura"
|
||||
|
||||
msgctxt "field:product.template,length:"
|
||||
msgid "Length"
|
||||
msgstr "Longitud"
|
||||
|
||||
msgctxt "field:product.template,length_uom:"
|
||||
msgid "Length UoM"
|
||||
msgstr "UdM de la longitud"
|
||||
|
||||
msgctxt "field:product.template,volume:"
|
||||
msgid "Volume"
|
||||
msgstr "Volumen"
|
||||
|
||||
msgctxt "field:product.template,volume_uom:"
|
||||
msgid "Volume UoM"
|
||||
msgstr "UdM del volumen"
|
||||
|
||||
msgctxt "field:product.template,weight:"
|
||||
msgid "Weight"
|
||||
msgstr "Peso"
|
||||
|
||||
msgctxt "field:product.template,weight_uom:"
|
||||
msgid "Weight UoM"
|
||||
msgstr "UdM del peso"
|
||||
|
||||
msgctxt "field:product.template,width:"
|
||||
msgid "Width"
|
||||
msgstr "Ancho"
|
||||
|
||||
msgctxt "field:product.template,width_uom:"
|
||||
msgid "Width UoM"
|
||||
msgstr "UdM del ancho"
|
||||
|
||||
msgctxt "help:product.product,height:"
|
||||
msgid "Height for 1 default unit of measure."
|
||||
msgstr "Altura para 1 unidad de medida por defecto."
|
||||
|
||||
msgctxt "help:product.product,height_uom:"
|
||||
msgid "The Unit of Measure for the height."
|
||||
msgstr "La unidad de medida de la altura."
|
||||
|
||||
msgctxt "help:product.product,length:"
|
||||
msgid "Length for 1 default unit of measure."
|
||||
msgstr "Longitud para 1 unidad de medida por defecto."
|
||||
|
||||
msgctxt "help:product.product,length_uom:"
|
||||
msgid "The Unit of Measure for the length."
|
||||
msgstr "La unidad de medida de la longitud."
|
||||
|
||||
msgctxt "help:product.product,volume:"
|
||||
msgid "Volume for 1 default unit of measure."
|
||||
msgstr "Volumen para 1 unidad de medida por defecto."
|
||||
|
||||
msgctxt "help:product.product,volume_uom:"
|
||||
msgid "The Unit of Measure for the volume."
|
||||
msgstr "La unidad de medida del volumen."
|
||||
|
||||
msgctxt "help:product.product,weight:"
|
||||
msgid "Weight for 1 default unit of measure."
|
||||
msgstr "Peso para 1 unidad de medida por defecto."
|
||||
|
||||
msgctxt "help:product.product,weight_uom:"
|
||||
msgid "The Unit of Measure for the weight."
|
||||
msgstr "La unidad de medida del peso."
|
||||
|
||||
msgctxt "help:product.product,width:"
|
||||
msgid "Width for 1 default unit of measure."
|
||||
msgstr "Ancho para 1 unidad de medida por defecto."
|
||||
|
||||
msgctxt "help:product.product,width_uom:"
|
||||
msgid "The Unit of Measure for the width."
|
||||
msgstr "La unidad de medida del ancho."
|
||||
|
||||
msgctxt "help:product.template,height:"
|
||||
msgid "Height for 1 default unit of measure."
|
||||
msgstr "Altura para 1 unidad de medida por defecto."
|
||||
|
||||
msgctxt "help:product.template,height_uom:"
|
||||
msgid "The Unit of Measure for the height."
|
||||
msgstr "La unidad de medida de la altura."
|
||||
|
||||
msgctxt "help:product.template,length:"
|
||||
msgid "Length for 1 default unit of measure."
|
||||
msgstr "Longitud para 1 unidad de medida por defecto."
|
||||
|
||||
msgctxt "help:product.template,length_uom:"
|
||||
msgid "The Unit of Measure for the length."
|
||||
msgstr "La unidad de medida de la longitud."
|
||||
|
||||
msgctxt "help:product.template,volume:"
|
||||
msgid "Volume for 1 default unit of measure."
|
||||
msgstr "Volumen para 1 unidad de medida por defecto."
|
||||
|
||||
msgctxt "help:product.template,volume_uom:"
|
||||
msgid "The Unit of Measure for the volume."
|
||||
msgstr "La unidad de medida del volumen."
|
||||
|
||||
msgctxt "help:product.template,weight:"
|
||||
msgid "Weight for 1 default unit of measure."
|
||||
msgstr "Peso para 1 unidad de medida por defecto."
|
||||
|
||||
msgctxt "help:product.template,weight_uom:"
|
||||
msgid "The Unit of Measure for the weight."
|
||||
msgstr "La unidad de medida del peso."
|
||||
|
||||
msgctxt "help:product.template,width:"
|
||||
msgid "Width for 1 default unit of measure."
|
||||
msgstr "Ancho para 1 unidad de medida por defecto."
|
||||
|
||||
msgctxt "help:product.template,width_uom:"
|
||||
msgid "The Unit of Measure for the width."
|
||||
msgstr "La unidad de medida del ancho."
|
||||
|
||||
msgctxt "view:product.template:"
|
||||
msgid "Measurements"
|
||||
msgstr "Medidas"
|
||||
|
||||
msgctxt "view:product.template:"
|
||||
msgid "Measurements for 1 default UoM."
|
||||
msgstr "Medidas para 1 UdM por defecto."
|
||||
171
modules/product_measurements/locale/es_419.po
Executable file
171
modules/product_measurements/locale/es_419.po
Executable file
@@ -0,0 +1,171 @@
|
||||
#
|
||||
msgid ""
|
||||
msgstr "Content-Type: text/plain; charset=utf-8\n"
|
||||
|
||||
msgctxt "field:product.product,height:"
|
||||
msgid "Height"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:product.product,height_uom:"
|
||||
msgid "Height UoM"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:product.product,length:"
|
||||
msgid "Length"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:product.product,length_uom:"
|
||||
msgid "Length UoM"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:product.product,volume:"
|
||||
msgid "Volume"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:product.product,volume_uom:"
|
||||
msgid "Volume UoM"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:product.product,weight:"
|
||||
msgid "Weight"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:product.product,weight_uom:"
|
||||
msgid "Weight UoM"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:product.product,width:"
|
||||
msgid "Width"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:product.product,width_uom:"
|
||||
msgid "Width UoM"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:product.template,height:"
|
||||
msgid "Height"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:product.template,height_uom:"
|
||||
msgid "Height UoM"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:product.template,length:"
|
||||
msgid "Length"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:product.template,length_uom:"
|
||||
msgid "Length UoM"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:product.template,volume:"
|
||||
msgid "Volume"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:product.template,volume_uom:"
|
||||
msgid "Volume UoM"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:product.template,weight:"
|
||||
msgid "Weight"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:product.template,weight_uom:"
|
||||
msgid "Weight UoM"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:product.template,width:"
|
||||
msgid "Width"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:product.template,width_uom:"
|
||||
msgid "Width UoM"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.product,height:"
|
||||
msgid "Height for 1 default unit of measure."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.product,height_uom:"
|
||||
msgid "The Unit of Measure for the height."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.product,length:"
|
||||
msgid "Length for 1 default unit of measure."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.product,length_uom:"
|
||||
msgid "The Unit of Measure for the length."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.product,volume:"
|
||||
msgid "Volume for 1 default unit of measure."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.product,volume_uom:"
|
||||
msgid "The Unit of Measure for the volume."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.product,weight:"
|
||||
msgid "Weight for 1 default unit of measure."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.product,weight_uom:"
|
||||
msgid "The Unit of Measure for the weight."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.product,width:"
|
||||
msgid "Width for 1 default unit of measure."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.product,width_uom:"
|
||||
msgid "The Unit of Measure for the width."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.template,height:"
|
||||
msgid "Height for 1 default unit of measure."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.template,height_uom:"
|
||||
msgid "The Unit of Measure for the height."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.template,length:"
|
||||
msgid "Length for 1 default unit of measure."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.template,length_uom:"
|
||||
msgid "The Unit of Measure for the length."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.template,volume:"
|
||||
msgid "Volume for 1 default unit of measure."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.template,volume_uom:"
|
||||
msgid "The Unit of Measure for the volume."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.template,weight:"
|
||||
msgid "Weight for 1 default unit of measure."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.template,weight_uom:"
|
||||
msgid "The Unit of Measure for the weight."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.template,width:"
|
||||
msgid "Width for 1 default unit of measure."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.template,width_uom:"
|
||||
msgid "The Unit of Measure for the width."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "view:product.template:"
|
||||
msgid "Measurements"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "view:product.template:"
|
||||
msgid "Measurements for 1 default UoM."
|
||||
msgstr ""
|
||||
181
modules/product_measurements/locale/et.po
Executable file
181
modules/product_measurements/locale/et.po
Executable file
@@ -0,0 +1,181 @@
|
||||
#
|
||||
msgid ""
|
||||
msgstr "Content-Type: text/plain; charset=utf-8\n"
|
||||
|
||||
msgctxt "field:product.product,height:"
|
||||
msgid "Height"
|
||||
msgstr "Kõrgus"
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "field:product.product,height_uom:"
|
||||
msgid "Height UoM"
|
||||
msgstr "Kõrguse mõõtühik"
|
||||
|
||||
msgctxt "field:product.product,length:"
|
||||
msgid "Length"
|
||||
msgstr "Pikkus"
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "field:product.product,length_uom:"
|
||||
msgid "Length UoM"
|
||||
msgstr "Pikkuse mõõtühik"
|
||||
|
||||
msgctxt "field:product.product,volume:"
|
||||
msgid "Volume"
|
||||
msgstr "Maht"
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "field:product.product,volume_uom:"
|
||||
msgid "Volume UoM"
|
||||
msgstr "Mahu mõõtühik"
|
||||
|
||||
msgctxt "field:product.product,weight:"
|
||||
msgid "Weight"
|
||||
msgstr "Kaal"
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "field:product.product,weight_uom:"
|
||||
msgid "Weight UoM"
|
||||
msgstr "Kaalu mõõtühik"
|
||||
|
||||
msgctxt "field:product.product,width:"
|
||||
msgid "Width"
|
||||
msgstr "Laius"
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "field:product.product,width_uom:"
|
||||
msgid "Width UoM"
|
||||
msgstr "Laiuse mõõtühik"
|
||||
|
||||
msgctxt "field:product.template,height:"
|
||||
msgid "Height"
|
||||
msgstr "Kõrgus"
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "field:product.template,height_uom:"
|
||||
msgid "Height UoM"
|
||||
msgstr "Kõrguse mõõtühik"
|
||||
|
||||
msgctxt "field:product.template,length:"
|
||||
msgid "Length"
|
||||
msgstr "Pikkus"
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "field:product.template,length_uom:"
|
||||
msgid "Length UoM"
|
||||
msgstr "Pikkuse mõõtühik"
|
||||
|
||||
msgctxt "field:product.template,volume:"
|
||||
msgid "Volume"
|
||||
msgstr "Maht"
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "field:product.template,volume_uom:"
|
||||
msgid "Volume UoM"
|
||||
msgstr "Mahu mõõtühik"
|
||||
|
||||
msgctxt "field:product.template,weight:"
|
||||
msgid "Weight"
|
||||
msgstr "Kaal"
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "field:product.template,weight_uom:"
|
||||
msgid "Weight UoM"
|
||||
msgstr "Kaalu mõõtühik"
|
||||
|
||||
msgctxt "field:product.template,width:"
|
||||
msgid "Width"
|
||||
msgstr "Laius"
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "field:product.template,width_uom:"
|
||||
msgid "Width UoM"
|
||||
msgstr "Laiuse mõõtühik"
|
||||
|
||||
msgctxt "help:product.product,height:"
|
||||
msgid "Height for 1 default unit of measure."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.product,height_uom:"
|
||||
msgid "The Unit of Measure for the height."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.product,length:"
|
||||
msgid "Length for 1 default unit of measure."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.product,length_uom:"
|
||||
msgid "The Unit of Measure for the length."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.product,volume:"
|
||||
msgid "Volume for 1 default unit of measure."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.product,volume_uom:"
|
||||
msgid "The Unit of Measure for the volume."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.product,weight:"
|
||||
msgid "Weight for 1 default unit of measure."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.product,weight_uom:"
|
||||
msgid "The Unit of Measure for the weight."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.product,width:"
|
||||
msgid "Width for 1 default unit of measure."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.product,width_uom:"
|
||||
msgid "The Unit of Measure for the width."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.template,height:"
|
||||
msgid "Height for 1 default unit of measure."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.template,height_uom:"
|
||||
msgid "The Unit of Measure for the height."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.template,length:"
|
||||
msgid "Length for 1 default unit of measure."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.template,length_uom:"
|
||||
msgid "The Unit of Measure for the length."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.template,volume:"
|
||||
msgid "Volume for 1 default unit of measure."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.template,volume_uom:"
|
||||
msgid "The Unit of Measure for the volume."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.template,weight:"
|
||||
msgid "Weight for 1 default unit of measure."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.template,weight_uom:"
|
||||
msgid "The Unit of Measure for the weight."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.template,width:"
|
||||
msgid "Width for 1 default unit of measure."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.template,width_uom:"
|
||||
msgid "The Unit of Measure for the width."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "view:product.template:"
|
||||
msgid "Measurements"
|
||||
msgstr "Mõõdud"
|
||||
|
||||
msgctxt "view:product.template:"
|
||||
msgid "Measurements for 1 default UoM."
|
||||
msgstr ""
|
||||
181
modules/product_measurements/locale/fa.po
Executable file
181
modules/product_measurements/locale/fa.po
Executable file
@@ -0,0 +1,181 @@
|
||||
#
|
||||
msgid ""
|
||||
msgstr "Content-Type: text/plain; charset=utf-8\n"
|
||||
|
||||
msgctxt "field:product.product,height:"
|
||||
msgid "Height"
|
||||
msgstr "ارتفاع"
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "field:product.product,height_uom:"
|
||||
msgid "Height UoM"
|
||||
msgstr "واحد اندازی گیری ارتفاع"
|
||||
|
||||
msgctxt "field:product.product,length:"
|
||||
msgid "Length"
|
||||
msgstr "طول"
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "field:product.product,length_uom:"
|
||||
msgid "Length UoM"
|
||||
msgstr "واحد اندازی گیری طول"
|
||||
|
||||
msgctxt "field:product.product,volume:"
|
||||
msgid "Volume"
|
||||
msgstr "حجم"
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "field:product.product,volume_uom:"
|
||||
msgid "Volume UoM"
|
||||
msgstr "واحد اندازی گیری حجم"
|
||||
|
||||
msgctxt "field:product.product,weight:"
|
||||
msgid "Weight"
|
||||
msgstr "وزن"
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "field:product.product,weight_uom:"
|
||||
msgid "Weight UoM"
|
||||
msgstr "واحد اندازی گیری وزن"
|
||||
|
||||
msgctxt "field:product.product,width:"
|
||||
msgid "Width"
|
||||
msgstr "عرض"
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "field:product.product,width_uom:"
|
||||
msgid "Width UoM"
|
||||
msgstr "واحد اندازه گیری عرض"
|
||||
|
||||
msgctxt "field:product.template,height:"
|
||||
msgid "Height"
|
||||
msgstr "ارتفاع"
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "field:product.template,height_uom:"
|
||||
msgid "Height UoM"
|
||||
msgstr "واحد اندازی گیری ارتفاع"
|
||||
|
||||
msgctxt "field:product.template,length:"
|
||||
msgid "Length"
|
||||
msgstr "طول"
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "field:product.template,length_uom:"
|
||||
msgid "Length UoM"
|
||||
msgstr "واحد اندازی گیری طول"
|
||||
|
||||
msgctxt "field:product.template,volume:"
|
||||
msgid "Volume"
|
||||
msgstr "حجم"
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "field:product.template,volume_uom:"
|
||||
msgid "Volume UoM"
|
||||
msgstr "واحد اندازی گیری حجم"
|
||||
|
||||
msgctxt "field:product.template,weight:"
|
||||
msgid "Weight"
|
||||
msgstr "وزن"
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "field:product.template,weight_uom:"
|
||||
msgid "Weight UoM"
|
||||
msgstr "واحد اندازی گیری وزن"
|
||||
|
||||
msgctxt "field:product.template,width:"
|
||||
msgid "Width"
|
||||
msgstr "عرض"
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "field:product.template,width_uom:"
|
||||
msgid "Width UoM"
|
||||
msgstr "واحد اندازه گیری عرض"
|
||||
|
||||
msgctxt "help:product.product,height:"
|
||||
msgid "Height for 1 default unit of measure."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.product,height_uom:"
|
||||
msgid "The Unit of Measure for the height."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.product,length:"
|
||||
msgid "Length for 1 default unit of measure."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.product,length_uom:"
|
||||
msgid "The Unit of Measure for the length."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.product,volume:"
|
||||
msgid "Volume for 1 default unit of measure."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.product,volume_uom:"
|
||||
msgid "The Unit of Measure for the volume."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.product,weight:"
|
||||
msgid "Weight for 1 default unit of measure."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.product,weight_uom:"
|
||||
msgid "The Unit of Measure for the weight."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.product,width:"
|
||||
msgid "Width for 1 default unit of measure."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.product,width_uom:"
|
||||
msgid "The Unit of Measure for the width."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.template,height:"
|
||||
msgid "Height for 1 default unit of measure."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.template,height_uom:"
|
||||
msgid "The Unit of Measure for the height."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.template,length:"
|
||||
msgid "Length for 1 default unit of measure."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.template,length_uom:"
|
||||
msgid "The Unit of Measure for the length."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.template,volume:"
|
||||
msgid "Volume for 1 default unit of measure."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.template,volume_uom:"
|
||||
msgid "The Unit of Measure for the volume."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.template,weight:"
|
||||
msgid "Weight for 1 default unit of measure."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.template,weight_uom:"
|
||||
msgid "The Unit of Measure for the weight."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.template,width:"
|
||||
msgid "Width for 1 default unit of measure."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.template,width_uom:"
|
||||
msgid "The Unit of Measure for the width."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "view:product.template:"
|
||||
msgid "Measurements"
|
||||
msgstr "اندازه گیری ها"
|
||||
|
||||
msgctxt "view:product.template:"
|
||||
msgid "Measurements for 1 default UoM."
|
||||
msgstr ""
|
||||
171
modules/product_measurements/locale/fi.po
Executable file
171
modules/product_measurements/locale/fi.po
Executable file
@@ -0,0 +1,171 @@
|
||||
#
|
||||
msgid ""
|
||||
msgstr "Content-Type: text/plain; charset=utf-8\n"
|
||||
|
||||
msgctxt "field:product.product,height:"
|
||||
msgid "Height"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:product.product,height_uom:"
|
||||
msgid "Height UoM"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:product.product,length:"
|
||||
msgid "Length"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:product.product,length_uom:"
|
||||
msgid "Length UoM"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:product.product,volume:"
|
||||
msgid "Volume"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:product.product,volume_uom:"
|
||||
msgid "Volume UoM"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:product.product,weight:"
|
||||
msgid "Weight"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:product.product,weight_uom:"
|
||||
msgid "Weight UoM"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:product.product,width:"
|
||||
msgid "Width"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:product.product,width_uom:"
|
||||
msgid "Width UoM"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:product.template,height:"
|
||||
msgid "Height"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:product.template,height_uom:"
|
||||
msgid "Height UoM"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:product.template,length:"
|
||||
msgid "Length"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:product.template,length_uom:"
|
||||
msgid "Length UoM"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:product.template,volume:"
|
||||
msgid "Volume"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:product.template,volume_uom:"
|
||||
msgid "Volume UoM"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:product.template,weight:"
|
||||
msgid "Weight"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:product.template,weight_uom:"
|
||||
msgid "Weight UoM"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:product.template,width:"
|
||||
msgid "Width"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:product.template,width_uom:"
|
||||
msgid "Width UoM"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.product,height:"
|
||||
msgid "Height for 1 default unit of measure."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.product,height_uom:"
|
||||
msgid "The Unit of Measure for the height."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.product,length:"
|
||||
msgid "Length for 1 default unit of measure."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.product,length_uom:"
|
||||
msgid "The Unit of Measure for the length."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.product,volume:"
|
||||
msgid "Volume for 1 default unit of measure."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.product,volume_uom:"
|
||||
msgid "The Unit of Measure for the volume."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.product,weight:"
|
||||
msgid "Weight for 1 default unit of measure."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.product,weight_uom:"
|
||||
msgid "The Unit of Measure for the weight."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.product,width:"
|
||||
msgid "Width for 1 default unit of measure."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.product,width_uom:"
|
||||
msgid "The Unit of Measure for the width."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.template,height:"
|
||||
msgid "Height for 1 default unit of measure."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.template,height_uom:"
|
||||
msgid "The Unit of Measure for the height."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.template,length:"
|
||||
msgid "Length for 1 default unit of measure."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.template,length_uom:"
|
||||
msgid "The Unit of Measure for the length."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.template,volume:"
|
||||
msgid "Volume for 1 default unit of measure."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.template,volume_uom:"
|
||||
msgid "The Unit of Measure for the volume."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.template,weight:"
|
||||
msgid "Weight for 1 default unit of measure."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.template,weight_uom:"
|
||||
msgid "The Unit of Measure for the weight."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.template,width:"
|
||||
msgid "Width for 1 default unit of measure."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.template,width_uom:"
|
||||
msgid "The Unit of Measure for the width."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "view:product.template:"
|
||||
msgid "Measurements"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "view:product.template:"
|
||||
msgid "Measurements for 1 default UoM."
|
||||
msgstr ""
|
||||
171
modules/product_measurements/locale/fr.po
Executable file
171
modules/product_measurements/locale/fr.po
Executable file
@@ -0,0 +1,171 @@
|
||||
#
|
||||
msgid ""
|
||||
msgstr "Content-Type: text/plain; charset=utf-8\n"
|
||||
|
||||
msgctxt "field:product.product,height:"
|
||||
msgid "Height"
|
||||
msgstr "Hauteur"
|
||||
|
||||
msgctxt "field:product.product,height_uom:"
|
||||
msgid "Height UoM"
|
||||
msgstr "UDM de hauteur"
|
||||
|
||||
msgctxt "field:product.product,length:"
|
||||
msgid "Length"
|
||||
msgstr "Longueur"
|
||||
|
||||
msgctxt "field:product.product,length_uom:"
|
||||
msgid "Length UoM"
|
||||
msgstr "UDM de longueur"
|
||||
|
||||
msgctxt "field:product.product,volume:"
|
||||
msgid "Volume"
|
||||
msgstr "Volume"
|
||||
|
||||
msgctxt "field:product.product,volume_uom:"
|
||||
msgid "Volume UoM"
|
||||
msgstr "UDM de volume"
|
||||
|
||||
msgctxt "field:product.product,weight:"
|
||||
msgid "Weight"
|
||||
msgstr "Poids"
|
||||
|
||||
msgctxt "field:product.product,weight_uom:"
|
||||
msgid "Weight UoM"
|
||||
msgstr "UDM de poids"
|
||||
|
||||
msgctxt "field:product.product,width:"
|
||||
msgid "Width"
|
||||
msgstr "Largeur"
|
||||
|
||||
msgctxt "field:product.product,width_uom:"
|
||||
msgid "Width UoM"
|
||||
msgstr "UDM de largeur"
|
||||
|
||||
msgctxt "field:product.template,height:"
|
||||
msgid "Height"
|
||||
msgstr "Hauteur"
|
||||
|
||||
msgctxt "field:product.template,height_uom:"
|
||||
msgid "Height UoM"
|
||||
msgstr "UDM de hauteur"
|
||||
|
||||
msgctxt "field:product.template,length:"
|
||||
msgid "Length"
|
||||
msgstr "Longueur"
|
||||
|
||||
msgctxt "field:product.template,length_uom:"
|
||||
msgid "Length UoM"
|
||||
msgstr "UDM de longueur"
|
||||
|
||||
msgctxt "field:product.template,volume:"
|
||||
msgid "Volume"
|
||||
msgstr "Volume"
|
||||
|
||||
msgctxt "field:product.template,volume_uom:"
|
||||
msgid "Volume UoM"
|
||||
msgstr "UDM de volume"
|
||||
|
||||
msgctxt "field:product.template,weight:"
|
||||
msgid "Weight"
|
||||
msgstr "Poids"
|
||||
|
||||
msgctxt "field:product.template,weight_uom:"
|
||||
msgid "Weight UoM"
|
||||
msgstr "UDM de poids"
|
||||
|
||||
msgctxt "field:product.template,width:"
|
||||
msgid "Width"
|
||||
msgstr "Largeur"
|
||||
|
||||
msgctxt "field:product.template,width_uom:"
|
||||
msgid "Width UoM"
|
||||
msgstr "UDM de largeur"
|
||||
|
||||
msgctxt "help:product.product,height:"
|
||||
msgid "Height for 1 default unit of measure."
|
||||
msgstr "Hauteur pour 1 unité de mesure par défaut."
|
||||
|
||||
msgctxt "help:product.product,height_uom:"
|
||||
msgid "The Unit of Measure for the height."
|
||||
msgstr "L'Unité De Mesure pour la hauteur."
|
||||
|
||||
msgctxt "help:product.product,length:"
|
||||
msgid "Length for 1 default unit of measure."
|
||||
msgstr "Longueur pour 1 unité de mesure par défaut."
|
||||
|
||||
msgctxt "help:product.product,length_uom:"
|
||||
msgid "The Unit of Measure for the length."
|
||||
msgstr "L'Unité De Mesure pour la longueur."
|
||||
|
||||
msgctxt "help:product.product,volume:"
|
||||
msgid "Volume for 1 default unit of measure."
|
||||
msgstr "Volume pour 1 unité de mesure par défaut."
|
||||
|
||||
msgctxt "help:product.product,volume_uom:"
|
||||
msgid "The Unit of Measure for the volume."
|
||||
msgstr "L'Unité De Mesure pour le volume."
|
||||
|
||||
msgctxt "help:product.product,weight:"
|
||||
msgid "Weight for 1 default unit of measure."
|
||||
msgstr "Poids pour 1 unité de mesure par défaut."
|
||||
|
||||
msgctxt "help:product.product,weight_uom:"
|
||||
msgid "The Unit of Measure for the weight."
|
||||
msgstr "L'Unité De Mesure pour le poids."
|
||||
|
||||
msgctxt "help:product.product,width:"
|
||||
msgid "Width for 1 default unit of measure."
|
||||
msgstr "Largeur pour 1 unité de mesure par défaut."
|
||||
|
||||
msgctxt "help:product.product,width_uom:"
|
||||
msgid "The Unit of Measure for the width."
|
||||
msgstr "L'Unité De Mesure pour la largeur."
|
||||
|
||||
msgctxt "help:product.template,height:"
|
||||
msgid "Height for 1 default unit of measure."
|
||||
msgstr "Hauteur pour 1 unité de mesure par défaut."
|
||||
|
||||
msgctxt "help:product.template,height_uom:"
|
||||
msgid "The Unit of Measure for the height."
|
||||
msgstr "L'Unité De Mesure pour la hauteur."
|
||||
|
||||
msgctxt "help:product.template,length:"
|
||||
msgid "Length for 1 default unit of measure."
|
||||
msgstr "Longueur pour 1 unité de mesure par défaut."
|
||||
|
||||
msgctxt "help:product.template,length_uom:"
|
||||
msgid "The Unit of Measure for the length."
|
||||
msgstr "L'Unité De Mesure pour la longueur."
|
||||
|
||||
msgctxt "help:product.template,volume:"
|
||||
msgid "Volume for 1 default unit of measure."
|
||||
msgstr "Volume pour 1 unité de mesure par défaut."
|
||||
|
||||
msgctxt "help:product.template,volume_uom:"
|
||||
msgid "The Unit of Measure for the volume."
|
||||
msgstr "L'Unité De Mesure pour le volume."
|
||||
|
||||
msgctxt "help:product.template,weight:"
|
||||
msgid "Weight for 1 default unit of measure."
|
||||
msgstr "Poids pour 1 unité de mesure par défaut."
|
||||
|
||||
msgctxt "help:product.template,weight_uom:"
|
||||
msgid "The Unit of Measure for the weight."
|
||||
msgstr "L'Unité De Mesure pour le poids."
|
||||
|
||||
msgctxt "help:product.template,width:"
|
||||
msgid "Width for 1 default unit of measure."
|
||||
msgstr "Largeur pour 1 unité de mesure par défaut."
|
||||
|
||||
msgctxt "help:product.template,width_uom:"
|
||||
msgid "The Unit of Measure for the width."
|
||||
msgstr "L'Unité De Mesure pour la largeur."
|
||||
|
||||
msgctxt "view:product.template:"
|
||||
msgid "Measurements"
|
||||
msgstr "Mesures"
|
||||
|
||||
msgctxt "view:product.template:"
|
||||
msgid "Measurements for 1 default UoM."
|
||||
msgstr "Mesures pour 1 UDM par défaut."
|
||||
181
modules/product_measurements/locale/hu.po
Executable file
181
modules/product_measurements/locale/hu.po
Executable file
@@ -0,0 +1,181 @@
|
||||
#
|
||||
msgid ""
|
||||
msgstr "Content-Type: text/plain; charset=utf-8\n"
|
||||
|
||||
msgctxt "field:product.product,height:"
|
||||
msgid "Height"
|
||||
msgstr "Magasság"
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "field:product.product,height_uom:"
|
||||
msgid "Height UoM"
|
||||
msgstr "Magasság mértékegysége"
|
||||
|
||||
msgctxt "field:product.product,length:"
|
||||
msgid "Length"
|
||||
msgstr "Hossz"
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "field:product.product,length_uom:"
|
||||
msgid "Length UoM"
|
||||
msgstr "Hossz mértékegysége"
|
||||
|
||||
msgctxt "field:product.product,volume:"
|
||||
msgid "Volume"
|
||||
msgstr "Térfogat"
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "field:product.product,volume_uom:"
|
||||
msgid "Volume UoM"
|
||||
msgstr "Térfogat mértékegysége"
|
||||
|
||||
msgctxt "field:product.product,weight:"
|
||||
msgid "Weight"
|
||||
msgstr "Súly"
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "field:product.product,weight_uom:"
|
||||
msgid "Weight UoM"
|
||||
msgstr "Súly mértékegysége"
|
||||
|
||||
msgctxt "field:product.product,width:"
|
||||
msgid "Width"
|
||||
msgstr "Szélesség"
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "field:product.product,width_uom:"
|
||||
msgid "Width UoM"
|
||||
msgstr "Szélesség mértékegysége"
|
||||
|
||||
msgctxt "field:product.template,height:"
|
||||
msgid "Height"
|
||||
msgstr "Magasság"
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "field:product.template,height_uom:"
|
||||
msgid "Height UoM"
|
||||
msgstr "Magasság mértékegysége"
|
||||
|
||||
msgctxt "field:product.template,length:"
|
||||
msgid "Length"
|
||||
msgstr "Hossz"
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "field:product.template,length_uom:"
|
||||
msgid "Length UoM"
|
||||
msgstr "Hossz mértékegysége"
|
||||
|
||||
msgctxt "field:product.template,volume:"
|
||||
msgid "Volume"
|
||||
msgstr "Térfogat"
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "field:product.template,volume_uom:"
|
||||
msgid "Volume UoM"
|
||||
msgstr "Térfogat mértékegysége"
|
||||
|
||||
msgctxt "field:product.template,weight:"
|
||||
msgid "Weight"
|
||||
msgstr "Súly"
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "field:product.template,weight_uom:"
|
||||
msgid "Weight UoM"
|
||||
msgstr "Súly mértékegysége"
|
||||
|
||||
msgctxt "field:product.template,width:"
|
||||
msgid "Width"
|
||||
msgstr "Szélesség"
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "field:product.template,width_uom:"
|
||||
msgid "Width UoM"
|
||||
msgstr "Szélesség mértékegysége"
|
||||
|
||||
msgctxt "help:product.product,height:"
|
||||
msgid "Height for 1 default unit of measure."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.product,height_uom:"
|
||||
msgid "The Unit of Measure for the height."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.product,length:"
|
||||
msgid "Length for 1 default unit of measure."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.product,length_uom:"
|
||||
msgid "The Unit of Measure for the length."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.product,volume:"
|
||||
msgid "Volume for 1 default unit of measure."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.product,volume_uom:"
|
||||
msgid "The Unit of Measure for the volume."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.product,weight:"
|
||||
msgid "Weight for 1 default unit of measure."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.product,weight_uom:"
|
||||
msgid "The Unit of Measure for the weight."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.product,width:"
|
||||
msgid "Width for 1 default unit of measure."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.product,width_uom:"
|
||||
msgid "The Unit of Measure for the width."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.template,height:"
|
||||
msgid "Height for 1 default unit of measure."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.template,height_uom:"
|
||||
msgid "The Unit of Measure for the height."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.template,length:"
|
||||
msgid "Length for 1 default unit of measure."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.template,length_uom:"
|
||||
msgid "The Unit of Measure for the length."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.template,volume:"
|
||||
msgid "Volume for 1 default unit of measure."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.template,volume_uom:"
|
||||
msgid "The Unit of Measure for the volume."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.template,weight:"
|
||||
msgid "Weight for 1 default unit of measure."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.template,weight_uom:"
|
||||
msgid "The Unit of Measure for the weight."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.template,width:"
|
||||
msgid "Width for 1 default unit of measure."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.template,width_uom:"
|
||||
msgid "The Unit of Measure for the width."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "view:product.template:"
|
||||
msgid "Measurements"
|
||||
msgstr "Méretek és súly"
|
||||
|
||||
msgctxt "view:product.template:"
|
||||
msgid "Measurements for 1 default UoM."
|
||||
msgstr ""
|
||||
179
modules/product_measurements/locale/id.po
Executable file
179
modules/product_measurements/locale/id.po
Executable file
@@ -0,0 +1,179 @@
|
||||
#
|
||||
msgid ""
|
||||
msgstr "Content-Type: text/plain; charset=utf-8\n"
|
||||
|
||||
msgctxt "field:product.product,height:"
|
||||
msgid "Height"
|
||||
msgstr "Tinggi"
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "field:product.product,height_uom:"
|
||||
msgid "Height UoM"
|
||||
msgstr "Tinggi"
|
||||
|
||||
msgctxt "field:product.product,length:"
|
||||
msgid "Length"
|
||||
msgstr "Panjang"
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "field:product.product,length_uom:"
|
||||
msgid "Length UoM"
|
||||
msgstr "Panjang"
|
||||
|
||||
msgctxt "field:product.product,volume:"
|
||||
msgid "Volume"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:product.product,volume_uom:"
|
||||
msgid "Volume UoM"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:product.product,weight:"
|
||||
msgid "Weight"
|
||||
msgstr "Berat"
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "field:product.product,weight_uom:"
|
||||
msgid "Weight UoM"
|
||||
msgstr "Berat"
|
||||
|
||||
msgctxt "field:product.product,width:"
|
||||
msgid "Width"
|
||||
msgstr "Lebar"
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "field:product.product,width_uom:"
|
||||
msgid "Width UoM"
|
||||
msgstr "Lebar"
|
||||
|
||||
msgctxt "field:product.template,height:"
|
||||
msgid "Height"
|
||||
msgstr "Tinggi"
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "field:product.template,height_uom:"
|
||||
msgid "Height UoM"
|
||||
msgstr "Tinggi"
|
||||
|
||||
msgctxt "field:product.template,length:"
|
||||
msgid "Length"
|
||||
msgstr "Panjang"
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "field:product.template,length_uom:"
|
||||
msgid "Length UoM"
|
||||
msgstr "Panjang"
|
||||
|
||||
msgctxt "field:product.template,volume:"
|
||||
msgid "Volume"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:product.template,volume_uom:"
|
||||
msgid "Volume UoM"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:product.template,weight:"
|
||||
msgid "Weight"
|
||||
msgstr ""
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "field:product.template,weight_uom:"
|
||||
msgid "Weight UoM"
|
||||
msgstr "Berat"
|
||||
|
||||
msgctxt "field:product.template,width:"
|
||||
msgid "Width"
|
||||
msgstr "Lebar"
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "field:product.template,width_uom:"
|
||||
msgid "Width UoM"
|
||||
msgstr "Lebar"
|
||||
|
||||
msgctxt "help:product.product,height:"
|
||||
msgid "Height for 1 default unit of measure."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.product,height_uom:"
|
||||
msgid "The Unit of Measure for the height."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.product,length:"
|
||||
msgid "Length for 1 default unit of measure."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.product,length_uom:"
|
||||
msgid "The Unit of Measure for the length."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.product,volume:"
|
||||
msgid "Volume for 1 default unit of measure."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.product,volume_uom:"
|
||||
msgid "The Unit of Measure for the volume."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.product,weight:"
|
||||
msgid "Weight for 1 default unit of measure."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.product,weight_uom:"
|
||||
msgid "The Unit of Measure for the weight."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.product,width:"
|
||||
msgid "Width for 1 default unit of measure."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.product,width_uom:"
|
||||
msgid "The Unit of Measure for the width."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.template,height:"
|
||||
msgid "Height for 1 default unit of measure."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.template,height_uom:"
|
||||
msgid "The Unit of Measure for the height."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.template,length:"
|
||||
msgid "Length for 1 default unit of measure."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.template,length_uom:"
|
||||
msgid "The Unit of Measure for the length."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.template,volume:"
|
||||
msgid "Volume for 1 default unit of measure."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.template,volume_uom:"
|
||||
msgid "The Unit of Measure for the volume."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.template,weight:"
|
||||
msgid "Weight for 1 default unit of measure."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.template,weight_uom:"
|
||||
msgid "The Unit of Measure for the weight."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.template,width:"
|
||||
msgid "Width for 1 default unit of measure."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.template,width_uom:"
|
||||
msgid "The Unit of Measure for the width."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "view:product.template:"
|
||||
msgid "Measurements"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "view:product.template:"
|
||||
msgid "Measurements for 1 default UoM."
|
||||
msgstr ""
|
||||
181
modules/product_measurements/locale/it.po
Executable file
181
modules/product_measurements/locale/it.po
Executable file
@@ -0,0 +1,181 @@
|
||||
#
|
||||
msgid ""
|
||||
msgstr "Content-Type: text/plain; charset=utf-8\n"
|
||||
|
||||
msgctxt "field:product.product,height:"
|
||||
msgid "Height"
|
||||
msgstr "Altezza"
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "field:product.product,height_uom:"
|
||||
msgid "Height UoM"
|
||||
msgstr "UdM Altezza"
|
||||
|
||||
msgctxt "field:product.product,length:"
|
||||
msgid "Length"
|
||||
msgstr "Lunghezza"
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "field:product.product,length_uom:"
|
||||
msgid "Length UoM"
|
||||
msgstr "UdM Lunghezza"
|
||||
|
||||
msgctxt "field:product.product,volume:"
|
||||
msgid "Volume"
|
||||
msgstr "Volume"
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "field:product.product,volume_uom:"
|
||||
msgid "Volume UoM"
|
||||
msgstr "UdM Volume"
|
||||
|
||||
msgctxt "field:product.product,weight:"
|
||||
msgid "Weight"
|
||||
msgstr "Peso"
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "field:product.product,weight_uom:"
|
||||
msgid "Weight UoM"
|
||||
msgstr "UdM Peso"
|
||||
|
||||
msgctxt "field:product.product,width:"
|
||||
msgid "Width"
|
||||
msgstr "Larghezza"
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "field:product.product,width_uom:"
|
||||
msgid "Width UoM"
|
||||
msgstr "UdM Larghezza"
|
||||
|
||||
msgctxt "field:product.template,height:"
|
||||
msgid "Height"
|
||||
msgstr "Altezza"
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "field:product.template,height_uom:"
|
||||
msgid "Height UoM"
|
||||
msgstr "UdM Altezza"
|
||||
|
||||
msgctxt "field:product.template,length:"
|
||||
msgid "Length"
|
||||
msgstr "Lunghezza"
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "field:product.template,length_uom:"
|
||||
msgid "Length UoM"
|
||||
msgstr "UdM Lunghezza"
|
||||
|
||||
msgctxt "field:product.template,volume:"
|
||||
msgid "Volume"
|
||||
msgstr "Volume"
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "field:product.template,volume_uom:"
|
||||
msgid "Volume UoM"
|
||||
msgstr "UdM Volume"
|
||||
|
||||
msgctxt "field:product.template,weight:"
|
||||
msgid "Weight"
|
||||
msgstr "Peso"
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "field:product.template,weight_uom:"
|
||||
msgid "Weight UoM"
|
||||
msgstr "UdM Peso"
|
||||
|
||||
msgctxt "field:product.template,width:"
|
||||
msgid "Width"
|
||||
msgstr "Larghezza"
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "field:product.template,width_uom:"
|
||||
msgid "Width UoM"
|
||||
msgstr "UdM Larghezza"
|
||||
|
||||
msgctxt "help:product.product,height:"
|
||||
msgid "Height for 1 default unit of measure."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.product,height_uom:"
|
||||
msgid "The Unit of Measure for the height."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.product,length:"
|
||||
msgid "Length for 1 default unit of measure."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.product,length_uom:"
|
||||
msgid "The Unit of Measure for the length."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.product,volume:"
|
||||
msgid "Volume for 1 default unit of measure."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.product,volume_uom:"
|
||||
msgid "The Unit of Measure for the volume."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.product,weight:"
|
||||
msgid "Weight for 1 default unit of measure."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.product,weight_uom:"
|
||||
msgid "The Unit of Measure for the weight."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.product,width:"
|
||||
msgid "Width for 1 default unit of measure."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.product,width_uom:"
|
||||
msgid "The Unit of Measure for the width."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.template,height:"
|
||||
msgid "Height for 1 default unit of measure."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.template,height_uom:"
|
||||
msgid "The Unit of Measure for the height."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.template,length:"
|
||||
msgid "Length for 1 default unit of measure."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.template,length_uom:"
|
||||
msgid "The Unit of Measure for the length."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.template,volume:"
|
||||
msgid "Volume for 1 default unit of measure."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.template,volume_uom:"
|
||||
msgid "The Unit of Measure for the volume."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.template,weight:"
|
||||
msgid "Weight for 1 default unit of measure."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.template,weight_uom:"
|
||||
msgid "The Unit of Measure for the weight."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.template,width:"
|
||||
msgid "Width for 1 default unit of measure."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.template,width_uom:"
|
||||
msgid "The Unit of Measure for the width."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "view:product.template:"
|
||||
msgid "Measurements"
|
||||
msgstr "Misure"
|
||||
|
||||
msgctxt "view:product.template:"
|
||||
msgid "Measurements for 1 default UoM."
|
||||
msgstr ""
|
||||
181
modules/product_measurements/locale/lo.po
Executable file
181
modules/product_measurements/locale/lo.po
Executable file
@@ -0,0 +1,181 @@
|
||||
#
|
||||
msgid ""
|
||||
msgstr "Content-Type: text/plain; charset=utf-8\n"
|
||||
|
||||
msgctxt "field:product.product,height:"
|
||||
msgid "Height"
|
||||
msgstr "ຄວາມສູງ"
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "field:product.product,height_uom:"
|
||||
msgid "Height UoM"
|
||||
msgstr "ຫົວໜ່ວຍຄວາມສູງ"
|
||||
|
||||
msgctxt "field:product.product,length:"
|
||||
msgid "Length"
|
||||
msgstr "ຄວາມຍາວ"
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "field:product.product,length_uom:"
|
||||
msgid "Length UoM"
|
||||
msgstr "ຫົວໜ່ວຍຄວາມຍາວ"
|
||||
|
||||
msgctxt "field:product.product,volume:"
|
||||
msgid "Volume"
|
||||
msgstr "ບໍລິມາດ"
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "field:product.product,volume_uom:"
|
||||
msgid "Volume UoM"
|
||||
msgstr "ຫົວໜ່ວຍບໍລິມາດ"
|
||||
|
||||
msgctxt "field:product.product,weight:"
|
||||
msgid "Weight"
|
||||
msgstr "ນໍ້າໜັກ"
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "field:product.product,weight_uom:"
|
||||
msgid "Weight UoM"
|
||||
msgstr "ຫົວໜ່ວຍນໍ້າໜັກ"
|
||||
|
||||
msgctxt "field:product.product,width:"
|
||||
msgid "Width"
|
||||
msgstr "ຄວາມກວ້າງ"
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "field:product.product,width_uom:"
|
||||
msgid "Width UoM"
|
||||
msgstr "ຫົວໜ່ວຍຄວາມກວ້າງ"
|
||||
|
||||
msgctxt "field:product.template,height:"
|
||||
msgid "Height"
|
||||
msgstr "ຄວາມສູງ"
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "field:product.template,height_uom:"
|
||||
msgid "Height UoM"
|
||||
msgstr "ຫົວໜ່ວຍຄວາມສູງ"
|
||||
|
||||
msgctxt "field:product.template,length:"
|
||||
msgid "Length"
|
||||
msgstr "ຄວາມຍາວ"
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "field:product.template,length_uom:"
|
||||
msgid "Length UoM"
|
||||
msgstr "ຫົວໜ່ວຍຄວາມຍາວ"
|
||||
|
||||
msgctxt "field:product.template,volume:"
|
||||
msgid "Volume"
|
||||
msgstr "ບໍລິມາດ"
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "field:product.template,volume_uom:"
|
||||
msgid "Volume UoM"
|
||||
msgstr "ຫົວໜ່ວຍບໍລິມາດ"
|
||||
|
||||
msgctxt "field:product.template,weight:"
|
||||
msgid "Weight"
|
||||
msgstr "ນໍ້າໜັກ"
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "field:product.template,weight_uom:"
|
||||
msgid "Weight UoM"
|
||||
msgstr "ຫົວໜ່ວຍນໍ້າໜັກ"
|
||||
|
||||
msgctxt "field:product.template,width:"
|
||||
msgid "Width"
|
||||
msgstr "ຄວາມກວ້າງ"
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "field:product.template,width_uom:"
|
||||
msgid "Width UoM"
|
||||
msgstr "ຫົວໜ່ວຍຄວາມກວ້າງ"
|
||||
|
||||
msgctxt "help:product.product,height:"
|
||||
msgid "Height for 1 default unit of measure."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.product,height_uom:"
|
||||
msgid "The Unit of Measure for the height."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.product,length:"
|
||||
msgid "Length for 1 default unit of measure."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.product,length_uom:"
|
||||
msgid "The Unit of Measure for the length."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.product,volume:"
|
||||
msgid "Volume for 1 default unit of measure."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.product,volume_uom:"
|
||||
msgid "The Unit of Measure for the volume."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.product,weight:"
|
||||
msgid "Weight for 1 default unit of measure."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.product,weight_uom:"
|
||||
msgid "The Unit of Measure for the weight."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.product,width:"
|
||||
msgid "Width for 1 default unit of measure."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.product,width_uom:"
|
||||
msgid "The Unit of Measure for the width."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.template,height:"
|
||||
msgid "Height for 1 default unit of measure."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.template,height_uom:"
|
||||
msgid "The Unit of Measure for the height."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.template,length:"
|
||||
msgid "Length for 1 default unit of measure."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.template,length_uom:"
|
||||
msgid "The Unit of Measure for the length."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.template,volume:"
|
||||
msgid "Volume for 1 default unit of measure."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.template,volume_uom:"
|
||||
msgid "The Unit of Measure for the volume."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.template,weight:"
|
||||
msgid "Weight for 1 default unit of measure."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.template,weight_uom:"
|
||||
msgid "The Unit of Measure for the weight."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.template,width:"
|
||||
msgid "Width for 1 default unit of measure."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.template,width_uom:"
|
||||
msgid "The Unit of Measure for the width."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "view:product.template:"
|
||||
msgid "Measurements"
|
||||
msgstr "ການວັດແທກ"
|
||||
|
||||
msgctxt "view:product.template:"
|
||||
msgid "Measurements for 1 default UoM."
|
||||
msgstr ""
|
||||
171
modules/product_measurements/locale/lt.po
Executable file
171
modules/product_measurements/locale/lt.po
Executable file
@@ -0,0 +1,171 @@
|
||||
#
|
||||
msgid ""
|
||||
msgstr "Content-Type: text/plain; charset=utf-8\n"
|
||||
|
||||
msgctxt "field:product.product,height:"
|
||||
msgid "Height"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:product.product,height_uom:"
|
||||
msgid "Height UoM"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:product.product,length:"
|
||||
msgid "Length"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:product.product,length_uom:"
|
||||
msgid "Length UoM"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:product.product,volume:"
|
||||
msgid "Volume"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:product.product,volume_uom:"
|
||||
msgid "Volume UoM"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:product.product,weight:"
|
||||
msgid "Weight"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:product.product,weight_uom:"
|
||||
msgid "Weight UoM"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:product.product,width:"
|
||||
msgid "Width"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:product.product,width_uom:"
|
||||
msgid "Width UoM"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:product.template,height:"
|
||||
msgid "Height"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:product.template,height_uom:"
|
||||
msgid "Height UoM"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:product.template,length:"
|
||||
msgid "Length"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:product.template,length_uom:"
|
||||
msgid "Length UoM"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:product.template,volume:"
|
||||
msgid "Volume"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:product.template,volume_uom:"
|
||||
msgid "Volume UoM"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:product.template,weight:"
|
||||
msgid "Weight"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:product.template,weight_uom:"
|
||||
msgid "Weight UoM"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:product.template,width:"
|
||||
msgid "Width"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:product.template,width_uom:"
|
||||
msgid "Width UoM"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.product,height:"
|
||||
msgid "Height for 1 default unit of measure."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.product,height_uom:"
|
||||
msgid "The Unit of Measure for the height."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.product,length:"
|
||||
msgid "Length for 1 default unit of measure."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.product,length_uom:"
|
||||
msgid "The Unit of Measure for the length."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.product,volume:"
|
||||
msgid "Volume for 1 default unit of measure."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.product,volume_uom:"
|
||||
msgid "The Unit of Measure for the volume."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.product,weight:"
|
||||
msgid "Weight for 1 default unit of measure."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.product,weight_uom:"
|
||||
msgid "The Unit of Measure for the weight."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.product,width:"
|
||||
msgid "Width for 1 default unit of measure."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.product,width_uom:"
|
||||
msgid "The Unit of Measure for the width."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.template,height:"
|
||||
msgid "Height for 1 default unit of measure."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.template,height_uom:"
|
||||
msgid "The Unit of Measure for the height."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.template,length:"
|
||||
msgid "Length for 1 default unit of measure."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.template,length_uom:"
|
||||
msgid "The Unit of Measure for the length."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.template,volume:"
|
||||
msgid "Volume for 1 default unit of measure."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.template,volume_uom:"
|
||||
msgid "The Unit of Measure for the volume."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.template,weight:"
|
||||
msgid "Weight for 1 default unit of measure."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.template,weight_uom:"
|
||||
msgid "The Unit of Measure for the weight."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.template,width:"
|
||||
msgid "Width for 1 default unit of measure."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.template,width_uom:"
|
||||
msgid "The Unit of Measure for the width."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "view:product.template:"
|
||||
msgid "Measurements"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "view:product.template:"
|
||||
msgid "Measurements for 1 default UoM."
|
||||
msgstr ""
|
||||
171
modules/product_measurements/locale/nl.po
Executable file
171
modules/product_measurements/locale/nl.po
Executable file
@@ -0,0 +1,171 @@
|
||||
#
|
||||
msgid ""
|
||||
msgstr "Content-Type: text/plain; charset=utf-8\n"
|
||||
|
||||
msgctxt "field:product.product,height:"
|
||||
msgid "Height"
|
||||
msgstr "Hoogte"
|
||||
|
||||
msgctxt "field:product.product,height_uom:"
|
||||
msgid "Height UoM"
|
||||
msgstr "Maateenheid hoogte"
|
||||
|
||||
msgctxt "field:product.product,length:"
|
||||
msgid "Length"
|
||||
msgstr "Lengte"
|
||||
|
||||
msgctxt "field:product.product,length_uom:"
|
||||
msgid "Length UoM"
|
||||
msgstr "Maateenheid lengte"
|
||||
|
||||
msgctxt "field:product.product,volume:"
|
||||
msgid "Volume"
|
||||
msgstr "Volume"
|
||||
|
||||
msgctxt "field:product.product,volume_uom:"
|
||||
msgid "Volume UoM"
|
||||
msgstr "Maateenheid volume"
|
||||
|
||||
msgctxt "field:product.product,weight:"
|
||||
msgid "Weight"
|
||||
msgstr "Gewicht"
|
||||
|
||||
msgctxt "field:product.product,weight_uom:"
|
||||
msgid "Weight UoM"
|
||||
msgstr "Maateenheid gewicht"
|
||||
|
||||
msgctxt "field:product.product,width:"
|
||||
msgid "Width"
|
||||
msgstr "Breedte"
|
||||
|
||||
msgctxt "field:product.product,width_uom:"
|
||||
msgid "Width UoM"
|
||||
msgstr "Maateenheid breedte"
|
||||
|
||||
msgctxt "field:product.template,height:"
|
||||
msgid "Height"
|
||||
msgstr "Hoogte"
|
||||
|
||||
msgctxt "field:product.template,height_uom:"
|
||||
msgid "Height UoM"
|
||||
msgstr "Maateenheid hoogte"
|
||||
|
||||
msgctxt "field:product.template,length:"
|
||||
msgid "Length"
|
||||
msgstr "Lengte"
|
||||
|
||||
msgctxt "field:product.template,length_uom:"
|
||||
msgid "Length UoM"
|
||||
msgstr "Maateenheid lengte"
|
||||
|
||||
msgctxt "field:product.template,volume:"
|
||||
msgid "Volume"
|
||||
msgstr "Volume"
|
||||
|
||||
msgctxt "field:product.template,volume_uom:"
|
||||
msgid "Volume UoM"
|
||||
msgstr "Maateenheid volume"
|
||||
|
||||
msgctxt "field:product.template,weight:"
|
||||
msgid "Weight"
|
||||
msgstr "Gewicht"
|
||||
|
||||
msgctxt "field:product.template,weight_uom:"
|
||||
msgid "Weight UoM"
|
||||
msgstr "Maateenheid gewicht"
|
||||
|
||||
msgctxt "field:product.template,width:"
|
||||
msgid "Width"
|
||||
msgstr "Breedte"
|
||||
|
||||
msgctxt "field:product.template,width_uom:"
|
||||
msgid "Width UoM"
|
||||
msgstr "gewicht breedte"
|
||||
|
||||
msgctxt "help:product.product,height:"
|
||||
msgid "Height for 1 default unit of measure."
|
||||
msgstr "Hoogte voor 1 standaard maateenheid."
|
||||
|
||||
msgctxt "help:product.product,height_uom:"
|
||||
msgid "The Unit of Measure for the height."
|
||||
msgstr "De maateenheid voor de hoogte."
|
||||
|
||||
msgctxt "help:product.product,length:"
|
||||
msgid "Length for 1 default unit of measure."
|
||||
msgstr "Lengte voor 1 standaard maateenheid."
|
||||
|
||||
msgctxt "help:product.product,length_uom:"
|
||||
msgid "The Unit of Measure for the length."
|
||||
msgstr "De maateenheid voor de lengte."
|
||||
|
||||
msgctxt "help:product.product,volume:"
|
||||
msgid "Volume for 1 default unit of measure."
|
||||
msgstr "Volume voor 1 standaard maateenheid."
|
||||
|
||||
msgctxt "help:product.product,volume_uom:"
|
||||
msgid "The Unit of Measure for the volume."
|
||||
msgstr "De maateenheid voor het volume."
|
||||
|
||||
msgctxt "help:product.product,weight:"
|
||||
msgid "Weight for 1 default unit of measure."
|
||||
msgstr "Gewicht voor 1 standaard maateenheid."
|
||||
|
||||
msgctxt "help:product.product,weight_uom:"
|
||||
msgid "The Unit of Measure for the weight."
|
||||
msgstr "De maateenheid voor het gewicht."
|
||||
|
||||
msgctxt "help:product.product,width:"
|
||||
msgid "Width for 1 default unit of measure."
|
||||
msgstr "Breedte voor 1 standaard maateenheid."
|
||||
|
||||
msgctxt "help:product.product,width_uom:"
|
||||
msgid "The Unit of Measure for the width."
|
||||
msgstr "De maateenheid voor de breedte."
|
||||
|
||||
msgctxt "help:product.template,height:"
|
||||
msgid "Height for 1 default unit of measure."
|
||||
msgstr "Hoogte voor 1 standaard maateenheid."
|
||||
|
||||
msgctxt "help:product.template,height_uom:"
|
||||
msgid "The Unit of Measure for the height."
|
||||
msgstr "De maateenheid voor de hoogte."
|
||||
|
||||
msgctxt "help:product.template,length:"
|
||||
msgid "Length for 1 default unit of measure."
|
||||
msgstr "Lengte voor 1 standaard maateenheid."
|
||||
|
||||
msgctxt "help:product.template,length_uom:"
|
||||
msgid "The Unit of Measure for the length."
|
||||
msgstr "De maateenheid voor de lengte."
|
||||
|
||||
msgctxt "help:product.template,volume:"
|
||||
msgid "Volume for 1 default unit of measure."
|
||||
msgstr "Volume voor 1 standaard maateenheid."
|
||||
|
||||
msgctxt "help:product.template,volume_uom:"
|
||||
msgid "The Unit of Measure for the volume."
|
||||
msgstr "De maateenheid voor het volume."
|
||||
|
||||
msgctxt "help:product.template,weight:"
|
||||
msgid "Weight for 1 default unit of measure."
|
||||
msgstr "Gewicht voor 1 standaard maateenheid."
|
||||
|
||||
msgctxt "help:product.template,weight_uom:"
|
||||
msgid "The Unit of Measure for the weight."
|
||||
msgstr "De maateenheid voor het gewicht."
|
||||
|
||||
msgctxt "help:product.template,width:"
|
||||
msgid "Width for 1 default unit of measure."
|
||||
msgstr "Breedte voor 1 standaard maateenheid."
|
||||
|
||||
msgctxt "help:product.template,width_uom:"
|
||||
msgid "The Unit of Measure for the width."
|
||||
msgstr "De maateenheid voor de breedte."
|
||||
|
||||
msgctxt "view:product.template:"
|
||||
msgid "Measurements"
|
||||
msgstr "afmetingen"
|
||||
|
||||
msgctxt "view:product.template:"
|
||||
msgid "Measurements for 1 default UoM."
|
||||
msgstr "Afmetingen voor 1 standaard maateenheid."
|
||||
181
modules/product_measurements/locale/pl.po
Executable file
181
modules/product_measurements/locale/pl.po
Executable file
@@ -0,0 +1,181 @@
|
||||
#
|
||||
msgid ""
|
||||
msgstr "Content-Type: text/plain; charset=utf-8\n"
|
||||
|
||||
msgctxt "field:product.product,height:"
|
||||
msgid "Height"
|
||||
msgstr "Wysokość"
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "field:product.product,height_uom:"
|
||||
msgid "Height UoM"
|
||||
msgstr "Jm wysokości"
|
||||
|
||||
msgctxt "field:product.product,length:"
|
||||
msgid "Length"
|
||||
msgstr "Długość"
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "field:product.product,length_uom:"
|
||||
msgid "Length UoM"
|
||||
msgstr "Jm długości"
|
||||
|
||||
msgctxt "field:product.product,volume:"
|
||||
msgid "Volume"
|
||||
msgstr "Objętość"
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "field:product.product,volume_uom:"
|
||||
msgid "Volume UoM"
|
||||
msgstr "Jm objętości"
|
||||
|
||||
msgctxt "field:product.product,weight:"
|
||||
msgid "Weight"
|
||||
msgstr "Waga"
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "field:product.product,weight_uom:"
|
||||
msgid "Weight UoM"
|
||||
msgstr "Jm wagi"
|
||||
|
||||
msgctxt "field:product.product,width:"
|
||||
msgid "Width"
|
||||
msgstr "Szerokość"
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "field:product.product,width_uom:"
|
||||
msgid "Width UoM"
|
||||
msgstr "Jm szerokości"
|
||||
|
||||
msgctxt "field:product.template,height:"
|
||||
msgid "Height"
|
||||
msgstr "Wysokość"
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "field:product.template,height_uom:"
|
||||
msgid "Height UoM"
|
||||
msgstr "Wysokość jm"
|
||||
|
||||
msgctxt "field:product.template,length:"
|
||||
msgid "Length"
|
||||
msgstr "Długość"
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "field:product.template,length_uom:"
|
||||
msgid "Length UoM"
|
||||
msgstr "Jm długości"
|
||||
|
||||
msgctxt "field:product.template,volume:"
|
||||
msgid "Volume"
|
||||
msgstr "Objętość"
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "field:product.template,volume_uom:"
|
||||
msgid "Volume UoM"
|
||||
msgstr "Jm objętości"
|
||||
|
||||
msgctxt "field:product.template,weight:"
|
||||
msgid "Weight"
|
||||
msgstr "Waga"
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "field:product.template,weight_uom:"
|
||||
msgid "Weight UoM"
|
||||
msgstr "Jm wagi"
|
||||
|
||||
msgctxt "field:product.template,width:"
|
||||
msgid "Width"
|
||||
msgstr "Szerokość"
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "field:product.template,width_uom:"
|
||||
msgid "Width UoM"
|
||||
msgstr "Jm szerokości"
|
||||
|
||||
msgctxt "help:product.product,height:"
|
||||
msgid "Height for 1 default unit of measure."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.product,height_uom:"
|
||||
msgid "The Unit of Measure for the height."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.product,length:"
|
||||
msgid "Length for 1 default unit of measure."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.product,length_uom:"
|
||||
msgid "The Unit of Measure for the length."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.product,volume:"
|
||||
msgid "Volume for 1 default unit of measure."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.product,volume_uom:"
|
||||
msgid "The Unit of Measure for the volume."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.product,weight:"
|
||||
msgid "Weight for 1 default unit of measure."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.product,weight_uom:"
|
||||
msgid "The Unit of Measure for the weight."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.product,width:"
|
||||
msgid "Width for 1 default unit of measure."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.product,width_uom:"
|
||||
msgid "The Unit of Measure for the width."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.template,height:"
|
||||
msgid "Height for 1 default unit of measure."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.template,height_uom:"
|
||||
msgid "The Unit of Measure for the height."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.template,length:"
|
||||
msgid "Length for 1 default unit of measure."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.template,length_uom:"
|
||||
msgid "The Unit of Measure for the length."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.template,volume:"
|
||||
msgid "Volume for 1 default unit of measure."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.template,volume_uom:"
|
||||
msgid "The Unit of Measure for the volume."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.template,weight:"
|
||||
msgid "Weight for 1 default unit of measure."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.template,weight_uom:"
|
||||
msgid "The Unit of Measure for the weight."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.template,width:"
|
||||
msgid "Width for 1 default unit of measure."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.template,width_uom:"
|
||||
msgid "The Unit of Measure for the width."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "view:product.template:"
|
||||
msgid "Measurements"
|
||||
msgstr "Miary"
|
||||
|
||||
msgctxt "view:product.template:"
|
||||
msgid "Measurements for 1 default UoM."
|
||||
msgstr ""
|
||||
181
modules/product_measurements/locale/pt.po
Executable file
181
modules/product_measurements/locale/pt.po
Executable file
@@ -0,0 +1,181 @@
|
||||
#
|
||||
msgid ""
|
||||
msgstr "Content-Type: text/plain; charset=utf-8\n"
|
||||
|
||||
msgctxt "field:product.product,height:"
|
||||
msgid "Height"
|
||||
msgstr "Altura"
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "field:product.product,height_uom:"
|
||||
msgid "Height UoM"
|
||||
msgstr "UDM da Altura"
|
||||
|
||||
msgctxt "field:product.product,length:"
|
||||
msgid "Length"
|
||||
msgstr "Comprimento"
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "field:product.product,length_uom:"
|
||||
msgid "Length UoM"
|
||||
msgstr "UDM do Comprimento"
|
||||
|
||||
msgctxt "field:product.product,volume:"
|
||||
msgid "Volume"
|
||||
msgstr "Volume"
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "field:product.product,volume_uom:"
|
||||
msgid "Volume UoM"
|
||||
msgstr "UDM do Volume"
|
||||
|
||||
msgctxt "field:product.product,weight:"
|
||||
msgid "Weight"
|
||||
msgstr "Peso"
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "field:product.product,weight_uom:"
|
||||
msgid "Weight UoM"
|
||||
msgstr "UDM do Peso"
|
||||
|
||||
msgctxt "field:product.product,width:"
|
||||
msgid "Width"
|
||||
msgstr "Largura"
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "field:product.product,width_uom:"
|
||||
msgid "Width UoM"
|
||||
msgstr "UDM da Largura"
|
||||
|
||||
msgctxt "field:product.template,height:"
|
||||
msgid "Height"
|
||||
msgstr "Altura"
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "field:product.template,height_uom:"
|
||||
msgid "Height UoM"
|
||||
msgstr "UDM da altura"
|
||||
|
||||
msgctxt "field:product.template,length:"
|
||||
msgid "Length"
|
||||
msgstr "Comprimento"
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "field:product.template,length_uom:"
|
||||
msgid "Length UoM"
|
||||
msgstr "UDM do comprimento"
|
||||
|
||||
msgctxt "field:product.template,volume:"
|
||||
msgid "Volume"
|
||||
msgstr "Volume"
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "field:product.template,volume_uom:"
|
||||
msgid "Volume UoM"
|
||||
msgstr "UDM do volume"
|
||||
|
||||
msgctxt "field:product.template,weight:"
|
||||
msgid "Weight"
|
||||
msgstr "Peso"
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "field:product.template,weight_uom:"
|
||||
msgid "Weight UoM"
|
||||
msgstr "UDM do peso"
|
||||
|
||||
msgctxt "field:product.template,width:"
|
||||
msgid "Width"
|
||||
msgstr "Largura"
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "field:product.template,width_uom:"
|
||||
msgid "Width UoM"
|
||||
msgstr "UDM da largura"
|
||||
|
||||
msgctxt "help:product.product,height:"
|
||||
msgid "Height for 1 default unit of measure."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.product,height_uom:"
|
||||
msgid "The Unit of Measure for the height."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.product,length:"
|
||||
msgid "Length for 1 default unit of measure."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.product,length_uom:"
|
||||
msgid "The Unit of Measure for the length."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.product,volume:"
|
||||
msgid "Volume for 1 default unit of measure."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.product,volume_uom:"
|
||||
msgid "The Unit of Measure for the volume."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.product,weight:"
|
||||
msgid "Weight for 1 default unit of measure."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.product,weight_uom:"
|
||||
msgid "The Unit of Measure for the weight."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.product,width:"
|
||||
msgid "Width for 1 default unit of measure."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.product,width_uom:"
|
||||
msgid "The Unit of Measure for the width."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.template,height:"
|
||||
msgid "Height for 1 default unit of measure."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.template,height_uom:"
|
||||
msgid "The Unit of Measure for the height."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.template,length:"
|
||||
msgid "Length for 1 default unit of measure."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.template,length_uom:"
|
||||
msgid "The Unit of Measure for the length."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.template,volume:"
|
||||
msgid "Volume for 1 default unit of measure."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.template,volume_uom:"
|
||||
msgid "The Unit of Measure for the volume."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.template,weight:"
|
||||
msgid "Weight for 1 default unit of measure."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.template,weight_uom:"
|
||||
msgid "The Unit of Measure for the weight."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.template,width:"
|
||||
msgid "Width for 1 default unit of measure."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.template,width_uom:"
|
||||
msgid "The Unit of Measure for the width."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "view:product.template:"
|
||||
msgid "Measurements"
|
||||
msgstr "Medidas"
|
||||
|
||||
msgctxt "view:product.template:"
|
||||
msgid "Measurements for 1 default UoM."
|
||||
msgstr ""
|
||||
171
modules/product_measurements/locale/ro.po
Executable file
171
modules/product_measurements/locale/ro.po
Executable file
@@ -0,0 +1,171 @@
|
||||
#
|
||||
msgid ""
|
||||
msgstr "Content-Type: text/plain; charset=utf-8\n"
|
||||
|
||||
msgctxt "field:product.product,height:"
|
||||
msgid "Height"
|
||||
msgstr "Înălţime"
|
||||
|
||||
msgctxt "field:product.product,height_uom:"
|
||||
msgid "Height UoM"
|
||||
msgstr "UM Înălțime"
|
||||
|
||||
msgctxt "field:product.product,length:"
|
||||
msgid "Length"
|
||||
msgstr "Lungime"
|
||||
|
||||
msgctxt "field:product.product,length_uom:"
|
||||
msgid "Length UoM"
|
||||
msgstr "UM Lungime"
|
||||
|
||||
msgctxt "field:product.product,volume:"
|
||||
msgid "Volume"
|
||||
msgstr "Volum"
|
||||
|
||||
msgctxt "field:product.product,volume_uom:"
|
||||
msgid "Volume UoM"
|
||||
msgstr "UM Volum"
|
||||
|
||||
msgctxt "field:product.product,weight:"
|
||||
msgid "Weight"
|
||||
msgstr "Greutate"
|
||||
|
||||
msgctxt "field:product.product,weight_uom:"
|
||||
msgid "Weight UoM"
|
||||
msgstr "UM Greutate"
|
||||
|
||||
msgctxt "field:product.product,width:"
|
||||
msgid "Width"
|
||||
msgstr "Lăţime"
|
||||
|
||||
msgctxt "field:product.product,width_uom:"
|
||||
msgid "Width UoM"
|
||||
msgstr "UM Lățime"
|
||||
|
||||
msgctxt "field:product.template,height:"
|
||||
msgid "Height"
|
||||
msgstr "Înălţime"
|
||||
|
||||
msgctxt "field:product.template,height_uom:"
|
||||
msgid "Height UoM"
|
||||
msgstr "UM Înălțime"
|
||||
|
||||
msgctxt "field:product.template,length:"
|
||||
msgid "Length"
|
||||
msgstr "Lungime"
|
||||
|
||||
msgctxt "field:product.template,length_uom:"
|
||||
msgid "Length UoM"
|
||||
msgstr "UM Lungime"
|
||||
|
||||
msgctxt "field:product.template,volume:"
|
||||
msgid "Volume"
|
||||
msgstr "Volum"
|
||||
|
||||
msgctxt "field:product.template,volume_uom:"
|
||||
msgid "Volume UoM"
|
||||
msgstr "UM Volum"
|
||||
|
||||
msgctxt "field:product.template,weight:"
|
||||
msgid "Weight"
|
||||
msgstr "Greutate"
|
||||
|
||||
msgctxt "field:product.template,weight_uom:"
|
||||
msgid "Weight UoM"
|
||||
msgstr "UM Greutate"
|
||||
|
||||
msgctxt "field:product.template,width:"
|
||||
msgid "Width"
|
||||
msgstr "Lăţime"
|
||||
|
||||
msgctxt "field:product.template,width_uom:"
|
||||
msgid "Width UoM"
|
||||
msgstr "UM Lățime"
|
||||
|
||||
msgctxt "help:product.product,height:"
|
||||
msgid "Height for 1 default unit of measure."
|
||||
msgstr "Înălțime pentru 1 unitate de măsură implicită."
|
||||
|
||||
msgctxt "help:product.product,height_uom:"
|
||||
msgid "The Unit of Measure for the height."
|
||||
msgstr "Unitatea de măsură pentru înălțime."
|
||||
|
||||
msgctxt "help:product.product,length:"
|
||||
msgid "Length for 1 default unit of measure."
|
||||
msgstr "Lungimea pentru 1 unitate de măsură implicită."
|
||||
|
||||
msgctxt "help:product.product,length_uom:"
|
||||
msgid "The Unit of Measure for the length."
|
||||
msgstr "Unitatea de măsură pentru lungime."
|
||||
|
||||
msgctxt "help:product.product,volume:"
|
||||
msgid "Volume for 1 default unit of measure."
|
||||
msgstr "Volumul pentru 1 unitate de măsură implicită."
|
||||
|
||||
msgctxt "help:product.product,volume_uom:"
|
||||
msgid "The Unit of Measure for the volume."
|
||||
msgstr "Unitatea de măsură pentru volum."
|
||||
|
||||
msgctxt "help:product.product,weight:"
|
||||
msgid "Weight for 1 default unit of measure."
|
||||
msgstr "Greutate pentru 1 unitate de măsură implicită."
|
||||
|
||||
msgctxt "help:product.product,weight_uom:"
|
||||
msgid "The Unit of Measure for the weight."
|
||||
msgstr "Unitatea de măsură pentru greutate."
|
||||
|
||||
msgctxt "help:product.product,width:"
|
||||
msgid "Width for 1 default unit of measure."
|
||||
msgstr "Lățimea pentru 1 unitate de măsură implicită."
|
||||
|
||||
msgctxt "help:product.product,width_uom:"
|
||||
msgid "The Unit of Measure for the width."
|
||||
msgstr "Unitatea de măsură pentru lățime."
|
||||
|
||||
msgctxt "help:product.template,height:"
|
||||
msgid "Height for 1 default unit of measure."
|
||||
msgstr "Înălțime pentru 1 unitate de măsură implicită."
|
||||
|
||||
msgctxt "help:product.template,height_uom:"
|
||||
msgid "The Unit of Measure for the height."
|
||||
msgstr "Unitatea de măsură pentru înălțime."
|
||||
|
||||
msgctxt "help:product.template,length:"
|
||||
msgid "Length for 1 default unit of measure."
|
||||
msgstr "Lungimea pentru 1 unitate de măsură implicită."
|
||||
|
||||
msgctxt "help:product.template,length_uom:"
|
||||
msgid "The Unit of Measure for the length."
|
||||
msgstr "Unitatea de măsură pentru lungime."
|
||||
|
||||
msgctxt "help:product.template,volume:"
|
||||
msgid "Volume for 1 default unit of measure."
|
||||
msgstr "Volumul pentru 1 unitate de măsură implicită."
|
||||
|
||||
msgctxt "help:product.template,volume_uom:"
|
||||
msgid "The Unit of Measure for the volume."
|
||||
msgstr "Unitatea de măsură pentru volum."
|
||||
|
||||
msgctxt "help:product.template,weight:"
|
||||
msgid "Weight for 1 default unit of measure."
|
||||
msgstr "Greutate pentru 1 unitate de măsură implicită."
|
||||
|
||||
msgctxt "help:product.template,weight_uom:"
|
||||
msgid "The Unit of Measure for the weight."
|
||||
msgstr "Unitatea de măsură pentru greutate."
|
||||
|
||||
msgctxt "help:product.template,width:"
|
||||
msgid "Width for 1 default unit of measure."
|
||||
msgstr "Lățimea pentru 1 unitate de măsură implicită."
|
||||
|
||||
msgctxt "help:product.template,width_uom:"
|
||||
msgid "The Unit of Measure for the width."
|
||||
msgstr "Unitatea de măsură pentru lățime."
|
||||
|
||||
msgctxt "view:product.template:"
|
||||
msgid "Measurements"
|
||||
msgstr "Măsurători"
|
||||
|
||||
msgctxt "view:product.template:"
|
||||
msgid "Measurements for 1 default UoM."
|
||||
msgstr "Măsurători pentru 1 UM implicită."
|
||||
191
modules/product_measurements/locale/ru.po
Executable file
191
modules/product_measurements/locale/ru.po
Executable file
@@ -0,0 +1,191 @@
|
||||
#
|
||||
msgid ""
|
||||
msgstr "Content-Type: text/plain; charset=utf-8\n"
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "field:product.product,height:"
|
||||
msgid "Height"
|
||||
msgstr "Ширина"
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "field:product.product,height_uom:"
|
||||
msgid "Height UoM"
|
||||
msgstr "Ширина"
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "field:product.product,length:"
|
||||
msgid "Length"
|
||||
msgstr "Длина"
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "field:product.product,length_uom:"
|
||||
msgid "Length UoM"
|
||||
msgstr "Длина"
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "field:product.product,volume:"
|
||||
msgid "Volume"
|
||||
msgstr "Объем"
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "field:product.product,volume_uom:"
|
||||
msgid "Volume UoM"
|
||||
msgstr "Объем"
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "field:product.product,weight:"
|
||||
msgid "Weight"
|
||||
msgstr "Ширина"
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "field:product.product,weight_uom:"
|
||||
msgid "Weight UoM"
|
||||
msgstr "Ширина"
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "field:product.product,width:"
|
||||
msgid "Width"
|
||||
msgstr "Ширина"
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "field:product.product,width_uom:"
|
||||
msgid "Width UoM"
|
||||
msgstr "Ширина"
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "field:product.template,height:"
|
||||
msgid "Height"
|
||||
msgstr "Ширина"
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "field:product.template,height_uom:"
|
||||
msgid "Height UoM"
|
||||
msgstr "Ширина"
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "field:product.template,length:"
|
||||
msgid "Length"
|
||||
msgstr "Длина"
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "field:product.template,length_uom:"
|
||||
msgid "Length UoM"
|
||||
msgstr "Длина"
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "field:product.template,volume:"
|
||||
msgid "Volume"
|
||||
msgstr "Объем"
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "field:product.template,volume_uom:"
|
||||
msgid "Volume UoM"
|
||||
msgstr "Объем"
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "field:product.template,weight:"
|
||||
msgid "Weight"
|
||||
msgstr "Ширина"
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "field:product.template,weight_uom:"
|
||||
msgid "Weight UoM"
|
||||
msgstr "Ширина"
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "field:product.template,width:"
|
||||
msgid "Width"
|
||||
msgstr "Ширина"
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "field:product.template,width_uom:"
|
||||
msgid "Width UoM"
|
||||
msgstr "Ширина"
|
||||
|
||||
msgctxt "help:product.product,height:"
|
||||
msgid "Height for 1 default unit of measure."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.product,height_uom:"
|
||||
msgid "The Unit of Measure for the height."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.product,length:"
|
||||
msgid "Length for 1 default unit of measure."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.product,length_uom:"
|
||||
msgid "The Unit of Measure for the length."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.product,volume:"
|
||||
msgid "Volume for 1 default unit of measure."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.product,volume_uom:"
|
||||
msgid "The Unit of Measure for the volume."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.product,weight:"
|
||||
msgid "Weight for 1 default unit of measure."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.product,weight_uom:"
|
||||
msgid "The Unit of Measure for the weight."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.product,width:"
|
||||
msgid "Width for 1 default unit of measure."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.product,width_uom:"
|
||||
msgid "The Unit of Measure for the width."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.template,height:"
|
||||
msgid "Height for 1 default unit of measure."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.template,height_uom:"
|
||||
msgid "The Unit of Measure for the height."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.template,length:"
|
||||
msgid "Length for 1 default unit of measure."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.template,length_uom:"
|
||||
msgid "The Unit of Measure for the length."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.template,volume:"
|
||||
msgid "Volume for 1 default unit of measure."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.template,volume_uom:"
|
||||
msgid "The Unit of Measure for the volume."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.template,weight:"
|
||||
msgid "Weight for 1 default unit of measure."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.template,weight_uom:"
|
||||
msgid "The Unit of Measure for the weight."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.template,width:"
|
||||
msgid "Width for 1 default unit of measure."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.template,width_uom:"
|
||||
msgid "The Unit of Measure for the width."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "view:product.template:"
|
||||
msgid "Measurements"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "view:product.template:"
|
||||
msgid "Measurements for 1 default UoM."
|
||||
msgstr ""
|
||||
181
modules/product_measurements/locale/sl.po
Executable file
181
modules/product_measurements/locale/sl.po
Executable file
@@ -0,0 +1,181 @@
|
||||
#
|
||||
msgid ""
|
||||
msgstr "Content-Type: text/plain; charset=utf-8\n"
|
||||
|
||||
msgctxt "field:product.product,height:"
|
||||
msgid "Height"
|
||||
msgstr "Višina"
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "field:product.product,height_uom:"
|
||||
msgid "Height UoM"
|
||||
msgstr "ME za višino"
|
||||
|
||||
msgctxt "field:product.product,length:"
|
||||
msgid "Length"
|
||||
msgstr "Dolžina"
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "field:product.product,length_uom:"
|
||||
msgid "Length UoM"
|
||||
msgstr "ME za dolžino"
|
||||
|
||||
msgctxt "field:product.product,volume:"
|
||||
msgid "Volume"
|
||||
msgstr "Prostornina"
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "field:product.product,volume_uom:"
|
||||
msgid "Volume UoM"
|
||||
msgstr "Enota prostornine"
|
||||
|
||||
msgctxt "field:product.product,weight:"
|
||||
msgid "Weight"
|
||||
msgstr "Teža"
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "field:product.product,weight_uom:"
|
||||
msgid "Weight UoM"
|
||||
msgstr "ME za težo"
|
||||
|
||||
msgctxt "field:product.product,width:"
|
||||
msgid "Width"
|
||||
msgstr "Širina"
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "field:product.product,width_uom:"
|
||||
msgid "Width UoM"
|
||||
msgstr "ME za širino"
|
||||
|
||||
msgctxt "field:product.template,height:"
|
||||
msgid "Height"
|
||||
msgstr "Višina"
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "field:product.template,height_uom:"
|
||||
msgid "Height UoM"
|
||||
msgstr "ME za višino"
|
||||
|
||||
msgctxt "field:product.template,length:"
|
||||
msgid "Length"
|
||||
msgstr "Dolžina"
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "field:product.template,length_uom:"
|
||||
msgid "Length UoM"
|
||||
msgstr "ME za dolžino"
|
||||
|
||||
msgctxt "field:product.template,volume:"
|
||||
msgid "Volume"
|
||||
msgstr "Prostornina"
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "field:product.template,volume_uom:"
|
||||
msgid "Volume UoM"
|
||||
msgstr "Enota prostornine"
|
||||
|
||||
msgctxt "field:product.template,weight:"
|
||||
msgid "Weight"
|
||||
msgstr "Teža"
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "field:product.template,weight_uom:"
|
||||
msgid "Weight UoM"
|
||||
msgstr "ME za težo"
|
||||
|
||||
msgctxt "field:product.template,width:"
|
||||
msgid "Width"
|
||||
msgstr "Širina"
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "field:product.template,width_uom:"
|
||||
msgid "Width UoM"
|
||||
msgstr "ME za širino"
|
||||
|
||||
msgctxt "help:product.product,height:"
|
||||
msgid "Height for 1 default unit of measure."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.product,height_uom:"
|
||||
msgid "The Unit of Measure for the height."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.product,length:"
|
||||
msgid "Length for 1 default unit of measure."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.product,length_uom:"
|
||||
msgid "The Unit of Measure for the length."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.product,volume:"
|
||||
msgid "Volume for 1 default unit of measure."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.product,volume_uom:"
|
||||
msgid "The Unit of Measure for the volume."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.product,weight:"
|
||||
msgid "Weight for 1 default unit of measure."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.product,weight_uom:"
|
||||
msgid "The Unit of Measure for the weight."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.product,width:"
|
||||
msgid "Width for 1 default unit of measure."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.product,width_uom:"
|
||||
msgid "The Unit of Measure for the width."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.template,height:"
|
||||
msgid "Height for 1 default unit of measure."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.template,height_uom:"
|
||||
msgid "The Unit of Measure for the height."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.template,length:"
|
||||
msgid "Length for 1 default unit of measure."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.template,length_uom:"
|
||||
msgid "The Unit of Measure for the length."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.template,volume:"
|
||||
msgid "Volume for 1 default unit of measure."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.template,volume_uom:"
|
||||
msgid "The Unit of Measure for the volume."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.template,weight:"
|
||||
msgid "Weight for 1 default unit of measure."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.template,weight_uom:"
|
||||
msgid "The Unit of Measure for the weight."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.template,width:"
|
||||
msgid "Width for 1 default unit of measure."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.template,width_uom:"
|
||||
msgid "The Unit of Measure for the width."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "view:product.template:"
|
||||
msgid "Measurements"
|
||||
msgstr "Mere"
|
||||
|
||||
msgctxt "view:product.template:"
|
||||
msgid "Measurements for 1 default UoM."
|
||||
msgstr ""
|
||||
181
modules/product_measurements/locale/tr.po
Executable file
181
modules/product_measurements/locale/tr.po
Executable file
@@ -0,0 +1,181 @@
|
||||
#
|
||||
msgid ""
|
||||
msgstr "Content-Type: text/plain; charset=utf-8\n"
|
||||
|
||||
msgctxt "field:product.product,height:"
|
||||
msgid "Height"
|
||||
msgstr "Yükseklik"
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "field:product.product,height_uom:"
|
||||
msgid "Height UoM"
|
||||
msgstr "Yükseklik Ölçü Birimi"
|
||||
|
||||
msgctxt "field:product.product,length:"
|
||||
msgid "Length"
|
||||
msgstr "Uzunluk"
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "field:product.product,length_uom:"
|
||||
msgid "Length UoM"
|
||||
msgstr "Uzunluk Ölçü Birimi"
|
||||
|
||||
msgctxt "field:product.product,volume:"
|
||||
msgid "Volume"
|
||||
msgstr "Hacim"
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "field:product.product,volume_uom:"
|
||||
msgid "Volume UoM"
|
||||
msgstr "Hacim Ölçü Birimi"
|
||||
|
||||
msgctxt "field:product.product,weight:"
|
||||
msgid "Weight"
|
||||
msgstr "Ağırlık"
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "field:product.product,weight_uom:"
|
||||
msgid "Weight UoM"
|
||||
msgstr "Ağırlık Ölçü Birimi"
|
||||
|
||||
msgctxt "field:product.product,width:"
|
||||
msgid "Width"
|
||||
msgstr "Genişlik"
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "field:product.product,width_uom:"
|
||||
msgid "Width UoM"
|
||||
msgstr "Genişlik Ölçü Birimi"
|
||||
|
||||
msgctxt "field:product.template,height:"
|
||||
msgid "Height"
|
||||
msgstr "Yükseklik"
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "field:product.template,height_uom:"
|
||||
msgid "Height UoM"
|
||||
msgstr "Yükseklik Ölçü Birimi"
|
||||
|
||||
msgctxt "field:product.template,length:"
|
||||
msgid "Length"
|
||||
msgstr "Uzunluk"
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "field:product.template,length_uom:"
|
||||
msgid "Length UoM"
|
||||
msgstr "Uzunluk Ölçü Birimi"
|
||||
|
||||
msgctxt "field:product.template,volume:"
|
||||
msgid "Volume"
|
||||
msgstr "Hacim"
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "field:product.template,volume_uom:"
|
||||
msgid "Volume UoM"
|
||||
msgstr "Hacim Ölçü Birimi"
|
||||
|
||||
msgctxt "field:product.template,weight:"
|
||||
msgid "Weight"
|
||||
msgstr "Ağırlık"
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "field:product.template,weight_uom:"
|
||||
msgid "Weight UoM"
|
||||
msgstr "Ağırlık Ölçü Birimi"
|
||||
|
||||
msgctxt "field:product.template,width:"
|
||||
msgid "Width"
|
||||
msgstr "Genişlik"
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "field:product.template,width_uom:"
|
||||
msgid "Width UoM"
|
||||
msgstr "Genişlik Ölçü Birimi"
|
||||
|
||||
msgctxt "help:product.product,height:"
|
||||
msgid "Height for 1 default unit of measure."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.product,height_uom:"
|
||||
msgid "The Unit of Measure for the height."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.product,length:"
|
||||
msgid "Length for 1 default unit of measure."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.product,length_uom:"
|
||||
msgid "The Unit of Measure for the length."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.product,volume:"
|
||||
msgid "Volume for 1 default unit of measure."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.product,volume_uom:"
|
||||
msgid "The Unit of Measure for the volume."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.product,weight:"
|
||||
msgid "Weight for 1 default unit of measure."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.product,weight_uom:"
|
||||
msgid "The Unit of Measure for the weight."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.product,width:"
|
||||
msgid "Width for 1 default unit of measure."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.product,width_uom:"
|
||||
msgid "The Unit of Measure for the width."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.template,height:"
|
||||
msgid "Height for 1 default unit of measure."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.template,height_uom:"
|
||||
msgid "The Unit of Measure for the height."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.template,length:"
|
||||
msgid "Length for 1 default unit of measure."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.template,length_uom:"
|
||||
msgid "The Unit of Measure for the length."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.template,volume:"
|
||||
msgid "Volume for 1 default unit of measure."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.template,volume_uom:"
|
||||
msgid "The Unit of Measure for the volume."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.template,weight:"
|
||||
msgid "Weight for 1 default unit of measure."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.template,weight_uom:"
|
||||
msgid "The Unit of Measure for the weight."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.template,width:"
|
||||
msgid "Width for 1 default unit of measure."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.template,width_uom:"
|
||||
msgid "The Unit of Measure for the width."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "view:product.template:"
|
||||
msgid "Measurements"
|
||||
msgstr "Ölçüler"
|
||||
|
||||
msgctxt "view:product.template:"
|
||||
msgid "Measurements for 1 default UoM."
|
||||
msgstr ""
|
||||
171
modules/product_measurements/locale/uk.po
Executable file
171
modules/product_measurements/locale/uk.po
Executable file
@@ -0,0 +1,171 @@
|
||||
#
|
||||
msgid ""
|
||||
msgstr "Content-Type: text/plain; charset=utf-8\n"
|
||||
|
||||
msgctxt "field:product.product,height:"
|
||||
msgid "Height"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:product.product,height_uom:"
|
||||
msgid "Height UoM"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:product.product,length:"
|
||||
msgid "Length"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:product.product,length_uom:"
|
||||
msgid "Length UoM"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:product.product,volume:"
|
||||
msgid "Volume"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:product.product,volume_uom:"
|
||||
msgid "Volume UoM"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:product.product,weight:"
|
||||
msgid "Weight"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:product.product,weight_uom:"
|
||||
msgid "Weight UoM"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:product.product,width:"
|
||||
msgid "Width"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:product.product,width_uom:"
|
||||
msgid "Width UoM"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:product.template,height:"
|
||||
msgid "Height"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:product.template,height_uom:"
|
||||
msgid "Height UoM"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:product.template,length:"
|
||||
msgid "Length"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:product.template,length_uom:"
|
||||
msgid "Length UoM"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:product.template,volume:"
|
||||
msgid "Volume"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:product.template,volume_uom:"
|
||||
msgid "Volume UoM"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:product.template,weight:"
|
||||
msgid "Weight"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:product.template,weight_uom:"
|
||||
msgid "Weight UoM"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:product.template,width:"
|
||||
msgid "Width"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:product.template,width_uom:"
|
||||
msgid "Width UoM"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.product,height:"
|
||||
msgid "Height for 1 default unit of measure."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.product,height_uom:"
|
||||
msgid "The Unit of Measure for the height."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.product,length:"
|
||||
msgid "Length for 1 default unit of measure."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.product,length_uom:"
|
||||
msgid "The Unit of Measure for the length."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.product,volume:"
|
||||
msgid "Volume for 1 default unit of measure."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.product,volume_uom:"
|
||||
msgid "The Unit of Measure for the volume."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.product,weight:"
|
||||
msgid "Weight for 1 default unit of measure."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.product,weight_uom:"
|
||||
msgid "The Unit of Measure for the weight."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.product,width:"
|
||||
msgid "Width for 1 default unit of measure."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.product,width_uom:"
|
||||
msgid "The Unit of Measure for the width."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.template,height:"
|
||||
msgid "Height for 1 default unit of measure."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.template,height_uom:"
|
||||
msgid "The Unit of Measure for the height."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.template,length:"
|
||||
msgid "Length for 1 default unit of measure."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.template,length_uom:"
|
||||
msgid "The Unit of Measure for the length."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.template,volume:"
|
||||
msgid "Volume for 1 default unit of measure."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.template,volume_uom:"
|
||||
msgid "The Unit of Measure for the volume."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.template,weight:"
|
||||
msgid "Weight for 1 default unit of measure."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.template,weight_uom:"
|
||||
msgid "The Unit of Measure for the weight."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.template,width:"
|
||||
msgid "Width for 1 default unit of measure."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.template,width_uom:"
|
||||
msgid "The Unit of Measure for the width."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "view:product.template:"
|
||||
msgid "Measurements"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "view:product.template:"
|
||||
msgid "Measurements for 1 default UoM."
|
||||
msgstr ""
|
||||
175
modules/product_measurements/locale/zh_CN.po
Executable file
175
modules/product_measurements/locale/zh_CN.po
Executable file
@@ -0,0 +1,175 @@
|
||||
#
|
||||
msgid ""
|
||||
msgstr "Content-Type: text/plain; charset=utf-8\n"
|
||||
|
||||
msgctxt "field:product.product,height:"
|
||||
msgid "Height"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:product.product,height_uom:"
|
||||
msgid "Height UoM"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:product.product,length:"
|
||||
msgid "Length"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:product.product,length_uom:"
|
||||
msgid "Length UoM"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:product.product,volume:"
|
||||
msgid "Volume"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:product.product,volume_uom:"
|
||||
msgid "Volume UoM"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:product.product,weight:"
|
||||
msgid "Weight"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:product.product,weight_uom:"
|
||||
msgid "Weight UoM"
|
||||
msgstr ""
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "field:product.product,width:"
|
||||
msgid "Width"
|
||||
msgstr "宽"
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "field:product.product,width_uom:"
|
||||
msgid "Width UoM"
|
||||
msgstr "宽"
|
||||
|
||||
msgctxt "field:product.template,height:"
|
||||
msgid "Height"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:product.template,height_uom:"
|
||||
msgid "Height UoM"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:product.template,length:"
|
||||
msgid "Length"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:product.template,length_uom:"
|
||||
msgid "Length UoM"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:product.template,volume:"
|
||||
msgid "Volume"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:product.template,volume_uom:"
|
||||
msgid "Volume UoM"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:product.template,weight:"
|
||||
msgid "Weight"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:product.template,weight_uom:"
|
||||
msgid "Weight UoM"
|
||||
msgstr ""
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "field:product.template,width:"
|
||||
msgid "Width"
|
||||
msgstr "宽"
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "field:product.template,width_uom:"
|
||||
msgid "Width UoM"
|
||||
msgstr "宽"
|
||||
|
||||
msgctxt "help:product.product,height:"
|
||||
msgid "Height for 1 default unit of measure."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.product,height_uom:"
|
||||
msgid "The Unit of Measure for the height."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.product,length:"
|
||||
msgid "Length for 1 default unit of measure."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.product,length_uom:"
|
||||
msgid "The Unit of Measure for the length."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.product,volume:"
|
||||
msgid "Volume for 1 default unit of measure."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.product,volume_uom:"
|
||||
msgid "The Unit of Measure for the volume."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.product,weight:"
|
||||
msgid "Weight for 1 default unit of measure."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.product,weight_uom:"
|
||||
msgid "The Unit of Measure for the weight."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.product,width:"
|
||||
msgid "Width for 1 default unit of measure."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.product,width_uom:"
|
||||
msgid "The Unit of Measure for the width."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.template,height:"
|
||||
msgid "Height for 1 default unit of measure."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.template,height_uom:"
|
||||
msgid "The Unit of Measure for the height."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.template,length:"
|
||||
msgid "Length for 1 default unit of measure."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.template,length_uom:"
|
||||
msgid "The Unit of Measure for the length."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.template,volume:"
|
||||
msgid "Volume for 1 default unit of measure."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.template,volume_uom:"
|
||||
msgid "The Unit of Measure for the volume."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.template,weight:"
|
||||
msgid "Weight for 1 default unit of measure."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.template,weight_uom:"
|
||||
msgid "The Unit of Measure for the weight."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.template,width:"
|
||||
msgid "Width for 1 default unit of measure."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.template,width_uom:"
|
||||
msgid "The Unit of Measure for the width."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "view:product.template:"
|
||||
msgid "Measurements"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "view:product.template:"
|
||||
msgid "Measurements for 1 default UoM."
|
||||
msgstr ""
|
||||
122
modules/product_measurements/product.py
Executable file
122
modules/product_measurements/product.py
Executable file
@@ -0,0 +1,122 @@
|
||||
# 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.model import fields
|
||||
from trytond.pool import Pool, PoolMeta
|
||||
from trytond.pyson import Bool, Eval, Id
|
||||
|
||||
NON_MEASURABLE = ['service']
|
||||
|
||||
|
||||
class Template(metaclass=PoolMeta):
|
||||
__name__ = 'product.template'
|
||||
|
||||
length = fields.Float(
|
||||
"Length", digits='length_uom',
|
||||
states={
|
||||
'invisible': Eval('type').in_(NON_MEASURABLE),
|
||||
},
|
||||
help="Length for 1 default unit of measure.")
|
||||
length_uom = fields.Many2One(
|
||||
'product.uom', "Length UoM",
|
||||
domain=[('category', '=', Id('product', 'uom_cat_length'))],
|
||||
states={
|
||||
'invisible': Eval('type').in_(NON_MEASURABLE),
|
||||
'required': Bool(Eval('length')),
|
||||
},
|
||||
help="The Unit of Measure for the length.")
|
||||
height = fields.Float(
|
||||
"Height", digits='height_uom',
|
||||
states={
|
||||
'invisible': Eval('type').in_(NON_MEASURABLE),
|
||||
},
|
||||
help="Height for 1 default unit of measure.")
|
||||
height_uom = fields.Many2One(
|
||||
'product.uom', 'Height UoM',
|
||||
domain=[('category', '=', Id('product', 'uom_cat_length'))],
|
||||
states={
|
||||
'invisible': Eval('type').in_(NON_MEASURABLE),
|
||||
'required': Bool(Eval('height')),
|
||||
},
|
||||
help="The Unit of Measure for the height.")
|
||||
width = fields.Float(
|
||||
"Width", digits='width_uom',
|
||||
states={
|
||||
'invisible': Eval('type').in_(NON_MEASURABLE),
|
||||
},
|
||||
help="Width for 1 default unit of measure.")
|
||||
width_uom = fields.Many2One(
|
||||
'product.uom', 'Width UoM',
|
||||
domain=[('category', '=', Id('product', 'uom_cat_length'))],
|
||||
states={
|
||||
'invisible': Eval('type').in_(NON_MEASURABLE),
|
||||
'required': Bool(Eval('width')),
|
||||
},
|
||||
help="The Unit of Measure for the width.")
|
||||
volume = fields.Float(
|
||||
"Volume", digits='volume_uom',
|
||||
states={
|
||||
'invisible': Eval('type').in_(NON_MEASURABLE),
|
||||
'readonly': (Bool(Eval('length'))
|
||||
& Bool(Eval('height')) & Bool(Eval('width'))),
|
||||
},
|
||||
help="Volume for 1 default unit of measure.")
|
||||
volume_uom = fields.Many2One(
|
||||
'product.uom', "Volume UoM",
|
||||
domain=[('category', '=', Id('product', 'uom_cat_volume'))],
|
||||
states={
|
||||
'invisible': Eval('type').in_(NON_MEASURABLE),
|
||||
'required': Bool(Eval('volume')),
|
||||
},
|
||||
help="The Unit of Measure for the volume.")
|
||||
weight = fields.Float(
|
||||
"Weight", digits='weight_uom',
|
||||
states={
|
||||
'invisible': Eval('type').in_(NON_MEASURABLE),
|
||||
},
|
||||
help="Weight for 1 default unit of measure.")
|
||||
weight_uom = fields.Many2One('product.uom', 'Weight UoM',
|
||||
domain=[('category', '=', Id('product', 'uom_cat_weight'))],
|
||||
states={
|
||||
'invisible': Eval('type').in_(NON_MEASURABLE),
|
||||
'required': Bool(Eval('weight')),
|
||||
},
|
||||
help="The Unit of Measure for the weight.")
|
||||
|
||||
@fields.depends('volume', 'volume_uom',
|
||||
'length', 'length_uom',
|
||||
'height', 'height_uom',
|
||||
'width', 'width_uom')
|
||||
def on_change_with_volume(self):
|
||||
pool = Pool()
|
||||
ModelData = pool.get('ir.model.data')
|
||||
Uom = pool.get('product.uom')
|
||||
|
||||
if not all([self.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.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.volume_uom)
|
||||
|
||||
@classmethod
|
||||
def view_attributes(cls):
|
||||
return super(Template, cls).view_attributes() + [
|
||||
('//page[@id="measurements"]', 'states', {
|
||||
'invisible': Eval('type').in_(NON_MEASURABLE),
|
||||
})]
|
||||
|
||||
|
||||
class Product(metaclass=PoolMeta):
|
||||
__name__ = 'product.product'
|
||||
14
modules/product_measurements/product.xml
Executable file
14
modules/product_measurements/product.xml
Executable file
@@ -0,0 +1,14 @@
|
||||
<?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.ui.view" id="template_view_form">
|
||||
<field name="model">product.template</field>
|
||||
<field name="inherit" ref="product.template_view_form"/>
|
||||
<field name="name">template_form</field>
|
||||
</record>
|
||||
|
||||
</data>
|
||||
</tryton>
|
||||
2
modules/product_measurements/tests/__init__.py
Executable file
2
modules/product_measurements/tests/__init__.py
Executable 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/product_measurements/tests/__pycache__/__init__.cpython-311.opt-1.pyc
Executable file
BIN
modules/product_measurements/tests/__pycache__/__init__.cpython-311.opt-1.pyc
Executable file
Binary file not shown.
BIN
modules/product_measurements/tests/__pycache__/__init__.cpython-311.pyc
Executable file
BIN
modules/product_measurements/tests/__pycache__/__init__.cpython-311.pyc
Executable file
Binary file not shown.
BIN
modules/product_measurements/tests/__pycache__/test_module.cpython-311.opt-1.pyc
Executable file
BIN
modules/product_measurements/tests/__pycache__/test_module.cpython-311.opt-1.pyc
Executable file
Binary file not shown.
BIN
modules/product_measurements/tests/__pycache__/test_module.cpython-311.pyc
Executable file
BIN
modules/product_measurements/tests/__pycache__/test_module.cpython-311.pyc
Executable file
Binary file not shown.
12
modules/product_measurements/tests/test_module.py
Executable file
12
modules/product_measurements/tests/test_module.py
Executable 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 ProductMeasurementsTestCase(ModuleTestCase):
|
||||
'Test ProductMeasurements module'
|
||||
module = 'product_measurements'
|
||||
|
||||
|
||||
del ModuleTestCase
|
||||
8
modules/product_measurements/tryton.cfg
Executable file
8
modules/product_measurements/tryton.cfg
Executable file
@@ -0,0 +1,8 @@
|
||||
[tryton]
|
||||
version=7.2.1
|
||||
depends:
|
||||
ir
|
||||
product
|
||||
res
|
||||
xml:
|
||||
product.xml
|
||||
30
modules/product_measurements/view/template_form.xml
Executable file
30
modules/product_measurements/view/template_form.xml
Executable file
@@ -0,0 +1,30 @@
|
||||
<?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" position="inside">
|
||||
<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="volume"/>
|
||||
<field name="volume"/>
|
||||
<field name="volume_uom" widget="selection"/>
|
||||
|
||||
<label name="weight"/>
|
||||
<field name="weight"/>
|
||||
<field name="weight_uom" widget="selection"/>
|
||||
|
||||
<label id="measurements_help" string="Measurements for 1 default UoM." xalign="0" colspan="3"/>
|
||||
</page>
|
||||
</xpath>
|
||||
</data>
|
||||
Reference in New Issue
Block a user