-
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.
- Loading branch information
Showing
10 changed files
with
633 additions
and
78 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
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
Empty file.
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,72 @@ | ||
# Text for update_startup_screen() | ||
startup_screen_1 = "Welcome to the" | ||
startup_screen_2 = "LightningATM" | ||
startup_screen_3 = "- please insert coins -" | ||
|
||
# Text for update_qr_request() | ||
qr_request_1 = "Please scan" | ||
qr_request_2 = "your invoice in" | ||
qr_request_3 = "Scanning..." | ||
qr_request_4 = "for " | ||
qr_request_5 = " sats." | ||
|
||
# Text for update_qr_failed() | ||
qr_failed_1 = "Scan failed." | ||
qr_failed_2 = "Try again." | ||
|
||
# Text for update_payout_screen() | ||
payout_screen_1 = " sats" | ||
payout_screen_2 = "on the way!" | ||
|
||
# text for update_payment_failed() | ||
payment_failed_1 = "Payment failed!" | ||
payment_failed_2 = "Please contact" | ||
payment_failed_3 = "operator." | ||
|
||
# Text for update_thankyou_screen() | ||
thankyou_screen_1 = "Enjoy your new" | ||
thankyou_screen_2 = "satoshis!!" | ||
thankyou_screen_3 = "#bitcoin #lightning" | ||
|
||
# Text for update_nocoin_screen() | ||
nocoin_screen_1 = "No coins added!" | ||
nocoin_screen_2 = "Please add" | ||
nocoin_screen_3 = "coins first" | ||
|
||
# Text for update_lnurl_generation() | ||
lnurl_generation_1 = "Generating" | ||
lnurl_generation_2 = "QR code to scan" | ||
|
||
# Text for update_shutdown_screen() | ||
shutdown_screen_1 = "ATM turned off!" | ||
shutdown_screen_2 = "Please contact" | ||
shutdown_screen_3 = "operator." | ||
|
||
# Text for update_wallet_scan() | ||
wallet_scan_1 = "Please scan" | ||
wallet_scan_2 = "your wallet" | ||
wallet_scan_3 = "credentials." | ||
|
||
# Text for update_lntxbot_balance() | ||
lntxbot_balance_1 = "Success!!" | ||
lntxbot_balance_2 = "Your current balance:" | ||
lntxbot_balance_3 = " sats" | ||
|
||
# Text for update_btcpay_lnd() | ||
btcpay_lnd_1 = "Success!!" | ||
btcpay_lnd_2 = "Successfuly scanned" | ||
btcpay_lnd_3 = "BTCPay LND Wallet." | ||
|
||
# Text for draw_lnurl_qr() | ||
lnurl_qr_1 = "Scan to" | ||
lnurl_qr_2 = "receive" | ||
|
||
# Text for update_amount_screen() | ||
amount_screen_1 = " sats" | ||
amount_screen_2 = "Rate" | ||
amount_screen_3 = "= " | ||
amount_screen_4 = " sats/" | ||
amount_screen_5 = "Fee" | ||
amount_screen_6 = "= " | ||
amount_screen_7 = "% (" | ||
amount_screen_8 = " sats)" |
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
Oops, something went wrong.