🐛 Added translation for BookshelfRelationsError

refs #12493

This protects against accidental relation errors giving unfriendly
errors messages.
This commit is contained in:
Fabien O'Carroll 2021-01-04 10:06:14 +00:00 committed by Fabien 'egg' O'Carroll
parent 9b5184387f
commit 5af0b5735b

View File

@ -499,6 +499,7 @@
"unknownProvider": "No provider found for supplied URL." "unknownProvider": "No provider found for supplied URL."
}, },
"userMessages": { "userMessages": {
"BookshelfRelationsError": "Database error, cannot {action}.",
"InternalServerError": "Internal server error, cannot {action}.", "InternalServerError": "Internal server error, cannot {action}.",
"IncorrectUsageError": "Incorrect usage error, cannot {action}.", "IncorrectUsageError": "Incorrect usage error, cannot {action}.",
"NotFoundError": "Resource not found error, cannot {action}.", "NotFoundError": "Resource not found error, cannot {action}.",