mirror of
https://github.com/myvesta/vesta
synced 2025-08-21 13:54:28 -07:00
Update language files
This commit is contained in:
parent
dc2ff92fc4
commit
119fc756d0
28 changed files with 3507 additions and 1412 deletions
|
@ -25,6 +25,21 @@ $LANG['ar'] = array(
|
|||
'CRON' => 'مجدول الوظائف',
|
||||
'BACKUP' => 'النسخ الإحتياطية',
|
||||
|
||||
'LOGIN' => 'LOGIN',
|
||||
'RESET PASSWORD' => 'RESET PASSWORD',
|
||||
'SEARCH' => 'SEARCH',
|
||||
'PACKAGE' => 'PACKAGE',
|
||||
'RRD' => 'RRD',
|
||||
'STATS' => 'STATS',
|
||||
'LOG' => 'LOG',
|
||||
'UPDATES' => 'UPDATES',
|
||||
'FIREWALL' => 'FIREWALL',
|
||||
'SERVER' => 'SERVER',
|
||||
'MEMORY' => 'MEMORY',
|
||||
'DISK' => 'DISK',
|
||||
'NETWORK' => 'NETWORK',
|
||||
'Web Log Manager' => 'Web Log Manager',
|
||||
|
||||
'Add User' => 'إضافة مستخدم',
|
||||
'Add Domain' => 'إضافة نطاق',
|
||||
'Add Web Domain' => 'إضافة نطاق',
|
||||
|
@ -76,7 +91,7 @@ $LANG['ar'] = array(
|
|||
'list accounts' => 'عرض الحسابات',
|
||||
'add account' => 'إضافة حساب',
|
||||
'open webmail' => 'فتح برنامج البريد من المتصفح ',
|
||||
'list fail2ban' => 'list fail2ban', // please make it as short as "list fail2ban" 'عرض قائمة المحظورين للدخول الخاطئ',
|
||||
'list fail2ban' => 'list fail2ban', // please make it as short as "list fail2ban" 'عرض قائمة المحظورين للدخول الخاطئ',
|
||||
'open %s' => 'فتح %s',
|
||||
'download' => 'تنزيل',
|
||||
'restore' => 'استرجاع',
|
||||
|
@ -167,6 +182,7 @@ $LANG['ar'] = array(
|
|||
'Mail Accounts' => 'حسابات البريد',
|
||||
'Cron Jobs' => 'الوظائق المجدولة',
|
||||
'SSH Access' => 'دخول SSH',
|
||||
'IP Address' => 'IP Address',
|
||||
'IP Addresses' => 'عنوان IP',
|
||||
'Backups' => 'نسخ احتياطية',
|
||||
'Backup System' => 'نظام النسخ الاحتياطي',
|
||||
|
@ -178,10 +194,12 @@ $LANG['ar'] = array(
|
|||
'Proxy Extensions' => 'توسعات بروكسي',
|
||||
'Web Statistics' => 'إحصائيات الوب',
|
||||
'Additional FTP Account' => 'حساب FTP إضافي <br>لا تحتاج حساب إضافي عادة ويتم الدخول باسم المستخدم نفسه',
|
||||
'Path' => 'Path',
|
||||
'SOA' => 'SOA',
|
||||
'TTL' => 'TTL',
|
||||
'Expire' => 'تنقضي',
|
||||
'Records' => 'سجلات',
|
||||
'Serial' => 'Serial',
|
||||
'Catchall email' => 'استقبل أي بريد',
|
||||
'AntiVirus Support' => 'دعم مضاد الفيروسات',
|
||||
'AntiSpam Support' => 'دعم مضاد البريد المزعج (سبام)',
|
||||
|
@ -191,6 +209,16 @@ $LANG['ar'] = array(
|
|||
'Autoreply' => 'الرد الآلي',
|
||||
'Forward to' => 'إعادة توجيه إلى',
|
||||
'Do not store forwarded mail' => 'عدم الاحتفاظ بنسخة البريد المعاد توجيهه',
|
||||
'IMAP hostname' => 'IMAP hostname',
|
||||
'IMAP port' => 'IMAP port',
|
||||
'IMAP security' => 'IMAP security',
|
||||
'IMAP auth method' => 'IMAP auth method',
|
||||
'SMTP hostname' => 'SMTP hostname',
|
||||
'SMTP port' => 'SMTP port',
|
||||
'SMTP security' => 'SMTP security',
|
||||
'SMTP auth method' => 'SMTP auth method',
|
||||
'STARTTLS' => 'STARTTLS',
|
||||
'Normal password' => 'Normal password',
|
||||
'database' => 'قاعدة بيانات',
|
||||
'User' => 'المستخدم',
|
||||
'Host' => 'المضيف',
|
||||
|
@ -212,11 +240,13 @@ $LANG['ar'] = array(
|
|||
'Users' => 'مستخدمين',
|
||||
'Load Average' => 'متوسط التحميل',
|
||||
'Memory Usage' => 'استخدام الذاكرة',
|
||||
'APACHE2 Usage' => 'APACHE2 Usage',
|
||||
'HTTPD Usage' => 'استخدام نظام بروتوكول نقل النص التشعبي',
|
||||
'NGINX Usage' => 'NGINX استخدام',
|
||||
'MySQL Usage on localhost' => 'استخدام قاعدة بيانات MySql على المضيف المحلي',
|
||||
'PostgreSQL Usage on localhost' => 'PostgreSQL استخدام قاعدة بيانات على المضيف المحلي',
|
||||
'Bandwidth Usage eth0' => 'eth0 استخدام سعة النطاق على منفذ',
|
||||
'Exim Usage' => 'Exim Usage',
|
||||
'FTP Usage' => 'استخدام FTP',
|
||||
'SSH Usage' => 'استخدام SSH',
|
||||
'reverse proxy' => 'بروكسي عكسي',
|
||||
|
@ -229,6 +259,8 @@ $LANG['ar'] = array(
|
|||
'database server' => 'مخدم قاعدة البيانات',
|
||||
'ftp server' => 'مخدم FTP',
|
||||
'job scheduler' => 'مجدول الوظائف',
|
||||
'firewall' => 'firewall',
|
||||
'brute-force monitor' => 'brute-force monitor',
|
||||
'CPU' => 'المعالج',
|
||||
'Memory' => 'الذاكرة',
|
||||
'Uptime' => 'وقت التشغيل',
|
||||
|
@ -239,7 +271,6 @@ $LANG['ar'] = array(
|
|||
'Release' => 'نسخة',
|
||||
'Architecture' => 'هيكلية',
|
||||
'Object' => 'عنصر',
|
||||
'Owner' => 'مالك',
|
||||
'Username' => 'اسم المستخدم',
|
||||
'Password' => 'كلمة المرور',
|
||||
'Email' => 'البريد الالكتروني',
|
||||
|
@ -333,6 +364,8 @@ $LANG['ar'] = array(
|
|||
'ftp user password' => 'كلمة مرور FTP',
|
||||
'ftp user' => 'مستخدم FTP',
|
||||
'Last 70 lines of %s.%s.log' => 'آخر 70 سطر في %s.%s.log',
|
||||
'AccessLog' => 'AccessLog',
|
||||
'ErrorLog' => 'ErrorLog',
|
||||
'Download AccessLog' => 'تنزيل سجلات الوصول',
|
||||
'Download ErrorLog' => 'تنزيل سجلات الأخطاء',
|
||||
'Country' => 'البلد',
|
||||
|
@ -347,8 +380,19 @@ $LANG['ar'] = array(
|
|||
'Banlist' => 'قائمة الحجب',
|
||||
'ranges are acceptable' => 'نطاقات مقبولة',
|
||||
'CIDR format is supported' => 'ويدعم صيغة CIDR',
|
||||
'ACCEPT' => 'ACCEPT',
|
||||
'DROP' => 'DROP',
|
||||
'TCP' => 'TCP',
|
||||
'UDP' => 'UDP',
|
||||
'ICMP' => 'ICMP',
|
||||
'SSH' => 'SSH',
|
||||
'FTP' => 'FTP',
|
||||
'VESTA' => 'VESTA',
|
||||
'Add one more Name Server' => 'إضافة مخدم أسماء (NS) جديد',
|
||||
|
||||
'cron' => 'cron',
|
||||
'user dir' => 'user dir',
|
||||
|
||||
'unlimited' => 'غير محدود',
|
||||
'1 account' => '1 حساب',
|
||||
'%s accounts' => 'حسابات %s',
|
||||
|
@ -364,6 +408,8 @@ $LANG['ar'] = array(
|
|||
'%s cron jobs' => 'وظائف مجدولة %s',
|
||||
'1 archive' => '1 أرشيف',
|
||||
'%s archives' => 'أرشيف %s',
|
||||
'1 item' => '1 item',
|
||||
'%s items' => '%s items',
|
||||
'1 package' => '1 حزمة',
|
||||
'%s packages' => 'رزم %s',
|
||||
'1 IP address' => '1 عنوان بروتوكول إنترنت',
|
||||
|
@ -376,7 +422,7 @@ $LANG['ar'] = array(
|
|||
'%s objects' => 'عناصر %s',
|
||||
'no exclusions' => 'لا استثناءات',
|
||||
'1 rule' => '1 قاعدة',
|
||||
'%s rule' => 'قواعد %s',
|
||||
'%s rules' => '%s rules',
|
||||
'There are no currently banned IP' => 'لا يوجد عناوين IP المحظورة حاليالا يوجد عناوين IP المحظورة حاليا',
|
||||
|
||||
'USER_CREATED_OK' => 'المستخدم <a href="/edit/user/?user=%s"><b>%s</b></a> تم إنشائه بنجاح',
|
||||
|
@ -391,6 +437,7 @@ $LANG['ar'] = array(
|
|||
'PACKAGE_CREATED_OK' => 'الحزمة <a href="/edit/package/?package=%s"><b>%s</b></a> تم إنشائها بنجاح.',
|
||||
'SSL_GENERATED_OK' => 'تم إنشاء الشهادة بنجاح.',
|
||||
'RULE_CREATED_OK' => 'تم إنشاء القاعدة بنجاح.',
|
||||
'BANLIST_CREATED_OK' => 'IP address has been banned successfully', // I'm not sure about this text
|
||||
'Autoupdate has been successfully enabled' => 'تم تفيعل التحديث التلقائي بنجاح',
|
||||
'Autoupdate has been successfully disabled' => 'تم تعطيل التحديث التلقائي بنجاح',
|
||||
'Cronjob email reporting has been successfully enabled' => 'تم تمكين إعداد التقارير البريد الإلكتروني بنجاح',
|
||||
|
@ -423,7 +470,6 @@ $LANG['ar'] = array(
|
|||
'SUSPEND_RULE_CONFIRMATION' => 'هل أنت متأكد أنك تريد تعطيل قاعدة %s?',
|
||||
'UNSUSPEND_RULE_CONFIRMATION' => 'هل أنت متأكد أنك تريد إلغاء تعليق قاعدة %s?',
|
||||
'LEAVE_PAGE_CONFIRMATION' => 'Leave Page?',
|
||||
|
||||
'RESTART_CONFIRMATION' => 'هل أنت متأكد من أنك تريد إعادة تشغيل %s?',
|
||||
'Welcome' => 'أهلا وسهلا',
|
||||
'LOGGED_IN_AS' => 'تم تسجيل الدخول ك %s',
|
||||
|
@ -442,12 +488,12 @@ $LANG['ar'] = array(
|
|||
'RESTORE_SCHEDULED' => ' تم إضافة الوظيفة لطابور المهام. سيتم إرسال بريد إلكتروني لك عندما تجهز النسخة الاحتياطية للتحميل.',
|
||||
'RESTORE_EXISTS' =>'يوجد عملية استعادة تعمل حاليا. برجاء الانتظار حتى تنتهي عملية الاستعادة قبل البدء بعملية جديدة.',
|
||||
|
||||
'WEB_EXCLUSIONS' => "اكتب اسم النطاق. واحد في كل سطر. لاستثناء جميع النطاقات استخدم *.. لاستثناء جميع مجالات النطاق استخدم الصيغة التالية: domain.com:public_html/cache:public_html/tmp",
|
||||
'DNS_EXCLUSIONS' => "اكتب اسم النطاق, واحد في كل سطر. لاستثناء جميع النطاقات استخدم *",
|
||||
'MAIL_EXCLUSIONS' => "اكتب اسم النطاق, واحد في كل سطر. لاستثناء جميع النطاقات استخدم *. لاستثناء حسابات معينة استخدم الصيغة: domain.com:info:support:postmaster",
|
||||
'DB_EXCLUSIONS' => "اكتب اسم قاعدة البيانات بالكامل, واحدة في كل سطر. لاستثناء جميع قواعد البيانات استخدم *",
|
||||
'CRON_EXCLUSIONS' => "لاستثناء جميع الوظائف المجدولة استخدم *",
|
||||
'USER_EXCLUSIONS' => "اكتب اسم المجلد, واحد في كل سطر. لاستثناء جميع المجلدات استخدم *",
|
||||
'WEB_EXCLUSIONS' => 'اكتب اسم النطاق. واحد في كل سطر. لاستثناء جميع النطاقات استخدم *.. لاستثناء جميع مجالات النطاق استخدم الصيغة التالية: domain.com:public_html/cache:public_html/tmp',
|
||||
'DNS_EXCLUSIONS' => 'اكتب اسم النطاق, واحد في كل سطر. لاستثناء جميع النطاقات استخدم *',
|
||||
'MAIL_EXCLUSIONS' => 'اكتب اسم النطاق, واحد في كل سطر. لاستثناء جميع النطاقات استخدم *. لاستثناء حسابات معينة استخدم الصيغة: domain.com:info:support:postmaster',
|
||||
'DB_EXCLUSIONS' => 'اكتب اسم قاعدة البيانات بالكامل, واحدة في كل سطر. لاستثناء جميع قواعد البيانات استخدم *',
|
||||
'CRON_EXCLUSIONS' => 'لاستثناء جميع الوظائف المجدولة استخدم *',
|
||||
'USER_EXCLUSIONS' => 'اكتب اسم المجلد, واحد في كل سطر. لاستثناء جميع المجلدات استخدم *',
|
||||
|
||||
'Welcome to Vesta Control Panel' => 'Vesta أهلا بكم في لوحة تحكم',
|
||||
'MAIL_FROM' => 'Vesta لوحة تحكم <noreply@%s>',
|
||||
|
@ -467,7 +513,7 @@ $LANG['ar'] = array(
|
|||
'Confirm Password' => 'تأكيد كلمة المرور',
|
||||
'Reset' => 'إعادة تعيين',
|
||||
'Reset Code' => 'إعادة تعيين الكود',
|
||||
'RESET_NOTICE' => '',
|
||||
'RESET_NOTICE' => '', // should we add something here?
|
||||
'RESET_CODE_SENT' => 'لقد تم إرسال كود إعادة تعيين كلمة المرور لعنوان بريدك الإلكتروني<br>',
|
||||
'MAIL_RESET_SUBJECT' => 'تم إعادة تعيين كلمة المرور %s',
|
||||
'PASSWORD_RESET_REQUEST' => "لإعادة تعيين كلمة مرور لوحة التحكم , برجاء اتباع الرابط التالي link:\nhttps://%s/reset/?action=confirm&user=%s&code=%s\n\nAlternatively, بامكانك أيضا اتباع الرابط التالي https://%s/reset/?action=code&user=%s وادخال كود إعادة التعيين التالي code:\n%s\n\n إذا لم تطلب إعادة تعيين كلمة المرور, برجاء تجاهل هذه الرسالة وتقبل اعتذارنا.\n\n--\nVesta Control Panel\n",
|
||||
|
@ -489,6 +535,29 @@ $LANG['ar'] = array(
|
|||
'Hostname' => 'اسم المضيف (host)',
|
||||
'Time Zone' => 'المنطقة الزمنية',
|
||||
'Default Language' => 'اللغة الافتراضية',
|
||||
'Proxy Server' => 'Proxy Server',
|
||||
'Web Server' => 'Web Server',
|
||||
'Backend Server' => 'Backend Server',
|
||||
'Backend Pool Mode' => 'Backend Pool Mode',
|
||||
'DNS Server' => 'DNS Server',
|
||||
'DNS Cluster' => 'DNS Cluster',
|
||||
'MAIL Server' => 'MAIL Server',
|
||||
'Antivirus' => 'Antivirus',
|
||||
'AntiSpam' => 'AntiSpam',
|
||||
'Webmail URL' => 'Webmail URL',
|
||||
'MySQL Support' => 'MySQL Support',
|
||||
'phpMyAdmin URL' => 'phpMyAdmin URL',
|
||||
'PostgreSQL Support' => 'PostgreSQL Support',
|
||||
'phpPgAdmin URL' => 'phpPgAdmin URL',
|
||||
'Maximum Number Of Databases' => 'Maximum Number Of Databases',
|
||||
'Current Number Of Databases' => 'Current Number Of Databases',
|
||||
'Local backup' => 'Local backup',
|
||||
'Compression level' => 'Compression level',
|
||||
'Directory' => 'Directory',
|
||||
'Remote backup' => 'Remote backup',
|
||||
'ftp' => 'FTP',
|
||||
'sftp' => 'SFTP',
|
||||
'SFTP Chroot' => 'SFTP Chroot',
|
||||
'FileSystem Disk Quota' => 'نظام تخصيص حجوم الملفات (Quota)',
|
||||
'Vesta Control Panel Plugins' => 'إضافات لوحة التحكم فيستا',
|
||||
'preview' => 'معاينة',
|
||||
|
@ -505,9 +574,7 @@ $LANG['ar'] = array(
|
|||
'Name' => 'الاسم',
|
||||
|
||||
|
||||
|
||||
'File Manager' => 'مدير الملفات',
|
||||
'type' => 'النوع',
|
||||
'size' => 'الحجم',
|
||||
'date' => 'التاريخ',
|
||||
'name' => 'الاسم',
|
||||
|
@ -517,10 +584,12 @@ $LANG['ar'] = array(
|
|||
'NEW DIR' => 'مجلد جديد',
|
||||
'DELETE' => 'حذف',
|
||||
'RENAME' => 'إعادة تسمية',
|
||||
'RIGHTS' => 'RIGHTS',
|
||||
'COPY' => 'نسخ',
|
||||
'ARCHIVE' => 'ضغط',
|
||||
'EXTRACT' => 'فك ضغط',
|
||||
'DOWNLOAD' => 'تنزيل',
|
||||
'Are you sure?' => 'Are you sure?', // unused?
|
||||
'Hit' => 'نقر',
|
||||
'to reload the page' => 'لإعادة تحميل الصفحة',
|
||||
'Directory name cannot be empty' => 'اسم المجلد يجب ان لايكون فارغ',
|
||||
|
@ -535,11 +604,16 @@ $LANG['ar'] = array(
|
|||
'Copy' => 'نسخ',
|
||||
'Cancel' => 'إلغاء',
|
||||
'Rename' => 'إعادة تسمية',
|
||||
'Change Rights' => 'Change Rights',
|
||||
'Delete' => 'حذف',
|
||||
'Extract' => 'فك ضغط',
|
||||
'Create' => 'إنشاء',
|
||||
'Compress' => 'ضغط',
|
||||
'OK' => 'موافق',
|
||||
'YOU ARE COPYING' => 'YOU ARE COPYING', // unused?
|
||||
'YOU ARE REMOVING' => 'YOU ARE REMOVING',
|
||||
'Delete items' => 'Delete items',
|
||||
'Copy files' => 'Copy files',
|
||||
'Are you sure you want to copy' => 'هل أنت متأكد أنك تريد نسخ',
|
||||
'Are you sure you want to delete' => 'هل انت متأكد أنك تريد حذف',
|
||||
'into' => 'إلى',
|
||||
|
@ -549,7 +623,17 @@ $LANG['ar'] = array(
|
|||
'already exists' => 'موجود مسبقاً',
|
||||
'Create file' => 'إنشاء ملف',
|
||||
'Create directory' => 'إنشاء مجلد',
|
||||
'read by owner' => 'read by owner',
|
||||
'write by owner' => 'write by owner',
|
||||
'execute/search by owner' => 'execute/search by owner',
|
||||
'read by group' => 'read by group',
|
||||
'write by group' => 'write by group',
|
||||
'execute/search by group' => 'execute/search by group',
|
||||
'read by others' => 'read by others',
|
||||
'write by others' => 'write by others',
|
||||
'execute/search by others' => 'execute/search by others',
|
||||
|
||||
'Shortcuts' => 'Shortcuts',
|
||||
'Add New object' => 'إضافة جديد',
|
||||
'Save Form' => 'نموذج الحفظ',
|
||||
'Cancel saving form' => 'إلغاء نموذج الحفظ',
|
||||
|
@ -565,15 +649,14 @@ $LANG['ar'] = array(
|
|||
'Move backward through top menu' => 'التحرك للخلف في القائمة العلوية',
|
||||
'Move forward through top menu' => 'التحرك للأمام في القائمة العلوية',
|
||||
'Enter focused element' => 'إذهب إلى العنصر المحدد',
|
||||
'Move up through elements list' => 'Move up through elements list',
|
||||
'Move down through elements list' => 'Move down through elements list',
|
||||
|
||||
'Upload' => 'رفع',
|
||||
'New File' => 'ملف جديد',
|
||||
'New Folder' => 'مجلد جديد',
|
||||
'Download' => 'تنزيل',
|
||||
'Rename' => 'إعادة تسمية',
|
||||
'Copy' => 'نسخ',
|
||||
'Archive' => 'ضغط',
|
||||
'Delete' => 'حذف',
|
||||
'Save File (in text editor)' => 'حفظ الملف(محرر النصوص)',
|
||||
'Close Popup / Cancel' => 'أغلق القائمة المنبثقة/إلغاء',
|
||||
'Move Cursor Up' => 'حرك المؤشر للأعلى',
|
||||
|
@ -592,11 +675,19 @@ $LANG['ar'] = array(
|
|||
'shortcuts are inspired by magnificent GNU <a href="https://www.midnight-commander.org/">Midnight Commander</a> file manager' =>
|
||||
'الاختصارات الهمت من قبل ال GNU الرائعة<a href="https://www.midnight-commander.org/">Midnight Commander</a> file manager',
|
||||
|
||||
'Licence Key' => 'Licence Key',
|
||||
'Enter License Key' => 'Enter License Key',
|
||||
'Buy Licence' => 'Buy Licence',
|
||||
'Buy Lifetime License' => 'Buy Lifetime License',
|
||||
'Disable and Cancel Licence' => 'Disable and Cancel Licence',
|
||||
'Licence Activated' => 'Licence Activated',
|
||||
'Licence Deactivated' => 'Licence Deactivated',
|
||||
'Restrict users so that they cannot use SSH and access only their home directory.' => 'Restrict users so that they cannot use SSH and access only their home directory.',
|
||||
'Browse, copy, edit, view, and retrieve all of your web domain files using fully featured File Manager.' => 'Browse, copy, edit, view, and retrieve all of your web domain files using fully featured File Manager.',
|
||||
'This is a commercial module, you would need to purchace license key to enable it.' => 'This is a commercial module, you would need to purchace license key to enable it.',
|
||||
|
||||
'Minutes' => 'Minutes',
|
||||
'Hourly' => 'Hourly',
|
||||
'Daily' => 'Daily',
|
||||
'Weekly' => 'Weekly',
|
||||
'Monthly' => 'Monthly',
|
||||
'Run Command' => 'Run Command',
|
||||
'every month' => 'every month',
|
||||
'every odd month' => 'every odd month',
|
||||
|
@ -618,10 +709,15 @@ $LANG['ar'] = array(
|
|||
'every minute' => 'every minute',
|
||||
'every two minutes' => 'every two minutes',
|
||||
'every' => 'every',
|
||||
'Hour' => 'Hour',
|
||||
'Minute' => 'Minute',
|
||||
'Generate' => 'Generate',
|
||||
|
||||
'MainDomain' => 'النطاق الرئيسي',
|
||||
'SubDomain' => 'النطاق الفرعي (الجزء الاول الذي يضاف إلى النطاق الرئيسي)',
|
||||
'Add Sub Domain' => 'إضافة نطاق فرعي'
|
||||
'webalizer' => 'webalizer',
|
||||
'awstats' => 'awstats',
|
||||
|
||||
|
||||
// Texts below doesn't exist in en.php
|
||||
'%s rule' => 'قواعد %s',
|
||||
'MainDomain' => 'النطاق الرئيسي',
|
||||
'SubDomain' => 'النطاق الفرعي (الجزء الاول الذي يضاف إلى النطاق الرئيسي)',
|
||||
'Add Sub Domain' => 'إضافة نطاق فرعي',
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue