snipe-it/resources/lang/fi/admin/hardware/general.php
2016-10-04 12:23:02 -07:00

22 lines
1.1 KiB
PHP

<?php
return array(
'archived' => 'Arkistoitu',
'asset' => 'Laite',
'bulk_checkout' => 'Checkout Assets to User',
'checkin' => 'Palauta Laite',
'checkout' => 'Luovuta Laite Käyttäjälle',
'clone' => 'Monista Laite',
'deployable' => 'Käyttööotettavissa',
'deleted' => 'Tämä laite on poistettu. <a href="/hardware/:asset_id/restore">Klikkaa tästä palauttaaksesi sen</a>.',
'edit' => 'Muokkaa Laitetta',
'filetype_info' => 'Sallitut tiedostotyypit ovat png, gif, jpg, jpeg, doc, docx, pdf, txt, zip ja rar.',
'model_deleted' => 'This Assets model has been deleted. You must restore the model before you can restore the Asset.<br/> <a href="/hardware/models/:model_id/restore">Click here to restore the model</a>.',
'requestable' => 'Pyydettävissä',
'requested' => 'Requested',
'restore' => 'Palauta Laite',
'pending' => 'Odottaa',
'undeployable' => 'Käyttökelvoton',
'view' => 'Näytä Laite',
);