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', +];