mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-11 08:04:09 -08:00
1360ce90a5
Signed-off-by: snipe <snipe@snipe.net>
17 lines
871 B
PHP
17 lines
871 B
PHP
<?php
|
|
|
|
return [
|
|
'about_asset_depreciations' => 'Tentang Penyusutan Aset',
|
|
'about_depreciations' => 'Anda dapat mengatur penyusutan aset dengan perhitungan penyusutan garis lurus.',
|
|
'asset_depreciations' => 'Depresiasi Aset',
|
|
'create' => 'Buat Penyusutan',
|
|
'depreciation_name' => 'Nama Penyusutan',
|
|
'depreciation_min' => 'Nilai dari Penyusutan',
|
|
'number_of_months' => 'Jumlah bulan',
|
|
'update' => 'Perbaharui Penyusutan',
|
|
'depreciation_min' => 'Nilai Minimum setelah Penyusutan',
|
|
'no_depreciations_warning' => '<strong>Peringatan: </strong>
|
|
Saat ini Anda belum menyiapkan laporan penyusutan.
|
|
Harap atur setidaknya satu penyusutan untuk melihat laporan penyusutan.',
|
|
];
|