Skip to content
Snippets Groups Projects
Commit dd421c5d authored by insert's avatar insert
Browse files

Add login strings.

parent b75a45a6
Branches
No related merge requests found
...@@ -19,15 +19,24 @@ ...@@ -19,15 +19,24 @@
"invite": "Enter your invite code." "invite": "Enter your invite code."
}, },
"forgot": "Forgot your password?", "forgot": "Forgot your password?",
"reset": "Reset password", "reset": "Reset password.",
"set_password": "Set new password.",
"remembered": "Go back to login.", "remembered": "Go back to login.",
"new": "New to REVOLT?", "new": "New to REVOLT?",
"existing": "Already have an account?", "existing": "Already have an account?",
"create": "Create a new account.", "create": "Create a new account.",
"missing_verification": "No email?",
"resend": "Resend verification.",
"cancel": "Cancel request.", "cancel": "Cancel request.",
"check_mail": "Check your mail.", "check_mail": "Check your mail.",
"open_mail_provider": "Open {{provider}}", "open_mail_provider": "Open {{provider}}",
"successful_registration": "Successfully registered!" "successful_registration": "Successfully registered!",
"error": {
"create": "Failed to register!",
"login": "Failed to login!",
"reset": "Failed to reset!",
"resend": "Failed to resend!"
}
}, },
"app": { "app": {
"status": { "status": {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment