mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-14 01:24:06 -08:00
24 lines
1.3 KiB
PHP
24 lines
1.3 KiB
PHP
<?php
|
|
|
|
return array(
|
|
'about_assets_title' => 'About Assets',
|
|
'about_assets_text' => 'Assets are items tracked by serial number or asset tag. They tend to be higher value items where identifying a specific item matters.',
|
|
'archived' => 'Arkistoitu',
|
|
'asset' => 'Laite',
|
|
'bulk_checkout' => 'Checkout Assets to User',
|
|
'checkin' => 'Palauta Laite',
|
|
'checkout' => 'Checkout Asset',
|
|
'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',
|
|
);
|