2016-03-25 01:18:05 -07:00
|
|
|
|
<?php
|
|
|
|
|
|
2022-01-13 21:27:29 -08:00
|
|
|
|
return array(
|
2017-08-25 07:32:57 -07:00
|
|
|
|
'component_name' => 'Bileşen adı',
|
|
|
|
|
'checkin' => 'Bileşeni Kabul Et',
|
|
|
|
|
'checkout' => 'Bileşeni teslim et',
|
|
|
|
|
'cost' => 'Satın alma maliyeti',
|
|
|
|
|
'create' => 'Bileşen oluştur',
|
|
|
|
|
'edit' => 'Bileşeni düzenle',
|
|
|
|
|
'date' => 'Satın Alma Tarihi',
|
|
|
|
|
'order' => 'Sipariş Numarası',
|
|
|
|
|
'remaining' => 'Kalan',
|
|
|
|
|
'total' => 'Toplam',
|
|
|
|
|
'update' => 'Bileşeni düzenle',
|
2023-02-21 03:54:55 -08:00
|
|
|
|
'checkin_limit' => 'Amount checked in must be equal to or less than :assigned_qty'
|
2022-01-13 21:27:29 -08:00
|
|
|
|
);
|