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

16 lines
626 B
PHP

<?php
return array(
'component_name' => 'Komponentin nimi',
'checkin' => 'Palauta komponentti',
'checkout' => 'Luovuta komponentti',
'cost' => 'Hankintahinta',
'create' => 'Luo komponentti',
'edit' => 'Muokkaa komponenttia',
'date' => 'Ostopäivämäärä',
'order' => 'Tilausnumero',
'remaining' => 'Jäljellä',
'total' => 'Yhteensä',
'update' => 'Päivitä komponentti',
);