File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
services/app/apps/codebattle
assets/js/widgets/pages/game
priv/gettext/ru/LC_MESSAGES Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ function GameResult() {
2121 if ( gameStatus . state === GameStateCodes . timeout ) {
2222 return ( {
2323 alertStyle : 'danger' ,
24- msg : 'Time is up. There are no winners in the game' ,
24+ msg : i18n . t ( 'Time is up. There are no winners in the game' ) ,
2525 } ) ;
2626 }
2727
Original file line number Diff line number Diff line change @@ -373,6 +373,9 @@ msgstr "Поздравляю! Вы победили!"
373373msgid "Win Training Message"
374374msgstr "Поздравляю! Если вы хотите сражаться с живыми игроками за место в рейтинге - зарегистрируйтесь!"
375375
376+ msgid "Time is up. There are no winners in the game"
377+ msgstr "Время вышло. Никто не выйграл эту битву"
378+
376379msgid "Lose Game Message"
377380msgstr "К сожалению, Ваш оппонент выиграл эту битву"
378381
You can’t perform that action at this time.
0 commit comments