{
  "register": {
    "title": "Create Account",
    "mobile_title": "Sign Up",
    "form": {
      "email": {
        "placeholder": "Email Address"
      },
      "name": {
        "placeholder": "Name"
      },
      "surname": {
        "placeholder": "Surname"
      },
      "password": {
        "placeholder": "Password"
      },
      "phone": {
        "placeholder": "Phone Number"
      },
      "input_constraints": {
        "password_length": "Must be at least 6 characters long",
        "uppercase_letter": "Must contain at least one uppercase letter",
        "lower_case": "Must contain at least one lowercase letter",
        "numeric_character": "Must contain at least one numeric character",
        "special_character": "Must contain at least one special character"
      },
      "agreements": {
        "title": "I have read and accept the following",
        "click_contract_text": "Click for contract text",
        "read_approve": "I have read, I approve",
        "membership": {
          "label": "I have read and accept the membership agreement*",
          "modal_title": "Agreement Membership"
        },
        "kvkk": {
          "label": "Statement on Protection and Processing of Personal Data*",
          "modal_title": "Agreement KVKK"
        },
        "email_communication": {
          "label": "Electronic message permission for marketing and promotional purposes",
          "modal_title": "Agreement Email Communication"
        },
        "sms_communication": {
          "label": "SMS message permission for marketing and promotional purposes",
          "modal_title": "Agreement SMS Communication"
        }
      },
      "error": {
        "required": "This field is required.",
        "email_valid": "Please enter a valid e-mail.",
        "name_min": "Name must be at least 2 characters long.",
        "name_max": "Name must be less than 50 characters long.",
        "name_match": "Only alphabets are allowed for name",
        "surname_min": "Surname must be at least 2 characters long.",
        "surname_max": "Surname must be less than 50 characters long.",
        "surname_match": "Only alphabets are allowed for surname",
        "password_max": "Password must be less than 50 characters long.",
        "phone_length": "Phone number must be 11 digits long.",
        "password_rule": "Enter your password in accordance with the specified rules."
      },
      "mandatory_fields": "All fields marked with an * are mandatory",
      "submit": "Join Zero"
    }
  },
  "login": {
    "title": "Login",
    "title_gsm": "Sign in with GSM",
    "mobile_title": "Login",
    "gsm_login": "Sign In with GSM",
    "email_login": "Sign In with Email",
    "form": {
      "phone": {
        "placeholder": "Phone Number"
      },
      "email": {
        "placeholder": "Email Address"
      },
      "password": {
        "placeholder": "Password"
      },
      "error": {
        "required": "This field is required.",
        "email_valid": "Please enter a valid e-mail.",
        "too_many_requests": "Please try again later."
      },
      "or": "or",
      "forgot_password": "Forgot Password",
      "submit": "Login",
      "continue_with_provider": "Continue With {provider}"
    }
  },
  "otp_login": {
    "form": {
      "error_code": "The verification code you entered is incorrect."
    }
  }
}
