changeset 8b822d7ca7c3 in weblate:default details: https://hg.tryton.org/weblate?cmd=changeset&node=8b822d7ca7c3 description: Added translation using Weblate (Serbian) diffstat:
modules/sale_shipment_tolerance/locale/sr.po | 60 ++++++++++++++++++++++++++++ 1 files changed, 60 insertions(+), 0 deletions(-) diffs (64 lines): diff -r 0ccacc7174a2 -r 8b822d7ca7c3 modules/sale_shipment_tolerance/locale/sr.po --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/modules/sale_shipment_tolerance/locale/sr.po Wed Jul 07 22:37:16 2021 +0000 @@ -0,0 +1,60 @@ +# +msgid "" +msgstr "" +"Language: sr\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\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 "" + +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,name:" +msgid "Sale Configuration Shipment Tolerance" +msgstr "" + +msgctxt "view:sale.configuration:" +msgid "%" +msgstr "" + +msgctxt "view:sale.configuration:" +msgid "Sale Shipment Tolerance" +msgstr ""
