snipe-it/resources/lang/lt/admin/components/general.php
snipe dbb6002f9f Updated language strings
Signed-off-by: snipe <snipe@snipe.net>
2023-11-27 14:43:16 +00:00

17 lines
744 B
PHP

<?php
return array(
'component_name' => 'Komponento pavadinimas',
'checkin' => 'Checkin komponentas',
'checkout' => 'Checkout komponentas',
'cost' => 'Pirkimo kaina',
'create' => 'Sukurti komponentą',
'edit' => 'Redaguoti komponentą',
'date' => 'Pirkimo data',
'order' => 'Užsakymo numeris',
'remaining' => 'Likutis',
'total' => 'Iš viso',
'update' => 'Atnaujinti komponentą',
'checkin_limit' => 'Priregistruotas kiekis turi būti lygus arba nemažesnis nei :assigned_qty'
);