9468acedfa
Signed-off-by: snipe <snipe@snipe.net>
20 lines
1.8 KiB
PHP
20 lines
1.8 KiB
PHP
<?php
|
|
|
|
return array(
|
|
'about' => 'About Status Types',
|
|
'archived' => 'ទុកក្នុងប័ណ្ណសារ',
|
|
'create' => 'បង្កើតស្លាកស្ថានភាព',
|
|
'color' => 'ពណ៌គំនូសតាង',
|
|
'default_label' => 'ស្លាកលំនាំដើម',
|
|
'default_label_help' => 'វាត្រូវបានប្រើដើម្បីធានាថាស្លាកស្ថានភាពដែលប្រើជាទូទៅរបស់អ្នកបង្ហាញនៅផ្នែកខាងលើនៃប្រអប់ជ្រើសរើសពេលបង្កើត/កែសម្រួលទ្រព្យសកម្ម។',
|
|
'deployable' => 'អាចប្រើបាន',
|
|
'info' => 'Status label types are used to describe the various states your assets could be in. They may be out for repair, lost/stolen, etc. You can create new status labels for your deployable, pending and archived assets according to your own workflow. For more information, <a href="https://snipe-it.readme.io/docs/overview#status-labels" target="_blank">see the documentation <i class="fa fa-external-link"></i></a>.',
|
|
'name' => 'ឈ្មោះស្ថានភាព',
|
|
'pending' => 'កំពុងរង់ចាំ',
|
|
'status_type' => 'ប្រភេទស្ថានភាព',
|
|
'show_in_nav' => 'បង្ហាញនៅក្នុង side nav',
|
|
'title' => 'ស្លាកស្ថានភាព',
|
|
'undeployable' => 'មិនអាចប្រើបាន',
|
|
'update' => 'ធ្វើបច្ចុប្បន្នភាពស្លាកស្ថានភាព',
|
|
);
|