From 189788147bdf40f468dbcd08980f58bddd4faacb Mon Sep 17 00:00:00 2001 From: "Maximilien (malb)" <malb@odoo.com> Date: Mon, 15 May 2023 12:14:15 +0000 Subject: [PATCH] [FIX] l10n_de: translation issues There was inconsistency in the translation for the words "price unit", with this commit all the "price unit" are translated the same. closes odoo/odoo#121413 Task-id: 3262408 Signed-off-by: Brice Bartoletti (bib) <bib@odoo.com> --- addons/account/i18n/de.po | 2 +- addons/purchase/i18n/de.po | 4 ++-- addons/sale/i18n/de.po | 2 +- addons/sale_management/i18n/de.po | 2 +- addons/web/i18n/de.po | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/addons/account/i18n/de.po b/addons/account/i18n/de.po index 18829d67a4ac..f44d093f3f58 100644 --- a/addons/account/i18n/de.po +++ b/addons/account/i18n/de.po @@ -808,7 +808,7 @@ msgstr "" #. module: account #: model_terms:ir.ui.view,arch_db:account.report_invoice_document msgid "<span>Unit Price</span>" -msgstr "<span>Einzelpreis</span>" +msgstr "<span>Stückpreis</span>" #. module: account #: model_terms:ir.ui.view,arch_db:account.account_journal_dashboard_kanban_view diff --git a/addons/purchase/i18n/de.po b/addons/purchase/i18n/de.po index 69f226a9fcfb..bb1ce3c987c4 100644 --- a/addons/purchase/i18n/de.po +++ b/addons/purchase/i18n/de.po @@ -410,7 +410,7 @@ msgstr "<strong>Gesamt</strong>" #. module: purchase #: model_terms:ir.ui.view,arch_db:purchase.report_purchaseorder_document msgid "<strong>Unit Price</strong>" -msgstr "<strong>Einzelpreis</strong>" +msgstr "<strong>Stückpreis</strong>" #. module: purchase #: model_terms:ir.ui.view,arch_db:purchase.portal_my_purchase_order @@ -2797,7 +2797,7 @@ msgstr "Stückpreis" #. module: purchase #: model_terms:ir.ui.view,arch_db:purchase.purchase_order_form msgid "Unit Price:" -msgstr "Einzelpreis:" +msgstr "Stückpreis:" #. module: purchase #: model:ir.model.fields,field_description:purchase.field_purchase_order_line__product_uom diff --git a/addons/sale/i18n/de.po b/addons/sale/i18n/de.po index 9f1df5d7e878..4c3cbf7b89fb 100644 --- a/addons/sale/i18n/de.po +++ b/addons/sale/i18n/de.po @@ -4447,7 +4447,7 @@ msgstr "Stückpreis" #. module: sale #: model_terms:ir.ui.view,arch_db:sale.view_order_form msgid "Unit Price:" -msgstr "Einzelpreis:" +msgstr "Stückpreis:" #. module: sale #: model:ir.model.fields,field_description:sale.field_sale_order_line__product_uom diff --git a/addons/sale_management/i18n/de.po b/addons/sale_management/i18n/de.po index ee88e2074569..cffc4c76bffe 100644 --- a/addons/sale_management/i18n/de.po +++ b/addons/sale_management/i18n/de.po @@ -613,7 +613,7 @@ msgstr "Stückpreis" #. module: sale_management #: model_terms:ir.ui.view,arch_db:sale_management.sale_order_form_quote msgid "Unit Price:" -msgstr "Einzelpreis:" +msgstr "Stückpreis:" #. module: sale_management #: model:ir.model.fields,field_description:sale_management.field_sale_order_template_line__product_uom_id diff --git a/addons/web/i18n/de.po b/addons/web/i18n/de.po index 3d2868cb0705..6ee68956a2c7 100644 --- a/addons/web/i18n/de.po +++ b/addons/web/i18n/de.po @@ -374,7 +374,7 @@ msgstr "<span>Steuern</span>" #. module: web #: model_terms:ir.ui.view,arch_db:web.report_invoice_wizard_preview msgid "<span>Unit Price</span>" -msgstr "<span>Einzelpreis</span>" +msgstr "<span>Stückpreis</span>" #. module: web #: model_terms:ir.ui.view,arch_db:web.report_invoice_wizard_preview -- GitLab