Skip to content

Commit ca26c47

Browse files
committed
ui: Update German translations.
1 parent 84a919e commit ca26c47

File tree

2 files changed

+14
-18
lines changed

2 files changed

+14
-18
lines changed

ddm/locale/de/LC_MESSAGES/django.po

Lines changed: 13 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: PACKAGE VERSION\n"
1010
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2023-04-28 13:58+0200\n"
11+
"POT-Creation-Date: 2023-12-06 10:45+0100\n"
1212
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1313
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1414
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -18,39 +18,40 @@ msgstr ""
1818
"Content-Transfer-Encoding: 8bit\n"
1919
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
2020

21-
#: .\templates\ddm\public\base.html:57
21+
#: .\templates\ddm\public\base.html:46
2222
msgid "Contact"
2323
msgstr "Kontakt"
2424

25-
#: .\templates\ddm\public\base.html:60
25+
#: .\templates\ddm\public\base.html:49
2626
msgid "What happens with my data?"
2727
msgstr "Was passiert mit meinen Daten?"
2828

29-
#: .\templates\ddm\public\base.html:72
29+
#: .\templates\ddm\public\base.html:61
3030
msgid "Contact Information"
3131
msgstr "Kontaktinformationen"
3232

33-
#: .\templates\ddm\public\base.html:86
33+
#: .\templates\ddm\public\base.html:75
3434
msgid "Data Protection Statement"
3535
msgstr "Datenschutzerklärung"
3636

37-
#: .\templates\ddm\public\briefing.html:11
37+
#: .\templates\ddm\public\briefing.html:9
3838
msgid "Please indicate whether you want to continue with this study."
3939
msgstr "Bitte geben Sie an, ob Sie mit dieser Studie fortfahren möchten."
4040

41-
#: .\templates\ddm\public\briefing.html:15
41+
#: .\templates\ddm\public\briefing.html:13
4242
msgid "Welcome to this study!"
4343
msgstr "Herzlich willkommen zu dieser Studie!"
4444

45-
#: .\templates\ddm\public\briefing.html:16
45+
#: .\templates\ddm\public\briefing.html:14
4646
msgid ""
4747
"Please define a description and welcome text for this project in the Project "
4848
"Hub."
4949
msgstr ""
5050
"Bitte definieren Sie eine Beschreibung und einen Begrüßungstext für dieses "
5151
"Projekt im Project Hub."
5252

53-
#: .\templates\ddm\public\briefing.html:35
53+
#: .\templates\ddm\public\briefing.html:33
54+
#: .\templates\ddm\public\debriefing.html:17
5455
msgid "Continue&nbsp;&nbsp;&#8250;"
5556
msgstr "Weiter&nbsp;&nbsp;&#8250;"
5657

@@ -63,8 +64,9 @@ msgid ""
6364
"Unfortunately, we could not find a study participation started for the given "
6465
"ID. However, you can access the study by clicking on the following link:"
6566
msgstr ""
66-
"Leider konnten wir für die angegebene ID keine begonnene Studienteilnahme finden."
67-
"Wenn Sie die Studie trotzdem aufrufen möchten, klicken Sie auf den folgenden Link:"
67+
"Leider konnten wir für die angegebene ID keine begonnene Studienteilnahme "
68+
"finden.Wenn Sie die Studie trotzdem aufrufen möchten, klicken Sie auf den "
69+
"folgenden Link:"
6870

6971
#: .\templates\ddm\public\continuation_not_found.html:9
7072
msgid "Go to Study"
@@ -79,9 +81,3 @@ msgid "You have reached the end of the study and can now close this window."
7981
msgstr ""
8082
"Sie haben das Ende der Studie erreicht und können dieses Fenster nun "
8183
"schliessen."
82-
83-
#: .\templates\ddm\public\debriefing.html:17
84-
#, fuzzy
85-
#| msgid "Continue&nbsp;&nbsp;&#8250;"
86-
msgid "Leave Page&nbsp;&nbsp;&#8250;"
87-
msgstr "Weiter&nbsp;&nbsp;&#8250;"

ddm/templates/ddm/public/debriefing.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ <h1>{% translate "Thank you very much!" %}</h1>
1414
</div>
1515

1616
{% if object.redirect_enabled %}
17-
<a class="flow-btn" href="{{ redirect_target }}">{% translate 'Leave Page&nbsp;&nbsp;&#8250;' %}</a>
17+
<a class="flow-btn" href="{{ redirect_target }}">{% translate 'Continue&nbsp;&nbsp;&#8250;' %}</a>
1818
{% endif %}
1919

2020
</div>

0 commit comments

Comments
 (0)