We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 07d5ae5 + fc541fb commit 7d62ffeCopy full SHA for 7d62ffe
resources/lang/pt_BR/filament-comments.php
@@ -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