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

17 lines
902 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' => 'Über Asset-Abschreibungen',
'about_depreciations' => 'Sie können Asset-Abschreibungen einrichten, um Assets linear abzuschreiben.',
'asset_depreciations' => 'Asset-Abschreibungen',
2017-01-10 17:53:06 -08:00
'create' => 'Abschreibung erstellen',
2017-12-12 09:20:57 -08:00
'depreciation_name' => 'Abschreibungs Name',
'depreciation_min' => 'Floor Value of Depreciation',
2016-03-25 01:18:05 -07:00
'number_of_months' => 'Anzahl der Monate',
2017-01-10 17:53:06 -08:00
'update' => 'Abschreibung aktualisieren',
'depreciation_min' => 'Minimaler Wert nach Abschreibung',
'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.',
];