mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-13 09:04:09 -08:00
13 lines
506 B
PHP
13 lines
506 B
PHP
<?php
|
|
|
|
return array(
|
|
'about_asset_depreciations' => '자산 감가 상각이란',
|
|
'about_depreciations' => '가치가 하락하는 자산들을 직선법에 의한 감가상각 설정을 할 수 있습니다.',
|
|
'asset_depreciations' => '자산 감가 상각',
|
|
'create' => 'Create Depreciation',
|
|
'depreciation_name' => '감가 상각 명',
|
|
'number_of_months' => '개월 수',
|
|
'update' => 'Update Depreciation',
|
|
|
|
);
|