Include the active symbol in the send menu

This commit is contained in:
2024-10-24 17:50:37 +03:00
parent e15bac98a5
commit 728815f0c6
6 changed files with 46 additions and 11 deletions

View File

@@ -1,2 +1,2 @@
Maximum amount: {{.check_balance}}
Maximum amount: {{.max_amount}}
Enter amount:

View File

@@ -1,6 +1,7 @@
LOAD reset_transaction_amount 0
LOAD check_balance 48
MAP check_balance
LOAD max_amount 10
RELOAD max_amount
MAP max_amount
MOUT back 0
HALT
LOAD validate_amount 64
@@ -10,5 +11,5 @@ CATCH invalid_amount flag_invalid_amount 1
INCMP _ 0
LOAD get_recipient 12
LOAD get_sender 64
LOAD get_amount 12
LOAD get_amount 32
INCMP transaction_pin *

View File

@@ -1,2 +1,2 @@
Kiwango cha juu: {{.check_balance}}
Kiwango cha juu: {{.max_amount}}
Weka kiwango:

View File

@@ -1,8 +1,8 @@
msgid "Your account balance is %s"
msgstr "Salio lako ni %s"
msgid "Your request has been sent. %s will receive %s from %s."
msgstr "Ombi lako limetumwa. %s atapokea %s kutoka kwa %s."
msgid "Your request has been sent. %s will receive %s %s from %s."
msgstr "Ombi lako limetumwa. %s atapokea %s %s kutoka kwa %s."
msgid "Thank you for using Sarafu. Goodbye!"
msgstr "Asante kwa kutumia huduma ya Sarafu. Kwaheri!"