details: https://code.tryton.org/translations/commit/79b0893f6946 branch: default user: Cédric Krier <[email protected]> date: Wed Nov 26 23:05:48 2025 +0000 description: Added translation using Weblate (Georgian) diffstat:
modules/product_cost_fifo/locale/ka.po | 51 ++++++++++++++++++++++++++++++++++ 1 files changed, 51 insertions(+), 0 deletions(-) diffs (55 lines): diff -r f80aff62c7fd -r 79b0893f6946 modules/product_cost_fifo/locale/ka.po --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/modules/product_cost_fifo/locale/ka.po Wed Nov 26 23:05:48 2025 +0000 @@ -0,0 +1,51 @@ +# +msgid "" +msgstr "" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"Language: ka\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 ""
