mirror of
https://github.com/mealie-recipes/mealie.git
synced 2026-01-21 08:21:21 -05:00
* fix: error on duplicate username/email registration * Raise 409 http error on duplicate user registration * Add translation to conflict error messages * Update lang files * Remove key in translator parameter
16 lines
526 B
JSON
16 lines
526 B
JSON
{
|
|
"generic": {
|
|
"server-error": "An unexpected error occurred"
|
|
},
|
|
"recipe": {
|
|
"unique-name-error": "Recipe names must be unique"
|
|
},
|
|
"exceptions": {
|
|
"permission_denied": "You do not have permission to perform this action",
|
|
"no-entry-found": "The requested resource was not found",
|
|
"integrity-error": "Database integrity error",
|
|
"username-conflict-error": "This username is already taken",
|
|
"email-conflict-error": "This email is already in use"
|
|
}
|
|
}
|