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

16 lines
595 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',
);