changeset d2b0bd916e40 in modules/carrier_subdivision:default details: https://hg.tryton.org/modules/carrier_subdivision?cmd=changeset&node=d2b0bd916e40 description: Update translations [skip ci] diffstat:
locale/nl.po | 2 +- locale/uk.po | 43 +++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 44 insertions(+), 1 deletions(-) diffs (59 lines): diff -r 5b16c4b44e9a -r d2b0bd916e40 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 @@ -39,7 +39,7 @@ "The regular expression to match the postal codes the carrier delivers to.\n" "Leave empty to allow delivery to any postal code." msgstr "" -"De reguliere expressie die overeenkomt met de postcodes waar de koerier bezorgt.\n" +"De reguliere expressie die overeenkomt met de postcodes waar de transporteur bezorgt.\n" "Laat leeg om levering op elke postcode mogelijk te maken." msgctxt "help:carrier.selection,to_subdivision:" diff -r 5b16c4b44e9a -r d2b0bd916e40 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,43 @@ +# +msgid "" +msgstr "Content-Type: text/plain; charset=utf-8\n" + +msgctxt "field:carrier.selection,from_postal_code:" +msgid "From Postal Code" +msgstr "" + +msgctxt "field:carrier.selection,from_subdivision:" +msgid "From Subdivision" +msgstr "" + +msgctxt "field:carrier.selection,to_postal_code:" +msgid "To Postal Code" +msgstr "" + +msgctxt "field:carrier.selection,to_subdivision:" +msgid "To Subdivision" +msgstr "" + +msgctxt "help:carrier.selection,from_postal_code:" +msgid "" +"The regular expression to match the postal codes the carrier collects from.\n" +"Leave empty to allow collection from any postal code." +msgstr "" + +msgctxt "help:carrier.selection,from_subdivision:" +msgid "" +"The subdivision the carrier collects from.\n" +"Leave empty to allow collection from any subdivision." +msgstr "" + +msgctxt "help:carrier.selection,to_postal_code:" +msgid "" +"The regular expression to match the postal codes the carrier delivers to.\n" +"Leave empty to allow delivery to any postal code." +msgstr "" + +msgctxt "help:carrier.selection,to_subdivision:" +msgid "" +"The subdivision the carrier delivers to.\n" +"Leave empty to allow delivery to any subdivision." +msgstr ""
