b81dd97822
This structure will allow for other variants derived from the Spanish of Spain. Co-authored-by: Nabeel S <nabeelio@users.noreply.github.com>
14 lines
296 B
PHP
14 lines
296 B
PHP
<?php
|
|
|
|
return [
|
|
'location' => 'Localización',
|
|
'state' => [
|
|
'pending' => 'Pendiente',
|
|
'active' => 'Activo',
|
|
'rejected' => 'Rechazado',
|
|
'on_leave' => 'En excedencia',
|
|
'suspended' => 'Suspendido',
|
|
'deleted' => 'Borrar',
|
|
],
|
|
];
|