mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-26 20:34:02 +03:00
🐛 Added translation for BookshelfRelationsError
refs #12493 This protects against accidental relation errors giving unfriendly errors messages.
This commit is contained in:
parent
9b5184387f
commit
5af0b5735b
@ -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}.",
|
||||||
|
Loading…
Reference in New Issue
Block a user