mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-11 08:04:09 -08:00
15 lines
561 B
PHP
15 lines
561 B
PHP
|
<?php
|
||
|
|
||
|
return [
|
||
|
'asset_maintenance_type' => 'Ang Tipo ng Pagpapanatili',
|
||
|
'title' => 'Ang Pamagat',
|
||
|
'start_date' => 'Nagsimula na',
|
||
|
'completion_date' => 'Nakompleto na',
|
||
|
'cost' => 'Gastos',
|
||
|
'is_warranty' => 'Ang Pagpapabuti ng Warantiya',
|
||
|
'asset_maintenance_time' => 'Mga Araw',
|
||
|
'notes' => 'Mga Palatandaan',
|
||
|
'update' => 'I-update',
|
||
|
'create' => 'Magsagawa'
|
||
|
];
|