2023-12-19 09:23:16 -08:00
|
|
|
<?php
|
|
|
|
|
|
|
|
return [
|
2024-01-24 07:29:39 -08:00
|
|
|
'example_company' => 'شركة اختبار محدودة',
|
|
|
|
'example_defaultloc' => 'المبنى 1',
|
|
|
|
'example_category' => 'اختبار الفئة',
|
|
|
|
'example_location' => 'المبنى 2',
|
|
|
|
'example_manufacturer' => 'شركة اختبار التصنيع.',
|
|
|
|
'example_model' => 'اختبار الموديل',
|
|
|
|
'example_supplier' => 'شركة اختبار محدودة',
|
2024-01-03 15:12:29 -08:00
|
|
|
'labels_per_page' => 'التسميات',
|
2023-12-19 09:23:16 -08:00
|
|
|
'support_fields' => 'حقول',
|
|
|
|
'support_asset_tag' => 'الترميز',
|
|
|
|
'support_1d_barcode' => '1D',
|
|
|
|
'support_2d_barcode' => '2D',
|
|
|
|
'support_logo' => 'شعار',
|
|
|
|
'support_title' => 'العنوان',
|
|
|
|
|
|
|
|
];
|