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