Add login and register
This commit is contained in:
+25
-1
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user