changeset 656074bcd141 in modules/account_stock_anglo_saxon:default details: https://hg.tryton.org/modules/account_stock_anglo_saxon?cmd=changeset&node=656074bcd141 description: Update translations [skip ci] diffstat:
locale/it.po | 3 ++- locale/uk.po | 33 +++++++++++++++++++++++++++++++++ 2 files changed, 35 insertions(+), 1 deletions(-) diffs (57 lines): diff -r df004c94e1f5 -r 656074bcd141 locale/it.po --- a/locale/it.po Sat Oct 29 09:38:08 2022 +0200 +++ b/locale/it.po Sat Oct 29 09:54:09 2022 +0200 @@ -6,7 +6,6 @@ msgid "Account Cost of Goods Sold" msgstr "Conto costo del venduto" -#, fuzzy msgctxt "field:product.category.account,account_cogs:" msgid "Account Cost of Goods Sold" msgstr "Conto costo del venduto" @@ -24,6 +23,8 @@ "The invoice line \"%(line)s\" is linked to stock moves of other products than \"%(product)s\".\n" "This may compute a wrong COGS." msgstr "" +"La riga della fattura \"%(line)s\" è collegata a movimenti di stock di prodotti diversi da \"%(product)s\".\n" +"Questo potrebbe calcolare un COGS errato." #, fuzzy msgctxt "model:ir.message,text:msg_move_quantity_greater" diff -r df004c94e1f5 -r 656074bcd141 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,33 @@ +# +msgid "" +msgstr "Content-Type: text/plain; charset=utf-8\n" + +msgctxt "field:product.category,account_cogs:" +msgid "Account Cost of Goods Sold" +msgstr "" + +msgctxt "field:product.category.account,account_cogs:" +msgid "Account Cost of Goods Sold" +msgstr "" + +msgctxt "field:stock.move,in_anglo_saxon_quantity:" +msgid "Input Anglo-Saxon Quantity" +msgstr "" + +msgctxt "field:stock.move,out_anglo_saxon_quantity:" +msgid "Output Anglo-Saxon Quantity" +msgstr "" + +msgctxt "model:ir.message,text:msg_invoice_line_stock_move_different_product" +msgid "" +"The invoice line \"%(line)s\" is linked to stock moves of other products than \"%(product)s\".\n" +"This may compute a wrong COGS." +msgstr "" + +msgctxt "model:ir.message,text:msg_move_quantity_greater" +msgid "Anglo-Saxon quantity cannot be greater than quantity." +msgstr "" + +msgctxt "selection:account.fiscalyear,account_stock_method:" +msgid "Anglo-Saxon" +msgstr ""
