3
0
mirror of https://github.com/snipe/snipe-it.git synced 2026-03-13 11:59:22 +00:00
Files
snipe-it/resources/lang/km-KH/admin/components/general.php
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'
);