Skip to content

Commit

Permalink
translation
Browse files Browse the repository at this point in the history
  • Loading branch information
janno42 committed Sep 24, 2023
1 parent de46a49 commit d520f08
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions evap/locale/de/LC_MESSAGES/django.po
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ msgid ""
msgstr ""
"Project-Id-Version: EvaP\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-09-23 17:57+0200\n"
"PO-Revision-Date: 2023-09-23 17:58+0200\n"
"POT-Creation-Date: 2023-09-24 13:01+0200\n"
"PO-Revision-Date: 2023-09-24 13:02+0200\n"
"Last-Translator: Johannes Wolf <[email protected]>\n"
"Language-Team: Johannes Wolf (janno42)\n"
"Language: de\n"
Expand Down Expand Up @@ -4916,6 +4916,10 @@ msgstr "Account bearbeiten"
msgid "Resend evaluation started email"
msgstr "E-Mail über den Evaluierungsbeginn erneut senden"

#: evap/staff/templates/staff_user_form.html:27
msgid "This user currently has no due evaluations."
msgstr "Für diesen Account stehen keine offenen Evaluierungen aus."

#: evap/staff/templates/staff_user_form.html:50
msgid "Represented Users"
msgstr "Stellvertreter·in für"
Expand Down
2 changes: 1 addition & 1 deletion evap/staff/templates/staff_user_form.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ <h3>{% if form.instance.id %}{% trans 'Edit user' %}{% else %}{% trans 'Create u
<button type="button" class="btn btn-sm btn-light" onclick="resendEmailModalShow({{ form.instance.id }}, '{{ form.instance.full_name|escapejs }}');">{% trans 'Resend evaluation started email' %}</button>
</div>
{% else %}
<div title="This user currently has no due evaluations." data-bs-toggle="tooltip" data-bs-placement="bottom">
<div title="{% trans 'This user currently has no due evaluations.' %}" data-bs-toggle="tooltip" data-bs-placement="bottom">
<button disabled type="button" class="btn btn-sm btn-light">{% trans 'Resend evaluation started email' %}</button>
</div>
{% endif %}
Expand Down

0 comments on commit d520f08

Please sign in to comment.