Release 16 (devel -> main) #39
3 changed files with 3 additions and 12 deletions
Binary file not shown.
|
@ -8,7 +8,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: PACKAGE VERSION\n"
|
"Project-Id-Version: PACKAGE VERSION\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2023-02-17 22:11+0100\n"
|
"POT-Creation-Date: 2023-04-13 20:50+0200\n"
|
||||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||||
"Last-Translator: Julian Müller (ChaoticByte)\n"
|
"Last-Translator: Julian Müller (ChaoticByte)\n"
|
||||||
"Language: DE\n"
|
"Language: DE\n"
|
||||||
|
@ -226,10 +226,6 @@ msgstr "Senden"
|
||||||
msgid "You are not allowed to view this site."
|
msgid "You are not allowed to view this site."
|
||||||
msgstr "Dir fehlt die Berechtigung, diese Seite anzuzeigen."
|
msgstr "Dir fehlt die Berechtigung, diese Seite anzuzeigen."
|
||||||
|
|
||||||
#: app/templates/userpanel.html:9 app/templates/userpanel.html:11
|
|
||||||
msgid "User"
|
|
||||||
msgstr "Benutzer"
|
|
||||||
|
|
||||||
#: app/templates/userpanel.html:15 app/templates/userpanel.html:17
|
#: app/templates/userpanel.html:15 app/templates/userpanel.html:17
|
||||||
msgid "Balance"
|
msgid "Balance"
|
||||||
msgstr "Saldo"
|
msgstr "Saldo"
|
||||||
|
|
|
@ -3,13 +3,8 @@
|
||||||
|
|
||||||
<div class="flex flex-center userpanel">
|
<div class="flex flex-center userpanel">
|
||||||
<div class="userinfo">
|
<div class="userinfo">
|
||||||
<img src="/profilepictures/{{ user.profile_picture_filename|urlencode }}">
|
<img src="/profilepictures/{{ user.profile_picture_filename|urlencode }}"><span>{% if user.first_name != "" %}
|
||||||
<span>
|
{{ user.first_name }} {{ user.last_name }} ({{ user.username }}){% else %}{{ user.username }}{% endif %}
|
||||||
{% if user.first_name != "" %}
|
|
||||||
{% translate "User" %}: {{ user.first_name }} {{ user.last_name }} ({{ user.username }})
|
|
||||||
{% else %}
|
|
||||||
{% translate "User" %}: {{ user.username }}
|
|
||||||
{% endif %}
|
|
||||||
-
|
-
|
||||||
{% if user.balance < 0.01 %}
|
{% if user.balance < 0.01 %}
|
||||||
<span class="userbalancewarn">{% translate "Balance" %}: {{ user.balance }}{{ currency_suffix }}</span>
|
<span class="userbalancewarn">{% translate "Balance" %}: {{ user.balance }}{{ currency_suffix }}</span>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue