diff --git a/locale/en/LC_MESSAGES/django.po b/locale/en/LC_MESSAGES/django.po index f04ac936..a8275ac7 100644 --- a/locale/en/LC_MESSAGES/django.po +++ b/locale/en/LC_MESSAGES/django.po @@ -7299,3 +7299,7 @@ msgstr "" #: judge/contest_format/ultimate.py:77 msgid "Ties will be broken by the sum of the last submission time for each problem." msgstr "" + +#: judge/utils/pdfoid.py +msgid "Page {page_number} of {total_pages}" +msgstr "" diff --git a/locale/vi/LC_MESSAGES/django.po b/locale/vi/LC_MESSAGES/django.po index 6ad7e31f..916b8ab3 100644 --- a/locale/vi/LC_MESSAGES/django.po +++ b/locale/vi/LC_MESSAGES/django.po @@ -7620,3 +7620,7 @@ msgstr "Điểm của bài sẽ là điểm của lần nộp bài cuối cùng. #: judge/contest_format/ultimate.py:77 msgid "Ties will be broken by the sum of the last submission time for each problem." msgstr "Các thí sinh bằng điểm nhau sẽ được phân định kết quả bằng tổng thời gian của các bài nộp cuối cùng của mỗi bài." + +#: judge/utils/pdfoid.py +msgid "Page {page_number} of {total_pages}" +msgstr "Trang {page_number} trên {total_pages}"