@tap-payments/auth-jsconnect 1.0.13 → 1.0.14

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (97) hide show
  1. package/build/assets/locales/ar.json +190 -88
  2. package/build/assets/locales/en.json +206 -90
  3. package/build/components/DatePicker/DatePicker.js +3 -3
  4. package/build/components/Loader/Loader.js +2 -2
  5. package/build/constants/app.js +28 -4
  6. package/build/features/bank/screens/BankDetails/BankName.js +1 -1
  7. package/build/features/bank/screens/BankDetails/Beneficiary.js +3 -3
  8. package/build/features/bank/screens/BankDetails/IBAN.js +3 -3
  9. package/build/features/bank/screens/BankDetails/validation.js +8 -3
  10. package/build/features/bank/screens/Success/Success.d.ts +5 -0
  11. package/build/features/bank/screens/Success/Success.js +14 -0
  12. package/build/features/bank/screens/Success/index.d.ts +3 -0
  13. package/build/features/bank/screens/Success/index.js +2 -0
  14. package/build/features/business/screens/Activities/ActivitiesList.js +1 -1
  15. package/build/features/business/screens/Activities/OperationStartDate.js +1 -1
  16. package/build/features/business/screens/Activities/SalesChannels.js +1 -1
  17. package/build/features/business/screens/Activities/validation.js +3 -3
  18. package/build/features/business/screens/BusinessType/CRNumber.js +1 -1
  19. package/build/features/business/screens/BusinessType/CompanyLicense.js +1 -1
  20. package/build/features/business/screens/BusinessType/FLNumber.js +1 -1
  21. package/build/features/business/screens/BusinessType/FreelanceLicense.js +1 -1
  22. package/build/features/business/screens/BusinessType/SelectType.js +1 -1
  23. package/build/features/business/screens/Confirm/Confirm.js +1 -1
  24. package/build/features/business/screens/Customers/CustomerLocations.js +1 -1
  25. package/build/features/business/screens/Customers/Customers.js +5 -41
  26. package/build/features/business/screens/Customers/ExpectedCustomers.js +4 -10
  27. package/build/features/business/screens/Customers/ExpectedSalesRange.js +5 -6
  28. package/build/features/business/screens/Customers/RefundPolicy.d.ts +0 -8
  29. package/build/features/business/screens/Customers/RefundPolicy.js +2 -10
  30. package/build/features/business/screens/Customers/TransactionPolicy.js +3 -2
  31. package/build/features/business/screens/Customers/validation.d.ts +6 -6
  32. package/build/features/business/screens/Customers/validation.js +10 -5
  33. package/build/features/business/screens/IDBOD/ID.js +1 -1
  34. package/build/features/business/screens/IDBOD/validation.js +6 -2
  35. package/build/features/business/screens/OTP/OTP.js +18 -58
  36. package/build/features/business/screens/OTP/OTPInput.js +8 -21
  37. package/build/features/business/screens/Success/Success.js +1 -2
  38. package/build/features/business/screens/VerifyNumber/OTPInput.d.ts +1 -2
  39. package/build/features/business/screens/VerifyNumber/OTPInput.js +12 -42
  40. package/build/features/business/screens/VerifyNumber/VerifyNumber.js +20 -66
  41. package/build/features/connect/screens/Individual/Email.js +7 -1
  42. package/build/features/connect/screens/Individual/Individual.js +0 -28
  43. package/build/features/connect/screens/Individual/Name.js +9 -3
  44. package/build/features/connect/screens/Individual/validation.js +5 -2
  45. package/build/features/connect/screens/MID/BusinessCountry.js +1 -1
  46. package/build/features/connect/screens/MID/IDNumber.js +2 -2
  47. package/build/features/connect/screens/MID/MID.js +1 -1
  48. package/build/features/connect/screens/MID/MobileNumber.js +7 -1
  49. package/build/features/connect/screens/MID/validation.js +7 -3
  50. package/build/features/connect/screens/Merchant/BrandName.js +3 -1
  51. package/build/features/connect/screens/Merchant/SocialMedia.js +6 -1
  52. package/build/features/connect/screens/Merchant/TAC.js +1 -1
  53. package/build/features/connect/screens/Merchant/validation.d.ts +9 -9
  54. package/build/features/connect/screens/Merchant/validation.js +42 -11
  55. package/build/features/connect/screens/OTP/OTP.js +4 -3
  56. package/build/features/connect/screens/OTP/OTPInput.js +1 -1
  57. package/build/features/connect/screens/OTP/validation.js +1 -1
  58. package/build/features/connect/screens/Password/PasswordInput.js +2 -1
  59. package/build/features/connect/screens/Password/validation.js +1 -1
  60. package/build/features/connect/screens/ThankYou/ThankYou.js +1 -2
  61. package/build/features/featuresScreens.js +20 -0
  62. package/build/features/owner/screens/AdditionalOwnerInfo/AdditionalOwnerInfo.js +1 -1
  63. package/build/features/owner/screens/AdditionalOwnerInfo/EmployerLocation.js +1 -1
  64. package/build/features/owner/screens/AdditionalOwnerInfo/EmployerName.js +7 -2
  65. package/build/features/owner/screens/AdditionalOwnerInfo/InfluencerSwitch.js +1 -1
  66. package/build/features/owner/screens/AdditionalOwnerInfo/MonthlyIncome.js +1 -1
  67. package/build/features/owner/screens/AdditionalOwnerInfo/PEPSwitch.js +1 -1
  68. package/build/features/owner/screens/AdditionalOwnerInfo/SourceOfIncome.js +1 -1
  69. package/build/features/owner/screens/AdditionalOwnerInfo/validation.js +6 -3
  70. package/build/features/owner/screens/ShowOwnerInfo/ShowOwnerInfo.js +1 -1
  71. package/build/features/owner/screens/Success/Success.d.ts +5 -0
  72. package/build/features/owner/screens/Success/Success.js +14 -0
  73. package/build/features/owner/screens/Success/index.d.ts +3 -0
  74. package/build/features/owner/screens/Success/index.js +2 -0
  75. package/build/features/password/Password.js +2 -2
  76. package/build/features/password/screens/CreatePassword/ConfirmPassword.js +2 -1
  77. package/build/features/password/screens/CreatePassword/Password.js +2 -1
  78. package/build/features/password/screens/CreatePassword/validation.js +3 -3
  79. package/build/features/password/screens/Success/Success.d.ts +5 -0
  80. package/build/features/password/screens/Success/Success.js +14 -0
  81. package/build/features/password/screens/Success/index.d.ts +3 -0
  82. package/build/features/password/screens/Success/index.js +2 -0
  83. package/build/features/shared/Button/Button.js +7 -1
  84. package/build/features/shared/Footer/Footer.js +1 -1
  85. package/build/features/shared/SuccessScreen/SuccessScreen.js +1 -1
  86. package/build/features/tax/screens/Success/Success.d.ts +5 -0
  87. package/build/features/tax/screens/Success/Success.js +14 -0
  88. package/build/features/tax/screens/Success/index.d.ts +3 -0
  89. package/build/features/tax/screens/Success/index.js +2 -0
  90. package/build/features/tax/screens/TaxDetails/VATId.js +3 -4
  91. package/build/features/tax/screens/TaxDetails/validation.js +1 -1
  92. package/build/utils/string.js +2 -2
  93. package/package.json +1 -1
  94. package/build/features/business/screens/OTP/OTPTimer.d.ts +0 -5
  95. package/build/features/business/screens/OTP/OTPTimer.js +0 -20
  96. package/build/features/business/screens/VerifyNumber/OTPTimer.d.ts +0 -5
  97. package/build/features/business/screens/VerifyNumber/OTPTimer.js +0 -20
