ajout app
This commit is contained in:
@ -0,0 +1,14 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'asset_maintenance_type' => 'Asset Maintenance Type',
|
||||
'title' => 'Ang Pamagat',
|
||||
'start_date' => 'Start Date',
|
||||
'completion_date' => 'Completion Date',
|
||||
'cost' => 'Gastos',
|
||||
'is_warranty' => 'Ang Pagpapabuti ng Warantiya',
|
||||
'asset_maintenance_time' => 'Asset Maintenance Time (in days)',
|
||||
'notes' => 'Mga Palatandaan',
|
||||
'update' => 'Update Asset Maintenance',
|
||||
'create' => 'Create Asset Maintenance'
|
||||
];
|
@ -0,0 +1,16 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'asset_maintenances' => 'Ang mga Pagpapanatili sa mga Asset',
|
||||
'edit' => 'I-edit ang Pagpapanatili sa Asset',
|
||||
'delete' => 'I-delete ang Pagpapanatili sa Asset',
|
||||
'view' => 'Tingnan ang mga Detalye sa Pagpapanatili ng Asset',
|
||||
'repair' => 'Ayusin',
|
||||
'maintenance' => 'Ang Pagpapanatili',
|
||||
'upgrade' => 'I-upgrade',
|
||||
'calibration' => 'Calibration',
|
||||
'software_support' => 'Software Support',
|
||||
'hardware_support' => 'Hardware Support',
|
||||
'configuration_change' => 'Configuration Change',
|
||||
'pat_test' => 'PAT Test',
|
||||
];
|
@ -0,0 +1,21 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'not_found' => 'Hindi natagpuan ang Maintenance ng Asset na iyong hinahanap!',
|
||||
'delete' => [
|
||||
'confirm' => 'Sigurado kaba na gusto mong i-delete ang asset maintenance na ito?',
|
||||
'error' => 'May natagpuang isyu sa pag-delete ng asset maintenance. Mangyaring subukang muli.',
|
||||
'success' => 'Ang asset maintenance ay matagumpay na nai-delete.',
|
||||
],
|
||||
'create' => [
|
||||
'error' => 'Ang Asset Maintenace ay hindi naisagawa, mangyaring subukang muli.',
|
||||
'success' => 'Matagumpay na naisagawa ang Asset Maintenance.',
|
||||
],
|
||||
'edit' => [
|
||||
'error' => 'Ang Asset Maintenace ay hindi na-edit, mangyaring subukang muli.',
|
||||
'success' => 'Ang Asset Maintenance ay matagumay nang na-edit.',
|
||||
],
|
||||
'asset_maintenance_incomplete' => 'Hindi pa nakompleto',
|
||||
'warranty' => 'Ang warantiya',
|
||||
'not_warranty' => 'Hindi Warantiya',
|
||||
];
|
@ -0,0 +1,8 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'title' => 'Ang Asset Maintenance',
|
||||
'asset_name' => 'Ang Pangalan ng Asset',
|
||||
'is_warranty' => 'Ang Warantiya',
|
||||
'dl_csv' => 'I-download ang CSV',
|
||||
];
|
Reference in New Issue
Block a user