{
    "SignIn":{
        "Left-banner-title" : "All your services",
        "Left-banner-desc" : "Take control: manage all your services from a single dashboard—no more calls, just complete independence!.",
        "Welcome-back-title" : "All your services",
        "Welcome-back-desc" : "Please Select Your Account.",
        "GSM-title" : "Mobility",
        "GSM-desc" : "Manage lines, track requests, explore new services, and handle billing seamlessly.",
        "GSM-Button" : "Continue",
        "ISP-title" : "Fixed Connectivity",
        "ISP-desc" : "Add/remove services, track data usage, compare plans, and access network performance.",
        "ISP-Button" : "Continue",
        "Other-account-title" : "You can also access below accounts:"
    },
    "GSM":{
        "Left-banner-title" : "Manage lines, track requests, explore new services, and monitor billing seamlessly.",
        "SignIn-step":{
            "Title" : "Sign in",
            "Desc" : "Sign in using your username or phone number.",
            "Label" : "Username / Phone Number",
            "input-placeholder" : "Username / Phone Number",
            "Label-button" : "Next",
            "Label-link" : "Want to sign In to connectivity?",
            "Error-msg" : "Invalid Sign In Information, Please Try Again."
        },
        "Pass-step" : {
            "Title" : "Enter your password",
            "Desc" : "Please enter your password for",
            "Label" : "Password",
            "input-placeholder" : "Enter Password",
            "Label-button" : "Sign In",
            "Label-link" : "Back to mobility signin",
            "Error-msg" : "Invalid Sign In Information, Please Try Again."
        },
        "OTP-step":{
            "Title" : "Enter Verification Code",
            "Desc" : "Please enter the code sent to",
            "Label" : "Veriification Code",
            "Label-button" : "Sign In",
            "Label-link" : "Back to mobility signin",
            "Error-msg" : "Invalid verification code, Please Try Again."
        }
    },
    "ISP" : {
        "Left-banner-title" : "Manage lines, track requests, explore new services, and monitor billing seamlessly.",
        "SignIn-step":{
            "Title" : "Sign in",
            "First-label" : "Username",
            "First-input-placeholder" : "Enter Username",
            "Second-label" : "Password",
            "Second-input-placeholder" : "Enter Password",
            "First-label-link" : "Forgot your password ?",
            "Second-label-link" : "Have an account number? Set up your account",
            "Label-button" : "Sign in",
            "Error-msg" : "Invalid Sign In Information, Please Try Again."
        },
        "ForgetPassword-step":{
            "First-step" : {
                "Title" : "Forget Password",
                "Desc" : "Please enter the username you’d like your password reset information sent to.",
                "Label" : "Username",
                "Input-placeholder" : "Enter Username",
                "Label-button" : "Send",
                "Label-link" : "Back To Sign In"
            },
            "Second-step" : {
                "Title" : "Enter Verification Code",
                "Label" : "Verification Code",
                "Label-button" : "Verify",
                "Error-msg" : "Invalid verification code, Please Try Again"
            },
            "Third-step" : {
                "Title" : "Reset Password",
                "Desc" : "Please enter the new password",
                "First-label" : "New password",
                "First-input-placeholder" : "Enter New Password",
                "Second-label" : "Confirm Password",
                "Second-input-placeholder" : "Enter Confirm Password",
                "Required-err-msg" : "The Field is Required",
                "Pattern-err-msg" : "The Password must contain at least one number, one uppercase and a lowercase letter and Password cannot contain whitespace",
                "Label-button" : "Reset",
                "Password-notMatch-error-msg" : "The Confirm Password not matching",
                "Sucess-msg" : "The Password Reseted Successfully"
            }
        },
        "ActivateAccount-step" : {
            "First-step" : {
                "Title" : "Set up your connectivity account",
                "Desc" : "Before starting the registration process, please make sure to contact your Account Manager to get your account number",
                "First-label" : "Phone Number",
                "First-input-placeholder" : "Enter Phone Number",
                "Second-label" : "Account Number",
                "Second-input-placeholder" : "Enter Account Number",
                "Required-err-msg" : "The Field is Required",
                "Pattern-err-msg" : "The Number is Invalid",
                "Label-button" : "Send Activation Code",
                "Label-link" : "Already have an account? Sign In"
            },
            "ActivationCode-step" : {
                "Title" : "Enter activation code",
                "Desc" : "Please make sure to get your code from Account Manager , The Code Expires After 24 Hour.",
                "Label" : "Activation Code",
                "Input-placeholder" : "Enter Activation Code",
                "Label-button" : "Activate",
                "Label-link" : "Enter another account number / phone number"
            },
            "CompleteAccount-step" : {
                "Title" : "Complete account",
                "Label-button" : "Submit",
                "AdminAccount-step" : {
                    "Title" : "Administrator Login",
                    "IDType-label" : "Your ID type",
                    "IDType-input-placeholder" : "Select ID Type",
                    "IDType-select-options" : [
                        {
                            "value" : "1",
                            "name" : "National ID"
                        },
                        {
                            "value" : "2",
                            "name" : "Passport"
                        },
                        {
                            "value" : "3",
                            "name" : "Club ID"
                        },
                        {
                            "value" : "4",
                            "name" : "Diplomatic ID"
                        },
                        {
                            "value" : "5",
                            "name" : "Weapon ID"
                        },
                        {
                            "value" : "6",
                            "name" : "Military ID"
                        },
                        {
                            "value" : "7",
                            "name" : "Police ID"
                        },
                        {
                            "value" : "8",
                            "name" : "Judge ID"
                        },
                        {
                            "value" : "9",
                            "name" : "UN ID"
                        },
                        {
                            "value" : "10",
                            "name" : "Others"
                        }
                    ],
                    "ID-label" : "Your ID#",
                    "Name-label" : "Name",
                    "Email-label" : "Email Address",
                    "Pattern-email-err-msg" : "The Email is Invalid",
                    "Username-label" : "Username",
                    "Pattern-username-err-msg" : "The Username is Invalid",
                    "Password-label" : "Password",
                    "Pattern-password-err-msg" : "The Password must contain at least one number, one uppercase and a lowercase letter and Password cannot contain whitespace",
                    "ConfirmPassword-label" : "Confirm Password",
                    "Password-notMatch-error-msg" : "The Confirm Password not matching",
                    "Required-err-msg" : "The Field is Required"
                },
                "TechnicalAccount-step" : {
                    "Title" : "Technical Login",
                    "Name-label" : "Name",
                    "Email-label" : "Email Address",
                    "Pattern-email-err-msg" : "The Email is Invalid",
                    "MobileNumber-label" : "Mobile Number",
                    "Pattern-mobile-err-msg" : "The Mobile Number is Invalid",
                    "Username-label" : "Username",
                    "Pattern-username-err-msg" : "The Username is Invalid",
                    "Password-label" : "Password",
                    "Pattern-password-err-msg" : "The Password must contain at least one number, one uppercase and a lowercase letter and Password cannot contain whitespace",
                    "ConfirmPassword-label" : "Confirm Password",
                    "Password-notMatch-error-msg" : "The Confirm Password not matching",
                    "Required-err-msg" : "The Field is Required"
                },
                "UsernameAccount-step" : {
                    "Title" : "Financial Login",
                    "Name-label" : "Name",
                    "Email-label" : "Email Address",
                    "Pattern-email-err-msg" : "The Email is Invalid",
                    "MobileNumber-label" : "Mobile Number",
                    "Pattern-mobile-err-msg" : "The Mobile Number is Invalid",
                    "Username-label" : "Username",
                    "Pattern-username-err-msg" : "The Username is Invalid",
                    "Password-label" : "Password",
                    "Pattern-password-err-msg" : "The Password must contain at least one number, one uppercase and a lowercase letter and Password cannot contain whitespace",
                    "ConfirmPassword-label" : "Confirm Password",
                    "Password-notMatch-error-msg" : "The Confirm Password not matching",
                    "Required-err-msg" : "The Field is Required"
                }
            }
        }
    }
}