24 lines
808 B
JSON
24 lines
808 B
JSON
{
|
|
"meta": {
|
|
"title": "Wikipedia Game Solver",
|
|
"description": "The Wikipedia Game involves players competing to navigate from one Wikipedia page to another using only internal links.",
|
|
"all-rights-reserved": "All rights reserved"
|
|
},
|
|
"locales": {
|
|
"en-US": "🇺🇸 English",
|
|
"fr-FR": "🇫🇷 French"
|
|
},
|
|
"errors": {
|
|
"error": "Error",
|
|
"page-doesnt-exist": "This page doesn't exist!",
|
|
"not-found": "Not Found",
|
|
"server-error": "Internal Server Error!",
|
|
"return-to-home-page": "Return to the home page?",
|
|
"try-again": "Try again ?"
|
|
},
|
|
"home": {
|
|
"title": "Wikipedia Game Solver",
|
|
"description": "The Wikipedia Game involves players competing to navigate from one <wikipedia>Wikipedia</wikipedia> page to another using only internal links."
|
|
}
|
|
}
|