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