Variable DefaultTranslation

DefaultTranslation: {
    Disclaimer: ((__namedParameters: DisclaimerProps) => Element);
    email: {
        label: string;
    };
    error: {
        generic: string;
        invalid_email_password: string;
        not_allowed: string;
        password_max_length: string;
        password_min_length: string;
        password_mismatch: string;
        reset_token_expire: string;
        reset_token_invalid: string;
        reset_token_not_found: string;
        unavailable: string;
    };
    google: {
        label: string;
    };
    label: {
        email: string;
        password: string;
    };
    password: {
        forgot: string;
        label: string;
        title: string;
    };
    passwordless: {
        button: string;
        info: ((__namedParameters: {
            label: string;
        }) => Element);
        title: string;
    };
    passwordless_check: {
        description: ((__namedParameters: PasswordlessProps) => Element);
        info: string;
        title: string;
        warning: string;
    };
    passwordless_confirm: {
        info: string;
        success: string;
        title: string;
    };
    reset_check_mail: {
        description: ((__namedParameters: ResetProps) => Element);
        info: string;
        title: string;
    };
    reset_password: {
        button: string;
        info: string;
        title: string;
    };
    set_password: {
        button_label: string;
        new_password: string;
        repeat_password: string;
        title: string;
    };
    signin: {
        info: string;
        label: string;
        nav: string;
        title: string;
    };
    signup: {
        info: string;
        label: string;
        nav: string;
        title: string;
    };
    update_email_confirm: {
        label: string;
        submitted: string;
        title: string;
    };
    update_email_reject: {
        label: string;
        submitted: string;
        title: string;
    };
    verify_email: {
        label: string;
        success: string;
        title: string;
    };
} = ...

Type declaration

  • Disclaimer: ((__namedParameters: DisclaimerProps) => Element)
      • (__namedParameters: DisclaimerProps): Element
      • Parameters

        • __namedParameters: DisclaimerProps

        Returns Element

  • email: {
        label: string;
    }
    • label: string
  • error: {
        generic: string;
        invalid_email_password: string;
        not_allowed: string;
        password_max_length: string;
        password_min_length: string;
        password_mismatch: string;
        reset_token_expire: string;
        reset_token_invalid: string;
        reset_token_not_found: string;
        unavailable: string;
    }
    • generic: string
    • invalid_email_password: string
    • not_allowed: string
    • password_max_length: string
    • password_min_length: string
    • password_mismatch: string
    • reset_token_expire: string
    • reset_token_invalid: string
    • reset_token_not_found: string
    • unavailable: string
  • google: {
        label: string;
    }
    • label: string
  • label: {
        email: string;
        password: string;
    }
    • email: string
    • password: string
  • password: {
        forgot: string;
        label: string;
        title: string;
    }
    • forgot: string
    • label: string
    • title: string
  • passwordless: {
        button: string;
        info: ((__namedParameters: {
            label: string;
        }) => Element);
        title: string;
    }
    • button: string
    • info: ((__namedParameters: {
          label: string;
      }) => Element)
        • (__namedParameters: {
              label: string;
          }): Element
        • Parameters

          • __namedParameters: {
                label: string;
            }
            • label: string

          Returns Element

    • title: string
  • passwordless_check: {
        description: ((__namedParameters: PasswordlessProps) => Element);
        info: string;
        title: string;
        warning: string;
    }
    • description: ((__namedParameters: PasswordlessProps) => Element)
        • (__namedParameters: PasswordlessProps): Element
        • Parameters

          • __namedParameters: PasswordlessProps

          Returns Element

    • info: string
    • title: string
    • warning: string
  • passwordless_confirm: {
        info: string;
        success: string;
        title: string;
    }
    • info: string
    • success: string
    • title: string
  • reset_check_mail: {
        description: ((__namedParameters: ResetProps) => Element);
        info: string;
        title: string;
    }
    • description: ((__namedParameters: ResetProps) => Element)
        • (__namedParameters: ResetProps): Element
        • Parameters

          • __namedParameters: ResetProps

          Returns Element

    • info: string
    • title: string
  • reset_password: {
        button: string;
        info: string;
        title: string;
    }
    • button: string
    • info: string
    • title: string
  • set_password: {
        button_label: string;
        new_password: string;
        repeat_password: string;
        title: string;
    }
    • button_label: string
    • new_password: string
    • repeat_password: string
    • title: string
  • signin: {
        info: string;
        label: string;
        nav: string;
        title: string;
    }
    • info: string
    • label: string
    • nav: string
    • title: string
  • signup: {
        info: string;
        label: string;
        nav: string;
        title: string;
    }
    • info: string
    • label: string
    • nav: string
    • title: string
  • update_email_confirm: {
        label: string;
        submitted: string;
        title: string;
    }
    • label: string
    • submitted: string
    • title: string
  • update_email_reject: {
        label: string;
        submitted: string;
        title: string;
    }
    • label: string
    • submitted: string
    • title: string
  • verify_email: {
        label: string;
        success: string;
        title: string;
    }
    • label: string
    • success: string
    • title: string

Generated using TypeDoc