ok
This commit is contained in:
@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'invalid_return_count' => 'العد غير صالح يعود من :name. توقّعت :expected، حصلت على :actual.',
|
||||
'invalid_return_type' => 'تم إرجاع نوع غير صالح من :name. توقّعت :expected، حصلت على :actual.',
|
||||
'invalid_return_value' => 'القيمة غير صالحة العائدة من :name. توقّعت :expected، حصلت على :actual.',
|
||||
|
||||
'does_not_exist' => 'التسمية غير موجودة',
|
||||
|
||||
];
|
@ -0,0 +1,19 @@
|
||||
<?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' => 'العنوان',
|
||||
|
||||
];
|
Reference in New Issue
Block a user