mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-11 08:04:09 -08:00
15 lines
527 B
PHP
15 lines
527 B
PHP
<?php
|
|
|
|
return [
|
|
'asset_maintenance_type' => 'Huollon tyyppi',
|
|
'title' => 'Otsikko',
|
|
'start_date' => 'Aloituspäivä',
|
|
'completion_date' => 'Valmis',
|
|
'cost' => 'Kustannus',
|
|
'is_warranty' => 'Takuu parannetaan',
|
|
'asset_maintenance_time' => 'Päivää',
|
|
'notes' => 'Muistiinpanot',
|
|
'update' => 'Päivitä',
|
|
'create' => 'Luo'
|
|
];
|