diff --git a/snikket_web/templates/admin_circles.html b/snikket_web/templates/admin_circles.html index 5e81e05..f726e0f 100644 --- a/snikket_web/templates/admin_circles.html +++ b/snikket_web/templates/admin_circles.html @@ -2,6 +2,8 @@ {% from "library.j2" import action_button, custom_form_button, form_button, circle_name %} {% block content %}

{% trans %}Manage circles{% endtrans %}

+

{% trans %}Circles aim to help people who are in the same social circle find each other on your service.{% endtrans %}

+

{% trans %}Users who are in the same circle will see each other in their contact list. In addition, each circle has a group chat where the circle members are included.{% endtrans %}

{%- if circles -%}
{{- invite_form.csrf_token -}} diff --git a/snikket_web/templates/admin_home.html b/snikket_web/templates/admin_home.html index 8b7e866..cff47f7 100644 --- a/snikket_web/templates/admin_home.html +++ b/snikket_web/templates/admin_home.html @@ -9,6 +9,7 @@

{% trans %}Manage circles{% endtrans %}

+

{% trans %}Create and manage social circles represented on your service.{% endtrans %}

{% trans %}Manage invitations{% endtrans %}

diff --git a/snikket_web/translations/messages.pot b/snikket_web/translations/messages.pot index 4e46e05..18be529 100644 --- a/snikket_web/translations/messages.pot +++ b/snikket_web/translations/messages.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PROJECT VERSION\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2021-01-26 15:06+0100\n" +"POT-Creation-Date: 2021-01-26 16:11+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -69,7 +69,7 @@ msgstr "" msgid "Name" msgstr "" -#: snikket_web/admin.py:279 snikket_web/templates/admin_circles.html:42 +#: snikket_web/admin.py:279 snikket_web/templates/admin_circles.html:44 msgid "Create circle" msgstr "" @@ -257,41 +257,54 @@ msgstr "" msgid "Manage circles" msgstr "" -#: snikket_web/templates/admin_circles.html:11 -msgid "Circle name" +#: snikket_web/templates/admin_circles.html:5 +msgid "" +"Circles aim to help people who are in the same social circle " +"find each other on your service." msgstr "" -#: snikket_web/templates/admin_circles.html:12 -msgid "Members" +#: snikket_web/templates/admin_circles.html:6 +msgid "" +"Users who are in the same circle will see each other in their contact " +"list. In addition, each circle has a group chat where the circle members " +"are included." msgstr "" #: snikket_web/templates/admin_circles.html:13 +msgid "Circle name" +msgstr "" + +#: snikket_web/templates/admin_circles.html:14 +msgid "Members" +msgstr "" + +#: snikket_web/templates/admin_circles.html:15 #: snikket_web/templates/admin_invites.html:24 #: snikket_web/templates/admin_users.html:14 msgid "Actions" msgstr "" -#: snikket_web/templates/admin_circles.html:23 +#: snikket_web/templates/admin_circles.html:25 #, python-format msgid "Create invitation to circle %(circle_name)s" msgstr "" -#: snikket_web/templates/admin_circles.html:26 +#: snikket_web/templates/admin_circles.html:28 #, python-format msgid "Show details of circle %(circle_name)s" msgstr "" -#: snikket_web/templates/admin_circles.html:35 +#: snikket_web/templates/admin_circles.html:37 msgid "No circles" msgstr "" -#: snikket_web/templates/admin_circles.html:36 +#: snikket_web/templates/admin_circles.html:38 msgid "" "Currently, there are no circles on this service. Use the form below to " "create one." msgstr "" -#: snikket_web/templates/admin_circles.html:39 +#: snikket_web/templates/admin_circles.html:41 msgid "New circle" msgstr "" @@ -513,20 +526,24 @@ msgstr "" msgid "Modify administrative user information or delete users." msgstr "" -#: snikket_web/templates/admin_home.html:14 +#: snikket_web/templates/admin_home.html:12 +msgid "Create and manage social circles represented on your service." +msgstr "" + +#: snikket_web/templates/admin_home.html:15 #: snikket_web/templates/admin_invites.html:8 msgid "Manage invitations" msgstr "" -#: snikket_web/templates/admin_home.html:15 +#: snikket_web/templates/admin_home.html:16 msgid "Create, revoke or view invitations." msgstr "" -#: snikket_web/templates/admin_home.html:18 +#: snikket_web/templates/admin_home.html:19 msgid "Back to the main view" msgstr "" -#: snikket_web/templates/admin_home.html:19 +#: snikket_web/templates/admin_home.html:20 msgid "Go back to your user’s web portal page." msgstr ""