trivial bug fix design
This commit is contained in:
parent
30fca57382
commit
776f4f2c1f
1 changed files with 2 additions and 2 deletions
|
|
@ -61,7 +61,7 @@ TRANSLATIONS = {
|
||||||
# Get gamers
|
# Get gamers
|
||||||
'no_gamers': "📭 No players in database. Use /addgamer to add.",
|
'no_gamers': "📭 No players in database. Use /addgamer to add.",
|
||||||
'loading_ratings': "🔄 Loading player ratings...",
|
'loading_ratings': "🔄 Loading player ratings...",
|
||||||
'select_active_gamer': "👥 <b>Select active player:</b>\n\n",
|
'select_active_gamer': "👥 <b>Player statistics:</b>\n\n",
|
||||||
'active_gamer_set': "✅ Active player: {username}",
|
'active_gamer_set': "✅ Active player: {username}",
|
||||||
'gamer_not_found': "❌ Player not found",
|
'gamer_not_found': "❌ Player not found",
|
||||||
|
|
||||||
|
|
@ -184,7 +184,7 @@ TRANSLATIONS = {
|
||||||
# Get gamers
|
# Get gamers
|
||||||
'no_gamers': "📭 Нет игроков в базе данных. Используйте /addgamer для добавления.",
|
'no_gamers': "📭 Нет игроков в базе данных. Используйте /addgamer для добавления.",
|
||||||
'loading_ratings': "🔄 Загрузка рейтингов игроков...",
|
'loading_ratings': "🔄 Загрузка рейтингов игроков...",
|
||||||
'select_active_gamer': "👥 <b>Выберите активного игрока:</b>\n\n",
|
'select_active_gamer': "👥 <b>Статистика игроков:</b>\n\n",
|
||||||
'active_gamer_set': "✅ Активный игрок: {username}",
|
'active_gamer_set': "✅ Активный игрок: {username}",
|
||||||
'gamer_not_found': "❌ Игрок не найден",
|
'gamer_not_found': "❌ Игрок не найден",
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue