3
0
mirror of https://github.com/snipe/snipe-it.git synced 2026-02-23 13:05:53 +00:00
Files
snipe-it/resources/lang/et/admin/components/general.php
2023-02-21 03:54:55 -08:00

17 lines
693 B
PHP

<?php
return array(
'component_name' => 'Komponendi nimi',
'checkin' => 'Checkin Component',
'checkout' => 'Checkout Component',
'cost' => 'Ostuhind',
'create' => 'Uus komponent',
'edit' => 'Muuda komponenti',
'date' => 'Ostu kuupäev',
'order' => 'Tellimuse number',
'remaining' => 'Alles',
'total' => 'Kokku',
'update' => 'Muuda komponenti',
'checkin_limit' => 'Amount checked in must be equal to or less than :assigned_qty'
);