details: https://code.tryton.org/translations/commit/d24d581bbdf8 branch: default user: Cédric Krier <[email protected]> date: Wed Nov 26 23:14:23 2025 +0000 description: Added translation using Weblate (Georgian) diffstat:
modules/stock_assign_manual/locale/ka.po | 164 +++++++++++++++++++++++++++++++ 1 files changed, 164 insertions(+), 0 deletions(-) diffs (168 lines): diff -r b3b8840c1f89 -r d24d581bbdf8 modules/stock_assign_manual/locale/ka.po --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/modules/stock_assign_manual/locale/ka.po Wed Nov 26 23:14:23 2025 +0000 @@ -0,0 +1,164 @@ +# +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.shipment.assign.manual.show,move:" +msgid "Move" +msgstr "" + +msgctxt "field:stock.shipment.assign.manual.show,move_quantity:" +msgid "Move Quantity" +msgstr "" + +msgctxt "field:stock.shipment.assign.manual.show,place:" +msgid "Place" +msgstr "" + +msgctxt "field:stock.shipment.assign.manual.show,quantity:" +msgid "Quantity" +msgstr "" + +msgctxt "field:stock.shipment.assign.manual.show,skipped:" +msgid "Skipped" +msgstr "" + +msgctxt "field:stock.shipment.assign.manual.show,unit:" +msgid "Unit" +msgstr "" + +msgctxt "field:stock.shipment.assigned.move,assigned_quantity:" +msgid "Assigned Quantity" +msgstr "" + +msgctxt "field:stock.shipment.assigned.move,move:" +msgid "Move" +msgstr "" + +msgctxt "field:stock.shipment.assigned.move,move_quantity:" +msgid "Move Quantity" +msgstr "" + +msgctxt "field:stock.shipment.assigned.move,unassigned_quantity:" +msgid "Unassigned Quantity" +msgstr "" + +msgctxt "field:stock.shipment.assigned.move,unit:" +msgid "Unit" +msgstr "" + +msgctxt "field:stock.shipment.unassign.manual.show,assigned_moves:" +msgid "Assigned Moves" +msgstr "" + +msgctxt "field:stock.shipment.unassign.manual.show,moves:" +msgid "Moves" +msgstr "" + +msgctxt "help:stock.shipment.assign.manual.show,quantity:" +msgid "" +"The maximum quantity to assign from the place.\n" +"Leave empty for the full quantity of the move." +msgstr "" + +msgctxt "help:stock.shipment.assigned.move,assigned_quantity:" +msgid "The quantity left assigned" +msgstr "" + +msgctxt "help:stock.shipment.assigned.move,unassigned_quantity:" +msgid "The quantity to unassign" +msgstr "" + +msgctxt "help:stock.shipment.unassign.manual.show,moves:" +msgid "The moves to unassign." +msgstr "" + +msgctxt "model:ir.action,name:wizard_production_assign_manual" +msgid "Manual Assign Production" +msgstr "" + +msgctxt "model:ir.action,name:wizard_shipment_in_return_assign_manual" +msgid "Manual Assign Supplier Return Shipment" +msgstr "" + +msgctxt "model:ir.action,name:wizard_shipment_internal_assign_manual" +msgid "Manual Assign Internal Shipment" +msgstr "" + +msgctxt "model:ir.action,name:wizard_shipment_out_assign_manual" +msgid "Manual Assign Customer Shipment" +msgstr "" + +msgctxt "model:ir.action,name:wizard_shipment_unassign_manual" +msgid "Manually Unassign Shipment" +msgstr "" + +#, python-format +msgctxt "model:ir.message,text:msg_assign_failed" +msgid "Failed to assign of %(move)s from %(place)s, please retry." +msgstr "" + +#, python-format +msgctxt "model:ir.message,text:msg_invalid_quantity" +msgid "The quantity must be between 0 and %(quantity)s." +msgstr "" + +msgctxt "model:ir.model.button,string:production_assign_manual_wizard_button" +msgid "Manual Assign" +msgstr "" + +msgctxt "" +"model:ir.model.button,string:shipment_in_return_assign_manual_wizard_button" +msgid "Manual Assign" +msgstr "" + +msgctxt "" +"model:ir.model.button,string:shipment_internal_assign_manual_wizard_button" +msgid "Manual Assign" +msgstr "" + +msgctxt "" +"model:ir.model.button,string:shipment_out_assign_manual_wizard_button" +msgid "Manual Assign" +msgstr "" + +msgctxt "model:stock.shipment.assign.manual.show,string:" +msgid "Stock Shipment Assign Manual Show" +msgstr "" + +msgctxt "model:stock.shipment.assigned.move,string:" +msgid "Stock Shipment Assigned Move" +msgstr "" + +msgctxt "model:stock.shipment.unassign.manual.show,string:" +msgid "Stock Shipment Unassign Manual Show" +msgstr "" + +msgctxt "view:stock.shipment.unassign.manual.show:" +msgid "Enter the quantities to unassign:" +msgstr "" + +msgctxt "wizard_button:stock.shipment.assign.manual,show,assign:" +msgid "Assign" +msgstr "" + +msgctxt "wizard_button:stock.shipment.assign.manual,show,end:" +msgid "Cancel" +msgstr "" + +msgctxt "wizard_button:stock.shipment.assign.manual,show,skip:" +msgid "Skip" +msgstr "" + +msgctxt "wizard_button:stock.shipment.unassign.manual,show,end:" +msgid "Cancel" +msgstr "" + +msgctxt "wizard_button:stock.shipment.unassign.manual,show,unassign:" +msgid "Unassign" +msgstr ""
