Update inline system statistics localization for clarity and consistency

- Revised the inline system statistics description in both English and Russian to include updated terminology and additional metrics, enhancing user understanding.
- Ensured consistency across localization files by aligning the descriptions in both languages.
This commit is contained in:
machka-pasla
2025-08-03 22:06:22 +03:00
parent 9688b0f773
commit fc48cd7a09
3 changed files with 5 additions and 3 deletions
+3 -1
View File
@@ -329,7 +329,9 @@ async def create_system_stats_result(session: AsyncSession, i18n_instance, lang:
),
description=_(
"inline_system_description",
default="Панель: онлайн, ноды, трафик"
default="🟢 Онлайн: {online}, 📊 Активных: {active}",
online=online_now,
active=active_users
),
input_message_content=InputTextMessageContent(
message_text=stats_text,