phpvms/resources/lang/pt-br/expenses.php

10 lines
142 B
PHP
Raw Normal View History

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