17 lines
480 B
YAML
17 lines
480 B
YAML
# General
|
|
site.name: EscapePage
|
|
nav.home: Home
|
|
nav.game: Game
|
|
link.enter_game: Enter the Game Area
|
|
link.back_to_website: Back to Website
|
|
|
|
# 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."
|