mirror of
https://github.com/snipe/snipe-it.git
synced 2025-01-04 02:17:28 -08:00
16fb2213b5
Signed-off-by: snipe <snipe@snipe.net>
17 lines
926 B
PHP
17 lines
926 B
PHP
<?php
|
|
|
|
return [
|
|
'about_asset_depreciations' => 'Lisätietoja laitteiden poistoista',
|
|
'about_depreciations' => 'Voit määrittää laitteelle poistoluokan poistaaksesi laitteen laitekannastasi määritetyn ajan jälkeen.',
|
|
'asset_depreciations' => 'Laitteiden poistot',
|
|
'create' => 'Luo arvonalentumisia',
|
|
'depreciation_name' => 'Poiston nimi',
|
|
'depreciation_min' => 'Floor Value of Depreciation',
|
|
'number_of_months' => 'Kuukausien lukumäärä',
|
|
'update' => 'Päivitä poistot',
|
|
'depreciation_min' => 'Minimiarvo poistojen jälkeen',
|
|
'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.',
|
|
];
|