Skip to content

Commit b119c84

Browse files
authored
Merge branch 'development' into fix/stream
2 parents a10b12f + 1d25fb2 commit b119c84

File tree

4 files changed

+70
-74
lines changed

4 files changed

+70
-74
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ repos:
66
- id: pyupgrade
77
args: [--py38-plus]
88
- repo: https://github.com/hadialqattan/pycln
9-
rev: v0.0.1
9+
rev: v1.1.0
1010
hooks:
1111
- id: pycln
1212
args: [--config=pyproject.toml]

app/translations/de/LC_MESSAGES/messages.po

Lines changed: 10 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,19 @@
66
#
77
msgid ""
88
msgstr ""
9-
"Project-Id-Version: v1\n"
9+
"Project-Id-Version: v1\n"
1010
"Report-Msgid-Bugs-To: open-event@googlegroups.com\n"
1111
"POT-Creation-Date: 2021-11-12 00:49+0530\n"
12-
"PO-Revision-Date: 2021-11-11 15:56+0000\n"
12+
"PO-Revision-Date: 2021-11-13 18:19+0000\n"
1313
"Last-Translator: Mario Behling <mb@mariobehling.de>\n"
14+
"Language-Team: German <https://hosted.weblate.org/projects/open-event/server/"
15+
"de/>\n"
1416
"Language: de\n"
15-
"Language-Team: German <https://hosted.weblate.org/projects/open-"
16-
"event/server/de/>\n"
17-
"Plural-Forms: nplurals=2; plural=n != 1\n"
1817
"MIME-Version: 1.0\n"
1918
"Content-Type: text/plain; charset=utf-8\n"
2019
"Content-Transfer-Encoding: 8bit\n"
20+
"Plural-Forms: nplurals=2; plural=n != 1;\n"
21+
"X-Generator: Weblate 4.9.1-dev\n"
2122
"Generated-By: Babel 2.9.1\n"
2223

2324
#: app/api/helpers/system_mails.py:63
@@ -100,9 +101,8 @@ msgid "Welcome to {app_name}. Please verify your account"
100101
msgstr "Willkommen bei {app_name}. Bitte verifizieren Sie Ihr Konto"
101102

102103
#: app/api/helpers/system_mails.py:156
103-
#, fuzzy
104104
msgid "Email Confirmation to Create Account for {app_name}"
105-
msgstr "E-Mail-Bestätigung zum Erstellen eines Kontos für Open-Event"
105+
msgstr "E-Mail-Bestätigung zum Erstellen eines Kontos für {app_name}"
106106

107107
#: app/api/helpers/system_mails.py:161
108108
msgid "Your email has been already changed"
@@ -113,11 +113,10 @@ msgid "{app_name}: Password Reset"
113113
msgstr "{app_name}: Passwort zurücksetzen"
114114

115115
#: app/api/helpers/system_mails.py:171
116-
#, fuzzy
117116
msgid "{app_name}: Reset your password and verify your account"
118117
msgstr ""
119-
"Bitte den folgenden Link benutzen, um das Passwort zurückzusetzen und das"
120-
" Konto zu verifizieren."
118+
"{app_name}: Bitte den folgenden Link benutzen, um das Passwort "
119+
"zurückzusetzen und das Konto zu verifizieren."
121120

122121
#: app/api/helpers/system_mails.py:176
123122
msgid "{app_name}: Password Change"
@@ -206,7 +205,6 @@ msgid "Join {event_name} from {group_name} on {event_date}"
206205
msgstr "Jetzt teilnehmen! {event_name} von {group_name} am {event_date}"
207206

208207
#: app/api/helpers/system_mails.py:283
209-
#, fuzzy
210208
msgid "{event_name} is over. Thank you for using {app_name}!"
211209
msgstr "{event_name} ist vorbei. Danke, dass Sie {app_name} nutzen!"
212210

@@ -690,9 +688,8 @@ msgid "Google Calendar"
690688
msgstr "Google-Kalender"
691689

692690
#: app/templates/email/ticket_purchased.html:20
693-
#, fuzzy
694691
msgid "iCal"
695-
msgstr "inkl."
692+
msgstr "iCal"
696693

697694
#: app/templates/email/ticket_purchased.html:21
698695
msgid "Yahoo"
@@ -1695,4 +1692,3 @@ msgstr "Nachricht des Veranstalters"
16951692
#~ "diese Rechnung falsch ist oder Fragen"
16961693
#~ " haben, können Sie sich an unser "
16971694
#~ "Support-Team wenden."
1698-

0 commit comments

Comments
 (0)