Custom 404/Error page (#133)

* feat(frontend): custom 404 + error page with intl formatting

* style(frontend): add styling for error message
This commit is contained in:
Alex Zoitos
2020-10-20 21:23:19 -04:00
committed by GitHub
parent 1f9cbbfdf1
commit f628903577
5 changed files with 132 additions and 20 deletions

View File

@@ -31,5 +31,24 @@
"components.PendingRequest.pendingdescription": "This title was requested by {username} ({email}) on {date}",
"components.PendingRequest.pendingtitle": "Pending Request",
"components.RequestModal.cancelrequest": "This will remove your request. Are you sure you want to continue?",
"components.RequestModal.requestadmin": "Your request will be immediately approved. Do you wish to continue?"
"components.RequestModal.requestadmin": "Your request will be immediately approved.",
"components.TvDetails.available": "Available",
"components.TvDetails.cancelrequest": "Cancel Request",
"components.TvDetails.cast": "Cast",
"components.TvDetails.originallanguage": "Original Language",
"components.TvDetails.overview": "Overview",
"components.TvDetails.overviewunavailable": "Overview unavailable",
"components.TvDetails.pending": "Pending",
"components.TvDetails.recommendations": "Recommendations",
"components.TvDetails.request": "Request",
"components.TvDetails.similar": "Similar Series",
"components.TvDetails.status": "Status",
"components.TvDetails.unavailable": "Unavailable",
"components.TvDetails.userrating": "User Rating",
"pages.internalServerError": "{statusCode} - Internal Server Error",
"pages.oops": "Oops",
"pages.pageNotFound": "404 - Page Not Found",
"pages.returnHome": "Return Home",
"pages.serviceUnavailable": "{statusCode} - Service Unavailable",
"pages.somethingWentWrong": "{statusCode} - Something went wrong"
}