details: https://code.tryton.org/translations/commit/41573ff0b993 branch: default user: Cédric Krier <[email protected]> date: Wed Nov 26 23:13:12 2025 +0000 description: Added translation using Weblate (Georgian) diffstat:
modules/sale_shipment_tolerance/locale/ka.po | 64 ++++++++++++++++++++++++++++ 1 files changed, 64 insertions(+), 0 deletions(-) diffs (68 lines): diff -r 6d55f20eea80 -r 41573ff0b993 modules/sale_shipment_tolerance/locale/ka.po --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/modules/sale_shipment_tolerance/locale/ka.po Wed Nov 26 23:13:12 2025 +0000 @@ -0,0 +1,64 @@ +# +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:sale.configuration,sale_over_shipment_tolerance:" +msgid "Sale Over Shipment Tolerance" +msgstr "" + +msgctxt "field:sale.configuration,sale_under_shipment_tolerance:" +msgid "Sale Under Shipment Tolerance" +msgstr "" + +msgctxt "" +"field:sale.configuration.shipment_tolerance,sale_over_shipment_tolerance:" +msgid "Sale Over Shipment Tolerance" +msgstr "" + +msgctxt "" +"field:sale.configuration.shipment_tolerance,sale_under_shipment_tolerance:" +msgid "Sale Under Shipment Tolerance" +msgstr "" + +msgctxt "help:sale.configuration,sale_over_shipment_tolerance:" +msgid "The upper quantity accepted in percentage." +msgstr "" + +msgctxt "help:sale.configuration,sale_under_shipment_tolerance:" +msgid "The lower quantity accepted in percentage." +msgstr "" + +msgctxt "" +"help:sale.configuration.shipment_tolerance,sale_over_shipment_tolerance:" +msgid "The upper quantity accepted in percentage." +msgstr "" + +msgctxt "" +"help:sale.configuration.shipment_tolerance,sale_under_shipment_tolerance:" +msgid "The lower quantity accepted in percentage." +msgstr "" + +#, python-format +msgctxt "model:ir.message,text:msg_over_shipment" +msgid "" +"The sale line \"%(line)s\" exceeds the over shipment tolerance (%(shipped)s " +"shipped > %(maximal)s )." +msgstr "" + +msgctxt "model:sale.configuration.shipment_tolerance,string:" +msgid "Sale Configuration Shipment Tolerance" +msgstr "" + +msgctxt "view:sale.configuration:" +msgid "%" +msgstr "" + +msgctxt "view:sale.configuration:" +msgid "Sale Shipment Tolerance" +msgstr ""
