Skip to content

Commit

Permalink
Merge pull request #16 from patriciomartinns/brazilian-portuguese-tra…
Browse files Browse the repository at this point in the history
…nslation

Brazilian Portuguese Translation
  • Loading branch information
luke-parallax authored Feb 13, 2024
2 parents 07d5ae5 + fc541fb commit 7d62ffe
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions resources/lang/pt_BR/filament-comments.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<?php

return [
'comments' => 'Comentários',
'comments.add' => 'Adicionar comentário',
'comments.empty' => 'Não há comentários ainda.',
'comments.placeholder' => 'Adicionar um comentário...',

'notifications.created' => 'Comentário adicionando.',
'notifications.deleted' => 'Comentário deletado.',

'modal.heading' => 'Comentários',
];

0 comments on commit 7d62ffe

Please sign in to comment.