shitman/assets/translations/en.json
zeyus f7a08a5099
All checks were successful
/ build-web (push) Successful in 3m24s
Added touch controls.
2025-08-04 11:50:47 +02:00

65 lines
2.3 KiB
JSON

{
"game": {
"title": "SHITMAN",
"subtitle": "Hitman, but shit",
"description": "Sneak around and leave flaming poop bags\nstealthy and stinky."
},
"menu": {
"start_mission": "START MISSION",
"infinite_mode": "INFINITE MODE",
"settings": "SETTINGS",
"main_menu": "MAIN MENU",
"resume": "RESUME",
"back_to_menu": "BACK TO MENU"
},
"gameplay": {
"hidden": "Hidden",
"visible": "Visible",
"detected": "DETECTED!",
"find_target": "Find target house",
"place_poop": "Place poop bag",
"ring_doorbell": "Ring doorbell",
"escape": "ESCAPE!",
"mission_complete": "Mission Complete!",
"mission_failed": "Mission Failed!"
},
"controls": {
"move": "WASD/Arrow Keys: Move",
"place_bag": "SPACE: Place poop bag",
"ring_bell": "E: Ring doorbell",
"pause": "ESC: Pause"
},
"ui": {
"paused": "PAUSED",
"debug_mode": "Debug Mode:",
"close": "Close"
},
"settings": {
"gameplay": "Gameplay",
"accessibility": "Accessibility",
"show_vision_cones": "Show Vision Cones",
"show_detection_radius": "Show Detection Areas",
"vision_cones_help": "Shows field of view for enemies and player",
"detection_help": "Shows detection areas around security features",
"touch_controls": "Touch Controls",
"touch_controls_help": "Enable on-screen virtual joystick and buttons",
"language_title": "Language",
"language": {
"english": "English",
"danish": "Dansk",
"german": "Deutsch"
}
},
"messages": {
"placing_poop": "Placing poop bag at position",
"attempting_doorbell": "Attempting to ring doorbell",
"poop_lit": "Ding dong! Poop bag is lit! RUN!",
"need_poop_first": "Need to place poop bag first!",
"not_near_door": "Not near target house door",
"near_target": "Near target house with poop bag placed!",
"player_detected": "Player detected! Mission failed!",
"new_target": "New target selected",
"poop_burning": "Poop bag is now on fire!",
"poop_extinguished": "Poop bag has burned out"
}
}