2016-03-25 01:18:05 -07:00
|
|
|
<?php
|
|
|
|
|
|
|
|
return array(
|
|
|
|
'about_components_title' => 'About Components',
|
|
|
|
'about_components_text' => 'Components are items that are part of an asset, for example HDD, RAM, etc.',
|
|
|
|
'component_name' => 'Component Name',
|
|
|
|
'checkin' => 'Checkin Component',
|
|
|
|
'checkout' => 'Checkout Component',
|
2016-12-03 17:10:05 -08:00
|
|
|
'cost' => 'Chi phí mua hàng',
|
2016-03-25 01:18:05 -07:00
|
|
|
'create' => 'Create Component',
|
|
|
|
'edit' => 'Edit Component',
|
2016-12-03 17:10:05 -08:00
|
|
|
'date' => 'Ngày mua',
|
|
|
|
'order' => 'Số đơn hàng',
|
|
|
|
'remaining' => 'Còn lại',
|
|
|
|
'total' => 'Tổng số',
|
2016-03-25 01:18:05 -07:00
|
|
|
'update' => 'Update Component',
|
|
|
|
);
|