Files
bakery-ia/frontend/src/locales/en/errors.json
2025-09-25 12:14:46 +02:00

13 lines
353 B
JSON

{
"boundary": {
"title": "Oops! Something went wrong",
"description": "An unexpected error occurred in the application. Our team has been notified.",
"technical_details": "Technical Details",
"actions": {
"retry": "Retry",
"reload": "Reload Page",
"go_back": "Go Back",
"report": "Report this error"
}
}
}