-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Translate Quiz model * Additional translations
- Loading branch information
Showing
6 changed files
with
670 additions
and
110 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ msgid "" | |
msgstr "" | ||
"Project-Id-Version: \n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2023-02-19 10:29+0100\n" | ||
"POT-Creation-Date: 2023-02-19 11:44+0100\n" | ||
"PO-Revision-Date: 2023-02-12 20:12+0100\n" | ||
"Last-Translator: Didier Quirin <[email protected]>\n" | ||
"Language-Team: \n" | ||
|
@@ -131,6 +131,7 @@ msgid "Category" | |
msgstr "" | ||
|
||
#: questions/models.py:117 questions/models.py:238 questions/models.py:358 | ||
#: quizs/models.py:102 quizs/models.py:166 quizs/models.py:369 | ||
#: templates/categories/detail_questions.html:14 | ||
#: templates/includes/_header.html:35 templates/tags/create.html:17 | ||
#: templates/tags/detail_base.html:13 templates/tags/detail_questions.html:14 | ||
|
@@ -142,7 +143,7 @@ msgstr "" | |
msgid "Difficulty level" | ||
msgstr "" | ||
|
||
#: questions/models.py:129 | ||
#: questions/models.py:129 quizs/models.py:105 | ||
msgid "Language" | ||
msgstr "" | ||
|
||
|
@@ -240,60 +241,64 @@ msgstr "" | |
msgid "Won't be displayed in the application" | ||
msgstr "" | ||
|
||
#: questions/models.py:202 questions/models.py:240 | ||
#: questions/models.py:202 questions/models.py:240 quizs/models.py:555 | ||
#: templates/glossary/detail_history.html:12 | ||
#: templates/questions/detail_history.html:12 | ||
#: templates/quizs/detail_history.html:12 | ||
msgid "Author" | ||
msgstr "" | ||
|
||
#: questions/models.py:211 questions/models.py:241 | ||
msgid "Validator" | ||
#: questions/models.py:211 quizs/models.py:126 | ||
msgid "Status" | ||
msgstr "" | ||
|
||
#: questions/models.py:219 | ||
msgid "Status" | ||
#: questions/models.py:217 questions/models.py:241 quizs/models.py:132 | ||
#: quizs/models.py:173 | ||
msgid "Validator" | ||
msgstr "" | ||
|
||
#: questions/models.py:224 | ||
#: questions/models.py:224 quizs/models.py:139 | ||
msgid "Validation date" | ||
msgstr "" | ||
|
||
#: questions/models.py:227 | ||
#: questions/models.py:227 quizs/models.py:145 | ||
msgid "Visibility" | ||
msgstr "" | ||
|
||
#: questions/models.py:233 | ||
#: questions/models.py:233 quizs/models.py:159 quizs/models.py:437 | ||
#: quizs/models.py:500 quizs/models.py:560 | ||
msgid "Creation date" | ||
msgstr "" | ||
|
||
#: questions/models.py:234 | ||
#: questions/models.py:234 quizs/models.py:160 quizs/models.py:438 | ||
#: quizs/models.py:501 quizs/models.py:561 | ||
msgid "Last update date" | ||
msgstr "" | ||
|
||
#: questions/models.py:239 questions/models.py:359 | ||
#: questions/models.py:239 questions/models.py:359 quizs/models.py:181 | ||
#: templates/includes/_header.html:29 templates/questions/detail_base.html:34 | ||
#: templates/quizs/create.html:4 templates/quizs/create.html:18 | ||
#: templates/quizs/detail_base.html:13 templates/quizs/list.html:14 | ||
#: templates/tags/detail_base.html:37 | ||
msgid "Quizs" | ||
msgstr "" | ||
|
||
#: questions/models.py:248 templates/categories/detail_questions.html:12 | ||
#: questions/models.py:248 quizs/models.py:434 | ||
#: templates/categories/detail_questions.html:12 | ||
#: templates/questions/detail_base.html:4 | ||
#: templates/tags/detail_questions.html:12 | ||
msgid "Question" | ||
msgstr "" | ||
|
||
#: questions/models.py:249 templates/categories/detail_base.html:34 | ||
#: templates/includes/_header.html:26 templates/questions/create.html:4 | ||
#: templates/questions/create.html:18 templates/questions/detail_base.html:13 | ||
#: templates/questions/list.html:14 templates/quizs/detail_base.html:34 | ||
#: templates/tags/detail_base.html:34 | ||
#: questions/models.py:249 quizs/models.py:97 quizs/models.py:168 | ||
#: templates/categories/detail_base.html:34 templates/includes/_header.html:26 | ||
#: templates/questions/create.html:4 templates/questions/create.html:18 | ||
#: templates/questions/detail_base.html:13 templates/questions/list.html:14 | ||
#: templates/quizs/detail_base.html:34 templates/tags/detail_base.html:34 | ||
msgid "Questions" | ||
msgstr "" | ||
|
||
#: questions/models.py:360 | ||
#: questions/models.py:360 quizs/models.py:375 | ||
msgid "# Ans" | ||
msgstr "" | ||
|
||
|
@@ -305,14 +310,107 @@ msgstr "" | |
msgid "% Corr Ans" | ||
msgstr "" | ||
|
||
#: questions/models.py:363 | ||
#: questions/models.py:363 quizs/models.py:378 | ||
msgid "# Like" | ||
msgstr "" | ||
|
||
#: questions/models.py:364 | ||
#: questions/models.py:364 quizs/models.py:379 | ||
msgid "# Dislike" | ||
msgstr "" | ||
|
||
#: quizs/models.py:88 | ||
msgid "Name" | ||
msgstr "" | ||
|
||
#: quizs/models.py:89 | ||
msgid "Slug" | ||
msgstr "" | ||
|
||
#: quizs/models.py:90 | ||
msgid "Introduction" | ||
msgstr "" | ||
|
||
#: quizs/models.py:92 | ||
msgid "Conclusion" | ||
msgstr "" | ||
|
||
#: quizs/models.py:94 | ||
msgid "Include leads for further action" | ||
msgstr "" | ||
|
||
#: quizs/models.py:103 | ||
msgid "Average difficulty level" | ||
msgstr "" | ||
|
||
#: quizs/models.py:112 quizs/models.py:164 quizs/models.py:370 | ||
msgid "Authors" | ||
msgstr "" | ||
|
||
#: quizs/models.py:119 | ||
msgid "Background image (link)" | ||
msgstr "" | ||
|
||
#: quizs/models.py:123 | ||
msgid "Audio answers?" | ||
msgstr "" | ||
|
||
#: quizs/models.py:140 | ||
msgid "Published?" | ||
msgstr "" | ||
|
||
#: quizs/models.py:141 | ||
msgid "Publication date" | ||
msgstr "" | ||
|
||
#: quizs/models.py:143 | ||
msgid "Spotlighted?" | ||
msgstr "" | ||
|
||
#: quizs/models.py:152 | ||
msgid "Similar or related quizs" | ||
msgstr "" | ||
|
||
#: quizs/models.py:171 | ||
msgid "Relationships" | ||
msgstr "" | ||
|
||
#: quizs/models.py:180 quizs/models.py:433 quizs/models.py:553 | ||
#: templates/quizs/detail_base.html:4 | ||
msgid "Quiz" | ||
msgstr "" | ||
|
||
#: quizs/models.py:371 | ||
msgid "Questions not yet validated" | ||
msgstr "" | ||
|
||
#: quizs/models.py:372 | ||
msgid "Questions categories" | ||
msgstr "" | ||
|
||
#: quizs/models.py:373 | ||
msgid "Questions tags" | ||
msgstr "" | ||
|
||
#: quizs/models.py:374 | ||
msgid "Questions authors" | ||
msgstr "" | ||
|
||
#: quizs/models.py:376 | ||
msgid "Average time (secondes)" | ||
msgstr "" | ||
|
||
#: quizs/models.py:377 | ||
msgid "Average time (minutes)" | ||
msgstr "" | ||
|
||
#: quizs/models.py:435 | ||
msgid "Order" | ||
msgstr "" | ||
|
||
#: quizs/models.py:492 | ||
msgid "Relationship type" | ||
msgstr "" | ||
|
||
#: templates/403.html:4 templates/404.html:4 templates/404.html:10 | ||
#: templates/500.html:4 templates/500.html:10 | ||
msgid "Error" | ||
|
@@ -677,10 +775,6 @@ msgstr "" | |
msgid "Delete" | ||
msgstr "" | ||
|
||
#: templates/quizs/detail_base.html:4 | ||
msgid "Quiz" | ||
msgstr "" | ||
|
||
#: templates/tags/detail_base.html:4 | ||
msgid "Tag" | ||
msgstr "" |
Binary file not shown.
Oops, something went wrong.