Add login and register

This commit is contained in:
2025-08-04 20:23:19 +02:00
parent 8aa8be7e9f
commit 9320adb6cd
11 changed files with 524 additions and 21 deletions
+25 -1
View File
@@ -6,7 +6,19 @@
},
"auth": {
"login": "Login",
"logout": "Logout"
"login_instead": "Login instead",
"register": "Register",
"register_instead": "Register instead",
"logout": "Logout",
"email": "Email",
"password": "Password",
"name": "Name",
"accept": "Accept",
"showPassword": "Show password",
"hidePassword": "Hide password",
"reset": "Reset",
"conflict": "This e-mail is already in use, please use a different one!",
"invalid": "E-mail or password is invalid, please try again!"
},
"layouts": {
"title": "{title} {'|'} PicHunt",
@@ -20,6 +32,18 @@
"default": "Unkown error",
"team_not_found": "Team not found or password incorrect!"
},
"validation": {
"max_length": "{name} has to be max {max} chars long",
"min_length": "{name} has to at least {min} chars long",
"numeric": "{name} need to be numeric",
"min_array": "You need at least {min} {name}",
"required": "{name} is required",
"invalid": "Invalid format",
"taken": "Already taken",
"date_range_past": "Date range cannot be in the future",
"date_past": "Date cannot be in the future",
"confirm": "Are you sure?"
},
"vuestic": {
"search": "Search",
"noOptions": "Items not found",