From 7a40758cd6e2afa57640d1950dae60e41cca3427 Mon Sep 17 00:00:00 2001 From: "Gustavo (tavcode)" Date: Thu, 19 Jun 2025 02:35:31 -0600 Subject: [PATCH] added Spanish language file for filament-comments --- resources/lang/es/filament-comments.php | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 resources/lang/es/filament-comments.php diff --git a/resources/lang/es/filament-comments.php b/resources/lang/es/filament-comments.php new file mode 100644 index 0000000..1d868aa --- /dev/null +++ b/resources/lang/es/filament-comments.php @@ -0,0 +1,15 @@ + 'Comentarios', + 'comments.add' => 'Agregar comentario', + 'comments.empty' => 'Aún no hay comentarios.', + 'comments.placeholder' => 'Escribe un comentario...', + + 'notifications.created' => 'Comentario agregado.', + 'notifications.deleted' => 'Comentario eliminado.', + + 'modal.heading' => 'Comentarios', + + 'comments.delete.tooltip' => 'Eliminar comentario', +];