phpvms/resources/lang/pt-br/expenses.php
Nabeel S 3a07e34259
Add pt-br language #736 (#737)
Add pt-br language #736
2020-06-02 09:10:26 -04:00

10 lines
142 B
PHP
Executable File

<?php
return [
'type' => [
'flight' => 'Voo',
'daily' => 'Diariamente',
'monthly' => 'Mensalmente',
],
];