Files
Escapepage/translations/messages.en.yaml
T
FrankandClaude Sonnet 5 703d2af3d8 Add admin nav link and reuse site header/footer on admin pages
Admins now see an Admin link in the main navigation, and the admin
section inherits the branded header/footer from layout/site.html.twig
instead of the bare base layout.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
2026-07-04 19:15:24 +02:00

21 lines
556 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
# 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."