mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-11 16:14:18 -08:00
bd0863d9c7
Signed-off-by: snipe <snipe@snipe.net>
17 lines
1.3 KiB
PHP
17 lines
1.3 KiB
PHP
<?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.',
|
|
];
|