/ lang / es / app.php
app.php
 1  <?php
 2  
 3  return [
 4  
 5      /*
 6      |--------------------------------------------------------------------------
 7      | App Language Lines
 8      |--------------------------------------------------------------------------
 9      */
10      'loading' => 'Cargando',
11      'settings' => 'Configuración de SGOC',
12      'customization' => 'Configuración de personalización de SGOC',
13      'schedule' => 'Configuración de programación de SGOC',
14      'not_configured' => 'Sin configurar',
15      'no_data' => 'Sin datos',
16      'active' => 'Activo',
17      'inactive' => 'Inactivo',
18      'system_user' => 'SGOC',
19      'none' => 'Ninguno',
20      'spanish' => 'Español',
21      'english' => 'Inglés',
22      'yes' => 'Sí',
23      'no' => 'No',
24      'n/a' => 'N/A',
25  ];