ok
This commit is contained in:
@ -0,0 +1,16 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'about_asset_depreciations' => '자산 감가 상각이란',
|
||||
'about_depreciations' => '가치가 하락하는 자산들을 직선법에 의한 감가상각 설정을 할 수 있습니다.',
|
||||
'asset_depreciations' => '자산 감가 상각',
|
||||
'create' => '감가 상각 생성',
|
||||
'depreciation_name' => '감가 상각 명',
|
||||
'depreciation_min' => 'Floor Value of Depreciation',
|
||||
'number_of_months' => '개월 수',
|
||||
'update' => '감가 상각 갱신',
|
||||
'depreciation_min' => '감가상각 완료 후 최소 가치',
|
||||
'no_depreciations_warning' => '<strong>Warning: </strong>
|
||||
You do not currently have any depreciations set up.
|
||||
Please set up at least one depreciation to view the depreciation report.',
|
||||
];
|
@ -0,0 +1,25 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
|
||||
'does_not_exist' => '감가 상각 등급이 존재하지 않습니다.',
|
||||
'assoc_users' => '이 감가 상각은 현재 하나 이상의 모델들에 연결되어 있습니다. 모델들을 삭제하고, 다시 삭제해 주세요. ',
|
||||
|
||||
|
||||
'create' => array(
|
||||
'error' => '감가 상각 등급이 생성되지 않았습니다. 다시 시도해 주세요. :(',
|
||||
'success' => '감가 상각 등급이 생성되었습니다. :)'
|
||||
),
|
||||
|
||||
'update' => array(
|
||||
'error' => '감가 상각 등급이 갱신되지 않았습니다. 다시 시도해 주세요.',
|
||||
'success' => '감가 상각 등급이 갱신 되었습니다.'
|
||||
),
|
||||
|
||||
'delete' => array(
|
||||
'confirm' => '이 감가 상각 등급을 삭제 하시겠습니까?',
|
||||
'error' => '감가 상각 등급 삭제 중 문제가 발생했습니다. 다시 시도해 주세요.',
|
||||
'success' => '감가 상각 등급이 삭제되었습니다.'
|
||||
)
|
||||
|
||||
);
|
@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'id' => '아이디',
|
||||
'months' => '개월',
|
||||
'term' => '기간',
|
||||
'title' => '이름 ',
|
||||
'depreciation_min' => 'Floor Value',
|
||||
|
||||
];
|
Reference in New Issue
Block a user