changeset ee3958d0326f in modules/product_cost_fifo:default details: https://hg.tryton.org/modules/product_cost_fifo?cmd=changeset;node=ee3958d0326f description: Update translations [skip ci] diffstat:
locale/nl.po | 3 +-- locale/pl.po | 12 ++++++------ 2 files changed, 7 insertions(+), 8 deletions(-) diffs (53 lines): diff -r 1e9a59bff087 -r ee3958d0326f locale/nl.po --- a/locale/nl.po Sat Oct 24 13:45:11 2020 +0200 +++ b/locale/nl.po Sat Oct 31 12:14:30 2020 +0100 @@ -29,8 +29,7 @@ msgctxt "model:ir.message,text:msg_move_fifo_quantity_greater" msgid "The FIFO quantity on move cannot be greater than its quantity." msgstr "" -"De FIFO hoeveelheid van de beweging kan niet groter zijn dan de " -"hoeveelheid." +"De FIFO hoeveelheid van de beweging kan niet groter zijn dan de hoeveelheid." msgctxt "selection:product.product,cost_price_method:" msgid "FIFO" diff -r 1e9a59bff087 -r ee3958d0326f locale/pl.po --- a/locale/pl.po Sat Oct 24 13:45:11 2020 +0200 +++ b/locale/pl.po Sat Oct 31 12:14:30 2020 +0100 @@ -6,30 +6,30 @@ msgid "FIFO Quantity" msgstr "Ilość FIFO" -#, fuzzy msgctxt "field:stock.move,fifo_quantity_available:" msgid "FIFO Quantity Available" -msgstr "Ilość FIFO" +msgstr "Dostępna ilość wg FIFO" msgctxt "help:stock.move,fifo_quantity:" msgid "Quantity used by FIFO." -msgstr "" +msgstr "Ilość wykorzystana w FIFO." msgctxt "help:stock.move,fifo_quantity_available:" msgid "Quantity available for FIFO" -msgstr "" +msgstr "Ilość dostępna dla FIFO" msgctxt "model:ir.message,text:msg_move_delete_fifo" msgid "" "You cannot delete move \"%(move)s\" because it is used for FIFO cost price " "calculation." msgstr "" +"Nie można usunąć przesunięcia„% (move) s”, ponieważ jest używane do " +"obliczania kosztu własnego wg FIFO." msgctxt "model:ir.message,text:msg_move_fifo_quantity_greater" msgid "The FIFO quantity on move cannot be greater than its quantity." -msgstr "" +msgstr "Przesuwana ilość wg FIFO nie może być większa niż jej ilość." -#, fuzzy msgctxt "selection:product.product,cost_price_method:" msgid "FIFO" msgstr "FIFO"
