details: https://code.tryton.org/translations/commit/3eb1c3f7d3ff branch: default user: Languages add-on <[email protected]> date: Wed Apr 01 00:51:10 2026 +0000 description: Added translation using Weblate (zh_HANS (generated) (zh_HANS)) diffstat:
modules/product_cost_fifo/locale/zh_HANS.po | 51 +++++++++++++++++++++++++++++ 1 files changed, 51 insertions(+), 0 deletions(-) diffs (55 lines): diff -r cd0b693f68a0 -r 3eb1c3f7d3ff modules/product_cost_fifo/locale/zh_HANS.po --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/modules/product_cost_fifo/locale/zh_HANS.po Wed Apr 01 00:51:10 2026 +0000 @@ -0,0 +1,51 @@ +# +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:stock.move,fifo_quantity:" +msgid "FIFO Quantity" +msgstr "" + +msgctxt "field:stock.move,fifo_quantity_available:" +msgid "FIFO Quantity Available" +msgstr "" + +msgctxt "help:stock.move,fifo_quantity:" +msgid "Quantity used by FIFO." +msgstr "" + +msgctxt "help:stock.move,fifo_quantity_available:" +msgid "Quantity available for FIFO" +msgstr "" + +#, python-format +msgctxt "model:ir.message,text:msg_move_cancel_fifo" +msgid "" +"You cannot cancel move \"%(move)s\" because it is used for FIFO cost price " +"calculation." +msgstr "" + +#, python-format +msgctxt "model:ir.message,text:msg_move_delete_fifo" +msgid "" +"You cannot delete move \"%(move)s\" because it is used for FIFO cost price " +"calculation." +msgstr "" + +msgctxt "model:ir.message,text:msg_move_fifo_quantity_greater" +msgid "The FIFO quantity on move cannot be greater than its quantity." +msgstr "" + +msgctxt "selection:product.product,cost_price_method:" +msgid "FIFO" +msgstr "" + +msgctxt "selection:product.template,cost_price_method:" +msgid "FIFO" +msgstr ""
