snipe-it/resources/lang/ar/admin/categories/message.php
2016-05-16 21:54:13 -07:00

26 lines
1.1 KiB
PHP

<?php
return array(
'does_not_exist' => 'التصنيف غير موجود.',
'assoc_models' => 'This category is currently associated with at least one model and cannot be deleted. Please update your models to no longer reference this category and try again. ',
'assoc_items' => 'This category is currently associated with at least one :asset_type and cannot be deleted. Please update your :asset_type to no longer reference this category and try again. ',
'create' => array(
'error' => 'فشل إنشاء التصنيف، فضلاً حاول مرة أخرى.',
'success' => 'تم إنشاء التصنيف بنجاح.'
),
'update' => array(
'error' => 'فشل تحديث التصنيف، فضلاً حاول مرة أخرى',
'success' => 'تم تحديث التصنيف بنجاح.'
),
'delete' => array(
'confirm' => 'هل أنت متأكد أنك تريد حذف هذا التصنيف ؟',
'error' => 'حدث خطأ أثناء محاولة حذف التصنيف. فضلاً حاول مرة أخرى.',
'success' => 'تم حذف التصنيف بنجاح.'
)
);