snipe-it/resources/lang/fi/admin/hardware/message.php
2017-07-07 13:14:51 -07:00

77 lines
3.3 KiB
PHP

<?php
return array(
'undeployable' => '<strong>Varoitus: </strong> Tämä laite on määritetty käyttökunnottomaksi.
Jos laitteen tila on muuttunut, päivitä laitteen tila sen asetuksista.',
'does_not_exist' => 'Laitetta ei löydy.',
'does_not_exist_or_not_requestable' => 'Nice try. That asset does not exist or is not requestable.',
'assoc_users' => 'Tämä laite on luovutettu käyttäjälle joten sitä ei voida poistaa. Palauta laite ensin käyttäjältä ja yritä uudelleen. ',
'create' => array(
'error' => 'Laitetta ei luotu, yritä uudelleen. :(',
'success' => 'Laite luotiin onnistuneesti. :)'
),
'update' => array(
'error' => 'Laitetta ei päivitetty, yritä uudelleen',
'success' => 'Laite päivitetty onnistuneesti.',
'nothing_updated' => 'Mitään kenttiä ei valittu, joten mitään ei päivitetty.',
),
'restore' => array(
'error' => 'Laitetta ei palautettu, ole hyvä ja yritä uudelleen',
'success' => 'Laite palautettiin onnistuneesti.'
),
'deletefile' => array(
'error' => 'Tiedostoa ei poistettu. Ole hyvä ja yritä uudelleen.',
'success' => 'Tiedosto poistettiin onnistuneesti.',
),
'upload' => array(
'error' => 'Tiedostoja ei lähetetty. Ole hyvä ja yritä uudelleen.',
'success' => 'Tiedostot lähetettiin onnistuneesti.',
'nofiles' => 'You did not select any files for upload, or the file you are trying to upload is too large',
'invalidfiles' => 'Yksi tai useampia tiedostoja on liian iso tai sen tiedostotyyppi ei ole sallittu. Sallitut tiedostotyypit ovat png, gif, jpg, doc, docx, pdf, ja txt.',
),
'import' => array(
'error' => 'Some items did not import correctly.',
'errorDetail' => 'The following Items were not imported because of errors.',
'success' => "Your file has been imported",
'file_delete_success' => "Your file has been been successfully deleted",
'file_delete_error' => "The file was unable to be deleted",
),
'delete' => array(
'confirm' => 'Oletko varma että haluat poistaa tämän laitteen?',
'error' => 'Laitteen poistamisessa tapahtui virhe. Yritä uudelleen.',
'nothing_updated' => 'No assets were selected, so nothing was deleted.',
'success' => 'Laite poistettu onnistuneesti.'
),
'checkout' => array(
'error' => 'Laitteen luovutus epäonnistui, yritä uudelleen',
'success' => 'Laite luovutettu onnistuneesti.',
'user_does_not_exist' => 'Käyttäjä on virheellinen. Yritä uudelleen.',
'not_available' => 'That asset is not available for checkout!'
),
'checkin' => array(
'error' => 'Laitteen palautus epäonnistui, yritä uudelleen',
'success' => 'Laite palautettu onnistuneesti.',
'user_does_not_exist' => 'Käyttäjä on virheellinen. Yritä uudelleen.',
'already_checked_in' => 'That asset is already checked in.',
),
'requests' => array(
'error' => 'Asset was not requested, please try again',
'success' => 'Asset requested successfully.',
'canceled' => 'Checkout request successfully canceled'
)
);