snipe-it/resources/lang/fi/admin/asset_maintenances/message.php

21 lines
972 B
PHP
Raw Normal View History

2016-03-25 01:18:05 -07:00
<?php
return [
2017-10-17 18:52:20 -07:00
'not_found' => 'Varallisuushoitoa, jota etsit, ei löytynyt!',
2016-03-25 01:18:05 -07:00
'delete' => [
2017-10-17 18:52:20 -07:00
'confirm' => 'Haluatko varmasti poistaa tämän omaisuuden ylläpidon?',
'error' => 'Omaisuuden ylläpitoa poistettiin ongelma. Yritä uudelleen.',
'success' => 'Omaisuuden ylläpito on poistettu onnistuneesti.'
2016-03-25 01:18:05 -07:00
],
'create' => [
2017-10-17 18:52:20 -07:00
'error' => 'Omaisuuden ylläpitoa ei luotu, yritä uudelleen.',
'success' => 'Omaisuuden ylläpito onnistui.'
2016-03-25 01:18:05 -07:00
],
2017-01-10 17:53:06 -08:00
'edit' => [
2017-10-17 18:52:20 -07:00
'error' => 'Varainhoitoa ei muokattu, yritä uudelleen.',
'success' => 'Varainhoidon muokkaus onnistui.'
2017-01-10 17:53:06 -08:00
],
2017-10-17 18:52:20 -07:00
'asset_maintenance_incomplete' => 'Ei vielä valmis',
2016-03-25 01:18:05 -07:00
'warranty' => 'Takuu',
'not_warranty' => 'Takuu päättynyt',
];