diff --git a/.github/workflows/use-pr-linker.yml b/.github/workflows/use-pr-linker.yml new file mode 100644 index 00000000..e0ce52f2 --- /dev/null +++ b/.github/workflows/use-pr-linker.yml @@ -0,0 +1,21 @@ +name: Auto link PR to Issues + +on: + pull_request_target: + types: + - opened + - edited + - synchronize + - reopened + - closed + +permissions: + contents: read + issues: write + pull-requests: read + +jobs: + call-linker: + uses: mosip/kattu/.github/workflows/link-pr-to-issue.yml@develop + secrets: + ACTION_PAT: ${{ secrets.ACTION_PAT }} \ No newline at end of file diff --git a/mosip_master_csv/csv/app_authentication_method.csv b/mosip_master_csv/csv/app_authentication_method.csv new file mode 100644 index 00000000..8afb0cb8 --- /dev/null +++ b/mosip_master_csv/csv/app_authentication_method.csv @@ -0,0 +1,67 @@ +lang_code,app_id,process_id,role_code,auth_method_code,method_seq,is_active +eng,10003,login_auth,REGISTRATION_ADMIN,PWD,1,TRUE +eng,10003,login_auth,REGISTRATION_ADMIN,OTP,2,FALSE +eng,10003,login_auth,REGISTRATION_ADMIN,FINGERPRINT,3,FALSE +eng,10003,login_auth,REGISTRATION_ADMIN,IRIS,4,FALSE +eng,10003,login_auth,REGISTRATION_ADMIN,FACE,5,FALSE +eng,10003,login_auth,REGISTRATION_OFFICER,PWD,1,TRUE +eng,10003,login_auth,REGISTRATION_OFFICER,OTP,2,FALSE +eng,10003,login_auth,REGISTRATION_OFFICER,FINGERPRINT,3,FALSE +eng,10003,login_auth,REGISTRATION_OFFICER,IRIS,4,FALSE +eng,10003,login_auth,REGISTRATION_OFFICER,FACE,5,FALSE +eng,10003,login_auth,REGISTRATION_SUPERVISOR,PWD,1,TRUE +eng,10003,login_auth,REGISTRATION_SUPERVISOR,OTP,2,FALSE +eng,10003,login_auth,REGISTRATION_SUPERVISOR,FINGERPRINT,3,FALSE +eng,10003,login_auth,REGISTRATION_SUPERVISOR,IRIS,4,FALSE +eng,10003,login_auth,REGISTRATION_SUPERVISOR,FACE,5,FALSE +eng,10003,onboard_auth,REGISTRATION_ADMIN,PWD,1,TRUE +eng,10003,onboard_auth,REGISTRATION_ADMIN,OTP,2,FALSE +eng,10003,onboard_auth,REGISTRATION_OFFICER,PWD,1,TRUE +eng,10003,onboard_auth,REGISTRATION_OFFICER,OTP,2,FALSE +eng,10003,onboard_auth,REGISTRATION_SUPERVISOR,PWD,1,TRUE +eng,10003,onboard_auth,REGISTRATION_SUPERVISOR,OTP,2,FALSE +eng,10003,packet_auth,REGISTRATION_ADMIN,PWD,1,TRUE +eng,10003,packet_auth,REGISTRATION_ADMIN,OTP,2,FALSE +eng,10003,packet_auth,REGISTRATION_ADMIN,FINGERPRINT,3,FALSE +eng,10003,packet_auth,REGISTRATION_ADMIN,IRIS,4,FALSE +eng,10003,packet_auth,REGISTRATION_ADMIN,FACE,5,FALSE +eng,10003,packet_auth,REGISTRATION_SUPERVISOR,PWD,1,TRUE +eng,10003,packet_auth,REGISTRATION_SUPERVISOR,OTP,2,FALSE +eng,10003,packet_auth,REGISTRATION_SUPERVISOR,FINGERPRINT,3,FALSE +eng,10003,packet_auth,REGISTRATION_SUPERVISOR,IRIS,4,FALSE +eng,10003,packet_auth,REGISTRATION_SUPERVISOR,FACE,5,FALSE +eng,10003,packet_auth,REGISTRATION_OFFICER,PWD,1,TRUE +eng,10003,packet_auth,REGISTRATION_OFFICER,OTP,2,FALSE +eng,10003,packet_auth,REGISTRATION_OFFICER,FINGERPRINT,3,FALSE +eng,10003,packet_auth,REGISTRATION_OFFICER,IRIS,4,FALSE +eng,10003,packet_auth,REGISTRATION_OFFICER,FACE,5,FALSE +eng,10003,eod_auth,REGISTRATION_ADMIN,PWD,1,TRUE +eng,10003,eod_auth,REGISTRATION_ADMIN,OTP,2,FALSE +eng,10003,eod_auth,REGISTRATION_ADMIN,FINGERPRINT,3,FALSE +eng,10003,eod_auth,REGISTRATION_ADMIN,IRIS,4,FALSE +eng,10003,eod_auth,REGISTRATION_ADMIN,FACE,5,FALSE +eng,10003,eod_auth,REGISTRATION_SUPERVISOR,PWD,1,TRUE +eng,10003,eod_auth,REGISTRATION_SUPERVISOR,OTP,2,FALSE +eng,10003,eod_auth,REGISTRATION_SUPERVISOR,FINGERPRINT,3,FALSE +eng,10003,eod_auth,REGISTRATION_SUPERVISOR,IRIS,4,FALSE +eng,10003,eod_auth,REGISTRATION_SUPERVISOR,FACE,5,FALSE +eng,10003,eod_auth,REGISTRATION_OFFICER,PWD,1,TRUE +eng,10003,eod_auth,REGISTRATION_OFFICER,OTP,2,FALSE +eng,10003,eod_auth,REGISTRATION_OFFICER,FINGERPRINT,3,FALSE +eng,10003,eod_auth,REGISTRATION_OFFICER,IRIS,4,FALSE +eng,10003,eod_auth,REGISTRATION_OFFICER,FACE,5,FALSE +eng,10003,exception_auth,REGISTRATION_ADMIN,PWD,1,TRUE +eng,10003,exception_auth,REGISTRATION_ADMIN,OTP,2,FALSE +eng,10003,exception_auth,REGISTRATION_ADMIN,FINGERPRINT,3,FALSE +eng,10003,exception_auth,REGISTRATION_ADMIN,IRIS,4,FALSE +eng,10003,exception_auth,REGISTRATION_ADMIN,FACE,5,FALSE +eng,10003,exception_auth,REGISTRATION_SUPERVISOR,PWD,1,TRUE +eng,10003,exception_auth,REGISTRATION_SUPERVISOR,OTP,2,FALSE +eng,10003,exception_auth,REGISTRATION_SUPERVISOR,FINGERPRINT,3,FALSE +eng,10003,exception_auth,REGISTRATION_SUPERVISOR,IRIS,4,FALSE +eng,10003,exception_auth,REGISTRATION_SUPERVISOR,FACE,5,FALSE +eng,10003,exception_auth,REGISTRATION_OFFICER,PWD,1,TRUE +eng,10003,exception_auth,REGISTRATION_OFFICER,OTP,2,FALSE +eng,10003,exception_auth,REGISTRATION_OFFICER,FINGERPRINT,3,FALSE +eng,10003,exception_auth,REGISTRATION_OFFICER,IRIS,4,FALSE +eng,10003,exception_auth,REGISTRATION_OFFICER,FACE,5,FALSE diff --git a/mosip_master_csv/csv/app_detail.csv b/mosip_master_csv/csv/app_detail.csv new file mode 100644 index 00000000..ed222203 --- /dev/null +++ b/mosip_master_csv/csv/app_detail.csv @@ -0,0 +1,13 @@ +lang_code,id,name,descr,is_active +eng,10001,Pre-Registration,Web portal for pre-registrations,TRUE +eng,10003,Registration Client,Desktop application for Registrations,TRUE +eng,10005,Registration Processor,Application for post-registration process,TRUE +eng,10007,ID Authentication,Application for third party service provider authentication,TRUE +eng,10009,ID Control,Web portal for configuring applications,TRUE +eng,10011,Resident Portal,Web portal for Post ID generation services,TRUE +fra,10001,Pré-inscription,Portail Web pour les pré-inscriptions,TRUE +fra,10003,Client dinscription,Application de bureau pour les inscriptions,TRUE +fra,10005,Processeur dinscription,Demande de post-inscription,TRUE +fra,10007,Authentification ID,Application pour lauthentification du fournisseur de services tiers,TRUE +fra,10009,Contrôle didentité,Portail Web pour la configuration dapplications,TRUE +fra,10011,Portail Résident,Portail Web pour les services de génération de post-ID,TRUE diff --git a/mosip_master_csv/csv/app_role_priority.csv b/mosip_master_csv/csv/app_role_priority.csv new file mode 100644 index 00000000..e2c645ad --- /dev/null +++ b/mosip_master_csv/csv/app_role_priority.csv @@ -0,0 +1,14 @@ +lang_code,app_id,process_id,role_code,priority,is_active +eng,10003,login_auth,REGISTRATION_OFFICER,3,TRUE +eng,10003,login_auth,REGISTRATION_SUPERVISOR,2,TRUE +eng,10003,login_auth,REGISTRATION_ADMIN,1,TRUE +eng,10003,packet_auth,REGISTRATION_OFFICER,3,TRUE +eng,10003,packet_auth,REGISTRATION_SUPERVISOR,2,TRUE +eng,10003,packet_auth,REGISTRATION_ADMIN,1,TRUE +eng,10003,eod_auth,REGISTRATION_SUPERVISOR,2,TRUE +eng,10003,eod_auth,REGISTRATION_ADMIN,1,TRUE +eng,10003,exception_auth,REGISTRATION_SUPERVISOR,2,TRUE +eng,10003,exception_auth,REGISTRATION_ADMIN,1,TRUE +eng,10003,onboard_auth,REGISTRATION_OFFICER,3,TRUE +eng,10003,onboard_auth,REGISTRATION_SUPERVISOR,2,TRUE +eng,10003,onboard_auth,REGISTRATION_ADMIN,1,TRUE diff --git a/mosip_master_csv/csv/applicant_valid_document.csv b/mosip_master_csv/csv/applicant_valid_document.csv new file mode 100644 index 00000000..58a16b65 --- /dev/null +++ b/mosip_master_csv/csv/applicant_valid_document.csv @@ -0,0 +1,68 @@ +lang_code,apptyp_code,doccat_code,doctyp_code,is_active +eng,000,POI,CIN,TRUE +eng,000,POA,RNC,TRUE +eng,000,POB,COB,TRUE +eng,000,POR,CRN,TRUE +eng,001,POI,CIN,TRUE +eng,001,POA,RNC,TRUE +eng,001,POB,COB,TRUE +eng,001,POR,CRN,TRUE +eng,002,POI,CIN,TRUE +eng,002,POA,RNC,TRUE +eng,002,POB,COB,TRUE +eng,003,POI,CIN,TRUE +eng,003,POB,COB,TRUE +eng,003,POR,CRN,TRUE +eng,004,POI,CIN,TRUE +eng,004,POB,COB,TRUE +eng,005,POI,CIN,TRUE +eng,005,POA,RNC,TRUE +eng,005,POB,COB,TRUE +eng,005,POR,CRN,TRUE +eng,006,POI,CIN,TRUE +eng,006,POA,RNC,TRUE +eng,006,POB,COB,TRUE +eng,007,POI,CIN,TRUE +eng,007,POB,COB,TRUE +eng,007,POR,CRN,TRUE +eng,008,POI,CIN,TRUE +eng,008,POB,COB,TRUE +eng,009,POI,CIN,TRUE +eng,009,POA,RNC,TRUE +eng,009,POB,COB,TRUE +eng,009,POR,CRN,TRUE +eng,009,POE,COE,TRUE +eng,010,POI,CIN,TRUE +eng,010,POA,RNC,TRUE +eng,010,POB,COB,TRUE +eng,010,POE,COE,TRUE +eng,011,POI,CIN,TRUE +eng,011,POB,COB,TRUE +eng,011,POR,CRN,TRUE +eng,011,POE,COE,TRUE +eng,012,POI,CIN,TRUE +eng,012,POB,COB,TRUE +eng,012,POE,COE,TRUE +eng,013,POI,CIN,TRUE +eng,013,POA,RNC,TRUE +eng,013,POB,COB,TRUE +eng,013,POR,CRN,TRUE +eng,013,POE,COE,TRUE +eng,014,POI,CIN,TRUE +eng,014,POA,RNC,TRUE +eng,014,POB,COB,TRUE +eng,014,POE,COE,TRUE +eng,015,POI,CIN,TRUE +eng,015,POB,COB,TRUE +eng,015,POR,CRN,TRUE +eng,015,POE,COE,TRUE +eng,016,POI,CIN,TRUE +eng,016,POB,COB,TRUE +eng,016,POE,COE,TRUE +eng,003,POA,RNC,TRUE +eng,004,POA,RNC,TRUE +eng,007,POA,RNC,TRUE +eng,008,POA,RNC,TRUE +eng,011,POA,RNC,TRUE +eng,012,POA,RNC,TRUE +eng,015,POA,RNC,TRUE diff --git a/mosip_master_csv/csv/authentication_method.csv b/mosip_master_csv/csv/authentication_method.csv new file mode 100644 index 00000000..955d8425 --- /dev/null +++ b/mosip_master_csv/csv/authentication_method.csv @@ -0,0 +1,6 @@ +lang_code,code,method_seq,is_active +eng,PWD,1,TRUE +eng,OTP,2,TRUE +eng,FINGERPRINT,3,TRUE +eng,IRIS,4,TRUE +eng,FACE,5,TRUE diff --git a/mosip_master_csv/csv/biometric_attribute.csv b/mosip_master_csv/csv/biometric_attribute.csv new file mode 100644 index 00000000..ebd8d0eb --- /dev/null +++ b/mosip_master_csv/csv/biometric_attribute.csv @@ -0,0 +1,16 @@ +lang_code,code,name,descr,bmtyp_code,is_active +eng,TM,Thumbs,Print of Left and Right Thumbs,FNR,TRUE +eng,RH,Right Slab,Print of Right Slab,FNR,TRUE +eng,LH,Left Slab,Print of Left Slab,FNR,TRUE +eng,LI,Left Iris,Print of Left Iris,IRS,TRUE +eng,RI,Right Iris,Print of Right Iris,IRS,TRUE +fra,TM,Les pouces,Empreinte des pouces gauche et droit,FNR,TRUE +fra,RH,Dalle droite,Impression de la dalle droite,FNR,TRUE +fra,LH,Dalle gauche,Impression de la dalle gauche,FNR,TRUE +fra,LI,Iris gauche,Gravure de Iris Gauche,IRS,TRUE +fra,RI,Iris droit,Empreinte de l'iris droit,IRS,TRUE +ara,TM,الإبهام,طباعة الإبهام الأيمن والأيسر,FNR,TRUE +ara,RH,اللوح الأيمن,طباعة اللوح الأيمن,FNR,TRUE +ara,LH,اللوح الأيسر,طباعة اللوح الأيسر,FNR,TRUE +ara,LI,اليسار ايريس,طباعة القزحية اليسرى,IRS,TRUE +ara,RI,حق ايريس,طباعة القزحية اليمنى,IRS,TRUE diff --git a/mosip_master_csv/csv/biometric_type.csv b/mosip_master_csv/csv/biometric_type.csv new file mode 100644 index 00000000..ea421342 --- /dev/null +++ b/mosip_master_csv/csv/biometric_type.csv @@ -0,0 +1,4 @@ +lang_code,code,name,descr,is_active +eng,FNR,Fingerprint,Finger prints of the applicant,TRUE +eng,IRS,Iris,Iris of the applicant,TRUE +eng,PHT,Photo,Photo of the face of the applicant,TRUE diff --git a/mosip_master_csv/csv/blacklisted_words.csv b/mosip_master_csv/csv/blacklisted_words.csv new file mode 100644 index 00000000..3c61a9c5 --- /dev/null +++ b/mosip_master_csv/csv/blacklisted_words.csv @@ -0,0 +1,13 @@ +lang_code,word,descr,is_active +eng,shit,Blacklisted Word,TRUE +eng,damn,Blacklisted Word,TRUE +eng,nigga,Blacklisted Word,TRUE +eng,dammit,Blacklisted Word,TRUE +fra,Merde,Mot sur la liste noire,TRUE +fra,bon sang,Mot sur la liste noire,TRUE +ara,القرف,كلمة في القائمة السوداء,TRUE +ara,اللعنة,كلمة في القائمة السوداء,TRUE +ara,نيغا,كلمة في القائمة السوداء,TRUE +,,, +,,, +,,, diff --git a/mosip_master_csv/csv/blocklisted_words.csv b/mosip_master_csv/csv/blocklisted_words.csv new file mode 100644 index 00000000..97f199d2 --- /dev/null +++ b/mosip_master_csv/csv/blocklisted_words.csv @@ -0,0 +1,9 @@ +lang_code,word,descr,is_active +eng,shit,Blacklisted Word,TRUE +eng,damn,Blacklisted Word,TRUE +eng,nigga,Blacklisted Word,TRUE +eng,dammit,Blacklisted Word,TRUE +fra,Merde,Mot sur la liste noire,TRUE +fra,Damn,Mot sur la liste noire,TRUE +fra,nigga,Mot sur la liste noire,TRUE +fra,bon sang,Mot sur la liste noire,TRUE diff --git a/mosip_master_csv/csv/daysofweek_list.csv b/mosip_master_csv/csv/daysofweek_list.csv new file mode 100644 index 00000000..65bf71a0 --- /dev/null +++ b/mosip_master_csv/csv/daysofweek_list.csv @@ -0,0 +1,22 @@ +lang_code,code,name,day_seq,is_global_working,is_active +eng,101,SUN,1,FALSE,TRUE +eng,102,MON,2,TRUE,TRUE +eng,103,TUE,3,TRUE,TRUE +eng,104,WED,4,TRUE,TRUE +eng,105,THU,5,TRUE,TRUE +eng,106,FRI,6,TRUE,TRUE +eng,107,SAT,7,FALSE,TRUE +fra,101,DIM,1,FALSE,TRUE +fra,102,LUN,2,TRUE,TRUE +fra,103,MAR,3,TRUE,TRUE +fra,104,MER,4,TRUE,TRUE +fra,105,JEU,5,TRUE,TRUE +fra,106,VEN,6,TRUE,TRUE +fra,107,SAM,7,FALSE,TRUE +ara,101,الشمس,1,FALSE,TRUE +ara,102,الإثنين,2,TRUE,TRUE +ara,103,الثلاثاء,3,TRUE,TRUE +ara,104,تزوج,4,TRUE,TRUE +ara,105,خميس,5,TRUE,TRUE +ara,106,الجمعة,6,TRUE,TRUE +ara,107,جلس,7,FALSE,TRUE diff --git a/mosip_master_csv/csv/device_master.csv b/mosip_master_csv/csv/device_master.csv new file mode 100644 index 00000000..9290612c --- /dev/null +++ b/mosip_master_csv/csv/device_master.csv @@ -0,0 +1,37 @@ +lang_code,id,name,mac_address,serial_num,ip_address,dspec_id,zone_code,regcntr_id,is_active +eng,1001,Mock IRIS Scanner,85-BB-97-4B-14-05,3456789012,,327,RBT,10001,TRUE +eng,2001,Mock FingerPrint Scanner,85-BB-97-4B-14-05,1234567890,,165,RBT,10001,TRUE +eng,3001,Mock Camera,85-BB-97-4B-14-05,2345678901,,736,RBT,10001,TRUE +eng,1002,Mock IRIS Scanner,85-BB-97-4B-14-05,3456789012,,327,KTA,10002,TRUE +eng,2002,Mock FingerPrint Scanner,85-BB-97-4B-14-05,1234567890,,165,KTA,10002,TRUE +eng,3002,Mock Camera,85-BB-97-4B-14-05,2345678901,,736,KTA,10002,TRUE +eng,1003,Mock IRIS Scanner,85-BB-97-4B-14-05,3456789012,,327,SAL,10003,TRUE +eng,2003,Mock FingerPrint Scanner,85-BB-97-4B-14-05,1234567890,,165,SAL,10003,TRUE +eng,3003,Mock Camera,85-BB-97-4B-14-05,2345678901,,736,SAL,10003,TRUE +eng,1004,Mock IRIS Scanner,85-BB-97-4B-14-05,3456789012,,327,RBT,10004,TRUE +eng,2004,Mock FingerPrint Scanner,85-BB-97-4B-14-05,1234567890,,165,RBT,10004,TRUE +eng,3004,Mock Camera,85-BB-97-4B-14-05,2345678901,,736,RBT,10004,TRUE +eng,1005,Mock IRIS Scanner,85-BB-97-4B-14-05,3456789012,,327,BSN,10005,TRUE +eng,2005,Mock FingerPrint Scanner,85-BB-97-4B-14-05,1234567890,,165,BSN,10005,TRUE +eng,3005,Mock Camera,85-BB-97-4B-14-05,2345678901,,736,BSN,10005,TRUE +eng,1006,Mock IRIS Scanner,85-BB-97-4B-14-05,3456789012,,327,NDR,10006,TRUE +eng,2006,Mock FingerPrint Scanner,85-BB-97-4B-14-05,1234567890,,165,NDR,10006,TRUE +eng,3006,Mock Camera,85-BB-97-4B-14-05,2345678901,,736,NDR,10006,TRUE +eng,1007,Mock IRIS Scanner,85-BB-97-4B-14-05,3456789012,,327,STT,10007,TRUE +eng,2007,Mock FingerPrint Scanner,85-BB-97-4B-14-05,1234567890,,165,STT,10007,TRUE +eng,3007,Mock Camera,85-BB-97-4B-14-05,2345678901,,736,STT,10007,TRUE +eng,1008,Mock IRIS Scanner,85-BB-97-4B-14-05,3456789012,,327,SAF,10008,TRUE +eng,2008,Mock FingerPrint Scanner,85-BB-97-4B-14-05,1234567890,,165,SAF,10008,TRUE +eng,3008,Mock Camera,85-BB-97-4B-14-05,2345678901,,736,SAF,10008,TRUE +eng,1009,Mock IRIS Scanner,85-BB-97-4B-14-05,3456789012,,327,YSF,10009,TRUE +eng,2009,Mock FingerPrint Scanner,85-BB-97-4B-14-05,1234567890,,165,YSF,10009,TRUE +eng,3009,Mock Camera,85-BB-97-4B-14-05,2345678901,,736,YSF,10009,TRUE +eng,1010,Mock IRIS Scanner,85-BB-97-4B-14-05,3456789012,,327,TTA,10010,TRUE +eng,2010,Mock FingerPrint Scanner,85-BB-97-4B-14-05,1234567890,,165,TTA,10010,TRUE +eng,3010,Mock Camera,85-BB-97-4B-14-05,2345678901,,736,TTA,10010,TRUE +eng,1011,Mock IRIS Scanner,85-BB-97-4B-14-05,3456789012,,327,TZT,10011,TRUE +eng,2011,Mock FingerPrint Scanner,85-BB-97-4B-14-05,1234567890,,165,TZT,10011,TRUE +eng,3011,Mock Camera,85-BB-97-4B-14-05,2345678901,,736,TZT,10011,TRUE +eng,1012,Mock IRIS Scanner,85-BB-97-4B-14-05,3456789012,,327,SAF,10012,TRUE +eng,2012,Mock FingerPrint Scanner,85-BB-97-4B-14-05,1234567890,,165,SAF,10012,TRUE +eng,3012,Mock Camera,85-BB-97-4B-14-05,2345678901,,736,SAF,10012,TRUE diff --git a/mosip_master_csv/csv/device_master_h.csv b/mosip_master_csv/csv/device_master_h.csv new file mode 100644 index 00000000..4e0c2501 --- /dev/null +++ b/mosip_master_csv/csv/device_master_h.csv @@ -0,0 +1,37 @@ +lang_code,id,name,mac_address,serial_num,ip_address,dspec_id,zone_code,regcntr_id,is_active,eff_dtimes +eng,1001,Mock IRIS Scanner,85-BB-97-4B-14-05,3456789012,,327,RBT,10001,TRUE,now() +eng,2001,Mock FingerPrint Scanner,85-BB-97-4B-14-05,1234567890,,165,RBT,10001,TRUE,now() +eng,3001,Mock Camera,85-BB-97-4B-14-05,2345678901,,736,RBT,10001,TRUE,now() +eng,1002,Mock IRIS Scanner,85-BB-97-4B-14-05,3456789012,,327,KTA,10002,TRUE,now() +eng,2002,Mock FingerPrint Scanner,85-BB-97-4B-14-05,1234567890,,165,KTA,10002,TRUE,now() +eng,3002,Mock Camera,85-BB-97-4B-14-05,2345678901,,736,KTA,10002,TRUE,now() +eng,1003,Mock IRIS Scanner,85-BB-97-4B-14-05,3456789012,,327,SAL,10003,TRUE,now() +eng,2003,Mock FingerPrint Scanner,85-BB-97-4B-14-05,1234567890,,165,SAL,10003,TRUE,now() +eng,3003,Mock Camera,85-BB-97-4B-14-05,2345678901,,736,SAL,10003,TRUE,now() +eng,1004,Mock IRIS Scanner,85-BB-97-4B-14-05,3456789012,,327,RBT,10004,TRUE,now() +eng,2004,Mock FingerPrint Scanner,85-BB-97-4B-14-05,1234567890,,165,RBT,10004,TRUE,now() +eng,3004,Mock Camera,85-BB-97-4B-14-05,2345678901,,736,RBT,10004,TRUE,now() +eng,1005,Mock IRIS Scanner,85-BB-97-4B-14-05,3456789012,,327,BSN,10005,TRUE,now() +eng,2005,Mock FingerPrint Scanner,85-BB-97-4B-14-05,1234567890,,165,BSN,10005,TRUE,now() +eng,3005,Mock Camera,85-BB-97-4B-14-05,2345678901,,736,BSN,10005,TRUE,now() +eng,1006,Mock IRIS Scanner,85-BB-97-4B-14-05,3456789012,,327,NDR,10006,TRUE,now() +eng,2006,Mock FingerPrint Scanner,85-BB-97-4B-14-05,1234567890,,165,NDR,10006,TRUE,now() +eng,3006,Mock Camera,85-BB-97-4B-14-05,2345678901,,736,NDR,10006,TRUE,now() +eng,1007,Mock IRIS Scanner,85-BB-97-4B-14-05,3456789012,,327,STT,10007,TRUE,now() +eng,2007,Mock FingerPrint Scanner,85-BB-97-4B-14-05,1234567890,,165,STT,10007,TRUE,now() +eng,3007,Mock Camera,85-BB-97-4B-14-05,2345678901,,736,STT,10007,TRUE,now() +eng,1008,Mock IRIS Scanner,85-BB-97-4B-14-05,3456789012,,327,SAF,10008,TRUE,now() +eng,2008,Mock FingerPrint Scanner,85-BB-97-4B-14-05,1234567890,,165,SAF,10008,TRUE,now() +eng,3008,Mock Camera,85-BB-97-4B-14-05,2345678901,,736,SAF,10008,TRUE,now() +eng,1009,Mock IRIS Scanner,85-BB-97-4B-14-05,3456789012,,327,YSF,10009,TRUE,now() +eng,2009,Mock FingerPrint Scanner,85-BB-97-4B-14-05,1234567890,,165,YSF,10009,TRUE,now() +eng,3009,Mock Camera,85-BB-97-4B-14-05,2345678901,,736,YSF,10009,TRUE,now() +eng,1010,Mock IRIS Scanner,85-BB-97-4B-14-05,3456789012,,327,TTA,10010,TRUE,now() +eng,2010,Mock FingerPrint Scanner,85-BB-97-4B-14-05,1234567890,,165,TTA,10010,TRUE,now() +eng,3010,Mock Camera,85-BB-97-4B-14-05,2345678901,,736,TTA,10010,TRUE,now() +eng,1011,Mock IRIS Scanner,85-BB-97-4B-14-05,3456789012,,327,TZT,10011,TRUE,now() +eng,2011,Mock FingerPrint Scanner,85-BB-97-4B-14-05,1234567890,,165,TZT,10011,TRUE,now() +eng,3011,Mock Camera,85-BB-97-4B-14-05,2345678901,,736,TZT,10011,TRUE,now() +eng,1012,Mock IRIS Scanner,85-BB-97-4B-14-05,3456789012,,327,SAF,10012,TRUE,now() +eng,2012,Mock FingerPrint Scanner,85-BB-97-4B-14-05,1234567890,,165,SAF,10012,TRUE,now() +eng,3012,Mock Camera,85-BB-97-4B-14-05,2345678901,,736,SAF,10012,TRUE,now() diff --git a/mosip_master_csv/csv/device_spec.csv b/mosip_master_csv/csv/device_spec.csv new file mode 100644 index 00000000..1983e0f4 --- /dev/null +++ b/mosip_master_csv/csv/device_spec.csv @@ -0,0 +1,6 @@ +lang_code,id,name,brand,model,dtyp_code,min_driver_ver,descr,is_active +eng,165,Fingerprint Scanner,Safran Morpho,1300 E2,FRS,1.12,To scan fingerprint,TRUE +eng,327,High Speed Dual Iris Scanner,Cogent,3M,IRS,2.34,To scan iris,TRUE +eng,736,Webcam,Logitech,C270,CMR,2.086,To capture photo,TRUE +eng,801,imageFORMULA,Canon,DR-C130,SCN,1.02,To scan documents,TRUE +eng,920,Single Function Inkjet,Canon,TS207,PRT,1.123,To print documents,TRUE diff --git a/mosip_master_csv/csv/device_type.csv b/mosip_master_csv/csv/device_type.csv new file mode 100644 index 00000000..84e0b902 --- /dev/null +++ b/mosip_master_csv/csv/device_type.csv @@ -0,0 +1,6 @@ +lang_code,code,name,descr,is_active +eng,FRS,Finger Print Scanner,For scanning fingerprints,TRUE +eng,IRS,Iris Scanner,For scanning Iris,TRUE +eng,CMR,Camera,For capturing photo,TRUE +eng,SCN,Document Scanner,For scanning documents,TRUE +eng,PRT,Printer,For printing Documents,TRUE diff --git a/mosip_master_csv/csv/doc_category.csv b/mosip_master_csv/csv/doc_category.csv new file mode 100644 index 00000000..c92ff48b --- /dev/null +++ b/mosip_master_csv/csv/doc_category.csv @@ -0,0 +1,16 @@ +lang_code,code,name,descr,is_active +eng,POA,Proof of Address,Address Proof,TRUE +ara,POA,إثبات العنوان,إثبات العنوان,TRUE +fra,POA,Un justificatif de domicile,Preuve dadresse,TRUE +eng,POI,Proof of Identity,Identity Proof,TRUE +ara,POI,إثبات هوية,إثبات الهوية,TRUE +fra,POI,Preuve didentité,Preuve didentité,TRUE +eng,POR,Proof of Relationship,Proof Relationship of the person,TRUE +ara,POR,إثبات العلاقة,إثبات علاقة الشخص,TRUE +fra,POR,Preuve de relation,Preuve de relation de la personne,TRUE +eng,POB,Proof of Birth,Proof date of birth of the person,FALSE +ara,POB,إثبات الميلاد,إثبات تاريخ ميلاد الشخص,FALSE +fra,POB,Preuve de naissance,Preuve de la date de naissance de la personne,FALSE +eng,POE,Proof of Biometric Exception,Proof of Biometric Exception,TRUE +ara,POE,إثبات الاستثناء البيومتري,إثبات الاستثناء البيومتري,TRUE +fra,POE,Preuve dexception biométrique,Preuve dexception biométrique,TRUE diff --git a/mosip_master_csv/csv/doc_type.csv b/mosip_master_csv/csv/doc_type.csv new file mode 100644 index 00000000..22a6043b --- /dev/null +++ b/mosip_master_csv/csv/doc_type.csv @@ -0,0 +1,91 @@ +lang_code,code,name,descr,is_active +eng,CIN,Reference Identity Card,Reference Identity Card,TRUE +ara,CIN,بطاقة الهوية المرجعية,بطاقة الهوية المرجعية,TRUE +fra,CIN,Carte d'identité de référence,Carte d'identité de référence,TRUE +eng,RNC,Rental contract,Rental Agreement of address,TRUE +ara,RNC,عقد ايجار,اتفاقية تأجير العنوان,TRUE +fra,RNC,Contrat de location,Contrat de location dadresse,TRUE +eng,COR,Certificate of residence,Proof of Resident,TRUE +ara,COR,شهادة الاقامة,إثبات مقيم,TRUE +fra,COR,Certificat de résidence,Preuve de résidence,TRUE +eng,DOC001,Passport,Proof of Idendity,TRUE +ara,DOC001,جواز سفر,إثبات الفكر,TRUE +fra,DOC001,Passeport,Preuve didentité,TRUE +eng,CRN,Certificate of Relationship,Proof relationship of a person,TRUE +ara,CRN,شهادة القرابة,إثبات علاقة الشخص,TRUE +fra,CRN,Certificat de relation,Preuve de relation dune personne,TRUE +eng,COB,Certificate of Birth,Proof birth and age of a person,TRUE +ara,COB,شهادة الميلاد,إثبات ولادة الشخص وعمره,TRUE +fra,COB,Certificat de naissance,Preuve de naissance et âge dune personne,TRUE +eng,COE,Certification of Exception,Certificate of Exception,TRUE +ara,COE,شهادة الاستثناء,شهادة الاستثناء,TRUE +fra,COE,Certification dexception,Certification dexception,TRUE +eng,DOC002,PAN card,PAN card,TRUE +eng,DOC003,Either Ration or PDS Photo card,Either Ration or PDS Photo card,TRUE +eng,DOC004,Voter Identification card,Voter Identification card,TRUE +eng,DOC005,Driving licence of the applicant,Driving licence of the applicant,TRUE +eng,DOC006,Photo identification cards issued by the Government,Photo identification cards issued by the Government,TRUE +eng,DOC007,Service photo ID cards that is issued by a PSU,Service photo ID cards that is issued by a PSU,TRUE +eng,DOC008,Licence of Arms,Licence of Arms,TRUE +eng,DOC009,Photo Bank ATM card,Photo Bank ATM card,TRUE +eng,DOC010,Photo Credit card,Photo Credit card,TRUE +eng,DOC011,Photo card of the Freedom Fighter,Photo card of the Freedom Fighter,TRUE +eng,DOC012,Certificate of Marriage,Certificate of Marriage,TRUE +eng,DOC013,Passbook or Bank Statement,Passbook or Bank Statement,TRUE +eng,DOC014,Account statement or passbook of the Post Office,Account statement or passbook of the Post Office,TRUE +eng,DOC015,Ration Card,Ration Card,TRUE +eng,DOC016,PSU issued Service photo ID card with address,PSU issued Service photo ID card with address,TRUE +eng,DOC017,Previous 3 months’ electricity bill,Previous 3 months’ electricity bill,TRUE +eng,DOC018,Water bill as long as it is not more than 3 months’ old,Water bill as long as it is not more than 3 months’ old,TRUE +eng,DOC024,PDS Card,PDS Card,TRUE +eng,DOC025,"Medical card issued by the State Govt, CGHS, ECHS and ESIC","Medical card issued by the State Government, CGHS, ECHS and also ESIC",TRUE +eng,DOC026,Canteen card of the Army,Canteen card of the Army,TRUE +eng,DOC027,Family entitlement document,Any family entitlement document issued by any Central or State Government,TRUE +eng,DOC028,Birth Certificate,Registrar of Birth/municipal Corporation or any local government Birth Certificate,TRUE +fra,DOC002,Carte PAN,Carte PAN,TRUE +fra,DOC003,Soit ration ou PDS photo carte,Soit ration ou PDS photo carte,TRUE +fra,DOC004,Carte d’identification des électeurs,Carte d’identification des électeurs,TRUE +fra,DOC005,Permis de conduire du demandeur,Permis de conduire du demandeur,TRUE +fra,DOC006,Cartes d’identité photo émises par le gouvernement,Cartes d’identité photo émises par le gouvernement,TRUE +fra,DOC007,Cartes d’identité de service de photo émises par un PSU,Cartes d’identité de service de photo émises par un PSU,TRUE +fra,DOC008,Licence d’armes,Licence d’armes,TRUE +fra,DOC009,Photo banque carte bancaire,Photo banque carte bancaire,TRUE +fra,DOC010,Carte de crédit photo,Carte de crédit photo,TRUE +fra,DOC011,Carte photo du Freedom Fighter,Carte photo du Freedom Fighter,TRUE +fra,DOC012,Certificat de mariage,Certificat de mariage,TRUE +fra,DOC013,Livret ou relevé bancaire,Livret ou relevé bancaire,TRUE +fra,DOC014,Relevé de compte ou livret du Bureau de poste,Relevé de compte ou livret du Bureau de poste,TRUE +fra,DOC015,Carte de ration,Carte de ration,TRUE +fra,DOC016,PSU a émis la carte didentité de photo de service avec ladresse,PSU a émis la carte d’identité de photo de service avec l’adresse,TRUE +fra,DOC017,Facture d’électricité précédente de 3 mois,Facture d’électricité précédente de 3 mois,TRUE +fra,DOC018,Facture d’eau tant qu’elle n’a pas plus de 3 mois,Facture d’eau tant qu’elle n’a pas plus de 3 mois,TRUE +fra,DOC024,Carte PDS,Carte PDS,TRUE +fra,DOC025,Carte médicale délivrée par le govt de l'État,"Carte médicale délivrée par le gouvernement de l’État, le CGHS, l’ECHS et également l’ESIC",TRUE +fra,DOC026,Carte de cantine de l’armée,Carte de cantine de l’armée,TRUE +fra,DOC027,Titre de droit familial,Tout document de droit de la famille délivré par un gouvernement central ou,TRUE +fra,DOC028,Certificat de naissance,Registraire de naissance/municipalité ou tout acte de naissance du gouvernement local,TRUE +eng,EOP,Expetion Photo,Expetion Photo,TRUE +fra,EOP,Photo d exception,Expetion Photo,TRUE +ara,DOC002,بطاقة الطعام,بطاقة الطعام,TRUE +ara,DOC003,إما بطاقة تموينية أو بطاقة صور ,إما بطاقة تموينية أو بطاقة صور PDS,TRUE +ara,DOC004,بطاقة هوية الناخب,بطاقة هوية الناخب,TRUE +ara,DOC005,رخصة القيادة لمقدم الطلب,رخصة القيادة لمقدم الطلب,TRUE +ara,DOC006,بطاقات هوية مصورة صادرة عن الحكومة,بطاقات هوية مصورة صادرة عن الحكومة,TRUE +ara,DOC007,بطاقات هوية تحمل صورة الخدمة الصادرة عن PSU,بطاقات هوية تحمل صورة الخدمة الصادرة عن PSU,TRUE +ara,DOC008,رخصة السلاح,رخصة السلاح,TRUE +ara,DOC009,بطاقة الصراف الآلي لبنك الصور,بطاقة الصراف الآلي لبنك الصور,TRUE +ara,DOC010,بطاقة ائتمان الصور,بطاقة ائتمان الصور,TRUE +ara,DOC011,بطاقة مصورة لمقاتل الحرية,بطاقة مصورة لمقاتل الحرية,TRUE +ara,DOC012,عقد زواج,عقد زواج,TRUE +ara,DOC013,دفتر حسابات أو كشف حساب بنكي,دفتر حسابات أو كشف حساب بنكي,TRUE +ara,DOC014,كشف حساب أو دفتر مرور لمكتب البريد,كشف حساب أو دفتر مرور لمكتب البريد,TRUE +ara,DOC015,البطاقة التموينية,البطاقة التموينية,TRUE +ara,DOC016,أصدرت PSU بطاقة هوية تحمل صورة الخدمة مع العنوان,أصدرت PSU بطاقة هوية تحمل صورة الخدمة مع العنوان,TRUE +ara,DOC017,فاتورة الكهرباء عن الثلاثة أشهر السابقة,فاتورة الكهرباء عن الثلاثة أشهر السابقة,TRUE +ara,DOC018,فاتورة المياه بشرط ألا تزيد عن 3 أشهر,فاتورة المياه بشرط ألا تزيد عن 3 أشهر,TRUE +ara,DOC024,بطاقة PDS,بطاقة PDS,TRUE +ara,DOC025,بطاقة طبية صادرة عن حكومة الدولة و CGHS و ECHS و ESIC,بطاقة طبية صادرة عن حكومة الدولة و CGHS و ECHS و ESIC,TRUE +ara,DOC026,بطاقة مقصف للجيش,بطاقة مقصف للجيش,TRUE +ara,DOC027,وثيقة استحقاق الأسرة,أي مستند استحقاق عائلي صادر عن أي حكومة مركزية أو حكومة ولاية,TRUE +ara,DOC028,شهادة الميلاد,مسجل الميلاد / مؤسسة البلدية أو أي شهادة ميلاد حكومية محلية,TRUE +ara,EOP,إكسبيديشن فوتو,إكسبيديشن فوتو,TRUE diff --git a/mosip_master_csv/csv/dynamic_field.csv b/mosip_master_csv/csv/dynamic_field.csv new file mode 100644 index 00000000..80aa8e93 --- /dev/null +++ b/mosip_master_csv/csv/dynamic_field.csv @@ -0,0 +1,477 @@ +id,name,description,data_type,value_json,lang_code,is_active,cr_by,cr_dtimes +10001,bloodType,Blood Type,string," + { + ""code"": ""101"", + ""value"": ""A"", + }",eng,TRUE,superadmin,now() +10002,bloodType,Blood Type,string," + { + ""code"": ""102"", + ""value"": ""A+"", + }",eng,TRUE,superadmin,now() +10003,bloodType,Blood Type,string," + { + ""code"": ""103"", + ""value"": ""A-"", + }",eng,TRUE,superadmin,now() +10004,bloodType,Blood Type,string," + { + ""code"": ""104"", + ""value"": ""B"", + }",eng,TRUE,superadmin,now() +10005,bloodType,Blood Type,string," + { + ""code"": ""105"", + ""value"": ""B+"", + }",eng,TRUE,superadmin,now() +10006,bloodType,Blood Type,string," + { + ""code"": ""106"", + ""value"": ""B-"", + }",eng,TRUE,superadmin,now() +10007,bloodType,Blood Type,string," + { + ""code"": ""107"", + ""value"": ""AB"", + }",eng,TRUE,superadmin,now() +10008,bloodType,Blood Type,string," + { + ""code"": ""108"", + ""value"": ""AB+"", + }",eng,TRUE,superadmin,now() +10009,bloodType,Blood Type,string," + { + ""code"": ""109"", + ""value"": ""AB-"", + }",eng,TRUE,superadmin,now() +10010,bloodType,Blood Type,string," + { + ""code"": ""110"", + ""value"": ""O"", + }",eng,TRUE,superadmin,now() +10011,bloodType,Blood Type,string," + { + ""code"": ""111"", + ""value"": ""O+"" + }",eng,TRUE,superadmin,now() +10012,bloodType,Blood Type,string," + { + ""code"": ""112"", + ""value"": ""O-"" + }",eng,TRUE,superadmin,now() +10013,bloodType,Blood Type,string," + { + ""code"": ""113"", + ""value"": ""Don't Know"" + }",eng,TRUE,superadmin,now() +10014,bloodType,Blood Type,string," + { + ""code"": ""114"", + ""value"": ""Not Applicable"" + }",eng,TRUE,superadmin,now() +10015,maritalStatus,Marital Status,string," + { + ""code"": ""101"", + ""value"": ""Single"" + }",eng,TRUE,superadmin,now() +10016,maritalStatus,Marital Status,string," + { + ""code"": ""102"", + ""value"": ""Married"" + }",eng,TRUE,superadmin,now() +10017,maritalStatus,Marital Status,string," + { + ""code"": ""103"", + ""value"": ""Widowed"" + }",eng,TRUE,superadmin,now() +10018,maritalStatus,Marital Status,string," + { + ""code"": ""104"", + ""value"": ""Divorced"" + }",eng,TRUE,superadmin,now() +10019,maritalStatus,Marital Status,string," + { + ""code"": ""105"", + ""value"": ""Legally Separated"" + }",eng,TRUE,superadmin,now() +10020,maritalStatus,Marital Status,string," + { + ""code"": ""106"", + ""value"": ""Annulled"" + }",eng,TRUE,superadmin,now() +10021,maritalStatus,Marital Status,string," + { + ""code"": ""107"", + ""value"": ""Nullified"" + }",eng,TRUE,superadmin,now() +10022,registrationType,Registration Type,string," + { + ""code"": ""Document-based"", + ""value"": ""Document-based"" + }",eng,TRUE,superadmin,now() +10023,registrationType,Registration Type,string," + { + ""code"": ""Introducer-based"", + ""value"": ""Introducer-based"" + }",eng,TRUE,superadmin,now() +10024,modeOfClaim,Mode of Claim,string," + { + ""code"": ""101"", + ""value"": ""Pick-up"" + }",eng,TRUE,superadmin,now() +10025,modeOfClaim,Mode of Claim,string," + { + ""code"": ""102"", + ""value"": ""Delivery to permanent address"" + }",eng,TRUE,superadmin,now() +10026,modeOfClaim,Mode of Claim,string," + { + ""code"": ""103"", + ""value"": ""Delivery to present address"" + }",eng,TRUE,superadmin,now() +10027,gender,Gender,string," + { + ""code"": ""MLE"", + ""value"": ""Male"" + }",eng,TRUE,superadmin,now() +10028,gender,Gender,string," + { + ""code"": ""FLE"", + ""value"": ""Female"" + }",eng,TRUE,superadmin,now() +10029,gender,Gender,string," + { + ""code"": ""OTH"", + ""value"": ""Others"" + }",eng,TRUE,superadmin,now() +10030,residenceStatus,residenceStatus,string," + { + ""code"": ""FR"", + ""value"": ""Foreigner"" + }",eng,TRUE,superadmin,now() +10031,residenceStatus,residenceStatus,string," + { + ""code"": ""NFR"", + ""value"": ""Non-Foreigner"" + }",eng,TRUE,superadmin,now() +10310,preferredLang,user preferred Language,string,"{""value"":""English"",""code"":""eng""}",eng,TRUE,superadmin,now() +10313,preferredLang,user preferred Language,string,"{""value"":""français"",""code"":""fra""}",eng,TRUE,superadmin,now() +10317,preferredLang,Langue préférée de l'utilisateur,string,"{""value"":""English"",""code"":""eng""}",fra,TRUE,superadmin,now() +10319,preferredLang,Langue préférée de l'utilisateur,string,"{""value"":""français"",""code"":""fra""}",fra,TRUE,superadmin,now() +10063,bloodType,Blood Type,string," + { + ""code"": ""101"", + ""value"": ""A"", + }",fra,TRUE,superadmin,now() +10064,bloodType,Blood Type,string," + { + ""code"": ""102"", + ""value"": ""A+"", + }",fra,TRUE,superadmin,now() +10065,bloodType,Blood Type,string," + { + ""code"": ""103"", + ""value"": ""A-"", + }",fra,TRUE,superadmin,now() +10066,bloodType,Blood Type,string," + { + ""code"": ""104"", + ""value"": ""B"", + }",fra,TRUE,superadmin,now() +10067,bloodType,Blood Type,string," + { + ""code"": ""105"", + ""value"": ""B+"", + }",fra,TRUE,superadmin,now() +10068,bloodType,Blood Type,string," + { + ""code"": ""106"", + ""value"": ""B-"", + }",fra,TRUE,superadmin,now() +10069,bloodType,Blood Type,string," + { + ""code"": ""107"", + ""value"": ""AB"", + }",fra,TRUE,superadmin,now() +10070,bloodType,Blood Type,string," + { + ""code"": ""108"", + ""value"": ""AB+"", + }",fra,TRUE,superadmin,now() +10071,bloodType,Blood Type,string," + { + ""code"": ""109"", + ""value"": ""AB-"", + }",fra,TRUE,superadmin,now() +10072,bloodType,Blood Type,string," + { + ""code"": ""110"", + ""value"": ""O"", + }",fra,TRUE,superadmin,now() +10073,bloodType,Blood Type,string," + { + ""code"": ""111"", + ""value"": ""O+"" + }",fra,TRUE,superadmin,now() +10074,bloodType,Blood Type,string," + { + ""code"": ""112"", + ""value"": ""O-"" + }",fra,TRUE,superadmin,now() +10075,bloodType,Blood Type,string," + { + ""code"": ""113"", + ""value"": ""Je ne sais pas"" + }",fra,TRUE,superadmin,now() +10076,bloodType,Blood Type,string," + { + ""code"": ""114"", + ""value"": ""N'est pas applicable"" + }",fra,TRUE,superadmin,now() +10077,maritalStatus,Marital Status,string," + { + ""code"": ""101"", + ""value"": ""Seule"" + }",fra,TRUE,superadmin,now() +10078,maritalStatus,Marital Status,string," + { + ""code"": ""102"", + ""value"": ""Mariée"" + }",fra,TRUE,superadmin,now() +10079,maritalStatus,Marital Status,string," + { + ""code"": ""103"", + ""value"": ""Veuve"" + }",fra,TRUE,superadmin,now() +10080,maritalStatus,Marital Status,string," + { + ""code"": ""104"", + ""value"": ""Divorcée"" + }",fra,TRUE,superadmin,now() +10081,maritalStatus,Marital Status,string," + { + ""code"": ""105"", + ""value"": ""Séparés légalement"" + }",fra,TRUE,superadmin,now() +10082,maritalStatus,Marital Status,string," + { + ""code"": ""106"", + ""value"": ""Annulé"" + }",fra,TRUE,superadmin,now() +10083,maritalStatus,Marital Status,string," + { + ""code"": ""107"", + ""value"": ""Annulé"" + }",fra,TRUE,superadmin,now() +10084,registrationType,Registration Type,string," + { + ""code"": ""Document-based"", + ""value"": ""Basé sur des documents"" + }",fra,TRUE,superadmin,now() +10085,registrationType,Registration Type,string," + { + ""code"": ""Introducer-based"", + ""value"": ""Basé sur l'introducteur"" + }",fra,TRUE,superadmin,now() +10086,modeOfClaim,Mode of Claim,string," + { + ""code"": ""101"", + ""value"": ""Ramasser"" + }",fra,TRUE,superadmin,now() +10087,modeOfClaim,Mode of Claim,string," + { + ""code"": ""102"", + ""value"": ""Livraison à une adresse permanente"" + }",fra,TRUE,superadmin,now() +10088,modeOfClaim,Mode of Claim,string," + { + ""code"": ""103"", + ""value"": ""Livraison à l'adresse actuelle"" + }",fra,TRUE,superadmin,now() +10089,gender,Gender,string," + { + ""code"": ""MLE"", + ""value"": ""Mâle"" + }",fra,TRUE,superadmin,now() +10090,gender,Gender,string," + { + ""code"": ""FLE"", + ""value"": ""Femelle"" + }",fra,TRUE,superadmin,now() +10091,gender,Gender,string," + { + ""code"": ""OTH"", + ""value"": ""Autres"" + }",fra,TRUE,superadmin,now() +10092,residenceStatus,residenceStatus,string," + { + ""code"": ""FR"", + ""value"": ""Étrangère"" + }",fra,TRUE,superadmin,now() +10093,residenceStatus,residenceStatus,string," + { + ""code"": ""NFR"", + ""value"": ""Non-étranger"" + }",fra,TRUE,superadmin,now() +10094,bloodType,Blood Type,string," + { + ""code"": ""101"", + ""value"": ""أ"", + }",ara,TRUE,superadmin,now() +10095,bloodType,Blood Type,string," + { + ""code"": ""102"", + ""value"": ""أ +"", + }",ara,TRUE,superadmin,now() +10096,bloodType,Blood Type,string," + { + ""code"": ""103"", + ""value"": ""أ-"", + }",ara,TRUE,superadmin,now() +10097,bloodType,Blood Type,string," + { + ""code"": ""104"", + ""value"": ""ب"", + }",ara,TRUE,superadmin,now() +10098,bloodType,Blood Type,string," + { + ""code"": ""105"", + ""value"": ""ب +"", + }",ara,TRUE,superadmin,now() +10099,bloodType,Blood Type,string," + { + ""code"": ""106"", + ""value"": ""ب-"", + }",ara,TRUE,superadmin,now() +10100,bloodType,Blood Type,string," + { + ""code"": ""107"", + ""value"": ""AB"", + }",ara,TRUE,superadmin,now() +10101,bloodType,Blood Type,string," + { + ""code"": ""108"", + ""value"": ""AB+"", + }",ara,TRUE,superadmin,now() +10102,bloodType,Blood Type,string," + { + ""code"": ""109"", + ""value"": ""AB-"", + }",ara,TRUE,superadmin,now() +10103,bloodType,Blood Type,string," + { + ""code"": ""110"", + ""value"": ""ا"", + }",ara,TRUE,superadmin,now() +10104,bloodType,Blood Type,string," + { + ""code"": ""111"", + ""value"": ""O+"" + }",ara,TRUE,superadmin,now() +10105,bloodType,Blood Type,string," + { + ""code"": ""112"", + ""value"": ""س-"" + }",ara,TRUE,superadmin,now() +10106,bloodType,Blood Type,string," + { + ""code"": ""113"", + ""value"": ""لا اعرف"" + }",ara,TRUE,superadmin,now() +10107,bloodType,Blood Type,string," + { + ""code"": ""114"", + ""value"": ""غير قابل للتطبيق"" + }",ara,TRUE,superadmin,now() +10108,maritalStatus,Marital Status,string," + { + ""code"": ""101"", + ""value"": ""غير مرتبطة +"" + }",ara,TRUE,superadmin,now() +10109,maritalStatus,Marital Status,string," + { + ""code"": ""102"", + ""value"": ""زوجت"" + }",ara,TRUE,superadmin,now() +10110,maritalStatus,Marital Status,string," + { + ""code"": ""103"", + ""value"": ""الأرامل"" + }",ara,TRUE,superadmin,now() +10111,maritalStatus,Marital Status,string," + { + ""code"": ""104"", + ""value"": ""مطلق"" + }",ara,TRUE,superadmin,now() +10112,maritalStatus,Marital Status,string," + { + ""code"": ""105"", + ""value"": ""مطلق من الناحية القانونية +"" + }",ara,TRUE,superadmin,now() +10113,maritalStatus,Marital Status,string," + { + ""code"": ""106"", + ""value"": ""ملغاة"" + }",ara,TRUE,superadmin,now() +10114,maritalStatus,Marital Status,string," + { + ""code"": ""107"", + ""value"": ""مبطل"" + }",ara,TRUE,superadmin,now() +10115,registrationType,Registration Type,string," + { + ""code"": ""Document-based"", + ""value"": ""مستند إلى المستند"" + }",ara,TRUE,superadmin,now() +10116,registrationType,Registration Type,string," + { + ""code"": ""Introducer-based"", + ""value"": ""المعرف القائم"" + }",ara,TRUE,superadmin,now() +10117,modeOfClaim,Mode of Claim,string," + { + ""code"": ""101"", + ""value"": ""يلتقط"" + }",ara,TRUE,superadmin,now() +10118,modeOfClaim,Mode of Claim,string," + { + ""code"": ""102"", + ""value"": ""التسليم إلى العنوان الدائم"" + }",ara,TRUE,superadmin,now() +10119,modeOfClaim,Mode of Claim,string," + { + ""code"": ""103"", + ""value"": ""التسليم إلى العنوان الحالي"" + }",ara,TRUE,superadmin,now() +10120,gender,Gender,string," + { + ""code"": ""MLE"", + ""value"": ""ذكر"" + }",ara,TRUE,superadmin,now() +10121,gender,Gender,string," + { + ""code"": ""FLE"", + ""value"": ""أنثى"" + }",ara,TRUE,superadmin,now() +10122,gender,Gender,string," + { + ""code"": ""OTH"", + ""value"": ""آحرون"" + }",ara,TRUE,superadmin,now() +10123,residenceStatus,residenceStatus,string," + { + ""code"": ""FR"", + ""value"": ""أجنبي"" + }",ara,TRUE,superadmin,now() +10124,residenceStatus,residenceStatus,string," + { + ""code"": ""NFR"", + ""value"": ""غير أجنبي"" + }",ara,TRUE,superadmin,now() +10125,preferredLang,user preferred Language,string,"{""value"":""عربى"",""code"":""ara""}",ara,TRUE,superadmin,now() +10126,preferredLang,user preferred Language,,"{""value"":""عربي"",""code"":""ara""}",eng,TRUE,superadmin,now() +10127,preferredLang,Langue préférée de l'utilisateur,,"{""value"":""عربي"",""code"":""ara""}",fra,TRUE,superadmin,now() +10128,preferredLang,user preferred Language,,"{""value"":""English"",""code"":""eng""}",ara,TRUE,superadmin,now() +10129,preferredLang,user preferred Language,,"{""value"":""français"",""code"":""fra""}",ara,TRUE,superadmin,now() diff --git a/mosip_master_csv/csv/gender.csv b/mosip_master_csv/csv/gender.csv new file mode 100644 index 00000000..0e47994f --- /dev/null +++ b/mosip_master_csv/csv/gender.csv @@ -0,0 +1,10 @@ +lang_code,code,name,is_active +eng,MLE,Male,TRUE +eng,FLE,Female,TRUE +eng,OTH,Others,FALSE +fra,MLE,Mâle,TRUE +fra,FLE,Femelle,TRUE +fra,OTH,Dautres,FALSE +ara,MLE,ذكر,TRUE +ara,FLE,أنثى,TRUE +ara,OTH,آحرون,FALSE diff --git a/mosip_master_csv/csv/id_type.csv b/mosip_master_csv/csv/id_type.csv new file mode 100644 index 00000000..7e5a6ffd --- /dev/null +++ b/mosip_master_csv/csv/id_type.csv @@ -0,0 +1,16 @@ +lang_code,code,name,descr,is_active +eng,UIN,Unique Identification Number,National ID given to the applicant,TRUE +eng,PRID,Pre-registration ID,ID assigned after Pre-registration,TRUE +eng,RID,Registration ID,ID assigned after registration,TRUE +eng,VID,Virtual ID,ID used in replacement of UIN,TRUE +eng,Token ID,Token ID,ID used by a vendor for an applicant,TRUE +fra,UIN,Numéro didentification unique,Carte didentité nationale fournie au demandeur,TRUE +fra,PRID,ID de pré-inscription,ID attribué après la pré-inscription,TRUE +fra,RID,ID denregistrement,ID attribué après lenregistrement,TRUE +fra,VID,ID virtuel,Identifiant utilisé en remplacement de UIN,TRUE +fra,Token ID,ID de jeton,ID utilisé par un fournisseur pour un demandeur,TRUE +ara,UIN,رقم التعريف الفريد,الهوية الوطنية الممنوحة لمقدم الطلب,TRUE +ara,PRID,معرف التسجيل المسبق,تم تعيين المعرف بعد التسجيل المسبق,TRUE +ara,RID,معرف تسجيل,المعرف المعين بعد التسجيل,TRUE +ara,VID,المعرف الظاهري,المعرف المستخدم في استبدال UIN,TRUE +ara,Token ID,معرف الرمز,المعرف المستخدم من قبل البائع لمقدم الطلب,TRUE diff --git a/mosip_master_csv/csv/identity_schema.csv b/mosip_master_csv/csv/identity_schema.csv new file mode 100644 index 00000000..82700789 --- /dev/null +++ b/mosip_master_csv/csv/identity_schema.csv @@ -0,0 +1,485 @@ +lang_code,id,id_version,title,description,schema_json,status_code,add_props,effective_from,is_active,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +eng,1001,0.1,Mosip Identity,Mosip Sample identity,"{ + ""$schema"": ""http:\/\/json-schema.org\/draft-07\/schema#"", + ""description"": ""MOSIP Sample identity"", + ""additionalProperties"": false, + ""title"": ""MOSIP identity"", + ""type"": ""object"", + ""definitions"": { + ""simpleType"": { + ""uniqueItems"": true, + ""additionalItems"": false, + ""type"": ""array"", + ""items"": { + ""additionalProperties"": false, + ""type"": ""object"", + ""required"": [ + ""language"", + ""value"" + ], + ""properties"": { + ""language"": { + ""type"": ""string"" + }, + ""value"": { + ""type"": ""string"" + } + } + } + }, + ""documentType"": { + ""additionalProperties"": false, + ""type"": ""object"", + ""properties"": { + ""format"": { + ""type"": ""string"" + }, + ""type"": { + ""type"": ""string"" + }, + ""value"": { + ""type"": ""string"" + }, + ""refNumber"": { + ""type"": [ + ""string"", + ""null"" + ] + } + } + }, + ""biometricsType"": { + ""additionalProperties"": false, + ""type"": ""object"", + ""properties"": { + ""format"": { + ""type"": ""string"" + }, + ""version"": { + ""type"": ""number"", + ""minimum"": 0 + }, + ""value"": { + ""type"": ""string"" + } + } + } + }, + ""properties"": { + ""identity"": { + ""additionalProperties"": false, + ""type"": ""object"", + ""required"": [ + ""IDSchemaVersion"", + ""fullName"", + ""dateOfBirth"", + ""gender"", + ""addressLine1"", + ""addressLine2"", + ""addressLine3"", + ""region"", + ""province"", + ""city"", + ""zone"", + ""postalCode"", + ""phone"", + ""email"", + ""proofOfIdentity"", + ""individualBiometrics"" + ], + ""properties"": { + ""proofOfAddress"": { + ""bioAttributes"": [ + + ], + ""fieldCategory"": ""pvt"", + ""format"": ""none"", + ""fieldType"": ""default"", + ""$ref"": ""#\/definitions\/documentType"" + }, + ""gender"": { + ""bioAttributes"": [ + + ], + ""fieldCategory"": ""pvt"", + ""format"": """", + ""fieldType"": ""default"", + ""$ref"": ""#\/definitions\/simpleType"" + }, + ""city"": { + ""bioAttributes"": [ + + ], + ""validators"": [{ + ""validator"": ""^(?=.{0,50}$).*"", + ""arguments"": [ + + ], + ""type"": ""regex"" + }], + ""fieldCategory"": ""pvt"", + ""format"": ""none"", + ""fieldType"": ""default"", + ""$ref"": ""#\/definitions\/simpleType"" + }, + ""postalCode"": { + ""bioAttributes"": [ + + ], + ""validators"": [{ + ""validator"": ""^[(?i)A-Z0-9]{5}$|^NA$"", + ""arguments"": [ + + ], + ""type"": ""regex"" + }], + ""fieldCategory"": ""pvt"", + ""format"": ""none"", + ""type"": ""string"", + ""fieldType"": ""default"" + }, + ""proofOfException-1"": { + ""bioAttributes"": [ + + ], + ""fieldCategory"": ""evidence"", + ""format"": ""none"", + ""fieldType"": ""default"", + ""$ref"": ""#\/definitions\/documentType"" + }, + ""referenceIdentityNumber"": { + ""bioAttributes"": [ + + ], + ""validators"": [{ + ""validator"": ""^([0-9]{10,30})$"", + ""arguments"": [ + + ], + ""type"": ""regex"" + }], + ""fieldCategory"": ""pvt"", + ""format"": ""kyc"", + ""type"": ""string"", + ""fieldType"": ""default"" + }, + ""individualBiometrics"": { + ""bioAttributes"": [ + ""leftEye"", + ""rightEye"", + ""rightIndex"", + ""rightLittle"", + ""rightRing"", + ""rightMiddle"", + ""leftIndex"", + ""leftLittle"", + ""leftRing"", + ""leftMiddle"", + ""leftThumb"", + ""rightThumb"", + ""face"" + ], + ""fieldCategory"": ""pvt"", + ""format"": ""none"", + ""fieldType"": ""default"", + ""$ref"": ""#\/definitions\/biometricsType"" + }, + ""province"": { + ""bioAttributes"": [ + + ], + ""validators"": [{ + ""validator"": ""^(?=.{0,50}$).*"", + ""arguments"": [ + + ], + ""type"": ""regex"" + }], + ""fieldCategory"": ""pvt"", + ""format"": ""none"", + ""fieldType"": ""default"", + ""$ref"": ""#\/definitions\/simpleType"" + }, + ""zone"": { + ""bioAttributes"": [ + + ], + ""fieldCategory"": ""pvt"", + ""format"": ""none"", + ""fieldType"": ""default"", + ""$ref"": ""#\/definitions\/simpleType"" + }, + ""proofOfDateOfBirth"": { + ""bioAttributes"": [ + + ], + ""fieldCategory"": ""pvt"", + ""format"": ""none"", + ""fieldType"": ""default"", + ""$ref"": ""#\/definitions\/documentType"" + }, + ""addressLine1"": { + ""bioAttributes"": [ + + ], + ""validators"": [{ + ""validator"": ""^(?=.{0,50}$).*"", + ""arguments"": [ + + ], + ""type"": ""regex"" + }], + ""fieldCategory"": ""pvt"", + ""format"": ""none"", + ""fieldType"": ""default"", + ""$ref"": ""#\/definitions\/simpleType"" + }, + ""addressLine2"": { + ""bioAttributes"": [ + + ], + ""validators"": [{ + ""validator"": ""^(?=.{3,50}$).*"", + ""arguments"": [ + + ], + ""type"": ""regex"" + }], + ""fieldCategory"": ""pvt"", + ""format"": ""none"", + ""fieldType"": ""default"", + ""$ref"": ""#\/definitions\/simpleType"" + }, + ""residenceStatus"": { + ""bioAttributes"": [ + + ], + ""fieldCategory"": ""kyc"", + ""format"": ""none"", + ""fieldType"": ""default"", + ""$ref"": ""#\/definitions\/simpleType"" + }, + ""addressLine3"": { + ""bioAttributes"": [ + + ], + ""validators"": [{ + ""validator"": ""^(?=.{3,50}$).*"", + ""arguments"": [ + + ], + ""type"": ""regex"" + }], + ""fieldCategory"": ""pvt"", + ""format"": ""none"", + ""fieldType"": ""default"", + ""$ref"": ""#\/definitions\/simpleType"" + }, + ""email"": { + ""bioAttributes"": [ + + ], + ""validators"": [{ + ""validator"": ""^[A-Za-z0-9_\\-]+(\\.[A-Za-z0-9_]+)*@[A-Za-z0-9_-]+(\\.[A-Za-z0-9_]+)*(\\.[a-zA-Z]{2,})$"", + ""arguments"": [ + + ], + ""type"": ""regex"" + }], + ""fieldCategory"": ""pvt"", + ""format"": ""none"", + ""type"": ""string"", + ""fieldType"": ""default"" + }, + ""introducerRID"": { + ""bioAttributes"": [ + + ], + ""fieldCategory"": ""evidence"", + ""format"": ""none"", + ""type"": ""string"", + ""fieldType"": ""default"" + }, + ""introducerBiometrics"": { + ""bioAttributes"": [ + ""leftEye"", + ""rightEye"", + ""rightIndex"", + ""rightLittle"", + ""rightRing"", + ""rightMiddle"", + ""leftIndex"", + ""leftLittle"", + ""leftRing"", + ""leftMiddle"", + ""leftThumb"", + ""rightThumb"", + ""face"" + ], + ""fieldCategory"": ""pvt"", + ""format"": ""none"", + ""fieldType"": ""default"", + ""$ref"": ""#\/definitions\/biometricsType"" + }, + ""fullName"": { + ""bioAttributes"": [ + + ], + ""validators"": [{ + ""validator"": ""^(?=.{3,50}$).*"", + ""arguments"": [ + + ], + ""type"": ""regex"" + }], + ""fieldCategory"": ""pvt"", + ""format"": ""none"", + ""fieldType"": ""default"", + ""$ref"": ""#\/definitions\/simpleType"" + }, + ""dateOfBirth"": { + ""bioAttributes"": [ + + ], + ""validators"": [{ + ""validator"": ""^(1869|18[7-9][0-9]|19[0-9][0-9]|20[0-9][0-9])\/([0][1-9]|1[0-2])\/([0][1-9]|[1-2][0-9]|3[01])$"", + ""arguments"": [ + + ], + ""type"": ""regex"" + }], + ""fieldCategory"": ""pvt"", + ""format"": ""none"", + ""type"": ""string"", + ""fieldType"": ""default"" + }, + ""individualAuthBiometrics"": { + ""bioAttributes"": [ + ""leftEye"", + ""rightEye"", + ""rightIndex"", + ""rightLittle"", + ""rightRing"", + ""rightMiddle"", + ""leftIndex"", + ""leftLittle"", + ""leftRing"", + ""leftMiddle"", + ""leftThumb"", + ""rightThumb"", + ""face"" + ], + ""fieldCategory"": ""pvt"", + ""format"": ""none"", + ""fieldType"": ""default"", + ""$ref"": ""#\/definitions\/biometricsType"" + }, + ""introducerUIN"": { + ""bioAttributes"": [ + + ], + ""fieldCategory"": ""evidence"", + ""format"": ""none"", + ""type"": ""string"", + ""fieldType"": ""default"" + }, + ""proofOfIdentity"": { + ""bioAttributes"": [ + + ], + ""fieldCategory"": ""pvt"", + ""format"": ""none"", + ""fieldType"": ""default"", + ""$ref"": ""#\/definitions\/documentType"" + }, + ""IDSchemaVersion"": { + ""bioAttributes"": [ + + ], + ""fieldCategory"": ""none"", + ""format"": ""none"", + ""type"": ""number"", + ""fieldType"": ""default"", + ""minimum"": 0 + }, + ""proofOfException"": { + ""bioAttributes"": [ + + ], + ""fieldCategory"": ""evidence"", + ""format"": ""none"", + ""fieldType"": ""default"", + ""$ref"": ""#\/definitions\/documentType"" + }, + ""phone"": { + ""bioAttributes"": [ + + ], + ""validators"": [{ + ""validator"": ""^[+]*([0-9]{1})([0-9]{9})$"", + ""arguments"": [ + + ], + ""type"": ""regex"" + }], + ""fieldCategory"": ""pvt"", + ""format"": ""none"", + ""type"": ""string"", + ""fieldType"": ""default"" + }, + ""introducerName"": { + ""bioAttributes"": [ + + ], + ""fieldCategory"": ""evidence"", + ""format"": ""none"", + ""fieldType"": ""default"", + ""$ref"": ""#\/definitions\/simpleType"" + }, + ""proofOfRelationship"": { + ""bioAttributes"": [ + + ], + ""fieldCategory"": ""pvt"", + ""format"": ""none"", + ""fieldType"": ""default"", + ""$ref"": ""#\/definitions\/documentType"" + }, + ""UIN"": { + ""bioAttributes"": [ + + ], + ""fieldCategory"": ""none"", + ""format"": ""none"", + ""type"": ""string"", + ""fieldType"": ""default"" + }, + ""preferredLang"": { + ""bioAttributes"": [ + + ], + ""fieldCategory"": ""pvt"", + ""format"": ""none"", + ""type"": ""string"", + ""fieldType"": ""dynamic"" + }, + ""region"": { + ""bioAttributes"": [ + + ], + ""validators"": [{ + ""validator"": ""^(?=.{0,50}$).*"", + ""arguments"": [ + + ], + ""type"": ""regex"" + }], + ""fieldCategory"": ""pvt"", + ""format"": ""none"", + ""fieldType"": ""default"", + ""$ref"": ""#\/definitions\/simpleType"" + } + } + } + } +}",PUBLISHED,FALSE,now(),TRUE,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, diff --git a/mosip_master_csv/csv/individual_type.csv b/mosip_master_csv/csv/individual_type.csv new file mode 100644 index 00000000..3f3ad1f1 --- /dev/null +++ b/mosip_master_csv/csv/individual_type.csv @@ -0,0 +1,7 @@ +lang_code,code,name,is_active +eng,FR,Foreigner,TRUE +eng,NFR,Non-Foreigner,TRUE +fra,FR,Étranger,TRUE +fra,NFR,Non-étranger,TRUE +ara,FR,أجنبي,TRUE +ara,NFR,غير أجنبي,TRUE diff --git a/mosip_master_csv/csv/language.csv b/mosip_master_csv/csv/language.csv new file mode 100644 index 00000000..a2d9d463 --- /dev/null +++ b/mosip_master_csv/csv/language.csv @@ -0,0 +1,8 @@ +code,name,family,native_name,is_active +eng,English,Indo-European,English,TRUE +fra,French,Indo-European,français,TRUE +ara,Arabic,الهندو أوروبية,عربي,TRUE +kan,ಕನ್ನಡ,ಇಂಡೋ-ಯುರೋಪಿಯನ್,Kannada,TRUE +hin,हिन्दी,भारोपीय,Hindi,TRUE +tam,தமிழ்,இந்தோ-ஐரோப்பிய,Tamil,TRUE +spa,Spanish,Indo-European,Spanish,TRUE diff --git a/mosip_master_csv/csv/loc_hierarchy_list.csv b/mosip_master_csv/csv/loc_hierarchy_list.csv new file mode 100644 index 00000000..615f9f71 --- /dev/null +++ b/mosip_master_csv/csv/loc_hierarchy_list.csv @@ -0,0 +1,19 @@ +lang_code,hierarchy_level,hierarchy_level_name,is_active +eng,0,Country,TRUE +ara,0,دولة,TRUE +fra,0,Pays,TRUE +eng,1,Region,TRUE +ara,1,المناطق,TRUE +fra,1,Région,TRUE +eng,2,Province,TRUE +ara,2,المحافظة,TRUE +fra,2,Province,TRUE +eng,3,City,TRUE +ara,3,مدينة,TRUE +fra,3,Ville,TRUE +eng,4,Zone,TRUE +ara,4,منطقة,TRUE +fra,4,Zone,TRUE +eng,5,Postal Code,TRUE +ara,5,رمز بريدي,TRUE +fra,5,code postal,TRUE diff --git a/mosip_master_csv/csv/loc_holiday.csv b/mosip_master_csv/csv/loc_holiday.csv new file mode 100644 index 00000000..a99a2e43 --- /dev/null +++ b/mosip_master_csv/csv/loc_holiday.csv @@ -0,0 +1,397 @@ +lang_code,id,location_code,holiday_date,holiday_name,holiday_desc,is_active +ara,2000001,KTA,1/1/2019,يوم السنة الجديدة,عيد وطني,TRUE +eng,2000002,KTA,1/1/2019,New Year's Day,National Holiday,TRUE +fra,2000003,KTA,1/1/2019,Jour de l’an,Fête nationale,TRUE +ara,2000004,RBT,1/1/2019,يوم السنة الجديدة,عيد وطني,TRUE +eng,2000005,RBT,1/1/2019,New Year's Day,National Holiday,TRUE +fra,2000006,RBT,1/1/2019,Jour de l’an,Fête nationale,TRUE +ara,2000007,KTA,1/11/2019,ذكرى بيان الاستقلال,عيد وطني,TRUE +eng,2000008,KTA,1/11/2019,Anniversary of the Independence Manifesto,National Holiday,TRUE +fra,2000009,KTA,1/11/2019,Anniversaire du manifeste de l’indépendance,Fête nationale,TRUE +ara,2000010,RBT,1/11/2019,ذكرى بيان الاستقلال,عيد وطني,TRUE +eng,2000011,RBT,1/11/2019,Anniversary of the Independence Manifesto,National Holiday,TRUE +fra,2000012,RBT,1/11/2019,Anniversaire du manifeste de l’indépendance,Fête nationale,TRUE +ara,2000013,KTA,10/12/2019,السبت - عطلة نهاية الأسبوع,عطلة نهاية الاسبوع,TRUE +eng,2000014,KTA,10/12/2019,Saturday - Weekend,Weekend,TRUE +fra,2000015,KTA,10/12/2019,Samedi - fin de semaine,Weekend,TRUE +ara,2000016,RBT,10/12/2019,السبت - عطلة نهاية الأسبوع,عطلة نهاية الاسبوع,TRUE +eng,2000017,RBT,10/12/2019,Saturday - Weekend,Weekend,TRUE +fra,2000018,RBT,10/12/2019,Samedi - fin de semaine,Weekend,TRUE +ara,2000019,KTA,10/13/2019,الأحد - عطلة نهاية الأسبوع,عطلة نهاية الاسبوع,TRUE +eng,2000020,KTA,10/13/2019,Sunday - Weekend,Weekend,TRUE +fra,2000021,KTA,10/13/2019,Dimanche - fin de semaine,Weekend,TRUE +ara,2000022,RBT,10/13/2019,الأحد - عطلة نهاية الأسبوع,عطلة نهاية الاسبوع,TRUE +eng,2000023,RBT,10/13/2019,Sunday - Weekend,Weekend,TRUE +fra,2000024,RBT,10/13/2019,Dimanche - fin de semaine,Weekend,TRUE +ara,2000025,KTA,10/19/2019,السبت - عطلة نهاية الأسبوع,عطلة نهاية الاسبوع,TRUE +eng,2000026,KTA,10/19/2019,Saturday - Weekend,Weekend,TRUE +fra,2000027,KTA,10/19/2019,Samedi - fin de semaine,Weekend,TRUE +ara,2000028,RBT,10/19/2019,السبت - عطلة نهاية الأسبوع,عطلة نهاية الاسبوع,TRUE +eng,2000029,RBT,10/19/2019,Saturday - Weekend,Weekend,TRUE +fra,2000030,RBT,10/19/2019,Samedi - fin de semaine,Weekend,TRUE +ara,2000031,KTA,10/20/2019,الأحد - عطلة نهاية الأسبوع,عطلة نهاية الاسبوع,TRUE +eng,2000032,KTA,10/20/2019,Sunday - Weekend,Weekend,TRUE +fra,2000033,KTA,10/20/2019,Dimanche - fin de semaine,Weekend,TRUE +ara,2000034,RBT,10/20/2019,الأحد - عطلة نهاية الأسبوع,عطلة نهاية الاسبوع,TRUE +eng,2000035,RBT,10/20/2019,Sunday - Weekend,Weekend,TRUE +fra,2000036,RBT,10/20/2019,Dimanche - fin de semaine,Weekend,TRUE +ara,2000037,KTA,10/26/2019,السبت - عطلة نهاية الأسبوع,عطلة نهاية الاسبوع,TRUE +eng,2000038,KTA,10/26/2019,Saturday - Weekend,Weekend,TRUE +fra,2000039,KTA,10/26/2019,Samedi - fin de semaine,Weekend,TRUE +ara,2000040,RBT,10/26/2019,السبت - عطلة نهاية الأسبوع,عطلة نهاية الاسبوع,TRUE +eng,2000041,RBT,10/26/2019,Saturday - Weekend,Weekend,TRUE +fra,2000042,RBT,10/26/2019,Samedi - fin de semaine,Weekend,TRUE +ara,2000043,KTA,10/27/2019,الأحد - عطلة نهاية الأسبوع,عطلة نهاية الاسبوع,TRUE +eng,2000044,KTA,10/27/2019,Sunday - Weekend,Weekend,TRUE +fra,2000045,KTA,10/27/2019,Dimanche - fin de semaine,Weekend,TRUE +ara,2000046,RBT,10/27/2019,الأحد - عطلة نهاية الأسبوع,عطلة نهاية الاسبوع,TRUE +eng,2000047,RBT,10/27/2019,Sunday - Weekend,Weekend,TRUE +fra,2000048,RBT,10/27/2019,Dimanche - fin de semaine,Weekend,TRUE +ara,2000049,KTA,10/5/2019,السبت - عطلة نهاية الأسبوع,عطلة نهاية الاسبوع,TRUE +eng,2000050,KTA,10/5/2019,Saturday - Weekend,Weekend,TRUE +fra,2000051,KTA,10/5/2019,Samedi - fin de semaine,Weekend,TRUE +ara,2000052,RBT,10/5/2019,السبت - عطلة نهاية الأسبوع,عطلة نهاية الاسبوع,TRUE +eng,2000053,RBT,10/5/2019,Saturday - Weekend,Weekend,TRUE +fra,2000054,RBT,10/5/2019,Samedi - fin de semaine,Weekend,TRUE +ara,2000055,KTA,10/6/2019,الأحد - عطلة نهاية الأسبوع,عطلة نهاية الاسبوع,TRUE +eng,2000056,KTA,10/6/2019,Sunday - Weekend,Weekend,TRUE +fra,2000057,KTA,10/6/2019,Dimanche - fin de semaine,Weekend,TRUE +ara,2000058,RBT,10/6/2019,الأحد - عطلة نهاية الأسبوع,عطلة نهاية الاسبوع,TRUE +eng,2000059,RBT,10/6/2019,Sunday - Weekend,Weekend,TRUE +fra,2000060,RBT,10/6/2019,Dimanche - fin de semaine,Weekend,TRUE +ara,2000061,KTA,11/10/2019,المولد النبوي الشريف,عيد وطني,TRUE +eng,2000062,KTA,11/10/2019,The Prophet Muhammad's Birthday,National Holiday,TRUE +fra,2000063,KTA,11/10/2019,Anniversaire de Mohammed,Fête nationale,TRUE +ara,2000064,RBT,11/10/2019,المولد النبوي الشريف,عيد وطني,TRUE +eng,2000065,RBT,11/10/2019,The Prophet Muhammad's Birthday,National Holiday,TRUE +fra,2000066,RBT,11/10/2019,Anniversaire de Mohammed,Fête nationale,TRUE +ara,2000067,KTA,11/16/2019,السبت - عطلة نهاية الأسبوع,عطلة نهاية الاسبوع,TRUE +eng,2000068,KTA,11/16/2019,Saturday - Weekend,Weekend,TRUE +fra,2000069,KTA,11/16/2019,Samedi - fin de semaine,Weekend,TRUE +ara,2000070,RBT,11/16/2019,السبت - عطلة نهاية الأسبوع,عطلة نهاية الاسبوع,TRUE +eng,2000071,RBT,11/16/2019,Saturday - Weekend,Weekend,TRUE +fra,2000072,RBT,11/16/2019,Samedi - fin de semaine,Weekend,TRUE +ara,2000073,KTA,11/17/2019,الأحد - عطلة نهاية الأسبوع,عطلة نهاية الاسبوع,TRUE +eng,2000074,KTA,11/17/2019,Sunday - Weekend,Weekend,TRUE +fra,2000075,KTA,11/17/2019,Dimanche - fin de semaine,Weekend,TRUE +ara,2000076,RBT,11/17/2019,الأحد - عطلة نهاية الأسبوع,عطلة نهاية الاسبوع,TRUE +eng,2000077,RBT,11/17/2019,Sunday - Weekend,Weekend,TRUE +fra,2000078,RBT,11/17/2019,Dimanche - fin de semaine,Weekend,TRUE +ara,2000079,KTA,11/18/2019,عيد الاستقلال,عيد وطني,TRUE +eng,2000080,KTA,11/18/2019,Independence Day,National Holiday,TRUE +fra,2000081,KTA,11/18/2019,Fête de l’indépendance,Fête nationale,TRUE +ara,2000082,RBT,11/18/2019,عيد الاستقلال,عيد وطني,TRUE +eng,2000083,RBT,11/18/2019,Independence Day,National Holiday,TRUE +fra,2000084,RBT,11/18/2019,Fête de l’indépendance,Fête nationale,TRUE +ara,2000085,KTA,11/2/2019,السبت - عطلة نهاية الأسبوع,عطلة نهاية الاسبوع,TRUE +eng,2000086,KTA,11/2/2019,Saturday - Weekend,Weekend,TRUE +fra,2000087,KTA,11/2/2019,Samedi - fin de semaine,Weekend,TRUE +ara,2000088,RBT,11/2/2019,السبت - عطلة نهاية الأسبوع,عطلة نهاية الاسبوع,TRUE +eng,2000089,RBT,11/2/2019,Saturday - Weekend,Weekend,TRUE +fra,2000090,RBT,11/2/2019,Samedi - fin de semaine,Weekend,TRUE +ara,2000091,KTA,11/23/2019,السبت - عطلة نهاية الأسبوع,عطلة نهاية الاسبوع,TRUE +eng,2000092,KTA,11/23/2019,Saturday - Weekend,Weekend,TRUE +fra,2000093,KTA,11/23/2019,Samedi - fin de semaine,Weekend,TRUE +ara,2000094,RBT,11/23/2019,السبت - عطلة نهاية الأسبوع,عطلة نهاية الاسبوع,TRUE +eng,2000095,RBT,11/23/2019,Saturday - Weekend,Weekend,TRUE +fra,2000096,RBT,11/23/2019,Samedi - fin de semaine,Weekend,TRUE +ara,2000097,KTA,11/24/2019,الأحد - عطلة نهاية الأسبوع,عطلة نهاية الاسبوع,TRUE +eng,2000098,KTA,11/24/2019,Sunday - Weekend,Weekend,TRUE +fra,2000099,KTA,11/24/2019,Dimanche - fin de semaine,Weekend,TRUE +ara,2000100,RBT,11/24/2019,الأحد - عطلة نهاية الأسبوع,عطلة نهاية الاسبوع,TRUE +eng,2000101,RBT,11/24/2019,Sunday - Weekend,Weekend,TRUE +fra,2000102,RBT,11/24/2019,Dimanche - fin de semaine,Weekend,TRUE +ara,2000103,KTA,11/3/2019,الأحد - عطلة نهاية الأسبوع,عطلة نهاية الاسبوع,TRUE +eng,2000104,KTA,11/3/2019,Sunday - Weekend,Weekend,TRUE +fra,2000105,KTA,11/3/2019,Dimanche - fin de semaine,Weekend,TRUE +ara,2000106,RBT,11/3/2019,الأحد - عطلة نهاية الأسبوع,عطلة نهاية الاسبوع,TRUE +eng,2000107,RBT,11/3/2019,Sunday - Weekend,Weekend,TRUE +fra,2000108,RBT,11/3/2019,Dimanche - fin de semaine,Weekend,TRUE +ara,2000109,KTA,11/30/2019,السبت - عطلة نهاية الأسبوع,عطلة نهاية الاسبوع,TRUE +eng,2000110,KTA,11/30/2019,Saturday - Weekend,Weekend,TRUE +fra,2000111,KTA,11/30/2019,Samedi - fin de semaine,Weekend,TRUE +ara,2000112,RBT,11/30/2019,السبت - عطلة نهاية الأسبوع,عطلة نهاية الاسبوع,TRUE +eng,2000113,RBT,11/30/2019,Saturday - Weekend,Weekend,TRUE +fra,2000114,RBT,11/30/2019,Samedi - fin de semaine,Weekend,TRUE +ara,2000115,KTA,11/6/2019,ذكرى المسيرة الخضراء,عيد وطني,TRUE +eng,2000116,KTA,11/6/2019,Anniversary of the Green March,National Holiday,TRUE +fra,2000117,KTA,11/6/2019,Anniversaire de la marche verte,Fête nationale,TRUE +ara,2000118,KTA,11/9/2019,السبت - عطلة نهاية الأسبوع,عطلة نهاية الاسبوع,TRUE +eng,2000119,KTA,11/9/2019,Saturday - Weekend,Weekend,TRUE +fra,2000120,KTA,11/9/2019,Samedi - fin de semaine,Weekend,TRUE +ara,2000121,RBT,11/9/2019,السبت - عطلة نهاية الأسبوع,عطلة نهاية الاسبوع,TRUE +eng,2000122,RBT,11/9/2019,Saturday - Weekend,Weekend,TRUE +fra,2000123,RBT,11/9/2019,Samedi - fin de semaine,Weekend,TRUE +ara,2000124,KTA,12/1/2019,الأحد - عطلة نهاية الأسبوع,عطلة نهاية الاسبوع,TRUE +eng,2000125,KTA,12/1/2019,Sunday - Weekend,Weekend,TRUE +fra,2000126,KTA,12/1/2019,Dimanche - fin de semaine,Weekend,TRUE +ara,2000127,RBT,12/1/2019,الأحد - عطلة نهاية الأسبوع,عطلة نهاية الاسبوع,TRUE +eng,2000128,RBT,12/1/2019,Sunday - Weekend,Weekend,TRUE +fra,2000129,RBT,12/1/2019,Dimanche - fin de semaine,Weekend,TRUE +ara,2000130,KTA,12/14/2019,السبت - عطلة نهاية الأسبوع,عطلة نهاية الاسبوع,TRUE +eng,2000131,KTA,12/14/2019,Saturday - Weekend,Weekend,TRUE +fra,2000132,KTA,12/14/2019,Samedi - fin de semaine,Weekend,TRUE +ara,2000133,RBT,12/14/2019,السبت - عطلة نهاية الأسبوع,عطلة نهاية الاسبوع,TRUE +eng,2000134,RBT,12/14/2019,Saturday - Weekend,Weekend,TRUE +fra,2000135,RBT,12/14/2019,Samedi - fin de semaine,Weekend,TRUE +ara,2000136,KTA,12/15/2019,الأحد - عطلة نهاية الأسبوع,عطلة نهاية الاسبوع,TRUE +eng,2000137,KTA,12/15/2019,Sunday - Weekend,Weekend,TRUE +fra,2000138,KTA,12/15/2019,Dimanche - fin de semaine,Weekend,TRUE +ara,2000139,RBT,12/15/2019,الأحد - عطلة نهاية الأسبوع,عطلة نهاية الاسبوع,TRUE +eng,2000140,RBT,12/15/2019,Sunday - Weekend,Weekend,TRUE +fra,2000141,RBT,12/15/2019,Dimanche - fin de semaine,Weekend,TRUE +ara,2000142,KTA,12/21/2019,السبت - عطلة نهاية الأسبوع,عطلة نهاية الاسبوع,TRUE +eng,2000143,KTA,12/21/2019,Saturday - Weekend,Weekend,TRUE +fra,2000144,KTA,12/21/2019,Samedi - fin de semaine,Weekend,TRUE +ara,2000145,RBT,12/21/2019,السبت - عطلة نهاية الأسبوع,عطلة نهاية الاسبوع,TRUE +eng,2000146,RBT,12/21/2019,Saturday - Weekend,Weekend,TRUE +fra,2000147,RBT,12/21/2019,Samedi - fin de semaine,Weekend,TRUE +ara,2000148,KTA,12/22/2019,الأحد - عطلة نهاية الأسبوع,عطلة نهاية الاسبوع,TRUE +eng,2000149,KTA,12/22/2019,Sunday - Weekend,Weekend,TRUE +fra,2000150,KTA,12/22/2019,Dimanche - fin de semaine,Weekend,TRUE +ara,2000151,RBT,12/22/2019,الأحد - عطلة نهاية الأسبوع,عطلة نهاية الاسبوع,TRUE +eng,2000152,RBT,12/22/2019,Sunday - Weekend,Weekend,TRUE +fra,2000153,RBT,12/22/2019,Dimanche - fin de semaine,Weekend,TRUE +ara,2000154,KTA,12/28/2019,السبت - عطلة نهاية الأسبوع,عطلة نهاية الاسبوع,TRUE +eng,2000155,KTA,12/28/2019,Saturday - Weekend,Weekend,TRUE +fra,2000156,KTA,12/28/2019,Samedi - fin de semaine,Weekend,TRUE +ara,2000157,RBT,12/28/2019,السبت - عطلة نهاية الأسبوع,عطلة نهاية الاسبوع,TRUE +eng,2000158,RBT,12/28/2019,Saturday - Weekend,Weekend,TRUE +fra,2000159,RBT,12/28/2019,Samedi - fin de semaine,Weekend,TRUE +ara,2000160,KTA,12/29/2019,الأحد - عطلة نهاية الأسبوع,عطلة نهاية الاسبوع,TRUE +eng,2000161,KTA,12/29/2019,Sunday - Weekend,Weekend,TRUE +fra,2000162,KTA,12/29/2019,Dimanche - fin de semaine,Weekend,TRUE +ara,2000163,RBT,12/29/2019,الأحد - عطلة نهاية الأسبوع,عطلة نهاية الاسبوع,TRUE +eng,2000164,RBT,12/29/2019,Sunday - Weekend,Weekend,TRUE +fra,2000165,RBT,12/29/2019,Dimanche - fin de semaine,Weekend,TRUE +ara,2000166,KTA,12/7/2019,السبت - عطلة نهاية الأسبوع,عطلة نهاية الاسبوع,TRUE +eng,2000167,KTA,12/7/2019,Saturday - Weekend,Weekend,TRUE +fra,2000168,KTA,12/7/2019,Samedi - fin de semaine,Weekend,TRUE +ara,2000169,RBT,12/7/2019,السبت - عطلة نهاية الأسبوع,عطلة نهاية الاسبوع,TRUE +eng,2000170,RBT,12/7/2019,Saturday - Weekend,Weekend,TRUE +fra,2000171,RBT,12/7/2019,Samedi - fin de semaine,Weekend,TRUE +ara,2000172,KTA,12/8/2019,الأحد - عطلة نهاية الأسبوع,عطلة نهاية الاسبوع,TRUE +eng,2000173,KTA,12/8/2019,Sunday - Weekend,Weekend,TRUE +fra,2000174,KTA,12/8/2019,Dimanche - fin de semaine,Weekend,TRUE +ara,2000175,RBT,12/8/2019,الأحد - عطلة نهاية الأسبوع,عطلة نهاية الاسبوع,TRUE +eng,2000176,RBT,12/8/2019,Sunday - Weekend,Weekend,TRUE +fra,2000177,RBT,12/8/2019,Dimanche - fin de semaine,Weekend,TRUE +ara,2000178,KTA,5/1/2019,عيد العمال / عيد العمال,عيد وطني,TRUE +eng,2000179,KTA,5/1/2019,Labour Day/May Day,National Holiday,TRUE +fra,2000180,KTA,5/1/2019,Fête du travail / May Day,Fête nationale,TRUE +ara,2000181,RBT,5/1/2019,عيد العمال / عيد العمال,عيد وطني,TRUE +eng,2000182,RBT,5/1/2019,Labour Day/May Day,National Holiday,TRUE +fra,2000183,RBT,5/1/2019,Fête du travail / May Day,Fête nationale,TRUE +ara,2000184,KTA,6/22/2019,السبت - عطلة نهاية الأسبوع,عطلة نهاية الاسبوع,TRUE +eng,2000185,KTA,6/22/2019,Saturday - Weekend,Weekend,TRUE +fra,2000186,KTA,6/22/2019,Samedi - fin de semaine,Weekend,TRUE +ara,2000187,RBT,6/22/2019,السبت - عطلة نهاية الأسبوع,عطلة نهاية الاسبوع,TRUE +eng,2000188,RBT,6/22/2019,Saturday - Weekend,Weekend,TRUE +fra,2000189,RBT,6/22/2019,Samedi - fin de semaine,Weekend,TRUE +ara,2000190,KTA,6/23/2019,الأحد - عطلة نهاية الأسبوع,عطلة نهاية الاسبوع,TRUE +eng,2000191,KTA,6/23/2019,Sunday - Weekend,Weekend,TRUE +fra,2000192,KTA,6/23/2019,Dimanche - fin de semaine,Weekend,TRUE +ara,2000193,RBT,6/23/2019,الأحد - عطلة نهاية الأسبوع,عطلة نهاية الاسبوع,TRUE +eng,2000194,RBT,6/23/2019,Sunday - Weekend,Weekend,TRUE +fra,2000195,RBT,6/23/2019,Dimanche - fin de semaine,Weekend,TRUE +ara,2000196,KTA,6/29/2019,السبت - عطلة نهاية الأسبوع,عطلة نهاية الاسبوع,TRUE +eng,2000197,KTA,6/29/2019,Saturday - Weekend,Weekend,TRUE +fra,2000198,KTA,6/29/2019,Samedi - fin de semaine,Weekend,TRUE +ara,2000199,RBT,6/29/2019,السبت - عطلة نهاية الأسبوع,عطلة نهاية الاسبوع,TRUE +eng,2000200,RBT,6/29/2019,Saturday - Weekend,Weekend,TRUE +fra,2000201,RBT,6/29/2019,Samedi - fin de semaine,Weekend,TRUE +ara,2000202,KTA,6/30/2019,الأحد - عطلة نهاية الأسبوع,عطلة نهاية الاسبوع,TRUE +eng,2000203,KTA,6/30/2019,Sunday - Weekend,Weekend,TRUE +fra,2000204,KTA,6/30/2019,Dimanche - fin de semaine,Weekend,TRUE +ara,2000205,RBT,6/30/2019,الأحد - عطلة نهاية الأسبوع,عطلة نهاية الاسبوع,TRUE +eng,2000206,RBT,6/30/2019,Sunday - Weekend,Weekend,TRUE +fra,2000207,RBT,6/30/2019,Dimanche - fin de semaine,Weekend,TRUE +ara,2000208,KTA,6/5/2019,عيد الفطر,عيد وطني,TRUE +eng,2000209,KTA,6/5/2019,Eid al-Fitr,National Holiday,TRUE +fra,2000210,KTA,6/5/2019,Eid al-Fitr,Fête nationale,TRUE +ara,2000211,RBT,6/5/2019,عيد الفطر,عيد وطني,TRUE +eng,2000212,RBT,6/5/2019,Eid al-Fitr,National Holiday,TRUE +fra,2000213,RBT,6/5/2019,Eid al-Fitr,Fête nationale,TRUE +ara,2000214,KTA,7/13/2019,السبت - عطلة نهاية الأسبوع,عطلة نهاية الاسبوع,TRUE +eng,2000215,KTA,7/13/2019,Saturday - Weekend,Weekend,TRUE +fra,2000216,KTA,7/13/2019,Samedi - fin de semaine,Weekend,TRUE +ara,2000217,RBT,7/13/2019,السبت - عطلة نهاية الأسبوع,عطلة نهاية الاسبوع,TRUE +eng,2000218,RBT,7/13/2019,Saturday - Weekend,Weekend,TRUE +fra,2000219,RBT,7/13/2019,Samedi - fin de semaine,Weekend,TRUE +ara,2000220,KTA,7/14/2019,الأحد - عطلة نهاية الأسبوع,عطلة نهاية الاسبوع,TRUE +eng,2000221,KTA,7/14/2019,Sunday - Weekend,Weekend,TRUE +fra,2000222,KTA,7/14/2019,Dimanche - fin de semaine,Weekend,TRUE +ara,2000223,RBT,7/14/2019,الأحد - عطلة نهاية الأسبوع,عطلة نهاية الاسبوع,TRUE +eng,2000224,RBT,7/14/2019,Sunday - Weekend,Weekend,TRUE +fra,2000225,RBT,7/14/2019,Dimanche - fin de semaine,Weekend,TRUE +ara,2000226,KTA,7/20/2019,السبت - عطلة نهاية الأسبوع,عطلة نهاية الاسبوع,TRUE +eng,2000227,KTA,7/20/2019,Saturday - Weekend,Weekend,TRUE +fra,2000228,KTA,7/20/2019,Samedi - fin de semaine,Weekend,TRUE +ara,2000229,RBT,7/20/2019,السبت - عطلة نهاية الأسبوع,عطلة نهاية الاسبوع,TRUE +eng,2000230,RBT,7/20/2019,Saturday - Weekend,Weekend,TRUE +fra,2000231,RBT,7/20/2019,Samedi - fin de semaine,Weekend,TRUE +ara,2000232,KTA,7/21/2019,الأحد - عطلة نهاية الأسبوع,عطلة نهاية الاسبوع,TRUE +eng,2000233,KTA,7/21/2019,Sunday - Weekend,Weekend,TRUE +fra,2000234,KTA,7/21/2019,Dimanche - fin de semaine,Weekend,TRUE +ara,2000235,RBT,7/21/2019,الأحد - عطلة نهاية الأسبوع,عطلة نهاية الاسبوع,TRUE +eng,2000236,RBT,7/21/2019,Sunday - Weekend,Weekend,TRUE +fra,2000237,RBT,7/21/2019,Dimanche - fin de semaine,Weekend,TRUE +ara,2000238,KTA,7/27/2019,السبت - عطلة نهاية الأسبوع,عطلة نهاية الاسبوع,TRUE +eng,2000239,KTA,7/27/2019,Saturday - Weekend,Weekend,TRUE +fra,2000240,KTA,7/27/2019,Samedi - fin de semaine,Weekend,TRUE +ara,2000241,RBT,7/27/2019,السبت - عطلة نهاية الأسبوع,عطلة نهاية الاسبوع,TRUE +eng,2000242,RBT,7/27/2019,Saturday - Weekend,Weekend,TRUE +fra,2000243,RBT,7/27/2019,Samedi - fin de semaine,Weekend,TRUE +ara,2000244,KTA,7/28/2019,الأحد - عطلة نهاية الأسبوع,عطلة نهاية الاسبوع,TRUE +eng,2000245,KTA,7/28/2019,Sunday - Weekend,Weekend,TRUE +fra,2000246,KTA,7/28/2019,Dimanche - fin de semaine,Weekend,TRUE +ara,2000247,RBT,7/28/2019,الأحد - عطلة نهاية الأسبوع,عطلة نهاية الاسبوع,TRUE +eng,2000248,RBT,7/28/2019,Sunday - Weekend,Weekend,TRUE +fra,2000249,RBT,7/28/2019,Dimanche - fin de semaine,Weekend,TRUE +ara,2000250,KTA,7/30/2019,عيد العرش,عيد وطني,TRUE +eng,2000251,KTA,7/30/2019,Feast of the Throne,National Holiday,TRUE +fra,2000252,KTA,7/30/2019,Fête du trône,Fête nationale,TRUE +ara,2000253,RBT,7/30/2019,عيد العرش,عيد وطني,TRUE +eng,2000254,RBT,7/30/2019,Feast of the Throne,National Holiday,TRUE +fra,2000255,RBT,7/30/2019,Fête du trône,Fête nationale,TRUE +ara,2000256,KTA,7/6/2019,السبت - عطلة نهاية الأسبوع,عطلة نهاية الاسبوع,TRUE +eng,2000257,KTA,7/6/2019,Saturday - Weekend,Weekend,TRUE +fra,2000258,KTA,7/6/2019,Samedi - fin de semaine,Weekend,TRUE +ara,2000259,RBT,7/6/2019,السبت - عطلة نهاية الأسبوع,عطلة نهاية الاسبوع,TRUE +eng,2000260,RBT,7/6/2019,Saturday - Weekend,Weekend,TRUE +fra,2000261,RBT,7/6/2019,Samedi - fin de semaine,Weekend,TRUE +ara,2000262,KTA,7/7/2019,الأحد - عطلة نهاية الأسبوع,عطلة نهاية الاسبوع,TRUE +eng,2000263,KTA,7/7/2019,Sunday - Weekend,Weekend,TRUE +fra,2000264,KTA,7/7/2019,Dimanche - fin de semaine,Weekend,TRUE +ara,2000265,RBT,7/7/2019,الأحد - عطلة نهاية الأسبوع,عطلة نهاية الاسبوع,TRUE +eng,2000266,RBT,7/7/2019,Sunday - Weekend,Weekend,TRUE +fra,2000267,RBT,7/7/2019,Dimanche - fin de semaine,Weekend,TRUE +ara,2000268,KTA,8/10/2019,السبت - عطلة نهاية الأسبوع,عطلة نهاية الاسبوع,TRUE +eng,2000269,KTA,8/10/2019,Saturday - Weekend,Weekend,TRUE +fra,2000270,KTA,8/10/2019,Samedi - fin de semaine,Weekend,TRUE +ara,2000271,RBT,8/10/2019,السبت - عطلة نهاية الأسبوع,عطلة نهاية الاسبوع,TRUE +eng,2000272,RBT,8/10/2019,Saturday - Weekend,Weekend,TRUE +fra,2000273,RBT,8/10/2019,Samedi - fin de semaine,Weekend,TRUE +ara,2000274,KTA,8/11/2019,الأحد - عطلة نهاية الأسبوع,عطلة نهاية الاسبوع,TRUE +eng,2000275,KTA,8/11/2019,Sunday - Weekend,Weekend,TRUE +fra,2000276,KTA,8/11/2019,Dimanche - fin de semaine,Weekend,TRUE +ara,2000277,RBT,8/11/2019,الأحد - عطلة نهاية الأسبوع,عطلة نهاية الاسبوع,TRUE +eng,2000278,RBT,8/11/2019,Sunday - Weekend,Weekend,TRUE +fra,2000279,RBT,8/11/2019,Dimanche - fin de semaine,Weekend,TRUE +ara,2000280,KTA,8/12/2019,عيد الأضحى,عيد وطني,TRUE +eng,2000281,KTA,8/12/2019,Eid al-Adha,National Holiday,TRUE +fra,2000282,KTA,8/12/2019,Aïd al-Adha,Fête nationale,TRUE +ara,2000283,RBT,8/12/2019,عيد الأضحى,عيد وطني,TRUE +eng,2000284,RBT,8/12/2019,Eid al-Adha,National Holiday,TRUE +fra,2000285,RBT,8/12/2019,Aïd al-Adha,Fête nationale,TRUE +ara,2000286,KTA,8/14/2019,ذكرى استرداد وادي الذهب,عيد وطني,TRUE +eng,2000287,KTA,8/14/2019,Anniversary of the Recovery Oued Ed-Dahab,National Holiday,TRUE +fra,2000288,KTA,8/14/2019,Anniversaire de la récupération de Oued Ed-Dahab,Fête nationale,TRUE +ara,2000289,RBT,8/14/2019,ذكرى استرداد وادي الذهب,عيد وطني,TRUE +eng,2000290,RBT,8/14/2019,Anniversary of the Recovery Oued Ed-Dahab,National Holiday,TRUE +fra,2000291,RBT,8/14/2019,Anniversaire de la récupération de Oued Ed-Dahab,Fête nationale,TRUE +ara,2000292,KTA,8/17/2019,السبت - عطلة نهاية الأسبوع,عطلة نهاية الاسبوع,TRUE +eng,2000293,KTA,8/17/2019,Saturday - Weekend,Weekend,TRUE +fra,2000294,KTA,8/17/2019,Samedi - fin de semaine,Weekend,TRUE +ara,2000295,RBT,8/17/2019,السبت - عطلة نهاية الأسبوع,عطلة نهاية الاسبوع,TRUE +eng,2000296,RBT,8/17/2019,Saturday - Weekend,Weekend,TRUE +fra,2000297,RBT,8/17/2019,Samedi - fin de semaine,Weekend,TRUE +ara,2000298,KTA,8/18/2019,الأحد - عطلة نهاية الأسبوع,عطلة نهاية الاسبوع,TRUE +eng,2000299,KTA,8/18/2019,Sunday - Weekend,Weekend,TRUE +fra,2000300,KTA,8/18/2019,Dimanche - fin de semaine,Weekend,TRUE +ara,2000301,RBT,8/18/2019,الأحد - عطلة نهاية الأسبوع,عطلة نهاية الاسبوع,TRUE +eng,2000302,RBT,8/18/2019,Sunday - Weekend,Weekend,TRUE +fra,2000303,RBT,8/18/2019,Dimanche - fin de semaine,Weekend,TRUE +ara,2000304,KTA,8/20/2019,ذكرى ثورة الملك والشعب,عيد وطني,TRUE +eng,2000305,KTA,8/20/2019,Anniversary of the Revolution of the King and the People,National Holiday,TRUE +fra,2000306,KTA,8/20/2019,Anniversaire de la révolution du roi et le peuple,Fête nationale,TRUE +ara,2000307,RBT,8/20/2019,ذكرى ثورة الملك والشعب,عيد وطني,TRUE +eng,2000308,RBT,8/20/2019,Anniversary of the Revolution of the King and the People,National Holiday,TRUE +fra,2000309,RBT,8/20/2019,Anniversaire de la révolution du roi et le peuple,Fête nationale,TRUE +ara,2000310,KTA,8/21/2019,يوم الشباب,عيد وطني,TRUE +eng,2000311,KTA,8/21/2019,Youth Day,National Holiday,TRUE +fra,2000312,KTA,8/21/2019,Journée de la jeunesse,Fête nationale,TRUE +ara,2000313,KTA,8/24/2019,السبت - عطلة نهاية الأسبوع,عطلة نهاية الاسبوع,TRUE +eng,2000314,KTA,8/24/2019,Saturday - Weekend,Weekend,TRUE +fra,2000315,KTA,8/24/2019,Samedi - fin de semaine,Weekend,TRUE +ara,2000316,RBT,8/24/2019,السبت - عطلة نهاية الأسبوع,عطلة نهاية الاسبوع,TRUE +eng,2000317,RBT,8/24/2019,Saturday - Weekend,Weekend,TRUE +fra,2000318,RBT,8/24/2019,Samedi - fin de semaine,Weekend,TRUE +ara,2000319,KTA,8/25/2019,الأحد - عطلة نهاية الأسبوع,عطلة نهاية الاسبوع,TRUE +eng,2000320,KTA,8/25/2019,Sunday - Weekend,Weekend,TRUE +fra,2000321,KTA,8/25/2019,Dimanche - fin de semaine,Weekend,TRUE +ara,2000322,RBT,8/25/2019,الأحد - عطلة نهاية الأسبوع,عطلة نهاية الاسبوع,TRUE +eng,2000323,RBT,8/25/2019,Sunday - Weekend,Weekend,TRUE +fra,2000324,RBT,8/25/2019,Dimanche - fin de semaine,Weekend,TRUE +ara,2000325,KTA,8/3/2019,السبت - عطلة نهاية الأسبوع,عطلة نهاية الاسبوع,TRUE +eng,2000326,KTA,8/3/2019,Saturday - Weekend,Weekend,TRUE +fra,2000327,KTA,8/3/2019,Samedi - fin de semaine,Weekend,TRUE +ara,2000328,RBT,8/3/2019,السبت - عطلة نهاية الأسبوع,عطلة نهاية الاسبوع,TRUE +eng,2000329,RBT,8/3/2019,Saturday - Weekend,Weekend,TRUE +fra,2000330,RBT,8/3/2019,Samedi - fin de semaine,Weekend,TRUE +ara,2000331,KTA,8/31/2019,السبت - عطلة نهاية الأسبوع,عطلة نهاية الاسبوع,TRUE +eng,2000332,KTA,8/31/2019,Saturday - Weekend,Weekend,TRUE +fra,2000333,KTA,8/31/2019,Samedi - fin de semaine,Weekend,TRUE +ara,2000334,RBT,8/31/2019,السبت - عطلة نهاية الأسبوع,عطلة نهاية الاسبوع,TRUE +eng,2000335,RBT,8/31/2019,Saturday - Weekend,Weekend,TRUE +fra,2000336,RBT,8/31/2019,Samedi - fin de semaine,Weekend,TRUE +ara,2000337,KTA,8/4/2019,الأحد - عطلة نهاية الأسبوع,عطلة نهاية الاسبوع,TRUE +eng,2000338,KTA,8/4/2019,Sunday - Weekend,Weekend,TRUE +fra,2000339,KTA,8/4/2019,Dimanche - fin de semaine,Weekend,TRUE +ara,2000340,RBT,8/4/2019,الأحد - عطلة نهاية الأسبوع,عطلة نهاية الاسبوع,TRUE +eng,2000341,RBT,8/4/2019,Sunday - Weekend,Weekend,TRUE +fra,2000342,RBT,8/4/2019,Dimanche - fin de semaine,Weekend,TRUE +ara,2000343,KTA,9/1/2019,رأس السنة الهجرية,عيد وطني,TRUE +eng,2000344,KTA,9/1/2019,Hijra New Year,National Holiday,TRUE +fra,2000345,KTA,9/1/2019,Hégire nouvel an,Fête nationale,TRUE +ara,2000346,RBT,9/1/2019,رأس السنة الهجرية,عيد وطني,TRUE +eng,2000347,RBT,9/1/2019,Hijra New Year,National Holiday,TRUE +fra,2000348,RBT,9/1/2019,Hégire nouvel an,Fête nationale,TRUE +ara,2000349,KTA,9/14/2019,السبت - عطلة نهاية الأسبوع,عطلة نهاية الاسبوع,TRUE +eng,2000350,KTA,9/14/2019,Saturday - Weekend,Weekend,TRUE +fra,2000351,KTA,9/14/2019,Samedi - fin de semaine,Weekend,TRUE +ara,2000352,RBT,9/14/2019,السبت - عطلة نهاية الأسبوع,عطلة نهاية الاسبوع,TRUE +eng,2000353,RBT,9/14/2019,Saturday - Weekend,Weekend,TRUE +fra,2000354,RBT,9/14/2019,Samedi - fin de semaine,Weekend,TRUE +ara,2000355,KTA,9/15/2019,الأحد - عطلة نهاية الأسبوع,عطلة نهاية الاسبوع,TRUE +eng,2000356,KTA,9/15/2019,Sunday - Weekend,Weekend,TRUE +fra,2000357,KTA,9/15/2019,Dimanche - fin de semaine,Weekend,TRUE +ara,2000358,RBT,9/15/2019,الأحد - عطلة نهاية الأسبوع,عطلة نهاية الاسبوع,TRUE +eng,2000359,RBT,9/15/2019,Sunday - Weekend,Weekend,TRUE +fra,2000360,RBT,9/15/2019,Dimanche - fin de semaine,Weekend,TRUE +ara,2000361,KTA,9/21/2019,السبت - عطلة نهاية الأسبوع,عطلة نهاية الاسبوع,TRUE +eng,2000362,KTA,9/21/2019,Saturday - Weekend,Weekend,TRUE +fra,2000363,KTA,9/21/2019,Samedi - fin de semaine,Weekend,TRUE +ara,2000364,RBT,9/21/2019,السبت - عطلة نهاية الأسبوع,عطلة نهاية الاسبوع,TRUE +eng,2000365,RBT,9/21/2019,Saturday - Weekend,Weekend,TRUE +fra,2000366,RBT,9/21/2019,Samedi - fin de semaine,Weekend,TRUE +ara,2000367,KTA,9/22/2019,الأحد - عطلة نهاية الأسبوع,عطلة نهاية الاسبوع,TRUE +eng,2000368,KTA,9/22/2019,Sunday - Weekend,Weekend,TRUE +fra,2000369,KTA,9/22/2019,Dimanche - fin de semaine,Weekend,TRUE +ara,2000370,RBT,9/22/2019,الأحد - عطلة نهاية الأسبوع,عطلة نهاية الاسبوع,TRUE +eng,2000371,RBT,9/22/2019,Sunday - Weekend,Weekend,TRUE +fra,2000372,RBT,9/22/2019,Dimanche - fin de semaine,Weekend,TRUE +ara,2000373,KTA,9/28/2019,السبت - عطلة نهاية الأسبوع,عطلة نهاية الاسبوع,TRUE +eng,2000374,KTA,9/28/2019,Saturday - Weekend,Weekend,TRUE +fra,2000375,KTA,9/28/2019,Samedi - fin de semaine,Weekend,TRUE +ara,2000376,RBT,9/28/2019,السبت - عطلة نهاية الأسبوع,عطلة نهاية الاسبوع,TRUE +eng,2000377,RBT,9/28/2019,Saturday - Weekend,Weekend,TRUE +fra,2000378,RBT,9/28/2019,Samedi - fin de semaine,Weekend,TRUE +ara,2000379,KTA,9/29/2019,الأحد - عطلة نهاية الأسبوع,عطلة نهاية الاسبوع,TRUE +eng,2000380,KTA,9/29/2019,Sunday - Weekend,Weekend,TRUE +fra,2000381,KTA,9/29/2019,Dimanche - fin de semaine,Weekend,TRUE +ara,2000382,RBT,9/29/2019,الأحد - عطلة نهاية الأسبوع,عطلة نهاية الاسبوع,TRUE +eng,2000383,RBT,9/29/2019,Sunday - Weekend,Weekend,TRUE +fra,2000384,RBT,9/29/2019,Dimanche - fin de semaine,Weekend,TRUE +ara,2000385,KTA,9/7/2019,السبت - عطلة نهاية الأسبوع,عطلة نهاية الاسبوع,TRUE +eng,2000386,KTA,9/7/2019,Saturday - Weekend,Weekend,TRUE +fra,2000387,KTA,9/7/2019,Samedi - fin de semaine,Weekend,TRUE +ara,2000388,RBT,9/7/2019,السبت - عطلة نهاية الأسبوع,عطلة نهاية الاسبوع,TRUE +eng,2000389,RBT,9/7/2019,Saturday - Weekend,Weekend,TRUE +fra,2000390,RBT,9/7/2019,Samedi - fin de semaine,Weekend,TRUE +ara,2000391,KTA,9/8/2019,الأحد - عطلة نهاية الأسبوع,عطلة نهاية الاسبوع,TRUE +eng,2000392,KTA,9/8/2019,Sunday - Weekend,Weekend,TRUE +fra,2000393,KTA,9/8/2019,Dimanche - fin de semaine,Weekend,TRUE +ara,2000394,RBT,9/8/2019,الأحد - عطلة نهاية الأسبوع,عطلة نهاية الاسبوع,TRUE +eng,2000395,RBT,9/8/2019,Sunday - Weekend,Weekend,TRUE +fra,2000396,RBT,9/8/2019,Dimanche - fin de semaine,Weekend,TRUE diff --git a/mosip_master_csv/csv/location.csv b/mosip_master_csv/csv/location.csv new file mode 100644 index 00000000..6aaf1cb7 --- /dev/null +++ b/mosip_master_csv/csv/location.csv @@ -0,0 +1,121 @@ +lang_code,code,name,hierarchy_level,hierarchy_level_name,parent_loc_code,is_active +eng,MOR,MyCountry,0,Country,,TRUE +ara,MOR,مايكونتري,0,دولة,,TRUE +fra,MOR,Maroc,0,Pays,,TRUE +eng,RSK,Rabat Sale Kenitra,1,Region,MOR,TRUE +ara,RSK,الرباط سلا القنيطرة,1,المناطق,MOR,TRUE +fra,RSK,Rabat-Salé-Kénitra,1,Région,MOR,TRUE +eng,KTA,Kenitra,2,Province,RSK,TRUE +ara,KTA,القنيطرة,2,المحافظة,RSK,TRUE +fra,KTA,Kénitra,2,Province,RSK,TRUE +eng,KNT,Kenitra,3,City,KTA,TRUE +ara,KNT,القنيطرة,3,مدينة,KTA,TRUE +fra,KNT,Kénitra,3,Ville,KTA,TRUE +eng,BNMR,Ben Mansour,4,Zone,KNT,TRUE +ara,BNMR,بن منصور,4,منطقة,KNT,TRUE +fra,BNMR,Ben Mansour,4,Zone,KNT,TRUE +eng,14022,14022,5,Postal Code,BNMR,TRUE +ara,14022,14022,5,رمز بريدي,BNMR,TRUE +fra,14022,14022,5,code postal,BNMR,TRUE +eng,MNAS,Mnasra,4,Zone,KNT,TRUE +ara,MNAS,مناصرة,4,منطقة,KNT,TRUE +fra,MNAS,Mnasra,4,Zone,KNT,TRUE +eng,14053,14053,5,Postal Code,MNAS,TRUE +ara,14053,14053,5,رمز بريدي,MNAS,TRUE +fra,14053,14053,5,code postal,MNAS,TRUE +eng,MOGR,Mograne,4,Zone,KNT,TRUE +ara,MOGR,صداع نصفي,4,منطقة,KNT,TRUE +fra,MOGR,Mograne,4,Zone,KNT,TRUE +eng,14023,14023,5,Postal Code,MOGR,TRUE +ara,14023,14023,5,رمز بريدي,MOGR,TRUE +fra,14023,14023,5,code postal,MOGR,TRUE +eng,ASSM,Assam,4,Zone,KNT,TRUE +ara,ASSM,آسام,4,منطقة,KNT,TRUE +fra,ASSM,Assam,4,Zone,KNT,TRUE +eng,14000,14000,5,Postal Code,ASSM,TRUE +ara,14000,14000,5,رمز بريدي,ASSM,TRUE +fra,14000,14000,5,code postal,ASSM,TRUE +eng,MEHD,Mehdia,4,Zone,KNT,TRUE +ara,MEHD,المهدية,4,منطقة,KNT,TRUE +fra,MEHD,Mehdia,4,Zone,KNT,TRUE +eng,14110,14110,5,Postal Code,MEHD,TRUE +ara,14110,14110,5,رمز بريدي,MEHD,TRUE +fra,14110,14110,5,code postal,MEHD,TRUE +eng,OLOJ,Ouled Oujih,4,Zone,KNT,TRUE +ara,OLOJ,أولد أوجيه,4,منطقة,KNT,TRUE +fra,OLOJ,Ouled Oujih,4,Zone,KNT,TRUE +eng,14080,14080,5,Postal Code,OLOJ,TRUE +ara,14080,14080,5,رمز بريدي,OLOJ,TRUE +fra,14080,14080,5,code postal,OLOJ,TRUE +eng,SDTB,Sidi Taibi,4,Zone,KNT,TRUE +ara,SDTB,نسبة تاي القاتلة,4,منطقة,KNT,TRUE +fra,SDTB,Sidi Taibi,4,Zone,KNT,TRUE +eng,14025,14025,5,Postal Code,SDTB,TRUE +ara,14025,14025,5,رمز بريدي,SDTB,TRUE +fra,14025,14025,5,code postal,SDTB,TRUE +eng,SATZ,Sidi Allal Tazi,4,Zone,KNT,TRUE +ara,SATZ,سيدي علال تعزي,4,منطقة,KNT,TRUE +fra,SATZ,Sidi Allal Tazi,4,Zone,KNT,TRUE +eng,14050,14050,5,Postal Code,SATZ,TRUE +ara,14050,14050,5,رمز بريدي,SATZ,TRUE +fra,14050,14050,5,code postal,SATZ,TRUE +eng,RBT,Rabat,2,Province,RSK,TRUE +ara,RBT,الرباط,2,المحافظة,RSK,TRUE +fra,RBT,Rabat,2,Province,RSK,TRUE +eng,RAB,Rabat,3,City,RBT,TRUE +ara,RAB,الرباط,3,مدينة,RBT,TRUE +fra,RAB,Rabat,3,Ville,RBT,TRUE +eng,AGDL,Agdal,4,Zone,RAB,TRUE +ara,AGDL,أكدال,4,منطقة,RAB,TRUE +fra,AGDL,Agdal,4,Zone,RAB,TRUE +eng,10106,10106,5,Postal Code,AGDL,TRUE +ara,10106,10106,5,رمز بريدي,AGDL,TRUE +fra,10106,10106,5,code postal,AGDL,TRUE +eng,QRHS,Quartier Hassan,4,Zone,RAB,TRUE +ara,QRHS,حى حسن,4,منطقة,RAB,TRUE +fra,QRHS,Quartier Hassan,4,Zone,RAB,TRUE +eng,10000,10000,5,Postal Code,QRHS,TRUE +ara,10000,10000,5,رمز بريدي,QRHS,TRUE +fra,10000,10000,5,code postal,QRHS,TRUE +eng,SOUS,Souissi,4,Zone,RAB,TRUE +ara,SOUS,السويسي,4,منطقة,RAB,TRUE +fra,SOUS,Souissi,4,Zone,RAB,TRUE +eng,10105,10105,5,Postal Code,SOUS,TRUE +ara,10105,10105,5,رمز بريدي,SOUS,TRUE +fra,10105,10105,5,code postal,SOUS,TRUE +eng,MADI,Madinat Al Irfane,4,Zone,RAB,TRUE +ara,MADI,مدينة أل عرفان,4,منطقة,RAB,TRUE +fra,MADI,Madinat Al Irfane,4,Zone,RAB,TRUE +eng,10112,10112,5,Postal Code,MADI,TRUE +ara,10112,10112,5,رمز بريدي,MADI,TRUE +fra,10112,10112,5,code postal,MADI,TRUE +eng,HARD,Hay Riad,4,Zone,RAB,TRUE +ara,HARD,هناك الرياض,4,منطقة,RAB,TRUE +fra,HARD,Hay Riad,4,Zone,RAB,TRUE +eng,10104,10104,5,Postal Code,HARD,TRUE +ara,10104,10104,5,رمز بريدي,HARD,TRUE +fra,10104,10104,5,code postal,HARD,TRUE +eng,MDDR,Medina de Rabat,4,Zone,RAB,TRUE +ara,MDDR,مدينة الرباط,4,منطقة,RAB,TRUE +fra,MDDR,Médina de Rabat,4,Zone,RAB,TRUE +eng,10036,10036,5,Postal Code,MDDR,TRUE +ara,10036,10036,5,رمز بريدي,MDDR,TRUE +fra,10036,10036,5,code postal,MDDR,TRUE +eng,ELYF,EL YOUSSOUFIA,4,Zone,RAB,TRUE +ara,ELYF,إل يوسف,4,منطقة,RAB,TRUE +fra,ELYF,EL YOUSSOUFIA,4,Zone,RAB,TRUE +eng,10190,10190,5,Postal Code,ELYF,TRUE +ara,10190,10190,5,رمز بريدي,ELYF,TRUE +fra,10190,10190,5,code postal,ELYF,TRUE +eng,10110,10110,5,Postal Code,BNMR,TRUE +eng,10111,10111,5,Postal Code,BNMR,TRUE +eng,10113,10113,5,Postal Code,BNMR,TRUE +eng,10114,10114,5,Postal Code,BNMR,TRUE +fra,10111,10111,5,code postal,BNMR,TRUE +fra,10110,10110,5,code postal,BNMR,TRUE +fra,10113,10113,5,code postal,BNMR,TRUE +fra,10114,10114,5,code postal,BNMR,TRUE +ara,10111,10111,5,رمز بريدي,BNMR,TRUE +ara,10114,10114,5,رمز بريدي,BNMR,TRUE +ara,10113,10113,5,رمز بريدي,BNMR,TRUE +ara,10110,10110,5,رمز بريدي,BNMR,TRUE diff --git a/mosip_master_csv/csv/machine_master.csv b/mosip_master_csv/csv/machine_master.csv new file mode 100644 index 00000000..99efa6c3 --- /dev/null +++ b/mosip_master_csv/csv/machine_master.csv @@ -0,0 +1 @@ +lang_code,id,name,mac_address,serial_num,ip_address,mspec_id,public_key,key_index,zone_code,regcntr_id,is_active diff --git a/mosip_master_csv/csv/machine_master_h.csv b/mosip_master_csv/csv/machine_master_h.csv new file mode 100644 index 00000000..c6b66063 --- /dev/null +++ b/mosip_master_csv/csv/machine_master_h.csv @@ -0,0 +1 @@ +lang_code,id,name,mac_address,serial_num,ip_address,mspec_id,public_key,key_index,zone_code,regcntr_id,is_active,eff_dtimes diff --git a/mosip_master_csv/csv/machine_spec.csv b/mosip_master_csv/csv/machine_spec.csv new file mode 100644 index 00000000..b286fd7e --- /dev/null +++ b/mosip_master_csv/csv/machine_spec.csv @@ -0,0 +1,2 @@ +lang_code,id,name,brand,model,mtyp_code,min_driver_ver,descr,is_active +eng,RESIDENT-1,Resident Virtual Machine,Unkown,Unknown,RESIDENT-REG,0,Resident Virtual Machine,TRUE diff --git a/mosip_master_csv/csv/machine_type.csv b/mosip_master_csv/csv/machine_type.csv new file mode 100644 index 00000000..0356dc3c --- /dev/null +++ b/mosip_master_csv/csv/machine_type.csv @@ -0,0 +1,18 @@ +lang_code,code,name,descr,is_active +eng,RESIDENT-REG,Resident services virtual registration machine,Non-existent machine created for Resident services,TRUE +,,,, +,,,, +,,,, +,,,, +,,,, +,,,, +,,,, +,,,, +,,,, +,,,, +,,,, +,,,, +,,,, +,,,, +,,,, +,,,, diff --git a/mosip_master_csv/csv/module_detail.csv b/mosip_master_csv/csv/module_detail.csv new file mode 100644 index 00000000..fc5d4b5a --- /dev/null +++ b/mosip_master_csv/csv/module_detail.csv @@ -0,0 +1,19 @@ +lang_code,id,name,descr,is_active +eng,10001,Pre-Registration,Web portal for pre-registrations,TRUE +eng,10002,Registration Client,Desktop application for Registrations,TRUE +eng,10003,Registration Processor,Application for post-registration process,TRUE +eng,10004,ID Authentication,Application for third party service provider authentication,TRUE +eng,10005,ID Control,Web portal for configuring applications,TRUE +eng,10006,Resident Portal,Web portal for Post ID generation services,TRUE +fra,10001,Pré-inscription,Portail Web pour les pré-inscriptions,TRUE +fra,10002,Client dinscription,Application de bureau pour les inscriptions,TRUE +fra,10003,Processeur dinscription,Demande de post-inscription,TRUE +fra,10004,Authentification ID,Application pour lauthentification du fournisseur de services tiers,TRUE +fra,10005,Contrôle didentité,Portail Web pour la configuration dapplications,TRUE +fra,10006,Portail Résident,Portail Web pour les services de génération de post-ID,TRUE +ara,10001,التسجيل المسبق,بوابة الويب للتسجيلات المسبقة,TRUE +ara,10002,عميل التسجيل,تطبيق سطح المكتب للتسجيلات,TRUE +ara,10003,معالج التسجيل,طلب عملية ما بعد التسجيل,TRUE +ara,10004,مصادقة الهوية,طلب مصادقة مزود خدمة الطرف الثالث,TRUE +ara,10005,معرف التحكم,بوابة الويب لتكوين التطبيقات,TRUE +ara,10006,بوابة المقيمين,بوابة الويب لخدمات إنشاء معرف البريد,TRUE diff --git a/mosip_master_csv/csv/process_list.csv b/mosip_master_csv/csv/process_list.csv new file mode 100644 index 00000000..6c69b0c3 --- /dev/null +++ b/mosip_master_csv/csv/process_list.csv @@ -0,0 +1,16 @@ +lang_code,id,name,descr,is_active +eng,login_auth,Login authentication,Login authentication,TRUE +eng,eod_auth,Eod authentication,Eod authentication,TRUE +eng,packet_auth,Packet authentication,Packet authentication,TRUE +eng,exception_auth,Exception authentication,Exception authentication,TRUE +eng,onboard_auth,Onboard authentication,Onboard authentication,TRUE +fra,login_auth,Authentification de connexion,Authentification de connexion,TRUE +fra,eod_auth,Authentification de nem,Authentification de nem,TRUE +fra,packet_auth,Authentification de paquet,Authentification de paquet,TRUE +fra,exception_auth,Authentification d’exception,Authentification d’exception,TRUE +fra,onboard_auth,Authentification intégrée,Authentification intégrée,TRUE +ara,login_auth,مصادقة تسجيل الدخول,مصادقة تسجيل الدخول,TRUE +ara,eod_auth,مصادقة Eod,مصادقة Eod,TRUE +ara,packet_auth,مصادقة الحزمة,مصادقة الحزمة,TRUE +ara,exception_auth,مصادقة الاستثناء,مصادقة الاستثناء,TRUE +ara,onboard_auth,المصادقة على متن الطائرة,المصادقة على متن الطائرة,TRUE diff --git a/mosip_master_csv/csv/rcid_seq.csv b/mosip_master_csv/csv/rcid_seq.csv new file mode 100644 index 00000000..eb13f301 --- /dev/null +++ b/mosip_master_csv/csv/rcid_seq.csv @@ -0,0 +1,16 @@ +curr_seq_no,,, +10001,,, +10002,,, +10003,,, +10004,,, +10005,,, +10006,,, +10007,,, +10008,,, +10009,,, +10010,,, +10011,,, +10012,,, +10013,,, +10014,,, +10015,,, diff --git a/mosip_master_csv/csv/reason_category.csv b/mosip_master_csv/csv/reason_category.csv new file mode 100644 index 00000000..80c3b9a3 --- /dev/null +++ b/mosip_master_csv/csv/reason_category.csv @@ -0,0 +1,7 @@ +lang_code,code,name,descr,is_active +eng,MNA,Manual Adjudication,Rejection during Manual Adjudication,TRUE +eng,CLR,Client Rejection,Rejection in Registration Client,TRUE +fra,MNA,Manuel arbitrage,Renvoi en cours de sélection manuelle,TRUE +fra,CLR,Rejet de client,Rejet en enregistrement Client,TRUE +ara,MNA,الحكم اليدوي,الرفض أثناء الحكم اليدوي,TRUE +ara,CLR,رفض العميل,الرفض في تسجيل العميل,TRUE diff --git a/mosip_master_csv/csv/reason_list.csv b/mosip_master_csv/csv/reason_list.csv new file mode 100644 index 00000000..ba7f3590 --- /dev/null +++ b/mosip_master_csv/csv/reason_list.csv @@ -0,0 +1,28 @@ +lang_code,code,name,descr,rsncat_code,is_active +eng,APM,Age-Photo Mismatch,Mismatch between the Age and Photo,CLR,TRUE +eng,GPM,Gender-Photo Mismatch,Gender-Photo Mismatch between Gender and Photo,CLR,TRUE +eng,IAD,Invalid Address,Invalid Address found,CLR,TRUE +eng,DPG,Duplicate Registration,Duplicate Registration found,CLR,TRUE +eng,OTH,Others,Others,CLR,TRUE +eng,ADM,All the Details are matching,All the Details are matching,MNA,TRUE +eng,ADD,All the Demographic Details are Matching,All the Demographic Details are Matching,MNA,TRUE +eng,OPM,Only the Photograph is Matching,Only the Photograph is Matching,MNA,TRUE +eng,SDM,Some of the Demographic Details are Matching,Some of the Demographic Details are Matching,MNA,TRUE +fra,APM,Décalage de lâge-Photo,Discordance entre lâge et la Photo,CLR,TRUE +fra,GPM,Incompatibilité de sexe-Photo,Sexe-Photo discordance entre le sexe et la Photo,CLR,TRUE +fra,IAD,Adresse non valide,Adresse non valide trouvée,CLR,TRUE +fra,DPG,Enregistrement en double,Double enregistrement trouvé,CLR,TRUE +fra,OTH,Dautres,Dautres,CLR,TRUE +fra,ADM,Tous les détails sont adaptent,Tous les détails sont adaptent,MNA,TRUE +fra,ADD,Tous les détails démographiques sont Matching,Tous les détails démographiques sont Matching,MNA,TRUE +fra,OPM,La photographie est le rapprochement,La photographie est le rapprochement,MNA,TRUE +fra,SDM,Certains détails démographiques sont Matching,Certains détails démographiques sont Matching,MNA,TRUE +ara,APM,عدم تطابق الصورة مع العمر,عدم التطابق بين العمر والصورة,CLR,TRUE +ara,GPM,عدم تطابق الصورة بين الجنسين,عدم تطابق الصورة بين الجنسين والصورة,CLR,TRUE +ara,IAD,عنوان خاطئ,تم العثور على عنوان غير صالح,CLR,TRUE +ara,DPG,تسجيل مكرر,تم العثور على تسجيل مكرر,CLR,TRUE +ara,OTH,آحرون,آحرون,CLR,TRUE +ara,ADM,كل التفاصيل متطابقة,كل التفاصيل متطابقة,MNA,TRUE +ara,ADD,جميع التفاصيل الديموغرافية متطابقة,جميع التفاصيل الديموغرافية متطابقة,MNA,TRUE +ara,OPM,فقط الصورة هي المطابقة,فقط الصورة هي المطابقة,MNA,TRUE +ara,SDM,بعض التفاصيل الديموغرافية متطابقة,بعض التفاصيل الديموغرافية متطابقة,MNA,TRUE diff --git a/mosip_master_csv/csv/reg_center_type.csv b/mosip_master_csv/csv/reg_center_type.csv new file mode 100644 index 00000000..bacaac19 --- /dev/null +++ b/mosip_master_csv/csv/reg_center_type.csv @@ -0,0 +1,4 @@ +lang_code,code,name,descr,is_active +eng,REG,Regular,Regular Registration Center,TRUE +fra,REG,Ordinaire,Centre dinscription régulière,TRUE +ara,REG,عادي,مركز التسجيل العادي,TRUE diff --git a/mosip_master_csv/csv/reg_exceptional_holiday.csv b/mosip_master_csv/csv/reg_exceptional_holiday.csv new file mode 100644 index 00000000..46d1f9a8 --- /dev/null +++ b/mosip_master_csv/csv/reg_exceptional_holiday.csv @@ -0,0 +1,31 @@ +lang_code,regcntr_id,hol_date,hol_name,hol_reason,is_active +eng,10001,9/24/2019,Emergency Holiday,Emergency Holiday,TRUE +eng,10002,9/24/2019,Emergency Holiday,Emergency Holiday,TRUE +eng,10003,9/24/2019,Emergency Holiday,Emergency Holiday,TRUE +eng,10004,9/24/2019,Emergency Holiday,Emergency Holiday,TRUE +eng,10005,9/24/2019,Emergency Holiday,Emergency Holiday,TRUE +eng,10006,9/24/2019,Emergency Holiday,Emergency Holiday,TRUE +eng,10007,9/24/2019,Emergency Holiday,Emergency Holiday,TRUE +eng,10008,9/24/2019,Emergency Holiday,Emergency Holiday,TRUE +eng,10009,9/24/2019,Emergency Holiday,Emergency Holiday,TRUE +eng,10010,9/24/2019,Emergency Holiday,Emergency Holiday,TRUE +eng,10011,9/24/2019,Emergency Holiday,Emergency Holiday,TRUE +eng,10012,9/24/2019,Emergency Holiday,Emergency Holiday,TRUE +eng,10013,9/24/2019,Emergency Holiday,Emergency Holiday,TRUE +eng,10014,9/24/2019,Emergency Holiday,Emergency Holiday,TRUE +eng,10015,9/24/2019,Emergency Holiday,Emergency Holiday,TRUE +eng,10001,9/25/2019,Emergency Holiday,Emergency Holiday,TRUE +eng,10002,9/25/2019,Emergency Holiday,Emergency Holiday,TRUE +eng,10003,9/25/2019,Emergency Holiday,Emergency Holiday,TRUE +eng,10004,9/25/2019,Emergency Holiday,Emergency Holiday,TRUE +eng,10005,9/25/2019,Emergency Holiday,Emergency Holiday,TRUE +eng,10006,9/25/2019,Emergency Holiday,Emergency Holiday,TRUE +eng,10007,9/25/2019,Emergency Holiday,Emergency Holiday,TRUE +eng,10008,9/25/2019,Emergency Holiday,Emergency Holiday,TRUE +eng,10009,9/25/2019,Emergency Holiday,Emergency Holiday,TRUE +eng,10010,9/25/2019,Emergency Holiday,Emergency Holiday,TRUE +eng,10011,9/25/2019,Emergency Holiday,Emergency Holiday,TRUE +eng,10012,9/25/2019,Emergency Holiday,Emergency Holiday,TRUE +eng,10013,9/25/2019,Emergency Holiday,Emergency Holiday,TRUE +eng,10014,9/25/2019,Emergency Holiday,Emergency Holiday,TRUE +eng,10015,9/25/2019,Emergency Holiday,Emergency Holiday,TRUE diff --git a/mosip_master_csv/csv/reg_working_nonworking.csv b/mosip_master_csv/csv/reg_working_nonworking.csv new file mode 100644 index 00000000..da78ce00 --- /dev/null +++ b/mosip_master_csv/csv/reg_working_nonworking.csv @@ -0,0 +1,106 @@ +lang_code,regcntr_id,day_code,is_working,is_active +eng,10001,101,FALSE,TRUE +eng,10001,102,TRUE,TRUE +eng,10001,103,TRUE,TRUE +eng,10001,104,TRUE,TRUE +eng,10001,105,TRUE,TRUE +eng,10001,106,TRUE,TRUE +eng,10001,107,FALSE,TRUE +eng,10002,101,FALSE,TRUE +eng,10002,102,TRUE,TRUE +eng,10002,103,TRUE,TRUE +eng,10002,104,TRUE,TRUE +eng,10002,105,TRUE,TRUE +eng,10002,106,TRUE,TRUE +eng,10002,107,FALSE,TRUE +eng,10003,101,FALSE,TRUE +eng,10003,102,TRUE,TRUE +eng,10003,103,TRUE,TRUE +eng,10003,104,TRUE,TRUE +eng,10003,105,TRUE,TRUE +eng,10003,106,TRUE,TRUE +eng,10003,107,FALSE,TRUE +eng,10004,101,FALSE,TRUE +eng,10004,102,TRUE,TRUE +eng,10004,103,TRUE,TRUE +eng,10004,104,TRUE,TRUE +eng,10004,105,TRUE,TRUE +eng,10004,106,TRUE,TRUE +eng,10004,107,FALSE,TRUE +eng,10005,101,FALSE,TRUE +eng,10005,102,TRUE,TRUE +eng,10005,103,TRUE,TRUE +eng,10005,104,TRUE,TRUE +eng,10005,105,TRUE,TRUE +eng,10005,106,TRUE,TRUE +eng,10005,107,FALSE,TRUE +eng,10006,101,FALSE,TRUE +eng,10006,102,TRUE,TRUE +eng,10006,103,TRUE,TRUE +eng,10006,104,TRUE,TRUE +eng,10006,105,TRUE,TRUE +eng,10006,106,TRUE,TRUE +eng,10006,107,FALSE,TRUE +eng,10007,101,FALSE,TRUE +eng,10007,102,TRUE,TRUE +eng,10007,103,TRUE,TRUE +eng,10007,104,TRUE,TRUE +eng,10007,105,TRUE,TRUE +eng,10007,106,TRUE,TRUE +eng,10007,107,FALSE,TRUE +eng,10008,101,FALSE,TRUE +eng,10008,102,TRUE,TRUE +eng,10008,103,TRUE,TRUE +eng,10008,104,TRUE,TRUE +eng,10008,105,TRUE,TRUE +eng,10008,106,TRUE,TRUE +eng,10008,107,FALSE,TRUE +eng,10009,101,FALSE,TRUE +eng,10009,102,TRUE,TRUE +eng,10009,103,TRUE,TRUE +eng,10009,104,TRUE,TRUE +eng,10009,105,TRUE,TRUE +eng,10009,106,TRUE,TRUE +eng,10009,107,FALSE,TRUE +eng,10010,101,FALSE,TRUE +eng,10010,102,TRUE,TRUE +eng,10010,103,TRUE,TRUE +eng,10010,104,TRUE,TRUE +eng,10010,105,TRUE,TRUE +eng,10010,106,TRUE,TRUE +eng,10010,107,FALSE,TRUE +eng,10011,101,FALSE,TRUE +eng,10011,102,TRUE,TRUE +eng,10011,103,TRUE,TRUE +eng,10011,104,TRUE,TRUE +eng,10011,105,TRUE,TRUE +eng,10011,106,TRUE,TRUE +eng,10011,107,FALSE,TRUE +eng,10012,101,FALSE,TRUE +eng,10012,102,TRUE,TRUE +eng,10012,103,TRUE,TRUE +eng,10012,104,TRUE,TRUE +eng,10012,105,TRUE,TRUE +eng,10012,106,TRUE,TRUE +eng,10012,107,FALSE,TRUE +eng,10013,101,FALSE,TRUE +eng,10013,102,TRUE,TRUE +eng,10013,103,TRUE,TRUE +eng,10013,104,TRUE,TRUE +eng,10013,105,TRUE,TRUE +eng,10013,106,TRUE,TRUE +eng,10013,107,FALSE,TRUE +eng,10014,101,FALSE,TRUE +eng,10014,102,TRUE,TRUE +eng,10014,103,TRUE,TRUE +eng,10014,104,TRUE,TRUE +eng,10014,105,TRUE,TRUE +eng,10014,106,TRUE,TRUE +eng,10014,107,FALSE,TRUE +eng,10015,101,FALSE,TRUE +eng,10015,102,TRUE,TRUE +eng,10015,103,TRUE,TRUE +eng,10015,104,TRUE,TRUE +eng,10015,105,TRUE,TRUE +eng,10015,106,TRUE,TRUE +eng,10015,107,FALSE,TRUE diff --git a/mosip_master_csv/csv/registration_center.csv b/mosip_master_csv/csv/registration_center.csv new file mode 100644 index 00000000..5eb62a0b --- /dev/null +++ b/mosip_master_csv/csv/registration_center.csv @@ -0,0 +1,35 @@ +lang_code,id,name,cntrtyp_code,addr_line1,addr_line2,addr_line3,latitude,longitude,location_code,contact_phone,contact_person,number_of_kiosks,working_hours,per_kiosk_process_time,center_start_time,center_end_time,lunch_start_time,lunch_end_time,time_zone,holiday_loc_code,zone_code,is_active +eng,10000,Virtual centre,REG,Virtual address 1,Virtual address 2,MyCountry,0,0,MOR,0,,0,24:00:00,0:15:00,0:00:00,23:59:59,13:00:00,14:00:00,(GTM+01:00) CENTRAL EUROPEAN TIME,KTA,MOR,TRUE +fra,10000,Virtual centre,REG,Virtual address 1,Virtual address 2,MyCountry,0,0,MOR,0,,0,24:00:00,0:15:00,0:00:00,23:59:59,13:00:00,14:00:00,(GTM+01:00) CENTRAL EUROPEAN TIME,KTA,MOR,TRUE +eng,10001,Center A Ben Mansour,REG,P4238,Ben Mansour,MyCountry,34.52117,-6.453275,14022,779517433,John Doe,3,8:00:00,0:15:00,9:00:00,17:00:00,13:00:00,14:00:00,(GTM+01:00) CENTRAL EUROPEAN TIME,KTA,RBT,TRUE +fra,10001,Centre A Ben Mansour,REG,P4238,Ben Mansour,Maroc,34.52117,-6.453275,14022,993556086,John Doe,3,8:00:00,0:15:00,9:00:00,17:00:00,13:00:00,14:00:00,GTM + 01h00) HEURE EUROPEENNE CENTRALE,KTA,RBT,TRUE +eng,10002,Rural Municipal Mnasra,REG,Route De Moulay Bousselham,Douar Sbih Menacera,MyCountry,34.360207,-6.550075,14053,753476995,John Smith,2,8:00:00,0:15:00,9:00:00,17:00:00,13:00:00,14:00:00,(GTM+01:00) CENTRAL EUROPEAN TIME,KTA,KTA,TRUE +fra,10002,Commune Rurale Mnasra,REG,Route De Moulay Bousselham,Douar Sbih Menacera,Maroc,34.360207,-6.550075,14053,984996886,John Smith,2,8:00:00,0:15:00,9:00:00,17:00:00,13:00:00,14:00:00,GTM + 01h00) HEURE EUROPEENNE CENTRALE,KTA,KTA,TRUE +eng,10003,Souk Khemiss Mograne,REG,Route N1,Mograne,MyCountry,34.405692,-6.433368,14023,734239083,Mario Speedwagon,4,8:00:00,0:15:00,9:00:00,17:00:00,13:00:00,14:00:00,(GTM+01:00) CENTRAL EUROPEAN TIME,KTA,SAL,TRUE +fra,10003,Souk Khemiss Mograne,REG,la route N1,Mograne,Maroc,34.405692,-6.433368,14023,675470523,Mario Speedwagon,4,8:00:00,0:15:00,9:00:00,17:00:00,13:00:00,14:00:00,GTM + 01h00) HEURE EUROPEENNE CENTRALE,KTA,SAL,TRUE +eng,10004,Center Assam,REG,7 Km Tangier Road,Kenitra,MyCountry,34.287879,-6.516428,14000,937997757,Paige Turner,2,8:00:00,0:15:00,9:00:00,17:00:00,13:00:00,14:00:00,(GTM+01:00) CENTRAL EUROPEAN TIME,KTA,RBT,TRUE +fra,10004,centre assam,REG,km 7 route de Tanger,Kénitra,Maroc,34.287879,-6.516428,14000,852492117,Paige Turner,2,8:00:00,0:15:00,9:00:00,17:00:00,13:00:00,14:00:00,GTM + 01h00) HEURE EUROPEENNE CENTRALE,KTA,RBT,TRUE +eng,10005,Center Mehdia,REG,Mehdia Road Amria mehdia,Kenitra,Maroc,34.256414,-6.675499,14110,887311749,Walter Melon,1,8:00:00,0:15:00,9:00:00,17:00:00,13:00:00,14:00:00,(GTM+01:00) CENTRAL EUROPEAN TIME,KTA,BSN,TRUE +fra,10005,centre mehdia,REG,route de mehdia Amria mehdia,Kénitra,Maroc,34.256414,-6.675499,14110,658302699,Walter Melon,1,8:00:00,0:15:00,9:00:00,17:00:00,13:00:00,14:00:00,GTM + 01h00) HEURE EUROPEENNE CENTRALE,KTA,BSN,TRUE +eng,10006,Center Ouled Oujih,REG,Bloc 1 G1 N113,Kenitra,Maroc,34.262477,-6.618605,14080,915790305,Barb Ackue,5,8:00:00,0:15:00,9:00:00,17:00:00,13:00:00,14:00:00,(GTM+01:00) CENTRAL EUROPEAN TIME,KTA,NDR,TRUE +fra,10006,center Ouled Oujih,REG,Bloc 1 G1 N113,Kénitra,Maroc,34.262477,-6.618605,14080,888439793,Barb Ackue,5,8:00:00,0:15:00,9:00:00,17:00:00,13:00:00,14:00:00,GTM + 01h00) HEURE EUROPEENNE CENTRALE,KTA,NDR,TRUE +eng,10007,Center Sidi Taibi,REG,Rabat Road,Sidi Taibi,MyCountry,34.192861,-6.683662,14025,811552880,Monty Carlo,2,8:00:00,0:15:00,9:00:00,17:00:00,13:00:00,14:00:00,(GTM+01:00) CENTRAL EUROPEAN TIME,KTA,STT,TRUE +fra,10007,centre Sidi Taibi,REG,Route de Rabat,Sidi Taibi,Maroc,34.192861,-6.683662,14025,753640112,Monty Carlo,2,8:00:00,0:15:00,9:00:00,17:00:00,13:00:00,14:00:00,GTM + 01h00) HEURE EUROPEENNE CENTRALE,KTA,STT,TRUE +eng,10008,Center Sidi Allal Tazi,REG,National Road,Alla Tazi,MyCountry,34.522414,-6.320471,14050,695325692,Cliff Hanger,2,8:00:00,0:15:00,9:00:00,17:00:00,13:00:00,14:00:00,(GTM+01:00) CENTRAL EUROPEAN TIME,KTA,SAF,TRUE +fra,10008,centre Sidi Allal Tazi,REG,route nationale,Alla Tazi,Maroc,34.522414,-6.320471,14050,862899075,Cliff Hanger,2,8:00:00,0:15:00,9:00:00,17:00:00,13:00:00,14:00:00,GTM + 01h00) HEURE EUROPEENNE CENTRALE,KTA,SAF,TRUE +eng,10009,Center Agdal,REG,French Avenue,Rabat,MyCountry,33.998232,-6.845728,10106,745360421,Robin Banks,2,8:00:00,0:15:00,9:00:00,17:00:00,13:00:00,14:00:00,(GTM+01:00) CENTRAL EUROPEAN TIME,RBT,YSF,TRUE +fra,10009,centre Agdal,REG,avenue de France,Rabat,Maroc,33.998232,-6.845728,10106,676186831,Robin Banks,2,8:00:00,0:15:00,9:00:00,17:00:00,13:00:00,14:00:00,GTM + 01h00) HEURE EUROPEENNE CENTRALE,RBT,YSF,TRUE +eng,10010,Center Hassan,REG,Avenue Amir Moulay Abdellah,Rabat,MyCountry,34.017502,-6.834745,10000,766074745,Max Emum,2,8:00:00,0:15:00,9:00:00,17:00:00,13:00:00,14:00:00,(GTM+01:00) CENTRAL EUROPEAN TIME,RBT,TTA,TRUE +fra,10010,centre Hassan,REG,avenue de Amir Moulay Abdellah,Rabat,Maroc,34.017502,-6.834745,10000,773606891,Max Emum,2,8:00:00,0:15:00,9:00:00,17:00:00,13:00:00,14:00:00,GTM + 01h00) HEURE EUROPEENNE CENTRALE,RBT,TTA,TRUE +eng,10011,Center Souissi,REG,Avenue Mohamed VI,Rabat,MyCountry,33.986608,-6.828873,10105,787248921,Minnie Mum,2,8:00:00,0:15:00,9:00:00,17:00:00,13:00:00,14:00:00,(GTM+01:00) CENTRAL EUROPEAN TIME,RBT,TZT,TRUE +fra,10011,centre Souissi,REG,avenue de Mohammed VI,Rabat,Maroc,33.986608,-6.828873,10105,878691008,Minnie Mum,2,8:00:00,0:15:00,9:00:00,17:00:00,13:00:00,14:00:00,GTM + 01h00) HEURE EUROPEENNE CENTRALE,RBT,TZT,TRUE +eng,10012,Center Madinat Al Irfane,REG,Avenue Allal Al Fassi,Rabat,MyCountry,33.978103,-6.867849,10112,838412388,Bill Yerds,2,8:00:00,0:15:00,9:00:00,17:00:00,13:00:00,14:00:00,(GTM+01:00) CENTRAL EUROPEAN TIME,RBT,SAF,TRUE +fra,10012,centre Madinat Al Irfane,REG,avenue de Allal Al Fassi,Rabat,Maroc,33.978103,-6.867849,10112,719952201,Bill Yerds,2,8:00:00,0:15:00,9:00:00,17:00:00,13:00:00,14:00:00,GTM + 01h00) HEURE EUROPEENNE CENTRALE,RBT,SAF,TRUE +eng,10013,Center Hay Riad,REG,Avenue Al Araar,Rabat,MyCountry,33.953931,-6.874735,10104,751913644,Dan Druff,2,8:00:00,0:15:00,9:00:00,17:00:00,13:00:00,14:00:00,(GTM+01:00) CENTRAL EUROPEAN TIME,RBT,YSF,TRUE +fra,10013,centre Hay Riad,REG,avenue de Al Araar,Rabat,Maroc,33.953931,-6.874735,10104,956537434,Dan Druff,2,8:00:00,0:15:00,9:00:00,17:00:00,13:00:00,14:00:00,GTM + 01h00) HEURE EUROPEENNE CENTRALE,RBT,YSF,TRUE +eng,10014,Center Medina,REG,Street of the Consuls,Rabat,MyCountry,34.027757,-6.834147,10036,965639376,Rick Shaw,2,8:00:00,0:15:00,9:00:00,17:00:00,13:00:00,14:00:00,(GTM+01:00) CENTRAL EUROPEAN TIME,RBT,TTA,TRUE +fra,10014,centre Medina,REG,Rue des Consuls,Rabat,Maroc,34.027757,-6.834147,10036,781039430,Rick Shaw,2,8:00:00,0:15:00,9:00:00,17:00:00,13:00:00,14:00:00,GTM + 01h00) HEURE EUROPEENNE CENTRALE,RBT,TTA,TRUE +eng,10015,Center Youssoufia,REG,Avenue Ouzguita,Rabat,MyCountry,33.995612,-6.815281,10190,803062069,Mick Donalds,2,8:00:00,0:15:00,9:00:00,17:00:00,13:00:00,14:00:00,(GTM+01:00) CENTRAL EUROPEAN TIME,RBT,TZT,TRUE +fra,10015,centre Youssoufia,REG,avenue de Ouzguita,Rabat,Maroc,33.995612,-6.815281,10190,731435978,Mick Donalds,2,8:00:00,0:15:00,9:00:00,17:00:00,13:00:00,14:00:00,GTM + 01h00) HEURE EUROPEENNE CENTRALE,RBT,TZT,TRUE +,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,, diff --git a/mosip_master_csv/csv/registration_center_h.csv b/mosip_master_csv/csv/registration_center_h.csv new file mode 100644 index 00000000..bd116e2f --- /dev/null +++ b/mosip_master_csv/csv/registration_center_h.csv @@ -0,0 +1,35 @@ +lang_code,id,name,cntrtyp_code,addr_line1,addr_line2,addr_line3,latitude,longitude,location_code,contact_phone,contact_person,number_of_kiosks,working_hours,per_kiosk_process_time,center_start_time,center_end_time,lunch_start_time,lunch_end_time,time_zone,holiday_loc_code,zone_code,is_active,eff_dtimes +eng,10000,Virtual centre,REG,Virtual address 1,Virtual address 2,MyCountry,0,0,MOR,0,,0,24:00:00,0:15:00,0:00:00,23:59:59,13:00:00,14:00:00,(GTM+01:00) CENTRAL EUROPEAN TIME,KTA,MOR,TRUE,now() +fra,10000,Virtual centre,REG,Virtual address 1,Virtual address 2,MyCountry,0,0,MOR,0,,0,24:00:00,0:15:00,0:00:00,23:59:59,13:00:00,14:00:00,(GTM+01:00) CENTRAL EUROPEAN TIME,KTA,MOR,TRUE,now() +eng,10001,Center A Ben Mansour,REG,P4238,Ben Mansour,MyCountry,34.52117,-6.453275,14022,779517433,John Doe,3,8:00:00,0:15:00,9:00:00,17:00:00,13:00:00,14:00:00,(GTM+01:00) CENTRAL EUROPEAN TIME,KTA,RBT,TRUE,now() +fra,10001,Centre A Ben Mansour,REG,P4238,Ben Mansour,Maroc,34.52117,-6.453275,14022,993556086,John Doe,3,8:00:00,0:15:00,9:00:00,17:00:00,13:00:00,14:00:00,GTM + 01h00) HEURE EUROPEENNE CENTRALE,KTA,RBT,TRUE,now() +eng,10002,Rural Municipal Mnasra,REG,Route De Moulay Bousselham,Douar Sbih Menacera,MyCountry,34.360207,-6.550075,14053,753476995,John Smith,2,8:00:00,0:15:00,9:00:00,17:00:00,13:00:00,14:00:00,(GTM+01:00) CENTRAL EUROPEAN TIME,KTA,KTA,TRUE,now() +fra,10002,Commune Rurale Mnasra,REG,Route De Moulay Bousselham,Douar Sbih Menacera,Maroc,34.360207,-6.550075,14053,984996886,John Smith,2,8:00:00,0:15:00,9:00:00,17:00:00,13:00:00,14:00:00,GTM + 01h00) HEURE EUROPEENNE CENTRALE,KTA,KTA,TRUE,now() +eng,10003,Souk Khemiss Mograne,REG,Route N1,Mograne,MyCountry,34.405692,-6.433368,14023,734239083,Mario Speedwagon,4,8:00:00,0:15:00,9:00:00,17:00:00,13:00:00,14:00:00,(GTM+01:00) CENTRAL EUROPEAN TIME,KTA,SAL,TRUE,now() +fra,10003,Souk Khemiss Mograne,REG,la route N1,Mograne,Maroc,34.405692,-6.433368,14023,675470523,Mario Speedwagon,4,8:00:00,0:15:00,9:00:00,17:00:00,13:00:00,14:00:00,GTM + 01h00) HEURE EUROPEENNE CENTRALE,KTA,SAL,TRUE,now() +eng,10004,Center Assam,REG,7 Km Tangier Road,Kenitra,MyCountry,34.287879,-6.516428,14000,937997757,Paige Turner,2,8:00:00,0:15:00,9:00:00,17:00:00,13:00:00,14:00:00,(GTM+01:00) CENTRAL EUROPEAN TIME,KTA,RBT,TRUE,now() +fra,10004,centre assam,REG,km 7 route de Tanger,Kénitra,Maroc,34.287879,-6.516428,14000,852492117,Paige Turner,2,8:00:00,0:15:00,9:00:00,17:00:00,13:00:00,14:00:00,GTM + 01h00) HEURE EUROPEENNE CENTRALE,KTA,RBT,TRUE,now() +eng,10005,Center Mehdia,REG,Mehdia Road Amria mehdia,Kenitra,Maroc,34.256414,-6.675499,14110,887311749,Walter Melon,1,8:00:00,0:15:00,9:00:00,17:00:00,13:00:00,14:00:00,(GTM+01:00) CENTRAL EUROPEAN TIME,KTA,BSN,TRUE,now() +fra,10005,centre mehdia,REG,route de mehdia Amria mehdia,Kénitra,Maroc,34.256414,-6.675499,14110,658302699,Walter Melon,1,8:00:00,0:15:00,9:00:00,17:00:00,13:00:00,14:00:00,GTM + 01h00) HEURE EUROPEENNE CENTRALE,KTA,BSN,TRUE,now() +eng,10006,Center Ouled Oujih,REG,Bloc 1 G1 N113,Kenitra,Maroc,34.262477,-6.618605,14080,915790305,Barb Ackue,5,8:00:00,0:15:00,9:00:00,17:00:00,13:00:00,14:00:00,(GTM+01:00) CENTRAL EUROPEAN TIME,KTA,NDR,TRUE,now() +fra,10006,center Ouled Oujih,REG,Bloc 1 G1 N113,Kénitra,Maroc,34.262477,-6.618605,14080,888439793,Barb Ackue,5,8:00:00,0:15:00,9:00:00,17:00:00,13:00:00,14:00:00,GTM + 01h00) HEURE EUROPEENNE CENTRALE,KTA,NDR,TRUE,now() +eng,10007,Center Sidi Taibi,REG,Rabat Road,Sidi Taibi,MyCountry,34.192861,-6.683662,14025,811552880,Monty Carlo,2,8:00:00,0:15:00,9:00:00,17:00:00,13:00:00,14:00:00,(GTM+01:00) CENTRAL EUROPEAN TIME,KTA,STT,TRUE,now() +fra,10007,centre Sidi Taibi,REG,Route de Rabat,Sidi Taibi,Maroc,34.192861,-6.683662,14025,753640112,Monty Carlo,2,8:00:00,0:15:00,9:00:00,17:00:00,13:00:00,14:00:00,GTM + 01h00) HEURE EUROPEENNE CENTRALE,KTA,STT,TRUE,now() +eng,10008,Center Sidi Allal Tazi,REG,National Road,Alla Tazi,MyCountry,34.522414,-6.320471,14050,695325692,Cliff Hanger,2,8:00:00,0:15:00,9:00:00,17:00:00,13:00:00,14:00:00,(GTM+01:00) CENTRAL EUROPEAN TIME,KTA,SAF,TRUE,now() +fra,10008,centre Sidi Allal Tazi,REG,route nationale,Alla Tazi,Maroc,34.522414,-6.320471,14050,862899075,Cliff Hanger,2,8:00:00,0:15:00,9:00:00,17:00:00,13:00:00,14:00:00,GTM + 01h00) HEURE EUROPEENNE CENTRALE,KTA,SAF,TRUE,now() +eng,10009,Center Agdal,REG,French Avenue,Rabat,MyCountry,33.998232,-6.845728,10106,745360421,Robin Banks,2,8:00:00,0:15:00,9:00:00,17:00:00,13:00:00,14:00:00,(GTM+01:00) CENTRAL EUROPEAN TIME,RBT,YSF,TRUE,now() +fra,10009,centre Agdal,REG,avenue de France,Rabat,Maroc,33.998232,-6.845728,10106,676186831,Robin Banks,2,8:00:00,0:15:00,9:00:00,17:00:00,13:00:00,14:00:00,GTM + 01h00) HEURE EUROPEENNE CENTRALE,RBT,YSF,TRUE,now() +eng,10010,Center Hassan,REG,Avenue Amir Moulay Abdellah,Rabat,MyCountry,34.017502,-6.834745,10000,766074745,Max Emum,2,8:00:00,0:15:00,9:00:00,17:00:00,13:00:00,14:00:00,(GTM+01:00) CENTRAL EUROPEAN TIME,RBT,TTA,TRUE,now() +fra,10010,centre Hassan,REG,avenue de Amir Moulay Abdellah,Rabat,Maroc,34.017502,-6.834745,10000,773606891,Max Emum,2,8:00:00,0:15:00,9:00:00,17:00:00,13:00:00,14:00:00,GTM + 01h00) HEURE EUROPEENNE CENTRALE,RBT,TTA,TRUE,now() +eng,10011,Center Souissi,REG,Avenue Mohamed VI,Rabat,MyCountry,33.986608,-6.828873,10105,787248921,Minnie Mum,2,8:00:00,0:15:00,9:00:00,17:00:00,13:00:00,14:00:00,(GTM+01:00) CENTRAL EUROPEAN TIME,RBT,TZT,TRUE,now() +fra,10011,centre Souissi,REG,avenue de Mohammed VI,Rabat,Maroc,33.986608,-6.828873,10105,878691008,Minnie Mum,2,8:00:00,0:15:00,9:00:00,17:00:00,13:00:00,14:00:00,GTM + 01h00) HEURE EUROPEENNE CENTRALE,RBT,TZT,TRUE,now() +eng,10012,Center Madinat Al Irfane,REG,Avenue Allal Al Fassi,Rabat,MyCountry,33.978103,-6.867849,10112,838412388,Bill Yerds,2,8:00:00,0:15:00,9:00:00,17:00:00,13:00:00,14:00:00,(GTM+01:00) CENTRAL EUROPEAN TIME,RBT,SAF,TRUE,now() +fra,10012,centre Madinat Al Irfane,REG,avenue de Allal Al Fassi,Rabat,Maroc,33.978103,-6.867849,10112,719952201,Bill Yerds,2,8:00:00,0:15:00,9:00:00,17:00:00,13:00:00,14:00:00,GTM + 01h00) HEURE EUROPEENNE CENTRALE,RBT,SAF,TRUE,now() +eng,10013,Center Hay Riad,REG,Avenue Al Araar,Rabat,MyCountry,33.953931,-6.874735,10104,751913644,Dan Druff,2,8:00:00,0:15:00,9:00:00,17:00:00,13:00:00,14:00:00,(GTM+01:00) CENTRAL EUROPEAN TIME,RBT,YSF,TRUE,now() +fra,10013,centre Hay Riad,REG,avenue de Al Araar,Rabat,Maroc,33.953931,-6.874735,10104,956537434,Dan Druff,2,8:00:00,0:15:00,9:00:00,17:00:00,13:00:00,14:00:00,GTM + 01h00) HEURE EUROPEENNE CENTRALE,RBT,YSF,TRUE,now() +eng,10014,Center Medina,REG,Street of the Consuls,Rabat,MyCountry,34.027757,-6.834147,10036,965639376,Rick Shaw,2,8:00:00,0:15:00,9:00:00,17:00:00,13:00:00,14:00:00,(GTM+01:00) CENTRAL EUROPEAN TIME,RBT,TTA,TRUE,now() +fra,10014,centre Medina,REG,Rue des Consuls,Rabat,Maroc,34.027757,-6.834147,10036,781039430,Rick Shaw,2,8:00:00,0:15:00,9:00:00,17:00:00,13:00:00,14:00:00,GTM + 01h00) HEURE EUROPEENNE CENTRALE,RBT,TTA,TRUE,now() +eng,10015,Center Youssoufia,REG,Avenue Ouzguita,Rabat,MyCountry,33.995612,-6.815281,10190,803062069,Mick Donalds,2,8:00:00,0:15:00,9:00:00,17:00:00,13:00:00,14:00:00,(GTM+01:00) CENTRAL EUROPEAN TIME,RBT,TZT,TRUE,now() +fra,10015,centre Youssoufia,REG,avenue de Ouzguita,Rabat,Maroc,33.995612,-6.815281,10190,731435978,Mick Donalds,2,8:00:00,0:15:00,9:00:00,17:00:00,13:00:00,14:00:00,GTM + 01h00) HEURE EUROPEENNE CENTRALE,RBT,TZT,TRUE,now() +eng,33333,Center Rabat,REG,P4238,Ben Mansour,MyCountry,33.52117,-5.453275,14022,779517433,John Doe,12,8:00:00,0:15:00,9:00:00,17:00:00,13:00:00,14:00:00,(GTM+01:00) CENTRAL EUROPEAN TIME,RBT,RBT,TRUE,now() +fra,33333,Center Rabat,REG,P4238,Ben Mansour,Maroc,33.52117,-5.453275,14022,993556086,John Doe,12,8:00:00,0:15:00,9:00:00,17:00:00,13:00:00,14:00:00,GTM + 01h00) HEURE EUROPEENNE CENTRALE,RBT,RBT,TRUE,now() diff --git a/mosip_master_csv/csv/role_list.csv b/mosip_master_csv/csv/role_list.csv new file mode 100644 index 00000000..9163a82b --- /dev/null +++ b/mosip_master_csv/csv/role_list.csv @@ -0,0 +1,5 @@ +lang_code,code,descr,is_active +eng,SUPERADMIN,Superadmin,TRUE +eng,REGISTRATION_OFFICER,Registration Officer,TRUE +eng,REGISTRATION_SUPERVISOR,Supervisor,TRUE +eng,REGISTRATION_ADMIN,Registration Admin,TRUE diff --git a/mosip_master_csv/csv/screen_authorization.csv b/mosip_master_csv/csv/screen_authorization.csv new file mode 100644 index 00000000..d09903e8 --- /dev/null +++ b/mosip_master_csv/csv/screen_authorization.csv @@ -0,0 +1,22 @@ +lang_code,screen_id,role_code,is_permitted,is_active +eng,eodRoot,REGISTRATION_SUPERVISOR,TRUE,TRUE +eng,eodRoot,REGISTRATION_ADMIN,TRUE,TRUE +eng,reRegisterRoot,REGISTRATION_SUPERVISOR,TRUE,TRUE +eng,reRegisterRoot,REGISTRATION_ADMIN,TRUE,TRUE +eng,lostUINRoot,REGISTRATION_OFFICER,TRUE,TRUE +eng,lostUINRoot,REGISTRATION_SUPERVISOR,TRUE,TRUE +eng,lostUINRoot,REGISTRATION_ADMIN,TRUE,TRUE +eng,newRegistrationRoot,REGISTRATION_OFFICER,TRUE,TRUE +eng,newRegistrationRoot,REGISTRATION_SUPERVISOR,TRUE,TRUE +eng,newRegistrationRoot,REGISTRATION_ADMIN,TRUE,TRUE +eng,reportRoot,REGISTRATION_SUPERVISOR,TRUE,TRUE +eng,reportRoot,REGISTRATION_ADMIN,TRUE,TRUE +eng,uinUpdateRoot,REGISTRATION_OFFICER,TRUE,TRUE +eng,uinUpdateRoot,REGISTRATION_SUPERVISOR,TRUE,TRUE +eng,uinUpdateRoot,REGISTRATION_ADMIN,TRUE,TRUE +eng,uploadPacketRoot,REGISTRATION_OFFICER,TRUE,TRUE +eng,uploadPacketRoot,REGISTRATION_SUPERVISOR,TRUE,TRUE +eng,uploadPacketRoot,REGISTRATION_ADMIN,TRUE,TRUE +eng,correctionRoot,REGISTRATION_OFFICER,TRUE,TRUE +eng,correctionRoot,REGISTRATION_SUPERVISOR,TRUE,TRUE +eng,correctionRoot,REGISTRATION_ADMIN,TRUE,TRUE diff --git a/mosip_master_csv/csv/screen_detail.csv b/mosip_master_csv/csv/screen_detail.csv new file mode 100644 index 00000000..dfd60750 --- /dev/null +++ b/mosip_master_csv/csv/screen_detail.csv @@ -0,0 +1,18 @@ +lang_code,id,app_id,name,descr,is_active +eng,approveRegistrationRoot,10003,approveRegistrationRoot,approveRegistrationRoot,TRUE +eng,loginRoot,10003,loginRoot,loginRoot,TRUE +eng,lostUINRoot,10003,lostUINRoot,lostUINRoot,TRUE +eng,newRegistrationRoot,10003,newRegistrationRoot,newRegistrationRoot,TRUE +eng,onBoardRoot,10003,onBoardRoot,onBoardRoot,TRUE +eng,registrationCorrectionRoot,10003,registrationCorrectionRoot,registrationCorrectionRoot,TRUE +eng,sendPacketServerRoot,10003,sendPacketServerRoot,sendPacketServerRoot,TRUE +eng,syncServerClientRoot,10003,syncServerClientRoot,syncServerClientRoot,TRUE +eng,uinActivationRoot,10003,uinActivationRoot,uinActivationRoot,TRUE +eng,uinUpdateRoot,10003,uinUpdateRoot,uinUpdateRoot,TRUE +eng,updateClientSoftwareRoot,10003,updateClientSoftwareRoot,updateClientSoftwareRoot,TRUE +eng,reportRoot,10003,reportRoot,reportRoot,TRUE +eng,syncClientServerRoot,10003,syncClientServerRoot,syncClientServerRoot,TRUE +eng,eodRoot,10003,eodroot,eodroot,TRUE +eng,reRegisterRoot,10003,reRegisterRoot,reRegisterRoot,TRUE +eng,uploadPacketRoot,10003,uploadPacketRoot,uploadPacketRoot,TRUE +eng,correctionRoot,10003,correctionRoot,correctionRoot,TRUE diff --git a/mosip_master_csv/csv/status_list.csv b/mosip_master_csv/csv/status_list.csv new file mode 100644 index 00000000..82dda313 --- /dev/null +++ b/mosip_master_csv/csv/status_list.csv @@ -0,0 +1,7 @@ +lang_code,code,descr,sttyp_code,is_active +eng,ACT,Activated,ADT,TRUE +eng,DCT,Deactivated,ADT,TRUE +fra,ACT,activated,ADT,TRUE +fra,DCT,disabled,ADT,TRUE +ara,ACT,مفعل,ADT,TRUE +ara,DCT,معطل,ADT,TRUE diff --git a/mosip_master_csv/csv/status_type.csv b/mosip_master_csv/csv/status_type.csv new file mode 100644 index 00000000..2c425a0e --- /dev/null +++ b/mosip_master_csv/csv/status_type.csv @@ -0,0 +1,4 @@ +lang_code,code,name,descr,is_active +eng,ADT,Activation Status,Activation Status,TRUE +fra,ADT,Activation status,Activation status,TRUE +ara,ADT,حالة التفعيل أو التشغيل,حالة التفعيل أو التشغيل,TRUE diff --git a/mosip_master_csv/csv/sync_job_def.csv b/mosip_master_csv/csv/sync_job_def.csv new file mode 100644 index 00000000..fa3342a6 --- /dev/null +++ b/mosip_master_csv/csv/sync_job_def.csv @@ -0,0 +1,15 @@ +lang_code,id,name,api_name,parent_syncjob_id,sync_freq,lock_duration,is_active +eng,MDS_J00001,Master Data Sync,masterSyncJob,,0 0 11 * * ?,NULL,TRUE +eng,PDS_J00003,Pre-registration Data Sync,preRegistrationDataSyncJob,,0 0 11 * * ?,NULL,TRUE +eng,POS_J00008,Policy Sync,keyPolicySyncJob,,0 0 11 * * ?,NULL,TRUE +eng,RCS_J00005,Registration Client Config Sync,synchConfigDataJob,,0 0 11 * * ?,NULL,TRUE +eng,RPS_J00006,Registration Packet Status Reader,packetSyncStatusJob,,0 0 11 * * ?,NULL,TRUE +eng,URS_J00007,User Detail/Role Setup Sync,userDetailServiceJob,MDS_J00001,0 0 11 * * ?,NULL,TRUE +eng,DEL_J00013,Pre Registration Packet Deletion Job,preRegistrationPacketDeletionJob,,0 0 11 * * ?,NULL,TRUE +eng,RDJ_J00010,Registration Packet Deletion Job,registrationDeletionJob,,0 0 11 * * ?,NULL,TRUE +eng,ADJ_J00012,Audit Log Deletion Job,deleteAuditLogsJob,,0 0 11 * * ?,NULL,TRUE +eng,RSJ_J00014,Registration Packet Sync,registrationPacketSyncJob,,0 0 11 * * ?,NULL,TRUE +eng,PVS_J00015,Registration Client Virus Scan,registrationClientVirusScanJob,,0 0 11 * * ?,NULL,TRUE +eng,PKS_J00016,Public key Sync service,publicKeySyncJob,,0 0 11 * * ?,NULL,TRUE +eng,PUJ_J00017,Registration Packet Upload Job,registrationPacketUploadJob,NULL,0 0 11 * * ?,NULL,TRUE +eng,SCJ_J00018,Sync Certificate Job,syncCertificateJob,NULL,0 0 11 * * ?,NULL,TRUE diff --git a/mosip_master_csv/csv/template.csv b/mosip_master_csv/csv/template.csv new file mode 100644 index 00000000..efd14ae6 --- /dev/null +++ b/mosip_master_csv/csv/template.csv @@ -0,0 +1,17057 @@ +id,name,descr,file_format_code,model,file_txt,module_id,module_name,template_typ_code,lang_code,is_active,cr_by,cr_dtimes +1102,Template for authorization subject,Template for authorization subject,txt,velocity,$idvidType $idvid Authentication $status,10004,ID Authentication,auth-email-subject,eng,TRUE,superadmin,now() +1103,Template for authorization SMS,Template for authorization SMS,txt,velocity,Your Authentication of $idvidType $idvid using $authType on $date at $time Hrs $status at a device deployed by MOSIP Services.,10004,ID Authentication,auth-sms,eng,TRUE,superadmin,now() +1102,Modèle pour sujet dautorisation,Modèle pour sujet dautorisation,txt,velocity,$idvidType $idvid: $status dauthentification,10004,Authentification ID,auth-email-subject,fra,TRUE,superadmin,now() +1103,Modèle de SMS dautorisation,Modèle de SMS dautorisation,txt,velocity,Votre authentification $idvidType $idvid utilisant $authType le $date à $time Hrs $status sur un périphérique déployé par MOSIP Services.,10004,Authentification ID,auth-sms,fra,TRUE,superadmin,now() +1102,نموذج لموضوع التفويض,نموذج لموضوع التفويض,txt,velocity,$ idvidType $ idvid المصادقة $ status,10004,مصادقة الهوية,auth-email-subject,ara,TRUE,superadmin,now() +1103,نموذج SMS إذن,نموذج SMS إذن,txt,velocity,مصادقة $ idvidType $ idvid باستخدام $ authType في $ date في $ time Hrs $ الحالة في جهاز تم نشره بواسطة خدمات MOSIP.,10004,مصادقة الهوية,auth-sms,ara,TRUE,superadmin,now() +1107,Template for duplicate UIN Email,Template for duplicate UIN Email,txt,velocity,"Dear $!name_eng, Your request for UIN for Registration ID: $!RID has failed because a duplicate UIN has been found against your details. Please visit your nearest Registration office or visit https://mosip.io/grievances Thank You",10003,Registration Processor,RPR_DUP_UIN_EMAIL,eng,TRUE,superadmin,now() +1108,Template for duplicate UIN SMS,Template for duplicate UIN SMS,txt,velocity,"Dear $!name_eng, Your request for UIN for Registration ID: $!RID has failed because a duplicate UIN has been found against your details. Please visit your nearest Registration office or visit https://mosip.io/grievances",10003,Registration Processor,RPR_DUP_UIN_SMS,eng,TRUE,superadmin,now() +1109,Template for Technical Issue Email,Template for Technical Issue Email,txt,velocity,"Dear $!name_eng, Your request for UIN for Registration ID: $!RID has failed because of a technical issue. Please visit your nearest Registration office or visit https://mosip.io/grievances Thank You",10003,Registration Processor,RPR_TEC_ISSUE_EMAIL,eng,TRUE,superadmin,now() +1110,Template for Technical Issue SMS,Template for Technical Issue SMS,txt,velocity,"Dear $!name_eng, Your request for UIN for Registration ID: $!RID has failed because of a technical issue. Please visit your nearest Registration office or visit https://mosip.io/grievances",10003,Registration Processor,RPR_TEC_ISSUE_SMS,eng,TRUE,superadmin,now() +1111,Template for UIN generation Email,Template for UIN generation Email,txt,velocity,"Dear $name_eng, Your UIN for Registration ID: $!RID has been successfully generated and will reach soon at your postal address. Thank You",10003,Registration Processor,RPR_UIN_GEN_EMAIL,eng,TRUE,superadmin,now() +1112,Template for UIN generation SMS,Template for UIN generation SMS,txt,velocity,"Dear $name_eng, Your UIN for Registration ID: $!RID has been successfully generated and will reach soon at your postal address.",10003,Registration Processor,RPR_UIN_GEN_SMS,eng,TRUE,superadmin,now() +1113,Template for update details Email,Template for update details Email,txt,velocity,"Dear $!name_eng, Your UIN details for the Registration ID: $!RID have been updated and a physical copy of your UIN card will reach you soon at your postal address. Thank You",10003,Registration Processor,RPR_UIN_UPD_EMAIL,eng,TRUE,superadmin,now() +1114,Template for update Details SMS,Template for update Details SMS,txt,velocity,"Dear $!name_eng, Your UIN details for the Registration ID: $!RID have been updated and a physical copy of your UIN card will reach you soon at your postal address.",10003,Registration Processor,RPR_UIN_UPD_SMS,eng,TRUE,superadmin,now() +1107,Modèle de courrier didentité en double,Modèle de courrier didentité en double,txt,velocity,"Cher $!name_fra, Votre demande d'UIN pour l'ID d'enregistrement: $!RID a échoué car un duplicata d'UIN a été trouvé par rapport à vos informations. Veuillez vous rendre au bureau d’enregistrement le plus proche ou sur https://mosip.io/grievances Merci",10003,Processeur dinscription,RPR_DUP_UIN_EMAIL,fra,TRUE,superadmin,now() +1108,Modèle de message didentité en double,Modèle de message didentité en double,txt,velocity,"Cher $!name_fra, Votre demande d'UIN pour l'ID d'enregistrement: $!RID a échoué car un duplicata d'UIN a été trouvé par rapport à vos informations. Veuillez vous rendre au bureau d’enregistrement le plus proche ou sur https://mosip.io/grievances",10003,Processeur dinscription,RPR_DUP_UIN_SMS,fra,TRUE,superadmin,now() +1109,Modèle pour courrier électronique de problème technique,Modèle pour courrier électronique de problème technique,txt,velocity,"Cher $!name_fra, Votre demande d'UIN pour l'ID d'enregistrement: $!RID a échoué en raison d'un problème technique. Veuillez vous rendre au bureau d’enregistrement le plus proche ou sur https://mosip.io/grievances Merci",10003,Processeur dinscription,RPR_TEC_ISSUE_EMAIL,fra,TRUE,superadmin,now() +1110,Modèle de message de problème technique,Modèle de message de problème technique,txt,velocity,"Cher $!name_fra, Votre demande d'UIN pour l'ID d'enregistrement: $!RID a échoué en raison d'un problème technique. Veuillez vous rendre au bureau d’enregistrement le plus proche ou sur https://mosip.io/grievances",10003,Processeur dinscription,RPR_TEC_ISSUE_SMS,fra,TRUE,superadmin,now() +1122,Template for update registration Email Subject,Template for update registration Email Subject,txt,velocity,Registration update confirmation,10008,Registration Client,Update-email-subject-template,eng,TRUE,superadmin,now() +1111,Modèle de courrier électronique de génération didentité,Modèle de courrier électronique de génération didentité,txt,velocity,"Cher $!name_fra, Votre UIN pour ID d’enregistrement: $!RID a été généré avec succès et vous parviendra sous peu à votre adresse postale. Merci",10003,Processeur dinscription,RPR_UIN_GEN_EMAIL,fra,TRUE,superadmin,now() +1112,Modèle de message de génération didentité,Modèle de message de génération didentité,txt,velocity,"Cher $!name_fra, Votre UIN pour ID d’enregistrement: $!RID a été généré avec succès et vous parviendra sous peu à votre adresse postale.",10003,Processeur dinscription,RPR_UIN_GEN_SMS,fra,TRUE,superadmin,now() +1130,Modèle pour le sujet d'email d'accusé de réception,Modèle pour le sujet d'email d'accusé de réception,txt,velocity,Accusé de réception : $ApplicationDetails | ID de lapplication : $ApplicationId,10001,Pré-inscription,Acknowledgement-email-subject,fra,TRUE,superadmin,now() +1113,Modèle pour les détails de la mise à jour Email,Modèle pour les détails de la mise à jour Email,txt,velocity,"Cher $!name_fra, Les détails de votre UIN correspondant à l’ID d’enregistrement: $!RID ont été mis à jour. Une copie physique de votre UIN vous parviendra sous peu à votre adresse postale. Merci",10003,Processeur dinscription,RPR_UIN_UPD_EMAIL,fra,TRUE,superadmin,now() +1114,Modèle pour la mise à jour Détails Message,Modèle pour la mise à jour Détails Message,txt,velocity,"Cher $!name_fra, Les détails de votre UIN correspondant à l’ID d’enregistrement: $!RID ont été mis à jour. Une copie physique de votre UIN vous parviendra sous peu à votre adresse postale.",10003,Processeur dinscription,RPR_UIN_UPD_SMS,fra,TRUE,superadmin,now() +1107,نموذج لبريد إلكتروني UIN مكرر,نموذج لبريد إلكتروني UIN مكرر,txt,velocity,عزيزي $! name_eng ، لقد فشل طلبك لـ UIN لمعرف التسجيل: $! RID لأنه تم العثور على UIN مكرر مقابل بياناتك. يرجى زيارة أقرب مكتب تسجيل أو زيارة https://mosip.io/grievances شكرًا لك,10003,معالج التسجيل,RPR_DUP_UIN_EMAIL,ara,TRUE,superadmin,now() +1108,نموذج لـ UIN SMS مكرر,نموذج لـ UIN SMS مكرر,txt,velocity,عزيزي $! name_eng ، لقد فشل طلبك لـ UIN لمعرف التسجيل: $! RID لأنه تم العثور على UIN مكرر مقابل بياناتك. يرجى زيارة أقرب مكتب تسجيل أو زيارة https://mosip.io/grievances,10003,معالج التسجيل,RPR_DUP_UIN_SMS,ara,TRUE,superadmin,now() +1109,نموذج البريد الإلكتروني للمشكلة الفنية,نموذج البريد الإلكتروني للمشكلة الفنية,txt,velocity,عزيزي $! name_eng ، لقد فشل طلبك لـ UIN لمعرف التسجيل: $! RID بسبب مشكلة فنية. يرجى زيارة أقرب مكتب تسجيل أو زيارة https://mosip.io/grievances شكرًا لك,10003,معالج التسجيل,RPR_TEC_ISSUE_EMAIL,ara,TRUE,superadmin,now() +1110,نموذج الرسائل القصيرة الفنية,نموذج الرسائل القصيرة الفنية,txt,velocity,عزيزي $! name_eng ، لقد فشل طلبك لـ UIN لمعرف التسجيل: $! RID بسبب مشكلة فنية. يرجى زيارة أقرب مكتب تسجيل أو زيارة https://mosip.io/grievances,10003,معالج التسجيل,RPR_TEC_ISSUE_SMS,ara,TRUE,superadmin,now() +1111,نموذج للبريد الإلكتروني لتوليد UIN,نموذج للبريد الإلكتروني لتوليد UIN,txt,velocity,عزيزي $ name_eng ، تم إنشاء UIN الخاص بك لمعرف التسجيل: $! RID وسيصل قريبًا إلى عنوانك البريدي. شكرا لكم,10003,معالج التسجيل,RPR_UIN_GEN_EMAIL,ara,TRUE,superadmin,now() +1112,نموذج SMS لتوليد UIN,نموذج SMS لتوليد UIN,txt,velocity,عزيزي $ name_eng ، تم إنشاء UIN الخاص بك لمعرف التسجيل: $! RID وسيصل قريبًا إلى عنوانك البريدي.,10003,معالج التسجيل,RPR_UIN_GEN_SMS,ara,TRUE,superadmin,now() +1113,نموذج لتفاصيل التحديث البريد الإلكتروني,نموذج لتفاصيل التحديث البريد الإلكتروني,txt,velocity,عزيزي $! name_eng ، تم تحديث تفاصيل UIN الخاصة بك لمعرف التسجيل: $! RID وستصلك نسخة مادية من بطاقة UIN الخاصة بك قريبًا على عنوانك البريدي. شكرا لكم,10003,معالج التسجيل,RPR_UIN_UPD_EMAIL,ara,TRUE,superadmin,now() +1114,نموذج لتحديث التفاصيل SMS,نموذج لتحديث التفاصيل SMS,txt,velocity,عزيزي $! name_eng ، تم تحديث تفاصيل UIN الخاصة بك لمعرف التسجيل: $! RID وستصلك نسخة مادية من بطاقة UIN الخاصة بك قريبًا على عنوانك البريدي.,10003,معالج التسجيل,RPR_UIN_UPD_SMS,ara,TRUE,superadmin,now() +1115,Template for new registration Email Content,Template for new registration Email Content,txt,velocity,"Dear $name, Thank you for registering with the digital identity platform. Your registration id is $RegistrationID. If there are any corrections to be made in your details, please contact the Registration centre within the next 4 days.",10008,Registration Client,NewReg-email-content-template,eng,TRUE,superadmin,now() +1116,Template for new registration Email Subject,Template for new registration Email Subject,txt,velocity,Registration confirmation,10008,Registration Client,NewReg-email-subject-template,eng,TRUE,superadmin,now() +1117,Template for new registration SMS,Template for new registration SMS,txt,velocity,"Dear $name, Thank you for registering with the digital identity platform. Your registration id is $RegistrationID. If there are any corrections to be made in your details, please contact the Registration centre within the next 4 days.",10008,Registration Client,NewReg-sms-template,eng,TRUE,superadmin,now() +1118,Template for OTP generation Email Content,Template for OTP generation Email Content,txt,velocity,"Dear $name, OTP for username $username is $otp and is valid for $validTime minutes (Generated on $date at $time hrs).",10008,Registration Client,OTP-email-content-template,eng,TRUE,superadmin,now() +1119,Template for OTP generation Email Subject,Template for OTP generation Email Subject,txt,velocity,One time password from digital identify platfor,10008,Registration Client,OTP-email-subject-template,eng,TRUE,superadmin,now() +1120,Template for OTP SMS,Template for OTP SMS,txt,velocity,"Dear $name, OTP for username $username is $otp and is valid for $validTime minutes (Generated on $date at $time hrs).",10008,Registration Client,OTP-sms-template,eng,TRUE,superadmin,now() +1121,Template for update registration Email Content,Template for update registration Email Content,txt,velocity,"Dear $name, Thank you for updating your details with the digital identity platform. Your registration id is $RegistrationID. If there are any corrections to be made in your details, please contact the Registration centre within the next 4 days.",10008,Registration Client,Update-email-content-template,eng,TRUE,superadmin,now() +1123,Template for update registration SMS,Template for update registration SMS,txt,velocity,"Dear $name, Thank you for updating your details with the digital identity platform. Your registration id is $RegistrationID. If there are any corrections to be made in your details, please contact the Registration centre within the next 4 days.",10008,Registration Client,Update-sms-template,eng,TRUE,superadmin,now() +1130,نموذج للبريد الإلكتروني موضوع الإقرار,نموذج للبريد الإلكتروني موضوع الإقرار,txt,velocity,شكر وتقدير: $ApplicationDetails | معرف التطبيق: $ApplicationId,10001,التسجيل المسبق,Acknowledgement-email-subject,ara,TRUE,superadmin,now() +1115,Modèle pour nouvelle inscription Email Content,Modèle pour nouvelle inscription Email Content,txt,velocity,"Cher $name, Merci de vous être inscrit sur la plateforme d'identité numérique. Votre identifiant d'enregistrement est $RegistrationID. Si des corrections doivent être apportées à vos données, veuillez contacter le centre d’inscription dans les 4 prochains jours.",10008,Client dinscription,NewReg-email-content-template,fra,TRUE,superadmin,now() +1116,Modèle pour nouvelle inscription Objet de le-mail,Modèle pour nouvelle inscription Objet de le-mail,txt,velocity,Confirmation d'enregistrement,10008,Client dinscription,NewReg-email-subject-template,fra,TRUE,superadmin,now() +1117,Modèle de nouvelle inscription SMS,Modèle de nouvelle inscription SMS,txt,velocity,"Cher $name, Merci de vous être inscrit sur la plateforme d'identité numérique. Votre identifiant d'enregistrement est $RegistrationID. Si des corrections doivent être apportées à vos données, veuillez contacter le centre d’inscription dans les 4 prochains jours.",10008,Client dinscription,NewReg-sms-template,fra,TRUE,superadmin,now() +1118,Modèle de contenu de courrier électronique de génération dOTP,Modèle de contenu de courrier électronique de génération dOTP,txt,velocity,"Cher $name, OTP pour le nom d'utilisateur $username est $otp et est valide pour $validTime minutes (Généré le $date à $heure hrs).",10008,Client dinscription,OTP-email-content-template,fra,TRUE,superadmin,now() +1119,Modèle pour le sujet de-mail de génération dOTP,Modèle pour le sujet de-mail de génération dOTP,txt,velocity,Mot de passe unique de la plateforme d'identification numérique,10008,Client dinscription,OTP-email-subject-template,fra,TRUE,superadmin,now() +1120,Modèle pour SMS OTP,Modèle pour SMS OTP,txt,velocity,"Cher $name, OTP pour le nom d'utilisateur $username est $otp et est valide pour $validTime minutes (Généré le $date à $heure hrs).",10008,Client dinscription,OTP-sms-template,fra,TRUE,superadmin,now() +1121,Modèle pour lenregistrement de la mise à jour,Modèle pour lenregistrement de la mise à jour,txt,velocity,"Cher $name, Merci de mettre à jour vos coordonnées avec la plateforme d’identité numérique. Votre identifiant d'enregistrement est $RegistrationID. Si des corrections doivent être apportées à vos données, veuillez contacter le centre d’inscription dans les 4 prochains jours.",10008,Client dinscription,Update-email-content-template,fra,TRUE,superadmin,now() +1122,Modèle denregistrement de mise à jour Objet de le-mail,Modèle denregistrement de mise à jour Objet de le-mail,txt,velocity,Confirmation de la mise à jour de l'inscription,10008,Client dinscription,Update-email-subject-template,fra,TRUE,superadmin,now() +1123,Modèle pour SMS denregistrement de mise à jour,Modèle pour SMS denregistrement de mise à jour,txt,velocity,"Merci de mettre à jour vos coordonnées avec la plateforme d’identité numérique. Votre identifiant d'enregistrement est $RegistrationID. Si des corrections doivent être apportées à vos données, veuillez contacter le centre d’inscription dans les 4 prochains jours.",10008,Client dinscription,Update-sms-template,fra,TRUE,superadmin,now() +1115,نموذج لمحتوى البريد الإلكتروني للتسجيل الجديد,نموذج لمحتوى البريد الإلكتروني للتسجيل الجديد,txt,velocity,عزيزي $ name ، شكرًا لك على التسجيل في منصة الهوية الرقمية. معرف التسجيل الخاص بك هو $ RegistrationID. إذا كان هناك أي تصحيحات في التفاصيل الخاصة بك ، يرجى الاتصال بمركز التسجيل في غضون 4 أيام القادمة.,10008,عميل التسجيل,NewReg-email-content-template,ara,TRUE,superadmin,now() +1116,نموذج للتسجيل الجديد عنوان البريد الإلكتروني,نموذج للتسجيل الجديد عنوان البريد الإلكتروني,txt,velocity,تأكيد التسجيل,10008,عميل التسجيل,NewReg-email-subject-template,ara,TRUE,superadmin,now() +1117,نموذج SMS للتسجيل الجديد,نموذج SMS للتسجيل الجديد,txt,velocity,عزيزي $ name ، شكرًا لك على التسجيل في منصة الهوية الرقمية. معرف التسجيل الخاص بك هو $ RegistrationID. إذا كان هناك أي تصحيحات في التفاصيل الخاصة بك ، يرجى الاتصال بمركز التسجيل في غضون 4 أيام القادمة.,10008,عميل التسجيل,NewReg-sms-template,ara,TRUE,superadmin,now() +1118,نموذج لمحتوى البريد الإلكتروني الخاص بإنشاء OTP,نموذج لمحتوى البريد الإلكتروني الخاص بإنشاء OTP,txt,velocity,عزيزي $ name ، OTP لاسم المستخدم $ username هو $ otp وهو صالح لمدة $ validTime minutes (تم إنشاؤه في $ date في $ time hrs).,10008,عميل التسجيل,OTP-email-content-template,ara,TRUE,superadmin,now() +1119,نموذج لتوليد OTP موضوع البريد الإلكتروني,نموذج لتوليد OTP موضوع البريد الإلكتروني,txt,velocity,كلمة مرور لمرة واحدة من منصة التعريف الرقمية,10008,عميل التسجيل,OTP-email-subject-template,ara,TRUE,superadmin,now() +1120,نموذج لـ OTP SMS,نموذج لـ OTP SMS,txt,velocity,عزيزي $ name ، OTP لاسم المستخدم $ username هو $ otp وهو صالح لمدة $ validTime minutes (تم إنشاؤه في $ date في $ time hrs).,10008,عميل التسجيل,OTP-sms-template,ara,TRUE,superadmin,now() +1121,نموذج لتحديث محتوى البريد الإلكتروني للتسجيل,نموذج لتحديث محتوى البريد الإلكتروني للتسجيل,txt,velocity,عزيزي $ name ، شكرًا لك على تحديث بياناتك بمنصة الهوية الرقمية. معرف التسجيل الخاص بك هو $ RegistrationID. إذا كان هناك أي تصحيحات في التفاصيل الخاصة بك ، يرجى الاتصال بمركز التسجيل في غضون 4 أيام القادمة.,10008,عميل التسجيل,Update-email-content-template,ara,TRUE,superadmin,now() +1122,نموذج لتحديث موضوع البريد الإلكتروني للتسجيل,نموذج لتحديث موضوع البريد الإلكتروني للتسجيل,txt,velocity,تأكيد تحديث التسجيل,10008,عميل التسجيل,Update-email-subject-template,ara,TRUE,superadmin,now() +1418,Iris bio,Iris bio,txt,velocity,ஈரிஸ்,10006,Resident Services,mosip.bio-iris.template.property,tam,TRUE,superadmin,now() +1134,نموذج لـ UIN إعادة تنشيط SMS,نموذج لـ UIN إعادة تنشيط SMS,txt,velocity,عزيزي $! name_eng ، تمت إعادة تنشيط UIN الخاص بك.إذا كانت لديك أية مخاوف ، يرجى زيارة أقرب مركز تسجيل.,10003,معالج التسجيل,RPR_UIN_REAC_SMS,ara,TRUE,superadmin,now() +1123,نموذج لتحديث تسجيل SMS,نموذج لتحديث تسجيل SMS,txt,velocity,عزيزي $ name ، شكرًا لك على تحديث بياناتك بمنصة الهوية الرقمية. معرف التسجيل الخاص بك هو $ RegistrationID. إذا كان هناك أي تصحيحات في التفاصيل الخاصة بك ، يرجى الاتصال بمركز التسجيل في غضون 4 أيام القادمة.,10008,عميل التسجيل,Update-sms-template,ara,TRUE,superadmin,now() +1124,Template for Email Acknowledgement,Template for Email Acknowledgement,txt,velocity,"Dear $name, +Your $ApplicationDetails application is completed successfully on $Date at $Time. +Your application id is $ApplicationId. +Appointment is scheduled for $Appointmentdate at $Appointmenttime +in Registration Center $RegistrationCenterName at Registration Center Address +$RegistrationCenterAddress.",10001,Pre-Registration,Email-Acknowledgement,eng,TRUE,superadmin,now() +1125,Template for Onscreen Acknowledgment,Template for Onscreen Acknowledgment,txt,velocity,1. Guideline 1 2. Guideline 2 3. Guideline 3 4. Guideline 4 5. Guideline 5 6. Guideline 6 7. Guideline 7 8. Guideline 8 9. Guideline 9 10. Guideline 10,10001,Pre-Registration,Onscreen-Acknowledgement,eng,TRUE,superadmin,now() +1126,Template for OTP Email Content,Template for OTP Email Content,txt,velocity,"Dear $name, TP for Pre-Registration $PRID is $otp and is valid for $validTime minutes. (Generated on $date at $time Hrs)",10001,Pre-Registration,otp-email-content-template,eng,TRUE,superadmin,now() +1127,Template for OTP Email Subject,Template for OTP Email Subject,txt,velocity,Pre-Registration $PRID: OTP Request,10001,Pre-Registration,otp-email-subject-template,eng,TRUE,superadmin,now() +1128,Template for OTP SMS,Template for OTP SMS,txt,velocity,OTP for Pre-Registration $PRID is $otp and is valid for $validTime minutes. (Generated on $date at $time Hrs),10001,Pre-Registration,otp-sms-template,eng,TRUE,superadmin,now() +1129,Template for SMS Acknowledgement,Template for SMS Acknowledgement,txt,velocity,Your Pre-Registration for UIN is Completed Successfully on $Date at $Time. Your ID is #$PRID. Appointment is scheduled for $Appointmentdate at $Appointmenttime. you will also receive the details on your registered email address,10001,Pre-Registration,SMS-Acknowledgement,eng,TRUE,superadmin,now() +1124,Template for email confirmation,Template for email confirmation,txt,velocity,"Cher $name, +Votre application $ApplicationDetails est terminée avec succès le $Date à $Time. +Votre identifiant d'application est $ApplicationId. +Le rendez-vous est prévu pour $Appointmentdate à $Appointmenttime +dans le centre d'enregistrement $RegistrationCenterName à l'adresse du centre d'enregistrement +$RegistrationCenterAddress.",10001,Pré-inscription,Email-Acknowledgement,fra,TRUE,superadmin,now() +1125,On-screen recognition template,On-screen recognition template,txt,velocity,1. Ligne directrice 1 2. Ligne directrice 2 3. Ligne directrice 3 4. Ligne directrice 4 5. Ligne directrice 5 6. Ligne directrice 6 7. Ligne directrice 7 8. Ligne directrice 8 9. Ligne directrice 9 10. Ligne directrice 10,10001,Pré-inscription,Onscreen-Acknowledgement,fra,TRUE,superadmin,now() +1126,OTP Email Content Template,OTP Email Content Template,txt,velocity,"Cher $name, OTP pour Pre-Registration $PRID est $otp et est valide pour $validTime minutes. (Généré le $date à $time Hrs)",10001,Pré-inscription,otp-email-content-template,fra,TRUE,superadmin,now() +1127,Template for OTP email subject,Template for OTP email subject,txt,velocity,Pre-Registration $PRID: Requête OTP,10001,Pré-inscription,otp-email-subject-template,fra,TRUE,superadmin,now() +1128,Template for OTP SMS,Template for OTP SMS,txt,velocity,OTP pour Pre-Registration $PRID est $otp et est valide pour $validTime minutes. (Généré le $date à $time Hrs),10001,Pré-inscription,otp-sms-template,fra,TRUE,superadmin,now() +1129,Template for SMS Acknowledgment,Template for SMS Acknowledgment,txt,velocity,Votre pré-inscription pour UIN est terminée avec succès sur $Date à $Time. Votre ID est # $PRID. Le rendez-vous est prévu pour $Appointmentdate à $Appointmenttime. vous recevrez également les détails sur votre adresse email enregistrée,10001,Pré-inscription,SMS-Acknowledgement,fra,TRUE,superadmin,now() +1124,نموذج للإقرار بالبريد الإلكتروني,نموذج للإقرار بالبريد الإلكتروني,txt,velocity,"عزيزي $name، +اكتمل تطبيقك $ApplicationDetails بنجاح في $Date في $Time. +معرف التطبيق الخاص بك هو $ApplicationId. +تمت جدولة الموعد لـ $Appointmentdate بالدولار $Appointmenttime +في مركز التسجيل $RegistrationCenterName في عنوان مركز التسجيل +$RegistrationCenterAddress.",10001,التسجيل المسبق,Email-Acknowledgement,ara,TRUE,superadmin,now() +1125,نموذج للإقرار الظاهر على الشاشة,نموذج للإقرار الظاهر على الشاشة,txt,velocity,1 - المبدأ 1 2 - المبدأ 2 3 - المبدأ 3 - 4 - التوجيه 4 - 5 - 6 - التوجيه 6 - 7 - 8 - - 9 - - - 10 - - 10 - المبدأ التوجيهي 10,10001,التسجيل المسبق,Onscreen-Acknowledgement,ara,TRUE,superadmin,now() +1126,نموذج لمحتوى البريد الإلكتروني OTP,نموذج لمحتوى البريد الإلكتروني OTP,txt,velocity,عزيزي $ name ، TP للتسجيل المسبق $ PRID هو $ otp وهو صالح لمدة $ validTime دقيقة. (تم إنشاؤه في $ date في $ time Hrs),10001,التسجيل المسبق,otp-email-content-template,ara,TRUE,superadmin,now() +1127,نموذج لموضوع البريد الإلكتروني لمرة واحدة,نموذج لموضوع البريد الإلكتروني لمرة واحدة,txt,velocity,التسجيل المسبق $ PRID: طلب OTP,10001,التسجيل المسبق,otp-email-subject-template,ara,TRUE,superadmin,now() +1128,نموذج لإقرار SMS,نموذج لـ OTP SMS,txt,velocity,OTP للتسجيل المسبق $ PRID هو $ otp وهو صالح لمدة $ validTime minutes. (تم إنشاؤه في $ date في $ time Hrs),10001,التسجيل المسبق,otp-sms-template,ara,TRUE,superadmin,now() +1129,نموذج لإقرار SMS,نموذج لإقرار SMS,txt,velocity,اكتمل تسجيلك المسبق لـ UIN بنجاح في $ Date في $ Time. المعرف الخاص بك هو # $ PRID. تمت جدولة الموعد لـ Appointmentdate في موعده بالدولار. ستتلقى أيضًا التفاصيل على عنوان بريدك الإلكتروني المسجل,10001,التسجيل المسبق,SMS-Acknowledgement,ara,TRUE,superadmin,now() +1130,Template for email subject of Acknowledgement,Template for email subject of Acknowledgement,txt,velocity,Acknowledgement: $ApplicationDetails | Application ID: $ApplicationId,10001,Pre-Registration,Acknowledgement-email-subject,eng,TRUE,superadmin,now() +1131,UIN card template,UIN card template,html,velocity,"
| Logo | #if($isPhotoSet) | |||||
| $!UIN | ||||||
| $!fullName_eng | ||||||
| $!fullName_ara | ||||||
| $!dateOfBirth | ||||||
| $!gender_eng $!gender_ara | ||||||
| ||||||
| | For any issues please contact us at Registration Proccessor,Hanging Gardens,Global Village Tech Park, Mysore Rd,RVCE,Bengaluru, Karnataka 560059 لأية مشاكل يرجى الاتصال بنا على التسجيل المعالج، الحدائق المعلقة ، القرية العالمية Tech Park, Mysore Rd,RVCE 560059 بنغالورو، كارناتاكا |
| Logo | #if($isPhotoSet) | |||||
| $!UIN | ||||||
| $!fullName_fra | ||||||
| $!fullName_ara | ||||||
| $!dateOfBirth | ||||||
| $!gender_fra $!gender_ara | ||||||
| ||||||
| | Pour toute question s'il vous plaît contactez-nous au Inscription Processor, Hanging Gardens, Global Village Parc technologique, Mysore Rd, RVCE, Bangalore, Karnataka 560059 لأية مشاكل يرجى الاتصال بنا على التسجيل المعالج، الحدائق المعلقة ، القرية العالمية Tech Park, Mysore Rd,RVCE 560059 بنغالورو، كارناتاكا |
| Logo | #if($isPhotoSet) | |||||
| $!UIN | ||||||
| $!fullName_eng | ||||||
| $!fullName_ara | ||||||
| $!dateOfBirth | ||||||
| $!gender_eng $!gender_ara | ||||||
| ||||||
| | For any issues please contact us at Registration Proccessor,Hanging Gardens,Global Village Tech Park, Mysore Rd,RVCE,Bengaluru, Karnataka 560059 لأية مشاكل يرجى الاتصال بنا على التسجيل المعالج، الحدائق المعلقة ، القرية العالمية Tech Park, Mysore Rd,RVCE 560059 بنغالورو، كارناتاكا |
| Logo | | |||||
| $!UIN | ||||||
| $!VID | ||||||
| $!fullName_eng | ||||||
| $!fullName_ara | ||||||
| $!dateOfBirth | ||||||
| $!gender_eng $!gender_ara | ||||||
| ||||||
| | For any issues please contact us at Registration Proccessor,Hanging Gardens,Global Village Tech Park, Mysore Rd,RVCE,Bengaluru, Karnataka 560059 لأية مشاكل يرجى الاتصال بنا على التسجيل المعالج، الحدائق المعلقة ، القرية العالمية Tech Park, Mysore Rd,RVCE 560059 بنغالورو، كارناتاكا |
| Logo | | |||||
| $!UIN | ||||||
| $!VID | ||||||
| $!fullName_fra | ||||||
| $!fullName_ara | ||||||
| $!dateOfBirth | ||||||
| $!gender_eng $!gender_ara | ||||||
| ||||||
| | Pour toute question s'il vous plaît contactez-nous au Inscription Processor, Hanging Gardens, Global Village Parc technologique, Mysore Rd, RVCE, Bangalore, Karnataka 560059 لأية مشاكل يرجى الاتصال بنا على التسجيل المعالج، الحدائق المعلقة ، القرية العالمية Tech Park, Mysore Rd,RVCE 560059 بنغالورو، كارناتاكا |
| Logo | | |||||
| $!UIN | ||||||
| $!VID | ||||||
| $!fullName_eng | ||||||
| $!fullName_ara | ||||||
| $!dateOfBirth | ||||||
| $!gender_eng $!gender_ara | ||||||
| ||||||
| | For any issues please contact us at Registration Proccessor,Hanging Gardens,Global Village Tech Park, Mysore Rd,RVCE,Bengaluru, Karnataka 560059 لأية مشاكل يرجى الاتصال بنا على التسجيل المعالج، الحدائق المعلقة ، القرية العالمية Tech Park, Mysore Rd,RVCE 560059 بنغالورو، كارناتاكا |
| | #end ${ApplicationIDLabel} ${ApplicationID} | #if ( $UIN ) ${UINLabel} ${UIN} | #end ${DateLabel} ${Date} |
${NameLabel} ${NameValue} |
${DemographicInfo}
| $demographics.get(""fullName"").get(""label"") | #end|
|---|---|
| $demographics.get(""fullName"").get(""value"") | #end|
| $demographics.get(""dateOfBirth"").get(""label"") | #end|
| $demographics.get(""dateOfBirth"").get(""value"") | #end|
| $demographics.get(""gender"").get(""label"") | #end|
| $demographics.get(""gender"").get(""value"") | #end|
| $demographics.get(""phone"").get(""label"") | #end #if( $demographics.get(""email"") )$demographics.get(""email"").get(""label"") | #end
| $demographics.get(""phone"").get(""value"") | #end #if( $demographics.get(""email"") )$demographics.get(""email"").get(""value"") | #end
| $demographics.get(""addressLine1"").get(""label"") | #end #if( $demographics.get(""addressLine2"") )$demographics.get(""addressLine2"").get(""label"") | #end #if( $demographics.get(""addressLine3"") )$demographics.get(""addressLine3"").get(""label"") | #end
|---|---|---|
| $demographics.get(""addressLine1"").get(""value"") | #end #if( $demographics.get(""addressLine2"") )$demographics.get(""addressLine2"").get(""value"") | #end #if( $demographics.get(""addressLine3"") )$demographics.get(""addressLine3"").get(""value"") | #end
| $demographics.get(""region"").get(""label"") | #end #if( $demographics.get(""province"") )$demographics.get(""province"").get(""label"") | #end #if( $demographics.get(""city"") )$demographics.get(""city"").get(""label"") | #end
|---|---|---|
| $demographics.get(""region"").get(""value"") | #end #if( $demographics.get(""province"") )$demographics.get(""province"").get(""value"") | #end #if( $demographics.get(""city"") )$demographics.get(""city"").get(""value"") | #end
| $demographics.get(""zone"").get(""label"") | #end #if( $demographics.get(""postalCode"") )$demographics.get(""postalCode"").get(""label"") | #end
|---|---|
| $demographics.get(""zone"").get(""value"") | #end #if( $demographics.get(""postalCode"") )$demographics.get(""postalCode"").get(""value"") | #end
| $demographics.get(""modeOfClaim"").get(""label"") | #end|
| $demographics.get(""modeOfClaim"").get(""value"") | #end
| $demographics.get(""parentOrGuardianName"").get(""label"") | #if( $demographics.get(""parentOrGuardianRID"") )$demographics.get(""parentOrGuardianRID"").get(""label"") | #end #if( $demographics.get(""parentOrGuardianUIN"") )$demographics.get(""parentOrGuardianUIN"").get(""label"") | #end
|---|---|---|
| $demographics.get(""parentOrGuardianName"").get(""value"") | #if( $demographics.get(""parentOrGuardianRID"") )$demographics.get(""parentOrGuardianRID"").get(""value"") | #end #if( $demographics.get(""parentOrGuardianUIN"") )$demographics.get(""parentOrGuardianUIN"").get(""value"") | #end
| ${Photo} |
${DocumentsLabel}
| $documents.get($key).get(""label"") $documents.get($key).get(""value"") |
${BiometricsLabel}
| $biometrics.get($key).get(""label"") ${Fingers} ( $biometrics.get($key).get(""FingerCount"") ),${Iris} ( $biometrics.get($key).get(""IrisCount"") ),${Face} ( $biometrics.get($key).get(""FaceCount"") ) |
| ${LeftEyeLabel} | #end #if( $biometrics.get($key).get(""CapturedRightEye"") ) ${RightEyeLabel} | #end
#if( !$isPreview ) $biometrics.get($key).get(""LeftEye"") | #end #if( $biometrics.get($key).get(""CapturedRightEye"") ) #if( !$isPreview ) $biometrics.get($key).get(""RightEye"") | #end
| ${LeftPalmLabel} | #end #if( $biometrics.get($key).get(""CapturedRightSlap"") ) ${RightPalmLabel} | #end #if( $biometrics.get($key).get(""CapturedThumbs"") ) ${ThumbsLabel} | #end ||||||
#if( !$isPreview )
| #end #if( $biometrics.get($key).get(""CapturedRightSlap"") ) #if( !$isPreview )
| #end #if( $biometrics.get($key).get(""CapturedThumbs"") ) #if( !$isPreview )
| #end
| ${FaceLabel} | #end #if( $biometrics.get($key).get(""subType"") == ""applicant"" && $ExceptionImageSource ) ${ExceptionPhotoLabel} | #end
| | #end
| ${RONameLabel} ${ROName} | ${RegCenterLabel} ${RegCenter} |
${ImportantGuidelines}
| | #end ${ApplicationIDLabel} ${ApplicationID} | #if ( $UIN ) ${UINLabel} ${UIN} | #end ${DateLabel} ${Date} |
${NameLabel} ${NameValue} |
${DemographicInfo}
| $demographics.get(""fullName"").get(""label"") | #end|
|---|---|
| $demographics.get(""fullName"").get(""value"") | #end|
| $demographics.get(""dateOfBirth"").get(""label"") | #end|
| $demographics.get(""dateOfBirth"").get(""value"") | #end|
| $demographics.get(""gender"").get(""label"") | #end|
| $demographics.get(""gender"").get(""value"") | #end|
| $demographics.get(""phone"").get(""label"") | #end #if( $demographics.get(""email"") )$demographics.get(""email"").get(""label"") | #end
| $demographics.get(""phone"").get(""value"") | #end #if( $demographics.get(""email"") )$demographics.get(""email"").get(""value"") | #end
| $demographics.get(""addressLine1"").get(""label"") | #end #if( $demographics.get(""addressLine2"") )$demographics.get(""addressLine2"").get(""label"") | #end #if( $demographics.get(""addressLine3"") )$demographics.get(""addressLine3"").get(""label"") | #end
|---|---|---|
| $demographics.get(""addressLine1"").get(""value"") | #end #if( $demographics.get(""addressLine2"") )$demographics.get(""addressLine2"").get(""value"") | #end #if( $demographics.get(""addressLine3"") )$demographics.get(""addressLine3"").get(""value"") | #end
| $demographics.get(""region"").get(""label"") | #end #if( $demographics.get(""province"") )$demographics.get(""province"").get(""label"") | #end #if( $demographics.get(""city"") )$demographics.get(""city"").get(""label"") | #end
|---|---|---|
| $demographics.get(""region"").get(""value"") | #end #if( $demographics.get(""province"") )$demographics.get(""province"").get(""value"") | #end #if( $demographics.get(""city"") )$demographics.get(""city"").get(""value"") | #end
| $demographics.get(""zone"").get(""label"") | #end #if( $demographics.get(""postalCode"") )$demographics.get(""postalCode"").get(""label"") | #end
|---|---|
| $demographics.get(""zone"").get(""value"") | #end #if( $demographics.get(""postalCode"") )$demographics.get(""postalCode"").get(""value"") | #end
| $demographics.get(""modeOfClaim"").get(""label"") | #end|
| $demographics.get(""modeOfClaim"").get(""value"") | #end
| $demographics.get(""parentOrGuardianName"").get(""label"") | #if( $demographics.get(""parentOrGuardianRID"") )$demographics.get(""parentOrGuardianRID"").get(""label"") | #end #if( $demographics.get(""parentOrGuardianUIN"") )$demographics.get(""parentOrGuardianUIN"").get(""label"") | #end
|---|---|---|
| $demographics.get(""parentOrGuardianName"").get(""value"") | #if( $demographics.get(""parentOrGuardianRID"") )$demographics.get(""parentOrGuardianRID"").get(""value"") | #end #if( $demographics.get(""parentOrGuardianUIN"") )$demographics.get(""parentOrGuardianUIN"").get(""value"") | #end
| ${Photo} |
${DocumentsLabel}
| $documents.get($key).get(""label"") $documents.get($key).get(""value"") |
${BiometricsLabel}
| $biometrics.get($key).get(""label"") ${Fingers} ( $biometrics.get($key).get(""FingerCount"") ),${Iris} ( $biometrics.get($key).get(""IrisCount"") ),${Face} ( $biometrics.get($key).get(""FaceCount"") ) |
| ${LeftEyeLabel} | #end #if( $biometrics.get($key).get(""CapturedRightEye"") ) ${RightEyeLabel} | #end
#if( !$isPreview ) $biometrics.get($key).get(""LeftEye"") | #end #if( $biometrics.get($key).get(""CapturedRightEye"") ) #if( !$isPreview ) $biometrics.get($key).get(""RightEye"") | #end
| ${LeftPalmLabel} | #end #if( $biometrics.get($key).get(""CapturedRightSlap"") ) ${RightPalmLabel} | #end #if( $biometrics.get($key).get(""CapturedThumbs"") ) ${ThumbsLabel} | #end ||||||
#if( !$isPreview )
| #end #if( $biometrics.get($key).get(""CapturedRightSlap"") ) #if( !$isPreview )
| #end #if( $biometrics.get($key).get(""CapturedThumbs"") ) #if( !$isPreview )
| #end
| ${FaceLabel} | #end #if( $biometrics.get($key).get(""subType"") == ""applicant"" && $ExceptionImageSource ) ${ExceptionPhotoLabel} | #end
| | #end
| ${RONameLabel} ${ROName} | ${RegCenterLabel} ${RegCenter} |
${ImportantGuidelines}
| $userDetails.get($key).get(userId) | $userDetails.get($key).get(userName) |
#if( $key != Updates ) $key #end | ||
|
| $userDetails.get($key).get(userId) | $userDetails.get($key).get(userName) |
#if( $key != Updates ) $key #end | ||
|
| $userDetails.get($key).get(userId) | $userDetails.get($key).get(userName) |
#if( $key != Updates ) $key #end | ||
|
+
+ Type d'identification : VID
+ carte
Nom : $nom
Date de naissance : $dateDeNaissance
+ +VID : $vid
+ +Type de VID : $typeDeVid
+ +Généré le : $genratedOnTimestamp
+ +Expire le : $expiryTimestamp
+ +Transactions restantes : $transactionsLeftCount
+ +|
+
+ Logo
+ |
+ + |
+
+
+ #if($isPhotoSet)
+ |
+ ||||||
|
+ $!UIN
+ |
+ ||||||||
|
+ $!fullName_kan
+ |
+ ||||||||
|
+ $!fullName_hin
+ |
+ ||||||||
|
+ $!fullName_tam
+ |
+ ||||||||
|
+ $!dateOfBirth
+ |
+ ||||||||
|
+ $!gender_kan $!gender_hin $!gender_tam
+ |
+ ||||||||
|
+
+
+
+
+
+
+
|
+ ||||||||
|
+
+
+
+
+
+ |
+
+ ಯಾವುದೇ ಸಮಸ್ಯೆಗಳಿಗೆ ದಯವಿಟ್ಟು ನಮ್ಮನ್ನು ಇಲ್ಲಿ ಸಂಪರ್ಕಿಸಿ ನೋಂದಣಿ ಪ್ರೊಸೆಸರ್, ಹ್ಯಾಂಗಿಂಗ್ ಗಾರ್ಡನ್ಸ್, ಗ್ಲೋಬಲ್ ವಿಲೇಜ್ ಟೆಕ್ ಪಾರ್ಕ್, ಮೈಸೂರು ರಸ್ತೆ, RVCE, ಬೆಂಗಳೂರು, ಕರ್ನಾಟಕ 560059 किसी भी मुद्दे के लिए कृपया हमसे संपर्क करें पंजीकरण प्रोसेसर, हैंगिंग गार्डन, ग्लोबल विलेज टेक पार्क, मैसूर रोड, आरवीसीई, बेंगलुरु, कर्नाटक 560059 ஏதேனும் சிக்கல்களுக்கு எங்களை தொடர்பு கொள்ளவும் பதிவு செயலி, தொங்கும் தோட்டம், குளோபல் வில்லேஜ் டெக் பார்க், மைசூர் சாலை, RVCE, பெங்களூரு, கர்நாடகா 560059 |
+
| ಲೋಗೋ | | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| $!UIN | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| <ಲೇಬಲ್ class=name-head-color>VID : $!VID | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| $!fullName_eng | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| $!fullName_ara label td> | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| $! ಹುಟ್ಟಿದ ದಿನಾಂಕ | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| $!gender_eng $!gender_ara | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
${dashBoard}${ಬಳಕೆದಾರರು}
#if ( $name )
${DemographicInfo}
${DocumentsLabel}
${BiometricsLabel} #foreach( $key in $biometrics.keySet() )
${ImportantGuidelines}
ಹೇಳಿರುವ ಪ್ರಾಧಿಕಾರದಿಂದ ನೋಂದಣಿಯ ಸಮಯದಲ್ಲಿ ನನ್ನ ಬಗ್ಗೆ ಸಂಗ್ರಹಿಸಿದ ಡೇಟಾವು ,10002,ನೋಂದಣಿ ಗ್ರಾಹಕ,Registration Consent,kan,TRUE,superadmin,now()
+1272,ಹೆಚ್ಚುವರಿ ಮಾಹಿತಿಗಾಗಿ ಇಮೇಲ್ ಟೆಂಪ್ಲೇಟ್ ವಿನಂತಿಸುತ್ತಿದೆ,ಹೆಚ್ಚುವರಿ ಮಾಹಿತಿಗಾಗಿ ಇಮೇಲ್ ಟೆಂಪ್ಲೇಟ್ ವಿನಂತಿಸುತ್ತಿದೆ,txt,velocity,"ಆತ್ಮೀಯ $!name_eng,
+
+ನೋಂದಣಿ ID ಗಾಗಿ UIN ಗಾಗಿ ನಿಮ್ಮ ವಿನಂತಿ: ಹೆಚ್ಚುವರಿInfoRequestId $!additionalInfoRequestId ಮತ್ತು ಹೆಚ್ಚುವರಿInfoProcess $!additionalInfoProcess ಜೊತೆಗೆ ಹೆಚ್ಚುವರಿ ವಿವರಗಳ ಅಗತ್ಯವಿರುವ ಕಾರಣ $!RID ಅನ್ನು ತಡೆಹಿಡಿಯಲಾಗಿದೆ. UIN ಅಪ್ಲಿಕೇಶನ್ನಲ್ಲಿ ಪ್ರಗತಿ ಸಾಧಿಸಲು ದಯವಿಟ್ಟು ನಿಮ್ಮ ಹತ್ತಿರದ ನೋಂದಣಿ ಕಚೇರಿಗೆ ಭೇಟಿ ನೀಡಿ ಅಥವಾ https://mosip.io/grievances ಗೆ ಭೇಟಿ ನೀಡಿ
+
+ಧನ್ಯವಾದಗಳು",10003, ನೋಂದಣಿ ಪ್ರೊಸೆಸರ್,RPR_PAUSED_FOR_ADD_INFO_EMAIL,kan,TRUE,superadmin,now()
+1273,ಹೆಚ್ಚುವರಿ ಮಾಹಿತಿಗಾಗಿ SMS ಟೆಂಪ್ಲೇಟ್ ವಿನಂತಿಸುತ್ತಿದೆ,ಹೆಚ್ಚುವರಿ ಮಾಹಿತಿಗಾಗಿ ಇಮೇಲ್ ಟೆಂಪ್ಲೇಟ್ ವಿನಂತಿಸುತ್ತಿದೆ,txt,velocity,"ಆತ್ಮೀಯ $!name_eng,
+
+ರೆಕಾರ್ಡ್ ಐಡಿಗಾಗಿ ನಿಮ್ಮ UIN ವಿನಂತಿ: $!RID ಬಾಕಿ ಉಳಿದಿದೆ ಏಕೆಂದರೆ ನಿಮಗೆ ಹೆಚ್ಚುವರಿInfoRequestId $!additionalInfoRequestId ಮತ್ತು ಹೆಚ್ಚುವರಿInfoProcess $!additionalInfoProcess ಜೊತೆಗೆ ಹೆಚ್ಚುವರಿ ವಿವರಗಳು ಬೇಕಾಗುತ್ತವೆ. UIN ಅಪ್ಲಿಕೇಶನ್ನಲ್ಲಿ ಪ್ರಗತಿ ಸಾಧಿಸಲು ದಯವಿಟ್ಟು ನಿಮ್ಮ ಹತ್ತಿರದ ರಿಜಿಸ್ಟ್ರಾರ್ಗೆ ಭೇಟಿ ನೀಡಿ ಅಥವಾ https://mosip.io/grievances ಗೆ ಭೇಟಿ ನೀಡಿ.",10003, ನೋಂದಣಿ ಪ್ರೊಸೆಸರ್,RPR_PAUSED_FOR_ADD_INFO_SMS,kan,TRUE,superadmin,now()
+1274,ನೀವು ಈಗಾಗಲೇ ನೋಂದಾಯಿಸಿರುವ ಕಾರಣ ನೋಂದಣಿ ವಿಫಲವಾಗಿದೆ,ನೀವು ಈಗಾಗಲೇ ನೋಂದಾಯಿಸಿರುವ ಕಾರಣ ನೋಂದಣಿ ವಿಫಲವಾಗಿದೆ,txt,velocity,ನೀವು ಈಗಾಗಲೇ ನೋಂದಾಯಿಸಿರುವ ಕಾರಣ ನೋಂದಣಿ ವಿಫಲವಾಗಿದೆ,10003, ನೋಂದಣಿ ಪ್ರೊಸೆಸರ್,RPR_DUP_UIN_EMAIL_SUB,kan,TRUE,superadmin,now()
+1275,ತಾಂತ್ರಿಕ ಸಮಸ್ಯೆಯಿರುವ ಕಾರಣ ಮರು-ನೋಂದಣಿ ಮಾಡಿ,ತಾಂತ್ರಿಕ ಸಮಸ್ಯೆಯಿರುವ ಕಾರಣ ಮರು-ನೋಂದಣಿ ಮಾಡಿ,txt,velocity,ತಾಂತ್ರಿಕ ಸಮಸ್ಯೆಯಿರುವ ಕಾರಣ ಮರು-ನೋಂದಣಿ ಮಾಡಿ,10003, ನೋಂದಣಿ ಪ್ರೊಸೆಸರ್,RPR_TEC_ISSUE_EMAIL_SUB,kan,TRUE,superadmin,now()
+1276,Uin ಅನ್ನು ಯಶಸ್ವಿಯಾಗಿ ಸಕ್ರಿಯಗೊಳಿಸಲಾಗಿದೆ,Uin ಅನ್ನು ಯಶಸ್ವಿಯಾಗಿ ಸಕ್ರಿಯಗೊಳಿಸಲಾಗಿದೆ,txt,velocity,Uin ಅನ್ನು ಯಶಸ್ವಿಯಾಗಿ ಸಕ್ರಿಯಗೊಳಿಸಲಾಗಿದೆ,10003, ನೋಂದಣಿ ಪ್ರೊಸೆಸರ್,RPR_UIN_REAC_EMAIL_SUB,kan,TRUE,superadmin,now()
+1277,Uin ನಿಷ್ಕ್ರಿಯಗೊಳಿಸಲಾಗಿದೆ,Uin ನಿಷ್ಕ್ರಿಯಗೊಳಿಸಲಾಗಿದೆ,txt,velocity,Uin ನಿಷ್ಕ್ರಿಯಗೊಳಿಸಲಾಗಿದೆ,10003, ನೋಂದಣಿ ಪ್ರೊಸೆಸರ್,RPR_UIN_DEAC_EMAIL_SUB,kan,TRUE,superadmin,now()
+1278,UIN ರಚಿಸಲಾಗಿದೆ,UIN ರಚಿಸಲಾಗಿದೆ,txt,velocity,UIN ರಚಿಸಲಾಗಿದೆ,10003, ನೋಂದಣಿ ಪ್ರೊಸೆಸರ್,RPR_UIN_GEN_EMAIL_SUB,kan,TRUE,superadmin,now()
+1280,UIN ಅಪ್ಲಿಕೇಶನ್ನಲ್ಲಿ ಪ್ರಗತಿಗಾಗಿ ಹೆಚ್ಚುವರಿ ವಿವರಗಳನ್ನು ವಿನಂತಿಸಲಾಗುತ್ತಿದೆ,UIN ಅಪ್ಲಿಕೇಶನ್ನಲ್ಲಿ ಪ್ರಗತಿಗಾಗಿ ಹೆಚ್ಚುವರಿ ವಿವರಗಳನ್ನು ವಿನಂತಿಸಲಾಗುತ್ತಿದೆ,txt,velocity,UIN ಅಪ್ಲಿಕೇಶನ್ನಲ್ಲಿ ಪ್ರಗತಿಗಾಗಿ ಹೆಚ್ಚುವರಿ ವಿವರಗಳನ್ನು ವಿನಂತಿಸಲಾಗುತ್ತಿದೆ,10003, ನೋಂದಣಿ ಪ್ರೊಸೆಸರ್,RPR_PAUSED_FOR_ADD_INFO_EMAIL_SUB,kan,TRUE,superadmin,now()
+1281,ನೇಮಕಾತಿ ರದ್ದುಗೊಳಿಸುವ ಇಮೇಲ್ ವಿಷಯಕ್ಕಾಗಿ ಟೆಂಪ್ಲೇಟ್,ನೇಮಕಾತಿ ರದ್ದುಗೊಳಿಸುವ ಇಮೇಲ್ ವಿಷಯಕ್ಕಾಗಿ ಟೆಂಪ್ಲೇಟ್,txt,velocity,ನೇಮಕಾತಿಯನ್ನು ರದ್ದುಗೊಳಿಸಲಾಗಿದೆ: ಅಪ್ಲಿಕೇಶನ್ $PRID,10001, ಪೂರ್ವ ನೋಂದಣಿ,cancel-appointment-email-subject,kan,TRUE,superadmin,now()
+1102,प्रमाणीकरण सामग्री के लिए टेम्पलेट,प्रमाणीकरण सामग्री के लिए टेम्पलेट,txt,velocity,$ idvidType $ idvid प्रमाणीकरण $ स्थिति,10004,आईडी प्रमाणीकरण,auth-email-subject,hin,TRUE,superadmin,now()
+1103,प्रमाणीकरण एसएमएस के लिए टेम्पलेट ,प्रमाणीकरण एसएमएस के लिए टेम्पलेट,txt,velocity,MOSIP सेवाओं द्वारा परिनियोजित डिवाइस पर $ idvidType $ idvid का आपका प्रमाणीकरण $ authType पर $ date $ timehour $status का उपयोग कर रहा है।,10004,आईडी प्रमाणीकरण,auth-sms,hin,TRUE,superadmin,now()
+1107,नकली यूआईएन ईमेल के लिए टेम्पलेट,नकली यूआईएन ईमेल के लिए टेम्पलेट,txt,velocity,"प्रिय $!name_eng, पंजीकरण आईडी के लिए UIN के लिए आपका अनुरोध: $! RID विफल हो गया क्योंकि आपके विवरण के विरुद्ध एक नकली UIN पाया गया था। कृपया अपने नजदीकी पंजीकरण कार्यालय में जाएँ या https://mosip.io/grievances पर जाएँ धन्यवाद",10003,पंजीकरण प्रोसेसर,RPR_DUP_UIN_EMAIL,hin,TRUE,superadmin,now()
+1108,नकली यूआईएन एसएमएस के लिए टेम्पलेट,नकली यूआईएन एसएमएस के लिए टेम्पलेट,txt,velocity,"प्रिय $!name_eng, पंजीकरण आईडी के लिए UIN के लिए आपका अनुरोध: $! RID विफल हो गया क्योंकि आपके विवरण के विरुद्ध एक नकली UIN पाया गया था। कृपया अपना ನೋಂದಣಿ ಕಚೇರಿಗೆ ಭೇಟಿ ನೀಡಿ ಅಥವಾ https://mosip.io/grievances ಗೆ ಭೇಟಿ ನೀಡಿ",10003,पंजीकरण प्रोसेसर,RPR_DUP_UIN_SMS,hin,TRUE,superadmin,now()
+1109,ईमेल के लिए टेम्पलेट ,ईमेल के लिए टेम्पलेट,txt,velocity,"प्रिय $!name_eng, पंजीकरण आईडी UIN के लिए आपका अनुरोध: $! RID एक तकनीकी समस्या के कारण विफल हो गया। कृपया अपने नजदीकी पंजीकृत कार्यालय में जाएँ या https://mosip.io/grievances पर जाएँ धन्यवाद",10003,पंजीकरण प्रोसेसर,RPR_TEC_ISSUE_EMAIL,hin,TRUE,superadmin,now()
+1110,तकनीकी समस्या के लिए टेम्प्लेट एसएमएस,तकनीकी समस्या के लिए टेम्प्लेट एसएमएस,txt,velocity,"प्रिय $!name_eng, पंजीकरण आईडी UIN के लिए आपका अनुरोध: $! RID एक तकनीकी समस्या के कारण विफल हो गया। कृपया अपने नजदीकी पंजीकृत कार्यालय में जाएँ या https://mosip.io/grievances पर जाएँ धन्यवाद",10003,पंजीकरण प्रोसेसर,RPR_TEC_ISSUE_SMS,hin,TRUE,superadmin,now()
+1111,यूआईएन जनरेशन ईमेल के लिए टेम्प्लेट,यूआईएन जनरेशन ईमेल के लिए टेम्प्लेट,txt,velocity,"प्रिय $name_eng, पंजीकरण आईडी के लिए आपका यूआईएन: $! आरआईडी सफलतापूर्वक बनाया गया है और जल्द ही आपके डाक पते पर पहुंच जाएगा। शुक्रिया",10003,पंजीकरण प्रोसेसर,RPR_UIN_GEN_EMAIL,hin,TRUE,superadmin,now()
+1112,यूआईएन पीढ़ी एसएमएस के लिए टेम्पलेट,यूआईएन पीढ़ी एसएमएस के लिए टेम्पलेट,txt,velocity,"प्रिय $name_eng, पंजीकरण आईडी के लिए आपका यूआईएन: $! आरआईडी सफलतापूर्वक बनाया गया है और जल्द ही आपके डाक पते पर पहुंच जाएगा। शुक्रिया",10003,पंजीकरण प्रोसेसर,RPR_UIN_GEN_SMS,hin,TRUE,superadmin,now()
+1153,एसएमएस में ओटीपी के लिए टेम्प्लेट,एसएमएस में ओटीपी के लिए टेम्प्लेट,txt,velocity, idvidType $ idvid के लिए OTP $ otp है और $ValidTime मिनटों के लिए वैध है। ($ दिन पर $ समय घंटे में बनाया गया),10004,आईडी प्रमाणीकरण,ida-auth-otp-sms-template,hin,TRUE,superadmin,now()
+1169,पुष्टिकरण प्रकार ईमेल का सफल लॉक,पुष्टिकरण प्रकार ईमेल का सफल लॉक,txt,velocity,"नमस्ते $ fullName_eng, आपने अनुरोधित AUTH प्रकार (प्रकारों) को सफलतापूर्वक लॉक कर दिया है। धन्यवाद!",10006,घरेलू सेवाएं,RS_LOCK_AUTH_SUCCESS_EMAIL,hin,TRUE,superadmin,now()
+1113,अद्यतन विवरण के लिए टेम्पलेट ईमेल,अद्यतन विवरण के लिए टेम्पलेट ईमेल,txt,velocity,"प्रिय $!name_eng, पंजीकरण आईडी के लिए आपका UIN विवरण: $! RID को अपडेट कर दिया गया है और आपके UIN कार्ड की एक भौतिक प्रति शीघ्र ही आपके डाक पते पर पहुंच जाएगी। शुक्रिया ",10003,पंजीकरण प्रोसेसर,RPR_UIN_UPD_EMAIL,hin,TRUE,superadmin,now()
+1114,अद्यतन विवरण के लिए टेम्प्लेट एसएमएस,अद्यतन विवरण के लिए टेम्प्लेट एसएमएस,txt,velocity,"प्रिय $!name_eng, पंजीकरण आईडी के लिए आपका UIN विवरण: $! RID को अपडेट कर दिया गया है और आपके UIN कार्ड की एक भौतिक प्रति शीघ्र ही आपके डाक पते पर पहुंच जाएगी। शुक्रिया ",10003,पंजीकरण प्रोसेसर,RPR_UIN_UPD_SMS,hin,TRUE,superadmin,now()
+1115,नई पंजीकरण ईमेल सामग्री के लिए टेम्पलेट,नई पंजीकरण ईमेल सामग्री के लिए टेम्पलेट,txt,velocity,"प्रिय $name, डिजिटल पहचान प्लेटफॉर्म के साथ पंजीकरण करने के लिए धन्यवाद। आपकी पंजीकरण आईडी $ पंजीकरण आईडी है। यदि आपको अपने विवरण में कोई सुधार करने की आवश्यकता है, तो कृपया अगले 4 दिनों के भीतर पंजीकरण केंद्र से संपर्क करें।",10008,पंजीकरण ग्राहक,NewReg-email-content-template,hin,TRUE,superadmin,now()
+1116,नई पंजीकरण ईमेल सामग्री के लिए टेम्पलेट,नई पंजीकरण ईमेल सामग्री के लिए टेम्पलेट,txt,velocity,पंजीकरण पुष्टि,10008,पंजीकरण ग्राहक,NewReg-email-subject-template,hin,TRUE,superadmin,now()
+1117,नए पंजीकरण के लिए टेम्प्लेट एसएमएस,नए पंजीकरण के लिए टेम्प्लेट एसएमएस,txt,velocity,"प्रिय $name, डिजिटल पहचान प्लेटफॉर्म के साथ पंजीकरण करने के लिए धन्यवाद। आपकी पंजीकरण आईडी $RegistrationID है। यदि आपको अपने विवरण में कोई सुधार करने की आवश्यकता है, तो कृपया अगले 4 दिनों के भीतर पंजीकरण केंद्र से संपर्क करें।",10008,पंजीकरण ग्राहक,NewReg-sms-template,hin,TRUE,superadmin,now()
+1118,ओटीपी पीढ़ी की ईमेल सामग्री के लिए टेम्पलेट,ओटीपी पीढ़ी की ईमेल सामग्री के लिए टेम्पलेट,txt,velocity,"प्रिय $name, $username उपयोगकर्ता नाम के लिए ओटीपी $otp है और $validtime मिनटों के लिए मान्य है ($date पर $time घंटे में उत्पन्न)",10008,पंजीकरण ग्राहक,OTP-email-content-template,hin,TRUE,superadmin,now()
+1119,ओटीपी पीढ़ी की ईमेल सामग्री के लिए टेम्पलेट,ओटीपी पीढ़ी की ईमेल सामग्री के लिए टेम्पलेट,txt,velocity,डिजिटल पहचान मंच से वन टाइम पासवर्ड,10008,पंजीकरण ग्राहक,OTP-email-subject-template,hin,TRUE,superadmin,now()
+1120,ओटीपी एसएमएस के लिए टेम्प्लेट,ओटीपी एसएमएस के लिए टेम्प्लेट,txt,velocity,"प्रिय $name, $username के लिए ओटीपी $otp है और $validtime मिनटों के लिए वैध है ($date पर $time घंटे में बनाया गया)।",10008,पंजीकरण ग्राहक,OTP-sms-template,hin,TRUE,superadmin,now()
+1121,नवीनीकरण पंजीकरण के लिए टेम्पलेट ईमेल सामग्री,नवीनीकरण पंजीकरण के लिए टेम्पलेट ईमेल सामग्री,txt,velocity,"प्रिय $name, डिजिटल पहचान प्लेटफॉर्म के साथ अपने विवरण अपडेट करने के लिए धन्यवाद। आपकी पंजीकरण आईडी $RegistrationID है। यदि आपको अपने विवरण में कोई सुधार करने की आवश्यकता है, तो कृपया अगले 4 दिनों के भीतर पंजीकरण केंद्र से संपर्क करें.",10008,पंजीकरण ग्राहक,Update-email-content-template,hin,TRUE,superadmin,now()
+1122,नवीनीकरण पंजीकरण के लिए टेम्पलेट ईमेल सामग्री ,नवीनीकरण पंजीकरण के लिए टेम्पलेट ईमेल सामग्री,txt,velocity,पंजीकरण नवीनीकरण की पुष्टि,10008,पंजीकरण ग्राहक,Update-email-subject-template,hin,TRUE,superadmin,now()
+1123,नवीनीकरण पंजीकरण के लिए टेम्प्लेट एसएमएस,नवीनीकरण पंजीकरण के लिए टेम्प्लेट एसएमएस,txt,velocity,"प्रिय $ नाम, डिजिटल पहचान प्लेटफॉर्म के साथ अपने विवरण अपडेट करने के लिए धन्यवाद। आपकी पंजीकरण आईडी $ पंजीकरण आईडी है। यदि आपको अपने विवरण में कोई सुधार करने की आवश्यकता है, तो कृपया अगले 4 दिनों के भीतर पंजीकरण केंद्र से संपर्क करें।",10008,पंजीकरण ग्राहक,Update-sms-template,hin,TRUE,superadmin,now()
+1420,Unlocked status,Unlocked status,txt,velocity,unlocked,10006,Resident Services,mosip.unlocked.template.property,eng,TRUE,superadmin,now()
+1124,ईमेल पावती के लिए टेम्पलेट ,ईमेल पावती के लिए टेम्पलेट,txt,velocity,"प्रिय $ नाम, UIN के लिए आपका पूर्व-पंजीकरण सफलतापूर्वक $ Time on $ Date में सफलतापूर्वक पूरा कर लिया गया है। आपकी आईडी #$ PRID है। $ अपॉइंटमेंट की तारीख को $ अपॉइंटमेंट समय पर एक अपॉइंटमेंट सौंपा गया है। \ R \ nपंजीकरण केंद्र के पते में $ पंजीकरण केंद्र नाम पंजीकृत करने के लिए $ पंजीकरण केंद्र पता। आपको अपने पंजीकृत मोबाइल नंबर पर भी विवरण प्राप्त होगा
+",10001,पूर्व-पंजीकरण,Email-Acknowledgement,hin,TRUE,superadmin,now()
+1125,ऑनस्क्रीन स्वीकृति के लिए टेम्प्लेट,ऑनस्क्रीन स्वीकृति के लिए टेम्प्लेट,txt,velocity,1. दिशानिर्देश 1 2. दिशानिर्देश 2 3. दिशानिर्देश 3 4. दिशानिर्देश 4 5. दिशानिर्देश 5 6. दिशानिर्देश 6 7. दिशानिर्देश 7 8. दिशानिर्देश 8 9. दिशानिर्देश 9 10. दिशानिर्देश 10,10001,पूर्व-पंजीकरण,Onscreen-Acknowledgement,hin,TRUE,superadmin,now()
+1126,ओटीपी ईमेल सामग्री के लिए टेम्पलेट,ओटीपी ईमेल सामग्री के लिए टेम्पलेट,txt,velocity,"प्रिय $name, पूर्व-पंजीकरण के लिए टिप $ Pride Eyes $ OTP और $ Valid Minutes के लिए मान्य है। ($ timehorse पर $ date पर उत्पन्न)",10001,पूर्व-पंजीकरण,otp-email-content-template,hin,TRUE,superadmin,now()
+1127,ओटीपी ईमेल सामग्री के लिए टेम्पलेट,ओटीपी ईमेल सामग्री के लिए टेम्पलेट,txt,velocity,पूर्व-पंजीकरण $ PRID: OTP अनुरोध,10001,पूर्व-पंजीकरण,otp-email-subject-template,hin,TRUE,superadmin,now()
+1128,ओटीपी एसएमएस के लिए टेम्प्लेट,ओटीपी एसएमएस के लिए टेम्प्लेट,txt,velocity,प्री-रजिस्ट्रेशन के लिए ओटीपी $ PRID $ otp है और $ ValidTime मिनटों के लिए वैध है। ($ दिन पर $ समय घंटे में बनाया गया),10001,पूर्व-पंजीकरण,otp-sms-template,hin,TRUE,superadmin,now()
+1129,एसएमएस रसीद के लिए टेम्पलेट,एसएमएस रसीद के लिए टेम्पलेट,txt,velocity,UIN के लिए आपका पूर्व-पंजीकरण $Date को $Time पर सफलतापूर्वक पूरा कर लिया गया है। आपकी आईडी #$PRID है। अपॉइंटमेंट $apointmentdate के लिए $appointmenttime पर शेड्यूल किया गया है। आपको अपने पंजीकृत ईमेल पते पर भी विवरण प्राप्त होगा,10001,पूर्व-पंजीकरण,SMS-Acknowledgement,hin,TRUE,superadmin,now()
+1130,पावती ईमेल सामग्री के लिए एक टेम्पलेट,पावती ईमेल सामग्री के लिए एक टेम्पलेट,txt,velocity,आवेदन $PRID: पावती,10001,पूर्व-पंजीकरण,Acknowledgement-email-subject,hin,TRUE,superadmin,now()
+1131,यूआईएन कार्ड टेम्पलेट,यूआईएन कार्ड टेम्पलेट,html,velocity,"
+
+
+
+
+ ಒಳಗೊಂಡಿದೆ ಎಂದು ನಾನು ಅರ್ಥಮಾಡಿಕೊಂಡಿದ್ದೇನೆ • ಹೆಸರು • ಹುಟ್ಟಿದ ದಿನಾಂಕ • ಲಿಂಗ • ವಿಳಾಸ • ಸಂಪರ್ಕ ವಿವರಗಳು • ದಾಖಲೆಗಳು • ಬಯೋಮೆಟ್ರಿಕ್ಸ್ br> ವಿವಿಧ ಸೇವೆಗಳನ್ನು ಪ್ರವೇಶಿಸಲು ಅಥವಾ ಕಾನೂನು ಬಾಧ್ಯತೆಯನ್ನು ಅನುಸರಿಸಲು ನನ್ನ ಗುರುತನ್ನು ಪರಿಶೀಲಿಸುವ ಉದ್ದೇಶಕ್ಕಾಗಿ ಈ ಮಾಹಿತಿಯನ್ನು ಸಂಗ್ರಹಿಸಲಾಗುತ್ತದೆ ಮತ್ತು ಪ್ರಕ್ರಿಯೆಗೊಳಿಸಲಾಗುತ್ತದೆ ಎಂದು ನಾನು ಅರ್ಥಮಾಡಿಕೊಂಡಿದ್ದೇನೆ. ಈ ಉದ್ದೇಶಕ್ಕಾಗಿ ಈ ಡೇಟಾವನ್ನು ಸಂಗ್ರಹಿಸಲು ನಾನು ನನ್ನ ಒಪ್ಪಿಗೆಯನ್ನು ನೀಡುತ್ತೇನೆ
$ {dashBoard}$ {उपयोगकर्ता}<तालिका वर्ग = tablecss > #foreach ($ userDetails.keySet () में कुंजी) < img src = $ userDetails.get ($ key) .get (userRole) ऊंचाई = 15
+ चौड़ाई = 15> | $ userDetails.get ($ key) .get (userId) | $ userDetails.get ( $ key) .get (userName) | | | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| | #end ${ApplicationIDLabel} ${ApplicationID} | #if ( $UIN ) ${UINLabel} ${UIN} | #end ${DateLabel} ${Date} |
${NameLabel} ${NameValue} |
${DemographicInfo}
| $demographics.get(""fullName"").get(""label"") | #end|
|---|---|
| $demographics.get(""fullName"").get(""value"") | #end|
| $demographics.get(""dateOfBirth"").get(""label"") | #end|
| $demographics.get(""dateOfBirth"").get(""value"") | #end|
| $demographics.get(""gender"").get(""label"") | #end|
| $demographics.get(""gender"").get(""value"") | #end|
| $demographics.get(""phone"").get(""label"") | #end #if( $demographics.get(""email"") )$demographics.get(""email"").get(""label"") | #end
| $demographics.get(""phone"").get(""value"") | #end #if( $demographics.get(""email"") )$demographics.get(""email"").get(""value"") | #end
| $demographics.get(""addressLine1"").get(""label"") | #end #if( $demographics.get(""addressLine2"") )$demographics.get(""addressLine2"").get(""label"") | #end #if( $demographics.get(""addressLine3"") )$demographics.get(""addressLine3"").get(""label"") | #end
|---|---|---|
| $demographics.get(""addressLine1"").get(""value"") | #end #if( $demographics.get(""addressLine2"") )$demographics.get(""addressLine2"").get(""value"") | #end #if( $demographics.get(""addressLine3"") )$demographics.get(""addressLine3"").get(""value"") | #end
| $demographics.get(""region"").get(""label"") | #end #if( $demographics.get(""province"") )$demographics.get(""province"").get(""label"") | #end #if( $demographics.get(""city"") )$demographics.get(""city"").get(""label"") | #end
|---|---|---|
| $demographics.get(""region"").get(""value"") | #end #if( $demographics.get(""province"") )$demographics.get(""province"").get(""value"") | #end #if( $demographics.get(""city"") )$demographics.get(""city"").get(""value"") | #end
| $demographics.get(""zone"").get(""label"") | #end #if( $demographics.get(""postalCode"") )$demographics.get(""postalCode"").get(""label"") | #end
|---|---|
| $demographics.get(""zone"").get(""value"") | #end #if( $demographics.get(""postalCode"") )$demographics.get(""postalCode"").get(""value"") | #end
| $demographics.get(""modeOfClaim"").get(""label"") | #end|
| $demographics.get(""modeOfClaim"").get(""value"") | #end
| $demographics.get(""parentOrGuardianName"").get(""label"") | #if( $demographics.get(""parentOrGuardianRID"") )$demographics.get(""parentOrGuardianRID"").get(""label"") | #end #if( $demographics.get(""parentOrGuardianUIN"") )$demographics.get(""parentOrGuardianUIN"").get(""label"") | #end
|---|---|---|
| $demographics.get(""parentOrGuardianName"").get(""value"") | #if( $demographics.get(""parentOrGuardianRID"") )$demographics.get(""parentOrGuardianRID"").get(""value"") | #end #if( $demographics.get(""parentOrGuardianUIN"") )$demographics.get(""parentOrGuardianUIN"").get(""value"") | #end
| ${Photo} |
${DocumentsLabel}
| $documents.get($key).get(""label"") $documents.get($key).get(""value"") |
${BiometricsLabel}
| $biometrics.get($key).get(""label"") ${Fingers} ( $biometrics.get($key).get(""FingerCount"") ),${Iris} ( $biometrics.get($key).get(""IrisCount"") ),${Face} ( $biometrics.get($key).get(""FaceCount"") ) |
| ${LeftEyeLabel} | #end #if( $biometrics.get($key).get(""CapturedRightEye"") ) ${RightEyeLabel} | #end
#if( !$isPreview ) $biometrics.get($key).get(""LeftEye"") | #end #if( $biometrics.get($key).get(""CapturedRightEye"") ) #if( !$isPreview ) $biometrics.get($key).get(""RightEye"") | #end
| ${LeftPalmLabel} | #end #if( $biometrics.get($key).get(""CapturedRightSlap"") ) ${RightPalmLabel} | #end #if( $biometrics.get($key).get(""CapturedThumbs"") ) ${ThumbsLabel} | #end ||||||
#if( !$isPreview )
| #end #if( $biometrics.get($key).get(""CapturedRightSlap"") ) #if( !$isPreview )
| #end #if( $biometrics.get($key).get(""CapturedThumbs"") ) #if( !$isPreview )
| #end
| ${FaceLabel} | #end #if( $biometrics.get($key).get(""subType"") == ""applicant"" && $ExceptionImageSource ) ${ExceptionPhotoLabel} | #end
| | #end
| ${RONameLabel} ${ROName} | ${RegCenterLabel} ${RegCenter} |
${ImportantGuidelines}
|
+
+ Logo
+ |
+ + |
+
+
+ #if($isPhotoSet)
+ |
+ ||||||
|
+ $!UIN
+ |
+ ||||||||
|
+ $!fullName_kan
+ |
+ ||||||||
|
+ $!fullName_hin
+ |
+ ||||||||
|
+ $!fullName_tam
+ |
+ ||||||||
|
+ $!dateOfBirth
+ |
+ ||||||||
|
+ $!gender_kan $!gender_hin $!gender_tam
+ |
+ ||||||||
|
+
+
+
+
+
+
+
|
+ ||||||||
|
+
+
+
+
+
+ |
+
+ ಯಾವುದೇ ಸಮಸ್ಯೆಗಳಿಗೆ ದಯವಿಟ್ಟು ನಮ್ಮನ್ನು ಇಲ್ಲಿ ಸಂಪರ್ಕಿಸಿ ನೋಂದಣಿ ಪ್ರೊಸೆಸರ್, ಹ್ಯಾಂಗಿಂಗ್ ಗಾರ್ಡನ್ಸ್, ಗ್ಲೋಬಲ್ ವಿಲೇಜ್ ಟೆಕ್ ಪಾರ್ಕ್, ಮೈಸೂರು ರಸ್ತೆ, RVCE, ಬೆಂಗಳೂರು, ಕರ್ನಾಟಕ 560059 किसी भी मुद्दे के लिए कृपया हमसे संपर्क करें पंजीकरण प्रोसेसर, हैंगिंग गार्डन, ग्लोबल विलेज टेक पार्क, मैसूर रोड, आरवीसीई, बेंगलुरु, कर्नाटक 560059 ஏதேனும் சிக்கல்களுக்கு எங்களை தொடர்பு கொள்ளவும் பதிவு செயலி, தொங்கும் தோட்டம், குளோபல் வில்லேஜ் டெக் பார்க், மைசூர் சாலை, RVCE, பெங்களூரு, கர்நாடகா 560059 |
+
| < img src = $ userDetails.get ($ key) .get (userRole) உயரம் = 15 அகலம் = 15> | $ userDetails.get ($ key) . (userId) | $ userDetails.get ($ key) .get (userName) | $ {totalPacketsCount}$ {totalPacketsLabel} $ {pendingEODLabel}$ {pendingEODLabel} $ {pendingUploadCount}$ {pendingUploadLabel}
#if ( $name )
${DemographicInfo}
${DocumentsLabel}
${BiometricsLabel} #foreach( $key in $biometrics.keySet() )
${ImportantGuidelines}
பதிவின் போது நான் சேகரித்த தரவு ஏற்கனவே
+",10002,பதிவு வாடிக்கையாளர்,Registration Consent,tam,TRUE,superadmin,now()
+1272,கூடுதல் தகவலுக்கு மின்னஞ்சல் டெம்ப்ளேட் கோருகிறது,கூடுதல் தகவலுக்கு மின்னஞ்சல் டெம்ப்ளேட் கோருகிறது,txt,velocity,"அன்புள்ள $!name_eng,
+
+பதிவு ஐடிக்கான UINக்கான உங்கள் கோரிக்கை: $!RID கூடுதல் விவரங்கள் தேவைப்படுவதால், கூடுதல்InfoRequestId $!additionalInfoRequestId மற்றும் கூடுதல்InfoProcess $!additionalInfoProcess. UIN விண்ணப்பத்தில் முன்னேற, உங்கள் அருகிலுள்ள பதிவு அலுவலகத்தைப் பார்வையிடவும் அல்லது https://mosip.io/grievances ஐப் பார்வையிடவும்
+
+நன்றி",10003, பதிவு செயலி,RPR_PAUSED_FOR_ADD_INFO_EMAIL,tam,TRUE,superadmin,now()
+1273,கூடுதல் தகவலுக்கு SMS டெம்ப்ளேட் கோருகிறது,கூடுதல் தகவலுக்கு மின்னஞ்சல் டெம்ப்ளேட் கோருகிறது,txt,velocity,"அன்புள்ள $!name_eng,
+
+பதிவு ஐடிக்கான உங்கள் UIN கோரிக்கை: $!RID நிலுவையில் உள்ளது, ஏனெனில் கூடுதல்InfoRequestId $!additionalInfoRequestId மற்றும் கூடுதல்InfoProcess $!additionalInfoProcess உடன் உங்களுக்கு கூடுதல் விவரங்கள் தேவை. UIN விண்ணப்பத்தில் முன்னேற்றம் காண, உங்கள் அருகிலுள்ள பதிவாளரைப் பார்வையிடவும் அல்லது https://mosip.io/grievances ஐப் பார்வையிடவும்.",10003, பதிவு செயலி,RPR_PAUSED_FOR_ADD_INFO_SMS,tam,TRUE,superadmin,now()
+1274,நீங்கள் ஏற்கனவே பதிவு செய்துள்ளதால் பதிவு தோல்வியடைந்தது,நீங்கள் ஏற்கனவே பதிவு செய்துள்ளதால் பதிவு தோல்வியடைந்தது,txt,velocity,நீங்கள் ஏற்கனவே பதிவு செய்துள்ளதால் பதிவு தோல்வியடைந்தது,10003, பதிவு செயலி,RPR_DUP_UIN_EMAIL_SUB,tam,TRUE,superadmin,now()
+1275,தொழில்நுட்பச் சிக்கல் இருந்ததால் மீண்டும் பதிவு செய்யவும்,தொழில்நுட்பச் சிக்கல் இருந்ததால் மீண்டும் பதிவு செய்யவும்,txt,velocity,தொழில்நுட்பச் சிக்கல் இருந்ததால் மீண்டும் பதிவு செய்யவும்,10003, பதிவு செயலி,RPR_TEC_ISSUE_EMAIL_SUB,tam,TRUE,superadmin,now()
+1276,Uin வெற்றிகரமாக செயல்படுத்தப்பட்டது,Uin வெற்றிகரமாக செயல்படுத்தப்பட்டது,txt,velocity,Uin வெற்றிகரமாக செயல்படுத்தப்பட்டது,10003, பதிவு செயலி,RPR_UIN_REAC_EMAIL_SUB,tam,TRUE,superadmin,now()
+1277,Uin செயலிழக்கப்பட்டது,Uin செயலிழக்கப்பட்டது,txt,velocity,Uin செயலிழக்கப்பட்டது,10003, பதிவு செயலி,RPR_UIN_DEAC_EMAIL_SUB,tam,TRUE,superadmin,now()
+1278,UIN உருவாக்கப்பட்டது,UIN உருவாக்கப்பட்டது,txt,velocity,UIN உருவாக்கப்பட்டது,10003, பதிவு செயலி,RPR_UIN_GEN_EMAIL_SUB,tam,TRUE,superadmin,now()
+1279,UIN விவரங்கள் புதுப்பிக்கப்பட்டன,UIN விவரங்கள் புதுப்பிக்கப்பட்டன,txt,velocity,UIN விவரங்கள் புதுப்பிக்கப்பட்டன,10003, பதிவு செயலி,RPR_UIN_UPD_EMAIL_SUB,tam,TRUE,superadmin,now()
+1280,UIN விண்ணப்பத்தில் முன்னேற கூடுதல் விவரங்களைக் கோருகிறது,UIN விண்ணப்பத்தில் முன்னேற கூடுதல் விவரங்களைக் கோருகிறது,txt,velocity,UIN விண்ணப்பத்தில் முன்னேற கூடுதல் விவரங்களைக் கோருகிறது,10003, பதிவு செயலி,RPR_PAUSED_FOR_ADD_INFO_EMAIL_SUB,tam,TRUE,superadmin,now()
+1558,Template for Supervisor Reject Email,Template for Supervisor Reject Email,txt,velocity,"عزيزي $! name_ara ،
+
+طلبك للحصول على UIN لمعرف التسجيل: $! تم رفض RID من قبل المشرف. يرجى زيارة أقرب مكتب تسجيل لمزيد من التفاصيل.
+
+شكرا لك،
+MOSIP
+
+",10003,معالج التسجيل,RPR_SUP_REJECT_EMAIL,ara,TRUE,superadmin,now()
+1559,Template for Supervisor Reject SMS,Template for Supervisor Reject SMS,txt,velocity,"عزيزي $! name_ara ،
+
+طلبك للحصول على UIN لمعرف التسجيل: $! تم رفض RID من قبل المشرف. يرجى زيارة أقرب مكتب تسجيل ل",10003,معالج التسجيل,RPR_SUP_REJECT_SMS,ara,TRUE,superadmin,now()
+1560,Template for Supervisor Reject Email,Template for Supervisor Reject Email,txt,velocity,"प्रिय $!name_hin,
+
+पंजीकरण आईडी के लिए यूआईएन के लिए आपका अनुरोध: $!आरआईडी पर्यवेक्षक द्वारा अस्वीकार कर दिया गया है। अधिक जानकारी के लिए कृपया अपने निकटतम पंजीकरण कार्यालय में जाएँ।
+
+धन्यवाद,
+मोसिप",10003,पंजीकरण प्रोसेसर,RPR_SUP_REJECT_EMAIL,hin,TRUE,superadmin,now()
+1561,Template for Supervisor Reject SMS,Template for Supervisor Reject SMS,txt,velocity,"प्रिय $!name_hin,
+
+पंजीकरण आईडी के लिए यूआईएन के लिए आपका अनुरोध: $!आरआईडी पर्यवेक्षक द्वारा अस्वीकार कर दिया गया है। अधिक जानकारी के लिए कृपया अपने निकटतम पंजीकरण कार्यालय में जाएँ",10003,पंजीकरण प्रोसेसर,RPR_SUP_REJECT_SMS,hin,TRUE,superadmin,now()
+1562,Template for Supervisor Reject Email,Template for Supervisor Reject Email,txt,velocity,"ಆತ್ಮೀಯ $!name_kan,
+
+ನೋಂದಣಿ ID ಗಾಗಿ UIN ಗಾಗಿ ನಿಮ್ಮ ವಿನಂತಿ: $!RID ಅನ್ನು ಮೇಲ್ವಿಚಾರಕರು ತಿರಸ್ಕರಿಸಿದ್ದಾರೆ. ಹೆಚ್ಚಿನ ವಿವರಗಳಿಗಾಗಿ ದಯವಿಟ್ಟು ನಿಮ್ಮ ಹತ್ತಿರದ ನೋಂದಣಿ ಕಚೇರಿಗೆ ಭೇಟಿ ನೀಡಿ.
+
+ಧನ್ಯವಾದಗಳು,
+MOSIP",10003,ನೋಂದಣಿ ಪ್ರೊಸೆಸರ್,RPR_SUP_REJECT_EMAIL,kan,TRUE,superadmin,now()
+1563,Template for Supervisor Reject SMS,Template for Supervisor Reject SMS,txt,velocity,"ಆತ್ಮೀಯ $!name_kan,
+
+ನೋಂದಣಿ ID ಗಾಗಿ UIN ಗಾಗಿ ನಿಮ್ಮ ವಿನಂತಿ: $!RID ಅನ್ನು ಮೇಲ್ವಿಚಾರಕರು ತಿರಸ್ಕರಿಸಿದ್ದಾರೆ. ಹೆಚ್ಚಿನ ವಿವರಗಳಿಗಾಗಿ ದಯವಿಟ್ಟು ನಿಮ್ಮ ಹತ್ತಿರದ ನೋಂದಣಿ ಕಚೇರಿಗೆ ಭೇಟಿ ನೀಡಿ.",10003,ನೋಂದಣಿ ಪ್ರೊಸೆಸರ್,RPR_SUP_REJECT_SMS,kan,TRUE,superadmin,now()
+1564,Template for Supervisor Reject Email,Template for Supervisor Reject Email,txt,velocity,"அன்புள்ள $!name_tam,
+
+பதிவு ஐடிக்கான UINக்கான உங்கள் கோரிக்கை: $!RID மேற்பார்வையாளரால் நிராகரிக்கப்பட்டது. மேலும் விவரங்களுக்கு உங்கள் அருகிலுள்ள பதிவு அலுவலகத்தைப் பார்வையிடவும்.
+
+நன்றி,
+MOSIP",10003,பதிவு செயலி,RPR_SUP_REJECT_EMAIL,tam,TRUE,superadmin,now()
+1565,Template for Supervisor Reject SMS,Template for Supervisor Reject SMS,txt,velocity,"அன்புள்ள $!name_tam,
+
+பதிவு ஐடிக்கான UINக்கான உங்கள் கோரிக்கை: $!RID மேற்பார்வையாளரால் நிராகரிக்கப்பட்டது. மேலும் விவரங்களுக்கு உங்கள் அருகிலுள்ள பதிவு அலுவலகத்தைப் பார்வையிடவும்",10003,பதிவு செயலி,RPR_SUP_REJECT_SMS,tam,TRUE,superadmin,now()
+1304,Request received email to customize and download my card,Request received email to customize and download my card,txt,velocity,"Dear $name, & # என்று புரிந்துகொண்டேன் x2022 பிறந்த தேதி & # x2022 பாலினம் & # x2022 முகவரி |r> பல்வேறு சேவைகளை அணுகுவதற்காக அல்லது சட்டப்பூர்வ கடமைக்கு இணங்குவதற்காக எனது அடையாளத்தைச் சரிபார்க்கும் நோக்கத்திற்காக இந்தத் தகவல் சேகரிக்கப்பட்டு செயலாக்கப்பட்டது என்பதை நான் புரிந்துகொள்கிறேன். இந்த நோக்கத்திற்காக இந்தத் தரவைச் சேகரிக்க எனது ஒப்புதலை அளிக்கிறேன் + Your request to $eventDetails has been received on $date at $time. + Your event id is #$eventId. + Log in to the official website $trackServiceRequestLink for further details. ",10006,Resident Services,cust-and-down-my-card-request-received-email-content,eng,TRUE,superadmin,now() +1305,Success email to customize and download my card,Success email to customize and download my card,txt,velocity,"Dear $name, + Your request to $eventDetails is completed successfully on $date at $time. + Your event id is #$eventId. + Log in to the official website $trackServiceRequestLink for further details. ",10006,Resident Services,cust-and-down-my-card-success-email-content,eng,TRUE,superadmin,now() +1306,Failure email to customize and download my card,Failure email to customize and download my card,txt,velocity,"Dear $name, + Your request to $eventDetails raised on $date at $time has failed. + Your event id is #$eventId. + Log in to the official website $trackServiceRequestLink for further details. ",10006,Resident Services,cust-and-down-my-card-failure-email-content,eng,TRUE,superadmin,now() +1307,Request received email subject to order a physical card,Request received email subject to order a physical card,txt,velocity,Acknowledgement: $eventDetails | event ID: $eventId | Status: $status,10006,Resident Services,order-a-physical-card-request-received-email-subject,eng,TRUE,superadmin,now() +1308,Success email subject to order a physical card,Success email subject to order a physical card,txt,velocity,Acknowledgement: $eventDetails | event ID: $eventId | Status: $status,10006,Resident Services,order-a-physical-card-success-email-subject,eng,TRUE,superadmin,now() +1309,Failure email subject to order a physical card,Failure email subject to order a physical card,txt,velocity,Acknowledgement: $eventDetails | event ID: $eventId | Status: $status,10006,Resident Services,order-a-physical-card-failure-email-subject,eng,TRUE,superadmin,now() +1310,Request received email to order a physical card,Request received email to order a physical card,txt,velocity,"Dear $name, + Your request to $eventDetails has been received on $date at $time. + Your event id is #$eventId. + Log in to the official website $trackServiceRequestLink for further details. ",10006,Resident Services,order-a-physical-card-request-received-email-content,eng,TRUE,superadmin,now() +1479,Get UIN Card event type,Get UIN Card event type,txt,velocity,Get UIN Card,10006,Resident Services,mosip.event.type.GET_MY_ID,eng,TRUE,superadmin,now() +1311,Success email to order a physical card,Success email to order a physical card,txt,velocity,"Dear $name, + Your request to $eventDetails is completed successfully on $date at $time. + Your event id is #$eventId. + Log in to the official website $trackServiceRequestLink for further details. + You can track the status of the transaction using the transaction ID $transactionID on the link: $trackingLink",10006,Resident Services,order-a-physical-card-success-email-content,eng,TRUE,superadmin,now() +1312,Failure email to order a physical card,Failure email to order a physical card,txt,velocity,"Dear $name, + Your request to $eventDetails raised on $date at $time has failed. + Your event id is #$eventId. + Log in to the official website $trackServiceRequestLink for further details. ",10006,Resident Services,order-a-physical-card-failure-email-content,eng,TRUE,superadmin,now() +1313,Request received email subject to share my credential with a partner,Request received email subject to share my credential with a partner,txt,velocity,Acknowledgement: $eventDetails | event ID: $eventId | Status: $status,10006,Resident Services,share-cred-with-partner-request-received-email-subject,eng,TRUE,superadmin,now() +1314,Success email subject to share my credential with a partner,Success email subject to share my credential with a partner,txt,velocity,Acknowledgement: $eventDetails | event ID: $eventId | Status: $status,10006,Resident Services,share-cred-with-partner-success-email-subject,eng,TRUE,superadmin,now() +1315,Failure email subject to share my credential with a partner,Failure email subject to share my credential with a partner,txt,velocity,Acknowledgement: $eventDetails | event ID: $eventId | Status: $status,10006,Resident Services,share-cred-with-partner-failure-email-subject,eng,TRUE,superadmin,now() +1316,Request received email to share my credential with a partner,Request received email to share my credential with a partner,txt,velocity,"Dear $name, + Your request to $eventDetails ($partner) has been received on $date at $time. + Your event id is #$eventId. + Log in to the official website $trackServiceRequestLink for further details. ",10006,Resident Services,share-cred-with-partner-request-received-email-content,eng,TRUE,superadmin,now() +1317,Success email to share my credential with a partner,Success email to share my credential with a partner,txt,velocity,"Dear $name, + Your request to $eventDetails ($partner) is completed successfully on $date at $time. + Your event id is #$eventId. + Log in to the official website $trackServiceRequestLink for further details. ",10006,Resident Services,share-cred-with-partner-success-email-content,eng,TRUE,superadmin,now() +1318,Failure email to share my credential with a partner,Failure email to share my credential with a partner,txt,velocity,"Dear $name, + Your request to $eventDetails ($partner) raised on $date at $time has failed. + Your event id is #$eventId. + Log in to the official website $trackServiceRequestLink for further details. ",10006,Resident Services,share-cred-with-partner-failure-email-content,eng,TRUE,superadmin,now() +1319,Request received email subject to lock/unlock authentication,Request received email subject to lock/unlock authentication,txt,velocity,Acknowledgement: $eventDetails | event ID: $eventId | Status: $status,10006,Resident Services,lock-unlock-auth-request-received-email-subject,eng,TRUE,superadmin,now() +1320,Success email subject to lock/unlock authentication,Success email subject to lock/unlock authentication,txt,velocity,Acknowledgement: $eventDetails | event ID: $eventId | Status: $status,10006,Resident Services,lock-unlock-auth-success-email-subject,eng,TRUE,superadmin,now() +1321,Failure email subject to lock/unlock authentication,Failure email subject to lock/unlock authentication,txt,velocity,Acknowledgement: $eventDetails | event ID: $eventId | Status: $status,10006,Resident Services,lock-unlock-auth-failure-email-subject,eng,TRUE,superadmin,now() +1322,Request received email to lock/unlock authentication,Request received email to lock/unlock authentication,txt,velocity,"Dear $name, + Your request to $eventDetails has been received on $date at $time. + Your event id is #$eventId. + Log in to the official website $trackServiceRequestLink for further details. ",10006,Resident Services,lock-unlock-auth-request-received-email-content,eng,TRUE,superadmin,now() +1323,Success email to lock/unlock authentication,Success email to lock/unlock authentication,txt,velocity,"Dear $name, + Your request to $eventDetails is completed successfully on $date at $time. + Your event id is #$eventId. + Log in to the official website $trackServiceRequestLink for further details. ",10006,Resident Services,lock-unlock-auth-success-email-content,eng,TRUE,superadmin,now() +1324,Failure email to lock/unlock authentication,Failure email to lock/unlock authentication,txt,velocity,"Dear $name, + Your request to $eventDetails raised on $date at $time has failed. + Your event id is #$eventId. + Log in to the official website $trackServiceRequestLink for further details. ",10006,Resident Services,lock-unlock-auth-failure-email-content,eng,TRUE,superadmin,now() +1325,Request received email subject to self update demographic data,Request received email subject to self update demographic data,txt,velocity,Acknowledgement: $eventDetails | event ID: $eventId | Status: $status,10006,Resident Services,update-demo-data-request-received-email-subject,eng,TRUE,superadmin,now() +1326,Success email subject to self update demographic data,Success email subject to self update demographic data,txt,velocity,Acknowledgement: $eventDetails | event ID: $eventId | Status: $status,10006,Resident Services,update-demo-data-success-email-subject,eng,TRUE,superadmin,now() +1327,Failure email subject to self update demographic data,Failure email subject to self update demographic data,txt,velocity,Acknowledgement: $eventDetails | event ID: $eventId | Status: $status,10006,Resident Services,update-demo-data-failure-email-subject,eng,TRUE,superadmin,now() +1328,Request received email to self update demographic data,Request received email to self update demographic data,txt,velocity,"Dear $name, + Your request to $eventDetails has been received on $date at $time. + Your event id is #$eventId. + Log in to the official website $trackServiceRequestLink for further details. ",10006,Resident Services,update-demo-data-request-received-email-content,eng,TRUE,superadmin,now() +1329,Success email to self update demographic data,Success email to self update demographic data,txt,velocity,"Dear $name, + Your request to $eventDetails is completed successfully on $date at $time. + Your event id is #$eventId. + Log in to the official website $trackServiceRequestLink for further details. ",10006,Resident Services,update-demo-data-success-email-content,eng,TRUE,superadmin,now() +1480,Update UIN Data event type,Update UIN Data event type,txt,velocity,Update UIN Data,10006,Resident Services,mosip.event.type.UPDATE_MY_UIN,eng,TRUE,superadmin,now() +1330,Failure email to self update demographic data,Failure email to self update demographic data,txt,velocity,"Dear $name, + Your request to $eventDetails raised on $date at $time has failed. + Your event id is #$eventId. + Log in to the official website $trackServiceRequestLink for further details. ",10006,Resident Services,update-demo-data-failure-email-content,eng,TRUE,superadmin,now() +1331,Request received email subject to generate or revoke VID,Request received email subject to generate or revoke VID,txt,velocity,Acknowledgement: $eventDetails | event ID: $eventId | Status: $status,10006,Resident Services,gen-or-revoke-vid-request-received-email-subject,eng,TRUE,superadmin,now() +1332,Success email subject to generate or revoke VID,Success email subject to generate or revoke VID,txt,velocity,Acknowledgement: $eventDetails | event ID: $eventId | Status: $status,10006,Resident Services,gen-or-revoke-vid-success-email-subject,eng,TRUE,superadmin,now() +1333,Failure email subject to generate or revoke VID,Failure email subject to generate or revoke VID,txt,velocity,Acknowledgement: $eventDetails | event ID: $eventId | Status: $status,10006,Resident Services,gen-or-revoke-vid-failure-email-subject,eng,TRUE,superadmin,now() +1334,Request received email to generate or revoke VID,Request received email to generate or revoke VID,txt,velocity,"Dear $name, + Your request to $eventDetails has been received on $date at $time. + Your event id is #$eventId. + Log in to the official website $trackServiceRequestLink for further details. ",10006,Resident Services,gen-or-revoke-vid-request-received-email-content,eng,TRUE,superadmin,now() +1335,Success email to generate or revoke VID,Success email to generate or revoke VID,txt,velocity,"Dear $name, + Your request to $eventDetails is completed successfully on $date at $time. + Your event id is #$eventId. + Log in to the official website $trackServiceRequestLink for further details. ",10006,Resident Services,gen-or-revoke-vid-success-email-content,eng,TRUE,superadmin,now() +1336,Failure email to generate or revoke VID,Failure email to generate or revoke VID,txt,velocity,"Dear $name, + Your request to $eventDetails raised on $date at $time has failed. + Your event id is #$eventId. + Log in to the official website $trackServiceRequestLink for further details. ",10006,Resident Services,gen-or-revoke-vid-failure-email-content,eng,TRUE,superadmin,now() +1337,Request received email subject to get my UIN card,Request received email subject to get my UIN card,txt,velocity,Acknowledgement: $eventDetails | event ID: $eventId | Status: $status,10006,Resident Services,get-my-uin-card-request-received-email-subject,eng,TRUE,superadmin,now() +1338,Success email subject to get my UIN card,Success email subject to get my UIN card,txt,velocity,Acknowledgement: $eventDetails | event ID: $eventId | Status: $status,10006,Resident Services,get-my-uin-card-success-email-subject,eng,TRUE,superadmin,now() +1339,Failure email subject to get my UIN card,Failure email subject to get my UIN card,txt,velocity,Acknowledgement: $eventDetails | event ID: $eventId | Status: $status,10006,Resident Services,get-my-uin-card-failure-email-subject,eng,TRUE,superadmin,now() +1340,Request received email to get my UIN card,Request received email to get my UIN card,txt,velocity,"Dear $name, + Your request to $eventDetails has been received on $date at $time. + Your event id is #$eventId. + Log in to the official website $trackServiceRequestLink for further details. ",10006,Resident Services,get-my-uin-card-request-received-email-content,eng,TRUE,superadmin,now() +1341,Success email to get my UIN card,Success email to get my UIN card,txt,velocity,"Dear $name, + Your request to $eventDetails is completed successfully on $date at $time. + Your event id is #$eventId. + Log in to the official website $trackServiceRequestLink for further details. ",10006,Resident Services,get-my-uin-card-success-email-content,eng,TRUE,superadmin,now() +1342,Failure email to get my UIN card,Failure email to get my UIN card,txt,velocity,"Dear $name, + Your request to $eventDetails raised on $date at $time has failed. + Your event id is #$eventId. + Log in to the official website $trackServiceRequestLink for further details. ",10006,Resident Services,get-my-uin-card-failure-email-content,eng,TRUE,superadmin,now() +1344,Success email subject to verify my phone and email,Success email subject to verify my phone and email,txt,velocity,Acknowledgement: $eventDetails | event ID: $eventId | Status: $status,10006,Resident Services,verify-my-phone-email-success-email-subject,eng,TRUE,superadmin,now() +1345,Failure email subject to verify my phone and email,Failure email subject to verify my phone and email,txt,velocity,Acknowledgement: $eventDetails | event ID: $eventId | Status: $status,10006,Resident Services,verify-my-phone-email-failure-email-subject,eng,TRUE,superadmin,now() +1346,Request received email to verify my phone and email,Request received email to verify my phone and email,txt,velocity,"Dear $name, + Your request to $eventDetails has been received on $date at $time. + Your event id is #$eventId. + Log in to the official website $trackServiceRequestLink for further details. ",10006,Resident Services,verify-my-phone-email-request-received-email-content,eng,TRUE,superadmin,now() +1347,Success email to verify my phone and email,Success email to verify my phone and email,txt,velocity,"Dear $name, + Your request to $eventDetails is completed successfully on $date at $time. + Your event id is #$eventId. + Log in to the official website $trackServiceRequestLink for further details. ",10006,Resident Services,verify-my-phone-email-success-email-content,eng,TRUE,superadmin,now() +1348,Failure email to verify my phone and email,Failure email to verify my phone and email,txt,velocity,"Dear $name, + Your request to $eventDetails raised on $date at $time has failed. + Your event id is #$eventId. + Log in to the official website $trackServiceRequestLink for further details. ",10006,Resident Services,verify-my-phone-email-failure-email-content,eng,TRUE,superadmin,now() +1349,Request received sms to customize and download my card,Request received sms to customize and download my card,txt,velocity,"Dear $name, + Your request to $eventDetails has been received on $date at $time. + Your event id is #$eventId. + Log in to the official website $trackServiceRequestLink for further details. ",10006,Resident Services,cust-and-down-my-card-request-received_SMS,eng,TRUE,superadmin,now() +1350,Success sms to customize and download my card,Success sms to customize and download my card,txt,velocity,"Dear $name, + Your request to $eventDetails is completed successfully on $date at $time. + Your event id is #$eventId. + Log in to the official website $trackServiceRequestLink for further details. ",10006,Resident Services,cust-and-down-my-card-success_SMS,eng,TRUE,superadmin,now() +1351,Failure sms to customize and download my card,Failure sms to customize and download my card,txt,velocity,"Dear $name, + Your request to $eventDetails raised on $date at $time has failed. + Your event id is #$eventId. + Log in to the official website $trackServiceRequestLink for further details. ",10006,Resident Services,cust-and-down-my-card-failure_SMS,eng,TRUE,superadmin,now() +1352,Request received sms to order a physical card,Request received sms to order a physical card,txt,velocity,"Dear $name, + Your request to $eventDetails has been received on $date at $time. + Your event id is #$eventId. + Log in to the official website $trackServiceRequestLink for further details. ",10006,Resident Services,order-a-physical-card-request-received_SMS,eng,TRUE,superadmin,now() +1353,Success sms to order a physical card,Success sms to order a physical card,txt,velocity,"Dear $name, + Your request to $eventDetails is completed successfully on $date at $time. + Your event id is #$eventId. + Log in to the official website $trackServiceRequestLink for further details. + You can track the status of the transaction using the transaction ID $transactionID on the link: $trackingLink",10006,Resident Services,order-a-physical-card-success_SMS,eng,TRUE,superadmin,now() +1354,Failure sms to order a physical card,Failure sms to order a physical card,txt,velocity,"Dear $name, + Your request to $eventDetails raised on $date at $time has failed. + Your event id is #$eventId. + Log in to the official website $trackServiceRequestLink for further details. ",10006,Resident Services,order-a-physical-card-failure_SMS,eng,TRUE,superadmin,now() +1355,Request received sms to share my credential with a partner,Request received sms to share my credential with a partner,txt,velocity,"Dear $name, + Your request to $eventDetails has been received on $date at $time. + Your event id is #$eventId. + Log in to the official website $trackServiceRequestLink for further details. ",10006,Resident Services,share-cred-with-partner-request-received_SMS,eng,TRUE,superadmin,now() +1356,Success sms to share my credential with a partner,Success sms to share my credential with a partner,txt,velocity,"Dear $name, + Your request to $eventDetails ($partner) is completed successfully on $date at $time. + Your event id is #$eventId. + Log in to the official website $trackServiceRequestLink for further details. ",10006,Resident Services,share-cred-with-partner-success_SMS,eng,TRUE,superadmin,now() +1357,Failure sms to share my credential with a partner,Failure sms to share my credential with a partner,txt,velocity,"Dear $name, + Your request to $eventDetails raised on $date at $time has failed. + Your event id is #$eventId. + Log in to the official website $trackServiceRequestLink for further details. ",10006,Resident Services,share-cred-with-partner-failure_SMS,eng,TRUE,superadmin,now() +1358,Request received sms to lock/unlock authentication,Request received sms to lock/unlock authentication,txt,velocity,"Dear $name, + Your request to $eventDetails has been received on $date at $time. + Your event id is #$eventId. + Log in to the official website $trackServiceRequestLink for further details. ",10006,Resident Services,lock-unlock-auth-request-received_SMS,eng,TRUE,superadmin,now() +1359,Success sms to lock/unlock authentication,Success sms to lock/unlock authentication,txt,velocity,"Dear $name, + Your request to $eventDetails is completed successfully on $date at $time. + Your event id is #$eventId. + Log in to the official website $trackServiceRequestLink for further details. ",10006,Resident Services,lock-unlock-auth-success_SMS,eng,TRUE,superadmin,now() +1360,Failure sms to lock/unlock authentication,Failure sms to lock/unlock authentication,txt,velocity,"Dear $name, + Your request to $eventDetails raised on $date at $time has failed. + Your event id is #$eventId. + Log in to the official website $trackServiceRequestLink for further details. ",10006,Resident Services,lock-unlock-auth-failure_SMS,eng,TRUE,superadmin,now() +1361,Request received sms to self update demographic data,Request received sms to self update demographic data,txt,velocity,"Dear $name, + Your request to $eventDetails has been received on $date at $time. + Your event id is #$eventId. + Log in to the official website $trackServiceRequestLink for further details. ",10006,Resident Services,update-demo-data-request-received_SMS,eng,TRUE,superadmin,now() +1362,Success sms to self update demographic data,Success sms to self update demographic data,txt,velocity,"Dear $name, + Your request to $eventDetails is completed successfully on $date at $time. + Your event id is #$eventId. + Log in to the official website $trackServiceRequestLink for further details. ",10006,Resident Services,update-demo-data-success_SMS,eng,TRUE,superadmin,now() +1363,Failure sms to self update demographic data,Failure sms to self update demographic data,txt,velocity,"Dear $name, + Your request to $eventDetails raised on $date at $time has failed. + Your event id is #$eventId. + Log in to the official website $trackServiceRequestLink for further details. ",10006,Resident Services,update-demo-data-failure_SMS,eng,TRUE,superadmin,now() +1364,Request received sms to generate or revoke VID,Request received sms to generate or revoke VID,txt,velocity,"Dear $name, + Your request to $eventDetails has been received on $date at $time. + Your event id is #$eventId. + Log in to the official website $trackServiceRequestLink for further details. ",10006,Resident Services,gen-or-revoke-vid-request-received_SMS,eng,TRUE,superadmin,now() +1365,Success sms to generate or revoke VID,Success sms to generate or revoke VID,txt,velocity,"Dear $name, + Your request to $eventDetails is completed successfully on $date at $time. + Your event id is #$eventId. + Log in to the official website $trackServiceRequestLink for further details. ",10006,Resident Services,gen-or-revoke-vid-success_SMS,eng,TRUE,superadmin,now() +1396,Success summary to verify my phone and email,Success summary to verify my phone and email,txt,velocity,Your $channel was successfully verified,10006,Resident Services,verify-my-phone-email-success-summary,eng,TRUE,superadmin,now() +1366,Failure sms to generate or revoke VID,Failure sms to generate or revoke VID,txt,velocity,"Dear $name, + Your request to $eventDetails raised on $date at $time has failed. + Your event id is #$eventId. + Log in to the official website $trackServiceRequestLink for further details. ",10006,Resident Services,gen-or-revoke-vid-failure_SMS,eng,TRUE,superadmin,now() +1367,Request received sms to get my UIN card,Request received sms to get my UIN card,txt,velocity,"Dear $name, + Your request to $eventDetails has been received on $date at $time. + Your event id is #$eventId. + Log in to the official website $trackServiceRequestLink for further details. ",10006,Resident Services,get-my-uin-card-request-received_SMS,eng,TRUE,superadmin,now() +1368,Success sms to get my UIN card,Success sms to get my UIN card,txt,velocity,"Dear $name, + Your request to $eventDetails is completed successfully on $date at $time. + Your event id is #$eventId. + Log in to the official website $trackServiceRequestLink for further details. ",10006,Resident Services,get-my-uin-card-success_SMS,eng,TRUE,superadmin,now() +1369,Failure sms to get my UIN card,Failure sms to get my UIN card,txt,velocity,"Dear $name, + Your request to $eventDetails raised on $date at $time has failed. + Your event id is #$eventId. + Log in to the official website $trackServiceRequestLink for further details. ",10006,Resident Services,get-my-uin-card-failure_SMS,eng,TRUE,superadmin,now() +1370,Request received sms to verify my phone and email,Request received sms to verify my phone and email,txt,velocity,"Dear $name, + Your request to $eventDetails has been received on $date at $time. + Your event id is #$eventId. + Log in to the official website $trackServiceRequestLink for further details. ",10006,Resident Services,verify-my-phone-email-request-received_SMS,eng,TRUE,superadmin,now() +1371,Success sms to verify my phone and email,Success sms to verify my phone and email,txt,velocity,"Dear $name, + Your request to $eventDetails is completed successfully on $date at $time. + Your event id is #$eventId. + Log in to the official website $trackServiceRequestLink for further details. ",10006,Resident Services,verify-my-phone-email-success_SMS,eng,TRUE,superadmin,now() +1372,Failure sms to verify my phone and email,Failure sms to verify my phone and email,txt,velocity,"Dear $name, + Your request to $eventDetails raised on $date at $time has failed. + Your event id is #$eventId. + Log in to the official website $trackServiceRequestLink for further details. ",10006,Resident Services,verify-my-phone-email-failure_SMS,eng,TRUE,superadmin,now() +1373,Positive purpose to customize and download my card,Positive purpose to customize and download my card,txt,velocity,Personalized card was downloaded,10006,Resident Services,cust-and-down-my-card-positive-purpose,eng,TRUE,superadmin,now() +1374,Negative purpose to customize and download my card,Negative purpose to customize and download my card,txt,velocity,An attempt was made to download personalised card,10006,Resident Services,cust-and-down-my-card-negative-purpose,eng,TRUE,superadmin,now() +1375,Positive purpose to order a physical card,Positive purpose to order a physical card,txt,velocity,Physical card was ordered,10006,Resident Services,order-a-physical-card-positive purpose,eng,TRUE,superadmin,now() +1376,Negative purpose to order a physical card,Negative purpose to order a physical card,txt,velocity,An attempt was made to order a physical card,10006,Resident Services,order-a-physical-card-negative purpose,eng,TRUE,superadmin,now() +1377,Positive purpose to share my credential with a partner,Positive purpose to share my credential with a partner,txt,velocity,Data was shared with a partner,10006,Resident Services,share-cred-with-partner-positive-purpose,eng,TRUE,superadmin,now() +1378,Negative purpose to share my credential with a partner,Negative purpose to share my credential with a partner,txt,velocity,An attempt was made to share data with a partner,10006,Resident Services,share-cred-with-partner-negative-purpose,eng,TRUE,superadmin,now() +1379,Positive purpose to lock/unlock various authentication types,Positive purpose to lock/unlock various authentication types,txt,velocity,$authType authentication is $status,10006,Resident Services,lock-unlock-auth-positive-purpose,eng,TRUE,superadmin,now() +1380,Negative purpose to lock/unlock various authentication types,Negative purpose to lock/unlock various authentication types,txt,velocity,An attempt was made to lock/unlock authentication types,10006,Resident Services,lock-unlock-auth-negative-purpose,eng,TRUE,superadmin,now() +1381,Positive Purpose to self update demographic data,Positive Purpose to self update demographic data,txt,velocity,Data was updated successfully,10006,Resident Services,update-demo-data-positive-purpose,eng,TRUE,superadmin,now() +1382,Negative Purpose to self update demographic data,Negative Purpose to self update demographic data,txt,velocity,An attempt was made to update data,10006,Resident Services,update-demo-data-negative-purpose,eng,TRUE,superadmin,now() +1383,Positive Purpose to generate or revoke VIDs,Positive Purpose to generate or revoke VIDs,txt,velocity,VID was $actionPerformed,10006,Resident Services,gen-or-revoke-vid-positive-purpose,eng,TRUE,superadmin,now() +1390,Success summary to order a physical card,Success summary to order a physical card,txt,velocity,Order for a physical card has been placed successfully with the partner,10006,Resident Services,order-a-physical-card-success-summary,eng,TRUE,superadmin,now() +1391,Success summary to share my credential with a partner,Success summary to share my credential with a partner,txt,velocity,Your data was shared successfully,10006,Resident Services,share-cred-with-partner-success-summary,eng,TRUE,superadmin,now() +1392,Success summary to lock/unlock various authentication types,Success summary to lock/unlock various authentication types,txt,velocity,$authType authentication is $status,10006,Resident Services,lock-unlock-auth-success-summary,eng,TRUE,superadmin,now() +1393,Success summary to self update demographic data,Success summary to self update demographic data,txt,velocity,Data was updated successfully,10006,Resident Services,update-demo-data-success-summary,eng,TRUE,superadmin,now() +1394,Success summary to generate or revoke VIDs,Success summary to generate or revoke VIDs,txt,velocity,$vidType VID $maskedVID was $actionPerformed successfully,10006,Resident Services,gen-or-revoke-vid-success-summary,eng,TRUE,superadmin,now() +1395,Success summary to get my UIN card,Success summary to get my UIN card,txt,velocity,UIN card was downloaded successfully,10006,Resident Services,get-my-uin-card-success-summary,eng,TRUE,superadmin,now() +1399,Receive OTP,Receive OTP,txt,velocity,$eventDetails: Use OTP $otp to update your data.,10006,Resident Services,receive-otp,eng,TRUE,superadmin,now() +1400,Vid Card Download Positive Purpose,Vid Card Download Positive Purpose,txt,velocity,VID card is available to download,10006,Resident Services,vid-card-download-positive-purpose,eng,TRUE,superadmin,now() +1401,Vid Card Download Negative Purpose,Vid Card Download Negative Purpose,txt,velocity,An attempt was made to download VID card,10006,Resident Services,vid-card-download-negative-purpose,eng,TRUE,superadmin,now() +1402,Vid Card Download Positive Summary,Vid Card Download Positive Summary,txt,velocity,VID card is available to download,10006,Resident Services,vid-card-download-positive-summary,eng,TRUE,superadmin,now() +1405,Request received email subject to download my VID card,Request received email subject to download my VID card,txt,velocity,Acknowledgement: $eventDetails | event ID: $eventId | Status: $status,10006,Resident Services,vid-card-download-request-received-email-subject,eng,TRUE,superadmin,now() +1406,Success email subject to download my VID card,Success email subject to download my VID card,txt,velocity,Acknowledgement: $eventDetails | event ID: $eventId | Status: $status,10006,Resident Services,vid-card-download-success-email-subject,eng,TRUE,superadmin,now() +1407,Failure email subject to download my VID card,Failure email subject to download my VID card,txt,velocity,Acknowledgement: $eventDetails | event ID: $eventId | Status: $status,10006,Resident Services,vid-card-download-failure-email-subject,eng,TRUE,superadmin,now() +1408,Request received email to download my VID card,Request received email to download my VID card,txt,velocity,"Dear $name, + Your request to $eventDetails has been received on $date at $time. + Your event id is #$eventId. + Log in to the official website $trackServiceRequestLink for further details. ",10006,Resident Services,vid-card-download-request-received-email-content,eng,TRUE,superadmin,now() +1409,Success email to download my VID card,Success email to download my VID card,txt,velocity,"Dear $name, + Your request to $eventDetails is completed successfully on $date at $time. + Your event id is #$eventId. + Log in to the official website $trackServiceRequestLink for further details. ",10006,Resident Services,vid-card-download-success-email-content,eng,TRUE,superadmin,now() +1410,Failure email to download my VID card,Failure email to download my VID card,txt,velocity,"Dear $name, + Your request to $eventDetails raised on $date at $time has failed. + Your event id is #$eventId. + Log in to the official website $trackServiceRequestLink for further details. ",10006,Resident Services,vid-card-download-failure-email-content,eng,TRUE,superadmin,now() +1411,Request received sms to download my VID card,Request received sms to download my VID card,txt,velocity,"Dear $name, + Your request to $eventDetails has been received on $date at $time. + Your event id is #$eventId. + Log in to the official website $trackServiceRequestLink for further details. ",10006,Resident Services,vid-card-download-request-received_SMS,eng,TRUE,superadmin,now() +1412,Success sms to download my VID card,Success sms to download my VID card,txt,velocity,"Dear $name, + Your request to $eventDetails is completed successfully on $date at $time. + Your event id is #$eventId. + Log in to the official website $trackServiceRequestLink for further details. ",10006,Resident Services,vid-card-download-success_SMS,eng,TRUE,superadmin,now() +1413,Failure sms to download my VID card,Failure sms to download my VID card,txt,velocity,"Dear $name, + Your request to $eventDetails raised on $date at $time has failed. + Your event id is #$eventId. + Log in to the official website $trackServiceRequestLink for further details. ",10006,Resident Services,vid-card-download-failure_SMS,eng,TRUE,superadmin,now() +1414,Email otp,Email otp,txt,velocity,Email OTP,10006,Resident Services,mosip.otp-email.template.property,eng,TRUE,superadmin,now() +1415,Phone otp,Phone otp,txt,velocity,Phone OTP,10006,Resident Services,mosip.otp-phone.template.property,eng,TRUE,superadmin,now() +1416,Demographic,Demographic,txt,velocity,Demographic,10006,Resident Services,mosip.demo.template.property,eng,TRUE,superadmin,now() +1417,Finger bio,Finger bio,txt,velocity,Fingerprint,10006,Resident Services,mosip.bio-finger.template.property,eng,TRUE,superadmin,now() +1428,Finger Authentication Success,Finger Authentication Success,txt,velocity,Finger Authentication Success,10006,Resident Services,mosip.ida.auth-request.FINGERPRINT-AUTH.Y.descr,eng,TRUE,superadmin,now() +1429,Iris Authentication Success,Iris Authentication Success,txt,velocity,Iris Authentication Success,10006,Resident Services,mosip.ida.auth-request.IRIS-AUTH.Y.descr,eng,TRUE,superadmin,now() +1430,Face Authentication Success,Face Authentication Success,txt,velocity,Face Authentication Success,10006,Resident Services,mosip.ida.auth-request.FACE-AUTH.Y.descr,eng,TRUE,superadmin,now() +1431,Pin Authentication Success,Pin Authentication Success,txt,velocity,Pin Authentication Success,10006,Resident Services,mosip.ida.auth-request.STATIC-PIN-AUTH.Y.descr,eng,TRUE,superadmin,now() +1432,Static Pin Store Request Success,Static Pin Store Request Success,txt,velocity,Static Pin Store Request Success,10006,Resident Services,mosip.ida.auth-request.STATIC-PIN-STORAGE.Y.descr,eng,TRUE,superadmin,now() +1433,EKYC Authentication Request Success,EKYC Authentication Request Success,txt,velocity,EKYC Authentication Request Success,10006,Resident Services,mosip.ida.auth-request.EKYC-AUTH.Y.descr,eng,TRUE,superadmin,now() +1434,KYC Authentication Request Success,KYC Authentication Request Success,txt,velocity,KYC Authentication Request Success,10006,Resident Services,mosip.ida.auth-request.KYC-AUTH.Y.descr,eng,TRUE,superadmin,now() +1435,KYC Exchange Request Success,KYC Exchange Request Success,txt,velocity,KYC Exchange Request Success,10006,Resident Services,mosip.ida.auth-request.KYC-EXCHANGE.Y.descr,eng,TRUE,superadmin,now() +1436,Identity Key Binding Request Success,Identity Key Binding Request Success,txt,velocity,Identity Key Binding Request Success,10006,Resident Services,mosip.ida.auth-request.IDENTITY-KEY-BINDING.Y.descr,eng,TRUE,superadmin,now() +1437,Token Request Success,Token Request Success,txt,velocity,Token Request Success,10006,Resident Services,mosip.ida.auth-request.TOKEN-REQUEST.Y.descr,eng,TRUE,superadmin,now() +1472,Wallet,Wallet,txt,velocity,Portefeuille,10006,Resident Services,mosip.auth-type-code.Wallet,fra,TRUE,superadmin,now() +1438,Token based Authentication Success,Token based Authentication Success,txt,velocity,Token based Authentication Success,10006,Resident Services,mosip.ida.auth-request.TOKEN-AUTH.Y.descr,eng,TRUE,superadmin,now() +1439,OTP Request Failed,OTP Request Failed,txt,velocity,OTP Request Failed,10006,Resident Services,mosip.ida.auth-request.OTP-REQUEST.N.descr,eng,TRUE,superadmin,now() +1440,OTP Authentication Failed,OTP Authentication Failed,txt,velocity,OTP Authentication Failed,10006,Resident Services,mosip.ida.auth-request.OTP-AUTH.N.descr,eng,TRUE,superadmin,now() +1441,Demo Authentication Failed,Demo Authentication Failed,txt,velocity,Demo Authentication Failed,10006,Resident Services,mosip.ida.auth-request.DEMO-AUTH.N.descr,eng,TRUE,superadmin,now() +1442,Finger Authentication Failed,Finger Authentication Failed,txt,velocity,Finger Authentication Failed,10006,Resident Services,mosip.ida.auth-request.FINGERPRINT-AUTH.N.descr,eng,TRUE,superadmin,now() +1443,Iris Authentication Failed,Iris Authentication Failed,txt,velocity,Iris Authentication Failed,10006,Resident Services,mosip.ida.auth-request.IRIS-AUTH.N.descr,eng,TRUE,superadmin,now() +1444,Face Authentication Failed,Face Authentication Failed,txt,velocity,Face Authentication Failed,10006,Resident Services,mosip.ida.auth-request.FACE-AUTH.N.descr,eng,TRUE,superadmin,now() +1445,Pin Authentication Failed,Pin Authentication Failed,txt,velocity,Pin Authentication Failed,10006,Resident Services,mosip.ida.auth-request.STATIC-PIN-AUTH.N.descr,eng,TRUE,superadmin,now() +1446,Static Pin Store Request Failed,Static Pin Store Request Failed,txt,velocity,Static Pin Store Request Failed,10006,Resident Services,mosip.ida.auth-request.STATIC-PIN-STORAGE.N.descr,eng,TRUE,superadmin,now() +1447,EKYC Authentication Request Failed,EKYC Authentication Request Failed,txt,velocity,EKYC Authentication Request Failed,10006,Resident Services,mosip.ida.auth-request.EKYC-AUTH.N.descr,eng,TRUE,superadmin,now() +1448,KYC Authentication Request Failed,KYC Authentication Request Failed,txt,velocity,KYC Authentication Request Failed,10006,Resident Services,mosip.ida.auth-request.KYC-AUTH.N.descr,eng,TRUE,superadmin,now() +1449,KYC Exchange Request Failed,KYC Exchange Request Failed,txt,velocity,KYC Exchange Request Failed,10006,Resident Services,mosip.ida.auth-request.KYC-EXCHANGE.N.descr,eng,TRUE,superadmin,now() +1450,Identity Key Binding Request Failed,Identity Key Binding Request Failed,txt,velocity,Identity Key Binding Request Failed,10006,Resident Services,mosip.ida.auth-request.IDENTITY-KEY-BINDING.N.descr,eng,TRUE,superadmin,now() +1451,Token Request Failed,Token Request Failed,txt,velocity,Token Request Failed,10006,Resident Services,mosip.ida.auth-request.TOKEN-REQUEST.N.descr,eng,TRUE,superadmin,now() +1452,Token based Authentication Failed,Token based Authentication Failed,txt,velocity,Token based Authentication Failed,10006,Resident Services,mosip.ida.auth-request.TOKEN-AUTH.N.descr,eng,TRUE,superadmin,now() +1453,Unknown Request/Authentication Success,Unknown Request/Authentication Success,txt,velocity,Unknown Request/Authentication Success,10006,Resident Services,mosip.ida.auth-request.UNKNOWN.Y.descr,eng,TRUE,superadmin,now() +1454,Unknown Request/Authentication Failed,Unknown Request/Authentication Failed,txt,velocity,Unknown Request/Authentication Failed,10006,Resident Services,mosip.ida.auth-request.UNKNOWN.N.descr,eng,TRUE,superadmin,now() +1455,OTP Request,OTP Request,txt,velocity,OTP-REQUEST,10006,Resident Services,mosip.auth-type-code.OTP-REQUEST,eng,TRUE,superadmin,now() +1456,OTP Authentication,OTP Authentication,txt,velocity,OTP-AUTH,10006,Resident Services,mosip.auth-type-code.OTP-AUTH,eng,TRUE,superadmin,now() +1457,Demo Authentication,Demo Authentication,txt,velocity,DEMO-AUTH,10006,Resident Services,mosip.auth-type-code.DEMO-AUTH,eng,TRUE,superadmin,now() +1458,Finger Authentication,Finger Authentication,txt,velocity,FINGERPRINT-AUTH,10006,Resident Services,mosip.auth-type-code.FINGERPRINT-AUTH,eng,TRUE,superadmin,now() +1459,Iris Authentication,Iris Authentication,txt,velocity,IRIS-AUTH,10006,Resident Services,mosip.auth-type-code.IRIS-AUTH,eng,TRUE,superadmin,now() +1460,Face Authentication,Face Authentication,txt,velocity,FACE-AUTH,10006,Resident Services,mosip.auth-type-code.FACE-AUTH,eng,TRUE,superadmin,now() +1461,Pin Authentication,Pin Authentication,txt,velocity,STATIC-PIN-AUTH,10006,Resident Services,mosip.auth-type-code.STATIC-PIN-AUTH,eng,TRUE,superadmin,now() +1462,Static Pin Store Request,Static Pin Store Request,txt,velocity,STATIC-PIN-STORAGE,10006,Resident Services,mosip.auth-type-code.STATIC-PIN-STORAGE,eng,TRUE,superadmin,now() +1463,EKYC Authentication Request,EKYC Authentication Request,txt,velocity,EKYC-AUTH,10006,Resident Services,mosip.auth-type-code.EKYC-AUTH,eng,TRUE,superadmin,now() +1464,KYC Authentication Request,KYC Authentication Request,txt,velocity,KYC-AUTH,10006,Resident Services,mosip.auth-type-code.KYC-AUTH,eng,TRUE,superadmin,now() +1465,KYC Exchange Request,KYC Exchange Request,txt,velocity,KYC-EXCHANGE,10006,Resident Services,mosip.auth-type-code.KYC-EXCHANGE,eng,TRUE,superadmin,now() +1466,Identity Key Binding Request,Identity Key Binding Request,txt,velocity,IDENTITY-KEY-BINDING,10006,Resident Services,mosip.auth-type-code.IDENTITY-KEY-BINDING,eng,TRUE,superadmin,now() +1467,Token Request,Token Request,txt,velocity,TOKEN-REQUEST,10006,Resident Services,mosip.auth-type-code.TOKEN-REQUEST,eng,TRUE,superadmin,now() +1468,Token based Authentication,Token based Authentication,txt,velocity,TOKEN-AUTH,10006,Resident Services,mosip.auth-type-code.TOKEN-AUTH,eng,TRUE,superadmin,now() +1469,PWD,PWD,txt,velocity,PWD,10006,Resident Services,mosip.auth-type-code.PWD,eng,TRUE,superadmin,now() +1470,PIN,PIN,txt,velocity,PIN,10006,Resident Services,mosip.auth-type-code.PIN,eng,TRUE,superadmin,now() +1471,OTP,OTP,txt,velocity,OTP,10006,Resident Services,mosip.auth-type-code.OTP,eng,TRUE,superadmin,now() +1472,Wallet,Wallet,txt,velocity,Wallet,10006,Resident Services,mosip.auth-type-code.Wallet,eng,TRUE,superadmin,now() +1473,L1-bio-device,L1-bio-device,txt,velocity,L1-bio-device,10006,Resident Services,mosip.auth-type-code.L1-bio-device,eng,TRUE,superadmin,now() +1474,Unknown attribute,Unknown attribute,txt,velocity,UNKNOWN,10006,Resident Services,mosip.template.UNKNOWN,eng,TRUE,superadmin,now() +1475,Authentication Request event type,Authentication Request event type,txt,velocity,Authentication Request,10006,Resident Services,mosip.event.type.AUTHENTICATION_REQUEST,eng,TRUE,superadmin,now() +1476,Share Credential With Partner event type,Share Credential With Partner event type,txt,velocity,Share Credential With Partner,10006,Resident Services,mosip.event.type.SHARE_CRED_WITH_PARTNER,eng,TRUE,superadmin,now() +1477,Download Personalized Card event type,Download Personalized Card event type,txt,velocity,Download Personalized Card,10006,Resident Services,mosip.event.type.DOWNLOAD_PERSONALIZED_CARD,eng,TRUE,superadmin,now() +1478,Order a Physical Card event type,Order a Physical Card event type,txt,velocity,Order a Physical Card,10006,Resident Services,mosip.event.type.ORDER_PHYSICAL_CARD,eng,TRUE,superadmin,now() +1481,Generate VID event type,Generate VID event type,txt,velocity,Generate VID,10006,Resident Services,mosip.event.type.GENERATE_VID,eng,TRUE,superadmin,now() +1482,Revoke VID event type,Revoke VID event type,txt,velocity,Revoke VID,10006,Resident Services,mosip.event.type.REVOKE_VID,eng,TRUE,superadmin,now() +1483,Secure My ID event type,Secure My ID event type,txt,velocity,Secure My ID,10006,Resident Services,mosip.event.type.AUTH_TYPE_LOCK_UNLOCK,eng,TRUE,superadmin,now() +1484,Download VID Card event type,Download VID Card event type,txt,velocity,Download VID Card,10006,Resident Services,mosip.event.type.VID_CARD_DOWNLOAD,eng,TRUE,superadmin,now() +1485,Send OTP event type,Send OTP event type,txt,velocity,Send OTP,10006,Resident Services,mosip.event.type.SEND_OTP,eng,TRUE,superadmin,now() +1486,Verify My Phone/Email event type,Verify My Phone/Email event type,txt,velocity,Verify My Phone/Email,10006,Resident Services,mosip.event.type.VALIDATE_OTP,eng,TRUE,superadmin,now() +1487,Default event type,Default event type,txt,velocity,Default,10006,Resident Services,mosip.event.type.DEFAULT,eng,TRUE,superadmin,now() +1488,Authentication Request service type,Authentication Request service type,txt,velocity,Authentication Request,10006,Resident Services,mosip.service.type.AUTHENTICATION_REQUEST,eng,TRUE,superadmin,now() +1489,Service Request service type,Service Request service type,txt,velocity,Service Request,10006,Resident Services,mosip.service.type.SERVICE_REQUEST,eng,TRUE,superadmin,now() +1490,Data Update Request service type,Data Update Request service type,txt,velocity,Data Update Request,10006,Resident Services,mosip.service.type.DATA_UPDATE_REQUEST,eng,TRUE,superadmin,now() +1491,ID Management Request service type,ID Management Request service type,txt,velocity,ID Management Request,10006,Resident Services,mosip.service.type.ID_MANAGEMENT_REQUEST,eng,TRUE,superadmin,now() +1492,Data Share Request service type,Data Share Request service type,txt,velocity,Data Share Request,10006,Resident Services,mosip.service.type.DATA_SHARE_REQUEST,eng,TRUE,superadmin,now() +1493,Async service type,Async service type,txt,velocity,Async,10006,Resident Services,mosip.service.type.ASYNC,eng,TRUE,superadmin,now() +1494,All attribute,All attribute,txt,velocity,All,10006,Resident Services,mosip.template.ALL,eng,TRUE,superadmin,now() +1312,Failure email to order a physical card,Failure email to order a physical card,txt,velocity,"Cher $name, Votre demande de $eventDetails émise le $date à $time a échoué. Votre identifiant d'événement est #$eventId. Connectez-vous sur le site officiel $trackServiceRequestLink pour plus de détails. ",10006,Resident Services,order-a-physical-card-failure-email-content,fra,TRUE,superadmin,now() +1313,Request received email subject to share my credential with a partner,Request received email subject to share my credential with a partner,txt,velocity,Accusé de réception : $eventDetails | ID de l'événement : $eventId | Statut : $status,10006,Resident Services,share-cred-with-partner-request-received-email-subject,fra,TRUE,superadmin,now() +1314,Success email subject to share my credential with a partner,Success email subject to share my credential with a partner,txt,velocity,Accusé de réception : $eventDetails | ID de l'événement : $eventId | Statut : $status,10006,Resident Services,share-cred-with-partner-success-email-subject,fra,TRUE,superadmin,now() +1495,Acknowledgement for share credential with a partner,Acknowledgement for share credential with a partner,html,velocity," + + + + + + + +
+
+
+
+
+
+ ",10006,Resident Services,acknowledgement-share-cred-with-partner,eng,TRUE,superadmin,now()
+1496,List of supporting documents,List of supporting documents,html,velocity,"
+
+
+
+
+
+
+
+
+
+
+
+
+ + To view the status of your event, return to event summary. + ++ +
+
+
+
+
+
+ ",10006,Resident Services,supporting-docs-list,eng,TRUE,superadmin,now()
+1320,Success email subject to lock/unlock authentication,Success email subject to lock/unlock authentication,txt,velocity,Accusé de réception : $eventDetails | ID de l'événement : $eventId | Statut : $status,10006,Resident Services,lock-unlock-auth-success-email-subject,fra,TRUE,superadmin,now()
+1473,L1-bio-device,L1-bio-device,txt,velocity,L1-bio-dispositif,10006,Resident Services,mosip.auth-type-code.L1-bio-device,fra,TRUE,superadmin,now()
+1497,Acknowledgement for manage my vid,Acknowledgement for manage my vid,html,velocity,"
+
+
+
+
+
+
+
+ Supporting documents + +
+ +
+ + + +
+ + + +
+ + + + + +
+
+
+
+
+
+ ",10006,Resident Services,acknowledgement-manage-my-vid,eng,TRUE,superadmin,now()
+1498,Acknowledgement for order a physical card,Acknowledgement for order a physical card,html,velocity,"
+
+
+
+
+
+
+
+
+
+
+
+
+ + To view the status of your event, return to event summary. + ++ +
+
+
+
+
+
+ ",10006,Resident Services,acknowledgement-order-a-physical-card,eng,TRUE,superadmin,now()
+1499,Acknowledgement for Download a personalized card,Acknowledgement for Download a personalized card,html,velocity,"
+
+
+
+
+
+
+
+
+
+
+
+
+ + To view the status of your event, return to event summary. + ++ +
+
+
+
+
+
+ ",10006,Resident Services,acknowledgement-download-a-personalized-card,eng,TRUE,superadmin,now()
+1500,Acknowledgement for Update demographic data,Acknowledgement for Update demographic data,html,velocity,"
+
+
+
+
+
+
+
+
+
+
+
+
+ + To view the status of your event, return to event summary. + ++ +
+
+
+
+
+
+ ",10006,Resident Services,acknowledgement-update-demographic-data,eng,TRUE,superadmin,now()
+1501,Acknowledgement for verify email id or phone number,Acknowledgement for verify email id or phone number,html,velocity,"
+
+
+
+
+
+
+
+
+
+
+
+
+ + To view the status of your event, return to event summary. + ++ +
+
+
+
+
+
+ ",10006,Resident Services,acknowledgement-verify-email-id-or-phone-number,eng,TRUE,superadmin,now()
+1321,Failure email subject to lock/unlock authentication,Failure email subject to lock/unlock authentication,txt,velocity,Accusé de réception : $eventDetails | ID de l'événement : $eventId | Statut : $status,10006,Resident Services,lock-unlock-auth-failure-email-subject,fra,TRUE,superadmin,now()
+1502,Acknowledgement for Secure my Id,Acknowledgement for Secure my Id,html,velocity,"
+
+
+
+
+
+
+
+
+
+
+
+
+ + To view the status of your event, return to event summary. + ++ +
+
+
+
+
+
+ ",10006,Resident Services,acknowledgement-secure-my-id,eng,TRUE,superadmin,now()
+1503,List of registration centers,List of registration centers,html,velocity,"
+
+
+
+
+
+
+
+
+
+
+ + To view the status of your event, return to event summary. + + ++ + + Registration + centers + + ++ +
+ + + ",10006,Resident Services,registration-centers-list,eng,TRUE,superadmin,now() +1504,Acknwoldegement service history type,Acknwoldegement service history type,html,velocity," + + +
+
+ + ",10006,Resident Services,service-history-type,eng,TRUE,superadmin,now() +1505,Acknowledgment Authentication Request,Acknowledgment Authentication Request,html,velocity," + + + + + + + +
+
+
+
+
+
+ ",10006,Resident Services,acknowledgment-authentication-request,eng,TRUE,superadmin,now()
+1315,Failure email subject to share my credential with a partner,Failure email subject to share my credential with a partner,txt,velocity,Accusé de réception : $eventDetails | ID de l'événement : $eventId | Statut : $status,10006,Resident Services,share-cred-with-partner-failure-email-subject,fra,TRUE,superadmin,now()
+1316,Request received email to share my credential with a partner,Request received email to share my credential with a partner,txt,velocity,"Cher $name,
+
+
+
+
+ + To view the status of your event, return to event summary. + ++ + Votre demande pour $eventDetails ($partner) a été reçue le $date à $time. Votre numéro d'événement est #$eventId. Connectez-vous sur le site officiel $trackServiceRequestLink pour plus de détails. ",10006,Resident Services,share-cred-with-partner-request-received-email-content,fra,TRUE,superadmin,now() +1398,Receiving OTP Mail Content,Receiving OTP Mail Content,txt,velocity,"Cher $name, Utilisez OTP $otp pour mettre à jour vos données.",10006,Resident Services,receive-otp-mail-content,fra,TRUE,superadmin,now() +1506,Acknowledment Get My Id,Acknowledment Get My Id,html,velocity," + + + + + + + +
+
+
+
+
+
+ ",10006,Resident Services,acknowledgment-get-my-id,eng,TRUE,superadmin,now()
+1474,Unknown attribute,Unknown attribute,txt,velocity,Inconnu,10006,Resident Services,mosip.template.UNKNOWN,fra,TRUE,superadmin,now()
+1322,Request received email to lock/unlock authentication,Request received email to lock/unlock authentication,txt,velocity,"Cher $name,
+
+
+
+
+ + To view the status of your event, return to event summary. + ++ + Votre demande de $eventDetails a été reçue le $date à $time. Votre identifiant d'événement est #$eventId. Connectez-vous sur le site officiel $trackServiceRequestLink pour plus de détails. ",10006,Resident Services,lock-unlock-auth-request-received-email-content,fra,TRUE,superadmin,now() +1323,Success email to lock/unlock authentication,Success email to lock/unlock authentication,txt,velocity,"Cher $name, Votre demande de $eventDetails a été réalisée avec succès le $date à $time. Votre identifiant d'événement est #$eventId. Connectez-vous sur le site officiel $trackServiceRequestLink pour plus de détails. ",10006,Resident Services,lock-unlock-auth-success-email-content,fra,TRUE,superadmin,now() +1343,Request received email subject to verify my phone and email,Request received email subject to verify my phone and email,txt,velocity,Accusé de réception : $eventDetails | ID de l'événement : $eventId | Statut : $status,10006,Resident Services,verify-my-phone-email-request-received-email-subject,fra,TRUE,superadmin,now() +1507,Acknowledgment vid card download,Acknowledgment vid card download,html,velocity," + + + + + + + +
+
+
+
+
+
+ ",10006,Resident Services,acknowledgment-vid-card-download,eng,TRUE,superadmin,now()
+1508,Vid Card Type,Vid Card Type,html,velocity,"
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ + To view the status of your event, return to event summary. + ++ +
+
+
+
+
+
+ ",10006,Resident Services,vid-card-type,eng,TRUE,superadmin,now()
+1301,Request received email subject to customize and download my card,Request received email subject to customize and download my card,txt,velocity,Accusé de réception : $eventDetails | ID de l'événement : $eventId | Statut : $status,10006,Resident Services,cust-and-down-my-card-request-received-email-subject,fra,TRUE,superadmin,now()
+1302,Success email subject to customize and download my card,Success email subject to customize and download my card,txt,velocity,Accusé de réception : $eventDetails | ID de l'événement : $eventId | Statut : $status,10006,Resident Services,cust-and-down-my-card-success-email-subject,fra,TRUE,superadmin,now()
+1303,Failure email subject to customize and download my card,Failure email subject to customize and download my card,txt,velocity,Accusé de réception : $eventDetails | ID de l'événement : $eventId | Statut : $status,10006,Resident Services,cust-and-down-my-card-failure-email-subject,fra,TRUE,superadmin,now()
+1304,Request received email to customize and download my card,Request received email to customize and download my card,txt,velocity,"Cher $name,
DOB: $dateOfBirth + +VID: $vid + +VID Type: $vidType + +Generated on: $genratedOnTimestamp + +Expires on: $expiryTimestamp + +Transactions left: $transactionsLeftCount + +Votre demande de $eventDetails a été reçue le $date à $time. Votre identifiant d'événement est #$eventId. Connectez-vous sur le site officiel $trackServiceRequestLink pour plus de détails. ",10006,Resident Services,cust-and-down-my-card-request-received-email-content,fra,TRUE,superadmin,now() +1305,Success email to customize and download my card,Success email to customize and download my card,txt,velocity,"Cher $name, Votre demande de $eventDetails a été réalisée avec succès le $date à $time. Votre identifiant d'événement est #$eventId. Connectez-vous sur le site officiel $trackServiceRequestLink pour plus de détails. ",10006,Resident Services,cust-and-down-my-card-success-email-content,fra,TRUE,superadmin,now() +1306,Failure email to customize and download my card,Failure email to customize and download my card,txt,velocity,"Cher $name, Votre demande de $eventDetails émise le $date à $time a échoué. Votre identifiant d'événement est #$eventId. Connectez-vous sur le site officiel $trackServiceRequestLink pour plus de détails. ",10006,Resident Services,cust-and-down-my-card-failure-email-content,fra,TRUE,superadmin,now() +1307,Request received email subject to order a physical card,Request received email subject to order a physical card,txt,velocity,Accusé de réception : $eventDetails | ID de l'événement : $eventId | Statut : $status,10006,Resident Services,order-a-physical-card-request-received-email-subject,fra,TRUE,superadmin,now() +1308,Success email subject to order a physical card,Success email subject to order a physical card,txt,velocity,Accusé de réception : $eventDetails | ID de l'événement : $eventId | Statut : $status,10006,Resident Services,order-a-physical-card-success-email-subject,fra,TRUE,superadmin,now() +1309,Failure email subject to order a physical card,Failure email subject to order a physical card,txt,velocity,Accusé de réception : $eventDetails | ID de l'événement : $eventId | Statut : $status,10006,Resident Services,order-a-physical-card-failure-email-subject,fra,TRUE,superadmin,now() +1310,Request received email to order a physical card,Request received email to order a physical card,txt,velocity,"Cher $name, Votre demande de $eventDetails a été reçue le $date à $time. Votre identifiant d'événement est #$eventId. Connectez-vous sur le site officiel $trackServiceRequestLink pour plus de détails. ",10006,Resident Services,order-a-physical-card-request-received-email-content,fra,TRUE,superadmin,now() +1311,Success email to order a physical card,Success email to order a physical card,txt,velocity,"Cher $name, +Votre demande pour $eventDetails a été réalisée avec succès le $date à $time. +Votre numéro d'événement est #$eventId. +Connectez-vous sur le site officiel $trackServiceRequestLink pour plus de détails. +Vous pouvez suivre l'état de la transaction en utilisant l'ID de transaction $transactionID sur le lien : $trackingLink",10006,Resident Services,order-a-physical-card-success-email-content,fra,TRUE,superadmin,now() +1397,Receiving OTP mail Subject,Receiving OTP mail Subject,txt,velocity,OTP | $eventDetails,10006,Resident Services,receive-otp-mail-subject,fra,TRUE,superadmin,now() +1317,Success email to share my credential with a partner,Success email to share my credential with a partner,txt,velocity,"Cher $name, Votre demande pour $eventDetails ($partner) a été réalisée avec succès le $date à $time. Votre numéro d'événement est #$eventId. Connectez-vous sur le site officiel $trackServiceRequestLink pour plus de détails. ",10006,Resident Services,share-cred-with-partner-success-email-content,fra,TRUE,superadmin,now() +1318,Failure email to share my credential with a partner,Failure email to share my credential with a partner,txt,velocity,"Cher $name, Votre demande pour $eventDetails ($partner) émise le $date à $time a échoué. Votre numéro d'événement est #$eventId. Connectez-vous sur le site officiel $trackServiceRequestLink pour plus de détails. ",10006,Resident Services,share-cred-with-partner-failure-email-content,fra,TRUE,superadmin,now() +1319,Request received email subject to lock/unlock authentication,Request received email subject to lock/unlock authentication,txt,velocity,Accusé de réception : $eventDetails | ID de l'événement : $eventId | Statut : $status,10006,Resident Services,lock-unlock-auth-request-received-email-subject,fra,TRUE,superadmin,now() +1324,Failure email to lock/unlock authentication,Failure email to lock/unlock authentication,txt,velocity,"Cher $name, Votre demande de $eventDetails émise le $date à $time a échoué. Votre identifiant d'événement est #$eventId. Connectez-vous sur le site officiel $trackServiceRequestLink pour plus de détails. ",10006,Resident Services,lock-unlock-auth-failure-email-content,fra,TRUE,superadmin,now() +1325,Request received email subject to self update demographic data,Request received email subject to self update demographic data,txt,velocity,Accusé de réception : $eventDetails | ID de l'événement : $eventId | Statut : $status,10006,Resident Services,update-demo-data-request-received-email-subject,fra,TRUE,superadmin,now() +1326,Success email subject to self update demographic data,Success email subject to self update demographic data,txt,velocity,Accusé de réception : $eventDetails | ID de l'événement : $eventId | Statut : $status,10006,Resident Services,update-demo-data-success-email-subject,fra,TRUE,superadmin,now() +1327,Failure email subject to self update demographic data,Failure email subject to self update demographic data,txt,velocity,Accusé de réception : $eventDetails | ID de l'événement : $eventId | Statut : $status,10006,Resident Services,update-demo-data-failure-email-subject,fra,TRUE,superadmin,now() +1328,Request received email to self update demographic data,Request received email to self update demographic data,txt,velocity,"Cher $name, Votre demande de $eventDetails a été reçue le $date à $time. Votre identifiant d'événement est #$eventId. Connectez-vous sur le site officiel $trackServiceRequestLink pour plus de détails. ",10006,Resident Services,update-demo-data-request-received-email-content,fra,TRUE,superadmin,now() +1329,Success email to self update demographic data,Success email to self update demographic data,txt,velocity,"Cher $name, Votre demande de $eventDetails a été réalisée avec succès le $date à $time. Votre identifiant d'événement est #$eventId. Connectez-vous sur le site officiel $trackServiceRequestLink pour plus de détails. ",10006,Resident Services,update-demo-data-success-email-content,fra,TRUE,superadmin,now() +1330,Failure email to self update demographic data,Failure email to self update demographic data,txt,velocity,"Cher $name, Votre demande de $eventDetails émise le $date à $time a échoué. Votre identifiant d'événement est #$eventId. Connectez-vous sur le site officiel $trackServiceRequestLink pour plus de détails. ",10006,Resident Services,update-demo-data-failure-email-content,fra,TRUE,superadmin,now() +1331,Request received email subject to generate or revoke VID,Request received email subject to generate or revoke VID,txt,velocity,Accusé de réception : $eventDetails | ID de l'événement : $eventId | Statut : $status,10006,Resident Services,gen-or-revoke-vid-request-received-email-subject,fra,TRUE,superadmin,now() +1332,Success email subject to generate or revoke VID,Success email subject to generate or revoke VID,txt,velocity,Accusé de réception : $eventDetails | ID de l'événement : $eventId | Statut : $status,10006,Resident Services,gen-or-revoke-vid-success-email-subject,fra,TRUE,superadmin,now() +1333,Failure email subject to generate or revoke VID,Failure email subject to generate or revoke VID,txt,velocity,Accusé de réception : $eventDetails | ID de l'événement : $eventId | Statut : $status,10006,Resident Services,gen-or-revoke-vid-failure-email-subject,fra,TRUE,superadmin,now() +1334,Request received email to generate or revoke VID,Request received email to generate or revoke VID,txt,velocity,"Cher $name, Votre demande de $eventDetails a été reçue le $date à $time. Votre identifiant d'événement est #$eventId. Connectez-vous sur le site officiel $trackServiceRequestLink pour plus de détails. ",10006,Resident Services,gen-or-revoke-vid-request-received-email-content,fra,TRUE,superadmin,now() +1335,Success email to generate or revoke VID,Success email to generate or revoke VID,txt,velocity,"Cher $name, Votre demande de $eventDetails a été réalisée avec succès le $date à $time. Votre identifiant d'événement est #$eventId. Connectez-vous sur le site officiel $trackServiceRequestLink pour plus de détails. ",10006,Resident Services,gen-or-revoke-vid-success-email-content,fra,TRUE,superadmin,now() +1336,Failure email to generate or revoke VID,Failure email to generate or revoke VID,txt,velocity,"Cher $name, Votre demande de $eventDetails émise le $date à $time a échoué. Votre identifiant d'événement est #$eventId. Connectez-vous sur le site officiel $trackServiceRequestLink pour plus de détails. ",10006,Resident Services,gen-or-revoke-vid-failure-email-content,fra,TRUE,superadmin,now() +1337,Request received email subject to get my UIN card,Request received email subject to get my UIN card,txt,velocity,Accusé de réception : $eventDetails | ID de l'événement : $eventId | Statut : $status,10006,Resident Services,get-my-uin-card-request-received-email-subject,fra,TRUE,superadmin,now() +1338,Success email subject to get my UIN card,Success email subject to get my UIN card,txt,velocity,Accusé de réception : $eventDetails | ID de l'événement : $eventId | Statut : $status,10006,Resident Services,get-my-uin-card-success-email-subject,fra,TRUE,superadmin,now() +1339,Failure email subject to get my UIN card,Failure email subject to get my UIN card,txt,velocity,Accusé de réception : $eventDetails | ID de l'événement : $eventId | Statut : $status,10006,Resident Services,get-my-uin-card-failure-email-subject,fra,TRUE,superadmin,now() +1340,Request received email to get my UIN card,Request received email to get my UIN card,txt,velocity,"Cher $name, Votre demande de $eventDetails a été reçue le $date à $time. Votre identifiant d'événement est #$eventId. Connectez-vous sur le site officiel $trackServiceRequestLink pour plus de détails. ",10006,Resident Services,get-my-uin-card-request-received-email-content,fra,TRUE,superadmin,now() +1341,Success email to get my UIN card,Success email to get my UIN card,txt,velocity,"Cher $name, Votre demande de $eventDetails a été réalisée avec succès le $date à $time. Votre identifiant d'événement est #$eventId. Connectez-vous sur le site officiel $trackServiceRequestLink pour plus de détails. ",10006,Resident Services,get-my-uin-card-success-email-content,fra,TRUE,superadmin,now() +1342,Failure email to get my UIN card,Failure email to get my UIN card,txt,velocity,"Cher $name, Votre demande de $eventDetails émise le $date à $time a échoué. Votre identifiant d'événement est #$eventId. Connectez-vous sur le site officiel $trackServiceRequestLink pour plus de détails. ",10006,Resident Services,get-my-uin-card-failure-email-content,fra,TRUE,superadmin,now() +1440,OTP Authentication Failed,OTP Authentication Failed,txt,velocity,Échec de l'authentification OTP,10006,Resident Services,mosip.ida.auth-request.OTP-AUTH.N.descr,fra,TRUE,superadmin,now() +1344,Success email subject to verify my phone and email,Success email subject to verify my phone and email,txt,velocity,Accusé de réception : $eventDetails | ID de l'événement : $eventId | Statut : $status,10006,Resident Services,verify-my-phone-email-success-email-subject,fra,TRUE,superadmin,now() +1345,Failure email subject to verify my phone and email,Failure email subject to verify my phone and email,txt,velocity,Accusé de réception : $eventDetails | ID de l'événement : $eventId | Statut : $status,10006,Resident Services,verify-my-phone-email-failure-email-subject,fra,TRUE,superadmin,now() +1346,Request received email to verify my phone and email,Request received email to verify my phone and email,txt,velocity,"Cher $name, Votre demande de $eventDetails a été reçue le $date à $time. Votre identifiant d'événement est #$eventId. Connectez-vous sur le site officiel $trackServiceRequestLink pour plus de détails. ",10006,Resident Services,verify-my-phone-email-request-received-email-content,fra,TRUE,superadmin,now() +1347,Success email to verify my phone and email,Success email to verify my phone and email,txt,velocity,"Cher $name, Votre demande de $eventDetails a été réalisée avec succès le $date à $time. Votre identifiant d'événement est #$eventId. Connectez-vous sur le site officiel $trackServiceRequestLink pour plus de détails. ",10006,Resident Services,verify-my-phone-email-success-email-content,fra,TRUE,superadmin,now() +1348,Failure email to verify my phone and email,Failure email to verify my phone and email,txt,velocity,"Cher $name, Votre demande de $eventDetails émise le $date à $time a échoué. Votre identifiant d'événement est #$eventId. Connectez-vous sur le site officiel $trackServiceRequestLink pour plus de détails. ",10006,Resident Services,verify-my-phone-email-failure-email-content,fra,TRUE,superadmin,now() +1349,Request received sms to customize and download my card,Request received sms to customize and download my card,txt,velocity,"Cher $name, Votre demande de $eventDetails a été reçue le $date à $time. Votre identifiant d'événement est #$eventId. Connectez-vous sur le site officiel $trackServiceRequestLink pour plus de détails. ",10006,Resident Services,cust-and-down-my-card-request-received_SMS,fra,TRUE,superadmin,now() +1350,Success sms to customize and download my card,Success sms to customize and download my card,txt,velocity,"Cher $name, Votre demande de $eventDetails a été réalisée avec succès le $date à $time. Votre identifiant d'événement est #$eventId. Connectez-vous sur le site officiel $trackServiceRequestLink pour plus de détails. ",10006,Resident Services,cust-and-down-my-card-success_SMS,fra,TRUE,superadmin,now() +1351,Failure sms to customize and download my card,Failure sms to customize and download my card,txt,velocity,"Cher $name, Votre demande de $eventDetails émise le $date à $time a échoué. Votre identifiant d'événement est #$eventId. Connectez-vous sur le site officiel $trackServiceRequestLink pour plus de détails. ",10006,Resident Services,cust-and-down-my-card-failure_SMS,fra,TRUE,superadmin,now() +1352,Request received sms to order a physical card,Request received sms to order a physical card,txt,velocity,"Cher $name, Votre demande de $eventDetails a été reçue le $date à $time. Votre identifiant d'événement est #$eventId. Connectez-vous sur le site officiel $trackServiceRequestLink pour plus de détails. ",10006,Resident Services,order-a-physical-card-request-received_SMS,fra,TRUE,superadmin,now() +1353,Success sms to order a physical card,Success sms to order a physical card,txt,velocity,"Cher $name, +Votre demande pour $eventDetails a été réalisée avec succès le $date à $time. +Votre numéro d'événement est #$eventId. +Connectez-vous sur le site officiel $trackServiceRequestLink pour plus de détails. +Vous pouvez suivre l'état de la transaction en utilisant l'ID de transaction $transactionID sur le lien : $trackingLink",10006,Resident Services,order-a-physical-card-success_SMS,fra,TRUE,superadmin,now() +1354,Failure sms to order a physical card,Failure sms to order a physical card,txt,velocity,"Cher $name, Votre demande de $eventDetails émise le $date à $time a échoué. Votre identifiant d'événement est #$eventId. Connectez-vous sur le site officiel $trackServiceRequestLink pour plus de détails. ",10006,Resident Services,order-a-physical-card-failure_SMS,fra,TRUE,superadmin,now() +1355,Request received sms to share my credential with a partner,Request received sms to share my credential with a partner,txt,velocity,"Cher $name, Votre demande de $eventDetails a été reçue le $date à $time. Votre identifiant d'événement est #$eventId. Connectez-vous sur le site officiel $trackServiceRequestLink pour plus de détails. ",10006,Resident Services,share-cred-with-partner-request-received_SMS,fra,TRUE,superadmin,now() +1356,Success sms to share my credential with a partner,Success sms to share my credential with a partner,txt,velocity,"Cher $name, +Votre demande pour $eventDetails ($partner) a été réalisée avec succès le $date à $time. +Votre numéro d'événement est #$eventId. +Connectez-vous sur le site officiel $trackServiceRequestLink pour plus de détails. +",10006,Resident Services,share-cred-with-partner-success_SMS,fra,TRUE,superadmin,now() +1357,Failure sms to share my credential with a partner,Failure sms to share my credential with a partner,txt,velocity,"Cher $name, Votre demande de $eventDetails émise le $date à $time a échoué. Votre identifiant d'événement est #$eventId. Connectez-vous sur le site officiel $trackServiceRequestLink pour plus de détails. ",10006,Resident Services,share-cred-with-partner-failure_SMS,fra,TRUE,superadmin,now() +1421,Locked status,Locked status,txt,velocity,مغلق,10006,Resident Services,mosip.locked.template.property,ara,TRUE,superadmin,now() +1358,Request received sms to lock/unlock authentication,Request received sms to lock/unlock authentication,txt,velocity,"Cher $name, Votre demande de $eventDetails a été reçue le $date à $time. Votre identifiant d'événement est #$eventId. Connectez-vous sur le site officiel $trackServiceRequestLink pour plus de détails. ",10006,Resident Services,lock-unlock-auth-request-received_SMS,fra,TRUE,superadmin,now() +1359,Success sms to lock/unlock authentication,Success sms to lock/unlock authentication,txt,velocity,"Cher $name, Votre demande de $eventDetails a été réalisée avec succès le $date à $time. Votre identifiant d'événement est #$eventId. Connectez-vous sur le site officiel $trackServiceRequestLink pour plus de détails. ",10006,Resident Services,lock-unlock-auth-success_SMS,fra,TRUE,superadmin,now() +1379,Positive purpose to lock/unlock various authentication types,Positive purpose to lock/unlock various authentication types,txt,velocity,L'authentification $authType est $status,10006,Resident Services,lock-unlock-auth-positive-purpose,fra,TRUE,superadmin,now() +1360,Failure sms to lock/unlock authentication,Failure sms to lock/unlock authentication,txt,velocity,"Cher $name, Votre demande de $eventDetails émise le $date à $time a échoué. Votre identifiant d'événement est #$eventId. Connectez-vous sur le site officiel $trackServiceRequestLink pour plus de détails. ",10006,Resident Services,lock-unlock-auth-failure_SMS,fra,TRUE,superadmin,now() +1361,Request received sms to self update demographic data,Request received sms to self update demographic data,txt,velocity,"Cher $name, Votre demande de $eventDetails a été reçue le $date à $time. Votre identifiant d'événement est #$eventId. Connectez-vous sur le site officiel $trackServiceRequestLink pour plus de détails. ",10006,Resident Services,update-demo-data-request-received_SMS,fra,TRUE,superadmin,now() +1362,Success sms to self update demographic data,Success sms to self update demographic data,txt,velocity,"Cher $name, Votre demande de $eventDetails a été réalisée avec succès le $date à $time. Votre identifiant d'événement est #$eventId. Connectez-vous sur le site officiel $trackServiceRequestLink pour plus de détails. ",10006,Resident Services,update-demo-data-success_SMS,fra,TRUE,superadmin,now() +1363,Failure sms to self update demographic data,Failure sms to self update demographic data,txt,velocity,"Cher $name, Votre demande de $eventDetails émise le $date à $time a échoué. Votre identifiant d'événement est #$eventId. Connectez-vous sur le site officiel $trackServiceRequestLink pour plus de détails. ",10006,Resident Services,update-demo-data-failure_SMS,fra,TRUE,superadmin,now() +1364,Request received sms to generate or revoke VID,Request received sms to generate or revoke VID,txt,velocity,"Cher $name, Votre demande de $eventDetails a été reçue le $date à $time. Votre identifiant d'événement est #$eventId. Connectez-vous sur le site officiel $trackServiceRequestLink pour plus de détails. ",10006,Resident Services,gen-or-revoke-vid-request-received_SMS,fra,TRUE,superadmin,now() +1365,Success sms to generate or revoke VID,Success sms to generate or revoke VID,txt,velocity,"Cher $name, Votre demande de $eventDetails a été réalisée avec succès le $date à $time. Votre identifiant d'événement est #$eventId. Connectez-vous sur le site officiel $trackServiceRequestLink pour plus de détails. ",10006,Resident Services,gen-or-revoke-vid-success_SMS,fra,TRUE,superadmin,now() +1366,Failure sms to generate or revoke VID,Failure sms to generate or revoke VID,txt,velocity,"Cher $name, Votre demande de $eventDetails émise le $date à $time a échoué. Votre identifiant d'événement est #$eventId. Connectez-vous sur le site officiel $trackServiceRequestLink pour plus de détails. ",10006,Resident Services,gen-or-revoke-vid-failure_SMS,fra,TRUE,superadmin,now() +1367,Request received sms to get my UIN card,Request received sms to get my UIN card,txt,velocity,"Cher $name, Votre demande de $eventDetails a été reçue le $date à $time. Votre identifiant d'événement est #$eventId. Connectez-vous sur le site officiel $trackServiceRequestLink pour plus de détails. ",10006,Resident Services,get-my-uin-card-request-received_SMS,fra,TRUE,superadmin,now() +1368,Success sms to get my UIN card,Success sms to get my UIN card,txt,velocity,"Cher $name, Votre demande de $eventDetails a été réalisée avec succès le $date à $time. Votre identifiant d'événement est #$eventId. Connectez-vous sur le site officiel $trackServiceRequestLink pour plus de détails. ",10006,Resident Services,get-my-uin-card-success_SMS,fra,TRUE,superadmin,now() +1369,Failure sms to get my UIN card,Failure sms to get my UIN card,txt,velocity,"Cher $name, Votre demande de $eventDetails émise le $date à $time a échoué. Votre identifiant d'événement est #$eventId. Connectez-vous sur le site officiel $trackServiceRequestLink pour plus de détails. ",10006,Resident Services,get-my-uin-card-failure_SMS,fra,TRUE,superadmin,now() +1370,Request received sms to verify my phone and email,Request received sms to verify my phone and email,txt,velocity,"Cher $name, Votre demande de $eventDetails a été reçue le $date à $time. Votre identifiant d'événement est #$eventId. Connectez-vous sur le site officiel $trackServiceRequestLink pour plus de détails. ",10006,Resident Services,verify-my-phone-email-request-received_SMS,fra,TRUE,superadmin,now() +1371,Success sms to verify my phone and email,Success sms to verify my phone and email,txt,velocity,"Cher $name, Votre demande de $eventDetails a été réalisée avec succès le $date à $time. Votre identifiant d'événement est #$eventId. Connectez-vous sur le site officiel $trackServiceRequestLink pour plus de détails. ",10006,Resident Services,verify-my-phone-email-success_SMS,fra,TRUE,superadmin,now() +1372,Failure sms to verify my phone and email,Failure sms to verify my phone and email,txt,velocity,"Cher $name, Votre demande de $eventDetails émise le $date à $time a échoué. Votre identifiant d'événement est #$eventId. Connectez-vous sur le site officiel $trackServiceRequestLink pour plus de détails. ",10006,Resident Services,verify-my-phone-email-failure_SMS,fra,TRUE,superadmin,now() +1373,Positive purpose to customize and download my card,Positive purpose to customize and download my card,txt,velocity,Carte personnalisée a été téléchargée,10006,Resident Services,cust-and-down-my-card-positive-purpose,fra,TRUE,superadmin,now() +1374,Negative purpose to customize and download my card,Negative purpose to customize and download my card,txt,velocity,Une tentative a été faite pour télécharger une carte personnalisée,10006,Resident Services,cust-and-down-my-card-negative-purpose,fra,TRUE,superadmin,now() +1375,Positive purpose to order a physical card,Positive purpose to order a physical card,txt,velocity,Carte physique a été commandée,10006,Resident Services,order-a-physical-card-positive purpose,fra,TRUE,superadmin,now() +1468,Token based Authentication,Token based Authentication,txt,velocity,Authentification de Jeton,10006,Resident Services,mosip.auth-type-code.TOKEN-AUTH,fra,TRUE,superadmin,now() +1376,Negative purpose to order a physical card,Negative purpose to order a physical card,txt,velocity,Une tentative a été faite pour commander une carte physique,10006,Resident Services,order-a-physical-card-negative purpose,fra,TRUE,superadmin,now() +1377,Positive purpose to share my credential with a partner,Positive purpose to share my credential with a partner,txt,velocity,Les données ont été partagées avec un partenaire,10006,Resident Services,share-cred-with-partner-positive-purpose,fra,TRUE,superadmin,now() +1378,Negative purpose to share my credential with a partner,Negative purpose to share my credential with a partner,txt,velocity,Une tentative a été faite pour partager des données avec un partenaire,10006,Resident Services,share-cred-with-partner-negative-purpose,fra,TRUE,superadmin,now() +1380,Negative purpose to lock/unlock various authentication types,Negative purpose to lock/unlock various authentication types,txt,velocity,Une tentative a été faite pour verrouiller/déverrouiller les types d'authentification,10006,Resident Services,lock-unlock-auth-negative-purpose,fra,TRUE,superadmin,now() +1381,Positive Purpose to self update demographic data,Positive Purpose to self update demographic data,txt,velocity,Les données ont été mises à jour avec succès,10006,Resident Services,update-demo-data-positive-purpose,fra,TRUE,superadmin,now() +1382,Negative Purpose to self update demographic data,Negative Purpose to self update demographic data,txt,velocity,Une tentative a été faite pour mettre à jour les données,10006,Resident Services,update-demo-data-negative-purpose,fra,TRUE,superadmin,now() +1383,Positive Purpose to generate or revoke VIDs,Positive Purpose to generate or revoke VIDs,txt,velocity,VID était $actionPerformed,10006,Resident Services,gen-or-revoke-vid-positive-purpose,fra,TRUE,superadmin,now() +1384,Negative Purpose to generate or revoke VIDs,Negative Purpose to generate or revoke VIDs,txt,velocity,Une tentative a été faite pour $actionPerformed VID,10006,Resident Services,gen-or-revoke-vid-negative-purpose,fra,TRUE,superadmin,now() +1385,Positive purpose to get my UIN card,Positive purpose to get my UIN card,txt,velocity,La carte UIN a été téléchargée,10006,Resident Services,get-my-uin-card-positive-purpose,fra,TRUE,superadmin,now() +1386,Negative purpose to get my UIN card,Negative purpose to get my UIN card,txt,velocity,Une tentative a été faite pour télécharger la carte UIN,10006,Resident Services,get-my-uin-card-negative-purpose,fra,TRUE,superadmin,now() +1387,Positive purpose to verify my phone number and email ID,Positive purpose to verify my phone number and email ID,txt,velocity,$channel a été vérifié,10006,Resident Services,verify-my-phone-email-positive-purpose,fra,TRUE,superadmin,now() +1388,Negative purpose to verify my phone number and email ID,Negative purpose to verify my phone number and email ID,txt,velocity,Une tentative a été faite pour vérifier $channel,10006,Resident Services,verify-my-phone-email-negative-purpose,fra,TRUE,superadmin,now() +1389,Success summary to customize and download my card,Success summary to customize and download my card,txt,velocity,La carte personnalisée a été téléchargée avec succès,10006,Resident Services,cust-and-down-my-card-success-summary,fra,TRUE,superadmin,now() +1390,Success summary to order a physical card,Success summary to order a physical card,txt,velocity,La commande d'une carte physique a été placée avec succès auprès du partenaire,10006,Resident Services,order-a-physical-card-success-summary,fra,TRUE,superadmin,now() +1391,Success summary to share my credential with a partner,Success summary to share my credential with a partner,txt,velocity,Vos données ont été partagées avec succès,10006,Resident Services,share-cred-with-partner-success-summary,fra,TRUE,superadmin,now() +1392,Success summary to lock/unlock various authentication types,Success summary to lock/unlock various authentication types,txt,velocity,L'authentification $authType est $status,10006,Resident Services,lock-unlock-auth-success-summary,fra,TRUE,superadmin,now() +1393,Success summary to self update demographic data,Success summary to self update demographic data,txt,velocity,Les données ont été mises à jour avec succès,10006,Resident Services,update-demo-data-success-summary,fra,TRUE,superadmin,now() +1394,Success summary to generate or revoke VIDs,Success summary to generate or revoke VIDs,txt,velocity,$vidType VID $maskedVID a été $actionPerformed avec succès,10006,Resident Services,gen-or-revoke-vid-success-summary,fra,TRUE,superadmin,now() +1395,Success summary to get my UIN card,Success summary to get my UIN card,txt,velocity,La carte UIN a été téléchargée avec succès,10006,Resident Services,get-my-uin-card-success-summary,fra,TRUE,superadmin,now() +1396,Success summary to verify my phone and email,Success summary to verify my phone and email,txt,velocity,Votre $channel a été vérifié avec succès,10006,Resident Services,verify-my-phone-email-success-summary,fra,TRUE,superadmin,now() +1399,Receive OTP,Receive OTP,txt,velocity,$eventDetails: Utilisez OTP $otp pour mettre à jour vos données.,10006,Resident Services,receive-otp,fra,TRUE,superadmin,now() +1400,Vid Card Download Positive Purpose,Vid Card Download Positive Purpose,txt,velocity,La carte VID est disponible en téléchargement,10006,Resident Services,vid-card-download-positive-purpose,fra,TRUE,superadmin,now() +1401,Vid Card Download Negative Purpose,Vid Card Download Negative Purpose,txt,velocity,Une tentative a été faite pour télécharger la carte VID,10006,Resident Services,vid-card-download-negative-purpose,fra,TRUE,superadmin,now() +1402,Vid Card Download Positive Summary,Vid Card Download Positive Summary,txt,velocity,La carte VID est disponible en téléchargement,10006,Resident Services,vid-card-download-positive-summary,fra,TRUE,superadmin,now() +1403,Phone,Phone,txt,velocity,Téléphone,10006,Resident Services,mosip.phone.template.property,fra,TRUE,superadmin,now() +1404,Email,Email,txt,velocity,E-mail,10006,Resident Services,mosip.email.template.property,fra,TRUE,superadmin,now() +1405,Request received email subject to download my VID card,Request received email subject to download my VID card,txt,velocity,Accusé de réception : $eventDetails | ID de l'événement : $eventId | Statut : $status,10006,Resident Services,vid-card-download-request-received-email-subject,fra,TRUE,superadmin,now() +1406,Success email subject to download my VID card,Success email subject to download my VID card,txt,velocity,Accusé de réception : $eventDetails | ID de l'événement : $eventId | Statut : $status,10006,Resident Services,vid-card-download-success-email-subject,fra,TRUE,superadmin,now() +1407,Failure email subject to download my VID card,Failure email subject to download my VID card,txt,velocity,Accusé de réception : $eventDetails | ID de l'événement : $eventId | Statut : $status,10006,Resident Services,vid-card-download-failure-email-subject,fra,TRUE,superadmin,now() +1408,Request received email to download my VID card,Request received email to download my VID card,txt,velocity,"Cher $name, Votre demande de $eventDetails a été reçue le $date à $time. Votre identifiant d'événement est #$eventId. Connectez-vous sur le site officiel $trackServiceRequestLink pour plus de détails. ",10006,Resident Services,vid-card-download-request-received-email-content,fra,TRUE,superadmin,now() +1439,OTP Request Failed,OTP Request Failed,txt,velocity,Demande OTP échouée,10006,Resident Services,mosip.ida.auth-request.OTP-REQUEST.N.descr,fra,TRUE,superadmin,now() +1409,Success email to download my VID card,Success email to download my VID card,txt,velocity,"Cher $name, Votre demande de $eventDetails a été réalisée avec succès le $date à $time. Votre identifiant d'événement est #$eventId. Connectez-vous sur le site officiel $trackServiceRequestLink pour plus de détails. ",10006,Resident Services,vid-card-download-success-email-content,fra,TRUE,superadmin,now() +1410,Failure email to download my VID card,Failure email to download my VID card,txt,velocity,"Cher $name, Votre demande de $eventDetails émise le $date à $time a échoué. Votre identifiant d'événement est #$eventId. Connectez-vous sur le site officiel $trackServiceRequestLink pour plus de détails. ",10006,Resident Services,vid-card-download-failure-email-content,fra,TRUE,superadmin,now() +1411,Request received sms to download my VID card,Request received sms to download my VID card,txt,velocity,"Cher $name, Votre demande de $eventDetails a été reçue le $date à $time. Votre identifiant d'événement est #$eventId. Connectez-vous sur le site officiel $trackServiceRequestLink pour plus de détails. ",10006,Resident Services,vid-card-download-request-received_SMS,fra,TRUE,superadmin,now() +1412,Success sms to download my VID card,Success sms to download my VID card,txt,velocity,"Cher $name, Votre demande de $eventDetails a été réalisée avec succès le $date à $time. Votre identifiant d'événement est #$eventId. Connectez-vous sur le site officiel $trackServiceRequestLink pour plus de détails. ",10006,Resident Services,vid-card-download-success_SMS,fra,TRUE,superadmin,now() +1413,Failure sms to download my VID card,Failure sms to download my VID card,txt,velocity,"Cher $name, Votre demande de $eventDetails émise le $date à $time a échoué. Votre identifiant d'événement est #$eventId. Connectez-vous sur le site officiel $trackServiceRequestLink pour plus de détails. ",10006,Resident Services,vid-card-download-failure_SMS,fra,TRUE,superadmin,now() +1414,Email otp,Email otp,txt,velocity,Email OTP,10006,Resident Services,mosip.otp-email.template.property,fra,TRUE,superadmin,now() +1415,Phone otp,Phone otp,txt,velocity,Téléphone OTP,10006,Resident Services,mosip.otp-phone.template.property,fra,TRUE,superadmin,now() +1416,Demographic,Demographic,txt,velocity,Démographique,10006,Resident Services,mosip.demo.template.property,fra,TRUE,superadmin,now() +1417,Finger bio,Finger bio,txt,velocity,Empreinte digitale,10006,Resident Services,mosip.bio-finger.template.property,fra,TRUE,superadmin,now() +1418,Iris bio,Iris bio,txt,velocity,Iris,10006,Resident Services,mosip.bio-iris.template.property,fra,TRUE,superadmin,now() +1419,Face bio,Face bio,txt,velocity,Visage,10006,Resident Services,mosip.bio-face.template.property,fra,TRUE,superadmin,now() +1420,Unlocked status,Unlocked status,txt,velocity,Déverrouillé,10006,Resident Services,mosip.unlocked.template.property,fra,TRUE,superadmin,now() +1421,Locked status,Locked status,txt,velocity,Verrouillé,10006,Resident Services,mosip.locked.template.property,fra,TRUE,superadmin,now() +1422,Success event status,Success event status,txt,velocity,Succès,10006,Resident Services,mosip.event.status.success.template,fra,TRUE,superadmin,now() +1423,Failed event status,Failed event status,txt,velocity,Échec,10006,Resident Services,mosip.event.status.failed.template,fra,TRUE,superadmin,now() +1424,In progress event status,In progress event status,txt,velocity,En cours,10006,Resident Services,mosip.event.status.inprogress.template,fra,TRUE,superadmin,now() +1425,OTP Request Success,OTP Request Success,txt,velocity,Succès de la demande OTP,10006,Resident Services,mosip.ida.auth-request.OTP-REQUEST.Y.descr,fra,TRUE,superadmin,now() +1426,OTP Authentication Success,OTP Authentication Success,txt,velocity,Authentification OTP réussie,10006,Resident Services,mosip.ida.auth-request.OTP-AUTH.Y.descr,fra,TRUE,superadmin,now() +1427,Demo Authentication Success,Demo Authentication Success,txt,velocity,Authentification de démonstration réussie,10006,Resident Services,mosip.ida.auth-request.DEMO-AUTH.Y.descr,fra,TRUE,superadmin,now() +1428,Finger Authentication Success,Finger Authentication Success,txt,velocity,Authentification par empreinte digitale réussie,10006,Resident Services,mosip.ida.auth-request.FINGERPRINT-AUTH.Y.descr,fra,TRUE,superadmin,now() +1429,Iris Authentication Success,Iris Authentication Success,txt,velocity,Authentification Iris réussie,10006,Resident Services,mosip.ida.auth-request.IRIS-AUTH.Y.descr,fra,TRUE,superadmin,now() +1430,Face Authentication Success,Face Authentication Success,txt,velocity,Authentification faciale réussie,10006,Resident Services,mosip.ida.auth-request.FACE-AUTH.Y.descr,fra,TRUE,superadmin,now() +1431,Pin Authentication Success,Pin Authentication Success,txt,velocity,Authentification par code PIN réussie,10006,Resident Services,mosip.ida.auth-request.STATIC-PIN-AUTH.Y.descr,fra,TRUE,superadmin,now() +1432,Static Pin Store Request Success,Static Pin Store Request Success,txt,velocity,Succès de la demande de code PIN statique,10006,Resident Services,mosip.ida.auth-request.STATIC-PIN-STORAGE.Y.descr,fra,TRUE,superadmin,now() +1433,EKYC Authentication Request Success,EKYC Authentication Request Success,txt,velocity,Authentification EKYC réussie,10006,Resident Services,mosip.ida.auth-request.EKYC-AUTH.Y.descr,fra,TRUE,superadmin,now() +1434,KYC Authentication Request Success,KYC Authentication Request Success,txt,velocity,Authentification KYC réussie,10006,Resident Services,mosip.ida.auth-request.KYC-AUTH.Y.descr,fra,TRUE,superadmin,now() +1435,KYC Exchange Request Success,KYC Exchange Request Success,txt,velocity,Succès de la demande d'échange KYC,10006,Resident Services,mosip.ida.auth-request.KYC-EXCHANGE.Y.descr,fra,TRUE,superadmin,now() +1436,Identity Key Binding Request Success,Identity Key Binding Request Success,txt,velocity,Succès de la demande de liaison de clé d'identité,10006,Resident Services,mosip.ida.auth-request.IDENTITY-KEY-BINDING.Y.descr,fra,TRUE,superadmin,now() +1437,Token Request Success,Token Request Success,txt,velocity,Succès de la demande de jeton,10006,Resident Services,mosip.ida.auth-request.TOKEN-REQUEST.Y.descr,fra,TRUE,superadmin,now() +1438,Token based Authentication Success,Token based Authentication Success,txt,velocity,Authentification basée sur le jeton réussie,10006,Resident Services,mosip.ida.auth-request.TOKEN-AUTH.Y.descr,fra,TRUE,superadmin,now() +1441,Demo Authentication Failed,Demo Authentication Failed,txt,velocity,Échec de l'authentification de démonstration,10006,Resident Services,mosip.ida.auth-request.DEMO-AUTH.N.descr,fra,TRUE,superadmin,now() +1442,Finger Authentication Failed,Finger Authentication Failed,txt,velocity,Échec de l'authentification par empreinte digitale,10006,Resident Services,mosip.ida.auth-request.FINGERPRINT-AUTH.N.descr,fra,TRUE,superadmin,now() +1443,Iris Authentication Failed,Iris Authentication Failed,txt,velocity,Échec de l'authentification Iris,10006,Resident Services,mosip.ida.auth-request.IRIS-AUTH.N.descr,fra,TRUE,superadmin,now() +1444,Face Authentication Failed,Face Authentication Failed,txt,velocity,Échec de l'authentification faciale,10006,Resident Services,mosip.ida.auth-request.FACE-AUTH.N.descr,fra,TRUE,superadmin,now() +1445,Pin Authentication Failed,Pin Authentication Failed,txt,velocity,Échec de l'authentification par code PIN,10006,Resident Services,mosip.ida.auth-request.STATIC-PIN-AUTH.N.descr,fra,TRUE,superadmin,now() +1446,Static Pin Store Request Failed,Static Pin Store Request Failed,txt,velocity,Échec de la demande de stockage de code PIN statique,10006,Resident Services,mosip.ida.auth-request.STATIC-PIN-STORAGE.N.descr,fra,TRUE,superadmin,now() +1447,EKYC Authentication Request Failed,EKYC Authentication Request Failed,txt,velocity,Échec de l'authentification EKYC,10006,Resident Services,mosip.ida.auth-request.EKYC-AUTH.N.descr,fra,TRUE,superadmin,now() +1448,KYC Authentication Request Failed,KYC Authentication Request Failed,txt,velocity,Échec de l'authentification KYC,10006,Resident Services,mosip.ida.auth-request.KYC-AUTH.N.descr,fra,TRUE,superadmin,now() +1449,KYC Exchange Request Failed,KYC Exchange Request Failed,txt,velocity,Échec de la demande d'échange KYC,10006,Resident Services,mosip.ida.auth-request.KYC-EXCHANGE.N.descr,fra,TRUE,superadmin,now() +1450,Identity Key Binding Request Failed,Identity Key Binding Request Failed,txt,velocity,Échec de la demande de liaison de clé d'identité,10006,Resident Services,mosip.ida.auth-request.IDENTITY-KEY-BINDING.N.descr,fra,TRUE,superadmin,now() +1451,Token Request Failed,Token Request Failed,txt,velocity,Échec de la demande de jeton,10006,Resident Services,mosip.ida.auth-request.TOKEN-REQUEST.N.descr,fra,TRUE,superadmin,now() +1452,Token based Authentication Failed,Token based Authentication Failed,txt,velocity,Échec de l'authentification basée sur le jeton,10006,Resident Services,mosip.ida.auth-request.TOKEN-AUTH.N.descr,fra,TRUE,superadmin,now() +1453,Unknown Request/Authentication Success,Unknown Request/Authentication Success,txt,velocity,Requête/Authentification Inconnue réussie,10006,Resident Services,mosip.ida.auth-request.UNKNOWN.Y.descr,fra,TRUE,superadmin,now() +1454,Unknown Request/Authentication Failed,Unknown Request/Authentication Failed,txt,velocity,Requête/Authentification Inconnue échouée,10006,Resident Services,mosip.ida.auth-request.UNKNOWN.N.descr,fra,TRUE,superadmin,now() +1455,OTP Request,OTP Request,txt,velocity,Demande de OTP,10006,Resident Services,mosip.auth-type-code.OTP-REQUEST,fra,TRUE,superadmin,now() +1456,OTP Authentication,OTP Authentication,txt,velocity,Authentification OTP,10006,Resident Services,mosip.auth-type-code.OTP-AUTH,fra,TRUE,superadmin,now() +1457,Demo Authentication,Demo Authentication,txt,velocity,Authentification de Démo,10006,Resident Services,mosip.auth-type-code.DEMO-AUTH,fra,TRUE,superadmin,now() +1458,Finger Authentication,Finger Authentication,txt,velocity,Authentification par Empreinte Digitale,10006,Resident Services,mosip.auth-type-code.FINGERPRINT-AUTH,fra,TRUE,superadmin,now() +1459,Iris Authentication,Iris Authentication,txt,velocity,Authentification par Iris,10006,Resident Services,mosip.auth-type-code.IRIS-AUTH,fra,TRUE,superadmin,now() +1460,Face Authentication,Face Authentication,txt,velocity,Authentification Faciale,10006,Resident Services,mosip.auth-type-code.FACE-AUTH,fra,TRUE,superadmin,now() +1461,Pin Authentication,Pin Authentication,txt,velocity,Authentification de Code PIN Statique,10006,Resident Services,mosip.auth-type-code.STATIC-PIN-AUTH,fra,TRUE,superadmin,now() +1462,Static Pin Store Request,Static Pin Store Request,txt,velocity,Stockage de Code PIN Statique,10006,Resident Services,mosip.auth-type-code.STATIC-PIN-STORAGE,fra,TRUE,superadmin,now() +1463,EKYC Authentication Request,EKYC Authentication Request,txt,velocity,Authentification EKYC,10006,Resident Services,mosip.auth-type-code.EKYC-AUTH,fra,TRUE,superadmin,now() +1464,KYC Authentication Request,KYC Authentication Request,txt,velocity,Authentification KYC,10006,Resident Services,mosip.auth-type-code.KYC-AUTH,fra,TRUE,superadmin,now() +1465,KYC Exchange Request,KYC Exchange Request,txt,velocity,Échange KYC,10006,Resident Services,mosip.auth-type-code.KYC-EXCHANGE,fra,TRUE,superadmin,now() +1466,Identity Key Binding Request,Identity Key Binding Request,txt,velocity,Association de Clé d'Identité,10006,Resident Services,mosip.auth-type-code.IDENTITY-KEY-BINDING,fra,TRUE,superadmin,now() +1467,Token Request,Token Request,txt,velocity,Demande de Jeton,10006,Resident Services,mosip.auth-type-code.TOKEN-REQUEST,fra,TRUE,superadmin,now() +1469,PWD,PWD,txt,velocity,PWD,10006,Resident Services,mosip.auth-type-code.PWD,fra,TRUE,superadmin,now() +1475,Authentication Request event type,Authentication Request event type,txt,velocity,Demande d'authentification,10006,Resident Services,mosip.event.type.AUTHENTICATION_REQUEST,fra,TRUE,superadmin,now() +1476,Share Credential With Partner event type,Share Credential With Partner event type,txt,velocity,Partage de données avec un partenaire,10006,Resident Services,mosip.event.type.SHARE_CRED_WITH_PARTNER,fra,TRUE,superadmin,now() +1477,Download Personalized Card event type,Download Personalized Card event type,txt,velocity,Télécharger une carte personnalisée,10006,Resident Services,mosip.event.type.DOWNLOAD_PERSONALIZED_CARD,fra,TRUE,superadmin,now() +1478,Order a Physical Card event type,Order a Physical Card event type,txt,velocity,Commander une carte physique,10006,Resident Services,mosip.event.type.ORDER_PHYSICAL_CARD,fra,TRUE,superadmin,now() +1479,Get UIN Card event type,Get UIN Card event type,txt,velocity,Obtenir une carte UIN,10006,Resident Services,mosip.event.type.GET_MY_ID,fra,TRUE,superadmin,now() +1480,Update UIN Data event type,Update UIN Data event type,txt,velocity,Mettre à jour les données UIN,10006,Resident Services,mosip.event.type.UPDATE_MY_UIN,fra,TRUE,superadmin,now() +1481,Generate VID event type,Generate VID event type,txt,velocity,Générer un VID,10006,Resident Services,mosip.event.type.GENERATE_VID,fra,TRUE,superadmin,now() +1482,Revoke VID event type,Revoke VID event type,txt,velocity,Révoquer le VID,10006,Resident Services,mosip.event.type.REVOKE_VID,fra,TRUE,superadmin,now() +1483,Secure My ID event type,Secure My ID event type,txt,velocity,Sécuriser mon identifiant,10006,Resident Services,mosip.event.type.AUTH_TYPE_LOCK_UNLOCK,fra,TRUE,superadmin,now() +1484,Download VID Card event type,Download VID Card event type,txt,velocity,Télécharger la carte VID,10006,Resident Services,mosip.event.type.VID_CARD_DOWNLOAD,fra,TRUE,superadmin,now() +1485,Send OTP event type,Send OTP event type,txt,velocity,Envoyer un OTP,10006,Resident Services,mosip.event.type.SEND_OTP,fra,TRUE,superadmin,now() +1486,Verify My Phone/Email event type,Verify My Phone/Email event type,txt,velocity,Vérifier mon téléphone/email,10006,Resident Services,mosip.event.type.VALIDATE_OTP,fra,TRUE,superadmin,now() +1487,Default event type,Default event type,txt,velocity,Par défaut,10006,Resident Services,mosip.event.type.DEFAULT,fra,TRUE,superadmin,now() +1488,Authentication Request service type,Authentication Request service type,txt,velocity,Demande d'authentification,10006,Resident Services,mosip.service.type.AUTHENTICATION_REQUEST,fra,TRUE,superadmin,now() +1489,Service Request service type,Service Request service type,txt,velocity,Demande de service,10006,Resident Services,mosip.service.type.SERVICE_REQUEST,fra,TRUE,superadmin,now() +1490,Data Update Request service type,Data Update Request service type,txt,velocity,Demande de mise à jour des données,10006,Resident Services,mosip.service.type.DATA_UPDATE_REQUEST,fra,TRUE,superadmin,now() +1491,ID Management Request service type,ID Management Request service type,txt,velocity,Demande de gestion de l'identité,10006,Resident Services,mosip.service.type.ID_MANAGEMENT_REQUEST,fra,TRUE,superadmin,now() +1492,Data Share Request service type,Data Share Request service type,txt,velocity,Demande de partage de données,10006,Resident Services,mosip.service.type.DATA_SHARE_REQUEST,fra,TRUE,superadmin,now() +1493,Async service type,Async service type,txt,velocity,Asynchrone,10006,Resident Services,mosip.service.type.ASYNC,fra,TRUE,superadmin,now() +1494,All attribute,All attribute,txt,velocity,Tous,10006,Resident Services,mosip.template.ALL,fra,TRUE,superadmin,now() +1313,Request received email subject to share my credential with a partner,Request received email subject to share my credential with a partner,txt,velocity,اعتراف: $eventDetails | معرف الحدث: $eventId | الحالة: $status,10006,Resident Services,share-cred-with-partner-request-received-email-subject,ara,TRUE,superadmin,now() +1495,Acknowledgement for share credential with a partner,Acknowledgement for share credential with a partner,html,velocity," + + + + + + + +
+
+
+
+
+
+ ",10006,Resident Services,acknowledgement-share-cred-with-partner,fra,TRUE,superadmin,now()
+1496,List of supporting documents,List of supporting documents,html,velocity,"
+
+
+
+
+
+
+
+
+
+
+
+
+ + Pour consulter l'état de votre événement, revenez à résumé de l'événement. + ++ +
+
+
+
+
+
+ ",10006,Resident Services,supporting-docs-list,fra,TRUE,superadmin,now()
+1317,Success email to share my credential with a partner,Success email to share my credential with a partner,txt,velocity,عزيزي $name، Documents à l'appui +
+ + +
+ + + +
+ + + +
+ + + + + + + تم إكمال طلبك لـ $eventDetails ($partner) بنجاح في $date في $time. رقم الحدث الخاص بك هو #$eventId. تسجيل الدخول إلى الموقع الرسمي $trackServiceRequestLink للمزيد من التفاصيل. ,10006,Resident Services,share-cred-with-partner-success-email-content,ara,TRUE,superadmin,now() +1318,Failure email to share my credential with a partner,Failure email to share my credential with a partner,txt,velocity,عزيزي $name، تم رفع طلبك لـ $eventDetails ($partner) في $date في $time ولكنه فشل. رقم الحدث الخاص بك هو #$eventId. تسجيل الدخول إلى الموقع الرسمي $trackServiceRequestLink للمزيد من التفاصيل. ,10006,Resident Services,share-cred-with-partner-failure-email-content,ara,TRUE,superadmin,now() +1497,Acknowledgement for manage my vid,Acknowledgement for manage my vid,html,velocity," + + + +
+
+
+",10006,Resident Services,acknowledgement-manage-my-vid,fra,TRUE,superadmin,now()
+1498,Acknowledgement for order a physical card,Acknowledgement for order a physical card,html,velocity,"
+
+
+
+
+
+
+ Pour consulter le statut de votre événement, retournez à résumé de l'événement. ++
+
+
+",10006,Resident Services,acknowledgement-order-a-physical-card,fra,TRUE,superadmin,now()
+1499,Acknowledgement for Download a personalized card,Acknowledgement for Download a personalized card,html,velocity,"
+
+
+
+
+
+ Pour voir l'état de votre événement, retournez à Résumé +de l'événement. ++
+
+
+",10006,Resident Services,acknowledgement-download-a-personalized-card,fra,TRUE,superadmin,now()
+1505,Acknowledgment Authentication Request,Acknowledgment Authentication Request,html,velocity,"
+
+
+
+
+
+
+
+
+
+ + ++ Pour consulter l'état de votre événement, retournez à + + résumé de l'événement + + . + ++ + +
+
+
+",10006,Resident Services,acknowledgment-authentication-request,fra,TRUE,superadmin,now()
+1500,Acknowledgement for Update demographic data,Acknowledgement for Update demographic data,html,velocity,"
+
+
+
+
+
+
+ Pour voir le statut de votre événement, retournez à résumé de l'événement. ++
+
+
+",10006,Resident Services,acknowledgement-update-demographic-data,fra,TRUE,superadmin,now()
+1319,Request received email subject to lock/unlock authentication,Request received email subject to lock/unlock authentication,txt,velocity,اعتراف: $eventDetails | معرف الحدث: $eventId | الحالة: $status,10006,Resident Services,lock-unlock-auth-request-received-email-subject,ara,TRUE,superadmin,now()
+1507,Acknowledgment vid card download,Acknowledgment vid card download,html,velocity,"
+
+
+
+
+
+
+ + Pour consulter l'état de votre événement, retournez à résumé de l'événement. + ++
+
+
+",10006,Resident Services,acknowledgment-vid-card-download,fra,TRUE,superadmin,now()
+1501,Acknowledgement for verify email id or phone number,Acknowledgement for verify email id or phone number,html,velocity,"
+
+
+
+
+
+
+
+
+
+
+ Pour consulter le statut de votre événement, retournez à résumé de l'événement. ++
+
+
+
+
+
+",10006,Resident Services,acknowledgement-verify-email-id-or-phone-number,fra,TRUE,superadmin,now()
+1502,Acknowledgement for Secure my Id,Acknowledgement for Secure my Id,html,velocity,"
+
+
+
+
+
+
+
+
+
+
+
+
+ + Pour voir l'état de votre événement, retournez à résumé de l'événement. + ++ +
+
+
+
+
+
+",10006,Resident Services,acknowledgement-secure-my-id,fra,TRUE,superadmin,now()
+1503,List of registration centers,List of registration centers,html,velocity,"
+
+
+
+
+
+
+
+
+
+
+ + Pour consulter l'état de votre événement, revenez à résumé de l'événement. + + ++ + + Centres d'Inscription + + ++ +
+ + +",10006,Resident Services,registration-centers-list,fra,TRUE,superadmin,now() +1504,Acknwoldegement service history type,Acknwoldegement service history type,html,velocity," + + +
+
+ +",10006,Resident Services,service-history-type,fra,TRUE,superadmin,now() +1312,Failure email to order a physical card,Failure email to order a physical card,txt,velocity,عزيزي $name، فشل طلبك لـ $eventDetails الذي تم رفعه في $date في $time. هوية الحدث الخاصة بك هي #$eventId. قم بتسجيل الدخول إلى الموقع الرسمي $trackServiceRequestLink لمزيد من التفاصيل. ,10006,Resident Services,order-a-physical-card-failure-email-content,ara,TRUE,superadmin,now() +1382,Negative Purpose to self update demographic data,Negative Purpose to self update demographic data,txt,velocity,تمت محاولة تحديث البيانات,10006,Resident Services,update-demo-data-negative-purpose,ara,TRUE,superadmin,now() +1506,Acknowledment Get My Id,Acknowledment Get My Id,html,velocity," + + + + +
+
+
+",10006,Resident Services,acknowledgment-get-my-id,fra,TRUE,superadmin,now()
+1393,Success summary to self update demographic data,Success summary to self update demographic data,txt,velocity,تم تحديث البيانات بنجاح,10006,Resident Services,update-demo-data-success-summary,ara,TRUE,superadmin,now()
+1301,Request received email subject to customize and download my card,Request received email subject to customize and download my card,txt,velocity,اعتراف: $eventDetails | معرف الحدث: $eventId | الحالة: $status,10006,Resident Services,cust-and-down-my-card-request-received-email-subject,ara,TRUE,superadmin,now()
+1302,Success email subject to customize and download my card,Success email subject to customize and download my card,txt,velocity,اعتراف: $eventDetails | معرف الحدث: $eventId | الحالة: $status,10006,Resident Services,cust-and-down-my-card-success-email-subject,ara,TRUE,superadmin,now()
+1303,Failure email subject to customize and download my card,Failure email subject to customize and download my card,txt,velocity,اعتراف: $eventDetails | معرف الحدث: $eventId | الحالة: $status,10006,Resident Services,cust-and-down-my-card-failure-email-subject,ara,TRUE,superadmin,now()
+1304,Request received email to customize and download my card,Request received email to customize and download my card,txt,velocity,عزيزي $name،
+
+
+ Pour consulter l'état de votre événement, revenez à résumé de l'événement. ++ تم استلام طلبك لـ $eventDetails في $date في $time. هوية الحدث الخاصة بك هي #$eventId. قم بتسجيل الدخول إلى الموقع الرسمي $trackServiceRequestLink لمزيد من التفاصيل. ,10006,Resident Services,cust-and-down-my-card-request-received-email-content,ara,TRUE,superadmin,now() +1305,Success email to customize and download my card,Success email to customize and download my card,txt,velocity,عزيزي $name، تم إتمام طلبك لـ $eventDetails بنجاح في $date في $time. هوية الحدث الخاصة بك هي #$eventId. قم بتسجيل الدخول إلى الموقع الرسمي $trackServiceRequestLink لمزيد من التفاصيل. ,10006,Resident Services,cust-and-down-my-card-success-email-content,ara,TRUE,superadmin,now() +1306,Failure email to customize and download my card,Failure email to customize and download my card,txt,velocity,عزيزي $name، فشل طلبك لـ $eventDetails الذي تم رفعه في $date في $time. هوية الحدث الخاصة بك هي #$eventId. قم بتسجيل الدخول إلى الموقع الرسمي $trackServiceRequestLink لمزيد من التفاصيل. ,10006,Resident Services,cust-and-down-my-card-failure-email-content,ara,TRUE,superadmin,now() +1307,Request received email subject to order a physical card,Request received email subject to order a physical card,txt,velocity,اعتراف: $eventDetails | معرف الحدث: $eventId | الحالة: $status,10006,Resident Services,order-a-physical-card-request-received-email-subject,ara,TRUE,superadmin,now() +1308,Success email subject to order a physical card,Success email subject to order a physical card,txt,velocity,اعتراف: $eventDetails | معرف الحدث: $eventId | الحالة: $status,10006,Resident Services,order-a-physical-card-success-email-subject,ara,TRUE,superadmin,now() +1309,Failure email subject to order a physical card,Failure email subject to order a physical card,txt,velocity,اعتراف: $eventDetails | معرف الحدث: $eventId | الحالة: $status,10006,Resident Services,order-a-physical-card-failure-email-subject,ara,TRUE,superadmin,now() +1310,Request received email to order a physical card,Request received email to order a physical card,txt,velocity,عزيزي $name، تم استلام طلبك لـ $eventDetails في $date في $time. هوية الحدث الخاصة بك هي #$eventId. قم بتسجيل الدخول إلى الموقع الرسمي $trackServiceRequestLink لمزيد من التفاصيل. ,10006,Resident Services,order-a-physical-card-request-received-email-content,ara,TRUE,superadmin,now() +1311,Success email to order a physical card,Success email to order a physical card,txt,velocity,"عزيزي $name، +تم إكمال طلبك لـ $eventDetails بنجاح في $date في $time. +رقم الحدث الخاص بك هو #$eventId. +تسجيل الدخول إلى الموقع الرسمي $trackServiceRequestLink للمزيد من التفاصيل. +يمكنك تتبع حالة العملية باستخدام معرف العملية $transactionID على الرابط: $trackingLink",10006,Resident Services,order-a-physical-card-success-email-content,ara,TRUE,superadmin,now() +1314,Success email subject to share my credential with a partner,Success email subject to share my credential with a partner,txt,velocity,اعتراف: $eventDetails | معرف الحدث: $eventId | الحالة: $status,10006,Resident Services,share-cred-with-partner-success-email-subject,ara,TRUE,superadmin,now() +1315,Failure email subject to share my credential with a partner,Failure email subject to share my credential with a partner,txt,velocity,اعتراف: $eventDetails | معرف الحدث: $eventId | الحالة: $status,10006,Resident Services,share-cred-with-partner-failure-email-subject,ara,TRUE,superadmin,now() +1316,Request received email to share my credential with a partner,Request received email to share my credential with a partner,txt,velocity,عزيزي $name، تم استلام طلبك لـ $eventDetails ($partner) في $date في $time. رقم الحدث الخاص بك هو #$eventId. تسجيل الدخول إلى الموقع الرسمي $trackServiceRequestLink للمزيد من التفاصيل. ,10006,Resident Services,share-cred-with-partner-request-received-email-content,ara,TRUE,superadmin,now() +1422,Success event status,Success event status,txt,velocity,نجاح,10006,Resident Services,mosip.event.status.success.template,ara,TRUE,superadmin,now() +1320,Success email subject to lock/unlock authentication,Success email subject to lock/unlock authentication,txt,velocity,اعتراف: $eventDetails | معرف الحدث: $eventId | الحالة: $status,10006,Resident Services,lock-unlock-auth-success-email-subject,ara,TRUE,superadmin,now() +1321,Failure email subject to lock/unlock authentication,Failure email subject to lock/unlock authentication,txt,velocity,اعتراف: $eventDetails | معرف الحدث: $eventId | الحالة: $status,10006,Resident Services,lock-unlock-auth-failure-email-subject,ara,TRUE,superadmin,now() +1322,Request received email to lock/unlock authentication,Request received email to lock/unlock authentication,txt,velocity,عزيزي $name، تم استلام طلبك لـ $eventDetails في $date في $time. هوية الحدث الخاصة بك هي #$eventId. قم بتسجيل الدخول إلى الموقع الرسمي $trackServiceRequestLink لمزيد من التفاصيل. ,10006,Resident Services,lock-unlock-auth-request-received-email-content,ara,TRUE,superadmin,now() +1398,Receiving OTP Mail Content,Receiving OTP Mail Content,txt,velocity,عزيزي $name، استخدم OTP $otp لتحديث بياناتك.,10006,Resident Services,receive-otp-mail-content,ara,TRUE,superadmin,now() +1323,Success email to lock/unlock authentication,Success email to lock/unlock authentication,txt,velocity,عزيزي $name، تم إتمام طلبك لـ $eventDetails بنجاح في $date في $time. هوية الحدث الخاصة بك هي #$eventId. قم بتسجيل الدخول إلى الموقع الرسمي $trackServiceRequestLink لمزيد من التفاصيل. ,10006,Resident Services,lock-unlock-auth-success-email-content,ara,TRUE,superadmin,now() +1324,Failure email to lock/unlock authentication,Failure email to lock/unlock authentication,txt,velocity,عزيزي $name، فشل طلبك لـ $eventDetails الذي تم رفعه في $date في $time. هوية الحدث الخاصة بك هي #$eventId. قم بتسجيل الدخول إلى الموقع الرسمي $trackServiceRequestLink لمزيد من التفاصيل. ,10006,Resident Services,lock-unlock-auth-failure-email-content,ara,TRUE,superadmin,now() +1325,Request received email subject to self update demographic data,Request received email subject to self update demographic data,txt,velocity,اعتراف: $eventDetails | معرف الحدث: $eventId | الحالة: $status,10006,Resident Services,update-demo-data-request-received-email-subject,ara,TRUE,superadmin,now() +1326,Success email subject to self update demographic data,Success email subject to self update demographic data,txt,velocity,اعتراف: $eventDetails | معرف الحدث: $eventId | الحالة: $status,10006,Resident Services,update-demo-data-success-email-subject,ara,TRUE,superadmin,now() +1327,Failure email subject to self update demographic data,Failure email subject to self update demographic data,txt,velocity,اعتراف: $eventDetails | معرف الحدث: $eventId | الحالة: $status,10006,Resident Services,update-demo-data-failure-email-subject,ara,TRUE,superadmin,now() +1328,Request received email to self update demographic data,Request received email to self update demographic data,txt,velocity,عزيزي $name، تم استلام طلبك لـ $eventDetails في $date في $time. هوية الحدث الخاصة بك هي #$eventId. قم بتسجيل الدخول إلى الموقع الرسمي $trackServiceRequestLink لمزيد من التفاصيل. ,10006,Resident Services,update-demo-data-request-received-email-content,ara,TRUE,superadmin,now() +1329,Success email to self update demographic data,Success email to self update demographic data,txt,velocity,عزيزي $name، تم إتمام طلبك لـ $eventDetails بنجاح في $date في $time. هوية الحدث الخاصة بك هي #$eventId. قم بتسجيل الدخول إلى الموقع الرسمي $trackServiceRequestLink لمزيد من التفاصيل. ,10006,Resident Services,update-demo-data-success-email-content,ara,TRUE,superadmin,now() +1330,Failure email to self update demographic data,Failure email to self update demographic data,txt,velocity,عزيزي $name، فشل طلبك لـ $eventDetails الذي تم رفعه في $date في $time. هوية الحدث الخاصة بك هي #$eventId. قم بتسجيل الدخول إلى الموقع الرسمي $trackServiceRequestLink لمزيد من التفاصيل. ,10006,Resident Services,update-demo-data-failure-email-content,ara,TRUE,superadmin,now() +1383,Positive Purpose to generate or revoke VIDs,Positive Purpose to generate or revoke VIDs,txt,velocity,تم $actionPerformed VID,10006,Resident Services,gen-or-revoke-vid-positive-purpose,ara,TRUE,superadmin,now() +1331,Request received email subject to generate or revoke VID,Request received email subject to generate or revoke VID,txt,velocity,اعتراف: $eventDetails | معرف الحدث: $eventId | الحالة: $status,10006,Resident Services,gen-or-revoke-vid-request-received-email-subject,ara,TRUE,superadmin,now() +1332,Success email subject to generate or revoke VID,Success email subject to generate or revoke VID,txt,velocity,اعتراف: $eventDetails | معرف الحدث: $eventId | الحالة: $status,10006,Resident Services,gen-or-revoke-vid-success-email-subject,ara,TRUE,superadmin,now() +1333,Failure email subject to generate or revoke VID,Failure email subject to generate or revoke VID,txt,velocity,اعتراف: $eventDetails | معرف الحدث: $eventId | الحالة: $status,10006,Resident Services,gen-or-revoke-vid-failure-email-subject,ara,TRUE,superadmin,now() +1334,Request received email to generate or revoke VID,Request received email to generate or revoke VID,txt,velocity,عزيزي $name، تم استلام طلبك لـ $eventDetails في $date في $time. هوية الحدث الخاصة بك هي #$eventId. قم بتسجيل الدخول إلى الموقع الرسمي $trackServiceRequestLink لمزيد من التفاصيل. ,10006,Resident Services,gen-or-revoke-vid-request-received-email-content,ara,TRUE,superadmin,now() +1335,Success email to generate or revoke VID,Success email to generate or revoke VID,txt,velocity,عزيزي $name، تم إتمام طلبك لـ $eventDetails بنجاح في $date في $time. هوية الحدث الخاصة بك هي #$eventId. قم بتسجيل الدخول إلى الموقع الرسمي $trackServiceRequestLink لمزيد من التفاصيل. ,10006,Resident Services,gen-or-revoke-vid-success-email-content,ara,TRUE,superadmin,now() +1336,Failure email to generate or revoke VID,Failure email to generate or revoke VID,txt,velocity,عزيزي $name، فشل طلبك لـ $eventDetails الذي تم رفعه في $date في $time. هوية الحدث الخاصة بك هي #$eventId. قم بتسجيل الدخول إلى الموقع الرسمي $trackServiceRequestLink لمزيد من التفاصيل. ,10006,Resident Services,gen-or-revoke-vid-failure-email-content,ara,TRUE,superadmin,now() +1423,Failed event status,Failed event status,txt,velocity,فشل,10006,Resident Services,mosip.event.status.failed.template,ara,TRUE,superadmin,now() +1337,Request received email subject to get my UIN card,Request received email subject to get my UIN card,txt,velocity,اعتراف: $eventDetails | معرف الحدث: $eventId | الحالة: $status,10006,Resident Services,get-my-uin-card-request-received-email-subject,ara,TRUE,superadmin,now() +1338,Success email subject to get my UIN card,Success email subject to get my UIN card,txt,velocity,اعتراف: $eventDetails | معرف الحدث: $eventId | الحالة: $status,10006,Resident Services,get-my-uin-card-success-email-subject,ara,TRUE,superadmin,now() +1339,Failure email subject to get my UIN card,Failure email subject to get my UIN card,txt,velocity,اعتراف: $eventDetails | معرف الحدث: $eventId | الحالة: $status,10006,Resident Services,get-my-uin-card-failure-email-subject,ara,TRUE,superadmin,now() +1399,Receive OTP,Receive OTP,txt,velocity,$eventDetails: استخدم OTP $otp لتحديث بياناتك.,10006,Resident Services,receive-otp,ara,TRUE,superadmin,now() +1340,Request received email to get my UIN card,Request received email to get my UIN card,txt,velocity,عزيزي $name، تم استلام طلبك لـ $eventDetails في $date في $time. هوية الحدث الخاصة بك هي #$eventId. قم بتسجيل الدخول إلى الموقع الرسمي $trackServiceRequestLink لمزيد من التفاصيل. ,10006,Resident Services,get-my-uin-card-request-received-email-content,ara,TRUE,superadmin,now() +1341,Success email to get my UIN card,Success email to get my UIN card,txt,velocity,عزيزي $name، تم إتمام طلبك لـ $eventDetails بنجاح في $date في $time. هوية الحدث الخاصة بك هي #$eventId. قم بتسجيل الدخول إلى الموقع الرسمي $trackServiceRequestLink لمزيد من التفاصيل. ,10006,Resident Services,get-my-uin-card-success-email-content,ara,TRUE,superadmin,now() +1342,Failure email to get my UIN card,Failure email to get my UIN card,txt,velocity,عزيزي $name، فشل طلبك لـ $eventDetails الذي تم رفعه في $date في $time. هوية الحدث الخاصة بك هي #$eventId. قم بتسجيل الدخول إلى الموقع الرسمي $trackServiceRequestLink لمزيد من التفاصيل. ,10006,Resident Services,get-my-uin-card-failure-email-content,ara,TRUE,superadmin,now() +1343,Request received email subject to verify my phone and email,Request received email subject to verify my phone and email,txt,velocity,اعتراف: $eventDetails | معرف الحدث: $eventId | الحالة: $status,10006,Resident Services,verify-my-phone-email-request-received-email-subject,ara,TRUE,superadmin,now() +1344,Success email subject to verify my phone and email,Success email subject to verify my phone and email,txt,velocity,اعتراف: $eventDetails | معرف الحدث: $eventId | الحالة: $status,10006,Resident Services,verify-my-phone-email-success-email-subject,ara,TRUE,superadmin,now() +1345,Failure email subject to verify my phone and email,Failure email subject to verify my phone and email,txt,velocity,اعتراف: $eventDetails | معرف الحدث: $eventId | الحالة: $status,10006,Resident Services,verify-my-phone-email-failure-email-subject,ara,TRUE,superadmin,now() +1346,Request received email to verify my phone and email,Request received email to verify my phone and email,txt,velocity,عزيزي $name، تم استلام طلبك لـ $eventDetails في $date في $time. هوية الحدث الخاصة بك هي #$eventId. قم بتسجيل الدخول إلى الموقع الرسمي $trackServiceRequestLink لمزيد من التفاصيل. ,10006,Resident Services,verify-my-phone-email-request-received-email-content,ara,TRUE,superadmin,now() +1347,Success email to verify my phone and email,Success email to verify my phone and email,txt,velocity,عزيزي $name، تم إتمام طلبك لـ $eventDetails بنجاح في $date في $time. هوية الحدث الخاصة بك هي #$eventId. قم بتسجيل الدخول إلى الموقع الرسمي $trackServiceRequestLink لمزيد من التفاصيل. ,10006,Resident Services,verify-my-phone-email-success-email-content,ara,TRUE,superadmin,now() +1348,Failure email to verify my phone and email,Failure email to verify my phone and email,txt,velocity,عزيزي $name، فشل طلبك لـ $eventDetails الذي تم رفعه في $date في $time. هوية الحدث الخاصة بك هي #$eventId. قم بتسجيل الدخول إلى الموقع الرسمي $trackServiceRequestLink لمزيد من التفاصيل. ,10006,Resident Services,verify-my-phone-email-failure-email-content,ara,TRUE,superadmin,now() +1385,Positive purpose to get my UIN card,Positive purpose to get my UIN card,txt,velocity,تم تنزيل بطاقة UIN,10006,Resident Services,get-my-uin-card-positive-purpose,ara,TRUE,superadmin,now() +1349,Request received sms to customize and download my card,Request received sms to customize and download my card,txt,velocity,عزيزي $name، تم استلام طلبك لـ $eventDetails في $date في $time. هوية الحدث الخاصة بك هي #$eventId. قم بتسجيل الدخول إلى الموقع الرسمي $trackServiceRequestLink لمزيد من التفاصيل. ,10006,Resident Services,cust-and-down-my-card-request-received_SMS,ara,TRUE,superadmin,now() +1350,Success sms to customize and download my card,Success sms to customize and download my card,txt,velocity,عزيزي $name، تم إتمام طلبك لـ $eventDetails بنجاح في $date في $time. هوية الحدث الخاصة بك هي #$eventId. قم بتسجيل الدخول إلى الموقع الرسمي $trackServiceRequestLink لمزيد من التفاصيل. ,10006,Resident Services,cust-and-down-my-card-success_SMS,ara,TRUE,superadmin,now() +1351,Failure sms to customize and download my card,Failure sms to customize and download my card,txt,velocity,عزيزي $name، فشل طلبك لـ $eventDetails الذي تم رفعه في $date في $time. هوية الحدث الخاصة بك هي #$eventId. قم بتسجيل الدخول إلى الموقع الرسمي $trackServiceRequestLink لمزيد من التفاصيل. ,10006,Resident Services,cust-and-down-my-card-failure_SMS,ara,TRUE,superadmin,now() +1352,Request received sms to order a physical card,Request received sms to order a physical card,txt,velocity,عزيزي $name، تم استلام طلبك لـ $eventDetails في $date في $time. هوية الحدث الخاصة بك هي #$eventId. قم بتسجيل الدخول إلى الموقع الرسمي $trackServiceRequestLink لمزيد من التفاصيل. ,10006,Resident Services,order-a-physical-card-request-received_SMS,ara,TRUE,superadmin,now() +1394,Success summary to generate or revoke VIDs,Success summary to generate or revoke VIDs,txt,velocity,تم بنجاح $vidType VID $maskedVID بـ $actionPerformed,10006,Resident Services,gen-or-revoke-vid-success-summary,ara,TRUE,superadmin,now() +1472,Wallet,Wallet,txt,velocity,ವಾಲೆಟ್,10006,Resident Services,mosip.auth-type-code.Wallet,kan,TRUE,superadmin,now() +1353,Success sms to order a physical card,Success sms to order a physical card,txt,velocity,"عزيزي $name، +تم إكمال طلبك لـ $eventDetails بنجاح في $date في $time. +رقم الحدث الخاص بك هو #$eventId. +تسجيل الدخول إلى الموقع الرسمي $trackServiceRequestLink للمزيد من التفاصيل. +يمكنك تتبع حالة العملية باستخدام معرف العملية $transactionID على الرابط: $trackingLink",10006,Resident Services,order-a-physical-card-success_SMS,ara,TRUE,superadmin,now() +1400,Vid Card Download Positive Purpose,Vid Card Download Positive Purpose,txt,velocity,بطاقة VID متاحة للتنزيل,10006,Resident Services,vid-card-download-positive-purpose,ara,TRUE,superadmin,now() +1354,Failure sms to order a physical card,Failure sms to order a physical card,txt,velocity,عزيزي $name، فشل طلبك لـ $eventDetails الذي تم رفعه في $date في $time. هوية الحدث الخاصة بك هي #$eventId. قم بتسجيل الدخول إلى الموقع الرسمي $trackServiceRequestLink لمزيد من التفاصيل. ,10006,Resident Services,order-a-physical-card-failure_SMS,ara,TRUE,superadmin,now() +1355,Request received sms to share my credential with a partner,Request received sms to share my credential with a partner,txt,velocity,عزيزي $name، تم استلام طلبك لـ $eventDetails في $date في $time. هوية الحدث الخاصة بك هي #$eventId. قم بتسجيل الدخول إلى الموقع الرسمي $trackServiceRequestLink لمزيد من التفاصيل. ,10006,Resident Services,share-cred-with-partner-request-received_SMS,ara,TRUE,superadmin,now() +1356,Success sms to share my credential with a partner,Success sms to share my credential with a partner,txt,velocity,"عزيزي $name، +تم إكمال طلبك لـ $eventDetails ($partner) بنجاح في $date في $time. +رقم الحدث الخاص بك هو #$eventId. +تسجيل الدخول إلى الموقع الرسمي $trackServiceRequestLink للمزيد من التفاصيل. ",10006,Resident Services,share-cred-with-partner-success_SMS,ara,TRUE,superadmin,now() +1357,Failure sms to share my credential with a partner,Failure sms to share my credential with a partner,txt,velocity,عزيزي $name، فشل طلبك لـ $eventDetails الذي تم رفعه في $date في $time. هوية الحدث الخاصة بك هي #$eventId. قم بتسجيل الدخول إلى الموقع الرسمي $trackServiceRequestLink لمزيد من التفاصيل. ,10006,Resident Services,share-cred-with-partner-failure_SMS,ara,TRUE,superadmin,now() +1358,Request received sms to lock/unlock authentication,Request received sms to lock/unlock authentication,txt,velocity,عزيزي $name، تم استلام طلبك لـ $eventDetails في $date في $time. هوية الحدث الخاصة بك هي #$eventId. قم بتسجيل الدخول إلى الموقع الرسمي $trackServiceRequestLink لمزيد من التفاصيل. ,10006,Resident Services,lock-unlock-auth-request-received_SMS,ara,TRUE,superadmin,now() +1359,Success sms to lock/unlock authentication,Success sms to lock/unlock authentication,txt,velocity,عزيزي $name، تم إتمام طلبك لـ $eventDetails بنجاح في $date في $time. هوية الحدث الخاصة بك هي #$eventId. قم بتسجيل الدخول إلى الموقع الرسمي $trackServiceRequestLink لمزيد من التفاصيل. ,10006,Resident Services,lock-unlock-auth-success_SMS,ara,TRUE,superadmin,now() +1360,Failure sms to lock/unlock authentication,Failure sms to lock/unlock authentication,txt,velocity,عزيزي $name، فشل طلبك لـ $eventDetails الذي تم رفعه في $date في $time. هوية الحدث الخاصة بك هي #$eventId. قم بتسجيل الدخول إلى الموقع الرسمي $trackServiceRequestLink لمزيد من التفاصيل. ,10006,Resident Services,lock-unlock-auth-failure_SMS,ara,TRUE,superadmin,now() +1361,Request received sms to self update demographic data,Request received sms to self update demographic data,txt,velocity,عزيزي $name، تم استلام طلبك لـ $eventDetails في $date في $time. هوية الحدث الخاصة بك هي #$eventId. قم بتسجيل الدخول إلى الموقع الرسمي $trackServiceRequestLink لمزيد من التفاصيل. ,10006,Resident Services,update-demo-data-request-received_SMS,ara,TRUE,superadmin,now() +1362,Success sms to self update demographic data,Success sms to self update demographic data,txt,velocity,عزيزي $name، تم إتمام طلبك لـ $eventDetails بنجاح في $date في $time. هوية الحدث الخاصة بك هي #$eventId. قم بتسجيل الدخول إلى الموقع الرسمي $trackServiceRequestLink لمزيد من التفاصيل. ,10006,Resident Services,update-demo-data-success_SMS,ara,TRUE,superadmin,now() +1384,Negative Purpose to generate or revoke VIDs,Negative Purpose to generate or revoke VIDs,txt,velocity,تمت محاولة $actionPerformed VID,10006,Resident Services,gen-or-revoke-vid-negative-purpose,ara,TRUE,superadmin,now() +1363,Failure sms to self update demographic data,Failure sms to self update demographic data,txt,velocity,عزيزي $name، فشل طلبك لـ $eventDetails الذي تم رفعه في $date في $time. هوية الحدث الخاصة بك هي #$eventId. قم بتسجيل الدخول إلى الموقع الرسمي $trackServiceRequestLink لمزيد من التفاصيل. ,10006,Resident Services,update-demo-data-failure_SMS,ara,TRUE,superadmin,now() +1364,Request received sms to generate or revoke VID,Request received sms to generate or revoke VID,txt,velocity,عزيزي $name، تم استلام طلبك لـ $eventDetails في $date في $time. هوية الحدث الخاصة بك هي #$eventId. قم بتسجيل الدخول إلى الموقع الرسمي $trackServiceRequestLink لمزيد من التفاصيل. ,10006,Resident Services,gen-or-revoke-vid-request-received_SMS,ara,TRUE,superadmin,now() +1365,Success sms to generate or revoke VID,Success sms to generate or revoke VID,txt,velocity,عزيزي $name، تم إتمام طلبك لـ $eventDetails بنجاح في $date في $time. هوية الحدث الخاصة بك هي #$eventId. قم بتسجيل الدخول إلى الموقع الرسمي $trackServiceRequestLink لمزيد من التفاصيل. ,10006,Resident Services,gen-or-revoke-vid-success_SMS,ara,TRUE,superadmin,now() +1366,Failure sms to generate or revoke VID,Failure sms to generate or revoke VID,txt,velocity,عزيزي $name، فشل طلبك لـ $eventDetails الذي تم رفعه في $date في $time. هوية الحدث الخاصة بك هي #$eventId. قم بتسجيل الدخول إلى الموقع الرسمي $trackServiceRequestLink لمزيد من التفاصيل. ,10006,Resident Services,gen-or-revoke-vid-failure_SMS,ara,TRUE,superadmin,now() +1395,Success summary to get my UIN card,Success summary to get my UIN card,txt,velocity,تم تنزيل بطاقة UIN بنجاح,10006,Resident Services,get-my-uin-card-success-summary,ara,TRUE,superadmin,now() +1367,Request received sms to get my UIN card,Request received sms to get my UIN card,txt,velocity,عزيزي $name، تم استلام طلبك لـ $eventDetails في $date في $time. هوية الحدث الخاصة بك هي #$eventId. قم بتسجيل الدخول إلى الموقع الرسمي $trackServiceRequestLink لمزيد من التفاصيل. ,10006,Resident Services,get-my-uin-card-request-received_SMS,ara,TRUE,superadmin,now() +1368,Success sms to get my UIN card,Success sms to get my UIN card,txt,velocity,عزيزي $name، تم إتمام طلبك لـ $eventDetails بنجاح في $date في $time. هوية الحدث الخاصة بك هي #$eventId. قم بتسجيل الدخول إلى الموقع الرسمي $trackServiceRequestLink لمزيد من التفاصيل. ,10006,Resident Services,get-my-uin-card-success_SMS,ara,TRUE,superadmin,now() +1369,Failure sms to get my UIN card,Failure sms to get my UIN card,txt,velocity,عزيزي $name، فشل طلبك لـ $eventDetails الذي تم رفعه في $date في $time. هوية الحدث الخاصة بك هي #$eventId. قم بتسجيل الدخول إلى الموقع الرسمي $trackServiceRequestLink لمزيد من التفاصيل. ,10006,Resident Services,get-my-uin-card-failure_SMS,ara,TRUE,superadmin,now() +1370,Request received sms to verify my phone and email,Request received sms to verify my phone and email,txt,velocity,عزيزي $name، تم استلام طلبك لـ $eventDetails في $date في $time. هوية الحدث الخاصة بك هي #$eventId. قم بتسجيل الدخول إلى الموقع الرسمي $trackServiceRequestLink لمزيد من التفاصيل. ,10006,Resident Services,verify-my-phone-email-request-received_SMS,ara,TRUE,superadmin,now() +1371,Success sms to verify my phone and email,Success sms to verify my phone and email,txt,velocity,عزيزي $name، تم إتمام طلبك لـ $eventDetails بنجاح في $date في $time. هوية الحدث الخاصة بك هي #$eventId. قم بتسجيل الدخول إلى الموقع الرسمي $trackServiceRequestLink لمزيد من التفاصيل. ,10006,Resident Services,verify-my-phone-email-success_SMS,ara,TRUE,superadmin,now() +1372,Failure sms to verify my phone and email,Failure sms to verify my phone and email,txt,velocity,عزيزي $name، فشل طلبك لـ $eventDetails الذي تم رفعه في $date في $time. هوية الحدث الخاصة بك هي #$eventId. قم بتسجيل الدخول إلى الموقع الرسمي $trackServiceRequestLink لمزيد من التفاصيل. ,10006,Resident Services,verify-my-phone-email-failure_SMS,ara,TRUE,superadmin,now() +1373,Positive purpose to customize and download my card,Positive purpose to customize and download my card,txt,velocity,تم تنزيل البطاقة المخصصة,10006,Resident Services,cust-and-down-my-card-positive-purpose,ara,TRUE,superadmin,now() +1374,Negative purpose to customize and download my card,Negative purpose to customize and download my card,txt,velocity,تم محاولة تنزيل البطاقة المخصصة,10006,Resident Services,cust-and-down-my-card-negative-purpose,ara,TRUE,superadmin,now() +1375,Positive purpose to order a physical card,Positive purpose to order a physical card,txt,velocity,تم طلب البطاقة الفعلية,10006,Resident Services,order-a-physical-card-positive purpose,ara,TRUE,superadmin,now() +1376,Negative purpose to order a physical card,Negative purpose to order a physical card,txt,velocity,تمت محاولة طلب بطاقة فعلية,10006,Resident Services,order-a-physical-card-negative purpose,ara,TRUE,superadmin,now() +1377,Positive purpose to share my credential with a partner,Positive purpose to share my credential with a partner,txt,velocity,تم مشاركة البيانات مع شريك,10006,Resident Services,share-cred-with-partner-positive-purpose,ara,TRUE,superadmin,now() +1378,Negative purpose to share my credential with a partner,Negative purpose to share my credential with a partner,txt,velocity,تمت محاولة مشاركة البيانات مع شريك,10006,Resident Services,share-cred-with-partner-negative-purpose,ara,TRUE,superadmin,now() +1379,Positive purpose to lock/unlock various authentication types,Positive purpose to lock/unlock various authentication types,txt,velocity,$authType التحقق هو $status,10006,Resident Services,lock-unlock-auth-positive-purpose,ara,TRUE,superadmin,now() +1380,Negative purpose to lock/unlock various authentication types,Negative purpose to lock/unlock various authentication types,txt,velocity,تمت محاولة قفل/فتح أنواع التحقق,10006,Resident Services,lock-unlock-auth-negative-purpose,ara,TRUE,superadmin,now() +1381,Positive Purpose to self update demographic data,Positive Purpose to self update demographic data,txt,velocity,تم تحديث البيانات بنجاح,10006,Resident Services,update-demo-data-positive-purpose,ara,TRUE,superadmin,now() +1386,Negative purpose to get my UIN card,Negative purpose to get my UIN card,txt,velocity,تمت محاولة تنزيل بطاقة UIN,10006,Resident Services,get-my-uin-card-negative-purpose,ara,TRUE,superadmin,now() +1387,Positive purpose to verify my phone number and email ID,Positive purpose to verify my phone number and email ID,txt,velocity,تم التحقق من $channel,10006,Resident Services,verify-my-phone-email-positive-purpose,ara,TRUE,superadmin,now() +1388,Negative purpose to verify my phone number and email ID,Negative purpose to verify my phone number and email ID,txt,velocity,تمت محاولة التحقق من $channel,10006,Resident Services,verify-my-phone-email-negative-purpose,ara,TRUE,superadmin,now() +1389,Success summary to customize and download my card,Success summary to customize and download my card,txt,velocity,تم تنزيل البطاقة المخصصة بنجاح,10006,Resident Services,cust-and-down-my-card-success-summary,ara,TRUE,superadmin,now() +1390,Success summary to order a physical card,Success summary to order a physical card,txt,velocity,تم وضع طلب لبطاقة فعلية بنجاح مع الشريك,10006,Resident Services,order-a-physical-card-success-summary,ara,TRUE,superadmin,now() +1391,Success summary to share my credential with a partner,Success summary to share my credential with a partner,txt,velocity,تم مشاركة بياناتك بنجاح,10006,Resident Services,share-cred-with-partner-success-summary,ara,TRUE,superadmin,now() +1392,Success summary to lock/unlock various authentication types,Success summary to lock/unlock various authentication types,txt,velocity,$authType التحقق هو $status,10006,Resident Services,lock-unlock-auth-success-summary,ara,TRUE,superadmin,now() +1396,Success summary to verify my phone and email,Success summary to verify my phone and email,txt,velocity,تم التحقق من $channel بنجاح,10006,Resident Services,verify-my-phone-email-success-summary,ara,TRUE,superadmin,now() +1397,Receiving OTP mail Subject,Receiving OTP mail Subject,txt,velocity,OTP | $eventDetails,10006,Resident Services,receive-otp-mail-subject,ara,TRUE,superadmin,now() +1401,Vid Card Download Negative Purpose,Vid Card Download Negative Purpose,txt,velocity,تم محاولة تنزيل بطاقة VID,10006,Resident Services,vid-card-download-negative-purpose,ara,TRUE,superadmin,now() +1402,Vid Card Download Positive Summary,Vid Card Download Positive Summary,txt,velocity,بطاقة VID متاحة للتنزيل,10006,Resident Services,vid-card-download-positive-summary,ara,TRUE,superadmin,now() +1403,Phone,Phone,txt,velocity,هاتف,10006,Resident Services,mosip.phone.template.property,ara,TRUE,superadmin,now() +1404,Email,Email,txt,velocity,بريد إلكتروني,10006,Resident Services,mosip.email.template.property,ara,TRUE,superadmin,now() +1405,Request received email subject to download my VID card,Request received email subject to download my VID card,txt,velocity,اعتراف: $eventDetails | معرف الحدث: $eventId | الحالة: $status,10006,Resident Services,vid-card-download-request-received-email-subject,ara,TRUE,superadmin,now() +1406,Success email subject to download my VID card,Success email subject to download my VID card,txt,velocity,اعتراف: $eventDetails | معرف الحدث: $eventId | الحالة: $status,10006,Resident Services,vid-card-download-success-email-subject,ara,TRUE,superadmin,now() +1407,Failure email subject to download my VID card,Failure email subject to download my VID card,txt,velocity,اعتراف: $eventDetails | معرف الحدث: $eventId | الحالة: $status,10006,Resident Services,vid-card-download-failure-email-subject,ara,TRUE,superadmin,now() +1408,Request received email to download my VID card,Request received email to download my VID card,txt,velocity,عزيزي $name، تم استلام طلبك لـ $eventDetails في $date في $time. هوية الحدث الخاصة بك هي #$eventId. قم بتسجيل الدخول إلى الموقع الرسمي $trackServiceRequestLink لمزيد من التفاصيل. ,10006,Resident Services,vid-card-download-request-received-email-content,ara,TRUE,superadmin,now() +1409,Success email to download my VID card,Success email to download my VID card,txt,velocity,عزيزي $name، تم إتمام طلبك لـ $eventDetails بنجاح في $date في $time. هوية الحدث الخاصة بك هي #$eventId. قم بتسجيل الدخول إلى الموقع الرسمي $trackServiceRequestLink لمزيد من التفاصيل. ,10006,Resident Services,vid-card-download-success-email-content,ara,TRUE,superadmin,now() +1410,Failure email to download my VID card,Failure email to download my VID card,txt,velocity,عزيزي $name، فشل طلبك لـ $eventDetails الذي تم رفعه في $date في $time. هوية الحدث الخاصة بك هي #$eventId. قم بتسجيل الدخول إلى الموقع الرسمي $trackServiceRequestLink لمزيد من التفاصيل. ,10006,Resident Services,vid-card-download-failure-email-content,ara,TRUE,superadmin,now() +1442,Finger Authentication Failed,Finger Authentication Failed,txt,velocity,فشل مصادقة البصمة,10006,Resident Services,mosip.ida.auth-request.FINGERPRINT-AUTH.N.descr,ara,TRUE,superadmin,now() +1443,Iris Authentication Failed,Iris Authentication Failed,txt,velocity,فشل مصادقة القزحية,10006,Resident Services,mosip.ida.auth-request.IRIS-AUTH.N.descr,ara,TRUE,superadmin,now() +1411,Request received sms to download my VID card,Request received sms to download my VID card,txt,velocity,عزيزي $name، تم استلام طلبك لـ $eventDetails في $date في $time. هوية الحدث الخاصة بك هي #$eventId. قم بتسجيل الدخول إلى الموقع الرسمي $trackServiceRequestLink لمزيد من التفاصيل. ,10006,Resident Services,vid-card-download-request-received_SMS,ara,TRUE,superadmin,now() +1412,Success sms to download my VID card,Success sms to download my VID card,txt,velocity,عزيزي $name، تم إتمام طلبك لـ $eventDetails بنجاح في $date في $time. هوية الحدث الخاصة بك هي #$eventId. قم بتسجيل الدخول إلى الموقع الرسمي $trackServiceRequestLink لمزيد من التفاصيل. ,10006,Resident Services,vid-card-download-success_SMS,ara,TRUE,superadmin,now() +1413,Failure sms to download my VID card,Failure sms to download my VID card,txt,velocity,عزيزي $name، فشل طلبك لـ $eventDetails الذي تم رفعه في $date في $time. هوية الحدث الخاصة بك هي #$eventId. قم بتسجيل الدخول إلى الموقع الرسمي $trackServiceRequestLink لمزيد من التفاصيل. ,10006,Resident Services,vid-card-download-failure_SMS,ara,TRUE,superadmin,now() +1414,Email otp,Email otp,txt,velocity,بريد إلكتروني OTP,10006,Resident Services,mosip.otp-email.template.property,ara,TRUE,superadmin,now() +1415,Phone otp,Phone otp,txt,velocity,هاتف OTP,10006,Resident Services,mosip.otp-phone.template.property,ara,TRUE,superadmin,now() +1416,Demographic,Demographic,txt,velocity,البيانات الديموغرافية,10006,Resident Services,mosip.demo.template.property,ara,TRUE,superadmin,now() +1417,Finger bio,Finger bio,txt,velocity,بصمة الإصبع,10006,Resident Services,mosip.bio-finger.template.property,ara,TRUE,superadmin,now() +1418,Iris bio,Iris bio,txt,velocity,القزحية,10006,Resident Services,mosip.bio-iris.template.property,ara,TRUE,superadmin,now() +1419,Face bio,Face bio,txt,velocity,الوجه,10006,Resident Services,mosip.bio-face.template.property,ara,TRUE,superadmin,now() +1420,Unlocked status,Unlocked status,txt,velocity,مفتوح,10006,Resident Services,mosip.unlocked.template.property,ara,TRUE,superadmin,now() +1424,In progress event status,In progress event status,txt,velocity,قيد التنفيذ,10006,Resident Services,mosip.event.status.inprogress.template,ara,TRUE,superadmin,now() +1425,OTP Request Success,OTP Request Success,txt,velocity,نجاح طلب OTP,10006,Resident Services,mosip.ida.auth-request.OTP-REQUEST.Y.descr,ara,TRUE,superadmin,now() +1426,OTP Authentication Success,OTP Authentication Success,txt,velocity,نجاح التحقق OTP,10006,Resident Services,mosip.ida.auth-request.OTP-AUTH.Y.descr,ara,TRUE,superadmin,now() +1427,Demo Authentication Success,Demo Authentication Success,txt,velocity,نجاح مصادقة العرض التوضيحي,10006,Resident Services,mosip.ida.auth-request.DEMO-AUTH.Y.descr,ara,TRUE,superadmin,now() +1428,Finger Authentication Success,Finger Authentication Success,txt,velocity,نجاح مصادقة البصمة,10006,Resident Services,mosip.ida.auth-request.FINGERPRINT-AUTH.Y.descr,ara,TRUE,superadmin,now() +1429,Iris Authentication Success,Iris Authentication Success,txt,velocity,نجاح مصادقة القزحية,10006,Resident Services,mosip.ida.auth-request.IRIS-AUTH.Y.descr,ara,TRUE,superadmin,now() +1430,Face Authentication Success,Face Authentication Success,txt,velocity,نجاح مصادقة الوجه,10006,Resident Services,mosip.ida.auth-request.FACE-AUTH.Y.descr,ara,TRUE,superadmin,now() +1431,Pin Authentication Success,Pin Authentication Success,txt,velocity,نجاح مصادقة الرقم السري,10006,Resident Services,mosip.ida.auth-request.STATIC-PIN-AUTH.Y.descr,ara,TRUE,superadmin,now() +1432,Static Pin Store Request Success,Static Pin Store Request Success,txt,velocity,نجاح طلب تخزين الرقم السري الثابت,10006,Resident Services,mosip.ida.auth-request.STATIC-PIN-STORAGE.Y.descr,ara,TRUE,superadmin,now() +1433,EKYC Authentication Request Success,EKYC Authentication Request Success,txt,velocity,نجاح مصادقة EKYC,10006,Resident Services,mosip.ida.auth-request.EKYC-AUTH.Y.descr,ara,TRUE,superadmin,now() +1434,KYC Authentication Request Success,KYC Authentication Request Success,txt,velocity,نجاح مصادقة KYC,10006,Resident Services,mosip.ida.auth-request.KYC-AUTH.Y.descr,ara,TRUE,superadmin,now() +1435,KYC Exchange Request Success,KYC Exchange Request Success,txt,velocity,نجاح طلب تبادل KYC,10006,Resident Services,mosip.ida.auth-request.KYC-EXCHANGE.Y.descr,ara,TRUE,superadmin,now() +1436,Identity Key Binding Request Success,Identity Key Binding Request Success,txt,velocity,نجاح طلب ربط مفتاح الهوية,10006,Resident Services,mosip.ida.auth-request.IDENTITY-KEY-BINDING.Y.descr,ara,TRUE,superadmin,now() +1437,Token Request Success,Token Request Success,txt,velocity,نجاح طلب الرمز,10006,Resident Services,mosip.ida.auth-request.TOKEN-REQUEST.Y.descr,ara,TRUE,superadmin,now() +1438,Token based Authentication Success,Token based Authentication Success,txt,velocity,نجاح مصادقة قائمة الرموز,10006,Resident Services,mosip.ida.auth-request.TOKEN-AUTH.Y.descr,ara,TRUE,superadmin,now() +1439,OTP Request Failed,OTP Request Failed,txt,velocity,فشل طلب OTP,10006,Resident Services,mosip.ida.auth-request.OTP-REQUEST.N.descr,ara,TRUE,superadmin,now() +1440,OTP Authentication Failed,OTP Authentication Failed,txt,velocity,فشل التحقق OTP,10006,Resident Services,mosip.ida.auth-request.OTP-AUTH.N.descr,ara,TRUE,superadmin,now() +1441,Demo Authentication Failed,Demo Authentication Failed,txt,velocity,فشل مصادقة العرض التوضيحي,10006,Resident Services,mosip.ida.auth-request.DEMO-AUTH.N.descr,ara,TRUE,superadmin,now() +1480,Update UIN Data event type,Update UIN Data event type,txt,velocity,تحديث بيانات UIN,10006,Resident Services,mosip.event.type.UPDATE_MY_UIN,ara,TRUE,superadmin,now() +1444,Face Authentication Failed,Face Authentication Failed,txt,velocity,فشل مصادقة الوجه,10006,Resident Services,mosip.ida.auth-request.FACE-AUTH.N.descr,ara,TRUE,superadmin,now() +1445,Pin Authentication Failed,Pin Authentication Failed,txt,velocity,فشل مصادقة الرقم السري,10006,Resident Services,mosip.ida.auth-request.STATIC-PIN-AUTH.N.descr,ara,TRUE,superadmin,now() +1446,Static Pin Store Request Failed,Static Pin Store Request Failed,txt,velocity,فشل طلب تخزين الرقم السري الثابت,10006,Resident Services,mosip.ida.auth-request.STATIC-PIN-STORAGE.N.descr,ara,TRUE,superadmin,now() +1447,EKYC Authentication Request Failed,EKYC Authentication Request Failed,txt,velocity,فشل مصادقة EKYC,10006,Resident Services,mosip.ida.auth-request.EKYC-AUTH.N.descr,ara,TRUE,superadmin,now() +1448,KYC Authentication Request Failed,KYC Authentication Request Failed,txt,velocity,فشل مصادقة KYC,10006,Resident Services,mosip.ida.auth-request.KYC-AUTH.N.descr,ara,TRUE,superadmin,now() +1449,KYC Exchange Request Failed,KYC Exchange Request Failed,txt,velocity,فشل طلب تبادل KYC,10006,Resident Services,mosip.ida.auth-request.KYC-EXCHANGE.N.descr,ara,TRUE,superadmin,now() +1450,Identity Key Binding Request Failed,Identity Key Binding Request Failed,txt,velocity,فشل طلب ربط مفتاح الهوية,10006,Resident Services,mosip.ida.auth-request.IDENTITY-KEY-BINDING.N.descr,ara,TRUE,superadmin,now() +1451,Token Request Failed,Token Request Failed,txt,velocity,فشل طلب الرمز,10006,Resident Services,mosip.ida.auth-request.TOKEN-REQUEST.N.descr,ara,TRUE,superadmin,now() +1452,Token based Authentication Failed,Token based Authentication Failed,txt,velocity,فشل مصادقة قائمة الرموز,10006,Resident Services,mosip.ida.auth-request.TOKEN-AUTH.N.descr,ara,TRUE,superadmin,now() +1453,Unknown Request/Authentication Success,Unknown Request/Authentication Success,txt,velocity,طلب/نجاح المصادقة المجهولة,10006,Resident Services,mosip.ida.auth-request.UNKNOWN.Y.descr,ara,TRUE,superadmin,now() +1454,Unknown Request/Authentication Failed,Unknown Request/Authentication Failed,txt,velocity,طلب/فشل المصادقة المجهولة,10006,Resident Services,mosip.ida.auth-request.UNKNOWN.N.descr,ara,TRUE,superadmin,now() +1455,OTP Request,OTP Request,txt,velocity,طلب OTP,10006,Resident Services,mosip.auth-type-code.OTP-REQUEST,ara,TRUE,superadmin,now() +1456,OTP Authentication,OTP Authentication,txt,velocity,مصادقة OTP,10006,Resident Services,mosip.auth-type-code.OTP-AUTH,ara,TRUE,superadmin,now() +1457,Demo Authentication,Demo Authentication,txt,velocity,مصادقة تجريبية,10006,Resident Services,mosip.auth-type-code.DEMO-AUTH,ara,TRUE,superadmin,now() +1458,Finger Authentication,Finger Authentication,txt,velocity,مصادقة بصمة الإصبع,10006,Resident Services,mosip.auth-type-code.FINGERPRINT-AUTH,ara,TRUE,superadmin,now() +1459,Iris Authentication,Iris Authentication,txt,velocity,مصادقة القزحية,10006,Resident Services,mosip.auth-type-code.IRIS-AUTH,ara,TRUE,superadmin,now() +1460,Face Authentication,Face Authentication,txt,velocity,مصادقة الوجه,10006,Resident Services,mosip.auth-type-code.FACE-AUTH,ara,TRUE,superadmin,now() +1461,Pin Authentication,Pin Authentication,txt,velocity,مصادقة دبوس ثابت,10006,Resident Services,mosip.auth-type-code.STATIC-PIN-AUTH,ara,TRUE,superadmin,now() +1462,Static Pin Store Request,Static Pin Store Request,txt,velocity,تخزين دبوس ثابت,10006,Resident Services,mosip.auth-type-code.STATIC-PIN-STORAGE,ara,TRUE,superadmin,now() +1463,EKYC Authentication Request,EKYC Authentication Request,txt,velocity,مصادقة EKYC,10006,Resident Services,mosip.auth-type-code.EKYC-AUTH,ara,TRUE,superadmin,now() +1464,KYC Authentication Request,KYC Authentication Request,txt,velocity,مصادقة KYC,10006,Resident Services,mosip.auth-type-code.KYC-AUTH,ara,TRUE,superadmin,now() +1465,KYC Exchange Request,KYC Exchange Request,txt,velocity,تبادل KYC,10006,Resident Services,mosip.auth-type-code.KYC-EXCHANGE,ara,TRUE,superadmin,now() +1466,Identity Key Binding Request,Identity Key Binding Request,txt,velocity,ربط مفتاح الهوية,10006,Resident Services,mosip.auth-type-code.IDENTITY-KEY-BINDING,ara,TRUE,superadmin,now() +1467,Token Request,Token Request,txt,velocity,طلب الرمز,10006,Resident Services,mosip.auth-type-code.TOKEN-REQUEST,ara,TRUE,superadmin,now() +1468,Token based Authentication,Token based Authentication,txt,velocity,مصادقة الرمز,10006,Resident Services,mosip.auth-type-code.TOKEN-AUTH,ara,TRUE,superadmin,now() +1469,PWD,PWD,txt,velocity,PWD,10006,Resident Services,mosip.auth-type-code.PWD,ara,TRUE,superadmin,now() +1470,PIN,PIN,txt,velocity,رمز ال PIN,10006,Resident Services,mosip.auth-type-code.PIN,ara,TRUE,superadmin,now() +1471,OTP,OTP,txt,velocity,رمز OTP,10006,Resident Services,mosip.auth-type-code.OTP,ara,TRUE,superadmin,now() +1472,Wallet,Wallet,txt,velocity,المحفظة,10006,Resident Services,mosip.auth-type-code.Wallet,ara,TRUE,superadmin,now() +1473,L1-bio-device,L1-bio-device,txt,velocity,جهاز البيومتري الفئة 1,10006,Resident Services,mosip.auth-type-code.L1-bio-device,ara,TRUE,superadmin,now() +1474,Unknown attribute,Unknown attribute,txt,velocity,مجهول,10006,Resident Services,mosip.template.UNKNOWN,ara,TRUE,superadmin,now() +1475,Authentication Request event type,Authentication Request event type,txt,velocity,طلب مصادقة,10006,Resident Services,mosip.event.type.AUTHENTICATION_REQUEST,ara,TRUE,superadmin,now() +1476,Share Credential With Partner event type,Share Credential With Partner event type,txt,velocity,مشاركة البيانات مع الشريك,10006,Resident Services,mosip.event.type.SHARE_CRED_WITH_PARTNER,ara,TRUE,superadmin,now() +1477,Download Personalized Card event type,Download Personalized Card event type,txt,velocity,تنزيل بطاقة مخصصة,10006,Resident Services,mosip.event.type.DOWNLOAD_PERSONALIZED_CARD,ara,TRUE,superadmin,now() +1478,Order a Physical Card event type,Order a Physical Card event type,txt,velocity,طلب بطاقة فيزيائية,10006,Resident Services,mosip.event.type.ORDER_PHYSICAL_CARD,ara,TRUE,superadmin,now() +1479,Get UIN Card event type,Get UIN Card event type,txt,velocity,الحصول على بطاقة UIN,10006,Resident Services,mosip.event.type.GET_MY_ID,ara,TRUE,superadmin,now() +1481,Generate VID event type,Generate VID event type,txt,velocity,إنشاء VID,10006,Resident Services,mosip.event.type.GENERATE_VID,ara,TRUE,superadmin,now() +1482,Revoke VID event type,Revoke VID event type,txt,velocity,إلغاء VID,10006,Resident Services,mosip.event.type.REVOKE_VID,ara,TRUE,superadmin,now() +1483,Secure My ID event type,Secure My ID event type,txt,velocity,تأمين هويتي,10006,Resident Services,mosip.event.type.AUTH_TYPE_LOCK_UNLOCK,ara,TRUE,superadmin,now() +1484,Download VID Card event type,Download VID Card event type,txt,velocity,تنزيل بطاقة VID,10006,Resident Services,mosip.event.type.VID_CARD_DOWNLOAD,ara,TRUE,superadmin,now() +1485,Send OTP event type,Send OTP event type,txt,velocity,إرسال OTP,10006,Resident Services,mosip.event.type.SEND_OTP,ara,TRUE,superadmin,now() +1486,Verify My Phone/Email event type,Verify My Phone/Email event type,txt,velocity,التحقق من هاتفي/بريدي الإلكتروني,10006,Resident Services,mosip.event.type.VALIDATE_OTP,ara,TRUE,superadmin,now() +1487,Default event type,Default event type,txt,velocity,افتراضي,10006,Resident Services,mosip.event.type.DEFAULT,ara,TRUE,superadmin,now() +1488,Authentication Request service type,Authentication Request service type,txt,velocity,طلب مصادقة,10006,Resident Services,mosip.service.type.AUTHENTICATION_REQUEST,ara,TRUE,superadmin,now() +1489,Service Request service type,Service Request service type,txt,velocity,طلب خدمة,10006,Resident Services,mosip.service.type.SERVICE_REQUEST,ara,TRUE,superadmin,now() +1490,Data Update Request service type,Data Update Request service type,txt,velocity,طلب تحديث البيانات,10006,Resident Services,mosip.service.type.DATA_UPDATE_REQUEST,ara,TRUE,superadmin,now() +1491,ID Management Request service type,ID Management Request service type,txt,velocity,طلب إدارة الهوية,10006,Resident Services,mosip.service.type.ID_MANAGEMENT_REQUEST,ara,TRUE,superadmin,now() +1492,Data Share Request service type,Data Share Request service type,txt,velocity,طلب مشاركة البيانات,10006,Resident Services,mosip.service.type.DATA_SHARE_REQUEST,ara,TRUE,superadmin,now() +1493,Async service type,Async service type,txt,velocity,غير متزامن,10006,Resident Services,mosip.service.type.ASYNC,ara,TRUE,superadmin,now() +1494,All attribute,All attribute,txt,velocity,الكل,10006,Resident Services,mosip.template.ALL,ara,TRUE,superadmin,now() +1438,Token based Authentication Success,Token based Authentication Success,txt,velocity,टोकन पर आधारित प्रमाणीकरण सफल,10006,Resident Services,mosip.ida.auth-request.TOKEN-AUTH.Y.descr,hin,TRUE,superadmin,now() +1310,Request received email to order a physical card,Request received email to order a physical card,txt,velocity,"प्रिय $name, आपका $eventDetails करने का अनुरोध $date को $time पर प्राप्त किया गया है। आपकी घटना आईडी #$eventId है। और विवरण के लिए आधिकारिक वेबसाइट $trackServiceRequestLink पर लॉग इन करें। ",10006,Resident Services,order-a-physical-card-request-received-email-content,hin,TRUE,superadmin,now() +1325,Request received email subject to self update demographic data,Request received email subject to self update demographic data,txt,velocity,स्वीकृति: $eventDetails | घटना आईडी: $eventId | स्थिति: $status,10006,Resident Services,update-demo-data-request-received-email-subject,hin,TRUE,superadmin,now() +1495,Acknowledgement for share credential with a partner,Acknowledgement for share credential with a partner,html,velocity," + + + +
+
+
+",10006,Resident Services,acknowledgement-share-cred-with-partner,ara,TRUE,superadmin,now()
+1496,List of supporting documents,List of supporting documents,html,velocity,"
+
+
+
+
+
+
+
+
+
+
+ لعرض حالة الحدث الخاص بك، الرجوع إلى ملخص الحدث. ++
+
+
+
+
+ ",10006,Resident Services,supporting-docs-list,ara,TRUE,superadmin,now()
+1497,Acknowledgement for manage my vid,Acknowledgement for manage my vid,html,velocity,"
+
+
+
+ وثائق الدعم + +
+
+ +
+ + +
+ + + + + + + +
+
+
+",10006,Resident Services,acknowledgement-manage-my-vid,ara,TRUE,superadmin,now()
+1498,Acknowledgement for order a physical card,Acknowledgement for order a physical card,html,velocity,"
+
+
+
+
+
+
+ لعرض حالة حدثك، عد إلى ملخص الحدث. ++
+
+
+",10006,Resident Services,acknowledgement-order-a-physical-card,ara,TRUE,superadmin,now()
+1499,Acknowledgement for Download a personalized card,Acknowledgement for Download a personalized card,html,velocity,"
+
+
+
+
+
+
+ لعرض حالة الحدث الخاص بك، عُد إلى ملخص +الحدث. ++
+
+
+",10006,Resident Services,acknowledgement-download-a-personalized-card,ara,TRUE,superadmin,now()
+1307,Request received email subject to order a physical card,Request received email subject to order a physical card,txt,velocity,स्वीकृति: $eventDetails | घटना आईडी: $eventId | स्थिति: $status,10006,Resident Services,order-a-physical-card-request-received-email-subject,hin,TRUE,superadmin,now()
+1308,Success email subject to order a physical card,Success email subject to order a physical card,txt,velocity,स्वीकृति: $eventDetails | घटना आईडी: $eventId | स्थिति: $status,10006,Resident Services,order-a-physical-card-success-email-subject,hin,TRUE,superadmin,now()
+1309,Failure email subject to order a physical card,Failure email subject to order a physical card,txt,velocity,स्वीकृति: $eventDetails | घटना आईडी: $eventId | स्थिति: $status,10006,Resident Services,order-a-physical-card-failure-email-subject,hin,TRUE,superadmin,now()
+1384,Negative Purpose to generate or revoke VIDs,Negative Purpose to generate or revoke VIDs,txt,velocity,VID को $actionPerformed करने का प्रयास किया गया था,10006,Resident Services,gen-or-revoke-vid-negative-purpose,hin,TRUE,superadmin,now()
+1500,Acknowledgement for Update demographic data,Acknowledgement for Update demographic data,html,velocity,"
+
+
+
+
+
+
+
+
+ + ++ لعرض حالة الحدث الخاص بك، الرجاء العودة إلى ملخص الحدث. + ++ + +
+
+
+",10006,Resident Services,acknowledgement-update-demographic-data,ara,TRUE,superadmin,now()
+1501,Acknowledgement for verify email id or phone number,Acknowledgement for verify email id or phone number,html,velocity,"
+
+
+
+
+
+
+
+ لعرض حالة الحدث الخاص بك، الرجاء العودة إلى ملخص الحدث. ++
+
+
+
+
+",10006,Resident Services,acknowledgement-verify-email-id-or-phone-number,ara,TRUE,superadmin,now()
+1502,Acknowledgement for Secure my Id,Acknowledgement for Secure my Id,html,velocity,"
+
+
+
+
+
+
+
+
+
+
+
+
+ + لعرض حالة الحدث الخاص بك، ارجع إلى ملخص الحدث. + ++ +
+
+
+
+
+
+",10006,Resident Services,acknowledgement-secure-my-id,ara,TRUE,superadmin,now()
+1503,List of registration centers,List of registration centers,html,velocity,"
+
+
+
+
+
+
+
+
+
+ + لعرض حالة الحدث الخاص بك، ارجع إلىملخص الحدث. + + ++ + + مراكز التسجيل + ++
+ +",10006,Resident Services,registration-centers-list,ara,TRUE,superadmin,now() +1319,Request received email subject to lock/unlock authentication,Request received email subject to lock/unlock authentication,txt,velocity,स्वीकृति: $eventDetails | घटना आईडी: $eventId | स्थिति: $status,10006,Resident Services,lock-unlock-auth-request-received-email-subject,hin,TRUE,superadmin,now() +1504,Acknwoldegement service history type,Acknwoldegement service history type,html,velocity," + + +
+
+ +",10006,Resident Services,service-history-type,ara,TRUE,superadmin,now() +1339,Failure email subject to get my UIN card,Failure email subject to get my UIN card,txt,velocity,स्वीकृति: $eventDetails | घटना आईडी: $eventId | स्थिति: $status,10006,Resident Services,get-my-uin-card-failure-email-subject,hin,TRUE,superadmin,now() +1505,Acknowledgment Authentication Request,Acknowledgment Authentication Request,html,velocity," + + + + + + + +
+
+
+
+
+
+",10006,Resident Services,acknowledgment-authentication-request,ara,TRUE,superadmin,now()
+1506,Acknowledment Get My Id,Acknowledment Get My Id,html,velocity,"
+
+
+
+
+
+
+
+
+ + لعرض حالة الحدث الخاص بك، الرجوع إلى ملخص الحدث. + ++ +
+
+
+",10006,Resident Services,acknowledgment-get-my-id,ara,TRUE,superadmin,now()
+1507,Acknowledgment vid card download,Acknowledgment vid card download,html,velocity,"
+
+
+
+
+
+
+ لعرض حالة الحدث الخاص بك، الرجوع إلى ملخص الحدث. ++
+
+
+",10006,Resident Services,acknowledgment-vid-card-download,ara,TRUE,superadmin,now()
+1508,Vid Card Type,Vid Card Type,html,velocity,"
+
+
+
+
+
+
+
+
+
+
+
+
+
+ لعرض حالة الحدث الخاص بك، يرجى العودة إلى ملخص الحدث. ++
+
+
+
+
+
+",10006,Resident Services,vid-card-type,ara,TRUE,superadmin,now()
+1301,Request received email subject to customize and download my card,Request received email subject to customize and download my card,txt,velocity,स्वीकृति: $eventDetails | घटना आईडी: $eventId | स्थिति: $status,10006,Resident Services,cust-and-down-my-card-request-received-email-subject,hin,TRUE,superadmin,now()
+1302,Success email subject to customize and download my card,Success email subject to customize and download my card,txt,velocity,स्वीकृति: $eventDetails | घटना आईडी: $eventId | स्थिति: $status,10006,Resident Services,cust-and-down-my-card-success-email-subject,hin,TRUE,superadmin,now()
+1303,Failure email subject to customize and download my card,Failure email subject to customize and download my card,txt,velocity,स्वीकृति: $eventDetails | घटना आईडी: $eventId | स्थिति: $status,10006,Resident Services,cust-and-down-my-card-failure-email-subject,hin,TRUE,superadmin,now()
+1304,Request received email to customize and download my card,Request received email to customize and download my card,txt,velocity,"प्रिय $name,
تاريخ الميلاد: $dateOfBirth + +VID: $vid + +نوع الـ VID: $vidType + +تم إنشاءه في: $genratedOnTimestamp + +ينتهي في: $expiryTimestamp + +المعاملات المتبقية: $transactionsLeftCount + +आपका $eventDetails करने का अनुरोध $date को $time पर प्राप्त किया गया है। आपकी घटना आईडी #$eventId है। और विवरण के लिए आधिकारिक वेबसाइट $trackServiceRequestLink पर लॉग इन करें। ",10006,Resident Services,cust-and-down-my-card-request-received-email-content,hin,TRUE,superadmin,now() +1425,OTP Request Success,OTP Request Success,txt,velocity,OTP अनुरोध सफल,10006,Resident Services,mosip.ida.auth-request.OTP-REQUEST.Y.descr,hin,TRUE,superadmin,now() +1305,Success email to customize and download my card,Success email to customize and download my card,txt,velocity,"प्रिय $name, आपका $eventDetails करने का अनुरोध $date को $time पर सफलतापूर्वक पूरा हुआ है। आपकी घटना आईडी #$eventId है। और विवरण के लिए आधिकारिक वेबसाइट $trackServiceRequestLink पर लॉग इन करें। ",10006,Resident Services,cust-and-down-my-card-success-email-content,hin,TRUE,superadmin,now() +1306,Failure email to customize and download my card,Failure email to customize and download my card,txt,velocity,"प्रिय $name, आपका $eventDetails करने का अनुरोध $date को $time पर असफल रहा है। आपकी घटना आईडी #$eventId है। और विवरण के लिए आधिकारिक वेबसाइट $trackServiceRequestLink पर लॉग इन करें। ",10006,Resident Services,cust-and-down-my-card-failure-email-content,hin,TRUE,superadmin,now() +1311,Success email to order a physical card,Success email to order a physical card,txt,velocity,"प्रिय $name, आपका $eventDetails का अनुरोध $date को $time पर सफलतापूर्वक पूरा हो गया है। आपका इवेंट आईडी है #$eventId। आधिक जानकारी के लिए आधिकारिक वेबसाइट $trackServiceRequestLink पर लॉग इन करें। आप लिंक: $trackingLink पर ट्रांजैक्शन आईडी $transactionID का स्थिति को ट्रैक कर सकते हैं।",10006,Resident Services,order-a-physical-card-success-email-content,hin,TRUE,superadmin,now() +1312,Failure email to order a physical card,Failure email to order a physical card,txt,velocity,"प्रिय $name, आपका $eventDetails करने का अनुरोध $date को $time पर असफल रहा है। आपकी घटना आईडी #$eventId है। और विवरण के लिए आधिकारिक वेबसाइट $trackServiceRequestLink पर लॉग इन करें। ",10006,Resident Services,order-a-physical-card-failure-email-content,hin,TRUE,superadmin,now() +1313,Request received email subject to share my credential with a partner,Request received email subject to share my credential with a partner,txt,velocity,स्वीकृति: $eventDetails | घटना आईडी: $eventId | स्थिति: $status,10006,Resident Services,share-cred-with-partner-request-received-email-subject,hin,TRUE,superadmin,now() +1314,Success email subject to share my credential with a partner,Success email subject to share my credential with a partner,txt,velocity,स्वीकृति: $eventDetails | घटना आईडी: $eventId | स्थिति: $status,10006,Resident Services,share-cred-with-partner-success-email-subject,hin,TRUE,superadmin,now() +1315,Failure email subject to share my credential with a partner,Failure email subject to share my credential with a partner,txt,velocity,स्वीकृति: $eventDetails | घटना आईडी: $eventId | स्थिति: $status,10006,Resident Services,share-cred-with-partner-failure-email-subject,hin,TRUE,superadmin,now() +1316,Request received email to share my credential with a partner,Request received email to share my credential with a partner,txt,velocity,"प्रिय $name, आपका $eventDetails ($partner) के लिए अनुरोध $date को $time पर प्राप्त हुआ है। आपका इवेंट आईडी #$eventId है। आगे की जानकारी के लिए आधिकारिक वेबसाइट $trackServiceRequestLink पर लॉग इन करें। ",10006,Resident Services,share-cred-with-partner-request-received-email-content,hin,TRUE,superadmin,now() +1317,Success email to share my credential with a partner,Success email to share my credential with a partner,txt,velocity,"प्रिय $name, आपका $eventDetails ($partner) के लिए अनुरोध $date को $time पर सफलतापूर्वक पूरा किया गया है। आपका इवेंट आईडी #$eventId है। आगे की जानकारी के लिए आधिकारिक वेबसाइट $trackServiceRequestLink पर लॉग इन करें। ",10006,Resident Services,share-cred-with-partner-success-email-content,hin,TRUE,superadmin,now() +1318,Failure email to share my credential with a partner,Failure email to share my credential with a partner,txt,velocity,"प्रिय $name, आपका $eventDetails ($partner) के लिए अनुरोध $date को $time पर उठाया गया है, लेकिन यह असफल रहा है। आपका इवेंट आईडी #$eventId है। आगे की जानकारी के लिए आधिकारिक वेबसाइट $trackServiceRequestLink पर लॉग इन करें। ",10006,Resident Services,share-cred-with-partner-failure-email-content,hin,TRUE,superadmin,now() +1426,OTP Authentication Success,OTP Authentication Success,txt,velocity,OTP प्रमाणीकरण सफल,10006,Resident Services,mosip.ida.auth-request.OTP-AUTH.Y.descr,hin,TRUE,superadmin,now() +1320,Success email subject to lock/unlock authentication,Success email subject to lock/unlock authentication,txt,velocity,स्वीकृति: $eventDetails | घटना आईडी: $eventId | स्थिति: $status,10006,Resident Services,lock-unlock-auth-success-email-subject,hin,TRUE,superadmin,now() +1321,Failure email subject to lock/unlock authentication,Failure email subject to lock/unlock authentication,txt,velocity,स्वीकृति: $eventDetails | घटना आईडी: $eventId | स्थिति: $status,10006,Resident Services,lock-unlock-auth-failure-email-subject,hin,TRUE,superadmin,now() +1322,Request received email to lock/unlock authentication,Request received email to lock/unlock authentication,txt,velocity,"प्रिय $name, आपका $eventDetails करने का अनुरोध $date को $time पर प्राप्त किया गया है। आपकी घटना आईडी #$eventId है। और विवरण के लिए आधिकारिक वेबसाइट $trackServiceRequestLink पर लॉग इन करें। ",10006,Resident Services,lock-unlock-auth-request-received-email-content,hin,TRUE,superadmin,now() +1323,Success email to lock/unlock authentication,Success email to lock/unlock authentication,txt,velocity,"प्रिय $name, आपका $eventDetails करने का अनुरोध $date को $time पर सफलतापूर्वक पूरा हुआ है। आपकी घटना आईडी #$eventId है। और विवरण के लिए आधिकारिक वेबसाइट $trackServiceRequestLink पर लॉग इन करें। ",10006,Resident Services,lock-unlock-auth-success-email-content,hin,TRUE,superadmin,now() +1382,Negative Purpose to self update demographic data,Negative Purpose to self update demographic data,txt,velocity,डेटा अपडेट करने का प्रयास किया गया था,10006,Resident Services,update-demo-data-negative-purpose,hin,TRUE,superadmin,now() +1324,Failure email to lock/unlock authentication,Failure email to lock/unlock authentication,txt,velocity,"प्रिय $name, आपका $eventDetails करने का अनुरोध $date को $time पर असफल रहा है। आपकी घटना आईडी #$eventId है। और विवरण के लिए आधिकारिक वेबसाइट $trackServiceRequestLink पर लॉग इन करें। ",10006,Resident Services,lock-unlock-auth-failure-email-content,hin,TRUE,superadmin,now() +1326,Success email subject to self update demographic data,Success email subject to self update demographic data,txt,velocity,स्वीकृति: $eventDetails | घटना आईडी: $eventId | स्थिति: $status,10006,Resident Services,update-demo-data-success-email-subject,hin,TRUE,superadmin,now() +1327,Failure email subject to self update demographic data,Failure email subject to self update demographic data,txt,velocity,स्वीकृति: $eventDetails | घटना आईडी: $eventId | स्थिति: $status,10006,Resident Services,update-demo-data-failure-email-subject,hin,TRUE,superadmin,now() +1328,Request received email to self update demographic data,Request received email to self update demographic data,txt,velocity,"प्रिय $name, आपका $eventDetails करने का अनुरोध $date को $time पर प्राप्त किया गया है। आपकी घटना आईडी #$eventId है। और विवरण के लिए आधिकारिक वेबसाइट $trackServiceRequestLink पर लॉग इन करें। ",10006,Resident Services,update-demo-data-request-received-email-content,hin,TRUE,superadmin,now() +1329,Success email to self update demographic data,Success email to self update demographic data,txt,velocity,"प्रिय $name, आपका $eventDetails करने का अनुरोध $date को $time पर सफलतापूर्वक पूरा हुआ है। आपकी घटना आईडी #$eventId है। और विवरण के लिए आधिकारिक वेबसाइट $trackServiceRequestLink पर लॉग इन करें। ",10006,Resident Services,update-demo-data-success-email-content,hin,TRUE,superadmin,now() +1330,Failure email to self update demographic data,Failure email to self update demographic data,txt,velocity,"प्रिय $name, आपका $eventDetails करने का अनुरोध $date को $time पर असफल रहा है। आपकी घटना आईडी #$eventId है। और विवरण के लिए आधिकारिक वेबसाइट $trackServiceRequestLink पर लॉग इन करें। ",10006,Resident Services,update-demo-data-failure-email-content,hin,TRUE,superadmin,now() +1331,Request received email subject to generate or revoke VID,Request received email subject to generate or revoke VID,txt,velocity,स्वीकृति: $eventDetails | घटना आईडी: $eventId | स्थिति: $status,10006,Resident Services,gen-or-revoke-vid-request-received-email-subject,hin,TRUE,superadmin,now() +1332,Success email subject to generate or revoke VID,Success email subject to generate or revoke VID,txt,velocity,स्वीकृति: $eventDetails | घटना आईडी: $eventId | स्थिति: $status,10006,Resident Services,gen-or-revoke-vid-success-email-subject,hin,TRUE,superadmin,now() +1333,Failure email subject to generate or revoke VID,Failure email subject to generate or revoke VID,txt,velocity,स्वीकृति: $eventDetails | घटना आईडी: $eventId | स्थिति: $status,10006,Resident Services,gen-or-revoke-vid-failure-email-subject,hin,TRUE,superadmin,now() +1334,Request received email to generate or revoke VID,Request received email to generate or revoke VID,txt,velocity,"प्रिय $name, आपका $eventDetails करने का अनुरोध $date को $time पर प्राप्त किया गया है। आपकी घटना आईडी #$eventId है। और विवरण के लिए आधिकारिक वेबसाइट $trackServiceRequestLink पर लॉग इन करें। ",10006,Resident Services,gen-or-revoke-vid-request-received-email-content,hin,TRUE,superadmin,now() +1376,Negative purpose to order a physical card,Negative purpose to order a physical card,txt,velocity,भौतिक कार्ड आर्डर करने का प्रयास किया गया था,10006,Resident Services,order-a-physical-card-negative purpose,hin,TRUE,superadmin,now() +1456,OTP Authentication,OTP Authentication,txt,velocity,OTP-प्रमाणीकरण,10006,Resident Services,mosip.auth-type-code.OTP-AUTH,hin,TRUE,superadmin,now() +1335,Success email to generate or revoke VID,Success email to generate or revoke VID,txt,velocity,"प्रिय $name, आपका $eventDetails करने का अनुरोध $date को $time पर सफलतापूर्वक पूरा हुआ है। आपकी घटना आईडी #$eventId है। और विवरण के लिए आधिकारिक वेबसाइट $trackServiceRequestLink पर लॉग इन करें। ",10006,Resident Services,gen-or-revoke-vid-success-email-content,hin,TRUE,superadmin,now() +1336,Failure email to generate or revoke VID,Failure email to generate or revoke VID,txt,velocity,"प्रिय $name, आपका $eventDetails करने का अनुरोध $date को $time पर असफल रहा है। आपकी घटना आईडी #$eventId है। और विवरण के लिए आधिकारिक वेबसाइट $trackServiceRequestLink पर लॉग इन करें। ",10006,Resident Services,gen-or-revoke-vid-failure-email-content,hin,TRUE,superadmin,now() +1337,Request received email subject to get my UIN card,Request received email subject to get my UIN card,txt,velocity,स्वीकृति: $eventDetails | घटना आईडी: $eventId | स्थिति: $status,10006,Resident Services,get-my-uin-card-request-received-email-subject,hin,TRUE,superadmin,now() +1338,Success email subject to get my UIN card,Success email subject to get my UIN card,txt,velocity,स्वीकृति: $eventDetails | घटना आईडी: $eventId | स्थिति: $status,10006,Resident Services,get-my-uin-card-success-email-subject,hin,TRUE,superadmin,now() +1340,Request received email to get my UIN card,Request received email to get my UIN card,txt,velocity,"प्रिय $name, आपका $eventDetails करने का अनुरोध $date को $time पर प्राप्त किया गया है। आपकी घटना आईडी #$eventId है। और विवरण के लिए आधिकारिक वेबसाइट $trackServiceRequestLink पर लॉग इन करें। ",10006,Resident Services,get-my-uin-card-request-received-email-content,hin,TRUE,superadmin,now() +1388,Negative purpose to verify my phone number and email ID,Negative purpose to verify my phone number and email ID,txt,velocity,$channel की प्रमाणित करने का प्रयास किया गया था,10006,Resident Services,verify-my-phone-email-negative-purpose,hin,TRUE,superadmin,now() +1341,Success email to get my UIN card,Success email to get my UIN card,txt,velocity,"प्रिय $name, आपका $eventDetails करने का अनुरोध $date को $time पर सफलतापूर्वक पूरा हुआ है। आपकी घटना आईडी #$eventId है। और विवरण के लिए आधिकारिक वेबसाइट $trackServiceRequestLink पर लॉग इन करें। ",10006,Resident Services,get-my-uin-card-success-email-content,hin,TRUE,superadmin,now() +1342,Failure email to get my UIN card,Failure email to get my UIN card,txt,velocity,"प्रिय $name, आपका $eventDetails करने का अनुरोध $date को $time पर असफल रहा है। आपकी घटना आईडी #$eventId है। और विवरण के लिए आधिकारिक वेबसाइट $trackServiceRequestLink पर लॉग इन करें। ",10006,Resident Services,get-my-uin-card-failure-email-content,hin,TRUE,superadmin,now() +1343,Request received email subject to verify my phone and email,Request received email subject to verify my phone and email,txt,velocity,स्वीकृति: $eventDetails | घटना आईडी: $eventId | स्थिति: $status,10006,Resident Services,verify-my-phone-email-request-received-email-subject,hin,TRUE,superadmin,now() +1344,Success email subject to verify my phone and email,Success email subject to verify my phone and email,txt,velocity,स्वीकृति: $eventDetails | घटना आईडी: $eventId | स्थिति: $status,10006,Resident Services,verify-my-phone-email-success-email-subject,hin,TRUE,superadmin,now() +1345,Failure email subject to verify my phone and email,Failure email subject to verify my phone and email,txt,velocity,स्वीकृति: $eventDetails | घटना आईडी: $eventId | स्थिति: $status,10006,Resident Services,verify-my-phone-email-failure-email-subject,hin,TRUE,superadmin,now() +1346,Request received email to verify my phone and email,Request received email to verify my phone and email,txt,velocity,"प्रिय $name, आपका $eventDetails करने का अनुरोध $date को $time पर प्राप्त किया गया है। आपकी घटना आईडी #$eventId है। और विवरण के लिए आधिकारिक वेबसाइट $trackServiceRequestLink पर लॉग इन करें। ",10006,Resident Services,verify-my-phone-email-request-received-email-content,hin,TRUE,superadmin,now() +1347,Success email to verify my phone and email,Success email to verify my phone and email,txt,velocity,"प्रिय $name, आपका $eventDetails करने का अनुरोध $date को $time पर सफलतापूर्वक पूरा हुआ है। आपकी घटना आईडी #$eventId है। और विवरण के लिए आधिकारिक वेबसाइट $trackServiceRequestLink पर लॉग इन करें। ",10006,Resident Services,verify-my-phone-email-success-email-content,hin,TRUE,superadmin,now() +1348,Failure email to verify my phone and email,Failure email to verify my phone and email,txt,velocity,"प्रिय $name, आपका $eventDetails करने का अनुरोध $date को $time पर असफल रहा है। आपकी घटना आईडी #$eventId है। और विवरण के लिए आधिकारिक वेबसाइट $trackServiceRequestLink पर लॉग इन करें। ",10006,Resident Services,verify-my-phone-email-failure-email-content,hin,TRUE,superadmin,now() +1349,Request received sms to customize and download my card,Request received sms to customize and download my card,txt,velocity,"प्रिय $name, आपका $eventDetails करने का अनुरोध $date को $time पर प्राप्त किया गया है। आपकी घटना आईडी #$eventId है। और विवरण के लिए आधिकारिक वेबसाइट $trackServiceRequestLink पर लॉग इन करें। ",10006,Resident Services,cust-and-down-my-card-request-received_SMS,hin,TRUE,superadmin,now() +1350,Success sms to customize and download my card,Success sms to customize and download my card,txt,velocity,"प्रिय $name, आपका $eventDetails करने का अनुरोध $date को $time पर सफलतापूर्वक पूरा हुआ है। आपकी घटना आईडी #$eventId है। और विवरण के लिए आधिकारिक वेबसाइट $trackServiceRequestLink पर लॉग इन करें। ",10006,Resident Services,cust-and-down-my-card-success_SMS,hin,TRUE,superadmin,now() +1351,Failure sms to customize and download my card,Failure sms to customize and download my card,txt,velocity,"प्रिय $name, आपका $eventDetails करने का अनुरोध $date को $time पर असफल रहा है। आपकी घटना आईडी #$eventId है। और विवरण के लिए आधिकारिक वेबसाइट $trackServiceRequestLink पर लॉग इन करें। ",10006,Resident Services,cust-and-down-my-card-failure_SMS,hin,TRUE,superadmin,now() +1352,Request received sms to order a physical card,Request received sms to order a physical card,txt,velocity,"प्रिय $name, आपका $eventDetails करने का अनुरोध $date को $time पर प्राप्त किया गया है। आपकी घटना आईडी #$eventId है। और विवरण के लिए आधिकारिक वेबसाइट $trackServiceRequestLink पर लॉग इन करें। ",10006,Resident Services,order-a-physical-card-request-received_SMS,hin,TRUE,superadmin,now() +1383,Positive Purpose to generate or revoke VIDs,Positive Purpose to generate or revoke VIDs,txt,velocity,VID $actionPerformed किया गया था,10006,Resident Services,gen-or-revoke-vid-positive-purpose,hin,TRUE,superadmin,now() +1385,Positive purpose to get my UIN card,Positive purpose to get my UIN card,txt,velocity,UIN कार्ड डाउनलोड किया गया था,10006,Resident Services,get-my-uin-card-positive-purpose,hin,TRUE,superadmin,now() +1365,Success sms to generate or revoke VID,Success sms to generate or revoke VID,txt,velocity,"प्रिय $name, आपका $eventDetails करने का अनुरोध $date को $time पर सफलतापूर्वक पूरा हुआ है। आपकी घटना आईडी #$eventId है। और विवरण के लिए आधिकारिक वेबसाइट $trackServiceRequestLink पर लॉग इन करें। ",10006,Resident Services,gen-or-revoke-vid-success_SMS,hin,TRUE,superadmin,now() +1353,Success sms to order a physical card,Success sms to order a physical card,txt,velocity,"प्रिय $name, आपका $eventDetails का अनुरोध $date को $time पर सफलतापूर्वक पूरा हो गया है। आपका इवेंट आईडी है #$eventId। आधिक जानकारी के लिए आधिकारिक वेबसाइट $trackServiceRequestLink पर लॉग इन करें। आप लिंक: $trackingLink पर ट्रांजैक्शन आईडी $transactionID का स्थिति को ट्रैक कर सकते हैं।",10006,Resident Services,order-a-physical-card-success_SMS,hin,TRUE,superadmin,now() +1354,Failure sms to order a physical card,Failure sms to order a physical card,txt,velocity,"प्रिय $name, आपका $eventDetails करने का अनुरोध $date को $time पर असफल रहा है। आपकी घटना आईडी #$eventId है। और विवरण के लिए आधिकारिक वेबसाइट $trackServiceRequestLink पर लॉग इन करें। ",10006,Resident Services,order-a-physical-card-failure_SMS,hin,TRUE,superadmin,now() +1355,Request received sms to share my credential with a partner,Request received sms to share my credential with a partner,txt,velocity,"प्रिय $name, आपका $eventDetails करने का अनुरोध $date को $time पर प्राप्त किया गया है। आपकी घटना आईडी #$eventId है। और विवरण के लिए आधिकारिक वेबसाइट $trackServiceRequestLink पर लॉग इन करें। ",10006,Resident Services,share-cred-with-partner-request-received_SMS,hin,TRUE,superadmin,now() +1356,Success sms to share my credential with a partner,Success sms to share my credential with a partner,txt,velocity,"प्रिय $name, +आपका $eventDetails ($partner) के लिए किया गया अनुरोध $date को $time पर सफलतापूर्वक पूरा हो गया है। +आपका इवेंट आईडी है #$eventId। +आधिक जानकारी के लिए आधिकारिक वेबसाइट $trackServiceRequestLink पर लॉग इन करें। +",10006,Resident Services,share-cred-with-partner-success_SMS,hin,TRUE,superadmin,now() +1357,Failure sms to share my credential with a partner,Failure sms to share my credential with a partner,txt,velocity,"प्रिय $name, आपका $eventDetails करने का अनुरोध $date को $time पर असफल रहा है। आपकी घटना आईडी #$eventId है। और विवरण के लिए आधिकारिक वेबसाइट $trackServiceRequestLink पर लॉग इन करें। ",10006,Resident Services,share-cred-with-partner-failure_SMS,hin,TRUE,superadmin,now() +1358,Request received sms to lock/unlock authentication,Request received sms to lock/unlock authentication,txt,velocity,"प्रिय $name, आपका $eventDetails करने का अनुरोध $date को $time पर प्राप्त किया गया है। आपकी घटना आईडी #$eventId है। और विवरण के लिए आधिकारिक वेबसाइट $trackServiceRequestLink पर लॉग इन करें। ",10006,Resident Services,lock-unlock-auth-request-received_SMS,hin,TRUE,superadmin,now() +1359,Success sms to lock/unlock authentication,Success sms to lock/unlock authentication,txt,velocity,"प्रिय $name, आपका $eventDetails करने का अनुरोध $date को $time पर सफलतापूर्वक पूरा हुआ है। आपकी घटना आईडी #$eventId है। और विवरण के लिए आधिकारिक वेबसाइट $trackServiceRequestLink पर लॉग इन करें। ",10006,Resident Services,lock-unlock-auth-success_SMS,hin,TRUE,superadmin,now() +1360,Failure sms to lock/unlock authentication,Failure sms to lock/unlock authentication,txt,velocity,"प्रिय $name, आपका $eventDetails करने का अनुरोध $date को $time पर असफल रहा है। आपकी घटना आईडी #$eventId है। और विवरण के लिए आधिकारिक वेबसाइट $trackServiceRequestLink पर लॉग इन करें। ",10006,Resident Services,lock-unlock-auth-failure_SMS,hin,TRUE,superadmin,now() +1361,Request received sms to self update demographic data,Request received sms to self update demographic data,txt,velocity,"प्रिय $name, आपका $eventDetails करने का अनुरोध $date को $time पर प्राप्त किया गया है। आपकी घटना आईडी #$eventId है। और विवरण के लिए आधिकारिक वेबसाइट $trackServiceRequestLink पर लॉग इन करें। ",10006,Resident Services,update-demo-data-request-received_SMS,hin,TRUE,superadmin,now() +1362,Success sms to self update demographic data,Success sms to self update demographic data,txt,velocity,"प्रिय $name, आपका $eventDetails करने का अनुरोध $date को $time पर सफलतापूर्वक पूरा हुआ है। आपकी घटना आईडी #$eventId है। और विवरण के लिए आधिकारिक वेबसाइट $trackServiceRequestLink पर लॉग इन करें। ",10006,Resident Services,update-demo-data-success_SMS,hin,TRUE,superadmin,now() +1363,Failure sms to self update demographic data,Failure sms to self update demographic data,txt,velocity,"प्रिय $name, आपका $eventDetails करने का अनुरोध $date को $time पर असफल रहा है। आपकी घटना आईडी #$eventId है। और विवरण के लिए आधिकारिक वेबसाइट $trackServiceRequestLink पर लॉग इन करें। ",10006,Resident Services,update-demo-data-failure_SMS,hin,TRUE,superadmin,now() +1364,Request received sms to generate or revoke VID,Request received sms to generate or revoke VID,txt,velocity,"प्रिय $name, आपका $eventDetails करने का अनुरोध $date को $time पर प्राप्त किया गया है। आपकी घटना आईडी #$eventId है। और विवरण के लिए आधिकारिक वेबसाइट $trackServiceRequestLink पर लॉग इन करें। ",10006,Resident Services,gen-or-revoke-vid-request-received_SMS,hin,TRUE,superadmin,now() +1366,Failure sms to generate or revoke VID,Failure sms to generate or revoke VID,txt,velocity,"प्रिय $name, आपका $eventDetails करने का अनुरोध $date को $time पर असफल रहा है। आपकी घटना आईडी #$eventId है। और विवरण के लिए आधिकारिक वेबसाइट $trackServiceRequestLink पर लॉग इन करें। ",10006,Resident Services,gen-or-revoke-vid-failure_SMS,hin,TRUE,superadmin,now() +1367,Request received sms to get my UIN card,Request received sms to get my UIN card,txt,velocity,"प्रिय $name, आपका $eventDetails करने का अनुरोध $date को $time पर प्राप्त किया गया है। आपकी घटना आईडी #$eventId है। और विवरण के लिए आधिकारिक वेबसाइट $trackServiceRequestLink पर लॉग इन करें। ",10006,Resident Services,get-my-uin-card-request-received_SMS,hin,TRUE,superadmin,now() +1368,Success sms to get my UIN card,Success sms to get my UIN card,txt,velocity,"प्रिय $name, आपका $eventDetails करने का अनुरोध $date को $time पर सफलतापूर्वक पूरा हुआ है। आपकी घटना आईडी #$eventId है। और विवरण के लिए आधिकारिक वेबसाइट $trackServiceRequestLink पर लॉग इन करें। ",10006,Resident Services,get-my-uin-card-success_SMS,hin,TRUE,superadmin,now() +1369,Failure sms to get my UIN card,Failure sms to get my UIN card,txt,velocity,"प्रिय $name, आपका $eventDetails करने का अनुरोध $date को $time पर असफल रहा है। आपकी घटना आईडी #$eventId है। और विवरण के लिए आधिकारिक वेबसाइट $trackServiceRequestLink पर लॉग इन करें। ",10006,Resident Services,get-my-uin-card-failure_SMS,hin,TRUE,superadmin,now() +1370,Request received sms to verify my phone and email,Request received sms to verify my phone and email,txt,velocity,"प्रिय $name, आपका $eventDetails करने का अनुरोध $date को $time पर प्राप्त किया गया है। आपकी घटना आईडी #$eventId है। और विवरण के लिए आधिकारिक वेबसाइट $trackServiceRequestLink पर लॉग इन करें। ",10006,Resident Services,verify-my-phone-email-request-received_SMS,hin,TRUE,superadmin,now() +1371,Success sms to verify my phone and email,Success sms to verify my phone and email,txt,velocity,"प्रिय $name, आपका $eventDetails करने का अनुरोध $date को $time पर सफलतापूर्वक पूरा हुआ है। आपकी घटना आईडी #$eventId है। और विवरण के लिए आधिकारिक वेबसाइट $trackServiceRequestLink पर लॉग इन करें। ",10006,Resident Services,verify-my-phone-email-success_SMS,hin,TRUE,superadmin,now() +1372,Failure sms to verify my phone and email,Failure sms to verify my phone and email,txt,velocity,"प्रिय $name, आपका $eventDetails करने का अनुरोध $date को $time पर असफल रहा है। आपकी घटना आईडी #$eventId है। और विवरण के लिए आधिकारिक वेबसाइट $trackServiceRequestLink पर लॉग इन करें। ",10006,Resident Services,verify-my-phone-email-failure_SMS,hin,TRUE,superadmin,now() +1373,Positive purpose to customize and download my card,Positive purpose to customize and download my card,txt,velocity,व्यक्तिगत कार्ड डाउनलोड किया गया था,10006,Resident Services,cust-and-down-my-card-positive-purpose,hin,TRUE,superadmin,now() +1374,Negative purpose to customize and download my card,Negative purpose to customize and download my card,txt,velocity,व्यक्तिगत कार्ड डाउनलोड करने का प्रयास किया गया था,10006,Resident Services,cust-and-down-my-card-negative-purpose,hin,TRUE,superadmin,now() +1375,Positive purpose to order a physical card,Positive purpose to order a physical card,txt,velocity,भौतिक कार्ड आर्डर किया गया था,10006,Resident Services,order-a-physical-card-positive purpose,hin,TRUE,superadmin,now() +1377,Positive purpose to share my credential with a partner,Positive purpose to share my credential with a partner,txt,velocity,डेटा एक साथिय के साथ साझा किया गया था,10006,Resident Services,share-cred-with-partner-positive-purpose,hin,TRUE,superadmin,now() +1378,Negative purpose to share my credential with a partner,Negative purpose to share my credential with a partner,txt,velocity,एक साथिय के साथ डेटा साझा करने का प्रयास किया गया था,10006,Resident Services,share-cred-with-partner-negative-purpose,hin,TRUE,superadmin,now() +1379,Positive purpose to lock/unlock various authentication types,Positive purpose to lock/unlock various authentication types,txt,velocity,$authType प्रमाणीकरण है $status,10006,Resident Services,lock-unlock-auth-positive-purpose,hin,TRUE,superadmin,now() +1380,Negative purpose to lock/unlock various authentication types,Negative purpose to lock/unlock various authentication types,txt,velocity,प्रमाणीकरण प्रकार को लॉक/अनलॉक करने का प्रयास किया गया था,10006,Resident Services,lock-unlock-auth-negative-purpose,hin,TRUE,superadmin,now() +1381,Positive Purpose to self update demographic data,Positive Purpose to self update demographic data,txt,velocity,डेटा सफलतापूर्वक अपडेट किया गया था,10006,Resident Services,update-demo-data-positive-purpose,hin,TRUE,superadmin,now() +1439,OTP Request Failed,OTP Request Failed,txt,velocity,OTP अनुरोध असफल,10006,Resident Services,mosip.ida.auth-request.OTP-REQUEST.N.descr,hin,TRUE,superadmin,now() +1386,Negative purpose to get my UIN card,Negative purpose to get my UIN card,txt,velocity,UIN कार्ड डाउनलोड करने का प्रयास किया गया था,10006,Resident Services,get-my-uin-card-negative-purpose,hin,TRUE,superadmin,now() +1387,Positive purpose to verify my phone number and email ID,Positive purpose to verify my phone number and email ID,txt,velocity,$channel की प्रमाणित की गई,10006,Resident Services,verify-my-phone-email-positive-purpose,hin,TRUE,superadmin,now() +1389,Success summary to customize and download my card,Success summary to customize and download my card,txt,velocity,व्यक्तिगत कार्ड सफलतापूर्वक डाउनलोड किया गया था,10006,Resident Services,cust-and-down-my-card-success-summary,hin,TRUE,superadmin,now() +1390,Success summary to order a physical card,Success summary to order a physical card,txt,velocity,एक भौतिक कार्ड का आर्डर सफलतापूर्वक साथी के साथ रखा गया है,10006,Resident Services,order-a-physical-card-success-summary,hin,TRUE,superadmin,now() +1391,Success summary to share my credential with a partner,Success summary to share my credential with a partner,txt,velocity,आपका डेटा सफलतापूर्वक साझा किया गया था,10006,Resident Services,share-cred-with-partner-success-summary,hin,TRUE,superadmin,now() +1392,Success summary to lock/unlock various authentication types,Success summary to lock/unlock various authentication types,txt,velocity,$authType प्रमाणीकरण है $status,10006,Resident Services,lock-unlock-auth-success-summary,hin,TRUE,superadmin,now() +1393,Success summary to self update demographic data,Success summary to self update demographic data,txt,velocity,डेटा सफलतापूर्वक अपडेट किया गया था,10006,Resident Services,update-demo-data-success-summary,hin,TRUE,superadmin,now() +1394,Success summary to generate or revoke VIDs,Success summary to generate or revoke VIDs,txt,velocity,$vidType VID $maskedVID $actionPerformed सफलतापूर्वक हो गया,10006,Resident Services,gen-or-revoke-vid-success-summary,hin,TRUE,superadmin,now() +1395,Success summary to get my UIN card,Success summary to get my UIN card,txt,velocity,UIN कार्ड सफलतापूर्वक डाउनलोड किया गया था,10006,Resident Services,get-my-uin-card-success-summary,hin,TRUE,superadmin,now() +1396,Success summary to verify my phone and email,Success summary to verify my phone and email,txt,velocity,आपका $channel सफलतापूर्वक प्रमाणित किया गया था,10006,Resident Services,verify-my-phone-email-success-summary,hin,TRUE,superadmin,now() +1397,Receiving OTP mail Subject,Receiving OTP mail Subject,txt,velocity,OTP | $eventDetails,10006,Resident Services,receive-otp-mail-subject,hin,TRUE,superadmin,now() +1398,Receiving OTP Mail Content,Receiving OTP Mail Content,txt,velocity,"प्रिय $name, OTP $otp का उपयोग अपने डेटा को अपडेट करने के लिए करें.",10006,Resident Services,receive-otp-mail-content,hin,TRUE,superadmin,now() +1399,Receive OTP,Receive OTP,txt,velocity,$eventDetails: OTP $otp का उपयोग अपने डेटा को अपडेट करने के लिए करें.,10006,Resident Services,receive-otp,hin,TRUE,superadmin,now() +1400,Vid Card Download Positive Purpose,Vid Card Download Positive Purpose,txt,velocity,VID कार्ड डाउनलोड के लिए उपलब्ध है,10006,Resident Services,vid-card-download-positive-purpose,hin,TRUE,superadmin,now() +1401,Vid Card Download Negative Purpose,Vid Card Download Negative Purpose,txt,velocity,VID कार्ड डाउनलोड करने का प्रयास किया गया था,10006,Resident Services,vid-card-download-negative-purpose,hin,TRUE,superadmin,now() +1402,Vid Card Download Positive Summary,Vid Card Download Positive Summary,txt,velocity,VID कार्ड डाउनलोड के लिए उपलब्ध है,10006,Resident Services,vid-card-download-positive-summary,hin,TRUE,superadmin,now() +1403,Phone,Phone,txt,velocity,फ़ोन,10006,Resident Services,mosip.phone.template.property,hin,TRUE,superadmin,now() +1404,Email,Email,txt,velocity,ईमेल,10006,Resident Services,mosip.email.template.property,hin,TRUE,superadmin,now() +1405,Request received email subject to download my VID card,Request received email subject to download my VID card,txt,velocity,स्वीकृति: $eventDetails | घटना आईडी: $eventId | स्थिति: $status,10006,Resident Services,vid-card-download-request-received-email-subject,hin,TRUE,superadmin,now() +1406,Success email subject to download my VID card,Success email subject to download my VID card,txt,velocity,स्वीकृति: $eventDetails | घटना आईडी: $eventId | स्थिति: $status,10006,Resident Services,vid-card-download-success-email-subject,hin,TRUE,superadmin,now() +1407,Failure email subject to download my VID card,Failure email subject to download my VID card,txt,velocity,स्वीकृति: $eventDetails | घटना आईडी: $eventId | स्थिति: $status,10006,Resident Services,vid-card-download-failure-email-subject,hin,TRUE,superadmin,now() +1408,Request received email to download my VID card,Request received email to download my VID card,txt,velocity,"प्रिय $name, आपका $eventDetails करने का अनुरोध $date को $time पर प्राप्त किया गया है। आपकी घटना आईडी #$eventId है। और विवरण के लिए आधिकारिक वेबसाइट $trackServiceRequestLink पर लॉग इन करें। ",10006,Resident Services,vid-card-download-request-received-email-content,hin,TRUE,superadmin,now() +1436,Identity Key Binding Request Success,Identity Key Binding Request Success,txt,velocity,पहचान कुंजी बाइंडिंग अनुरोध सफल,10006,Resident Services,mosip.ida.auth-request.IDENTITY-KEY-BINDING.Y.descr,hin,TRUE,superadmin,now() +1409,Success email to download my VID card,Success email to download my VID card,txt,velocity,"प्रिय $name, आपका $eventDetails करने का अनुरोध $date को $time पर सफलतापूर्वक पूरा हुआ है। आपकी घटना आईडी #$eventId है। और विवरण के लिए आधिकारिक वेबसाइट $trackServiceRequestLink पर लॉग इन करें। ",10006,Resident Services,vid-card-download-success-email-content,hin,TRUE,superadmin,now() +1442,Finger Authentication Failed,Finger Authentication Failed,txt,velocity,फिंगरप्रिंट प्रमाणीकरण असफल,10006,Resident Services,mosip.ida.auth-request.FINGERPRINT-AUTH.N.descr,hin,TRUE,superadmin,now() +1410,Failure email to download my VID card,Failure email to download my VID card,txt,velocity,"प्रिय $name, आपका $eventDetails करने का अनुरोध $date को $time पर असफल रहा है। आपकी घटना आईडी #$eventId है। और विवरण के लिए आधिकारिक वेबसाइट $trackServiceRequestLink पर लॉग इन करें। ",10006,Resident Services,vid-card-download-failure-email-content,hin,TRUE,superadmin,now() +1411,Request received sms to download my VID card,Request received sms to download my VID card,txt,velocity,"प्रिय $name, आपका $eventDetails करने का अनुरोध $date को $time पर प्राप्त किया गया है। आपकी घटना आईडी #$eventId है। और विवरण के लिए आधिकारिक वेबसाइट $trackServiceRequestLink पर लॉग इन करें। ",10006,Resident Services,vid-card-download-request-received_SMS,hin,TRUE,superadmin,now() +1412,Success sms to download my VID card,Success sms to download my VID card,txt,velocity,"प्रिय $name, आपका $eventDetails करने का अनुरोध $date को $time पर सफलतापूर्वक पूरा हुआ है। आपकी घटना आईडी #$eventId है। और विवरण के लिए आधिकारिक वेबसाइट $trackServiceRequestLink पर लॉग इन करें। ",10006,Resident Services,vid-card-download-success_SMS,hin,TRUE,superadmin,now() +1413,Failure sms to download my VID card,Failure sms to download my VID card,txt,velocity,"प्रिय $name, आपका $eventDetails करने का अनुरोध $date को $time पर असफल रहा है। आपकी घटना आईडी #$eventId है। और विवरण के लिए आधिकारिक वेबसाइट $trackServiceRequestLink पर लॉग इन करें। ",10006,Resident Services,vid-card-download-failure_SMS,hin,TRUE,superadmin,now() +1414,Email otp,Email otp,txt,velocity,ईमेल OTP,10006,Resident Services,mosip.otp-email.template.property,hin,TRUE,superadmin,now() +1415,Phone otp,Phone otp,txt,velocity,फ़ोन OTP,10006,Resident Services,mosip.otp-phone.template.property,hin,TRUE,superadmin,now() +1416,Demographic,Demographic,txt,velocity,जनसांख्यिक,10006,Resident Services,mosip.demo.template.property,hin,TRUE,superadmin,now() +1417,Finger bio,Finger bio,txt,velocity,फिंगरप्रिंट,10006,Resident Services,mosip.bio-finger.template.property,hin,TRUE,superadmin,now() +1418,Iris bio,Iris bio,txt,velocity,आईरिस,10006,Resident Services,mosip.bio-iris.template.property,hin,TRUE,superadmin,now() +1419,Face bio,Face bio,txt,velocity,चेहरा,10006,Resident Services,mosip.bio-face.template.property,hin,TRUE,superadmin,now() +1420,Unlocked status,Unlocked status,txt,velocity,अनलॉक किया गया,10006,Resident Services,mosip.unlocked.template.property,hin,TRUE,superadmin,now() +1421,Locked status,Locked status,txt,velocity,लॉक किया गया,10006,Resident Services,mosip.locked.template.property,hin,TRUE,superadmin,now() +1422,Success event status,Success event status,txt,velocity,सफल,10006,Resident Services,mosip.event.status.success.template,hin,TRUE,superadmin,now() +1423,Failed event status,Failed event status,txt,velocity,असफल,10006,Resident Services,mosip.event.status.failed.template,hin,TRUE,superadmin,now() +1424,In progress event status,In progress event status,txt,velocity,प्रगति में,10006,Resident Services,mosip.event.status.inprogress.template,hin,TRUE,superadmin,now() +1427,Demo Authentication Success,Demo Authentication Success,txt,velocity,डेमो प्रमाणीकरण सफल,10006,Resident Services,mosip.ida.auth-request.DEMO-AUTH.Y.descr,hin,TRUE,superadmin,now() +1428,Finger Authentication Success,Finger Authentication Success,txt,velocity,फिंगरप्रिंट प्रमाणीकरण सफल,10006,Resident Services,mosip.ida.auth-request.FINGERPRINT-AUTH.Y.descr,hin,TRUE,superadmin,now() +1429,Iris Authentication Success,Iris Authentication Success,txt,velocity,आईरिस प्रमाणीकरण सफल,10006,Resident Services,mosip.ida.auth-request.IRIS-AUTH.Y.descr,hin,TRUE,superadmin,now() +1430,Face Authentication Success,Face Authentication Success,txt,velocity,चेहरा प्रमाणीकरण सफल,10006,Resident Services,mosip.ida.auth-request.FACE-AUTH.Y.descr,hin,TRUE,superadmin,now() +1431,Pin Authentication Success,Pin Authentication Success,txt,velocity,पिन प्रमाणीकरण सफल,10006,Resident Services,mosip.ida.auth-request.STATIC-PIN-AUTH.Y.descr,hin,TRUE,superadmin,now() +1432,Static Pin Store Request Success,Static Pin Store Request Success,txt,velocity,स्थिर पिन संग्रहण अनुरोध सफल,10006,Resident Services,mosip.ida.auth-request.STATIC-PIN-STORAGE.Y.descr,hin,TRUE,superadmin,now() +1433,EKYC Authentication Request Success,EKYC Authentication Request Success,txt,velocity,EKYC प्रमाणीकरण अनुरोध सफल,10006,Resident Services,mosip.ida.auth-request.EKYC-AUTH.Y.descr,hin,TRUE,superadmin,now() +1434,KYC Authentication Request Success,KYC Authentication Request Success,txt,velocity,KYC प्रमाणीकरण अनुरोध सफल,10006,Resident Services,mosip.ida.auth-request.KYC-AUTH.Y.descr,hin,TRUE,superadmin,now() +1435,KYC Exchange Request Success,KYC Exchange Request Success,txt,velocity,KYC विनिमय अनुरोध सफल,10006,Resident Services,mosip.ida.auth-request.KYC-EXCHANGE.Y.descr,hin,TRUE,superadmin,now() +1437,Token Request Success,Token Request Success,txt,velocity,टोकन अनुरोध सफल,10006,Resident Services,mosip.ida.auth-request.TOKEN-REQUEST.Y.descr,hin,TRUE,superadmin,now() +1440,OTP Authentication Failed,OTP Authentication Failed,txt,velocity,OTP प्रमाणीकरण असफल,10006,Resident Services,mosip.ida.auth-request.OTP-AUTH.N.descr,hin,TRUE,superadmin,now() +1441,Demo Authentication Failed,Demo Authentication Failed,txt,velocity,डेमो प्रमाणीकरण असफल,10006,Resident Services,mosip.ida.auth-request.DEMO-AUTH.N.descr,hin,TRUE,superadmin,now() +1443,Iris Authentication Failed,Iris Authentication Failed,txt,velocity,आईरिस प्रमाणीकरण असफल,10006,Resident Services,mosip.ida.auth-request.IRIS-AUTH.N.descr,hin,TRUE,superadmin,now() +1444,Face Authentication Failed,Face Authentication Failed,txt,velocity,चेहरा प्रमाणीकरण असफल,10006,Resident Services,mosip.ida.auth-request.FACE-AUTH.N.descr,hin,TRUE,superadmin,now() +1445,Pin Authentication Failed,Pin Authentication Failed,txt,velocity,पिन प्रमाणीकरण असफल,10006,Resident Services,mosip.ida.auth-request.STATIC-PIN-AUTH.N.descr,hin,TRUE,superadmin,now() +1446,Static Pin Store Request Failed,Static Pin Store Request Failed,txt,velocity,स्थिर पिन संग्रहण अनुरोध असफल,10006,Resident Services,mosip.ida.auth-request.STATIC-PIN-STORAGE.N.descr,hin,TRUE,superadmin,now() +1447,EKYC Authentication Request Failed,EKYC Authentication Request Failed,txt,velocity,EKYC प्रमाणीकरण अनुरोध असफल,10006,Resident Services,mosip.ida.auth-request.EKYC-AUTH.N.descr,hin,TRUE,superadmin,now() +1448,KYC Authentication Request Failed,KYC Authentication Request Failed,txt,velocity,KYC प्रमाणीकरण अनुरोध असफल,10006,Resident Services,mosip.ida.auth-request.KYC-AUTH.N.descr,hin,TRUE,superadmin,now() +1449,KYC Exchange Request Failed,KYC Exchange Request Failed,txt,velocity,KYC विनिमय अनुरोध असफल,10006,Resident Services,mosip.ida.auth-request.KYC-EXCHANGE.N.descr,hin,TRUE,superadmin,now() +1450,Identity Key Binding Request Failed,Identity Key Binding Request Failed,txt,velocity,पहचान कुंजी बाइंडिंग अनुरोध असफल,10006,Resident Services,mosip.ida.auth-request.IDENTITY-KEY-BINDING.N.descr,hin,TRUE,superadmin,now() +1451,Token Request Failed,Token Request Failed,txt,velocity,टोकन अनुरोध असफल,10006,Resident Services,mosip.ida.auth-request.TOKEN-REQUEST.N.descr,hin,TRUE,superadmin,now() +1452,Token based Authentication Failed,Token based Authentication Failed,txt,velocity,टोकन पर आधारित प्रमाणीकरण असफल,10006,Resident Services,mosip.ida.auth-request.TOKEN-AUTH.N.descr,hin,TRUE,superadmin,now() +1453,Unknown Request/Authentication Success,Unknown Request/Authentication Success,txt,velocity,अज्ञात अनुरोध/प्रमाणीकरण सफल,10006,Resident Services,mosip.ida.auth-request.UNKNOWN.Y.descr,hin,TRUE,superadmin,now() +1454,Unknown Request/Authentication Failed,Unknown Request/Authentication Failed,txt,velocity,अज्ञात अनुरोध/प्रमाणीकरण विफल,10006,Resident Services,mosip.ida.auth-request.UNKNOWN.N.descr,hin,TRUE,superadmin,now() +1455,OTP Request,OTP Request,txt,velocity,OTP-अनुरोध,10006,Resident Services,mosip.auth-type-code.OTP-REQUEST,hin,TRUE,superadmin,now() +1457,Demo Authentication,Demo Authentication,txt,velocity,डेमो-प्रमाणीकरण,10006,Resident Services,mosip.auth-type-code.DEMO-AUTH,hin,TRUE,superadmin,now() +1458,Finger Authentication,Finger Authentication,txt,velocity,फिंगरप्रिंट-प्रमाणीकरण,10006,Resident Services,mosip.auth-type-code.FINGERPRINT-AUTH,hin,TRUE,superadmin,now() +1459,Iris Authentication,Iris Authentication,txt,velocity,आईरिस-प्रमाणीकरण,10006,Resident Services,mosip.auth-type-code.IRIS-AUTH,hin,TRUE,superadmin,now() +1460,Face Authentication,Face Authentication,txt,velocity,फेस-प्रमाणीकरण,10006,Resident Services,mosip.auth-type-code.FACE-AUTH,hin,TRUE,superadmin,now() +1461,Pin Authentication,Pin Authentication,txt,velocity,स्थैतिक पिन-प्रमाणीकरण,10006,Resident Services,mosip.auth-type-code.STATIC-PIN-AUTH,hin,TRUE,superadmin,now() +1462,Static Pin Store Request,Static Pin Store Request,txt,velocity,स्थैतिक पिन-संग्रहण,10006,Resident Services,mosip.auth-type-code.STATIC-PIN-STORAGE,hin,TRUE,superadmin,now() +1463,EKYC Authentication Request,EKYC Authentication Request,txt,velocity,ईक्यूआई-प्रमाणीकरण,10006,Resident Services,mosip.auth-type-code.EKYC-AUTH,hin,TRUE,superadmin,now() +1464,KYC Authentication Request,KYC Authentication Request,txt,velocity,केवाईसी-प्रमाणीकरण,10006,Resident Services,mosip.auth-type-code.KYC-AUTH,hin,TRUE,superadmin,now() +1465,KYC Exchange Request,KYC Exchange Request,txt,velocity,केवाईसी-विनिमय,10006,Resident Services,mosip.auth-type-code.KYC-EXCHANGE,hin,TRUE,superadmin,now() +1466,Identity Key Binding Request,Identity Key Binding Request,txt,velocity,पहचान-कुंजी-बाँधन,10006,Resident Services,mosip.auth-type-code.IDENTITY-KEY-BINDING,hin,TRUE,superadmin,now() +1467,Token Request,Token Request,txt,velocity,टोकन-अनुरोध,10006,Resident Services,mosip.auth-type-code.TOKEN-REQUEST,hin,TRUE,superadmin,now() +1468,Token based Authentication,Token based Authentication,txt,velocity,टोकन-प्रमाणीकरण,10006,Resident Services,mosip.auth-type-code.TOKEN-AUTH,hin,TRUE,superadmin,now() +1469,PWD,PWD,txt,velocity,PWD,10006,Resident Services,mosip.auth-type-code.PWD,hin,TRUE,superadmin,now() +1470,PIN,PIN,txt,velocity,पिन,10006,Resident Services,mosip.auth-type-code.PIN,hin,TRUE,superadmin,now() +1471,OTP,OTP,txt,velocity,OTP,10006,Resident Services,mosip.auth-type-code.OTP,hin,TRUE,superadmin,now() +1472,Wallet,Wallet,txt,velocity,वॉलेट,10006,Resident Services,mosip.auth-type-code.Wallet,hin,TRUE,superadmin,now() +1473,L1-bio-device,L1-bio-device,txt,velocity,L1-बायो-डिवाइस,10006,Resident Services,mosip.auth-type-code.L1-bio-device,hin,TRUE,superadmin,now() +1474,Unknown attribute,Unknown attribute,txt,velocity,अज्ञात,10006,Resident Services,mosip.template.UNKNOWN,hin,TRUE,superadmin,now() +1475,Authentication Request event type,Authentication Request event type,txt,velocity,प्रमाणीकरण अनुरोध,10006,Resident Services,mosip.event.type.AUTHENTICATION_REQUEST,hin,TRUE,superadmin,now() +1476,Share Credential With Partner event type,Share Credential With Partner event type,txt,velocity,साझा पर्टनर के साथ साक्षरता,10006,Resident Services,mosip.event.type.SHARE_CRED_WITH_PARTNER,hin,TRUE,superadmin,now() +1477,Download Personalized Card event type,Download Personalized Card event type,txt,velocity,व्यक्तिगत कार्ड डाउनलोड करें,10006,Resident Services,mosip.event.type.DOWNLOAD_PERSONALIZED_CARD,hin,TRUE,superadmin,now() +1478,Order a Physical Card event type,Order a Physical Card event type,txt,velocity,फिजिकल कार्ड आदेश दें,10006,Resident Services,mosip.event.type.ORDER_PHYSICAL_CARD,hin,TRUE,superadmin,now() +1479,Get UIN Card event type,Get UIN Card event type,txt,velocity,UIN कार्ड प्राप्त करें,10006,Resident Services,mosip.event.type.GET_MY_ID,hin,TRUE,superadmin,now() +1480,Update UIN Data event type,Update UIN Data event type,txt,velocity,UIN डेटा अपडेट करें,10006,Resident Services,mosip.event.type.UPDATE_MY_UIN,hin,TRUE,superadmin,now() +1481,Generate VID event type,Generate VID event type,txt,velocity,VID जनरेट करें,10006,Resident Services,mosip.event.type.GENERATE_VID,hin,TRUE,superadmin,now() +1482,Revoke VID event type,Revoke VID event type,txt,velocity,VID रद्द करें,10006,Resident Services,mosip.event.type.REVOKE_VID,hin,TRUE,superadmin,now() +1483,Secure My ID event type,Secure My ID event type,txt,velocity,मेरी आईडी सुरक्षित करें,10006,Resident Services,mosip.event.type.AUTH_TYPE_LOCK_UNLOCK,hin,TRUE,superadmin,now() +1484,Download VID Card event type,Download VID Card event type,txt,velocity,VID कार्ड डाउनलोड करें,10006,Resident Services,mosip.event.type.VID_CARD_DOWNLOAD,hin,TRUE,superadmin,now() +1485,Send OTP event type,Send OTP event type,txt,velocity,OTP भेजें,10006,Resident Services,mosip.event.type.SEND_OTP,hin,TRUE,superadmin,now() +1486,Verify My Phone/Email event type,Verify My Phone/Email event type,txt,velocity,मेरा फ़ोन/ईमेल सत्यापित करें,10006,Resident Services,mosip.event.type.VALIDATE_OTP,hin,TRUE,superadmin,now() +1487,Default event type,Default event type,txt,velocity,डिफ़ॉल्ट,10006,Resident Services,mosip.event.type.DEFAULT,hin,TRUE,superadmin,now() +1488,Authentication Request service type,Authentication Request service type,txt,velocity,प्रमाणीकरण अनुरोध,10006,Resident Services,mosip.service.type.AUTHENTICATION_REQUEST,hin,TRUE,superadmin,now() +1489,Service Request service type,Service Request service type,txt,velocity,सेवा अनुरोध,10006,Resident Services,mosip.service.type.SERVICE_REQUEST,hin,TRUE,superadmin,now() +1490,Data Update Request service type,Data Update Request service type,txt,velocity,डेटा अपडेट अनुरोध,10006,Resident Services,mosip.service.type.DATA_UPDATE_REQUEST,hin,TRUE,superadmin,now() +1491,ID Management Request service type,ID Management Request service type,txt,velocity,आईडी प्रबंधन अनुरोध,10006,Resident Services,mosip.service.type.ID_MANAGEMENT_REQUEST,hin,TRUE,superadmin,now() +1492,Data Share Request service type,Data Share Request service type,txt,velocity,डेटा साझा अनुरोध,10006,Resident Services,mosip.service.type.DATA_SHARE_REQUEST,hin,TRUE,superadmin,now() +1493,Async service type,Async service type,txt,velocity,एसिंक,10006,Resident Services,mosip.service.type.ASYNC,hin,TRUE,superadmin,now() +1494,All attribute,All attribute,txt,velocity,सभी,10006,Resident Services,mosip.template.ALL,hin,TRUE,superadmin,now() +1495,Acknowledgement for share credential with a partner,Acknowledgement for share credential with a partner,html,velocity," + + + + + + + +
+
+
+
+
+
+ ",10006,Resident Services,acknowledgement-share-cred-with-partner,hin,TRUE,superadmin,now()
+1496,List of supporting documents,List of supporting documents,html,velocity,"
+
+
+
+
+
+
+
+
+
+
+
+
+ + आपके इवेंट की स्थिति देखने के लिए, वापस जाएं इवेंट सारांश. + ++ +
+
+
+
+
+ ",10006,Resident Services,supporting-docs-list,hin,TRUE,superadmin,now()
+1313,Request received email subject to share my credential with a partner,Request received email subject to share my credential with a partner,txt,velocity,ಸ್ವೀಕೃತಿ: $eventDetails | ಈವೆಂಟ್ ಐಡಿ: $eventId | ಸ್ಥಿತಿ: $status,10006,Resident Services,share-cred-with-partner-request-received-email-subject,kan,TRUE,superadmin,now()
+1474,Unknown attribute,Unknown attribute,txt,velocity,ಅಜ್ಞಾತ,10006,Resident Services,mosip.template.UNKNOWN,kan,TRUE,superadmin,now()
+1314,Success email subject to share my credential with a partner,Success email subject to share my credential with a partner,txt,velocity,ಸ್ವೀಕೃತಿ: $eventDetails | ಈವೆಂಟ್ ಐಡಿ: $eventId | ಸ್ಥಿತಿ: $status,10006,Resident Services,share-cred-with-partner-success-email-subject,kan,TRUE,superadmin,now()
+1315,Failure email subject to share my credential with a partner,Failure email subject to share my credential with a partner,txt,velocity,ಸ್ವೀಕೃತಿ: $eventDetails | ಈವೆಂಟ್ ಐಡಿ: $eventId | ಸ್ಥಿತಿ: $status,10006,Resident Services,share-cred-with-partner-failure-email-subject,kan,TRUE,superadmin,now()
+1497,Acknowledgement for manage my vid,Acknowledgement for manage my vid,html,velocity,"
+
+
+
+
+
+
+
+सहायक दस्तावेज़ + +
+
+ +
+ + +
+ + + + + + + + + + + + +
+
+
+
+
+
+
+",10006,Resident Services,acknowledgement-manage-my-vid,hin,TRUE,superadmin,now()
+1498,Acknowledgement for order a physical card,Acknowledgement for order a physical card,html,velocity,"
+
+
+
+
+
+
+
+
+ + अपने इवेंट की स्थिति देखने के लिए, वापस जाएं इवेंट सारांश। + ++ +
+
+
+
+",10006,Resident Services,acknowledgement-order-a-physical-card,hin,TRUE,superadmin,now()
+1499,Acknowledgement for Download a personalized card,Acknowledgement for Download a personalized card,html,velocity,"
+
+
+
+
+
+
+
+
+
+ + ++ अपनी घटना की स्थिति देखने के लिए वापस जाएं + + + + घटना सारांश + + + + । + ++ + +
+
+
+
+",10006,Resident Services,acknowledgement-download-a-personalized-card,hin,TRUE,superadmin,now()
+1500,Acknowledgement for Update demographic data,Acknowledgement for Update demographic data,html,velocity,"
+
+
+
+
+
+
+
+
+ + ++ अपने इवेंट की स्थिति देखने के लिए, यहाँ वापस जाएं + + + इवेंट सारांश + + + । + ++ + +
+
+
+
+",10006,Resident Services,acknowledgement-update-demographic-data,hin,TRUE,superadmin,now()
+1311,Success email to order a physical card,Success email to order a physical card,txt,velocity,"ಪ್ರಿಯ $name,
+
+
+ अपने घटना की स्थिति देखने के लिए, वापस जाएं घटना सारांश. ++ +ನಿಮ್ಮ $eventDetails ಗೆ ಮಾಡಿದ ಕೋರಿಕೆ $date ರಂದು $time ಗೆ ಯಶಸ್ವಿಯಾಗಿ ಮುಗಿಸಿದೆ. +ನಿಮ್ಮ ಈವೆಂಟ್ ಐಡಿ #$eventId ಆಗಿದೆ. +ಹೆಚ್ಚಿನ ವಿವರಗಳು ಬೇಕಾದಲ್ಲಿ ಆಧಿಕಾರಿಕ ವೆಬ್ಸೈಟ್ $trackServiceRequestLink ಗೆ ಲಾಗಿನ್ ಮಾಡಿ. +ನೀವು ಲಿಂಕ್: $trackingLink ನಲ್ಲಿ $transactionID ಬಳಸಿ ಲಾಭಗಳಿಸಬಹುದು.",10006,Resident Services,order-a-physical-card-success-email-content,kan,TRUE,superadmin,now() +1312,Failure email to order a physical card,Failure email to order a physical card,txt,velocity,"ಪ್ರಿಯ $name, $date ರಂದು $time ಗೆ ಏನೋ $eventDetails ನ ನಿಮ್ಮ ಕೋರಿಕೆ ವಿಫಲವಾಗಿದೆ. ನಿಮ್ಮ ಈವೆಂಟ್ ಐಡಿ #$eventId ಆಗಿದೆ. ಮತ್ತಷ್ಟು ವಿವರಗಳಿಗಾಗಿ ಆಧಿಕಾರಿಕ ವೆಬ್ಸೈಟ್ $trackServiceRequestLink ಗೆ ಲಾಗಿನ್ ಮಾಡಿ. ",10006,Resident Services,order-a-physical-card-failure-email-content,kan,TRUE,superadmin,now() +1501,Acknowledgement for verify email id or phone number,Acknowledgement for verify email id or phone number,html,velocity," + + + + + + + +
+
+
+
+
+
+
+",10006,Resident Services,acknowledgement-verify-email-id-or-phone-number,hin,TRUE,superadmin,now()
+1502,Acknowledgement for Secure my Id,Acknowledgement for Secure my Id,html,velocity,"
+
+
+
+
+
+
+
+
+
+
+
+
+ + अपनी घटना की स्थिति देखने के लिए, वापस जाएं घटना सारांश. + ++ +
+
+
+
+
+
+
+",10006,Resident Services,acknowledgement-secure-my-id,hin,TRUE,superadmin,now()
+1503,List of registration centers,List of registration centers,html,velocity,"
+
+
+
+
+
+
+
+
+
+ + अपनी घटना की स्थिति देखने के लिए, वापस जाने घटना सारांश. + ++ + पंजीकरण केंद्र ++
+ + +",10006,Resident Services,registration-centers-list,hin,TRUE,superadmin,now() +1504,Acknwoldegement service history type,Acknwoldegement service history type,html,velocity," + + +
+
+ + +",10006,Resident Services,service-history-type,hin,TRUE,superadmin,now() +1307,Request received email subject to order a physical card,Request received email subject to order a physical card,txt,velocity,ಸ್ವೀಕೃತಿ: $eventDetails | ಈವೆಂಟ್ ಐಡಿ: $eventId | ಸ್ಥಿತಿ: $status,10006,Resident Services,order-a-physical-card-request-received-email-subject,kan,TRUE,superadmin,now() +1505,Acknowledgment Authentication Request,Acknowledgment Authentication Request,html,velocity," + + + + + + + +
+
+
+
+
+
+
+",10006,Resident Services,acknowledgment-authentication-request,hin,TRUE,superadmin,now()
+1386,Negative purpose to get my UIN card,Negative purpose to get my UIN card,txt,velocity,UIN ಕಾರ್ಡು ಡೌನ್ಲೋಡ್ ಮಾಡಲು ಪ್ರಯತ್ನವಾಯಿತು,10006,Resident Services,get-my-uin-card-negative-purpose,kan,TRUE,superadmin,now()
+1506,Acknowledment Get My Id,Acknowledment Get My Id,html,velocity,"
+
+
+
+
+
+
+
+
+ + आपके इवेंट की स्थिति देखने के लिए, वापस जाएं इवेंट सारांश. + ++ +
+
+
+
+",10006,Resident Services,acknowledgment-get-my-id,hin,TRUE,superadmin,now()
+1507,Acknowledgment vid card download,Acknowledgment vid card download,html,velocity,"
+
+
+
+
+
+
+ अपनी घटना की स्थिति देखने के लिए, वापस जाएं घटना संक्षेप। ++
+
+
+
+",10006,Resident Services,acknowledgment-vid-card-download,hin,TRUE,superadmin,now()
+1508,Vid Card Type,Vid Card Type,html,velocity,"
+
+
+
+
+
+
+
+
+
+
+
+
+
+ अपने घटना की स्थिति देखने के लिए, वापस जाएं घटना संक्षेप. ++
+
+
+
+
+
+ ",10006,Resident Services,vid-card-type,hin,TRUE,superadmin,now()
+1301,Request received email subject to customize and download my card,Request received email subject to customize and download my card,txt,velocity,ಸ್ವೀಕೃತಿ: $eventDetails | ಈವೆಂಟ್ ಐಡಿ: $eventId | ಸ್ಥಿತಿ: $status,10006,Resident Services,cust-and-down-my-card-request-received-email-subject,kan,TRUE,superadmin,now()
+1302,Success email subject to customize and download my card,Success email subject to customize and download my card,txt,velocity,ಸ್ವೀಕೃತಿ: $eventDetails | ಈವೆಂಟ್ ಐಡಿ: $eventId | ಸ್ಥಿತಿ: $status,10006,Resident Services,cust-and-down-my-card-success-email-subject,kan,TRUE,superadmin,now()
+1303,Failure email subject to customize and download my card,Failure email subject to customize and download my card,txt,velocity,ಸ್ವೀಕೃತಿ: $eventDetails | ಈವೆಂಟ್ ಐಡಿ: $eventId | ಸ್ಥಿತಿ: $status,10006,Resident Services,cust-and-down-my-card-failure-email-subject,kan,TRUE,superadmin,now()
+1304,Request received email to customize and download my card,Request received email to customize and download my card,txt,velocity,"ಪ್ರಿಯ $name,
जन्म तिथि: $जन्मतिथि + +VID: $vid + +VID प्रकार: $vidType + +पर उत्पन्न हुआ: $genratedOnTimestamp + +पर समाप्त होता है: $expiryTimestamp + +लेफ्ट व्यवहार: $transactionsLeftCount + +$date ರಂದು $time ಗೆ $eventDetails ನ ನಿಮ್ಮ ಕೋರಿಕೆ ಸ್ವೀಕರಿಸಲಾಯಿತು. ನಿಮ್ಮ ಈವೆಂಟ್ ಐಡಿ #$eventId ಆಗಿದೆ. ಮತ್ತಷ್ಟು ವಿವರಗಳಿಗಾಗಿ ಆಧಿಕಾರಿಕ ವೆಬ್ಸೈಟ್ $trackServiceRequestLink ಗೆ ಲಾಗಿನ್ ಮಾಡಿ. ",10006,Resident Services,cust-and-down-my-card-request-received-email-content,kan,TRUE,superadmin,now() +1305,Success email to customize and download my card,Success email to customize and download my card,txt,velocity,"ಪ್ರಿಯ $name, $date ರಂದು $time ಗೆ $eventDetails ನ ನಿಮ್ಮ ಕೋರಿಕೆ ಯನ್ನು ಯಶಸ್ವಿಯಾಗಿ ಪೂರ್ಣಗೊಳಿಸಲಾಗಿದೆ. ನಿಮ್ಮ ಈವೆಂಟ್ ಐಡಿ #$eventId ಆಗಿದೆ. ಮತ್ತಷ್ಟು ವಿವರಗಳಿಗಾಗಿ ಆಧಿಕಾರಿಕ ವೆಬ್ಸೈಟ್ $trackServiceRequestLink ಗೆ ಲಾಗಿನ್ ಮಾಡಿ. ",10006,Resident Services,cust-and-down-my-card-success-email-content,kan,TRUE,superadmin,now() +1306,Failure email to customize and download my card,Failure email to customize and download my card,txt,velocity,"ಪ್ರಿಯ $name, $date ರಂದು $time ಗೆ ಏನೋ $eventDetails ನ ನಿಮ್ಮ ಕೋರಿಕೆ ವಿಫಲವಾಗಿದೆ. ನಿಮ್ಮ ಈವೆಂಟ್ ಐಡಿ #$eventId ಆಗಿದೆ. ಮತ್ತಷ್ಟು ವಿವರಗಳಿಗಾಗಿ ಆಧಿಕಾರಿಕ ವೆಬ್ಸೈಟ್ $trackServiceRequestLink ಗೆ ಲಾಗಿನ್ ಮಾಡಿ. ",10006,Resident Services,cust-and-down-my-card-failure-email-content,kan,TRUE,superadmin,now() +1308,Success email subject to order a physical card,Success email subject to order a physical card,txt,velocity,ಸ್ವೀಕೃತಿ: $eventDetails | ಈವೆಂಟ್ ಐಡಿ: $eventId | ಸ್ಥಿತಿ: $status,10006,Resident Services,order-a-physical-card-success-email-subject,kan,TRUE,superadmin,now() +1309,Failure email subject to order a physical card,Failure email subject to order a physical card,txt,velocity,ಸ್ವೀಕೃತಿ: $eventDetails | ಈವೆಂಟ್ ಐಡಿ: $eventId | ಸ್ಥಿತಿ: $status,10006,Resident Services,order-a-physical-card-failure-email-subject,kan,TRUE,superadmin,now() +1310,Request received email to order a physical card,Request received email to order a physical card,txt,velocity,"ಪ್ರಿಯ $name, $date ರಂದು $time ಗೆ $eventDetails ನ ನಿಮ್ಮ ಕೋರಿಕೆ ಸ್ವೀಕರಿಸಲಾಯಿತು. ನಿಮ್ಮ ಈವೆಂಟ್ ಐಡಿ #$eventId ಆಗಿದೆ. ಮತ್ತಷ್ಟು ವಿವರಗಳಿಗಾಗಿ ಆಧಿಕಾರಿಕ ವೆಬ್ಸೈಟ್ $trackServiceRequestLink ಗೆ ಲಾಗಿನ್ ಮಾಡಿ. ",10006,Resident Services,order-a-physical-card-request-received-email-content,kan,TRUE,superadmin,now() +1473,L1-bio-device,L1-bio-device,txt,velocity,L1-ಬಯೋ-ಉಪಕರಣ,10006,Resident Services,mosip.auth-type-code.L1-bio-device,kan,TRUE,superadmin,now() +1316,Request received email to share my credential with a partner,Request received email to share my credential with a partner,txt,velocity,"ಪ್ರಿಯ $name, ನಿಮ್ಮ $eventDetails ($partner) ಗೆ ಮಾಡಿದ ಕೋರಿಕೆ $date ರಂದು $time ಗೆ ಸ್ವಾಗತಿಸಲಾಗಿದೆ. ನಿಮ್ಮ ಈವೆಂಟ್ ಐಡಿ #$eventId ಆಗಿದೆ. ಹೆಚ್ಚಿನ ವಿವರಗಳು ಬೇಕಾದಲ್ಲಿ ಆಧಿಕಾರಿಕ ವೆಬ್ಸೈಟ್ $trackServiceRequestLink ಗೆ ಲಾಗಿನ್ ಮಾಡಿ. ",10006,Resident Services,share-cred-with-partner-request-received-email-content,kan,TRUE,superadmin,now() +1317,Success email to share my credential with a partner,Success email to share my credential with a partner,txt,velocity,"ಪ್ರಿಯ $name, ನಿಮ್ಮ $eventDetails ($partner) ಗೆ ಮಾಡಿದ ಕೋರಿಕೆ $date ರಂದು $time ಗೆ ಯಶಸ್ವಿಯಾಗಿ ಮುಗಿಸಿದೆ. ನಿಮ್ಮ ಈವೆಂಟ್ ಐಡಿ #$eventId ಆಗಿದೆ. ಹೆಚ್ಚಿನ ವಿವರಗಳು ಬೇಕಾದಲ್ಲಿ ಆಧಿಕಾರಿಕ ವೆಬ್ಸೈಟ್ $trackServiceRequestLink ಗೆ ಲಾಗಿನ್ ಮಾಡಿ. ",10006,Resident Services,share-cred-with-partner-success-email-content,kan,TRUE,superadmin,now() +1318,Failure email to share my credential with a partner,Failure email to share my credential with a partner,txt,velocity,"ಪ್ರಿಯ $name, ನಿಮ್ಮ $eventDetails ($partner) ಗೆ ಮಾಡಿದ ಕೋರಿಕೆ $date ರಂದು $time ಗೆ ಏರಿತು, ಆದರೆ ಅದು ವಿಫಲವಾಯಿತು. ನಿಮ್ಮ ಈವೆಂಟ್ ಐಡಿ #$eventId ಆಗಿದೆ. ಹೆಚ್ಚಿನ ವಿವರಗಳು ಬೇಕಾದಲ್ಲಿ ಆಧಿಕಾರಿಕ ವೆಬ್ಸೈಟ್ $trackServiceRequestLink ಗೆ ಲಾಗಿನ್ ಮಾಡಿ. ",10006,Resident Services,share-cred-with-partner-failure-email-content,kan,TRUE,superadmin,now() +1319,Request received email subject to lock/unlock authentication,Request received email subject to lock/unlock authentication,txt,velocity,ಸ್ವೀಕೃತಿ: $eventDetails | ಈವೆಂಟ್ ಐಡಿ: $eventId | ಸ್ಥಿತಿ: $status,10006,Resident Services,lock-unlock-auth-request-received-email-subject,kan,TRUE,superadmin,now() +1320,Success email subject to lock/unlock authentication,Success email subject to lock/unlock authentication,txt,velocity,ಸ್ವೀಕೃತಿ: $eventDetails | ಈವೆಂಟ್ ಐಡಿ: $eventId | ಸ್ಥಿತಿ: $status,10006,Resident Services,lock-unlock-auth-success-email-subject,kan,TRUE,superadmin,now() +1321,Failure email subject to lock/unlock authentication,Failure email subject to lock/unlock authentication,txt,velocity,ಸ್ವೀಕೃತಿ: $eventDetails | ಈವೆಂಟ್ ಐಡಿ: $eventId | ಸ್ಥಿತಿ: $status,10006,Resident Services,lock-unlock-auth-failure-email-subject,kan,TRUE,superadmin,now() +1322,Request received email to lock/unlock authentication,Request received email to lock/unlock authentication,txt,velocity,"ಪ್ರಿಯ $name, $date ರಂದು $time ಗೆ $eventDetails ನ ನಿಮ್ಮ ಕೋರಿಕೆ ಸ್ವೀಕರಿಸಲಾಯಿತು. ನಿಮ್ಮ ಈವೆಂಟ್ ಐಡಿ #$eventId ಆಗಿದೆ. ಮತ್ತಷ್ಟು ವಿವರಗಳಿಗಾಗಿ ಆಧಿಕಾರಿಕ ವೆಬ್ಸೈಟ್ $trackServiceRequestLink ಗೆ ಲಾಗಿನ್ ಮಾಡಿ. ",10006,Resident Services,lock-unlock-auth-request-received-email-content,kan,TRUE,superadmin,now() +1323,Success email to lock/unlock authentication,Success email to lock/unlock authentication,txt,velocity,"ಪ್ರಿಯ $name, $date ರಂದು $time ಗೆ $eventDetails ನ ನಿಮ್ಮ ಕೋರಿಕೆ ಯನ್ನು ಯಶಸ್ವಿಯಾಗಿ ಪೂರ್ಣಗೊಳಿಸಲಾಗಿದೆ. ನಿಮ್ಮ ಈವೆಂಟ್ ಐಡಿ #$eventId ಆಗಿದೆ. ಮತ್ತಷ್ಟು ವಿವರಗಳಿಗಾಗಿ ಆಧಿಕಾರಿಕ ವೆಬ್ಸೈಟ್ $trackServiceRequestLink ಗೆ ಲಾಗಿನ್ ಮಾಡಿ. ",10006,Resident Services,lock-unlock-auth-success-email-content,kan,TRUE,superadmin,now() +1324,Failure email to lock/unlock authentication,Failure email to lock/unlock authentication,txt,velocity,"ಪ್ರಿಯ $name, $date ರಂದು $time ಗೆ ಏನೋ $eventDetails ನ ನಿಮ್ಮ ಕೋರಿಕೆ ವಿಫಲವಾಗಿದೆ. ನಿಮ್ಮ ಈವೆಂಟ್ ಐಡಿ #$eventId ಆಗಿದೆ. ಮತ್ತಷ್ಟು ವಿವರಗಳಿಗಾಗಿ ಆಧಿಕಾರಿಕ ವೆಬ್ಸೈಟ್ $trackServiceRequestLink ಗೆ ಲಾಗಿನ್ ಮಾಡಿ. ",10006,Resident Services,lock-unlock-auth-failure-email-content,kan,TRUE,superadmin,now() +1325,Request received email subject to self update demographic data,Request received email subject to self update demographic data,txt,velocity,ಸ್ವೀಕೃತಿ: $eventDetails | ಈವೆಂಟ್ ಐಡಿ: $eventId | ಸ್ಥಿತಿ: $status,10006,Resident Services,update-demo-data-request-received-email-subject,kan,TRUE,superadmin,now() +1326,Success email subject to self update demographic data,Success email subject to self update demographic data,txt,velocity,ಸ್ವೀಕೃತಿ: $eventDetails | ಈವೆಂಟ್ ಐಡಿ: $eventId | ಸ್ಥಿತಿ: $status,10006,Resident Services,update-demo-data-success-email-subject,kan,TRUE,superadmin,now() +1327,Failure email subject to self update demographic data,Failure email subject to self update demographic data,txt,velocity,ಸ್ವೀಕೃತಿ: $eventDetails | ಈವೆಂಟ್ ಐಡಿ: $eventId | ಸ್ಥಿತಿ: $status,10006,Resident Services,update-demo-data-failure-email-subject,kan,TRUE,superadmin,now() +1328,Request received email to self update demographic data,Request received email to self update demographic data,txt,velocity,"ಪ್ರಿಯ $name, $date ರಂದು $time ಗೆ $eventDetails ನ ನಿಮ್ಮ ಕೋರಿಕೆ ಸ್ವೀಕರಿಸಲಾಯಿತು. ನಿಮ್ಮ ಈವೆಂಟ್ ಐಡಿ #$eventId ಆಗಿದೆ. ಮತ್ತಷ್ಟು ವಿವರಗಳಿಗಾಗಿ ಆಧಿಕಾರಿಕ ವೆಬ್ಸೈಟ್ $trackServiceRequestLink ಗೆ ಲಾಗಿನ್ ಮಾಡಿ. ",10006,Resident Services,update-demo-data-request-received-email-content,kan,TRUE,superadmin,now() +1329,Success email to self update demographic data,Success email to self update demographic data,txt,velocity,"ಪ್ರಿಯ $name, $date ರಂದು $time ಗೆ $eventDetails ನ ನಿಮ್ಮ ಕೋರಿಕೆ ಯನ್ನು ಯಶಸ್ವಿಯಾಗಿ ಪೂರ್ಣಗೊಳಿಸಲಾಗಿದೆ. ನಿಮ್ಮ ಈವೆಂಟ್ ಐಡಿ #$eventId ಆಗಿದೆ. ಮತ್ತಷ್ಟು ವಿವರಗಳಿಗಾಗಿ ಆಧಿಕಾರಿಕ ವೆಬ್ಸೈಟ್ $trackServiceRequestLink ಗೆ ಲಾಗಿನ್ ಮಾಡಿ. ",10006,Resident Services,update-demo-data-success-email-content,kan,TRUE,superadmin,now() +1330,Failure email to self update demographic data,Failure email to self update demographic data,txt,velocity,"ಪ್ರಿಯ $name, $date ರಂದು $time ಗೆ ಏನೋ $eventDetails ನ ನಿಮ್ಮ ಕೋರಿಕೆ ವಿಫಲವಾಗಿದೆ. ನಿಮ್ಮ ಈವೆಂಟ್ ಐಡಿ #$eventId ಆಗಿದೆ. ಮತ್ತಷ್ಟು ವಿವರಗಳಿಗಾಗಿ ಆಧಿಕಾರಿಕ ವೆಬ್ಸೈಟ್ $trackServiceRequestLink ಗೆ ಲಾಗಿನ್ ಮಾಡಿ. ",10006,Resident Services,update-demo-data-failure-email-content,kan,TRUE,superadmin,now() +1331,Request received email subject to generate or revoke VID,Request received email subject to generate or revoke VID,txt,velocity,ಸ್ವೀಕೃತಿ: $eventDetails | ಈವೆಂಟ್ ಐಡಿ: $eventId | ಸ್ಥಿತಿ: $status,10006,Resident Services,gen-or-revoke-vid-request-received-email-subject,kan,TRUE,superadmin,now() +1332,Success email subject to generate or revoke VID,Success email subject to generate or revoke VID,txt,velocity,ಸ್ವೀಕೃತಿ: $eventDetails | ಈವೆಂಟ್ ಐಡಿ: $eventId | ಸ್ಥಿತಿ: $status,10006,Resident Services,gen-or-revoke-vid-success-email-subject,kan,TRUE,superadmin,now() +1333,Failure email subject to generate or revoke VID,Failure email subject to generate or revoke VID,txt,velocity,ಸ್ವೀಕೃತಿ: $eventDetails | ಈವೆಂಟ್ ಐಡಿ: $eventId | ಸ್ಥಿತಿ: $status,10006,Resident Services,gen-or-revoke-vid-failure-email-subject,kan,TRUE,superadmin,now() +1334,Request received email to generate or revoke VID,Request received email to generate or revoke VID,txt,velocity,"ಪ್ರಿಯ $name, $date ರಂದು $time ಗೆ $eventDetails ನ ನಿಮ್ಮ ಕೋರಿಕೆ ಸ್ವೀಕರಿಸಲಾಯಿತು. ನಿಮ್ಮ ಈವೆಂಟ್ ಐಡಿ #$eventId ಆಗಿದೆ. ಮತ್ತಷ್ಟು ವಿವರಗಳಿಗಾಗಿ ಆಧಿಕಾರಿಕ ವೆಬ್ಸೈಟ್ $trackServiceRequestLink ಗೆ ಲಾಗಿನ್ ಮಾಡಿ. ",10006,Resident Services,gen-or-revoke-vid-request-received-email-content,kan,TRUE,superadmin,now() +1335,Success email to generate or revoke VID,Success email to generate or revoke VID,txt,velocity,"ಪ್ರಿಯ $name, $date ರಂದು $time ಗೆ $eventDetails ನ ನಿಮ್ಮ ಕೋರಿಕೆ ಯನ್ನು ಯಶಸ್ವಿಯಾಗಿ ಪೂರ್ಣಗೊಳಿಸಲಾಗಿದೆ. ನಿಮ್ಮ ಈವೆಂಟ್ ಐಡಿ #$eventId ಆಗಿದೆ. ಮತ್ತಷ್ಟು ವಿವರಗಳಿಗಾಗಿ ಆಧಿಕಾರಿಕ ವೆಬ್ಸೈಟ್ $trackServiceRequestLink ಗೆ ಲಾಗಿನ್ ಮಾಡಿ. ",10006,Resident Services,gen-or-revoke-vid-success-email-content,kan,TRUE,superadmin,now() +1336,Failure email to generate or revoke VID,Failure email to generate or revoke VID,txt,velocity,"ಪ್ರಿಯ $name, $date ರಂದು $time ಗೆ ಏನೋ $eventDetails ನ ನಿಮ್ಮ ಕೋರಿಕೆ ವಿಫಲವಾಗಿದೆ. ನಿಮ್ಮ ಈವೆಂಟ್ ಐಡಿ #$eventId ಆಗಿದೆ. ಮತ್ತಷ್ಟು ವಿವರಗಳಿಗಾಗಿ ಆಧಿಕಾರಿಕ ವೆಬ್ಸೈಟ್ $trackServiceRequestLink ಗೆ ಲಾಗಿನ್ ಮಾಡಿ. ",10006,Resident Services,gen-or-revoke-vid-failure-email-content,kan,TRUE,superadmin,now() +1337,Request received email subject to get my UIN card,Request received email subject to get my UIN card,txt,velocity,ಸ್ವೀಕೃತಿ: $eventDetails | ಈವೆಂಟ್ ಐಡಿ: $eventId | ಸ್ಥಿತಿ: $status,10006,Resident Services,get-my-uin-card-request-received-email-subject,kan,TRUE,superadmin,now() +1338,Success email subject to get my UIN card,Success email subject to get my UIN card,txt,velocity,ಸ್ವೀಕೃತಿ: $eventDetails | ಈವೆಂಟ್ ಐಡಿ: $eventId | ಸ್ಥಿತಿ: $status,10006,Resident Services,get-my-uin-card-success-email-subject,kan,TRUE,superadmin,now() +1339,Failure email subject to get my UIN card,Failure email subject to get my UIN card,txt,velocity,ಸ್ವೀಕೃತಿ: $eventDetails | ಈವೆಂಟ್ ಐಡಿ: $eventId | ಸ್ಥಿತಿ: $status,10006,Resident Services,get-my-uin-card-failure-email-subject,kan,TRUE,superadmin,now() +1340,Request received email to get my UIN card,Request received email to get my UIN card,txt,velocity,"ಪ್ರಿಯ $name, $date ರಂದು $time ಗೆ $eventDetails ನ ನಿಮ್ಮ ಕೋರಿಕೆ ಸ್ವೀಕರಿಸಲಾಯಿತು. ನಿಮ್ಮ ಈವೆಂಟ್ ಐಡಿ #$eventId ಆಗಿದೆ. ಮತ್ತಷ್ಟು ವಿವರಗಳಿಗಾಗಿ ಆಧಿಕಾರಿಕ ವೆಬ್ಸೈಟ್ $trackServiceRequestLink ಗೆ ಲಾಗಿನ್ ಮಾಡಿ. ",10006,Resident Services,get-my-uin-card-request-received-email-content,kan,TRUE,superadmin,now() +1341,Success email to get my UIN card,Success email to get my UIN card,txt,velocity,"ಪ್ರಿಯ $name, $date ರಂದು $time ಗೆ $eventDetails ನ ನಿಮ್ಮ ಕೋರಿಕೆ ಯನ್ನು ಯಶಸ್ವಿಯಾಗಿ ಪೂರ್ಣಗೊಳಿಸಲಾಗಿದೆ. ನಿಮ್ಮ ಈವೆಂಟ್ ಐಡಿ #$eventId ಆಗಿದೆ. ಮತ್ತಷ್ಟು ವಿವರಗಳಿಗಾಗಿ ಆಧಿಕಾರಿಕ ವೆಬ್ಸೈಟ್ $trackServiceRequestLink ಗೆ ಲಾಗಿನ್ ಮಾಡಿ. ",10006,Resident Services,get-my-uin-card-success-email-content,kan,TRUE,superadmin,now() +1342,Failure email to get my UIN card,Failure email to get my UIN card,txt,velocity,"ಪ್ರಿಯ $name, $date ರಂದು $time ಗೆ ಏನೋ $eventDetails ನ ನಿಮ್ಮ ಕೋರಿಕೆ ವಿಫಲವಾಗಿದೆ. ನಿಮ್ಮ ಈವೆಂಟ್ ಐಡಿ #$eventId ಆಗಿದೆ. ಮತ್ತಷ್ಟು ವಿವರಗಳಿಗಾಗಿ ಆಧಿಕಾರಿಕ ವೆಬ್ಸೈಟ್ $trackServiceRequestLink ಗೆ ಲಾಗಿನ್ ಮಾಡಿ. ",10006,Resident Services,get-my-uin-card-failure-email-content,kan,TRUE,superadmin,now() +1343,Request received email subject to verify my phone and email,Request received email subject to verify my phone and email,txt,velocity,ಸ್ವೀಕೃತಿ: $eventDetails | ಈವೆಂಟ್ ಐಡಿ: $eventId | ಸ್ಥಿತಿ: $status,10006,Resident Services,verify-my-phone-email-request-received-email-subject,kan,TRUE,superadmin,now() +1344,Success email subject to verify my phone and email,Success email subject to verify my phone and email,txt,velocity,ಸ್ವೀಕೃತಿ: $eventDetails | ಈವೆಂಟ್ ಐಡಿ: $eventId | ಸ್ಥಿತಿ: $status,10006,Resident Services,verify-my-phone-email-success-email-subject,kan,TRUE,superadmin,now() +1345,Failure email subject to verify my phone and email,Failure email subject to verify my phone and email,txt,velocity,ಸ್ವೀಕೃತಿ: $eventDetails | ಈವೆಂಟ್ ಐಡಿ: $eventId | ಸ್ಥಿತಿ: $status,10006,Resident Services,verify-my-phone-email-failure-email-subject,kan,TRUE,superadmin,now() +1346,Request received email to verify my phone and email,Request received email to verify my phone and email,txt,velocity,"ಪ್ರಿಯ $name, $date ರಂದು $time ಗೆ $eventDetails ನ ನಿಮ್ಮ ಕೋರಿಕೆ ಸ್ವೀಕರಿಸಲಾಯಿತು. ನಿಮ್ಮ ಈವೆಂಟ್ ಐಡಿ #$eventId ಆಗಿದೆ. ಮತ್ತಷ್ಟು ವಿವರಗಳಿಗಾಗಿ ಆಧಿಕಾರಿಕ ವೆಬ್ಸೈಟ್ $trackServiceRequestLink ಗೆ ಲಾಗಿನ್ ಮಾಡಿ. ",10006,Resident Services,verify-my-phone-email-request-received-email-content,kan,TRUE,superadmin,now() +1347,Success email to verify my phone and email,Success email to verify my phone and email,txt,velocity,"ಪ್ರಿಯ $name, $date ರಂದು $time ಗೆ $eventDetails ನ ನಿಮ್ಮ ಕೋರಿಕೆ ಯನ್ನು ಯಶಸ್ವಿಯಾಗಿ ಪೂರ್ಣಗೊಳಿಸಲಾಗಿದೆ. ನಿಮ್ಮ ಈವೆಂಟ್ ಐಡಿ #$eventId ಆಗಿದೆ. ಮತ್ತಷ್ಟು ವಿವರಗಳಿಗಾಗಿ ಆಧಿಕಾರಿಕ ವೆಬ್ಸೈಟ್ $trackServiceRequestLink ಗೆ ಲಾಗಿನ್ ಮಾಡಿ. ",10006,Resident Services,verify-my-phone-email-success-email-content,kan,TRUE,superadmin,now() +1348,Failure email to verify my phone and email,Failure email to verify my phone and email,txt,velocity,"ಪ್ರಿಯ $name, $date ರಂದು $time ಗೆ ಏನೋ $eventDetails ನ ನಿಮ್ಮ ಕೋರಿಕೆ ವಿಫಲವಾಗಿದೆ. ನಿಮ್ಮ ಈವೆಂಟ್ ಐಡಿ #$eventId ಆಗಿದೆ. ಮತ್ತಷ್ಟು ವಿವರಗಳಿಗಾಗಿ ಆಧಿಕಾರಿಕ ವೆಬ್ಸೈಟ್ $trackServiceRequestLink ಗೆ ಲಾಗಿನ್ ಮಾಡಿ. ",10006,Resident Services,verify-my-phone-email-failure-email-content,kan,TRUE,superadmin,now() +1349,Request received sms to customize and download my card,Request received sms to customize and download my card,txt,velocity,"ಪ್ರಿಯ $name, $date ರಂದು $time ಗೆ $eventDetails ನ ನಿಮ್ಮ ಕೋರಿಕೆ ಸ್ವೀಕರಿಸಲಾಯಿತು. ನಿಮ್ಮ ಈವೆಂಟ್ ಐಡಿ #$eventId ಆಗಿದೆ. ಮತ್ತಷ್ಟು ವಿವರಗಳಿಗಾಗಿ ಆಧಿಕಾರಿಕ ವೆಬ್ಸೈಟ್ $trackServiceRequestLink ಗೆ ಲಾಗಿನ್ ಮಾಡಿ. ",10006,Resident Services,cust-and-down-my-card-request-received_SMS,kan,TRUE,superadmin,now() +1350,Success sms to customize and download my card,Success sms to customize and download my card,txt,velocity,"ಪ್ರಿಯ $name, $date ರಂದು $time ಗೆ $eventDetails ನ ನಿಮ್ಮ ಕೋರಿಕೆ ಯನ್ನು ಯಶಸ್ವಿಯಾಗಿ ಪೂರ್ಣಗೊಳಿಸಲಾಗಿದೆ. ನಿಮ್ಮ ಈವೆಂಟ್ ಐಡಿ #$eventId ಆಗಿದೆ. ಮತ್ತಷ್ಟು ವಿವರಗಳಿಗಾಗಿ ಆಧಿಕಾರಿಕ ವೆಬ್ಸೈಟ್ $trackServiceRequestLink ಗೆ ಲಾಗಿನ್ ಮಾಡಿ. ",10006,Resident Services,cust-and-down-my-card-success_SMS,kan,TRUE,superadmin,now() +1351,Failure sms to customize and download my card,Failure sms to customize and download my card,txt,velocity,"ಪ್ರಿಯ $name, $date ರಂದು $time ಗೆ ಏನೋ $eventDetails ನ ನಿಮ್ಮ ಕೋರಿಕೆ ವಿಫಲವಾಗಿದೆ. ನಿಮ್ಮ ಈವೆಂಟ್ ಐಡಿ #$eventId ಆಗಿದೆ. ಮತ್ತಷ್ಟು ವಿವರಗಳಿಗಾಗಿ ಆಧಿಕಾರಿಕ ವೆಬ್ಸೈಟ್ $trackServiceRequestLink ಗೆ ಲಾಗಿನ್ ಮಾಡಿ. ",10006,Resident Services,cust-and-down-my-card-failure_SMS,kan,TRUE,superadmin,now() +1352,Request received sms to order a physical card,Request received sms to order a physical card,txt,velocity,"ಪ್ರಿಯ $name, $date ರಂದು $time ಗೆ $eventDetails ನ ನಿಮ್ಮ ಕೋರಿಕೆ ಸ್ವೀಕರಿಸಲಾಯಿತು. ನಿಮ್ಮ ಈವೆಂಟ್ ಐಡಿ #$eventId ಆಗಿದೆ. ಮತ್ತಷ್ಟು ವಿವರಗಳಿಗಾಗಿ ಆಧಿಕಾರಿಕ ವೆಬ್ಸೈಟ್ $trackServiceRequestLink ಗೆ ಲಾಗಿನ್ ಮಾಡಿ. ",10006,Resident Services,order-a-physical-card-request-received_SMS,kan,TRUE,superadmin,now() +1353,Success sms to order a physical card,Success sms to order a physical card,txt,velocity,"ಪ್ರಿಯ $name, +ನಿಮ್ಮ $eventDetails ಗೆ ಮಾಡಿದ ಕೋರಿಕೆ $date ರಂದು $time ಗೆ ಯಶಸ್ವಿಯಾಗಿ ಮುಗಿಸಿದೆ. +ನಿಮ್ಮ ಈವೆಂಟ್ ಐಡಿ #$eventId ಆಗಿದೆ. +ಹೆಚ್ಚಿನ ವಿವರಗಳು ಬೇಕಾದಲ್ಲಿ ಆಧಿಕಾರಿಕ ವೆಬ್ಸೈಟ್ $trackServiceRequestLink ಗೆ ಲಾಗಿನ್ ಮಾಡಿ. +ನೀವು ಲಿಂಕ್: $trackingLink ನಲ್ಲಿ $transactionID ಬಳಸಿ ಲಾಭಗಳಿಸಬಹುದು.",10006,Resident Services,order-a-physical-card-success_SMS,kan,TRUE,superadmin,now() +1354,Failure sms to order a physical card,Failure sms to order a physical card,txt,velocity,"ಪ್ರಿಯ $name, $date ರಂದು $time ಗೆ ಏನೋ $eventDetails ನ ನಿಮ್ಮ ಕೋರಿಕೆ ವಿಫಲವಾಗಿದೆ. ನಿಮ್ಮ ಈವೆಂಟ್ ಐಡಿ #$eventId ಆಗಿದೆ. ಮತ್ತಷ್ಟು ವಿವರಗಳಿಗಾಗಿ ಆಧಿಕಾರಿಕ ವೆಬ್ಸೈಟ್ $trackServiceRequestLink ಗೆ ಲಾಗಿನ್ ಮಾಡಿ. ",10006,Resident Services,order-a-physical-card-failure_SMS,kan,TRUE,superadmin,now() +1355,Request received sms to share my credential with a partner,Request received sms to share my credential with a partner,txt,velocity,"ಪ್ರಿಯ $name, $date ರಂದು $time ಗೆ $eventDetails ನ ನಿಮ್ಮ ಕೋರಿಕೆ ಸ್ವೀಕರಿಸಲಾಯಿತು. ನಿಮ್ಮ ಈವೆಂಟ್ ಐಡಿ #$eventId ಆಗಿದೆ. ಮತ್ತಷ್ಟು ವಿವರಗಳಿಗಾಗಿ ಆಧಿಕಾರಿಕ ವೆಬ್ಸೈಟ್ $trackServiceRequestLink ಗೆ ಲಾಗಿನ್ ಮಾಡಿ. ",10006,Resident Services,share-cred-with-partner-request-received_SMS,kan,TRUE,superadmin,now() +1387,Positive purpose to verify my phone number and email ID,Positive purpose to verify my phone number and email ID,txt,velocity,$channel ಗೆ ಪ್ರಮಾಣೀಕರಿಸಲಾಯಿತು,10006,Resident Services,verify-my-phone-email-positive-purpose,kan,TRUE,superadmin,now() +1356,Success sms to share my credential with a partner,Success sms to share my credential with a partner,txt,velocity,"ಪ್ರಿಯ $name, +ನಿಮ್ಮ $eventDetails ($partner) ಗೆ ಮಾಡಿದ ಕೋರಿಕೆ $date ರಂದು $time ಗೆ ಯಶಸ್ವಿಯಾಗಿ ಮುಗಿಸಿದೆ. +ನಿಮ್ಮ ಈವೆಂಟ್ ಐಡಿ #$eventId ಆಗಿದೆ. +ಹೆಚ್ಚಿನ ವಿವರಗಳು ಬೇಕಾದಲ್ಲಿ ಆಧಿಕಾರಿಕ ವೆಬ್ಸೈಟ್ $trackServiceRequestLink ಗೆ ಲಾಗಿನ್ ಮಾಡಿ. ",10006,Resident Services,share-cred-with-partner-success_SMS,kan,TRUE,superadmin,now() +1357,Failure sms to share my credential with a partner,Failure sms to share my credential with a partner,txt,velocity,"ಪ್ರಿಯ $name, $date ರಂದು $time ಗೆ ಏನೋ $eventDetails ನ ನಿಮ್ಮ ಕೋರಿಕೆ ವಿಫಲವಾಗಿದೆ. ನಿಮ್ಮ ಈವೆಂಟ್ ಐಡಿ #$eventId ಆಗಿದೆ. ಮತ್ತಷ್ಟು ವಿವರಗಳಿಗಾಗಿ ಆಧಿಕಾರಿಕ ವೆಬ್ಸೈಟ್ $trackServiceRequestLink ಗೆ ಲಾಗಿನ್ ಮಾಡಿ. ",10006,Resident Services,share-cred-with-partner-failure_SMS,kan,TRUE,superadmin,now() +1358,Request received sms to lock/unlock authentication,Request received sms to lock/unlock authentication,txt,velocity,"ಪ್ರಿಯ $name, $date ರಂದು $time ಗೆ $eventDetails ನ ನಿಮ್ಮ ಕೋರಿಕೆ ಸ್ವೀಕರಿಸಲಾಯಿತು. ನಿಮ್ಮ ಈವೆಂಟ್ ಐಡಿ #$eventId ಆಗಿದೆ. ಮತ್ತಷ್ಟು ವಿವರಗಳಿಗಾಗಿ ಆಧಿಕಾರಿಕ ವೆಬ್ಸೈಟ್ $trackServiceRequestLink ಗೆ ಲಾಗಿನ್ ಮಾಡಿ. ",10006,Resident Services,lock-unlock-auth-request-received_SMS,kan,TRUE,superadmin,now() +1359,Success sms to lock/unlock authentication,Success sms to lock/unlock authentication,txt,velocity,"ಪ್ರಿಯ $name, $date ರಂದು $time ಗೆ $eventDetails ನ ನಿಮ್ಮ ಕೋರಿಕೆ ಯನ್ನು ಯಶಸ್ವಿಯಾಗಿ ಪೂರ್ಣಗೊಳಿಸಲಾಗಿದೆ. ನಿಮ್ಮ ಈವೆಂಟ್ ಐಡಿ #$eventId ಆಗಿದೆ. ಮತ್ತಷ್ಟು ವಿವರಗಳಿಗಾಗಿ ಆಧಿಕಾರಿಕ ವೆಬ್ಸೈಟ್ $trackServiceRequestLink ಗೆ ಲಾಗಿನ್ ಮಾಡಿ. ",10006,Resident Services,lock-unlock-auth-success_SMS,kan,TRUE,superadmin,now() +1360,Failure sms to lock/unlock authentication,Failure sms to lock/unlock authentication,txt,velocity,"ಪ್ರಿಯ $name, $date ರಂದು $time ಗೆ ಏನೋ $eventDetails ನ ನಿಮ್ಮ ಕೋರಿಕೆ ವಿಫಲವಾಗಿದೆ. ನಿಮ್ಮ ಈವೆಂಟ್ ಐಡಿ #$eventId ಆಗಿದೆ. ಮತ್ತಷ್ಟು ವಿವರಗಳಿಗಾಗಿ ಆಧಿಕಾರಿಕ ವೆಬ್ಸೈಟ್ $trackServiceRequestLink ಗೆ ಲಾಗಿನ್ ಮಾಡಿ. ",10006,Resident Services,lock-unlock-auth-failure_SMS,kan,TRUE,superadmin,now() +1361,Request received sms to self update demographic data,Request received sms to self update demographic data,txt,velocity,"ಪ್ರಿಯ $name, $date ರಂದು $time ಗೆ $eventDetails ನ ನಿಮ್ಮ ಕೋರಿಕೆ ಸ್ವೀಕರಿಸಲಾಯಿತು. ನಿಮ್ಮ ಈವೆಂಟ್ ಐಡಿ #$eventId ಆಗಿದೆ. ಮತ್ತಷ್ಟು ವಿವರಗಳಿಗಾಗಿ ಆಧಿಕಾರಿಕ ವೆಬ್ಸೈಟ್ $trackServiceRequestLink ಗೆ ಲಾಗಿನ್ ಮಾಡಿ. ",10006,Resident Services,update-demo-data-request-received_SMS,kan,TRUE,superadmin,now() +1362,Success sms to self update demographic data,Success sms to self update demographic data,txt,velocity,"ಪ್ರಿಯ $name, $date ರಂದು $time ಗೆ $eventDetails ನ ನಿಮ್ಮ ಕೋರಿಕೆ ಯನ್ನು ಯಶಸ್ವಿಯಾಗಿ ಪೂರ್ಣಗೊಳಿಸಲಾಗಿದೆ. ನಿಮ್ಮ ಈವೆಂಟ್ ಐಡಿ #$eventId ಆಗಿದೆ. ಮತ್ತಷ್ಟು ವಿವರಗಳಿಗಾಗಿ ಆಧಿಕಾರಿಕ ವೆಬ್ಸೈಟ್ $trackServiceRequestLink ಗೆ ಲಾಗಿನ್ ಮಾಡಿ. ",10006,Resident Services,update-demo-data-success_SMS,kan,TRUE,superadmin,now() +1377,Positive purpose to share my credential with a partner,Positive purpose to share my credential with a partner,txt,velocity,ಡೇಟಾವನ್ನು ಸಾಝಾ ಮಾಡಲಾಯಿತು,10006,Resident Services,share-cred-with-partner-positive-purpose,kan,TRUE,superadmin,now() +1363,Failure sms to self update demographic data,Failure sms to self update demographic data,txt,velocity,"ಪ್ರಿಯ $name, $date ರಂದು $time ಗೆ ಏನೋ $eventDetails ನ ನಿಮ್ಮ ಕೋರಿಕೆ ವಿಫಲವಾಗಿದೆ. ನಿಮ್ಮ ಈವೆಂಟ್ ಐಡಿ #$eventId ಆಗಿದೆ. ಮತ್ತಷ್ಟು ವಿವರಗಳಿಗಾಗಿ ಆಧಿಕಾರಿಕ ವೆಬ್ಸೈಟ್ $trackServiceRequestLink ಗೆ ಲಾಗಿನ್ ಮಾಡಿ. ",10006,Resident Services,update-demo-data-failure_SMS,kan,TRUE,superadmin,now() +1364,Request received sms to generate or revoke VID,Request received sms to generate or revoke VID,txt,velocity,"ಪ್ರಿಯ $name, $date ರಂದು $time ಗೆ $eventDetails ನ ನಿಮ್ಮ ಕೋರಿಕೆ ಸ್ವೀಕರಿಸಲಾಯಿತು. ನಿಮ್ಮ ಈವೆಂಟ್ ಐಡಿ #$eventId ಆಗಿದೆ. ಮತ್ತಷ್ಟು ವಿವರಗಳಿಗಾಗಿ ಆಧಿಕಾರಿಕ ವೆಬ್ಸೈಟ್ $trackServiceRequestLink ಗೆ ಲಾಗಿನ್ ಮಾಡಿ. ",10006,Resident Services,gen-or-revoke-vid-request-received_SMS,kan,TRUE,superadmin,now() +1365,Success sms to generate or revoke VID,Success sms to generate or revoke VID,txt,velocity,"ಪ್ರಿಯ $name, $date ರಂದು $time ಗೆ $eventDetails ನ ನಿಮ್ಮ ಕೋರಿಕೆ ಯನ್ನು ಯಶಸ್ವಿಯಾಗಿ ಪೂರ್ಣಗೊಳಿಸಲಾಗಿದೆ. ನಿಮ್ಮ ಈವೆಂಟ್ ಐಡಿ #$eventId ಆಗಿದೆ. ಮತ್ತಷ್ಟು ವಿವರಗಳಿಗಾಗಿ ಆಧಿಕಾರಿಕ ವೆಬ್ಸೈಟ್ $trackServiceRequestLink ಗೆ ಲಾಗಿನ್ ಮಾಡಿ. ",10006,Resident Services,gen-or-revoke-vid-success_SMS,kan,TRUE,superadmin,now() +1366,Failure sms to generate or revoke VID,Failure sms to generate or revoke VID,txt,velocity,"ಪ್ರಿಯ $name, $date ರಂದು $time ಗೆ ಏನೋ $eventDetails ನ ನಿಮ್ಮ ಕೋರಿಕೆ ವಿಫಲವಾಗಿದೆ. ನಿಮ್ಮ ಈವೆಂಟ್ ಐಡಿ #$eventId ಆಗಿದೆ. ಮತ್ತಷ್ಟು ವಿವರಗಳಿಗಾಗಿ ಆಧಿಕಾರಿಕ ವೆಬ್ಸೈಟ್ $trackServiceRequestLink ಗೆ ಲಾಗಿನ್ ಮಾಡಿ. ",10006,Resident Services,gen-or-revoke-vid-failure_SMS,kan,TRUE,superadmin,now() +1436,Identity Key Binding Request Success,Identity Key Binding Request Success,txt,velocity,ಗುರುತಿನ ಕೀ ಬೈಂಡಿಂಗ್ ಕೋರಿಕೆ ಯಶಸ್ಸು,10006,Resident Services,mosip.ida.auth-request.IDENTITY-KEY-BINDING.Y.descr,kan,TRUE,superadmin,now() +1367,Request received sms to get my UIN card,Request received sms to get my UIN card,txt,velocity,"ಪ್ರಿಯ $name, $date ರಂದು $time ಗೆ $eventDetails ನ ನಿಮ್ಮ ಕೋರಿಕೆ ಸ್ವೀಕರಿಸಲಾಯಿತು. ನಿಮ್ಮ ಈವೆಂಟ್ ಐಡಿ #$eventId ಆಗಿದೆ. ಮತ್ತಷ್ಟು ವಿವರಗಳಿಗಾಗಿ ಆಧಿಕಾರಿಕ ವೆಬ್ಸೈಟ್ $trackServiceRequestLink ಗೆ ಲಾಗಿನ್ ಮಾಡಿ. ",10006,Resident Services,get-my-uin-card-request-received_SMS,kan,TRUE,superadmin,now() +1368,Success sms to get my UIN card,Success sms to get my UIN card,txt,velocity,"ಪ್ರಿಯ $name, $date ರಂದು $time ಗೆ $eventDetails ನ ನಿಮ್ಮ ಕೋರಿಕೆ ಯನ್ನು ಯಶಸ್ವಿಯಾಗಿ ಪೂರ್ಣಗೊಳಿಸಲಾಗಿದೆ. ನಿಮ್ಮ ಈವೆಂಟ್ ಐಡಿ #$eventId ಆಗಿದೆ. ಮತ್ತಷ್ಟು ವಿವರಗಳಿಗಾಗಿ ಆಧಿಕಾರಿಕ ವೆಬ್ಸೈಟ್ $trackServiceRequestLink ಗೆ ಲಾಗಿನ್ ಮಾಡಿ. ",10006,Resident Services,get-my-uin-card-success_SMS,kan,TRUE,superadmin,now() +1369,Failure sms to get my UIN card,Failure sms to get my UIN card,txt,velocity,"ಪ್ರಿಯ $name, $date ರಂದು $time ಗೆ ಏನೋ $eventDetails ನ ನಿಮ್ಮ ಕೋರಿಕೆ ವಿಫಲವಾಗಿದೆ. ನಿಮ್ಮ ಈವೆಂಟ್ ಐಡಿ #$eventId ಆಗಿದೆ. ಮತ್ತಷ್ಟು ವಿವರಗಳಿಗಾಗಿ ಆಧಿಕಾರಿಕ ವೆಬ್ಸೈಟ್ $trackServiceRequestLink ಗೆ ಲಾಗಿನ್ ಮಾಡಿ. ",10006,Resident Services,get-my-uin-card-failure_SMS,kan,TRUE,superadmin,now() +1370,Request received sms to verify my phone and email,Request received sms to verify my phone and email,txt,velocity,"ಪ್ರಿಯ $name, $date ರಂದು $time ಗೆ $eventDetails ನ ನಿಮ್ಮ ಕೋರಿಕೆ ಸ್ವೀಕರಿಸಲಾಯಿತು. ನಿಮ್ಮ ಈವೆಂಟ್ ಐಡಿ #$eventId ಆಗಿದೆ. ಮತ್ತಷ್ಟು ವಿವರಗಳಿಗಾಗಿ ಆಧಿಕಾರಿಕ ವೆಬ್ಸೈಟ್ $trackServiceRequestLink ಗೆ ಲಾಗಿನ್ ಮಾಡಿ. ",10006,Resident Services,verify-my-phone-email-request-received_SMS,kan,TRUE,superadmin,now() +1371,Success sms to verify my phone and email,Success sms to verify my phone and email,txt,velocity,"ಪ್ರಿಯ $name, $date ರಂದು $time ಗೆ $eventDetails ನ ನಿಮ್ಮ ಕೋರಿಕೆ ಯನ್ನು ಯಶಸ್ವಿಯಾಗಿ ಪೂರ್ಣಗೊಳಿಸಲಾಗಿದೆ. ನಿಮ್ಮ ಈವೆಂಟ್ ಐಡಿ #$eventId ಆಗಿದೆ. ಮತ್ತಷ್ಟು ವಿವರಗಳಿಗಾಗಿ ಆಧಿಕಾರಿಕ ವೆಬ್ಸೈಟ್ $trackServiceRequestLink ಗೆ ಲಾಗಿನ್ ಮಾಡಿ. ",10006,Resident Services,verify-my-phone-email-success_SMS,kan,TRUE,superadmin,now() +1372,Failure sms to verify my phone and email,Failure sms to verify my phone and email,txt,velocity,"ಪ್ರಿಯ $name, $date ರಂದು $time ಗೆ ಏನೋ $eventDetails ನ ನಿಮ್ಮ ಕೋರಿಕೆ ವಿಫಲವಾಗಿದೆ. ನಿಮ್ಮ ಈವೆಂಟ್ ಐಡಿ #$eventId ಆಗಿದೆ. ಮತ್ತಷ್ಟು ವಿವರಗಳಿಗಾಗಿ ಆಧಿಕಾರಿಕ ವೆಬ್ಸೈಟ್ $trackServiceRequestLink ಗೆ ಲಾಗಿನ್ ಮಾಡಿ. ",10006,Resident Services,verify-my-phone-email-failure_SMS,kan,TRUE,superadmin,now() +1373,Positive purpose to customize and download my card,Positive purpose to customize and download my card,txt,velocity,ವೈವಿಧ್ಯಪೂರ್ಣ ಕಾರ್ಡು ಡೌನ್ಲೋಡ್ ಮಾಡಲಾಯಿತು,10006,Resident Services,cust-and-down-my-card-positive-purpose,kan,TRUE,superadmin,now() +1374,Negative purpose to customize and download my card,Negative purpose to customize and download my card,txt,velocity,ವೈವಿಧ್ಯಪೂರ್ಣ ಕಾರ್ಡು ಡೌನ್ಲೋಡ್ ಮಾಡಲು ಪ್ರಯತ್ನವಾಯಿತು,10006,Resident Services,cust-and-down-my-card-negative-purpose,kan,TRUE,superadmin,now() +1375,Positive purpose to order a physical card,Positive purpose to order a physical card,txt,velocity,ಭೌತಿಕ ಕಾರ್ಡು ಆದೇಶಿಸಲಾಯಿತು,10006,Resident Services,order-a-physical-card-positive purpose,kan,TRUE,superadmin,now() +1376,Negative purpose to order a physical card,Negative purpose to order a physical card,txt,velocity,ಭೌತಿಕ ಕಾರ್ಡು ಆದೇಶಿಸಲು ಪ್ರಯತ್ನವಾಯಿತು,10006,Resident Services,order-a-physical-card-negative purpose,kan,TRUE,superadmin,now() +1378,Negative purpose to share my credential with a partner,Negative purpose to share my credential with a partner,txt,velocity,ಸಾಝಾ ಮಾಡಲು ಪ್ರಯತ್ನವಾಯಿತು,10006,Resident Services,share-cred-with-partner-negative-purpose,kan,TRUE,superadmin,now() +1379,Positive purpose to lock/unlock various authentication types,Positive purpose to lock/unlock various authentication types,txt,velocity,$authType ಪ್ರಮಾಣಿಕೆ ಇದೆ $status,10006,Resident Services,lock-unlock-auth-positive-purpose,kan,TRUE,superadmin,now() +1380,Negative purpose to lock/unlock various authentication types,Negative purpose to lock/unlock various authentication types,txt,velocity,ಪ್ರಮಾಣಿಕೆ ಪ್ರಕಾರಗಳನ್ನು ಲಾಕ್/ಅನ್ಲಾಕ್ ಮಾಡಲು ಪ್ರಯತ್ನಿಸಲಾಯಿತು,10006,Resident Services,lock-unlock-auth-negative-purpose,kan,TRUE,superadmin,now() +1381,Positive Purpose to self update demographic data,Positive Purpose to self update demographic data,txt,velocity,ಡೇಟಾವನ್ನು ಯಶಸ್ವಿಯಾಗಿ ನವೀಕರಿಸಲಾಯಿತು,10006,Resident Services,update-demo-data-positive-purpose,kan,TRUE,superadmin,now() +1382,Negative Purpose to self update demographic data,Negative Purpose to self update demographic data,txt,velocity,ಡೇಟಾವನ್ನು ನವೀಕರಿಸಲು ಪ್ರಯತ್ನಿಸಲಾಯಿತು,10006,Resident Services,update-demo-data-negative-purpose,kan,TRUE,superadmin,now() +1383,Positive Purpose to generate or revoke VIDs,Positive Purpose to generate or revoke VIDs,txt,velocity,VID ಗೆ $actionPerformed,10006,Resident Services,gen-or-revoke-vid-positive-purpose,kan,TRUE,superadmin,now() +1384,Negative Purpose to generate or revoke VIDs,Negative Purpose to generate or revoke VIDs,txt,velocity,$actionPerformed VID ಗೆ $actionPerformed ಮಾಡಲು ಪ್ರಯತ್ನಿಸಲಾಯಿತು,10006,Resident Services,gen-or-revoke-vid-negative-purpose,kan,TRUE,superadmin,now() +1385,Positive purpose to get my UIN card,Positive purpose to get my UIN card,txt,velocity,UIN ಕಾರ್ಡು ಡೌನ್ಲೋಡ್ ಮಾಡಲಾಯಿತು,10006,Resident Services,get-my-uin-card-positive-purpose,kan,TRUE,superadmin,now() +1388,Negative purpose to verify my phone number and email ID,Negative purpose to verify my phone number and email ID,txt,velocity,$channel ಗೆ ಪ್ರಮಾಣೀಕರಿಸಲು ಪ್ರಯತ್ನಿಸಲಾಯಿತು,10006,Resident Services,verify-my-phone-email-negative-purpose,kan,TRUE,superadmin,now() +1438,Token based Authentication Success,Token based Authentication Success,txt,velocity,ಟೋಕನ್ ಆಧಾರಿತ ಪ್ರಮಾಣಿಕೆ ಯಶಸ್ಸು,10006,Resident Services,mosip.ida.auth-request.TOKEN-AUTH.Y.descr,kan,TRUE,superadmin,now() +1389,Success summary to customize and download my card,Success summary to customize and download my card,txt,velocity,ವೈವಿಧ್ಯಪೂರ್ಣ ಕಾರ್ಡು ಯಶಸ್ವಿಯಾಗಿ ಡೌನ್ಲೋಡ್ ಮಾಡಲಾಯಿತು,10006,Resident Services,cust-and-down-my-card-success-summary,kan,TRUE,superadmin,now() +1390,Success summary to order a physical card,Success summary to order a physical card,txt,velocity,ಸಾಥಿಯೊಂದಿಗೆ ಭೌತಿಕ ಕಾರ್ಡು ಹೊಂದಿಕೊಳ್ಳಲು ಆದೇಶ ಹಾಕಲಾಗಿದೆ,10006,Resident Services,order-a-physical-card-success-summary,kan,TRUE,superadmin,now() +1391,Success summary to share my credential with a partner,Success summary to share my credential with a partner,txt,velocity,ನಿಮ್ಮ ಡೇಟಾ ಯಶಸ್ವಿಯಾಗಿ ಸಾಝಾಪಡೆಯಲಾಯಿತು,10006,Resident Services,share-cred-with-partner-success-summary,kan,TRUE,superadmin,now() +1392,Success summary to lock/unlock various authentication types,Success summary to lock/unlock various authentication types,txt,velocity,$authType ಪ್ರಮಾಣಿಕೆ ಇದೆ $status,10006,Resident Services,lock-unlock-auth-success-summary,kan,TRUE,superadmin,now() +1393,Success summary to self update demographic data,Success summary to self update demographic data,txt,velocity,ಡೇಟಾವನ್ನು ಯಶಸ್ವಿಯಾಗಿ ನವೀಕರಿಸಲಾಯಿತು,10006,Resident Services,update-demo-data-success-summary,kan,TRUE,superadmin,now() +1394,Success summary to generate or revoke VIDs,Success summary to generate or revoke VIDs,txt,velocity,$vidType VID $maskedVID ಯಶಸ್ವಿಯಾಗಿ $actionPerformed ಆಗಿತ್ತು,10006,Resident Services,gen-or-revoke-vid-success-summary,kan,TRUE,superadmin,now() +1395,Success summary to get my UIN card,Success summary to get my UIN card,txt,velocity,UIN ಕಾರ್ಡು ಯಶಸ್ವಿಯಾಗಿ ಡೌನ್ಲೋಡ್ ಮಾಡಲಾಯಿತು,10006,Resident Services,get-my-uin-card-success-summary,kan,TRUE,superadmin,now() +1396,Success summary to verify my phone and email,Success summary to verify my phone and email,txt,velocity,ನಿಮ್ಮ $channel ಯಶಸ್ವಿಯಾಗಿ ಪ್ರಮಾಣೀಕರಿಸಲಾಯಿತು,10006,Resident Services,verify-my-phone-email-success-summary,kan,TRUE,superadmin,now() +1397,Receiving OTP mail Subject,Receiving OTP mail Subject,txt,velocity,OTP | $eventDetails,10006,Resident Services,receive-otp-mail-subject,kan,TRUE,superadmin,now() +1398,Receiving OTP Mail Content,Receiving OTP Mail Content,txt,velocity,"ಪ್ರಿಯ $name, ನಿಮ್ಮ ಡೇಟಾವನ್ನು ನವೀಕರಿಸಲು OTP $otp ಅನ್ನು ಬಳಸಿ.",10006,Resident Services,receive-otp-mail-content,kan,TRUE,superadmin,now() +1399,Receive OTP,Receive OTP,txt,velocity,$eventDetails: ನಿಮ್ಮ ಡೇಟಾವನ್ನು ನವೀಕರಿಸಲು OTP $otp ಅನ್ನು ಬಳಸಿ.,10006,Resident Services,receive-otp,kan,TRUE,superadmin,now() +1400,Vid Card Download Positive Purpose,Vid Card Download Positive Purpose,txt,velocity,VID ಕಾರ್ಡು ಡೌನ್ಲೋಡ್ ಮಾಡಲು ಲಭ್ಯವಿದೆ,10006,Resident Services,vid-card-download-positive-purpose,kan,TRUE,superadmin,now() +1401,Vid Card Download Negative Purpose,Vid Card Download Negative Purpose,txt,velocity,VID ಕಾರ್ಡು ಡೌನ್ಲೋಡ್ ಮಾಡಲು ಪ್ರಯತ್ನಿಸಲಾಯಿತು,10006,Resident Services,vid-card-download-negative-purpose,kan,TRUE,superadmin,now() +1402,Vid Card Download Positive Summary,Vid Card Download Positive Summary,txt,velocity,VID ಕಾರ್ಡು ಡೌನ್ಲೋಡ್ ಮಾಡಲು ಲಭ್ಯವಿದೆ,10006,Resident Services,vid-card-download-positive-summary,kan,TRUE,superadmin,now() +1403,Phone,Phone,txt,velocity,ಫೋನ್,10006,Resident Services,mosip.phone.template.property,kan,TRUE,superadmin,now() +1404,Email,Email,txt,velocity,ಇಮೇಲ್,10006,Resident Services,mosip.email.template.property,kan,TRUE,superadmin,now() +1405,Request received email subject to download my VID card,Request received email subject to download my VID card,txt,velocity,ಸ್ವೀಕೃತಿ: $eventDetails | ಈವೆಂಟ್ ಐಡಿ: $eventId | ಸ್ಥಿತಿ: $status,10006,Resident Services,vid-card-download-request-received-email-subject,kan,TRUE,superadmin,now() +1406,Success email subject to download my VID card,Success email subject to download my VID card,txt,velocity,ಸ್ವೀಕೃತಿ: $eventDetails | ಈವೆಂಟ್ ಐಡಿ: $eventId | ಸ್ಥಿತಿ: $status,10006,Resident Services,vid-card-download-success-email-subject,kan,TRUE,superadmin,now() +1407,Failure email subject to download my VID card,Failure email subject to download my VID card,txt,velocity,ಸ್ವೀಕೃತಿ: $eventDetails | ಈವೆಂಟ್ ಐಡಿ: $eventId | ಸ್ಥಿತಿ: $status,10006,Resident Services,vid-card-download-failure-email-subject,kan,TRUE,superadmin,now() +1408,Request received email to download my VID card,Request received email to download my VID card,txt,velocity,"ಪ್ರಿಯ $name, $date ರಂದು $time ಗೆ $eventDetails ನ ನಿಮ್ಮ ಕೋರಿಕೆ ಸ್ವೀಕರಿಸಲಾಯಿತು. ನಿಮ್ಮ ಈವೆಂಟ್ ಐಡಿ #$eventId ಆಗಿದೆ. ಮತ್ತಷ್ಟು ವಿವರಗಳಿಗಾಗಿ ಆಧಿಕಾರಿಕ ವೆಬ್ಸೈಟ್ $trackServiceRequestLink ಗೆ ಲಾಗಿನ್ ಮಾಡಿ. ",10006,Resident Services,vid-card-download-request-received-email-content,kan,TRUE,superadmin,now() +1409,Success email to download my VID card,Success email to download my VID card,txt,velocity,"ಪ್ರಿಯ $name, $date ರಂದು $time ಗೆ $eventDetails ನ ನಿಮ್ಮ ಕೋರಿಕೆ ಯನ್ನು ಯಶಸ್ವಿಯಾಗಿ ಪೂರ್ಣಗೊಳಿಸಲಾಗಿದೆ. ನಿಮ್ಮ ಈವೆಂಟ್ ಐಡಿ #$eventId ಆಗಿದೆ. ಮತ್ತಷ್ಟು ವಿವರಗಳಿಗಾಗಿ ಆಧಿಕಾರಿಕ ವೆಬ್ಸೈಟ್ $trackServiceRequestLink ಗೆ ಲಾಗಿನ್ ಮಾಡಿ. ",10006,Resident Services,vid-card-download-success-email-content,kan,TRUE,superadmin,now() +1437,Token Request Success,Token Request Success,txt,velocity,ಟೋಕನ್ ಕೋರಿಕೆ ಯಶಸ್ಸು,10006,Resident Services,mosip.ida.auth-request.TOKEN-REQUEST.Y.descr,kan,TRUE,superadmin,now() +1439,OTP Request Failed,OTP Request Failed,txt,velocity,OTP ಕೋರಿಕೆ ವಿಫಲ,10006,Resident Services,mosip.ida.auth-request.OTP-REQUEST.N.descr,kan,TRUE,superadmin,now() +1440,OTP Authentication Failed,OTP Authentication Failed,txt,velocity,OTP ಪ್ರಮಾಣಿಕೆ ವಿಫಲ,10006,Resident Services,mosip.ida.auth-request.OTP-AUTH.N.descr,kan,TRUE,superadmin,now() +1410,Failure email to download my VID card,Failure email to download my VID card,txt,velocity,"ಪ್ರಿಯ $name, $date ರಂದು $time ಗೆ ಏನೋ $eventDetails ನ ನಿಮ್ಮ ಕೋರಿಕೆ ವಿಫಲವಾಗಿದೆ. ನಿಮ್ಮ ಈವೆಂಟ್ ಐಡಿ #$eventId ಆಗಿದೆ. ಮತ್ತಷ್ಟು ವಿವರಗಳಿಗಾಗಿ ಆಧಿಕಾರಿಕ ವೆಬ್ಸೈಟ್ $trackServiceRequestLink ಗೆ ಲಾಗಿನ್ ಮಾಡಿ. ",10006,Resident Services,vid-card-download-failure-email-content,kan,TRUE,superadmin,now() +1411,Request received sms to download my VID card,Request received sms to download my VID card,txt,velocity,"ಪ್ರಿಯ $name, $date ರಂದು $time ಗೆ $eventDetails ನ ನಿಮ್ಮ ಕೋರಿಕೆ ಸ್ವೀಕರಿಸಲಾಯಿತು. ನಿಮ್ಮ ಈವೆಂಟ್ ಐಡಿ #$eventId ಆಗಿದೆ. ಮತ್ತಷ್ಟು ವಿವರಗಳಿಗಾಗಿ ಆಧಿಕಾರಿಕ ವೆಬ್ಸೈಟ್ $trackServiceRequestLink ಗೆ ಲಾಗಿನ್ ಮಾಡಿ. ",10006,Resident Services,vid-card-download-request-received_SMS,kan,TRUE,superadmin,now() +1412,Success sms to download my VID card,Success sms to download my VID card,txt,velocity,"ಪ್ರಿಯ $name, $date ರಂದು $time ಗೆ $eventDetails ನ ನಿಮ್ಮ ಕೋರಿಕೆ ಯನ್ನು ಯಶಸ್ವಿಯಾಗಿ ಪೂರ್ಣಗೊಳಿಸಲಾಗಿದೆ. ನಿಮ್ಮ ಈವೆಂಟ್ ಐಡಿ #$eventId ಆಗಿದೆ. ಮತ್ತಷ್ಟು ವಿವರಗಳಿಗಾಗಿ ಆಧಿಕಾರಿಕ ವೆಬ್ಸೈಟ್ $trackServiceRequestLink ಗೆ ಲಾಗಿನ್ ಮಾಡಿ. ",10006,Resident Services,vid-card-download-success_SMS,kan,TRUE,superadmin,now() +1413,Failure sms to download my VID card,Failure sms to download my VID card,txt,velocity,"ಪ್ರಿಯ $name, $date ರಂದು $time ಗೆ ಏನೋ $eventDetails ನ ನಿಮ್ಮ ಕೋರಿಕೆ ವಿಫಲವಾಗಿದೆ. ನಿಮ್ಮ ಈವೆಂಟ್ ಐಡಿ #$eventId ಆಗಿದೆ. ಮತ್ತಷ್ಟು ವಿವರಗಳಿಗಾಗಿ ಆಧಿಕಾರಿಕ ವೆಬ್ಸೈಟ್ $trackServiceRequestLink ಗೆ ಲಾಗಿನ್ ಮಾಡಿ. ",10006,Resident Services,vid-card-download-failure_SMS,kan,TRUE,superadmin,now() +1414,Email otp,Email otp,txt,velocity,ಇಮೇಲ್ OTP,10006,Resident Services,mosip.otp-email.template.property,kan,TRUE,superadmin,now() +1415,Phone otp,Phone otp,txt,velocity,ಫೋನ್ OTP,10006,Resident Services,mosip.otp-phone.template.property,kan,TRUE,superadmin,now() +1416,Demographic,Demographic,txt,velocity,ಜನಸಾಂಖ್ಯಿಕ,10006,Resident Services,mosip.demo.template.property,kan,TRUE,superadmin,now() +1417,Finger bio,Finger bio,txt,velocity,ಬೆರಳ ಗುರುತು,10006,Resident Services,mosip.bio-finger.template.property,kan,TRUE,superadmin,now() +1418,Iris bio,Iris bio,txt,velocity,ಆಯ್ರಿಸ್,10006,Resident Services,mosip.bio-iris.template.property,kan,TRUE,superadmin,now() +1419,Face bio,Face bio,txt,velocity,ಮುಖ,10006,Resident Services,mosip.bio-face.template.property,kan,TRUE,superadmin,now() +1420,Unlocked status,Unlocked status,txt,velocity,ಅನ್ಲಾಕ್ ಮಾಡಲಾಗಿದೆ,10006,Resident Services,mosip.unlocked.template.property,kan,TRUE,superadmin,now() +1421,Locked status,Locked status,txt,velocity,ಲಾಕ್ ಮಾಡಲಾಗಿದೆ,10006,Resident Services,mosip.locked.template.property,kan,TRUE,superadmin,now() +1422,Success event status,Success event status,txt,velocity,ಯಶಸ್ಸು,10006,Resident Services,mosip.event.status.success.template,kan,TRUE,superadmin,now() +1423,Failed event status,Failed event status,txt,velocity,ವಿಫಲ,10006,Resident Services,mosip.event.status.failed.template,kan,TRUE,superadmin,now() +1424,In progress event status,In progress event status,txt,velocity,ಪ್ರಗತಿಯಲ್ಲಿ,10006,Resident Services,mosip.event.status.inprogress.template,kan,TRUE,superadmin,now() +1425,OTP Request Success,OTP Request Success,txt,velocity,OTP ಕೋರಿಕೆ ಯಶಸ್ಸು,10006,Resident Services,mosip.ida.auth-request.OTP-REQUEST.Y.descr,kan,TRUE,superadmin,now() +1426,OTP Authentication Success,OTP Authentication Success,txt,velocity,OTP ಪ್ರಮಾಣಿಕೆ ಯಶಸ್ಸು,10006,Resident Services,mosip.ida.auth-request.OTP-AUTH.Y.descr,kan,TRUE,superadmin,now() +1427,Demo Authentication Success,Demo Authentication Success,txt,velocity,ಡೆಮೋ ಪ್ರಮಾಣಿಕೆ ಯಶಸ್ಸು,10006,Resident Services,mosip.ida.auth-request.DEMO-AUTH.Y.descr,kan,TRUE,superadmin,now() +1428,Finger Authentication Success,Finger Authentication Success,txt,velocity,ಬೆರಳ ಗುರುತು ಪ್ರಮಾಣಿಕೆ ಯಶಸ್ಸು,10006,Resident Services,mosip.ida.auth-request.FINGERPRINT-AUTH.Y.descr,kan,TRUE,superadmin,now() +1429,Iris Authentication Success,Iris Authentication Success,txt,velocity,ಆಯ್ರಿಸ್ ಪ್ರಮಾಣಿಕೆ ಯಶಸ್ಸು,10006,Resident Services,mosip.ida.auth-request.IRIS-AUTH.Y.descr,kan,TRUE,superadmin,now() +1430,Face Authentication Success,Face Authentication Success,txt,velocity,ಮುಖ ಪ್ರಮಾಣಿಕೆ ಯಶಸ್ಸು,10006,Resident Services,mosip.ida.auth-request.FACE-AUTH.Y.descr,kan,TRUE,superadmin,now() +1431,Pin Authentication Success,Pin Authentication Success,txt,velocity,PIN ಪ್ರಮಾಣಿಕೆ ಯಶಸ್ಸು,10006,Resident Services,mosip.ida.auth-request.STATIC-PIN-AUTH.Y.descr,kan,TRUE,superadmin,now() +1432,Static Pin Store Request Success,Static Pin Store Request Success,txt,velocity,ಸ್ಥಿರ PIN ಸಂಗ್ರಹಿಸುವ ಕೋರಿಕೆ ಯಶಸ್ಸು,10006,Resident Services,mosip.ida.auth-request.STATIC-PIN-STORAGE.Y.descr,kan,TRUE,superadmin,now() +1433,EKYC Authentication Request Success,EKYC Authentication Request Success,txt,velocity,EKYC ಪ್ರಮಾಣಿಕೆ ಯಶಸ್ಸು,10006,Resident Services,mosip.ida.auth-request.EKYC-AUTH.Y.descr,kan,TRUE,superadmin,now() +1434,KYC Authentication Request Success,KYC Authentication Request Success,txt,velocity,KYC ಪ್ರಮಾಣಿಕೆ ಯಶಸ್ಸು,10006,Resident Services,mosip.ida.auth-request.KYC-AUTH.Y.descr,kan,TRUE,superadmin,now() +1435,KYC Exchange Request Success,KYC Exchange Request Success,txt,velocity,KYC ವಿನಿಮಯ ಕೋರಿಕೆ ಯಶಸ್ಸು,10006,Resident Services,mosip.ida.auth-request.KYC-EXCHANGE.Y.descr,kan,TRUE,superadmin,now() +1470,PIN,PIN,txt,velocity,PIN,10006,Resident Services,mosip.auth-type-code.PIN,kan,TRUE,superadmin,now() +1441,Demo Authentication Failed,Demo Authentication Failed,txt,velocity,ಡೆಮೋ ಪ್ರಮಾಣಿಕೆ ವಿಫಲ,10006,Resident Services,mosip.ida.auth-request.DEMO-AUTH.N.descr,kan,TRUE,superadmin,now() +1442,Finger Authentication Failed,Finger Authentication Failed,txt,velocity,ಬೆರಳ ಗುರುತು ಪ್ರಮಾಣಿಕೆ ವಿಫಲ,10006,Resident Services,mosip.ida.auth-request.FINGERPRINT-AUTH.N.descr,kan,TRUE,superadmin,now() +1443,Iris Authentication Failed,Iris Authentication Failed,txt,velocity,ಆಯ್ರಿಸ್ ಪ್ರಮಾಣಿಕೆ ವಿಫಲ,10006,Resident Services,mosip.ida.auth-request.IRIS-AUTH.N.descr,kan,TRUE,superadmin,now() +1444,Face Authentication Failed,Face Authentication Failed,txt,velocity,ಮುಖ ಪ್ರಮಾಣಿಕೆ ವಿಫಲ,10006,Resident Services,mosip.ida.auth-request.FACE-AUTH.N.descr,kan,TRUE,superadmin,now() +1445,Pin Authentication Failed,Pin Authentication Failed,txt,velocity,PIN ಪ್ರಮಾಣಿಕೆ ವಿಫಲ,10006,Resident Services,mosip.ida.auth-request.STATIC-PIN-AUTH.N.descr,kan,TRUE,superadmin,now() +1446,Static Pin Store Request Failed,Static Pin Store Request Failed,txt,velocity,ಸ್ಥಿರ PIN ಸಂಗ್ರಹಣ ಕೋರಿಕೆ ವಿಫಲ,10006,Resident Services,mosip.ida.auth-request.STATIC-PIN-STORAGE.N.descr,kan,TRUE,superadmin,now() +1447,EKYC Authentication Request Failed,EKYC Authentication Request Failed,txt,velocity,EKYC ಪ್ರಮಾಣಿಕೆ ವಿಫಲ,10006,Resident Services,mosip.ida.auth-request.EKYC-AUTH.N.descr,kan,TRUE,superadmin,now() +1448,KYC Authentication Request Failed,KYC Authentication Request Failed,txt,velocity,KYC ಪ್ರಮಾಣಿಕೆ ವಿಫಲ,10006,Resident Services,mosip.ida.auth-request.KYC-AUTH.N.descr,kan,TRUE,superadmin,now() +1449,KYC Exchange Request Failed,KYC Exchange Request Failed,txt,velocity,KYC ವಿನಿಮಯ ಕೋರಿಕೆ ವಿಫಲ,10006,Resident Services,mosip.ida.auth-request.KYC-EXCHANGE.N.descr,kan,TRUE,superadmin,now() +1450,Identity Key Binding Request Failed,Identity Key Binding Request Failed,txt,velocity,ಗುರುತಿನ ಕೀ ಬೈಂಡಿಂಗ್ ಕೋರಿಕೆ ವಿಫಲ,10006,Resident Services,mosip.ida.auth-request.IDENTITY-KEY-BINDING.N.descr,kan,TRUE,superadmin,now() +1451,Token Request Failed,Token Request Failed,txt,velocity,ಟೋಕನ್ ಕೋರಿಕೆ ವಿಫಲ,10006,Resident Services,mosip.ida.auth-request.TOKEN-REQUEST.N.descr,kan,TRUE,superadmin,now() +1452,Token based Authentication Failed,Token based Authentication Failed,txt,velocity,ಟೋಕನ್ ಆಧಾರಿತ ಪ್ರಮಾಣಿಕೆ ವಿಫಲ,10006,Resident Services,mosip.ida.auth-request.TOKEN-AUTH.N.descr,kan,TRUE,superadmin,now() +1453,Unknown Request/Authentication Success,Unknown Request/Authentication Success,txt,velocity,ಗೊತ್ತಾಗದ ಅನುರೋಧ/ಪ್ರಮಾಣೀಕರಣ ಯಶಸ್ವಿ,10006,Resident Services,mosip.ida.auth-request.UNKNOWN.Y.descr,kan,TRUE,superadmin,now() +1454,Unknown Request/Authentication Failed,Unknown Request/Authentication Failed,txt,velocity,ಗೊತ್ತಾಗದ ಅನುರೋಧ/ಪ್ರಮಾಣೀಕರಣ ವಿಫಲ,10006,Resident Services,mosip.ida.auth-request.UNKNOWN.N.descr,kan,TRUE,superadmin,now() +1455,OTP Request,OTP Request,txt,velocity,OTP-ಅನುರೋಧ,10006,Resident Services,mosip.auth-type-code.OTP-REQUEST,kan,TRUE,superadmin,now() +1456,OTP Authentication,OTP Authentication,txt,velocity,OTP-ಪ್ರಮಾಣೀಕರಣ,10006,Resident Services,mosip.auth-type-code.OTP-AUTH,kan,TRUE,superadmin,now() +1457,Demo Authentication,Demo Authentication,txt,velocity,ಡೆಮೋ-ಪ್ರಮಾಣೀಕರಣ,10006,Resident Services,mosip.auth-type-code.DEMO-AUTH,kan,TRUE,superadmin,now() +1458,Finger Authentication,Finger Authentication,txt,velocity,ಬೆರಳ ಪ್ರಮಾಣೀಕರಣ,10006,Resident Services,mosip.auth-type-code.FINGERPRINT-AUTH,kan,TRUE,superadmin,now() +1459,Iris Authentication,Iris Authentication,txt,velocity,ಕಣ್ಣು ಪ್ರಮಾಣೀಕರಣ,10006,Resident Services,mosip.auth-type-code.IRIS-AUTH,kan,TRUE,superadmin,now() +1460,Face Authentication,Face Authentication,txt,velocity,ಮುಖ ಪ್ರಮಾಣೀಕರಣ,10006,Resident Services,mosip.auth-type-code.FACE-AUTH,kan,TRUE,superadmin,now() +1461,Pin Authentication,Pin Authentication,txt,velocity,ಸ್ಥಿರ ಪಿನ್-ಪ್ರಮಾಣೀಕರಣ,10006,Resident Services,mosip.auth-type-code.STATIC-PIN-AUTH,kan,TRUE,superadmin,now() +1462,Static Pin Store Request,Static Pin Store Request,txt,velocity,ಸ್ಥಿರ ಪಿನ್-ಸಂಗ್ರಹಣ,10006,Resident Services,mosip.auth-type-code.STATIC-PIN-STORAGE,kan,TRUE,superadmin,now() +1463,EKYC Authentication Request,EKYC Authentication Request,txt,velocity,EKYC-ಪ್ರಮಾಣೀಕರಣ,10006,Resident Services,mosip.auth-type-code.EKYC-AUTH,kan,TRUE,superadmin,now() +1464,KYC Authentication Request,KYC Authentication Request,txt,velocity,KYC-ಪ್ರಮಾಣೀಕರಣ,10006,Resident Services,mosip.auth-type-code.KYC-AUTH,kan,TRUE,superadmin,now() +1465,KYC Exchange Request,KYC Exchange Request,txt,velocity,KYC-ವಿನಿಮಯ,10006,Resident Services,mosip.auth-type-code.KYC-EXCHANGE,kan,TRUE,superadmin,now() +1466,Identity Key Binding Request,Identity Key Binding Request,txt,velocity,ಗುರುತಿನ ಕೀ-ಬೈಂಡಿಂಗ್,10006,Resident Services,mosip.auth-type-code.IDENTITY-KEY-BINDING,kan,TRUE,superadmin,now() +1467,Token Request,Token Request,txt,velocity,ಟೋಕನ್-ಅನುರೋಧ,10006,Resident Services,mosip.auth-type-code.TOKEN-REQUEST,kan,TRUE,superadmin,now() +1468,Token based Authentication,Token based Authentication,txt,velocity,ಟೋಕನ್-ಪ್ರಮಾಣೀಕರಣ,10006,Resident Services,mosip.auth-type-code.TOKEN-AUTH,kan,TRUE,superadmin,now() +1469,PWD,PWD,txt,velocity,PWD,10006,Resident Services,mosip.auth-type-code.PWD,kan,TRUE,superadmin,now() +1475,Authentication Request event type,Authentication Request event type,txt,velocity,ಪ್ರಮಾಣಿಕೆ ಕೋರಿಕೆ,10006,Resident Services,mosip.event.type.AUTHENTICATION_REQUEST,kan,TRUE,superadmin,now() +1476,Share Credential With Partner event type,Share Credential With Partner event type,txt,velocity,ಭಾಗಿತ ಪಙ್ಕಾಯಿತ ಭಾಗಿತ,10006,Resident Services,mosip.event.type.SHARE_CRED_WITH_PARTNER,kan,TRUE,superadmin,now() +1460,Face Authentication,Face Authentication,txt,velocity,Autenticación Facial,10006,Resident Services,mosip.auth-type-code.FACE-AUTH,spa,TRUE,superadmin,now() +1477,Download Personalized Card event type,Download Personalized Card event type,txt,velocity,ವೈಯಕ್ತಿಕವಾಗಿ ರೂಪಿಸಲಾದ ಕಾರ್ಡು ಡೌನ್ಲೋಡ್ ಮಾಡಿ,10006,Resident Services,mosip.event.type.DOWNLOAD_PERSONALIZED_CARD,kan,TRUE,superadmin,now() +1478,Order a Physical Card event type,Order a Physical Card event type,txt,velocity,ನಾಮಗೆ ನಮ್ಮ ಕಾರ್ಡು ಆದಾಯ ಮಾಡಿ,10006,Resident Services,mosip.event.type.ORDER_PHYSICAL_CARD,kan,TRUE,superadmin,now() +1479,Get UIN Card event type,Get UIN Card event type,txt,velocity,UIN ಕಾರ್ಡು ಗೆಲ್ಲಿ,10006,Resident Services,mosip.event.type.GET_MY_ID,kan,TRUE,superadmin,now() +1480,Update UIN Data event type,Update UIN Data event type,txt,velocity,UIN ಮಾಹಿತಿಯನ್ನು ನವೀಕರಿಸಿ,10006,Resident Services,mosip.event.type.UPDATE_MY_UIN,kan,TRUE,superadmin,now() +1481,Generate VID event type,Generate VID event type,txt,velocity,VID ಸೃಷ್ಟಿಸಿ,10006,Resident Services,mosip.event.type.GENERATE_VID,kan,TRUE,superadmin,now() +1482,Revoke VID event type,Revoke VID event type,txt,velocity,VID ರದ್ದುಗೊಳಿಸಿ,10006,Resident Services,mosip.event.type.REVOKE_VID,kan,TRUE,superadmin,now() +1483,Secure My ID event type,Secure My ID event type,txt,velocity,ನನ್ನ ಐಡಿ ಸುರಕ್ಷಿತಗೊಳಿಸಿ,10006,Resident Services,mosip.event.type.AUTH_TYPE_LOCK_UNLOCK,kan,TRUE,superadmin,now() +1484,Download VID Card event type,Download VID Card event type,txt,velocity,VID ಕಾರ್ಡು ಡೌನ್ಲೋಡ್ ಮಾಡಿ,10006,Resident Services,mosip.event.type.VID_CARD_DOWNLOAD,kan,TRUE,superadmin,now() +1485,Send OTP event type,Send OTP event type,txt,velocity,OTP ಕಳುಹಿಸಿ,10006,Resident Services,mosip.event.type.SEND_OTP,kan,TRUE,superadmin,now() +1486,Verify My Phone/Email event type,Verify My Phone/Email event type,txt,velocity,ನನ್ನ ಫೋನ್/ಇಮೇಲ್ ಪರಿಶೀಲಿಸಿ,10006,Resident Services,mosip.event.type.VALIDATE_OTP,kan,TRUE,superadmin,now() +1487,Default event type,Default event type,txt,velocity,ಡಿಫಾಲ್ಟ್,10006,Resident Services,mosip.event.type.DEFAULT,kan,TRUE,superadmin,now() +1420,Unlocked status,Unlocked status,txt,velocity,திறந்தது,10006,Resident Services,mosip.unlocked.template.property,tam,TRUE,superadmin,now() +1488,Authentication Request service type,Authentication Request service type,txt,velocity,ಪ್ರಮಾಣಿಕೆ ಕೋರಿಕೆ,10006,Resident Services,mosip.service.type.AUTHENTICATION_REQUEST,kan,TRUE,superadmin,now() +1489,Service Request service type,Service Request service type,txt,velocity,ಸೇವೆ ಕೋರಿಕೆ,10006,Resident Services,mosip.service.type.SERVICE_REQUEST,kan,TRUE,superadmin,now() +1490,Data Update Request service type,Data Update Request service type,txt,velocity,ಡೇಟಾ ಅಪ್ಡೇಟ್ ಕೋರಿಕೆ,10006,Resident Services,mosip.service.type.DATA_UPDATE_REQUEST,kan,TRUE,superadmin,now() +1491,ID Management Request service type,ID Management Request service type,txt,velocity,ಐಡಿ ನಿರ್ವಹಣಾ ಕೋರಿಕೆ,10006,Resident Services,mosip.service.type.ID_MANAGEMENT_REQUEST,kan,TRUE,superadmin,now() +1492,Data Share Request service type,Data Share Request service type,txt,velocity,ಡೇಟಾ ಹಂಚಿಕೊಳ್ಳುವ ಕೋರಿಕೆ,10006,Resident Services,mosip.service.type.DATA_SHARE_REQUEST,kan,TRUE,superadmin,now() +1493,Async service type,Async service type,txt,velocity,ಆಸಿಂಕ್,10006,Resident Services,mosip.service.type.ASYNC,kan,TRUE,superadmin,now() +1494,All attribute,All attribute,txt,velocity,ಎಲ್ಲಾ,10006,Resident Services,mosip.template.ALL,kan,TRUE,superadmin,now() +1495,Acknowledgement for share credential with a partner,Acknowledgement for share credential with a partner,html,velocity," + + + +
+
+
+",10006,Resident Services,acknowledgement-share-cred-with-partner,kan,TRUE,superadmin,now()
+1496,List of supporting documents,List of supporting documents,html,velocity,"
+
+
+
+
+
+
+
+
+
+
+ ನಿಮ್ಮ ಈವೆಂಟ್ ಸ್ಥಿತಿಯನ್ನು ನೋಡಲು, ಹಿಂತಿರುಗಿ ಈವೆಂಟ್ ಸಾರಾಂಶ. ++
+
+
+
+
+ ",10006,Resident Services,supporting-docs-list,kan,TRUE,superadmin,now()
+1310,Request received email to order a physical card,Request received email to order a physical card,txt,velocity,"பிரிய $name, ಬೆಂಬಲಿಕೆ ದಾಖಲೆಗಳು + +
+
+ + +
+ + +
$eventDetails செய்ய கோரிக்கை உங்கள் $date அன்று $time முடிந்தது. உங்கள் நிகழ்ச்சி ஐடி #$eventId ஆகும். மேலதிக விவரங்களுக்கு அதிகாரிக வலைத்தளத்தில் உள்நுழைக. ",10006,Resident Services,order-a-physical-card-request-received-email-content,tam,TRUE,superadmin,now() +1380,Negative purpose to lock/unlock various authentication types,Negative purpose to lock/unlock various authentication types,txt,velocity,அங்கீகாரம் வகைகளை அல்லது மூடு/அனலாக் செய்ய ஒரு முயற்சி செய்யப்பட்டுள்ளது,10006,Resident Services,lock-unlock-auth-negative-purpose,tam,TRUE,superadmin,now() +1497,Acknowledgement for manage my vid,Acknowledgement for manage my vid,html,velocity," + + + +
+
+
+
+",10006,Resident Services,acknowledgement-manage-my-vid,kan,TRUE,superadmin,now()
+1498,Acknowledgement for order a physical card,Acknowledgement for order a physical card,html,velocity,"
+
+
+
+
+
+ ನಿಮ್ಮ ಈವೆಂಟ್ ಸ್ಥಿತಿಯನ್ನು ವೀಕ್ಷಿಸಲು ಈವೆಂಟ್ ಸಂಕ್ಷೇಪ. ++
+
+
+
+",10006,Resident Services,acknowledgement-order-a-physical-card,kan,TRUE,superadmin,now()
+1304,Request received email to customize and download my card,Request received email to customize and download my card,txt,velocity,"பிரிய $name,
+
+
+
+
+
+
+ + ++ ನಿಮ್ಮ ಈವೆಂಟ್ ಸ್ಥಿತಿಯನ್ನು ನೋಡಲು ಹೋಗುವ ಮುಂದೆ + + ಈವೆಂಟ್ ಸಾರಾಂಶ + + . + ++ + +$eventDetails செய்ய கோரிக்கை உங்கள் $date அன்று $time முடிந்தது. உங்கள் நிகழ்ச்சி ஐடி #$eventId ஆகும். மேலதிக விவரங்களுக்கு அதிகாரிக வலைத்தளத்தில் உள்நுழைக. ",10006,Resident Services,cust-and-down-my-card-request-received-email-content,tam,TRUE,superadmin,now() +1395,Success summary to get my UIN card,Success summary to get my UIN card,txt,velocity,UIN அடையாள அட்டை பதிவிறக்கப்பட்டுள்ளது,10006,Resident Services,get-my-uin-card-success-summary,tam,TRUE,superadmin,now() +1499,Acknowledgement for Download a personalized card,Acknowledgement for Download a personalized card,html,velocity," + + +
+
+
+
+",10006,Resident Services,acknowledgement-download-a-personalized-card,kan,TRUE,superadmin,now()
+1500,Acknowledgement for Update demographic data,Acknowledgement for Update demographic data,html,velocity,"
+
+
+
+
+
+
+
+
+
+
+
+
+ + ++ ನಿಮ್ಮ ಘಟನೆಯ ಸ್ಥಿತಿಯನ್ನು ನೋಡಲು, ಮತ್ತೆ ಹಿಂತಿರುಗಿ + + ಘಟನೆ ಸಾರಾಂಶ + + . + ++ + +
+
+
+
+
+
+
+",10006,Resident Services,acknowledgement-update-demographic-data,kan,TRUE,superadmin,now()
+1376,Negative purpose to order a physical card,Negative purpose to order a physical card,txt,velocity,உண்மையில் அடையாள அட்டை வாங்க ஒரு முயற்சி செய்யப்பட்டுள்ளது,10006,Resident Services,order-a-physical-card-negative purpose,tam,TRUE,superadmin,now()
+1422,Success event status,Success event status,txt,velocity,Éxito,10006,Resident Services,mosip.event.status.success.template,spa,TRUE,superadmin,now()
+1501,Acknowledgement for verify email id or phone number,Acknowledgement for verify email id or phone number,html,velocity,"
+
+
+
+
+
+
+
+
+ + ನಿಮ್ಮ ಈವೆಂಟ್ ಸ್ಥಿತಿಯನ್ನು ನೋಡಲು, ಹಿಂತಿರುಗಿ ಈವೆಂಟ್ ಸಂಗ್ರಹ. + ++ +
+
+
+
+",10006,Resident Services,acknowledgement-verify-email-id-or-phone-number,kan,TRUE,superadmin,now()
+1502,Acknowledgement for Secure my Id,Acknowledgement for Secure my Id,html,velocity,"
+
+
+
+
+
+
+ ನಿಮ್ಮ ಈವೆಂಟ್ ಸ್ಥಿತಿಯನ್ನು ವೀಕ್ಷಿಸಲು, ಇಲ್ಲಿಗೆ ಹಿಂತಿರುಗಿಈವೆಂಟ್ ಸಂಕ್ಷಿಪ್ತಿ. ++
+
+
+
+",10006,Resident Services,acknowledgement-secure-my-id,kan,TRUE,superadmin,now()
+1503,List of registration centers,List of registration centers,html,velocity,"
+
+
+
+
+
+
+
+ ನಿಮ್ಮ ಈವೆಂಟ್ ಸ್ಥಿತಿಯನ್ನು ವೀಕ್ಷಿಸಲು, ಈವೆಂಟ್ ಸಂಕ್ಷಿಪ್ತವರಿಗೆ ಹಿಂತಿರುಗಿ ಹೋಗಿ ಈವೆಂಟ್ ಸಂಕ್ಷಿಪ್ತ. ++
+ + ನೋಂದಣಿ + ಕೇಂದ್ರಗಳು + + ++ +
+ + +",10006,Resident Services,registration-centers-list,kan,TRUE,superadmin,now() +1504,Acknwoldegement service history type,Acknwoldegement service history type,html,velocity," + + +
+
+ + +",10006,Resident Services,service-history-type,kan,TRUE,superadmin,now() +1505,Acknowledgment Authentication Request,Acknowledgment Authentication Request,html,velocity," + + + + + + + +
+
+
+
+
+
+
+",10006,Resident Services,acknowledgment-authentication-request,kan,TRUE,superadmin,now()
+1377,Positive purpose to share my credential with a partner,Positive purpose to share my credential with a partner,txt,velocity,தரவு ஒரு கூட்டாளியுடன் பகிரப்பட்டது,10006,Resident Services,share-cred-with-partner-positive-purpose,tam,TRUE,superadmin,now()
+1423,Failed event status,Failed event status,txt,velocity,Fallido,10006,Resident Services,mosip.event.status.failed.template,spa,TRUE,superadmin,now()
+1506,Acknowledment Get My Id,Acknowledment Get My Id,html,velocity,"
+
+
+
+
+
+
+
+
+ + ನಿಮ್ಮ ಈವೆಂಟ್ ಸ್ಥಿತಿಯನ್ನು ವೀಕ್ಷಿಸಲು, ಲಿಂಕ್ ಗೆ ಹಿಂತಿರುಗಲು ಈವೆಂಟ್ ಸಂಕ್ಷೇಪ. + ++ +
+
+
+
+",10006,Resident Services,acknowledgment-get-my-id,kan,TRUE,superadmin,now()
+1507,Acknowledgment vid card download,Acknowledgment vid card download,html,velocity,"
+
+
+
+
+
+
+
+
+
+
+ ನಿಮ್ಮ ಈವೆಂಟ್ ಸ್ಥಿತಿಯನ್ನು ವೀಕ್ಷಿಸಲು, ಈವೆಂಟ್ ಸಂಗ್ರಹದವರೆಗೆ + ಹಿಂತಿರುಗಿ ಈವೆಂಟ್ ಸಂಗ್ರಹದ ಸಾರಾಂಶ. ++
+
+
+
+
+
+
+",10006,Resident Services,acknowledgment-vid-card-download,kan,TRUE,superadmin,now()
+1508,Vid Card Type,Vid Card Type,html,velocity,"
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ + ನಿಮ್ಮ ಈವೆಂಟ್ ಸ್ಥಿತಿಯನ್ನು ವೀಕ್ಷಿಸಲು, ಈವೆಂಟ್ ಸಂಗ್ರಹಣಕ್ಕೆ ಹಿಂತಿರುಗಿ ಈವೆಂಟ್ ಸಂಗ್ರಹಣ. + ++ +
+
+
+
+
+
+ ",10006,Resident Services,vid-card-type,kan,TRUE,superadmin,now()
+1301,Request received email subject to customize and download my card,Request received email subject to customize and download my card,txt,velocity,உறுதிசெய்தி: $eventDetails | நிகழ்ச்சி ஐடி: $eventId | நிலை: $status,10006,Resident Services,cust-and-down-my-card-request-received-email-subject,tam,TRUE,superadmin,now()
+1302,Success email subject to customize and download my card,Success email subject to customize and download my card,txt,velocity,உறுதிசெய்தி: $eventDetails | நிகழ்ச்சி ஐடி: $eventId | நிலை: $status,10006,Resident Services,cust-and-down-my-card-success-email-subject,tam,TRUE,superadmin,now()
+1303,Failure email subject to customize and download my card,Failure email subject to customize and download my card,txt,velocity,உறுதிசெய்தி: $eventDetails | நிகழ்ச்சி ஐடி: $eventId | நிலை: $status,10006,Resident Services,cust-and-down-my-card-failure-email-subject,tam,TRUE,superadmin,now()
+1333,Failure email subject to generate or revoke VID,Failure email subject to generate or revoke VID,txt,velocity,உறுதிசெய்தி: $eventDetails | நிகழ்ச்சி ஐடி: $eventId | நிலை: $status,10006,Resident Services,gen-or-revoke-vid-failure-email-subject,tam,TRUE,superadmin,now()
+1416,Demographic,Demographic,txt,velocity,ஜனவாக்கிய,10006,Resident Services,mosip.demo.template.property,tam,TRUE,superadmin,now()
+1305,Success email to customize and download my card,Success email to customize and download my card,txt,velocity,"பிரிய $name,
DOB: $dateOfBirth + +VID: $vid + +VID ಪ್ರಕಾರ: $vidType + +ರಚಿಸಲಾಗಿದೆ: $genratedOnTimestamp + +ಮುಗಿಯುತ್ತದೆ: $expiryTimestamp + +ಉಳಿದ ವ್ಯವಹಾರಗಳು: $transactionsLeftCount + +$eventDetails செய்திக்கு உங்கள் கோரிக்கை $date அன்று $time முடிந்தது. உங்கள் நிகழ்ச்சி ஐடி #$eventId ஆகும். மேலதிக விவரங்களுக்கு அதிகாரிக வலைத்தளத்தில் உள்நுழைக. ",10006,Resident Services,cust-and-down-my-card-success-email-content,tam,TRUE,superadmin,now() +1306,Failure email to customize and download my card,Failure email to customize and download my card,txt,velocity,"பிரிய $name, $eventDetails செய்திக்கு உங்கள் கோரிக்கை $date அன்று $time முடிந்தது. உங்கள் நிகழ்ச்சி ஐடி #$eventId ஆகும். மேலதிக விவரங்களுக்கு அதிகாரிக வலைத்தளத்தில் உள்நுழைக. ",10006,Resident Services,cust-and-down-my-card-failure-email-content,tam,TRUE,superadmin,now() +1307,Request received email subject to order a physical card,Request received email subject to order a physical card,txt,velocity,உறுதிசெய்தி: $eventDetails | நிகழ்ச்சி ஐடி: $eventId | நிலை: $status,10006,Resident Services,order-a-physical-card-request-received-email-subject,tam,TRUE,superadmin,now() +1308,Success email subject to order a physical card,Success email subject to order a physical card,txt,velocity,உறுதிசெய்தி: $eventDetails | நிகழ்ச்சி ஐடி: $eventId | நிலை: $status,10006,Resident Services,order-a-physical-card-success-email-subject,tam,TRUE,superadmin,now() +1309,Failure email subject to order a physical card,Failure email subject to order a physical card,txt,velocity,உறுதிசெய்தி: $eventDetails | நிகழ்ச்சி ஐடி: $eventId | நிலை: $status,10006,Resident Services,order-a-physical-card-failure-email-subject,tam,TRUE,superadmin,now() +1378,Negative purpose to share my credential with a partner,Negative purpose to share my credential with a partner,txt,velocity,தரவு ஒரு கூட்டாளியுடன் பகிர ஒரு முயற்சி செய்யப்பட்டுள்ளது,10006,Resident Services,share-cred-with-partner-negative-purpose,tam,TRUE,superadmin,now() +1311,Success email to order a physical card,Success email to order a physical card,txt,velocity,"பிரியா $name, +உங்கள் $eventDetails க்கான கோரிக்கை $date அன்று $time க்கு வெற்றிகரமாக முடிந்துவிட்டது. +உங்கள் இவெண்ட் ஐடி #$eventId ஆகும். +மேலும் விவரங்களுக்கு ஆதிகாரிக வலைத்தளம் $trackServiceRequestLink க்கு உள்ளிடுங்கள். +நீங்கள் இணைப்பைப் பயன்படுத்தி பரிவர்த்தன ஐடி $transactionID ஐ ட்ரேக் செய்யலாம்: $trackingLink",10006,Resident Services,order-a-physical-card-success-email-content,tam,TRUE,superadmin,now() +1312,Failure email to order a physical card,Failure email to order a physical card,txt,velocity,"பிரிய $name, $eventDetails செய்திக்கு உங்கள் கோரிக்கை $date அன்று $time முடிந்தது. உங்கள் நிகழ்ச்சி ஐடி #$eventId ஆகும். மேலதிக விவரங்களுக்கு அதிகாரிக வலைத்தளத்தில் உள்நுழைக. ",10006,Resident Services,order-a-physical-card-failure-email-content,tam,TRUE,superadmin,now() +1313,Request received email subject to share my credential with a partner,Request received email subject to share my credential with a partner,txt,velocity,உறுதிசெய்தி: $eventDetails | நிகழ்ச்சி ஐடி: $eventId | நிலை: $status,10006,Resident Services,share-cred-with-partner-request-received-email-subject,tam,TRUE,superadmin,now() +1314,Success email subject to share my credential with a partner,Success email subject to share my credential with a partner,txt,velocity,உறுதிசெய்தி: $eventDetails | நிகழ்ச்சி ஐடி: $eventId | நிலை: $status,10006,Resident Services,share-cred-with-partner-success-email-subject,tam,TRUE,superadmin,now() +1315,Failure email subject to share my credential with a partner,Failure email subject to share my credential with a partner,txt,velocity,உறுதிசெய்தி: $eventDetails | நிகழ்ச்சி ஐடி: $eventId | நிலை: $status,10006,Resident Services,share-cred-with-partner-failure-email-subject,tam,TRUE,superadmin,now() +1316,Request received email to share my credential with a partner,Request received email to share my credential with a partner,txt,velocity,"பிரியா $name, உங்கள் $eventDetails ($partner) க்கான கோரிக்கை $date அன்று $time க்கு பரவப்பட்டுள்ளது. உங்கள் இவெண்ட் ஐடி #$eventId ஆகும். மேலும் விவரங்களுக்கு $trackServiceRequestLink அதிசயக் கோட்டில் உள்ளிடவும். ",10006,Resident Services,share-cred-with-partner-request-received-email-content,tam,TRUE,superadmin,now() +1317,Success email to share my credential with a partner,Success email to share my credential with a partner,txt,velocity,"பிரியா $name, உங்கள் $eventDetails ($partner) க்கான கோரிக்கை $date அன்று $time க்கு வெற்றிகரமாக முடிந்துவிட்டது. உங்கள் இவெண்ட் ஐடி #$eventId ஆகும். மேலும் விவரங்களுக்கு $trackServiceRequestLink அதிசயக் கோட்டில் உள்ளிடவும். ",10006,Resident Services,share-cred-with-partner-success-email-content,tam,TRUE,superadmin,now() +1391,Success summary to share my credential with a partner,Success summary to share my credential with a partner,txt,velocity,உங்கள் தரவு வெற்றிகரமாக பகிரப்பட்டுள்ளது,10006,Resident Services,share-cred-with-partner-success-summary,tam,TRUE,superadmin,now() +1318,Failure email to share my credential with a partner,Failure email to share my credential with a partner,txt,velocity,"பிரியா $name, உங்கள் $eventDetails ($partner) க்கான கோரிக்கை $date அன்று $time க்கு உயர்ந்தது, ஆனால் அது தோல்வியடைந்துள்ளது. உங்கள் இவெண்ட் ஐடி #$eventId ஆகும். மேலும் விவரங்களுக்கு $trackServiceRequestLink அதிசயக் கோட்டில் உள்ளிடவும். ",10006,Resident Services,share-cred-with-partner-failure-email-content,tam,TRUE,superadmin,now() +1319,Request received email subject to lock/unlock authentication,Request received email subject to lock/unlock authentication,txt,velocity,உறுதிசெய்தி: $eventDetails | நிகழ்ச்சி ஐடி: $eventId | நிலை: $status,10006,Resident Services,lock-unlock-auth-request-received-email-subject,tam,TRUE,superadmin,now() +1320,Success email subject to lock/unlock authentication,Success email subject to lock/unlock authentication,txt,velocity,உறுதிசெய்தி: $eventDetails | நிகழ்ச்சி ஐடி: $eventId | நிலை: $status,10006,Resident Services,lock-unlock-auth-success-email-subject,tam,TRUE,superadmin,now() +1321,Failure email subject to lock/unlock authentication,Failure email subject to lock/unlock authentication,txt,velocity,உறுதிசெய்தி: $eventDetails | நிகழ்ச்சி ஐடி: $eventId | நிலை: $status,10006,Resident Services,lock-unlock-auth-failure-email-subject,tam,TRUE,superadmin,now() +1322,Request received email to lock/unlock authentication,Request received email to lock/unlock authentication,txt,velocity,"பிரிய $name, $eventDetails செய்ய கோரிக்கை உங்கள் $date அன்று $time முடிந்தது. உங்கள் நிகழ்ச்சி ஐடி #$eventId ஆகும். மேலதிக விவரங்களுக்கு அதிகாரிக வலைத்தளத்தில் உள்நுழைக. ",10006,Resident Services,lock-unlock-auth-request-received-email-content,tam,TRUE,superadmin,now() +1323,Success email to lock/unlock authentication,Success email to lock/unlock authentication,txt,velocity,"பிரிய $name, $eventDetails செய்திக்கு உங்கள் கோரிக்கை $date அன்று $time முடிந்தது. உங்கள் நிகழ்ச்சி ஐடி #$eventId ஆகும். மேலதிக விவரங்களுக்கு அதிகாரிக வலைத்தளத்தில் உள்நுழைக. ",10006,Resident Services,lock-unlock-auth-success-email-content,tam,TRUE,superadmin,now() +1324,Failure email to lock/unlock authentication,Failure email to lock/unlock authentication,txt,velocity,"பிரிய $name, $eventDetails செய்திக்கு உங்கள் கோரிக்கை $date அன்று $time முடிந்தது. உங்கள் நிகழ்ச்சி ஐடி #$eventId ஆகும். மேலதிக விவரங்களுக்கு அதிகாரிக வலைத்தளத்தில் உள்நுழைக. ",10006,Resident Services,lock-unlock-auth-failure-email-content,tam,TRUE,superadmin,now() +1325,Request received email subject to self update demographic data,Request received email subject to self update demographic data,txt,velocity,உறுதிசெய்தி: $eventDetails | நிகழ்ச்சி ஐடி: $eventId | நிலை: $status,10006,Resident Services,update-demo-data-request-received-email-subject,tam,TRUE,superadmin,now() +1326,Success email subject to self update demographic data,Success email subject to self update demographic data,txt,velocity,உறுதிசெய்தி: $eventDetails | நிகழ்ச்சி ஐடி: $eventId | நிலை: $status,10006,Resident Services,update-demo-data-success-email-subject,tam,TRUE,superadmin,now() +1327,Failure email subject to self update demographic data,Failure email subject to self update demographic data,txt,velocity,உறுதிசெய்தி: $eventDetails | நிகழ்ச்சி ஐடி: $eventId | நிலை: $status,10006,Resident Services,update-demo-data-failure-email-subject,tam,TRUE,superadmin,now() +1328,Request received email to self update demographic data,Request received email to self update demographic data,txt,velocity,"பிரிய $name, $eventDetails செய்ய கோரிக்கை உங்கள் $date அன்று $time முடிந்தது. உங்கள் நிகழ்ச்சி ஐடி #$eventId ஆகும். மேலதிக விவரங்களுக்கு அதிகாரிக வலைத்தளத்தில் உள்நுழைக. ",10006,Resident Services,update-demo-data-request-received-email-content,tam,TRUE,superadmin,now() +1329,Success email to self update demographic data,Success email to self update demographic data,txt,velocity,"பிரிய $name, $eventDetails செய்திக்கு உங்கள் கோரிக்கை $date அன்று $time முடிந்தது. உங்கள் நிகழ்ச்சி ஐடி #$eventId ஆகும். மேலதிக விவரங்களுக்கு அதிகாரிக வலைத்தளத்தில் உள்நுழைக. ",10006,Resident Services,update-demo-data-success-email-content,tam,TRUE,superadmin,now() +1330,Failure email to self update demographic data,Failure email to self update demographic data,txt,velocity,"பிரிய $name, $eventDetails செய்திக்கு உங்கள் கோரிக்கை $date அன்று $time முடிந்தது. உங்கள் நிகழ்ச்சி ஐடி #$eventId ஆகும். மேலதிக விவரங்களுக்கு அதிகாரிக வலைத்தளத்தில் உள்நுழைக. ",10006,Resident Services,update-demo-data-failure-email-content,tam,TRUE,superadmin,now() +1331,Request received email subject to generate or revoke VID,Request received email subject to generate or revoke VID,txt,velocity,உறுதிசெய்தி: $eventDetails | நிகழ்ச்சி ஐடி: $eventId | நிலை: $status,10006,Resident Services,gen-or-revoke-vid-request-received-email-subject,tam,TRUE,superadmin,now() +1332,Success email subject to generate or revoke VID,Success email subject to generate or revoke VID,txt,velocity,உறுதிசெய்தி: $eventDetails | நிகழ்ச்சி ஐடி: $eventId | நிலை: $status,10006,Resident Services,gen-or-revoke-vid-success-email-subject,tam,TRUE,superadmin,now() +1334,Request received email to generate or revoke VID,Request received email to generate or revoke VID,txt,velocity,"பிரிய $name, $eventDetails செய்ய கோரிக்கை உங்கள் $date அன்று $time முடிந்தது. உங்கள் நிகழ்ச்சி ஐடி #$eventId ஆகும். மேலதிக விவரங்களுக்கு அதிகாரிக வலைத்தளத்தில் உள்நுழைக. ",10006,Resident Services,gen-or-revoke-vid-request-received-email-content,tam,TRUE,superadmin,now() +1335,Success email to generate or revoke VID,Success email to generate or revoke VID,txt,velocity,"பிரிய $name, $eventDetails செய்திக்கு உங்கள் கோரிக்கை $date அன்று $time முடிந்தது. உங்கள் நிகழ்ச்சி ஐடி #$eventId ஆகும். மேலதிக விவரங்களுக்கு அதிகாரிக வலைத்தளத்தில் உள்நுழைக. ",10006,Resident Services,gen-or-revoke-vid-success-email-content,tam,TRUE,superadmin,now() +1336,Failure email to generate or revoke VID,Failure email to generate or revoke VID,txt,velocity,"பிரிய $name, $eventDetails செய்திக்கு உங்கள் கோரிக்கை $date அன்று $time முடிந்தது. உங்கள் நிகழ்ச்சி ஐடி #$eventId ஆகும். மேலதிக விவரங்களுக்கு அதிகாரிக வலைத்தளத்தில் உள்நுழைக. ",10006,Resident Services,gen-or-revoke-vid-failure-email-content,tam,TRUE,superadmin,now() +1337,Request received email subject to get my UIN card,Request received email subject to get my UIN card,txt,velocity,உறுதிசெய்தி: $eventDetails | நிகழ்ச்சி ஐடி: $eventId | நிலை: $status,10006,Resident Services,get-my-uin-card-request-received-email-subject,tam,TRUE,superadmin,now() +1338,Success email subject to get my UIN card,Success email subject to get my UIN card,txt,velocity,உறுதிசெய்தி: $eventDetails | நிகழ்ச்சி ஐடி: $eventId | நிலை: $status,10006,Resident Services,get-my-uin-card-success-email-subject,tam,TRUE,superadmin,now() +1339,Failure email subject to get my UIN card,Failure email subject to get my UIN card,txt,velocity,உறுதிசெய்தி: $eventDetails | நிகழ்ச்சி ஐடி: $eventId | நிலை: $status,10006,Resident Services,get-my-uin-card-failure-email-subject,tam,TRUE,superadmin,now() +1379,Positive purpose to lock/unlock various authentication types,Positive purpose to lock/unlock various authentication types,txt,velocity,$authType அங்கீகாரம் இருக்கின்றது $status,10006,Resident Services,lock-unlock-auth-positive-purpose,tam,TRUE,superadmin,now() +1340,Request received email to get my UIN card,Request received email to get my UIN card,txt,velocity,"பிரிய $name, $eventDetails செய்ய கோரிக்கை உங்கள் $date அன்று $time முடிந்தது. உங்கள் நிகழ்ச்சி ஐடி #$eventId ஆகும். மேலதிக விவரங்களுக்கு அதிகாரிக வலைத்தளத்தில் உள்நுழைக. ",10006,Resident Services,get-my-uin-card-request-received-email-content,tam,TRUE,superadmin,now() +1341,Success email to get my UIN card,Success email to get my UIN card,txt,velocity,"பிரிய $name, $eventDetails செய்திக்கு உங்கள் கோரிக்கை $date அன்று $time முடிந்தது. உங்கள் நிகழ்ச்சி ஐடி #$eventId ஆகும். மேலதிக விவரங்களுக்கு அதிகாரிக வலைத்தளத்தில் உள்நுழைக. ",10006,Resident Services,get-my-uin-card-success-email-content,tam,TRUE,superadmin,now() +1342,Failure email to get my UIN card,Failure email to get my UIN card,txt,velocity,"பிரிய $name, $eventDetails செய்திக்கு உங்கள் கோரிக்கை $date அன்று $time முடிந்தது. உங்கள் நிகழ்ச்சி ஐடி #$eventId ஆகும். மேலதிக விவரங்களுக்கு அதிகாரிக வலைத்தளத்தில் உள்நுழைக. ",10006,Resident Services,get-my-uin-card-failure-email-content,tam,TRUE,superadmin,now() +1343,Request received email subject to verify my phone and email,Request received email subject to verify my phone and email,txt,velocity,உறுதிசெய்தி: $eventDetails | நிகழ்ச்சி ஐடி: $eventId | நிலை: $status,10006,Resident Services,verify-my-phone-email-request-received-email-subject,tam,TRUE,superadmin,now() +1344,Success email subject to verify my phone and email,Success email subject to verify my phone and email,txt,velocity,உறுதிசெய்தி: $eventDetails | நிகழ்ச்சி ஐடி: $eventId | நிலை: $status,10006,Resident Services,verify-my-phone-email-success-email-subject,tam,TRUE,superadmin,now() +1345,Failure email subject to verify my phone and email,Failure email subject to verify my phone and email,txt,velocity,உறுதிசெய்தி: $eventDetails | நிகழ்ச்சி ஐடி: $eventId | நிலை: $status,10006,Resident Services,verify-my-phone-email-failure-email-subject,tam,TRUE,superadmin,now() +1346,Request received email to verify my phone and email,Request received email to verify my phone and email,txt,velocity,"பிரிய $name, $eventDetails செய்ய கோரிக்கை உங்கள் $date அன்று $time முடிந்தது. உங்கள் நிகழ்ச்சி ஐடி #$eventId ஆகும். மேலதிக விவரங்களுக்கு அதிகாரிக வலைத்தளத்தில் உள்நுழைக. ",10006,Resident Services,verify-my-phone-email-request-received-email-content,tam,TRUE,superadmin,now() +1347,Success email to verify my phone and email,Success email to verify my phone and email,txt,velocity,"பிரிய $name, $eventDetails செய்திக்கு உங்கள் கோரிக்கை $date அன்று $time முடிந்தது. உங்கள் நிகழ்ச்சி ஐடி #$eventId ஆகும். மேலதிக விவரங்களுக்கு அதிகாரிக வலைத்தளத்தில் உள்நுழைக. ",10006,Resident Services,verify-my-phone-email-success-email-content,tam,TRUE,superadmin,now() +1392,Success summary to lock/unlock various authentication types,Success summary to lock/unlock various authentication types,txt,velocity,$authType அங்கீகாரம் இத்தளம் இருக்கின்றது $status,10006,Resident Services,lock-unlock-auth-success-summary,tam,TRUE,superadmin,now() +1417,Finger bio,Finger bio,txt,velocity,விருப்பமைப்பு,10006,Resident Services,mosip.bio-finger.template.property,tam,TRUE,superadmin,now() +1348,Failure email to verify my phone and email,Failure email to verify my phone and email,txt,velocity,"பிரிய $name, $eventDetails செய்திக்கு உங்கள் கோரிக்கை $date அன்று $time முடிந்தது. உங்கள் நிகழ்ச்சி ஐடி #$eventId ஆகும். மேலதிக விவரங்களுக்கு அதிகாரிக வலைத்தளத்தில் உள்நுழைக. ",10006,Resident Services,verify-my-phone-email-failure-email-content,tam,TRUE,superadmin,now() +1349,Request received sms to customize and download my card,Request received sms to customize and download my card,txt,velocity,"பிரிய $name, $eventDetails செய்ய கோரிக்கை உங்கள் $date அன்று $time முடிந்தது. உங்கள் நிகழ்ச்சி ஐடி #$eventId ஆகும். மேலதிக விவரங்களுக்கு அதிகாரிக வலைத்தளத்தில் உள்நுழைக. ",10006,Resident Services,cust-and-down-my-card-request-received_SMS,tam,TRUE,superadmin,now() +1350,Success sms to customize and download my card,Success sms to customize and download my card,txt,velocity,"பிரிய $name, $eventDetails செய்திக்கு உங்கள் கோரிக்கை $date அன்று $time முடிந்தது. உங்கள் நிகழ்ச்சி ஐடி #$eventId ஆகும். மேலதிக விவரங்களுக்கு அதிகாரிக வலைத்தளத்தில் உள்நுழைக. ",10006,Resident Services,cust-and-down-my-card-success_SMS,tam,TRUE,superadmin,now() +1351,Failure sms to customize and download my card,Failure sms to customize and download my card,txt,velocity,"பிரிய $name, $eventDetails செய்திக்கு உங்கள் கோரிக்கை $date அன்று $time முடிந்தது. உங்கள் நிகழ்ச்சி ஐடி #$eventId ஆகும். மேலதிக விவரங்களுக்கு அதிகாரிக வலைத்தளத்தில் உள்நுழைக. ",10006,Resident Services,cust-and-down-my-card-failure_SMS,tam,TRUE,superadmin,now() +1435,KYC Exchange Request Success,KYC Exchange Request Success,txt,velocity,KYC விநியமண கோரி வெற்றி,10006,Resident Services,mosip.ida.auth-request.KYC-EXCHANGE.Y.descr,tam,TRUE,superadmin,now() +1352,Request received sms to order a physical card,Request received sms to order a physical card,txt,velocity,"பிரிய $name, $eventDetails செய்ய கோரிக்கை உங்கள் $date அன்று $time முடிந்தது. உங்கள் நிகழ்ச்சி ஐடி #$eventId ஆகும். மேலதிக விவரங்களுக்கு அதிகாரிக வலைத்தளத்தில் உள்நுழைக. ",10006,Resident Services,order-a-physical-card-request-received_SMS,tam,TRUE,superadmin,now() +1353,Success sms to order a physical card,Success sms to order a physical card,txt,velocity,"பிரியா $name, +உங்கள் $eventDetails க்கான கோரிக்கை $date அன்று $time க்கு வெற்றிகரமாக முடிந்துவிட்டது. +உங்கள் இவெண்ட் ஐடி #$eventId ஆகும். +மேலும் விவரங்களுக்கு ஆதிகாரிக வலைத்தளம் $trackServiceRequestLink க்கு உள்ளிடுங்கள். +நீங்கள் இணைப்பைப் பயன்படுத்தி பரிவர்த்தன ஐடி $transactionID ஐ ட்ரேக் செய்யலாம்: $trackingLink",10006,Resident Services,order-a-physical-card-success_SMS,tam,TRUE,superadmin,now() +1354,Failure sms to order a physical card,Failure sms to order a physical card,txt,velocity,"பிரிய $name, $eventDetails செய்திக்கு உங்கள் கோரிக்கை $date அன்று $time முடிந்தது. உங்கள் நிகழ்ச்சி ஐடி #$eventId ஆகும். மேலதிக விவரங்களுக்கு அதிகாரிக வலைத்தளத்தில் உள்நுழைக. ",10006,Resident Services,order-a-physical-card-failure_SMS,tam,TRUE,superadmin,now() +1355,Request received sms to share my credential with a partner,Request received sms to share my credential with a partner,txt,velocity,"பிரிய $name, $eventDetails செய்ய கோரிக்கை உங்கள் $date அன்று $time முடிந்தது. உங்கள் நிகழ்ச்சி ஐடி #$eventId ஆகும். மேலதிக விவரங்களுக்கு அதிகாரிக வலைத்தளத்தில் உள்நுழைக. ",10006,Resident Services,share-cred-with-partner-request-received_SMS,tam,TRUE,superadmin,now() +1356,Success sms to share my credential with a partner,Success sms to share my credential with a partner,txt,velocity,"பிரியா $name, +உங்கள் $eventDetails ($partner) க்கான கோரிக்கை $date அன்று $time க்கு வெற்றிகரமாக முடிந்துவிட்டது. +உங்கள் இவெண்ட் ஐடி #$eventId ஆகும். +மேலும் விவரங்களுக்கு ஆதிகாரிக வலைத்தளம் $trackServiceRequestLink க்கு உள்ளிடுங்கள். ",10006,Resident Services,share-cred-with-partner-success_SMS,tam,TRUE,superadmin,now() +1357,Failure sms to share my credential with a partner,Failure sms to share my credential with a partner,txt,velocity,"பிரிய $name, $eventDetails செய்திக்கு உங்கள் கோரிக்கை $date அன்று $time முடிந்தது. உங்கள் நிகழ்ச்சி ஐடி #$eventId ஆகும். மேலதிக விவரங்களுக்கு அதிகாரிக வலைத்தளத்தில் உள்நுழைக. ",10006,Resident Services,share-cred-with-partner-failure_SMS,tam,TRUE,superadmin,now() +1358,Request received sms to lock/unlock authentication,Request received sms to lock/unlock authentication,txt,velocity,"பிரிய $name, $eventDetails செய்ய கோரிக்கை உங்கள் $date அன்று $time முடிந்தது. உங்கள் நிகழ்ச்சி ஐடி #$eventId ஆகும். மேலதிக விவரங்களுக்கு அதிகாரிக வலைத்தளத்தில் உள்நுழைக. ",10006,Resident Services,lock-unlock-auth-request-received_SMS,tam,TRUE,superadmin,now() +1393,Success summary to self update demographic data,Success summary to self update demographic data,txt,velocity,தரவு வெற்றிகரமாக புதுப்பிக்கப்பட்டுள்ளது,10006,Resident Services,update-demo-data-success-summary,tam,TRUE,superadmin,now() +1359,Success sms to lock/unlock authentication,Success sms to lock/unlock authentication,txt,velocity,"பிரிய $name, $eventDetails செய்திக்கு உங்கள் கோரிக்கை $date அன்று $time முடிந்தது. உங்கள் நிகழ்ச்சி ஐடி #$eventId ஆகும். மேலதிக விவரங்களுக்கு அதிகாரிக வலைத்தளத்தில் உள்நுழைக. ",10006,Resident Services,lock-unlock-auth-success_SMS,tam,TRUE,superadmin,now() +1360,Failure sms to lock/unlock authentication,Failure sms to lock/unlock authentication,txt,velocity,"பிரிய $name, $eventDetails செய்திக்கு உங்கள் கோரிக்கை $date அன்று $time முடிந்தது. உங்கள் நிகழ்ச்சி ஐடி #$eventId ஆகும். மேலதிக விவரங்களுக்கு அதிகாரிக வலைத்தளத்தில் உள்நுழைக. ",10006,Resident Services,lock-unlock-auth-failure_SMS,tam,TRUE,superadmin,now() +1361,Request received sms to self update demographic data,Request received sms to self update demographic data,txt,velocity,"பிரிய $name, $eventDetails செய்ய கோரிக்கை உங்கள் $date அன்று $time முடிந்தது. உங்கள் நிகழ்ச்சி ஐடி #$eventId ஆகும். மேலதிக விவரங்களுக்கு அதிகாரிக வலைத்தளத்தில் உள்நுழைக. ",10006,Resident Services,update-demo-data-request-received_SMS,tam,TRUE,superadmin,now() +1362,Success sms to self update demographic data,Success sms to self update demographic data,txt,velocity,"பிரிய $name, $eventDetails செய்திக்கு உங்கள் கோரிக்கை $date அன்று $time முடிந்தது. உங்கள் நிகழ்ச்சி ஐடி #$eventId ஆகும். மேலதிக விவரங்களுக்கு அதிகாரிக வலைத்தளத்தில் உள்நுழைக. ",10006,Resident Services,update-demo-data-success_SMS,tam,TRUE,superadmin,now() +1363,Failure sms to self update demographic data,Failure sms to self update demographic data,txt,velocity,"பிரிய $name, $eventDetails செய்திக்கு உங்கள் கோரிக்கை $date அன்று $time முடிந்தது. உங்கள் நிகழ்ச்சி ஐடி #$eventId ஆகும். மேலதிக விவரங்களுக்கு அதிகாரிக வலைத்தளத்தில் உள்நுழைக. ",10006,Resident Services,update-demo-data-failure_SMS,tam,TRUE,superadmin,now() +1364,Request received sms to generate or revoke VID,Request received sms to generate or revoke VID,txt,velocity,"பிரிய $name, $eventDetails செய்ய கோரிக்கை உங்கள் $date அன்று $time முடிந்தது. உங்கள் நிகழ்ச்சி ஐடி #$eventId ஆகும். மேலதிக விவரங்களுக்கு அதிகாரிக வலைத்தளத்தில் உள்நுழைக. ",10006,Resident Services,gen-or-revoke-vid-request-received_SMS,tam,TRUE,superadmin,now() +1365,Success sms to generate or revoke VID,Success sms to generate or revoke VID,txt,velocity,"பிரிய $name, $eventDetails செய்திக்கு உங்கள் கோரிக்கை $date அன்று $time முடிந்தது. உங்கள் நிகழ்ச்சி ஐடி #$eventId ஆகும். மேலதிக விவரங்களுக்கு அதிகாரிக வலைத்தளத்தில் உள்நுழைக. ",10006,Resident Services,gen-or-revoke-vid-success_SMS,tam,TRUE,superadmin,now() +1366,Failure sms to generate or revoke VID,Failure sms to generate or revoke VID,txt,velocity,"பிரிய $name, $eventDetails செய்திக்கு உங்கள் கோரிக்கை $date அன்று $time முடிந்தது. உங்கள் நிகழ்ச்சி ஐடி #$eventId ஆகும். மேலதிக விவரங்களுக்கு அதிகாரிக வலைத்தளத்தில் உள்நுழைக. ",10006,Resident Services,gen-or-revoke-vid-failure_SMS,tam,TRUE,superadmin,now() +1367,Request received sms to get my UIN card,Request received sms to get my UIN card,txt,velocity,"பிரிய $name, $eventDetails செய்ய கோரிக்கை உங்கள் $date அன்று $time முடிந்தது. உங்கள் நிகழ்ச்சி ஐடி #$eventId ஆகும். மேலதிக விவரங்களுக்கு அதிகாரிக வலைத்தளத்தில் உள்நுழைக. ",10006,Resident Services,get-my-uin-card-request-received_SMS,tam,TRUE,superadmin,now() +1368,Success sms to get my UIN card,Success sms to get my UIN card,txt,velocity,"பிரிய $name, $eventDetails செய்திக்கு உங்கள் கோரிக்கை $date அன்று $time முடிந்தது. உங்கள் நிகழ்ச்சி ஐடி #$eventId ஆகும். மேலதிக விவரங்களுக்கு அதிகாரிக வலைத்தளத்தில் உள்நுழைக. ",10006,Resident Services,get-my-uin-card-success_SMS,tam,TRUE,superadmin,now() +1369,Failure sms to get my UIN card,Failure sms to get my UIN card,txt,velocity,"பிரிய $name, $eventDetails செய்திக்கு உங்கள் கோரிக்கை $date அன்று $time முடிந்தது. உங்கள் நிகழ்ச்சி ஐடி #$eventId ஆகும். மேலதிக விவரங்களுக்கு அதிகாரிக வலைத்தளத்தில் உள்நுழைக. ",10006,Resident Services,get-my-uin-card-failure_SMS,tam,TRUE,superadmin,now() +1370,Request received sms to verify my phone and email,Request received sms to verify my phone and email,txt,velocity,"பிரிய $name, $eventDetails செய்ய கோரிக்கை உங்கள் $date அன்று $time முடிந்தது. உங்கள் நிகழ்ச்சி ஐடி #$eventId ஆகும். மேலதிக விவரங்களுக்கு அதிகாரிக வலைத்தளத்தில் உள்நுழைக. ",10006,Resident Services,verify-my-phone-email-request-received_SMS,tam,TRUE,superadmin,now() +1394,Success summary to generate or revoke VIDs,Success summary to generate or revoke VIDs,txt,velocity,$vidType VID $maskedVID வெற்றிகரமாக $actionPerformed ஆனது,10006,Resident Services,gen-or-revoke-vid-success-summary,tam,TRUE,superadmin,now() +1371,Success sms to verify my phone and email,Success sms to verify my phone and email,txt,velocity,"பிரிய $name, $eventDetails செய்திக்கு உங்கள் கோரிக்கை $date அன்று $time முடிந்தது. உங்கள் நிகழ்ச்சி ஐடி #$eventId ஆகும். மேலதிக விவரங்களுக்கு அதிகாரிக வலைத்தளத்தில் உள்நுழைக. ",10006,Resident Services,verify-my-phone-email-success_SMS,tam,TRUE,superadmin,now() +1372,Failure sms to verify my phone and email,Failure sms to verify my phone and email,txt,velocity,"பிரிய $name, $eventDetails செய்திக்கு உங்கள் கோரிக்கை $date அன்று $time முடிந்தது. உங்கள் நிகழ்ச்சி ஐடி #$eventId ஆகும். மேலதிக விவரங்களுக்கு அதிகாரிக வலைத்தளத்தில் உள்நுழைக. ",10006,Resident Services,verify-my-phone-email-failure_SMS,tam,TRUE,superadmin,now() +1373,Positive purpose to customize and download my card,Positive purpose to customize and download my card,txt,velocity,புதியது அனுபவிக்கப்பட்டது,10006,Resident Services,cust-and-down-my-card-positive-purpose,tam,TRUE,superadmin,now() +1374,Negative purpose to customize and download my card,Negative purpose to customize and download my card,txt,velocity,புதியது அனுபவிக்க ஒரு முயற்சி செய்யப்பட்டுள்ளது,10006,Resident Services,cust-and-down-my-card-negative-purpose,tam,TRUE,superadmin,now() +1375,Positive purpose to order a physical card,Positive purpose to order a physical card,txt,velocity,உண்மையில் அடையாள அட்டை வாங்கப்பட்டுள்ளது,10006,Resident Services,order-a-physical-card-positive purpose,tam,TRUE,superadmin,now() +1465,KYC Exchange Request,KYC Exchange Request,txt,velocity,KYC-விநியோகம்,10006,Resident Services,mosip.auth-type-code.KYC-EXCHANGE,tam,TRUE,superadmin,now() +1381,Positive Purpose to self update demographic data,Positive Purpose to self update demographic data,txt,velocity,தரவு வெற்றிகரமாக புதுப்பிக்கப்பட்டுள்ளது,10006,Resident Services,update-demo-data-positive-purpose,tam,TRUE,superadmin,now() +1382,Negative Purpose to self update demographic data,Negative Purpose to self update demographic data,txt,velocity,தரவு புதுப்பிக்க ஒரு முயற்சி செய்யப்பட்டுள்ளது,10006,Resident Services,update-demo-data-negative-purpose,tam,TRUE,superadmin,now() +1383,Positive Purpose to generate or revoke VIDs,Positive Purpose to generate or revoke VIDs,txt,velocity,VID இத்தளம் ஆகின்றது $actionPerformed,10006,Resident Services,gen-or-revoke-vid-positive-purpose,tam,TRUE,superadmin,now() +1384,Negative Purpose to generate or revoke VIDs,Negative Purpose to generate or revoke VIDs,txt,velocity,$actionPerformed VID ஐ $actionPerformed செய்ய ஒரு முயற்சி செய்யப்பட்டுள்ளது,10006,Resident Services,gen-or-revoke-vid-negative-purpose,tam,TRUE,superadmin,now() +1385,Positive purpose to get my UIN card,Positive purpose to get my UIN card,txt,velocity,UIN அடையாள அட்டை பதிவிறக்கப்பட்டுள்ளது,10006,Resident Services,get-my-uin-card-positive-purpose,tam,TRUE,superadmin,now() +1386,Negative purpose to get my UIN card,Negative purpose to get my UIN card,txt,velocity,UIN அடையாள அட்டை பதிவிறக்க ஒரு முயற்சி செய்யப்பட்டுள்ளது,10006,Resident Services,get-my-uin-card-negative-purpose,tam,TRUE,superadmin,now() +1387,Positive purpose to verify my phone number and email ID,Positive purpose to verify my phone number and email ID,txt,velocity,$channel அரசீர்ப்படுத்தப்பட்டது,10006,Resident Services,verify-my-phone-email-positive-purpose,tam,TRUE,superadmin,now() +1388,Negative purpose to verify my phone number and email ID,Negative purpose to verify my phone number and email ID,txt,velocity,$channel அரசீர்ப்படுத்த ஒரு முயற்சி செய்யப்பட்டுள்ளது,10006,Resident Services,verify-my-phone-email-negative-purpose,tam,TRUE,superadmin,now() +1389,Success summary to customize and download my card,Success summary to customize and download my card,txt,velocity,விருப்பமான அடையாள அட்டை பதிவிறக்கப்பட்டுள்ளது,10006,Resident Services,cust-and-down-my-card-success-summary,tam,TRUE,superadmin,now() +1390,Success summary to order a physical card,Success summary to order a physical card,txt,velocity,ஒரு உண்மையான அடையாள அட்டை செய்து பதிவிக்கப்பட்டுள்ளது ஒரு கூட்டாளியுடன்,10006,Resident Services,order-a-physical-card-success-summary,tam,TRUE,superadmin,now() +1396,Success summary to verify my phone and email,Success summary to verify my phone and email,txt,velocity,உங்கள் $channel வெற்றிகரமாக சோதிக்கப்பட்டுள்ளது,10006,Resident Services,verify-my-phone-email-success-summary,tam,TRUE,superadmin,now() +1397,Receiving OTP mail Subject,Receiving OTP mail Subject,txt,velocity,OTP | $eventDetails,10006,Resident Services,receive-otp-mail-subject,tam,TRUE,superadmin,now() +1398,Receiving OTP Mail Content,Receiving OTP Mail Content,txt,velocity,"பிரிய் $name, உங்கள் தரவை புதுப்பிக்க எஸ்எம்எஸ் $otp ஐ பயன்படுத்தவும்.",10006,Resident Services,receive-otp-mail-content,tam,TRUE,superadmin,now() +1399,Receive OTP,Receive OTP,txt,velocity,$eventDetails: உங்கள் தரவை புதுப்பிக்க எஸ்எம்எஸ் $otp ஐ பயன்படுத்தவும்.,10006,Resident Services,receive-otp,tam,TRUE,superadmin,now() +1400,Vid Card Download Positive Purpose,Vid Card Download Positive Purpose,txt,velocity,VID அடையாள அட்டை பதிவிறக்க கிடைக்கின்றது,10006,Resident Services,vid-card-download-positive-purpose,tam,TRUE,superadmin,now() +1401,Vid Card Download Negative Purpose,Vid Card Download Negative Purpose,txt,velocity,VID அடையாள அட்டை பதிவிறக்க ஒரு முயற்சி செய்யப்பட்டுள்ளது,10006,Resident Services,vid-card-download-negative-purpose,tam,TRUE,superadmin,now() +1402,Vid Card Download Positive Summary,Vid Card Download Positive Summary,txt,velocity,VID அடையாள அட்டை பதிவிறக்க கிடைக்கின்றது,10006,Resident Services,vid-card-download-positive-summary,tam,TRUE,superadmin,now() +1403,Phone,Phone,txt,velocity,மொபைல்,10006,Resident Services,mosip.phone.template.property,tam,TRUE,superadmin,now() +1404,Email,Email,txt,velocity,மின்னஞ்சல்,10006,Resident Services,mosip.email.template.property,tam,TRUE,superadmin,now() +1405,Request received email subject to download my VID card,Request received email subject to download my VID card,txt,velocity,உறுதிசெய்தி: $eventDetails | நிகழ்ச்சி ஐடி: $eventId | நிலை: $status,10006,Resident Services,vid-card-download-request-received-email-subject,tam,TRUE,superadmin,now() +1406,Success email subject to download my VID card,Success email subject to download my VID card,txt,velocity,உறுதிசெய்தி: $eventDetails | நிகழ்ச்சி ஐடி: $eventId | நிலை: $status,10006,Resident Services,vid-card-download-success-email-subject,tam,TRUE,superadmin,now() +1407,Failure email subject to download my VID card,Failure email subject to download my VID card,txt,velocity,உறுதிசெய்தி: $eventDetails | நிகழ்ச்சி ஐடி: $eventId | நிலை: $status,10006,Resident Services,vid-card-download-failure-email-subject,tam,TRUE,superadmin,now() +1408,Request received email to download my VID card,Request received email to download my VID card,txt,velocity,"பிரிய $name, $eventDetails செய்திக்கு உங்கள் கோரிக்கை $date அன்று $time முடிந்தது. உங்கள் நிகழ்ச்சி ஐடி #$eventId ஆகும். மேலதிக விவரங்களுக்கு அதிகாரிக வலைத்தளத்தில் உள்நுழைக. ",10006,Resident Services,vid-card-download-request-received-email-content,tam,TRUE,superadmin,now() +1409,Success email to download my VID card,Success email to download my VID card,txt,velocity,"பிரிய $name, $eventDetails செய்ய கோரிக்கை உங்கள் $date அன்று $time முடிந்தது. உங்கள் நிகழ்ச்சி ஐடி #$eventId ஆகும். மேலதிக விவரங்களுக்கு அதிகாரிக வலைத்தளத்தில் உள்நுழைக. ",10006,Resident Services,vid-card-download-success-email-content,tam,TRUE,superadmin,now() +1410,Failure email to download my VID card,Failure email to download my VID card,txt,velocity,"பிரிய $name, $eventDetails செய்திக்கு உங்கள் கோரிக்கை $date அன்று $time முடிந்தது. உங்கள் நிகழ்ச்சி ஐடி #$eventId ஆகும். மேலதிக விவரங்களுக்கு அதிகாரிக வலைத்தளத்தில் உள்நுழைக. ",10006,Resident Services,vid-card-download-failure-email-content,tam,TRUE,superadmin,now() +1411,Request received sms to download my VID card,Request received sms to download my VID card,txt,velocity,"பிரிய $name, $eventDetails செய்ய கோரிக்கை உங்கள் $date அன்று $time முடிந்தது. உங்கள் நிகழ்ச்சி ஐடி #$eventId ஆகும். மேலதிக விவரங்களுக்கு அதிகாரிக வலைத்தளத்தில் உள்நுழைக. ",10006,Resident Services,vid-card-download-request-received_SMS,tam,TRUE,superadmin,now() +1412,Success sms to download my VID card,Success sms to download my VID card,txt,velocity,"பிரிய $name, $eventDetails செய்திக்கு உங்கள் கோரிக்கை $date அன்று $time முடிந்தது. உங்கள் நிகழ்ச்சி ஐடி #$eventId ஆகும். மேலதிக விவரங்களுக்கு அதிகாரிக வலைத்தளத்தில் உள்நுழைக. ",10006,Resident Services,vid-card-download-success_SMS,tam,TRUE,superadmin,now() +1413,Failure sms to download my VID card,Failure sms to download my VID card,txt,velocity,"பிரிய $name, $eventDetails செய்திக்கு உங்கள் கோரிக்கை $date அன்று $time முடிந்தது. உங்கள் நிகழ்ச்சி ஐடி #$eventId ஆகும். மேலதிக விவரங்களுக்கு அதிகாரிக வலைத்தளத்தில் உள்நுழைக. ",10006,Resident Services,vid-card-download-failure_SMS,tam,TRUE,superadmin,now() +1414,Email otp,Email otp,txt,velocity,மின்னஞ்சல் OTP,10006,Resident Services,mosip.otp-email.template.property,tam,TRUE,superadmin,now() +1415,Phone otp,Phone otp,txt,velocity,தொலைபேசி OTP,10006,Resident Services,mosip.otp-phone.template.property,tam,TRUE,superadmin,now() +1421,Locked status,Locked status,txt,velocity,பூட்டப்பட்டது,10006,Resident Services,mosip.locked.template.property,tam,TRUE,superadmin,now() +1422,Success event status,Success event status,txt,velocity,வெற்றி,10006,Resident Services,mosip.event.status.success.template,tam,TRUE,superadmin,now() +1423,Failed event status,Failed event status,txt,velocity,தோல்வி,10006,Resident Services,mosip.event.status.failed.template,tam,TRUE,superadmin,now() +1424,In progress event status,In progress event status,txt,velocity,செயலில்,10006,Resident Services,mosip.event.status.inprogress.template,tam,TRUE,superadmin,now() +1425,OTP Request Success,OTP Request Success,txt,velocity,OTP கோரி வெற்றி,10006,Resident Services,mosip.ida.auth-request.OTP-REQUEST.Y.descr,tam,TRUE,superadmin,now() +1426,OTP Authentication Success,OTP Authentication Success,txt,velocity,OTP உறுதிப்படுத்தல் வெற்றி,10006,Resident Services,mosip.ida.auth-request.OTP-AUTH.Y.descr,tam,TRUE,superadmin,now() +1427,Demo Authentication Success,Demo Authentication Success,txt,velocity,டெமோ உறுதிப்படுத்தல் வெற்றி,10006,Resident Services,mosip.ida.auth-request.DEMO-AUTH.Y.descr,tam,TRUE,superadmin,now() +1428,Finger Authentication Success,Finger Authentication Success,txt,velocity,வரிசை அடிப்படை உறுதிப்படுத்தல் வெற்றி,10006,Resident Services,mosip.ida.auth-request.FINGERPRINT-AUTH.Y.descr,tam,TRUE,superadmin,now() +1429,Iris Authentication Success,Iris Authentication Success,txt,velocity,ஈரிஸ் உறுதிப்படுத்தல் வெற்றி,10006,Resident Services,mosip.ida.auth-request.IRIS-AUTH.Y.descr,tam,TRUE,superadmin,now() +1430,Face Authentication Success,Face Authentication Success,txt,velocity,முகம் உறுதிப்படுத்தல் வெற்றி,10006,Resident Services,mosip.ida.auth-request.FACE-AUTH.Y.descr,tam,TRUE,superadmin,now() +1431,Pin Authentication Success,Pin Authentication Success,txt,velocity,PIN உறுதிப்படுத்தல் வெற்றி,10006,Resident Services,mosip.ida.auth-request.STATIC-PIN-AUTH.Y.descr,tam,TRUE,superadmin,now() +1432,Static Pin Store Request Success,Static Pin Store Request Success,txt,velocity,ஸ்டேடிக் பின் சேமிப்பு கோரி வெற்றி,10006,Resident Services,mosip.ida.auth-request.STATIC-PIN-STORAGE.Y.descr,tam,TRUE,superadmin,now() +1433,EKYC Authentication Request Success,EKYC Authentication Request Success,txt,velocity,EKYC உறுதிப்படுத்தல் கோரி வெற்றி,10006,Resident Services,mosip.ida.auth-request.EKYC-AUTH.Y.descr,tam,TRUE,superadmin,now() +1434,KYC Authentication Request Success,KYC Authentication Request Success,txt,velocity,KYC உறுதிப்படுத்தல் கோரி வெற்றி,10006,Resident Services,mosip.ida.auth-request.KYC-AUTH.Y.descr,tam,TRUE,superadmin,now() +1436,Identity Key Binding Request Success,Identity Key Binding Request Success,txt,velocity,அடையாள விசை கோரி வெற்றி,10006,Resident Services,mosip.ida.auth-request.IDENTITY-KEY-BINDING.Y.descr,tam,TRUE,superadmin,now() +1437,Token Request Success,Token Request Success,txt,velocity,டோக்கன் கோரி வெற்றி,10006,Resident Services,mosip.ida.auth-request.TOKEN-REQUEST.Y.descr,tam,TRUE,superadmin,now() +1438,Token based Authentication Success,Token based Authentication Success,txt,velocity,டோக்கன் அடிப்படை உறுதிப்படுத்தல் வெற்றி,10006,Resident Services,mosip.ida.auth-request.TOKEN-AUTH.Y.descr,tam,TRUE,superadmin,now() +1439,OTP Request Failed,OTP Request Failed,txt,velocity,OTP கோரி தோல்வி,10006,Resident Services,mosip.ida.auth-request.OTP-REQUEST.N.descr,tam,TRUE,superadmin,now() +1440,OTP Authentication Failed,OTP Authentication Failed,txt,velocity,OTP உறுதிப்படுத்தல் தோல்வி,10006,Resident Services,mosip.ida.auth-request.OTP-AUTH.N.descr,tam,TRUE,superadmin,now() +1441,Demo Authentication Failed,Demo Authentication Failed,txt,velocity,டெமோ உறுதிப்படுத்தல் தோல்வி,10006,Resident Services,mosip.ida.auth-request.DEMO-AUTH.N.descr,tam,TRUE,superadmin,now() +1442,Finger Authentication Failed,Finger Authentication Failed,txt,velocity,வரிசை அடிப்படை உறுதிப்படுத்தல் தோல்வி,10006,Resident Services,mosip.ida.auth-request.FINGERPRINT-AUTH.N.descr,tam,TRUE,superadmin,now() +1443,Iris Authentication Failed,Iris Authentication Failed,txt,velocity,ஈரிஸ் உறுதிப்படுத்தல் தோல்வி,10006,Resident Services,mosip.ida.auth-request.IRIS-AUTH.N.descr,tam,TRUE,superadmin,now() +1444,Face Authentication Failed,Face Authentication Failed,txt,velocity,முகம் உறுதிப்படுத்தல் தோல்வி,10006,Resident Services,mosip.ida.auth-request.FACE-AUTH.N.descr,tam,TRUE,superadmin,now() +1445,Pin Authentication Failed,Pin Authentication Failed,txt,velocity,PIN உறுதிப்படுத்தல் தோல்வி,10006,Resident Services,mosip.ida.auth-request.STATIC-PIN-AUTH.N.descr,tam,TRUE,superadmin,now() +1446,Static Pin Store Request Failed,Static Pin Store Request Failed,txt,velocity,ஸ்டேடிக் பின் சேமிப்பு கோரி தோல்வி,10006,Resident Services,mosip.ida.auth-request.STATIC-PIN-STORAGE.N.descr,tam,TRUE,superadmin,now() +1447,EKYC Authentication Request Failed,EKYC Authentication Request Failed,txt,velocity,EKYC உறுதிப்படுத்தல் தோல்வி,10006,Resident Services,mosip.ida.auth-request.EKYC-AUTH.N.descr,tam,TRUE,superadmin,now() +1448,KYC Authentication Request Failed,KYC Authentication Request Failed,txt,velocity,KYC உறுதிப்படுத்தல் தோல்வி,10006,Resident Services,mosip.ida.auth-request.KYC-AUTH.N.descr,tam,TRUE,superadmin,now() +1449,KYC Exchange Request Failed,KYC Exchange Request Failed,txt,velocity,KYC விநியமண கோரி தோல்வி,10006,Resident Services,mosip.ida.auth-request.KYC-EXCHANGE.N.descr,tam,TRUE,superadmin,now() +1450,Identity Key Binding Request Failed,Identity Key Binding Request Failed,txt,velocity,அடையாள விசை கோரி தோல்வி,10006,Resident Services,mosip.ida.auth-request.IDENTITY-KEY-BINDING.N.descr,tam,TRUE,superadmin,now() +1451,Token Request Failed,Token Request Failed,txt,velocity,டோக்கன் கோரி தோல்வி,10006,Resident Services,mosip.ida.auth-request.TOKEN-REQUEST.N.descr,tam,TRUE,superadmin,now() +1452,Token based Authentication Failed,Token based Authentication Failed,txt,velocity,டோக்கன் அடிப்படை உறுதிப்படுத்தல் தோல்வி,10006,Resident Services,mosip.ida.auth-request.TOKEN-AUTH.N.descr,tam,TRUE,superadmin,now() +1453,Unknown Request/Authentication Success,Unknown Request/Authentication Success,txt,velocity,அறியப்படாத கோரிக்கை/அங்கீகாரம் வெற்றிகரம்,10006,Resident Services,mosip.ida.auth-request.UNKNOWN.Y.descr,tam,TRUE,superadmin,now() +1454,Unknown Request/Authentication Failed,Unknown Request/Authentication Failed,txt,velocity,அறியப்படாத கோரிக்கை/அங்கீகாரம் தோல்வியடைந்தது,10006,Resident Services,mosip.ida.auth-request.UNKNOWN.N.descr,tam,TRUE,superadmin,now() +1455,OTP Request,OTP Request,txt,velocity,OTP-கோரிக்கை,10006,Resident Services,mosip.auth-type-code.OTP-REQUEST,tam,TRUE,superadmin,now() +1456,OTP Authentication,OTP Authentication,txt,velocity,OTP-அங்கீகாரம்,10006,Resident Services,mosip.auth-type-code.OTP-AUTH,tam,TRUE,superadmin,now() +1457,Demo Authentication,Demo Authentication,txt,velocity,டெமோ-அங்கீகாரம்,10006,Resident Services,mosip.auth-type-code.DEMO-AUTH,tam,TRUE,superadmin,now() +1458,Finger Authentication,Finger Authentication,txt,velocity,விரிசு-அங்கீகாரம்,10006,Resident Services,mosip.auth-type-code.FINGERPRINT-AUTH,tam,TRUE,superadmin,now() +1459,Iris Authentication,Iris Authentication,txt,velocity,கண்-அங்கீகாரம்,10006,Resident Services,mosip.auth-type-code.IRIS-AUTH,tam,TRUE,superadmin,now() +1460,Face Authentication,Face Authentication,txt,velocity,முகம்-அங்கீகாரம்,10006,Resident Services,mosip.auth-type-code.FACE-AUTH,tam,TRUE,superadmin,now() +1461,Pin Authentication,Pin Authentication,txt,velocity,நிலையான பின்-குறியீடு-அங்கீகாரம்,10006,Resident Services,mosip.auth-type-code.STATIC-PIN-AUTH,tam,TRUE,superadmin,now() +1462,Static Pin Store Request,Static Pin Store Request,txt,velocity,நிலையான பின்-குறியீடு-சேமிப்பு,10006,Resident Services,mosip.auth-type-code.STATIC-PIN-STORAGE,tam,TRUE,superadmin,now() +1463,EKYC Authentication Request,EKYC Authentication Request,txt,velocity,EKYC-அங்கீகாரம்,10006,Resident Services,mosip.auth-type-code.EKYC-AUTH,tam,TRUE,superadmin,now() +1464,KYC Authentication Request,KYC Authentication Request,txt,velocity,KYC-அங்கீகாரம்,10006,Resident Services,mosip.auth-type-code.KYC-AUTH,tam,TRUE,superadmin,now() +1466,Identity Key Binding Request,Identity Key Binding Request,txt,velocity,அடையாள-விசை-கட்டமைப்பு,10006,Resident Services,mosip.auth-type-code.IDENTITY-KEY-BINDING,tam,TRUE,superadmin,now() +1467,Token Request,Token Request,txt,velocity,டோக்கன்-கோரிக்கை,10006,Resident Services,mosip.auth-type-code.TOKEN-REQUEST,tam,TRUE,superadmin,now() +1468,Token based Authentication,Token based Authentication,txt,velocity,டோக்கன்-அங்கீகாரம்,10006,Resident Services,mosip.auth-type-code.TOKEN-AUTH,tam,TRUE,superadmin,now() +1469,PWD,PWD,txt,velocity,PWD,10006,Resident Services,mosip.auth-type-code.PWD,tam,TRUE,superadmin,now() +1470,PIN,PIN,txt,velocity,PIN,10006,Resident Services,mosip.auth-type-code.PIN,tam,TRUE,superadmin,now() +1471,OTP,OTP,txt,velocity,OTP,10006,Resident Services,mosip.auth-type-code.OTP,tam,TRUE,superadmin,now() +1472,Wallet,Wallet,txt,velocity,பணப்பை,10006,Resident Services,mosip.auth-type-code.Wallet,tam,TRUE,superadmin,now() +1473,L1-bio-device,L1-bio-device,txt,velocity,L1-உடன்-உலா,10006,Resident Services,mosip.auth-type-code.L1-bio-device,tam,TRUE,superadmin,now() +1474,Unknown attribute,Unknown attribute,txt,velocity,அறியப்படாத,10006,Resident Services,mosip.template.UNKNOWN,tam,TRUE,superadmin,now() +1475,Authentication Request event type,Authentication Request event type,txt,velocity,அங்கீகார கோரி,10006,Resident Services,mosip.event.type.AUTHENTICATION_REQUEST,tam,TRUE,superadmin,now() +1476,Share Credential With Partner event type,Share Credential With Partner event type,txt,velocity,கொள்ளை மேற்கொள் பங்காளி உடைப்பு,10006,Resident Services,mosip.event.type.SHARE_CRED_WITH_PARTNER,tam,TRUE,superadmin,now() +1477,Download Personalized Card event type,Download Personalized Card event type,txt,velocity,தனிப்படிக்கப்பட்ட அட்டை பதிவிறக்கம்,10006,Resident Services,mosip.event.type.DOWNLOAD_PERSONALIZED_CARD,tam,TRUE,superadmin,now() +1478,Order a Physical Card event type,Order a Physical Card event type,txt,velocity,ஒரு உடன் உடை ஆர்டர் செய்க,10006,Resident Services,mosip.event.type.ORDER_PHYSICAL_CARD,tam,TRUE,superadmin,now() +1479,Get UIN Card event type,Get UIN Card event type,txt,velocity,UIN கார்டு பெறுக,10006,Resident Services,mosip.event.type.GET_MY_ID,tam,TRUE,superadmin,now() +1480,Update UIN Data event type,Update UIN Data event type,txt,velocity,UIN தரவு புதுப்பிக்கம் செய்க,10006,Resident Services,mosip.event.type.UPDATE_MY_UIN,tam,TRUE,superadmin,now() +1481,Generate VID event type,Generate VID event type,txt,velocity,VID உருவாக்குக,10006,Resident Services,mosip.event.type.GENERATE_VID,tam,TRUE,superadmin,now() +1482,Revoke VID event type,Revoke VID event type,txt,velocity,VID ரத்து செய்க,10006,Resident Services,mosip.event.type.REVOKE_VID,tam,TRUE,superadmin,now() +1483,Secure My ID event type,Secure My ID event type,txt,velocity,என் ஐடி காப்பீடு,10006,Resident Services,mosip.event.type.AUTH_TYPE_LOCK_UNLOCK,tam,TRUE,superadmin,now() +1484,Download VID Card event type,Download VID Card event type,txt,velocity,VID கார்டு பதிவிறக்கம்,10006,Resident Services,mosip.event.type.VID_CARD_DOWNLOAD,tam,TRUE,superadmin,now() +1485,Send OTP event type,Send OTP event type,txt,velocity,OTP அனுப்புக,10006,Resident Services,mosip.event.type.SEND_OTP,tam,TRUE,superadmin,now() +1486,Verify My Phone/Email event type,Verify My Phone/Email event type,txt,velocity,என் தொலைபேசி/மின்னஞ்சல் செய்தி சரிபார்க்க,10006,Resident Services,mosip.event.type.VALIDATE_OTP,tam,TRUE,superadmin,now() +1487,Default event type,Default event type,txt,velocity,இயல்பு,10006,Resident Services,mosip.event.type.DEFAULT,tam,TRUE,superadmin,now() +1488,Authentication Request service type,Authentication Request service type,txt,velocity,அங்கீகார கோரி,10006,Resident Services,mosip.service.type.AUTHENTICATION_REQUEST,tam,TRUE,superadmin,now() +1489,Service Request service type,Service Request service type,txt,velocity,சேவை கோரி,10006,Resident Services,mosip.service.type.SERVICE_REQUEST,tam,TRUE,superadmin,now() +1490,Data Update Request service type,Data Update Request service type,txt,velocity,தரவு புதுப்பிக்க கோரி,10006,Resident Services,mosip.service.type.DATA_UPDATE_REQUEST,tam,TRUE,superadmin,now() +1491,ID Management Request service type,ID Management Request service type,txt,velocity,ஐடி மேலாண்மை கோரி,10006,Resident Services,mosip.service.type.ID_MANAGEMENT_REQUEST,tam,TRUE,superadmin,now() +1492,Data Share Request service type,Data Share Request service type,txt,velocity,தரவு பங்கு கோரி,10006,Resident Services,mosip.service.type.DATA_SHARE_REQUEST,tam,TRUE,superadmin,now() +1493,Async service type,Async service type,txt,velocity,அதிசியமான,10006,Resident Services,mosip.service.type.ASYNC,tam,TRUE,superadmin,now() +1494,All attribute,All attribute,txt,velocity,அனைத்து,10006,Resident Services,mosip.template.ALL,tam,TRUE,superadmin,now() +1311,Success email to order a physical card,Success email to order a physical card,txt,velocity,"Estimado $name, +Su solicitud para $eventDetails se ha completado con éxito el $date a las $time. +Su ID de evento es #$eventId. +Inicie sesión en el sitio web oficial $trackServiceRequestLink para obtener más detalles. +Puede seguir el estado de la transacción utilizando el ID de transacción $transactionID en el enlace: $trackingLink",10006,Resident Services,order-a-physical-card-success-email-content,spa,TRUE,superadmin,now() +1312,Failure email to order a physical card,Failure email to order a physical card,txt,velocity,"Estimado $name, Su solicitud para $eventDetails realizada el $date a las $time ha fallado. Su identificador de evento es #$eventId. Inicie sesión en el sitio web oficial $trackServiceRequestLink para obtener más detalles. ",10006,Resident Services,order-a-physical-card-failure-email-content,spa,TRUE,superadmin,now() +1424,In progress event status,In progress event status,txt,velocity,En Progreso,10006,Resident Services,mosip.event.status.inprogress.template,spa,TRUE,superadmin,now() +1314,Success email subject to share my credential with a partner,Success email subject to share my credential with a partner,txt,velocity,Reconocimiento: $eventDetails | ID del evento: $eventId | Estado: $status,10006,Resident Services,share-cred-with-partner-success-email-subject,spa,TRUE,superadmin,now() +1495,Acknowledgement for share credential with a partner,Acknowledgement for share credential with a partner,html,velocity," + + + + + + + +
+
+
+
+
+
+ ",10006,Resident Services,acknowledgement-share-cred-with-partner,tam,TRUE,superadmin,now()
+1496,List of supporting documents,List of supporting documents,html,velocity,"
+
+
+
+
+
+
+
+
+
+
+
+
+ + உங்கள் நிகழ்நிலையின் நிலையைக் காண, மீட்கநிகழ்நிலை சுருக்கம். + ++ +
+
+
+
+
+ ",10006,Resident Services,supporting-docs-list,tam,TRUE,superadmin,now()
+1497,Acknowledgement for manage my vid,Acknowledgement for manage my vid,html,velocity,"
+
+
+
+ ஆதரக் ஆவஶ்யக ஆவணங்கள் +
+
+ + +
+ + +
+ + + + + + + + + + + + + + +
+
+
+
+",10006,Resident Services,acknowledgement-manage-my-vid,tam,TRUE,superadmin,now()
+1503,List of registration centers,List of registration centers,html,velocity,"
+
+
+
+
+
+
+
+ உங்கள் நிகழ்வின் நிலையைப் பார்க்க கைமுழுக்கு நிகழ்வு சுருக்கம். ++ + பதிவு மையங்கள் + ++
+ + +",10006,Resident Services,registration-centers-list,tam,TRUE,superadmin,now() +1498,Acknowledgement for order a physical card,Acknowledgement for order a physical card,html,velocity," + + + +
+
+
+
+",10006,Resident Services,acknowledgement-order-a-physical-card,tam,TRUE,superadmin,now()
+1505,Acknowledgment Authentication Request,Acknowledgment Authentication Request,html,velocity,"
+
+
+
+
+
+
+
+
+
+
+ உங்கள் நிகழ்வின் நிலையைப் பார்க்க கைமுழுக்கு நிகழ்வு சுருக்கம். ++
+
+
+
+
+
+
+",10006,Resident Services,acknowledgment-authentication-request,tam,TRUE,superadmin,now()
+1499,Acknowledgement for Download a personalized card,Acknowledgement for Download a personalized card,html,velocity,"
+
+
+
+
+
+
+
+ + உங்கள் நிகழ்ச்சியின் நிலையை பார்க்க, மீண்டும் செல்லுக நிகழ்ச்சியின் சுருக்கம். + ++ +
+
+
+
+",10006,Resident Services,acknowledgement-download-a-personalized-card,tam,TRUE,superadmin,now()
+1500,Acknowledgement for Update demographic data,Acknowledgement for Update demographic data,html,velocity,"
+
+
+
+
+
+
+
+
+ + ++ உங்கள் நிகழ்வு நிலையை பார்க்க கொடுங்கள் நிகழ்வு சுருக்கம். + ++ + +
+
+
+
+",10006,Resident Services,acknowledgement-update-demographic-data,tam,TRUE,superadmin,now()
+1501,Acknowledgement for verify email id or phone number,Acknowledgement for verify email id or phone number,html,velocity,"
+
+
+
+
+
+
+ உங்கள் நிகழ்வு நிலையை பார்க்க கெளவுக்கநிகழ்வு சுருக்கம். ++
+
+
+
+",10006,Resident Services,acknowledgement-verify-email-id-or-phone-number,tam,TRUE,superadmin,now()
+1502,Acknowledgement for Secure my Id,Acknowledgement for Secure my Id,html,velocity,"
+
+
+
+
+
+
+ உங்கள் நிகழ்நிலையின் நிலையைப் பார்க்க எங்கள் பின்பதிப்பிக்கு வருக: நிகழ்நிலை சுருக்கம். ++
+
+
+
+",10006,Resident Services,acknowledgement-secure-my-id,tam,TRUE,superadmin,now()
+1504,Acknwoldegement service history type,Acknwoldegement service history type,html,velocity,"
+
+
+
+
+
+ உங்கள் நிகழ்ச்சியின் நிலையைப் பார்க்க மீண்டும் வருக நிகழ்ச்சி சுருக்கம். ++
+
+ + +",10006,Resident Services,service-history-type,tam,TRUE,superadmin,now() +1425,OTP Request Success,OTP Request Success,txt,velocity,Éxito en la Solicitud OTP,10006,Resident Services,mosip.ida.auth-request.OTP-REQUEST.Y.descr,spa,TRUE,superadmin,now() +1506,Acknowledment Get My Id,Acknowledment Get My Id,html,velocity," + + + +
+
+
+
+",10006,Resident Services,acknowledgment-get-my-id,tam,TRUE,superadmin,now()
+1507,Acknowledgment vid card download,Acknowledgment vid card download,html,velocity,"
+
+
+
+
+
+
+ உங்கள் நிகழ்வு நிலையைக் காண விரும்பினால், பின்னூட்டம் செல்ல + நிகழ்வு சுருக்கம். ++
+
+
+
+",10006,Resident Services,acknowledgment-vid-card-download,tam,TRUE,superadmin,now()
+1508,Vid Card Type,Vid Card Type,html,velocity,"
+
+
+
+
+
+
+
+
+
+
+
+
+
+ உங்கள் நிகழ்ச்சியின் நிலையைப் பார்க்க பின்புறக்கோள்ள, கோரிய நிகழ்ச்சி சுருக்கம். ++
+
+
+
+
+
+ ",10006,Resident Services,vid-card-type,tam,TRUE,superadmin,now()
+1301,Request received email subject to customize and download my card,Request received email subject to customize and download my card,txt,velocity,Reconocimiento: $eventDetails | ID del evento: $eventId | Estado: $status,10006,Resident Services,cust-and-down-my-card-request-received-email-subject,spa,TRUE,superadmin,now()
+1302,Success email subject to customize and download my card,Success email subject to customize and download my card,txt,velocity,Reconocimiento: $eventDetails | ID del evento: $eventId | Estado: $status,10006,Resident Services,cust-and-down-my-card-success-email-subject,spa,TRUE,superadmin,now()
+1303,Failure email subject to customize and download my card,Failure email subject to customize and download my card,txt,velocity,Reconocimiento: $eventDetails | ID del evento: $eventId | Estado: $status,10006,Resident Services,cust-and-down-my-card-failure-email-subject,spa,TRUE,superadmin,now()
+1304,Request received email to customize and download my card,Request received email to customize and download my card,txt,velocity,"Estimado $name,
பிறந்த தினம்: $பிறந்ததினம் + +VID: $vid + +VID வகை: $vidType + +உருதியாக்கப்பட்டது: $genratedOnTimestamp + +காலாண்டின் முடிவு: $expiryTimestamp + +மீதமுள்ள பரிவர்த்தனைகள்: $transactionsLeftCount + +Hemos recibido su solicitud para $eventDetails el $date a las $time. Su identificador de evento es #$eventId. Inicie sesión en el sitio web oficial $trackServiceRequestLink para obtener más detalles. ",10006,Resident Services,cust-and-down-my-card-request-received-email-content,spa,TRUE,superadmin,now() +1378,Negative purpose to share my credential with a partner,Negative purpose to share my credential with a partner,txt,velocity,Se intentó compartir datos con un socio,10006,Resident Services,share-cred-with-partner-negative-purpose,spa,TRUE,superadmin,now() +1305,Success email to customize and download my card,Success email to customize and download my card,txt,velocity,"Estimado $name, Su solicitud para $eventDetails se ha completado con éxito el $date a las $time. Su identificador de evento es #$eventId. Inicie sesión en el sitio web oficial $trackServiceRequestLink para obtener más detalles. ",10006,Resident Services,cust-and-down-my-card-success-email-content,spa,TRUE,superadmin,now() +1306,Failure email to customize and download my card,Failure email to customize and download my card,txt,velocity,"Estimado $name, Su solicitud para $eventDetails realizada el $date a las $time ha fallado. Su identificador de evento es #$eventId. Inicie sesión en el sitio web oficial $trackServiceRequestLink para obtener más detalles. ",10006,Resident Services,cust-and-down-my-card-failure-email-content,spa,TRUE,superadmin,now() +1307,Request received email subject to order a physical card,Request received email subject to order a physical card,txt,velocity,Reconocimiento: $eventDetails | ID del evento: $eventId | Estado: $status,10006,Resident Services,order-a-physical-card-request-received-email-subject,spa,TRUE,superadmin,now() +1308,Success email subject to order a physical card,Success email subject to order a physical card,txt,velocity,Reconocimiento: $eventDetails | ID del evento: $eventId | Estado: $status,10006,Resident Services,order-a-physical-card-success-email-subject,spa,TRUE,superadmin,now() +1309,Failure email subject to order a physical card,Failure email subject to order a physical card,txt,velocity,Reconocimiento: $eventDetails | ID del evento: $eventId | Estado: $status,10006,Resident Services,order-a-physical-card-failure-email-subject,spa,TRUE,superadmin,now() +1310,Request received email to order a physical card,Request received email to order a physical card,txt,velocity,"Estimado $name, Hemos recibido su solicitud para $eventDetails el $date a las $time. Su identificador de evento es #$eventId. Inicie sesión en el sitio web oficial $trackServiceRequestLink para obtener más detalles. ",10006,Resident Services,order-a-physical-card-request-received-email-content,spa,TRUE,superadmin,now() +1313,Request received email subject to share my credential with a partner,Request received email subject to share my credential with a partner,txt,velocity,Reconocimiento: $eventDetails | ID del evento: $eventId | Estado: $status,10006,Resident Services,share-cred-with-partner-request-received-email-subject,spa,TRUE,superadmin,now() +1315,Failure email subject to share my credential with a partner,Failure email subject to share my credential with a partner,txt,velocity,Reconocimiento: $eventDetails | ID del evento: $eventId | Estado: $status,10006,Resident Services,share-cred-with-partner-failure-email-subject,spa,TRUE,superadmin,now() +1316,Request received email to share my credential with a partner,Request received email to share my credential with a partner,txt,velocity,"Estimado $name, Se ha recibido su solicitud de $eventDetails ($partner) el $date a las $time. Su ID de evento es #$eventId. Inicie sesión en el sitio web oficial $trackServiceRequestLink para obtener más detalles. ",10006,Resident Services,share-cred-with-partner-request-received-email-content,spa,TRUE,superadmin,now() +1317,Success email to share my credential with a partner,Success email to share my credential with a partner,txt,velocity,"Estimado $name, Su solicitud de $eventDetails ($partner) se ha completado con éxito el $date a las $time. Su ID de evento es #$eventId. Inicie sesión en el sitio web oficial $trackServiceRequestLink para obtener más detalles. ",10006,Resident Services,share-cred-with-partner-success-email-content,spa,TRUE,superadmin,now() +1318,Failure email to share my credential with a partner,Failure email to share my credential with a partner,txt,velocity,"Estimado $name, Su solicitud de $eventDetails ($partner) realizada el $date a las $time ha fallado. Su ID de evento es #$eventId. Inicie sesión en el sitio web oficial $trackServiceRequestLink para obtener más detalles. ",10006,Resident Services,share-cred-with-partner-failure-email-content,spa,TRUE,superadmin,now() +1319,Request received email subject to lock/unlock authentication,Request received email subject to lock/unlock authentication,txt,velocity,Reconocimiento: $eventDetails | ID del evento: $eventId | Estado: $status,10006,Resident Services,lock-unlock-auth-request-received-email-subject,spa,TRUE,superadmin,now() +1320,Success email subject to lock/unlock authentication,Success email subject to lock/unlock authentication,txt,velocity,Reconocimiento: $eventDetails | ID del evento: $eventId | Estado: $status,10006,Resident Services,lock-unlock-auth-success-email-subject,spa,TRUE,superadmin,now() +1321,Failure email subject to lock/unlock authentication,Failure email subject to lock/unlock authentication,txt,velocity,Reconocimiento: $eventDetails | ID del evento: $eventId | Estado: $status,10006,Resident Services,lock-unlock-auth-failure-email-subject,spa,TRUE,superadmin,now() +1322,Request received email to lock/unlock authentication,Request received email to lock/unlock authentication,txt,velocity,"Estimado $name, Hemos recibido su solicitud para $eventDetails el $date a las $time. Su identificador de evento es #$eventId. Inicie sesión en el sitio web oficial $trackServiceRequestLink para obtener más detalles. ",10006,Resident Services,lock-unlock-auth-request-received-email-content,spa,TRUE,superadmin,now() +1379,Positive purpose to lock/unlock various authentication types,Positive purpose to lock/unlock various authentication types,txt,velocity,La autenticación $authType es $status,10006,Resident Services,lock-unlock-auth-positive-purpose,spa,TRUE,superadmin,now() +1323,Success email to lock/unlock authentication,Success email to lock/unlock authentication,txt,velocity,"Estimado $name, Su solicitud para $eventDetails se ha completado con éxito el $date a las $time. Su identificador de evento es #$eventId. Inicie sesión en el sitio web oficial $trackServiceRequestLink para obtener más detalles. ",10006,Resident Services,lock-unlock-auth-success-email-content,spa,TRUE,superadmin,now() +1324,Failure email to lock/unlock authentication,Failure email to lock/unlock authentication,txt,velocity,"Estimado $name, Su solicitud para $eventDetails realizada el $date a las $time ha fallado. Su identificador de evento es #$eventId. Inicie sesión en el sitio web oficial $trackServiceRequestLink para obtener más detalles. ",10006,Resident Services,lock-unlock-auth-failure-email-content,spa,TRUE,superadmin,now() +1325,Request received email subject to self update demographic data,Request received email subject to self update demographic data,txt,velocity,Reconocimiento: $eventDetails | ID del evento: $eventId | Estado: $status,10006,Resident Services,update-demo-data-request-received-email-subject,spa,TRUE,superadmin,now() +1326,Success email subject to self update demographic data,Success email subject to self update demographic data,txt,velocity,Reconocimiento: $eventDetails | ID del evento: $eventId | Estado: $status,10006,Resident Services,update-demo-data-success-email-subject,spa,TRUE,superadmin,now() +1327,Failure email subject to self update demographic data,Failure email subject to self update demographic data,txt,velocity,Reconocimiento: $eventDetails | ID del evento: $eventId | Estado: $status,10006,Resident Services,update-demo-data-failure-email-subject,spa,TRUE,superadmin,now() +1328,Request received email to self update demographic data,Request received email to self update demographic data,txt,velocity,"Estimado $name, Hemos recibido su solicitud para $eventDetails el $date a las $time. Su identificador de evento es #$eventId. Inicie sesión en el sitio web oficial $trackServiceRequestLink para obtener más detalles. ",10006,Resident Services,update-demo-data-request-received-email-content,spa,TRUE,superadmin,now() +1329,Success email to self update demographic data,Success email to self update demographic data,txt,velocity,"Estimado $name, Su solicitud para $eventDetails se ha completado con éxito el $date a las $time. Su identificador de evento es #$eventId. Inicie sesión en el sitio web oficial $trackServiceRequestLink para obtener más detalles. ",10006,Resident Services,update-demo-data-success-email-content,spa,TRUE,superadmin,now() +1330,Failure email to self update demographic data,Failure email to self update demographic data,txt,velocity,"Estimado $name, Su solicitud para $eventDetails realizada el $date a las $time ha fallado. Su identificador de evento es #$eventId. Inicie sesión en el sitio web oficial $trackServiceRequestLink para obtener más detalles. ",10006,Resident Services,update-demo-data-failure-email-content,spa,TRUE,superadmin,now() +1331,Request received email subject to generate or revoke VID,Request received email subject to generate or revoke VID,txt,velocity,Reconocimiento: $eventDetails | ID del evento: $eventId | Estado: $status,10006,Resident Services,gen-or-revoke-vid-request-received-email-subject,spa,TRUE,superadmin,now() +1332,Success email subject to generate or revoke VID,Success email subject to generate or revoke VID,txt,velocity,Reconocimiento: $eventDetails | ID del evento: $eventId | Estado: $status,10006,Resident Services,gen-or-revoke-vid-success-email-subject,spa,TRUE,superadmin,now() +1333,Failure email subject to generate or revoke VID,Failure email subject to generate or revoke VID,txt,velocity,Reconocimiento: $eventDetails | ID del evento: $eventId | Estado: $status,10006,Resident Services,gen-or-revoke-vid-failure-email-subject,spa,TRUE,superadmin,now() +1334,Request received email to generate or revoke VID,Request received email to generate or revoke VID,txt,velocity,"Estimado $name, Hemos recibido su solicitud para $eventDetails el $date a las $time. Su identificador de evento es #$eventId. Inicie sesión en el sitio web oficial $trackServiceRequestLink para obtener más detalles. ",10006,Resident Services,gen-or-revoke-vid-request-received-email-content,spa,TRUE,superadmin,now() +1335,Success email to generate or revoke VID,Success email to generate or revoke VID,txt,velocity,"Estimado $name, Su solicitud para $eventDetails se ha completado con éxito el $date a las $time. Su identificador de evento es #$eventId. Inicie sesión en el sitio web oficial $trackServiceRequestLink para obtener más detalles. ",10006,Resident Services,gen-or-revoke-vid-success-email-content,spa,TRUE,superadmin,now() +1336,Failure email to generate or revoke VID,Failure email to generate or revoke VID,txt,velocity,"Estimado $name, Su solicitud para $eventDetails realizada el $date a las $time ha fallado. Su identificador de evento es #$eventId. Inicie sesión en el sitio web oficial $trackServiceRequestLink para obtener más detalles. ",10006,Resident Services,gen-or-revoke-vid-failure-email-content,spa,TRUE,superadmin,now() +1337,Request received email subject to get my UIN card,Request received email subject to get my UIN card,txt,velocity,Reconocimiento: $eventDetails | ID del evento: $eventId | Estado: $status,10006,Resident Services,get-my-uin-card-request-received-email-subject,spa,TRUE,superadmin,now() +1338,Success email subject to get my UIN card,Success email subject to get my UIN card,txt,velocity,Reconocimiento: $eventDetails | ID del evento: $eventId | Estado: $status,10006,Resident Services,get-my-uin-card-success-email-subject,spa,TRUE,superadmin,now() +1339,Failure email subject to get my UIN card,Failure email subject to get my UIN card,txt,velocity,Reconocimiento: $eventDetails | ID del evento: $eventId | Estado: $status,10006,Resident Services,get-my-uin-card-failure-email-subject,spa,TRUE,superadmin,now() +1340,Request received email to get my UIN card,Request received email to get my UIN card,txt,velocity,"Estimado $name, Hemos recibido su solicitud para $eventDetails el $date a las $time. Su identificador de evento es #$eventId. Inicie sesión en el sitio web oficial $trackServiceRequestLink para obtener más detalles. ",10006,Resident Services,get-my-uin-card-request-received-email-content,spa,TRUE,superadmin,now() +1341,Success email to get my UIN card,Success email to get my UIN card,txt,velocity,"Estimado $name, Su solicitud para $eventDetails se ha completado con éxito el $date a las $time. Su identificador de evento es #$eventId. Inicie sesión en el sitio web oficial $trackServiceRequestLink para obtener más detalles. ",10006,Resident Services,get-my-uin-card-success-email-content,spa,TRUE,superadmin,now() +1439,OTP Request Failed,OTP Request Failed,txt,velocity,Falla en la Solicitud OTP,10006,Resident Services,mosip.ida.auth-request.OTP-REQUEST.N.descr,spa,TRUE,superadmin,now() +1342,Failure email to get my UIN card,Failure email to get my UIN card,txt,velocity,"Estimado $name, Su solicitud para $eventDetails realizada el $date a las $time ha fallado. Su identificador de evento es #$eventId. Inicie sesión en el sitio web oficial $trackServiceRequestLink para obtener más detalles. ",10006,Resident Services,get-my-uin-card-failure-email-content,spa,TRUE,superadmin,now() +1343,Request received email subject to verify my phone and email,Request received email subject to verify my phone and email,txt,velocity,Reconocimiento: $eventDetails | ID del evento: $eventId | Estado: $status,10006,Resident Services,verify-my-phone-email-request-received-email-subject,spa,TRUE,superadmin,now() +1344,Success email subject to verify my phone and email,Success email subject to verify my phone and email,txt,velocity,Reconocimiento: $eventDetails | ID del evento: $eventId | Estado: $status,10006,Resident Services,verify-my-phone-email-success-email-subject,spa,TRUE,superadmin,now() +1345,Failure email subject to verify my phone and email,Failure email subject to verify my phone and email,txt,velocity,Reconocimiento: $eventDetails | ID del evento: $eventId | Estado: $status,10006,Resident Services,verify-my-phone-email-failure-email-subject,spa,TRUE,superadmin,now() +1346,Request received email to verify my phone and email,Request received email to verify my phone and email,txt,velocity,"Estimado $name, Hemos recibido su solicitud para $eventDetails el $date a las $time. Su identificador de evento es #$eventId. Inicie sesión en el sitio web oficial $trackServiceRequestLink para obtener más detalles. ",10006,Resident Services,verify-my-phone-email-request-received-email-content,spa,TRUE,superadmin,now() +1347,Success email to verify my phone and email,Success email to verify my phone and email,txt,velocity,"Estimado $name, Su solicitud para $eventDetails se ha completado con éxito el $date a las $time. Su identificador de evento es #$eventId. Inicie sesión en el sitio web oficial $trackServiceRequestLink para obtener más detalles. ",10006,Resident Services,verify-my-phone-email-success-email-content,spa,TRUE,superadmin,now() +1348,Failure email to verify my phone and email,Failure email to verify my phone and email,txt,velocity,"Estimado $name, Su solicitud para $eventDetails realizada el $date a las $time ha fallado. Su identificador de evento es #$eventId. Inicie sesión en el sitio web oficial $trackServiceRequestLink para obtener más detalles. ",10006,Resident Services,verify-my-phone-email-failure-email-content,spa,TRUE,superadmin,now() +1349,Request received sms to customize and download my card,Request received sms to customize and download my card,txt,velocity,"Estimado $name, Hemos recibido su solicitud para $eventDetails el $date a las $time. Su identificador de evento es #$eventId. Inicie sesión en el sitio web oficial $trackServiceRequestLink para obtener más detalles. ",10006,Resident Services,cust-and-down-my-card-request-received_SMS,spa,TRUE,superadmin,now() +1392,Success summary to lock/unlock various authentication types,Success summary to lock/unlock various authentication types,txt,velocity,La autenticación $authType es $status,10006,Resident Services,lock-unlock-auth-success-summary,spa,TRUE,superadmin,now() +1393,Success summary to self update demographic data,Success summary to self update demographic data,txt,velocity,Los datos se actualizaron con éxito,10006,Resident Services,update-demo-data-success-summary,spa,TRUE,superadmin,now() +1350,Success sms to customize and download my card,Success sms to customize and download my card,txt,velocity,"Estimado $name, Su solicitud para $eventDetails se ha completado con éxito el $date a las $time. Su identificador de evento es #$eventId. Inicie sesión en el sitio web oficial $trackServiceRequestLink para obtener más detalles. ",10006,Resident Services,cust-and-down-my-card-success_SMS,spa,TRUE,superadmin,now() +1351,Failure sms to customize and download my card,Failure sms to customize and download my card,txt,velocity,"Estimado $name, Su solicitud para $eventDetails realizada el $date a las $time ha fallado. Su identificador de evento es #$eventId. Inicie sesión en el sitio web oficial $trackServiceRequestLink para obtener más detalles. ",10006,Resident Services,cust-and-down-my-card-failure_SMS,spa,TRUE,superadmin,now() +1352,Request received sms to order a physical card,Request received sms to order a physical card,txt,velocity,"Estimado $name, Hemos recibido su solicitud para $eventDetails el $date a las $time. Su identificador de evento es #$eventId. Inicie sesión en el sitio web oficial $trackServiceRequestLink para obtener más detalles. ",10006,Resident Services,order-a-physical-card-request-received_SMS,spa,TRUE,superadmin,now() +1353,Success sms to order a physical card,Success sms to order a physical card,txt,velocity,"Estimado $name, +Su solicitud para $eventDetails se ha completado con éxito el $date a las $time. +Su ID de evento es #$eventId. +Inicie sesión en el sitio web oficial $trackServiceRequestLink para obtener más detalles. +Puede seguir el estado de la transacción utilizando el ID de transacción $transactionID en el enlace: $trackingLink",10006,Resident Services,order-a-physical-card-success_SMS,spa,TRUE,superadmin,now() +1354,Failure sms to order a physical card,Failure sms to order a physical card,txt,velocity,"Estimado $name, Su solicitud para $eventDetails realizada el $date a las $time ha fallado. Su identificador de evento es #$eventId. Inicie sesión en el sitio web oficial $trackServiceRequestLink para obtener más detalles. ",10006,Resident Services,order-a-physical-card-failure_SMS,spa,TRUE,superadmin,now() +1355,Request received sms to share my credential with a partner,Request received sms to share my credential with a partner,txt,velocity,"Estimado $name, Hemos recibido su solicitud para $eventDetails el $date a las $time. Su identificador de evento es #$eventId. Inicie sesión en el sitio web oficial $trackServiceRequestLink para obtener más detalles. ",10006,Resident Services,share-cred-with-partner-request-received_SMS,spa,TRUE,superadmin,now() +1356,Success sms to share my credential with a partner,Success sms to share my credential with a partner,txt,velocity,"Estimado $name, +Su solicitud para $eventDetails ($partner) se ha completado con éxito el $date a las $time. +Su ID de evento es #$eventId. +Inicie sesión en el sitio web oficial $trackServiceRequestLink para obtener más detalles. ",10006,Resident Services,share-cred-with-partner-success_SMS,spa,TRUE,superadmin,now() +1357,Failure sms to share my credential with a partner,Failure sms to share my credential with a partner,txt,velocity,"Estimado $name, Su solicitud para $eventDetails realizada el $date a las $time ha fallado. Su identificador de evento es #$eventId. Inicie sesión en el sitio web oficial $trackServiceRequestLink para obtener más detalles. ",10006,Resident Services,share-cred-with-partner-failure_SMS,spa,TRUE,superadmin,now() +1358,Request received sms to lock/unlock authentication,Request received sms to lock/unlock authentication,txt,velocity,"Estimado $name, Hemos recibido su solicitud para $eventDetails el $date a las $time. Su identificador de evento es #$eventId. Inicie sesión en el sitio web oficial $trackServiceRequestLink para obtener más detalles. ",10006,Resident Services,lock-unlock-auth-request-received_SMS,spa,TRUE,superadmin,now() +1359,Success sms to lock/unlock authentication,Success sms to lock/unlock authentication,txt,velocity,"Estimado $name, Su solicitud para $eventDetails se ha completado con éxito el $date a las $time. Su identificador de evento es #$eventId. Inicie sesión en el sitio web oficial $trackServiceRequestLink para obtener más detalles. ",10006,Resident Services,lock-unlock-auth-success_SMS,spa,TRUE,superadmin,now() +1360,Failure sms to lock/unlock authentication,Failure sms to lock/unlock authentication,txt,velocity,"Estimado $name, Su solicitud para $eventDetails realizada el $date a las $time ha fallado. Su identificador de evento es #$eventId. Inicie sesión en el sitio web oficial $trackServiceRequestLink para obtener más detalles. ",10006,Resident Services,lock-unlock-auth-failure_SMS,spa,TRUE,superadmin,now() +1361,Request received sms to self update demographic data,Request received sms to self update demographic data,txt,velocity,"Estimado $name, Hemos recibido su solicitud para $eventDetails el $date a las $time. Su identificador de evento es #$eventId. Inicie sesión en el sitio web oficial $trackServiceRequestLink para obtener más detalles. ",10006,Resident Services,update-demo-data-request-received_SMS,spa,TRUE,superadmin,now() +1362,Success sms to self update demographic data,Success sms to self update demographic data,txt,velocity,"Estimado $name, Su solicitud para $eventDetails se ha completado con éxito el $date a las $time. Su identificador de evento es #$eventId. Inicie sesión en el sitio web oficial $trackServiceRequestLink para obtener más detalles. ",10006,Resident Services,update-demo-data-success_SMS,spa,TRUE,superadmin,now() +1363,Failure sms to self update demographic data,Failure sms to self update demographic data,txt,velocity,"Estimado $name, Su solicitud para $eventDetails realizada el $date a las $time ha fallado. Su identificador de evento es #$eventId. Inicie sesión en el sitio web oficial $trackServiceRequestLink para obtener más detalles. ",10006,Resident Services,update-demo-data-failure_SMS,spa,TRUE,superadmin,now() +1364,Request received sms to generate or revoke VID,Request received sms to generate or revoke VID,txt,velocity,"Estimado $name, Hemos recibido su solicitud para $eventDetails el $date a las $time. Su identificador de evento es #$eventId. Inicie sesión en el sitio web oficial $trackServiceRequestLink para obtener más detalles. ",10006,Resident Services,gen-or-revoke-vid-request-received_SMS,spa,TRUE,superadmin,now() +1365,Success sms to generate or revoke VID,Success sms to generate or revoke VID,txt,velocity,"Estimado $name, Su solicitud para $eventDetails se ha completado con éxito el $date a las $time. Su identificador de evento es #$eventId. Inicie sesión en el sitio web oficial $trackServiceRequestLink para obtener más detalles. ",10006,Resident Services,gen-or-revoke-vid-success_SMS,spa,TRUE,superadmin,now() +1421,Locked status,Locked status,txt,velocity,Bloqueado,10006,Resident Services,mosip.locked.template.property,spa,TRUE,superadmin,now() +1366,Failure sms to generate or revoke VID,Failure sms to generate or revoke VID,txt,velocity,"Estimado $name, Su solicitud para $eventDetails realizada el $date a las $time ha fallado. Su identificador de evento es #$eventId. Inicie sesión en el sitio web oficial $trackServiceRequestLink para obtener más detalles. ",10006,Resident Services,gen-or-revoke-vid-failure_SMS,spa,TRUE,superadmin,now() +1367,Request received sms to get my UIN card,Request received sms to get my UIN card,txt,velocity,"Estimado $name, Hemos recibido su solicitud para $eventDetails el $date a las $time. Su identificador de evento es #$eventId. Inicie sesión en el sitio web oficial $trackServiceRequestLink para obtener más detalles. ",10006,Resident Services,get-my-uin-card-request-received_SMS,spa,TRUE,superadmin,now() +1368,Success sms to get my UIN card,Success sms to get my UIN card,txt,velocity,"Estimado $name, Su solicitud para $eventDetails se ha completado con éxito el $date a las $time. Su identificador de evento es #$eventId. Inicie sesión en el sitio web oficial $trackServiceRequestLink para obtener más detalles. ",10006,Resident Services,get-my-uin-card-success_SMS,spa,TRUE,superadmin,now() +1369,Failure sms to get my UIN card,Failure sms to get my UIN card,txt,velocity,"Estimado $name, Su solicitud para $eventDetails realizada el $date a las $time ha fallado. Su identificador de evento es #$eventId. Inicie sesión en el sitio web oficial $trackServiceRequestLink para obtener más detalles. ",10006,Resident Services,get-my-uin-card-failure_SMS,spa,TRUE,superadmin,now() +1370,Request received sms to verify my phone and email,Request received sms to verify my phone and email,txt,velocity,"Estimado $name, Hemos recibido su solicitud para $eventDetails el $date a las $time. Su identificador de evento es #$eventId. Inicie sesión en el sitio web oficial $trackServiceRequestLink para obtener más detalles. ",10006,Resident Services,verify-my-phone-email-request-received_SMS,spa,TRUE,superadmin,now() +1371,Success sms to verify my phone and email,Success sms to verify my phone and email,txt,velocity,"Estimado $name, Su solicitud para $eventDetails se ha completado con éxito el $date a las $time. Su identificador de evento es #$eventId. Inicie sesión en el sitio web oficial $trackServiceRequestLink para obtener más detalles. ",10006,Resident Services,verify-my-phone-email-success_SMS,spa,TRUE,superadmin,now() +1372,Failure sms to verify my phone and email,Failure sms to verify my phone and email,txt,velocity,"Estimado $name, Su solicitud para $eventDetails realizada el $date a las $time ha fallado. Su identificador de evento es #$eventId. Inicie sesión en el sitio web oficial $trackServiceRequestLink para obtener más detalles. ",10006,Resident Services,verify-my-phone-email-failure_SMS,spa,TRUE,superadmin,now() +1373,Positive purpose to customize and download my card,Positive purpose to customize and download my card,txt,velocity,Se descargó la tarjeta personalizada,10006,Resident Services,cust-and-down-my-card-positive-purpose,spa,TRUE,superadmin,now() +1374,Negative purpose to customize and download my card,Negative purpose to customize and download my card,txt,velocity,Se intentó descargar una tarjeta personalizada,10006,Resident Services,cust-and-down-my-card-negative-purpose,spa,TRUE,superadmin,now() +1375,Positive purpose to order a physical card,Positive purpose to order a physical card,txt,velocity,Se ordenó la tarjeta física,10006,Resident Services,order-a-physical-card-positive purpose,spa,TRUE,superadmin,now() +1376,Negative purpose to order a physical card,Negative purpose to order a physical card,txt,velocity,Se intentó ordenar una tarjeta física,10006,Resident Services,order-a-physical-card-negative purpose,spa,TRUE,superadmin,now() +1377,Positive purpose to share my credential with a partner,Positive purpose to share my credential with a partner,txt,velocity,Se compartieron datos con un socio,10006,Resident Services,share-cred-with-partner-positive-purpose,spa,TRUE,superadmin,now() +1380,Negative purpose to lock/unlock various authentication types,Negative purpose to lock/unlock various authentication types,txt,velocity,Se intentó bloquear/desbloquear tipos de autenticación,10006,Resident Services,lock-unlock-auth-negative-purpose,spa,TRUE,superadmin,now() +1381,Positive Purpose to self update demographic data,Positive Purpose to self update demographic data,txt,velocity,Los datos se actualizaron con éxito,10006,Resident Services,update-demo-data-positive-purpose,spa,TRUE,superadmin,now() +1382,Negative Purpose to self update demographic data,Negative Purpose to self update demographic data,txt,velocity,Se intentó actualizar datos,10006,Resident Services,update-demo-data-negative-purpose,spa,TRUE,superadmin,now() +1383,Positive Purpose to generate or revoke VIDs,Positive Purpose to generate or revoke VIDs,txt,velocity,VID fue $actionPerformed,10006,Resident Services,gen-or-revoke-vid-positive-purpose,spa,TRUE,superadmin,now() +1384,Negative Purpose to generate or revoke VIDs,Negative Purpose to generate or revoke VIDs,txt,velocity,Se intentó $actionPerformed VID,10006,Resident Services,gen-or-revoke-vid-negative-purpose,spa,TRUE,superadmin,now() +1385,Positive purpose to get my UIN card,Positive purpose to get my UIN card,txt,velocity,Se descargó la tarjeta UIN,10006,Resident Services,get-my-uin-card-positive-purpose,spa,TRUE,superadmin,now() +1386,Negative purpose to get my UIN card,Negative purpose to get my UIN card,txt,velocity,Se intentó descargar la tarjeta UIN,10006,Resident Services,get-my-uin-card-negative-purpose,spa,TRUE,superadmin,now() +1387,Positive purpose to verify my phone number and email ID,Positive purpose to verify my phone number and email ID,txt,velocity,$channel fue verificado,10006,Resident Services,verify-my-phone-email-positive-purpose,spa,TRUE,superadmin,now() +1388,Negative purpose to verify my phone number and email ID,Negative purpose to verify my phone number and email ID,txt,velocity,Se intentó verificar $channel,10006,Resident Services,verify-my-phone-email-negative-purpose,spa,TRUE,superadmin,now() +1389,Success summary to customize and download my card,Success summary to customize and download my card,txt,velocity,La tarjeta personalizada se descargó exitosamente,10006,Resident Services,cust-and-down-my-card-success-summary,spa,TRUE,superadmin,now() +1390,Success summary to order a physical card,Success summary to order a physical card,txt,velocity,El pedido de una tarjeta física se realizó con éxito con el socio,10006,Resident Services,order-a-physical-card-success-summary,spa,TRUE,superadmin,now() +1391,Success summary to share my credential with a partner,Success summary to share my credential with a partner,txt,velocity,Sus datos se compartieron exitosamente,10006,Resident Services,share-cred-with-partner-success-summary,spa,TRUE,superadmin,now() +1394,Success summary to generate or revoke VIDs,Success summary to generate or revoke VIDs,txt,velocity,$vidType VID $maskedVID fue $actionPerformed exitosamente,10006,Resident Services,gen-or-revoke-vid-success-summary,spa,TRUE,superadmin,now() +1395,Success summary to get my UIN card,Success summary to get my UIN card,txt,velocity,La tarjeta UIN se descargó exitosamente,10006,Resident Services,get-my-uin-card-success-summary,spa,TRUE,superadmin,now() +1396,Success summary to verify my phone and email,Success summary to verify my phone and email,txt,velocity,Su $channel fue verificado exitosamente,10006,Resident Services,verify-my-phone-email-success-summary,spa,TRUE,superadmin,now() +1397,Receiving OTP mail Subject,Receiving OTP mail Subject,txt,velocity,OTP | $eventDetails,10006,Resident Services,receive-otp-mail-subject,spa,TRUE,superadmin,now() +1398,Receiving OTP Mail Content,Receiving OTP Mail Content,txt,velocity,"Estimado $name, Utilice OTP $otp para actualizar sus datos.",10006,Resident Services,receive-otp-mail-content,spa,TRUE,superadmin,now() +1399,Receive OTP,Receive OTP,txt,velocity,$eventDetails: Utilice OTP $otp para actualizar sus datos.,10006,Resident Services,receive-otp,spa,TRUE,superadmin,now() +1400,Vid Card Download Positive Purpose,Vid Card Download Positive Purpose,txt,velocity,La tarjeta VID está disponible para descargar,10006,Resident Services,vid-card-download-positive-purpose,spa,TRUE,superadmin,now() +1401,Vid Card Download Negative Purpose,Vid Card Download Negative Purpose,txt,velocity,Se intentó descargar la tarjeta VID,10006,Resident Services,vid-card-download-negative-purpose,spa,TRUE,superadmin,now() +1402,Vid Card Download Positive Summary,Vid Card Download Positive Summary,txt,velocity,La tarjeta VID está disponible para descargar,10006,Resident Services,vid-card-download-positive-summary,spa,TRUE,superadmin,now() +1403,Phone,Phone,txt,velocity,Teléfono,10006,Resident Services,mosip.phone.template.property,spa,TRUE,superadmin,now() +1404,Email,Email,txt,velocity,Correo electrónico,10006,Resident Services,mosip.email.template.property,spa,TRUE,superadmin,now() +1405,Request received email subject to download my VID card,Request received email subject to download my VID card,txt,velocity,Reconocimiento: $eventDetails | ID del evento: $eventId | Estado: $status,10006,Resident Services,vid-card-download-request-received-email-subject,spa,TRUE,superadmin,now() +1406,Success email subject to download my VID card,Success email subject to download my VID card,txt,velocity,Reconocimiento: $eventDetails | ID del evento: $eventId | Estado: $status,10006,Resident Services,vid-card-download-success-email-subject,spa,TRUE,superadmin,now() +1407,Failure email subject to download my VID card,Failure email subject to download my VID card,txt,velocity,Reconocimiento: $eventDetails | ID del evento: $eventId | Estado: $status,10006,Resident Services,vid-card-download-failure-email-subject,spa,TRUE,superadmin,now() +1408,Request received email to download my VID card,Request received email to download my VID card,txt,velocity,"Estimado $name, Hemos recibido su solicitud para $eventDetails el $date a las $time. Su identificador de evento es #$eventId. Inicie sesión en el sitio web oficial $trackServiceRequestLink para obtener más detalles. ",10006,Resident Services,vid-card-download-request-received-email-content,spa,TRUE,superadmin,now() +1409,Success email to download my VID card,Success email to download my VID card,txt,velocity,"Estimado $name, Su solicitud para $eventDetails se ha completado con éxito el $date a las $time. Su identificador de evento es #$eventId. Inicie sesión en el sitio web oficial $trackServiceRequestLink para obtener más detalles. ",10006,Resident Services,vid-card-download-success-email-content,spa,TRUE,superadmin,now() +1410,Failure email to download my VID card,Failure email to download my VID card,txt,velocity,"Estimado $name, Su solicitud para $eventDetails realizada el $date a las $time ha fallado. Su identificador de evento es #$eventId. Inicie sesión en el sitio web oficial $trackServiceRequestLink para obtener más detalles. ",10006,Resident Services,vid-card-download-failure-email-content,spa,TRUE,superadmin,now() +1411,Request received sms to download my VID card,Request received sms to download my VID card,txt,velocity,"Estimado $name, Hemos recibido su solicitud para $eventDetails el $date a las $time. Su identificador de evento es #$eventId. Inicie sesión en el sitio web oficial $trackServiceRequestLink para obtener más detalles. ",10006,Resident Services,vid-card-download-request-received_SMS,spa,TRUE,superadmin,now() +1412,Success sms to download my VID card,Success sms to download my VID card,txt,velocity,"Estimado $name, Su solicitud para $eventDetails se ha completado con éxito el $date a las $time. Su identificador de evento es #$eventId. Inicie sesión en el sitio web oficial $trackServiceRequestLink para obtener más detalles. ",10006,Resident Services,vid-card-download-success_SMS,spa,TRUE,superadmin,now() +1413,Failure sms to download my VID card,Failure sms to download my VID card,txt,velocity,"Estimado $name, Su solicitud para $eventDetails realizada el $date a las $time ha fallado. Su identificador de evento es #$eventId. Inicie sesión en el sitio web oficial $trackServiceRequestLink para obtener más detalles. ",10006,Resident Services,vid-card-download-failure_SMS,spa,TRUE,superadmin,now() +1414,Email otp,Email otp,txt,velocity,Email OTP,10006,Resident Services,mosip.otp-email.template.property,spa,TRUE,superadmin,now() +1415,Phone otp,Phone otp,txt,velocity,Teléfono OTP,10006,Resident Services,mosip.otp-phone.template.property,spa,TRUE,superadmin,now() +1416,Demographic,Demographic,txt,velocity,Demográfico,10006,Resident Services,mosip.demo.template.property,spa,TRUE,superadmin,now() +1417,Finger bio,Finger bio,txt,velocity,Huella Digital,10006,Resident Services,mosip.bio-finger.template.property,spa,TRUE,superadmin,now() +1418,Iris bio,Iris bio,txt,velocity,Iris,10006,Resident Services,mosip.bio-iris.template.property,spa,TRUE,superadmin,now() +1419,Face bio,Face bio,txt,velocity,Rostro,10006,Resident Services,mosip.bio-face.template.property,spa,TRUE,superadmin,now() +1420,Unlocked status,Unlocked status,txt,velocity,Desbloqueado,10006,Resident Services,mosip.unlocked.template.property,spa,TRUE,superadmin,now() +1426,OTP Authentication Success,OTP Authentication Success,txt,velocity,Éxito en la Autenticación OTP,10006,Resident Services,mosip.ida.auth-request.OTP-AUTH.Y.descr,spa,TRUE,superadmin,now() +1427,Demo Authentication Success,Demo Authentication Success,txt,velocity,Éxito en la Autenticación de Demostración,10006,Resident Services,mosip.ida.auth-request.DEMO-AUTH.Y.descr,spa,TRUE,superadmin,now() +1428,Finger Authentication Success,Finger Authentication Success,txt,velocity,Éxito en la Autenticación de Huella Digital,10006,Resident Services,mosip.ida.auth-request.FINGERPRINT-AUTH.Y.descr,spa,TRUE,superadmin,now() +1429,Iris Authentication Success,Iris Authentication Success,txt,velocity,Éxito en la Autenticación de Iris,10006,Resident Services,mosip.ida.auth-request.IRIS-AUTH.Y.descr,spa,TRUE,superadmin,now() +1430,Face Authentication Success,Face Authentication Success,txt,velocity,Éxito en la Autenticación de Rostro,10006,Resident Services,mosip.ida.auth-request.FACE-AUTH.Y.descr,spa,TRUE,superadmin,now() +1431,Pin Authentication Success,Pin Authentication Success,txt,velocity,Éxito en la Autenticación de PIN,10006,Resident Services,mosip.ida.auth-request.STATIC-PIN-AUTH.Y.descr,spa,TRUE,superadmin,now() +1432,Static Pin Store Request Success,Static Pin Store Request Success,txt,velocity,Éxito en la Solicitud de Almacenamiento de PIN Estático,10006,Resident Services,mosip.ida.auth-request.STATIC-PIN-STORAGE.Y.descr,spa,TRUE,superadmin,now() +1433,EKYC Authentication Request Success,EKYC Authentication Request Success,txt,velocity,Éxito en la Autenticación EKYC,10006,Resident Services,mosip.ida.auth-request.EKYC-AUTH.Y.descr,spa,TRUE,superadmin,now() +1434,KYC Authentication Request Success,KYC Authentication Request Success,txt,velocity,Éxito en la Autenticación KYC,10006,Resident Services,mosip.ida.auth-request.KYC-AUTH.Y.descr,spa,TRUE,superadmin,now() +1435,KYC Exchange Request Success,KYC Exchange Request Success,txt,velocity,Éxito en la Solicitud de Intercambio KYC,10006,Resident Services,mosip.ida.auth-request.KYC-EXCHANGE.Y.descr,spa,TRUE,superadmin,now() +1436,Identity Key Binding Request Success,Identity Key Binding Request Success,txt,velocity,Éxito en la Solicitud de Vinculación de Clave de Identidad,10006,Resident Services,mosip.ida.auth-request.IDENTITY-KEY-BINDING.Y.descr,spa,TRUE,superadmin,now() +1437,Token Request Success,Token Request Success,txt,velocity,Éxito en la Solicitud de Token,10006,Resident Services,mosip.ida.auth-request.TOKEN-REQUEST.Y.descr,spa,TRUE,superadmin,now() +1438,Token based Authentication Success,Token based Authentication Success,txt,velocity,Éxito en la Autenticación basada en Token,10006,Resident Services,mosip.ida.auth-request.TOKEN-AUTH.Y.descr,spa,TRUE,superadmin,now() +1440,OTP Authentication Failed,OTP Authentication Failed,txt,velocity,Falla en la Autenticación OTP,10006,Resident Services,mosip.ida.auth-request.OTP-AUTH.N.descr,spa,TRUE,superadmin,now() +1441,Demo Authentication Failed,Demo Authentication Failed,txt,velocity,Falla en la Autenticación de Demostración,10006,Resident Services,mosip.ida.auth-request.DEMO-AUTH.N.descr,spa,TRUE,superadmin,now() +1442,Finger Authentication Failed,Finger Authentication Failed,txt,velocity,Falla en la Autenticación de Huella Digital,10006,Resident Services,mosip.ida.auth-request.FINGERPRINT-AUTH.N.descr,spa,TRUE,superadmin,now() +1443,Iris Authentication Failed,Iris Authentication Failed,txt,velocity,Falla en la Autenticación de Iris,10006,Resident Services,mosip.ida.auth-request.IRIS-AUTH.N.descr,spa,TRUE,superadmin,now() +1444,Face Authentication Failed,Face Authentication Failed,txt,velocity,Falla en la Autenticación de Rostro,10006,Resident Services,mosip.ida.auth-request.FACE-AUTH.N.descr,spa,TRUE,superadmin,now() +1445,Pin Authentication Failed,Pin Authentication Failed,txt,velocity,Falla en la Autenticación de PIN,10006,Resident Services,mosip.ida.auth-request.STATIC-PIN-AUTH.N.descr,spa,TRUE,superadmin,now() +1446,Static Pin Store Request Failed,Static Pin Store Request Failed,txt,velocity,Falla en la Solicitud de Almacenamiento de PIN Estático,10006,Resident Services,mosip.ida.auth-request.STATIC-PIN-STORAGE.N.descr,spa,TRUE,superadmin,now() +1447,EKYC Authentication Request Failed,EKYC Authentication Request Failed,txt,velocity,Falla en la Autenticación EKYC,10006,Resident Services,mosip.ida.auth-request.EKYC-AUTH.N.descr,spa,TRUE,superadmin,now() +1448,KYC Authentication Request Failed,KYC Authentication Request Failed,txt,velocity,Falla en la Autenticación KYC,10006,Resident Services,mosip.ida.auth-request.KYC-AUTH.N.descr,spa,TRUE,superadmin,now() +1449,KYC Exchange Request Failed,KYC Exchange Request Failed,txt,velocity,Falla en la Solicitud de Intercambio KYC,10006,Resident Services,mosip.ida.auth-request.KYC-EXCHANGE.N.descr,spa,TRUE,superadmin,now() +1450,Identity Key Binding Request Failed,Identity Key Binding Request Failed,txt,velocity,Falla en la Solicitud de Vinculación de Clave de Identidad,10006,Resident Services,mosip.ida.auth-request.IDENTITY-KEY-BINDING.N.descr,spa,TRUE,superadmin,now() +1451,Token Request Failed,Token Request Failed,txt,velocity,Falla en la Solicitud de Token,10006,Resident Services,mosip.ida.auth-request.TOKEN-REQUEST.N.descr,spa,TRUE,superadmin,now() +1452,Token based Authentication Failed,Token based Authentication Failed,txt,velocity,Falla en la Autenticación basada en Token,10006,Resident Services,mosip.ida.auth-request.TOKEN-AUTH.N.descr,spa,TRUE,superadmin,now() +1453,Unknown Request/Authentication Success,Unknown Request/Authentication Success,txt,velocity,Solicitud/Éxito de Autenticación Desconocida,10006,Resident Services,mosip.ida.auth-request.UNKNOWN.Y.descr,spa,TRUE,superadmin,now() +1454,Unknown Request/Authentication Failed,Unknown Request/Authentication Failed,txt,velocity,Solicitud/Fallo de Autenticación Desconocida,10006,Resident Services,mosip.ida.auth-request.UNKNOWN.N.descr,spa,TRUE,superadmin,now() +1455,OTP Request,OTP Request,txt,velocity,Solicitud de OTP,10006,Resident Services,mosip.auth-type-code.OTP-REQUEST,spa,TRUE,superadmin,now() +1456,OTP Authentication,OTP Authentication,txt,velocity,Autenticación de OTP,10006,Resident Services,mosip.auth-type-code.OTP-AUTH,spa,TRUE,superadmin,now() +1457,Demo Authentication,Demo Authentication,txt,velocity,Autenticación de Demostración,10006,Resident Services,mosip.auth-type-code.DEMO-AUTH,spa,TRUE,superadmin,now() +1458,Finger Authentication,Finger Authentication,txt,velocity,Autenticación de Huella Digital,10006,Resident Services,mosip.auth-type-code.FINGERPRINT-AUTH,spa,TRUE,superadmin,now() +1459,Iris Authentication,Iris Authentication,txt,velocity,Autenticación de Iris,10006,Resident Services,mosip.auth-type-code.IRIS-AUTH,spa,TRUE,superadmin,now() +1461,Pin Authentication,Pin Authentication,txt,velocity,Autenticación de PIN Estático,10006,Resident Services,mosip.auth-type-code.STATIC-PIN-AUTH,spa,TRUE,superadmin,now() +1462,Static Pin Store Request,Static Pin Store Request,txt,velocity,Almacenamiento de PIN Estático,10006,Resident Services,mosip.auth-type-code.STATIC-PIN-STORAGE,spa,TRUE,superadmin,now() +1463,EKYC Authentication Request,EKYC Authentication Request,txt,velocity,Autenticación EKYC,10006,Resident Services,mosip.auth-type-code.EKYC-AUTH,spa,TRUE,superadmin,now() +1464,KYC Authentication Request,KYC Authentication Request,txt,velocity,Autenticación KYC,10006,Resident Services,mosip.auth-type-code.KYC-AUTH,spa,TRUE,superadmin,now() +1465,KYC Exchange Request,KYC Exchange Request,txt,velocity,Intercambio de KYC,10006,Resident Services,mosip.auth-type-code.KYC-EXCHANGE,spa,TRUE,superadmin,now() +1466,Identity Key Binding Request,Identity Key Binding Request,txt,velocity,Vinculación de Clave de Identidad,10006,Resident Services,mosip.auth-type-code.IDENTITY-KEY-BINDING,spa,TRUE,superadmin,now() +1467,Token Request,Token Request,txt,velocity,Solicitud de Token,10006,Resident Services,mosip.auth-type-code.TOKEN-REQUEST,spa,TRUE,superadmin,now() +1468,Token based Authentication,Token based Authentication,txt,velocity,Autenticación de Token,10006,Resident Services,mosip.auth-type-code.TOKEN-AUTH,spa,TRUE,superadmin,now() +1469,PWD,PWD,txt,velocity,PWD,10006,Resident Services,mosip.auth-type-code.PWD,spa,TRUE,superadmin,now() +1470,PIN,PIN,txt,velocity,PIN,10006,Resident Services,mosip.auth-type-code.PIN,spa,TRUE,superadmin,now() +1471,OTP,OTP,txt,velocity,OTP,10006,Resident Services,mosip.auth-type-code.OTP,spa,TRUE,superadmin,now() +1472,Wallet,Wallet,txt,velocity,Billetera,10006,Resident Services,mosip.auth-type-code.Wallet,spa,TRUE,superadmin,now() +1473,L1-bio-device,L1-bio-device,txt,velocity,Dispositivo biométrico L1,10006,Resident Services,mosip.auth-type-code.L1-bio-device,spa,TRUE,superadmin,now() +1474,Unknown attribute,Unknown attribute,txt,velocity,Desconocido,10006,Resident Services,mosip.template.UNKNOWN,spa,TRUE,superadmin,now() +1475,Authentication Request event type,Authentication Request event type,txt,velocity,Solicitud de Autenticación,10006,Resident Services,mosip.event.type.AUTHENTICATION_REQUEST,spa,TRUE,superadmin,now() +1476,Share Credential With Partner event type,Share Credential With Partner event type,txt,velocity,Compartir Credenciales con Socio,10006,Resident Services,mosip.event.type.SHARE_CRED_WITH_PARTNER,spa,TRUE,superadmin,now() +1477,Download Personalized Card event type,Download Personalized Card event type,txt,velocity,Descargar Tarjeta Personalizada,10006,Resident Services,mosip.event.type.DOWNLOAD_PERSONALIZED_CARD,spa,TRUE,superadmin,now() +1478,Order a Physical Card event type,Order a Physical Card event type,txt,velocity,Ordenar una Tarjeta Física,10006,Resident Services,mosip.event.type.ORDER_PHYSICAL_CARD,spa,TRUE,superadmin,now() +1479,Get UIN Card event type,Get UIN Card event type,txt,velocity,Obtener Tarjeta UIN,10006,Resident Services,mosip.event.type.GET_MY_ID,spa,TRUE,superadmin,now() +1480,Update UIN Data event type,Update UIN Data event type,txt,velocity,Actualizar Datos UIN,10006,Resident Services,mosip.event.type.UPDATE_MY_UIN,spa,TRUE,superadmin,now() +1481,Generate VID event type,Generate VID event type,txt,velocity,Generar VID,10006,Resident Services,mosip.event.type.GENERATE_VID,spa,TRUE,superadmin,now() +1482,Revoke VID event type,Revoke VID event type,txt,velocity,Revocar VID,10006,Resident Services,mosip.event.type.REVOKE_VID,spa,TRUE,superadmin,now() +1483,Secure My ID event type,Secure My ID event type,txt,velocity,Proteger Mi ID,10006,Resident Services,mosip.event.type.AUTH_TYPE_LOCK_UNLOCK,spa,TRUE,superadmin,now() +1484,Download VID Card event type,Download VID Card event type,txt,velocity,Descargar Tarjeta VID,10006,Resident Services,mosip.event.type.VID_CARD_DOWNLOAD,spa,TRUE,superadmin,now() +1485,Send OTP event type,Send OTP event type,txt,velocity,Enviar OTP,10006,Resident Services,mosip.event.type.SEND_OTP,spa,TRUE,superadmin,now() +1486,Verify My Phone/Email event type,Verify My Phone/Email event type,txt,velocity,Verificar Mi Teléfono/Email,10006,Resident Services,mosip.event.type.VALIDATE_OTP,spa,TRUE,superadmin,now() +1487,Default event type,Default event type,txt,velocity,Por Defecto,10006,Resident Services,mosip.event.type.DEFAULT,spa,TRUE,superadmin,now() +1488,Authentication Request service type,Authentication Request service type,txt,velocity,Solicitud de Autenticación,10006,Resident Services,mosip.service.type.AUTHENTICATION_REQUEST,spa,TRUE,superadmin,now() +1489,Service Request service type,Service Request service type,txt,velocity,Solicitud de Servicio,10006,Resident Services,mosip.service.type.SERVICE_REQUEST,spa,TRUE,superadmin,now() +1490,Data Update Request service type,Data Update Request service type,txt,velocity,Solicitud de Actualización de Datos,10006,Resident Services,mosip.service.type.DATA_UPDATE_REQUEST,spa,TRUE,superadmin,now() +1491,ID Management Request service type,ID Management Request service type,txt,velocity,Solicitud de Gestión de ID,10006,Resident Services,mosip.service.type.ID_MANAGEMENT_REQUEST,spa,TRUE,superadmin,now() +1492,Data Share Request service type,Data Share Request service type,txt,velocity,Solicitud de Compartir Datos,10006,Resident Services,mosip.service.type.DATA_SHARE_REQUEST,spa,TRUE,superadmin,now() +1493,Async service type,Async service type,txt,velocity,Asincrónico,10006,Resident Services,mosip.service.type.ASYNC,spa,TRUE,superadmin,now() +1494,All attribute,All attribute,txt,velocity,Todos,10006,Resident Services,mosip.template.ALL,spa,TRUE,superadmin,now() +1648,Cancelled summary to self update demographic data,Cancelled summary to self update demographic data,txt,velocity,உங்கள் தரவைப் புதுப்பிப்பதற்கான கோரிக்கை வெற்றிகரமாக ரத்து செய்யப்பட்டது,10006,Resident Services,update-demo-data-cancelled-summary,tam,TRUE,superadmin,now() +1652,Cancelled summary to self update demographic data,Cancelled summary to self update demographic data,txt,velocity,आपके डेटा को अपडेट करने का अनुरोध सफलतापूर्वक रद्द कर दिया गया,10006,Resident Services,update-demo-data-cancelled-purpose,hin,TRUE,superadmin,now() +1495,Acknowledgement for share credential with a partner,Acknowledgement for share credential with a partner,html,velocity," + + + +
+
+
+",10006,Resident Services,acknowledgement-share-cred-with-partner,spa,TRUE,superadmin,now()
+1496,List of supporting documents,List of supporting documents,html,velocity,"
+
+
+
+
+
+
+
+
+
+
+ Para ver el estado del evento, vuelva a Resumen del evento. ++
+
+
+
+
+
+ ",10006,Resident Services,supporting-docs-list,spa,TRUE,superadmin,now()
+1497,Acknowledgement for manage my vid,Acknowledgement for manage my vid,html,velocity,"
+
+
+
+ Documentos de respaldo + +
+
+ +
+ + + + +
+ + + + + +
+
+
+
+",10006,Resident Services,acknowledgement-manage-my-vid,spa,TRUE,superadmin,now()
+1510,Revoked,Revoked,txt,velocity,إلغاء - فسخ,10006,Resident Services,mosip.revoked.template.property,ara,TRUE,superadmin,now()
+1509,Generated,Generated,txt,velocity,जेनरेट,10006,Resident Services,mosip.generated.template.property,hin,TRUE,superadmin,now()
+1498,Acknowledgement for order a physical card,Acknowledgement for order a physical card,html,velocity,"
+
+
+
+
+
+ Para ver el estado de su evento, regrese a resumen del evento. ++
+
+
+
+",10006,Resident Services,acknowledgement-order-a-physical-card,spa,TRUE,superadmin,now()
+1499,Acknowledgement for Download a personalized card,Acknowledgement for Download a personalized card,html,velocity,"
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ + ++ Para ver el estado de su evento, regrese a + + resumen del evento + + . + ++ + +
+
+
+
+
+
+
+",10006,Resident Services,acknowledgement-download-a-personalized-card,spa,TRUE,superadmin,now()
+1649,Cancelled summary to self update demographic data,Cancelled summary to self update demographic data,txt,velocity,Solicitud de Actualización de tus datos cancelada exitosamente,10006,Resident Services,update-demo-data-cancelled-summary,spa,TRUE,superadmin,now()
+1655,Cancelled summary to self update demographic data,Cancelled summary to self update demographic data,txt,velocity,Solicitud de Actualización de tus datos cancelada exitosamente,10006,Resident Services,update-demo-data-cancelled-purpose,spa,TRUE,superadmin,now()
+1650,Cancelled summary to self update demographic data,Cancelled summary to self update demographic data,txt,velocity,Demande de mise à jour de vos données annulée avec succès,10006,Resident Services,update-demo-data-cancelled-purpose,fra,TRUE,superadmin,now()
+1651,Cancelled summary to self update demographic data,Cancelled summary to self update demographic data,txt,velocity,ألغيت,تم إلغاء طلب تحديث بياناتك بنجاح,Resident Services,update-demo-data-cancelled-purpose,ara,TRUE,superadmin,now()
+1500,Acknowledgement for Update demographic data,Acknowledgement for Update demographic data,html,velocity,"
+
+
+
+
+
+
+
+
+
+
+
+
+ + Para ver el estado de su evento, regrese a resumen del evento. + ++ +
+
+
+
+
+
+
+",10006,Resident Services,acknowledgement-update-demographic-data,spa,TRUE,superadmin,now()
+1501,Acknowledgement for verify email id or phone number,Acknowledgement for verify email id or phone number,html,velocity,"
+
+
+
+
+
+
+
+
+ + Para ver el estado de su evento, regrese a resumen del evento. + ++ +
+
+
+
+",10006,Resident Services,acknowledgement-verify-email-id-or-phone-number,spa,TRUE,superadmin,now()
+1502,Acknowledgement for Secure my Id,Acknowledgement for Secure my Id,html,velocity,"
+
+
+
+
+
+
+
+
+
+
+ Para ver el estado de su evento, regrese a resumen del evento. ++
+
+
+
+
+
+
+",10006,Resident Services,acknowledgement-secure-my-id,spa,TRUE,superadmin,now()
+1510,Revoked,Revoked,txt,velocity,निरस्त,10006,Resident Services,mosip.revoked.template.property,hin,TRUE,superadmin,now()
+1509,Generated,Generated,txt,velocity,ರಚಿಸಲಾಗಿದೆ,10006,Resident Services,mosip.generated.template.property,kan,TRUE,superadmin,now()
+1503,List of registration centers,List of registration centers,html,velocity,"
+
+
+
+
+
+
+
+
+
+
+ + Para ver el estado de su evento, regrese a resumen del evento. + + ++ + + Centros de Registro + + ++ +
+ + +",10006,Resident Services,registration-centers-list,spa,TRUE,superadmin,now() +1504,Acknwoldegement service history type,Acknwoldegement service history type,html,velocity," + + +
+
+ + +",10006,Resident Services,service-history-type,spa,TRUE,superadmin,now() +1601,Failure email to self update demographic data,Failure email to self update demographic data,txt,velocity,"عزيزي $name، + فشل طلب هوية التحديث لمعرف الحدث: #$eventId. <ر> + قم بتسجيل الدخول إلى الموقع الرسمي $trackServiceRequestLink لمزيد من التفاصيل. <ر>",10006,Resident Services,update-demo-data-regproc-failure-email-content,ara,TRUE,superadmin,now() +1505,Acknowledgment Authentication Request,Acknowledgment Authentication Request,html,velocity," + + + +
+
+
+
+",10006,Resident Services,acknowledgment-authentication-request,spa,TRUE,superadmin,now()
+1506,Acknowledment Get My Id,Acknowledment Get My Id,html,velocity,"
+
+
+
+
+
+
+ Para ver el estado de su evento, regrese a resumen del evento. ++
+
+
+
+",10006,Resident Services,acknowledgment-get-my-id,spa,TRUE,superadmin,now()
+1507,Acknowledgment vid card download,Acknowledgment vid card download,html,velocity,"
+
+
+
+
+
+
+ Para ver el estado de su evento, regrese a resumen del evento. ++
+
+
+
+",10006,Resident Services,acknowledgment-vid-card-download,spa,TRUE,superadmin,now()
+1508,Vid Card Type,Vid Card Type,html,velocity,"
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Para ver el estado de su evento, regrese a resumen del evento. ++
+
+
+
+
+
+",10006,Resident Services,vid-card-type,spa,TRUE,superadmin,now()
+1509,Generated,Generated,txt,velocity,generated,10006,Resident Services,mosip.generated.template.property,eng,TRUE,superadmin,now()
+1510,Revoked,Revoked,txt,velocity,revoked,10006,Resident Services,mosip.revoked.template.property,eng,TRUE,superadmin,now()
+1509,Generated,Generated,txt,velocity,généré,10006,Resident Services,mosip.generated.template.property,fra,TRUE,superadmin,now()
+1510,Revoked,Revoked,txt,velocity,révoqué,10006,Resident Services,mosip.revoked.template.property,fra,TRUE,superadmin,now()
+1509,Generated,Generated,txt,velocity,ولدت,10006,Resident Services,mosip.generated.template.property,ara,TRUE,superadmin,now()
+1510,Revoked,Revoked,txt,velocity,ಹಿಂಪಡೆಯಲಾಗಿದೆ,10006,Resident Services,mosip.revoked.template.property,kan,TRUE,superadmin,now()
+1509,Generated,Generated,txt,velocity,உருவாக்கப்பட்டது,10006,Resident Services,mosip.generated.template.property,tam,TRUE,superadmin,now()
+1510,Revoked,Revoked,txt,velocity,ரத்து செய்யப்பட்டது,10006,Resident Services,mosip.revoked.template.property,tam,TRUE,superadmin,now()
+1509,Generated,Generated,txt,velocity,generado,10006,Resident Services,mosip.generated.template.property,spa,TRUE,superadmin,now()
+1510,Revoked,Revoked,txt,velocity,revocado,10006,Resident Services,mosip.revoked.template.property,spa,TRUE,superadmin,now()
+1644,Cancelled summary to self update demographic data,Cancelled summary to self update demographic data,txt,velocity,Demande de mise à jour de vos données annulée avec succès,10006,Resident Services,update-demo-data-cancelled-summary,fra,TRUE,superadmin,now()
+1645,Cancelled summary to self update demographic data,Cancelled summary to self update demographic data,txt,velocity,ألغيت,تم إلغاء طلب تحديث بياناتك بنجاح,Resident Services,update-demo-data-cancelled-summary,ara,TRUE,superadmin,now()
+1646,Cancelled summary to self update demographic data,Cancelled summary to self update demographic data,txt,velocity,आपके डेटा को अपडेट करने का अनुरोध सफलतापूर्वक रद्द कर दिया गया,10006,Resident Services,update-demo-data-cancelled-summary,hin,TRUE,superadmin,now()
+1647,Cancelled summary to self update demographic data,Cancelled summary to self update demographic data,txt,velocity,ನಿಮ್ಮ ಡೇಟಾವನ್ನು ನವೀಕರಿಸಲು ವಿನಂತಿಯನ್ನು ಯಶಸ್ವಿಯಾಗಿ ರದ್ದುಗೊಳಿಸಲಾಗಿದೆ,10006,Resident Services,update-demo-data-cancelled-summary,kan,TRUE,superadmin,now()
+1653,Cancelled summary to self update demographic data,Cancelled summary to self update demographic data,txt,velocity,ನಿಮ್ಮ ಡೇಟಾವನ್ನು ನವೀಕರಿಸಲು ವಿನಂತಿಯನ್ನು ಯಶಸ್ವಿಯಾಗಿ ರದ್ದುಗೊಳಿಸಲಾಗಿದೆ,10006,Resident Services,update-demo-data-cancelled-purpose,kan,TRUE,superadmin,now()
+1654,Cancelled summary to self update demographic data,Cancelled summary to self update demographic data,txt,velocity,உங்கள் தரவைப் புதுப்பிப்பதற்கான கோரிக்கை வெற்றிகரமாக ரத்து செய்யப்பட்டது,10006,Resident Services,update-demo-data-cancelled-purpose,tam,TRUE,superadmin,now()
+1572,Success email subject to self update demographic data,Success email subject to self update demographic data,txt,velocity,Acknowledgement: $eventDetails | event ID: $eventId | Status: $status,10006,Resident Services,update-demo-data-regproc-success-email-subject,eng,TRUE,superadmin,now()
+1574,Failure email subject to self update demographic data,Failure email subject to self update demographic data,txt,velocity,Acknowledgement: $eventDetails | event ID: $eventId | Status: $status,10006,Resident Services,update-demo-data-regproc-failure-email-subject,eng,TRUE,superadmin,now()
+1575,Failure email to self update demographic data,Failure email to self update demographic data,txt,velocity,"Dear $name,
Fecha de Nacimiento: $fechaDeNacimiento + +VID: $vid + +Tipo de VID: $tipoDeVid + +Generado el: $generadoElMarcaDeTiempo + +Vence el: $marcaDeTiempoDeExpiracion + +Transacciones restantes: $conteoDeTransaccionesRestantes + ++ Update identity request failed for the event ID: #$eventId. + Log in to the official website $trackServiceRequestLink for further details. ",10006,Resident Services,update-demo-data-regproc-failure-email-content,eng,TRUE,superadmin,now() +1576,Success sms to self update demographic data,Success sms to self update demographic data,txt,velocity,"Dear $name, + Your request to update data is successful against the event ID: #$eventId. + You will be notified further when card is ready to download. + Log in to the official website $trackServiceRequestLink for further details. ",10006,Resident Services,update-demo-data-regproc-success_SMS,eng,TRUE,superadmin,now() +1577,Failure sms to self update demographic data,Failure sms to self update demographic data,txt,velocity,"Dear $name, + Update identity request failed for the event ID: #$eventId. + Log in to the official website $trackServiceRequestLink for further details. ",10006,Resident Services,update-demo-data-regproc-failure_SMS,eng,TRUE,superadmin,now() +1573,Success email to self update demographic data,Success email to self update demographic data,txt,velocity,"Dear $name, + Your request to update data is successful against the event ID: $eventId. + You will be notified further when card is ready to download. + Log in to the official website $trackServiceRequestLink for further details. ",10006,Resident Services,update-demo-data-regproc-success-email-content,eng,TRUE,superadmin,now() +1578,Success email subject to self update demographic data,Success email subject to self update demographic data,txt,velocity,Acuse de recibo: $eventDetails | ID de evento: $eventId | Estado: $status,10006,Resident Services,update-demo-data-regproc-success-email-subject,spa,TRUE,superadmin,now() +1579,Success email subject to self update demographic data,Success email subject to self update demographic data,txt,velocity,ಸ್ವೀಕೃತಿ: $eventDetails | ಈವೆಂಟ್ ಐಡಿ: $eventId | ಸ್ಥಿತಿ: $status,10006,Resident Services,update-demo-data-regproc-success-email-subject,kan,TRUE,superadmin,now() +1582,Success email subject to self update demographic data,Success email subject to self update demographic data,txt,velocity,Accusé de réception : $eventDetails | ID d'événement : $eventId | Statut : $status,10006,Resident Services,update-demo-data-regproc-success-email-subject,fra,TRUE,superadmin,now() +1584,Success email to self update demographic data,Success email to self update demographic data,txt,velocity,"عزيزي $name، + لقد نجح طلبك لتحديث البيانات مقابل معرف الحدث: #$eventId. <ر> + سيتم إعلامك أيضًا عندما تكون البطاقة جاهزة للتنزيل. <ر> + قم بتسجيل الدخول إلى الموقع الرسمي $trackServiceRequestLink لمزيد من التفاصيل. <ر>",10006,Resident Services,update-demo-data-regproc-success-email-content,ara,TRUE,superadmin,now() +1585,Success email to self update demographic data,Success email to self update demographic data,txt,velocity," ಆತ್ಮೀಯ $name, + ಈವೆಂಟ್ ಐಡಿಗೆ ವಿರುದ್ಧವಾಗಿ ಡೇಟಾವನ್ನು ನವೀಕರಿಸಲು ನಿಮ್ಮ ವಿನಂತಿಯು ಯಶಸ್ವಿಯಾಗಿದೆ: #$eventId. + ಕಾರ್ಡ್ ಡೌನ್ಲೋಡ್ ಮಾಡಲು ಸಿದ್ಧವಾದಾಗ ನಿಮಗೆ ಹೆಚ್ಚಿನ ಸೂಚನೆ ನೀಡಲಾಗುತ್ತದೆ. + ಹೆಚ್ಚಿನ ವಿವರಗಳಿಗಾಗಿ ಅಧಿಕೃತ ವೆಬ್ಸೈಟ್ $trackServiceRequestLink ಗೆ ಲಾಗ್ ಇನ್ ಮಾಡಿ. ",10006,Resident Services,update-demo-data-regproc-success-email-content,kan,TRUE,superadmin,now() +1602,Success sms to self update demographic data,Success sms to self update demographic data,txt,velocity,"عزيزي $name، + لقد نجح طلبك لتحديث البيانات مقابل معرف الحدث: #$eventId. <ر> + سيتم إعلامك أيضًا عندما تكون البطاقة جاهزة للتنزيل. <ر> + قم بتسجيل الدخول إلى الموقع الرسمي $trackServiceRequestLink لمزيد من التفاصيل. <ر>",10006,Resident Services,update-demo-data-regproc-success_SMS,ara,TRUE,superadmin,now() +1580,Success email subject to self update demographic data,Success email subject to self update demographic data,txt,velocity,ஒப்புகை: $eventDetails | நிகழ்வு ஐடி: $eventId | நிலை: $status,10006,Resident Services,update-demo-data-regproc-success-email-subject,tam,TRUE,superadmin,now() +1581,Success email subject to self update demographic data,Success email subject to self update demographic data,txt,velocity,अभिस्वीकृति: $eventDetails | ईवेंट आईडी: $eventId | स्थिति: $status,10006,Resident Services,update-demo-data-regproc-success-email-subject,hin,TRUE,superadmin,now() +1583,Success email subject to self update demographic data,Success email subject to self update demographic data,txt,velocity,شكر وتقدير: $eventDetails | معرف الحدث: $eventId | الحالة: $status,10006,Resident Services,update-demo-data-regproc-success-email-subject,ara,TRUE,superadmin,now() +1586,Success email to self update demographic data,Success email to self update demographic data,txt,velocity," அன்புள்ள $name, + நிகழ்வு ஐடி: #$eventId க்கு எதிராக தரவைப் புதுப்பிப்பதற்கான உங்கள் கோரிக்கை வெற்றிகரமாக உள்ளது. + கார்டு பதிவிறக்கத் தயாரானதும் உங்களுக்கு மேலும் தெரிவிக்கப்படும். + மேலும் விவரங்களுக்கு அதிகாரப்பூர்வ இணையதளமான $trackServiceRequestLink இல் உள்நுழைக. ",10006,Resident Services,update-demo-data-regproc-success-email-content,tam,TRUE,superadmin,now() +1587,Success email to self update demographic data,Success email to self update demographic data,txt,velocity,"Cher $name, + Votre demande de mise à jour des données a abouti par rapport à l'ID d'événement : #$eventId. + Vous serez informé en outre lorsque la carte sera prête à être téléchargée. + Connectez-vous au site officiel $trackServiceRequestLink pour plus de détails. ",10006,Resident Services,update-demo-data-regproc-success-email-content,fra,TRUE,superadmin,now() +1588,Success email to self update demographic data,Success email to self update demographic data,txt,velocity," प्रिय $name, + डेटा अपडेट करने का आपका अनुरोध इवेंट आईडी के विरुद्ध सफल है: #$eventId. + जब कार्ड डाउनलोड करने के लिए तैयार हो जाएगा तो आपको आगे सूचित किया जाएगा। + अधिक जानकारी के लिए आधिकारिक वेबसाइट $trackServiceRequestLink पर लॉग इन करें। ",10006,Resident Services,update-demo-data-regproc-success-email-content,hin,TRUE,superadmin,now() +1589,Success email to self update demographic data,Success email to self update demographic data,txt,velocity,"Estimado $name, + Su solicitud para actualizar los datos se realizó correctamente con el ID del evento: #$eventId. + Se le notificará más cuando la tarjeta esté lista para descargar. + Inicie sesión en el sitio web oficial $trackServiceRequestLink para obtener más detalles. ",10006,Resident Services,update-demo-data-regproc-success-email-content,spa,TRUE,superadmin,now() +1590,Failure email subject to self update demographic data,Failure email subject to self update demographic data,txt,velocity,Acuse de recibo: $eventDetails | ID de evento: $eventId | Estado: $status,10006,Resident Services,update-demo-data-regproc-failure-email-subject,spa,TRUE,superadmin,now() +1591,Failure email subject to self update demographic data,Failure email subject to self update demographic data,txt,velocity,ಸ್ವೀಕೃತಿ: $eventDetails | ಈವೆಂಟ್ ಐಡಿ: $eventId | ಸ್ಥಿತಿ: $ status,10006,Resident Services,update-demo-data-regproc-failure-email-subject,kan,TRUE,superadmin,now() +1592,Failure email subject to self update demographic data,Failure email subject to self update demographic data,txt,velocity,شكر وتقدير: $eventDetails | معرف الحدث: $eventId | الحالة: الحالة $status,10006,Resident Services,update-demo-data-regproc-failure-email-subject,ara,TRUE,superadmin,now() +1593,Failure email subject to self update demographic data,Failure email subject to self update demographic data,txt,velocity,Accusé de réception : $eventDetails | ID d'événement : $eventId | Statut : $status,10006,Resident Services,update-demo-data-regproc-failure-email-subject,fra,TRUE,superadmin,now() +1594,Failure email subject to self update demographic data,Failure email subject to self update demographic data,txt,velocity,अभिस्वीकृति: $eventDetails | ईवेंट आईडी: $eventId | स्थिति: $status,10006,Resident Services,update-demo-data-regproc-failure-email-subject,hin,TRUE,superadmin,now() +1595,Failure email subject to self update demographic data,Failure email subject to self update demographic data,txt,velocity,ஒப்புகை: $eventDetails | நிகழ்வு ஐடி: $eventId | நிலை: $status,10006,Resident Services,update-demo-data-regproc-failure-email-subject,tam,TRUE,superadmin,now() +1596,Failure email to self update demographic data,Failure email to self update demographic data,txt,velocity,"அன்புள்ள $name, + நிகழ்வு ஐடிக்கான அடையாளக் கோரிக்கையைப் புதுப்பிக்க முடியவில்லை: #$eventId. + மேலும் விவரங்களுக்கு அதிகாரப்பூர்வ இணையதளமான $trackServiceRequestLink இல் உள்நுழைக. ",10006,Resident Services,update-demo-data-regproc-failure-email-content,tam,TRUE,superadmin,now() +1597,Failure email to self update demographic data,Failure email to self update demographic data,txt,velocity,"ಆತ್ಮೀಯ $name, + ಈವೆಂಟ್ ಐಡಿಗಾಗಿ ಅಪ್ಡೇಟ್ ಗುರುತಿನ ವಿನಂತಿಯು ವಿಫಲವಾಗಿದೆ: #$eventId. + ಹೆಚ್ಚಿನ ವಿವರಗಳಿಗಾಗಿ ಅಧಿಕೃತ ವೆಬ್ಸೈಟ್ $trackServiceRequestLink ಗೆ ಲಾಗ್ ಇನ್ ಮಾಡಿ. ",10006,Resident Services,update-demo-data-regproc-failure-email-content,kan,TRUE,superadmin,now() +1598,Failure email to self update demographic data,Failure email to self update demographic data,txt,velocity,"Estimado $name, + La solicitud de actualización de identidad falló para el ID del evento: #$eventId. + Inicie sesión en el sitio web oficial $trackServiceRequestLink para obtener más detalles. ",10006,Resident Services,update-demo-data-regproc-failure-email-content,spa,TRUE,superadmin,now() +1615,Success email content to self update demographic data,Success email content to self update demographic data,txt,velocity,"Dear $name, Your request to cancel data update request is successful against the event ID: #$eventId. You can now request for another data Update request. ",10006,Resident Services,update-demo-data-discarded-email-content,eng,TRUE,superadmin,now() +1599,Failure email to self update demographic data,Failure email to self update demographic data,txt,velocity,"प्रिय $name, + इवेंट आईडी के लिए अद्यतन पहचान अनुरोध विफल रहा: #$eventId. + अधिक जानकारी के लिए आधिकारिक वेबसाइट $trackServiceRequestLink पर लॉग इन करें। ",10006,Resident Services,update-demo-data-regproc-failure-email-content,hin,TRUE,superadmin,now() +1600,Failure email to self update demographic data,Failure email to self update demographic data,txt,velocity,"Cher $name, + La demande de mise à jour de l'identité a échoué pour l'ID d'événement : #$eventId. + Connectez-vous au site officiel $trackServiceRequestLink pour plus de détails. ",10006,Resident Services,update-demo-data-regproc-failure-email-content,fra,TRUE,superadmin,now() +1603,Success sms to self update demographic data,Success sms to self update demographic data,txt,velocity,"அன்புள்ள $name, + நிகழ்வு ஐடி: #$eventId க்கு எதிராக தரவைப் புதுப்பிப்பதற்கான உங்கள் கோரிக்கை வெற்றிகரமாக உள்ளது. + கார்டு பதிவிறக்கத் தயாரானதும் உங்களுக்கு மேலும் தெரிவிக்கப்படும். + மேலும் விவரங்களுக்கு அதிகாரப்பூர்வ இணையதளமான $trackServiceRequestLink இல் உள்நுழைக. ",10006,Resident Services,update-demo-data-regproc-success_SMS,tam,TRUE,superadmin,now() +1604,Success sms to self update demographic data,Success sms to self update demographic data,txt,velocity,"Estimado $name, + Su solicitud para actualizar los datos se realizó correctamente con el ID del evento: #$eventId. + Se le notificará más cuando la tarjeta esté lista para descargar. + Inicie sesión en el sitio web oficial $trackServiceRequestLink para obtener más detalles. ",10006,Resident Services,update-demo-data-regproc-success_SMS,spa,TRUE,superadmin,now() +1605,Success sms to self update demographic data,Success sms to self update demographic data,txt,velocity,"Cher $name, + Votre demande de mise à jour des données a abouti par rapport à l'ID d'événement : #$eventId. + Vous serez informé en outre lorsque la carte sera prête à être téléchargée. + Connectez-vous au site officiel $trackServiceRequestLink pour plus de détails. ",10006,Resident Services,update-demo-data-regproc-success_SMS,fra,TRUE,superadmin,now() +1606,Success sms to self update demographic data,Success sms to self update demographic data,txt,velocity,"ಆತ್ಮೀಯ $name, + ಈವೆಂಟ್ ಐಡಿಗೆ ವಿರುದ್ಧವಾಗಿ ಡೇಟಾವನ್ನು ನವೀಕರಿಸಲು ನಿಮ್ಮ ವಿನಂತಿಯು ಯಶಸ್ವಿಯಾಗಿದೆ: #$eventId. + ಕಾರ್ಡ್ ಡೌನ್ಲೋಡ್ ಮಾಡಲು ಸಿದ್ಧವಾದಾಗ ನಿಮಗೆ ಹೆಚ್ಚಿನ ಸೂಚನೆ ನೀಡಲಾಗುತ್ತದೆ. + ಹೆಚ್ಚಿನ ವಿವರಗಳಿಗಾಗಿ ಅಧಿಕೃತ ವೆಬ್ಸೈಟ್ $trackServiceRequestLink ಗೆ ಲಾಗ್ ಇನ್ ಮಾಡಿ. ",10006,Resident Services,update-demo-data-regproc-success_SMS,kan,TRUE,superadmin,now() +1607,Success sms to self update demographic data,Success sms to self update demographic data,txt,velocity,"प्रिय $name, + डेटा अपडेट करने का आपका अनुरोध इवेंट आईडी के विरुद्ध सफल है: #$eventId. + जब कार्ड डाउनलोड करने के लिए तैयार हो जाएगा तो आपको आगे सूचित किया जाएगा। + अधिक जानकारी के लिए आधिकारिक वेबसाइट $trackServiceRequestLink पर लॉग इन करें। ",10006,Resident Services,update-demo-data-regproc-success_SMS,hin,TRUE,superadmin,now() +1608,Failure sms to self update demographic data,Failure sms to self update demographic data,txt,velocity,"ಆತ್ಮೀಯ $name, + ಈವೆಂಟ್ ಐಡಿಗಾಗಿ ಅಪ್ಡೇಟ್ ಗುರುತಿನ ವಿನಂತಿಯು ವಿಫಲವಾಗಿದೆ: #$eventId. + ಹೆಚ್ಚಿನ ವಿವರಗಳಿಗಾಗಿ ಅಧಿಕೃತ ವೆಬ್ಸೈಟ್ $trackServiceRequestLink ಗೆ ಲಾಗ್ ಇನ್ ಮಾಡಿ. ",10006,Resident Services,update-demo-data-regproc-failure_SMS,kan,TRUE,superadmin,now() +1609,Failure sms to self update demographic data,Failure sms to self update demographic data,txt,velocity,"प्रिय $name, + इवेंट आईडी के लिए अद्यतन पहचान अनुरोध विफल रहा: #$eventId. + अधिक जानकारी के लिए आधिकारिक वेबसाइट $trackServiceRequestLink पर लॉग इन करें। ",10006,Resident Services,update-demo-data-regproc-failure_SMS,hin,TRUE,superadmin,now() +1610,Failure sms to self update demographic data,Failure sms to self update demographic data,txt,velocity,"Cher $name, + La demande de mise à jour de l'identité a échoué pour l'ID d'événement : #$eventId. + Connectez-vous au site officiel $trackServiceRequestLink pour plus de détails. ",10006,Resident Services,update-demo-data-regproc-failure_SMS,fra,TRUE,superadmin,now() +1611,Failure sms to self update demographic data,Failure sms to self update demographic data,txt,velocity,"Estimado $name, + La solicitud de actualización de identidad falló para el ID del evento: #$eventId. + Inicie sesión en el sitio web oficial $trackServiceRequestLink para obtener más detalles. ",10006,Resident Services,update-demo-data-regproc-failure_SMS,spa,TRUE,superadmin,now() +1612,Failure sms to self update demographic data,Failure sms to self update demographic data,txt,velocity,"அன்புள்ள $name, + நிகழ்வு ஐடிக்கான அடையாளக் கோரிக்கையைப் புதுப்பிக்க முடியவில்லை: #$eventId. + மேலும் விவரங்களுக்கு அதிகாரப்பூர்வ இணையதளமான $trackServiceRequestLink இல் உள்நுழைக. ",10006,Resident Services,update-demo-data-regproc-failure_SMS,tam,TRUE,superadmin,now() +1613,Failure sms to self update demographic data,Failure sms to self update demographic data,txt,velocity,"عزيزي $name، + فشل طلب هوية التحديث لمعرف الحدث: #$eventId. <ر> + قم بتسجيل الدخول إلى الموقع الرسمي $trackServiceRequestLink لمزيد من التفاصيل. <ر>",10006,Resident Services,update-demo-data-regproc-failure_SMS,ara,TRUE,superadmin,now() +1616,Success email subject to self update demographic data,Success email subject to self update demographic data,txt,velocity,Acknowledgement: $eventDetails | event ID: $eventId | Status: $status,10006,Resident Services,update-demo-data-discarded-email-subject,eng,TRUE,superadmin,now() +1614,Success SMS to self update demographic data,Success SMS to self update demographic data,txt,velocity,"Dear $name, Your request to cancel data update request is successful against the event ID: #$eventId. You can now request for another data Update request. ",10006,Resident Services,update-demo-data-discarded-SMS,eng,TRUE,superadmin,now() +1617,Success email content to self update demographic data,Success email content to self update demographic data,txt,velocity,عزيزي $name، لقد تم قبول طلبك لإلغاء طلب تحديث البيانات وفقًا لمعرف الحدث: #$eventId. يمكنك الآن طلب طلب آخر لتحديث البيانات. <ر>,10006,Resident Services,update-demo-data-discarded-email-content,ara,TRUE,superadmin,now() +1618,Success email content to self update demographic data,Success email content to self update demographic data,txt,velocity,"அன்புள்ள $name, தரவு புதுப்பிப்பு கோரிக்கையை ரத்து செய்வதற்கான உங்கள் கோரிக்கை நிகழ்வு ஐடிக்கு எதிராக வெற்றிகரமாக உள்ளது: #$eventId. நீங்கள் இப்போது மற்றொரு தரவு புதுப்பிப்பு கோரிக்கையை கோரலாம். ",10006,Resident Services,update-demo-data-discarded-email-content,tam,TRUE,superadmin,now() +1619,Success email content to self update demographic data,Success email content to self update demographic data,txt,velocity,"Estimado $name, Su solicitud para cancelar la solicitud de actualización de datos se realizó correctamente con el ID del evento: #$eventId. Ahora puede solicitar otra solicitud de actualización de datos. ",10006,Resident Services,update-demo-data-discarded-email-content,spa,TRUE,superadmin,now() +1620,Success email content to self update demographic data,Success email content to self update demographic data,txt,velocity,"Cher $name, Votre demande d'annulation de la demande de mise à jour des données a abouti par rapport à l'ID d'événement : #$eventId. Vous pouvez maintenant demander une autre demande de mise à jour des données. ",10006,Resident Services,update-demo-data-discarded-email-content,fra,TRUE,superadmin,now() +1621,Success email content to self update demographic data,Success email content to self update demographic data,txt,velocity,"प्रिय $name, डेटा अपडेट अनुरोध को रद्द करने का आपका अनुरोध इवेंट आईडी के विरुद्ध सफल है: #$eventId। अब आप किसी अन्य डेटा अपडेट अनुरोध के लिए अनुरोध कर सकते हैं। ",10006,Resident Services,update-demo-data-discarded-email-content,hin,TRUE,superadmin,now() +1622,Success email content to self update demographic data,Success email content to self update demographic data,txt,velocity,"ಆತ್ಮೀಯ $name, ಈವೆಂಟ್ ID ಯ ವಿರುದ್ಧ ಡೇಟಾ ಅಪ್ಡೇಟ್ ವಿನಂತಿಯನ್ನು ರದ್ದುಗೊಳಿಸುವ ನಿಮ್ಮ ವಿನಂತಿಯು ಯಶಸ್ವಿಯಾಗಿದೆ: #$eventId. ನೀವು ಈಗ ಮತ್ತೊಂದು ಡೇಟಾ ಅಪ್ಡೇಟ್ ವಿನಂತಿಗಾಗಿ ವಿನಂತಿಸಬಹುದು. ",10006,Resident Services,update-demo-data-discarded-email-content,kan,TRUE,superadmin,now() +1623,Failure SMS to self update demographic data,Failure SMS to self update demographic data,txt,velocity,عزيزي $name، لقد تم قبول طلبك لإلغاء طلب تحديث البيانات وفقًا لمعرف الحدث: #$eventId. يمكنك الآن طلب طلب آخر لتحديث البيانات. <ر>,10006,Resident Services,update-demo-data-discarded-SMS,ara,TRUE,superadmin,now() +1635,Cancelled event status,Cancelled event status,txt,velocity,Cancelled,10006,Resident Services,mosip.event.status.cancelled.template,eng,TRUE,superadmin,now() +1637,Cancelled summary to self update demographic data,Cancelled summary to self update demographic data,txt,velocity,Request to Update your data cancelled successfully,10006,Resident Services,update-demo-data-cancelled-purpose,eng,TRUE,superadmin,now() +1636,Cancelled summary to self update demographic data,Cancelled summary to self update demographic data,txt,velocity,Request to Update your data cancelled successfully,10006,Resident Services,update-demo-data-cancelled-summary,eng,TRUE,superadmin,now() +1638,Cancelled event status,Cancelled event status,txt,velocity,Annulé,10006,Resident Services,mosip.event.status.cancelled.template,fra,TRUE,superadmin,now() +1639,Cancelled event status,Cancelled event status,txt,velocity,ألغيت,10006,Resident Services,mosip.event.status.cancelled.template,ara,TRUE,superadmin,now() +1640,Cancelled event status,Cancelled event status,txt,velocity,रद्द,10006,Resident Services,mosip.event.status.cancelled.template,hin,TRUE,superadmin,now() +1641,Cancelled event status,Cancelled event status,txt,velocity,ರದ್ದುಗೊಳಿಸಲಾಗಿದೆ,10006,Resident Services,mosip.event.status.cancelled.template,kan,TRUE,superadmin,now() +1642,Cancelled event status,Cancelled event status,txt,velocity,ரத்து செய்யப்பட்டது,10006,Resident Services,mosip.event.status.cancelled.template,tam,TRUE,superadmin,now() +1624,Failure SMS to self update demographic data,Failure SMS to self update demographic data,txt,velocity,"அன்புள்ள $name, தரவு புதுப்பிப்பு கோரிக்கையை ரத்து செய்வதற்கான உங்கள் கோரிக்கை நிகழ்வு ஐடிக்கு எதிராக வெற்றிகரமாக உள்ளது: #$eventId. நீங்கள் இப்போது மற்றொரு தரவு புதுப்பிப்பு கோரிக்கையை கோரலாம். ",10006,Resident Services,update-demo-data-discarded-SMS,tam,TRUE,superadmin,now() +1625,Failure SMS to self update demographic data,Failure SMS to self update demographic data,txt,velocity,"Estimado $name, Su solicitud para cancelar la solicitud de actualización de datos se realizó correctamente con el ID del evento: #$eventId. Ahora puede solicitar otra solicitud de actualización de datos. ",10006,Resident Services,update-demo-data-discarded-SMS,spa,TRUE,superadmin,now() +1626,Failure SMS to self update demographic data,Failure SMS to self update demographic data,txt,velocity,"Cher $name, Votre demande d'annulation de la demande de mise à jour des données a abouti par rapport à l'ID d'événement : #$eventId. Vous pouvez maintenant demander une autre demande de mise à jour des données. ",10006,Resident Services,update-demo-data-discarded-SMS,fra,TRUE,superadmin,now() +111113,Android Registration Ack Template,,txt,,,10002,Client dinscription,reg-android-ack-template-part,fra,FALSE,8122,now() +1627,Failure SMS to self update demographic data,Failure SMS to self update demographic data,txt,velocity,"प्रिय $name, डेटा अपडेट अनुरोध को रद्द करने का आपका अनुरोध इवेंट आईडी के विरुद्ध सफल है: #$eventId। अब आप किसी अन्य डेटा अपडेट अनुरोध के लिए अनुरोध कर सकते हैं। ",10006,Resident Services,update-demo-data-discarded-SMS,hin,TRUE,superadmin,now() +1628,Failure SMS to self update demographic data,Failure SMS to self update demographic data,txt,velocity,"ಆತ್ಮೀಯ $name, ಈವೆಂಟ್ ID ಯ ವಿರುದ್ಧ ಡೇಟಾ ಅಪ್ಡೇಟ್ ವಿನಂತಿಯನ್ನು ರದ್ದುಗೊಳಿಸುವ ನಿಮ್ಮ ವಿನಂತಿಯು ಯಶಸ್ವಿಯಾಗಿದೆ: #$eventId. ನೀವು ಈಗ ಮತ್ತೊಂದು ಡೇಟಾ ಅಪ್ಡೇಟ್ ವಿನಂತಿಗಾಗಿ ವಿನಂತಿಸಬಹುದು. ",10006,Resident Services,update-demo-data-discarded-SMS,kan,TRUE,superadmin,now() +1629,Failure email subject to self update demographic data,Failure email subject to self update demographic data,txt,velocity,Acuse de recibo: $eventDetails | ID de evento: $eventId | Estado: $status,10006,Resident Services,update-demo-data-discarded-email-subject,spa,TRUE,superadmin,now() +1630,Failure email subject to self update demographic data,Failure email subject to self update demographic data,txt,velocity,ಸ್ವೀಕೃತಿ: $eventDetails | ಈವೆಂಟ್ ಐಡಿ: $eventId | ಸ್ಥಿತಿ: $status,10006,Resident Services,update-demo-data-discarded-email-subject,kan,TRUE,superadmin,now() +1631,Failure email subject to self update demographic data,Failure email subject to self update demographic data,txt,velocity,ஒப்புகை: $eventDetails | நிகழ்வு ஐடி: $eventId | நிலை: $status,10006,Resident Services,update-demo-data-discarded-email-subject,tam,TRUE,superadmin,now() +1632,Failure email subject to self update demographic data,Failure email subject to self update demographic data,txt,velocity,अभिस्वीकृति: $eventDetails | ईवेंट आईडी: $eventId | स्थिति: $status,10006,Resident Services,update-demo-data-discarded-email-subject,hin,TRUE,superadmin,now() +1633,Failure email subject to self update demographic data,Failure email subject to self update demographic data,txt,velocity,Accusé de réception : $eventDetails | ID d'événement : $eventId | Statut : $status,10006,Resident Services,update-demo-data-discarded-email-subject,fra,TRUE,superadmin,now() +1634,Failure email subject to self update demographic data,Failure email subject to self update demographic data,txt,velocity,شكر وتقدير: $eventDetails | معرف الحدث: $eventId | الحالة: $status,10006,Resident Services,update-demo-data-discarded-email-subject,ara,TRUE,superadmin,now() +1643,Cancelled event status,Cancelled event status,txt,velocity,Cancelada,10006,Resident Services,mosip.event.status.cancelled.template,spa,TRUE,superadmin,now() +1663,Regproc success summary to self update demographic data,Regproc success summary to self update demographic data,txt,velocity,Your request to update data is successful. You will be notified further when your card is ready to download.,10006,Resident Services,update-demo-data-regproc-success-purpose,eng,TRUE,superadmin,now() +1664,Regproc success summary to self update demographic data,Regproc success summary to self update demographic data,txt,velocity,Su solicitud de actualización de datos fue exitosa. Se le notificará más cuando su tarjeta esté lista para descargar.,10006,Resident Services,update-demo-data-regproc-success-purpose,spa,TRUE,superadmin,now() +1665,Regproc success summary to self update demographic data,Regproc success summary to self update demographic data,txt,velocity,ಡೇಟಾವನ್ನು ನವೀಕರಿಸಲು ನಿಮ್ಮ ವಿನಂತಿಯು ಯಶಸ್ವಿಯಾಗಿದೆ. ನಿಮ್ಮ ಕಾರ್ಡ್ ಡೌನ್ಲೋಡ್ ಮಾಡಲು ಸಿದ್ಧವಾದಾಗ ನಿಮಗೆ ಹೆಚ್ಚಿನ ಸೂಚನೆ ನೀಡಲಾಗುತ್ತದೆ.,10006,Resident Services,update-demo-data-regproc-success-purpose,kan,TRUE,superadmin,now() +1666,Regproc success summary to self update demographic data,Regproc success summary to self update demographic data,txt,velocity,தரவைப் புதுப்பிப்பதற்கான உங்கள் கோரிக்கை வெற்றிகரமாக உள்ளது. உங்கள் கார்டு பதிவிறக்கத் தயாரானதும் உங்களுக்கு மேலும் தெரிவிக்கப்படும்.,10006,Resident Services,update-demo-data-regproc-success-purpose,tam,TRUE,superadmin,now() +1667,Regproc success summary to self update demographic data,Regproc success summary to self update demographic data,txt,velocity,डेटा अपडेट करने का आपका अनुरोध सफल है. जब आपका कार्ड डाउनलोड करने के लिए तैयार हो जाएगा तो आपको आगे सूचित किया जाएगा।,10006,Resident Services,update-demo-data-regproc-success-purpose,hin,TRUE,superadmin,now() +1668,Regproc success summary to self update demographic data,Regproc success summary to self update demographic data,txt,velocity,Votre demande de mise à jour des données a abouti. Vous serez informé en outre lorsque votre carte sera prête à être téléchargée.,10006,Resident Services,update-demo-data-regproc-success-purpose,fra,TRUE,superadmin,now() +1669,Regproc success summary to self update demographic data,Regproc success summary to self update demographic data,txt,velocity,طلبك لتحديث البيانات ناجح. سيتم إعلامك أيضًا عندما تكون بطاقتك جاهزة للتنزيل.,10006,Resident Services,update-demo-data-regproc-success-purpose,ara,TRUE,superadmin,now() +1656,Regproc success summary to self update demographic data,Regproc success summary to self update demographic data,txt,velocity,Your request to update data is successful. You will be notified further when your card is ready to download.,10006,Resident Services,update-demo-data-regproc-success-summary,eng,TRUE,superadmin,now() +1657,Regproc success summary to self update demographic data,Regproc success summary to self update demographic data,txt,velocity,Su solicitud de actualización de datos fue exitosa. Se le notificará más cuando su tarjeta esté lista para descargar.,10006,Resident Services,update-demo-data-regproc-success-summary,spa,TRUE,superadmin,now() +1658,Regproc success summary to self update demographic data,Regproc success summary to self update demographic data,txt,velocity,ಡೇಟಾವನ್ನು ನವೀಕರಿಸಲು ನಿಮ್ಮ ವಿನಂತಿಯು ಯಶಸ್ವಿಯಾಗಿದೆ. ನಿಮ್ಮ ಕಾರ್ಡ್ ಡೌನ್ಲೋಡ್ ಮಾಡಲು ಸಿದ್ಧವಾದಾಗ ನಿಮಗೆ ಹೆಚ್ಚಿನ ಸೂಚನೆ ನೀಡಲಾಗುತ್ತದೆ.,10006,Resident Services,update-demo-data-regproc-success-summary,kan,TRUE,superadmin,now() +1659,Regproc success summary to self update demographic data,Regproc success summary to self update demographic data,txt,velocity,தரவைப் புதுப்பிப்பதற்கான உங்கள் கோரிக்கை வெற்றிகரமாக உள்ளது. உங்கள் கார்டு பதிவிறக்கத் தயாரானதும் உங்களுக்கு மேலும் தெரிவிக்கப்படும்.,10006,Resident Services,update-demo-data-regproc-success-summary,tam,TRUE,superadmin,now() +1660,Regproc success summary to self update demographic data,Regproc success summary to self update demographic data,txt,velocity,डेटा अपडेट करने का आपका अनुरोध सफल है. जब आपका कार्ड डाउनलोड करने के लिए तैयार हो जाएगा तो आपको आगे सूचित किया जाएगा।,10006,Resident Services,update-demo-data-regproc-success-summary,hin,TRUE,superadmin,now() +1661,Regproc success summary to self update demographic data,Regproc success summary to self update demographic data,txt,velocity,Votre demande de mise à jour des données a abouti. Vous serez informé en outre lorsque votre carte sera prête à être téléchargée.,10006,Resident Services,update-demo-data-regproc-success-summary,fra,TRUE,superadmin,now() +1662,Regproc success summary to self update demographic data,Regproc success summary to self update demographic data,txt,velocity,طلبك لتحديث البيانات ناجح. سيتم إعلامك أيضًا عندما تكون بطاقتك جاهزة للتنزيل.,10006,Resident Services,update-demo-data-regproc-success-summary,ara,TRUE,superadmin,now() +1250,نموذج إقرار التسجيل,تم إنشاء الإقرار بعد التسجيل,txt,velocity,"
#if ( $name )
${DemographicInfo}
${DocumentsLabel}
${BiometricsLabel} #foreach( $key in $biometrics.keySet() )
${ImportantGuidelines}
#if ( $name )
${DemographicInfo}
${DocumentsLabel}
${BiometricsLabel} #foreach( $key in $biometrics.keySet() )
#if ( $name )
${DemographicInfo}
${DocumentsLabel}
${BiometricsLabel} #foreach( $key in $biometrics.keySet() )
#if ( $name )
${DemographicInfo}
${DocumentsLabel}
${BiometricsLabel} #foreach( $key in $biometrics.keySet() )
#if ( $name )
${DemographicInfo}
${DocumentsLabel}
${BiometricsLabel} #foreach( $key in $biometrics.keySet() )
#if ( $name )
${DemographicInfo}
${DocumentsLabel}
${BiometricsLabel} #foreach( $key in $biometrics.keySet() )
#if ( $name )
${DemographicInfo}
${DocumentsLabel}
${BiometricsLabel} #foreach( $key in $biometrics.keySet() )
${DemographicInfo}
${DocumentsLabel}
${BiometricsLabel} #foreach( $key in $biometrics.keySet() )
${ImportantGuidelines}
${DemographicInfo}
${DocumentsLabel}
${BiometricsLabel} #foreach( $key in $biometrics.keySet() )
${ImportantGuidelines}
#if ( $name )
${DemographicInfo}
${DocumentsLabel}
${BiometricsLabel} #foreach( $key in $biometrics.keySet() )
#if ( $name )
${DemographicInfo}
${DocumentsLabel}
${BiometricsLabel} #foreach( $key in $biometrics.keySet() )
#if ( $name )
${DemographicInfo}
${DocumentsLabel}
${BiometricsLabel} #foreach( $key in $biometrics.keySet() )
${DemographicInfo}
${DocumentsLabel}
${BiometricsLabel} #foreach( $key in $biometrics.keySet() )
${ImportantGuidelines}
${DemographicInfo}
${DocumentsLabel}
${BiometricsLabel} #foreach( $key in $biometrics.keySet() )
${ImportantGuidelines}
#if ( $name )
${DemographicInfo}
${DocumentsLabel}
${BiometricsLabel} #foreach( $key in $biometrics.keySet() )
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||