mirror of
https://github.com/snipe/snipe-it.git
synced 2025-01-09 04:47:38 -08:00
05875ebd1f
Some checks failed
Crowdin Action / upload-sources-to-crowdin (push) Has been cancelled
Docker images (Alpine) / docker (push) Has been cancelled
Docker images / docker (push) Has been cancelled
Tests in MySQL / PHP ${{ matrix.php-version }} (8.1) (push) Has been cancelled
Tests in MySQL / PHP ${{ matrix.php-version }} (8.2) (push) Has been cancelled
Tests in MySQL / PHP ${{ matrix.php-version }} (8.3) (push) Has been cancelled
Tests in SQLite / PHP ${{ matrix.php-version }} (8.1.1) (push) Has been cancelled
Signed-off-by: snipe <snipe@snipe.net>
17 lines
1.5 KiB
PHP
17 lines
1.5 KiB
PHP
<?php
|
|
|
|
return [
|
|
'about_asset_depreciations' => 'អំពីការរំលោះទ្រព្យសកម្ម',
|
|
'about_depreciations' => 'អ្នកអាចកំណត់ការរំលោះទ្រព្យសកម្ម ដើម្បីរំលោះទ្រព្យសកម្មដោយផ្អែកលើការរំលោះបន្ទាត់ត្រង់។',
|
|
'asset_depreciations' => 'ការរំលោះទ្រព្យសកម្ម',
|
|
'create' => 'បង្កើតការរំលោះ',
|
|
'depreciation_name' => 'ឈ្មោះរំលោះ',
|
|
'depreciation_min' => 'តម្លៃជាន់នៃរំលោះ',
|
|
'number_of_months' => 'ចំនួនខែ',
|
|
'update' => 'ធ្វើបច្ចុប្បន្នភាពការរំលោះ',
|
|
'depreciation_min' => 'តម្លៃអប្បបរមាបន្ទាប់ពីការរំលោះ',
|
|
'no_depreciations_warning' => '<strong>ការព្រមាន៖ </strong>
|
|
បច្ចុប្បន្ននេះ អ្នកមិនមានការកំណត់ការរំលោះទេ។
|
|
សូមរៀបចំការរំលោះយ៉ាងហោចណាស់មួយ ដើម្បីមើលរបាយការណ៍រំលោះ។',
|
|
];
|