mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-11 16:14:18 -08:00
13 lines
510 B
PHP
13 lines
510 B
PHP
|
<?php
|
||
|
|
||
|
return array(
|
||
|
'about_asset_depreciations' => '자산 감가 상각이란',
|
||
|
'about_depreciations' => '가치가 하락하는 자산들을 직선법에 의한 감가상각 설정을 할 수 있습니다.',
|
||
|
'asset_depreciations' => '자산 감가 상각',
|
||
|
'create_depreciation' => '감가 상각 생성',
|
||
|
'depreciation_name' => '감가 상각 명',
|
||
|
'number_of_months' => '개월 수',
|
||
|
'update_depreciation' => '감가 상각 갱신',
|
||
|
|
||
|
);
|