snipe-it/resources/lang/pl/admin/asset_maintenances/form.php

15 lines
515 B
PHP
Raw Normal View History

2016-03-25 01:18:05 -07:00
<?php
return [
'asset_maintenance_type' => 'Typ',
'title' => 'Tytuł',
'start_date' => 'Data rozpoczęcia',
'completion_date' => 'Ukończone',
'cost' => 'Cena',
'is_warranty' => 'Wydłużenie gwarancji',
'asset_maintenance_time' => 'Dni',
'notes' => 'Notatki',
'update' => 'Uaktualnij',
'create' => 'Utwórz'
];