Skip to content

Commit

Permalink
Fix French translation typos (medusajs#10348)
Browse files Browse the repository at this point in the history
Hello,

This is just a small PR to fix a few typos with the French translation, especially with the template strings.

Best regards.
  • Loading branch information
lucienbl authored Dec 3, 2024
1 parent 7643ed0 commit 56ae076
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/admin/dashboard/src/i18n/translations/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -963,8 +963,8 @@
"createRefund": "Créer un remboursement",
"refundPaymentSuccess": "Remboursement de {{amount}} réussi",
"createRefundWrongQuantity": "La quantité doit être un nombre entre 1 et {{number}}",
"refundAmount": "Remboursement de {{ amount }}",
"paymentLink": "Copier le lien de paiement pour {{ amount }}",
"refundAmount": "Remboursement de {{amount}}",
"paymentLink": "Copier le lien de paiement pour {{amount}}",
"selectPaymentToRefund": "Sélectionner le paiement à rembourser"
},
"edits": {
Expand Down Expand Up @@ -1044,7 +1044,7 @@
},
"receive": {
"action": "Recevoir des articles",
"receiveItems": "{{ returnType }} {{ id }}",
"receiveItems": "{{returnType}} {{id}}",
"restockAll": "Réapprovisionner tous les articles",
"itemsLabel": "Articles reçus",
"title": "Recevoir des articles pour #{{returnId}}",
Expand Down Expand Up @@ -2715,7 +2715,7 @@
"issuedDate": "Date d'émission",
"expiryDate": "Date d'expiration",
"price": "Prix",
"priceTemplate": "Prix {{régionOrMonnaie}}",
"priceTemplate": "Prix {{regionOrCurrency}}",
"height": "Hauteur",
"width": "Largeur",
"length": "Longueur",
Expand Down

0 comments on commit 56ae076

Please sign in to comment.