3a07e34259
Add pt-br language #736
12 lines
215 B
PHP
Executable File
12 lines
215 B
PHP
Executable File
<?php
|
|
|
|
return [
|
|
'status' => [
|
|
'active' => 'Ativa',
|
|
'stored' => 'Armazenada',
|
|
'retired' => 'Retirada',
|
|
'scrapped' => 'Sucateada',
|
|
'written' => 'Eliminada',
|
|
],
|
|
];
|