mirror of
https://github.com/snipe/snipe-it.git
synced 2025-01-05 10:57:28 -08:00
903609b5a5
Signed-off-by: snipe <snipe@snipe.net>
14 lines
553 B
PHP
14 lines
553 B
PHP
<?php
|
|
|
|
return array(
|
|
'about_asset_depreciations' => 'Tentang Penyusutan Aset',
|
|
'about_depreciations' => 'Anda dapat mengatur depresiasi aset berdasarkan straight-line depreciation.',
|
|
'asset_depreciations' => 'Penyusutan Aset',
|
|
'create' => 'Buat Pengurangan',
|
|
'depreciation_name' => 'Nama Penyusutan',
|
|
'number_of_months' => 'Jumlah Bulan',
|
|
'update' => 'Perbarui pengurangan',
|
|
'depreciation_min' => 'Minimum Value after Depreciation'
|
|
|
|
);
|