mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-11 08:04:09 -08:00
13 lines
505 B
PHP
13 lines
505 B
PHP
|
<?php
|
|||
|
|
|||
|
return array(
|
|||
|
'about_asset_depreciations' => 'Demirbaş Amortismanları Hakkında',
|
|||
|
'about_depreciations' => 'Demirbaş amortismanını sabit bir oran ile düşecek şekilde ayarlayabilirsiniz.',
|
|||
|
'asset_depreciations' => 'Demirbaş Amortismanları',
|
|||
|
'create_depreciation' => 'Amortisman Oluştur',
|
|||
|
'depreciation_name' => 'Amortisman Adı',
|
|||
|
'number_of_months' => 'Ay Sayısı',
|
|||
|
'update_depreciation' => 'Amortisman Güncelle',
|
|||
|
|
|||
|
);
|