forked from grassrootseconomics/visedriver
Remove vise code
This commit is contained in:
parent
8387644019
commit
f939a20543
@ -1,18 +0,0 @@
|
||||
# Variables to match files in the current directory
|
||||
INPUTS = $(wildcard ./*.vis)
|
||||
TXTS = $(wildcard ./*.txt.orig)
|
||||
VISE_PATH := ../../go-vise
|
||||
|
||||
# Rule to build .bin files from .vis files
|
||||
%.vis:
|
||||
go run $(VISE_PATH)/dev/asm/main.go -f pp.csv $(basename $@).vis > $(basename $@).bin
|
||||
@echo "Built $(basename $@).bin from $(basename $@).vis"
|
||||
|
||||
# Rule to copy .orig files to .txt
|
||||
%.txt.orig:
|
||||
cp -v $(basename $@).orig $(basename $@)
|
||||
@echo "Copied $(basename $@).orig to $(basename $@)"
|
||||
|
||||
# 'all' target depends on all .vis and .txt.orig files
|
||||
all: $(INPUTS) $(TXTS)
|
||||
@echo "Running all: $(INPUTS) $(TXTS)"
|
@ -1 +0,0 @@
|
||||
Something went wrong.Please try again
|
@ -1 +0,0 @@
|
||||
HALT
|
@ -1 +0,0 @@
|
||||
Tatizo la kimtambo limetokea,tafadhali jaribu tena baadaye.
|
@ -1 +0,0 @@
|
||||
Your account is being created...
|
@ -1,4 +0,0 @@
|
||||
RELOAD verify_create_pin
|
||||
CATCH create_pin_mismatch flag_pin_mismatch 1
|
||||
LOAD quit 0
|
||||
HALT
|
@ -1 +0,0 @@
|
||||
Your account creation request failed. Please try again later.
|
@ -1,3 +0,0 @@
|
||||
MOUT quit 9
|
||||
HALT
|
||||
INCMP quit 9
|
@ -1 +0,0 @@
|
||||
Ombi lako la kusajiliwa haliwezi kukamilishwa. Tafadhali jaribu tena baadaye.
|
@ -1 +0,0 @@
|
||||
Akaunti yako inatengenezwa...
|
@ -1 +0,0 @@
|
||||
My Account
|
@ -1 +0,0 @@
|
||||
Akaunti yangu
|
@ -1 +0,0 @@
|
||||
Your account is still being created.
|
@ -1,3 +0,0 @@
|
||||
RELOAD check_account_status
|
||||
CATCH main flag_account_success 1
|
||||
HALT
|
@ -1 +0,0 @@
|
||||
Akaunti yako bado inatengenezwa
|
@ -1 +0,0 @@
|
||||
Address: {{.check_identifier}}
|
@ -1,8 +0,0 @@
|
||||
LOAD check_identifier 0
|
||||
RELOAD check_identifier
|
||||
MAP check_identifier
|
||||
MOUT back 0
|
||||
MOUT quit 9
|
||||
HALT
|
||||
INCMP _ 0
|
||||
INCMP quit 9
|
@ -1 +0,0 @@
|
||||
Anwani:{{.check_identifier}}
|
@ -1,2 +0,0 @@
|
||||
Maximum amount: {{.max_amount}}
|
||||
Enter amount:
|
@ -1,15 +0,0 @@
|
||||
LOAD reset_transaction_amount 0
|
||||
LOAD max_amount 10
|
||||
RELOAD max_amount
|
||||
MAP max_amount
|
||||
MOUT back 0
|
||||
HALT
|
||||
LOAD validate_amount 64
|
||||
RELOAD validate_amount
|
||||
CATCH api_failure flag_api_call_error 1
|
||||
CATCH invalid_amount flag_invalid_amount 1
|
||||
INCMP _ 0
|
||||
LOAD get_recipient 0
|
||||
LOAD get_sender 64
|
||||
LOAD get_amount 32
|
||||
INCMP transaction_pin *
|
@ -1,2 +0,0 @@
|
||||
Kiwango cha juu: {{.max_amount}}
|
||||
Weka kiwango:
|
@ -1 +0,0 @@
|
||||
Failed to connect to the custodial service.Please try again.
|
@ -1,5 +0,0 @@
|
||||
MOUT retry 1
|
||||
MOUT quit 9
|
||||
HALT
|
||||
INCMP _ 1
|
||||
INCMP quit 9
|
@ -1 +0,0 @@
|
||||
Back
|
@ -1 +0,0 @@
|
||||
Rudi
|
@ -1 +0,0 @@
|
||||
Balances:
|
@ -1,10 +0,0 @@
|
||||
LOAD reset_account_authorized 0
|
||||
RELOAD reset_account_authorized
|
||||
MOUT my_balance 1
|
||||
MOUT community_balance 2
|
||||
MOUT back 0
|
||||
HALT
|
||||
INCMP _ 0
|
||||
INCMP my_balance 1
|
||||
INCMP community_balance 2
|
||||
INCMP . *
|
@ -1 +0,0 @@
|
||||
Salio:
|
@ -1,2 +0,0 @@
|
||||
LOAD show_blocked_account 0
|
||||
HALT
|
@ -1 +0,0 @@
|
||||
Select language:
|
@ -1,10 +0,0 @@
|
||||
LOAD reset_account_authorized 0
|
||||
LOAD reset_incorrect 0
|
||||
CATCH incorrect_pin flag_incorrect_pin 1
|
||||
CATCH pin_entry flag_account_authorized 0
|
||||
MOUT english 1
|
||||
MOUT kiswahili 2
|
||||
HALT
|
||||
INCMP set_eng 1
|
||||
INCMP set_swa 2
|
||||
INCMP . *
|
@ -1 +0,0 @@
|
||||
Change language
|
@ -1 +0,0 @@
|
||||
Badili lugha
|
@ -1 +0,0 @@
|
||||
Chagua lugha:
|
@ -1 +0,0 @@
|
||||
Change PIN
|
@ -1 +0,0 @@
|
||||
Badili PIN
|
@ -1 +0,0 @@
|
||||
Check balances
|
@ -1 +0,0 @@
|
||||
Angalia salio
|
@ -1 +0,0 @@
|
||||
Please enter your PIN to view statement:
|
@ -1,12 +0,0 @@
|
||||
LOAD check_transactions 0
|
||||
RELOAD check_transactions
|
||||
CATCH no_transfers flag_no_transfers 1
|
||||
LOAD authorize_account 6
|
||||
MOUT back 0
|
||||
MOUT quit 9
|
||||
HALT
|
||||
RELOAD authorize_account
|
||||
CATCH incorrect_pin flag_incorrect_pin 1
|
||||
INCMP _ 0
|
||||
INCMP quit 9
|
||||
INCMP transactions *
|
@ -1 +0,0 @@
|
||||
Check statement
|
@ -1 +0,0 @@
|
||||
Taarifa ya matumizi
|
@ -1 +0,0 @@
|
||||
Tafadhali weka PIN yako kuona taarifa ya matumizi:
|
@ -1 +0,0 @@
|
||||
{{.fetch_community_balance}}
|
@ -1 +0,0 @@
|
||||
{{.fetch_community_balance}}
|
@ -1,12 +0,0 @@
|
||||
LOAD reset_incorrect 6
|
||||
LOAD fetch_community_balance 0
|
||||
CATCH api_failure flag_api_call_error 1
|
||||
MAP fetch_community_balance
|
||||
CATCH incorrect_pin flag_incorrect_pin 1
|
||||
CATCH pin_entry flag_account_authorized 0
|
||||
MOUT back 0
|
||||
MOUT quit 9
|
||||
HALT
|
||||
INCMP _ 0
|
||||
INCMP quit 9
|
||||
INCMP . *
|
@ -1 +0,0 @@
|
||||
Community balance
|
@ -1 +0,0 @@
|
||||
Salio la kikundi
|
@ -1 +0,0 @@
|
||||
Enter your four number PIN again:
|
@ -1,4 +0,0 @@
|
||||
LOAD save_temporary_pin 6
|
||||
HALT
|
||||
LOAD verify_create_pin 8
|
||||
INCMP account_creation *
|
@ -1 +0,0 @@
|
||||
Weka PIN yako tena:
|
@ -1 +0,0 @@
|
||||
Please confirm new PIN for:{{.retrieve_blocked_number}}
|
@ -1,14 +0,0 @@
|
||||
CATCH pin_entry flag_incorrect_pin 1
|
||||
RELOAD retrieve_blocked_number
|
||||
MAP retrieve_blocked_number
|
||||
CATCH invalid_others_pin flag_valid_pin 0
|
||||
CATCH pin_reset_result flag_account_authorized 1
|
||||
LOAD save_others_temporary_pin 6
|
||||
RELOAD save_others_temporary_pin
|
||||
MOUT back 0
|
||||
HALT
|
||||
INCMP _ 0
|
||||
LOAD check_pin_mismatch 0
|
||||
RELOAD check_pin_mismatch
|
||||
CATCH others_pin_mismatch flag_pin_mismatch 1
|
||||
INCMP pin_entry *
|
@ -1 +0,0 @@
|
||||
Tafadhali thibitisha PIN mpya ya: {{.retrieve_blocked_number}}
|
@ -1 +0,0 @@
|
||||
Confirm your new PIN:
|
@ -1,5 +0,0 @@
|
||||
CATCH invalid_pin flag_valid_pin 0
|
||||
MOUT back 0
|
||||
HALT
|
||||
INCMP _ 0
|
||||
INCMP * pin_reset_success
|
@ -1 +0,0 @@
|
||||
Thibitisha PIN yako mpya:
|
@ -1 +0,0 @@
|
||||
Please enter a new four number PIN for your account:
|
@ -1,9 +0,0 @@
|
||||
LOAD create_account 0
|
||||
CATCH account_creation_failed flag_account_creation_failed 1
|
||||
MOUT exit 0
|
||||
HALT
|
||||
LOAD save_temporary_pin 6
|
||||
RELOAD save_temporary_pin
|
||||
CATCH . flag_incorrect_pin 1
|
||||
INCMP quit 0
|
||||
INCMP confirm_create_pin *
|
@ -1 +0,0 @@
|
||||
The PIN is not a match. Try again
|
@ -1,5 +0,0 @@
|
||||
MOUT retry 1
|
||||
MOUT quit 9
|
||||
HALT
|
||||
INCMP confirm_create_pin 1
|
||||
INCMP quit 9
|
@ -1 +0,0 @@
|
||||
PIN uliyoweka haifanani. Jaribu tena
|
@ -1 +0,0 @@
|
||||
Tafadhali weka PIN mpya yenye nambari nne kwa akaunti yako:
|
@ -1,5 +0,0 @@
|
||||
Wasifu wangu
|
||||
Name: Not provided
|
||||
Gender: Not provided
|
||||
Age: Not provided
|
||||
Location: Not provided
|
@ -1,3 +0,0 @@
|
||||
MOUT back 0
|
||||
HALT
|
||||
INCMP _ 0
|
@ -1,2 +0,0 @@
|
||||
Current family name: {{.get_current_profile_info}}
|
||||
Enter family name:
|
@ -1,18 +0,0 @@
|
||||
CATCH incorrect_pin flag_incorrect_pin 1
|
||||
CATCH update_familyname flag_allow_update 1
|
||||
LOAD get_current_profile_info 0
|
||||
RELOAD get_current_profile_info
|
||||
MAP get_current_profile_info
|
||||
MOUT back 0
|
||||
HALT
|
||||
RELOAD set_back
|
||||
CATCH _ flag_back_set 1
|
||||
LOAD save_familyname 64
|
||||
RELOAD save_familyname
|
||||
CATCH pin_entry flag_familyname_set 1
|
||||
CATCH select_gender flag_gender_set 0
|
||||
CATCH edit_yob flag_yob_set 0
|
||||
CATCH edit_location flag_location_set 0
|
||||
CATCH edit_offerings flag_offerings_set 0
|
||||
CATCH pin_entry flag_familyname_set 0
|
||||
INCMP select_gender *
|
@ -1 +0,0 @@
|
||||
Edit family name
|
@ -1 +0,0 @@
|
||||
Weka jina la familia
|
@ -1,2 +0,0 @@
|
||||
Jina la familia la sasa: {{.get_current_profile_info}}
|
||||
Weka jina la familia
|
@ -1,2 +0,0 @@
|
||||
Current name: {{.get_current_profile_info}}
|
||||
Enter your first names:
|
@ -1,18 +0,0 @@
|
||||
CATCH incorrect_pin flag_incorrect_pin 1
|
||||
CATCH update_firstname flag_allow_update 1
|
||||
LOAD get_current_profile_info 0
|
||||
RELOAD get_current_profile_info
|
||||
MAP get_current_profile_info
|
||||
MOUT back 0
|
||||
HALT
|
||||
RELOAD set_back
|
||||
CATCH _ flag_back_set 1
|
||||
LOAD save_firstname 128
|
||||
RELOAD save_firstname
|
||||
CATCH pin_entry flag_firstname_set 1
|
||||
CATCH edit_family_name flag_familyname_set 0
|
||||
CATCH edit_gender flag_gender_set 0
|
||||
CATCH edit_yob flag_yob_set 0
|
||||
CATCH edit_location flag_location_set 0
|
||||
CATCH edit_offerings flag_offerings_set 0
|
||||
CATCH pin_entry flag_firstname_set 0
|
@ -1 +0,0 @@
|
||||
Edit name
|
@ -1 +0,0 @@
|
||||
Weka jina
|
@ -1,2 +0,0 @@
|
||||
Jina la kwanza la sasa: {{.get_current_profile_info}}
|
||||
Weka majina yako ya kwanza:
|
@ -1 +0,0 @@
|
||||
Edit gender
|
@ -1 +0,0 @@
|
||||
Weka jinsia
|
@ -1,2 +0,0 @@
|
||||
Current location: {{.get_current_profile_info}}
|
||||
Enter your location:
|
@ -1,15 +0,0 @@
|
||||
CATCH incorrect_pin flag_incorrect_pin 1
|
||||
CATCH update_location flag_allow_update 1
|
||||
LOAD get_current_profile_info 0
|
||||
RELOAD get_current_profile_info
|
||||
LOAD save_location 16
|
||||
MOUT back 0
|
||||
HALT
|
||||
RELOAD set_back
|
||||
CATCH _ flag_back_set 1
|
||||
RELOAD save_location
|
||||
INCMP _ 0
|
||||
CATCH pin_entry flag_location_set 1
|
||||
CATCH edit_offerings flag_offerings_set 0
|
||||
CATCH pin_entry flag_location_set 0
|
||||
INCMP edit_offerings *
|
@ -1 +0,0 @@
|
||||
Edit location
|
@ -1 +0,0 @@
|
||||
Weka eneo
|
@ -1,2 +0,0 @@
|
||||
Eneo la sasa: {{.get_current_profile_info}}
|
||||
Weka eneo:
|
@ -1,2 +0,0 @@
|
||||
Current offerings: {{.get_current_profile_info}}
|
||||
Enter the services or goods you offer:
|
@ -1,13 +0,0 @@
|
||||
CATCH incorrect_pin flag_incorrect_pin 1
|
||||
CATCH update_offerings flag_allow_update 1
|
||||
LOAD get_current_profile_info 0
|
||||
RELOAD get_current_profile_info
|
||||
LOAD save_offerings 8
|
||||
MOUT back 0
|
||||
HALT
|
||||
RELOAD set_back
|
||||
CATCH _ flag_back_set 1
|
||||
RELOAD save_offerings
|
||||
INCMP _ 0
|
||||
CATCH pin_entry flag_offerings_set 1
|
||||
INCMP update_profile_items *
|
@ -1 +0,0 @@
|
||||
Edit offerings
|
@ -1 +0,0 @@
|
||||
Weka unachouza
|
@ -1,2 +0,0 @@
|
||||
Unachouza kwa sasa: {{.get_current_profile_info}}
|
||||
Weka unachouza
|
@ -1 +0,0 @@
|
||||
My profile
|
@ -1,23 +0,0 @@
|
||||
LOAD reset_account_authorized 16
|
||||
RELOAD reset_account_authorized
|
||||
LOAD reset_allow_update 0
|
||||
RELOAD reset_allow_update
|
||||
MOUT edit_first_name 1
|
||||
MOUT edit_family_name 2
|
||||
MOUT edit_gender 3
|
||||
MOUT edit_yob 4
|
||||
MOUT edit_location 5
|
||||
MOUT edit_offerings 6
|
||||
MOUT view 7
|
||||
MOUT back 0
|
||||
HALT
|
||||
LOAD set_back 6
|
||||
INCMP ^ 0
|
||||
INCMP edit_first_name 1
|
||||
INCMP edit_family_name 2
|
||||
INCMP select_gender 3
|
||||
INCMP edit_yob 4
|
||||
INCMP edit_location 5
|
||||
INCMP edit_offerings 6
|
||||
INCMP view_profile 7
|
||||
INCMP . *
|
@ -1 +0,0 @@
|
||||
Wasifu wangu
|
@ -1,2 +0,0 @@
|
||||
Current year of birth: {{.get_current_profile_info}}
|
||||
Enter your year of birth
|
@ -1,19 +0,0 @@
|
||||
CATCH incorrect_pin flag_incorrect_pin 1
|
||||
CATCH update_yob flag_allow_update 1
|
||||
LOAD get_current_profile_info 0
|
||||
RELOAD get_current_profile_info
|
||||
MAP get_current_profile_info
|
||||
MOUT back 0
|
||||
HALT
|
||||
RELOAD set_back
|
||||
CATCH _ flag_back_set 1
|
||||
LOAD verify_yob 6
|
||||
RELOAD verify_yob
|
||||
CATCH incorrect_date_format flag_incorrect_date_format 1
|
||||
LOAD save_yob 32
|
||||
RELOAD save_yob
|
||||
CATCH pin_entry flag_yob_set 1
|
||||
CATCH edit_location flag_location_set 0
|
||||
CATCH edit_offerings flag_offerings_set 0
|
||||
CATCH pin_entry flag_yob_set 0
|
||||
INCMP edit_location *
|
@ -1 +0,0 @@
|
||||
Edit year of birth
|
@ -1 +0,0 @@
|
||||
Weka mwaka wa kuzaliwa
|
@ -1,2 +0,0 @@
|
||||
Mwaka wa sasa wa kuzaliwa: {{.get_current_profile_info}}
|
||||
Weka mwaka wa kuzaliwa
|
@ -1 +0,0 @@
|
||||
English
|
@ -1 +0,0 @@
|
||||
Enter other's phone number:
|
@ -1,7 +0,0 @@
|
||||
CATCH no_admin_privilege flag_admin_privilege 0
|
||||
LOAD reset_account_authorized 0
|
||||
RELOAD reset_account_authorized
|
||||
MOUT back 0
|
||||
HALT
|
||||
INCMP _ 0
|
||||
INCMP enter_others_new_pin *
|
@ -1 +0,0 @@
|
||||
Weka nambari ya simu ili kutuma ombi la kubadilisha nambari ya siri:
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user