snipe-it/resources/lang/ko/admin/depreciations/table.php

12 lines
177 B
PHP
Raw Normal View History

2016-03-25 01:18:05 -07:00
<?php
return [
2016-03-25 01:18:05 -07:00
'id' => '아이디',
'months' => '개월',
'term' => '기간',
'title' => '이름 ',
'depreciation_min' => 'Floor Value',
2016-03-25 01:18:05 -07:00
];