mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-11 08:04:09 -08:00
15 lines
570 B
PHP
15 lines
570 B
PHP
<?php
|
|
|
|
return [
|
|
'asset_maintenance_type' => 'Ang Uri ng Pagpapanatili',
|
|
'title' => 'Ang Pamagat',
|
|
'start_date' => 'Nagsimula na',
|
|
'completion_date' => 'Nakumpleto na',
|
|
'cost' => 'Ang Halaga',
|
|
'is_warranty' => 'Ang Pagpapabuti ng Warantiya',
|
|
'asset_maintenance_time' => 'Ang mga araw',
|
|
'notes' => 'Ang mga Palatandaan',
|
|
'update' => 'I-update',
|
|
'create' => 'Lumikha'
|
|
];
|