mirror of
https://github.com/BillyOutlast/UNIT3D.git
synced 2026-02-05 11:41:22 +01:00
81 lines
4.1 KiB
PHP
81 lines
4.1 KiB
PHP
<?php
|
|
|
|
declare(strict_types=1);
|
|
/**
|
|
* NOTICE OF LICENSE.
|
|
*
|
|
* UNIT3D Community Edition is open-sourced software licensed under the GNU Affero General Public License v3.0
|
|
* The details is bundled with this project in the file LICENSE.txt.
|
|
*
|
|
* @project UNIT3D Community Edition
|
|
*
|
|
* @author HDVinnie <hdinnovations@protonmail.com>
|
|
* @license https://www.gnu.org/licenses/agpl-3.0.en.html/ GNU Affero General Public License v3.0
|
|
*/
|
|
|
|
return [
|
|
'add-request' => 'إضافة طلب',
|
|
'age' => 'عمر',
|
|
'all-requests' => 'جميع الطلبات',
|
|
'approve' => 'يوافق',
|
|
'bounty' => 'هبة',
|
|
'bounty-claimed' => 'ادعى باونتي',
|
|
'bounty-unclaimed' => 'فضله لم يطالب بها أحد',
|
|
'category' => 'الفئة',
|
|
'claim' => 'يطالب',
|
|
'claim-anon-choose' => 'الرجاء اختيار بحكمة',
|
|
'claim-as-anon' => 'هل ترغب في المطالبة بهذا بشكل شاذ',
|
|
'claim-now' => 'يدعون الآن',
|
|
'claimed' => 'ادعى',
|
|
'current' => 'تيار',
|
|
'delete' => 'حذف هذا الطلب',
|
|
'delete-confirmation' => 'هل أنت متأكد أنك تريد حذف هذا الطلب؟',
|
|
'delete-filled' => 'لا يمكن حذف هذا الطلب إلا في حالة عدم ملؤه',
|
|
'description' => 'وصف',
|
|
'dont-have-bps' => 'ليس لديك ما يكفي من المكافآت',
|
|
'edit-request' => 'تحرير الطلب',
|
|
'enter-bp' => 'أدخل نقاط المكافأة (الحد الأدنى 100)',
|
|
'enter-hash' => 'أدخل معلومات التجزئة من السيل المحملة',
|
|
'fill' => 'ملء',
|
|
'fill-request' => 'ملء هذا الطلب',
|
|
'filled' => 'معبأ',
|
|
'filled-by' => 'مملوء ب',
|
|
'for' => 'إلى عن على',
|
|
'fulfill' => 'تحقيق',
|
|
'last-vote' => 'التصويت الأخير',
|
|
'my-requests' => 'طلباتي',
|
|
'no' => 'لا،',
|
|
'no-imdb-id' => 'يجب أن تحتوي جميع الطلبات على رقم IMDB',
|
|
'no-privileges' => 'خطأ: تم تعطيل حقوق طلبك',
|
|
'no-privileges-desc' => 'إذا كنت تشعر أن هذا خطأ ، يرجى الاتصال بفريق العمل',
|
|
'no-refunds' => 'التبادلات BON على إنشاء وملء والمكافآت نهائية! <br> <strong>لا المستردة!</strong>',
|
|
'pending' => 'قيد الانتظار',
|
|
'reason' => 'السبب',
|
|
'reject' => 'رفض',
|
|
'report' => 'طلب تقرير',
|
|
'request' => 'طلب',
|
|
'request-details' => 'طلب تفاصيل',
|
|
'requested-by' => 'بتوصية من',
|
|
'requests' => 'طلبات',
|
|
'required' => 'مطلوب',
|
|
'reset' => 'إعادة تعيين',
|
|
'reset-confirmation' => 'هل تريد بالتأكيد إعادة تعيين هذا الطلب؟',
|
|
'reset-request' => 'إعادة ضبط هذا الطلب',
|
|
'reward' => 'مكافأة',
|
|
'reward-desc' => 'كم نقطة المكافأة التي ترغب في مكافأة؟ الحد الأدنى 100 BP',
|
|
'reward-from' => 'من عند',
|
|
'title' => 'عنوان',
|
|
'torrent-hash' => 'سيل هاش',
|
|
'total-bounty' => 'مجموع المكافأة',
|
|
'type' => 'نوع',
|
|
'unclaim' => 'إلغاء المطالبة بهذا الطلب',
|
|
'unfilled' => 'شاغرة',
|
|
'view-filled' => 'عرض شغلها',
|
|
'view-unfilled' => 'عرض شاغرة',
|
|
'vote' => 'تصويت',
|
|
'vote-that' => 'صوت هذا الطلب',
|
|
'voters' => 'المصوتون',
|
|
'votes' => 'الأصوات',
|
|
'yes' => 'نعم فعلا',
|
|
];
|