snipe-it/resources/lang/fa/reminders.php

28 lines
919 B
PHP
Raw Normal View History

2016-05-16 21:54:13 -07:00
<?php
return array(
/*
|--------------------------------------------------------------------------
| Password Reminder Language Lines
|--------------------------------------------------------------------------
|
| The following language lines are the default lines which match reasons
| that are given by the password broker for a password update attempt
| has failed, such as for an invalid token or invalid new password.
|
*/
2016-06-02 19:01:09 -07:00
"password" => "کلمه عبور باید شش کاراکتر باشد و مطابقت با تایید آن.
",
2016-05-16 21:54:13 -07:00
2016-06-02 19:01:09 -07:00
"user" => "نام کاربری یا آدرس ایمیل اشتباه است",
2016-05-16 21:54:13 -07:00
2016-06-02 19:01:09 -07:00
"token" => " تنظیم مجدد رمز عبور این نشانه نامعتبر است.
",
2016-05-16 21:54:13 -07:00
2016-06-02 19:01:09 -07:00
"sent" => "اگر یک آدرس ایمیل تطبیق پیدا شد، یک یادآوری رمز عبور ارسال شده است!
",
2016-05-16 21:54:13 -07:00
);