Skip to content
Snippets Groups Projects
Verified Commit e007df05 authored by Adrian Paschkowski's avatar Adrian Paschkowski :thinking:
Browse files

Merge multiline discord description strings

parent 18691a33
Branches
No related tags found
No related merge requests found
......@@ -27,8 +27,7 @@
"account.edit.error": "<b>Fehler:</b> {errorMessage}",
"discord.title": "Discord Link",
"discord.description-1": "Die Fachschaften der Fakultät für Informatik betreiben mehrere öffentliche Discord-Server, in denen du mit gleichesinnten Studierenden plaundern, zusammen lernen oder auch einfach zocken kannst. Die entsprechenden Server sind unten gezeigt. Gegebenfalls gibt es auch noch weitere Server, die nicht direkt von uns betrieben werden.",
"discord.description-2": "Wenn du hier deinen Discord-Account verknüpfst, erhälst du auf den unten gezeigten Servern eine Rolle, die zeigt, in welchem Studiengang du bist. Manche dieser Server haben Channel, die extra nur für Studierende der Fakultät für Informatik geöffnet sind. Durch die Verknüpfung deines Accounts erhälst du ebenfalls Zugriff auf diese Channel.",
"discord.description": "Die Fachschaften der Fakultät für Informatik betreiben mehrere öffentliche Discord-Server, in denen du mit gleichesinnten Studierenden plaundern, zusammen lernen oder auch einfach zocken kannst. Die entsprechenden Server sind unten gezeigt. Gegebenfalls gibt es auch noch weitere Server, die nicht direkt von uns betrieben werden.\n\nWenn du hier deinen Discord-Account verknüpfst, erhälst du auf den unten gezeigten Servern eine Rolle, die zeigt, in welchem Studiengang du bist. Manche dieser Server haben Channel, die extra nur für Studierende der Fakultät für Informatik geöffnet sind. Durch die Verknüpfung deines Accounts erhälst du ebenfalls Zugriff auf diese Channel.",
"discord.loading": "Lade Server…",
"discord.connection.is-linked-with": "Du bist verknüpft mit: <b>@{username}</b> <i><muted>(ID: {userId})</muted></i>",
"discord.connection.is-not-linked": "Du hast noch keinen verknüpften Discord-Account.",
......
......@@ -27,8 +27,7 @@
"account.edit.error": "<b>Error:</b> {errorMessage}",
"discord.title": "Discord Link",
"discord.description-1": "The student councils at the Faculty of Computer Science run several public Discord servers in which you can chat with like-minded students, learn together or simply play games. The corresponding servers are shown below. There may be other servers that are not operated directly by us.",
"discord.description-2": "If you link your Discord account here, you will receive a role in the servers shown below that shows which study course you are in. Some of these servers have channels that are only open to students of the Faculty of Computer Science. By linking your account you will also gain access to these channels.",
"discord.description": "The student councils at the Faculty of Computer Science run several public Discord servers in which you can chat with like-minded students, learn together or simply play games. The corresponding servers are shown below. There may be other servers that are not operated directly by us.\n\nIf you link your Discord account here, you will receive a role in the servers shown below that shows which study course you are in. Some of these servers have channels that are only open to students of the Faculty of Computer Science. By linking your account you will also gain access to these channels.",
"discord.loading": "Loading Servers…",
"discord.connection.is-linked-with": "You are linked with: <b>@{username}</b> <i><muted>(ID: {userId})</muted></i>",
"discord.connection.is-not-linked": "You don't have a linked Discord account yet.",
......
......@@ -51,11 +51,8 @@ export default function DiscordLinkPage() {
<H2>
<Message id="discord.title" />
</H2>
<P>
<Message id="discord.description-1" />
</P>
<P>
<Message id="discord.description-2" />
<P className="whitespace-pre-line">
<Message id="discord.description" />
</P>
{connectionManagement}
{guildList}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment