mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-13 09:04:09 -08:00
50eb257cec
Signed-off-by: snipe <snipe@snipe.net>
12 lines
492 B
PHP
12 lines
492 B
PHP
<?php
|
|
|
|
return [
|
|
|
|
'invalid_return_count' => 'العد غير صالح يعود من :name. توقّعت :expected، حصلت على :actual.',
|
|
'invalid_return_type' => 'تم إرجاع نوع غير صالح من :name. توقّعت :expected، حصلت على :actual.',
|
|
'invalid_return_value' => 'القيمة غير صالحة العائدة من :name. توقّعت :expected، حصلت على :actual.',
|
|
|
|
'does_not_exist' => 'التسمية غير موجودة',
|
|
|
|
];
|