b81dd97822
This structure will allow for other variants derived from the Spanish of Spain. Co-authored-by: Nabeel S <nabeelio@users.noreply.github.com>
13 lines
275 B
PHP
13 lines
275 B
PHP
<?php
|
|
|
|
return [
|
|
'status' => [
|
|
'active' => 'Activo',
|
|
'maintenance' => 'Mantenimiento',
|
|
'stored' => 'Guardado',
|
|
'retired' => 'Retirado',
|
|
'scrapped' => 'Desguazado',
|
|
'written' => 'Dado de baja',
|
|
],
|
|
];
|