Skip to content

Commit b466424

Browse files
committed
Merge branch 'develop' into 8.0
2 parents ab22468 + e3a40c2 commit b466424

File tree

3 files changed

+99
-0
lines changed

3 files changed

+99
-0
lines changed

locale/fa/auth.php

Lines changed: 71 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,71 @@
1+
<?php
2+
3+
return [
4+
5+
/*
6+
|--------------------------------------------------------------------------
7+
| Authentication Language Lines
8+
|--------------------------------------------------------------------------
9+
|
10+
| The following language lines are used during authentication for various
11+
| messages that we need to display to the user. You are free to modify
12+
| these language lines according to your application's requirements.
13+
|
14+
*/
15+
16+
'failed' => 'این اطلاعات با سوابق ما مطابقت ندارد.',
17+
'throttle' => 'تلاش برای ورود به سیستم بسیار زیاد یود.لطفا در :seconds ثانیه دیگر امتحان کنید.',
18+
19+
'full_name' => 'نام و نام خانوادگی',
20+
'email' => 'پست الکترونیک',
21+
'password' => 'کلمه عبور',
22+
'confirm_password' => 'تایید رمز عبور',
23+
'remember_me' => 'مرا به خاطر بسپار',
24+
'sign_in' => 'ورود',
25+
'sign_out' => 'خروج',
26+
'register' => 'ثبت نام',
27+
28+
'login' => [
29+
'title' => 'برای شروع جلسه خود وارد سیستم شوید',
30+
'forgot_password' => 'رمز عبورم را فراموش کردم',
31+
'register_membership' => 'عضویت جدیدی ثبت کنید',
32+
],
33+
34+
'registration' => [
35+
'title' => 'عضویت جدیدی ثبت کنید',
36+
'i_agree' => 'موافقم',
37+
'terms' => 'شرایط',
38+
'have_membership' => 'من قبلاً عضويت داشتم',
39+
],
40+
41+
'forgot_password' => [
42+
'title' => 'برای ریست کردن رمز عبور ایمیل خود را وارد کنید',
43+
'send_pwd_reset' => 'ارسال لینک تغییر رمز عبور ',
44+
],
45+
46+
'reset_password' => [
47+
'title' => 'رمز عبور خود را دوبار تنظیم کنید',
48+
'reset_pwd_btn' => 'تنظیم مجدد رمز عبور',
49+
],
50+
51+
'emails' => [
52+
'password' => [
53+
'reset_link' => 'برای تغییر رمز عبور اینجا کلیک کنید',
54+
],
55+
],
56+
57+
'app' => [
58+
'member_since' => 'عضو از',
59+
'messages' => 'پیام ها',
60+
'settings' => 'تنظیمات',
61+
'lock_account' => 'قفل کردن حساب',
62+
'profile' => 'پروفایل',
63+
'online' => 'آنلاین',
64+
'search' => 'جستجو',
65+
'create' => 'ایجاد',
66+
'export' => 'استخراج',
67+
'print' => 'چاپ',
68+
'reset' => 'تنظیم مجدد',
69+
'reload' => 'بارگیری مجدد',
70+
],
71+
];

locale/fa/crud.php

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
<?php
2+
3+
return [
4+
5+
'add_new' => 'اضافه',
6+
'cancel' => 'لغو',
7+
'save' => 'ذخیره',
8+
'edit' => 'ویرایش',
9+
'detail' => 'جزئیات',
10+
'back' => 'بازگشت',
11+
'action' => 'عملیات',
12+
'id' => 'شناسه',
13+
'created_at' => 'ایجاد شده در',
14+
'updated_at' => 'به روز شده در',
15+
'deleted_at' => 'حذف شده در',
16+
'are_you_sure' => 'آیا مطمئن هستید؟',
17+
];

locale/fa/messages.php

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<?php
2+
3+
return [
4+
5+
'retrieved' => ':model با موفقیت بازیابی شد',
6+
'saved' => ':model با موفقیت ذخیره شد.',
7+
'updated' => ':model با موفقیت به روز شد.',
8+
'deleted' => ':model با موفقیت حذف شد',
9+
'not_found' => ':model پیدا نشد',
10+
11+
];

0 commit comments

Comments
 (0)