update 07/13/2018

Add new files.
This commit is contained in:
arv187
2018-07-13 17:30:54 +02:00
parent 3f3f0dd81d
commit 5b233da11b
17 changed files with 355 additions and 106 deletions

View File

@@ -0,0 +1,15 @@
<?php
/**
*
*/
return [
'location' => 'Location',
'state' => [
'pending' => 'Pendiente',
'active' => 'Activo',
'rejected' => 'Rechazado',
'on_leave' => 'De vacaciones',
'suspended' => 'Suspendido',
],
];