mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-13 09:04:09 -08:00
8ca4c51186
Signed-off-by: snipe <snipe@snipe.net>
19 lines
717 B
PHP
19 lines
717 B
PHP
<?php
|
|
|
|
return [
|
|
'example_company' => 'شركة اختبار محدودة',
|
|
'example_defaultloc' => 'المبنى 1',
|
|
'example_category' => 'اختبار الفئة',
|
|
'example_location' => 'المبنى 2',
|
|
'example_manufacturer' => 'شركة اختبار التصنيع.',
|
|
'example_model' => 'اختبار الموديل',
|
|
'example_supplier' => 'شركة اختبار محدودة',
|
|
'labels_per_page' => 'التسميات',
|
|
'support_fields' => 'حقول',
|
|
'support_asset_tag' => 'الترميز',
|
|
'support_1d_barcode' => '1D',
|
|
'support_2d_barcode' => '2D',
|
|
'support_logo' => 'شعار',
|
|
'support_title' => 'العنوان',
|
|
|
|
]; |