debt-menu #115

Merged
Alfred-mk merged 131 commits from debt-menu into master 2026-02-25 09:44:58 +01:00
4 changed files with 5 additions and 3 deletions
Showing only changes of commit 2e48fbad00 - Show all commits

View File

@ -1 +1 @@
You have a low debt amount Available amount {{.calculate_max_pay_debt}} is too low, please choose a different voucher:

View File

@ -1,5 +1,6 @@
MAP calculate_max_pay_debt
MOUT back 0 MOUT back 0
MOUT quit 9 MOUT quit 9
HALT HALT
INCMP ^ 0 INCMP _ 0
INCMP quit 9 INCMP quit 9

View File

@ -1 +1 @@
Kiasi cha deni lako ni cha chini sana Kiasi kinachopatikana {{.calculate_max_pay_debt}} ni cha chini sana, tafadhali chagua sarafu tofauti:

View File

@ -12,5 +12,6 @@ INCMP _ 0
INCMP quit 99 INCMP quit 99
LOAD calculate_max_pay_debt 0 LOAD calculate_max_pay_debt 0
RELOAD calculate_max_pay_debt RELOAD calculate_max_pay_debt
CATCH low_pay_debt_amount flag_low_swap_amount 1
CATCH . flag_incorrect_voucher 1 CATCH . flag_incorrect_voucher 1
INCMP calculate_max_pay_debt * INCMP calculate_max_pay_debt *