ajout app
This commit is contained in:
11
SNIPE-IT/resources/lang/ar-SA/admin/labels/message.php
Normal file
11
SNIPE-IT/resources/lang/ar-SA/admin/labels/message.php
Normal file
@ -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' => 'التسمية غير موجودة',
|
||||
|
||||
];
|
Reference in New Issue
Block a user