Skip to content

Commit 778d708

Browse files
authored
Fix fa messages (#20037)
* Fix 20016: Updating the Persian translation message file. Signed-off-by: Nabi <[email protected]> * Fix 20036: Updating the Persian translation message file. Signed-off-by: Nabi <[email protected]> --------- Signed-off-by: Nabi <[email protected]>
1 parent 6c19ba1 commit 778d708

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

framework/messages/fa/yii.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
'"{attribute}" does not support operator "{operator}".' => '"{attribute}" از عملگر "{operator}" پشتیبانی نمی‌کند.',
2828
'(not set)' => '(تنظیم نشده)',
2929
'Action not found.' => 'عمل یافت نشد.',
30-
'Aliases available: {aliases}' => 'نام مستعارهای موجود: {aliases}',
30+
'Aliases available: {aliases}' => 'نام‌های مستعار موجود: {aliases}',
3131
'An internal server error occurred.' => 'خطای داخلی سرور رخ داده است.',
3232
'Are you sure you want to delete this item?' => 'آیا اطمینان به حذف این مورد دارید؟',
3333
'Condition for "{attribute}" should be either a value or valid operator specification.' => 'شرط برای "{attribute}" باید یک مقدار یا مشخصه‌ی عملگر معتبر باشد.',
@@ -49,11 +49,11 @@
4949
'Page not found.' => 'صفحه‌ای یافت نشد.',
5050
'Please fix the following errors:' => 'لطفاً خطاهای زیر را رفع نمائید:',
5151
'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> مورد.',
5353
'The combination {values} of {attributes} has already been taken.' => 'مقدار {values} از {attributes} قبلاً گرفته شده است.',
5454
'The file "{file}" is not an image.' => 'فایل "{file}" یک تصویر نیست.',
5555
'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} کمتر باشد.',
5757
'The format of {attribute} is invalid.' => 'قالب {attribute} نامعتبر است.',
5858
'The format of {filter} is invalid.' => 'قالب {filter} نامعتبر است.',
5959
'The image "{file}" is too large. The height cannot be larger than {limit, number} {limit, plural, one{pixel} other{pixels}}.' => 'تصویر "{file}" خیلی بزرگ است. ارتفاع نمی‌تواند بزرگتر از {limit, number} پیکسل باشد.',
@@ -87,7 +87,7 @@
8787
'{attribute} is invalid.' => '{attribute} معتبر نیست.',
8888
'{attribute} is not a valid URL.' => '{attribute} یک URL معتبر نیست.',
8989
'{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} در محدوده مجاز نمیباشد.',
9191
'{attribute} must be "{requiredValue}".' => '{attribute} باید "{requiredValue}" باشد.',
9292
'{attribute} must be a number.' => '{attribute} باید یک عدد باشد.',
9393
'{attribute} must be a string.' => '{attribute} باید یک رشته باشد.',

0 commit comments

Comments
 (0)