Add api locale text for create account

This commit is contained in:
Robbie Antenesse 2019-09-27 18:14:32 -06:00
parent 0cad0adfdb
commit 9b95bd9fb3
1 changed files with 9 additions and 0 deletions

View File

@ -61,5 +61,14 @@
"add": "Add to Shelf",
"average_rating": "Average Rating",
"reviews_written": "Total Reviews Written"
},
"api": {
"account_already_logged_in": "You are already logged in! You cannot create an account or log in again.",
"account_create_required_data_missing": "Could not create account because required data is missing.",
"account_create_invalid_email": "The email address entered is not valid.",
"account_create_invalid_username": "The username entered is not valid. Usernames must be at least 2 characters long and can only contain letters az, numbers 09, and underscores",
"account_email_exists": "The email address entered is already in use.",
"account_username_exists": "The username entered is already in use.",
"account_create_success": "Account created successfully! You are now logged in."
}
}