snipe-it/resources/lang/zh-TW/admin/depreciations/table.php

12 lines
169 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' => 'ID',
'months' => '月數',
'term' => '期限',
'title' => '名稱',
'depreciation_min' => 'Floor Value',
2016-03-25 01:18:05 -07:00
];