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

17 lines
884 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' => 'O amortizaci majetku',
'about_depreciations' => 'Můžete nastavit amortizaci majetku pro jeho rovnoměrné odepisování.',
'asset_depreciations' => 'Amortizace majetku',
2017-07-07 13:14:51 -07:00
'create' => 'Vytvořit amortizaci',
2016-03-25 01:18:05 -07:00
'depreciation_name' => 'Jméno amortizace',
'depreciation_min' => 'Floor Value of Depreciation',
2016-03-25 01:18:05 -07:00
'number_of_months' => 'Počet měsíců',
2017-07-07 13:14:51 -07:00
'update' => 'Aktualizovat amortizaci',
'depreciation_min' => 'Minimum Value after Depreciation',
'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.',
];