Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update the melting process #190

Merged
merged 10 commits into from
Sep 13, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion assets/translations/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@
"noCamAccess": "Kein Zugriff auf die Kamera",
"noEnoughFunds": "Nicht genügend Guthaben",
"noFunds": "Nicht genügend Guthaben",
"noFundsForFee": "Nicht genug Guthaben, bitte lassen Sie Platz für eventuelle Gebühren: ~{{fee}} Sat.",
"noMint": "Keine Mint gefunden",
"noProofsToBackup": "Keine Proofs verfügbar für eine Sicherung.",
"notClaim": "Wenn Sie \"Nein\" wählen, wird der Token nicht beansprucht",
Expand Down Expand Up @@ -230,7 +231,9 @@
"msg": "Es tut uns leid, dass dieses Problem bei Ihnen aufgetreten ist. Sie können uns helfen, die Software zu verbessern, indem Sie einen Screenshot machen und einen kurzen Fehlerbericht erstellen.",
"reportBug": "Fehler melden",
"requestMintErr": "Fehler beim Abrufen der Rechnung von der Mint.",
"stackNA": "Ursprung des Fehlers nicht verfügbar"
"stackNA": "Ursprung des Fehlers nicht verfügbar",
"generalMeltingErr": "Die Mint konnte keine geeignete Lightning-Zahlungsroute zu Ihrer Node finden.",
"invoiceFromLnurlError": "Es konnte keine Rechnung erstellt werden mit deiner LNURL."
},
"history": {
"checkSpent": "Überprüfen ob Token ausgegeben wurde",
Expand Down
5 changes: 4 additions & 1 deletion assets/translations/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@
"noCamAccess": "No access to camera",
"noEnoughFunds": "Chosen mint has not enough funds",
"noFunds": "Not enough funds",
"noFundsForFee": "Not enough funds, please leave room for potential fees: ~{{fee}} Sat.",
"noMint": "Found no mint",
"noProofsToBackup": "Found no proofs to create a backup.",
"notClaim": "If you choose \"No\", the token will not be claimed",
Expand Down Expand Up @@ -230,7 +231,9 @@
"msg": "We are sorry that you encountered this problem. You can help us improve the software by taking a screenshot and creating a short bug report.",
"reportBug": "Report the bug",
"requestMintErr": "Error while requesting invoice from mint.",
"stackNA": "Error stack not available"
"stackNA": "Error stack not available",
"generalMeltingErr": "The mint was not able to find a proper Lightning payment route to your node.",
"invoiceFromLnurlError": "Could not create an invoice using your LNURL."
},
"history": {
"checkSpent": "Check if token has been spent",
Expand Down
5 changes: 4 additions & 1 deletion assets/translations/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@
"noCamAccess": "Accès à la caméra non autorisé",
"noEnoughFunds": "La Mint choisie n'a pas suffisamment de fonds",
"noFunds": "Fonds insuffisants",
"noFundsForFee": "Solde insuffisant, veuillez prévoir de la marge pour les frais éventuels: ~{{fee}} Sat.",
"noMint": "Aucune Mint trouvée",
"noProofsToBackup": "Aucune preuve trouvée pour créer une sauvegarde.",
"notClaim": "Si vous choisissez \"Non\", le token ne sera pas réclamé",
Expand Down Expand Up @@ -227,7 +228,9 @@
"msg": "Nous sommes désolés que vous ayez rencontré ce problème. Vous pouvez nous aider à améliorer le logiciel en prenant une capture d'écran et en créant un court rapport de bug.",
"reportBug": "Signaler le bug",
"requestMintErr": "Erreur lors de la demande de la facture à partir de mint.",
"stackNA": "Pile d'erreur non disponible"
"stackNA": "Pile d'erreur non disponible",
"generalMeltingErr": "La mint n'a pas pu trouver un itinéraire de paiement Lightning approprié vers votre nœud.",
"invoiceFromLnurlError": "Impossible de créer une facture à l'aide de votre LNURL."
},
"history": {
"checkSpent": "Vérifier si le token a été dépensé",
Expand Down
Loading
Loading