snipe-it/resources/lang/lt/admin/components/general.php

17 lines
731 B
PHP
Raw Normal View History

2016-03-25 01:18:05 -07:00
<?php
return array(
2016-07-29 14:32:31 -07:00
'component_name' => 'Komponento pavadinimas',
2017-10-17 18:52:20 -07:00
'checkin' => 'Checkin komponentas',
'checkout' => 'Checkout komponentas',
2016-07-29 14:32:31 -07:00
'cost' => 'Pirkimo kaina',
'create' => 'Sukurti komponentą',
'edit' => 'Redaguoti komponentą',
2016-10-25 12:30:52 -07:00
'date' => 'Pirkimo data',
'order' => 'Užsakymo numeris',
'remaining' => 'Likutis',
'total' => 'Iš viso',
'update' => 'Atnaujinti komponentą',
'checkin_limit' => 'Amount checked in must be equal to or less than :assigned_qty'
);