From 2e4b0daa4841143974929d05e6f47e51c66a60c6 Mon Sep 17 00:00:00 2001 From: "nicolas.dorier" Date: Sat, 14 Apr 2018 13:18:24 +0900 Subject: [PATCH] add french translation, bump NBitcoin --- BTCPayServer.Tests/docker-compose.yml | 2 +- BTCPayServer/BTCPayServer.csproj | 4 ++-- BTCPayServer/wwwroot/checkout/js/langs/fr.js | 5 ++++- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/BTCPayServer.Tests/docker-compose.yml b/BTCPayServer.Tests/docker-compose.yml index 2beda894a..583d5a9b0 100644 --- a/BTCPayServer.Tests/docker-compose.yml +++ b/BTCPayServer.Tests/docker-compose.yml @@ -46,7 +46,7 @@ services: - lightning-charged nbxplorer: - image: nicolasdorier/nbxplorer:1.0.1.32 + image: nicolasdorier/nbxplorer:1.0.1.34 ports: - "32838:32838" expose: diff --git a/BTCPayServer/BTCPayServer.csproj b/BTCPayServer/BTCPayServer.csproj index 8b91303ce..a6915a3bc 100644 --- a/BTCPayServer/BTCPayServer.csproj +++ b/BTCPayServer/BTCPayServer.csproj @@ -39,10 +39,10 @@ - + - + diff --git a/BTCPayServer/wwwroot/checkout/js/langs/fr.js b/BTCPayServer/wwwroot/checkout/js/langs/fr.js index 80b5121e4..ba269422b 100644 --- a/BTCPayServer/wwwroot/checkout/js/langs/fr.js +++ b/BTCPayServer/wwwroot/checkout/js/langs/fr.js @@ -47,5 +47,8 @@ Vous pouvez revenir sur {{storeName}} si vous voulez resoumettre votre paiement. "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" + "Node Info": "Information du noeud", + // + "txCount": "{{count}} transaction", + "txCount_plural": "{{count}} transactions" };