mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-15 18:14:09 -08:00
b9aeded957
Signed-off-by: snipe <snipe@snipe.net>
33 lines
3.1 KiB
PHP
33 lines
3.1 KiB
PHP
<?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' => 'ទ្រព្យសម្បត្តិទាំងនេះមិនទាន់អាចប្រគល់ឱ្យអ្នកណាម្នាក់បានទេ ដែលជារឿយៗត្រូវបានប្រើប្រាស់សម្រាប់វត្ថុដែលអស់សម្រាប់ការជួសជុល ប៉ុន្តែត្រូវបានគេរំពឹងថានឹងត្រឡប់មកចរាចរវិញ។',
|
|
],
|
|
|
|
];
|