<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
* TCore
* @version: 1.0.0 (2021)
* @requires: jQuery v3.0 or later
* @author: TORANJDATA
* @event-namespace: .TCore
* @license: www.toranjnet.com
* Copyright 2021 TORANJDATA
*/
'use strict';

$.extend({
    msg: {
        EmailNotValid: "email not valid",
        CellphoneNotValid: "cellphone not valid",
        loading: "loading...",
        enterEmailOrCellphone: "Enter your email",
        passwordNotValid: "Password must be larger than 3 character",
        enterPassword: "Enter your password",
        enterCode: "Enter verification code",
        emailDuplicate: "Email address is already registered",
        CellphoneNotValid2: "cellphone not valid",
        CellphoneNotValid3: "cellphone not valid",
        CellphoneDuplicate: "Cellphone number is already registered",
        checkRequiredFields: "Check Required Fields",
        thisFieldIsRequired: "This field is required",
        error_sys: "Unknown error",
        nationalCodeNotValid: "national code not valid",
    }
});

</pre></body></html>