diff --git a/locale/vi/LC_MESSAGES/django.po b/locale/vi/LC_MESSAGES/django.po index 22c17e3..3e0e37b 100644 --- a/locale/vi/LC_MESSAGES/django.po +++ b/locale/vi/LC_MESSAGES/django.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: lqdoj2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-10-18 05:05+0700\n" +"POT-Creation-Date: 2022-10-18 07:01+0700\n" "PO-Revision-Date: 2021-07-20 03:44\n" "Last-Translator: Icyene\n" "Language-Team: Vietnamese\n" @@ -3108,8 +3108,8 @@ msgstr "Phải qua một kỳ thi" #: judge/views/submission.py:781 #, python-brace-format msgid "" -"{0}'s submissions for {2} in {4}" +"{0}'s submissions for {2} in {4}" msgstr "" "Các bài nộp của {0} cho {2} trong {4}" @@ -3522,8 +3522,8 @@ msgstr "" "\n" " Bình luận bị ẩn vì có quá " "nhiều phản hồi tiêu cực.\n" -" Nhấn vào đây để xem.\n" +" Nhấn vào đây để xem.\n" " " #: templates/comments/list.html:121 @@ -3728,8 +3728,8 @@ msgstr "G:i T, j F, Y" #: templates/contest/contest.html:59 #, python-format msgid "" -"%(time_limit)s window between %(start_time)s and " -"%(end_time)s" +"%(time_limit)s window between %(start_time)s and " +"%(end_time)s" msgstr "" "Kéo dài %(time_limit)s từ %(start_time)s đến %(end_time)s" "b>" @@ -4746,8 +4746,8 @@ msgid "Submit!" msgstr "Nộp bài!" #: templates/recent-organization.html:30 -msgid "Recently visited organizations" -msgstr "Các nhóm thăm gần đây" +msgid "Recent groups" +msgstr "Nhóm gần đây" #: templates/registration/activate.html:3 #, python-format @@ -5528,6 +5528,9 @@ msgstr "Thông tin" msgid "Check all" msgstr "Chọn tất cả" +#~ msgid "Recently visited organizations" +#~ msgstr "Các nhóm thăm gần đây" + #~ msgid "Name and School" #~ msgstr "Họ tên và Trường" diff --git a/templates/recent-organization.html b/templates/recent-organization.html index 974180a..32fee1c 100644 --- a/templates/recent-organization.html +++ b/templates/recent-organization.html @@ -17,7 +17,7 @@ width: 2em; display: inline-block; margin-right: 0.5em; - margin-left: 0.5em; + margin-left: 0.1em; } .toggle { cursor: pointer; @@ -27,7 +27,7 @@ {% if recent_organizations %} - {{ _('Recently visited organizations') }} + {{ _('Recent groups') }} {% for organization in recent_organizations %}