feat(frontend): start welcome page

This commit is contained in:
sam 2024-09-15 00:03:15 +02:00
parent 6acd9b94f4
commit 0f51f01b34
Signed by: sam
GPG key ID: B4EF20DDE721CAA1
5 changed files with 99 additions and 3 deletions

View file

@ -32,6 +32,10 @@
},
"log-in": {
"callback": {
"title": {
"discord-success": "Log in with Discord",
"discord-register": "Register with Discord"
},
"success": "Successfully logged in!",
"success-link": "Welcome back, <1>@{{username}}</1>!",
"redirect-hint": "If you're not redirected to your profile in a few seconds, press the link above.",
@ -58,5 +62,13 @@
"tumblr": "Log in with Tumblr"
},
"invalid-credentials": "Invalid email address or password, please check your spelling and try again."
},
"welcome": {
"title": "Welcome",
"header": "Welcome to pronouns.cc!",
"customize-profile": "Customize your profile",
"create-members": "Create members",
"custom-preferences": "Customize your preferences",
"profile-button": "Go to your profile"
}
}