Skip to content

Commit 7d62ffe

Browse files
Merge pull request #16 from patriciomartinns/brazilian-portuguese-translation
Brazilian Portuguese Translation
2 parents 07d5ae5 + fc541fb commit 7d62ffe

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<?php
2+
3+
return [
4+
'comments' => 'Comentários',
5+
'comments.add' => 'Adicionar comentário',
6+
'comments.empty' => 'Não há comentários ainda.',
7+
'comments.placeholder' => 'Adicionar um comentário...',
8+
9+
'notifications.created' => 'Comentário adicionando.',
10+
'notifications.deleted' => 'Comentário deletado.',
11+
12+
'modal.heading' => 'Comentários',
13+
];

0 commit comments

Comments
 (0)