Files
snipe-it/resources/lang/fa-IR/admin/depreciations/general.php
T
snipe b5a960e933 Updated translations
Signed-off-by: snipe <snipe@snipe.net>
2025-04-19 15:27:41 +01:00

23 lines
1.4 KiB
PHP

<?php
return [
'about_asset_depreciations' => 'درباره ی استهلاک دارایی',
'about_depreciations' => 'شما می توانید استهلاک دارایی را فعال کنید تا دارایی ها را بر اساس استهلاک خطی مستقیم، کم بهاء کنید.',
'asset_depreciations' => 'استهلاک دارایی',
'create' => 'ایجاد استهلاک',
'depreciation_name' => 'نام استهلاک',
'depreciation_min' => 'ارزش کف استهلاک
',
'number_of_months' => 'تعداد ماه ها',
'update' => 'کمبود به روزرسانی',
'depreciation_min' => 'حداقل ارزش پس از استهلاک
',
'no_depreciations_warning' => '<strong>هشدار: </strong>
شما در حال حاضر هیچ استهلاکی تنظیم نکرده اید.
لطفاً حداقل یک استهلاک برای مشاهده گزارش استهلاک تنظیم کنید.',
'depreciation_method' => 'استهلاک گزارش',
'linear_depreciation' => 'Linear (Default)',
'half_1' => 'Half-year convention, always applied',
'half_2' => 'Half-year convention, applied with condition',
];