diff --git a/problem_builder/translations/ar/LC_MESSAGES/text.mo b/problem_builder/translations/ar/LC_MESSAGES/text.mo index 8b6d8300..375fd1ca 100644 Binary files a/problem_builder/translations/ar/LC_MESSAGES/text.mo and b/problem_builder/translations/ar/LC_MESSAGES/text.mo differ diff --git a/problem_builder/translations/ar/LC_MESSAGES/text.po b/problem_builder/translations/ar/LC_MESSAGES/text.po index 8999834d..56d23611 100644 --- a/problem_builder/translations/ar/LC_MESSAGES/text.po +++ b/problem_builder/translations/ar/LC_MESSAGES/text.po @@ -1502,11 +1502,11 @@ msgid_plural "" " " msgstr[0] "" "\n" -" جاوبت عن سؤال واحد بشكل صحيح.\n" +" جاوبت عن سؤال 0 بشكل صحيح.\n" " " msgstr[1] "" "\n" -" جاوبت عن %(correct_answers)s من الأسئلة بشكل صحيح.\n" +" جاوبت عن سؤال واحد بشكل صحيح.\n" " " msgstr[2] "" @@ -1554,12 +1554,13 @@ msgid_plural "" " " msgstr[0] "" "\n" -" جاوبت عن سؤال واحد بشكل صحيح جزئيًا.\n" +" جاوبت عن سؤال 0 بشكل صحيح جزئيًا.\n" " " msgstr[1] "" "\n" -" جاوبت عن %(partially_correct_answers)s من الأسئلة بشكل صحيح جزئيًا.\n" +" جاوبت عن سؤال واحد بشكل صحيح جزئيًا.\n" " " + msgstr[2] "" "\n" " جاوبت عن %(partially_correct_answers)s من الأسئلة بشكل صحيح جزئيًا.\n" @@ -1589,11 +1590,11 @@ msgid_plural "" " " msgstr[0] "" "\n" -" جاوبت عن سؤال واحد بشكل غير صحيح.\n" +" جاوبت عن سؤال 0 بشكل غير صحيح.\n" " " msgstr[1] "" "\n" -" جاوبت عن %(incorrect_answers)s من الأسئلة بشكل غير صحيح.\n" +" جاوبت عن سؤال واحد بشكل غير صحيح.\n" " " msgstr[2] "" "\n" diff --git a/setup.py b/setup.py index 1eb4eef0..1673e553 100644 --- a/setup.py +++ b/setup.py @@ -28,7 +28,7 @@ # Constants ######################################################### -VERSION = '3.5.6' +VERSION = '3.5.7' # Functions #########################################################