mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-10 07:34:06 -08:00
15 lines
530 B
PHP
15 lines
530 B
PHP
<?php
|
|
|
|
return [
|
|
'asset_maintenance_type' => 'Tip de întreținere',
|
|
'title' => 'Titlu',
|
|
'start_date' => 'A început',
|
|
'completion_date' => 'terminat',
|
|
'cost' => 'A costat',
|
|
'is_warranty' => 'Îmbunătățirea garanției',
|
|
'asset_maintenance_time' => 'zi',
|
|
'notes' => 'notițe',
|
|
'update' => 'Actualizați',
|
|
'create' => 'Crea'
|
|
];
|