add (translated) templates
This commit is contained in:
parent
528e81a4b4
commit
8eee7cb991
18 changed files with 231 additions and 0 deletions
7
add_threepid.html
Normal file
7
add_threepid.html
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
Es wurde eine Anfrage zum Hinzufügen einer E-Mail-Adresse zu deinem Matrix-Konto gestellt.
|
||||||
|
Wenn du das warst, dann klicke auf den folgenden Link um das Hinzufügen dieser E-Mail-Adresse
|
||||||
|
zu bestätigen:
|
||||||
|
|
||||||
|
{{ link }}
|
||||||
|
|
||||||
|
Falls du das nicht warst, kannst du diese E-Mail ignorieren. Danke. :)
|
7
add_threepid.txt
Normal file
7
add_threepid.txt
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
Es wurde eine Anfrage zum Hinzufügen einer E-Mail-Adresse zu deinem Matrix-Konto gestellt.
|
||||||
|
Wenn du das warst, dann klicke auf den folgenden Link um das Hinzufügen dieser E-Mail-Adresse
|
||||||
|
zu bestätigen:
|
||||||
|
|
||||||
|
{{ link }}
|
||||||
|
|
||||||
|
Falls du das nicht warst, kannst du diese E-Mail ignorieren. Danke. :)
|
19
add_threepid_failure.html
Normal file
19
add_threepid_failure.html
Normal file
|
@ -0,0 +1,19 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<meta charset="UTF-8">
|
||||||
|
<title>Validierung</title>
|
||||||
|
<meta name="viewport" content="width=device-width, user-scalable=no">
|
||||||
|
<style type="text/css">
|
||||||
|
{% include "sso.css" without context %}
|
||||||
|
</style>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<header>
|
||||||
|
<h1>Validierung fehlgeschlagen</h1>
|
||||||
|
<p>Deine E-Mail-Adresse konnte aus folgendem Grund nicht validiert werden:</p>
|
||||||
|
<pre>{{ failure_reason }}</pre>
|
||||||
|
<p>Es wurden <strong>keine</strong> Änderungen an deinem Konto vorgenommen.</p>
|
||||||
|
</header>
|
||||||
|
</body>
|
||||||
|
</html>
|
19
add_threepid_success.html
Normal file
19
add_threepid_success.html
Normal file
|
@ -0,0 +1,19 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<meta charset="UTF-8">
|
||||||
|
<title>E-Mail-Adresse validiert</title>
|
||||||
|
<meta name="viewport" content="width=device-width, user-scalable=no">
|
||||||
|
<style type="text/css">
|
||||||
|
{% include "sso.css" without context %}
|
||||||
|
</style>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<header>
|
||||||
|
<h1>E-Mail-Adresse validiert</h1>
|
||||||
|
<p>
|
||||||
|
Deine E-Mail-Adresse wurde erfolgreich validiert, du kannst dieses Fenster nun schließen.
|
||||||
|
</p>
|
||||||
|
</header>
|
||||||
|
</body>
|
||||||
|
</html>
|
8
notice_expiry.html
Normal file
8
notice_expiry.html
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
Hola {{ display_name }},
|
||||||
|
|
||||||
|
Dein Konto wird am {{ expiration_ts|format_ts("%d.%m.%Y") }} ablaufen. Das bedeutet, dass du den
|
||||||
|
Zugriff auf dein Konto nach diesem Zeitpunkt verlieren wirst.
|
||||||
|
|
||||||
|
Um dein Konto zu behalten, klicke auf den folgenden Link:
|
||||||
|
|
||||||
|
{{ url }}
|
8
notice_expiry.txt
Normal file
8
notice_expiry.txt
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
Hola {{ display_name }},
|
||||||
|
|
||||||
|
Dein Konto wird am {{ expiration_ts|format_ts("%d.%m.%Y") }} ablaufen. Das bedeutet, dass du den
|
||||||
|
Zugriff auf dein Konto nach diesem Zeitpunkt verlieren wirst.
|
||||||
|
|
||||||
|
Um dein Konto zu behalten, klicke auf den folgenden Link:
|
||||||
|
|
||||||
|
{{ url }}
|
22
notif.html
Normal file
22
notif.html
Normal file
|
@ -0,0 +1,22 @@
|
||||||
|
{%- for message in notif.messages %}
|
||||||
|
{%- if message.event_type == "m.room.encrypted" %}
|
||||||
|
Eine verschlüsselte Nachricht.
|
||||||
|
{%- elif message.event_type == "m.room.message" %}
|
||||||
|
{%- if message.msgtype == "m.emote" %}* {%- endif %}{{ message.sender_name }} ({{ message.ts|format_ts("%H:%M") }})
|
||||||
|
{%- if message.msgtype == "m.text" %}
|
||||||
|
{{ message.body_text_plain }}
|
||||||
|
{%- elif message.msgtype == "m.emote" %}
|
||||||
|
{{ message.body_text_plain }}
|
||||||
|
{%- elif message.msgtype == "m.notice" %}
|
||||||
|
{{ message.body_text_plain }}
|
||||||
|
{%- elif message.msgtype == "m.image" %}
|
||||||
|
{{ message.body_text_plain }}
|
||||||
|
{%- elif message.msgtype == "m.file" %}
|
||||||
|
{{ message.body_text_plain }}
|
||||||
|
{%- else %}
|
||||||
|
Eine Nachricht mit unbekanntem Inhalt.
|
||||||
|
{%- endif %}
|
||||||
|
{%- endif %}
|
||||||
|
{%- endfor %}
|
||||||
|
|
||||||
|
Öffne {{ room.title }} mit folgendem Link: {{ notif.link }}
|
22
notif.txt
Normal file
22
notif.txt
Normal file
|
@ -0,0 +1,22 @@
|
||||||
|
{%- for message in notif.messages %}
|
||||||
|
{%- if message.event_type == "m.room.encrypted" %}
|
||||||
|
Eine verschlüsselte Nachricht.
|
||||||
|
{%- elif message.event_type == "m.room.message" %}
|
||||||
|
{%- if message.msgtype == "m.emote" %}* {%- endif %}{{ message.sender_name }} ({{ message.ts|format_ts("%H:%M") }})
|
||||||
|
{%- if message.msgtype == "m.text" %}
|
||||||
|
{{ message.body_text_plain }}
|
||||||
|
{%- elif message.msgtype == "m.emote" %}
|
||||||
|
{{ message.body_text_plain }}
|
||||||
|
{%- elif message.msgtype == "m.notice" %}
|
||||||
|
{{ message.body_text_plain }}
|
||||||
|
{%- elif message.msgtype == "m.image" %}
|
||||||
|
{{ message.body_text_plain }}
|
||||||
|
{%- elif message.msgtype == "m.file" %}
|
||||||
|
{{ message.body_text_plain }}
|
||||||
|
{%- else %}
|
||||||
|
Eine Nachricht mit unbekanntem Inhalt.
|
||||||
|
{%- endif %}
|
||||||
|
{%- endif %}
|
||||||
|
{%- endfor %}
|
||||||
|
|
||||||
|
Öffne {{ room.title }} mit folgendem Link: {{ notif.link }}
|
9
notif_mail.html
Normal file
9
notif_mail.html
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
Hola {{ user_display_name }},
|
||||||
|
|
||||||
|
{{ summary_text }}
|
||||||
|
|
||||||
|
{%- for room in rooms %}
|
||||||
|
{%- include 'room.txt' with context %}
|
||||||
|
{%- endfor %}
|
||||||
|
|
||||||
|
Du kannst diese Benachrichtigungen mit folgendem Link deaktivieren: {{ unsubscribe_link }}
|
9
notif_mail.txt
Normal file
9
notif_mail.txt
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
Hola {{ user_display_name }},
|
||||||
|
|
||||||
|
{{ summary_text }}
|
||||||
|
|
||||||
|
{%- for room in rooms %}
|
||||||
|
{%- include 'room.txt' with context %}
|
||||||
|
{%- endfor %}
|
||||||
|
|
||||||
|
Du kannst diese Benachrichtigungen mit folgendem Link deaktivieren: {{ unsubscribe_link }}
|
3
password_reset.html
Normal file
3
password_reset.html
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
<p>Es wurde eine Anfrage zum Zurücksetzen des Passworts deines Matrix-Kontos gestellt. Falls du das warst, dann klicke auf den folgenden Link, um dein Passwort zurückzusetzen:</p>
|
||||||
|
<p><a href="{{ link }}">Passwort zurücksetzen</a></p>
|
||||||
|
<p>Wenn du das nicht warst, dann klicke NICHT auf den Link und kontaktiere stattdessen deinen Server-Administrator. Danke. :)</p>
|
7
password_reset.txt
Normal file
7
password_reset.txt
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
Es wurde eine Anfrage zum Zurücksetzen des Passworts deines Matrix-Kontos gestellt. Wenn
|
||||||
|
du das warst, dann klicke auf den folgenden Link um dein Passwort zurückzusetzen:
|
||||||
|
|
||||||
|
{{ link }}
|
||||||
|
|
||||||
|
Wenn du das nicht warst, dann klicke NICHT auf den Link und kontaktiere stattdessen deinen
|
||||||
|
Server Administrator. Danke. :)
|
9
registration.html
Normal file
9
registration.html
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
Hola,
|
||||||
|
|
||||||
|
es wurde eine Anfrage zur Registrierung eines neuen Matrix-Kontos mit dieser
|
||||||
|
E-Mail-Adresse gestellt. Wenn du das warst, dann klicke auf den folgenden Link
|
||||||
|
um deine E-Mail-Adresse zu bestätigen:
|
||||||
|
|
||||||
|
{{ link }}
|
||||||
|
|
||||||
|
Wenn du das nicht warst, dann ignoriere einfach diese E-Mail. Danke. :)
|
9
registration.txt
Normal file
9
registration.txt
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
Hola,
|
||||||
|
|
||||||
|
es wurde eine Anfrage zur Registrierung eines neuen Matrix-Kontos mit dieser
|
||||||
|
E-Mail-Adresse gestellt. Wenn du das warst, dann klicke auf den folgenden Link
|
||||||
|
um deine E-Mail-Adresse zu bestätigen:
|
||||||
|
|
||||||
|
{{ link }}
|
||||||
|
|
||||||
|
Wenn du das nicht warst, dann ignoriere einfach diese E-Mail. Danke. :)
|
27
registration_token.html
Normal file
27
registration_token.html
Normal file
|
@ -0,0 +1,27 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<meta charset="UTF-8">
|
||||||
|
<title>Authentifizierung</title>
|
||||||
|
<meta name="viewport" content="width=device-width, user-scalable=no">
|
||||||
|
<link rel="stylesheet" href="/_matrix/static/client/register/style.css">
|
||||||
|
<style type="text/css">
|
||||||
|
{% include "sso.css" without context %}
|
||||||
|
</style>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<header>
|
||||||
|
<form id="registrationForm" method="post" action="{{ myurl }}">
|
||||||
|
<h1>Authentifizierung</h1>
|
||||||
|
{% if error is defined %}
|
||||||
|
<p class="error"><strong>Error: {{ error }}</strong></p>
|
||||||
|
{% endif %}
|
||||||
|
<p>Bitte gib einen Registrierungstoken ein:</p>
|
||||||
|
<input type="hidden" name="session" value="{{ session }}" />
|
||||||
|
<input type="text" name="token" />
|
||||||
|
<input type="submit" value="Authentifizieren" />
|
||||||
|
<p>Falls du keinen Token hast, frage gerne Vri z.B. via vrifox[at]vrifox.cc. :)</p>
|
||||||
|
</form>
|
||||||
|
</header>
|
||||||
|
</body>
|
||||||
|
</html>
|
9
room.html
Normal file
9
room.html
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
{{ room.title }}
|
||||||
|
|
||||||
|
{%- if room.invite %}
|
||||||
|
Du wurdest in einen Raum eingeladen, betritt ihn mit folgendem Link: {{ room.link }}
|
||||||
|
{%- else %}
|
||||||
|
{%- for notif in room.notifs %}
|
||||||
|
{%- include 'notif.txt' with context %}
|
||||||
|
{%- endfor %}
|
||||||
|
{%- endif %}
|
9
room.txt
Normal file
9
room.txt
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
{{ room.title }}
|
||||||
|
|
||||||
|
{%- if room.invite %}
|
||||||
|
Du wurdest in einen Raum eingeladen, betritt ihn mit folgendem Link: {{ room.link }}
|
||||||
|
{%- else %}
|
||||||
|
{%- for notif in room.notifs %}
|
||||||
|
{%- include 'notif.txt' with context %}
|
||||||
|
{%- endfor %}
|
||||||
|
{%- endif %}
|
28
sso_auth_confirm.html
Normal file
28
sso_auth_confirm.html
Normal file
|
@ -0,0 +1,28 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<meta charset="UTF-8">
|
||||||
|
<title>Bestätige um fortzufahren</title>
|
||||||
|
<meta name="viewport" content="width=device-width, user-scalable=no">
|
||||||
|
<style type="text/css">
|
||||||
|
{% include "sso.css" without context %}
|
||||||
|
</style>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<header>
|
||||||
|
<h1>Bestätige um fortzufahren</h1>
|
||||||
|
<p>
|
||||||
|
Ein Programm versucht {{ description }}. Zur Bestätigung dieser Aktion authorisiere dein Benutzerkonto erneut mit Cozy Auth.
|
||||||
|
</p>
|
||||||
|
<p><strong>
|
||||||
|
Falls du diese Aktion nicht erwartet hast, könnte dein Benutzerkonto kompromittiert sein.
|
||||||
|
</strong></p>
|
||||||
|
</header>
|
||||||
|
<main>
|
||||||
|
<a href="{{ redirect_url }}" class="primary-button">
|
||||||
|
Fahre fort mit {{ idp.idp_name }} <img src="https://auth.cozy.town/static/dist/assets/icons/icon_left_brand.svg">
|
||||||
|
</a>
|
||||||
|
</main>
|
||||||
|
{% include "sso_footer.html" without context %}
|
||||||
|
</body>
|
||||||
|
</html>
|
Loading…
Reference in a new issue