From 26fde470798badf3cce2ea841e50e418390aebf8 Mon Sep 17 00:00:00 2001 From: BastienGoze Date: Tue, 20 Jun 2023 20:54:24 +0200 Subject: [PATCH] [Translation] fix french transalation --- src/Resources/translations/messages.fr.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/Resources/translations/messages.fr.yml b/src/Resources/translations/messages.fr.yml index 5ec411ad..03de179a 100644 --- a/src/Resources/translations/messages.fr.yml +++ b/src/Resources/translations/messages.fr.yml @@ -3,7 +3,7 @@ sylius_invoicing_plugin: billing_data: 'Données de facturation' buyer: 'Acheteur' download_invoice: 'Télécharger' - gross_value: 'Prix HT' + gross_value: 'Prix TTC' invoice: 'Facture' invoice_id: 'ID de facture' invoice_number: 'Numéro de facture' @@ -12,8 +12,8 @@ sylius_invoicing_plugin: issued_for_order: 'Émise pour la commande' issued_from: 'Émise de' manage_invoices: 'Gérez vos factures' - net_total: 'Total TTC' - net_value: 'Prix TTC' + net_total: 'Total HT' + net_value: 'Prix HT' no: 'N°' order_number: 'Numéro de commande' payment: @@ -26,4 +26,4 @@ sylius_invoicing_plugin: tax_id: 'ID de taxe' tax_rate: 'Taux taxes %' taxes_total: 'Total taxes' - unit_net_price: 'Prix TTC unitaire' + unit_net_price: 'Prix HT unitaire'