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:
@@ -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,
|
||||
|
||||
+1
-1
@@ -452,7 +452,7 @@
|
||||
"inline_financial_title": "Financial statistics",
|
||||
"inline_financial_description": "Today: {today} RUB",
|
||||
"inline_system_title": "System statistics",
|
||||
"inline_system_description": "Online: {online}, Offline: {offline}",
|
||||
"inline_system_description": "🟢 Online: {online}, 📊 Active: {active}",
|
||||
"inline_admin_help_title": "Commands help",
|
||||
"inline_admin_help_description": "Available commands: ref, stat, financial, system",
|
||||
"inline_user_help_title": "Commands help",
|
||||
|
||||
+1
-1
@@ -453,7 +453,7 @@
|
||||
"inline_financial_title": "Финансовая статистика",
|
||||
"inline_financial_description": "Сегодня: {today} RUB",
|
||||
"inline_system_title": "Системная статистика",
|
||||
"inline_system_description": "Онлайн: {online}, Офлайн: {offline}",
|
||||
"inline_system_description": "🟢 Онлайн: {online}, 📊 Активных: {active}",
|
||||
"inline_admin_help_title": "Помощь по командам",
|
||||
"inline_admin_help_description": "Доступны команды: реф, стат, финансы, система",
|
||||
"inline_user_help_title": "Помощь по командам",
|
||||
|
||||
Reference in New Issue
Block a user