2016-03-25 01:18:05 -07:00
|
|
|
|
<?php
|
|
|
|
|
|
2022-01-28 12:40:03 -08:00
|
|
|
|
return [
|
2016-03-25 01:18:05 -07:00
|
|
|
|
'about_asset_depreciations' => 'О износе активов',
|
|
|
|
|
'about_depreciations' => 'Этот раздел служит для настройки расчета вычисления степени износа активов.',
|
|
|
|
|
'asset_depreciations' => 'Износ активов',
|
2017-04-06 21:36:33 -07:00
|
|
|
|
'create' => 'Создать амортизацию',
|
2016-03-25 01:18:05 -07:00
|
|
|
|
'depreciation_name' => 'Название амортизации',
|
2022-01-28 12:40:03 -08:00
|
|
|
|
'depreciation_min' => 'Floor Value of Depreciation',
|
2016-03-25 01:18:05 -07:00
|
|
|
|
'number_of_months' => 'Количество месяцев',
|
2017-04-06 21:36:33 -07:00
|
|
|
|
'update' => 'Обновить амортизацию',
|
2022-01-28 12:40:03 -08:00
|
|
|
|
'depreciation_min' => 'Минимальное значение после амортизации',
|
|
|
|
|
'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.',
|
|
|
|
|
];
|