Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions apps/codebattle/priv/gettext/en/LC_MESSAGES/default.po
Original file line number Diff line number Diff line change
Expand Up @@ -291,10 +291,10 @@ msgid "execution time: %{time} ms"
msgstr "execution time: %{time} ms"

msgid "Receive:"
msgstr "Receive:"
msgstr "Receive: "

msgid "Expected:"
msgstr "Expected:"
msgstr "Expected: "

msgid "Arguments:"
msgstr "Arguments:"
Expand Down
10 changes: 5 additions & 5 deletions apps/codebattle/priv/gettext/ru/LC_MESSAGES/default.po
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ msgstr ""

#: lib/codebattle_web/templates/page/index.html.slim:1
msgid "Welcome to %{name}!"
msgstr "Добро пожаловать в %{name}"
msgstr "Добро пожаловать в %{name}!"

#: lib/codebattle_web/templates/page/index.html.slim:1
msgid "%{name}: game for programmers."
Expand Down Expand Up @@ -145,11 +145,11 @@ msgstr "Вы успешно вышли из системы!"

#: lib/codebattle_web/controllers/session_controller.ex:29
msgid "Welcome to Codebattle!"
msgstr "Добро пожаловать в Codebattle!"
msgstr "Добро пожаловать в Codebattle!"

#: lib/codebattle_web/controllers/session_controller.ex:24
msgid "Invalid name or password"
msgstr "Неверное имя пользователя или пароль"
msgstr "Неверное имя пользователя или пароль"

#: lib/codebattle_web/controllers/auth_controller.ex:15
msgid "Failed to authenticate."
Expand Down Expand Up @@ -241,7 +241,7 @@ msgstr "Вы уже участвуете в другой игре"
#, elixir-format
#: lib/codebattle_web/channels/game_channel.ex:57
msgid "gave up!"
msgstr ""
msgstr "Вы сдались!"

#, elixir-format
#: lib/codebattle_web/channels/game_channel.ex:162
Expand Down Expand Up @@ -416,7 +416,7 @@ msgid "execution time: %{time} ms"
msgstr "время выполнения: %{time} ms"

msgid "Receive:"
msgstr "Получено:"
msgstr "Получено: "

msgid "Expected:"
msgstr "Ожидалось:"
Expand Down