first commit
This commit is contained in:
2
modules/product_measurements/__init__.py
Normal file
2
modules/product_measurements/__init__.py
Normal file
@@ -0,0 +1,2 @@
|
||||
# This file is part of Tryton. The COPYRIGHT file at the top level of
|
||||
# this repository contains the full copyright notices and license terms.
|
||||
Binary file not shown.
BIN
modules/product_measurements/__pycache__/product.cpython-311.pyc
Normal file
BIN
modules/product_measurements/__pycache__/product.cpython-311.pyc
Normal file
Binary file not shown.
212
modules/product_measurements/locale/bg.po
Normal file
212
modules/product_measurements/locale/bg.po
Normal file
@@ -0,0 +1,212 @@
|
||||
#
|
||||
msgid ""
|
||||
msgstr "Content-Type: text/plain; charset=utf-8\n"
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "field:product.price_list.line,volume_uom:"
|
||||
msgid "Volume UoM"
|
||||
msgstr "Обем"
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "field:product.price_list.line,weight_uom:"
|
||||
msgid "Weight UoM"
|
||||
msgstr "Мер. ед. за тегло"
|
||||
|
||||
#, 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.price_list.line,formula:"
|
||||
msgid ""
|
||||
"\n"
|
||||
"-volume: the volume of 1 unit of product\n"
|
||||
"-weight: the weight of 1 unit of product"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.price_list.line,volume_uom:"
|
||||
msgid "Leave empty for liter."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.price_list.line,weight_uom:"
|
||||
msgid "Leave empty for kilogram."
|
||||
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 ""
|
||||
197
modules/product_measurements/locale/ca.po
Normal file
197
modules/product_measurements/locale/ca.po
Normal file
@@ -0,0 +1,197 @@
|
||||
#
|
||||
msgid ""
|
||||
msgstr "Content-Type: text/plain; charset=utf-8\n"
|
||||
|
||||
msgctxt "field:product.price_list.line,volume_uom:"
|
||||
msgid "Volume UoM"
|
||||
msgstr "UdM del volum"
|
||||
|
||||
msgctxt "field:product.price_list.line,weight_uom:"
|
||||
msgid "Weight UoM"
|
||||
msgstr "UdM del pes"
|
||||
|
||||
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.price_list.line,formula:"
|
||||
msgid ""
|
||||
"\n"
|
||||
"-volume: the volume of 1 unit of product\n"
|
||||
"-weight: the weight of 1 unit of product"
|
||||
msgstr ""
|
||||
"\n"
|
||||
"-volume: el volumen per 1 unitat del producte\n"
|
||||
"-weight: el pes per 1 unitat del producte"
|
||||
|
||||
msgctxt "help:product.price_list.line,volume_uom:"
|
||||
msgid "Leave empty for liter."
|
||||
msgstr "Deixa en blanc per litres."
|
||||
|
||||
msgctxt "help:product.price_list.line,weight_uom:"
|
||||
msgid "Leave empty for kilogram."
|
||||
msgstr "Deixa en blanc per kilograms."
|
||||
|
||||
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."
|
||||
194
modules/product_measurements/locale/cs.po
Normal file
194
modules/product_measurements/locale/cs.po
Normal file
@@ -0,0 +1,194 @@
|
||||
#
|
||||
msgid ""
|
||||
msgstr "Content-Type: text/plain; charset=utf-8\n"
|
||||
|
||||
msgctxt "field:product.price_list.line,volume_uom:"
|
||||
msgid "Volume UoM"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:product.price_list.line,weight_uom:"
|
||||
msgid "Weight UoM"
|
||||
msgstr ""
|
||||
|
||||
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.price_list.line,formula:"
|
||||
msgid ""
|
||||
"\n"
|
||||
"-volume: the volume of 1 unit of product\n"
|
||||
"-weight: the weight of 1 unit of product"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.price_list.line,volume_uom:"
|
||||
msgid "Leave empty for liter."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.price_list.line,weight_uom:"
|
||||
msgid "Leave empty for kilogram."
|
||||
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 ""
|
||||
197
modules/product_measurements/locale/de.po
Normal file
197
modules/product_measurements/locale/de.po
Normal file
@@ -0,0 +1,197 @@
|
||||
#
|
||||
msgid ""
|
||||
msgstr "Content-Type: text/plain; charset=utf-8\n"
|
||||
|
||||
msgctxt "field:product.price_list.line,volume_uom:"
|
||||
msgid "Volume UoM"
|
||||
msgstr "Volumenmaßeinheit"
|
||||
|
||||
msgctxt "field:product.price_list.line,weight_uom:"
|
||||
msgid "Weight UoM"
|
||||
msgstr "Gewichtsmaßeinheit"
|
||||
|
||||
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.price_list.line,formula:"
|
||||
msgid ""
|
||||
"\n"
|
||||
"-volume: the volume of 1 unit of product\n"
|
||||
"-weight: the weight of 1 unit of product"
|
||||
msgstr ""
|
||||
"\n"
|
||||
"-volume: das Volumen von 1 Einheit des Artikels\n"
|
||||
"-weight: das Gewicht von 1 Einheit des Artikels"
|
||||
|
||||
msgctxt "help:product.price_list.line,volume_uom:"
|
||||
msgid "Leave empty for liter."
|
||||
msgstr "Für Liter leer lassen."
|
||||
|
||||
msgctxt "help:product.price_list.line,weight_uom:"
|
||||
msgid "Leave empty for kilogram."
|
||||
msgstr "Für Kilogramm leer lassen."
|
||||
|
||||
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."
|
||||
197
modules/product_measurements/locale/es.po
Normal file
197
modules/product_measurements/locale/es.po
Normal file
@@ -0,0 +1,197 @@
|
||||
#
|
||||
msgid ""
|
||||
msgstr "Content-Type: text/plain; charset=utf-8\n"
|
||||
|
||||
msgctxt "field:product.price_list.line,volume_uom:"
|
||||
msgid "Volume UoM"
|
||||
msgstr "UdM del volumen"
|
||||
|
||||
msgctxt "field:product.price_list.line,weight_uom:"
|
||||
msgid "Weight UoM"
|
||||
msgstr "UdM del peso"
|
||||
|
||||
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.price_list.line,formula:"
|
||||
msgid ""
|
||||
"\n"
|
||||
"-volume: the volume of 1 unit of product\n"
|
||||
"-weight: the weight of 1 unit of product"
|
||||
msgstr ""
|
||||
"\n"
|
||||
"-volume: el volumen para 1 unidad del producto\n"
|
||||
"-weight: el peso para 1 unidad del producto"
|
||||
|
||||
msgctxt "help:product.price_list.line,volume_uom:"
|
||||
msgid "Leave empty for liter."
|
||||
msgstr "Dejar vacio para litros."
|
||||
|
||||
msgctxt "help:product.price_list.line,weight_uom:"
|
||||
msgid "Leave empty for kilogram."
|
||||
msgstr "Dejar vacio para kilogramos."
|
||||
|
||||
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."
|
||||
194
modules/product_measurements/locale/es_419.po
Normal file
194
modules/product_measurements/locale/es_419.po
Normal file
@@ -0,0 +1,194 @@
|
||||
#
|
||||
msgid ""
|
||||
msgstr "Content-Type: text/plain; charset=utf-8\n"
|
||||
|
||||
msgctxt "field:product.price_list.line,volume_uom:"
|
||||
msgid "Volume UoM"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:product.price_list.line,weight_uom:"
|
||||
msgid "Weight UoM"
|
||||
msgstr ""
|
||||
|
||||
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.price_list.line,formula:"
|
||||
msgid ""
|
||||
"\n"
|
||||
"-volume: the volume of 1 unit of product\n"
|
||||
"-weight: the weight of 1 unit of product"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.price_list.line,volume_uom:"
|
||||
msgid "Leave empty for liter."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.price_list.line,weight_uom:"
|
||||
msgid "Leave empty for kilogram."
|
||||
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 ""
|
||||
206
modules/product_measurements/locale/et.po
Normal file
206
modules/product_measurements/locale/et.po
Normal file
@@ -0,0 +1,206 @@
|
||||
#
|
||||
msgid ""
|
||||
msgstr "Content-Type: text/plain; charset=utf-8\n"
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "field:product.price_list.line,volume_uom:"
|
||||
msgid "Volume UoM"
|
||||
msgstr "Mahu mõõtühik"
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "field:product.price_list.line,weight_uom:"
|
||||
msgid "Weight UoM"
|
||||
msgstr "Kaalu mõõtühik"
|
||||
|
||||
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.price_list.line,formula:"
|
||||
msgid ""
|
||||
"\n"
|
||||
"-volume: the volume of 1 unit of product\n"
|
||||
"-weight: the weight of 1 unit of product"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.price_list.line,volume_uom:"
|
||||
msgid "Leave empty for liter."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.price_list.line,weight_uom:"
|
||||
msgid "Leave empty for kilogram."
|
||||
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 "Mõõdud"
|
||||
|
||||
msgctxt "view:product.template:"
|
||||
msgid "Measurements for 1 default UoM."
|
||||
msgstr ""
|
||||
206
modules/product_measurements/locale/fa.po
Normal file
206
modules/product_measurements/locale/fa.po
Normal file
@@ -0,0 +1,206 @@
|
||||
#
|
||||
msgid ""
|
||||
msgstr "Content-Type: text/plain; charset=utf-8\n"
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "field:product.price_list.line,volume_uom:"
|
||||
msgid "Volume UoM"
|
||||
msgstr "واحد اندازی گیری حجم"
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "field:product.price_list.line,weight_uom:"
|
||||
msgid "Weight UoM"
|
||||
msgstr "واحد اندازی گیری وزن"
|
||||
|
||||
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.price_list.line,formula:"
|
||||
msgid ""
|
||||
"\n"
|
||||
"-volume: the volume of 1 unit of product\n"
|
||||
"-weight: the weight of 1 unit of product"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.price_list.line,volume_uom:"
|
||||
msgid "Leave empty for liter."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.price_list.line,weight_uom:"
|
||||
msgid "Leave empty for kilogram."
|
||||
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 ""
|
||||
194
modules/product_measurements/locale/fi.po
Normal file
194
modules/product_measurements/locale/fi.po
Normal file
@@ -0,0 +1,194 @@
|
||||
#
|
||||
msgid ""
|
||||
msgstr "Content-Type: text/plain; charset=utf-8\n"
|
||||
|
||||
msgctxt "field:product.price_list.line,volume_uom:"
|
||||
msgid "Volume UoM"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:product.price_list.line,weight_uom:"
|
||||
msgid "Weight UoM"
|
||||
msgstr ""
|
||||
|
||||
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.price_list.line,formula:"
|
||||
msgid ""
|
||||
"\n"
|
||||
"-volume: the volume of 1 unit of product\n"
|
||||
"-weight: the weight of 1 unit of product"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.price_list.line,volume_uom:"
|
||||
msgid "Leave empty for liter."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.price_list.line,weight_uom:"
|
||||
msgid "Leave empty for kilogram."
|
||||
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 ""
|
||||
197
modules/product_measurements/locale/fr.po
Normal file
197
modules/product_measurements/locale/fr.po
Normal file
@@ -0,0 +1,197 @@
|
||||
#
|
||||
msgid ""
|
||||
msgstr "Content-Type: text/plain; charset=utf-8\n"
|
||||
|
||||
msgctxt "field:product.price_list.line,volume_uom:"
|
||||
msgid "Volume UoM"
|
||||
msgstr "UDM de volume"
|
||||
|
||||
msgctxt "field:product.price_list.line,weight_uom:"
|
||||
msgid "Weight UoM"
|
||||
msgstr "UDM de poids"
|
||||
|
||||
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.price_list.line,formula:"
|
||||
msgid ""
|
||||
"\n"
|
||||
"-volume: the volume of 1 unit of product\n"
|
||||
"-weight: the weight of 1 unit of product"
|
||||
msgstr ""
|
||||
"\n"
|
||||
"-volume : volume d’une unité de produit\n"
|
||||
"-weight : poids d’une unité de produit"
|
||||
|
||||
msgctxt "help:product.price_list.line,volume_uom:"
|
||||
msgid "Leave empty for liter."
|
||||
msgstr "Laissez vide pour litre."
|
||||
|
||||
msgctxt "help:product.price_list.line,weight_uom:"
|
||||
msgid "Leave empty for kilogram."
|
||||
msgstr "Laissez vide pour kilogramme."
|
||||
|
||||
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."
|
||||
206
modules/product_measurements/locale/hu.po
Normal file
206
modules/product_measurements/locale/hu.po
Normal file
@@ -0,0 +1,206 @@
|
||||
#
|
||||
msgid ""
|
||||
msgstr "Content-Type: text/plain; charset=utf-8\n"
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "field:product.price_list.line,volume_uom:"
|
||||
msgid "Volume UoM"
|
||||
msgstr "Térfogat mértékegysége"
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "field:product.price_list.line,weight_uom:"
|
||||
msgid "Weight UoM"
|
||||
msgstr "Súly mértékegysége"
|
||||
|
||||
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.price_list.line,formula:"
|
||||
msgid ""
|
||||
"\n"
|
||||
"-volume: the volume of 1 unit of product\n"
|
||||
"-weight: the weight of 1 unit of product"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.price_list.line,volume_uom:"
|
||||
msgid "Leave empty for liter."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.price_list.line,weight_uom:"
|
||||
msgid "Leave empty for kilogram."
|
||||
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 "Méretek és súly"
|
||||
|
||||
msgctxt "view:product.template:"
|
||||
msgid "Measurements for 1 default UoM."
|
||||
msgstr ""
|
||||
203
modules/product_measurements/locale/id.po
Normal file
203
modules/product_measurements/locale/id.po
Normal file
@@ -0,0 +1,203 @@
|
||||
#
|
||||
msgid ""
|
||||
msgstr "Content-Type: text/plain; charset=utf-8\n"
|
||||
|
||||
msgctxt "field:product.price_list.line,volume_uom:"
|
||||
msgid "Volume UoM"
|
||||
msgstr ""
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "field:product.price_list.line,weight_uom:"
|
||||
msgid "Weight UoM"
|
||||
msgstr "Berat"
|
||||
|
||||
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.price_list.line,formula:"
|
||||
msgid ""
|
||||
"\n"
|
||||
"-volume: the volume of 1 unit of product\n"
|
||||
"-weight: the weight of 1 unit of product"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.price_list.line,volume_uom:"
|
||||
msgid "Leave empty for liter."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.price_list.line,weight_uom:"
|
||||
msgid "Leave empty for kilogram."
|
||||
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 ""
|
||||
206
modules/product_measurements/locale/it.po
Normal file
206
modules/product_measurements/locale/it.po
Normal file
@@ -0,0 +1,206 @@
|
||||
#
|
||||
msgid ""
|
||||
msgstr "Content-Type: text/plain; charset=utf-8\n"
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "field:product.price_list.line,volume_uom:"
|
||||
msgid "Volume UoM"
|
||||
msgstr "UdM Volume"
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "field:product.price_list.line,weight_uom:"
|
||||
msgid "Weight UoM"
|
||||
msgstr "UdM Peso"
|
||||
|
||||
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.price_list.line,formula:"
|
||||
msgid ""
|
||||
"\n"
|
||||
"-volume: the volume of 1 unit of product\n"
|
||||
"-weight: the weight of 1 unit of product"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.price_list.line,volume_uom:"
|
||||
msgid "Leave empty for liter."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.price_list.line,weight_uom:"
|
||||
msgid "Leave empty for kilogram."
|
||||
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 "Misure"
|
||||
|
||||
msgctxt "view:product.template:"
|
||||
msgid "Measurements for 1 default UoM."
|
||||
msgstr ""
|
||||
206
modules/product_measurements/locale/lo.po
Normal file
206
modules/product_measurements/locale/lo.po
Normal file
@@ -0,0 +1,206 @@
|
||||
#
|
||||
msgid ""
|
||||
msgstr "Content-Type: text/plain; charset=utf-8\n"
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "field:product.price_list.line,volume_uom:"
|
||||
msgid "Volume UoM"
|
||||
msgstr "ຫົວໜ່ວຍບໍລິມາດ"
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "field:product.price_list.line,weight_uom:"
|
||||
msgid "Weight UoM"
|
||||
msgstr "ຫົວໜ່ວຍນໍ້າໜັກ"
|
||||
|
||||
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.price_list.line,formula:"
|
||||
msgid ""
|
||||
"\n"
|
||||
"-volume: the volume of 1 unit of product\n"
|
||||
"-weight: the weight of 1 unit of product"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.price_list.line,volume_uom:"
|
||||
msgid "Leave empty for liter."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.price_list.line,weight_uom:"
|
||||
msgid "Leave empty for kilogram."
|
||||
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 ""
|
||||
194
modules/product_measurements/locale/lt.po
Normal file
194
modules/product_measurements/locale/lt.po
Normal file
@@ -0,0 +1,194 @@
|
||||
#
|
||||
msgid ""
|
||||
msgstr "Content-Type: text/plain; charset=utf-8\n"
|
||||
|
||||
msgctxt "field:product.price_list.line,volume_uom:"
|
||||
msgid "Volume UoM"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:product.price_list.line,weight_uom:"
|
||||
msgid "Weight UoM"
|
||||
msgstr ""
|
||||
|
||||
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.price_list.line,formula:"
|
||||
msgid ""
|
||||
"\n"
|
||||
"-volume: the volume of 1 unit of product\n"
|
||||
"-weight: the weight of 1 unit of product"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.price_list.line,volume_uom:"
|
||||
msgid "Leave empty for liter."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.price_list.line,weight_uom:"
|
||||
msgid "Leave empty for kilogram."
|
||||
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 ""
|
||||
197
modules/product_measurements/locale/nl.po
Normal file
197
modules/product_measurements/locale/nl.po
Normal file
@@ -0,0 +1,197 @@
|
||||
#
|
||||
msgid ""
|
||||
msgstr "Content-Type: text/plain; charset=utf-8\n"
|
||||
|
||||
msgctxt "field:product.price_list.line,volume_uom:"
|
||||
msgid "Volume UoM"
|
||||
msgstr "Maateenheid volume"
|
||||
|
||||
msgctxt "field:product.price_list.line,weight_uom:"
|
||||
msgid "Weight UoM"
|
||||
msgstr "Maateenheid gewicht"
|
||||
|
||||
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 "Maateenheid breedte"
|
||||
|
||||
msgctxt "help:product.price_list.line,formula:"
|
||||
msgid ""
|
||||
"\n"
|
||||
"-volume: the volume of 1 unit of product\n"
|
||||
"-weight: the weight of 1 unit of product"
|
||||
msgstr ""
|
||||
"\n"
|
||||
"- volume: het volume van 1 maateenheid van het product\n"
|
||||
"- gewicht: het gewicht van 1 maateenheid van het product"
|
||||
|
||||
msgctxt "help:product.price_list.line,volume_uom:"
|
||||
msgid "Leave empty for liter."
|
||||
msgstr "Laat leeg voor liter."
|
||||
|
||||
msgctxt "help:product.price_list.line,weight_uom:"
|
||||
msgid "Leave empty for kilogram."
|
||||
msgstr "Laat leeg voor kilogram."
|
||||
|
||||
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."
|
||||
206
modules/product_measurements/locale/pl.po
Normal file
206
modules/product_measurements/locale/pl.po
Normal file
@@ -0,0 +1,206 @@
|
||||
#
|
||||
msgid ""
|
||||
msgstr "Content-Type: text/plain; charset=utf-8\n"
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "field:product.price_list.line,volume_uom:"
|
||||
msgid "Volume UoM"
|
||||
msgstr "Jm objętości"
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "field:product.price_list.line,weight_uom:"
|
||||
msgid "Weight UoM"
|
||||
msgstr "Jm wagi"
|
||||
|
||||
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.price_list.line,formula:"
|
||||
msgid ""
|
||||
"\n"
|
||||
"-volume: the volume of 1 unit of product\n"
|
||||
"-weight: the weight of 1 unit of product"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.price_list.line,volume_uom:"
|
||||
msgid "Leave empty for liter."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.price_list.line,weight_uom:"
|
||||
msgid "Leave empty for kilogram."
|
||||
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 "Miary"
|
||||
|
||||
msgctxt "view:product.template:"
|
||||
msgid "Measurements for 1 default UoM."
|
||||
msgstr ""
|
||||
196
modules/product_measurements/locale/pt.po
Normal file
196
modules/product_measurements/locale/pt.po
Normal file
@@ -0,0 +1,196 @@
|
||||
#
|
||||
msgid ""
|
||||
msgstr "Content-Type: text/plain; charset=utf-8\n"
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "field:product.price_list.line,volume_uom:"
|
||||
msgid "Volume UoM"
|
||||
msgstr "UdM do Volume"
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "field:product.price_list.line,weight_uom:"
|
||||
msgid "Weight UoM"
|
||||
msgstr "UdM do Peso"
|
||||
|
||||
msgctxt "field:product.product,height:"
|
||||
msgid "Height"
|
||||
msgstr "Altura"
|
||||
|
||||
msgctxt "field:product.product,height_uom:"
|
||||
msgid "Height UoM"
|
||||
msgstr "UdM da Altura"
|
||||
|
||||
msgctxt "field:product.product,length:"
|
||||
msgid "Length"
|
||||
msgstr "Comprimento"
|
||||
|
||||
msgctxt "field:product.product,length_uom:"
|
||||
msgid "Length UoM"
|
||||
msgstr "UdM do Comprimento"
|
||||
|
||||
msgctxt "field:product.product,volume:"
|
||||
msgid "Volume"
|
||||
msgstr "Volume"
|
||||
|
||||
msgctxt "field:product.product,volume_uom:"
|
||||
msgid "Volume UoM"
|
||||
msgstr "UdM do Volume"
|
||||
|
||||
msgctxt "field:product.product,weight:"
|
||||
msgid "Weight"
|
||||
msgstr "Peso"
|
||||
|
||||
msgctxt "field:product.product,weight_uom:"
|
||||
msgid "Weight UoM"
|
||||
msgstr "UdM do Peso"
|
||||
|
||||
msgctxt "field:product.product,width:"
|
||||
msgid "Width"
|
||||
msgstr "Largura"
|
||||
|
||||
msgctxt "field:product.product,width_uom:"
|
||||
msgid "Width UoM"
|
||||
msgstr "UdM da Largura"
|
||||
|
||||
msgctxt "field:product.template,height:"
|
||||
msgid "Height"
|
||||
msgstr "Altura"
|
||||
|
||||
msgctxt "field:product.template,height_uom:"
|
||||
msgid "Height UoM"
|
||||
msgstr "UdM da Altura"
|
||||
|
||||
msgctxt "field:product.template,length:"
|
||||
msgid "Length"
|
||||
msgstr "Comprimento"
|
||||
|
||||
msgctxt "field:product.template,length_uom:"
|
||||
msgid "Length UoM"
|
||||
msgstr "UdM do Comprimento"
|
||||
|
||||
msgctxt "field:product.template,volume:"
|
||||
msgid "Volume"
|
||||
msgstr "Volume"
|
||||
|
||||
msgctxt "field:product.template,volume_uom:"
|
||||
msgid "Volume UoM"
|
||||
msgstr "UdM do Volume"
|
||||
|
||||
msgctxt "field:product.template,weight:"
|
||||
msgid "Weight"
|
||||
msgstr "Peso"
|
||||
|
||||
msgctxt "field:product.template,weight_uom:"
|
||||
msgid "Weight UoM"
|
||||
msgstr "UdM do Peso"
|
||||
|
||||
msgctxt "field:product.template,width:"
|
||||
msgid "Width"
|
||||
msgstr "Largura"
|
||||
|
||||
msgctxt "field:product.template,width_uom:"
|
||||
msgid "Width UoM"
|
||||
msgstr "UdM da Largura"
|
||||
|
||||
msgctxt "help:product.price_list.line,formula:"
|
||||
msgid ""
|
||||
"\n"
|
||||
"-volume: the volume of 1 unit of product\n"
|
||||
"-weight: the weight of 1 unit of product"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.price_list.line,volume_uom:"
|
||||
msgid "Leave empty for liter."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.price_list.line,weight_uom:"
|
||||
msgid "Leave empty for kilogram."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.product,height:"
|
||||
msgid "Height for 1 default unit of measure."
|
||||
msgstr "Altura para 1 unidade de medida padrão."
|
||||
|
||||
msgctxt "help:product.product,height_uom:"
|
||||
msgid "The Unit of Measure for the height."
|
||||
msgstr "A unidade de medida para altura."
|
||||
|
||||
msgctxt "help:product.product,length:"
|
||||
msgid "Length for 1 default unit of measure."
|
||||
msgstr "Comprimento para 1 unidade de medida padrão."
|
||||
|
||||
msgctxt "help:product.product,length_uom:"
|
||||
msgid "The Unit of Measure for the length."
|
||||
msgstr "A unidade de medida para o comprimento."
|
||||
|
||||
msgctxt "help:product.product,volume:"
|
||||
msgid "Volume for 1 default unit of measure."
|
||||
msgstr "Volume para 1 unidade de medida padrão."
|
||||
|
||||
msgctxt "help:product.product,volume_uom:"
|
||||
msgid "The Unit of Measure for the volume."
|
||||
msgstr "A unidade de medida para o volume."
|
||||
|
||||
msgctxt "help:product.product,weight:"
|
||||
msgid "Weight for 1 default unit of measure."
|
||||
msgstr "Peso para 1 unidade de medida padrão."
|
||||
|
||||
msgctxt "help:product.product,weight_uom:"
|
||||
msgid "The Unit of Measure for the weight."
|
||||
msgstr "A unidade de medida do peso."
|
||||
|
||||
msgctxt "help:product.product,width:"
|
||||
msgid "Width for 1 default unit of measure."
|
||||
msgstr "Largura para 1 unidade de medida padrão."
|
||||
|
||||
msgctxt "help:product.product,width_uom:"
|
||||
msgid "The Unit of Measure for the width."
|
||||
msgstr "A unidade de medida da largura."
|
||||
|
||||
msgctxt "help:product.template,height:"
|
||||
msgid "Height for 1 default unit of measure."
|
||||
msgstr "Altura para 1 unidade de medida padrão."
|
||||
|
||||
msgctxt "help:product.template,height_uom:"
|
||||
msgid "The Unit of Measure for the height."
|
||||
msgstr "A unidade de medida da altura."
|
||||
|
||||
msgctxt "help:product.template,length:"
|
||||
msgid "Length for 1 default unit of measure."
|
||||
msgstr "Comprimento para 1 unidade de medida padrão."
|
||||
|
||||
msgctxt "help:product.template,length_uom:"
|
||||
msgid "The Unit of Measure for the length."
|
||||
msgstr "A unidade de medida do comprimento."
|
||||
|
||||
msgctxt "help:product.template,volume:"
|
||||
msgid "Volume for 1 default unit of measure."
|
||||
msgstr "Volume para 1 unidade de medida padrão."
|
||||
|
||||
msgctxt "help:product.template,volume_uom:"
|
||||
msgid "The Unit of Measure for the volume."
|
||||
msgstr "A unidade de medida do volume."
|
||||
|
||||
msgctxt "help:product.template,weight:"
|
||||
msgid "Weight for 1 default unit of measure."
|
||||
msgstr "Peso para 1 unidade de medida padrão."
|
||||
|
||||
msgctxt "help:product.template,weight_uom:"
|
||||
msgid "The Unit of Measure for the weight."
|
||||
msgstr "A unidade de medida do peso."
|
||||
|
||||
msgctxt "help:product.template,width:"
|
||||
msgid "Width for 1 default unit of measure."
|
||||
msgstr "Largura para 1 unidade de medida padrão."
|
||||
|
||||
msgctxt "help:product.template,width_uom:"
|
||||
msgid "The Unit of Measure for the width."
|
||||
msgstr "A unidade de medida da largura."
|
||||
|
||||
msgctxt "view:product.template:"
|
||||
msgid "Measurements"
|
||||
msgstr "Medidas"
|
||||
|
||||
msgctxt "view:product.template:"
|
||||
msgid "Measurements for 1 default UoM."
|
||||
msgstr "Medidas para 1 UoM padrão."
|
||||
196
modules/product_measurements/locale/ro.po
Normal file
196
modules/product_measurements/locale/ro.po
Normal file
@@ -0,0 +1,196 @@
|
||||
#
|
||||
msgid ""
|
||||
msgstr "Content-Type: text/plain; charset=utf-8\n"
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "field:product.price_list.line,volume_uom:"
|
||||
msgid "Volume UoM"
|
||||
msgstr "UM Volum"
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "field:product.price_list.line,weight_uom:"
|
||||
msgid "Weight UoM"
|
||||
msgstr "UM Greutate"
|
||||
|
||||
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.price_list.line,formula:"
|
||||
msgid ""
|
||||
"\n"
|
||||
"-volume: the volume of 1 unit of product\n"
|
||||
"-weight: the weight of 1 unit of product"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.price_list.line,volume_uom:"
|
||||
msgid "Leave empty for liter."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.price_list.line,weight_uom:"
|
||||
msgid "Leave empty for kilogram."
|
||||
msgstr ""
|
||||
|
||||
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ă."
|
||||
216
modules/product_measurements/locale/ru.po
Normal file
216
modules/product_measurements/locale/ru.po
Normal file
@@ -0,0 +1,216 @@
|
||||
#
|
||||
msgid ""
|
||||
msgstr "Content-Type: text/plain; charset=utf-8\n"
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "field:product.price_list.line,volume_uom:"
|
||||
msgid "Volume UoM"
|
||||
msgstr "Объем"
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "field:product.price_list.line,weight_uom:"
|
||||
msgid "Weight UoM"
|
||||
msgstr "Ширина"
|
||||
|
||||
#, 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.price_list.line,formula:"
|
||||
msgid ""
|
||||
"\n"
|
||||
"-volume: the volume of 1 unit of product\n"
|
||||
"-weight: the weight of 1 unit of product"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.price_list.line,volume_uom:"
|
||||
msgid "Leave empty for liter."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.price_list.line,weight_uom:"
|
||||
msgid "Leave empty for kilogram."
|
||||
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 ""
|
||||
206
modules/product_measurements/locale/sl.po
Normal file
206
modules/product_measurements/locale/sl.po
Normal file
@@ -0,0 +1,206 @@
|
||||
#
|
||||
msgid ""
|
||||
msgstr "Content-Type: text/plain; charset=utf-8\n"
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "field:product.price_list.line,volume_uom:"
|
||||
msgid "Volume UoM"
|
||||
msgstr "Enota prostornine"
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "field:product.price_list.line,weight_uom:"
|
||||
msgid "Weight UoM"
|
||||
msgstr "ME za težo"
|
||||
|
||||
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.price_list.line,formula:"
|
||||
msgid ""
|
||||
"\n"
|
||||
"-volume: the volume of 1 unit of product\n"
|
||||
"-weight: the weight of 1 unit of product"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.price_list.line,volume_uom:"
|
||||
msgid "Leave empty for liter."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.price_list.line,weight_uom:"
|
||||
msgid "Leave empty for kilogram."
|
||||
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 "Mere"
|
||||
|
||||
msgctxt "view:product.template:"
|
||||
msgid "Measurements for 1 default UoM."
|
||||
msgstr ""
|
||||
206
modules/product_measurements/locale/tr.po
Normal file
206
modules/product_measurements/locale/tr.po
Normal file
@@ -0,0 +1,206 @@
|
||||
#
|
||||
msgid ""
|
||||
msgstr "Content-Type: text/plain; charset=utf-8\n"
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "field:product.price_list.line,volume_uom:"
|
||||
msgid "Volume UoM"
|
||||
msgstr "Hacim Ölçü Birimi"
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "field:product.price_list.line,weight_uom:"
|
||||
msgid "Weight UoM"
|
||||
msgstr "Ağırlık Ölçü Birimi"
|
||||
|
||||
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.price_list.line,formula:"
|
||||
msgid ""
|
||||
"\n"
|
||||
"-volume: the volume of 1 unit of product\n"
|
||||
"-weight: the weight of 1 unit of product"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.price_list.line,volume_uom:"
|
||||
msgid "Leave empty for liter."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.price_list.line,weight_uom:"
|
||||
msgid "Leave empty for kilogram."
|
||||
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 "Ölçüler"
|
||||
|
||||
msgctxt "view:product.template:"
|
||||
msgid "Measurements for 1 default UoM."
|
||||
msgstr ""
|
||||
194
modules/product_measurements/locale/uk.po
Normal file
194
modules/product_measurements/locale/uk.po
Normal file
@@ -0,0 +1,194 @@
|
||||
#
|
||||
msgid ""
|
||||
msgstr "Content-Type: text/plain; charset=utf-8\n"
|
||||
|
||||
msgctxt "field:product.price_list.line,volume_uom:"
|
||||
msgid "Volume UoM"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "field:product.price_list.line,weight_uom:"
|
||||
msgid "Weight UoM"
|
||||
msgstr ""
|
||||
|
||||
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.price_list.line,formula:"
|
||||
msgid ""
|
||||
"\n"
|
||||
"-volume: the volume of 1 unit of product\n"
|
||||
"-weight: the weight of 1 unit of product"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.price_list.line,volume_uom:"
|
||||
msgid "Leave empty for liter."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.price_list.line,weight_uom:"
|
||||
msgid "Leave empty for kilogram."
|
||||
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 ""
|
||||
199
modules/product_measurements/locale/zh_CN.po
Normal file
199
modules/product_measurements/locale/zh_CN.po
Normal file
@@ -0,0 +1,199 @@
|
||||
#
|
||||
msgid ""
|
||||
msgstr "Content-Type: text/plain; charset=utf-8\n"
|
||||
|
||||
msgctxt "field:product.price_list.line,volume_uom:"
|
||||
msgid "Volume UoM"
|
||||
msgstr ""
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "field:product.price_list.line,weight_uom:"
|
||||
msgid "Weight UoM"
|
||||
msgstr "宽"
|
||||
|
||||
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.price_list.line,formula:"
|
||||
msgid ""
|
||||
"\n"
|
||||
"-volume: the volume of 1 unit of product\n"
|
||||
"-weight: the weight of 1 unit of product"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.price_list.line,volume_uom:"
|
||||
msgid "Leave empty for liter."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "help:product.price_list.line,weight_uom:"
|
||||
msgid "Leave empty for kilogram."
|
||||
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 ""
|
||||
192
modules/product_measurements/product.py
Normal file
192
modules/product_measurements/product.py
Normal file
@@ -0,0 +1,192 @@
|
||||
# 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 decimal import Decimal
|
||||
|
||||
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().view_attributes() + [
|
||||
('//page[@id="measurements"]', 'states', {
|
||||
'invisible': Eval('type').in_(NON_MEASURABLE),
|
||||
})]
|
||||
|
||||
|
||||
class Product(metaclass=PoolMeta):
|
||||
__name__ = 'product.product'
|
||||
|
||||
|
||||
class PriceList(metaclass=PoolMeta):
|
||||
__name__ = 'product.price_list'
|
||||
|
||||
def get_context_formula(self, product, quantity, uom, pattern=None):
|
||||
pool = Pool()
|
||||
UoM = pool.get('product.uom')
|
||||
ModelData = pool.get('ir.model.data')
|
||||
|
||||
liter = UoM(ModelData.get_id('product', 'uom_liter'))
|
||||
kilogram = UoM(ModelData.get_id('product', 'uom_kilogram'))
|
||||
|
||||
context = super().get_context_formula(
|
||||
product, quantity, uom, pattern=pattern)
|
||||
volume = weight = 0
|
||||
if product:
|
||||
if product.volume is not None:
|
||||
volume = UoM.compute_qty(
|
||||
product.volume_uom, product.volume, liter, round=False)
|
||||
if product.weight is not None:
|
||||
weight = UoM.compute_qty(
|
||||
product.weight_uom, product.weight, kilogram, round=False)
|
||||
context['names']['volume'] = Decimal(str(volume))
|
||||
context['names']['weight'] = Decimal(str(weight))
|
||||
return context
|
||||
|
||||
|
||||
class PriceListLine(metaclass=PoolMeta):
|
||||
__name__ = 'product.price_list.line'
|
||||
|
||||
volume_uom = fields.Many2One(
|
||||
'product.uom', "Volume UoM",
|
||||
domain=[('category', '=', Id('product', 'uom_cat_volume'))],
|
||||
help="Leave empty for liter.")
|
||||
weight_uom = fields.Many2One(
|
||||
'product.uom', "Weight UoM",
|
||||
domain=[('category', '=', Id('product', 'uom_cat_weight'))],
|
||||
help="Leave empty for kilogram.")
|
||||
|
||||
@classmethod
|
||||
def __setup__(cls):
|
||||
super().__setup__()
|
||||
cls.formula.help += ("\n"
|
||||
"-volume: the volume of 1 unit of product\n"
|
||||
"-weight: the weight of 1 unit of product")
|
||||
|
||||
def get_unit_price(self, **context):
|
||||
pool = Pool()
|
||||
UoM = pool.get('product.uom')
|
||||
ModelData = pool.get('ir.model.data')
|
||||
|
||||
if self.volume_uom:
|
||||
context['names'] = context['names'].copy()
|
||||
liter = UoM(ModelData.get_id('product', 'uom_liter'))
|
||||
volume = UoM.compute_qty(
|
||||
liter, float(context['names']['volume']), self.volume_uom,
|
||||
round=False)
|
||||
context['names']['volume'] = Decimal(str(volume))
|
||||
if self.weight_uom:
|
||||
context['names'] = context['names'].copy()
|
||||
kilogram = UoM(ModelData.get_id('product', 'uom_kilogram'))
|
||||
weight = UoM.compute_qty(
|
||||
kilogram, float(context['names']['weight']), self.weight_uom,
|
||||
round=False)
|
||||
context['names']['weight'] = Decimal(str(weight))
|
||||
return super().get_unit_price(**context)
|
||||
21
modules/product_measurements/product.xml
Normal file
21
modules/product_measurements/product.xml
Normal file
@@ -0,0 +1,21 @@
|
||||
<?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>
|
||||
<data depends="product_price_list">
|
||||
<record model="ir.ui.view" id="product_price_list_line_view_form">
|
||||
<field name="model">product.price_list.line</field>
|
||||
<field name="inherit" ref="product_price_list.price_list_line_view_form"/>
|
||||
<field name="name">product_price_list_line_form</field>
|
||||
</record>
|
||||
</data>
|
||||
</tryton>
|
||||
2
modules/product_measurements/tests/__init__.py
Normal file
2
modules/product_measurements/tests/__init__.py
Normal file
@@ -0,0 +1,2 @@
|
||||
# This file is part of Tryton. The COPYRIGHT file at the top level of
|
||||
# this repository contains the full copyright notices and license terms.
|
||||
Binary file not shown.
Binary file not shown.
85
modules/product_measurements/tests/test_module.py
Normal file
85
modules/product_measurements/tests/test_module.py
Normal file
@@ -0,0 +1,85 @@
|
||||
# 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 decimal import Decimal
|
||||
|
||||
from trytond.modules.company.tests import create_company, set_company
|
||||
from trytond.pool import Pool
|
||||
from trytond.tests.test_tryton import ModuleTestCase, with_transaction
|
||||
|
||||
|
||||
class ProductMeasurementsTestCase(ModuleTestCase):
|
||||
"Test Product Measurements module"
|
||||
module = 'product_measurements'
|
||||
extras = ['product_price_list']
|
||||
|
||||
@with_transaction()
|
||||
def test_price_list_context_formula_volume(self):
|
||||
"Test price list context formula with volume"
|
||||
pool = Pool()
|
||||
Template = pool.get('product.template')
|
||||
Product = pool.get('product.product')
|
||||
UoM = pool.get('product.uom')
|
||||
PriceList = pool.get('product.price_list')
|
||||
|
||||
unit, = UoM.search([('name', '=', "Unit")])
|
||||
cm3, = UoM.search([('name', '=', "Cubic centimeter")])
|
||||
inch3, = UoM.search([('name', '=', "Cubic inch")])
|
||||
|
||||
company = create_company()
|
||||
with set_company(company):
|
||||
template = Template(
|
||||
name="Product", default_uom=unit, products=None,
|
||||
list_price=Decimal('100'),
|
||||
volume=2, volume_uom=cm3)
|
||||
template.save()
|
||||
product = Product(template=template)
|
||||
product.save()
|
||||
|
||||
price_list = PriceList(
|
||||
name="List", price='list_price',
|
||||
lines=[{
|
||||
'formula': 'unit_price + 5 * volume',
|
||||
'volume_uom': inch3}])
|
||||
price_list.save()
|
||||
|
||||
self.assertEqual(
|
||||
price_list.compute(product, 5, unit),
|
||||
Decimal('100.6102'))
|
||||
|
||||
@with_transaction()
|
||||
def test_price_list_context_formula_weight(self):
|
||||
"Test price list context formula with weight"
|
||||
pool = Pool()
|
||||
Template = pool.get('product.template')
|
||||
Product = pool.get('product.product')
|
||||
UoM = pool.get('product.uom')
|
||||
PriceList = pool.get('product.price_list')
|
||||
|
||||
unit, = UoM.search([('name', '=', "Unit")])
|
||||
gram, = UoM.search([('name', '=', "Gram")])
|
||||
pound, = UoM.search([('name', '=', "Pound")])
|
||||
|
||||
company = create_company()
|
||||
with set_company(company):
|
||||
template = Template(
|
||||
name="Product", default_uom=unit, products=None,
|
||||
list_price=Decimal('100'),
|
||||
weight=5, weight_uom=gram)
|
||||
template.save()
|
||||
product = Product(template=template)
|
||||
product.save()
|
||||
|
||||
price_list = PriceList(
|
||||
name="List", price='list_price',
|
||||
lines=[{
|
||||
'formula': 'unit_price + 5 * weight',
|
||||
'weight_uom': pound}])
|
||||
price_list.save()
|
||||
|
||||
self.assertEqual(
|
||||
price_list.compute(product, 5, unit),
|
||||
Decimal('100.0551'))
|
||||
|
||||
|
||||
del ModuleTestCase
|
||||
20
modules/product_measurements/tryton.cfg
Normal file
20
modules/product_measurements/tryton.cfg
Normal file
@@ -0,0 +1,20 @@
|
||||
[tryton]
|
||||
version=7.8.0
|
||||
depends:
|
||||
ir
|
||||
product
|
||||
res
|
||||
extras_depend:
|
||||
product_price_list
|
||||
xml:
|
||||
product.xml
|
||||
|
||||
[register]
|
||||
model:
|
||||
product.Template
|
||||
product.Product
|
||||
|
||||
[register product_price_list]
|
||||
model:
|
||||
product.PriceList
|
||||
product.PriceListLine
|
||||
@@ -0,0 +1,11 @@
|
||||
<?xml version="1.0"?>
|
||||
<!-- This file is part of Tryton. The COPYRIGHT file at the top level of
|
||||
this repository contains the full copyright notices and license terms. -->
|
||||
<data>
|
||||
<xpath expr="//field[@name='formula']" position="after">
|
||||
<label name="volume_uom"/>
|
||||
<field name="volume_uom" widget="selection"/>
|
||||
<label name="weight_uom"/>
|
||||
<field name="weight_uom" widget="selection"/>
|
||||
</xpath>
|
||||
</data>
|
||||
30
modules/product_measurements/view/template_form.xml
Normal file
30
modules/product_measurements/view/template_form.xml
Normal 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