snipe-it/resources/lang/tr/admin/depreciations/general.php

17 lines
918 B
PHP
Raw Normal View History

2016-03-25 01:18:05 -07:00
<?php
return [
2016-03-25 01:18:05 -07:00
'about_asset_depreciations' => 'Demirbaş Amortismanları Hakkında',
'about_depreciations' => 'Demirbaş amortismanını sabit bir oran ile düşecek şekilde ayarlayabilirsiniz.',
'asset_depreciations' => 'Demirbaş Amortismanları',
2017-08-25 07:32:57 -07:00
'create' => 'Değer Kaybı Oluştur',
2016-03-25 01:18:05 -07:00
'depreciation_name' => 'Amortisman Adı',
'depreciation_min' => 'Floor Value of Depreciation',
2016-03-25 01:18:05 -07:00
'number_of_months' => 'Ay Sayısı',
2017-08-25 07:32:57 -07:00
'update' => 'Değer Kaybını Güncelle',
'depreciation_min' => 'Değişiklik sonrası minumum değer',
'no_depreciations_warning' => '<strong>Warning: </strong>
You do not currently have any depreciations set up.
Please set up at least one depreciation to view the depreciation report.',
];