2016-03-25 01:18:05 -07:00
|
|
|
<?php
|
|
|
|
|
2021-06-10 13:15:52 -07:00
|
|
|
return [
|
2016-03-25 01:18:05 -07:00
|
|
|
'about_asset_depreciations' => 'Despre deprecierea activelor',
|
|
|
|
'about_depreciations' => 'Poti sa setezi deprecierea activelor bazat pe depreciere in linie.',
|
|
|
|
'asset_depreciations' => 'Deprecierea activelor',
|
2017-10-17 18:52:20 -07:00
|
|
|
'create' => 'Creați amortizări',
|
2016-03-25 01:18:05 -07:00
|
|
|
'depreciation_name' => 'Nume depreciere',
|
|
|
|
'number_of_months' => 'Numarul de luni',
|
2017-10-17 18:52:20 -07:00
|
|
|
'update' => 'Actualizați amortizarea',
|
2021-10-04 19:59:55 -07:00
|
|
|
'depreciation_min' => 'Minimum Value after Depreciation'
|
2016-03-25 01:18:05 -07:00
|
|
|
|
2021-06-10 13:15:52 -07:00
|
|
|
];
|