mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-04 09:39:23 +00:00
27 lines
1.6 KiB
JSON
27 lines
1.6 KiB
JSON
{
|
|
"missingAuthHeaders": "Missing authentication headers.",
|
|
"missingUsernameEmail": "Missing username or email.",
|
|
"missingEmail": "Missing email.",
|
|
"missingUsername": "Missing username.",
|
|
"missingPassword": "Missing password.",
|
|
"notAnEmail": "Invalid email address.",
|
|
"emailTaken": "Email already taken.",
|
|
"usernameTaken": "Username already taken.",
|
|
"passwordConfirmationMatch": "Password confirmation doesn't match password.",
|
|
"invalidLoginCredentials": "Incorrect username / email and / or password.",
|
|
"invalidCredentials": "User not found with given auth credentials.",
|
|
"accountSuspended": "Account has been suspended, please contact leslie@habitica.com with your UUID \"<%= userId %>\" for assistance.",
|
|
"onlyFbSupported": "Only Facebook supported currently.",
|
|
"cantDetachFb": "Account lacks another authentication method, can't detach Facebook.",
|
|
"onlySocialAttachLocal": "Local auth can only be added to a social account.",
|
|
"invalidReqParams": "Invalid request parameters.",
|
|
"taskIdRequired": "\"taskId\" must be a valid UUID",
|
|
"taskNotFound": "Task not found.",
|
|
"invalidTaskType": "Task type must be one of \"habit\", \"daily\", \"todo\", \"reward\".",
|
|
"cantDeleteChallengeTasks": "A task belonging to a challenge can't be deleted.",
|
|
"checklistOnlyDailyTodo": "Checklists are supported only on dailies and todos",
|
|
"checklistItemNotFound": "No checklist item was wound with given id.",
|
|
"itemIdRequired": "\"itemId\" must be a valid UUID",
|
|
"positionRequired": "\"position\" is required and must be a number.",
|
|
"cantMoveCompletedTodo": "Can't move a completed todo."
|
|
}
|