mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-11 08:04:09 -08:00
21 lines
1 KiB
PHP
21 lines
1 KiB
PHP
<?php
|
|
|
|
return array(
|
|
'about_locations_title' => 'عن المواقع',
|
|
'about_locations' => 'Locations are used to track location information for users, assets, and other items',
|
|
'assets_rtd' => 'الأصول', // This has NEVER meant Assets Retired. I don't know how it keeps getting reverted.
|
|
'assets_checkedout' => 'الأصول المعينة',
|
|
'id' => 'رقم التعريف',
|
|
'city' => 'المدينة',
|
|
'state' => 'الحالة',
|
|
'country' => 'الدولة',
|
|
'create' => 'إنشاء موقع',
|
|
'update' => 'Update Location',
|
|
'name' => 'إسم الموقع',
|
|
'address' => 'العنوان',
|
|
'zip' => 'الرمز البريدي',
|
|
'locations' => 'المواقع',
|
|
'parent' => 'Parent',
|
|
'currency' => 'عملة الموقع',
|
|
);
|