-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
9 changed files
with
25 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
{ | ||
"name": "Bad Request", | ||
"message": "The server cannot process the request due to a client error." | ||
"message": "The server can not process the bad syntax request due to a client error." | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
{ | ||
"name": "Forbidden", | ||
"message": "The server understood the request but refuses to authorize it." | ||
"message": "You are not allowed to access this page according to the server settings. You can also verify the address you have just tried to open." | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
{ | ||
"name": "Not Found", | ||
"message": "The origin server did not find a current representation for the target resource or is not willing to disclose that one exists." | ||
"message": "The requested page does not exist on the server or it has been moved to another place. You can also verify the address you have just tried to open." | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
{ | ||
"name": "Gone", | ||
"message": "You have just tried to request a page that previously existed, but has been permanently removed from the Internet and will no longer appear here." | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
{ | ||
"name": "Internal Server Error", | ||
"message": "An unexpected error happened during process your request or it is an incorrect server configuration. Try to get this page later." | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
{ | ||
"name": "Bad Gateway", | ||
"message": "The server is configured as a gateway or proxy, and it is not receiving a valid response from the backend servers that should actually fulfill yuor request. Try to get this page later." | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
{ | ||
"name": "Service Unavailable", | ||
"message": "The server is overloaded or under maintenance, and can not process you request. Try to get this page later." | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
{ | ||
"name": "Gateway Timeout", | ||
"message": "The server is configured as a gateway or proxy server, and it is not receiving a response from the backend servers within the allowed time period. Try to get this page later." | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"apology": "We are sorry for the inconvenience.", | ||
"comment": "Created with Error Pages", | ||
"comment-aria": "Visit Error Pages repository", | ||
"comment-aria": "Visit Error Pages repository on GitHub", | ||
"go-back": "Go back", | ||
"go-back-aria": "Return to previous page" | ||
"go-back-aria": "Go back to a previous page" | ||
} |