You must create a bp-custom.php file and place it in the plugins folder.
COPY CODE
<?php
define( 'BP_SETTINGS_SLUG', 'configuracion' );
define( 'BP_XPROFILE_SLUG', 'perfil' );
define( 'BP_ACTIVITY_SLUG', 'actividad' );
define( 'BP_FRIENDS_SLUG', 'contactos' );
define( 'BP_GROUPS_SLUG', 'grupos' );
define( 'BP_FORUMS_SLUG', 'foros' );
define( 'BP_MESSAGES_SLUG', 'mensajes' );
define( 'BP_NOTIFICATIONS_SLUG', 'notificaciones' );
?>
In the example I changed the default to Spanish slugs