ok
This commit is contained in:
@ -0,0 +1,32 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'does_not_exist' => 'ស្លាកស្ថានភាពមិនមានទេ។',
|
||||
'deleted_label' => 'បានលុបស្លាកស្ថានភាព',
|
||||
'assoc_assets' => 'ស្លាកស្ថានភាពនេះបច្ចុប្បន្នត្រូវបានភ្ជាប់ជាមួយទ្រព្យសម្បត្តិយ៉ាងហោចណាស់មួយ ហើយមិនអាចលុបបានទេ។ សូមធ្វើបច្ចុប្បន្នភាពទ្រព្យសកម្មរបស់អ្នកដើម្បីលែងយោងស្ថានភាពនេះហើយព្យាយាមម្ដងទៀត។ ',
|
||||
|
||||
'create' => [
|
||||
'error' => 'ស្លាកស្ថានភាពមិនត្រូវបានបង្កើតទេ សូមព្យាយាមម្តងទៀត។',
|
||||
'success' => 'ស្លាកស្ថានភាពបានបង្កើតដោយជោគជ័យ។',
|
||||
],
|
||||
|
||||
'update' => [
|
||||
'error' => 'ស្លាកស្ថានភាពមិនត្រូវបានធ្វើបច្ចុប្បន្នភាពទេ សូមព្យាយាមម្តងទៀត',
|
||||
'success' => 'បានធ្វើបច្ចុប្បន្នភាពស្លាកស្ថានភាពដោយជោគជ័យ។',
|
||||
],
|
||||
|
||||
'delete' => [
|
||||
'confirm' => 'តើអ្នកប្រាកដថាចង់លុបស្លាកស្ថានភាពនេះទេ?',
|
||||
'error' => 'មានបញ្ហាក្នុងការលុបស្លាកស្ថានភាព។ សូមព្យាយាមម្តងទៀត។',
|
||||
'success' => 'ស្លាកស្ថានភាពត្រូវបានលុបដោយជោគជ័យ។',
|
||||
],
|
||||
|
||||
'help' => [
|
||||
'undeployable' => 'ទ្រព្យសម្បត្តិទាំងនេះមិនអាចប្រគល់ឱ្យអ្នកណាម្នាក់បានទេ។',
|
||||
'deployable' => 'These assets can be checked out. Once they are assigned, they will assume a meta status of <i class="fas fa-circle text-blue"></i> <strong>Deployed</strong>.',
|
||||
'archived' => 'These assets cannot be checked out, and will only show up in the Archived view. This is useful for retaining information about assets for budgeting/historic purposes but keeping them out of the day-to-day asset list.',
|
||||
'pending' => 'ទ្រព្យសម្បត្តិទាំងនេះមិនទាន់អាចប្រគល់ឱ្យអ្នកណាម្នាក់បានទេ ដែលជារឿយៗត្រូវបានប្រើប្រាស់សម្រាប់វត្ថុដែលអស់សម្រាប់ការជួសជុល ប៉ុន្តែត្រូវបានគេរំពឹងថានឹងត្រឡប់មកចរាចរវិញ។',
|
||||
],
|
||||
|
||||
];
|
@ -0,0 +1,19 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
'about' => 'About Status Labels',
|
||||
'archived' => 'ទុកក្នុងប័ណ្ណសារ',
|
||||
'create' => 'Create Status Label',
|
||||
'color' => 'Chart Color',
|
||||
'default_label' => 'Default Label',
|
||||
'default_label_help' => 'This is used to ensure your most commonly used status labels appear at the top of the select box when creating/editing assets.',
|
||||
'deployable' => 'អាចប្រើបាន',
|
||||
'info' => 'Status labels 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 deployable, pending and archived assets.',
|
||||
'name' => 'Status Name',
|
||||
'pending' => 'កំពុងរង់ចាំ',
|
||||
'status_type' => 'Status Type',
|
||||
'show_in_nav' => 'Show in side nav',
|
||||
'title' => 'Status Labels',
|
||||
'undeployable' => 'មិនអាចប្រើបាន',
|
||||
'update' => 'Update Status Label',
|
||||
);
|
Reference in New Issue
Block a user