-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added result counters to the bottom of the page
Signed-off-by: Paul Wolneykien <[email protected]>
- Loading branch information
1 parent
724943b
commit 24de35b
Showing
5 changed files
with
117 additions
and
54 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,39 +9,47 @@ msgstr "" | |
"Project-Id-Version: Quizgen 0.1.0\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2022-04-20 17:57+0300\n" | ||
"PO-Revision-Date: 2022-04-20 18:11+0300\n" | ||
"PO-Revision-Date: 2022-04-21 22:06+0300\n" | ||
"Last-Translator: Paul Wolneykien <[email protected]>\n" | ||
"Language-Team: Russian <[email protected]>\n" | ||
"Language: ru\n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=utf-8\n" | ||
"Content-Transfer-Encoding: 8bit\n" | ||
|
||
#: quizgen.py:234 | ||
#: quizgen.py:244 | ||
msgid "Correct! " | ||
msgstr "Верно! " | ||
|
||
#: quizgen.py:238 | ||
#: quizgen.py:248 | ||
msgid "Incorrect. " | ||
msgstr "Неверно! " | ||
|
||
#: quizgen.py:294 | ||
#: quizgen.py:306 | ||
msgid "This option is correct. " | ||
msgstr "Это правильный ответ. " | ||
|
||
#: quizgen.py:297 | ||
#: quizgen.py:309 | ||
msgid "This option is incorrect. " | ||
msgstr "Это неверный ответ. " | ||
|
||
#: quizgen.py:327 quizgen.py:419 | ||
#: quizgen.py:340 quizgen.py:437 | ||
msgid "Submit" | ||
msgstr "Проверить" | ||
|
||
#: quizgen.py:420 | ||
#: quizgen.py:438 | ||
msgid "Hide" | ||
msgstr "Скрыть" | ||
|
||
#: quizgen.py:508 | ||
#: quizgen.py:560 | ||
#, python-format | ||
msgid "" | ||
"<span class=\"heading\">Your results:</span> <span class=\"right_counter" | ||
"\"><span class=\"value\">%d</span></span> right answer(s) and <span class=" | ||
"\"wrong_counter\"><span class=\"value\">%d</span></span> mistake(s)!" | ||
msgstr "<span class=\"heading\">Ваши результаты:</span> верных ответов — <span class=\"right_counter\"><span class=\"value\">%d</span></span>, ошибок — <span class=\"wrong_counter\"><span class=\"value\">%d</span></span>!" | ||
|
||
#: quizgen.py:563 | ||
#, python-format | ||
msgid "Page generated using %s" | ||
msgstr "Страница создана с использованием %s" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters