Soundsystem weiter ausgebaut
This commit is contained in:
@@ -1,3 +1,13 @@
|
||||
# ── Dialog ───────────────────────────────────────────────────────────────────
|
||||
dialog.exit=Gespräch beenden
|
||||
dialog.hint.advance=► Rechtsklick für nächste Seite
|
||||
dialog.hint.continue=► Rechtsklick zum Weiter
|
||||
dialog.speaker.player=Spieler
|
||||
|
||||
# ── Interactables ─────────────────────────────────────────────────────────────
|
||||
interactable.bench.name=Bank
|
||||
interactable.bed.name=Bett
|
||||
|
||||
# ── Items ────────────────────────────────────────────────────────────────────
|
||||
item.driftwood.name=Treibholz
|
||||
item.driftwood.description=Ein ans Ufer gespültes Stück Holz. Könnte nützlich sein.
|
||||
@@ -16,3 +26,56 @@ quest.intro.success=Du hast einen Unterschlupf gefunden. Ruh dich aus — morgen
|
||||
# ── Dialog ───────────────────────────────────────────────────────────────────
|
||||
dialog.fisherman.greet.hero=Hallo? Ist da jemand?
|
||||
dialog.fisherman.greet.npc=Hier drüben! Dem Himmel sei Dank, du lebst noch.
|
||||
|
||||
# ── Hauptmenü ────────────────────────────────────────────────────────────────
|
||||
menu.main.btn.new_game=Neues Spiel
|
||||
menu.main.btn.continue=Fortsetzen
|
||||
menu.main.btn.load=Spiel laden
|
||||
menu.main.btn.options=Optionen
|
||||
menu.main.btn.quit=Beenden
|
||||
|
||||
# ── Pausemenü ────────────────────────────────────────────────────────────────
|
||||
menu.pause.title=PAUSE
|
||||
menu.pause.btn.graphics=Grafik
|
||||
menu.pause.btn.audio=Audio
|
||||
menu.pause.btn.controls=Steuerung
|
||||
menu.pause.btn.save=Speichern
|
||||
menu.pause.btn.quit=Beenden
|
||||
|
||||
# ── Grafikeinstellungen ───────────────────────────────────────────────────────
|
||||
menu.graphics.title=GRAFIKEINSTELLUNGEN
|
||||
menu.graphics.row.resolution=Auflösung
|
||||
menu.graphics.row.fullscreen=Vollbild
|
||||
menu.graphics.row.vsync=VSync
|
||||
menu.graphics.row.aa=Kantenglättung
|
||||
menu.graphics.val.on=An
|
||||
menu.graphics.val.off=Aus
|
||||
menu.graphics.btn.apply=Übernehmen
|
||||
menu.graphics.btn.cancel=Abbrechen
|
||||
|
||||
# ── Audioeinstellungen ────────────────────────────────────────────────────────
|
||||
menu.audio.title=AUDIOEINSTELLUNGEN
|
||||
menu.audio.row.master=Gesamtlautstärke
|
||||
menu.audio.row.music=Musik
|
||||
menu.audio.row.speech=Sprache
|
||||
menu.audio.row.effects=Effekte
|
||||
menu.audio.row.ambient=Ambient
|
||||
menu.audio.btn.apply=Übernehmen
|
||||
menu.audio.btn.cancel=Abbrechen
|
||||
|
||||
# ── Tastenbelegung ────────────────────────────────────────────────────────────
|
||||
menu.controls.title=TASTENBELEGUNG
|
||||
menu.controls.hint=Klicke eine Taste um sie neu zu belegen
|
||||
menu.controls.btn.save=Speichern
|
||||
menu.controls.btn.cancel=Abbrechen
|
||||
|
||||
key.forward=Vorwärts
|
||||
key.backward=Rückwärts
|
||||
key.left=Links
|
||||
key.right=Rechts
|
||||
key.jump=Springen
|
||||
key.sprint=Rennen
|
||||
key.walk=Gehen
|
||||
key.interact=Interagieren
|
||||
key.inventory=Inventar
|
||||
key.quicksave=Schnellspeichern
|
||||
|
||||
@@ -1,3 +1,13 @@
|
||||
# ── 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.
|
||||
@@ -16,3 +26,56 @@ quest.intro.success=You have found shelter. Rest now — tomorrow brings new dan
|
||||
# ── 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.val.on=On
|
||||
menu.graphics.val.off=Off
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user