@@ -1,98 +1,200 @@
1
1
  {
2
- "language": "العربية",
3
- "locale": "ar",
4
- "follow_us": "تابعنا",
5
- "switch_language_label": "English",
6
- "business_country_label": "بلد التجارة",
7
- "business_country_placeholder": "الرجاء تحديد مقر تجارتك",
8
- "id_number_label": "رقم الهوية",
9
- "id_number_label_error": "الرجاء التحقق من رقم الهوية الذي تم إدخاله",
10
- "switch_to_mobile": "التحويل إلى رقم الهاتف",
11
- "mobile_id_title": "اهلاً بك في تاب للمدفوعات",
12
- "mobile_id_description": "ساعدنا في الحصول على معلوماتك لبدء تحصيل المدفوعات عبر الإنترنت",
13
- "mobile_number_label": "رقم الجوال",
14
- "mobile_number_error": "يرجى التحقق من الرقم المُدخل.",
15
- "switch_to_id": "Switch to ID number",
16
- "date_of_birth": "تاريخ الميلاد",
17
- "otp_sent_title": "تم إرسال رقم التحقق إلى ",
18
- "signup_merchant_name_label": "الاسم بالكامل",
19
- "signup_enter_email": "البريد الإلكتروني",
20
- "signin_email_placeholder": "بريدك الالكتروني",
21
- "brand_name_label": "Brand Name",
22
- "brand_name_description": "Please enter brand name for your business. The brand name will appear for your customers. (Note - brand names might be taken sometime, therefore please provide a brand name that is legally registered under your business",
23
- "brand_name_placeholder": "Brand Name",
24
- "resend_otp": "إعادة إرسال الرمز",
25
- "website_placeholder": "www.business.com",
26
- "twitter_placeholder": "business",
27
- "instagram_placeholder": "business",
28
- "next": "التالي",
29
- "email_not_valid": "الرجاء إدخال بريد إلكتروني صحيح",
30
- "name_not_valid": "الرجاء إدخال اسم صحيح",
31
- "read_agree_terms_and_conditions_message": "I have read and agreed to the",
32
- "terms_and_conditions_link_title": " terms and conditions",
33
- "thankyou_message": "شكرا لاختيارك تاب للمدفوعات الالكترونية. سوف يتم التواصل معكم في أقرب وقت.",
34
- "select_customer_locations": "قاعدة العملاء",
35
- "password_label": "كلمة السر",
36
- "password_placeholder": "كلمة السر الخاصة بك",
37
- "password_is_required": "كلمة السر مطلوبة",
38
- "expected_customers_to_serve": "العملاء المتوقع خدمتهم بالشهر",
39
- "service_otp_send_title": "تم إرسال الرمز المؤقت إلى",
40
- "select_your_business_type": "Select Your Business Type",
41
- "freelancer_reg": "Freelancer",
42
- "commercial_reg": "Commercial Entity",
43
- "opt_nid_sent_title": "الرجاء إدخال الكود المرسل عن طريق أبشر إلى الهوية",
44
- "expected_sales_range": "المبيعات المتوقعة سنويا (ريال سعودي)",
45
- "agree_on_refund_policy": "لقد قرأت ووافقت على ",
46
- "refund_policy_compliance": "الإلتزام بسياسة الاسترداد",
47
- "agree_on_transaction_policy": "لقد قرأت ووافقت على ",
48
- "transaction_policy": "سياسة حل نزاعات العمليات",
49
- "fl_number_label": "Freelance Registration",
50
- "cr_number_label": "Commercial Registration",
51
- "freelance_license_label": "Freelance License",
52
- "freelance_license_placeholder": "Choose License",
53
- "company_license_label": "Commercial Registration",
54
- "company_license_placeholder": "Choose License",
2
+ "language": "English",
3
+ " No Login Credentials available": "البريد الألكتروني غير صحيح",
4
+ "(citizeninfo) dateofbirth does not match nic records": "تاريخ الميلاد غير صحيح",
5
+ "Api key is unauthorized to perform the operation": "Api key is unauthorized to perform the operation",
6
+ "CR Not Found": "السجل التجاري غير موجود",
7
+ "Freelance License Not Found": "رخصة العمل الحر غير موجودة",
8
+ "Internal server error": "نعتذر حدث خطأ، الرجاء المحاولة في وقت أخر.",
9
+ "Invalid National Id or Date of Birth": "رقم الهوية او تاريخ الميلاد غير صحيح",
10
+ "Invalid OTP": "رمز الدخول غير صحيح",
11
+ "Invalid OTP, please try again": "رمز توثيق خاطئ , الرجاء إعادة المحاولة",
12
+ "Invalid Password": "معلومات الدخول غير صحيحة",
13
+ "Invalid lead_id": "يجب عليك البدء من الصفحة الاولى",
14
+ "Invalid otp in data_token": "رمز توثيق خاطئ , الرجاء إعادة المحاولة",
15
+ "Profile Name Required": "الاسم التجاري مطلوب",
16
+ "Profile Name already exists": "هذا الاسم موجود بالفعل",
17
+ "Profile Name is invalid": "الاسم غير صحيح",
18
+ "Signup_email_lable": "البريد الإلكتروني",
55
19
  "activities": "الانشطة",
56
20
  "activities_selected": "انشطة مختارة",
57
- "category": "الفئة",
58
- "channel_of_service_label": "ما هي قنوات البيع الخاصة بك؟",
59
- "channel_of_service_error": "الرجاء تحديد قناة واحدة على الأقل.",
60
- "operation_start_date": "تاريخ بدء العمل",
61
- "vat_id_label": "الرقم الضريبي",
62
- "success_message": "تم إنشاء حسابك بنجاح! ",
63
- "iban": "ايبان",
64
- "iban_error": "الرجاء إدخال ايبان صحيح",
65
- "beneficiary_name_label": "اسم المستفيد",
21
+ "actual_income_hint": "الدخل الفعلي",
22
+ "agree_on_chargeback_policy": "لقد قرأت ووافقت على ",
23
+ "agree_on_refund_policy": "لقد قرأت ووافقت على ",
24
+ "alert_beneficiary_name": "اسم المستفيد لا يمكن ان يحتوي على ارقام",
25
+ "alert_iban": "الايبان غير صحيح",
26
+ "alert_vat": "الرقم الضريبي يجب ان يكون 15 رقم ",
27
+ "app": "تطبيق",
28
+ "beneficiary_name": "اسم المستفيد",
66
29
  "beneficiary_name_placeholder": "اسم المستفيد",
67
- "beneficiary_error": "اسم المستفيد يجب أن يكون اسم ثلاثي",
68
- "other": "Other",
30
+ "birthdate": "تاريخ الولادة",
31
+ "brand_name_hint": "الاسم التجاري يجب ان يكون مميز وغير مكرر، سوف يظهر هذا الاسم في صفحات الدفع لعملائك",
32
+ "business_start_date": "تاريخ بدء العمل",
33
+ "category": "الفئة",
34
+ "category_name": "اسم الفئة",
35
+ "channel_of_service": "قنوات الخدمة",
36
+ "chargeback_policy": "سياسة حل نزاعات العمليات",
37
+ "check_terms_cond": "يرجى الموافقة على الشروط والاحكام",
38
+ "choose_activities": "اختر الانشطة",
39
+ "choose_any_business_date": "اختر تاريخ البيزنس",
40
+ "choose_any_source_of_income": "الرجاء اختيار مصدر الدخل",
41
+ "choose_atleast_one_activity": "الرجاء اختيار على الاقل نشاط واحد",
42
+ "choose_atleast_one_channel": "الرجاء اختيار على الاقل قناة واحدة",
43
+ "choose_channel": "اختر قنوات الخدمة",
44
+ "choose_customer_base": "اختر قاعدة العملاء",
45
+ "choose_employee_location": "اختر موقع الموظف",
46
+ "choose_expected_sales": "حدد المبيعات المتوقعة",
47
+ "choose_expected_sales_yearly": "حدد المبيعات المتوقعة",
48
+ "choose_license": "اختر السجل التجاري",
49
+ "choose_license_cr": "اختر السجل التجاري",
50
+ "choose_license_fl": "اختر الرخصة",
69
51
  "citizenship": "مواطن",
70
- "national_address": "العنوان الوطني ",
71
- "birth_date": "تاريخ الولادة",
72
- "place_of_birth": "مكان الولادة",
52
+ "commercial_reg": "منشأة تجارية",
53
+ "create_new_business": "انشاء حساب جديد",
54
+ "edit": "تعديل",
55
+ "email_activation_description": "شكراً لاختيارك تاب للمدفوعات, لقد تم تفعيل ايميلك بنجاح",
56
+ "email_confirmed": "تم تأكيد الايميل",
57
+ "email_not_valid": "الرجاء إدخال بريد إلكتروني صحيح",
58
+ "enter_at_least_one": "من فضلك ادخل رابط واحد علي الاقل.",
59
+ "enter_bank_name": "اسم البنك",
60
+ "enter_bank_name_placeholder": "اسم البنك",
61
+ "enter_birth_date": "تاريخ الميلاد",
62
+ "enter_brand_name_english_chars_only": "الرجاء كتابة حروف انجليزية فقط بدون مسافة او علامات مميزة",
63
+ "enter_commercial_register_no": "السجل التجاري",
64
+ "enter_freelance_license": "رخصة العمل الحر",
65
+ "enter_iban": "الايبان",
66
+ "enter_iqama_id": "رقم الإقامة",
67
+ "enter_license_no": "رقم رخصة العمل الحر",
68
+ "enter_national_id": "رقم الهوية",
69
+ "enter_served_monthly": "ادخل المتوقع خدمتهم بالشهر",
70
+ "enter_strong_password": "الرجاء إدخال رقم سري قوي",
71
+ "enter_valid_birth_date": "الرجاء ادخال تاريخ ميلادك",
72
+ "enter_valid_brand_name": "قم بإدخال اسم تجاري صحيح",
73
+ "enter_valid_customer_no": "الرجاء إدخال رقم صحيح لعدد العملاء الشهري",
74
+ "enter_valid_license": "الرجاء إدخال رقم ترخيص صالح",
75
+ "enter_valid_mobile_number": "يجب أن يكون رقم الهاتف {{length}} أرقام",
76
+ "expected_customers_to_serve": "العملاء المتوقع خدمتهم بالشهر",
77
+ "expected_sales_yearly": "المبيعات المتوقعة سنويا (ريال سعودي)",
78
+ "expiry_date": "تاريخ الإنتهاء",
79
+ "file_upload_failed": "فشل رفع الملف",
80
+ "follow_us": "تابعنا",
81
+ "freelancer_reg": "رخصة عمل حر",
82
+ "goto_dashboard": "الذهاب إلى الصفحة الرئيسية",
83
+ "goto_dashboard_button_label": "صفحة الإدارة",
84
+ "ide_not_valid_url": "الرابط غير صحيح",
85
+ "ide_opt_sent_title": "تم إرسال رقم التحقق إلى ",
86
+ "ide_otp_resend_label": "إعادة ارسال الرمز",
87
+ "ide_otp_waiting_title": "جاري التحقق",
88
+ "ide_registered_mobile_status_message": "رقم الهاتف المسجل",
89
+ "ide_submit_button_confirm_label": "تأكيد",
90
+ "ide_submit_button_next_label": "التالي",
91
+ "ide_successfully_updated_message": "تم تحديث حسابك بنجاح",
92
+ "ide_successfully_verified_message": "تم إنشاء حسابك بنجاح!",
93
+ "ide_terms_and_conditions_description": "ساعدنا لنحصل على معلوماتك الاساسية لفتح حسابك في تاب وبداية تحصيل الأموال عبر الانترنت.",
94
+ "identity_type": "نوع الهوية",
95
+ "invalid_token": "رمز توثيق خاطئ. سيتم توجيهك خلال 5 ثوان إلى الصفحة الرئيسية",
96
+ "invalid_url": "عنوان غير صحيح",
97
+ "issue_date": "تاريخ الإصدار",
98
+ "join_our_community": "مرحبا بك في تاب للمدفوعات الالكترونية ",
99
+ "loading": "تحميل...",
73
100
  "marital_status": "الحالة الزوجية",
74
- "confirm_business_cr_label": "رقم السجل التجاري",
75
- "confirm_business_fl_label": "رقم الرخصة",
76
- "confirm_legal_name_label": "الاسم القانوني",
77
- "confirm_brand_name_label": "الاسم التجاري",
78
- "confirm_password_placeholder": "Confirm Password",
79
- "new_password_label": "كلمة السر",
80
- "new_password_placeholder": "Your Password",
81
- "password_length": "كلمة السر يجب ان تكون اكثر من او 8 ارقام.",
82
- "password_upper": "يجب ان يحتوي على الاقل حرف واحد كبير.",
101
+ "national_address": "العنوان الوطني ",
102
+ "no": "لا",
103
+ "notify_strong_password": "رائع لديك كلمة سر قوية!",
104
+ "notify_user_has_account": "رقم الجوال مسجل في تاب. الرجاء تسجيل الدخول لإنشاء حساب جديد",
105
+ "opt_nid_sent_title": "الرجاء إدخال الكود المرسل عن طريق أبشر إلى الهوية",
106
+ "otp_provider": "ابشر",
107
+ "our_community_description": "",
108
+ "password_length": " كلمة السر يجب ان تكون اكثر من او 8 ارقام.",
83
109
  "password_lower": "يجب ان يحتوي على الاقل حرف واحد صغير.",
110
+ "password_not_match": "تأكيد كلمة السر لا تتطابق مع كلمة السر",
84
111
  "password_special": "يجب على الاقل ان يحتوي على رمز مميز.",
85
- "notify_strong_password": "رائع لديك كلمة سر قوية!",
86
- "bank_name_label": "اسم البنك",
112
+ "password_upper": "يجب ان يحتوي على الاقل حرف واحد كبير.",
113
+ "physical_store": "متجر ثابت (محل)",
114
+ "place_of_birth": "مكان الولادة",
115
+ "please write your first and last name": "الرجاء كتابة اسمك واسم العائلة",
116
+ "please_agree_on_recharge": " الرجاء الموافقة على سياسة حل نزاعات العمليات ",
117
+ "please_agree_on_refund": "الرجاء الموافقه على سياسة الاسترداد",
118
+ "please_choose_are_you_influncer": "الرجاء الاجابة على السؤال",
119
+ "please_choose_base": "الرجاء اختيار قاعدة عملاء",
120
+ "please_choose_employer_location": "ادخل الموقع",
121
+ "please_choose_relative_pep": "الرجاء الاجابة على السؤال",
122
+ "please_enter_actual_income": "الرجاء ادخال الدخل الاساسي",
123
+ "please_enter_employer_name": "ادخل اسم",
124
+ "read_agree_terms_and_conditions_message": "لقد قرأت ووافقت على ",
125
+ "refund_policy_compliance": "الإلتزام بسياسة الاسترداد",
126
+ "select_cr_license": "اختر السجل التجاري",
127
+ "select_customer_base": "قاعدة العملاء",
128
+ "select_expected_sales": "اختر المبيعات المتوقعة",
129
+ "signin_email_label": "البريد الألكتروني",
130
+ "signin_email_mobile_label": "الايميل/الجوال",
131
+ "signin_email_mobile_placeholder": "ادخل الايميل او الجوال",
132
+ "signin_email_placeholder": "بريدك الألكتروني",
133
+ "signup_Select_country": "اختر بلدك",
134
+ "signup_beneficiary_name_length_error": "هناك مشكلة في طول اسم المستفيد",
135
+ "signup_brand_name_label": "الاسم التجاري",
136
+ "signup_brand_name_placeholder": "الاسم التجاري",
137
+ "signup_business_cr_info_title": "رقم السجل التجاري",
138
+ "signup_business_fl_info_title": "رقم الرخصة",
139
+ "signup_business_type_label": "اختر نوع عملك",
140
+ "signup_email_lable": "البريد الإلكتروني",
141
+ "signup_email_placeholder": "مثل g@example.com",
142
+ "signup_enter_mobile": "رقم الجوال",
143
+ "signup_generic_error": "حدث خطأ ما يرجى إعادة المحاولة لاحقاً",
144
+ "signup_instagram_placeholder": "حساب انستجرام",
145
+ "signup_invalid_iqama_id_format": "يجب أن تبدأ الإقامة بالرقم {{number}}",
146
+ "signup_invalid_national_id": "الرجاء ادخال رقم هوية صحيح",
147
+ "signup_invalid_national_id_format": "يجب أن تبدأ الهوية الوطنية بالرقم {{number}}",
148
+ "signup_legal_name_label": "الاسم القانوني",
149
+ "signup_merchant_name_label": "الاسم بالكامل",
150
+ "signup_merchant_name_placeholder": "الاسم بالكامل",
151
+ "signup_select_country": "دولتك",
152
+ "signup_twitter_placeholder": "حساب تويتر",
153
+ "signup_user_not_exists_error": "المستخدم غير مسجل مع تاب",
154
+ "signup_website_placeholder": "رابط الموقع",
155
+ "signup_welcoming": "مرحبا {{username}},",
156
+ "signup_welcoming_hi": "مرحبا,",
157
+ "start_with_number": "رقم الجوال يجب ان يبدا ب {{number}}",
158
+ "step_required_by_rayah": "This step is required by Raya Service.",
159
+ "sucess_message_for_non_saudi": "شكرا لاختيارك تاب للمدفوعات الالكترونية. سوف يتم التواصل معكم في أقرب وقت",
160
+ "tap_js_actual_income": "الدخل الشهري (ريال سعودي)",
161
+ "tap_js_are_you_an_influencer": "هل أنت شخص مؤثر؟",
162
+ "tap_js_are_you_interesting_signup": "يمكنك الدخول على صفحة الإدارة لمتابعة وإدارة عملياتك، او يمكنك انشاء حساب جديد.",
163
+ "tap_js_cancel_button_label": "Cancel",
164
+ "tap_js_confirm_password_description": "تأكيد كلمة السر",
165
+ "tap_js_email_already_exist": "البريد الالكتروني مسجل بالفعل",
166
+ "tap_js_employer_address_city": "دولة الشركة الموظِفة",
167
+ "tap_js_employer_name": "اسم الشركة الموظِفة",
168
+ "tap_js_enter_employer_address": "ادخل عنوان الشركة الموظِفة",
169
+ "tap_js_enter_employer_name": "الاسم",
170
+ "tap_js_go_back_button_label": "Go Back",
171
+ "tap_js_is_close_relative_in_pep": "هل أنت أو أحد أقاربك شخص معرض سياسيا؟",
172
+ "tap_js_no_button_label": "No",
173
+ "tap_js_password_description": "كلمة السر",
174
+ "tap_js_password_placeholder": "كلمة السر",
175
+ "tap_js_password_should_match": "كلمة السر وتأكيد كلمة السر يجب ان يكونا متشابهين",
176
+ "tap_js_select_a_source_income": "اختر مصدرالدخل",
177
+ "tap_js_signin_button_label": "نعم",
178
+ "tap_js_source_of_income": "مصدر الدخل",
179
+ "terms_and_conditions_link_title": "الشروط والاحكام",
180
+ "the nin format is not valid": "رقم الهوية غير صحيح",
181
+ "vat_id": "الرقم الضريبي",
182
+ "verification_brand_name": "الاسم التجاري",
183
+ "verification_category": "التصنيف",
184
+ "verification_completed_message": "اكتمل التوثيق",
185
+ "verification_invalid_token": "للاسف الرابط غير صحيح",
186
+ "verification_invalid_token_description": "الرجاء مراجعة رابط التوثيق المرسل إلى بريدك الإلكتروني",
187
+ "verification_merchant_name": "الاسم الكامل",
188
+ "verification_name": "الاسم",
189
+ "verification_status": "الحالة",
190
+ "verification_status_cancelled": "ملغية",
191
+ "website": "موقع",
87
192
  "yes": "نعم",
88
- "no": "لا",
89
- "is_close_relative_in_pep_label": "هل أنت أو أحد أقاربك شخص معرض سياسيا؟",
90
- "are_you_an_influencer": "هل أنت شخص مؤثر؟",
91
- "monthly_income_label": "الدخل الشهري (ريال سعودي)",
92
- "employer_name_label": "اسم الشركة الموظِفة",
93
- "employer_name_placeholder": "Name",
94
- "employer_location_label": "دولة الشركة الموظِفة",
95
- "employer_location_placeholder": "- Please select -",
96
- "source_of_income_label": "مصدر الدخل",
97
- "source_of_income_placeholder": "What is the source for your income?"
193
+ "switch_to_mobile": "Switch to mobile number",
194
+ "switch_to_id": "Switch to ID number",
195
+ "enter_valid_password": "Please enter password with minimum {{length}} characters",
196
+ "password_required": "Password is required",
197
+ "enter_brand_name_english_chars_numbers_space": "Please write English letters and numbers only. with spaces",
198
+ "beneficiary_name_required": "Beneficiary name is required",
199
+ "bank_name_required": "Bank name is required"
98
200
  }
