snipe-it/resources/lang/km-KH/admin/components/general.php
snipe 026ea41dee Use correct language codes, updated strings
Signed-off-by: snipe <snipe@snipe.net>
2023-12-19 17:23:16 +00:00

17 lines
815 B
PHP

<?php
return array(
'component_name' => 'ឈ្មោះសមាសធាតុ',
'checkin' => 'Checkin Component',
'checkout' => 'Checkout Component',
'cost' => 'ការចំណាយលើការទិញ',
'create' => 'Create Component',
'edit' => 'Edit Component',
'date' => 'កាលបរិច្ឆេទទិញ',
'order' => 'លេខបញ្ជាទិញ',
'remaining' => 'Remaining',
'total' => 'សរុប',
'update' => 'Update Component',
'checkin_limit' => 'Amount checked in must be equal to or less than :assigned_qty'
);