mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-11 08:04:09 -08:00
13 lines
471 B
PHP
13 lines
471 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',
|
|
|
|
);
|