Skip to content
Snippets Groups Projects
Commit 1953cc8b authored by sistason's avatar sistason Committed by Julian
Browse files

found 2 untranslated strings and translated them. Also adapted the wording on 2 strings.

parent 0108ed7a
No related branches found
No related tags found
No related merge requests found
......@@ -41,7 +41,7 @@
{% for role in invite.roles %}{{ ', ' if loop.index != 1 }}<i class="fas fa-key"></i>&thinsp;{{ role.name }}{% endfor %}
</td>
<td>
<span style="white-space: nowrap;">{{ invite.signups|selectattr('completed')|list|length }} <i class="fas fa-users" title="user registrations"></i></span>,
<span style="white-space: nowrap;">{{ invite.signups|selectattr('completed')|list|length }} <i class="fas fa-users" title="{{ _('user signups') }}"></i></span>,
<span style="white-space: nowrap;">{{ invite.grants|length }} <i class="fas fa-key" title="role grants"></i></span>
</td>
<td>
......
......@@ -33,7 +33,7 @@
<div class="card-body">
{% if service.logo_url %}
{% if service.url and service.has_access %}<a href="{{ service.url }}" class="text-reset">{% endif %}
<img alt="Logo for {{ service.title }}" src="{{ service.logo_url }}" style="width: 100%; height: 10em; object-fit: contain; {{ 'filter: grayscale(100%);' if not service.has_access }}">
<img alt="{{ _("Logo for %(service_title)s", service_title=service.title) }}" src="{{ service.logo_url }}" style="width: 100%; height: 10em; object-fit: contain; {{ 'filter: grayscale(100%);' if not service.has_access }}">
{% if service.url and service.has_access %}</a>{% endif %}
{% endif %}
<h5 class="card-title">
......
No preview for this file type
......@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PROJECT VERSION\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2022-04-21 14:17+0200\n"
"POT-Creation-Date: 2022-05-22 16:42+0200\n"
"PO-Revision-Date: 2021-05-25 21:18+0200\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language: de\n"
......@@ -154,6 +154,10 @@ msgstr "Link als QR-Code anzeigen"
msgid "Signup"
msgstr "Account-Registrierung"
#: uffd/invite/templates/invite/list.html:44
msgid "user signups"
msgstr "Account-Registrierungen"
#: uffd/invite/templates/invite/list.html:49
#: uffd/user/templates/user/show.html:91
msgid "Disabled"
......@@ -1285,6 +1289,11 @@ msgstr ""
msgid "Login"
msgstr "Anmelden"
#: uffd/service/templates/service/overview.html:36
#, python-format
msgid "Logo for %(service_title)s"
msgstr "Logo für %(service_title)s"
#: uffd/service/templates/service/overview.html:55
msgid "No access"
msgstr "Kein Zugriff"
......@@ -1587,7 +1596,7 @@ msgstr "Ändern"
msgid "About uffd"
msgstr "Über uffd"
#: uffd/user/models.py:31
#: uffd/user/models.py:32
#, python-format
msgid ""
"At least %(minlen)d and at most %(maxlen)d characters. Only letters, "
......@@ -1622,41 +1631,41 @@ msgstr "Gruppe aktualisiert"
msgid "Deleted group"
msgstr "Gruppe gelöscht"
#: uffd/user/views_user.py:30
#: uffd/user/views_user.py:31
msgid "Users"
msgstr "Accounts"
#: uffd/user/views_user.py:50
#: uffd/user/views_user.py:51
msgid "Login name does not meet requirements"
msgstr "Anmeldename entspricht nicht den Anforderungen"
#: uffd/user/views_user.py:55
#: uffd/user/views_user.py:56
msgid "Mail is invalid"
msgstr "E-Mail-Adresse nicht valide"
#: uffd/user/views_user.py:59
#: uffd/user/views_user.py:60
msgid "Display name does not meet requirements"
msgstr "Anzeigename entspricht nicht den Anforderungen"
#: uffd/user/views_user.py:64
#: uffd/user/views_user.py:65
msgid "Password is invalid"
msgstr "Passwort ist ungültig"
#: uffd/user/views_user.py:77
#: uffd/user/views_user.py:78
msgid "Service user created"
msgstr "Service-Account erstellt"
#: uffd/user/views_user.py:80
#: uffd/user/views_user.py:81
msgid "User created. We sent the user a password reset link by mail"
msgstr ""
"Account erstellt. E-Mail mit einem Link zum Setzen des Passworts wurde "
"versendet."
#: uffd/user/views_user.py:82
#: uffd/user/views_user.py:83
msgid "User updated"
msgstr "Account aktualisiert"
#: uffd/user/views_user.py:92
#: uffd/user/views_user.py:93
msgid "Deleted user"
msgstr "Account gelöscht"
......@@ -1738,11 +1747,11 @@ msgstr "E-Mail-Adresse"
#: uffd/user/templates/user/show.html:72
msgid ""
"Do a sanity check here. A user can take over another account if both have"
" the same mail address set."
"Check that the address is unique. A user can take over another account if"
" both have the same mail address set."
msgstr ""
"Überprüfe, ob die E-Mail-Adresse plausibel ist! Ein Account kann einen "
"anderen Account übernehmen, wenn beide die selbe E-Mail-Adresse "
"Überprüfe, ob die E-Mail-Adresse noch unbenutzt ist! Ein Account kann "
"einen anderen Account übernehmen, wenn beide die selbe E-Mail-Adresse "
"verwenden."
#: uffd/user/templates/user/show.html:80
......
......@@ -69,7 +69,7 @@
<label for="user-mail">{{_("Mail")}}</label>
<input type="email" class="form-control" id="user-mail" name="mail" value="{{ user.mail or '' }}">
<small class="form-text text-muted">
{{_("Do a sanity check here. A user can take over another account if both have the same mail address set.")}}
{{_("Check that the address is unique. A user can take over another account if both have the same mail address set.")}}
</small>
</div>
<div class="form-group col">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment