From a05b0f7a7340e3dd0dfba85e797cf7da8a1b4064 Mon Sep 17 00:00:00 2001 From: cuom1999 Date: Mon, 30 May 2022 02:09:53 -0500 Subject: [PATCH] Add trans --- locale/vi/LC_MESSAGES/django.po | 16 ++++++++-------- templates/organization/list.html | 2 +- templates/user/user-list-tabs.html | 2 +- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/locale/vi/LC_MESSAGES/django.po b/locale/vi/LC_MESSAGES/django.po index fd87696..96adbfa 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-05-30 14:05+0700\n" +"POT-Creation-Date: 2022-05-30 14:09+0700\n" "PO-Revision-Date: 2021-07-20 03:44\n" "Last-Translator: Icyene\n" "Language-Team: Vietnamese\n" @@ -2700,7 +2700,8 @@ msgid "You are not allowed to access this organization." msgstr "Bạn không được phép chỉnh sửa tổ chức này." #: judge/views/organization.py:224 judge/views/register.py:49 -#: templates/contest/list.html:109 templates/problem/list-base.html:95 +#: templates/contest/list.html:109 templates/organization/list.html:31 +#: templates/problem/list-base.html:95 templates/user/user-list-tabs.html:6 msgid "Groups" msgstr "Nhóm" @@ -2769,7 +2770,7 @@ msgstr[0] "Đã từ chối %d người." #: judge/views/organization.py:623 #, python-format msgid "Add member for %s" -msgstr "" +msgstr "Thêm thành viên cho %s" #: judge/views/organization.py:635 #, fuzzy @@ -4257,11 +4258,6 @@ msgstr "Bạn phải đăng ký thành viên để được tham gia lại." msgid "Request membership" msgstr "Đăng ký thành viên" -#: templates/organization/list.html:31 templates/problem/search-form.html:38 -#: templates/user/user-list-tabs.html:6 -msgid "Group" -msgstr "" - #: templates/organization/list.html:39 #, fuzzy #| msgid "Show my tickets only" @@ -4732,6 +4728,10 @@ msgstr "Hiển thị hướng dẫn" msgid "Have editorial" msgstr "Có hướng dẫn" +#: templates/problem/search-form.html:38 +msgid "Group" +msgstr "" + #: templates/problem/search-form.html:62 templates/problem/search-form.html:64 #: templates/submission/submission-list-tabs.html:4 msgid "All" diff --git a/templates/organization/list.html b/templates/organization/list.html index 8d6feb7..4153afb 100644 --- a/templates/organization/list.html +++ b/templates/organization/list.html @@ -28,7 +28,7 @@ {% block title_row %} {% set tab = 'organizations' %} - {% set title = _('Group') %} + {% set title = _('Groups') %} {% include "user/user-list-tabs.html" %} {% endblock %} diff --git a/templates/user/user-list-tabs.html b/templates/user/user-list-tabs.html index 0dc62ce..465e6d0 100644 --- a/templates/user/user-list-tabs.html +++ b/templates/user/user-list-tabs.html @@ -3,7 +3,7 @@ {% block tabs %} {{ make_tab('list', 'fa-trophy', url('user_list'), _('Leaderboard')) }} {{ make_tab('friends', 'fa-users', url('user_list') + '?friend=true', _('Friends')) }} - {{ make_tab('organizations', 'fa-university', url('organization_list'), _('Group')) }} + {{ make_tab('organizations', 'fa-university', url('organization_list'), _('Groups')) }} {% if request.user.is_superuser %} {{ make_tab('import', 'fa-table', url('import_users'), _('Import')) }} {% endif %}