feat(stats): show the best move word per game variant #81

Merged
developer merged 17 commits from feature/stats-best-move-word into development 2026-06-17 22:17:27 +00:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 7832bf10f5 - Show all commits
+1 -1
View File
@@ -118,7 +118,7 @@ export const en = {
'chat.nudge': 'Waiting for your move 🤭',
'chat.nudgeBy': '{name}: Waiting for your move 🤭',
'chat.nudgeAction': 'Nudge',
'chat.awaitingReply': "Let's wait a bit",
'chat.awaitingReply': "Let's be patient",
'chat.empty': 'No messages yet.',
'chat.nudged': '{name} nudged you',
'chat.sentThisTurn': 'You can write again next turn.',
+1 -1
View File
@@ -119,7 +119,7 @@ export const ru: Record<MessageKey, string> = {
'chat.nudge': 'Жду Вашего хода 🤭',
'chat.nudgeBy': '{name}: Жду Вашего хода 🤭',
'chat.nudgeAction': 'Поторопить',
'chat.awaitingReply': 'Немного подождём',
'chat.awaitingReply': 'Немного терпения',
'chat.empty': 'Сообщений пока нет.',
'chat.nudged': '{name} торопит вас',
'chat.sentThisTurn': 'Можно написать снова в следующем ходу.',