changeset 9761dd80e1b7 in modules/stock_secondary_unit:default details: https://hg.tryton.org/modules/stock_secondary_unit?cmd=changeset;node=9761dd80e1b7 description: Update translations diffstat:
locale/bg.po | 12 ++++++++++++ locale/ca.po | 12 ++++++++++++ locale/cs.po | 12 ++++++++++++ locale/de.po | 12 ++++++++++++ locale/es.po | 14 +++++++++++++- locale/es_419.po | 12 ++++++++++++ locale/et.po | 12 ++++++++++++ locale/fa.po | 12 ++++++++++++ locale/fi.po | 12 ++++++++++++ locale/fr.po | 12 ++++++++++++ locale/hu.po | 12 ++++++++++++ locale/id.po | 12 ++++++++++++ locale/it.po | 12 ++++++++++++ locale/lo.po | 12 ++++++++++++ locale/lt.po | 12 ++++++++++++ locale/nl.po | 12 ++++++++++++ locale/pl.po | 12 ++++++++++++ locale/pt.po | 12 ++++++++++++ locale/ru.po | 12 ++++++++++++ locale/sl.po | 12 ++++++++++++ locale/tr.po | 12 ++++++++++++ locale/zh_CN.po | 12 ++++++++++++ 22 files changed, 265 insertions(+), 1 deletions(-) diffs (420 lines): diff -r 31b0ccf50059 -r 9761dd80e1b7 locale/bg.po --- a/locale/bg.po Sat Apr 25 23:53:52 2020 +0200 +++ b/locale/bg.po Sat May 02 10:29:25 2020 +0200 @@ -21,3 +21,15 @@ msgctxt "field:stock.move,secondary_unit_price:" msgid "Secondary Unit Price" msgstr "" + +msgctxt "view:stock.move:" +msgid "Quantity:" +msgstr "" + +msgctxt "view:stock.move:" +msgid "Unit Price:" +msgstr "" + +msgctxt "view:stock.move:" +msgid "Unit:" +msgstr "" diff -r 31b0ccf50059 -r 9761dd80e1b7 locale/ca.po --- a/locale/ca.po Sat Apr 25 23:53:52 2020 +0200 +++ b/locale/ca.po Sat May 02 10:29:25 2020 +0200 @@ -21,3 +21,15 @@ msgctxt "field:stock.move,secondary_unit_price:" msgid "Secondary Unit Price" msgstr "Preu unitari secundari" + +msgctxt "view:stock.move:" +msgid "Quantity:" +msgstr "Quantitat:" + +msgctxt "view:stock.move:" +msgid "Unit Price:" +msgstr "Preu unitari:" + +msgctxt "view:stock.move:" +msgid "Unit:" +msgstr "Unitat:" diff -r 31b0ccf50059 -r 9761dd80e1b7 locale/cs.po --- a/locale/cs.po Sat Apr 25 23:53:52 2020 +0200 +++ b/locale/cs.po Sat May 02 10:29:25 2020 +0200 @@ -21,3 +21,15 @@ msgctxt "field:stock.move,secondary_unit_price:" msgid "Secondary Unit Price" msgstr "" + +msgctxt "view:stock.move:" +msgid "Quantity:" +msgstr "" + +msgctxt "view:stock.move:" +msgid "Unit Price:" +msgstr "" + +msgctxt "view:stock.move:" +msgid "Unit:" +msgstr "" diff -r 31b0ccf50059 -r 9761dd80e1b7 locale/de.po --- a/locale/de.po Sat Apr 25 23:53:52 2020 +0200 +++ b/locale/de.po Sat May 02 10:29:25 2020 +0200 @@ -21,3 +21,15 @@ msgctxt "field:stock.move,secondary_unit_price:" msgid "Secondary Unit Price" msgstr "Zweiteinzelpreis" + +msgctxt "view:stock.move:" +msgid "Quantity:" +msgstr "Menge:" + +msgctxt "view:stock.move:" +msgid "Unit Price:" +msgstr "Einzelpreis:" + +msgctxt "view:stock.move:" +msgid "Unit:" +msgstr "Einheit:" diff -r 31b0ccf50059 -r 9761dd80e1b7 locale/es.po --- a/locale/es.po Sat Apr 25 23:53:52 2020 +0200 +++ b/locale/es.po Sat May 02 10:29:25 2020 +0200 @@ -20,4 +20,16 @@ msgctxt "field:stock.move,secondary_unit_price:" msgid "Secondary Unit Price" -msgstr "Precio unidad secundario" +msgstr "Precio unitario secundario" + +msgctxt "view:stock.move:" +msgid "Quantity:" +msgstr "Cantidad:" + +msgctxt "view:stock.move:" +msgid "Unit Price:" +msgstr "Precio unitario:" + +msgctxt "view:stock.move:" +msgid "Unit:" +msgstr "Unidad:" diff -r 31b0ccf50059 -r 9761dd80e1b7 locale/es_419.po --- a/locale/es_419.po Sat Apr 25 23:53:52 2020 +0200 +++ b/locale/es_419.po Sat May 02 10:29:25 2020 +0200 @@ -21,3 +21,15 @@ msgctxt "field:stock.move,secondary_unit_price:" msgid "Secondary Unit Price" msgstr "" + +msgctxt "view:stock.move:" +msgid "Quantity:" +msgstr "" + +msgctxt "view:stock.move:" +msgid "Unit Price:" +msgstr "" + +msgctxt "view:stock.move:" +msgid "Unit:" +msgstr "" diff -r 31b0ccf50059 -r 9761dd80e1b7 locale/et.po --- a/locale/et.po Sat Apr 25 23:53:52 2020 +0200 +++ b/locale/et.po Sat May 02 10:29:25 2020 +0200 @@ -21,3 +21,15 @@ msgctxt "field:stock.move,secondary_unit_price:" msgid "Secondary Unit Price" msgstr "" + +msgctxt "view:stock.move:" +msgid "Quantity:" +msgstr "" + +msgctxt "view:stock.move:" +msgid "Unit Price:" +msgstr "" + +msgctxt "view:stock.move:" +msgid "Unit:" +msgstr "" diff -r 31b0ccf50059 -r 9761dd80e1b7 locale/fa.po --- a/locale/fa.po Sat Apr 25 23:53:52 2020 +0200 +++ b/locale/fa.po Sat May 02 10:29:25 2020 +0200 @@ -21,3 +21,15 @@ msgctxt "field:stock.move,secondary_unit_price:" msgid "Secondary Unit Price" msgstr "" + +msgctxt "view:stock.move:" +msgid "Quantity:" +msgstr "" + +msgctxt "view:stock.move:" +msgid "Unit Price:" +msgstr "" + +msgctxt "view:stock.move:" +msgid "Unit:" +msgstr "" diff -r 31b0ccf50059 -r 9761dd80e1b7 locale/fi.po --- a/locale/fi.po Sat Apr 25 23:53:52 2020 +0200 +++ b/locale/fi.po Sat May 02 10:29:25 2020 +0200 @@ -21,3 +21,15 @@ msgctxt "field:stock.move,secondary_unit_price:" msgid "Secondary Unit Price" msgstr "" + +msgctxt "view:stock.move:" +msgid "Quantity:" +msgstr "" + +msgctxt "view:stock.move:" +msgid "Unit Price:" +msgstr "" + +msgctxt "view:stock.move:" +msgid "Unit:" +msgstr "" diff -r 31b0ccf50059 -r 9761dd80e1b7 locale/fr.po --- a/locale/fr.po Sat Apr 25 23:53:52 2020 +0200 +++ b/locale/fr.po Sat May 02 10:29:25 2020 +0200 @@ -21,3 +21,15 @@ msgctxt "field:stock.move,secondary_unit_price:" msgid "Secondary Unit Price" msgstr "Prix unitaire secondaire" + +msgctxt "view:stock.move:" +msgid "Quantity:" +msgstr "Quantité :" + +msgctxt "view:stock.move:" +msgid "Unit Price:" +msgstr "Prix unitaire :" + +msgctxt "view:stock.move:" +msgid "Unit:" +msgstr "Unité :" diff -r 31b0ccf50059 -r 9761dd80e1b7 locale/hu.po --- a/locale/hu.po Sat Apr 25 23:53:52 2020 +0200 +++ b/locale/hu.po Sat May 02 10:29:25 2020 +0200 @@ -21,3 +21,15 @@ msgctxt "field:stock.move,secondary_unit_price:" msgid "Secondary Unit Price" msgstr "" + +msgctxt "view:stock.move:" +msgid "Quantity:" +msgstr "" + +msgctxt "view:stock.move:" +msgid "Unit Price:" +msgstr "" + +msgctxt "view:stock.move:" +msgid "Unit:" +msgstr "" diff -r 31b0ccf50059 -r 9761dd80e1b7 locale/id.po --- a/locale/id.po Sat Apr 25 23:53:52 2020 +0200 +++ b/locale/id.po Sat May 02 10:29:25 2020 +0200 @@ -21,3 +21,15 @@ msgctxt "field:stock.move,secondary_unit_price:" msgid "Secondary Unit Price" msgstr "" + +msgctxt "view:stock.move:" +msgid "Quantity:" +msgstr "" + +msgctxt "view:stock.move:" +msgid "Unit Price:" +msgstr "" + +msgctxt "view:stock.move:" +msgid "Unit:" +msgstr "" diff -r 31b0ccf50059 -r 9761dd80e1b7 locale/it.po --- a/locale/it.po Sat Apr 25 23:53:52 2020 +0200 +++ b/locale/it.po Sat May 02 10:29:25 2020 +0200 @@ -21,3 +21,15 @@ msgctxt "field:stock.move,secondary_unit_price:" msgid "Secondary Unit Price" msgstr "" + +msgctxt "view:stock.move:" +msgid "Quantity:" +msgstr "" + +msgctxt "view:stock.move:" +msgid "Unit Price:" +msgstr "" + +msgctxt "view:stock.move:" +msgid "Unit:" +msgstr "" diff -r 31b0ccf50059 -r 9761dd80e1b7 locale/lo.po --- a/locale/lo.po Sat Apr 25 23:53:52 2020 +0200 +++ b/locale/lo.po Sat May 02 10:29:25 2020 +0200 @@ -21,3 +21,15 @@ msgctxt "field:stock.move,secondary_unit_price:" msgid "Secondary Unit Price" msgstr "" + +msgctxt "view:stock.move:" +msgid "Quantity:" +msgstr "" + +msgctxt "view:stock.move:" +msgid "Unit Price:" +msgstr "" + +msgctxt "view:stock.move:" +msgid "Unit:" +msgstr "" diff -r 31b0ccf50059 -r 9761dd80e1b7 locale/lt.po --- a/locale/lt.po Sat Apr 25 23:53:52 2020 +0200 +++ b/locale/lt.po Sat May 02 10:29:25 2020 +0200 @@ -21,3 +21,15 @@ msgctxt "field:stock.move,secondary_unit_price:" msgid "Secondary Unit Price" msgstr "" + +msgctxt "view:stock.move:" +msgid "Quantity:" +msgstr "" + +msgctxt "view:stock.move:" +msgid "Unit Price:" +msgstr "" + +msgctxt "view:stock.move:" +msgid "Unit:" +msgstr "" diff -r 31b0ccf50059 -r 9761dd80e1b7 locale/nl.po --- a/locale/nl.po Sat Apr 25 23:53:52 2020 +0200 +++ b/locale/nl.po Sat May 02 10:29:25 2020 +0200 @@ -21,3 +21,15 @@ msgctxt "field:stock.move,secondary_unit_price:" msgid "Secondary Unit Price" msgstr "secundaire eenheidsprijs" + +msgctxt "view:stock.move:" +msgid "Quantity:" +msgstr "Hoeveelheid:" + +msgctxt "view:stock.move:" +msgid "Unit Price:" +msgstr "Eenheid prijs:" + +msgctxt "view:stock.move:" +msgid "Unit:" +msgstr "Eenheid:" diff -r 31b0ccf50059 -r 9761dd80e1b7 locale/pl.po --- a/locale/pl.po Sat Apr 25 23:53:52 2020 +0200 +++ b/locale/pl.po Sat May 02 10:29:25 2020 +0200 @@ -21,3 +21,15 @@ msgctxt "field:stock.move,secondary_unit_price:" msgid "Secondary Unit Price" msgstr "" + +msgctxt "view:stock.move:" +msgid "Quantity:" +msgstr "" + +msgctxt "view:stock.move:" +msgid "Unit Price:" +msgstr "" + +msgctxt "view:stock.move:" +msgid "Unit:" +msgstr "" diff -r 31b0ccf50059 -r 9761dd80e1b7 locale/pt.po --- a/locale/pt.po Sat Apr 25 23:53:52 2020 +0200 +++ b/locale/pt.po Sat May 02 10:29:25 2020 +0200 @@ -21,3 +21,15 @@ msgctxt "field:stock.move,secondary_unit_price:" msgid "Secondary Unit Price" msgstr "" + +msgctxt "view:stock.move:" +msgid "Quantity:" +msgstr "" + +msgctxt "view:stock.move:" +msgid "Unit Price:" +msgstr "" + +msgctxt "view:stock.move:" +msgid "Unit:" +msgstr "" diff -r 31b0ccf50059 -r 9761dd80e1b7 locale/ru.po --- a/locale/ru.po Sat Apr 25 23:53:52 2020 +0200 +++ b/locale/ru.po Sat May 02 10:29:25 2020 +0200 @@ -21,3 +21,15 @@ msgctxt "field:stock.move,secondary_unit_price:" msgid "Secondary Unit Price" msgstr "" + +msgctxt "view:stock.move:" +msgid "Quantity:" +msgstr "" + +msgctxt "view:stock.move:" +msgid "Unit Price:" +msgstr "" + +msgctxt "view:stock.move:" +msgid "Unit:" +msgstr "" diff -r 31b0ccf50059 -r 9761dd80e1b7 locale/sl.po --- a/locale/sl.po Sat Apr 25 23:53:52 2020 +0200 +++ b/locale/sl.po Sat May 02 10:29:25 2020 +0200 @@ -21,3 +21,15 @@ msgctxt "field:stock.move,secondary_unit_price:" msgid "Secondary Unit Price" msgstr "" + +msgctxt "view:stock.move:" +msgid "Quantity:" +msgstr "" + +msgctxt "view:stock.move:" +msgid "Unit Price:" +msgstr "" + +msgctxt "view:stock.move:" +msgid "Unit:" +msgstr "" diff -r 31b0ccf50059 -r 9761dd80e1b7 locale/tr.po --- a/locale/tr.po Sat Apr 25 23:53:52 2020 +0200 +++ b/locale/tr.po Sat May 02 10:29:25 2020 +0200 @@ -21,3 +21,15 @@ msgctxt "field:stock.move,secondary_unit_price:" msgid "Secondary Unit Price" msgstr "" + +msgctxt "view:stock.move:" +msgid "Quantity:" +msgstr "" + +msgctxt "view:stock.move:" +msgid "Unit Price:" +msgstr "" + +msgctxt "view:stock.move:" +msgid "Unit:" +msgstr "" diff -r 31b0ccf50059 -r 9761dd80e1b7 locale/zh_CN.po --- a/locale/zh_CN.po Sat Apr 25 23:53:52 2020 +0200 +++ b/locale/zh_CN.po Sat May 02 10:29:25 2020 +0200 @@ -21,3 +21,15 @@ msgctxt "field:stock.move,secondary_unit_price:" msgid "Secondary Unit Price" msgstr "" + +msgctxt "view:stock.move:" +msgid "Quantity:" +msgstr "" + +msgctxt "view:stock.move:" +msgid "Unit Price:" +msgstr "" + +msgctxt "view:stock.move:" +msgid "Unit:" +msgstr ""