@@ -1,98 +1,214 @@
1
1
  {
2
- "language": "english",
3
- "locale": "en",
4
- "follow_us": "Follow us",
5
- "switch_language_label": "العربية",
6
- "business_country_label": "Business Country",
7
- "business_country_placeholder": "Select Business Country",
8
- "id_number_label": "ID number",
9
- "id_number_label_error": "May you please verify the entered identification number.",
10
- "switch_to_mobile": "Switch to mobile number",
11
- "mobile_id_title": "Welcome to Tap Payments",
12
- "mobile_id_description": "Help us to get your information to start collecting online payments",
13
- "mobile_number_label": "Mobile Number",
14
- "mobile_number_error": "May you please verify the entered mobile.",
15
- "switch_to_id": "Switch to ID number",
16
- "date_of_birth": "Date of Birth",
17
- "otp_sent_title": "OTP has been sent to ",
18
- "signup_merchant_name_label": "Full Name",
19
- "signup_enter_email": "Enter Email",
20
- "signin_email_placeholder": "Your E-mail",
21
- "brand_name_label": "Brand Name",
22
- "brand_name_description": "Please enter brand name for your business. The brand name will appear for your customers. (Note - brand names might be taken sometime, therefore please provide a brand name that is legally registered under your business",
23
- "brand_name_placeholder": "Brand Name",
24
- "resend_otp": "Resend OTP",
25
- "website_placeholder": "www.business.com",
26
- "twitter_placeholder": "business",
27
- "instagram_placeholder": "business",
28
- "next": "Next",
29
- "email_not_valid": "Please enter a valid email",
30
- "name_not_valid": "Please enter a valid name",
31
- "read_agree_terms_and_conditions_message": "I have read and agreed to the",
32
- "terms_and_conditions_link_title": " terms and conditions",
33
- "thankyou_message": "Thank you for your interest in Tap. we will contact you shortly.",
34
- "select_customer_locations": "Customer Base",
35
- "password_label": "Password",
36
- "password_placeholder": "Your Password",
37
- "password_is_required": "Password is required",
38
- "expected_customers_to_serve": "Expected Customers to be Serviced Monthly",
39
- "select_your_business_type": "Select Your Business Type",
40
- "freelancer_reg": "Freelancer",
41
- "commercial_reg": "Commercial Entity",
42
- "opt_nid_sent_title": "Please enter OTP sent from Absher to ID Number: ",
43
- "expected_sales_range": "Choose expected sales yearly",
44
- "service_otp_send_title": "OTP has been sent to",
45
- "agree_on_refund_policy": "I have agree to the ",
46
- "refund_policy_compliance": "Refund Policy Compliance",
47
- "agree_on_transaction_policy": "I have agree to the ",
48
- "transaction_policy": "Transaction Dispute Policy",
49
- "fl_number_label": "Freelance Registration",
50
- "cr_number_label": "Commercial Registration",
51
- "freelance_license_label": "Freelance License",
52
- "freelance_license_placeholder": "Choose License",
53
- "company_license_label": "Commercial Registration",
54
- "company_license_placeholder": "Choose License",
2
+ "language": "العربية",
3
+ "(citizeninfo) dateofbirth does not match nic records": "May you please verify the entered date of birth.",
4
+ "Api key is unauthorized to perform the operation": "Sorry, something went wrong. please try again later.",
5
+ "CR Not Found": "May you please verify the entered commercial registration.",
6
+ "Freelance License Not Found": "May you please verify the entered freelancer registration.",
7
+ "Internal server error": "You are experiencing some service interruption. Please give it a try another time.",
8
+ "Invalid National Id or Date of Birth": "Please verify the entered information.",
9
+ "Invalid OTP": "Please enter a valid One Time Passcode (OTP).",
10
+ "Invalid OTP, please try again": "Please enter a valid One Time Passcode (OTP).",
11
+ "Invalid Password": "Please verify the entered information.",
12
+ "Invalid lead_id": "You have to start from the first page",
13
+ "Invalid otp in data_token": "Please enter a valid One Time Passcode (OTP).",
14
+ "Profile Name Required": "May you please enter a brand name for your business.",
15
+ "Profile Name already exists": "The brand name you have entered is taken. May you please provide an alternate brand name.",
16
+ "Profile Name is invalid": "May you please verify the entered brand name.",
55
17
  "activities": "Business activities",
56
- "activities_selected": "Activities selected",
57
- "category": "category",
58
- "channel_of_service_label": "What are your sales channels?",
59
- "channel_of_service_error": "Please select at least a channel.",
60
- "operation_start_date": "When did you start your business?",
61
- "vat_id_label": "Tax Identification Number (TIN)",
62
- "success_message": "Your account has been created successfully! ",
63
- "iban": "Please Enter the IBAN",
64
- "iban_error": "Please Enter valid IBAN",
65
- "beneficiary_name_label": "Beneficiary Name",
66
- "beneficiary_name_placeholder": "Beneficiary Name",
67
- "beneficiary_error": "Beneficiary name should be at least three names",
68
- "other": "Other",
18
+ "activities_selected": "Business activities selected",
19
+ "actual_income_hint": "Lorem ipsum dolor sit amet, consetetur",
20
+ "agree_on_chargeback_policy": "I agree to the ",
21
+ "agree_on_refund_policy": "I agree to the ",
22
+ "alert_beneficiary_name": "May you please verify the entered beneficiary name.",
23
+ "alert_iban": "May you please verify the entered IBAN.",
24
+ "alert_vat": "May you please verify the entered tax identification number (TIN) for VAT purposes. (Note - the TIN constitutes of 15 digits).",
25
+ "app": "App",
26
+ "bank_statement_first_page": "Bank statement",
27
+ "beneficiary_name": "Beneficiary name",
28
+ "beneficiary_name_placeholder": "Beneficiary name",
29
+ "birthdate": "Date of birth",
30
+ "brand_name_hint": "Please enter a brand name for you business. The brand will appear for your customers. (Note - brand names might be taken sometime, therefore please provide a brand name that is legally registered under your business)",
31
+ "business_start_date": "When did you start your business?",
32
+ "category": "Category",
33
+ "category_name": "Category name",
34
+ "channel_of_service": "What are your sales channels?",
35
+ "chargeback_policy": "Transaction dispute policy",
36
+ "check_terms_cond": "Please accept the terms and conditions",
37
+ "choose_activities": "Business Activities",
38
+ "choose_activity": "- Please select -",
39
+ "choose_any_business_date": "Please select a date",
40
+ "choose_any_source_of_income": "- Please select -",
41
+ "choose_atleast_one_activity": "- Please select -",
42
+ "choose_atleast_one_channel": "Please select at least a channel.",
43
+ "choose_channel": "- Please select -",
44
+ "choose_customer_base": "- Please select -",
45
+ "choose_employee_location": "- Please select -",
46
+ "choose_expected_sales": "- Please select -",
47
+ "choose_expected_sales_yearly": "- Please select -",
48
+ "choose_license": "- Please select -",
49
+ "choose_license_cr": "- Please select -",
50
+ "choose_license_fl": "- Please select -",
69
51
  "citizenship": "Citizenship",
70
- "national_address": "National Address",
71
- "birth_date": "Birth Date",
72
- "place_of_birth": "Place Of Birth",
73
- "marital_status": "Marital Status",
74
- "confirm_business_cr_label": "Commercial Registration ",
75
- "confirm_business_fl_label": "Freelance Registration",
76
- "confirm_legal_name_label": "Legal Name",
77
- "confirm_brand_name_label": "Brand Name",
78
- "confirm_password_placeholder": "Confirm Password",
79
- "new_password_label": "Password",
80
- "new_password_placeholder": "Your Password",
52
+ "commercial_reg": "Comercial entity",
53
+ "commercial_registration": "Commercial registration",
54
+ "create_new_business": "Create a new business",
55
+ "drag_and_drop": "Drag and drop or",
56
+ "edit": "Edit",
57
+ "email_activation_description": "Thank you for choosing Tap Payments. Your email address has been confirmed successfully!",
58
+ "email_confirmed": "Email confirmed",
59
+ "email_not_valid": "May you please verify the entered email address.",
60
+ "enter_at_least_one": "May you please enter at least one social media",
61
+ "enter_bank_name": "Bank name",
62
+ "enter_bank_name_placeholder": "- Please select -",
63
+ "enter_birth_date": "Date of Birth",
64
+ "enter_brand_name_english_chars_only": "Please write English letters only. with no spaces",
65
+ "enter_commercial_register_no": "Commercial registration",
66
+ "enter_freelance_license": "Freelance registration",
67
+ "enter_iban": "Please enter the IBAN",
68
+ "enter_iban_placeholder": "SA44#################0",
69
+ "enter_iqama_id": "Identification number",
70
+ "enter_license_no": "Freelance registration",
71
+ "enter_national_id": "Identification number",
72
+ "enter_served_monthly": "How many customers do you expect to have per month?",
73
+ "enter_strong_password": "Please enter strong password.",
74
+ "enter_valid_birth_date": "Please enter a valid birth date.",
75
+ "enter_valid_brand_name": "Please enter a valid brand name.",
76
+ "enter_valid_customer_no": "Please enter a valid customer number.",
77
+ "enter_valid_license": "May you please verify the entered license number.",
78
+ "enter_valid_mobile_number": "May you please verify the entered mobile number. (Note - Mobile numbers consist of {{length}} digits)",
79
+ "expected_customers_to_serve": "How many customers does your business serve monthly?",
80
+ "expected_sales_yearly": "What is the expected sales for your business annually?",
81
+ "expected_served_monthly": "How many customers does your business serve monthly?",
82
+ "expiry_date": "Date of expiry",
83
+ "file_upload_failed": "You are experiencing some challenges uploading the file. Please give it another try.",
84
+ "follow_us": "Follow us",
85
+ "freelance": "Freelance registration",
86
+ "freelancer_reg": "Freelancer",
87
+ "goto_dashboard": "Dashboard",
88
+ "goto_dashboard_button_label": "Enter the dashboard",
89
+ "have_physical_store": "Do you have a physical store?",
90
+ "ide_not_valid_url": "May you please verify the entered website address.",
91
+ "ide_opt_sent_title": "A One Time Passcode (OTP) has been be sent to mobile number",
92
+ "ide_otp_resend_label": "Resend OTP",
93
+ "ide_otp_waiting_title": "Please be patient as we are processing... ",
94
+ "ide_registered_mobile_status_message": "Registered mobile ",
95
+ "ide_submit_button_confirm_label": "Confirm",
96
+ "ide_submit_button_next_label": "Next",
97
+ "ide_successfully_updated_message": "Your account has been updated successfully",
98
+ "ide_successfully_verified_message": "Your account has been created successfully!",
99
+ "ide_terms_and_conditions_description": " ",
100
+ "identity_type": "Type of identity",
101
+ "invalid_token": "Please be patient... You are experiencing some challenges with your connection.",
102
+ "invalid_url": "May you please verify the entered website address.",
103
+ "issue_date": "Date of issuance",
104
+ "join_our_community": "",
105
+ "kyc_verification": "Know Your Customer (KYC)",
106
+ "loading": "Loading...",
107
+ "marital_status": "Marital status",
108
+ "national_address": "Billing address",
109
+ "no": "No",
110
+ "no login credentials available": "May you please verify the entered email address. (Note - Please make sure to enter an email address associated with Tap)",
111
+ "notify_strong_password": "Awesome! You have a secure password.",
112
+ "notify_user_has_account": "Your mobile number is registered in Tap. Please login to create new business. ",
113
+ "opt_nid_sent_title": "Please enter the One Time Passcode (OTP) sent via Absher to the mobile number registered under your Saudi National ID",
114
+ "otp_provider": "Absher",
115
+ "our_community_description": "Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum.",
81
116
  "password_length": "Needs to be more than 8 characters.",
82
- "password_upper": "Includes at least 1 uppercase character.",
83
117
  "password_lower": "Includes at least 1 lowercase character.",
118
+ "password_not_match": "The password you have entered does not match.",
84
119
  "password_special": "Includes at least 1 special character. (!@#%)",
85
- "notify_strong_password": "Awesome! You have a secure password.",
86
- "bank_name_label": "Bank Name",
120
+ "password_upper": "Includes at least 1 uppercase character.",
121
+ "physical_store": "Physical store",
122
+ "place_of_birth": "Place of birth",
123
+ "please write your first and last name": "May you please verify the entered name in full. (Note - Your full name consists of your first and last name)",
124
+ "please_agree_on_recharge": "Please agree on dispute policy ",
125
+ "please_agree_on_refund": "Please agree on refund policy",
126
+ "please_choose_are_you_influncer": "Are you an influencer",
127
+ "please_choose_base": "- Please select - ",
128
+ "please_choose_employer_location": "What is the location of your employer?",
129
+ "please_choose_relative_pep": "Are you or one of your relatives a Publicly Exposed Person (PEP)",
130
+ "please_enter_actual_income": "What is your monthly income?",
131
+ "please_enter_employer_name": "Please enter the name of your employer",
132
+ "read_agree_terms_and_conditions_message": "I have read and agreed to the ",
133
+ "refund_policy_compliance": "Refund policy compliance",
134
+ "select_bank": "Bank",
135
+ "select_cr_license": "- Please select -",
136
+ "select_customer_base": "What are the locations of your customers?",
137
+ "select_expected_sales": "- Please select - ",
138
+ "signin_email_label": "Email address",
139
+ "signin_email_mobile_label": "Email/Mobile",
140
+ "signin_email_mobile_placeholder": "Enter email or mobile",
141
+ "signin_email_placeholder": "Your email address",
142
+ "signup_Select_country": "Select your country",
143
+ "signup_beneficiary_name_length_error": "There is a problem because beneficiary Name length.",
144
+ "signup_brand_name_label": "Brand name",
145
+ "signup_brand_name_placeholder": "Brand name ",
146
+ "signup_business_cr_info_title": "Commercial registration",
147
+ "signup_business_fl_info_title": "Freelance registration",
148
+ "signup_business_type_label": "Select your type of business",
149
+ "signup_email_lable": "Email address",
150
+ "signup_email_placeholder": "Your Email address",
151
+ "signup_enter_mobile": "Your mobile number",
152
+ "signup_generic_error": "Something went wrong! Please try again later.",
153
+ "signup_instagram_placeholder": "mybusiness",
154
+ "signup_invalid_iqama_id_format": "May you please verify the entered identification number. (Note - Saudi Iqama's start with {{number}})",
155
+ "signup_invalid_national_id": "May you please verify the entered identification number",
156
+ "signup_invalid_national_id_format": "May you please verify the entered identification number. (Note - Saudi national IDs start with {{number}})",
157
+ "signup_legal_name_label": "Legal name",
158
+ "signup_merchant_name_label": "Full name",
159
+ "signup_merchant_name_placeholder": "Full name",
160
+ "signup_select_country": "Your country of business",
161
+ "signup_twitter_placeholder": "mybusiness",
162
+ "signup_user_not_exists_error": "May you please verify the entered user.",
163
+ "signup_website_placeholder": "www.mybusiness.com",
164
+ "signup_welcoming": "Hello {{username}},",
165
+ "signup_welcoming_hi": "Hello,",
166
+ "start_with_number": "May you please verify the entered mobile. (Note - mobile numbers start with {{number}})",
167
+ "step_required_by_rayah": "This step is required in order to initiate a verification with Yaqeen.",
168
+ "sucess_message_for_non_saudi": "Thank you for your interest in Tap Payments, we shall be contacting you shortly.",
169
+ "tap_js_actual_income": "What is your monthly income? ",
170
+ "tap_js_are_you_an_influencer": "Are you a person who is considered an influencer?",
171
+ "tap_js_are_you_interesting_signup": "You may go to the Dashboard to manage your business, or you may create new business account.",
172
+ "tap_js_cancel_button_label": "Cancel",
173
+ "tap_js_confirm_password_description": "Confirm password",
174
+ "tap_js_email_already_exist": "The email you have entered is associated with an existing account. (Note - Email addresses are uniquely linked to a single Tap account. You may enter another email address or sign in using the email address you have entered in order to continue using the same email for this business)",
175
+ "tap_js_employer_address_city": "What is the location of your employer?",
176
+ "tap_js_employer_name": "Employer name",
177
+ "tap_js_enter_actual_income": "0",
178
+ "tap_js_enter_employer_address": "Enter the location of your employer",
179
+ "tap_js_enter_employer_name": "Name",
180
+ "tap_js_enter_title": "Enter a title",
181
+ "tap_js_go_back_button_label": "Back",
182
+ "tap_js_is_close_relative_in_pep": "Are you or any of your relatives politically exposed persons?",
183
+ "tap_js_no_button_label": "No",
184
+ "tap_js_password_description": "Password",
185
+ "tap_js_password_placeholder": "Your password",
186
+ "tap_js_password_should_match": "May you please verify the entered passwords. (Note - Both passwords must match)",
187
+ "tap_js_select_a_source_income": "What is the source for your income?",
188
+ "tap_js_select_a_title": "Select a title",
189
+ "tap_js_signin_button_label": "Signin",
190
+ "tap_js_source_of_income": "Source of income",
191
+ "terms_and_conditions_link_title": "terms and conditions",
192
+ "the nin format is not valid": "May you please verify the entered identification number.",
193
+ "upload_bank_statement": "Please upload the bank statement",
194
+ "upload_file": "Select a file from your computer",
195
+ "vat_id": "Tax Identification Number (TIN)",
196
+ "verification_brand_name": "Brand name",
197
+ "verification_category": "Category",
198
+ "verification_completed_message": "Verification completed",
199
+ "verification_invalid_token": "You are experiencing some challenges with your connection.",
200
+ "verification_invalid_token_description": "May you please verify link of which you are trying to open.",
201
+ "verification_merchant_name": "Full name",
202
+ "verification_name": "Name",
203
+ "verification_status": "Status",
204
+ "verification_status_cancelled": "Cancelled",
205
+ "website": "Website address",
87
206
  "yes": "Yes",
88
- "no": "No",
89
- "is_close_relative_in_pep_label": "Are You Or Any Of Your Relatives Politically Exposed Persons?",
90
- "are_you_an_influencer": "Are You A Person Who Is Considered An Influencer?",
91
- "monthly_income_label": "What Is Your Monthly Income?",
92
- "employer_name_label": "Employer Name",
93
- "employer_name_placeholder": "Name",
94
- "employer_location_label": "What Is The Location Of Your Employer?",
95
- "employer_location_placeholder": "- Please select -",
96
- "source_of_income_label": "Source Of Income",
97
- "source_of_income_placeholder": "What is the source for your income?"
207
+ "switch_to_mobile": "Switch to mobile number",
208
+ "switch_to_id": "Switch to ID number",
209
+ "enter_valid_password": "Please enter password with minimum {{length}} characters",
210
+ "password_required": "Password id required",
211
+ "enter_brand_name_english_chars_numbers_space": "Please write English letters and numbers only. with spaces",
212
+ "beneficiary_name_required": "Beneficiary name is required",
213
+ "bank_name_required": "Bank name is required"
98
214
  }