1
0
Fork 0
mirror of https://github.com/mealie-recipes/mealie.git synced 2025-08-05 21:45:25 +02:00

refactor(backend): ♻️ change error messages to follow standard pattern to match locals on frontend (#668)

Co-authored-by: hay-kot <hay-kot@pm.me>
This commit is contained in:
Hayden 2021-09-02 21:33:18 -08:00 committed by GitHub
parent abc0d0d59f
commit b550dae593
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 415 additions and 72 deletions

View file

@ -0,0 +1,44 @@
{
"backup-create-failed": "Backup Create Failed",
"backup-update-failed": "Backup Update Failed",
"backup-delete-failed": "Backup Delete Failed",
"cookbook-create-failed": "Cookbook Create Failed",
"cookbook-update-failed": "Cookbook Update Failed",
"cookbook-delete-failed": "Cookbook Delete Failed",
"event-create-failed": "Event Create Failed",
"event-update-failed": "Event Update Failed",
"event-delete-failed": "Event Delete Failed",
"food-create-failed": "Food Create Failed",
"food-update-failed": "Food Update Failed",
"food-delete-failed": "Food Delete Failed",
"group-create-failed": "Group Create Failed",
"group-update-failed": "Group Update Failed",
"group-delete-failed": "Group Delete Failed",
"ingredient-create-failed": "Ingredient Create Failed",
"ingredient-update-failed": "Ingredient Update Failed",
"ingredient-delete-failed": "Ingredient Delete Failed",
"mealplan-create-failed": "Mealplan Create Failed",
"mealplan-update-failed": "Mealplan Update Failed",
"mealplan-delete-failed": "Mealplan Delete Failed",
"migration-create-failed": "Migration Create Failed",
"migration-update-failed": "Migration Update Failed",
"migration-delete-failed": "Migration Delete Failed",
"recipe-create-failed": "Recipe Create Failed",
"recipe-update-failed": "Recipe Update Failed",
"recipe-delete-failed": "Recipe Delete Failed",
"scraper-create-failed": "Scraper Create Failed",
"scraper-update-failed": "Scraper Update Failed",
"scraper-delete-failed": "Scraper Delete Failed",
"token-create-failed": "Token Create Failed",
"token-update-failed": "Token Update Failed",
"token-delete-failed": "Token Delete Failed",
"unit-create-failed": "Unit Create Failed",
"unit-update-failed": "Unit Update Failed",
"unit-delete-failed": "Unit Delete Failed",
"user-create-failed": "User Create Failed",
"user-update-failed": "User Update Failed",
"user-delete-failed": "User Delete Failed",
"webhook-create-failed": "Webhook Create Failed",
"webhook-update-failed": "Webhook Update Failed",
"webhook-delete-failed": "Webhook Delete Failed"
}