mirror of
https://github.com/snipe/snipe-it.git
synced 2024-12-28 06:59:41 -08:00
26 lines
1.2 KiB
PHP
26 lines
1.2 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' => 'دسته بندی با موفقیت حذف شد.'
|
|
)
|
|
|
|
);
|