mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-11 08:04:09 -08:00
ddfa5776c5
This absolutely sucks. Something changed in CrowdIn or something else, which results in this push being *thousands* of files because someone somewhere decided that `return [];` was vastly inferior to `return array();` I'll try to fix it. :( FML Signed-off-by: snipe <snipe@snipe.net>
23 lines
1.1 KiB
PHP
23 lines
1.1 KiB
PHP
<?php
|
|
|
|
return array(
|
|
|
|
'asset' => 'أصل',
|
|
'checkin' => 'ادخال',
|
|
'create' => 'إنشاء ترخيص',
|
|
'expiration' => 'تاريخ الانتهاء',
|
|
'license_key' => 'مفتاح المنتج',
|
|
'maintained' => 'عقد مستمر',
|
|
'name' => 'إسم البرنامج',
|
|
'no_depreciation' => 'لا تستهلك',
|
|
'purchase_order' => 'رقم طلب الشراء',
|
|
'reassignable' => 'قابل لإعادة التعيين',
|
|
'remaining_seats' => 'المقاعد المتبقية',
|
|
'seats' => 'مقاعد',
|
|
'termination_date' => 'تاريخ الإنهاء',
|
|
'to_email' => 'مرخص إلى البريد الإلكتروني',
|
|
'to_name' => 'مرخص للاسم',
|
|
'update' => 'تحديث الترخيص',
|
|
'checkout_help' => 'يجب عليك اخراج الترخيص إلى جهاز أو شخص. يمكنك اختيار كليهما، ولكن يجب أن يتطابق مالك الأصل مع الشخص الذي تم الاخراج له.'
|
|
);
|