Adds a /looking-for-help page listing the open volunteer request and links it from the site footer on every page.
22 lines
593 B
YAML
22 lines
593 B
YAML
# General
|
|
site.name: EscapePage
|
|
nav.home: Home
|
|
nav.game: Game
|
|
nav.admin: Admin
|
|
nav.login: Login
|
|
nav.register: Register
|
|
nav.logout: Logout
|
|
link.enter_game: Enter the Game Area
|
|
link.back_to_website: Back to Website
|
|
footer.help_wanted: Looking for Help
|
|
|
|
# Home page
|
|
home.title: "Welcome | EscapePage"
|
|
home.h1: "Welcome to EscapePage"
|
|
home.description: "This is the public website. Minimal interaction, information about the game, and links."
|
|
|
|
# Game hub
|
|
game.title: "Game Hub | EscapePage"
|
|
game.h1: "Game Area"
|
|
game.description: "This is the game hub. Interactive components will be built here."
|