changeset 2e1b05618921 in modules/sale_shipment_cost:default details: https://hg.tryton.org/modules/sale_shipment_cost?cmd=changeset;node=2e1b05618921 description: Update translations diffstat:
locale/id.po | 62 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ locale/nl.po | 28 +++++++++++++++----------- 2 files changed, 78 insertions(+), 12 deletions(-) diffs (145 lines): diff -r bc7e211336dd -r 2e1b05618921 locale/id.po --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/locale/id.po Sat Nov 02 18:07:44 2019 +0100 @@ -0,0 +1,62 @@ +# +msgid "" +msgstr "Content-Type: text/plain; charset=utf-8\n" + +msgctxt "field:sale.configuration,sale_shipment_cost_method:" +msgid "Sale Shipment Cost Method" +msgstr "" + +msgctxt "field:sale.configuration.sale_method,sale_shipment_cost_method:" +msgid "Sale Shipment Cost Method" +msgstr "" + +msgctxt "field:sale.line,shipment_cost:" +msgid "Shipment Cost" +msgstr "" + +msgctxt "field:sale.sale,available_carriers:" +msgid "Available Carriers" +msgstr "" + +msgctxt "field:sale.sale,carrier:" +msgid "Carrier" +msgstr "" + +msgctxt "field:sale.sale,shipment_cost_method:" +msgid "Shipment Cost Method" +msgstr "" + +msgctxt "field:stock.shipment.out,carrier:" +msgid "Carrier" +msgstr "" + +msgctxt "field:stock.shipment.out,cost:" +msgid "Cost" +msgstr "" + +msgctxt "field:stock.shipment.out,cost_currency:" +msgid "Cost Currency" +msgstr "" + +msgctxt "field:stock.shipment.out,cost_invoice_line:" +msgid "Cost Invoice Line" +msgstr "" + +msgctxt "model:ir.message,text:msg_sale_invalid_carrier" +msgid "To confirm sale \"%(sale)s\" you must change the carrier \"%(carrier)s\"." +msgstr "" + +msgctxt "" +"model:ir.message,text:msg_shipment_cost_invoice_missing_account_revenue" +msgid "" +"To invoice shipment cost of \"%(shipment)s\", you must define an account " +"revenue for product \"%(product)s\"." +msgstr "" + +msgctxt "selection:sale.sale,shipment_cost_method:" +msgid "On Order" +msgstr "" + +msgctxt "selection:sale.sale,shipment_cost_method:" +msgid "On Shipment" +msgstr "" diff -r bc7e211336dd -r 2e1b05618921 locale/nl.po --- a/locale/nl.po Fri Nov 01 23:34:59 2019 +0100 +++ b/locale/nl.po Sat Nov 02 18:07:44 2019 +0100 @@ -4,47 +4,49 @@ msgctxt "field:sale.configuration,sale_shipment_cost_method:" msgid "Sale Shipment Cost Method" -msgstr "" +msgstr "Verkoop verzendkosten methode" msgctxt "field:sale.configuration.sale_method,sale_shipment_cost_method:" msgid "Sale Shipment Cost Method" -msgstr "" +msgstr "Verkoop verzendkosten methode" msgctxt "field:sale.line,shipment_cost:" msgid "Shipment Cost" -msgstr "" +msgstr "Verzendkosten" msgctxt "field:sale.sale,available_carriers:" msgid "Available Carriers" -msgstr "" +msgstr "Beschikbare vervoerders" msgctxt "field:sale.sale,carrier:" msgid "Carrier" -msgstr "" +msgstr "Transporteur" msgctxt "field:sale.sale,shipment_cost_method:" msgid "Shipment Cost Method" -msgstr "" +msgstr "verzendingskost methode" msgctxt "field:stock.shipment.out,carrier:" msgid "Carrier" -msgstr "" +msgstr "Transporteur" msgctxt "field:stock.shipment.out,cost:" msgid "Cost" -msgstr "" +msgstr "Kosten" msgctxt "field:stock.shipment.out,cost_currency:" msgid "Cost Currency" -msgstr "" +msgstr "Kostenvaluta" msgctxt "field:stock.shipment.out,cost_invoice_line:" msgid "Cost Invoice Line" -msgstr "" +msgstr "Kostenfactuurregel" msgctxt "model:ir.message,text:msg_sale_invalid_carrier" msgid "To confirm sale \"%(sale)s\" you must change the carrier \"%(carrier)s\"." msgstr "" +"Om verkoop \"%(sale)s\" te bevestigen, moet u de vervoerder " +"\"%(carrier)s\"wijzigen." msgctxt "" "model:ir.message,text:msg_shipment_cost_invoice_missing_account_revenue" @@ -52,11 +54,13 @@ "To invoice shipment cost of \"%(shipment)s\", you must define an account " "revenue for product \"%(product)s\"." msgstr "" +"Om verzendingskosten van \"%(shipment)s\" te factureren, moet u een " +"omzetrekening definiëren voor product \"%(product)s\"." msgctxt "selection:sale.sale,shipment_cost_method:" msgid "On Order" -msgstr "" +msgstr "Op bestelling" msgctxt "selection:sale.sale,shipment_cost_method:" msgid "On Shipment" -msgstr "" +msgstr "Bij verzending"
