From 224c569ed15beb832c2d6b598eb9b59586403cea Mon Sep 17 00:00:00 2001 From: "nicolas.dorier" Date: Fri, 30 Mar 2018 17:35:41 +0900 Subject: [PATCH] French translation --- BTCPayServer/wwwroot/js/checkout/langs/fr.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/BTCPayServer/wwwroot/js/checkout/langs/fr.js b/BTCPayServer/wwwroot/js/checkout/langs/fr.js index dabc77ef6..9bffa293a 100644 --- a/BTCPayServer/wwwroot/js/checkout/langs/fr.js +++ b/BTCPayServer/wwwroot/js/checkout/langs/fr.js @@ -44,5 +44,8 @@ Vous pouvez revenir sur {{storeName}} si vous voulez resoumettre votre paiement. "This invoice has been paid": "Cette facture a été payée", // Invoice archived "This invoice has been archived": "Cette facture a été archivée", - "Archived_Body": "Merci de contacter le marchand pour plus d'assistance ou d'information sur cette commande." + "Archived_Body": "Merci de contacter le marchand pour plus d'assistance ou d'information sur cette commande.", + // Lightning + "BOLT 11 Invoice": "Facture BOLT 11", + "Node Info": "Information du noeud" };