mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-11 08:04:09 -08:00
20 lines
965 B
PHP
20 lines
965 B
PHP
|
<?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',
|
||
|
'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ä',
|
||
|
'restore' => 'Palauta Laite',
|
||
|
'pending' => 'Odottaa',
|
||
|
'undeployable' => 'Käyttökelvoton',
|
||
|
'view' => 'Näytä Laite',
|
||
|
);
|