-
Notifications
You must be signed in to change notification settings - Fork 85
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: Laith <62894505+lth17elm@users.noreply.github.com>
- Loading branch information
Showing
1 changed file
with
80 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,80 @@ | ||
# Text for update_startup_screen() | ||
startup_screen_1 = "Bienvenue au" | ||
startup_screen_2 = "LightningATM" | ||
startup_screen_3 = "- veuillez insérer des pièces -" | ||
|
||
# Text for error_screen() | ||
error_screen_1 = "Une erreur s'est produite:" | ||
|
||
# Text for update_qr_request() | ||
qr_request_1 = "Veuillez scanner" | ||
qr_request_2 = "votre facture" | ||
qr_request_3 = "Scan en cours..." | ||
qr_request_4 = "pour " | ||
qr_request_5 = " sats." | ||
|
||
# Text for update_qr_failed() | ||
qr_failed_1 = "Le scan a échoué." | ||
qr_failed_2 = "Veuillez réessayer." | ||
|
||
# Text for update_payout_screen() | ||
payout_screen_1 = " sats" | ||
payout_screen_2 = "en chemain!" | ||
|
||
# text for update_payment_failed() | ||
payment_failed_1 = "Le paiement a échoué!" | ||
payment_failed_2 = "Veuillez contacter" | ||
payment_failed_3 = "l'opérateur." | ||
|
||
# Text for update_thankyou_screen() | ||
thankyou_screen_1 = "Profitez de vos nouveaux" | ||
thankyou_screen_2 = "satoshis!!" | ||
thankyou_screen_3 = "#bitcoin #lightning" | ||
|
||
# Text for update_nocoin_screen() | ||
nocoin_screen_1 = "Pièces non ajoutées!" | ||
nocoin_screen_2 = "Veuillez ajouter" | ||
nocoin_screen_3 = "des pièces en premier" | ||
|
||
# Text for update_lnurl_generation() | ||
lnurl_generation_1 = "Génération du" | ||
lnurl_generation_2 = "QR code à scanner" | ||
|
||
# Text for update_shutdown_screen() | ||
shutdown_screen_1 = "ATM éteinte!" | ||
shutdown_screen_2 = "Veuillez contacter" | ||
shutdown_screen_3 = "l'opérateur." | ||
|
||
# Text for update_wallet_scan() | ||
wallet_scan_1 = "Veuillez scanner" | ||
wallet_scan_2 = "la référence de" | ||
wallet_scan_3 = "votre portefeuille." | ||
|
||
# Text for update_lntxbot_balance() | ||
lntxbot_balance_1 = "Succès!!" | ||
lntxbot_balance_2 = "Solde actuel:" | ||
lntxbot_balance_3 = " sats" | ||
|
||
# Text for update_btcpay_lnd() | ||
btcpay_lnd_1 = "Succès!!" | ||
btcpay_lnd_2 = "Scanné avec succès" | ||
btcpay_lnd_3 = "BTCPay LND Portefeuille." | ||
|
||
# Text for draw_lnurl_qr() | ||
lnurl_qr_1 = "Scanner pour" | ||
lnurl_qr_2 = "recevoir" | ||
|
||
# Text for update_amount_screen() | ||
amount_screen_1 = " sats" | ||
amount_screen_2 = "Taux" | ||
amount_screen_3 = "= " | ||
amount_screen_4 = " sats/" | ||
amount_screen_5 = "Frais" | ||
amount_screen_6 = "= " | ||
amount_screen_7 = "% (" | ||
amount_screen_8 = " sats)" | ||
|
||
# Text for update_lnurl_cancel_notice | ||
lnurl_cancel_notice_1 = "Preparation au LNURL" | ||
lnurl_cancel_notice_2 = "(Non compatible LNURL?" | ||
lnurl_cancel_notice_3 = "Appuyer sur le bouton pour annuler)" |