Files
snipe-it/app/lang/fi/admin/hardware/general.php
T
2015-02-27 13:32:53 -08:00

19 lines
856 B
PHP
Executable File

<?php
return array(
'archived' => 'Arkistoitu',
'asset' => 'Laite',
'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',
'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ä',
'restore' => 'Palauta Laite',
'pending' => 'Odottaa',
'undeployable' => 'Käyttökelvoton',
'view' => 'Näytä Laite',
);