ajout app
This commit is contained in:
29
SNIPE-IT/resources/lang/km-KH/admin/locations/message.php
Normal file
29
SNIPE-IT/resources/lang/km-KH/admin/locations/message.php
Normal file
@ -0,0 +1,29 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
|
||||
'does_not_exist' => 'ទីតាំងមិនមានទេ។',
|
||||
'assoc_users' => 'បច្ចុប្បន្នទីតាំងនេះត្រូវបានភ្ជាប់ជាមួយអ្នកប្រើប្រាស់យ៉ាងហោចណាស់ម្នាក់ ហើយមិនអាចលុបបានទេ។ សូមអាប់ដេតអ្នកប្រើប្រាស់របស់អ្នក ដើម្បីកុំឱ្យយោងទីតាំងនេះតទៅទៀត ហើយព្យាយាមម្តងទៀត។ ',
|
||||
'assoc_assets' => 'បច្ចុប្បន្នទីតាំងនេះត្រូវបានភ្ជាប់ជាមួយទ្រព្យសកម្មយ៉ាងហោចណាស់មួយ ហើយមិនអាចលុបបានទេ។ សូមអាប់ដេតទ្រព្យសកម្មរបស់អ្នក ដើម្បីកុំឱ្យយោងទីតាំងនេះតទៅទៀត ហើយព្យាយាមម្តងទៀត។ ',
|
||||
'assoc_child_loc' => 'This location is currently the parent of at least one child location and cannot be deleted. Please update your locations to no longer reference this location and try again. ',
|
||||
'assigned_assets' => 'ទ្រព្យសកម្មដែលបានចាត់តាំង',
|
||||
'current_location' => 'ទីតាំងបច្ចុប្បន្',
|
||||
|
||||
|
||||
'create' => array(
|
||||
'error' => 'ទីតាំងមិនត្រូវបានបង្កើតទេ សូមព្យាយាមម្តងទៀត។',
|
||||
'success' => 'ទីតាំងត្រូវបានបង្កើតដោយជោគជ័យ។'
|
||||
),
|
||||
|
||||
'update' => array(
|
||||
'error' => 'ទីតាំងមិនត្រូវបានធ្វើបច្ចុប្បន្នភាពទេ សូមព្យាយាមម្តងទៀត',
|
||||
'success' => 'បានធ្វើបច្ចុប្បន្នភាពទីតាំងដោយជោគជ័យ។'
|
||||
),
|
||||
|
||||
'delete' => array(
|
||||
'confirm' => 'តើអ្នកប្រាកដថាចង់លុបទីតាំងនេះទេ?',
|
||||
'error' => 'មានបញ្ហាក្នុងការលុបទីតាំង។ សូមព្យាយាមម្តងទៀត។',
|
||||
'success' => 'ទីតាំងត្រូវបានលុបដោយជោគជ័យ។'
|
||||
)
|
||||
|
||||
);
|
Reference in New Issue
Block a user