mirror of
				https://github.com/yiisoft/yii2.git
				synced 2025-10-31 10:39:59 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			149 lines
		
	
	
		
			12 KiB
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			149 lines
		
	
	
		
			12 KiB
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <?php
 | |
| 
 | |
| /**
 | |
|  * @link https://www.yiiframework.com/
 | |
|  * @copyright Copyright (c) 2008 Yii Software LLC
 | |
|  * @license https://www.yiiframework.com/license/
 | |
|  */
 | |
| 
 | |
| /**
 | |
|  * Message translations.
 | |
|  *
 | |
|  * This file is automatically generated by 'yii message/extract' command.
 | |
|  * It contains the localizable messages extracted from source code.
 | |
|  * You may modify this file by translating the extracted messages.
 | |
|  *
 | |
|  * Each array element represents the translation (value) of a message (key).
 | |
|  * If the value is empty, the message is considered as not translated.
 | |
|  * Messages that no longer need translation will have their translations
 | |
|  * enclosed between a pair of '@@' marks.
 | |
|  *
 | |
|  * Message string can be used with plural forms format. Check i18n section
 | |
|  * of the guide for details.
 | |
|  *
 | |
|  * NOTE: this file must be saved in UTF-8 encoding.
 | |
|  */
 | |
| return [
 | |
|     ' and ' => '',
 | |
|     '"{attribute}" does not support operator "{operator}".' => '',
 | |
|     '(not set)' => '(لم يحدد)',
 | |
|     'Action not found.' => '',
 | |
|     'Aliases available: {aliases}' => '',
 | |
|     'An internal server error occurred.' => '.حدث خطأ داخلي في الخادم',
 | |
|     'Are you sure you want to delete this item?' => '',
 | |
|     'Condition for "{attribute}" should be either a value or valid operator specification.' => '',
 | |
|     'Delete' => 'حذف',
 | |
|     'Error' => 'خطأ',
 | |
|     'File upload failed.' => '.فشل في تحميل الملف',
 | |
|     'Home' => 'الرئيسية',
 | |
|     'Invalid data received for parameter "{param}".' => 'بيانات غير صالحة قد وردت في "{param}".',
 | |
|     'Login Required' => 'تسجيل الدخول مطلوب',
 | |
|     'Missing required arguments: {params}' => 'البيانات المطلوبة ضرورية: {params}',
 | |
|     'Missing required parameters: {params}' => 'البيانات المطلوبة ضرورية: {params}',
 | |
|     'No' => 'لا',
 | |
|     'No results found.' => 'لم يتم العثور على نتائج',
 | |
|     'Only files with these MIME types are allowed: {mimeTypes}.' => 'فقط الملفات من هذه الأنواع مسموح بها: {mimeTypes}.',
 | |
|     'Only files with these extensions are allowed: {extensions}.' => 'فقط الملفات التي تحمل هذه الصيغ مسموح بها: {extensions}.',
 | |
|     'Operator "{operator}" must be used with a search attribute.' => '',
 | |
|     'Operator "{operator}" requires multiple operands.' => '',
 | |
|     'Options available: {options}' => '',
 | |
|     'Page not found.' => 'لم يتم العثور على الصفحة',
 | |
|     'Please fix the following errors:' => 'الرجاء تصحيح الأخطاء التالية:',
 | |
|     'Please upload a file.' => 'الرجاء تحميل ملف.',
 | |
|     '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> {totalCount, plural, one{مُدخل} few{مُدخلات} many{مُدخل} other{مُدخلات}}.',
 | |
|     'The combination {values} of {attributes} has already been taken.' => '',
 | |
|     'The file "{file}" is not an image.' => 'الملف "{file}" ليس صورة.',
 | |
|     'The file "{file}" is too big. Its size cannot exceed {formattedLimit}.' => 'الملف "{file}" كبير الحجم. حجمه لا يجب أن يتخطى {formattedLimit}.',
 | |
|     'The file "{file}" is too small. Its size cannot be smaller than {formattedLimit}.' => 'الملف "{file}"  صغير جداً. حجمه لا يجب أن يكون أصغر من {formattedLimit}.',
 | |
|     'The format of {attribute} is invalid.' => 'شكل {attribute} غير صالح',
 | |
|     'The format of {filter} is invalid.' => '',
 | |
|     'The image "{file}" is too large. The height cannot be larger than {limit, number} {limit, plural, one{pixel} other{pixels}}.' => 'الصورة "{file}" كبيرة جداً. ارتفاعها لا يمكن أن يتخطى {limit, number} {limit, plural, other{بكسل}}.',
 | |
|     'The image "{file}" is too large. The width cannot be larger than {limit, number} {limit, plural, one{pixel} other{pixels}}.' => 'الصورة "{file}" كبيرة جداً. عرضها لا يمكن أن يتخطى {limit, number} {limit, plural, other{بكسل}}.',
 | |
|     'The image "{file}" is too small. The height cannot be smaller than {limit, number} {limit, plural, one{pixel} other{pixels}}.' => 'الصورة "{file}" صغيرة جداً. ارتفاعها لا يمكن أن يقل عن  {limit, number} {limit, plural, other{بكسل}}.',
 | |
|     'The image "{file}" is too small. The width cannot be smaller than {limit, number} {limit, plural, one{pixel} other{pixels}}.' => 'الصورة "{file}" كبيرة جداً. عرضها لا يمكن أن يقل عن  {limit, number} {limit, plural, other{بكسل}}.',
 | |
|     'The requested view "{name}" was not found.' => '',
 | |
|     'The verification code is incorrect.' => 'رمز التحقق غير صحيح',
 | |
|     'Total <b>{count, number}</b> {count, plural, one{item} other{items}}.' => 'مجموع <b>{count, number}</b> {count, plural, one{مُدخل} few{مُدخلات} many{مُدخل}}.',
 | |
|     'Unable to verify your data submission.' => 'لم نستطع التأكد من البيانات المقدمة.',
 | |
|     'Unknown alias: -{name}' => '',
 | |
|     'Unknown filter attribute "{attribute}"' => '',
 | |
|     'Unknown option: --{name}' => 'خيار غير معروف: --{name}',
 | |
|     'Update' => 'تحديث',
 | |
|     'View' => 'عرض',
 | |
|     'Yes' => 'نعم',
 | |
|     'You are not allowed to perform this action.' => 'غير مصرح لك القيام بهذا العمل',
 | |
|     'You can upload at most {limit, number} {limit, plural, one{file} other{files}}.' => 'تستطيع كأقصى حد تحميل {limit, number} {limit, plural, one{ملف} few{ملفات} many{ملف} other{ملفات}}.',
 | |
|     'You should upload at least {limit, number} {limit, plural, one{file} other{files}}.' => '',
 | |
|     'in {delta, plural, =1{a day} other{# days}}' => '',
 | |
|     'in {delta, plural, =1{a minute} other{# minutes}}' => '',
 | |
|     'in {delta, plural, =1{a month} other{# months}}' => '',
 | |
|     'in {delta, plural, =1{a second} other{# seconds}}' => '',
 | |
|     'in {delta, plural, =1{a year} other{# years}}' => '',
 | |
|     'in {delta, plural, =1{an hour} other{# hours}}' => '',
 | |
|     'just now' => '',
 | |
|     'the input value' => 'قيمة المُدخل',
 | |
|     '{attribute} "{value}" has already been taken.' => '{attribute} "{value}" سبق استعماله',
 | |
|     '{attribute} cannot be blank.' => '{attribute} لا يمكن تركه فارغًا.',
 | |
|     '{attribute} contains wrong subnet mask.' => '',
 | |
|     '{attribute} is invalid.' => '{attribute} غير صالح.',
 | |
|     '{attribute} is not a valid URL.' => '{attribute} ليس بعنوان صحيح.',
 | |
|     '{attribute} is not a valid email address.' => '{attribute} ليس ببريد إلكتروني صحيح.',
 | |
|     '{attribute} is not in the allowed range.' => '',
 | |
|     '{attribute} must be "{requiredValue}".' => '{attribute} يجب أن يكون "{requiredValue}".',
 | |
|     '{attribute} must be a number.' => '{attribute} يجب أن يكون رقمًا',
 | |
|     '{attribute} must be a string.' => '{attribute} يجب أن يكون كلمات',
 | |
|     '{attribute} must be a valid IP address.' => '',
 | |
|     '{attribute} must be an IP address with specified subnet.' => '',
 | |
|     '{attribute} must be an integer.' => '{attribute} يجب أن يكون رقمًا صحيحًا',
 | |
|     '{attribute} must be either "{true}" or "{false}".' => '{attribute} يجب أن يكن إما "{true}" أو "{false}".',
 | |
|     '{attribute} must be equal to "{compareValueOrAttribute}".' => '{attribute} يجب أن يساوي "{compareValueOrAttribute}".',
 | |
|     '{attribute} must be greater than "{compareValueOrAttribute}".' => '{attribute} يجب أن يكون أكبر من "{compareValueOrAttribute}".',
 | |
|     '{attribute} must be greater than or equal to "{compareValueOrAttribute}".' => '{attribute} يجب أن يكون أكبر من أو يساوي "{compareValueOrAttribute}".',
 | |
|     '{attribute} must be less than "{compareValueOrAttribute}".' => '{attribute} يجب أن يكون أصغر من "{compareValueOrAttribute}".',
 | |
|     '{attribute} must be less than or equal to "{compareValueOrAttribute}".' => '{attribute} يجب أن يكون أصغر من أو يساوي "{compareValueOrAttribute}".',
 | |
|     '{attribute} must be no greater than {max}.' => '{attribute} يجب أن لا يكون أكبر من "{max}".',
 | |
|     '{attribute} must be no less than {min}.' => '{attribute} يجب أن لا يكون أصغر من "{min}".',
 | |
|     '{attribute} must not be a subnet.' => '',
 | |
|     '{attribute} must not be an IPv4 address.' => '',
 | |
|     '{attribute} must not be an IPv6 address.' => '',
 | |
|     '{attribute} must not be equal to "{compareValueOrAttribute}".' => '{attribute} يجب أن لا يساوي "{compareValueOrAttribute}".',
 | |
|     '{attribute} should contain at least {min, number} {min, plural, one{character} other{characters}}.' => '{attribute} يجب أن يحتوي على أكثر من {min, number} {min, plural, one{حرف} few{حروف} other{حرف}}.',
 | |
|     '{attribute} should contain at most {max, number} {max, plural, one{character} other{characters}}.' => '{attribute} يجب أن لا يحتوي على أكثر من {max, number} {max, plural, one{حرف} few{حروف} other{حرف}}.',
 | |
|     '{attribute} should contain {length, number} {length, plural, one{character} other{characters}}.' => '{attribute}  يجب أن يحتوي على {length, number} {length, plural, one{حرف} few{حروف} other{حرف}}.',
 | |
|     '{compareAttribute} is invalid.' => '',
 | |
|     '{delta, plural, =1{1 day} other{# days}}' => '',
 | |
|     '{delta, plural, =1{1 hour} other{# hours}}' => '',
 | |
|     '{delta, plural, =1{1 minute} other{# minutes}}' => '',
 | |
|     '{delta, plural, =1{1 month} other{# months}}' => '',
 | |
|     '{delta, plural, =1{1 second} other{# seconds}}' => '',
 | |
|     '{delta, plural, =1{1 year} other{# years}}' => '',
 | |
|     '{delta, plural, =1{a day} other{# days}} ago' => '',
 | |
|     '{delta, plural, =1{a minute} other{# minutes}} ago' => '',
 | |
|     '{delta, plural, =1{a month} other{# months}} ago' => '',
 | |
|     '{delta, plural, =1{a second} other{# seconds}} ago' => '',
 | |
|     '{delta, plural, =1{a year} other{# years}} ago' => '',
 | |
|     '{delta, plural, =1{an hour} other{# hours}} ago' => '',
 | |
|     '{nFormatted} B' => '{nFormatted} بايت',
 | |
|     '{nFormatted} GB' => '{nFormatted} جيجابايت',
 | |
|     '{nFormatted} GiB' => '{nFormatted} جيبيبايت',
 | |
|     '{nFormatted} KiB' => '{nFormatted} كيبيبايت',
 | |
|     '{nFormatted} MB' => '{nFormatted} ميجابايت',
 | |
|     '{nFormatted} MiB' => '{nFormatted} ميبيبايت',
 | |
|     '{nFormatted} PB' => '{nFormatted} بيتابايت',
 | |
|     '{nFormatted} PiB' => '{nFormatted} بيبيبايت',
 | |
|     '{nFormatted} TB' => '{nFormatted} تيرابايت',
 | |
|     '{nFormatted} TiB' => '{nFormatted} تيبيبايت',
 | |
|     '{nFormatted} kB' => '{nFormatted} كيلوبايت',
 | |
|     '{nFormatted} {n, plural, =1{byte} other{bytes}}' => '{nFormatted} بايت',
 | |
|     '{nFormatted} {n, plural, =1{gibibyte} other{gibibytes}}' => '{nFormatted} جيبيبايت',
 | |
|     '{nFormatted} {n, plural, =1{gigabyte} other{gigabytes}}' => '{nFormatted} جيجابايت',
 | |
|     '{nFormatted} {n, plural, =1{kibibyte} other{kibibytes}}' => '{nFormatted} كيبيبايت',
 | |
|     '{nFormatted} {n, plural, =1{kilobyte} other{kilobytes}}' => '{nFormatted} كيلوبايت',
 | |
|     '{nFormatted} {n, plural, =1{mebibyte} other{mebibytes}}' => '{nFormatted} ميبيبايت',
 | |
|     '{nFormatted} {n, plural, =1{megabyte} other{megabytes}}' => '{nFormatted} ميجابايت',
 | |
|     '{nFormatted} {n, plural, =1{pebibyte} other{pebibytes}}' => '{nFormatted} بيبيبايت',
 | |
|     '{nFormatted} {n, plural, =1{petabyte} other{petabytes}}' => '{nFormatted} بيتابايت',
 | |
|     '{nFormatted} {n, plural, =1{tebibyte} other{tebibytes}}' => '{nFormatted} تيبيبايت',
 | |
|     '{nFormatted} {n, plural, =1{terabyte} other{terabytes}}' => '{nFormatted} تيرابايت',
 | |
| ];
 | 
