snipe-it/resources/lang/ko/admin/depreciations/general.php
snipe 903609b5a5 Updated languages
Signed-off-by: snipe <snipe@snipe.net>
2021-10-04 19:59:55 -07:00

14 lines
590 B
PHP

<?php
return array(
'about_asset_depreciations' => '자산 감가 상각이란',
'about_depreciations' => '가치가 하락하는 자산들을 직선법에 의한 감가상각 설정을 할 수 있습니다.',
'asset_depreciations' => '자산 감가 상각',
'create' => '감가 상각 생성',
'depreciation_name' => '감가 상각 명',
'number_of_months' => '개월 수',
'update' => '감가 상각 갱신',
'depreciation_min' => 'Minimum Value after Depreciation'
);