Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
38 changes: 35 additions & 3 deletions i18n/pages-en_US.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,31 @@
{
{
// REDIRECT CODES
// =======================================================

"301": {
"title": "Moved Permanently",
"message": "We found it elsewhere."
},
"302": {
"title": "Found",
"message": "We found it elsewhere."
},

"303": {
"title": "See Other",
"message": "We found it elsewhere."
},

"307": {
"title": "Temporary Redirect",
"message": "We found it elsewhere."
},

"308": {
"title": "Permanent Redirect",
"message": "We found it elsewhere."
},

// STANDARD ERROR CODES
// =======================================================

Expand All @@ -21,7 +48,12 @@
"title": "Resource not found",
"message": "The requested resource could not be found but may be available again in the future."
},


"405": {
"title": "Method Not Allowed",
"message": "A request method is not supported for the requested resource."
},

// internal server error
"500": {
"title": "Webservice currently unavailable",
Expand Down Expand Up @@ -72,4 +104,4 @@
"title": "Scheduled Maintenance",
"message": "This site is currently down for maintenance.\nOur service team is working hard to bring it back online soon."
}
}
}