A lot of progress
All checks were successful
Build and Deploy Nuxt / build (push) Successful in 36s

This commit is contained in:
2026-04-28 00:20:15 +02:00
parent b928212608
commit 76bb9fbb30
38 changed files with 382 additions and 460 deletions

View File

@@ -0,0 +1,27 @@
{
"name": "Name",
"name-placeholder": "Enter your name here...",
"email": "Email",
"email-placeholder": "Enter your email here...",
"username": "Username",
"username-placeholder": "Enter your username here...",
"password": "Password",
"password-placeholder": "Enter your password...",
"confirm-password": "Confirm Password",
"confirm-password-placeholder": "Re-enter your password...",
"register": "Register",
"have-account": "Already have an account?",
"login": "Login",
"password-confirm-placeholder": "Confirm your password...",
"welcome": "Welcome to DragonRoll!",
"message": "Please enter your desired username and password to create an account.",
"first-register-message": "You are about to create the first account on this DragonRoll instance. This account will be granted administrator privileges.",
"errors": {
"name-empty": "Please enter your name.",
"email-empty": "Please enter a valid email address.",
"username-empty": "Please enter a username.",
"passwords-no-match": "The passwords you entered do not match.",
"email-username-exists": "An account with this email or username already exists."
},
"success": "Registration successful! You can now log in."
}