Skip to content

Commit bcfe579

Browse files
committed
Merge branch 'master' of github.com:akaunting/module-offline-payments
2 parents ad50871 + b006536 commit bcfe579

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

Resources/lang/pt-BR/general.php

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
<?php
2+
3+
return [
4+
5+
'name' => 'Pagamentos Offline',
6+
'description' => 'Crie opções de pagamento ilimitadas para uso do administrador',
7+
8+
'add_new' => 'Adicionar Novo',
9+
'edit' => 'Editar: :method',
10+
11+
'form' => [
12+
'code' => 'Código',
13+
'customer' => 'Mostrar ao Cliente',
14+
'order' => 'Ordem'
15+
],
16+
17+
'methods' => 'Método|Métodos',
18+
19+
'payment_gateways' => 'Métodos de Pagamento Offline',
20+
21+
];

0 commit comments

Comments
 (0)