changeset 02d4e50d84cc in modules/carrier_weight:default details: https://hg.tryton.org/modules/carrier_weight?cmd=changeset&node=02d4e50d84cc description: Update translations [skip ci] diffstat:
locale/nl.po | 6 ++-- locale/uk.po | 67 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 70 insertions(+), 3 deletions(-) diffs (97 lines): diff -r c030a22ddac4 -r 02d4e50d84cc locale/nl.po --- a/locale/nl.po Sat Oct 29 09:38:08 2022 +0200 +++ b/locale/nl.po Sat Oct 29 09:54:10 2022 +0200 @@ -40,7 +40,7 @@ msgctxt "help:carrier,weight_price_list:" msgid "Add price to the carrier service." -msgstr "Prijs toevoegen aan de koeriersdienst." +msgstr "Voeg prijs toe aan de transport service." msgctxt "help:carrier,weight_uom:" msgid "The unit of weight criteria of the price list." @@ -48,11 +48,11 @@ msgctxt "help:carrier.weight_price_list,carrier:" msgid "The carrier that the price list belongs to." -msgstr "De koerier waartoe de prijslijst behoort." +msgstr "De prijslijst van de transporteur." msgctxt "help:carrier.weight_price_list,price:" msgid "The price of the carrier service." -msgstr "De prijs van de koeriersdienst." +msgstr "De prijs van de transport service." msgctxt "help:carrier.weight_price_list,weight:" msgid "The lower limit for the price." diff -r c030a22ddac4 -r 02d4e50d84cc locale/uk.po --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/locale/uk.po Sat Oct 29 09:54:10 2022 +0200 @@ -0,0 +1,67 @@ +# +msgid "" +msgstr "Content-Type: text/plain; charset=utf-8\n" + +msgctxt "field:carrier,weight_currency:" +msgid "Currency" +msgstr "" + +msgctxt "field:carrier,weight_price_list:" +msgid "Price List" +msgstr "" + +msgctxt "field:carrier,weight_uom:" +msgid "Weight Uom" +msgstr "" + +msgctxt "field:carrier,weight_uom_digits:" +msgid "Weight Uom Digits" +msgstr "" + +msgctxt "field:carrier.weight_price_list,carrier:" +msgid "Carrier" +msgstr "" + +msgctxt "field:carrier.weight_price_list,currency:" +msgid "Currency" +msgstr "" + +msgctxt "field:carrier.weight_price_list,price:" +msgid "Price" +msgstr "" + +msgctxt "field:carrier.weight_price_list,weight:" +msgid "Weight" +msgstr "" + +msgctxt "help:carrier,weight_currency:" +msgid "The currency of the price." +msgstr "" + +msgctxt "help:carrier,weight_price_list:" +msgid "Add price to the carrier service." +msgstr "" + +msgctxt "help:carrier,weight_uom:" +msgid "The unit of weight criteria of the price list." +msgstr "" + +msgctxt "help:carrier.weight_price_list,carrier:" +msgid "The carrier that the price list belongs to." +msgstr "" + +msgctxt "help:carrier.weight_price_list,price:" +msgid "The price of the carrier service." +msgstr "" + +msgctxt "help:carrier.weight_price_list,weight:" +msgid "The lower limit for the price." +msgstr "" + +msgctxt "model:carrier.weight_price_list,name:" +msgid "Carrier Weight Price List" +msgstr "" + +msgctxt "selection:carrier,carrier_cost_method:" +msgid "Weight" +msgstr ""
