details: https://code.tryton.org/translations/commit/710f0df06d88 branch: default user: Languages add-on <[email protected]> date: Wed Apr 01 00:56:29 2026 +0000 description: Added translation using Weblate (zh_HANS (generated) (zh_HANS)) diffstat:
modules/stock_lot_unit/locale/zh_HANS.po | 80 ++++++++++++++++++++++++++++++++ 1 files changed, 80 insertions(+), 0 deletions(-) diffs (84 lines): diff -r b36b137df508 -r 710f0df06d88 modules/stock_lot_unit/locale/zh_HANS.po --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/modules/stock_lot_unit/locale/zh_HANS.po Wed Apr 01 00:56:29 2026 +0000 @@ -0,0 +1,80 @@ +# +msgid "" +msgstr "" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"Language: zh_HANS\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=n != 1;\n" + +msgctxt "field:product.product,lot_uom:" +msgid "Lot UoM" +msgstr "" + +msgctxt "field:product.template,lot_uom:" +msgid "Lot UoM" +msgstr "" + +msgctxt "field:stock.lot,product_default_uom_category:" +msgid "Default Product UoM Category" +msgstr "" + +msgctxt "field:stock.lot,unit:" +msgid "Unit" +msgstr "" + +msgctxt "field:stock.lot,unit_quantity:" +msgid "Unit Quantity" +msgstr "" + +msgctxt "field:stock.move.add.lots.start.lot,product_default_uom_category:" +msgid "Default Product UoM Category" +msgstr "" + +msgctxt "field:stock.move.add.lots.start.lot,unit:" +msgid "Unit" +msgstr "" + +msgctxt "field:stock.move.add.lots.start.lot,unit_quantity:" +msgid "Unit Quantity" +msgstr "" + +msgctxt "help:product.product,lot_uom:" +msgid "The default unit of measure for lot." +msgstr "" + +msgctxt "help:product.template,lot_uom:" +msgid "The default unit of measure for lot." +msgstr "" + +msgctxt "help:stock.lot,unit:" +msgid "The biggest unit for the lot." +msgstr "" + +msgctxt "help:stock.lot,unit_quantity:" +msgid "The maximal quantity for the lot." +msgstr "" + +msgctxt "help:stock.move.add.lots.start.lot,unit:" +msgid "The biggest unit for the lot." +msgstr "" + +msgctxt "help:stock.move.add.lots.start.lot,unit_quantity:" +msgid "The maximal quantity for the lot." +msgstr "" + +msgctxt "model:ir.message,text:msg_change_unit" +msgid "You cannot change the unit of a stock lot which has stock moves." +msgstr "" + +msgctxt "model:ir.message,text:msg_change_unit_quantity" +msgid "You cannot change the quantity of a stock lot which has stock moves." +msgstr "" + +#, 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 ""
