A slight translation update

This commit is contained in:
Alexander Yakovlev 2015-12-25 22:37:01 +07:00
parent 3d68ca3bc9
commit b5a2916418
2 changed files with 3 additions and 3 deletions

View File

@ -27,7 +27,7 @@ markdown = new md({
undum.game.id = "7a1aba32-f0fd-4e3b-ba5a-59e3fa9e6012" undum.game.id = "7a1aba32-f0fd-4e3b-ba5a-59e3fa9e6012"
# You bump the version each time you make a save-breaking bug, i.e. change the game logic. # You bump the version each time you make a save-breaking bug, i.e. change the game logic.
# Comment and text changes should be fine. # Comment and text changes should be fine.
undum.game.version = "3.6" undum.game.version = "3.8"
a = require('raconteur/lib/elements.js').a a = require('raconteur/lib/elements.js').a
# link to a different situation. Styled differently. Not used in this project. # link to a different situation. Styled differently. Not used in this project.

View File

@ -50,7 +50,7 @@ module.exports.language =
"I. Hate. Machines.", "I. Hate. Machines.",
"MECHANOID ANNIHILATION", "MECHANOID ANNIHILATION",
'Destroy the mechanoids', 'Destroy the mechanoids',
"Send a bullet to robot", "Send a round to robot",
"Send a bullet with explosion", "Send a bullet with explosion",
"Push the trigger FOR THE HUMANITY", "Push the trigger FOR THE HUMANITY",
"Sit down and shoot from a hip", "Sit down and shoot from a hip",
@ -69,7 +69,7 @@ module.exports.language =
] ]
enemies: 'Enemies ahead' enemies: 'Enemies ahead'
clips: 'Cartridges' clips: 'Cartridges'
bullets: 'Bullets in cartridge' bullets: 'Rounds in cartridge'
clips_found: [ clips_found: [
'Aha! Got one. I hope it has some ammo.', 'Aha! Got one. I hope it has some ammo.',
"Eh, here's one. Looks heavy -- I hope it has some ammo.", "Eh, here's one. Looks heavy -- I hope it has some ammo.",