mirror of
https://github.com/snipe/snipe-it.git
synced 2025-01-16 00:08:10 -08:00
903609b5a5
Signed-off-by: snipe <snipe@snipe.net>
14 lines
482 B
PHP
14 lines
482 B
PHP
<?php
|
|
|
|
return array(
|
|
'about_asset_depreciations' => '關於資產折舊',
|
|
'about_depreciations' => '您可以設置資產折舊期限',
|
|
'asset_depreciations' => '資產折舊',
|
|
'create' => '新建折舊',
|
|
'depreciation_name' => '折舊名稱',
|
|
'number_of_months' => '月數',
|
|
'update' => '更新折舊',
|
|
'depreciation_min' => 'Minimum Value after Depreciation'
|
|
|
|
);
|