snipe-it/resources/lang/fa/auth/message.php
snipe ddfa5776c5 Updated language strings
This absolutely sucks. Something changed in CrowdIn or something else, which results in this push being *thousands* of files because someone somewhere decided that `return [];` was vastly inferior to `return array();`

I'll try to fix it. :(

FML

Signed-off-by: snipe <snipe@snipe.net>
2022-01-13 21:27:29 -08:00

46 lines
2.1 KiB
PHP

<?php
return array(
'account_already_exists' => 'یک حساب با این ایمیل در حال حاضر وجود دارد.',
'account_not_found' => 'نام کاربری یا رمز عبور اشتباه است.',
'account_not_activated' => 'این حساب کاربری فعال نشده است.',
'account_suspended' => 'این حساب کاربری بسته است.',
'account_banned' => 'این حساب کاربری ممنوع است.',
'throttle' => 'Too many failed login attempts. Please try again in :minutes minutes.',
'two_factor' => array(
'already_enrolled' => 'Your device is already enrolled.',
'success' => 'You have successfully logged in.',
'code_required' => 'Two-factor code is required.',
'invalid_code' => 'Two-factor code is invalid.',
),
'signin' => array(
'error' => 'مشکلی در حین تلاش به شما در ورود به سیستم وجود دارد، لطفا دوباره امتحان کنید.',
'success' => 'شما با موفقیت وارد شدید.',
),
'logout' => array(
'error' => 'There was a problem while trying to log you out, please try again.',
'success' => 'You have successfully logged out.',
),
'signup' => array(
'error' => 'هنگام تلاش برای ایجاد حساب مشکلی روی داد، لطفا دوباره امتحان کنید.',
'success' => 'حساب با موفقیت ایجاد شد.',
),
'forgot-password' => array(
'error' => 'یک مشکل هنگام دریافت کد تنظیم مجدد رمز عبور وجود دارد، لطفا دوباره امتحان کنید.',
'success' => 'If that email address exists in our system, a password recovery email has been sent.',
),
'forgot-password-confirm' => array(
'error' => 'مشکلی برای تنظیم مجدد رمز عبور خود وجود دارد، لطفا دوباره امتحان کنید.',
'success' => 'رمز عبور خود را با موفقیت بازنشانی شد.',
),
);