Files
blight/blight-lang/src/main/resources/lang/messages_en.properties

93 lines
4.5 KiB
Properties

# ── Dialog ───────────────────────────────────────────────────────────────────
dialog.exit=End conversation
dialog.hint.advance=► Right-click for next page
dialog.hint.continue=► Right-click to continue
dialog.speaker.player=Player
# ── Interactables ─────────────────────────────────────────────────────────────
interactable.bench.name=Bench
interactable.bed.name=Bed
# ── Items ────────────────────────────────────────────────────────────────────
item.driftwood.name=Driftwood
item.driftwood.description=A piece of wood washed ashore. Could be useful.
item.rope.name=Rope
item.rope.description=A frayed piece of rope. Still holds.
item.knife.name=Knife
item.knife.description=A simple but sharp blade.
# ── Quests ───────────────────────────────────────────────────────────────────
quest.intro.title=Washed Ashore
quest.intro.description=You survived the shipwreck. Find shelter before nightfall.
quest.intro.success=You have found shelter. Rest now — tomorrow brings new dangers.
# ── NPCs ─────────────────────────────────────────────────────────────────────
silas.name=Silas
# ── Dialog ───────────────────────────────────────────────────────────────────
dialog.fisherman.greet.hero=Hello? Is someone there?
dialog.fisherman.greet.npc=Over here! Thank the gods you are alive.
# ── Main Menu ─────────────────────────────────────────────────────────────────
menu.main.btn.new_game=New Game
menu.main.btn.continue=Continue
menu.main.btn.load=Load Game
menu.main.btn.options=Options
menu.main.btn.quit=Quit
# ── Pause Menu ────────────────────────────────────────────────────────────────
menu.pause.title=PAUSE
menu.pause.btn.graphics=Graphics
menu.pause.btn.audio=Audio
menu.pause.btn.controls=Controls
menu.pause.btn.save=Save
menu.pause.btn.quit=Quit
# ── Graphics Settings ─────────────────────────────────────────────────────────
menu.graphics.title=GRAPHICS SETTINGS
menu.graphics.row.resolution=Resolution
menu.graphics.row.fullscreen=Fullscreen
menu.graphics.row.vsync=VSync
menu.graphics.row.aa=Anti-aliasing
menu.graphics.row.viewdist=View Distance
menu.graphics.val.on=On
menu.graphics.val.off=Off
menu.graphics.val.viewdist.short=Short
menu.graphics.val.viewdist.normal=Normal
menu.graphics.val.viewdist.far=Far
menu.graphics.row.shadow=Shadow Quality
menu.graphics.val.shadow.low=Low
menu.graphics.val.shadow.medium=Medium
menu.graphics.val.shadow.high=High
menu.graphics.btn.apply=Apply
menu.graphics.btn.cancel=Cancel
# ── Audio Settings ────────────────────────────────────────────────────────────
menu.audio.title=AUDIO SETTINGS
menu.audio.row.master=Master Volume
menu.audio.row.music=Music
menu.audio.row.speech=Speech
menu.audio.row.effects=Effects
menu.audio.row.ambient=Ambient
menu.audio.btn.apply=Apply
menu.audio.btn.cancel=Cancel
# ── Controls ─────────────────────────────────────────────────────────────────
menu.controls.title=CONTROLS
menu.controls.hint=Click a key to rebind it
menu.controls.btn.save=Save
menu.controls.btn.cancel=Cancel
key.forward=Forward
key.backward=Backward
key.left=Left
key.right=Right
key.jump=Jump
key.sprint=Sprint
key.walk=Walk
key.interact=Interact
key.inventory=Inventory
key.quicksave=Quick Save