<?php

return array(
    'component_name'                  => '組件名稱',
    'checkin'                             => '組件繳回',
    'checkout'                             => '組件借出',
    'cost'				=> '採購成本',
    'create'                             => '新增組件',
    'edit'                             => '編輯組件',
    'date'					=> '採購日期',
    'order'					=> '採購單號',
    'remaining' 			             => '剩餘',
    'total' 			                 => '總計',
    'update'                            => '更新組件',
    'checkin_limit'            => 'Amount checked in must be equal to or less than :assigned_qty'
);