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

28 lines
1.5 KiB
PHP
Raw Normal View History

2016-05-16 21:54:13 -07:00
<?php
return array(
2016-05-19 23:27:08 -07:00
'does_not_exist' => 'تامین کننده وجود ندارد.',
2017-11-04 00:45:50 -07:00
2016-05-16 21:54:13 -07:00
'create' => array(
2016-05-19 23:27:08 -07:00
'error' => 'تامین کننده ایجاد نشد, لطفا دوباره سعی کنید.',
'success' => 'تامین کننده با موفقیت ایجاد شده.'
2016-05-16 21:54:13 -07:00
),
'update' => array(
2016-05-19 23:27:08 -07:00
'error' => 'تامین کننده آپدیت نشد, لطفا دوباره سعی کنید',
2016-06-02 19:01:09 -07:00
'success' => 'کارپرداز با موفقیت به روز رسانی شد.'
2016-05-16 21:54:13 -07:00
),
'delete' => array(
2016-06-02 19:01:09 -07:00
'confirm' => 'آیا شما مطمئن هستید که می خواهید این کارپرداز را حذف کنید؟',
'error' => 'در حذف کردن این کارپرداز مشکلی وجود داشت. لطفا دوباره تلاش کنید.',
2017-11-04 00:45:50 -07:00
'success' => 'کارپرداز با موفقیت حذف شد.',
'assoc_assets' => 'This supplier is currently associated with :asset_count asset(s) and cannot be deleted. Please update your assets to no longer reference this supplier and try again. ',
'assoc_licenses' => 'This supplier is currently associated with :licenses_count licences(s) and cannot be deleted. Please update your licenses to no longer reference this supplier and try again. ',
'assoc_maintenances' => 'This supplier is currently associated with :asset_maintenances_count asset maintenances(s) and cannot be deleted. Please update your asset maintenances to no longer reference this supplier and try again. ',
2016-05-16 21:54:13 -07:00
)
);