mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-15 01:54:09 -08:00
dbb6002f9f
Signed-off-by: snipe <snipe@snipe.net>
51 lines
5.1 KiB
PHP
51 lines
5.1 KiB
PHP
<?php
|
|
|
|
return [
|
|
'about_assets_title' => 'អំពីទ្រព្យសកម្ម',
|
|
'about_assets_text' => 'ទ្រព្យសកម្មគឺជាធាតុដែលតាមដានដោយលេខស៊េរី ឬស្លាកទ្រព្យសម្បត្តិ។ ពួកវាមានទំនោរទៅជាធាតុមានតម្លៃខ្ពស់ជាង ដែលការកំណត់អត្តសញ្ញាណធាតុជាក់លាក់មួយមានសារៈសំខាន់។',
|
|
'archived' => 'ទុកក្នុងប័ណ្ណសារ',
|
|
'asset' => 'ទ្រព្យសកម្ម',
|
|
'bulk_checkout' => 'Checkout Assets',
|
|
'bulk_checkin' => 'Checkin Assets',
|
|
'checkin' => 'Checkin Asset',
|
|
'checkout' => 'Checkout Asset',
|
|
'clone' => 'Clone Asset',
|
|
'deployable' => 'អាចប្រើបាន',
|
|
'deleted' => 'ទ្រព្យសកម្មនេះត្រូវបានលុប។',
|
|
'delete_confirm' => 'តើអ្នកប្រាកដថាចង់លុបទ្រព្យសម្បត្តិនេះទេ?',
|
|
'edit' => 'កែសម្រួលទ្រព្យសកម្ម',
|
|
'model_deleted' => 'គំរូទ្រព្យសកម្មនេះត្រូវបានលុប។ អ្នកត្រូវតែស្ដារគំរូមុនពេលអ្នកអាចស្ដារទ្រព្យសកម្ម។',
|
|
'model_invalid' => 'គំរូនៃទ្រព្យសកម្មនេះមិនត្រឹមត្រូវទេ។',
|
|
'model_invalid_fix' => 'The Asset should be edited to correct this before attempting to check it in or out.',
|
|
'requestable' => 'អាចស្នើសុំបាន',
|
|
'requested' => 'បានស្នើសុំ',
|
|
'not_requestable' => 'មិនអាចស្នើសុំបាន។',
|
|
'requestable_status_warning' => 'កុំផ្លាស់ប្តូរស្ថានភាពដែលអាចស្នើសុំបាន។',
|
|
'restore' => 'ស្តារទ្រព្យសម្បត្តិ',
|
|
'pending' => 'កំពុងរង់ចាំ',
|
|
'undeployable' => 'មិនអាចប្រើបាន',
|
|
'undeployable_tooltip' => 'This asset has a status label that is undeployable and cannot be checked out at this time.',
|
|
'view' => 'មើលទ្រព្យសកម្ម',
|
|
'csv_error' => 'អ្នកមានកំហុសនៅក្នុងឯកសារ CSV របស់អ្នក៖',
|
|
'import_text' => '
|
|
<p>
|
|
Upload a CSV that contains asset history. The assets and users MUST already exist in the system, or they will be skipped. Matching assets for history import happens against the asset tag. We will try to find a matching user based on the user\'s name you provide, and the criteria you select below. If you do not select any criteria below, it will simply try to match on the username format you configured in the Admin > General Settings.
|
|
</p>
|
|
|
|
<p>Fields included in the CSV must match the headers: <strong>Asset Tag, Name, Checkout Date, Checkin Date</strong>. Any additional fields will be ignored. </p>
|
|
|
|
<p>Checkin Date: blank or future checkin dates will checkout items to associated user. Excluding the Checkin Date column will create a checkin date with todays date.</p>
|
|
',
|
|
'csv_import_match_f-l' => 'ព្យាយាមផ្គូផ្គងអ្នកប្រើប្រាស់តាមទម្រង់ firstname.lastname (jane.smith)',
|
|
'csv_import_match_initial_last' => 'ព្យាយាមផ្គូផ្គងអ្នកប្រើប្រាស់តាមទម្រង់នាមត្រកូលដំបូង (jsmith)',
|
|
'csv_import_match_first' => 'ព្យាយាមផ្គូផ្គងអ្នកប្រើប្រាស់តាមទម្រង់ឈ្មោះ (jane)',
|
|
'csv_import_match_email' => 'ព្យាយាមផ្គូផ្គងអ្នកប្រើប្រាស់តាមអ៊ីមែលជាឈ្មោះអ្នកប្រើប្រាស់',
|
|
'csv_import_match_username' => 'ព្យាយាមផ្គូផ្គងអ្នកប្រើប្រាស់តាមឈ្មោះអ្នកប្រើប្រាស់',
|
|
'error_messages' => 'សារបង្ហាញពីកំហុស៖',
|
|
'success_messages' => 'សារជោគជ័យ៖',
|
|
'alert_details' => 'សូមមើលខាងក្រោមសម្រាប់ព័ត៌មានលម្អិត។',
|
|
'custom_export' => 'Custom Export',
|
|
'mfg_warranty_lookup' => '៖ រកមើលស្ថានភាពធានារបស់ក្រុមហ៊ុនផលិត',
|
|
'user_department' => 'នាយកដ្ឋានអ្នកប្រើប្រាស់',
|
|
];
|