78 lines
2.3 KiB
Plaintext
78 lines
2.3 KiB
Plaintext
#
|
|
msgid ""
|
|
msgstr "Content-Type: text/plain; charset=utf-8\n"
|
|
|
|
msgctxt "field:product.product,lot_uom:"
|
|
msgid "Lot UoM"
|
|
msgstr "UdM del lote"
|
|
|
|
msgctxt "field:product.template,lot_uom:"
|
|
msgid "Lot UoM"
|
|
msgstr "UdM del lote"
|
|
|
|
msgctxt "field:stock.lot,product_default_uom_category:"
|
|
msgid "Default Product UoM Category"
|
|
msgstr "Cateogría de UdM de producto por defecto"
|
|
|
|
msgctxt "field:stock.lot,unit:"
|
|
msgid "Unit"
|
|
msgstr "Unidad"
|
|
|
|
msgctxt "field:stock.lot,unit_quantity:"
|
|
msgid "Unit Quantity"
|
|
msgstr "Cantidad unitaria"
|
|
|
|
msgctxt "field:stock.move.add.lots.start.lot,product_default_uom_category:"
|
|
msgid "Default Product UoM Category"
|
|
msgstr "Cateogría de UdM de producto por defecto"
|
|
|
|
msgctxt "field:stock.move.add.lots.start.lot,unit:"
|
|
msgid "Unit"
|
|
msgstr "Unidad"
|
|
|
|
msgctxt "field:stock.move.add.lots.start.lot,unit_quantity:"
|
|
msgid "Unit Quantity"
|
|
msgstr "Cantidad unitaria"
|
|
|
|
msgctxt "help:product.product,lot_uom:"
|
|
msgid "The default unit of measure for lot."
|
|
msgstr "La unidad por defecto del lote."
|
|
|
|
msgctxt "help:product.template,lot_uom:"
|
|
msgid "The default unit of measure for lot."
|
|
msgstr "La unidad por defecto del lote."
|
|
|
|
msgctxt "help:stock.lot,unit:"
|
|
msgid "The biggest unit for the lot."
|
|
msgstr "La mayor unidad del lote."
|
|
|
|
msgctxt "help:stock.lot,unit_quantity:"
|
|
msgid "The maximal quantity for the lot."
|
|
msgstr "La cantidad máxima del lote."
|
|
|
|
msgctxt "help:stock.move.add.lots.start.lot,unit:"
|
|
msgid "The biggest unit for the lot."
|
|
msgstr "La mayor unidad del lote."
|
|
|
|
msgctxt "help:stock.move.add.lots.start.lot,unit_quantity:"
|
|
msgid "The maximal quantity for the lot."
|
|
msgstr "La cantidad máxima del lote."
|
|
|
|
msgctxt "model:ir.message,text:msg_change_unit"
|
|
msgid "You cannot change the unit of a stock lot which has stock moves."
|
|
msgstr ""
|
|
"No puede cambiar la unidad de un lote que tiene movimientos de existencias."
|
|
|
|
msgctxt "model:ir.message,text:msg_change_unit_quantity"
|
|
msgid "You cannot change the quantity of a stock lot which has stock moves."
|
|
msgstr ""
|
|
"No puede cambiar la cantidad de un lote que tiene movimientos de "
|
|
"existencias."
|
|
|
|
#, python-format
|
|
msgctxt "model:ir.message,text:msg_lot_unit_quantity_greater"
|
|
msgid ""
|
|
"You cannot use more than %(quantity)s%(unit)s of lot \"%(lot)s\" in "
|
|
"\"%(name)s\"."
|
|
msgstr "No puede usar más de %(quantity)s%(unit)s del \"%(lot)s\" en \"%(name)s\"."
|