docs: Translate comments and logging messages to Spanish across various modules and the scheduler.

This commit is contained in:
Marco Gallegos
2025-12-18 00:17:14 -06:00
parent ade8a5f98d
commit e960538943
16 changed files with 266 additions and 230 deletions

View File

@@ -1,18 +1,15 @@
# app/modules/admin.py
"""
This module contains administrative functions for the bot.
Currently, it provides a simple way to check the system's status.
"""
# Este módulo contiene funciones administrativas para el bot.
# Por ahora, permite ver el estado general del sistema.
def get_system_status():
"""
Returns a formatted string with the current status of the bot and its integrations.
This function currently returns a hardcoded status message. In the future,
it could be expanded to perform real-time checks on the different services.
Devuelve un mensaje con el estado actual del bot y sus conexiones.
Actualmente el mensaje es fijo (hardcoded), pero en el futuro podría
hacer pruebas reales de conexión.
"""
# TODO: Implement real-time status checks for more accurate monitoring.
# TODO: Implementar pruebas de estado en tiempo real para un monitoreo exacto.
status_text = (
"📊 *Estado del Sistema*\n\n"
"- *Bot Principal:* Activo ✅\n"