@ -18,52 +18,54 @@
/**
/**
* Aauth language strings.
* Aauth language strings.
*
*
* Language Farsi/Persian
*
* @package CodeIgniter-Aauth
* @package CodeIgniter-Aauth
*
*
* @codeCoverageIgnore
* @codeCoverageIgnore
*/
*/
return [
return [
'subjectVerification' => 'Account Verification ',
'subjectVerification' => 'تایید حساب کاربری ',
'subjectReset' => 'Reset Password ',
'subjectReset' => 'بازنشانی کلمه عبور ',
'subjectResetSuccess' => 'Successful Pasword Reset ',
'subjectResetSuccess' => 'کلمه عبور با موفقیت بازنشانی شد ',
'textVerification' => "Your verification code is: {code}. You can also click on (or copy and paste) the following link \n\n {link}",
'textVerification' => "کد تایید شما: {code}. شما همچنین میتوانید بر روی لینک زیر کلیک کنید و یا آن را در نوار آدرس مرورگر وارد کنید \n\n {link}",
'textReset' => "To reset your password click on (or copy and paste in your browser address bar) the link below: \n\n {link}",
'textReset' => "برای تغییر کلمه عبور خود بر روی لینک زیر کلیک کنید و یا آن را در نوار آدرس مرورگر وارد کنید \n\n {link}",
'textResetSuccess' => 'Your password has successfully been reset. Your new password is : {password}',
'textResetSuccess' => 'کلمه عبور شما با موفقیت تغییر کرد. کلمه عبور جدید شما : {password}',
'infoCreateSuccess' => 'Your account has successfully been created. You can now login.',
'infoCreateSuccess' => 'Your account has successfully been created. You can now login.',
'infoCreateVerification' => 'Your account has successfully been created. A email has been sent to your email address with verification details..',
'infoCreateVerification' => 'Your account has successfully been created. A email has been sent to your email address with verification details..',
'noAccess' => 'Sorry, you do not have access to the resource you requested .',
'noAccess' => 'متاسفانه شما به منبع درخواست شده دسترسی ندارید .',
'notVerified' => 'Your account has not been verified. Please check your email and verify your account .',
'notVerified' => 'حساب کاربری شما تایید نشده است. لطفا ایمیل خود را برای تایید حسا کاربری بررسی کنید .',
'loginFailedEmail' => 'Email Address and Password do not match .',
'loginFailedEmail' => 'ایمیل و کلمه عبور همخوانی ندارند .',
'loginFailedName' => 'Username and Password do not match .',
'loginFailedName' => 'نام کاربری و کلمه عبور همخوانی ندارند .',
'loginFailedAll' => 'Email, Username or Password do not match .',
'loginFailedAll' => 'ایمیل یا نام کاربری با کلمه عبور همخوانی ندارد .',
'loginAttemptsExceeded' => 'You have exceeded your login attempts, your account has now been locked .',
'loginAttemptsExceeded' => 'شما بیش از حد مجاز برای ورود به سایت تلاش کردید. حساب کاربری شما موقتا غیر فعال شد .',
'invalidUserBanned' => 'This user is banned, please contact the system administrator.',
'invalidUserBanned' => 'This user is banned, please contact the system administrator.',
'invalidEmail' => 'Invalid Email address ',
'invalidEmail' => 'آدرس ایمیل نامعتبر است ',
'invalidPassword' => 'Invalid Password ',
'invalidPassword' => 'کلمه عبور نامعتبر است ',
'invalidUsername' => 'Invalid Username ',
'invalidUsername' => 'نام کاربری نامعتبر است ',
'invalidTOTPCode' => 'Invalid Authentication Code ',
'invalidTOTPCode' => 'کد احراز هویت نامعتبر است ',
'invalidRecaptcha' => 'Sorry, the reCAPTCHA text entered was incorrect .',
'invalidRecaptcha' => 'کد کپتچا به درستی وارد نشده .',
'invalidVerficationCode' => 'Invalid Verification Code',
'invalidVerficationCode' => 'Invalid Verification Code',
'requiredUsername' => 'Username required ',
'requiredUsername' => 'ورود نام کاربری الزامی است ',
'requiredTOTPCode' => 'Authentication Code required ',
'requiredTOTPCode' => 'ورود کد احراز هویت الزامی است ',
'requiredGroupName' => 'Group name required',
'requiredGroupName' => 'Group name required',
'requiredPermName' => 'Perm name required',
'requiredPermName' => 'Perm name required',
'existsAlreadyEmail' => 'Email address already exists on the system. Please enter a different email address .',
'existsAlreadyEmail' => 'آدرس ایمیل در سیستم موجود است. در صورتی که کلمه عبور خود را فراموش کردید، میتوانید بر روی لینک زیر کلیک کنید .',
'existsAlreadyUsername' => 'Username already exists on the system. Please enter a different username .',
'existsAlreadyUsername' => 'نام کاربری وارد شده در سیستم موجود هست. لطفا یک نام کاربری دیگر انتخاب کنید، و یا اگر کلمه عبور خود را فراموش کرده اید بر روی لینک زیر کلیک کنید .',
'existsAlreadyGroup' => 'Group name already exists ',
'existsAlreadyGroup' => 'نام گروه از قبل موجود است ',
'existsAlreadyPerm' => 'Permission name already exists ',
'existsAlreadyPerm' => 'سطح دسترسی از قبل موجود است ',
'notFoundUser' => 'User does not exist ',
'notFoundUser' => 'نام کاربری وجود ندارد ',
'notFoundGroup' => 'Group does not exist ',
'notFoundGroup' => 'گروه موجود نیست ',
'notFoundSubgroup' => 'Subgroup does not exist ',
'notFoundSubgroup' => 'زیرگروه موجود نیست ',
'alreadyMemberGroup' => 'User is already member of group ',
'alreadyMemberGroup' => 'کاربر از قبل عضو این گروه می باشد ',
'alreadyMemberSubgroup' => 'Subgroup is already member of group ',
'alreadyMemberSubgroup' => 'زیرگروه از قبل شامل این گروه می باشد ',
];
];