From 337024054198bfe6707cb71ea1648e360df7f365 Mon Sep 17 00:00:00 2001 From: "nicolas.dorier" Date: Mon, 28 Nov 2022 20:57:17 +0900 Subject: [PATCH] Udpate langs --- BTCPayServer/wwwroot/locales/de-DE.json | 2 +- BTCPayServer/wwwroot/locales/en.json | 16 +++------------- BTCPayServer/wwwroot/locales/pt-BR.json | 2 +- BTCPayServer/wwwroot/locales/sv.json | 2 +- 4 files changed, 6 insertions(+), 16 deletions(-) diff --git a/BTCPayServer/wwwroot/locales/de-DE.json b/BTCPayServer/wwwroot/locales/de-DE.json index 8cffb0cee..e3a98d240 100644 --- a/BTCPayServer/wwwroot/locales/de-DE.json +++ b/BTCPayServer/wwwroot/locales/de-DE.json @@ -49,5 +49,5 @@ "Close": "Schließen", "NotPaid_ExtraTransaction": "Die Rechnung wurde nicht vollständig bezahlt. Bitte senden Sie den fehlenden Betrag, um die Rechnung zu begleichen.", "Recommended_Fee": "Empfohlene Netzwerk Gebührenrate: {{feeRate}} sat/byte", - "View receipt": "View receipt" + "View receipt": "Quittung anzeigen" } \ No newline at end of file diff --git a/BTCPayServer/wwwroot/locales/en.json b/BTCPayServer/wwwroot/locales/en.json index ddb16bd55..97a63968a 100644 --- a/BTCPayServer/wwwroot/locales/en.json +++ b/BTCPayServer/wwwroot/locales/en.json @@ -47,17 +47,7 @@ "Pay with CoinSwitch": "Pay with CoinSwitch", "Pay with Changelly": "Pay with Changelly", "Close": "Close", - "NotPaid_ExtraTransaction": "The invoice hasn't been paid in full. Please send another transaction to cover amount due.", + "NotPaid_ExtraTransaction": "The invoice hasn't been paid in full. Please send another transaction to cover amount Due.", "Recommended_Fee": "Recommended fee: {{feeRate}} sat/byte", - "View receipt": "View receipt", - "View Details": "View Details", - "QR_Text": "Scan the QR code, or tap to copy the address.", - "Total Price": "Total Price", - "Exchange Rate": "Exchange Rate", - "Recommended Fee": "Recommended Fee", - "Feerate": "{{feeRate}} sat/byte", - "Amount Paid": "Amount Paid", - "Amount Due": "Amount Due", - "Pay in wallet": "Pay in wallet", - "Invoice paid": "Invoice paid" -} + "View receipt": "View receipt" +} \ No newline at end of file diff --git a/BTCPayServer/wwwroot/locales/pt-BR.json b/BTCPayServer/wwwroot/locales/pt-BR.json index 24fb16619..f6dbd747a 100644 --- a/BTCPayServer/wwwroot/locales/pt-BR.json +++ b/BTCPayServer/wwwroot/locales/pt-BR.json @@ -49,5 +49,5 @@ "Close": "Fechar", "NotPaid_ExtraTransaction": "A fatura não foi paga integralmente. Envie outra transação para cobrir o valor devido.", "Recommended_Fee": "Taxa recomendada: {{feeRate}} sat/byte", - "View receipt": "View receipt" + "View receipt": "Ver recibo" } \ No newline at end of file diff --git a/BTCPayServer/wwwroot/locales/sv.json b/BTCPayServer/wwwroot/locales/sv.json index a502753e2..902caf5be 100644 --- a/BTCPayServer/wwwroot/locales/sv.json +++ b/BTCPayServer/wwwroot/locales/sv.json @@ -49,5 +49,5 @@ "Close": "Stäng", "NotPaid_ExtraTransaction": "Fakturabetalningen är ofullständig. Vänligen betala kvarstående belopp.", "Recommended_Fee": "Rekommenderad avgift: {{feeRate}} sat/byte", - "View receipt": "View receipt" + "View receipt": "Visa kvitto" } \ No newline at end of file