validate recipients and invite valid ones
This commit is contained in:
@@ -1 +1 @@
|
||||
{{.validate_recipient}} is not registered or invalid, please try again:
|
||||
{{.validate_recipient}} is invalid, please try again:
|
||||
@@ -1 +1 @@
|
||||
{{.validate_recipient}} haijasajiliwa au sio sahihi, tafadhali weka tena:
|
||||
{{.validate_recipient}} sio sahihi, tafadhali weka tena:
|
||||
1
services/registration/invite_menu
Normal file
1
services/registration/invite_menu
Normal file
@@ -0,0 +1 @@
|
||||
Invite to Sarafu Network
|
||||
1
services/registration/invite_menu_swa
Normal file
1
services/registration/invite_menu_swa
Normal file
@@ -0,0 +1 @@
|
||||
Karibisha kwa matandao wa Sarafu
|
||||
1
services/registration/invite_recipient
Normal file
1
services/registration/invite_recipient
Normal file
@@ -0,0 +1 @@
|
||||
{{.validate_recipient}} is not registered, please try again:
|
||||
8
services/registration/invite_recipient.vis
Normal file
8
services/registration/invite_recipient.vis
Normal file
@@ -0,0 +1,8 @@
|
||||
MAP validate_recipient
|
||||
MOUT retry 1
|
||||
MOUT invite 2
|
||||
MOUT quit 9
|
||||
HALT
|
||||
INCMP _ 1
|
||||
INCMP invite_result 2
|
||||
INCMP quit 9
|
||||
1
services/registration/invite_recipient_swa
Normal file
1
services/registration/invite_recipient_swa
Normal file
@@ -0,0 +1 @@
|
||||
{{.validate_recipient}} haijasajiliwa, tafadhali weka tena:
|
||||
2
services/registration/invite_result.vis
Normal file
2
services/registration/invite_result.vis
Normal file
@@ -0,0 +1,2 @@
|
||||
LOAD invite_valid_recipient 0
|
||||
HALT
|
||||
@@ -12,3 +12,9 @@ msgstr "Kwa usaidizi zaidi,piga: 0757628885"
|
||||
|
||||
msgid "Balance: %s\n"
|
||||
msgstr "Salio: %s\n"
|
||||
|
||||
msid "Your invite request for %s to Sarafu Network failed. Please try again later."
|
||||
msgstr "Ombi lako la kumwalika %s kwa matandao wa Sarafu halikufaulu. Tafadhali jaribu tena baadaye."
|
||||
|
||||
msgid "Your invitation to %s to join Sarafu Network has been sent."
|
||||
msgstr "Ombi lako la kumwalika %s kwa matandao wa Sarafu limetumwa."
|
||||
|
||||
@@ -1,9 +1,11 @@
|
||||
LOAD transaction_reset 0
|
||||
RELOAD transaction_reset
|
||||
CATCH no_voucher flag_no_active_voucher 1
|
||||
MOUT back 0
|
||||
HALT
|
||||
LOAD validate_recipient 20
|
||||
RELOAD validate_recipient
|
||||
CATCH invalid_recipient flag_invalid_recipient 1
|
||||
CATCH invite_recipient flag_invalid_recipient_with_invite 1
|
||||
INCMP _ 0
|
||||
INCMP amount *
|
||||
|
||||
Reference in New Issue
Block a user