Skip to content

Commit

Permalink
[ES-432] [ES-402] Signup UI: common page layout across UI module (mos…
Browse files Browse the repository at this point in the history
…ip#13)

* ES432: (resolved conflicts) Added common files such as error indicator and loading indicator and others and replaced the current loading indicator imports with the new loading

Signed-off-by: GurukiranP <[email protected]>

* [ES-432] [ES-402] Signup UI: common page layout across the UI module

Signed-off-by: GurukiranP <[email protected]>

* [ES-402] Moved loading svg to assests folder and removed unused setupTest file

Signed-off-by: GurukiranP <[email protected]>

---------

Signed-off-by: GurukiranP <[email protected]>
  • Loading branch information
gk-4VII authored and Sreang Rathanak committed Jan 15, 2024
1 parent 4cf1674 commit a3fba3d
Show file tree
Hide file tree
Showing 20 changed files with 424 additions and 123 deletions.
Binary file added signup-ui/public/images/footer_logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
95 changes: 53 additions & 42 deletions signup-ui/public/locales/en.json
Original file line number Diff line number Diff line change
@@ -1,44 +1,55 @@
{
"enter_your_number": "Please enter your mobile number to continue",
"fail_to_send_otp": "Failed to send OTP. Please provide a valid mobile number.",
"otp_header": "Enter OTP",
"otp_subheader": "Please enter {{no_of_digit}}-digit OTP received on your number {{mobile_number}}",
"resend_otp_detail": "You can resend the OTP in {{resend_time}}",
"resend_otp": "Resend OTP",
"incorrect_otp": "Entered OTP is incorrect",
"successful": "Successful!",
"error": "Error!",
"signup_failed": "Sign-Up Failed!",
"mobile_number_verified": "Your mobile number has been verified successfully.",
"complete_registration_process": "Please continue to setup you account and complete the registration process.",
"mobile_number_already_registered": "The provided mobile number is already registered. Please use the Login option to proceed.",
"setup_account":"Setup Account",
"complete_your_registration": "Please enter the requested details to complete your registration.",
"username": "Username",
"full_name": "Full Name",
"full_name_placeholder": "Enter Full Name in Khmer",
"full_name_tooltip": "Maximum 30 characters allowed and it should not contain any digit or special characters except “ “ space.",
"password": "Password",
"password_placeholder": "Enter Password",
"confirm_password": "Confirm Password",
"confirm_password_placeholder": "Enter Password",
"terms_and_condition": "I agree to Cambodia’s Terms & Conditions and Privacy Policy, to store & process my information as required.",
"transaction_timeout": "The transaction has timed out. Please try again.",
"setup_progress": "Account setup in progress",
"setup_progress_wait": "Please wait while we setup your account.",
"congratulations": "Congratulations!",
"account_created_successfully": "Your account has been created successfully.",
"login_to_proceed": "Login to proceed.",
"login": "Login",
"okay": "Okay",
"continue": "Continue",
"page_under_construction": "Page Under Construction!",
"page_under_construction_detail": "Our experts are working hard to make this page available. Meanwhile, we request you to please visit after some time.",
"something_went_wrong": "Something went wrong!",
"something_went_wrong_detail": "Our experts are working hard to make things working again.",
"attemps_left": "{{attemptLeft}} of {{totalAttempt}} attempts left",
"terms_and_conditions_title": "Terms & Conditions",
"terms_and_conditions_content": "<h1 style='font-size:24px;font-weight:bold; margin-bottom:15px;'>Some heading goes here</h1><p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry’s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</p>",
"privacy_and_policy_content": "<h1 style='font-size:24px;font-weight:bold; margin-bottom:15px;'>Some heading goes here</h1><p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry’s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</p>",
"privacy_and_policy_title": "Privacy & Policy"
"enter_your_number": "Please enter your mobile number to continue",
"enter_your_number_placeholder": "Enter 8-9 digit phone number",
"fail_to_send_otp": "Failed to send OTP. Please provide a valid mobile number.",
"otp_header": "Enter OTP",
"otp_subheader": "Please enter {no_of_digit}-digit OTP received on your number",
"resend_otp_detail": "You can resend the OTP in ",
"resend_otp": "Resend OTP",
"incorrect_otp": "Entered OTP is incorrect",
"go_back_to_landing_page": "Go back to landing page",
"successful": "Successful!",
"error": "Error!",
"signup_failed": "Sign-Up Failed!",
"mobile_number_verified": "Your mobile number has been verified successfully. Please continue to setup you account and complete the registration process.",
"mobile_number_already_registered": "The provided mobile number is already registered. Please use the Login option to proceed.",
"setup_account": "Setup Account",
"complete_your_registration": "Please enter the requested details to complete your registration.",
"username": "Username",
"username_placeholder": "Enter username",
"full_name": "Full Name",
"full_name_placeholder": "Enter Full Name in Khmer",
"full_name_tooltip": "Maximum 30 characters allowed and it should not contain any digit or special characters except “ “ space.",
"password": "Password",
"password_placeholder": "Enter Password",
"password_rules": "<li>Require at least 8 characters long</li> <li>Require at least 1 digit</li> <li>Require at least 1 special character</li> <li>Require at least 1 capital letter</li>",
"confirm_password": "Confirm Password",
"confirm_password_placeholder": "Enter Password",
"terms_and_condition": "I agree to Cambodia’s <TermsAndConditionsAnchor>Terms & Conditions</TermsAndConditionsAnchor> and <PrivacyPolicyAnchor>Privacy Policy</PrivacyPolicyAnchor>, to store & process my information as required.",
"transaction_timeout": "The transaction has timed out. Please try again.",
"setup_progress": "Account setup in progress",
"setup_progress_wait": "Please wait while we setup your account.",
"congratulations": "Congratulations!",
"account_created_successfully": "Your account has been created successfully.",
"login_to_proceed": "Login to proceed.",
"login": "Login",
"okay": "Okay",
"continue": "Continue",
"page_under_construction": "Page Under Construction!",
"page_under_construction_detail": "Our experts are working hard to make this page available. Meanwhile, we request you to please visit after some time.",
"something_went_wrong": "Something went wrong!",
"something_went_wrong_detail": "Our experts are working hard to make things working again.",
"attempts_left": "{attemptLeft} of {totalAttempt} attempts left",
"captcha_token_validation": "Please verify that you are a human.",
"full_name_validation": "Please enter a valid name",
"password_validation": "Please enter a valid password",
"password_validation_must_match": "Passwords must match",
"terms_and_conditions_validation": "You must accept the terms and conditions",
"terms_and_conditions_title": "Terms & Conditions",
"terms_and_conditions_content": "<h1 style='font-size:24px;font-weight:bold; margin-bottom:15px;'>Some heading goes here</h1><p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry’s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</p>",
"privacy_and_policy_content": "<h1 style='font-size:24px;font-weight:bold; margin-bottom:15px;'>Some heading goes here</h1><p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry’s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</p>",
"privacy_and_policy_title": "Privacy & Policy",
"footer": {
"powered_by": "Powered by"
}
}
Loading

0 comments on commit a3fba3d

Please sign in to comment.