changeset 3fffd0c8706f in modules/account_invoice_secondary_unit:default details: https://hg.tryton.org/modules/account_invoice_secondary_unit?cmd=changeset&node=3fffd0c8706f description: Update translations [skip ci] diffstat:
locale/fr.po | 2 +- locale/uk.po | 31 +++++++++++++++++++++++++++++++ 2 files changed, 32 insertions(+), 1 deletions(-) diffs (47 lines): diff -r a74467cc974b -r 3fffd0c8706f locale/fr.po --- a/locale/fr.po Sat Oct 29 09:38:07 2022 +0200 +++ b/locale/fr.po Sat Oct 29 09:54:09 2022 +0200 @@ -4,7 +4,7 @@ msgctxt "field:account.invoice.line,product_secondary_uom_category:" msgid "Product Secondary UOM Category" -msgstr "Catégorie d'unité de mesure secondaire de produit" +msgstr "Catégorie d'UDM secondaire du produit" msgctxt "field:account.invoice.line,secondary_quantity:" msgid "Secondary Quantity" diff -r a74467cc974b -r 3fffd0c8706f locale/uk.po --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/locale/uk.po Sat Oct 29 09:54:09 2022 +0200 @@ -0,0 +1,31 @@ +# +msgid "" +msgstr "Content-Type: text/plain; charset=utf-8\n" + +msgctxt "field:account.invoice.line,product_secondary_uom_category:" +msgid "Product Secondary UOM Category" +msgstr "" + +msgctxt "field:account.invoice.line,secondary_quantity:" +msgid "Secondary Quantity" +msgstr "" + +msgctxt "field:account.invoice.line,secondary_unit:" +msgid "Secondary Unit" +msgstr "" + +msgctxt "field:account.invoice.line,secondary_unit_price:" +msgid "Secondary Unit Price" +msgstr "" + +msgctxt "view:account.invoice.line:" +msgid "Quantity:" +msgstr "" + +msgctxt "view:account.invoice.line:" +msgid "Unit Price:" +msgstr "" + +msgctxt "view:account.invoice.line:" +msgid "Unit:" +msgstr ""
