|
27 | 27 | '"{attribute}" does not support operator "{operator}".' => '"{attribute}" از عملگر "{operator}" پشتیبانی نمیکند.',
|
28 | 28 | '(not set)' => '(تنظیم نشده)',
|
29 | 29 | 'Action not found.' => 'عمل یافت نشد.',
|
30 |
| - 'Aliases available: {aliases}' => 'نام مستعارهای موجود: {aliases}', |
| 30 | + 'Aliases available: {aliases}' => 'نامهای مستعار موجود: {aliases}', |
31 | 31 | 'An internal server error occurred.' => 'خطای داخلی سرور رخ داده است.',
|
32 | 32 | 'Are you sure you want to delete this item?' => 'آیا اطمینان به حذف این مورد دارید؟',
|
33 | 33 | 'Condition for "{attribute}" should be either a value or valid operator specification.' => 'شرط برای "{attribute}" باید یک مقدار یا مشخصهی عملگر معتبر باشد.',
|
|
49 | 49 | 'Page not found.' => 'صفحهای یافت نشد.',
|
50 | 50 | 'Please fix the following errors:' => 'لطفاً خطاهای زیر را رفع نمائید:',
|
51 | 51 | 'Please upload a file.' => 'لطفاً یک فایل آپلود کنید.',
|
52 |
| - 'Showing <b>{begin, number}-{end, number}</b> of <b>{totalCount, number}</b> {totalCount, plural, one{item} other{items}}.' => 'نمایش <b>{begin, number} تا {end, number}</b> مورد از کل <b>{totalCount, number}</b> مورد.', |
| 52 | + 'Showing <b>{begin, number}-{end, number}</b> of <b>{totalCount, number}</b> {totalCount, plural, one{item} other{items}}.' => 'نمایش <b>{begin, number}</b> تا <b>{end, number}</b> مورد از کل <b>{totalCount, number}</b> مورد.', |
53 | 53 | 'The combination {values} of {attributes} has already been taken.' => 'مقدار {values} از {attributes} قبلاً گرفته شده است.',
|
54 | 54 | 'The file "{file}" is not an image.' => 'فایل "{file}" یک تصویر نیست.',
|
55 | 55 | 'The file "{file}" is too big. Its size cannot exceed {formattedLimit}.' => 'حجم فایل "{file}" بسیار بیشتر میباشد. حجم آن نمیتواند از {formattedLimit} بیشتر باشد.',
|
56 |
| - 'The file "{file}" is too small. Its size cannot be smaller than {formattedLimit}.' => 'حجم فایل "{file}" بسیار کم میباشد. حجم آننمی تواند از {formattedLimit} کمتر باشد.', |
| 56 | + 'The file "{file}" is too small. Its size cannot be smaller than {formattedLimit}.' => 'حجم فایل "{file}" بسیار کم میباشد. حجم آن نمیتواند از {formattedLimit} کمتر باشد.', |
57 | 57 | 'The format of {attribute} is invalid.' => 'قالب {attribute} نامعتبر است.',
|
58 | 58 | 'The format of {filter} is invalid.' => 'قالب {filter} نامعتبر است.',
|
59 | 59 | 'The image "{file}" is too large. The height cannot be larger than {limit, number} {limit, plural, one{pixel} other{pixels}}.' => 'تصویر "{file}" خیلی بزرگ است. ارتفاع نمیتواند بزرگتر از {limit, number} پیکسل باشد.',
|
|
87 | 87 | '{attribute} is invalid.' => '{attribute} معتبر نیست.',
|
88 | 88 | '{attribute} is not a valid URL.' => '{attribute} یک URL معتبر نیست.',
|
89 | 89 | '{attribute} is not a valid email address.' => '{attribute} یک آدرس ایمیل معتبر نیست.',
|
90 |
| - '{attribute} is not in the allowed range.' => '{attribute} در محدوده مجاز نمیباشد.', |
| 90 | + '{attribute} is not in the allowed range.' => '{attribute} در محدوده مجاز نمیباشد.', |
91 | 91 | '{attribute} must be "{requiredValue}".' => '{attribute} باید "{requiredValue}" باشد.',
|
92 | 92 | '{attribute} must be a number.' => '{attribute} باید یک عدد باشد.',
|
93 | 93 | '{attribute} must be a string.' => '{attribute} باید یک رشته باشد.',
|
|
0 commit comments