From fc541fbac86bf1ba1fafd645ff100718d23ee41e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patr=C3=ADcio=20Martins?= Date: Mon, 12 Feb 2024 12:47:28 -0300 Subject: [PATCH] Brazilian Portuguese Translation --- resources/lang/pt_BR/filament-comments.php | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 resources/lang/pt_BR/filament-comments.php diff --git a/resources/lang/pt_BR/filament-comments.php b/resources/lang/pt_BR/filament-comments.php new file mode 100644 index 0000000..56b519d --- /dev/null +++ b/resources/lang/pt_BR/filament-comments.php @@ -0,0 +1,13 @@ + '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', +];