snipe-it/resources/lang/fa/admin/categories/message.php

26 lines
1.2 KiB
PHP
Raw Normal View History

2016-05-16 21:54:13 -07:00
<?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' => 'دسته بندی با موفقیت حذف شد.'
)
);