diff --git a/README.md b/README.md index 7e53e3a..00fdfdb 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ a minimalist text adventure game for your browser Available Languages Chinese (Simplified) - Chinese (Traditional) + Chinese (Traditional) English French @@ -30,8 +30,10 @@ a minimalist text adventure game for your browser Spanish Swedish + Thai Turkish Ukrainian + Vietnamese diff --git a/css/dark.css b/css/dark.css index 1fa732e..2d04f7c 100644 --- a/css/dark.css +++ b/css/dark.css @@ -3,10 +3,6 @@ body { color: #EEE; } -.customSelectOptions > ul { - background-color: #272823; -} - div.headerButton { border-left: 1px solid #EEE; } diff --git a/css/main.css b/css/main.css index 89dc0e7..869d6e7 100644 --- a/css/main.css +++ b/css/main.css @@ -69,6 +69,7 @@ div#header { right: 10px; bottom: 10px; color: #666; + z-index: 10; } .menu span { @@ -97,11 +98,10 @@ span.customSelectOptions { bottom: 0; position: absolute; right: 0; - background-color: white; } .customSelectOptions > ul:hover { - max-height: 450px; + max-height: 600px; } .customSelectOptions > ul > li { @@ -127,6 +127,10 @@ span.customSelectOptions { text-decoration: underline; } +.menu .appStore { + font-weight: bold; +} + div.headerButton { font-size: 18px; cursor: pointer; diff --git a/css/space.css b/css/space.css index 61705e6..b044231 100644 --- a/css/space.css +++ b/css/space.css @@ -144,11 +144,11 @@ position:relative; } -.endGameRestart { +.endGameOption { font-size: 32px; cursor: pointer; } -.endGameRestart:hover { +.endGameOption:hover { text-decoration: underline; } diff --git a/lang/adarkroom.pot b/lang/adarkroom.pot index 177c226..aa1a210 100644 --- a/lang/adarkroom.pot +++ b/lang/adarkroom.pot @@ -3,401 +3,427 @@ # This file is distributed under the same license as the PROJECT project. # FIRST AUTHOR , 2015. # +#, fuzzy msgid "" msgstr "" "Project-Id-Version: PROJECT VERSION\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2015-02-07 20:22+0800\n" -"PO-Revision-Date: 2015-05-01 00:21+0100\n" -"Last-Translator: \n" +"POT-Creation-Date: 2015-12-22 13:35-0600\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 1.3\n" -"X-Generator: Poedit 1.7.6\n" -"X-Poedit-Basepath: ../\n" -"Language-Team: \n" +"Generated-By: Babel 2.1.1\n" -#: script/dropbox.js:64 +#: script/dropbox.js:62 msgid "Dropbox connection" msgstr "" -#: script/dropbox.js:67 +#: script/dropbox.js:65 msgid "connect game to dropbox local storage" msgstr "" -# command -#: script/dropbox.js:70 +#: script/dropbox.js:68 msgid "connect" msgstr "" -# command -#: script/dropbox.js:77 script/dropbox.js:109 script/dropbox.js:136 -#: script/dropbox.js:167 script/engine.js:278 script/engine.js:311 +#: script/dropbox.js:75 script/dropbox.js:107 script/dropbox.js:133 +#: script/dropbox.js:163 script/engine.js:285 script/engine.js:331 msgid "cancel" msgstr "" -#: script/dropbox.js:88 script/dropbox.js:180 +#: script/dropbox.js:86 script/dropbox.js:176 msgid "Dropbox Export / Import" msgstr "" -#: script/dropbox.js:91 +#: script/dropbox.js:89 msgid "export or import save data to dropbox datastorage" msgstr "" -#: script/dropbox.js:92 +#: script/dropbox.js:90 msgid "your are connected to dropbox with account / email " msgstr "" -# command -#: script/dropbox.js:95 +#: script/dropbox.js:93 msgid "save" msgstr "" -# command -#: script/dropbox.js:99 +#: script/dropbox.js:97 msgid "load" msgstr "" -# command -#: script/dropbox.js:104 +#: script/dropbox.js:102 msgid "signout" msgstr "" -#: script/dropbox.js:115 +#: script/dropbox.js:113 msgid "choose one slot to save to" msgstr "" -#: script/dropbox.js:121 +#: script/dropbox.js:119 msgid "save to slot" msgstr "" -#: script/dropbox.js:144 +#: script/dropbox.js:141 msgid "choose one slot to load from" msgstr "" -#: script/dropbox.js:151 +#: script/dropbox.js:148 msgid "load from slot" msgstr "" -#: script/dropbox.js:183 +#: script/dropbox.js:179 msgid "successfully saved to dropbox datastorage" msgstr "" -#: script/dropbox.js:184 +#: script/dropbox.js:180 msgid "error while saving to dropbox datastorage" msgstr "" -#: script/dropbox.js:187 +#: script/dropbox.js:183 msgid "ok" msgstr "" -#: script/engine.js:16 +#: script/engine.js:15 msgid "boxer" msgstr "" -#: script/engine.js:17 +#: script/engine.js:16 msgid "punches do more damage" msgstr "" -#: script/engine.js:20 +#: script/engine.js:18 msgid "learned to throw punches with purpose" msgstr "" -#: script/engine.js:23 +#: script/engine.js:21 msgid "martial artist" msgstr "" -#: script/engine.js:24 +#: script/engine.js:22 msgid "punches do even more damage." msgstr "" -#: script/engine.js:25 +#: script/engine.js:23 msgid "learned to fight quite effectively without weapons" msgstr "" -#: script/engine.js:30 +#: script/engine.js:27 msgid "unarmed master" msgstr "" -#: script/engine.js:31 +#: script/engine.js:28 msgid "punch twice as fast, and with even more force" msgstr "" -#: script/engine.js:32 +#: script/engine.js:29 msgid "learned to strike faster without weapons" msgstr "" -#: script/engine.js:35 +#: script/engine.js:32 msgid "barbarian" msgstr "" -#: script/engine.js:36 +#: script/engine.js:33 msgid "melee weapons deal more damage" msgstr "" -#: script/engine.js:37 +#: script/engine.js:34 msgid "learned to swing weapons with force" msgstr "" -#: script/engine.js:40 +#: script/engine.js:37 msgid "slow metabolism" msgstr "" -#: script/engine.js:41 +#: script/engine.js:38 msgid "go twice as far without eating" msgstr "" -#: script/engine.js:42 +#: script/engine.js:39 msgid "learned how to ignore the hunger" msgstr "" -#: script/engine.js:45 +#: script/engine.js:42 msgid "desert rat" msgstr "" -#: script/engine.js:46 +#: script/engine.js:43 msgid "go twice as far without drinking" msgstr "" -#: script/engine.js:47 +#: script/engine.js:44 msgid "learned to love the dry air" msgstr "" -#: script/engine.js:50 +#: script/engine.js:47 msgid "evasive" msgstr "" -#: script/engine.js:51 +#: script/engine.js:48 msgid "dodge attacks more effectively" msgstr "" -#: script/engine.js:52 +#: script/engine.js:49 msgid "learned to be where they're not" msgstr "" -#: script/engine.js:55 +#: script/engine.js:52 msgid "precise" msgstr "" -#: script/engine.js:56 +#: script/engine.js:53 msgid "land blows more often" msgstr "" -#: script/engine.js:57 +#: script/engine.js:54 msgid "learned to predict their movement" msgstr "" -#: script/engine.js:60 +#: script/engine.js:57 msgid "scout" msgstr "" -#: script/engine.js:61 +#: script/engine.js:58 msgid "see farther" msgstr "" -#: script/engine.js:62 +#: script/engine.js:59 msgid "learned to look ahead" msgstr "" -#: script/engine.js:65 +#: script/engine.js:62 msgid "stealthy" msgstr "" -#: script/engine.js:66 +#: script/engine.js:63 msgid "better avoid conflict in the wild" msgstr "" -#: script/engine.js:67 +#: script/engine.js:64 msgid "learned how not to be seen" msgstr "" -#: script/engine.js:70 +#: script/engine.js:67 msgid "gastronome" msgstr "" -#: script/engine.js:71 +#: script/engine.js:68 msgid "restore more health when eating" msgstr "" -#: script/engine.js:72 +#: script/engine.js:69 msgid "learned to make the most of food" msgstr "" -#: script/engine.js:142 script/engine.js:481 -msgid "lights off." -msgstr "" - -#: script/engine.js:148 script/space.js:450 -msgid "restart." -msgstr "" - -#: script/engine.js:154 -msgid "share." -msgstr "" - -#: script/engine.js:160 -msgid "save." -msgstr "" - -#: script/engine.js:169 -msgid "dropbox." -msgstr "" - -#: script/engine.js:176 +#: script/engine.js:138 script/space.js:450 msgid "app store." msgstr "" -#: script/engine.js:182 +#: script/engine.js:144 script/engine.js:485 +msgid "lights off." +msgstr "" + +#: script/engine.js:150 script/engine.js:521 +msgid "hyper." +msgstr "" + +#: script/engine.js:156 script/space.js:442 +msgid "restart." +msgstr "" + +#: script/engine.js:162 +msgid "share." +msgstr "" + +#: script/engine.js:168 +msgid "save." +msgstr "" + +#: script/engine.js:177 +msgid "dropbox." +msgstr "" + +#: script/engine.js:184 msgid "github." msgstr "" -#: script/engine.js:261 +#: script/engine.js:268 msgid "Export / Import" msgstr "" -# line 1 -#: script/engine.js:265 +#: script/engine.js:272 msgid "export or import save data, for backing up" msgstr "" -# line 2 -#: script/engine.js:266 +#: script/engine.js:273 msgid "or migrating computers" msgstr "" -# command -#: script/engine.js:270 +#: script/engine.js:277 msgid "export" msgstr "" -# command -#: script/engine.js:274 script/engine.js:306 +#: script/engine.js:281 script/engine.js:326 msgid "import" msgstr "" -#: script/engine.js:285 -msgid "are you sure?" -msgstr "" - -#: script/engine.js:286 -msgid "if the code is invalid, all data will be lost." -msgstr "" - -#: script/engine.js:287 -msgid "this is irreversible." -msgstr "" - -# command -#: script/engine.js:291 script/engine.js:377 -msgid "yes" -msgstr "" - -# command -#: script/engine.js:296 script/engine.js:382 -msgid "no" -msgstr "" - -#: script/engine.js:302 -msgid "put the save code here." -msgstr "" - -#: script/engine.js:334 -msgid "Export" -msgstr "" - -#: script/engine.js:337 +#: script/engine.js:291 msgid "save this." msgstr "" -# command -#: script/engine.js:342 +#: script/engine.js:297 msgid "got it" msgstr "" -#: script/engine.js:371 -msgid "Restart?" +#: script/engine.js:305 +msgid "are you sure?" +msgstr "" + +#: script/engine.js:306 +msgid "if the code is invalid, all data will be lost." +msgstr "" + +#: script/engine.js:307 +msgid "this is irreversible." +msgstr "" + +#: script/engine.js:311 script/engine.js:380 script/engine.js:499 +msgid "yes" +msgstr "" + +#: script/engine.js:316 script/engine.js:385 script/engine.js:504 +msgid "no" +msgstr "" + +#: script/engine.js:322 +msgid "put the save code here." msgstr "" #: script/engine.js:374 +msgid "Restart?" +msgstr "" + +#: script/engine.js:377 msgid "restart the game?" msgstr "" -#: script/engine.js:405 +#: script/engine.js:408 msgid "Share" msgstr "" -#: script/engine.js:408 +#: script/engine.js:411 msgid "bring your friends." msgstr "" -#: script/engine.js:411 +#: script/engine.js:414 msgid "facebook" msgstr "" -#: script/engine.js:418 +#: script/engine.js:421 msgid "google+" msgstr "" -#: script/engine.js:425 +#: script/engine.js:428 msgid "twitter" msgstr "" -#: script/engine.js:432 +#: script/engine.js:435 msgid "reddit" msgstr "" -#: script/engine.js:439 +#: script/engine.js:442 msgid "close" msgstr "" -#: script/engine.js:474 script/engine.js:477 +#: script/engine.js:476 script/engine.js:480 msgid "lights on." msgstr "" -# {0}: production/consumption unit -# {1}: number of seconds -#: script/engine.js:584 +#: script/engine.js:493 +msgid "Go Hyper?" +msgstr "" + +#: script/engine.js:496 +msgid "turning hyper mode speeds up the game to x2 speed. do you want to do that?" +msgstr "" + +#: script/engine.js:519 +msgid "classic." +msgstr "" + +#: script/engine.js:620 msgid "{0} per {1}s" msgstr "" -# command -#: script/events.js:142 +#: script/events.js:130 msgid "eat meat" msgstr "" -# command -#: script/events.js:162 +#: script/events.js:150 msgid "use meds" msgstr "" -#: script/events.js:360 script/events.js:405 +#: script/events.js:350 script/events.js:395 msgid "miss" msgstr "" -#: script/events.js:373 script/events.js:418 +#: script/events.js:363 script/events.js:408 msgid "stunned" msgstr "" -# command -#: script/events.js:494 script/events/global.js:42 script/events/global.js:59 -#: script/events/room.js:142 script/events/room.js:162 -#: script/events/room.js:182 script/events/setpieces.js:25 -#: script/events/setpieces.js:48 script/events/setpieces.js:65 -#: script/events/setpieces.js:83 script/events/setpieces.js:106 -#: script/events/setpieces.js:537 script/events/setpieces.js:1255 -#: script/events/setpieces.js:2953 script/events/setpieces.js:2987 -#: script/events/setpieces.js:3010 script/events/setpieces.js:3047 -#: script/events/setpieces.js:3100 script/events/setpieces.js:3129 -#: script/events/setpieces.js:3175 script/events/setpieces.js:3302 -#: script/events/setpieces.js:3324 script/events/setpieces.js:3444 -#: script/events/setpieces.js:3468 script/events/setpieces.js:3501 -#: script/events/setpieces.js:3520 script/events/setpieces.js:3545 -#: script/events/setpieces.js:3573 +#: script/events.js:482 script/events.js:653 script/events/global.js:42 +#: script/events/global.js:59 script/events/room.js:142 +#: script/events/room.js:162 script/events/room.js:182 +#: script/events/setpieces.js:25 script/events/setpieces.js:48 +#: script/events/setpieces.js:65 script/events/setpieces.js:83 +#: script/events/setpieces.js:106 script/events/setpieces.js:536 +#: script/events/setpieces.js:1254 script/events/setpieces.js:2948 +#: script/events/setpieces.js:2982 script/events/setpieces.js:3005 +#: script/events/setpieces.js:3042 script/events/setpieces.js:3095 +#: script/events/setpieces.js:3124 script/events/setpieces.js:3170 +#: script/events/setpieces.js:3297 script/events/setpieces.js:3319 +#: script/events/setpieces.js:3439 script/events/setpieces.js:3463 +#: script/events/setpieces.js:3496 script/events/setpieces.js:3515 +#: script/events/setpieces.js:3539 script/events/setpieces.js:3567 msgid "leave" msgstr "" -#: script/events.js:780 +#: script/events.js:511 +msgid "drop:" +msgstr "" + +#: script/events.js:536 script/events/room.js:523 +msgid "nothing" +msgstr "" + +#: script/events.js:567 script/events/setpieces.js:3551 +msgid "take" +msgstr "" + +#: script/events.js:577 +msgid "take:" +msgstr "" + +#: script/events.js:599 +msgid "nothing to take" +msgstr "" + +#: script/events.js:627 +msgid "all" +msgstr "" + +#: script/events.js:649 +msgid "take everything" +msgstr "" + +#: script/events.js:653 script/outside.js:627 +msgid " and " +msgstr "" + +#: script/events.js:896 msgid "*** EVENT ***" msgstr "" @@ -437,15 +463,15 @@ msgstr "" msgid "charm" msgstr "" -#: script/localization.js:13 script/path.js:148 +#: script/localization.js:13 script/path.js:138 msgid "leather" msgstr "" -#: script/localization.js:14 script/path.js:146 +#: script/localization.js:14 script/path.js:136 msgid "iron" msgstr "" -#: script/localization.js:15 script/path.js:144 +#: script/localization.js:15 script/path.js:134 msgid "steel" msgstr "" @@ -461,7 +487,7 @@ msgstr "" msgid "energy cell" msgstr "" -#: script/localization.js:19 script/room.js:167 +#: script/localization.js:19 script/room.js:161 msgid "torch" msgstr "" @@ -469,15 +495,15 @@ msgstr "" msgid "medicine" msgstr "" -#: script/localization.js:21 script/outside.js:20 +#: script/localization.js:21 script/outside.js:22 msgid "hunter" msgstr "" -#: script/localization.js:22 script/outside.js:28 +#: script/localization.js:22 script/outside.js:30 msgid "trapper" msgstr "" -#: script/localization.js:23 script/outside.js:36 +#: script/localization.js:23 script/outside.js:38 msgid "tanner" msgstr "" @@ -493,11 +519,11 @@ msgstr "" msgid "bayonet" msgstr "" -#: script/localization.js:27 script/outside.js:44 +#: script/localization.js:27 script/outside.js:46 msgid "charcutier" msgstr "" -#: script/localization.js:28 script/outside.js:53 +#: script/localization.js:28 script/outside.js:55 msgid "iron miner" msgstr "" @@ -505,7 +531,7 @@ msgstr "" msgid "iron mine" msgstr "" -#: script/localization.js:30 script/outside.js:61 +#: script/localization.js:30 script/outside.js:63 msgid "coal miner" msgstr "" @@ -513,7 +539,7 @@ msgstr "" msgid "coal mine" msgstr "" -#: script/localization.js:32 script/outside.js:69 +#: script/localization.js:32 script/outside.js:71 msgid "sulphur miner" msgstr "" @@ -521,15 +547,14 @@ msgstr "" msgid "sulphur mine" msgstr "" -#: script/localization.js:34 script/outside.js:86 +#: script/localization.js:34 script/outside.js:88 msgid "armourer" msgstr "" -#: script/localization.js:35 script/outside.js:77 +#: script/localization.js:35 script/outside.js:79 msgid "steelworker" msgstr "" -# use plural if your language admits it (like "teeth" and "scales") #: script/localization.js:36 msgid "bait" msgstr "" @@ -550,7 +575,7 @@ msgstr "" msgid "laser rifle" msgstr "" -#: script/localization.js:41 script/outside.js:13 +#: script/localization.js:41 script/outside.js:15 msgid "gatherer" msgstr "" @@ -642,862 +667,797 @@ msgstr "" msgid "the compass points southwest" msgstr "" -#: script/localization.js:72 -msgid "stores" -msgstr "" - -#: script/localization.js:73 -msgid "weapons" -msgstr "" - -# introduces available buildings -#: script/localization.js:74 -msgid "build:" -msgstr "" - -# introduces items which can be crafted -#: script/localization.js:75 -msgid "craft:" -msgstr "" - -# introduces list of marketable items -#: script/localization.js:76 -msgid "buy:" -msgstr "" - -#: script/localization.js:77 -msgid "supplies:" -msgstr "" - -#: script/localization.js:78 -msgid "perks:" -msgstr "" - -#: script/localization.js:79 -msgid "take:" -msgstr "" - -#: script/localization.js:80 -msgid "drop:" -msgstr "" - -#: script/localization.js:81 -msgid "forest" -msgstr "" - -#: script/localization.js:82 -msgid "village" -msgstr "" - #: script/outside.js:5 msgid "Outside" msgstr "" -#: script/outside.js:100 +#: script/outside.js:102 msgid "scraps of fur" msgstr "" -#: script/outside.js:105 +#: script/outside.js:107 msgid "bits of meat" msgstr "" -#: script/outside.js:110 +#: script/outside.js:112 msgid "strange scales" msgstr "" -#: script/outside.js:115 +#: script/outside.js:117 msgid "scattered teeth" msgstr "" -#: script/outside.js:120 +#: script/outside.js:122 msgid "tattered cloth" msgstr "" -#: script/outside.js:125 +#: script/outside.js:127 msgid "a crudely made charm" msgstr "" -#: script/outside.js:142 script/outside.js:536 +#: script/outside.js:143 script/outside.js:562 msgid "A Silent Forest" msgstr "" -# command -#: script/outside.js:170 +#: script/outside.js:169 msgid "gather wood" msgstr "" -#: script/outside.js:187 +#: script/outside.js:188 msgid "a stranger arrives in the night" msgstr "" -#: script/outside.js:189 +#: script/outside.js:190 msgid "a weathered family takes up in one of the huts." msgstr "" -#: script/outside.js:191 +#: script/outside.js:192 msgid "a small group arrives, all dust and bones." msgstr "" -#: script/outside.js:193 +#: script/outside.js:194 msgid "a convoy lurches in, equal parts worry and hope." msgstr "" -#: script/outside.js:195 +#: script/outside.js:196 msgid "the town's booming. word does get around." msgstr "" -# short for population -# mind the whitespace at the end! -#: script/outside.js:426 +#: script/outside.js:452 msgid "pop " msgstr "" -# command -#: script/outside.js:517 +#: script/outside.js:457 +msgid "forest" +msgstr "" + +#: script/outside.js:460 +msgid "village" +msgstr "" + +#: script/outside.js:543 msgid "check traps" msgstr "" -#: script/outside.js:538 +#: script/outside.js:564 msgid "A Lonely Hut" msgstr "" -#: script/outside.js:540 +#: script/outside.js:566 msgid "A Tiny Village" msgstr "" -#: script/outside.js:542 +#: script/outside.js:568 msgid "A Modest Village" msgstr "" -#: script/outside.js:544 +#: script/outside.js:570 msgid "A Large Village" msgstr "" -#: script/outside.js:546 +#: script/outside.js:572 msgid "A Raucous Village" msgstr "" -#: script/outside.js:558 +#: script/outside.js:584 msgid "the sky is grey and the wind blows relentlessly" msgstr "" -#: script/outside.js:568 +#: script/outside.js:594 msgid "dry brush and dead branches litter the forest floor" msgstr "" -# mind the whitespace at the end! -#: script/outside.js:596 +#: script/outside.js:621 msgid "the traps contain " msgstr "" -# separates the last object found in traps. -# mind the whitespaces at the beginning and end! -#: script/outside.js:603 -msgid " and " -msgstr "" - -#: script/path.js:33 script/path.js:312 +#: script/path.js:29 script/path.js:298 msgid "A Dusty Path" msgstr "" -# command -#: script/path.js:50 +#: script/path.js:37 +msgid "supplies:" +msgstr "" + +#: script/path.js:43 msgid "embark" msgstr "" -#: script/path.js:68 +#: script/path.js:60 script/room.js:1153 msgid "the compass points " msgstr "" -#: script/path.js:142 +#: script/path.js:102 +msgid "perks:" +msgstr "" + +#: script/path.js:132 msgid "none" msgstr "" -#: script/path.js:152 +#: script/path.js:142 msgid "armour" msgstr "" -#: script/path.js:164 +#: script/path.js:153 msgid "water" msgstr "" -# Legend for free space when embarking -#: script/path.js:243 script/world.js:306 +#: script/path.js:229 script/world.js:290 msgid "free {0}/{1}" msgstr "" -#: script/path.js:267 +#: script/path.js:253 msgid "weight" msgstr "" -#: script/path.js:269 +#: script/path.js:255 msgid "available" msgstr "" -#: script/room.js:22 +#: script/room.js:16 msgid "trap" msgstr "" -#: script/room.js:25 +#: script/room.js:19 msgid "" -"builder says she can make traps to catch any creatures might still be alive " -"out there" +"builder says she can make traps to catch any creatures might still be " +"alive out there" msgstr "" -#: script/room.js:26 +#: script/room.js:20 msgid "more traps to catch more creatures" msgstr "" -#: script/room.js:27 +#: script/room.js:21 msgid "more traps won't help now" msgstr "" -#: script/room.js:37 +#: script/room.js:31 msgid "cart" msgstr "" -#: script/room.js:40 +#: script/room.js:34 msgid "builder says she can make a cart for carrying wood" msgstr "" -#: script/room.js:41 +#: script/room.js:35 msgid "the rickety cart will carry more wood from the forest" msgstr "" -#: script/room.js:50 +#: script/room.js:44 msgid "hut" msgstr "" -#: script/room.js:53 +#: script/room.js:47 msgid "builder says there are more wanderers. says they'll work, too." msgstr "" -#: script/room.js:54 +#: script/room.js:48 msgid "builder puts up a hut, out in the forest. says word will get around." msgstr "" -#: script/room.js:55 +#: script/room.js:49 msgid "no more room for huts." msgstr "" -#: script/room.js:65 +#: script/room.js:59 msgid "lodge" msgstr "" -#: script/room.js:68 +#: script/room.js:62 msgid "villagers could help hunt, given the means" msgstr "" -#: script/room.js:69 +#: script/room.js:63 msgid "the hunting lodge stands in the forest, a ways out of town" msgstr "" -#: script/room.js:80 +#: script/room.js:74 msgid "trading post" msgstr "" -#: script/room.js:83 +#: script/room.js:77 msgid "a trading post would make commerce easier" msgstr "" -#: script/room.js:84 +#: script/room.js:78 msgid "" -"now the nomads have a place to set up shop, they might stick around a while" +"now the nomads have a place to set up shop, they might stick around a " +"while" msgstr "" -#: script/room.js:94 +#: script/room.js:88 msgid "tannery" msgstr "" -#: script/room.js:97 +#: script/room.js:91 msgid "builder says leather could be useful. says the villagers could make it." msgstr "" -#: script/room.js:98 +#: script/room.js:92 msgid "tannery goes up quick, on the edge of the village" msgstr "" -#: script/room.js:108 +#: script/room.js:102 msgid "smokehouse" msgstr "" -#: script/room.js:111 +#: script/room.js:105 msgid "" -"should cure the meat, or it'll spoil. builder says she can fix something up." +"should cure the meat, or it'll spoil. builder says she can fix something " +"up." msgstr "" -#: script/room.js:112 +#: script/room.js:106 msgid "builder finishes the smokehouse. she looks hungry." msgstr "" -#: script/room.js:122 +#: script/room.js:116 msgid "workshop" msgstr "" -#: script/room.js:125 +#: script/room.js:119 msgid "builder says she could make finer things, if she had the tools" msgstr "" -#: script/room.js:126 +#: script/room.js:120 msgid "workshop's finally ready. builder's excited to get to it" msgstr "" -#: script/room.js:137 +#: script/room.js:131 msgid "steelworks" msgstr "" -#: script/room.js:140 +#: script/room.js:134 msgid "builder says the villagers could make steel, given the tools" msgstr "" -#: script/room.js:141 +#: script/room.js:135 msgid "a haze falls over the village as the steelworks fires up" msgstr "" -#: script/room.js:152 +#: script/room.js:146 msgid "armoury" msgstr "" -#: script/room.js:155 +#: script/room.js:149 msgid "builder says it'd be useful to have a steady source of bullets" msgstr "" -#: script/room.js:156 +#: script/room.js:150 msgid "armoury's done, welcoming back the weapons of the past." msgstr "" -#: script/room.js:170 +#: script/room.js:164 msgid "a torch to keep the dark away" msgstr "" -#: script/room.js:179 +#: script/room.js:173 msgid "waterskin" msgstr "" -#: script/room.js:183 +#: script/room.js:177 msgid "this waterskin'll hold a bit of water, at least" msgstr "" -#: script/room.js:191 +#: script/room.js:185 msgid "cask" msgstr "" -#: script/room.js:195 +#: script/room.js:189 msgid "the cask holds enough water for longer expeditions" msgstr "" -#: script/room.js:204 +#: script/room.js:198 msgid "water tank" msgstr "" -#: script/room.js:208 +#: script/room.js:202 msgid "never go thirsty again" msgstr "" -#: script/room.js:217 +#: script/room.js:211 msgid "bone spear" msgstr "" -#: script/room.js:220 +#: script/room.js:214 msgid "this spear's not elegant, but it's pretty good at stabbing" msgstr "" -#: script/room.js:229 script/world.js:300 +#: script/room.js:223 script/world.js:285 msgid "rucksack" msgstr "" -#: script/room.js:233 +#: script/room.js:227 msgid "carrying more means longer expeditions to the wilds" msgstr "" -#: script/room.js:241 +#: script/room.js:235 msgid "wagon" msgstr "" -#: script/room.js:245 +#: script/room.js:239 msgid "the wagon can carry a lot of supplies" msgstr "" -#: script/room.js:254 +#: script/room.js:248 msgid "convoy" msgstr "" -#: script/room.js:258 +#: script/room.js:252 msgid "the convoy can haul mostly everything" msgstr "" -# short for "leather armour" -#: script/room.js:268 +#: script/room.js:262 msgid "l armour" msgstr "" -#: script/room.js:271 +#: script/room.js:265 msgid "leather's not strong. better than rags, though." msgstr "" -# short for "iron armour" -#: script/room.js:280 +#: script/room.js:274 msgid "i armour" msgstr "" -#: script/room.js:283 +#: script/room.js:277 msgid "iron's stronger than leather" msgstr "" -# short for "steel armour" -#: script/room.js:292 +#: script/room.js:286 msgid "s armour" msgstr "" -#: script/room.js:295 +#: script/room.js:289 msgid "steel's stronger than iron" msgstr "" -#: script/room.js:304 +#: script/room.js:298 msgid "iron sword" msgstr "" -#: script/room.js:307 +#: script/room.js:301 msgid "sword is sharp. good protection out in the wilds." msgstr "" -#: script/room.js:317 +#: script/room.js:311 msgid "steel sword" msgstr "" -#: script/room.js:320 +#: script/room.js:314 msgid "the steel is strong, and the blade true." msgstr "" -#: script/room.js:330 +#: script/room.js:324 msgid "rifle" msgstr "" -#: script/room.js:332 +#: script/room.js:326 msgid "black powder and bullets, like the old days." msgstr "" -#: script/room.js:464 +#: script/room.js:458 msgid "Room" msgstr "" -#: script/room.js:492 script/room.js:617 +#: script/room.js:485 script/room.js:604 msgid "A Dark Room" msgstr "" -# command -#: script/room.js:507 +#: script/room.js:498 msgid "light fire" msgstr "" -# command -#: script/room.js:518 +#: script/room.js:508 msgid "stoke fire" msgstr "" -# introduces "room state" -#: script/room.js:557 script/room.js:568 script/room.js:716 script/room.js:720 +#: script/room.js:545 script/room.js:555 script/room.js:703 script/room.js:707 msgid "the room is {0}" msgstr "" -# introduces "fire state" -#: script/room.js:558 script/room.js:567 script/room.js:685 +#: script/room.js:546 script/room.js:554 script/room.js:672 msgid "the fire is {0}" msgstr "" -#: script/room.js:578 +#: script/room.js:565 msgid "" -"the stranger is standing by the fire. she says she can help. says she builds " -"things." +"the stranger is standing by the fire. she says she can help. says she " +"builds things." msgstr "" -# room state -#: script/room.js:593 +#: script/room.js:580 msgid "freezing" msgstr "" -# room state -#: script/room.js:594 +#: script/room.js:581 msgid "cold" msgstr "" -# room state -#: script/room.js:595 +#: script/room.js:582 msgid "mild" msgstr "" -# room state -#: script/room.js:596 +#: script/room.js:583 msgid "warm" msgstr "" -# room state -#: script/room.js:597 +#: script/room.js:584 msgid "hot" msgstr "" -# fire state -#: script/room.js:609 +#: script/room.js:596 msgid "dead" msgstr "" -# fire state -#: script/room.js:610 +#: script/room.js:597 msgid "smoldering" msgstr "" -# fire state -#: script/room.js:611 +#: script/room.js:598 msgid "flickering" msgstr "" -# fire state -#: script/room.js:612 +#: script/room.js:599 msgid "burning" msgstr "" -# fire state -#: script/room.js:613 +#: script/room.js:600 msgid "roaring" msgstr "" -#: script/room.js:617 +#: script/room.js:604 msgid "A Firelit Room" msgstr "" -#: script/room.js:655 +#: script/room.js:642 msgid "not enough wood to get the fire going" msgstr "" -#: script/room.js:668 +#: script/room.js:655 msgid "the wood has run out" msgstr "" -#: script/room.js:688 +#: script/room.js:675 msgid "the light from the fire spills from the windows, out into the dark" msgstr "" -#: script/room.js:701 +#: script/room.js:688 msgid "builder stokes the fire" msgstr "" -#: script/room.js:731 +#: script/room.js:718 msgid "the wind howls outside" msgstr "" -#: script/room.js:732 +#: script/room.js:719 msgid "the wood is running out" msgstr "" -#: script/room.js:739 +#: script/room.js:726 msgid "a ragged stranger stumbles through the door and collapses in the corner" msgstr "" -#: script/room.js:747 -msgid "" -"the stranger shivers, and mumbles quietly. her words are unintelligible." +#: script/room.js:734 +msgid "the stranger shivers, and mumbles quietly. her words are unintelligible." msgstr "" -#: script/room.js:750 +#: script/room.js:737 msgid "the stranger in the corner stops shivering. her breathing calms." msgstr "" -#: script/room.js:908 script/room.js:956 +#: script/room.js:760 +msgid "stores" +msgstr "" + +#: script/room.js:779 +msgid "weapons" +msgstr "" + +#: script/room.js:914 +msgid "total" +msgstr "" + +#: script/room.js:935 script/room.js:979 msgid "not enough " msgstr "" -#: script/room.js:928 +#: script/room.js:951 msgid "builder just shivers" msgstr "" +#: script/room.js:1054 +msgid "build:" +msgstr "" + +#: script/room.js:1061 +msgid "craft:" +msgstr "" + +#: script/room.js:1068 +msgid "buy:" +msgstr "" + #: script/ship.js:11 msgid "Ship" msgstr "" -#: script/ship.js:28 +#: script/ship.js:27 script/ship.js:100 msgid "An Old Starship" msgstr "" -#: script/ship.js:41 +#: script/ship.js:38 msgid "hull:" msgstr "" -#: script/ship.js:48 +#: script/ship.js:44 msgid "engine:" msgstr "" -# command -#: script/ship.js:56 +#: script/ship.js:51 msgid "reinforce hull" msgstr "" -# command -#: script/ship.js:66 +#: script/ship.js:60 msgid "upgrade engine" msgstr "" -# command -#: script/ship.js:76 script/ship.js:152 +#: script/ship.js:69 script/ship.js:142 msgid "lift off" msgstr "" -#: script/ship.js:101 +#: script/ship.js:91 msgid "" -"somewhere above the debris cloud, the wanderer fleet hovers. been on this " -"rock too long." +"somewhere above the debris cloud, the wanderer fleet hovers. been on this" +" rock too long." msgstr "" -#: script/ship.js:116 script/ship.js:129 +#: script/ship.js:106 script/ship.js:119 msgid "not enough alien alloy" msgstr "" -#: script/ship.js:144 +#: script/ship.js:134 msgid "Ready to Leave?" msgstr "" -#: script/ship.js:148 +#: script/ship.js:138 msgid "time to get out of this place. won't be coming back." msgstr "" -# command to cancel "lift off" action -#: script/ship.js:160 +#: script/ship.js:150 msgid "linger" msgstr "" -# mind the whitespace at the end! -#: script/space.js:45 +#: script/space.js:42 msgid "hull: " msgstr "" -#: script/space.js:81 +#: script/space.js:76 msgid "Troposphere" msgstr "" -#: script/space.js:83 +#: script/space.js:78 msgid "Stratosphere" msgstr "" -#: script/space.js:85 +#: script/space.js:80 msgid "Mesosphere" msgstr "" -#: script/space.js:87 +#: script/space.js:82 msgid "Thermosphere" msgstr "" -#: script/space.js:89 +#: script/space.js:84 msgid "Exosphere" msgstr "" -#: script/space.js:91 +#: script/space.js:86 msgid "Space" msgstr "" -#: script/space.js:432 +#: script/space.js:424 msgid "score for this game: {0}" msgstr "" -#: script/space.js:439 +#: script/space.js:431 msgid "total score: {0}" msgstr "" -#: script/world.js:48 +#: script/world.js:46 msgid "punch" msgstr "" -# command for bone spear attack -#: script/world.js:54 +#: script/world.js:52 msgid "stab" msgstr "" -# command for iron sword attack -#: script/world.js:60 +#: script/world.js:58 msgid "swing" msgstr "" -# command for steel sword attack -#: script/world.js:66 +#: script/world.js:64 msgid "slash" msgstr "" -# command for bayonet attack -#: script/world.js:72 +#: script/world.js:70 msgid "thrust" msgstr "" -# command for rifle attack -#: script/world.js:78 +#: script/world.js:76 msgid "shoot" msgstr "" -# command for laser rifle attack -#: script/world.js:85 +#: script/world.js:83 msgid "blast" msgstr "" -# command for grenade attack -#: script/world.js:92 +#: script/world.js:90 msgid "lob" msgstr "" -# command for bolas attack -#: script/world.js:99 +#: script/world.js:97 msgid "tangle" msgstr "" -# leave   as whitespace -#: script/world.js:124 +#: script/world.js:119 msgid "An Outpost" msgstr "" -# leave   as whitespace -#: script/world.js:125 +#: script/world.js:120 msgid "Iron Mine" msgstr "" -# leave   as whitespace -#: script/world.js:126 +#: script/world.js:121 msgid "Coal Mine" msgstr "" -# leave   as whitespace -#: script/world.js:127 +#: script/world.js:122 msgid "Sulphur Mine" msgstr "" -# leave   as whitespace -#: script/world.js:128 +#: script/world.js:123 msgid "An Old House" msgstr "" -# leave   as whitespace -#: script/world.js:129 +#: script/world.js:124 msgid "A Damp Cave" msgstr "" -# leave   as whitespace -#: script/world.js:130 +#: script/world.js:125 msgid "An Abandoned Town" msgstr "" -# leave   as whitespace -#: script/world.js:131 +#: script/world.js:126 msgid "A Ruined City" msgstr "" -# leave   as whitespace -#: script/world.js:132 +#: script/world.js:127 msgid "A Crashed Starship" msgstr "" -# leave   as whitespace -#: script/world.js:133 +#: script/world.js:128 msgid "A Borehole" msgstr "" -# leave   as whitespace -#: script/world.js:134 +#: script/world.js:129 msgid "A Battlefield" msgstr "" -# leave   as whitespace -#: script/world.js:135 +#: script/world.js:130 msgid "A Murky Swamp" msgstr "" -# leave   as whitespace -#: script/world.js:140 +#: script/world.js:134 msgid "A Destroyed Village" msgstr "" -#: script/world.js:270 +#: script/world.js:256 msgid "water:{0}" msgstr "" -#: script/world.js:298 +#: script/world.js:283 msgid "pockets" msgstr "" -# short for health points -#: script/world.js:323 +#: script/world.js:307 msgid "hp: {0}/{1}" msgstr "" -# item counter when finding supplies -#: script/world.js:330 +#: script/world.js:314 msgid "{0}:{1}" msgstr "" -#: script/world.js:365 +#: script/world.js:349 msgid "dangerous to be this far from the village without proper protection" msgstr "" -#: script/world.js:367 +#: script/world.js:351 msgid "safer here" msgstr "" -#: script/world.js:473 +#: script/world.js:451 msgid "the meat has run out" msgstr "" -#: script/world.js:479 +#: script/world.js:456 msgid "starvation sets in" msgstr "" -#: script/world.js:505 +#: script/world.js:481 msgid "there is no more water" msgstr "" -#: script/world.js:509 +#: script/world.js:485 msgid "the thirst becomes unbearable" msgstr "" -#: script/world.js:582 +#: script/world.js:558 msgid "the trees yield to dry grass. the yellowed brush rustles in the wind." msgstr "" -#: script/world.js:585 -msgid "" -"the trees are gone. parched earth and blowing dust are poor replacements." +#: script/world.js:561 +msgid "the trees are gone. parched earth and blowing dust are poor replacements." msgstr "" -#: script/world.js:592 +#: script/world.js:568 msgid "" -"trees loom on the horizon. grasses gradually yield to a forest floor of dry " -"branches and fallen leaves." +"trees loom on the horizon. grasses gradually yield to a forest floor of " +"dry branches and fallen leaves." msgstr "" -#: script/world.js:595 +#: script/world.js:571 msgid "the grasses thin. soon, only dust remains." msgstr "" -#: script/world.js:602 +#: script/world.js:578 msgid "the barrens break at a sea of dying grass, swaying in the arid breeze." msgstr "" -#: script/world.js:605 +#: script/world.js:581 msgid "" "a wall of gnarled trees rises from the dust. their branches twist into a " "skeletal canopy overhead." msgstr "" -#: script/world.js:812 +#: script/world.js:817 msgid "Wanderer" msgstr "" -#: script/world.js:817 +#: script/world.js:822 msgid "The Village" msgstr "" -#: script/world.js:847 +#: script/world.js:851 msgid "the world fades" msgstr "" -#: script/world.js:950 script/events/setpieces.js:2966 +#: script/world.js:952 script/events/setpieces.js:2961 msgid "water replenished" msgstr "" -#: script/world.js:979 +#: script/world.js:982 msgid "A Barren World" msgstr "" @@ -1681,12 +1641,10 @@ msgstr "" msgid "a thief is caught" msgstr "" -# command #: script/events/global.js:21 msgid "hang him" msgstr "" -# command #: script/events/global.js:25 msgid "spare him" msgstr "" @@ -1697,7 +1655,8 @@ msgstr "" #: script/events/global.js:33 msgid "" -"the point is made. in the next few days, the missing supplies are returned." +"the point is made. in the next few days, the missing supplies are " +"returned." msgstr "" #: script/events/global.js:49 @@ -1724,12 +1683,10 @@ msgstr "" msgid "some traps have been destroyed" msgstr "" -# command #: script/events/outside.js:26 msgid "track them" msgstr "" -# command #: script/events/outside.js:30 script/events/room.js:71 #: script/events/room.js:122 msgid "ignore them" @@ -1743,142 +1700,209 @@ msgstr "" msgid "the forest is silent." msgstr "" -# command -#: script/events/outside.js:42 script/events/outside.js:59 -#: script/events/outside.js:98 script/events/outside.js:115 -#: script/events/outside.js:166 script/events/outside.js:183 -#: script/events/outside.js:215 script/events/outside.js:247 +#: script/events/outside.js:40 +msgid "nothing was found" +msgstr "" + +#: script/events/outside.js:43 script/events/outside.js:61 +#: script/events/outside.js:126 script/events/outside.js:144 +#: script/events/outside.js:197 script/events/outside.js:215 +#: script/events/outside.js:248 script/events/outside.js:282 msgid "go home" msgstr "" -#: script/events/outside.js:49 +#: script/events/outside.js:50 msgid "not far from the village lies a large beast, its fur matted with blood." msgstr "" -#: script/events/outside.js:50 +#: script/events/outside.js:51 msgid "it puts up little resistance before the knife." msgstr "" -#: script/events/outside.js:68 +#: script/events/outside.js:53 +msgid "there was a beast. it's dead now" +msgstr "" + +#: script/events/outside.js:69 +msgid "Fire" +msgstr "" + +#: script/events/outside.js:76 +msgid "a fire rampages through one of the huts, destroying it." +msgstr "" + +#: script/events/outside.js:77 +msgid "all residents in the hut perished in the fire." +msgstr "" + +#: script/events/outside.js:79 +msgid "a fire has started" +msgstr "" + +#: script/events/outside.js:86 +msgid "mourn" +msgstr "" + +#: script/events/outside.js:87 +msgid "some villagers have died" +msgstr "" + +#: script/events/outside.js:95 msgid "Sickness" msgstr "" -#: script/events/outside.js:75 +#: script/events/outside.js:102 msgid "a sickness is spreading through the village." msgstr "" -#: script/events/outside.js:76 script/events/outside.js:132 +#: script/events/outside.js:103 script/events/outside.js:161 msgid "medicine is needed immediately." msgstr "" -# command -#: script/events/outside.js:82 +#: script/events/outside.js:105 +msgid "some villagers are ill" +msgstr "" + +#: script/events/outside.js:109 msgid "1 medicine" msgstr "" -# command -#: script/events/outside.js:87 +#: script/events/outside.js:114 msgid "ignore it" msgstr "" -#: script/events/outside.js:94 +#: script/events/outside.js:121 msgid "the sickness is cured in time." msgstr "" -#: script/events/outside.js:105 +#: script/events/outside.js:123 +msgid "sufferers are healed" +msgstr "" + +#: script/events/outside.js:133 msgid "the sickness spreads through the village." msgstr "" -#: script/events/outside.js:106 +#: script/events/outside.js:134 msgid "the days are spent with burials." msgstr "" -#: script/events/outside.js:107 script/events/outside.js:174 +#: script/events/outside.js:135 script/events/outside.js:205 msgid "the nights are rent with screams." msgstr "" -#: script/events/outside.js:124 +#: script/events/outside.js:137 +msgid "sufferers are left to die" +msgstr "" + +#: script/events/outside.js:153 msgid "Plague" msgstr "" -#: script/events/outside.js:131 +#: script/events/outside.js:160 msgid "a terrible plague is fast spreading through the village." msgstr "" -# command -#: script/events/outside.js:138 +#: script/events/outside.js:163 +msgid "a plague afflicts the village" +msgstr "" + +#: script/events/outside.js:168 msgid "buy medicine" msgstr "" -# command -#: script/events/outside.js:144 +#: script/events/outside.js:174 msgid "5 medicine" msgstr "" -# command -#: script/events/outside.js:149 +#: script/events/outside.js:179 msgid "do nothing" msgstr "" -#: script/events/outside.js:156 +#: script/events/outside.js:186 msgid "the plague is kept from spreading." msgstr "" -#: script/events/outside.js:157 +#: script/events/outside.js:187 msgid "only a few die." msgstr "" -#: script/events/outside.js:158 +#: script/events/outside.js:188 msgid "the rest bury them." msgstr "" -#: script/events/outside.js:173 +#: script/events/outside.js:190 +msgid "epidemic is eradicated eventually" +msgstr "" + +#: script/events/outside.js:204 msgid "the plague rips through the village." msgstr "" -#: script/events/outside.js:175 +#: script/events/outside.js:206 msgid "the only hope is a quick death." msgstr "" -#: script/events/outside.js:192 -msgid "A Beast Attack" -msgstr "" - -#: script/events/outside.js:199 -msgid "a pack of snarling beasts pours out of the trees." -msgstr "" - -#: script/events/outside.js:200 -msgid "the fight is short and bloody, but the beasts are repelled." -msgstr "" - -#: script/events/outside.js:201 -msgid "the villagers retreat to mourn the dead." +#: script/events/outside.js:208 +msgid "population is almost exterminated" msgstr "" #: script/events/outside.js:224 -msgid "A Military Raid" +msgid "A Beast Attack" msgstr "" #: script/events/outside.js:231 -msgid "a gunshot rings through the trees." +msgid "a pack of snarling beasts pours out of the trees." msgstr "" #: script/events/outside.js:232 -msgid "well armed men charge out of the forest, firing into the crowd." +msgid "the fight is short and bloody, but the beasts are repelled." msgstr "" #: script/events/outside.js:233 +msgid "the villagers retreat to mourn the dead." +msgstr "" + +#: script/events/outside.js:235 +msgid "wild beasts attack the villagers" +msgstr "" + +#: script/events/outside.js:249 +msgid "predators become prey. price is unfair" +msgstr "" + +#: script/events/outside.js:258 +msgid "A Military Raid" +msgstr "" + +#: script/events/outside.js:265 +msgid "a gunshot rings through the trees." +msgstr "" + +#: script/events/outside.js:266 +msgid "well armed men charge out of the forest, firing into the crowd." +msgstr "" + +#: script/events/outside.js:267 msgid "after a skirmish they are driven away, but not without losses." msgstr "" +#: script/events/outside.js:269 +msgid "troops storm the village" +msgstr "" + +#: script/events/outside.js:283 +msgid "warfare is bloodthirsty" +msgstr "" + #: script/events/room.js:6 msgid "The Nomad" msgstr "" #: script/events/room.js:13 msgid "" -"a nomad shuffles into view, laden with makeshift bags bound with rough twine." +"a nomad shuffles into view, laden with makeshift bags bound with rough " +"twine." msgstr "" #: script/events/room.js:14 @@ -1889,17 +1913,14 @@ msgstr "" msgid "a nomad arrives, looking to trade" msgstr "" -# command #: script/events/room.js:20 msgid "buy scales" msgstr "" -# command #: script/events/room.js:25 msgid "buy teeth" msgstr "" -# command #: script/events/room.js:30 msgid "buy bait" msgstr "" @@ -1908,7 +1929,6 @@ msgstr "" msgid "traps are more effective with bait." msgstr "" -# command #: script/events/room.js:39 msgid "buy compass" msgstr "" @@ -1917,14 +1937,12 @@ msgstr "" msgid "the old compass is dented and dusty, but it looks to work." msgstr "" -# command -#: script/events/room.js:46 script/events/room.js:227 -#: script/events/room.js:240 script/events/room.js:253 -#: script/events/room.js:305 script/events/room.js:324 -#: script/events/room.js:376 script/events/room.js:395 -#: script/events/room.js:434 script/events/room.js:552 +#: script/events/room.js:45 script/events/room.js:227 script/events/room.js:240 +#: script/events/room.js:253 script/events/room.js:309 +#: script/events/room.js:332 script/events/room.js:388 +#: script/events/room.js:411 script/events/room.js:450 #: script/events/room.js:568 script/events/room.js:584 -#: script/events/room.js:595 +#: script/events/room.js:600 script/events/room.js:611 msgid "say goodbye" msgstr "" @@ -1944,9 +1962,8 @@ msgstr "" msgid "strange noises can be heard through the walls" msgstr "" -# command #: script/events/room.js:67 script/events/room.js:118 -#: script/events/setpieces.js:1663 +#: script/events/setpieces.js:1662 msgid "investigate" msgstr "" @@ -1958,14 +1975,12 @@ msgstr "" msgid "the sounds stop." msgstr "" -# command #: script/events/room.js:83 script/events/room.js:96 msgid "go back inside" msgstr "" #: script/events/room.js:91 -msgid "" -"a bundle of sticks lies just beyond the threshold, wrapped in coarse furs." +msgid "a bundle of sticks lies just beyond the threshold, wrapped in coarse furs." msgstr "" #: script/events/room.js:92 @@ -2017,20 +2032,17 @@ msgstr "" msgid "a beggar arrives" msgstr "" -# command #: script/events/room.js:204 msgid "give 50" msgstr "" -# command #: script/events/room.js:209 script/events/room.js:276 -#: script/events/room.js:347 +#: script/events/room.js:355 msgid "give 100" msgstr "" -# command #: script/events/room.js:214 script/events/room.js:286 -#: script/events/room.js:466 +#: script/events/room.js:482 msgid "turn him away" msgstr "" @@ -2051,186 +2063,173 @@ msgstr "" msgid "leaves some scraps of cloth behind." msgstr "" -# this refers to both male and female wanderer events -#: script/events/room.js:262 script/events/room.js:333 +#: script/events/room.js:262 script/events/room.js:341 msgid "The Mysterious Wanderer" msgstr "" #: script/events/room.js:269 msgid "" -"a wanderer arrives with an empty cart. says if he leaves with wood, he'll be " -"back with more." +"a wanderer arrives with an empty cart. says if he leaves with wood, he'll" +" be back with more." msgstr "" #: script/events/room.js:270 msgid "builder's not sure he's to be trusted." msgstr "" -# this refers to both male and female wanderer events -#: script/events/room.js:272 script/events/room.js:343 +#: script/events/room.js:272 script/events/room.js:351 msgid "a mysterious wanderer arrives" msgstr "" -# command -#: script/events/room.js:281 script/events/room.js:352 +#: script/events/room.js:281 script/events/room.js:360 msgid "give 500" msgstr "" -#: script/events/room.js:293 script/events/room.js:312 +#: script/events/room.js:293 script/events/room.js:316 msgid "the wanderer leaves, cart loaded with wood" msgstr "" -#: script/events/room.js:299 script/events/room.js:318 +#: script/events/room.js:299 script/events/room.js:322 msgid "the mysterious wanderer returns, cart piled high with wood." msgstr "" -#: script/events/room.js:340 +#: script/events/room.js:348 msgid "" -"a wanderer arrives with an empty cart. says if she leaves with furs, she'll " -"be back with more." +"a wanderer arrives with an empty cart. says if she leaves with furs, " +"she'll be back with more." msgstr "" -#: script/events/room.js:341 +#: script/events/room.js:349 msgid "builder's not sure she's to be trusted." msgstr "" -# command -#: script/events/room.js:357 +#: script/events/room.js:365 msgid "turn her away" msgstr "" -#: script/events/room.js:364 script/events/room.js:383 +#: script/events/room.js:372 script/events/room.js:395 msgid "the wanderer leaves, cart loaded with furs" msgstr "" -#: script/events/room.js:370 script/events/room.js:389 +#: script/events/room.js:378 script/events/room.js:401 msgid "the mysterious wanderer returns, cart piled high with furs." msgstr "" -#: script/events/room.js:404 +#: script/events/room.js:420 msgid "The Scout" msgstr "" -#: script/events/room.js:411 +#: script/events/room.js:427 msgid "the scout says she's been all over." msgstr "" -#: script/events/room.js:412 +#: script/events/room.js:428 msgid "willing to talk about it, for a price." msgstr "" -#: script/events/room.js:414 +#: script/events/room.js:430 msgid "a scout stops for the night" msgstr "" -# command -#: script/events/room.js:418 +#: script/events/room.js:434 msgid "buy map" msgstr "" -#: script/events/room.js:420 +#: script/events/room.js:436 msgid "the map uncovers a bit of the world" msgstr "" -# command -#: script/events/room.js:424 +#: script/events/room.js:440 msgid "learn scouting" msgstr "" -#: script/events/room.js:443 +#: script/events/room.js:459 msgid "The Master" msgstr "" -#: script/events/room.js:450 +#: script/events/room.js:466 msgid "an old wanderer arrives." msgstr "" -#: script/events/room.js:451 +#: script/events/room.js:467 msgid "he smiles warmly and asks for lodgings for the night." msgstr "" -#: script/events/room.js:453 +#: script/events/room.js:469 msgid "an old wanderer arrives" msgstr "" -# command -#: script/events/room.js:457 +#: script/events/room.js:473 msgid "agree" msgstr "" -#: script/events/room.js:473 +#: script/events/room.js:489 msgid "in exchange, the wanderer offers his wisdom." msgstr "" -#: script/events/room.js:477 +#: script/events/room.js:493 msgid "evasion" msgstr "" -#: script/events/room.js:487 +#: script/events/room.js:503 msgid "precision" msgstr "" -#: script/events/room.js:497 +#: script/events/room.js:513 msgid "force" msgstr "" -#: script/events/room.js:507 -msgid "nothing" -msgstr "" - -#: script/events/room.js:516 +#: script/events/room.js:532 msgid "The Sick Man" msgstr "" -#: script/events/room.js:523 +#: script/events/room.js:539 msgid "a man hobbles up, coughing." msgstr "" -#: script/events/room.js:524 +#: script/events/room.js:540 msgid "he begs for medicine." msgstr "" -#: script/events/room.js:526 +#: script/events/room.js:542 msgid "a sick man hobbles up" msgstr "" -# command -#: script/events/room.js:530 +#: script/events/room.js:546 msgid "give 1 medicine" msgstr "" -#: script/events/room.js:532 +#: script/events/room.js:548 msgid "the man swallows the medicine eagerly" msgstr "" -# command -#: script/events/room.js:536 +#: script/events/room.js:552 msgid "tell him to leave" msgstr "" -#: script/events/room.js:543 script/events/room.js:559 -#: script/events/room.js:575 +#: script/events/room.js:559 script/events/room.js:575 +#: script/events/room.js:591 msgid "the man is thankful." msgstr "" -#: script/events/room.js:544 script/events/room.js:560 -#: script/events/room.js:576 +#: script/events/room.js:560 script/events/room.js:576 +#: script/events/room.js:592 msgid "he leaves a reward." msgstr "" -#: script/events/room.js:545 +#: script/events/room.js:561 msgid "some weird metal he picked up on his travels." msgstr "" -#: script/events/room.js:561 +#: script/events/room.js:577 msgid "some weird glowing boxes he picked up on his travels." msgstr "" -#: script/events/room.js:577 +#: script/events/room.js:593 msgid "all he has are some scales." msgstr "" -#: script/events/room.js:591 +#: script/events/room.js:607 msgid "the man expresses his thanks and hobbles off." msgstr "" @@ -2258,11 +2257,10 @@ msgstr "" msgid "a swamp festers in the stagnant air." msgstr "" -# command -#: script/events/setpieces.js:44 script/events/setpieces.js:550 -#: script/events/setpieces.js:607 script/events/setpieces.js:889 -#: script/events/setpieces.js:1314 script/events/setpieces.js:1332 -#: script/events/setpieces.js:3541 +#: script/events/setpieces.js:44 script/events/setpieces.js:549 +#: script/events/setpieces.js:606 script/events/setpieces.js:888 +#: script/events/setpieces.js:1313 script/events/setpieces.js:1331 +#: script/events/setpieces.js:3535 msgid "enter" msgstr "" @@ -2274,7 +2272,6 @@ msgstr "" msgid "an old wanderer sits inside, in a seeming trance." msgstr "" -# command #: script/events/setpieces.js:61 msgid "talk" msgstr "" @@ -2311,57 +2308,54 @@ msgstr "" msgid "the earth here is split, as if bearing an ancient wound" msgstr "" -# command -#: script/events/setpieces.js:101 script/events/setpieces.js:2949 -#: script/events/setpieces.js:3463 +#: script/events/setpieces.js:101 script/events/setpieces.js:2944 +#: script/events/setpieces.js:3458 msgid "go inside" msgstr "" -#: script/events/setpieces.js:120 script/events/setpieces.js:266 +#: script/events/setpieces.js:120 script/events/setpieces.js:265 msgid "a startled beast defends its home" msgstr "" -# command #: script/events/setpieces.js:135 script/events/setpieces.js:186 -#: script/events/setpieces.js:229 script/events/setpieces.js:248 -#: script/events/setpieces.js:281 script/events/setpieces.js:315 -#: script/events/setpieces.js:349 script/events/setpieces.js:383 -#: script/events/setpieces.js:589 script/events/setpieces.js:645 -#: script/events/setpieces.js:684 script/events/setpieces.js:718 -#: script/events/setpieces.js:758 script/events/setpieces.js:797 -#: script/events/setpieces.js:836 script/events/setpieces.js:870 -#: script/events/setpieces.js:921 script/events/setpieces.js:939 -#: script/events/setpieces.js:962 script/events/setpieces.js:1001 -#: script/events/setpieces.js:1040 script/events/setpieces.js:1267 -#: script/events/setpieces.js:1283 script/events/setpieces.js:1299 -#: script/events/setpieces.js:1409 script/events/setpieces.js:1449 -#: script/events/setpieces.js:1493 script/events/setpieces.js:1511 -#: script/events/setpieces.js:1527 script/events/setpieces.js:1564 -#: script/events/setpieces.js:1603 script/events/setpieces.js:1643 -#: script/events/setpieces.js:1684 script/events/setpieces.js:1701 -#: script/events/setpieces.js:1718 script/events/setpieces.js:1737 -#: script/events/setpieces.js:1781 script/events/setpieces.js:1807 -#: script/events/setpieces.js:1825 script/events/setpieces.js:1864 -#: script/events/setpieces.js:1905 script/events/setpieces.js:1930 -#: script/events/setpieces.js:1960 script/events/setpieces.js:2001 -#: script/events/setpieces.js:2037 script/events/setpieces.js:2072 -#: script/events/setpieces.js:2113 script/events/setpieces.js:2154 -#: script/events/setpieces.js:2190 script/events/setpieces.js:2225 -#: script/events/setpieces.js:2260 script/events/setpieces.js:2305 -#: script/events/setpieces.js:2331 script/events/setpieces.js:3209 -#: script/events/setpieces.js:3249 script/events/setpieces.js:3283 -#: script/events/setpieces.js:3352 script/events/setpieces.js:3386 -#: script/events/setpieces.js:3425 +#: script/events/setpieces.js:228 script/events/setpieces.js:247 +#: script/events/setpieces.js:280 script/events/setpieces.js:314 +#: script/events/setpieces.js:348 script/events/setpieces.js:382 +#: script/events/setpieces.js:588 script/events/setpieces.js:644 +#: script/events/setpieces.js:683 script/events/setpieces.js:717 +#: script/events/setpieces.js:757 script/events/setpieces.js:796 +#: script/events/setpieces.js:835 script/events/setpieces.js:869 +#: script/events/setpieces.js:920 script/events/setpieces.js:938 +#: script/events/setpieces.js:961 script/events/setpieces.js:1000 +#: script/events/setpieces.js:1039 script/events/setpieces.js:1266 +#: script/events/setpieces.js:1282 script/events/setpieces.js:1298 +#: script/events/setpieces.js:1408 script/events/setpieces.js:1448 +#: script/events/setpieces.js:1492 script/events/setpieces.js:1510 +#: script/events/setpieces.js:1526 script/events/setpieces.js:1563 +#: script/events/setpieces.js:1602 script/events/setpieces.js:1642 +#: script/events/setpieces.js:1682 script/events/setpieces.js:1699 +#: script/events/setpieces.js:1716 script/events/setpieces.js:1734 +#: script/events/setpieces.js:1778 script/events/setpieces.js:1804 +#: script/events/setpieces.js:1822 script/events/setpieces.js:1861 +#: script/events/setpieces.js:1902 script/events/setpieces.js:1927 +#: script/events/setpieces.js:1957 script/events/setpieces.js:1998 +#: script/events/setpieces.js:2034 script/events/setpieces.js:2069 +#: script/events/setpieces.js:2110 script/events/setpieces.js:2151 +#: script/events/setpieces.js:2187 script/events/setpieces.js:2222 +#: script/events/setpieces.js:2257 script/events/setpieces.js:2302 +#: script/events/setpieces.js:2328 script/events/setpieces.js:3204 +#: script/events/setpieces.js:3244 script/events/setpieces.js:3278 +#: script/events/setpieces.js:3347 script/events/setpieces.js:3381 +#: script/events/setpieces.js:3420 msgid "continue" msgstr "" -# command #: script/events/setpieces.js:140 script/events/setpieces.js:157 -#: script/events/setpieces.js:191 script/events/setpieces.js:234 -#: script/events/setpieces.js:253 script/events/setpieces.js:286 -#: script/events/setpieces.js:320 script/events/setpieces.js:354 -#: script/events/setpieces.js:388 script/events/setpieces.js:430 -#: script/events/setpieces.js:482 script/events/setpieces.js:514 +#: script/events/setpieces.js:191 script/events/setpieces.js:233 +#: script/events/setpieces.js:252 script/events/setpieces.js:285 +#: script/events/setpieces.js:319 script/events/setpieces.js:353 +#: script/events/setpieces.js:387 script/events/setpieces.js:429 +#: script/events/setpieces.js:481 script/events/setpieces.js:513 msgid "leave cave" msgstr "" @@ -2373,7 +2367,6 @@ msgstr "" msgid "the walls are moist and moss-covered" msgstr "" -# command #: script/events/setpieces.js:153 msgid "squeeze" msgstr "" @@ -2394,905 +2387,867 @@ msgstr "" msgid "rot's been to work on it, and some of the pieces are missing." msgstr "" -#: script/events/setpieces.js:203 +#: script/events/setpieces.js:202 msgid "can't tell what left it here." msgstr "" -#: script/events/setpieces.js:242 +#: script/events/setpieces.js:241 msgid "the torch sputters and dies in the damp air" msgstr "" -#: script/events/setpieces.js:243 +#: script/events/setpieces.js:242 msgid "the darkness is absolute" msgstr "" -#: script/events/setpieces.js:245 +#: script/events/setpieces.js:244 msgid "the torch goes out" msgstr "" -#: script/events/setpieces.js:300 +#: script/events/setpieces.js:299 msgid "a cave lizard attacks" msgstr "" -#: script/events/setpieces.js:334 +#: script/events/setpieces.js:333 msgid "a large beast charges out of the dark" msgstr "" -#: script/events/setpieces.js:368 +#: script/events/setpieces.js:367 msgid "a giant lizard shambles forward" msgstr "" -#: script/events/setpieces.js:396 +#: script/events/setpieces.js:395 msgid "the nest of a large animal lies at the back of the cave." msgstr "" -#: script/events/setpieces.js:438 +#: script/events/setpieces.js:437 msgid "a small supply cache is hidden at the back of the cave." msgstr "" -#: script/events/setpieces.js:490 +#: script/events/setpieces.js:489 msgid "an old case is wedged behind a rock, covered in a thick layer of dust." msgstr "" -#: script/events/setpieces.js:523 +#: script/events/setpieces.js:522 msgid "A Deserted Town" msgstr "" -#: script/events/setpieces.js:527 +#: script/events/setpieces.js:526 msgid "a small suburb lays ahead, empty houses scorched and peeling." msgstr "" -#: script/events/setpieces.js:528 +#: script/events/setpieces.js:527 msgid "" -"broken streetlights stand, rusting. light hasn't graced this place in a long " -"time." +"broken streetlights stand, rusting. light hasn't graced this place in a " +"long time." msgstr "" -#: script/events/setpieces.js:530 +#: script/events/setpieces.js:529 msgid "the town lies abandoned, its citizens long dead" msgstr "" -# command -#: script/events/setpieces.js:533 script/events/setpieces.js:1251 +#: script/events/setpieces.js:532 script/events/setpieces.js:1250 msgid "explore" msgstr "" -#: script/events/setpieces.js:545 +#: script/events/setpieces.js:544 msgid "" "where the windows of the schoolhouse aren't shattered, they're blackened " "with soot." msgstr "" -#: script/events/setpieces.js:546 +#: script/events/setpieces.js:545 msgid "the double doors creak endlessly in the wind." msgstr "" -# command -#: script/events/setpieces.js:555 script/events/setpieces.js:594 -#: script/events/setpieces.js:612 script/events/setpieces.js:650 -#: script/events/setpieces.js:689 script/events/setpieces.js:723 -#: script/events/setpieces.js:763 script/events/setpieces.js:802 -#: script/events/setpieces.js:841 script/events/setpieces.js:875 -#: script/events/setpieces.js:893 script/events/setpieces.js:926 -#: script/events/setpieces.js:943 script/events/setpieces.js:967 -#: script/events/setpieces.js:1006 script/events/setpieces.js:1045 -#: script/events/setpieces.js:1088 script/events/setpieces.js:1121 -#: script/events/setpieces.js:1149 script/events/setpieces.js:1193 -#: script/events/setpieces.js:1215 script/events/setpieces.js:1231 +#: script/events/setpieces.js:554 script/events/setpieces.js:593 +#: script/events/setpieces.js:611 script/events/setpieces.js:649 +#: script/events/setpieces.js:688 script/events/setpieces.js:722 +#: script/events/setpieces.js:762 script/events/setpieces.js:801 +#: script/events/setpieces.js:840 script/events/setpieces.js:874 +#: script/events/setpieces.js:892 script/events/setpieces.js:925 +#: script/events/setpieces.js:942 script/events/setpieces.js:966 +#: script/events/setpieces.js:1005 script/events/setpieces.js:1044 +#: script/events/setpieces.js:1087 script/events/setpieces.js:1120 +#: script/events/setpieces.js:1148 script/events/setpieces.js:1192 +#: script/events/setpieces.js:1214 script/events/setpieces.js:1230 msgid "leave town" msgstr "" -#: script/events/setpieces.js:586 +#: script/events/setpieces.js:585 msgid "ambushed on the street." msgstr "" -#: script/events/setpieces.js:602 +#: script/events/setpieces.js:601 msgid "a squat building up ahead." msgstr "" -#: script/events/setpieces.js:603 +#: script/events/setpieces.js:602 msgid "a green cross barely visible behind grimy windows." msgstr "" -#: script/events/setpieces.js:619 +#: script/events/setpieces.js:618 msgid "a small cache of supplies is tucked inside a rusting locker." msgstr "" -#: script/events/setpieces.js:681 +#: script/events/setpieces.js:680 msgid "a scavenger waits just inside the door." msgstr "" -#: script/events/setpieces.js:715 +#: script/events/setpieces.js:714 msgid "a beast stands alone in an overgrown park." msgstr "" -#: script/events/setpieces.js:731 +#: script/events/setpieces.js:730 msgid "an overturned caravan is spread across the pockmarked street." msgstr "" -#: script/events/setpieces.js:732 +#: script/events/setpieces.js:731 msgid "" "it's been picked over by scavengers, but there's still some things worth " "taking." msgstr "" -#: script/events/setpieces.js:794 +#: script/events/setpieces.js:793 msgid "a madman attacks, screeching." msgstr "" -#: script/events/setpieces.js:833 +#: script/events/setpieces.js:832 msgid "a thug moves out of the shadows." msgstr "" -#: script/events/setpieces.js:867 +#: script/events/setpieces.js:866 msgid "a beast charges out of a ransacked classroom." msgstr "" -#: script/events/setpieces.js:883 +#: script/events/setpieces.js:882 msgid "through the large gymnasium doors, footsteps can be heard." msgstr "" -#: script/events/setpieces.js:884 +#: script/events/setpieces.js:883 msgid "the torchlight casts a flickering glow down the hallway." msgstr "" -#: script/events/setpieces.js:885 +#: script/events/setpieces.js:884 msgid "the footsteps stop." msgstr "" -#: script/events/setpieces.js:918 +#: script/events/setpieces.js:917 msgid "another beast, draw by the noise, leaps out of a copse of trees." msgstr "" -#: script/events/setpieces.js:934 +#: script/events/setpieces.js:933 msgid "something's causing a commotion a ways down the road." msgstr "" -#: script/events/setpieces.js:935 +#: script/events/setpieces.js:934 msgid "a fight, maybe." msgstr "" -#: script/events/setpieces.js:950 -msgid "" -"a small basket of food is hidden under a park bench, with a note attached." +#: script/events/setpieces.js:949 +msgid "a small basket of food is hidden under a park bench, with a note attached." msgstr "" -#: script/events/setpieces.js:951 +#: script/events/setpieces.js:950 msgid "can't read the words." msgstr "" -#: script/events/setpieces.js:998 +#: script/events/setpieces.js:997 msgid "a panicked scavenger bursts through the door, screaming." msgstr "" -#: script/events/setpieces.js:1037 +#: script/events/setpieces.js:1036 msgid "a man stands over a dead wanderer. notices he's not alone." msgstr "" -#: script/events/setpieces.js:1053 +#: script/events/setpieces.js:1052 msgid "scavenger had a small camp in the school." msgstr "" -#: script/events/setpieces.js:1054 +#: script/events/setpieces.js:1053 msgid "collected scraps spread across the floor like they fell from heaven." msgstr "" -#: script/events/setpieces.js:1096 +#: script/events/setpieces.js:1095 msgid "scavenger'd been looking for supplies in here, it seems." msgstr "" -#: script/events/setpieces.js:1097 +#: script/events/setpieces.js:1096 msgid "a shame to let what he'd found go to waste." msgstr "" -#: script/events/setpieces.js:1129 +#: script/events/setpieces.js:1128 msgid "" -"beneath the wanderer's rags, clutched in one of its many hands, a glint of " -"steel." +"beneath the wanderer's rags, clutched in one of its many hands, a glint " +"of steel." msgstr "" -#: script/events/setpieces.js:1130 +#: script/events/setpieces.js:1129 msgid "worth killing for, it seems." msgstr "" -#: script/events/setpieces.js:1157 +#: script/events/setpieces.js:1156 msgid "eye for an eye seems fair." msgstr "" -#: script/events/setpieces.js:1158 +#: script/events/setpieces.js:1157 msgid "always worked before, at least." msgstr "" -#: script/events/setpieces.js:1159 +#: script/events/setpieces.js:1158 msgid "picking the bones finds some useful trinkets." msgstr "" -#: script/events/setpieces.js:1201 +#: script/events/setpieces.js:1200 msgid "some medicine abandoned in the drawers." msgstr "" -#: script/events/setpieces.js:1223 +#: script/events/setpieces.js:1222 msgid "the clinic has been ransacked." msgstr "" -#: script/events/setpieces.js:1224 +#: script/events/setpieces.js:1223 msgid "only dust and stains remain." msgstr "" -#: script/events/setpieces.js:1240 +#: script/events/setpieces.js:1239 msgid "A Ruined City" msgstr "" +#: script/events/setpieces.js:1243 +msgid "" +"a battered highway sign stands guard at the entrance to this once-great " +"city." +msgstr "" + #: script/events/setpieces.js:1244 msgid "" -"a battered highway sign stands guard at the entrance to this once-great city." +"the towers that haven't crumbled jut from the landscape like the ribcage " +"of some ancient beast." msgstr "" #: script/events/setpieces.js:1245 -msgid "" -"the towers that haven't crumbled jut from the landscape like the ribcage of " -"some ancient beast." -msgstr "" - -#: script/events/setpieces.js:1246 msgid "might be things worth having still inside." msgstr "" -#: script/events/setpieces.js:1248 +#: script/events/setpieces.js:1247 msgid "the towers of a decaying city dominate the skyline" msgstr "" -#: script/events/setpieces.js:1262 +#: script/events/setpieces.js:1261 msgid "the streets are empty." msgstr "" -#: script/events/setpieces.js:1263 +#: script/events/setpieces.js:1262 msgid "the air is filled with dust, driven relentlessly by the hard winds." msgstr "" -# command -#: script/events/setpieces.js:1271 script/events/setpieces.js:1287 -#: script/events/setpieces.js:1303 script/events/setpieces.js:1319 -#: script/events/setpieces.js:1336 script/events/setpieces.js:1374 -#: script/events/setpieces.js:1414 script/events/setpieces.js:1454 -#: script/events/setpieces.js:1498 script/events/setpieces.js:1515 -#: script/events/setpieces.js:1531 script/events/setpieces.js:1569 -#: script/events/setpieces.js:1608 script/events/setpieces.js:1648 -#: script/events/setpieces.js:1668 script/events/setpieces.js:1688 -#: script/events/setpieces.js:1705 script/events/setpieces.js:1722 -#: script/events/setpieces.js:1741 script/events/setpieces.js:1786 -#: script/events/setpieces.js:1812 script/events/setpieces.js:1829 -#: script/events/setpieces.js:1869 script/events/setpieces.js:1910 -#: script/events/setpieces.js:1935 script/events/setpieces.js:1965 -#: script/events/setpieces.js:2006 script/events/setpieces.js:2042 -#: script/events/setpieces.js:2077 script/events/setpieces.js:2118 -#: script/events/setpieces.js:2159 script/events/setpieces.js:2195 -#: script/events/setpieces.js:2230 script/events/setpieces.js:2265 -#: script/events/setpieces.js:2366 script/events/setpieces.js:2396 -#: script/events/setpieces.js:2444 script/events/setpieces.js:2480 -#: script/events/setpieces.js:2521 script/events/setpieces.js:2557 -#: script/events/setpieces.js:2592 script/events/setpieces.js:2628 -#: script/events/setpieces.js:2669 script/events/setpieces.js:2710 -#: script/events/setpieces.js:2745 script/events/setpieces.js:2794 -#: script/events/setpieces.js:2839 script/events/setpieces.js:2886 -#: script/events/setpieces.js:2930 +#: script/events/setpieces.js:1270 script/events/setpieces.js:1286 +#: script/events/setpieces.js:1302 script/events/setpieces.js:1318 +#: script/events/setpieces.js:1335 script/events/setpieces.js:1373 +#: script/events/setpieces.js:1413 script/events/setpieces.js:1453 +#: script/events/setpieces.js:1497 script/events/setpieces.js:1514 +#: script/events/setpieces.js:1530 script/events/setpieces.js:1568 +#: script/events/setpieces.js:1607 script/events/setpieces.js:1647 +#: script/events/setpieces.js:1667 script/events/setpieces.js:1686 +#: script/events/setpieces.js:1703 script/events/setpieces.js:1720 +#: script/events/setpieces.js:1738 script/events/setpieces.js:1783 +#: script/events/setpieces.js:1809 script/events/setpieces.js:1826 +#: script/events/setpieces.js:1866 script/events/setpieces.js:1907 +#: script/events/setpieces.js:1932 script/events/setpieces.js:1962 +#: script/events/setpieces.js:2003 script/events/setpieces.js:2039 +#: script/events/setpieces.js:2074 script/events/setpieces.js:2115 +#: script/events/setpieces.js:2156 script/events/setpieces.js:2192 +#: script/events/setpieces.js:2227 script/events/setpieces.js:2262 +#: script/events/setpieces.js:2363 script/events/setpieces.js:2393 +#: script/events/setpieces.js:2440 script/events/setpieces.js:2476 +#: script/events/setpieces.js:2517 script/events/setpieces.js:2553 +#: script/events/setpieces.js:2588 script/events/setpieces.js:2624 +#: script/events/setpieces.js:2665 script/events/setpieces.js:2706 +#: script/events/setpieces.js:2741 script/events/setpieces.js:2790 +#: script/events/setpieces.js:2835 script/events/setpieces.js:2881 +#: script/events/setpieces.js:2925 msgid "leave city" msgstr "" -#: script/events/setpieces.js:1278 +#: script/events/setpieces.js:1277 msgid "orange traffic cones are set across the street, faded and cracked." msgstr "" -#: script/events/setpieces.js:1279 +#: script/events/setpieces.js:1278 msgid "lights flash through the alleys between buildings." msgstr "" -#: script/events/setpieces.js:1294 +#: script/events/setpieces.js:1293 msgid "a large shanty town sprawls across the streets." msgstr "" -#: script/events/setpieces.js:1295 +#: script/events/setpieces.js:1294 msgid "faces, darkened by soot and blood, stare out from crooked huts." msgstr "" -#: script/events/setpieces.js:1310 +#: script/events/setpieces.js:1309 msgid "the shell of an abandoned hospital looms ahead." msgstr "" -#: script/events/setpieces.js:1326 +#: script/events/setpieces.js:1325 msgid "the old tower seems mostly intact." msgstr "" -#: script/events/setpieces.js:1327 +#: script/events/setpieces.js:1326 msgid "the shell of a burned out car blocks the entrance." msgstr "" -#: script/events/setpieces.js:1328 +#: script/events/setpieces.js:1327 msgid "most of the windows at ground level are busted anyway." msgstr "" -#: script/events/setpieces.js:1343 +#: script/events/setpieces.js:1342 msgid "a huge lizard scrambles up out of the darkness of an old metro station." msgstr "" -# command -#: script/events/setpieces.js:1369 +#: script/events/setpieces.js:1368 msgid "descend" msgstr "" -#: script/events/setpieces.js:1381 +#: script/events/setpieces.js:1380 msgid "the shot echoes in the empty street." msgstr "" -#: script/events/setpieces.js:1421 +#: script/events/setpieces.js:1420 msgid "the soldier steps out from between the buildings, rifle raised." msgstr "" -#: script/events/setpieces.js:1461 +#: script/events/setpieces.js:1460 msgid "a frail man stands defiantly, blocking the path." msgstr "" -#: script/events/setpieces.js:1506 +#: script/events/setpieces.js:1505 msgid "nothing but downcast eyes." msgstr "" -#: script/events/setpieces.js:1507 +#: script/events/setpieces.js:1506 msgid "the people here were broken a long time ago." msgstr "" -#: script/events/setpieces.js:1522 +#: script/events/setpieces.js:1521 msgid "empty corridors." msgstr "" -#: script/events/setpieces.js:1523 +#: script/events/setpieces.js:1522 msgid "the place has been swept clean by scavengers." msgstr "" -#: script/events/setpieces.js:1537 +#: script/events/setpieces.js:1536 msgid "an old man bursts through a door, wielding a scalpel." msgstr "" -#: script/events/setpieces.js:1576 +#: script/events/setpieces.js:1575 msgid "a thug is waiting on the other side of the wall." msgstr "" -#: script/events/setpieces.js:1616 +#: script/events/setpieces.js:1615 msgid "a snarling beast jumps out from behind a car." msgstr "" -#: script/events/setpieces.js:1657 +#: script/events/setpieces.js:1656 msgid "street above the subway platform is blown away." msgstr "" -#: script/events/setpieces.js:1658 +#: script/events/setpieces.js:1657 msgid "lets some light down into the dusty haze." msgstr "" -#: script/events/setpieces.js:1659 +#: script/events/setpieces.js:1658 msgid "a sound comes from the tunnel, just ahead." msgstr "" -#: script/events/setpieces.js:1676 +#: script/events/setpieces.js:1675 msgid "looks like a camp of sorts up ahead." msgstr "" -#: script/events/setpieces.js:1679 +#: script/events/setpieces.js:1677 msgid "rusted chainlink is pulled across an alleyway." msgstr "" -#: script/events/setpieces.js:1680 +#: script/events/setpieces.js:1678 msgid "fires burn in the courtyard beyond." msgstr "" -#: script/events/setpieces.js:1696 +#: script/events/setpieces.js:1694 msgid "more voices can be heard ahead." msgstr "" -#: script/events/setpieces.js:1697 +#: script/events/setpieces.js:1695 msgid "they must be here for a reason." msgstr "" -#: script/events/setpieces.js:1713 +#: script/events/setpieces.js:1711 msgid "the sound of gunfire carries on the wind." msgstr "" -#: script/events/setpieces.js:1714 +#: script/events/setpieces.js:1712 msgid "the street ahead glows with firelight." msgstr "" -#: script/events/setpieces.js:1732 +#: script/events/setpieces.js:1729 msgid "more squatters are crowding around now." msgstr "" -#: script/events/setpieces.js:1733 +#: script/events/setpieces.js:1730 msgid "someone throws a stone." msgstr "" -#: script/events/setpieces.js:1749 +#: script/events/setpieces.js:1746 msgid "an improvised shop is set up on the sidewalk." msgstr "" -#: script/events/setpieces.js:1750 +#: script/events/setpieces.js:1747 msgid "the owner stands by, stoic." msgstr "" -#: script/events/setpieces.js:1795 +#: script/events/setpieces.js:1792 msgid "strips of meat hang drying by the side of the street." msgstr "" -#: script/events/setpieces.js:1796 +#: script/events/setpieces.js:1793 msgid "the people back away, avoiding eye contact." msgstr "" -#: script/events/setpieces.js:1821 +#: script/events/setpieces.js:1818 msgid "someone has locked and barricaded the door to this operating theatre." msgstr "" -#: script/events/setpieces.js:1836 +#: script/events/setpieces.js:1833 msgid "a tribe of elderly squatters is camped out in this ward." msgstr "" -#: script/events/setpieces.js:1877 +#: script/events/setpieces.js:1874 msgid "a pack of lizards rounds the corner." msgstr "" -#: script/events/setpieces.js:1919 +#: script/events/setpieces.js:1916 msgid "strips of meat are hung up to dry in this ward." msgstr "" -#: script/events/setpieces.js:1943 +#: script/events/setpieces.js:1940 msgid "a large bird nests at the top of the stairs." msgstr "" -#: script/events/setpieces.js:1974 +#: script/events/setpieces.js:1971 msgid "the debris is denser here." msgstr "" -#: script/events/setpieces.js:1975 +#: script/events/setpieces.js:1972 msgid "maybe some useful stuff in the rubble." msgstr "" -#: script/events/setpieces.js:2014 +#: script/events/setpieces.js:2011 msgid "a swarm of rats rushes up the tunnel." msgstr "" -#: script/events/setpieces.js:2050 +#: script/events/setpieces.js:2047 msgid "a large man attacks, waving a bayonet." msgstr "" -#: script/events/setpieces.js:2085 +#: script/events/setpieces.js:2082 msgid "a second soldier opens fire." msgstr "" -#: script/events/setpieces.js:2126 +#: script/events/setpieces.js:2123 msgid "a masked soldier rounds the corner, gun drawn" msgstr "" -#: script/events/setpieces.js:2167 +#: script/events/setpieces.js:2164 msgid "the crowd surges forward." msgstr "" -#: script/events/setpieces.js:2203 +#: script/events/setpieces.js:2200 msgid "a youth lashes out with a tree branch." msgstr "" -#: script/events/setpieces.js:2238 +#: script/events/setpieces.js:2235 msgid "a squatter stands firmly in the doorway of a small hut." msgstr "" -#: script/events/setpieces.js:2273 +#: script/events/setpieces.js:2270 msgid "behind the door, a deformed figure awakes and attacks." msgstr "" -#: script/events/setpieces.js:2313 +#: script/events/setpieces.js:2310 msgid "as soon as the door is open a little bit, hundreds of tentacles erupt." msgstr "" -#: script/events/setpieces.js:2340 +#: script/events/setpieces.js:2337 msgid "bird must have liked shiney things." msgstr "" -#: script/events/setpieces.js:2341 +#: script/events/setpieces.js:2338 msgid "some good stuff woven into its nest." msgstr "" -#: script/events/setpieces.js:2375 +#: script/events/setpieces.js:2372 msgid "not much here." msgstr "" -#: script/events/setpieces.js:2376 +#: script/events/setpieces.js:2373 msgid "scavengers must have gotten to this place already." msgstr "" -#: script/events/setpieces.js:2407 +#: script/events/setpieces.js:2403 msgid "the tunnel opens up at another platform." msgstr "" -#: script/events/setpieces.js:2408 +#: script/events/setpieces.js:2404 msgid "the walls are scorched from an old battle." msgstr "" -#: script/events/setpieces.js:2409 +#: script/events/setpieces.js:2405 msgid "bodies and supplies from both sides litter the ground." msgstr "" -#: script/events/setpieces.js:2453 +#: script/events/setpieces.js:2449 msgid "the small military outpost is well supplied." msgstr "" -#: script/events/setpieces.js:2454 +#: script/events/setpieces.js:2450 msgid "" -"arms and munitions, relics from the war, are neatly arranged on the store-" -"room floor." +"arms and munitions, relics from the war, are neatly arranged on the " +"store-room floor." msgstr "" -#: script/events/setpieces.js:2455 +#: script/events/setpieces.js:2451 msgid "just as deadly now as they were then." msgstr "" -#: script/events/setpieces.js:2489 +#: script/events/setpieces.js:2485 msgid "searching the bodies yields a few supplies." msgstr "" -#: script/events/setpieces.js:2490 +#: script/events/setpieces.js:2486 msgid "more soldiers will be on their way." msgstr "" -#: script/events/setpieces.js:2491 +#: script/events/setpieces.js:2487 msgid "time to move on." msgstr "" -#: script/events/setpieces.js:2530 +#: script/events/setpieces.js:2526 msgid "the small settlement has clearly been burning a while." msgstr "" -#: script/events/setpieces.js:2531 +#: script/events/setpieces.js:2527 msgid "" -"the bodies of the wanderers that lived here are still visible in the flames." +"the bodies of the wanderers that lived here are still visible in the " +"flames." msgstr "" -#: script/events/setpieces.js:2532 +#: script/events/setpieces.js:2528 msgid "still time to rescue a few supplies." msgstr "" -#: script/events/setpieces.js:2566 -msgid "" -"the remaining settlers flee from the violence, their belongings forgotten." +#: script/events/setpieces.js:2562 +msgid "the remaining settlers flee from the violence, their belongings forgotten." msgstr "" -#: script/events/setpieces.js:2567 +#: script/events/setpieces.js:2563 msgid "there's not much, but some useful things can still be found." msgstr "" -#: script/events/setpieces.js:2601 +#: script/events/setpieces.js:2597 msgid "the young settler was carrying a canvas sack." msgstr "" -#: script/events/setpieces.js:2602 +#: script/events/setpieces.js:2598 msgid "it contains travelling gear, and a few trinkets." msgstr "" -#: script/events/setpieces.js:2603 script/events/setpieces.js:2639 +#: script/events/setpieces.js:2599 script/events/setpieces.js:2635 msgid "there's nothing else here." msgstr "" -#: script/events/setpieces.js:2637 +#: script/events/setpieces.js:2633 msgid "inside the hut, a child cries." msgstr "" -#: script/events/setpieces.js:2638 +#: script/events/setpieces.js:2634 msgid "a few belongings rest against the walls." msgstr "" -#: script/events/setpieces.js:2678 +#: script/events/setpieces.js:2674 msgid "the stench of rot and death fills the operating theatres." msgstr "" -#: script/events/setpieces.js:2679 +#: script/events/setpieces.js:2675 msgid "a few items are scattered on the ground." msgstr "" -#: script/events/setpieces.js:2680 +#: script/events/setpieces.js:2676 msgid "there is nothing else here." msgstr "" -#: script/events/setpieces.js:2719 +#: script/events/setpieces.js:2715 msgid "a pristine medicine cabinet at the end of a hallway." msgstr "" -#: script/events/setpieces.js:2720 +#: script/events/setpieces.js:2716 msgid "the rest of the hospital is empty." msgstr "" -#: script/events/setpieces.js:2754 +#: script/events/setpieces.js:2750 msgid "someone had been stockpiling loot here." msgstr "" -#: script/events/setpieces.js:2803 +#: script/events/setpieces.js:2799 msgid "the tentacular horror is defeated." msgstr "" -#: script/events/setpieces.js:2804 +#: script/events/setpieces.js:2800 msgid "inside, the remains of its victims are everywhere." msgstr "" -#: script/events/setpieces.js:2850 +#: script/events/setpieces.js:2845 msgid "the warped man lies dead." msgstr "" -#: script/events/setpieces.js:2851 +#: script/events/setpieces.js:2846 msgid "the operating theatre has a lot of curious equipment." msgstr "" -#: script/events/setpieces.js:2895 +#: script/events/setpieces.js:2890 msgid "the old man had a small cache of interesting items." msgstr "" -#: script/events/setpieces.js:2939 +#: script/events/setpieces.js:2934 msgid "An Old House" msgstr "" -#: script/events/setpieces.js:2943 +#: script/events/setpieces.js:2938 msgid "an old house remains here, once white siding yellowed and peeling." msgstr "" -#: script/events/setpieces.js:2944 +#: script/events/setpieces.js:2939 msgid "the door hangs open." msgstr "" -#: script/events/setpieces.js:2946 +#: script/events/setpieces.js:2941 msgid "the remains of an old house stand as a monument to simpler times" msgstr "" -#: script/events/setpieces.js:2960 +#: script/events/setpieces.js:2955 msgid "the house is abandoned, but not yet picked over." msgstr "" -#: script/events/setpieces.js:2961 +#: script/events/setpieces.js:2956 msgid "still a few drops of water in the old well." msgstr "" -#: script/events/setpieces.js:2995 +#: script/events/setpieces.js:2990 msgid "the house has been ransacked." msgstr "" -#: script/events/setpieces.js:2996 +#: script/events/setpieces.js:2991 msgid "but there is a cache of medicine under the floorboards." msgstr "" -#: script/events/setpieces.js:3024 +#: script/events/setpieces.js:3019 msgid "a man charges down the hall, a rusty blade in his hand" msgstr "" -#: script/events/setpieces.js:3056 +#: script/events/setpieces.js:3051 msgid "A Forgotten Battlefield" msgstr "" -#: script/events/setpieces.js:3060 +#: script/events/setpieces.js:3055 msgid "a battle was fought here, long ago." msgstr "" -#: script/events/setpieces.js:3061 -msgid "" -"battered technology from both sides lays dormant on the blasted landscape." +#: script/events/setpieces.js:3056 +msgid "battered technology from both sides lays dormant on the blasted landscape." msgstr "" -#: script/events/setpieces.js:3109 +#: script/events/setpieces.js:3104 msgid "A Huge Borehole" msgstr "" -#: script/events/setpieces.js:3113 +#: script/events/setpieces.js:3108 msgid "a huge hole is cut deep into the earth, evidence of the past harvest." msgstr "" -#: script/events/setpieces.js:3114 +#: script/events/setpieces.js:3109 msgid "they took what they came for, and left." msgstr "" -#: script/events/setpieces.js:3115 +#: script/events/setpieces.js:3110 msgid "" "castoff from the mammoth drills can still be found by the edges of the " "precipice." msgstr "" -#: script/events/setpieces.js:3138 +#: script/events/setpieces.js:3133 msgid "A Crashed Ship" msgstr "" -#: script/events/setpieces.js:3147 -msgid "" -"the familiar curves of a wanderer vessel rise up out of the dust and ash. " +#: script/events/setpieces.js:3142 +msgid "the familiar curves of a wanderer vessel rise up out of the dust and ash. " msgstr "" -#: script/events/setpieces.js:3148 +#: script/events/setpieces.js:3143 msgid "lucky that the natives can't work the mechanisms." msgstr "" -#: script/events/setpieces.js:3149 +#: script/events/setpieces.js:3144 msgid "with a little effort, it might fly again." msgstr "" -# command -#: script/events/setpieces.js:3153 +#: script/events/setpieces.js:3148 msgid "salvage" msgstr "" -#: script/events/setpieces.js:3161 +#: script/events/setpieces.js:3156 msgid "The Sulphur Mine" msgstr "" -#: script/events/setpieces.js:3165 +#: script/events/setpieces.js:3160 msgid "the military is already set up at the mine's entrance." msgstr "" -#: script/events/setpieces.js:3166 +#: script/events/setpieces.js:3161 msgid "soldiers patrol the perimeter, rifles slung over their shoulders." msgstr "" -#: script/events/setpieces.js:3168 +#: script/events/setpieces.js:3163 msgid "a military perimeter is set up around the mine." msgstr "" -# command -#: script/events/setpieces.js:3171 script/events/setpieces.js:3320 +#: script/events/setpieces.js:3166 script/events/setpieces.js:3315 msgid "attack" msgstr "" -#: script/events/setpieces.js:3206 +#: script/events/setpieces.js:3201 msgid "a soldier, alerted, opens fire." msgstr "" -# command -#: script/events/setpieces.js:3214 script/events/setpieces.js:3254 -#: script/events/setpieces.js:3357 script/events/setpieces.js:3391 +#: script/events/setpieces.js:3209 script/events/setpieces.js:3249 +#: script/events/setpieces.js:3352 script/events/setpieces.js:3386 msgid "run" msgstr "" -#: script/events/setpieces.js:3246 +#: script/events/setpieces.js:3241 msgid "a second soldier joins the fight." msgstr "" -#: script/events/setpieces.js:3280 +#: script/events/setpieces.js:3275 msgid "a grizzled soldier attacks, waving a bayonet." msgstr "" -#: script/events/setpieces.js:3291 +#: script/events/setpieces.js:3286 msgid "the military presence has been cleared." msgstr "" -#: script/events/setpieces.js:3292 script/events/setpieces.js:3434 -#: script/events/setpieces.js:3510 +#: script/events/setpieces.js:3287 script/events/setpieces.js:3429 +#: script/events/setpieces.js:3505 msgid "the mine is now safe for workers." msgstr "" -#: script/events/setpieces.js:3294 +#: script/events/setpieces.js:3289 msgid "the sulphur mine is clear of dangers" msgstr "" -#: script/events/setpieces.js:3310 +#: script/events/setpieces.js:3305 msgid "The Coal Mine" msgstr "" -#: script/events/setpieces.js:3314 +#: script/events/setpieces.js:3309 msgid "camp fires burn by the entrance to the mine." msgstr "" -#: script/events/setpieces.js:3315 +#: script/events/setpieces.js:3310 msgid "men mill about, weapons at the ready." msgstr "" -#: script/events/setpieces.js:3317 +#: script/events/setpieces.js:3312 msgid "this old mine is not abandoned" msgstr "" -#: script/events/setpieces.js:3349 script/events/setpieces.js:3383 +#: script/events/setpieces.js:3344 script/events/setpieces.js:3378 msgid "a man joins the fight" msgstr "" -#: script/events/setpieces.js:3422 +#: script/events/setpieces.js:3417 msgid "only the chief remains." msgstr "" -#: script/events/setpieces.js:3433 +#: script/events/setpieces.js:3428 msgid "the camp is still, save for the crackling of the fires." msgstr "" -#: script/events/setpieces.js:3436 +#: script/events/setpieces.js:3431 msgid "the coal mine is clear of dangers" msgstr "" -#: script/events/setpieces.js:3452 +#: script/events/setpieces.js:3447 msgid "The Iron Mine" msgstr "" -#: script/events/setpieces.js:3456 +#: script/events/setpieces.js:3451 msgid "an old iron mine sits here, tools abandoned and left to rust." msgstr "" -#: script/events/setpieces.js:3457 +#: script/events/setpieces.js:3452 msgid "" "bleached bones are strewn about the entrance. many, deeply scored with " "jagged grooves." msgstr "" -#: script/events/setpieces.js:3458 +#: script/events/setpieces.js:3453 msgid "feral howls echo out of the darkness." msgstr "" -#: script/events/setpieces.js:3460 +#: script/events/setpieces.js:3455 msgid "the path leads to an abandoned mine" msgstr "" -#: script/events/setpieces.js:3498 +#: script/events/setpieces.js:3493 msgid "a large creature lunges, muscles rippling in the torchlight" msgstr "" -#: script/events/setpieces.js:3509 +#: script/events/setpieces.js:3504 msgid "the beast is dead." msgstr "" -#: script/events/setpieces.js:3512 +#: script/events/setpieces.js:3507 msgid "the iron mine is clear of dangers" msgstr "" -#: script/events/setpieces.js:3529 +#: script/events/setpieces.js:3524 msgid "A Destroyed Village" msgstr "" -#: script/events/setpieces.js:3533 +#: script/events/setpieces.js:3528 msgid "a destroyed village lies in the dust." msgstr "" -#: script/events/setpieces.js:3534 +#: script/events/setpieces.js:3529 msgid "charred bodies litter the ground." msgstr "" -#: script/events/setpieces.js:3538 +#: script/events/setpieces.js:3532 msgid "the metallic tang of wanderer afterburner hangs in the air." msgstr "" -#: script/events/setpieces.js:3552 +#: script/events/setpieces.js:3546 msgid "a shack stands at the center of the village." msgstr "" -#: script/events/setpieces.js:3553 +#: script/events/setpieces.js:3547 msgid "there are still supplies inside." msgstr "" -# command -#: script/events/setpieces.js:3557 -msgid "take" -msgstr "" - -#: script/events/setpieces.js:3564 +#: script/events/setpieces.js:3558 msgid "all the work of a previous generation is here." msgstr "" -#: script/events/setpieces.js:3565 +#: script/events/setpieces.js:3559 msgid "ripe for the picking." msgstr "" -#: script/events/outside.js:67 -msgid "Fire" -msgstr "" - -#: script/events/outside.js:74 -msgid "a fire rampages through one of the huts, destroying it." -msgstr "" - -#: script/events/outside.js:75 -msgid "all residents in the hut perished in the fire." -msgstr "" - -#: script/events/outside.js:77 -msgid "a fire has started" -msgstr "" - -# command -#: script/events/outside.js:87 -msgid "mourn" -msgstr "" - -#: script/events/outside.js:88 -msgid "some villagers have died" -msgstr "" diff --git a/lang/ja/strings.js b/lang/ja/strings.js index c0fc175..462b1d3 100644 --- a/lang/ja/strings.js +++ b/lang/ja/strings.js @@ -1 +1 @@ -_.setTranslation({"water tank": "\u6c34\u30bf\u30f3\u30af", "use meds": "\u85ac\u3092\u4f7f\u3046", "the room is {0}": "\u90e8\u5c4b\u306f{0}", "punch twice as fast, and with even more force": "\u30d1\u30f3\u30c1\u304c\u500d\u306e\u901f\u3055\u306b\u306a\u308a\u3001\u3055\u3089\u306b\u5f37\u304f\u306a\u308b", "The Nomad": "\u904a\u7267\u6c11", "more traps won't help now": "\u3053\u308c\u4ee5\u4e0a\u7f60\u3092\u5897\u3084\u3057\u3066\u3082\u610f\u5473\u304c\u306a\u3044", "only a few die.": "\u72a0\u7272\u8005\u306f\u6570\u540d\u3067\u3059\u3093\u3060\u3002", "the compass points east": "\u30b3\u30f3\u30d1\u30b9\u306f\u6771\u3092\u6307\u3057\u305f", "the bodies of the wanderers that lived here are still visible in the flames.": "\u3053\u3053\u306b\u4f4f\u3093\u3067\u3044\u305f\u653e\u6d6a\u8005\u306e\u907a\u4f53\u304c\u307e\u3060\u708e\u306e\u4e2d\u306b\u898b\u3048\u308b\u3002", "the walls are scorched from an old battle.": "\u6614\u306e\u6226\u95d8\u3067\u58c1\u304c\u7126\u3052\u3066\u3044\u308b\u3002", "convoy": "\u8b77\u9001\u968a", "not enough fur": "\u6bdb\u76ae\u304c\u8db3\u308a\u306a\u3044", "a masked soldier rounds the corner, gun drawn": "\u30de\u30b9\u30af\u3092\u4ed8\u3051\u305f\u5175\u58eb\u304c\u9283\u3092\u69cb\u3048\u3066\u66f2\u304c\u308a\u89d2\u304b\u3089\u73fe\u308c\u305f", "a huge hole is cut deep into the earth, evidence of the past harvest.": "\u5de8\u5927\u306a\u7a74\u304c\u6df1\u304f\u5730\u9762\u306b\u5207\u308a\u958b\u304b\u308c\u3066\u3044\u308b\u3002\u904e\u53bb\u306e\u63a1\u6398\u306e\u8de1\u3060\u3002", "it puts up little resistance before the knife.": "\u305d\u3044\u3064\u306f\u30ca\u30a4\u30d5\u306b\u307b\u3068\u3093\u3069\u62b5\u6297\u3067\u304d\u306a\u304b\u3063\u305f\u3002", "the body of a wanderer lies in a small cavern.": "\u653e\u6d6a\u8005\u306e\u4f53\u304c\u3001\u5c0f\u3055\u306a\u307b\u3089\u7a74\u306b\u6a2a\u305f\u308f\u3063\u3066\u3044\u308b\u3002", "a shivering man approaches and attacks with surprising strength": "\u9707\u3048\u308b\u7537\u304c\u8fd1\u3065\u3044\u3066\u304f\u308b\u3068\u3001\u4ee5\u5916\u306a\u529b\u5f37\u3055\u3067\u6bb4\u308a\u304b\u304b\u3063\u3066\u304d\u305f", "steel's stronger than iron": "\u92fc\u9244\u306f\u9244\u3088\u308a\u3082\u5f37\u3044", "A Strange Bird": "\u602a\u9ce5", "not enough alien alloy": "\u30a8\u30a4\u30ea\u30a2\u30f3\u5408\u91d1\u304c\u8db3\u308a\u306a\u3044", "street above the subway platform is blown away.": "\u5730\u4e0b\u9244\u306e\u30d7\u30e9\u30c3\u30c8\u30d5\u30a9\u30fc\u30e0\u306e\u4e0a\u306e\u901a\u308a\u306f\u5439\u304d\u98db\u3070\u3055\u308c\u3066\u3044\u308b\u3002", "the soldier is dead": "\u5175\u58eb\u306f\u6b7b\u3093\u3060", "error while saving to dropbox datastorage": "Dropbox\u30c7\u30fc\u30bf\u9818\u57df\u3078\u306e\u4fdd\u5b58\u306b\u5931\u6557\u3057\u307e\u3057\u305f", "the footsteps stop.": "\u8db3\u97f3\u304c\u6b62\u307e\u3063\u305f\u3002", "sniper": "\u72d9\u6483\u624b", "the coal mine is clear of dangers": "\u70ad\u9271\u306f\u660e\u3089\u304b\u306b\u5371\u967a\u3060", "the warped man lies dead.": "\u3086\u304c\u3093\u3060\u7537\u304c\u6b7b\u3093\u3067\u3044\u308b\u3002", "something's in the store room": "\u4f55\u304b\u304c\u8caf\u8535\u5eab\u306b\u3044\u308b", "unfathomable destruction to fuel wanderer hungers.": "\u8a08\u308a\u77e5\u308c\u306a\u3044\u7834\u58ca\u306f\u653e\u6d6a\u8005\u306e\u98e2\u3048\u3092\u717d\u3063\u305f\u3002", "embark": "\u51fa\u767a", "scout": "\u5075\u5bdf\u8853", "facebook": "Facebook", "the trees yield to dry grass. the yellowed brush rustles in the wind.": "\u6728\u3005\u306f\u4e7e\u71e5\u3057\u305f\u8349\u306b\u5909\u308f\u3063\u305f\u3002\u9ec4\u3070\u3093\u3060\u8302\u307f\u304c\u98a8\u306b\u305d\u3088\u3044\u3067\u3044\u308b\u3002", "save.": "\u30bb\u30fc\u30d6", "total score: {0}": "\u7dcf\u5f97\u70b9\uff1a{0}", "learned to make the most of food": "\u98df\u3079\u7269\u3092\u6700\u5927\u9650\u306b\u6d3b\u7528\u3059\u308b\u3053\u3068\u3092\u5b66\u3093\u3060", "blast": "\u30d3\u30fc\u30e0", "the sky is grey and the wind blows relentlessly": "\u7a7a\u306f\u7070\u8272\u3067\u3001\u98a8\u304c\u5bb9\u8d66\u306a\u304f\u5439\u3044\u3066\u3044\u308b\u3002", "supplies:": "\u7269\u8cc7\uff1a", "the feral terror is dead": "\u6050\u6016\u306e\u91ce\u751f\u751f\u7269\u306f\u6b7b\u3093\u3060", "the tracks disappear after just a few minutes.": "\u8db3\u3042\u3068\u306f\u3059\u3050\u306b\u6d88\u3048\u3066\u3044\u305f", "a safe place in the wilds.": "\u8352\u91ce\u306e\u96a0\u308c\u5bb6", "fur": "\u6bdb\u76ae", "beneath the wanderer's rags, clutched in one of its many hands, a glint of steel.": "\u653e\u6d6a\u8005\u306e\u30dc\u30ed\u5e03\u306e\u4e0b\u3067\u3001\u591a\u304f\u306e\u624b\u306e1\u3064\u304c\u3001\u92fc\u306e\u8f1d\u304d\u3092\u63e1\u308a\u3057\u3081\u3066\u3044\u305f\u3002", "buy scales": "\u9c57\u3092\u8cb7\u3046", "mild": "\u5fc3\u5730\u3088\u3044", "the hunting lodge stands in the forest, a ways out of town": "\u72e9\u731f\u5c0f\u5c4b\u306f\u3001\u68ee\u306e\u4e2d\u306e\u8857\u304b\u3089\u51fa\u308b\u9053\u306b\u5efa\u3063\u3066\u3044\u308b", "leave": "\u7acb\u3061\u53bb\u308b", "the convoy can haul mostly everything": "\u8b77\u9001\u968a\u306f\u307b\u3068\u3093\u3069\u4f55\u3067\u3082\u904b\u3076\u3053\u3068\u304c\u3067\u304d\u308b", "learned to strike faster without weapons": "\u6b66\u5668\u3092\u4f7f\u308f\u305a\u901f\u304f\u6253\u3064\u3053\u3068\u3092\u5b66\u3073\u307e\u3057\u305f", "an old house remains here, once white siding yellowed and peeling.": "\u53e4\u3044\u5bb6\u304c\u6b8b\u3063\u3066\u3044\u308b\u3002\u767d\u304b\u3063\u305f\u58c1\u306f\u9ec4\u3070\u3093\u3067\u5265\u304c\u308c\u3066\u3044\u308b\u3002", "ignore them": "\u7121\u8996\u3059\u308b", "willing to talk about it, for a price.": "\u4ee3\u4fa1\u3092\u652f\u6255\u3048\u3070\u3001\u305d\u308c\u306b\u3064\u3044\u3066\u8a9e\u308a\u305f\u3044\u305d\u3046\u3060\u3002", "a beast, wilder than imagining, erupts out of the foliage": "\u60f3\u50cf\u3092\u8d8a\u3048\u3066\u91ce\u86ee\u306a\u7363\u304c\u8449\u9670\u304b\u3089\u8df3\u3073\u3060\u3057\u3066\u304d\u305f", "go home": "\u5bb6\u306b\u5e30\u308b", "the soldier steps out from between the buildings, rifle raised.": "\u5175\u58eb\u304c\u5efa\u7269\u306e\u9593\u304b\u3089\u6b69\u307f\u51fa\u3066\u30e9\u30a4\u30d5\u30eb\u3092\u69cb\u3048\u305f\u3002", "force": "\u602a\u529b", "A Murky Swamp": "\u6fc1\u3063\u305f\u6cbc", "a ragged stranger stumbles through the door and collapses in the corner": "\u30dc\u30ed\u5e03\u3092\u7e8f\u3063\u305f\u898b\u77e5\u3089\u306c\u4eba\u304c\u30c9\u30a2\u304b\u3089\u8ee2\u304c\u308a\u8fbc\u3093\u3067\u304d\u3066\u3001\u9685\u306b\u5d29\u308c\u843d\u3061\u305f", "not enough leather": "\u9769\u304c\u8db3\u308a\u306a\u3044", "the fight is short and bloody, but the beasts are repelled.": "\u6226\u3044\u306f\u77ed\u304f\u8840\u306a\u307e\u3050\u3055\u3044\u3082\u306e\u3060\u3063\u305f\u304c\u3001\u3068\u306b\u304b\u304f\u7363\u306f\u5012\u3055\u308c\u305f\u3002", "the wood is running out": "\u6728\u6750\u304c\u5c3d\u304d\u305f", "restart.": "\u30ea\u30bb\u30c3\u30c8", "rot's been to work on it, and some of the pieces are missing.": "\u4f53\u306f\u8150\u6557\u3057\u3066\u3044\u308b\u304c\u3001\u3044\u304f\u3064\u304b\u306e\u90e8\u5206\u304c\u8db3\u308a\u306a\u3044\u3002", "workshop's finally ready. builder's excited to get to it": "\u4f5c\u696d\u5834\u304c\u3064\u3044\u306b\u5b8c\u6210\u3057\u305f\u3002\u5efa\u7bc9\u5bb6\u306f\u8208\u596e\u3057\u3066\u3044\u308b", "a trading post would make commerce easier": "\u4ea4\u6613\u6240\u306f\u3001\u53d6\u5f15\u3092\u3057\u3084\u3059\u304f\u3059\u308b\u3060\u308d\u3046", "not enough steel": "\u92fc\u9244\u304c\u8db3\u308a\u306a\u3044", "perks:": "\u7279\u6280\uff1a", "the torch goes out": "\u677e\u660e\u304c\u6d88\u3048\u305f", "saved.": "\u30bb\u30fc\u30d6\u3057\u305f", "after a skirmish they are driven away, but not without losses.": "\u5c0f\u7af6\u308a\u5408\u3044\u306e\u5f8c\u3001\u5f7c\u3089\u306f\u8ffd\u3044\u6255\u308f\u308c\u305f\u304c\u3001\u640d\u5bb3\u306f\u907f\u3051\u3089\u308c\u306a\u304b\u3063\u305f\u3002", "the military is already set up at the mine's entrance.": "\u3059\u3067\u306b\u8ecd\u968a\u304c\u9271\u5c71\u306e\u5165\u308a\u53e3\u306b\u99d0\u5c6f\u3057\u3066\u3044\u308b\u3002", "tannery goes up quick, on the edge of the village": "\u3059\u3050\u306b\u6751\u5916\u308c\u306b\u76ae\u306a\u3081\u3057\u5834\u304c\u5efa\u8a2d\u3055\u308c\u305f", "learned to fight quite effectively without weapons": "\u6b66\u5668\u3092\u4f7f\u308f\u305a\u975e\u5e38\u306b\u52b9\u679c\u7684\u306b\u6226\u3046\u3053\u3068\u3092\u5b66\u3093\u3060", "charred bodies litter the ground.": "\u9ed2\u7126\u3052\u306e\u6b7b\u4f53\u304c\u5730\u9762\u306b\u843d\u3061\u3066\u3044\u308b\u3002", "someone throws a stone.": "\u8ab0\u304b\u304c\u77f3\u3092\u6295\u3052\u305f\u3002", "leaves a pile of small teeth behind.": "\u5f8c\u306b\u5c0f\u3055\u306a\u7259\u306e\u5c71\u3092\u6b8b\u3057\u3066\u3044\u3063\u305f\u3002", "the stranger shivers, and mumbles quietly. her words are unintelligible.": "\u898b\u77e5\u3089\u306c\u4eba\u306f\u9707\u3048\u3001\u9759\u304b\u306b\u545f\u3044\u3066\u3044\u308b\u3002\u5f7c\u5973\u306e\u8a00\u8449\u306f\u7406\u89e3\u3067\u304d\u306a\u3044\u3002", "not enough scales": "\u9c57\u304c\u8db3\u308a\u306a\u3044", "someone has locked and barricaded the door to this operating theatre.": "\u8ab0\u304b\u304c\u3053\u306e\u624b\u8853\u5ba4\u3078\u306e\u6249\u306b\u9375\u3092\u304b\u3051\u3066\u5c01\u9396\u3057\u305f\u3002", "leave cave": "\u6d1e\u7a9f\u3092\u7acb\u3061\u53bb\u308b", "hp: {0}/{1}": "HP: {0}/{1}", "a lone frog sits in the muck, silently.": "\u4e00\u5339\u3060\u3051\u30ab\u30a8\u30eb\u304c\u9759\u304b\u306b\u6ce5\u306b\u5ea7\u3063\u3066\u3044\u308b\u3002", "the steel is strong, and the blade true.": "\u92fc\u9244\u306f\u5f37\u304f\u3001\u305d\u306e\u5203\u306f\u672c\u5f53\u306b\u3088\u304f\u5207\u308c\u308b\u3002", "a shame to let what he'd found go to waste.": "\u5f7c\u304c\u898b\u3064\u3051\u305f\u3082\u306e\u3092\u7121\u99c4\u306b\u3059\u308b\u306e\u306f\u6065\u3060", "learned how to ignore the hunger": "\u7a7a\u8179\u3092\u7121\u8996\u3059\u308b\u65b9\u6cd5\u3092\u5b66\u3093\u3060", "punch": "\u30d1\u30f3\u30c1", "water": "\u6c34", "desert rat": "\u7802\u6f20\u306e\u30cd\u30ba\u30df", "explore": "\u63a2\u7d22\u3059\u308b", "a pack of snarling beasts pours out of the trees.": "\u5538\u308b\u7363\u306e\u4e00\u56e3\u304c\u6728\u3005\u306e\u9593\u304b\u3089\u73fe\u308c\u305f", "punches do even more damage.": "\u30d1\u30f3\u30c1\u3067\u3055\u3089\u306b\u30c0\u30e1\u30fc\u30b8\u3092\u4e0e\u3048\u308b", "roaring": "\u71c3\u3048\u4e0a\u304c\u3063\u3066\u3044\u308b", "gatherer": "\u67f4\u5208\u308a", "the people back away, avoiding eye contact.": "\u4eba\u3005\u306f\u518d\u3073\u96e2\u308c\u3066\u3001\u76ee\u3092\u305d\u3089\u3057\u3066\u3044\u308b\u3002", "A Huge Borehole": "\u5de8\u5927\u306a\u7aea\u7a74", "a bundle of sticks lies just beyond the threshold, wrapped in coarse furs.": "\u7c97\u3044\u6bdb\u76ae\u306b\u5305\u307e\u308c\u305f\u6728\u306e\u679d\u306e\u675f\u304c\u3001\u6577\u5c45\u306e\u5411\u3053\u3046\u306b\u7f6e\u304b\u308c\u3066\u3044\u308b\u3002", "builder says she could make finer things, if she had the tools": "\u5efa\u7bc9\u5bb6\u306f\u3001\u9053\u5177\u304c\u3042\u308c\u3070\u3082\u3063\u3068\u826f\u3044\u7269\u3092\u4f5c\u308c\u308b\u3068\u8a00\u3063\u3066\u3044\u308b", "soldier": "\u5175\u58eb", "learn scouting": "\u65a5\u5019\u8853\u3092\u5b66\u3076", "share.": "\u30b7\u30a7\u30a2", "choose one slot to save to": "\u30bb\u30fc\u30d6\u3059\u308b\u30b9\u30ed\u30c3\u30c8\u3092\u9078\u629e\u3057\u3066\u304f\u3060\u3055\u3044", "A Murky Swamp": "\u6fc1\u3063\u305f\u6cbc", "iron sword": "\u9244\u306e\u5263", "builder says she can make traps to catch any creatures might still be alive out there": "\u5efa\u7bc9\u5bb6\u306f\u3001\u751f\u304d\u6b8b\u3063\u305f\u751f\u304d\u7269\u3092\u6355\u3048\u308b\u7f60\u3092\u4f5c\u308c\u308b\u3068\u8a00\u3063\u3066\u3044\u308b", "the grasses thin. soon, only dust remains.": "\u75e9\u305b\u305f\u8349\u5730\u3060\u3002\u3059\u3050\u306b\u571f\u57c3\u3060\u3051\u306b\u306a\u308b\u3060\u308d\u3046\u3002", "bayonet": "\u9283\u5263", "a shot rings out, from somewhere in the long grass": "\u9ad8\u3044\u8349\u3080\u3089\u306e\u3069\u3053\u304b\u304b\u3089\u9283\u58f0\u304c\u97ff\u3044\u305f", "a wall of gnarled trees rises from the dust. their branches twist into a skeletal canopy overhead.": "\u7bc0\u304f\u308c\u3060\u3063\u305f\u6728\u306e\u58c1\u304c\u3001\u57c3\u304b\u3089\u7acb\u3061\u4e0a\u304c\u308b\u3002\u679d\u306f\u5929\u84cb\u306e\u9aa8\u7d44\u307f\u306e\u3088\u3046\u306b\u982d\u4e0a\u3067\u7d61\u307f\u5408\u3063\u3066\u3044\u308b\u3002", "gather wood": "\u6728\u3092\u96c6\u3081\u308b", "with a little effort, it might fly again.": "\u5c11\u3057\u9811\u5f35\u308c\u3070\u3001\u518d\u3073\u98db\u3070\u305b\u308b\u3060\u308d\u3046\u3002", "A Scavenger": "\u30b4\u30df\u6f01\u308a", "picking the bones finds some useful trinkets.": "\u9aa8\u3092\u62fe\u3044\u3001\u6709\u7528\u306a\u88c5\u8eab\u5177\u3092\u63a2\u3059\u3002", "the shell of an abandoned hospital looms ahead.": "\u653e\u68c4\u3055\u308c\u305f\u75c5\u9662\u306e\u5f71\u304c\u524d\u65b9\u306b\u8feb\u3063\u3066\u3044\u308b\u3002", "the villagers hang the thief high in front of the store room.": "\u6751\u4eba\u305f\u3061\u306f\u8caf\u8535\u5ba4\u306e\u524d\u306b\u9ad8\u304f\u6ce5\u68d2\u3092\u540a\u3063\u305f\u3002", "eye for an eye seems fair.": "\u76ee\u306b\u306f\u76ee\u3092\u3001\u3068\u3044\u3046\u306e\u306f\u516c\u6b63\u3060\u308d\u3046\u3002", "an old man bursts through a door, wielding a scalpel.": "\u30e1\u30b9\u3092\u6301\u3063\u305f\u8001\u4eba\u304c\u30c9\u30a2\u3092\u53e9\u304d\u958b\u3051\u305f\u3002", "1 medicine": "\u533b\u85ac\u54c11\u500b", "the small military outpost is well supplied.": "\u5c0f\u3055\u306a\u8ecd\u306e\u524d\u54e8\u57fa\u5730\u306b\u306f\u7269\u8cc7\u304c\u6f64\u6ca2\u3060\u3002", "the clinic has been ransacked.": "\u8a3a\u7642\u6240\u306f\u7565\u596a\u3055\u308c\u3066\u3044\u305f\u3002", "drop:": "\u7f6e\u304f\uff1a", "leaves some scraps of cloth behind.": "\u5f8c\u306b\u3044\u304f\u3089\u304b\u306e\u30dc\u30ed\u5e03\u3092\u6b8b\u3057\u3066\u3044\u3063\u305f\u3002", "are you sure?": "\u672c\u5f53\u306b\uff1f", "charcutier": "\u71fb\u88fd\u8077\u4eba", "a military perimeter is set up around the mine.": "\u8ecd\u4e8b\u5883\u754c\u7dda\u306f\u9271\u5c71\u3092\u4e2d\u5fc3\u306b\u8a2d\u5b9a\u3055\u308c\u3066\u3044\u308b\u3002", "trading post": "\u4ea4\u6613\u6240", "a wanderer arrives with an empty cart. says if she leaves with furs, she'll be back with more.": "\u653e\u6d6a\u8005\u306f\u7a7a\u306e\u8377\u8eca\u3092\u6301\u3063\u3066\u304d\u305f\u3002\u6bdb\u76ae\u3092\u6e21\u305b\u3070\u3001\u5f7c\u5973\u306f\u3088\u308a\u591a\u304f\u3092\u6301\u3063\u3066\u623b\u3063\u3066\u6765\u308b\u3068\u8a00\u3046\u3002", "in exchange, the wanderer offers his wisdom.": "\u5f15\u304d\u63db\u3048\u306b\u3001\u653e\u6d6a\u8005\u306f\u81ea\u5206\u306e\u77e5\u6075\u3092\u63d0\u4f9b\u3059\u308b\u3068\u8a00\u3063\u3066\u3044\u308b\u3002", "sulphur miner": "\u786b\u9ec4\u9271\u592b", "a small basket of food is hidden under a park bench, with a note attached.": "\u5c0f\u3055\u306a\u98df\u3079\u7269\u306e\u7c60\u304c\u3001\u516c\u5712\u306e\u30d9\u30f3\u30c1\u306e\u4e0b\u306b\u96a0\u3055\u308c\u3066\u3044\u308b\u3002\u30e1\u30e2\u304c\u4ed8\u3044\u3066\u3044\u308b\u3002", "warm": "\u6696\u304b\u3044", "the sound of gunfire carries on the wind.": "\u98a8\u306b\u4e57\u3063\u3066\u9283\u58f0\u304c\u5c4a\u3044\u305f\u3002", "stoke fire": "\u85aa\u3092\u71c3\u3084\u3059", "lift off": "\u767a\u9032\uff01", "shoot": "\u6483\u3064", "none": "\u306a\u3057", "leave town": "\u753a\u3092\u7acb\u3061\u53bb\u308b", "most of the windows at ground level are busted anyway.": "\u5730\u4e0a\u968e\u306e\u7a93\u306e\u307b\u3068\u3093\u3069\u306f\u3069\u3053\u304b\u306b\u5439\u304d\u98db\u3093\u3067\u3044\u308b\u3002", "a strange looking bird speeds across the plains": "\u5947\u602a\u306a\u9ce5\u304c\u5e73\u539f\u3092\u7d20\u65e9\u304f\u98db\u3073\u56de\u3063\u3066\u3044\u308b", "linger": "\u3053\u3053\u306b\u6b8b\u308b", "take:": "\u53d6\u308b\uff1a", "connect game to dropbox local storage": "\u30b2\u30fc\u30e0\u3092Dropbox\u306e\u30ed\u30fc\u30ab\u30eb\u30b9\u30c8\u30ec\u30fc\u30b8\u306b\u63a5\u7d9a\u3059\u308b", "strange bird": "\u602a\u9ce5", "if the code is invalid, all data will be lost.": "\u30b3\u30fc\u30c9\u304c\u6b63\u3057\u304f\u306a\u3044\u5834\u5408\u3001\u3059\u3079\u3066\u306e\u30c7\u30fc\u30bf\u304c\u5931\u308f\u308c\u307e\u3059\u3002", "A Feral Terror": "\u6050\u6016\u306e\u91ce\u751f\u751f\u7269", "can't see what's inside.": "\u4e2d\u306f\u898b\u3048\u306a\u3044\u3002", "a large beast charges out of the dark": "\u5927\u578b\u306e\u7363\u304c\u6697\u304c\u308a\u304b\u3089\u7a81\u6483\u3057\u3066\u304d\u305f", "salvage": "\u30b5\u30eb\u30d9\u30fc\u30b8", "grenade": "\u624b\u69b4\u5f3e", "the stranger in the corner stops shivering. her breathing calms.": "\u9685\u306e\u898b\u77e5\u3089\u306c\u4eba\u306e\u9707\u3048\u306f\u6b62\u307e\u3063\u305f\u3002\u5f7c\u5973\u306e\u547c\u5438\u306f\u843d\u3061\u7740\u3044\u3066\u304d\u305f\u3002", "a small suburb lays ahead, empty houses scorched and peeling.": "\u5c0f\u3055\u306a\u90ca\u5916\u306e\u4f4f\u5b85\u8857\u304c\u3042\u308b\u3002\u7a7a\u304d\u5bb6\u306f\u713c\u3051\u7126\u3052\u3066\u58c1\u304c\u5265\u304c\u308c\u3066\u3044\u308b\u3002", "a wanderer arrives with an empty cart. says if he leaves with wood, he'll be back with more.": "\u653e\u6d6a\u8005\u306f\u7a7a\u306e\u8377\u8eca\u3092\u6301\u3063\u3066\u304d\u305f\u3002\u6728\u6750\u3092\u6e21\u305b\u3070\u3001\u5f7c\u306f\u3088\u308a\u591a\u304f\u3092\u6301\u3063\u3066\u623b\u3063\u3066\u6765\u308b\u3068\u8a00\u3046\u3002", "gaunt man": "\u3084\u3064\u308c\u305f\u7537", "a squat building up ahead.": "\u524d\u65b9\u306b\u30d3\u30eb\u304c\u6a2a\u305f\u308f\u3063\u3066\u3044\u308b", "a thug moves out of the shadows.": "\u7269\u9670\u304b\u3089\u30c1\u30f3\u30d4\u30e9\u304c\u51fa\u3066\u304d\u305f\u3002", "An Outpost": "\u524d\u7dda\u57fa\u5730", "there's not much, but some useful things can still be found.": "\u591a\u304f\u306f\u306a\u3044\u304c\u3001\u307e\u3060\u6709\u7528\u306a\u3082\u306e\u304c\u898b\u3064\u304b\u3063\u305f\u3002", " and ": " \u3068 ", "an improvised shop is set up on the sidewalk.": "\u6b69\u9053\u306b\u4eee\u8a2d\u5e97\u8217\u304c\u3042\u308b\u3002", "cured meat": "\u71fb\u88fd\u8089", "builder puts up a hut, out in the forest. says word will get around.": "\u5efa\u7bc9\u5bb6\u306f\u68ee\u306b\u5c0f\u5c4b\u3092\u5efa\u3066\u305f. \u3053\u306e\u5642\u304c\u5e83\u307e\u308b\u3060\u308d\u3046\u3068\u8a00\u3063\u3066\u3044\u308b", "learned how not to be seen": "\u898b\u3089\u308c\u306a\u3044\u65b9\u6cd5\u3092\u5b66\u3093\u3060", "punches do more damage": "\u30d1\u30f3\u30c1\u3067\u3088\u308a\u591a\u304f\u306e\u30c0\u30e1\u30fc\u30b8\u3092\u4e0e\u3048\u308b", "some traps have been destroyed": "\u3044\u304f\u3064\u304b\u306e\u7f60\u304c\u7834\u58ca\u3055\u308c\u305f", "castoff from the mammoth drills can still be found by the edges of the precipice.": "\u65ad\u5d16\u306e\u7e01\u306b\u6253\u3061\u6368\u3066\u3089\u308c\u305f\u30de\u30f3\u30e2\u30b9\u30c9\u30ea\u30eb\u304c\u6b8b\u3063\u3066\u3044\u308b\u3002", "well armed men charge out of the forest, firing into the crowd.": "\u6b66\u88c5\u3057\u305f\u7537\u305f\u3061\u304c\u68ee\u304b\u3089\u73fe\u308c\u3001\u7fa4\u8846\u306b\u767a\u7832\u3057\u305f", "deep in the swamp is a moss-covered cabin.": "\u6cbc\u306e\u5965\u6df1\u304f\u306b\u82d4\u306b\u8986\u308f\u308c\u305f\u5c0f\u5c4b\u304c\u3042\u308b\u3002", "app store.": "App \u30b9\u30c8\u30a2", "An Old Starship": "\u53e4\u3044\u5b87\u5b99\u8239", "ignore it": "\u7121\u8996\u3059\u308b", "hot": "\u6691\u3044", "upgrade engine": "\u30a8\u30f3\u30b8\u30f3\u3092\u5f37\u5316", "forest": "\u68ee", "give 500": "500 \u4e0e\u3048\u308b", "A Dark Room": "\u6697\u3044\u90e8\u5c4b", "a battle was fought here, long ago.": "\u9060\u3044\u6614\u306b\u3001\u3053\u3053\u3067\u6226\u95d8\u304c\u884c\u308f\u308c\u305f\u3002", "builder says leather could be useful. says the villagers could make it.": "\u5efa\u7bc9\u5bb6\u306f\u6751\u4eba\u304c\u306a\u3081\u3057\u9769\u3092\u4f5c\u308c\u308b\u3060\u308d\u3046\u3068\u8a00\u3063\u3066\u3044\u308b\u3002", "craft:": "\u4f5c\u6210\uff1a", "Iron Mine": "\u9244\u9271\u5c71", "coal mine": "\u70ad\u9271", "bits of meat": "\u8089\u306e\u304b\u3051\u3089", "scavengers must have gotten to this place already.": "\u30b4\u30df\u6f01\u308a\u304c\u65e2\u306b\u3053\u3053\u306b\u6765\u305f\u3088\u3046\u3060\u3002", "the remains of an old camp sits just inside the cave.": "\u6d1e\u7a9f\u306e\u4e2d\u306b\u53e4\u3044\u30ad\u30e3\u30f3\u30d7\u8de1\u304c\u6b8b\u3063\u3066\u3044\u308b\u3002", "The Village": "\u6751", "snarling beast": "\u5538\u308b\u7363", "soldiers patrol the perimeter, rifles slung over their shoulders.": "\u5175\u58eb\u305f\u3061\u306f\u80a9\u306b\u30e9\u30a4\u30d5\u30eb\u3092\u639b\u3051\u3066\u5468\u56f2\u3092\u30d1\u30c8\u30ed\u30fc\u30eb\u3057\u3066\u3044\u308b\u3002", "a swarm of rats rushes up the tunnel.": "\u30cd\u30ba\u30df\u306e\u7fa4\u308c\u304c\u30c8\u30f3\u30cd\u30eb\u304b\u3089\u6bba\u5230\u3057\u3066\u304d\u305f\u3002", "faces, darkened by soot and blood, stare out from crooked huts.": "\u6b6a\u3093\u3060\u5c0f\u5c4b\u304b\u3089\u3059\u3059\u3068\u8840\u306b\u3088\u3063\u3066\u9ed2\u305a\u3093\u3060\u9854\u304c\u898b\u3064\u3081\u3066\u3044\u308b\u3002", "strange noises can be heard through the walls": "\u5947\u5999\u306a\u97f3\u304c\u58c1\u306e\u5411\u3053\u3046\u304b\u3089\u805e\u3053\u3048\u308b", "coal": "\u77f3\u70ad", "Stratosphere": "\u6210\u5c64\u570f", "man-eater": "\u4eba\u55b0\u3044\u65cf", "can't tell what they're up to.": "\u4f55\u306e\u97f3\u304b\u306f\u308f\u304b\u3089\u306a\u3044\u3002", "enter": "\u5165\u308b", "a destroyed village lies in the dust.": "\u7834\u58ca\u3055\u308c\u305f\u6751\u304c\u57c3\u306e\u4e2d\u306b\u6a2a\u305f\u308f\u3063\u3066\u3044\u308b\u3002", "Ship": "\u8239", "better avoid conflict in the wild": "\u8352\u91ce\u3067\u306e\u885d\u7a81\u3092\u3088\u308a\u907f\u3051\u308b", "talk": "\u8a71\u3059", "another beast, draw by the noise, leaps out of a copse of trees.": "\u97f3\u306b\u5f15\u304d\u5bc4\u305b\u3089\u308c\u305f\u5225\u306e\u7363\u304c\u96d1\u6728\u6797\u304b\u3089\u8df3\u3073\u3060\u3057\u3066\u304d\u305f\u3002", "A Soldier": "\u5175\u58eb", "the man expresses his thanks and hobbles off.": "\u7537\u306f\u611f\u8b1d\u3057\u3066\u3088\u308d\u3081\u304d\u53bb\u3063\u305f\u3002", "battered technology from both sides lays dormant on the blasted landscape.": "\u30dc\u30ed\u30dc\u30ed\u306b\u306a\u3063\u305f\u4e21\u9663\u55b6\u306e\u907a\u7269\u304c\u3001\u713c\u3051\u91ce\u539f\u306b\u7720\u3063\u3066\u3044\u308b\u3002", "the villagers haul a filthy man out of the store room.": "\u6751\u4eba\u305f\u3061\u304c\u8caf\u8535\u5eab\u304b\u3089\u4e0d\u6f54\u306a\u7537\u3092\u904b\u3073\u3060\u3057\u3066\u304d\u305f\u3002", "strips of meat are hung up to dry in this ward.": "\u3053\u306e\u68df\u306b\u306f\u7d30\u5207\u308a\u8089\u304c\u639b\u3051\u3066\u5e72\u3055\u308c\u3066\u3044\u308b\u3002", "the familiar curves of a wanderer vessel rise up out of the dust and ash. ": "\u57c3\u3068\u7070\u306e\u4e2d\u304b\u3089\u3001\u653e\u6d6a\u8005\u306e\u4e57\u308a\u7269\u306e\u304a\u306a\u3058\u307f\u306e\u66f2\u7dda\u304c\u7acb\u3061\u4e0a\u304c\u3063\u3066\u3044\u308b\u3002", "all the work of a previous generation is here.": "\u524d\u4e16\u4ee3\u306e\u3059\u3079\u3066\u306e\u696d\u7e3e\u304c\u3053\u3053\u306b\u3042\u308b\u3002", "cold": "\u5bd2\u3044", "the iron mine is clear of dangers": "\u9244\u9271\u5c71\u306f\u660e\u3089\u304b\u306b\u5371\u967a\u3060", "the military presence has been cleared.": "\u8ecd\u968a\u3092\u4e00\u6383\u3057\u305f\u3002", "A Crashed Starship": "\u589c\u843d\u3057\u305f\u5b87\u5b99\u8239", "the fire is {0}": "\u706b\u306f{0}", "A Lonely Hut": "\u5b64\u72ec\u306a\u5c0f\u5c4b", "buy teeth": "\u7259\u3092\u8cb7\u3046", "a small supply cache is hidden at the back of the cave.": "\u6d1e\u7a9f\u306e\u5965\u306b\u306f\u5c0f\u3055\u306a\u8caf\u8535\u5eab\u304c\u96a0\u3055\u308c\u3066\u3044\u305f\u3002", "iron's stronger than leather": "\u9244\u306f\u9769\u3088\u308a\u3082\u5f37\u3044", "bedrolls, torn and blackened, lay beneath a thin layer of dust.": "\u5bdd\u888b\u306f\u7834\u308c\u3066\u9ed2\u305a\u307f\u3001\u8584\u304f\u57c3\u3092\u304b\u3076\u3063\u3066\u3044\u308b", "dodge attacks more effectively": "\u3088\u308a\u52b9\u679c\u7684\u306b\u653b\u6483\u3092\u56de\u907f\u3059\u308b", "hull: ": "\u8239\u4f53\uff1a", "a madman attacks, screeching.": "\u72c2\u4eba\u304c\u559a\u304d\u306a\u304c\u3089\u8972\u3063\u3066\u304d\u305f\u3002", "thieves": "\u6ce5\u68d2", "the towers that haven't crumbled jut from the landscape like the ribcage of some ancient beast.": "\u307e\u3060\u5d29\u308c\u3066\u3044\u306a\u3044\u30bf\u30ef\u30fc\u304c\u53e4\u4ee3\u306e\u7363\u306e\u30a2\u30d0\u30e9\u306e\u3088\u3046\u306b\u98a8\u666f\u306b\u7a81\u304d\u51fa\u3057\u3066\u3044\u308b\u3002", "lights off.": "\u6d88\u706f", "someone had been stockpiling loot here.": "\u8ab0\u304b\u304c\u3053\u3053\u306b\u6226\u5229\u54c1\u3092\u5099\u84c4\u3057\u3066\u3044\u305f\u3002", "learned to look ahead": "\u5148\u3092\u898b\u308b\u3053\u3068\u3092\u5b66\u3093\u3060", "the mine is now safe for workers.": "\u3082\u3046\u9271\u5c71\u306f\u52b4\u50cd\u8005\u306b\u3082\u5b89\u5168\u3060\u3002", "Coal Mine": "\u70ad\u9271", "empty corridors.": "\u4f55\u3082\u306a\u3044\u5eca\u4e0b\u3002", "save to slot": "\u30b9\u30ed\u30c3\u30c8\u306b\u4fdd\u5b58", "the owner stands by, stoic.": "\u30aa\u30fc\u30ca\u30fc\u304c\u30b9\u30c8\u30a4\u30c3\u30af\u306b\u8107\u306b\u7acb\u3063\u3066\u3044\u308b", "hunter": "\u731f\u5e2b", "strips of meat hang drying by the side of the street.": "\u901a\u308a\u306e\u8107\u306b\u306f\u8089\u304c\u5e72\u3055\u308c\u3066\u3044\u308b\u3002", "more squatters are crowding around now.": "\u3055\u3089\u306b\u591a\u304f\u306e\u7121\u65ad\u5c45\u4f4f\u8005\u304c\u7fa4\u304c\u3063\u3066\u304d\u305f\u3002", "some weird glowing boxes he picked up on his travels.": "\u5f7c\u304c\u65c5\u306e\u9014\u4e2d\u3067\u62fe\u3063\u305f\u5947\u5999\u306a\u5149\u308b\u7bb1\u3002", "a panicked scavenger bursts through the door, screaming.": "\u6050\u614c\u3057\u305f\u30b4\u30df\u6f01\u308a\u306f\u53eb\u3073\u306a\u304c\u3089\u30c9\u30a2\u3092\u3076\u3061\u7834\u3063\u3066\u304d\u305f\u3002", "give 50": "50 \u4e0e\u3048\u308b", "wagon": "\u8377\u99ac\u8eca", "An Old House": "\u53e4\u3044\u5bb6", "a soldier, alerted, opens fire.": "\u5175\u58eb\u306f\u8b66\u6212\u3057\u3066\u6483\u3063\u3066\u304d\u305f\u3002", "meat": "\u8089", "the tunnel opens up at another platform.": "\u30c8\u30f3\u30cd\u30eb\u306f\u5225\u306e\u30d7\u30e9\u30c3\u30c8\u30d5\u30a9\u30fc\u30e0\u306b\u958b\u3044\u3066\u3044\u305f\u3002", "a terrible plague is fast spreading through the village.": "\u6050\u308d\u3057\u3044\u75ab\u75c5\u304c\u6751\u306b\u6025\u901f\u306b\u5e83\u304c\u3063\u3066\u3044\u308b\u3002", "the gaunt man is dead": "\u3084\u3064\u308c\u305f\u7537\u306f\u6b7b\u3093\u3060", "bone spear": "\u9aa8\u306e\u69cd", "trap": "\u7f60", "the street ahead glows with firelight.": "\u524d\u65b9\u306e\u901a\u308a\u306f\u706b\u660e\u304b\u308a\u306b\u7167\u3089\u3055\u308c\u3066\u3044\u308b\u3002", "armourer": "\u6b66\u5668\u8077\u4eba", "a large shanty town sprawls across the streets.": "\u5927\u304d\u306a\u8ca7\u6c11\u8857\u304c\u3001\u901a\u308a\u5168\u4f53\u306b\u5e83\u304c\u3063\u3066\u3044\u308b\u3002", "the shell of a burned out car blocks the entrance.": "\u71c3\u3048\u5c3d\u304d\u305f\u8eca\u306e\u6b8b\u9ab8\u304c\u5165\u308a\u53e3\u3092\u585e\u3044\u3067\u3044\u308b\u3002", "a small group arrives, all dust and bones.": "\u5c0f\u96c6\u56e3\u304c\u3084\u3063\u3066\u304d\u305f\u3002\u307f\u306a\u75e9\u305b\u7d30\u3063\u3066\u3044\u308b", "A Ruined City": "\u5ec3\u589f\u306e\u90fd\u5e02", "weight": "\u91cd\u3055", "torch": "\u677e\u660e", "The Thief": "\u6ce5\u68d2", "not enough cloth": "\u5e03\u304c\u8db3\u308a\u306a\u3044", "a youth lashes out with a tree branch.": "\u82e5\u8005\u304c\u6728\u306e\u679d\u3092\u6301\u3063\u3066\u8972\u3044\u304b\u304b\u3063\u3066\u304d\u305f\u3002", "the rest of the hospital is empty.": "\u75c5\u9662\u306e\u6b8b\u308a\u306e\u90e8\u5206\u306b\u306f\u4f55\u3082\u306a\u3044\u3002", "connect": "\u63a5\u7d9a\u3059\u308b", "learned to be where they're not": "\u6575\u306e\u5c45\u306a\u3044\u3068\u3053\u308d\u306b\u5c45\u308b\u3059\u3079\u3092\u5b66\u3093\u3060", "go twice as far without eating": "\u540c\u3058\u98df\u6599\u3067\u4e8c\u500d\u6b69\u3051\u308b", "scavenger'd been looking for supplies in here, it seems.": "\u30b4\u30df\u6f01\u308a\u306f\u7269\u8cc7\u3092\u63a2\u3057\u3066\u3044\u305f\u3088\u3046\u3060\u3002", "there's nothing else here.": "\u3053\u3053\u306b\u306f\u4ed6\u306b\u4f55\u3082\u306a\u3044\u3002", "the plague is kept from spreading.": "\u75ab\u75c5\u304c\u62e1\u5927\u306f\u9632\u304c\u308c\u305f\u3002", "the cask holds enough water for longer expeditions": "\u6c34\u6a3d\u306f\u3001\u9577\u3044\u9060\u5f81\u306b\u5341\u5206\u306a\u6c34\u3092\u5165\u308c\u3089\u308c\u308b", "check traps": "\u7f60\u3092\u78ba\u8a8d\u3059\u308b", "Plague": "\u75ab\u75c5", "medicine": "\u533b\u85ac\u54c1", "the old man had a small cache of interesting items.": "\u8001\u4eba\u306f\u8208\u5473\u6df1\u3044\u7269\u8cc7\u306e\u5c0f\u3055\u306a\u4fdd\u7ba1\u5eab\u3092\u6301\u3063\u3066\u3044\u305f\u3002", "tannery": "\u76ae\u306a\u3081\u3057\u5834", "lob": "\u6295\u3052\u8fbc\u3080", "no more room for huts.": "\u3082\u3046\u5c0f\u5c4b\u3092\u5efa\u3066\u308b\u5834\u6240\u304c\u306a\u3044", "they took what they came for, and left.": "\u5f7c\u3089\u306f\u6b32\u3057\u3044\u7269\u3092\u596a\u3063\u3066\u53bb\u3063\u305f\u3002", "through the large gymnasium doors, footsteps can be heard.": "\u5927\u304d\u306a\u4f53\u80b2\u9928\u306e\u30c9\u30a2\u304b\u3089\u8db3\u97f3\u304c\u805e\u3053\u3048\u308b\u3002", "a large creature attacks, claws freshly bloodied": "\u722a\u304b\u3089\u9bae\u8840\u3092\u5782\u3089\u3057\u305f\u5927\u578b\u52d5\u7269\u304c\u653b\u6483\u3057\u3066\u304d\u305f", "a green cross barely visible behind grimy windows.": "\u6c5a\u308c\u305f\u7a93\u306e\u5411\u3053\u3046\u306b\u5fae\u304b\u306b\u7dd1\u306e\u5341\u5b57\u304c\u898b\u3048\u308b\u3002", "a sick man hobbles up": "\u75c5\u4eba\u306f\u3088\u308d\u3081\u3044\u3066\u3044\u308b", "An Abandoned Town": "\u6368\u3066\u3089\u308c\u305f\u753a", "cart": "\u8377\u8eca", "might be things worth having still inside.": "\u307e\u3060\u4e2d\u306b\u4fa1\u5024\u306e\u3042\u308b\u3082\u306e\u304c\u3042\u308b\u304b\u3082\u3057\u308c\u306a\u3044\u3002", "the wood has run out": "\u6728\u6750\u304c\u8db3\u308a\u306a\u3044", "The Master": "\u9054\u4eba", "thrust": "\u7a81\u304f", "water replenished": "\u6c34\u3092\u88dc\u7d66\u3057\u305f", "a soldier opens fire from across the desert": "\u5175\u58eb\u304c\u7802\u6f20\u306e\u5411\u3053\u3046\u304b\u3089\u6483\u3063\u3066\u304d\u305f", "go twice as far without drinking": "\u540c\u3058\u6c34\u306e\u91cf\u3067\u4e8c\u500d\u6b69\u3051\u308b", "the tentacular horror is defeated.": "\u89e6\u624b\u306e\u6050\u6016\u306b\u6253\u3061\u52dd\u3063\u305f\u3002", "an overturned caravan is spread across the pockmarked street.": "\u8ee2\u5012\u3057\u305f\u30ad\u30e3\u30e9\u30d0\u30f3\u304c\u8352\u308c\u679c\u3066\u305f\u901a\u308a\u306e\u5411\u3053\u3046\u5074\u306b\u5e83\u304c\u3063\u3066\u3044\u308b\u3002", "the villagers retreat to mourn the dead.": "\u6751\u4eba\u305f\u3061\u306f\u6b7b\u8005\u3092\u5f14\u3046\u305f\u3081\u306b\u5f15\u304d\u8fd4\u3057\u305f\u3002", "A Modest Village": "\u3055\u3055\u3084\u304b\u306a\u6751", "A Damp Cave": "\u6e7f\u3063\u305f\u6d1e\u7a9f", "swing": "\u632f\u308a\u56de\u3059", "alien alloy": "\u30a8\u30a4\u30ea\u30a2\u30f3\u5408\u91d1", "export or import save data, for backing up": "\u30a8\u30af\u30b9\u30dd\u30fc\u30c8\u3068\u30a4\u30f3\u30dd\u30fc\u30c8(\u30d0\u30c3\u30af\u30a2\u30c3\u30d7\u7528", "smokehouse": "\u71fb\u88fd\u5834", "vague shapes move, just out of sight.": "\u6f20\u7136\u3068\u3057\u305f\u5f71\u304c\u3001\u8996\u754c\u5916\u306b\u6d88\u3048\u305f\u3002", "Wanderer": "\u653e\u6d6a\u8005", "the earth here is split, as if bearing an ancient wound": "\u53e4\u4ee3\u306e\u50b7\u306e\u3088\u3046\u306b\u3001\u3053\u3053\u3067\u5730\u9762\u304c\u5272\u308c\u3066\u3044\u308b\u3002", "the compass points southeast": "\u30b3\u30f3\u30d1\u30b9\u306f\u5357\u6771\u3092\u6307\u3057\u305f", "barbarian": "\u91ce\u86ee\u4eba", "the wanderer leaves, cart loaded with furs": "\u653e\u6d6a\u8005\u306f\u8377\u8eca\u306b\u6bdb\u76ae\u3092\u7a4d\u3093\u3067\u53bb\u3063\u305f", "there are still supplies inside.": "\u4e2d\u306b\u306f\u7269\u8cc7\u304c\u6b8b\u3063\u3066\u3044\u308b\u3002", "traps are more effective with bait.": "\u7f60\u306f\u990c\u304c\u3042\u308b\u3068\u3088\u308a\u52b9\u679c\u7684\u3060", "rusted chainlink is pulled across an alleyway.": "\u9306\u3073\u305f\u9396\u304c\u8def\u5730\u3092\u6a2a\u5207\u3063\u3066\u3044\u308b\u3002", "a sickness is spreading through the village.": "\u75c5\u6c17\u304c\u6751\u306b\u5e83\u304c\u3063\u3066\u3044\u308b\u3002", "tangle": "\u8ee2\u3070\u305b\u308b", "miss": "\u30df\u30b9", "the meat has run out": "\u8089\u304c\u306a\u304f\u306a\u3063\u305f", "a beast charges out of a ransacked classroom.": "\u8352\u3089\u3055\u308c\u305f\u6559\u5ba4\u304b\u3089\u7363\u304c\u98db\u3073\u51fa\u3057\u3066\u304d\u305f\u3002", "lucky that the natives can't work the mechanisms.": "\u539f\u4f4f\u6c11\u304c\u6a5f\u69cb\u3092\u4f5c\u52d5\u3055\u305b\u3089\u308c\u306a\u304b\u3063\u305f\u306e\u306f\u5e78\u904b\u3060\u3002", "the rickety cart will carry more wood from the forest": "\u3053\u306e\u30ac\u30bf\u30ac\u30bf\u306e\u8377\u8eca\u3067\u3082\u68ee\u304b\u3089\u3082\u3063\u3068\u6728\u6750\u3092\u904b\u3079\u308b\u3060\u308d\u3046", "just as deadly now as they were then.": "\u4eca\u307e\u3055\u306b\u3001\u5f7c\u3089\u304c\u305d\u3046\u3067\u3042\u3063\u305f\u3088\u3046\u306b\u3001\u81f4\u547d\u7684\u3060\u3002", "builder just shivers": "\u5efa\u7bc9\u5bb6\u306f\u305f\u3060\u9707\u3048\u3066\u3044\u308b", "a second soldier joins the fight.": "\u7b2c\u4e8c\u306e\u5175\u58eb\u304c\u6226\u3044\u306b\u53c2\u52a0\u3057\u305f\u3002", "attack": "\u653b\u6483\u3059\u308b", "go inside": "\u4e2d\u306b\u5165\u308b", "turn her away": "\u8ffd\u3044\u8fd4\u3059", "dropbox.": "Dropbox", "reinforce hull": "\u8239\u4f53\u3092\u5f37\u5316", "not enough wood to get the fire going": "\u706b\u3092\u71c3\u3084\u3059\u306e\u306b\u5341\u5206\u306a\u6728\u6750\u304c\u306a\u3044", "a stranger arrives in the night": "\u898b\u77e5\u3089\u306c\u4eba\u304c\u591c\u306b\u3084\u3063\u3066\u304d\u305f", "hut": "\u5c0f\u5c4b", "trapper": "\u7f60\u5e2b", "a battered highway sign stands guard at the entrance to this once-great city.": "\u307c\u308d\u307c\u308d\u306e\u9ad8\u901f\u9053\u8def\u306e\u770b\u677f\u304c\u3001\u3053\u306e\u304b\u3064\u3066\u5049\u5927\u3060\u3063\u305f\u90fd\u5e02\u306e\u5165\u308a\u53e3\u3092\u5b88\u3063\u3066\u7acb\u3063\u3066\u3044\u308b\u3002", "rifle": "\u30e9\u30a4\u30d5\u30eb", "sulphur": "\u786b\u9ec4", "steel": "\u92fc\u9244", "the stranger is standing by the fire. she says she can help. says she builds things.": "\u898b\u77e5\u3089\u306c\u4eba\u304c\u706b\u306e\u8fd1\u304f\u306b\u7acb\u3063\u3066\u3044\u308b\u3002\u5f7c\u5973\u306f\u5efa\u7bc9\u3092\u624b\u4f1d\u3048\u308b\u3068\u8a00\u3063\u3066\u3044\u308b", "the sickness is cured in time.": "\u75c5\u6c17\u306f\u305d\u306e\u3046\u3061\u6cbb\u3063\u305f", "the only hope is a quick death.": "\u901f\u3084\u304b\u306b\u6b7b\u306d\u308b\u3053\u3068\u3060\u3051\u304c\u671b\u307f\u3067\u3042\u308b", "score for this game: {0}": "\u3053\u306e\u30b2\u30fc\u30e0\u306e\u30b9\u30b3\u30a2\uff1a{0}", "the lizard is dead": "\u30c8\u30ab\u30b2\u306f\u6b7b\u3093\u3060", "iron": "\u9244", "fires burn in the courtyard beyond.": "\u305d\u306e\u5148\u306e\u4e2d\u5ead\u3067\u306f\u708e\u304c\u71c3\u3048\u3066\u3044\u308b\u3002", "builder": "\u5efa\u7bc9\u5bb6", "a large creature lunges, muscles rippling in the torchlight": "\u5927\u304d\u306a\u751f\u304d\u7269\u304c\u7a81\u9032\u3057\u3066\u304d\u305f\u3002\u677e\u660e\u306e\u5149\u306e\u4e2d\u3067\u7b4b\u8089\u304c\u6ce2\u6253\u3064", "something's causing a commotion a ways down the road.": "\u9053\u306e\u5148\u3067\u4f55\u304b\u304c\u9a12\u304e\u3092\u8d77\u3053\u3057\u3066\u3044\u308b\u3002", "A Barren World": "\u4e0d\u6bdb\u306e\u4e16\u754c", "A Firelit Room": "\u706b\u306e\u706f\u308b\u90e8\u5c4b", "some wood is missing.": "\u3044\u304f\u3064\u304b\u6728\u6750\u304c\u8db3\u308a\u306a\u3044", "The Beggar": "\u4e5e\u98df", "Troposphere": "\u5bfe\u6d41\u570f", "ripe for the picking.": "\u53d6\u308a\u9803\u306b\u719f\u308c\u3066\u3044\u308b", "A Destroyed Village": "\u7834\u58ca\u3055\u308c\u305f\u6751", "coal miner": "\u70ad\u5751\u592b", "not enough teeth": "\u7259\u304c\u8db3\u308a\u306a\u3044", "all he has are some scales.": "\u5f7c\u306f\u3001\u3044\u304f\u3064\u304b\u306e\u9c57\u3057\u304b\u6301\u3063\u3066\u3044\u306a\u3044\u3002", "learned to predict their movement": "\u52d5\u304d\u3092\u4e88\u6e2c\u3059\u308b\u3053\u3068\u3092\u5b66\u3093\u3060", "the nights are rent with screams.": "\u591c\u306b\u60b2\u9cf4\u304c\u97ff\u304d\u6e21\u308b\u3002", "take": "\u53d6\u308b", "the scavenger is dead": "\u30b4\u30df\u6f01\u308a\u306f\u6b7b\u3093\u3060", "a nomad shuffles into view, laden with makeshift bags bound with rough twine.": "\u904a\u7267\u6c11\u306f\u3001\u8352\u3044\u9ebb\u7d10\u3067\u7d50\u3093\u3060\u9593\u306b\u5408\u308f\u305b\u306e\u888b\u3092\u7a4d\u3093\u3067\u3084\u3063\u3066\u304d\u305f\u3002", "a convoy lurches in, equal parts worry and hope.": "\u4e0d\u5b89\u3068\u5e0c\u671b\u3092\u306a\u3044\u307e\u305c\u306b\u3057\u3066\u968a\u5546\u304c\u8ee2\u304c\u308a\u8fbc\u3093\u3067\u304d\u305f", "the map uncovers a bit of the world": "\u5730\u56f3\u306f\u3001\u4e16\u754c\u306e\u4e00\u90e8\u3092\u660e\u3089\u304b\u306b\u3057\u305f", "the shot echoes in the empty street.": "\u9283\u58f0\u304c\u7121\u4eba\u306e\u901a\u308a\u306b\u97ff\u304d\u6e21\u308b\u3002", "the sounds stop.": "\u97f3\u304c\u3084\u3093\u3060\u3002", "rucksack": "\u30ea\u30e5\u30c3\u30af\u30b5\u30c3\u30af", "the towers of a decaying city dominate the skyline": "\u673d\u3061\u3086\u304f\u90fd\u5e02\u306e\u30bf\u30ef\u30fc\u304c\u5730\u5e73\u7dda\u3092\u5360\u3081\u3066\u3044\u308b", "lights on.": "\u70b9\u706f", "a torch to keep the dark away": "\u677e\u660e\u306f\u6697\u304c\u308a\u3092\u9060\u3056\u3051\u308b", "some good stuff woven into its nest.": "\u305d\u306e\u5de3\u306b\u306f\u826f\u3044\u7269\u304c\u7e54\u308a\u8fbc\u307e\u308c\u3066\u3044\u308b\u3002", "starvation sets in": "\u98e2\u3048\u306f\u3058\u3081\u305f", "charm": "\u304a\u5b88\u308a", "the sniper is dead": "\u72d9\u6483\u624b\u306f\u6b7b\u3093\u3060", "nothing": "\u3044\u3089\u306a\u3044", "say his folk have been skimming the supplies.": "\u5f7c\u306f\u7269\u8cc7\u3092\u304f\u3059\u306d\u3066\u3044\u305f\u3089\u3057\u3044\u3002", "Restart?": "\u30ea\u30bb\u30c3\u30c8\u3057\u307e\u3059\u304b\uff1f", "this is irreversible.": "\u3053\u308c\u306f\u53d6\u308a\u6d88\u305b\u307e\u305b\u3093\u3002", "the town's booming. word does get around.": "\u753a\u306f\u6025\u6210\u9577\u3092\u9042\u3052\u3066\u3044\u308b\u3002\u5642\u304c\u5e83\u304c\u3063\u3066\u3044\u308b\u3002", "Dropbox connection": "Dropbox\u306b\u63a5\u7d9a", "arms and munitions, relics from the war, are neatly arranged on the store-room floor.": "\u6b66\u5668\u3084\u8ecd\u9700\u54c1\u3001\u6226\u4e89\u6642\u4ee3\u306e\u907a\u7269\u304c\u3001\u304d\u3061\u3093\u3068\u4fdd\u7ba1\u5eab\u306e\u5e8a\u306b\u4e26\u3093\u3067\u3044\u308b\u3002", "iron miner": "\u9244\u9271\u592b", "give 100": "100 \u4e0e\u3048\u308b", "Export": "\u30a8\u30af\u30b9\u30dd\u30fc\u30c8", "the operating theatre has a lot of curious equipment.": "\u624b\u8853\u5ba4\u306b\u306f\u8208\u5473\u6df1\u3044\u8a2d\u5099\u304c\u305f\u304f\u3055\u3093\u3042\u308b\u3002", "A Sniper": "\u72d9\u6483\u624b", "the mysterious wanderer returns, cart piled high with wood.": "\u8b0e\u306e\u653e\u6d6a\u8005\u304c\u8377\u8eca\u306b\u6728\u6750\u3092\u9ad8\u304f\u7a4d\u307f\u4e0a\u3052\u3066\u623b\u3063\u3066\u304d\u305f\u3002", "a snarling beast jumps out from behind a car.": "\u3046\u306a\u308b\u7363\u304c\u8eca\u306e\u5f8c\u308d\u304b\u3089\u98db\u3073\u51fa\u3066\u304d\u305f\u3002", "precise": "\u7cbe\u5bc6\u653b\u6483", "looks like a camp of sorts up ahead.": "\u524d\u65b9\u306b\u4e00\u7a2e\u306e\u30ad\u30e3\u30f3\u30d7\u306e\u3088\u3046\u306a\u3082\u306e\u304c\u898b\u3048\u308b\u3002", "bait": "\u990c", "The Sulphur Mine": "\u786b\u9ec4\u9271\u5c71", "stunned": "\u8ee2\u5012\u3055\u305b\u305f", "a thief is caught": "\u6ce5\u68d2\u304c\u6355\u307e\u3063\u305f", "a beggar arrives.": "\u4e5e\u98df\u304c\u3084\u3063\u3066\u304d\u305f\u3002", "the strange bird is dead": "\u602a\u9ce5\u306f\u6b7b\u3093\u3060", "*** EVENT ***": "***\u30a4\u30d9\u30f3\u30c8***", "the grass thrashes wildly as a huge lizard pushes through": "\u5de8\u5927\u306a\u30c8\u30ab\u30b2\u304c\u901a\u3063\u305f\u5f8c\u306f\u8349\u304c\u4e71\u66b4\u306b\u5012\u308c\u3066\u3044\u308b", "medicine is needed immediately.": "\u3059\u3050\u306b\u533b\u85ac\u54c1\u304c\u5fc5\u8981\u3060\u3002", "A Crashed Ship": "\u5815\u3061\u305f\u8239", "the town lies abandoned, its citizens long dead": "\u753a\u306f\u8352\u308c\u679c\u3066\u3001\u5e02\u6c11\u306f\u6b7b\u306b\u7d76\u3048\u3066\u3044\u308b", "give 1 medicine": "\u85ac\u30921\u3064\u4e0e\u3048\u308b", "the old compass is dented and dusty, but it looks to work.": "\u53e4\u3044\u30b3\u30f3\u30d1\u30b9\u306f\u3078\u3053\u3093\u3067\u57c3\u307e\u307f\u308c\u3060\u304c\u3001\u305d\u308c\u3067\u3082\u52d5\u304f\u3088\u3046\u3060\u3002", "wood": "\u6728\u6750", "A Forgotten Battlefield": "\u5fd8\u308c\u3089\u308c\u305f\u6226\u5834", "the trees are gone. parched earth and blowing dust are poor replacements.": "\u6728\u304c\u306a\u304f\u306a\u3063\u3066\u3044\u308b\u3002\u4ee3\u308f\u308a\u306b\u4e7e\u304d\u304d\u3063\u305f\u5927\u5730\u3068\u821e\u3044\u6563\u308b\u571f\u57c3\u3060\u3051\u304c\u3042\u308b\u3002", "lodge": "\u72e9\u731f\u5c0f\u5c4b", "leave city": "\u8857\u3092\u96e2\u308c\u308b", "a scout stops for the night": "\u65a5\u5019\u304c\u5bbf\u3092\u53d6\u308b\u305f\u3081\u306b\u7acb\u3061\u5bc4\u3063\u305f\u3002", "a gunshot rings through the trees.": "\u6728\u3005\u306e\u9593\u306b\u9283\u58f0\u304c\u97ff\u304f\u3002", "pop ": "\u4eba\u53e3 ", "somewhere above the debris cloud, the wanderer fleet hovers. been on this rock too long.": "\u74e6\u792b\u306e\u96f2\u306e\u4e0a\u306e\u3069\u3053\u304b\u306b\u3001\u653e\u6d6a\u8005\u8266\u968a\u306f\u6d6e\u304b\u3093\u3067\u3044\u308b\u3002\u3053\u306e\u5ca9\u306e\u4e0a\u306b\u9577\u3089\u304f\u3042\u3063\u305f\u3002", "iron mine": "\u9244\u9271\u5c71", "freezing": "\u51cd\u3048\u308b\u5bd2\u3055\u3060", "the world fades": "\u4e16\u754c\u304c\u8584\u308c\u3066\u3044\u304f", "some of the traps have been torn apart.": "\u3044\u304f\u3064\u304b\u306e\u7f60\u304c\u5f15\u304d\u88c2\u304b\u308c\u305f\u3002", "not enough iron": "\u9244\u304c\u8db3\u308a\u306a\u3044", "compass": "\u30b3\u30f3\u30d1\u30b9", "successfully saved to dropbox datastorage": "Dropbox\u30c7\u30fc\u30bf\u9818\u57df\u3078\u306e\u30bb\u30fc\u30d6\u306b\u6210\u529f\u3057\u307e\u3057\u305f", "builder says it'd be useful to have a steady source of bullets": "\u5efa\u7bc9\u5bb6\u306f\u3001\u5f3e\u85ac\u306e\u5b89\u5b9a\u3057\u305f\u4f9b\u7d66\u6e90\u3092\u6301\u3064\u3053\u3068\u306f\u91cd\u8981\u3060\u3068\u8a00\u3063\u3066\u3044\u308b", "a mysterious wanderer arrives": "\u8b0e\u306e\u653e\u6d6a\u8005\u304c\u3084\u3063\u3066\u304d\u305f", "An Old House": "\u53e4\u3044\u5bb6", "bleached bones are strewn about the entrance. many, deeply scored with jagged grooves.": "\u767d\u3044\u9aa8\u304c\u5165\u308a\u53e3\u306e\u8fba\u308a\u306b\u6563\u3089\u3070\u3063\u3066\u3044\u308b\u3002\u6df1\u3044\u30ae\u30b6\u30ae\u30b6\u306e\u6e9d\u304c\u305f\u304f\u3055\u3093\u523b\u307e\u308c\u3066\u3044\u308b\u3002", "as soon as the door is open a little bit, hundreds of tentacles erupt.": "\u30c9\u30a2\u304c\u5c11\u3057\u958b\u304f\u3084\u3044\u306a\u3084\u3001\u4f55\u767e\u3082\u306e\u89e6\u624b\u304c\u5674\u304d\u51fa\u3057\u3066\u304d\u305f\u3002", "leather": "\u306a\u3081\u3057\u9769", "a sound comes from the tunnel, just ahead.": "\u76ee\u306e\u524d\u306e\u30c8\u30f3\u30cd\u30eb\u304b\u3089\u97f3\u304c\u805e\u3053\u3048\u308b\u3002", "investigate": "\u8abf\u67fb\u3059\u308b", "the cave narrows a few feet in.": "\u6d1e\u7a9f\u306f60cm\u307b\u3069\u306b\u72ed\u307e\u3063\u305f\u3002", "sword is sharp. good protection out in the wilds.": "\u5263\u306f\u92ed\u3044\u3002\u8352\u91ce\u3067\u8eab\u3092\u5b88\u308b\u306e\u306b\u9069\u3057\u3066\u3044\u308b\u3002", "orange traffic cones are set across the street, faded and cracked.": "\u8272\u3042\u305b\u3066\u3072\u3073\u5272\u308c\u305f\u30aa\u30ec\u30f3\u30b8\u8272\u306e\u4ea4\u901a\u30b3\u30fc\u30f3\u304c\u901a\u308a\u3092\u6a2a\u5207\u3063\u3066\u7f6e\u304b\u308c\u3066\u3044\u308b\u3002", "a large man attacks, waving a bayonet.": "\u5927\u304d\u306a\u7537\u304c\u9283\u5263\u3092\u632f\u3063\u3066\u653b\u6483\u3057\u3066\u304d\u305f\u3002", "the air is filled with dust, driven relentlessly by the hard winds.": "\u6fc0\u3057\u3044\u98a8\u306b\u3088\u3063\u3066\u5439\u304d\u98db\u3070\u3055\u308c\u7d9a\u3051\u308b\u57c3\u304c\u7a7a\u6c17\u306b\u5145\u6e80\u3057\u3066\u3044\u308b\u3002", "A Damp Cave": "\u6e7f\u3063\u305f\u6d1e\u7a9f", "a gaunt man approaches, a crazed look in his eye": "\u72c2\u3063\u305f\u8868\u60c5\u306e\u3084\u3064\u308c\u305f\u7537\u304c\u8fd1\u3065\u3044\u3066\u304d\u305f", "A Military Raid": "\u6b66\u529b\u4fb5\u7565", "the walls are moist and moss-covered": "\u58c1\u304c\u6e7f\u3063\u3066\u82d4\u306b\u8986\u308f\u308c\u3066\u3044\u308b", "not enough wood": "\u6728\u6750\u304c\u8db3\u308a\u306a\u3044", "a giant lizard shambles forward": "\u5de8\u5927\u306a\u30c8\u30ab\u30b2\u304c\u9019\u3044\u51fa\u3066\u304d\u305f", "close": "\u9589\u3058\u308b", "some medicine abandoned in the drawers.": "\u3044\u304f\u3064\u304b\u306e\u85ac\u304c\u5f15\u304d\u51fa\u3057\u306b\u653e\u7f6e\u3055\u308c\u3066\u3044\u305f\u3002", "strange scales": "\u5947\u5999\u306a\u9c57", "learned to throw punches with purpose": "\u76ee\u7684\u3092\u6301\u3063\u3066\u30d1\u30f3\u30c1\u3059\u308b\u3053\u3068\u3092\u5b66\u3093\u3060", "a shack stands at the center of the village.": "\u6751\u306e\u4e2d\u5fc3\u306b\u5c0f\u5c4b\u304c\u5efa\u3063\u3066\u3044\u308b\u3002", "spare him": "\u898b\u9003\u3057\u3066\u3084\u308b", "he smiles warmly and asks for lodgings for the night.": "\u5f7c\u306f\u5fae\u7b11\u307f\u3001\u4e00\u591c\u306e\u5bbf\u3092\u6c42\u3081\u305f\u3002", "stealthy": "\u96a0\u5bc6\u8853", "the sulphur mine is clear of dangers": "\u786b\u9ec4\u9271\u5c71\u306f\u660e\u3089\u304b\u306b\u5371\u967a\u3060", "weapons": "\u6b66\u5668", "the man is thankful.": "\u7537\u306f\u611f\u8b1d\u3057\u3066\u3044\u308b\u3002", "broken streetlights stand, rusting. light hasn't graced this place in a long time.": "\u58ca\u308c\u305f\u8857\u706f\u304c\u9306\u3073\u3066\u7acb\u3063\u3066\u3044\u308b\u3002\u3053\u3053\u306f\u9577\u3044\u9593\u3001\u5149\u306b\u5f69\u3089\u308c\u3066\u3044\u306a\u3044\u3088\u3046\u3060\u3002", "shares what he knows about sneaking before he goes.": "\u5f7c\u306f\u51fa\u3066\u3044\u304f\u524d\u306b\u3001\u96a0\u5bc6\u8853\u306b\u3064\u3044\u3066\u306e\u77e5\u8b58\u3092\u6559\u3048\u3066\u304f\u308c\u305f\u3002", "import": "\u30a4\u30f3\u30dd\u30fc\u30c8", "available": "\u6240\u6301\u6570", "A Shivering Man": "\u9707\u3048\u308b\u7537", "the rest bury them.": "\u6b8b\u3055\u308c\u305f\u8005\u306f\u5f7c\u3089\u3092\u57cb\u846c\u3057\u305f", "smoldering": "\u304f\u3059\u3076\u3063\u3066\u3044\u308b", "the young settler was carrying a canvas sack.": "\u82e5\u3044\u5165\u690d\u8005\u306f\u3001\u30ad\u30e3\u30f3\u30d0\u30b9\u5730\u306e\u888b\u3092\u904b\u3093\u3067\u3044\u305f\u3002", "the ground is littered with small teeth": "\u5730\u9762\u306b\u306f\u5c0f\u3055\u306a\u7259\u304c\u6563\u3089\u3070\u3063\u3066\u3044\u308b", "the nest of a large animal lies at the back of the cave.": "\u6d1e\u7a9f\u306e\u5965\u306b\u306f\u5927\u578b\u52d5\u7269\u306e\u5de3\u304c\u3042\u3063\u305f\u3002", "A Tiny Village": "\u5c0f\u3055\u306a\u6751", "a tribe of elderly squatters is camped out in this ward.": "\u5e74\u8001\u3044\u305f\u4e0d\u6cd5\u5360\u62e0\u8005\u306e\u4e00\u65cf\u304c\u3001\u3053\u306e\u68df\u3067\u5bdd\u6cca\u307e\u308a\u3057\u3066\u3044\u308b\u3002", "your are connected to dropbox with account / email ": "\u30a2\u30ab\u30a6\u30f3\u30c8/\u30e1\u30fc\u30eb\u30a2\u30c9\u30ec\u30b9\u3067Dropbox\u306b\u63a5\u7d9a\u3055\u308c\u307e\u3057\u305f", "Mesosphere": "\u4e2d\u9593\u570f", "agree": "\u540c\u610f\u3059\u308b", "the double doors creak endlessly in the wind.": "\u4e21\u958b\u304d\u306e\u6249\u304c\u98a8\u306b\u5ef6\u3005\u3068\u8ecb\u3093\u3067\u3044\u308b\u3002", "not much here.": "\u3053\u3053\u306b\u306f\u3042\u307e\u308a\u306a\u304b\u3063\u305f\u3002", "got it": "\u4e86\u89e3", "choose one slot to load from": "\u30ed\u30fc\u30c9\u3059\u308b\u30b9\u30ed\u30c3\u30c8\u3092\u9078\u629e\u3057\u3066\u304f\u3060\u3055\u3044", "a cave lizard attacks": "\u6d1e\u7a9f\u30c8\u30ab\u30b2\u306e\u653b\u6483", "men mill about, weapons at the ready.": "\u6b66\u5668\u3092\u69cb\u3048\u305f\u7537\u304c\u5c45\u308b\u3002", "l armour": "\u76ae\u93a7", "steelworks": "\u88fd\u92fc\u6240", "A Ruined City": "\u5ec3\u589f\u306e\u8857", "Noises": "\u30ce\u30a4\u30ba", "can't tell what left it here.": "\u4f55\u304c\u8d77\u304d\u305f\u306e\u304b\u306f\u308f\u304b\u3089\u306a\u3044\u3002", "trees loom on the horizon. grasses gradually yield to a forest floor of dry branches and fallen leaves.": "\u6728\u3005\u304c\u5730\u5e73\u7dda\u4e0a\u306b\u898b\u3048\u308b\u3002\u8349\u306f\u5f90\u3005\u306b\u4e7e\u71e5\u3057\u305f\u679d\u3084\u843d\u3061\u8449\u306e\u6797\u5e8a\u306b\u5909\u308f\u308b\u3002", "a man stands over a dead wanderer. notices he's not alone.": "\u6b7b\u3093\u3060\u653e\u6d6a\u8005\u3092\u898b\u3064\u3081\u308b\u7537\u304c\u3044\u308b\u3002\u5f7c\u306f\u4e00\u4eba\u3067\u306f\u306a\u3044\u3088\u3046\u3060\u3002", "village": "\u6751", "cancel": "\u30ad\u30e3\u30f3\u30bb\u30eb", "put the save code here.": "\u3053\u3053\u306b\u4fdd\u5b58\u3057\u305f\u30b3\u30fc\u30c9\u3092\u5165\u529b\u3057\u3066\u304f\u3060\u3055\u3044", "hang him": "\u7d5e\u9996\u5211\u306b\u3059\u308b", "inside, the remains of its victims are everywhere.": "\u4e2d\u306b\u306f\u72a0\u7272\u8005\u306e\u6b8b\u9ab8\u304c\u3042\u3075\u308c\u3066\u3044\u308b\u3002", "this spear's not elegant, but it's pretty good at stabbing": "\u3053\u306e\u69cd\u306f\u4e0a\u54c1\u3067\u306f\u306a\u3044\u304c\u3001\u523a\u7a81\u306b\u306f\u5411\u3044\u3066\u3044\u308b", "the forest is silent.": "\u68ee\u306f\u9759\u304b\u3060", "A Borehole": "\u7aea\u7a74", "the night is silent.": "\u591c\u306f\u9759\u304b\u3060\u3002", "never go thirsty again": "\u3082\u3046\u5589\u306e\u6e07\u304d\u306b\u82e6\u3057\u3080\u3053\u3068\u306f\u306a\u3044", "a small cache of supplies is tucked inside a rusting locker.": "\u9306\u3073\u305f\u30ed\u30c3\u30ab\u30fc\u306e\u4e2d\u306b\u5c11\u3057\u306e\u7269\u8cc7\u304c\u53ce\u3081\u3089\u308c\u3066\u3044\u305f\u3002", "learned to love the dry air": "\u4e7e\u71e5\u3057\u305f\u7a7a\u6c17\u3092\u611b\u3059\u308b\u3053\u3068\u3092\u5b66\u3093\u3060", "workshop": "\u4f5c\u696d\u5834", "see farther": "\u9060\u304f\u304c\u898b\u3048\u308b", "bolas": "\u30dc\u30fc\u30e9", "the ground is littered with scraps of cloth": "\u5730\u9762\u306b\u306f\u5e03\u306e\u5207\u308c\u7aef\u304c\u6563\u3089\u3070\u3063\u3066\u3044\u308b", "The Coal Mine": "\u70ad\u9271", "a huge lizard scrambles up out of the darkness of an old metro station.": "\u53e4\u3044\u5730\u4e0b\u9244\u306e\u99c5\u306e\u6697\u95c7\u304b\u3089\u5de8\u5927\u306a\u30c8\u30ab\u30b2\u304c\u9019\u3044\u4e0a\u304c\u3063\u3066\u304d\u305f\u3002", "more voices can be heard ahead.": "\u524d\u65b9\u3067\u591a\u304f\u306e\u58f0\u304c\u805e\u3053\u3048\u308b\u3002", "A Large Village": "\u5927\u304d\u306a\u6751", "precision": "\u653b\u6483\u7cbe\u5ea6", "A Deserted Town": "\u3055\u3073\u308c\u305f\u753a", "the sickness spreads through the village.": "\u75c5\u6c17\u306f\u6751\u4e2d\u306b\u5e83\u304c\u3063\u305f", "won't say from where he came, but it's clear that he's not staying.": "\u3069\u3053\u304b\u3089\u6765\u305f\u304b\u77e5\u3089\u306a\u3044\u304c\u3001\u5f7c\u304c\u3053\u3053\u306b\u7559\u307e\u3089\u306a\u3044\u3053\u3068\u306f\u660e\u3089\u304b\u3060\u3002", "the crowd surges forward.": "\u7fa4\u8846\u306f\u524d\u65b9\u306b\u62bc\u3057\u5bc4\u305b\u305f\u3002", "the wanderer takes the charm and nods slowly.": "\u653e\u6d6a\u8005\u306f\u304a\u5b88\u308a\u3092\u53d7\u3051\u53d6\u308b\u3068\u3001\u3086\u3063\u304f\u308a\u3068\u3046\u306a\u305a\u3044\u305f\u3002", "the mysterious wanderer returns, cart piled high with furs.": "\u8b0e\u306e\u653e\u6d6a\u8005\u304c\u8377\u8eca\u306b\u6bdb\u76ae\u3092\u9ad8\u304f\u7a4d\u307f\u4e0a\u3052\u3066\u623b\u3063\u3066\u304d\u305f\u3002", "armoury": "\u6b66\u5668\u5de5\u623f", "searching the bodies yields a few supplies.": "\u907a\u4f53\u3092\u63a2\u308b\u3068\u3001\u3044\u304f\u3064\u304b\u306e\u7269\u8cc7\u304c\u51fa\u3066\u304d\u305f\u3002", "the torchlight casts a flickering glow down the hallway.": "\u677e\u660e\u306e\u63fa\u3089\u3081\u304f\u660e\u304b\u308a\u304c\u5eca\u4e0b\u3092\u7167\u3089\u3057\u3066\u3044\u308b\u3002", "safer here": "\u5b89\u5168\u306a\u5834\u6240", "Export / Import": "\u30a8\u30af\u30b9\u30dd\u30fc\u30c8/\u30a4\u30f3\u30dd\u30fc\u30c8", "steelworker": "\u88fd\u92fc\u8077\u4eba", "the man-eater is dead": "\u4eba\u55b0\u3044\u65cf\u306f\u6b7b\u3093\u3060", "learned to swing weapons with force": "\u529b\u3067\u6b66\u5668\u3092\u632f\u308b\u3053\u3068\u3092\u5b66\u3093\u3060", "the remaining settlers flee from the violence, their belongings forgotten.": "\u751f\u304d\u6b8b\u3063\u305f\u5165\u690d\u8005\u306f\u3001\u81ea\u5206\u306e\u6301\u3061\u7269\u3092\u7f6e\u3044\u3066\u3001\u66b4\u529b\u304b\u3089\u9003\u3052\u3060\u3057\u305f\u3002", "a crudely made charm": "\u96d1\u306a\u4f5c\u308a\u306e\u304a\u5b88\u308a", "cask": "\u6c34\u6a3d", "engine:": "\u30a8\u30f3\u30b8\u30f3\uff1a", "the streets are empty.": "\u901a\u308a\u306b\u306f\u306a\u306b\u3082\u306a\u3044\u3002", "lizard": "\u30c8\u30ab\u30b2", "Sulphur Mine": "\u786b\u9ec4\u9271\u5c71", "export or import save data to dropbox datastorage": "\u30a8\u30af\u30b9\u30dd\u30fc\u30c8\u3068\u30a4\u30f3\u30dd\u30fc\u30c8(\u30d0\u30c3\u30af\u30a2\u30c3\u30d7\u7528", "the house has been ransacked.": "\u5bb6\u306f\u8352\u3089\u3055\u308c\u3066\u3044\u308b\u3002", "a thug is waiting on the other side of the wall.": "\u30c1\u30f3\u30d4\u30e9\u304c\u58c1\u306e\u53cd\u5bfe\u5074\u306b\u5f85\u3063\u3066\u3044\u308b\u3002", "the metallic tang of wanderer afterburner hangs in the air.": "\u653e\u6d6a\u8005\u306e\u30a2\u30d5\u30bf\u30fc\u30d0\u30fc\u30ca\u30fc\u306e\u91d1\u5c5e\u81ed\u304c\u6f02\u3063\u3066\u3044\u308b", "large prints lead away, into the forest.": "\u5927\u304d\u306a\u8db3\u8de1\u304c\u68ee\u306b\u9003\u3052\u3053\u3093\u3067\u3044\u308b", "a startled beast defends its home": "\u9a5a\u3044\u305f\u7363\u306f\u81ea\u5206\u306e\u5de3\u3092\u5b88\u308d\u3046\u3068\u3057\u3066\u3044\u308b", "there is nothing else here.": "\u3053\u3053\u306b\u306f\u4ed6\u306b\u4f55\u3082\u306a\u3044\u3002", "his time here, now, is his penance.": "\u4eca\u3053\u3053\u306b\u3044\u308b\u3053\u3068\u306f\u3001\u5f7c\u306e\u61fa\u6094\u3067\u3042\u308b\u3002", "where the windows of the schoolhouse aren't shattered, they're blackened with soot.": "\u5272\u308c\u6b8b\u3063\u305f\u6821\u820e\u306e\u7a93\u306f\u3059\u3059\u3067\u9ed2\u304f\u306a\u3063\u3066\u3044\u308b\u3002", "hull:": "\u8239\u4f53\uff1a", "scavenger": "\u30b4\u30df\u6f01\u308a", "unarmed master": "\u5f92\u624b\u7a7a\u62f3\u306e\u9054\u4eba", "the man says he's grateful. says he won't come around any more.": "\u305d\u306e\u7537\u306f\u611f\u8b1d\u3092\u8ff0\u3079\u3001\u3082\u3046\u623b\u3063\u3066\u3053\u306a\u3044\u3068\u8a00\u3063\u305f\u3002", "laser rifle": "\u30ec\u30fc\u30b6\u30fc\u9283", "sulphur mine": "\u786b\u9ec4\u9271\u5c71", "buy compass": "\u30b3\u30f3\u30d1\u30b9\u3092\u8cb7\u3046", "buy map": "\u5730\u56f3\u3092\u8cb7\u3046", "scratching noises can be heard from the store room.": "\u5f15\u3063\u304b\u304f\u97f3\u304c\u8caf\u8535\u5eab\u304b\u3089\u805e\u3053\u3048\u308b\u3002", "steel sword": "\u92fc\u9244\u306e\u5263", "descend": "\u964d\u308a\u308b", "asks for any spare furs to keep him warm at night.": "\u5f7c\u306f\u591c\u306b\u6696\u304b\u304f\u904e\u3054\u305b\u308b\u3088\u3046\u306b\u4f59\u3063\u305f\u6bdb\u76ae\u3092\u63a2\u3057\u3066\u3044\u308b\u3002", "A Raucous Village": "\u306b\u304e\u3084\u304b\u306a\u6751", "the beggar expresses his thanks.": "\u4e5e\u98df\u306f\u611f\u8b1d\u3057\u3066\u3044\u308b\u3002", "carrying more means longer expeditions to the wilds": "\u3088\u308a\u591a\u304f\u904b\u3079\u308c\u3070\u3001\u3088\u308a\u9577\u304f\u8352\u91ce\u306b\u9060\u5f81\u3067\u304d\u308b", "free {0}/{1}": "\u8377\u91cd\uff1a{0}/{1}", "Room": "\u90e8\u5c4b", "a swamp festers in the stagnant air.": "\u6dc0\u3093\u3060\u7a7a\u6c17\u306e\u4e2d\u3001\u6cbc\u306f\u8150\u6557\u3057\u3066\u3044\u308b\u3002", "rotting reeds rise out of the swampy earth.": "\u8150\u3063\u305f\u8466\u304c\u6cbc\u5730\u306b\u305d\u3073\u3048\u3066\u3044\u308b\u3002", "armoury's done, welcoming back the weapons of the past.": "\u6b66\u5668\u5de5\u623f\u304c\u5b8c\u6210\u3057\u305f\u3002\u6614\u306e\u6b66\u5668\u3088\u3001\u304a\u304b\u3048\u308a\u306a\u3055\u3044\u3002", "eat meat": "\u8089\u3092\u98df\u3079\u308b", "slow metabolism": "\u4f4e\u901f\u4ee3\u8b1d", "camp fires burn by the entrance to the mine.": "\u30ad\u30e3\u30f3\u30d7\u30d5\u30a1\u30a4\u30a2\u304c\u9271\u5c71\u306e\u5165\u308a\u53e3\u3067\u71c3\u3048\u3066\u3044\u308b\u3002", "the mouth of the cave is wide and dark.": "\u6d1e\u7a9f\u306e\u5165\u308a\u53e3\u306f\u5e83\u304f\u3001\u6697\u3044\u3002", "not enough sulphur": "\u786b\u9ec4\u304c\u4e0d\u8db3\u3057\u3066\u3044\u308b", "builder's not sure he's to be trusted.": "\u5efa\u7bc9\u5bb6\u306f\u5f7c\u304c\u4fe1\u7528\u3067\u304d\u308b\u304b\u3069\u3046\u304b\u308f\u304b\u3089\u306a\u3044\u3002", "evasion": "\u56de\u907f\u8853", "buy bait": "\u990c\u3092\u8cb7\u3046", "a pack of lizards rounds the corner.": "\u66f2\u304c\u308a\u89d2\u304b\u3089\u30c8\u30ab\u30b2\u306e\u4e00\u56e3\u304c\u73fe\u308c\u305f\u3002", "light fire": "\u706b\u3092\u3064\u3051\u308b", "waterskin": "\u6c34\u888b", "scattered teeth": "\u6563\u3089\u3070\u3063\u305f\u7259", "the door hangs open.": "\u30c9\u30a2\u304c\u305f\u308f\u3093\u3067\u958b\u3044\u305f\u3002", "buy:": "\u8cfc\u5165\uff1a", "load": "\u30ed\u30fc\u30c9", "track them": "\u8ffd\u8de1\u3059\u308b", "stores": "\u8caf\u8535\u5eab", "now the nomads have a place to set up shop, they might stick around a while": "\u3044\u307e\u904a\u7267\u6c11\u304c\u5e97\u3092\u958b\u3044\u3066\u3044\u308b\u3002\u5f7c\u3089\u306f\u3057\u3070\u3089\u304f\u3053\u306e\u8fba\u308a\u306b\u3044\u308b\u3060\u308d\u3046", "A Dusty Path": "\u57c3\u3063\u307d\u3044\u5c0f\u9053", "armour": "\u93a7", "A Man-Eater": "\u4eba\u55b0\u3044\u65cf", "bring your friends.": "\u53cb\u9054\u3092\u9023\u308c\u3066\u304f\u308b", "the compass points south": "\u30b3\u30f3\u30d1\u30b9\u306f\u5357\u3092\u6307\u3057\u305f", "the compass points north": "\u30b3\u30f3\u30d1\u30b9\u306f\u5317\u3092\u6307\u3057\u305f", "The Sick Man": "\u75c5\u4eba", "yes": "\u306f\u3044", "martial artist": "\u6b66\u9053\u5bb6", "the traps contain ": "\u7f60\u306b\u6b8b\u3063\u3066\u3044\u305f\u306e\u306f ", "the old tower seems mostly intact.": "\u53e4\u3044\u30bf\u30ef\u30fc\u306f\u3001\u307b\u3068\u3093\u3069\u7121\u50b7\u306e\u3088\u3046\u3060\u3002", "scales": "\u9c57", "bird must have liked shiney things.": "\u9ce5\u306f\u30ad\u30e9\u30ad\u30e9\u3057\u305f\u3082\u306e\u304c\u597d\u304d\u306a\u306f\u305a\u3060\u3002", "the path leads to an abandoned mine": "\u9053\u306f\u5ec3\u5751\u306b\u3064\u306a\u304c\u3063\u3066\u3044\u308b", "the compass points northeast": "\u30b3\u30f3\u30d1\u30b9\u306f\u5317\u6771\u3092\u6307\u3057\u305f", "the camp is still, save for the crackling of the fires.": "\u30ad\u30e3\u30f3\u30d7\u306f\u307e\u3060\u3001\u706b\u306e\u7206\u305c\u308b\u97f3\u3092\u4fdd\u3063\u3066\u3044\u308b\u3002", "he begs for medicine.": "\u5f7c\u306f\u85ac\u3092\u6075\u3093\u3067\u6b32\u3057\u3044\u3068\u8a00\u3063\u3066\u3044\u308b\u3002", "save": "\u30bb\u30fc\u30d6", "this waterskin'll hold a bit of water, at least": "\u3053\u306e\u6c34\u888b\u306f\u3001\u5c11\u306a\u304f\u3068\u3082\u3001\u591a\u5c11\u306e\u6c34\u3092\u5165\u308c\u3089\u308c\u308b", "turn him away": "\u5e30\u3089\u305b\u308b", "the people here were broken a long time ago.": "\u3053\u3053\u306e\u4eba\u3005\u306f\u3001\u9060\u3044\u6614\u306b\u6b7b\u3093\u3067\u3044\u308b\u3002", "a grizzled soldier attacks, waving a bayonet.": "\u767d\u9aea\u4ea4\u3058\u308a\u306e\u5175\u58eb\u306f\u9283\u5263\u3092\u632f\u3063\u3066\u653b\u6483\u3057\u3066\u304d\u305f\u3002", "shivering man": "\u9707\u3048\u308b\u7537", "The Mysterious Wanderer": "\u8b0e\u306e\u653e\u6d6a\u8005", "A Huge Lizard": "\u5de8\u5927\u306a\u30c8\u30ab\u30b2", "boxer": "\u30dc\u30af\u30b5\u30fc", "a man joins the fight": "\u7537\u304c\u6226\u3044\u306b\u53c2\u52a0\u3057\u305f", "An Outpost": "\u524d\u7dda\u57fa\u5730", "not enough meat": "\u8089\u304c\u8db3\u308a\u306a\u3044", "some weird metal he picked up on his travels.": "\u5f7c\u304c\u65c5\u306e\u9014\u4e2d\u3067\u62fe\u3063\u305f\u5947\u5999\u306a\u91d1\u5c5e\u3002", "something's in there.": "\u4f55\u304b\u304c\u305d\u3053\u306b\u3044\u308b\u3002", "restore more health when eating": "\u98df\u3079\u7269\u3067\u4f53\u529b\u3092\u3088\u308a\u56de\u5fa9\u3059\u308b", "A Snarling Beast": "\u5538\u308b\u7363", "Share": "\u30b7\u30a7\u30a2", "a haze falls over the village as the steelworks fires up": "\u88fd\u92fc\u6240\u304b\u3089\u5439\u304d\u4e0a\u304c\u308b\u706b\u306e\u7c89\u304c\u6751\u306e\u4e0a\u306b\u964d\u3063\u3066\u304f\u308b", "a large bird nests at the top of the stairs.": "\u968e\u6bb5\u306e\u4e0a\u306b\u306f\u5927\u304d\u306a\u9ce5\u306e\u5de3\u304c\u3042\u308b\u3002", "an old wanderer sits inside, in a seeming trance.": "\u5e74\u8001\u3044\u305f\u653e\u6d6a\u8005\u306f\u5ea7\u308a\u8fbc\u307f\u3001\u30c8\u30e9\u30f3\u30b9\u72b6\u614b\u306e\u3088\u3046\u3060\u3002", "builder says the villagers could make steel, given the tools": "\u5efa\u7bc9\u5bb6\u306f\u3001\u6751\u4eba\u305f\u3061\u306f\u9053\u5177\u304c\u3042\u308c\u3070\u92fc\u9244\u3092\u4f5c\u308b\u3053\u3068\u304c\u3067\u304d\u308b\u3068\u8a00\u3063\u3066\u3044\u308b", "continue": "\u9032\u3080", "there is no more water": "\u3082\u3046\u6c34\u304c\u306a\u3044", "flickering": "\u3061\u3089\u3064\u3044\u3066\u3044\u308b", "only the chief remains.": "\u6b8b\u308b\u306f\u30c1\u30fc\u30d5\u3060\u3051\u3060\u3002", "go back inside": "\u4e2d\u306b\u623b\u308b", "a few items are scattered on the ground.": "\u3044\u304f\u3064\u304b\u306e\u7269\u306f\u3001\u5730\u9762\u306b\u6563\u3089\u3070\u3063\u3066\u3044\u308b\u3002", "save this.": "\u3053\u308c\u3092\u30bb\u30fc\u30d6", "this old mine is not abandoned": "\u3053\u306e\u53e4\u3044\u9271\u5c71\u306f\u653e\u68c4\u3055\u308c\u3066\u3044\u306a\u3044", "a fight, maybe.": "\u6226\u95d8\u3060\u308d\u3046\u3001\u305f\u3076\u3093", "behind the door, a deformed figure awakes and attacks.": "\u30c9\u30a2\u306e\u9670\u304b\u3089\u3001\u7570\u5f62\u306e\u59ff\u304c\u76ee\u899a\u3081\u3066\u653b\u6483\u3057\u3066\u304d\u305f\u3002", "twitter": "Twitter", "baited trap": "\u990c\u3092\u4ed8\u3051\u305f\u7f60", "dead": "\u6d88\u3048\u3066\u3044\u308b", "the torch sputters and dies in the damp air": "\u677e\u660e\u306f\u6e7f\u3063\u305f\u7a7a\u6c17\u306e\u4e2d\u3067\u30b8\u30e5\u30fc\u3068\u9cf4\u3063\u3066\u6d88\u3048\u305f", "export": "\u30a8\u30af\u30b9\u30dd\u30fc\u30c8", "a few belongings rest against the walls.": "\u5c11\u3057\u306e\u6240\u6709\u7269\u304c\u58c1\u306b\u639b\u304b\u3063\u3066\u3044\u308b\u3002", "not far from the village lies a large beast, its fur matted with blood.": "\u6751\u304b\u3089\u9060\u304f\u306a\u3044\u3068\u3053\u308d\u3067\u5927\u304d\u306a\u7363\u304c\u5012\u308c\u3066\u3044\u305f\u3002\u305d\u306e\u6bdb\u76ae\u306f\u8840\u307e\u307f\u308c\u3060\u3002", "an old iron mine sits here, tools abandoned and left to rust.": "\u53e4\u3044\u9244\u9271\u5c71\u304c\u3042\u308b\u3002\u9053\u5177\u985e\u306f\u653e\u7f6e\u3055\u308c\u3066\u9306\u3073\u308b\u306b\u4efb\u3055\u308c\u3066\u3044\u308b\u3002", "but there is a cache of medicine under the floorboards.": "\u3057\u304b\u3057\u5e8a\u677f\u306e\u4e0b\u3067\u85ac\u54c1\u306e\u4fdd\u7ba1\u5eab\u304c\u3042\u3063\u305f\u3002", "only dust and stains remain.": "\u57c3\u3084\u6c5a\u308c\u3060\u3051\u304c\u6b8b\u3055\u308c\u3066\u3044\u308b\u3002", "s armour": "\u92fc\u9244\u306e\u93a7", "say he should be strung up as an example.": "\u6751\u4eba\u306f\u898b\u305b\u3057\u3081\u306b\u7d5e\u9996\u5211\u306b\u3059\u3079\u304d\u3060\u3068\u8a00\u3046\u3002", "collected scraps spread across the floor like they fell from heaven.": "\u96c6\u3081\u305f\u30b9\u30af\u30e9\u30c3\u30d7\u306f\u3001\u307e\u308b\u3067\u5929\u304b\u3089\u964d\u3063\u3066\u304d\u305f\u304b\u306e\u3088\u3046\u306b\u5e8a\u306b\u6563\u3089\u3070\u3063\u3066\u3044\u308b\u3002", "the darkness is absolute": "\u5b8c\u5168\u306a\u6697\u95c7\u3060", "A Ruined Trap": "\u58ca\u308c\u305f\u7f60", "not enough coal": "\u77f3\u70ad\u304c\u8db3\u308a\u306a\u3044", "ambushed on the street.": "\u901a\u308a\u3067\u5f85\u3061\u4f0f\u305b\u306b\u906d\u3063\u305f", "worth killing for, it seems.": "\u6bba\u3057\u306b\u898b\u5408\u3046\u4fa1\u5024\u306f\u3042\u3063\u305f\u3088\u3046\u3060\u3002", "slash": "\u5207\u308a\u88c2\u304f", "builder says she can make a cart for carrying wood": "\u5efa\u7bc9\u5bb6\u306f\u3001\u6728\u6750\u3092\u904b\u3076\u8377\u8eca\u3092\u4f5c\u308c\u308b\u3068\u8a00\u3063\u3066\u3044\u308b", "leather's not strong. better than rags, though.": "\u9769\u306f\u5f37\u304f\u306a\u3044\u304c\u3001\u30dc\u30ed\u5e03\u3088\u308a\u3082\u30de\u30b7\u3060", "builder stokes the fire": "\u5efa\u7bc9\u5bb6\u306f\u706b\u3092\u711a\u3044\u3066\u3044\u308b", "say goodbye": "\u5225\u308c\u3092\u544a\u3052\u308b", "A Silent Forest": "\u9759\u304b\u306a\u68ee", "builder's not sure she's to be trusted.": "\u5efa\u7bc9\u5bb6\u306f\u5f7c\u5973\u304c\u4fe1\u7528\u3067\u304d\u308b\u304b\u3069\u3046\u304b\u308f\u304b\u3089\u306a\u3044\u3002", "an old case is wedged behind a rock, covered in a thick layer of dust.": "\u539a\u304f\u57c3\u3092\u304b\u3076\u3063\u305f\u53e4\u3044\u30b1\u30fc\u30b9\u304c\u5ca9\u306e\u5f8c\u308d\u306b\u62bc\u3057\u8fbc\u307e\u308c\u3066\u3044\u305f", "the point is made. in the next few days, the missing supplies are returned.": "\u305d\u306e\u5f8c\u6570\u65e5\u4e2d\u306b\u3001\u7121\u304f\u306a\u3063\u305f\u7269\u8cc7\u306f\u8fd4\u3055\u308c\u3066\u3044\u305f\u3002", "a frail man stands defiantly, blocking the path.": "\u75e9\u305b\u305f\u7537\u304c\u6311\u6226\u7684\u306b\u9053\u3092\u585e\u3044\u3067\u3044\u308b\u3002", "the plague rips through the village.": "\u75ab\u75c5\u306f\u6751\u3092\u98f2\u307f\u8fbc\u3093\u3060", "an old wanderer arrives.": "\u5e74\u8001\u3044\u305f\u653e\u6d6a\u8005\u304c\u3084\u3063\u3066\u304d\u305f\u3002", "scavenger had a small camp in the school.": "\u30b4\u30df\u6f01\u308a\u306f\u5b66\u6821\u306b\u5c0f\u3055\u306a\u30ad\u30e3\u30f3\u30d7\u3092\u6301\u3063\u3066\u3044\u305f\u3002", "the compass points southwest": "\u30b3\u30f3\u30d1\u30b9\u306f\u5357\u897f\u3092\u6307\u3057\u305f", "the wanderer leaves, cart loaded with wood": "\u653e\u6d6a\u8005\u306f\u8377\u8eca\u306b\u6728\u6750\u3092\u7a4d\u3093\u3067\u53bb\u3063\u305f", "Dropbox Export / Import": "Dropbox\u306e\u30a8\u30af\u30b9\u30dd\u30fc\u30c8/\u30a4\u30f3\u30dd\u30fc\u30c8", "maybe some useful stuff in the rubble.": "\u305f\u3076\u3093\u74e6\u792b\u306e\u4e2d\u306b\u306f\u6709\u7528\u306a\u3082\u306e\u304c\u3042\u308b\u3060\u308d\u3046\u3002", "google+": "Google+", "a man hobbles up, coughing.": "\u75c5\u4eba\u306f\u3001\u3088\u308d\u3081\u3044\u3066\u54b3\u304d\u8fbc\u3093\u3067\u3044\u308b\u3002", "i armour": "\u9244\u306e\u93a7", "The Scout": "\u65a5\u5019", "leaves a pile of small scales behind.": "\u5f8c\u306b\u5c0f\u3055\u306a\u9c57\u306e\u5c71\u3092\u6b8b\u3057\u3066\u3044\u3063\u305f\u3002", "pockets": "\u30dd\u30b1\u30c3\u30c8", "the debris is denser here.": "\u3053\u3053\u306f\u304c\u308c\u304d\u304c\u591a\u3044\u3002", "stab": "\u7a81\u304d\u523a\u3059", "time to move on.": "\u884c\u304f\u6642\u9593\u3060\u3002", "the ground is littered with small scales": "\u5730\u9762\u306b\u306f\u5c0f\u3055\u306a\u9c57\u304c\u6563\u3089\u3070\u3063\u3066\u3044\u308b", "not enough ": "\u5341\u5206\u3067\u306a\u3044", "the stench of rot and death fills the operating theatres.": "\u8150\u6557\u3068\u6b7b\u306e\u60aa\u81ed\u304c\u624b\u8853\u5ba4\u3092\u8986\u3063\u3066\u3044\u308b\u3002", "burning": "\u71c3\u3048\u3066\u3044\u308b", "they must be here for a reason.": "\u5f7c\u3089\u306f\u4f55\u3089\u304b\u306e\u7406\u7531\u3067\u3053\u3053\u306b\u6765\u305f\u306f\u305a\u3060\u3002", "a nomad arrives, looking to trade": "\u904a\u7267\u6c11\u304c\u3084\u3063\u3066\u304d\u305f\u3002\u53d6\u5f15\u3057\u305f\u3044\u3088\u3046\u3060\u3002", "black powder and bullets, like the old days.": "\u6614\u306e\u3088\u3046\u306a\u9ed2\u8272\u706b\u85ac\u3084\u5f3e\u4e38", "restart the game?": "\u30b2\u30fc\u30e0\u3092\u30ea\u30bb\u30c3\u30c8\u3057\u307e\u3059\u304b\uff1f", "gastronome": "\u7f8e\u98df\u5bb6", "load from slot": "\u30b9\u30ed\u30c3\u30c8\u304b\u3089\u30ed\u30fc\u30c9", "energy cell": "\u30a8\u30cd\u30eb\u30ae\u30fc\u30bb\u30eb", "inside the hut, a child cries.": "\u5c0f\u5c4b\u306e\u4e2d\u3067\u3001\u5b50\u4f9b\u304c\u6ce3\u3044\u3066\u3044\u308b\u3002", "the compass points west": "\u30b3\u30f3\u30d1\u30b9\u306f\u897f\u3092\u6307\u3057\u305f", "always worked before, at least.": "\u5c11\u306a\u304f\u3068\u3082\u304b\u3064\u3066\u306f\u305d\u3046\u3060\u3063\u305f\u3002", "a scavenger draws close, hoping for an easy score": "\u30b4\u30df\u6f01\u308a\u304c\u7c21\u5358\u306a\u7372\u7269\u3092\u671f\u5f85\u3057\u3066\u8fd1\u5bc4\u3063\u3066\u304d\u305f", "Sickness": "\u75c5\u6c17", "still a few drops of water in the old well.": "\u53e4\u3044\u4e95\u6238\u306e\u5e95\u306b\u306f\u3001\u307e\u3060\u6c34\u304c\u6570\u6ef4\u6b8b\u3063\u3066\u3044\u308b\u3002", "build:": "\u5efa\u7bc9\uff1a", "feral terror": "\u6050\u6016\u306e\u91ce\u751f\u751f\u7269", "signout": "\u30b5\u30a4\u30f3\u30a2\u30a6\u30c8", "A Beast Attack": "\u7363\u306e\u8972\u6483", "Ready to Leave?": "\u51fa\u767a\u306e\u6e96\u5099\u306f\u3067\u304d\u307e\u3057\u305f\u304b\uff1f", "the house is abandoned, but not yet picked over.": "\u5bb6\u306f\u653e\u68c4\u3055\u308c\u3066\u3044\u308b\u304c\u3001\u307e\u3060\u8352\u3089\u3055\u308c\u3066\u3044\u306a\u3044\u3002", "time to get out of this place. won't be coming back.": "\u3053\u3053\u304b\u3089\u8131\u51fa\u3059\u308b\u6642\u3067\u3059\u3002\u3082\u3046\u623b\u308c\u306a\u3044\u3067\u3057\u3087\u3046\uff01", "the compass points northwest": "\u30b3\u30f3\u30d1\u30b9\u306f\u5317\u897f\u3092\u6307\u3057\u305f", "the thirst becomes unbearable": "\u5589\u306e\u6e07\u304d\u304c\u8010\u3048\u96e3\u3044", "a beggar arrives": "\u4e5e\u98df\u304c\u3084\u3063\u3066\u304d\u305f", "a beast stands alone in an overgrown park.": "\u8349\u6728\u304c\u4f38\u3073\u653e\u984c\u306e\u516c\u5712\u306b\u3001\u307d\u3064\u3093\u3068\u7363\u304c\u7acb\u3063\u3066\u3044\u308b\u3002", "he leaves a reward.": "\u5f7c\u306f\u304a\u793c\u3092\u6b8b\u3057\u3066\u53bb\u3063\u305f\u3002", "nothing but downcast eyes.": "\u4f55\u3082\u306a\u3044\u304c\u76ee\u3092\u4f0f\u305b\u305f\u3002", "the scout says she's been all over.": "\u65a5\u5019\u306f\u3001\u3069\u3053\u306b\u3067\u3082\u884c\u3063\u305f\u3053\u3068\u304c\u3042\u308b\u3068\u8a00\u3063\u3066\u3044\u308b\u3002", "the small settlement has clearly been burning a while.": "\u3053\u306e\u5c0f\u96c6\u843d\u306f\u660e\u3089\u304b\u306b\u708e\u4e0a\u3057\u3066\u3044\u308b\u3002", "cloth": "\u5e03", "a second soldier opens fire.": "\u7b2c\u4e8c\u306e\u5175\u58eb\u304c\u6483\u3061\u59cb\u3081\u305f\u3002", "dangerous to be this far from the village without proper protection": "\u5341\u5206\u306a\u9632\u5099\u306a\u304f\u6751\u304b\u3089\u9060\u304f\u96e2\u308c\u308b\u306e\u306f\u5371\u967a\u3060", "squeeze": "\u7121\u7406\u3084\u308a\u9032\u3080", "a pristine medicine cabinet at the end of a hallway.": "\u5eca\u4e0b\u306e\u7a81\u304d\u5f53\u308a\u306b\u306f\u6e05\u6f54\u306a\u85ac\u306e\u68da\u304c\u3042\u308b\u3002", "scraps of fur": "\u6bdb\u76ae\u306e\u304f\u305a", "a scavenger waits just inside the door.": "\u30b4\u30df\u6f01\u308a\u304c\u30c9\u30a2\u306e\u3059\u3050\u5185\u5074\u3067\u5f85\u3063\u3066\u3044\u305f\u3002", "the wind howls outside": "\u5916\u3067\u306f\u98a8\u304c\u5420\u3048\u3066\u3044\u308b", "the wagon can carry a lot of supplies": "\u8377\u99ac\u8eca\u306f\u3001\u5927\u91cf\u306e\u7269\u8cc7\u3092\u904b\u3076\u3053\u3068\u304c\u3067\u304d\u308b", "A Battlefield": "\u6226\u5834", "more soldiers will be on their way.": "\u5f7c\u3089\u306e\u9053\u306b\u306f\u3082\u3063\u3068\u5175\u58eb\u304c\u3044\u308b\u3060\u308d\u3046\u3002", "the shivering man is dead": "\u9707\u3048\u308b\u7537\u306f\u6b7b\u3093\u3060", "builder finishes the smokehouse. she looks hungry.": "\u5efa\u7bc9\u5bb6\u306f\u71fb\u88fd\u5834\u3092\u5b8c\u6210\u3055\u305b\u305f\u3002\u5f7c\u5973\u306f\u7a7a\u8179\u306e\u3088\u3046\u3060\u3002", "the barrens break at a sea of dying grass, swaying in the arid breeze.": "\u3084\u305b\u5730\u306f\u4e7e\u71e5\u3057\u305f\u98a8\u306b\u63fa\u308c\u308b\u7015\u6b7b\u306e\u8349\u306e\u6d77\u3067\u7d42\u308f\u308b\u3002", "a snarling beast leaps out of the underbrush": "\u8302\u307f\u304b\u3089\u5538\u308b\u7363\u304c\u8df3\u3073\u3060\u3057\u3066\u304d\u305f", "the place has been swept clean by scavengers.": "\u3053\u3053\u306f\u30b4\u30df\u6f01\u308a\u306b\u304d\u308c\u3044\u306b\u6383\u9664\u3055\u308c\u305f\u5f8c\u3060\u3002", "A Destroyed Village": "\u7834\u58ca\u3055\u308c\u305f\u6751", "land blows more often": "\u3088\u308a\u6253\u6483\u304c\u547d\u4e2d\u3059\u308b", "Space": "\u5b87\u5b99\u7a7a\u9593", "it's been picked over by scavengers, but there's still some things worth taking.": "\u30b4\u30df\u6f01\u308a\u306b\u8352\u3089\u3055\u308c\u305f\u5f8c\u3060\u304c\u3001\u307e\u3060\u62fe\u3046\u4fa1\u5024\u304c\u3042\u308b\u3082\u306e\u3082\u3042\u308b\u3002", "Thermosphere": "\u71b1\u570f", "5 medicine": "\u533b\u85ac\u54c15\u500b", "do nothing": "\u4f55\u3082\u3057\u306a\u3044", "A Gaunt Man": "\u3084\u3064\u308c\u305f\u7537", "Outside": "\u5c4b\u5916", "the snarling beast is dead": "\u5538\u308b\u7363\u306f\u6b7b\u3093\u3060", "bodies and supplies from both sides litter the ground.": "\u6b7b\u4f53\u3068\u7269\u8cc7\u304c\u4e21\u5074\u304b\u3089\u5730\u9762\u306b\u3053\u307c\u308c\u3066\u3044\u308b\u3002", "the remains of an old house stand as a monument to simpler times": "\u53e4\u3044\u5bb6\u306e\u6b8b\u9ab8\u304c\u3001\u3088\u308a\u5358\u7d14\u3060\u3063\u305f\u6642\u4ee3\u306e\u8a18\u5ff5\u7891\u3068\u3057\u3066\u7acb\u3063\u3066\u3044\u308b", "a squatter stands firmly in the doorway of a small hut.": "\u4e0d\u6cd5\u5360\u62e0\u8005\u306f\u5c0f\u3055\u306a\u5c0f\u5c4b\u306e\u6238\u53e3\u306b\u3057\u3063\u304b\u308a\u3068\u7acb\u3063\u3066\u3044\u308b\u3002", "lights flash through the alleys between buildings.": "\u5149\u304c\u5efa\u7269\u306e\u9593\u306e\u8def\u5730\u3092\u901a\u3063\u3066\u9583\u3044\u305f\u3002", "no": "\u3044\u3044\u3048", "{0} per {1}s": "{1}\u79d2\u306b\u3064\u304d{0}", "a weathered family takes up in one of the huts.": "\u75b2\u308c\u679c\u3066\u305f\u5bb6\u65cf\u304c\u5c0f\u5c4b\u306b\u5165\u5c45\u3057\u305f", "run": "\u9003\u8d70\u3059\u308b", "Exosphere": "\u5916\u6c17\u570f", "he speaks of once leading the great fleets to fresh worlds.": "\u5f7c\u306f\u304b\u3064\u3066\u65b0\u4e16\u754c\u306b\u5927\u8266\u968a\u3092\u7387\u3044\u305f\u3053\u3068\u304c\u3042\u308b\u3068\u8a71\u3059\u3002", "builder says there are more wanderers. says they'll work, too.": "\u5efa\u7bc9\u5bb6\u306f\u3001\u4ed6\u306b\u3082\u653e\u6d6a\u8005\u304c\u3044\u3066\u50cd\u3044\u3066\u304f\u308c\u308b\u3060\u308d\u3046\u3068\u8a00\u3063\u3066\u3044\u308b", "evasive": "\u56de\u907f\u8853", "an old wanderer arrives": "\u5e74\u8001\u3044\u305f\u653e\u6d6a\u8005\u304c\u3084\u3063\u3066\u304d\u305f", "through the walls, shuffling noises can be heard.": "\u58c1\u3092\u4ecb\u3057\u3066\u3001\u30b7\u30e3\u30c3\u30d5\u30eb\u97f3\u304c\u805e\u3053\u3048\u308b\u3002", "melee weapons deal more damage": "\u8fd1\u63a5\u6b66\u5668\u3067\u66f4\u306b\u30c0\u30e1\u30fc\u30b8\u3092\u4e0e\u3048\u308b", "the compass points ": "\u30b3\u30f3\u30d1\u30b9\u306f\u6307\u3059", "lets some light down into the dusty haze.": "\u3044\u304f\u7b4b\u3082\u306e\u5149\u304c\u57c3\u3063\u307d\u3044\u3082\u3084\u306b\u5dee\u3057\u8fbc\u3093\u3067\u3044\u308b\u3002", "the man swallows the medicine eagerly": "\u7537\u306f\u7121\u5fc3\u3067\u85ac\u3092\u98f2\u3093\u3067\u3044\u308b", "the days are spent with burials.": "\u57cb\u846c\u306b\u8ffd\u308f\u308c\u308b\u65e5\u3005\u304c\u7d9a\u3044\u305f\u3002", "more traps to catch more creatures": "\u7f60\u3092\u5897\u3084\u305b\u3070\u3001\u3088\u308a\u591a\u304f\u306e\u751f\u304d\u7269\u3092\u6355\u3048\u3089\u308c\u308b", "a man charges down the hall, a rusty blade in his hand": "\u9306\u3073\u305f\u5203\u3092\u6301\u3063\u305f\u7537\u304c\u5e83\u9593\u306b\u7a81\u9032\u3057\u3066\u304d\u305f", "it contains travelling gear, and a few trinkets.": "\u305d\u308c\u306b\u306f\u65c5\u884c\u7528\u54c1\u3068\u3044\u304f\u3064\u304b\u306e\u88c5\u8eab\u5177\u304c\u5165\u3063\u3066\u3044\u305f\u3002", "bullets": "\u5f3e\u85ac", "the light from the fire spills from the windows, out into the dark": "\u706b\u306e\u5149\u306f\u7a93\u304b\u3089\u6697\u95c7\u306b\u3053\u307c\u308c\u3060\u3057\u3066\u3044\u308b", "tell him to leave": "\u5f7c\u306b\u7acb\u3061\u53bb\u308b\u3088\u3046\u306b\u8a00\u3046", "dry brush and dead branches litter the forest floor": "\u68ee\u306b\u306f\u4e7e\u3044\u305f\u8302\u307f\u3068\u67af\u308c\u679d\u304c\u6563\u3089\u3070\u3063\u3066\u3044\u308b", "tattered cloth": "\u307c\u308d\u307c\u308d\u306e\u5e03", "can't read the words.": "\u8a00\u8449\u306f\u8aad\u3081\u306a\u3044\u3002", "tanner": "\u76ae\u306a\u3081\u3057\u8077\u4eba", "should cure the meat, or it'll spoil. builder says she can fix something up.": "\u8089\u306f\u71fb\u88fd\u306b\u3057\u306a\u3044\u3068\u8150\u3063\u3066\u3057\u307e\u3046\u3002\u5efa\u7bc9\u5bb6\u306f\u3069\u3046\u306b\u304b\u3067\u304d\u308b\u3068\u8a00\u3063\u3066\u3044\u308b\u3002", "or migrating computers": "\u307e\u305f\u306f\u30b3\u30f3\u30d4\u30e5\u30fc\u30bf\u306e\u79fb\u884c\u7528)", "water:{0}": "\u6c34:{0}", "still time to rescue a few supplies.": "\u307e\u3060\u7269\u8cc7\u3092\u3044\u304f\u3089\u304b\u6551\u51fa\u3059\u308b\u6642\u9593\u304c\u3042\u308b\u3002", "teeth": "\u7259", "villagers could help hunt, given the means": "\u6751\u4eba\u305f\u3061\u306f\u624b\u6bb5\u3092\u4e0e\u3048\u3066\u3084\u308c\u3070\u3001\u72e9\u308a\u3092\u624b\u4f1d\u3048\u308b", "the beast is dead.": "\u7363\u306f\u6b7b\u3093\u3060", "feral howls echo out of the darkness.": "\u6697\u95c7\u304b\u3089\u91ce\u751f\u306e\u9060\u5420\u3048\u304c\u6728\u970a\u3059\u308b\u3002", "The Iron Mine": "\u9244\u9271\u5c71"}); +_.setTranslation({"water tank": "\u6c34\u30bf\u30f3\u30af", "use meds": "\u85ac\u3092\u4f7f\u3046", "the room is {0}": "\u90e8\u5c4b\u306f{0}", "punch twice as fast, and with even more force": "\u30d1\u30f3\u30c1\u304c\u500d\u306e\u901f\u3055\u306b\u306a\u308a\u3001\u3055\u3089\u306b\u5f37\u304f\u306a\u308b", "The Nomad": "\u904a\u7267\u6c11", "more traps won't help now": "\u3053\u308c\u4ee5\u4e0a\u7f60\u3092\u5897\u3084\u3057\u3066\u3082\u610f\u5473\u304c\u306a\u3044", "only a few die.": "\u72a0\u7272\u8005\u306f\u6570\u540d\u3067\u3059\u3093\u3060\u3002", "the compass points east": "\u30b3\u30f3\u30d1\u30b9\u306f\u6771\u3092\u6307\u3057\u305f", "the bodies of the wanderers that lived here are still visible in the flames.": "\u3053\u3053\u306b\u4f4f\u3093\u3067\u3044\u305f\u653e\u6d6a\u8005\u306e\u907a\u4f53\u304c\u307e\u3060\u708e\u306e\u4e2d\u306b\u898b\u3048\u308b\u3002", "the walls are scorched from an old battle.": "\u6614\u306e\u6226\u95d8\u3067\u58c1\u304c\u7126\u3052\u3066\u3044\u308b\u3002", "convoy": "\u8b77\u9001\u968a", "not enough fur": "\u6bdb\u76ae\u304c\u8db3\u308a\u306a\u3044", "a masked soldier rounds the corner, gun drawn": "\u30de\u30b9\u30af\u3092\u4ed8\u3051\u305f\u5175\u58eb\u304c\u9283\u3092\u69cb\u3048\u3066\u66f2\u304c\u308a\u89d2\u304b\u3089\u73fe\u308c\u305f", "a huge hole is cut deep into the earth, evidence of the past harvest.": "\u5de8\u5927\u306a\u7a74\u304c\u6df1\u304f\u5730\u9762\u306b\u5207\u308a\u958b\u304b\u308c\u3066\u3044\u308b\u3002\u904e\u53bb\u306e\u63a1\u6398\u306e\u8de1\u3060\u3002", "it puts up little resistance before the knife.": "\u305d\u3044\u3064\u306f\u30ca\u30a4\u30d5\u306b\u307b\u3068\u3093\u3069\u62b5\u6297\u3067\u304d\u306a\u304b\u3063\u305f\u3002", "the body of a wanderer lies in a small cavern.": "\u653e\u6d6a\u8005\u306e\u4f53\u304c\u3001\u5c0f\u3055\u306a\u307b\u3089\u7a74\u306b\u6a2a\u305f\u308f\u3063\u3066\u3044\u308b\u3002", "a shivering man approaches and attacks with surprising strength": "\u9707\u3048\u308b\u7537\u304c\u8fd1\u3065\u3044\u3066\u304f\u308b\u3068\u3001\u610f\u5916\u306a\u529b\u5f37\u3055\u3067\u6bb4\u308a\u304b\u304b\u3063\u3066\u304d\u305f", "steel's stronger than iron": "\u92fc\u9244\u306f\u9244\u3088\u308a\u3082\u5f37\u3044", "A Strange Bird": "\u602a\u9ce5", "not enough alien alloy": "\u30a8\u30a4\u30ea\u30a2\u30f3\u5408\u91d1\u304c\u8db3\u308a\u306a\u3044", "street above the subway platform is blown away.": "\u5730\u4e0b\u9244\u306e\u30d7\u30e9\u30c3\u30c8\u30d5\u30a9\u30fc\u30e0\u306e\u4e0a\u306e\u901a\u308a\u306f\u5439\u304d\u98db\u3070\u3055\u308c\u3066\u3044\u308b\u3002", "the soldier is dead": "\u5175\u58eb\u306f\u6b7b\u3093\u3060", "error while saving to dropbox datastorage": "Dropbox\u30c7\u30fc\u30bf\u9818\u57df\u3078\u306e\u4fdd\u5b58\u306b\u5931\u6557\u3057\u307e\u3057\u305f", "the footsteps stop.": "\u8db3\u97f3\u304c\u6b62\u307e\u3063\u305f\u3002", "sniper": "\u72d9\u6483\u624b", "the coal mine is clear of dangers": "\u70ad\u9271\u306f\u660e\u3089\u304b\u306b\u5371\u967a\u3060", "the warped man lies dead.": "\u3086\u304c\u3093\u3060\u7537\u304c\u6b7b\u3093\u3067\u3044\u308b\u3002", "something's in the store room": "\u4f55\u304b\u304c\u8caf\u8535\u5eab\u306b\u3044\u308b", "unfathomable destruction to fuel wanderer hungers.": "\u8a08\u308a\u77e5\u308c\u306a\u3044\u7834\u58ca\u306f\u653e\u6d6a\u8005\u306e\u98e2\u3048\u3092\u717d\u3063\u305f\u3002", "embark": "\u51fa\u767a", "scout": "\u5075\u5bdf\u8853", "facebook": "Facebook", "the trees yield to dry grass. the yellowed brush rustles in the wind.": "\u6728\u3005\u306f\u4e7e\u71e5\u3057\u305f\u8349\u306b\u5909\u308f\u3063\u305f\u3002\u9ec4\u3070\u3093\u3060\u8302\u307f\u304c\u98a8\u306b\u305d\u3088\u3044\u3067\u3044\u308b\u3002", "save.": "\u30bb\u30fc\u30d6", "total score: {0}": "\u7dcf\u5f97\u70b9\uff1a{0}", "learned to make the most of food": "\u98df\u3079\u7269\u3092\u6700\u5927\u9650\u306b\u6d3b\u7528\u3059\u308b\u3053\u3068\u3092\u5b66\u3093\u3060", "blast": "\u30d3\u30fc\u30e0", "the sky is grey and the wind blows relentlessly": "\u7a7a\u306f\u7070\u8272\u3067\u3001\u98a8\u304c\u5bb9\u8d66\u306a\u304f\u5439\u3044\u3066\u3044\u308b\u3002", "supplies:": "\u7269\u8cc7\uff1a", "the feral terror is dead": "\u6050\u6016\u306e\u91ce\u751f\u751f\u7269\u306f\u6b7b\u3093\u3060", "the tracks disappear after just a few minutes.": "\u8db3\u3042\u3068\u306f\u3059\u3050\u306b\u6d88\u3048\u3066\u3044\u305f", "a safe place in the wilds.": "\u8352\u91ce\u306e\u96a0\u308c\u5bb6", "fur": "\u6bdb\u76ae", "beneath the wanderer's rags, clutched in one of its many hands, a glint of steel.": "\u653e\u6d6a\u8005\u306e\u30dc\u30ed\u5e03\u306e\u4e0b\u3067\u3001\u591a\u304f\u306e\u624b\u306e1\u3064\u304c\u3001\u92fc\u306e\u8f1d\u304d\u3092\u63e1\u308a\u3057\u3081\u3066\u3044\u305f\u3002", "buy scales": "\u9c57\u3092\u8cb7\u3046", "mild": "\u5fc3\u5730\u3088\u3044", "the hunting lodge stands in the forest, a ways out of town": "\u72e9\u731f\u5c0f\u5c4b\u306f\u3001\u68ee\u306e\u4e2d\u306e\u8857\u304b\u3089\u51fa\u308b\u9053\u306b\u5efa\u3063\u3066\u3044\u308b", "leave": "\u7acb\u3061\u53bb\u308b", "the convoy can haul mostly everything": "\u8b77\u9001\u968a\u306f\u307b\u3068\u3093\u3069\u4f55\u3067\u3082\u904b\u3076\u3053\u3068\u304c\u3067\u304d\u308b", "learned to strike faster without weapons": "\u6b66\u5668\u3092\u4f7f\u308f\u305a\u901f\u304f\u6253\u3064\u3053\u3068\u3092\u5b66\u3073\u307e\u3057\u305f", "an old house remains here, once white siding yellowed and peeling.": "\u53e4\u3044\u5bb6\u304c\u6b8b\u3063\u3066\u3044\u308b\u3002\u767d\u304b\u3063\u305f\u58c1\u306f\u9ec4\u3070\u3093\u3067\u5265\u304c\u308c\u3066\u3044\u308b\u3002", "ignore them": "\u7121\u8996\u3059\u308b", "willing to talk about it, for a price.": "\u4ee3\u4fa1\u3092\u652f\u6255\u3048\u3070\u3001\u305d\u308c\u306b\u3064\u3044\u3066\u8a9e\u308a\u305f\u3044\u305d\u3046\u3060\u3002", "a beast, wilder than imagining, erupts out of the foliage": "\u60f3\u50cf\u3092\u8d8a\u3048\u3066\u91ce\u86ee\u306a\u7363\u304c\u8449\u9670\u304b\u3089\u8df3\u3073\u3060\u3057\u3066\u304d\u305f", "go home": "\u5bb6\u306b\u5e30\u308b", "the soldier steps out from between the buildings, rifle raised.": "\u5175\u58eb\u304c\u5efa\u7269\u306e\u9593\u304b\u3089\u6b69\u307f\u51fa\u3066\u30e9\u30a4\u30d5\u30eb\u3092\u69cb\u3048\u305f\u3002", "force": "\u602a\u529b", "the rickety cart will carry more wood from the forest": "\u3053\u306e\u30ac\u30bf\u30ac\u30bf\u306e\u8377\u8eca\u3067\u3082\u68ee\u304b\u3089\u3082\u3063\u3068\u6728\u6750\u3092\u904b\u3079\u308b\u3060\u308d\u3046", "a ragged stranger stumbles through the door and collapses in the corner": "\u30dc\u30ed\u5e03\u3092\u7e8f\u3063\u305f\u898b\u77e5\u3089\u306c\u4eba\u304c\u30c9\u30a2\u304b\u3089\u8ee2\u304c\u308a\u8fbc\u3093\u3067\u304d\u3066\u3001\u9685\u306b\u5d29\u308c\u843d\u3061\u305f", "not enough leather": "\u9769\u304c\u8db3\u308a\u306a\u3044", "the fight is short and bloody, but the beasts are repelled.": "\u6226\u3044\u306f\u77ed\u304f\u8840\u306a\u307e\u3050\u3055\u3044\u3082\u306e\u3060\u3063\u305f\u304c\u3001\u3068\u306b\u304b\u304f\u7363\u306f\u5012\u3055\u308c\u305f\u3002", "the wood is running out": "\u6728\u6750\u304c\u5c3d\u304d\u305f", "restart.": "\u30ea\u30bb\u30c3\u30c8", "rot's been to work on it, and some of the pieces are missing.": "\u4f53\u306f\u8150\u6557\u3057\u3066\u3044\u308b\u304c\u3001\u3044\u304f\u3064\u304b\u306e\u90e8\u5206\u304c\u8db3\u308a\u306a\u3044\u3002", "workshop's finally ready. builder's excited to get to it": "\u4f5c\u696d\u5834\u304c\u3064\u3044\u306b\u5b8c\u6210\u3057\u305f\u3002\u5efa\u7bc9\u5bb6\u306f\u8208\u596e\u3057\u3066\u3044\u308b", "a trading post would make commerce easier": "\u4ea4\u6613\u6240\u306f\u3001\u53d6\u5f15\u3092\u3057\u3084\u3059\u304f\u3059\u308b\u3060\u308d\u3046", "not enough steel": "\u92fc\u9244\u304c\u8db3\u308a\u306a\u3044", "perks:": "\u7279\u6280\uff1a", "the torch goes out": "\u677e\u660e\u304c\u6d88\u3048\u305f", "saved.": "\u30bb\u30fc\u30d6\u3057\u305f", "after a skirmish they are driven away, but not without losses.": "\u5c0f\u7af6\u308a\u5408\u3044\u306e\u5f8c\u3001\u5f7c\u3089\u306f\u8ffd\u3044\u6255\u308f\u308c\u305f\u304c\u3001\u640d\u5bb3\u306f\u907f\u3051\u3089\u308c\u306a\u304b\u3063\u305f\u3002", "the military is already set up at the mine's entrance.": "\u3059\u3067\u306b\u8ecd\u968a\u304c\u9271\u5c71\u306e\u5165\u308a\u53e3\u306b\u99d0\u5c6f\u3057\u3066\u3044\u308b\u3002", "tannery goes up quick, on the edge of the village": "\u3059\u3050\u306b\u6751\u5916\u308c\u306b\u76ae\u306a\u3081\u3057\u5834\u304c\u5efa\u8a2d\u3055\u308c\u305f", "learned to fight quite effectively without weapons": "\u6b66\u5668\u3092\u4f7f\u308f\u305a\u975e\u5e38\u306b\u52b9\u679c\u7684\u306b\u6226\u3046\u3053\u3068\u3092\u5b66\u3093\u3060", "charred bodies litter the ground.": "\u9ed2\u7126\u3052\u306e\u6b7b\u4f53\u304c\u5730\u9762\u306b\u843d\u3061\u3066\u3044\u308b\u3002", "someone throws a stone.": "\u8ab0\u304b\u304c\u77f3\u3092\u6295\u3052\u305f\u3002", "leaves a pile of small teeth behind.": "\u5f8c\u306b\u5c0f\u3055\u306a\u7259\u306e\u5c71\u3092\u6b8b\u3057\u3066\u3044\u3063\u305f\u3002", "leave city": "\u8857\u3092\u96e2\u308c\u308b", "not enough scales": "\u9c57\u304c\u8db3\u308a\u306a\u3044", "someone has locked and barricaded the door to this operating theatre.": "\u8ab0\u304b\u304c\u3053\u306e\u624b\u8853\u5ba4\u3078\u306e\u6249\u306b\u9375\u3092\u304b\u3051\u3066\u5c01\u9396\u3057\u305f\u3002", "leave cave": "\u6d1e\u7a9f\u3092\u7acb\u3061\u53bb\u308b", "hp: {0}/{1}": "HP: {0}/{1}", "a lone frog sits in the muck, silently.": "\u4e00\u5339\u3060\u3051\u30ab\u30a8\u30eb\u304c\u9759\u304b\u306b\u6ce5\u306b\u5ea7\u3063\u3066\u3044\u308b\u3002", "the steel is strong, and the blade true.": "\u92fc\u9244\u306f\u5f37\u304f\u3001\u305d\u306e\u5203\u306f\u672c\u5f53\u306b\u3088\u304f\u5207\u308c\u308b\u3002", "a shame to let what he'd found go to waste.": "\u5f7c\u304c\u898b\u3064\u3051\u305f\u3082\u306e\u3092\u7121\u99c4\u306b\u3059\u308b\u306e\u306f\u6065\u3060", "learned how to ignore the hunger": "\u7a7a\u8179\u3092\u7121\u8996\u3059\u308b\u65b9\u6cd5\u3092\u5b66\u3093\u3060", "punch": "\u30d1\u30f3\u30c1", "water": "\u6c34", "desert rat": "\u7802\u6f20\u306e\u30cd\u30ba\u30df", "explore": "\u63a2\u7d22\u3059\u308b", "a pack of snarling beasts pours out of the trees.": "\u5538\u308b\u7363\u306e\u4e00\u56e3\u304c\u6728\u3005\u306e\u9593\u304b\u3089\u73fe\u308c\u305f", "punches do even more damage.": "\u30d1\u30f3\u30c1\u3067\u3055\u3089\u306b\u30c0\u30e1\u30fc\u30b8\u3092\u4e0e\u3048\u308b", "roaring": "\u71c3\u3048\u4e0a\u304c\u3063\u3066\u3044\u308b", "gatherer": "\u67f4\u5208\u308a", "the people back away, avoiding eye contact.": "\u4eba\u3005\u306f\u518d\u3073\u96e2\u308c\u3066\u3001\u76ee\u3092\u305d\u3089\u3057\u3066\u3044\u308b\u3002", "A Huge Borehole": "\u5de8\u5927\u306a\u7aea\u7a74", "a bundle of sticks lies just beyond the threshold, wrapped in coarse furs.": "\u7c97\u3044\u6bdb\u76ae\u306b\u5305\u307e\u308c\u305f\u6728\u306e\u679d\u306e\u675f\u304c\u3001\u6577\u5c45\u306e\u5411\u3053\u3046\u306b\u7f6e\u304b\u308c\u3066\u3044\u308b\u3002", "builder says she could make finer things, if she had the tools": "\u5efa\u7bc9\u5bb6\u306f\u3001\u9053\u5177\u304c\u3042\u308c\u3070\u3082\u3063\u3068\u826f\u3044\u7269\u3092\u4f5c\u308c\u308b\u3068\u8a00\u3063\u3066\u3044\u308b", "soldier": "\u5175\u58eb", "learn scouting": "\u65a5\u5019\u8853\u3092\u5b66\u3076", "share.": "\u30b7\u30a7\u30a2", "choose one slot to save to": "\u30bb\u30fc\u30d6\u3059\u308b\u30b9\u30ed\u30c3\u30c8\u3092\u9078\u629e\u3057\u3066\u304f\u3060\u3055\u3044", "A Murky Swamp": "\u6fc1\u3063\u305f\u6cbc", "iron sword": "\u9244\u306e\u5263", "builder says she can make traps to catch any creatures might still be alive out there": "\u5efa\u7bc9\u5bb6\u306f\u3001\u751f\u304d\u6b8b\u3063\u305f\u751f\u304d\u7269\u3092\u6355\u3048\u308b\u7f60\u3092\u4f5c\u308c\u308b\u3068\u8a00\u3063\u3066\u3044\u308b", "the grasses thin. soon, only dust remains.": "\u75e9\u305b\u305f\u8349\u5730\u3060\u3002\u3059\u3050\u306b\u571f\u57c3\u3060\u3051\u306b\u306a\u308b\u3060\u308d\u3046\u3002", "bayonet": "\u9283\u5263", "a shot rings out, from somewhere in the long grass": "\u9ad8\u3044\u8349\u3080\u3089\u306e\u3069\u3053\u304b\u304b\u3089\u9283\u58f0\u304c\u97ff\u3044\u305f", "a wall of gnarled trees rises from the dust. their branches twist into a skeletal canopy overhead.": "\u7bc0\u304f\u308c\u3060\u3063\u305f\u6728\u306e\u58c1\u304c\u3001\u57c3\u304b\u3089\u7acb\u3061\u4e0a\u304c\u308b\u3002\u679d\u306f\u5929\u84cb\u306e\u9aa8\u7d44\u307f\u306e\u3088\u3046\u306b\u982d\u4e0a\u3067\u7d61\u307f\u5408\u3063\u3066\u3044\u308b\u3002", "gather wood": "\u6728\u3092\u96c6\u3081\u308b", "with a little effort, it might fly again.": "\u5c11\u3057\u9811\u5f35\u308c\u3070\u3001\u518d\u3073\u98db\u3070\u305b\u308b\u3060\u308d\u3046\u3002", "A Scavenger": "\u30b4\u30df\u6f01\u308a", "picking the bones finds some useful trinkets.": "\u9aa8\u3092\u62fe\u3044\u3001\u6709\u7528\u306a\u88c5\u8eab\u5177\u3092\u63a2\u3059\u3002", "the shell of an abandoned hospital looms ahead.": "\u653e\u68c4\u3055\u308c\u305f\u75c5\u9662\u306e\u5f71\u304c\u524d\u65b9\u306b\u8feb\u3063\u3066\u3044\u308b\u3002", "the villagers hang the thief high in front of the store room.": "\u6751\u4eba\u305f\u3061\u306f\u8caf\u8535\u5ba4\u306e\u524d\u306b\u9ad8\u304f\u6ce5\u68d2\u3092\u540a\u3063\u305f\u3002", "eye for an eye seems fair.": "\u76ee\u306b\u306f\u76ee\u3092\u3001\u3068\u3044\u3046\u306e\u306f\u516c\u6b63\u3060\u308d\u3046\u3002", "an old man bursts through a door, wielding a scalpel.": "\u30e1\u30b9\u3092\u6301\u3063\u305f\u8001\u4eba\u304c\u30c9\u30a2\u3092\u53e9\u304d\u958b\u3051\u305f\u3002", "1 medicine": "\u533b\u85ac\u54c11\u500b", "the small military outpost is well supplied.": "\u5c0f\u3055\u306a\u8ecd\u306e\u524d\u54e8\u57fa\u5730\u306b\u306f\u7269\u8cc7\u304c\u6f64\u6ca2\u3060\u3002", "the clinic has been ransacked.": "\u8a3a\u7642\u6240\u306f\u7565\u596a\u3055\u308c\u3066\u3044\u305f\u3002", "drop:": "\u7f6e\u304f\uff1a", "leaves some scraps of cloth behind.": "\u5f8c\u306b\u3044\u304f\u3089\u304b\u306e\u30dc\u30ed\u5e03\u3092\u6b8b\u3057\u3066\u3044\u3063\u305f\u3002", "are you sure?": "\u672c\u5f53\u306b\uff1f", "charcutier": "\u71fb\u88fd\u8077\u4eba", "a military perimeter is set up around the mine.": "\u8ecd\u4e8b\u5883\u754c\u7dda\u306f\u9271\u5c71\u3092\u4e2d\u5fc3\u306b\u8a2d\u5b9a\u3055\u308c\u3066\u3044\u308b\u3002", "trading post": "\u4ea4\u6613\u6240", "a wanderer arrives with an empty cart. says if she leaves with furs, she'll be back with more.": "\u653e\u6d6a\u8005\u306f\u7a7a\u306e\u8377\u8eca\u3092\u6301\u3063\u3066\u304d\u305f\u3002\u6bdb\u76ae\u3092\u6e21\u305b\u3070\u3001\u5f7c\u5973\u306f\u3088\u308a\u591a\u304f\u3092\u6301\u3063\u3066\u623b\u3063\u3066\u6765\u308b\u3068\u8a00\u3046\u3002", "in exchange, the wanderer offers his wisdom.": "\u5f15\u304d\u63db\u3048\u306b\u3001\u653e\u6d6a\u8005\u306f\u81ea\u5206\u306e\u77e5\u6075\u3092\u63d0\u4f9b\u3059\u308b\u3068\u8a00\u3063\u3066\u3044\u308b\u3002", "sulphur miner": "\u786b\u9ec4\u9271\u592b", "a small basket of food is hidden under a park bench, with a note attached.": "\u5c0f\u3055\u306a\u98df\u3079\u7269\u306e\u7c60\u304c\u3001\u516c\u5712\u306e\u30d9\u30f3\u30c1\u306e\u4e0b\u306b\u96a0\u3055\u308c\u3066\u3044\u308b\u3002\u30e1\u30e2\u304c\u4ed8\u3044\u3066\u3044\u308b\u3002", "warm": "\u6696\u304b\u3044", "the sound of gunfire carries on the wind.": "\u98a8\u306b\u4e57\u3063\u3066\u9283\u58f0\u304c\u5c4a\u3044\u305f\u3002", "stoke fire": "\u85aa\u3092\u71c3\u3084\u3059", "lift off": "\u767a\u9032\uff01", "shoot": "\u6483\u3064", "none": "\u306a\u3057", "leave town": "\u753a\u3092\u7acb\u3061\u53bb\u308b", "most of the windows at ground level are busted anyway.": "\u5730\u4e0a\u968e\u306e\u7a93\u306e\u307b\u3068\u3093\u3069\u306f\u3069\u3053\u304b\u306b\u5439\u304d\u98db\u3093\u3067\u3044\u308b\u3002", "a strange looking bird speeds across the plains": "\u5947\u602a\u306a\u9ce5\u304c\u5e73\u539f\u3092\u7d20\u65e9\u304f\u98db\u3073\u56de\u3063\u3066\u3044\u308b", "linger": "\u3053\u3053\u306b\u6b8b\u308b", "take:": "\u53d6\u308b\uff1a", "connect game to dropbox local storage": "\u30b2\u30fc\u30e0\u3092Dropbox\u306e\u30ed\u30fc\u30ab\u30eb\u30b9\u30c8\u30ec\u30fc\u30b8\u306b\u63a5\u7d9a\u3059\u308b", "strange bird": "\u602a\u9ce5", "if the code is invalid, all data will be lost.": "\u30b3\u30fc\u30c9\u304c\u6b63\u3057\u304f\u306a\u3044\u5834\u5408\u3001\u3059\u3079\u3066\u306e\u30c7\u30fc\u30bf\u304c\u5931\u308f\u308c\u307e\u3059\u3002", "A Feral Terror": "\u6050\u6016\u306e\u91ce\u751f\u751f\u7269", "can't see what's inside.": "\u4e2d\u306f\u898b\u3048\u306a\u3044\u3002", "a large beast charges out of the dark": "\u5927\u578b\u306e\u7363\u304c\u6697\u304c\u308a\u304b\u3089\u7a81\u6483\u3057\u3066\u304d\u305f", "salvage": "\u30b5\u30eb\u30d9\u30fc\u30b8", "grenade": "\u624b\u69b4\u5f3e", "the stranger in the corner stops shivering. her breathing calms.": "\u9685\u306e\u898b\u77e5\u3089\u306c\u4eba\u306e\u9707\u3048\u306f\u6b62\u307e\u3063\u305f\u3002\u5f7c\u5973\u306e\u547c\u5438\u306f\u843d\u3061\u7740\u3044\u3066\u304d\u305f\u3002", "a small suburb lays ahead, empty houses scorched and peeling.": "\u5c0f\u3055\u306a\u90ca\u5916\u306e\u4f4f\u5b85\u8857\u304c\u3042\u308b\u3002\u7a7a\u304d\u5bb6\u306f\u713c\u3051\u7126\u3052\u3066\u58c1\u304c\u5265\u304c\u308c\u3066\u3044\u308b\u3002", "a wanderer arrives with an empty cart. says if he leaves with wood, he'll be back with more.": "\u653e\u6d6a\u8005\u306f\u7a7a\u306e\u8377\u8eca\u3092\u6301\u3063\u3066\u304d\u305f\u3002\u6728\u6750\u3092\u6e21\u305b\u3070\u3001\u5f7c\u306f\u3088\u308a\u591a\u304f\u3092\u6301\u3063\u3066\u623b\u3063\u3066\u6765\u308b\u3068\u8a00\u3046\u3002", "gaunt man": "\u3084\u3064\u308c\u305f\u7537", "a squat building up ahead.": "\u524d\u65b9\u306b\u30d3\u30eb\u304c\u6a2a\u305f\u308f\u3063\u3066\u3044\u308b", "a thug moves out of the shadows.": "\u7269\u9670\u304b\u3089\u30c1\u30f3\u30d4\u30e9\u304c\u51fa\u3066\u304d\u305f\u3002", "An Outpost": "\u524d\u7dda\u57fa\u5730", "there's not much, but some useful things can still be found.": "\u591a\u304f\u306f\u306a\u3044\u304c\u3001\u307e\u3060\u6709\u7528\u306a\u3082\u306e\u304c\u898b\u3064\u304b\u3063\u305f\u3002", " and ": " \u3068 ", "an improvised shop is set up on the sidewalk.": "\u6b69\u9053\u306b\u4eee\u8a2d\u5e97\u8217\u304c\u3042\u308b\u3002", "cured meat": "\u71fb\u88fd\u8089", "builder puts up a hut, out in the forest. says word will get around.": "\u5efa\u7bc9\u5bb6\u306f\u68ee\u306b\u5c0f\u5c4b\u3092\u5efa\u3066\u305f. \u3053\u306e\u5642\u304c\u5e83\u307e\u308b\u3060\u308d\u3046\u3068\u8a00\u3063\u3066\u3044\u308b", "learned how not to be seen": "\u898b\u3089\u308c\u306a\u3044\u65b9\u6cd5\u3092\u5b66\u3093\u3060", "punches do more damage": "\u30d1\u30f3\u30c1\u3067\u3088\u308a\u591a\u304f\u306e\u30c0\u30e1\u30fc\u30b8\u3092\u4e0e\u3048\u308b", "some traps have been destroyed": "\u3044\u304f\u3064\u304b\u306e\u7f60\u304c\u7834\u58ca\u3055\u308c\u305f", "castoff from the mammoth drills can still be found by the edges of the precipice.": "\u65ad\u5d16\u306e\u7e01\u306b\u6253\u3061\u6368\u3066\u3089\u308c\u305f\u30de\u30f3\u30e2\u30b9\u30c9\u30ea\u30eb\u304c\u6b8b\u3063\u3066\u3044\u308b\u3002", "well armed men charge out of the forest, firing into the crowd.": "\u6b66\u88c5\u3057\u305f\u7537\u305f\u3061\u304c\u68ee\u304b\u3089\u73fe\u308c\u3001\u7fa4\u8846\u306b\u767a\u7832\u3057\u305f", "deep in the swamp is a moss-covered cabin.": "\u6cbc\u306e\u5965\u6df1\u304f\u306b\u82d4\u306b\u8986\u308f\u308c\u305f\u5c0f\u5c4b\u304c\u3042\u308b\u3002", "app store.": "App \u30b9\u30c8\u30a2", "An Old Starship": "\u53e4\u3044\u5b87\u5b99\u8239", "ignore it": "\u7121\u8996\u3059\u308b", "hot": "\u6691\u3044", "upgrade engine": "\u30a8\u30f3\u30b8\u30f3\u3092\u5f37\u5316", "forest": "\u68ee", "give 500": "500 \u4e0e\u3048\u308b", "A Dark Room": "\u6697\u3044\u90e8\u5c4b", "a battle was fought here, long ago.": "\u9060\u3044\u6614\u306b\u3001\u3053\u3053\u3067\u6226\u95d8\u304c\u884c\u308f\u308c\u305f\u3002", "builder says leather could be useful. says the villagers could make it.": "\u5efa\u7bc9\u5bb6\u306f\u6751\u4eba\u304c\u306a\u3081\u3057\u9769\u3092\u4f5c\u308c\u308b\u3060\u308d\u3046\u3068\u8a00\u3063\u3066\u3044\u308b\u3002", "craft:": "\u4f5c\u6210\uff1a", "Iron Mine": "\u9244\u9271\u5c71", "coal mine": "\u70ad\u9271", "bits of meat": "\u8089\u306e\u304b\u3051\u3089", "scavengers must have gotten to this place already.": "\u30b4\u30df\u6f01\u308a\u304c\u65e2\u306b\u3053\u3053\u306b\u6765\u305f\u3088\u3046\u3060\u3002", "the remains of an old camp sits just inside the cave.": "\u6d1e\u7a9f\u306e\u4e2d\u306b\u53e4\u3044\u30ad\u30e3\u30f3\u30d7\u8de1\u304c\u6b8b\u3063\u3066\u3044\u308b\u3002", "The Village": "\u6751", "snarling beast": "\u5538\u308b\u7363", "soldiers patrol the perimeter, rifles slung over their shoulders.": "\u5175\u58eb\u305f\u3061\u306f\u80a9\u306b\u30e9\u30a4\u30d5\u30eb\u3092\u639b\u3051\u3066\u5468\u56f2\u3092\u30d1\u30c8\u30ed\u30fc\u30eb\u3057\u3066\u3044\u308b\u3002", "a swarm of rats rushes up the tunnel.": "\u30cd\u30ba\u30df\u306e\u7fa4\u308c\u304c\u30c8\u30f3\u30cd\u30eb\u304b\u3089\u6bba\u5230\u3057\u3066\u304d\u305f\u3002", "faces, darkened by soot and blood, stare out from crooked huts.": "\u6b6a\u3093\u3060\u5c0f\u5c4b\u304b\u3089\u3059\u3059\u3068\u8840\u306b\u3088\u3063\u3066\u9ed2\u305a\u3093\u3060\u9854\u304c\u898b\u3064\u3081\u3066\u3044\u308b\u3002", "strange noises can be heard through the walls": "\u5947\u5999\u306a\u97f3\u304c\u58c1\u306e\u5411\u3053\u3046\u304b\u3089\u805e\u3053\u3048\u308b", "coal": "\u77f3\u70ad", "Stratosphere": "\u6210\u5c64\u570f", "man-eater": "\u4eba\u55b0\u3044\u65cf", "can't tell what they're up to.": "\u4f55\u306e\u97f3\u304b\u306f\u308f\u304b\u3089\u306a\u3044\u3002", "enter": "\u5165\u308b", "a destroyed village lies in the dust.": "\u7834\u58ca\u3055\u308c\u305f\u6751\u304c\u57c3\u306e\u4e2d\u306b\u6a2a\u305f\u308f\u3063\u3066\u3044\u308b\u3002", "Ship": "\u8239", "better avoid conflict in the wild": "\u8352\u91ce\u3067\u306e\u885d\u7a81\u3092\u3088\u308a\u907f\u3051\u308b", "talk": "\u8a71\u3059", "another beast, draw by the noise, leaps out of a copse of trees.": "\u97f3\u306b\u5f15\u304d\u5bc4\u305b\u3089\u308c\u305f\u5225\u306e\u7363\u304c\u96d1\u6728\u6797\u304b\u3089\u8df3\u3073\u3060\u3057\u3066\u304d\u305f\u3002", "A Soldier": "\u5175\u58eb", "the man expresses his thanks and hobbles off.": "\u7537\u306f\u611f\u8b1d\u3057\u3066\u3088\u308d\u3081\u304d\u53bb\u3063\u305f\u3002", "battered technology from both sides lays dormant on the blasted landscape.": "\u30dc\u30ed\u30dc\u30ed\u306b\u306a\u3063\u305f\u4e21\u9663\u55b6\u306e\u907a\u7269\u304c\u3001\u713c\u3051\u91ce\u539f\u306b\u7720\u3063\u3066\u3044\u308b\u3002", "the villagers haul a filthy man out of the store room.": "\u6751\u4eba\u305f\u3061\u304c\u8caf\u8535\u5eab\u304b\u3089\u4e0d\u6f54\u306a\u7537\u3092\u904b\u3073\u3060\u3057\u3066\u304d\u305f\u3002", "strips of meat are hung up to dry in this ward.": "\u3053\u306e\u68df\u306b\u306f\u7d30\u5207\u308a\u8089\u304c\u639b\u3051\u3066\u5e72\u3055\u308c\u3066\u3044\u308b\u3002", "the familiar curves of a wanderer vessel rise up out of the dust and ash. ": "\u57c3\u3068\u7070\u306e\u4e2d\u304b\u3089\u3001\u653e\u6d6a\u8005\u306e\u4e57\u308a\u7269\u306e\u304a\u306a\u3058\u307f\u306e\u66f2\u7dda\u304c\u7acb\u3061\u4e0a\u304c\u3063\u3066\u3044\u308b\u3002", "all the work of a previous generation is here.": "\u524d\u4e16\u4ee3\u306e\u3059\u3079\u3066\u306e\u696d\u7e3e\u304c\u3053\u3053\u306b\u3042\u308b\u3002", "cold": "\u5bd2\u3044", "the iron mine is clear of dangers": "\u9244\u9271\u5c71\u306f\u660e\u3089\u304b\u306b\u5371\u967a\u3060", "the military presence has been cleared.": "\u8ecd\u968a\u3092\u4e00\u6383\u3057\u305f\u3002", "A Crashed Starship": "\u589c\u843d\u3057\u305f\u5b87\u5b99\u8239", "the fire is {0}": "\u706b\u306f{0}", "A Lonely Hut": "\u5b64\u72ec\u306a\u5c0f\u5c4b", "buy teeth": "\u7259\u3092\u8cb7\u3046", "a small supply cache is hidden at the back of the cave.": "\u6d1e\u7a9f\u306e\u5965\u306b\u306f\u5c0f\u3055\u306a\u8caf\u8535\u5eab\u304c\u96a0\u3055\u308c\u3066\u3044\u305f\u3002", "iron's stronger than leather": "\u9244\u306f\u9769\u3088\u308a\u3082\u5f37\u3044", "bedrolls, torn and blackened, lay beneath a thin layer of dust.": "\u5bdd\u888b\u306f\u7834\u308c\u3066\u9ed2\u305a\u307f\u3001\u8584\u304f\u57c3\u3092\u304b\u3076\u3063\u3066\u3044\u308b", "dodge attacks more effectively": "\u3088\u308a\u52b9\u679c\u7684\u306b\u653b\u6483\u3092\u56de\u907f\u3059\u308b", "hull: ": "\u8239\u4f53\uff1a", "a madman attacks, screeching.": "\u72c2\u4eba\u304c\u559a\u304d\u306a\u304c\u3089\u8972\u3063\u3066\u304d\u305f\u3002", "thieves": "\u6ce5\u68d2", "the towers that haven't crumbled jut from the landscape like the ribcage of some ancient beast.": "\u307e\u3060\u5d29\u308c\u3066\u3044\u306a\u3044\u30bf\u30ef\u30fc\u304c\u53e4\u4ee3\u306e\u7363\u306e\u30a2\u30d0\u30e9\u306e\u3088\u3046\u306b\u98a8\u666f\u306b\u7a81\u304d\u51fa\u3057\u3066\u3044\u308b\u3002", "lights off.": "\u6d88\u706f", "someone had been stockpiling loot here.": "\u8ab0\u304b\u304c\u3053\u3053\u306b\u6226\u5229\u54c1\u3092\u5099\u84c4\u3057\u3066\u3044\u305f\u3002", "learned to look ahead": "\u5148\u3092\u898b\u308b\u3053\u3068\u3092\u5b66\u3093\u3060", "the mine is now safe for workers.": "\u3082\u3046\u9271\u5c71\u306f\u52b4\u50cd\u8005\u306b\u3082\u5b89\u5168\u3060\u3002", "Coal Mine": "\u70ad\u9271", "empty corridors.": "\u4f55\u3082\u306a\u3044\u5eca\u4e0b\u3002", "save to slot": "\u30b9\u30ed\u30c3\u30c8\u306b\u4fdd\u5b58", "the owner stands by, stoic.": "\u30aa\u30fc\u30ca\u30fc\u304c\u30b9\u30c8\u30a4\u30c3\u30af\u306b\u8107\u306b\u7acb\u3063\u3066\u3044\u308b", "hunter": "\u731f\u5e2b", "strips of meat hang drying by the side of the street.": "\u901a\u308a\u306e\u8107\u306b\u306f\u8089\u304c\u5e72\u3055\u308c\u3066\u3044\u308b\u3002", "more squatters are crowding around now.": "\u3055\u3089\u306b\u591a\u304f\u306e\u7121\u65ad\u5c45\u4f4f\u8005\u304c\u7fa4\u304c\u3063\u3066\u304d\u305f\u3002", "some weird glowing boxes he picked up on his travels.": "\u5f7c\u304c\u65c5\u306e\u9014\u4e2d\u3067\u62fe\u3063\u305f\u5947\u5999\u306a\u5149\u308b\u7bb1\u3002", "a panicked scavenger bursts through the door, screaming.": "\u6050\u614c\u3057\u305f\u30b4\u30df\u6f01\u308a\u306f\u53eb\u3073\u306a\u304c\u3089\u30c9\u30a2\u3092\u3076\u3061\u7834\u3063\u3066\u304d\u305f\u3002", "give 50": "50 \u4e0e\u3048\u308b", "wagon": "\u8377\u99ac\u8eca", "An Old House": "\u53e4\u3044\u5bb6", "a soldier, alerted, opens fire.": "\u5175\u58eb\u306f\u8b66\u6212\u3057\u3066\u6483\u3063\u3066\u304d\u305f\u3002", "meat": "\u8089", "the tunnel opens up at another platform.": "\u30c8\u30f3\u30cd\u30eb\u306f\u5225\u306e\u30d7\u30e9\u30c3\u30c8\u30d5\u30a9\u30fc\u30e0\u306b\u958b\u3044\u3066\u3044\u305f\u3002", "a terrible plague is fast spreading through the village.": "\u6050\u308d\u3057\u3044\u75ab\u75c5\u304c\u6751\u306b\u6025\u901f\u306b\u5e83\u304c\u3063\u3066\u3044\u308b\u3002", "the gaunt man is dead": "\u3084\u3064\u308c\u305f\u7537\u306f\u6b7b\u3093\u3060", "bone spear": "\u9aa8\u306e\u69cd", "trap": "\u7f60", "the street ahead glows with firelight.": "\u524d\u65b9\u306e\u901a\u308a\u306f\u706b\u660e\u304b\u308a\u306b\u7167\u3089\u3055\u308c\u3066\u3044\u308b\u3002", "armourer": "\u6b66\u5668\u8077\u4eba", "a large shanty town sprawls across the streets.": "\u5927\u304d\u306a\u8ca7\u6c11\u8857\u304c\u3001\u901a\u308a\u5168\u4f53\u306b\u5e83\u304c\u3063\u3066\u3044\u308b\u3002", "the shell of a burned out car blocks the entrance.": "\u71c3\u3048\u5c3d\u304d\u305f\u8eca\u306e\u6b8b\u9ab8\u304c\u5165\u308a\u53e3\u3092\u585e\u3044\u3067\u3044\u308b\u3002", "a small group arrives, all dust and bones.": "\u5c0f\u96c6\u56e3\u304c\u3084\u3063\u3066\u304d\u305f\u3002\u307f\u306a\u75e9\u305b\u7d30\u3063\u3066\u3044\u308b", "A Ruined City": "\u5ec3\u589f\u306e\u90fd\u5e02", "weight": "\u91cd\u3055", "torch": "\u677e\u660e", "The Thief": "\u6ce5\u68d2", "not enough cloth": "\u5e03\u304c\u8db3\u308a\u306a\u3044", "a youth lashes out with a tree branch.": "\u82e5\u8005\u304c\u6728\u306e\u679d\u3092\u6301\u3063\u3066\u8972\u3044\u304b\u304b\u3063\u3066\u304d\u305f\u3002", "the rest of the hospital is empty.": "\u75c5\u9662\u306e\u6b8b\u308a\u306e\u90e8\u5206\u306b\u306f\u4f55\u3082\u306a\u3044\u3002", "connect": "\u63a5\u7d9a\u3059\u308b", "learned to be where they're not": "\u6575\u306e\u5c45\u306a\u3044\u3068\u3053\u308d\u306b\u5c45\u308b\u3059\u3079\u3092\u5b66\u3093\u3060", "go twice as far without eating": "\u540c\u3058\u98df\u6599\u3067\u4e8c\u500d\u6b69\u3051\u308b", "scavenger'd been looking for supplies in here, it seems.": "\u30b4\u30df\u6f01\u308a\u306f\u7269\u8cc7\u3092\u63a2\u3057\u3066\u3044\u305f\u3088\u3046\u3060\u3002", "there's nothing else here.": "\u3053\u3053\u306b\u306f\u4ed6\u306b\u4f55\u3082\u306a\u3044\u3002", "the plague is kept from spreading.": "\u75ab\u75c5\u304c\u62e1\u5927\u306f\u9632\u304c\u308c\u305f\u3002", "the cask holds enough water for longer expeditions": "\u6c34\u6a3d\u306f\u3001\u9577\u3044\u9060\u5f81\u306b\u5341\u5206\u306a\u6c34\u3092\u5165\u308c\u3089\u308c\u308b", "check traps": "\u7f60\u3092\u78ba\u8a8d\u3059\u308b", "Plague": "\u75ab\u75c5", "medicine": "\u533b\u85ac\u54c1", "the old man had a small cache of interesting items.": "\u8001\u4eba\u306f\u8208\u5473\u6df1\u3044\u7269\u8cc7\u306e\u5c0f\u3055\u306a\u4fdd\u7ba1\u5eab\u3092\u6301\u3063\u3066\u3044\u305f\u3002", "tannery": "\u76ae\u306a\u3081\u3057\u5834", "lob": "\u6295\u3052\u8fbc\u3080", "no more room for huts.": "\u3082\u3046\u5c0f\u5c4b\u3092\u5efa\u3066\u308b\u5834\u6240\u304c\u306a\u3044", "they took what they came for, and left.": "\u5f7c\u3089\u306f\u6b32\u3057\u3044\u7269\u3092\u596a\u3063\u3066\u53bb\u3063\u305f\u3002", "through the large gymnasium doors, footsteps can be heard.": "\u5927\u304d\u306a\u4f53\u80b2\u9928\u306e\u30c9\u30a2\u304b\u3089\u8db3\u97f3\u304c\u805e\u3053\u3048\u308b\u3002", "a large creature attacks, claws freshly bloodied": "\u722a\u304b\u3089\u9bae\u8840\u3092\u5782\u3089\u3057\u305f\u5927\u578b\u52d5\u7269\u304c\u653b\u6483\u3057\u3066\u304d\u305f", "a green cross barely visible behind grimy windows.": "\u6c5a\u308c\u305f\u7a93\u306e\u5411\u3053\u3046\u306b\u5fae\u304b\u306b\u7dd1\u306e\u5341\u5b57\u304c\u898b\u3048\u308b\u3002", "a sick man hobbles up": "\u75c5\u4eba\u306f\u3088\u308d\u3081\u3044\u3066\u3044\u308b", "An Abandoned Town": "\u6368\u3066\u3089\u308c\u305f\u753a", "cart": "\u8377\u8eca", "might be things worth having still inside.": "\u307e\u3060\u4e2d\u306b\u4fa1\u5024\u306e\u3042\u308b\u3082\u306e\u304c\u3042\u308b\u304b\u3082\u3057\u308c\u306a\u3044\u3002", "the wood has run out": "\u6728\u6750\u304c\u8db3\u308a\u306a\u3044", "The Master": "\u9054\u4eba", "thrust": "\u7a81\u304f", "water replenished": "\u6c34\u3092\u88dc\u7d66\u3057\u305f", "a soldier opens fire from across the desert": "\u5175\u58eb\u304c\u7802\u6f20\u306e\u5411\u3053\u3046\u304b\u3089\u6483\u3063\u3066\u304d\u305f", "go twice as far without drinking": "\u540c\u3058\u6c34\u306e\u91cf\u3067\u4e8c\u500d\u6b69\u3051\u308b", "the tentacular horror is defeated.": "\u89e6\u624b\u306e\u6050\u6016\u306b\u6253\u3061\u52dd\u3063\u305f\u3002", "an overturned caravan is spread across the pockmarked street.": "\u8ee2\u5012\u3057\u305f\u30ad\u30e3\u30e9\u30d0\u30f3\u304c\u8352\u308c\u679c\u3066\u305f\u901a\u308a\u306e\u5411\u3053\u3046\u5074\u306b\u5e83\u304c\u3063\u3066\u3044\u308b\u3002", "the villagers retreat to mourn the dead.": "\u6751\u4eba\u305f\u3061\u306f\u6b7b\u8005\u3092\u5f14\u3046\u305f\u3081\u306b\u5f15\u304d\u8fd4\u3057\u305f\u3002", "A Modest Village": "\u3055\u3055\u3084\u304b\u306a\u6751", "A Damp Cave": "\u6e7f\u3063\u305f\u6d1e\u7a9f", "swing": "\u632f\u308a\u56de\u3059", "alien alloy": "\u30a8\u30a4\u30ea\u30a2\u30f3\u5408\u91d1", "export or import save data, for backing up": "\u30a8\u30af\u30b9\u30dd\u30fc\u30c8\u3068\u30a4\u30f3\u30dd\u30fc\u30c8(\u30d0\u30c3\u30af\u30a2\u30c3\u30d7\u7528", "smokehouse": "\u71fb\u88fd\u5834", "vague shapes move, just out of sight.": "\u6f20\u7136\u3068\u3057\u305f\u5f71\u304c\u3001\u8996\u754c\u5916\u306b\u6d88\u3048\u305f\u3002", "Wanderer": "\u653e\u6d6a\u8005", "the earth here is split, as if bearing an ancient wound": "\u53e4\u4ee3\u306e\u50b7\u306e\u3088\u3046\u306b\u3001\u3053\u3053\u3067\u5730\u9762\u304c\u5272\u308c\u3066\u3044\u308b\u3002", "dangerous to be this far from the village without proper protection": "\u5341\u5206\u306a\u9632\u5099\u306a\u304f\u6751\u304b\u3089\u9060\u304f\u96e2\u308c\u308b\u306e\u306f\u5371\u967a\u3060", "the compass points southeast": "\u30b3\u30f3\u30d1\u30b9\u306f\u5357\u6771\u3092\u6307\u3057\u305f", "barbarian": "\u91ce\u86ee\u4eba", "the wanderer leaves, cart loaded with furs": "\u653e\u6d6a\u8005\u306f\u8377\u8eca\u306b\u6bdb\u76ae\u3092\u7a4d\u3093\u3067\u53bb\u3063\u305f", "there are still supplies inside.": "\u4e2d\u306b\u306f\u7269\u8cc7\u304c\u6b8b\u3063\u3066\u3044\u308b\u3002", "traps are more effective with bait.": "\u7f60\u306f\u990c\u304c\u3042\u308b\u3068\u3088\u308a\u52b9\u679c\u7684\u3060", "rusted chainlink is pulled across an alleyway.": "\u9306\u3073\u305f\u9396\u304c\u8def\u5730\u3092\u6a2a\u5207\u3063\u3066\u3044\u308b\u3002", "a sickness is spreading through the village.": "\u75c5\u6c17\u304c\u6751\u306b\u5e83\u304c\u3063\u3066\u3044\u308b\u3002", "tangle": "\u8ee2\u3070\u305b\u308b", "miss": "\u30df\u30b9", "the meat has run out": "\u8089\u304c\u306a\u304f\u306a\u3063\u305f", "a beast charges out of a ransacked classroom.": "\u8352\u3089\u3055\u308c\u305f\u6559\u5ba4\u304b\u3089\u7363\u304c\u98db\u3073\u51fa\u3057\u3066\u304d\u305f\u3002", "lucky that the natives can't work the mechanisms.": "\u539f\u4f4f\u6c11\u304c\u6a5f\u69cb\u3092\u4f5c\u52d5\u3055\u305b\u3089\u308c\u306a\u304b\u3063\u305f\u306e\u306f\u5e78\u904b\u3060\u3002", "A Murky Swamp": "\u6fc1\u3063\u305f\u6cbc", "just as deadly now as they were then.": "\u4eca\u307e\u3055\u306b\u3001\u5f7c\u3089\u304c\u305d\u3046\u3067\u3042\u3063\u305f\u3088\u3046\u306b\u3001\u81f4\u547d\u7684\u3060\u3002", "builder just shivers": "\u5efa\u7bc9\u5bb6\u306f\u305f\u3060\u9707\u3048\u3066\u3044\u308b", "a second soldier joins the fight.": "\u7b2c\u4e8c\u306e\u5175\u58eb\u304c\u6226\u3044\u306b\u53c2\u52a0\u3057\u305f\u3002", "attack": "\u653b\u6483\u3059\u308b", "go inside": "\u4e2d\u306b\u5165\u308b", "turn her away": "\u8ffd\u3044\u8fd4\u3059", "dropbox.": "Dropbox", "reinforce hull": "\u8239\u4f53\u3092\u5f37\u5316", "not enough wood to get the fire going": "\u706b\u3092\u71c3\u3084\u3059\u306e\u306b\u5341\u5206\u306a\u6728\u6750\u304c\u306a\u3044", "a stranger arrives in the night": "\u898b\u77e5\u3089\u306c\u4eba\u304c\u591c\u306b\u3084\u3063\u3066\u304d\u305f", "hut": "\u5c0f\u5c4b", "trapper": "\u7f60\u5e2b", "a battered highway sign stands guard at the entrance to this once-great city.": "\u307c\u308d\u307c\u308d\u306e\u9ad8\u901f\u9053\u8def\u306e\u770b\u677f\u304c\u3001\u3053\u306e\u304b\u3064\u3066\u5049\u5927\u3060\u3063\u305f\u90fd\u5e02\u306e\u5165\u308a\u53e3\u3092\u5b88\u3063\u3066\u7acb\u3063\u3066\u3044\u308b\u3002", "rifle": "\u30e9\u30a4\u30d5\u30eb", "sulphur": "\u786b\u9ec4", "steel": "\u92fc\u9244", "the stranger is standing by the fire. she says she can help. says she builds things.": "\u898b\u77e5\u3089\u306c\u4eba\u304c\u706b\u306e\u8fd1\u304f\u306b\u7acb\u3063\u3066\u3044\u308b\u3002\u5f7c\u5973\u306f\u5efa\u7bc9\u3092\u624b\u4f1d\u3048\u308b\u3068\u8a00\u3063\u3066\u3044\u308b", "the sickness is cured in time.": "\u75c5\u6c17\u306f\u305d\u306e\u3046\u3061\u6cbb\u3063\u305f", "the only hope is a quick death.": "\u901f\u3084\u304b\u306b\u6b7b\u306d\u308b\u3053\u3068\u3060\u3051\u304c\u671b\u307f\u3067\u3042\u308b", "score for this game: {0}": "\u3053\u306e\u30b2\u30fc\u30e0\u306e\u30b9\u30b3\u30a2\uff1a{0}", "the lizard is dead": "\u30c8\u30ab\u30b2\u306f\u6b7b\u3093\u3060", "iron": "\u9244", "fires burn in the courtyard beyond.": "\u305d\u306e\u5148\u306e\u4e2d\u5ead\u3067\u306f\u708e\u304c\u71c3\u3048\u3066\u3044\u308b\u3002", "builder": "\u5efa\u7bc9\u5bb6", "a large creature lunges, muscles rippling in the torchlight": "\u5927\u304d\u306a\u751f\u304d\u7269\u304c\u7a81\u9032\u3057\u3066\u304d\u305f\u3002\u677e\u660e\u306e\u5149\u306e\u4e2d\u3067\u7b4b\u8089\u304c\u6ce2\u6253\u3064", "something's causing a commotion a ways down the road.": "\u9053\u306e\u5148\u3067\u4f55\u304b\u304c\u9a12\u304e\u3092\u8d77\u3053\u3057\u3066\u3044\u308b\u3002", "the stranger shivers, and mumbles quietly. her words are unintelligible.": "\u898b\u77e5\u3089\u306c\u4eba\u306f\u9707\u3048\u3001\u9759\u304b\u306b\u545f\u3044\u3066\u3044\u308b\u3002\u5f7c\u5973\u306e\u8a00\u8449\u306f\u7406\u89e3\u3067\u304d\u306a\u3044\u3002", "A Firelit Room": "\u706b\u306e\u706f\u308b\u90e8\u5c4b", "some wood is missing.": "\u3044\u304f\u3064\u304b\u6728\u6750\u304c\u8db3\u308a\u306a\u3044", "The Beggar": "\u4e5e\u98df", "ripe for the picking.": "\u53d6\u308a\u9803\u306b\u719f\u308c\u3066\u3044\u308b", "A Destroyed Village": "\u7834\u58ca\u3055\u308c\u305f\u6751", "coal miner": "\u70ad\u5751\u592b", "not enough teeth": "\u7259\u304c\u8db3\u308a\u306a\u3044", "all he has are some scales.": "\u5f7c\u306f\u3001\u3044\u304f\u3064\u304b\u306e\u9c57\u3057\u304b\u6301\u3063\u3066\u3044\u306a\u3044\u3002", "learned to predict their movement": "\u52d5\u304d\u3092\u4e88\u6e2c\u3059\u308b\u3053\u3068\u3092\u5b66\u3093\u3060", "the nights are rent with screams.": "\u591c\u306b\u60b2\u9cf4\u304c\u97ff\u304d\u6e21\u308b\u3002", "take": "\u53d6\u308b", "the scavenger is dead": "\u30b4\u30df\u6f01\u308a\u306f\u6b7b\u3093\u3060", "a nomad shuffles into view, laden with makeshift bags bound with rough twine.": "\u904a\u7267\u6c11\u306f\u3001\u8352\u3044\u9ebb\u7d10\u3067\u7d50\u3093\u3060\u9593\u306b\u5408\u308f\u305b\u306e\u888b\u3092\u7a4d\u3093\u3067\u3084\u3063\u3066\u304d\u305f\u3002", "a convoy lurches in, equal parts worry and hope.": "\u4e0d\u5b89\u3068\u5e0c\u671b\u3092\u306a\u3044\u307e\u305c\u306b\u3057\u3066\u968a\u5546\u304c\u8ee2\u304c\u308a\u8fbc\u3093\u3067\u304d\u305f", "the map uncovers a bit of the world": "\u5730\u56f3\u306f\u3001\u4e16\u754c\u306e\u4e00\u90e8\u3092\u660e\u3089\u304b\u306b\u3057\u305f", "the shot echoes in the empty street.": "\u9283\u58f0\u304c\u7121\u4eba\u306e\u901a\u308a\u306b\u97ff\u304d\u6e21\u308b\u3002", "the sounds stop.": "\u97f3\u304c\u3084\u3093\u3060\u3002", "rucksack": "\u30ea\u30e5\u30c3\u30af\u30b5\u30c3\u30af", "the towers of a decaying city dominate the skyline": "\u673d\u3061\u3086\u304f\u90fd\u5e02\u306e\u30bf\u30ef\u30fc\u304c\u5730\u5e73\u7dda\u3092\u5360\u3081\u3066\u3044\u308b", "lights on.": "\u70b9\u706f", "a torch to keep the dark away": "\u677e\u660e\u306f\u6697\u304c\u308a\u3092\u9060\u3056\u3051\u308b", "some good stuff woven into its nest.": "\u305d\u306e\u5de3\u306b\u306f\u826f\u3044\u7269\u304c\u7e54\u308a\u8fbc\u307e\u308c\u3066\u3044\u308b\u3002", "starvation sets in": "\u98e2\u3048\u306f\u3058\u3081\u305f", "charm": "\u304a\u5b88\u308a", "the sniper is dead": "\u72d9\u6483\u624b\u306f\u6b7b\u3093\u3060", "nothing": "\u3044\u3089\u306a\u3044", "say his folk have been skimming the supplies.": "\u5f7c\u306f\u7269\u8cc7\u3092\u304f\u3059\u306d\u3066\u3044\u305f\u3089\u3057\u3044\u3002", "Restart?": "\u30ea\u30bb\u30c3\u30c8\u3057\u307e\u3059\u304b\uff1f", "this is irreversible.": "\u3053\u308c\u306f\u53d6\u308a\u6d88\u305b\u307e\u305b\u3093\u3002", "the town's booming. word does get around.": "\u753a\u306f\u6025\u6210\u9577\u3092\u9042\u3052\u3066\u3044\u308b\u3002\u5642\u304c\u5e83\u304c\u3063\u3066\u3044\u308b\u3002", "Dropbox connection": "Dropbox\u306b\u63a5\u7d9a", "arms and munitions, relics from the war, are neatly arranged on the store-room floor.": "\u6b66\u5668\u3084\u8ecd\u9700\u54c1\u3001\u6226\u4e89\u6642\u4ee3\u306e\u907a\u7269\u304c\u3001\u304d\u3061\u3093\u3068\u4fdd\u7ba1\u5eab\u306e\u5e8a\u306b\u4e26\u3093\u3067\u3044\u308b\u3002", "iron miner": "\u9244\u9271\u592b", "give 100": "100 \u4e0e\u3048\u308b", "Export": "\u30a8\u30af\u30b9\u30dd\u30fc\u30c8", "the operating theatre has a lot of curious equipment.": "\u624b\u8853\u5ba4\u306b\u306f\u8208\u5473\u6df1\u3044\u8a2d\u5099\u304c\u305f\u304f\u3055\u3093\u3042\u308b\u3002", "A Sniper": "\u72d9\u6483\u624b", "the mysterious wanderer returns, cart piled high with wood.": "\u8b0e\u306e\u653e\u6d6a\u8005\u304c\u8377\u8eca\u306b\u6728\u6750\u3092\u9ad8\u304f\u7a4d\u307f\u4e0a\u3052\u3066\u623b\u3063\u3066\u304d\u305f\u3002", "a snarling beast jumps out from behind a car.": "\u3046\u306a\u308b\u7363\u304c\u8eca\u306e\u5f8c\u308d\u304b\u3089\u98db\u3073\u51fa\u3066\u304d\u305f\u3002", "precise": "\u7cbe\u5bc6\u653b\u6483", "looks like a camp of sorts up ahead.": "\u524d\u65b9\u306b\u4e00\u7a2e\u306e\u30ad\u30e3\u30f3\u30d7\u306e\u3088\u3046\u306a\u3082\u306e\u304c\u898b\u3048\u308b\u3002", "bait": "\u990c", "The Sulphur Mine": "\u786b\u9ec4\u9271\u5c71", "stunned": "\u8ee2\u5012\u3055\u305b\u305f", "a thief is caught": "\u6ce5\u68d2\u304c\u6355\u307e\u3063\u305f", "a beggar arrives.": "\u4e5e\u98df\u304c\u3084\u3063\u3066\u304d\u305f\u3002", "the strange bird is dead": "\u602a\u9ce5\u306f\u6b7b\u3093\u3060", "*** EVENT ***": "***\u30a4\u30d9\u30f3\u30c8***", "the grass thrashes wildly as a huge lizard pushes through": "\u5de8\u5927\u306a\u30c8\u30ab\u30b2\u304c\u901a\u3063\u305f\u5f8c\u306f\u8349\u304c\u4e71\u66b4\u306b\u5012\u308c\u3066\u3044\u308b", "medicine is needed immediately.": "\u3059\u3050\u306b\u533b\u85ac\u54c1\u304c\u5fc5\u8981\u3060\u3002", "A Crashed Ship": "\u5815\u3061\u305f\u8239", "the town lies abandoned, its citizens long dead": "\u753a\u306f\u8352\u308c\u679c\u3066\u3001\u5e02\u6c11\u306f\u6b7b\u306b\u7d76\u3048\u3066\u3044\u308b", "give 1 medicine": "\u85ac\u30921\u3064\u4e0e\u3048\u308b", "the old compass is dented and dusty, but it looks to work.": "\u53e4\u3044\u30b3\u30f3\u30d1\u30b9\u306f\u3078\u3053\u3093\u3067\u57c3\u307e\u307f\u308c\u3060\u304c\u3001\u305d\u308c\u3067\u3082\u52d5\u304f\u3088\u3046\u3060\u3002", "wood": "\u6728\u6750", "A Forgotten Battlefield": "\u5fd8\u308c\u3089\u308c\u305f\u6226\u5834", "the trees are gone. parched earth and blowing dust are poor replacements.": "\u6728\u304c\u306a\u304f\u306a\u3063\u3066\u3044\u308b\u3002\u4ee3\u308f\u308a\u306b\u4e7e\u304d\u304d\u3063\u305f\u5927\u5730\u3068\u821e\u3044\u6563\u308b\u571f\u57c3\u3060\u3051\u304c\u3042\u308b\u3002", "lodge": "\u72e9\u731f\u5c0f\u5c4b", "the debris is denser here.": "\u3053\u3053\u306f\u304c\u308c\u304d\u304c\u591a\u3044\u3002", "a scout stops for the night": "\u65a5\u5019\u304c\u5bbf\u3092\u53d6\u308b\u305f\u3081\u306b\u7acb\u3061\u5bc4\u3063\u305f\u3002", "a gunshot rings through the trees.": "\u6728\u3005\u306e\u9593\u306b\u9283\u58f0\u304c\u97ff\u304f\u3002", "pop ": "\u4eba\u53e3 ", "somewhere above the debris cloud, the wanderer fleet hovers. been on this rock too long.": "\u74e6\u792b\u306e\u96f2\u306e\u4e0a\u306e\u3069\u3053\u304b\u306b\u3001\u653e\u6d6a\u8005\u8266\u968a\u306f\u6d6e\u304b\u3093\u3067\u3044\u308b\u3002\u3053\u306e\u5ca9\u306e\u4e0a\u306b\u9577\u3089\u304f\u3042\u3063\u305f\u3002", "iron mine": "\u9244\u9271\u5c71", "freezing": "\u51cd\u3048\u308b\u5bd2\u3055\u3060", "the world fades": "\u4e16\u754c\u304c\u8584\u308c\u3066\u3044\u304f", "some of the traps have been torn apart.": "\u3044\u304f\u3064\u304b\u306e\u7f60\u304c\u5f15\u304d\u88c2\u304b\u308c\u305f\u3002", "not enough iron": "\u9244\u304c\u8db3\u308a\u306a\u3044", "compass": "\u30b3\u30f3\u30d1\u30b9", "successfully saved to dropbox datastorage": "Dropbox\u30c7\u30fc\u30bf\u9818\u57df\u3078\u306e\u30bb\u30fc\u30d6\u306b\u6210\u529f\u3057\u307e\u3057\u305f", "builder says it'd be useful to have a steady source of bullets": "\u5efa\u7bc9\u5bb6\u306f\u3001\u5f3e\u85ac\u306e\u5b89\u5b9a\u3057\u305f\u4f9b\u7d66\u6e90\u3092\u6301\u3064\u3053\u3068\u306f\u91cd\u8981\u3060\u3068\u8a00\u3063\u3066\u3044\u308b", "a mysterious wanderer arrives": "\u8b0e\u306e\u653e\u6d6a\u8005\u304c\u3084\u3063\u3066\u304d\u305f", "An Old House": "\u53e4\u3044\u5bb6", "bleached bones are strewn about the entrance. many, deeply scored with jagged grooves.": "\u767d\u3044\u9aa8\u304c\u5165\u308a\u53e3\u306e\u8fba\u308a\u306b\u6563\u3089\u3070\u3063\u3066\u3044\u308b\u3002\u6df1\u3044\u30ae\u30b6\u30ae\u30b6\u306e\u6e9d\u304c\u305f\u304f\u3055\u3093\u523b\u307e\u308c\u3066\u3044\u308b\u3002", "as soon as the door is open a little bit, hundreds of tentacles erupt.": "\u30c9\u30a2\u304c\u5c11\u3057\u958b\u304f\u3084\u3044\u306a\u3084\u3001\u4f55\u767e\u3082\u306e\u89e6\u624b\u304c\u5674\u304d\u51fa\u3057\u3066\u304d\u305f\u3002", "leather": "\u306a\u3081\u3057\u9769", "a sound comes from the tunnel, just ahead.": "\u76ee\u306e\u524d\u306e\u30c8\u30f3\u30cd\u30eb\u304b\u3089\u97f3\u304c\u805e\u3053\u3048\u308b\u3002", "investigate": "\u8abf\u67fb\u3059\u308b", "the cave narrows a few feet in.": "\u6d1e\u7a9f\u306f60cm\u307b\u3069\u306b\u72ed\u307e\u3063\u305f\u3002", "sword is sharp. good protection out in the wilds.": "\u5263\u306f\u92ed\u3044\u3002\u8352\u91ce\u3067\u8eab\u3092\u5b88\u308b\u306e\u306b\u9069\u3057\u3066\u3044\u308b\u3002", "orange traffic cones are set across the street, faded and cracked.": "\u8272\u3042\u305b\u3066\u3072\u3073\u5272\u308c\u305f\u30aa\u30ec\u30f3\u30b8\u8272\u306e\u4ea4\u901a\u30b3\u30fc\u30f3\u304c\u901a\u308a\u3092\u6a2a\u5207\u3063\u3066\u7f6e\u304b\u308c\u3066\u3044\u308b\u3002", "a large man attacks, waving a bayonet.": "\u5927\u304d\u306a\u7537\u304c\u9283\u5263\u3092\u632f\u3063\u3066\u653b\u6483\u3057\u3066\u304d\u305f\u3002", "the air is filled with dust, driven relentlessly by the hard winds.": "\u6fc0\u3057\u3044\u98a8\u306b\u3088\u3063\u3066\u5439\u304d\u98db\u3070\u3055\u308c\u7d9a\u3051\u308b\u57c3\u304c\u7a7a\u6c17\u306b\u5145\u6e80\u3057\u3066\u3044\u308b\u3002", "A Damp Cave": "\u6e7f\u3063\u305f\u6d1e\u7a9f", "a gaunt man approaches, a crazed look in his eye": "\u72c2\u3063\u305f\u8868\u60c5\u306e\u3084\u3064\u308c\u305f\u7537\u304c\u8fd1\u3065\u3044\u3066\u304d\u305f", "A Military Raid": "\u6b66\u529b\u4fb5\u7565", "the walls are moist and moss-covered": "\u58c1\u304c\u6e7f\u3063\u3066\u82d4\u306b\u8986\u308f\u308c\u3066\u3044\u308b", "not enough wood": "\u6728\u6750\u304c\u8db3\u308a\u306a\u3044", "a giant lizard shambles forward": "\u5de8\u5927\u306a\u30c8\u30ab\u30b2\u304c\u9019\u3044\u51fa\u3066\u304d\u305f", "close": "\u9589\u3058\u308b", "some medicine abandoned in the drawers.": "\u3044\u304f\u3064\u304b\u306e\u85ac\u304c\u5f15\u304d\u51fa\u3057\u306b\u653e\u7f6e\u3055\u308c\u3066\u3044\u305f\u3002", "strange scales": "\u5947\u5999\u306a\u9c57", "learned to throw punches with purpose": "\u76ee\u7684\u3092\u6301\u3063\u3066\u30d1\u30f3\u30c1\u3059\u308b\u3053\u3068\u3092\u5b66\u3093\u3060", "a shack stands at the center of the village.": "\u6751\u306e\u4e2d\u5fc3\u306b\u5c0f\u5c4b\u304c\u5efa\u3063\u3066\u3044\u308b\u3002", "spare him": "\u898b\u9003\u3057\u3066\u3084\u308b", "he smiles warmly and asks for lodgings for the night.": "\u5f7c\u306f\u5fae\u7b11\u307f\u3001\u4e00\u591c\u306e\u5bbf\u3092\u6c42\u3081\u305f\u3002", "stealthy": "\u96a0\u5bc6\u8853", "the sulphur mine is clear of dangers": "\u786b\u9ec4\u9271\u5c71\u306f\u660e\u3089\u304b\u306b\u5371\u967a\u3060", "weapons": "\u6b66\u5668", "the man is thankful.": "\u7537\u306f\u611f\u8b1d\u3057\u3066\u3044\u308b\u3002", "broken streetlights stand, rusting. light hasn't graced this place in a long time.": "\u58ca\u308c\u305f\u8857\u706f\u304c\u9306\u3073\u3066\u7acb\u3063\u3066\u3044\u308b\u3002\u3053\u3053\u306f\u9577\u3044\u9593\u3001\u5149\u306b\u5f69\u3089\u308c\u3066\u3044\u306a\u3044\u3088\u3046\u3060\u3002", "shares what he knows about sneaking before he goes.": "\u5f7c\u306f\u51fa\u3066\u3044\u304f\u524d\u306b\u3001\u96a0\u5bc6\u8853\u306b\u3064\u3044\u3066\u306e\u77e5\u8b58\u3092\u6559\u3048\u3066\u304f\u308c\u305f\u3002", "import": "\u30a4\u30f3\u30dd\u30fc\u30c8", "available": "\u6240\u6301\u6570", "A Shivering Man": "\u9707\u3048\u308b\u7537", "the rest bury them.": "\u6b8b\u3055\u308c\u305f\u8005\u306f\u5f7c\u3089\u3092\u57cb\u846c\u3057\u305f", "smoldering": "\u304f\u3059\u3076\u3063\u3066\u3044\u308b", "the young settler was carrying a canvas sack.": "\u82e5\u3044\u5165\u690d\u8005\u306f\u3001\u30ad\u30e3\u30f3\u30d0\u30b9\u5730\u306e\u888b\u3092\u904b\u3093\u3067\u3044\u305f\u3002", "the ground is littered with small teeth": "\u5730\u9762\u306b\u306f\u5c0f\u3055\u306a\u7259\u304c\u6563\u3089\u3070\u3063\u3066\u3044\u308b", "the nest of a large animal lies at the back of the cave.": "\u6d1e\u7a9f\u306e\u5965\u306b\u306f\u5927\u578b\u52d5\u7269\u306e\u5de3\u304c\u3042\u3063\u305f\u3002", "A Tiny Village": "\u5c0f\u3055\u306a\u6751", "a tribe of elderly squatters is camped out in this ward.": "\u5e74\u8001\u3044\u305f\u4e0d\u6cd5\u5360\u62e0\u8005\u306e\u4e00\u65cf\u304c\u3001\u3053\u306e\u68df\u3067\u5bdd\u6cca\u307e\u308a\u3057\u3066\u3044\u308b\u3002", "your are connected to dropbox with account / email ": "\u30a2\u30ab\u30a6\u30f3\u30c8/\u30e1\u30fc\u30eb\u30a2\u30c9\u30ec\u30b9\u3067Dropbox\u306b\u63a5\u7d9a\u3055\u308c\u307e\u3057\u305f", "Mesosphere": "\u4e2d\u9593\u570f", "agree": "\u540c\u610f\u3059\u308b", "the double doors creak endlessly in the wind.": "\u4e21\u958b\u304d\u306e\u6249\u304c\u98a8\u306b\u5ef6\u3005\u3068\u8ecb\u3093\u3067\u3044\u308b\u3002", "not much here.": "\u3053\u3053\u306b\u306f\u3042\u307e\u308a\u306a\u304b\u3063\u305f\u3002", "got it": "\u4e86\u89e3", "choose one slot to load from": "\u30ed\u30fc\u30c9\u3059\u308b\u30b9\u30ed\u30c3\u30c8\u3092\u9078\u629e\u3057\u3066\u304f\u3060\u3055\u3044", "a cave lizard attacks": "\u6d1e\u7a9f\u30c8\u30ab\u30b2\u306e\u653b\u6483", "men mill about, weapons at the ready.": "\u6b66\u5668\u3092\u69cb\u3048\u305f\u7537\u304c\u5c45\u308b\u3002", "l armour": "\u76ae\u93a7", "steelworks": "\u88fd\u92fc\u6240", "A Ruined City": "\u5ec3\u589f\u306e\u8857", "Noises": "\u30ce\u30a4\u30ba", "can't tell what left it here.": "\u4f55\u304c\u8d77\u304d\u305f\u306e\u304b\u306f\u308f\u304b\u3089\u306a\u3044\u3002", "trees loom on the horizon. grasses gradually yield to a forest floor of dry branches and fallen leaves.": "\u6728\u3005\u304c\u5730\u5e73\u7dda\u4e0a\u306b\u898b\u3048\u308b\u3002\u8349\u306f\u5f90\u3005\u306b\u4e7e\u71e5\u3057\u305f\u679d\u3084\u843d\u3061\u8449\u306e\u6797\u5e8a\u306b\u5909\u308f\u308b\u3002", "a man stands over a dead wanderer. notices he's not alone.": "\u6b7b\u3093\u3060\u653e\u6d6a\u8005\u3092\u898b\u3064\u3081\u308b\u7537\u304c\u3044\u308b\u3002\u5f7c\u306f\u4e00\u4eba\u3067\u306f\u306a\u3044\u3088\u3046\u3060\u3002", "village": "\u6751", "cancel": "\u30ad\u30e3\u30f3\u30bb\u30eb", "put the save code here.": "\u3053\u3053\u306b\u4fdd\u5b58\u3057\u305f\u30b3\u30fc\u30c9\u3092\u5165\u529b\u3057\u3066\u304f\u3060\u3055\u3044", "hang him": "\u7d5e\u9996\u5211\u306b\u3059\u308b", "inside, the remains of its victims are everywhere.": "\u4e2d\u306b\u306f\u72a0\u7272\u8005\u306e\u6b8b\u9ab8\u304c\u3042\u3075\u308c\u3066\u3044\u308b\u3002", "this spear's not elegant, but it's pretty good at stabbing": "\u3053\u306e\u69cd\u306f\u4e0a\u54c1\u3067\u306f\u306a\u3044\u304c\u3001\u523a\u7a81\u306b\u306f\u5411\u3044\u3066\u3044\u308b", "the forest is silent.": "\u68ee\u306f\u9759\u304b\u3060", "A Borehole": "\u7aea\u7a74", "the night is silent.": "\u591c\u306f\u9759\u304b\u3060\u3002", "never go thirsty again": "\u3082\u3046\u5589\u306e\u6e07\u304d\u306b\u82e6\u3057\u3080\u3053\u3068\u306f\u306a\u3044", "a small cache of supplies is tucked inside a rusting locker.": "\u9306\u3073\u305f\u30ed\u30c3\u30ab\u30fc\u306e\u4e2d\u306b\u5c11\u3057\u306e\u7269\u8cc7\u304c\u53ce\u3081\u3089\u308c\u3066\u3044\u305f\u3002", "learned to love the dry air": "\u4e7e\u71e5\u3057\u305f\u7a7a\u6c17\u3092\u611b\u3059\u308b\u3053\u3068\u3092\u5b66\u3093\u3060", "workshop": "\u4f5c\u696d\u5834", "A Barren World": "\u4e0d\u6bdb\u306e\u4e16\u754c", "see farther": "\u9060\u304f\u304c\u898b\u3048\u308b", "bolas": "\u30dc\u30fc\u30e9", "the ground is littered with scraps of cloth": "\u5730\u9762\u306b\u306f\u5e03\u306e\u5207\u308c\u7aef\u304c\u6563\u3089\u3070\u3063\u3066\u3044\u308b", "The Coal Mine": "\u70ad\u9271", "a huge lizard scrambles up out of the darkness of an old metro station.": "\u53e4\u3044\u5730\u4e0b\u9244\u306e\u99c5\u306e\u6697\u95c7\u304b\u3089\u5de8\u5927\u306a\u30c8\u30ab\u30b2\u304c\u9019\u3044\u4e0a\u304c\u3063\u3066\u304d\u305f\u3002", "more voices can be heard ahead.": "\u524d\u65b9\u3067\u591a\u304f\u306e\u58f0\u304c\u805e\u3053\u3048\u308b\u3002", "A Large Village": "\u5927\u304d\u306a\u6751", "precision": "\u653b\u6483\u7cbe\u5ea6", "A Deserted Town": "\u3055\u3073\u308c\u305f\u753a", "the sickness spreads through the village.": "\u75c5\u6c17\u306f\u6751\u4e2d\u306b\u5e83\u304c\u3063\u305f", "won't say from where he came, but it's clear that he's not staying.": "\u3069\u3053\u304b\u3089\u6765\u305f\u304b\u77e5\u3089\u306a\u3044\u304c\u3001\u5f7c\u304c\u3053\u3053\u306b\u7559\u307e\u3089\u306a\u3044\u3053\u3068\u306f\u660e\u3089\u304b\u3060\u3002", "the crowd surges forward.": "\u7fa4\u8846\u306f\u524d\u65b9\u306b\u62bc\u3057\u5bc4\u305b\u305f\u3002", "the wanderer takes the charm and nods slowly.": "\u653e\u6d6a\u8005\u306f\u304a\u5b88\u308a\u3092\u53d7\u3051\u53d6\u308b\u3068\u3001\u3086\u3063\u304f\u308a\u3068\u3046\u306a\u305a\u3044\u305f\u3002", "the mysterious wanderer returns, cart piled high with furs.": "\u8b0e\u306e\u653e\u6d6a\u8005\u304c\u8377\u8eca\u306b\u6bdb\u76ae\u3092\u9ad8\u304f\u7a4d\u307f\u4e0a\u3052\u3066\u623b\u3063\u3066\u304d\u305f\u3002", "armoury": "\u6b66\u5668\u5de5\u623f", "searching the bodies yields a few supplies.": "\u907a\u4f53\u3092\u63a2\u308b\u3068\u3001\u3044\u304f\u3064\u304b\u306e\u7269\u8cc7\u304c\u51fa\u3066\u304d\u305f\u3002", "the torchlight casts a flickering glow down the hallway.": "\u677e\u660e\u306e\u63fa\u3089\u3081\u304f\u660e\u304b\u308a\u304c\u5eca\u4e0b\u3092\u7167\u3089\u3057\u3066\u3044\u308b\u3002", "safer here": "\u5b89\u5168\u306a\u5834\u6240", "Export / Import": "\u30a8\u30af\u30b9\u30dd\u30fc\u30c8/\u30a4\u30f3\u30dd\u30fc\u30c8", "steelworker": "\u88fd\u92fc\u8077\u4eba", "the man-eater is dead": "\u4eba\u55b0\u3044\u65cf\u306f\u6b7b\u3093\u3060", "learned to swing weapons with force": "\u529b\u3067\u6b66\u5668\u3092\u632f\u308b\u3053\u3068\u3092\u5b66\u3093\u3060", "the remaining settlers flee from the violence, their belongings forgotten.": "\u751f\u304d\u6b8b\u3063\u305f\u5165\u690d\u8005\u306f\u3001\u81ea\u5206\u306e\u6301\u3061\u7269\u3092\u7f6e\u3044\u3066\u3001\u66b4\u529b\u304b\u3089\u9003\u3052\u3060\u3057\u305f\u3002", "a crudely made charm": "\u96d1\u306a\u4f5c\u308a\u306e\u304a\u5b88\u308a", "cask": "\u6c34\u6a3d", "engine:": "\u30a8\u30f3\u30b8\u30f3\uff1a", "the streets are empty.": "\u901a\u308a\u306b\u306f\u306a\u306b\u3082\u306a\u3044\u3002", "lizard": "\u30c8\u30ab\u30b2", "Sulphur Mine": "\u786b\u9ec4\u9271\u5c71", "export or import save data to dropbox datastorage": "\u30a8\u30af\u30b9\u30dd\u30fc\u30c8\u3068\u30a4\u30f3\u30dd\u30fc\u30c8(\u30d0\u30c3\u30af\u30a2\u30c3\u30d7\u7528", "the house has been ransacked.": "\u5bb6\u306f\u8352\u3089\u3055\u308c\u3066\u3044\u308b\u3002", "a thug is waiting on the other side of the wall.": "\u30c1\u30f3\u30d4\u30e9\u304c\u58c1\u306e\u53cd\u5bfe\u5074\u306b\u5f85\u3063\u3066\u3044\u308b\u3002", "the metallic tang of wanderer afterburner hangs in the air.": "\u653e\u6d6a\u8005\u306e\u30a2\u30d5\u30bf\u30fc\u30d0\u30fc\u30ca\u30fc\u306e\u91d1\u5c5e\u81ed\u304c\u6f02\u3063\u3066\u3044\u308b", "large prints lead away, into the forest.": "\u5927\u304d\u306a\u8db3\u8de1\u304c\u68ee\u306b\u9003\u3052\u3053\u3093\u3067\u3044\u308b", "a startled beast defends its home": "\u9a5a\u3044\u305f\u7363\u306f\u81ea\u5206\u306e\u5de3\u3092\u5b88\u308d\u3046\u3068\u3057\u3066\u3044\u308b", "there is nothing else here.": "\u3053\u3053\u306b\u306f\u4ed6\u306b\u4f55\u3082\u306a\u3044\u3002", "his time here, now, is his penance.": "\u4eca\u3053\u3053\u306b\u3044\u308b\u3053\u3068\u306f\u3001\u5f7c\u306e\u61fa\u6094\u3067\u3042\u308b\u3002", "where the windows of the schoolhouse aren't shattered, they're blackened with soot.": "\u5272\u308c\u6b8b\u3063\u305f\u6821\u820e\u306e\u7a93\u306f\u3059\u3059\u3067\u9ed2\u304f\u306a\u3063\u3066\u3044\u308b\u3002", "hull:": "\u8239\u4f53\uff1a", "scavenger": "\u30b4\u30df\u6f01\u308a", "unarmed master": "\u5f92\u624b\u7a7a\u62f3\u306e\u9054\u4eba", "the man says he's grateful. says he won't come around any more.": "\u305d\u306e\u7537\u306f\u611f\u8b1d\u3092\u8ff0\u3079\u3001\u3082\u3046\u623b\u3063\u3066\u3053\u306a\u3044\u3068\u8a00\u3063\u305f\u3002", "laser rifle": "\u30ec\u30fc\u30b6\u30fc\u9283", "sulphur mine": "\u786b\u9ec4\u9271\u5c71", "buy compass": "\u30b3\u30f3\u30d1\u30b9\u3092\u8cb7\u3046", "buy map": "\u5730\u56f3\u3092\u8cb7\u3046", "scratching noises can be heard from the store room.": "\u5f15\u3063\u304b\u304f\u97f3\u304c\u8caf\u8535\u5eab\u304b\u3089\u805e\u3053\u3048\u308b\u3002", "steel sword": "\u92fc\u9244\u306e\u5263", "descend": "\u964d\u308a\u308b", "asks for any spare furs to keep him warm at night.": "\u5f7c\u306f\u591c\u306b\u6696\u304b\u304f\u904e\u3054\u305b\u308b\u3088\u3046\u306b\u4f59\u3063\u305f\u6bdb\u76ae\u3092\u63a2\u3057\u3066\u3044\u308b\u3002", "A Raucous Village": "\u306b\u304e\u3084\u304b\u306a\u6751", "the beggar expresses his thanks.": "\u4e5e\u98df\u306f\u611f\u8b1d\u3057\u3066\u3044\u308b\u3002", "carrying more means longer expeditions to the wilds": "\u3088\u308a\u591a\u304f\u904b\u3079\u308c\u3070\u3001\u3088\u308a\u9577\u304f\u8352\u91ce\u306b\u9060\u5f81\u3067\u304d\u308b", "free {0}/{1}": "\u8377\u91cd\uff1a{0}/{1}", "Room": "\u90e8\u5c4b", "a swamp festers in the stagnant air.": "\u6dc0\u3093\u3060\u7a7a\u6c17\u306e\u4e2d\u3001\u6cbc\u306f\u8150\u6557\u3057\u3066\u3044\u308b\u3002", "rotting reeds rise out of the swampy earth.": "\u8150\u3063\u305f\u8466\u304c\u6cbc\u5730\u306b\u305d\u3073\u3048\u3066\u3044\u308b\u3002", "armoury's done, welcoming back the weapons of the past.": "\u6b66\u5668\u5de5\u623f\u304c\u5b8c\u6210\u3057\u305f\u3002\u6614\u306e\u6b66\u5668\u3088\u3001\u304a\u304b\u3048\u308a\u306a\u3055\u3044\u3002", "eat meat": "\u8089\u3092\u98df\u3079\u308b", "slow metabolism": "\u4f4e\u901f\u4ee3\u8b1d", "camp fires burn by the entrance to the mine.": "\u30ad\u30e3\u30f3\u30d7\u30d5\u30a1\u30a4\u30a2\u304c\u9271\u5c71\u306e\u5165\u308a\u53e3\u3067\u71c3\u3048\u3066\u3044\u308b\u3002", "the mouth of the cave is wide and dark.": "\u6d1e\u7a9f\u306e\u5165\u308a\u53e3\u306f\u5e83\u304f\u3001\u6697\u3044\u3002", "not enough sulphur": "\u786b\u9ec4\u304c\u4e0d\u8db3\u3057\u3066\u3044\u308b", "builder's not sure he's to be trusted.": "\u5efa\u7bc9\u5bb6\u306f\u5f7c\u304c\u4fe1\u7528\u3067\u304d\u308b\u304b\u3069\u3046\u304b\u308f\u304b\u3089\u306a\u3044\u3002", "evasion": "\u56de\u907f\u8853", "buy bait": "\u990c\u3092\u8cb7\u3046", "a pack of lizards rounds the corner.": "\u66f2\u304c\u308a\u89d2\u304b\u3089\u30c8\u30ab\u30b2\u306e\u4e00\u56e3\u304c\u73fe\u308c\u305f\u3002", "light fire": "\u706b\u3092\u3064\u3051\u308b", "waterskin": "\u6c34\u888b", "scattered teeth": "\u6563\u3089\u3070\u3063\u305f\u7259", "the door hangs open.": "\u30c9\u30a2\u304c\u305f\u308f\u3093\u3067\u958b\u3044\u305f\u3002", "buy:": "\u8cfc\u5165\uff1a", "load": "\u30ed\u30fc\u30c9", "track them": "\u8ffd\u8de1\u3059\u308b", "stores": "\u8caf\u8535\u5eab", "now the nomads have a place to set up shop, they might stick around a while": "\u3044\u307e\u904a\u7267\u6c11\u304c\u5e97\u3092\u958b\u3044\u3066\u3044\u308b\u3002\u5f7c\u3089\u306f\u3057\u3070\u3089\u304f\u3053\u306e\u8fba\u308a\u306b\u3044\u308b\u3060\u308d\u3046", "A Dusty Path": "\u57c3\u3063\u307d\u3044\u5c0f\u9053", "armour": "\u93a7", "A Man-Eater": "\u4eba\u55b0\u3044\u65cf", "bring your friends.": "\u53cb\u9054\u3092\u9023\u308c\u3066\u304f\u308b", "the compass points south": "\u30b3\u30f3\u30d1\u30b9\u306f\u5357\u3092\u6307\u3057\u305f", "the compass points north": "\u30b3\u30f3\u30d1\u30b9\u306f\u5317\u3092\u6307\u3057\u305f", "The Sick Man": "\u75c5\u4eba", "yes": "\u306f\u3044", "martial artist": "\u6b66\u9053\u5bb6", "the traps contain ": "\u7f60\u306b\u6b8b\u3063\u3066\u3044\u305f\u306e\u306f ", "the old tower seems mostly intact.": "\u53e4\u3044\u30bf\u30ef\u30fc\u306f\u3001\u307b\u3068\u3093\u3069\u7121\u50b7\u306e\u3088\u3046\u3060\u3002", "scales": "\u9c57", "bird must have liked shiney things.": "\u9ce5\u306f\u30ad\u30e9\u30ad\u30e9\u3057\u305f\u3082\u306e\u304c\u597d\u304d\u306a\u306f\u305a\u3060\u3002", "the path leads to an abandoned mine": "\u9053\u306f\u5ec3\u5751\u306b\u3064\u306a\u304c\u3063\u3066\u3044\u308b", "the compass points northeast": "\u30b3\u30f3\u30d1\u30b9\u306f\u5317\u6771\u3092\u6307\u3057\u305f", "the camp is still, save for the crackling of the fires.": "\u30ad\u30e3\u30f3\u30d7\u306f\u307e\u3060\u3001\u706b\u306e\u7206\u305c\u308b\u97f3\u3092\u4fdd\u3063\u3066\u3044\u308b\u3002", "he begs for medicine.": "\u5f7c\u306f\u85ac\u3092\u6075\u3093\u3067\u6b32\u3057\u3044\u3068\u8a00\u3063\u3066\u3044\u308b\u3002", "save": "\u30bb\u30fc\u30d6", "this waterskin'll hold a bit of water, at least": "\u3053\u306e\u6c34\u888b\u306f\u3001\u5c11\u306a\u304f\u3068\u3082\u3001\u591a\u5c11\u306e\u6c34\u3092\u5165\u308c\u3089\u308c\u308b", "turn him away": "\u5e30\u3089\u305b\u308b", "the people here were broken a long time ago.": "\u3053\u3053\u306e\u4eba\u3005\u306f\u3001\u9060\u3044\u6614\u306b\u6b7b\u3093\u3067\u3044\u308b\u3002", "a grizzled soldier attacks, waving a bayonet.": "\u767d\u9aea\u4ea4\u3058\u308a\u306e\u5175\u58eb\u306f\u9283\u5263\u3092\u632f\u3063\u3066\u653b\u6483\u3057\u3066\u304d\u305f\u3002", "shivering man": "\u9707\u3048\u308b\u7537", "The Mysterious Wanderer": "\u8b0e\u306e\u653e\u6d6a\u8005", "A Huge Lizard": "\u5de8\u5927\u306a\u30c8\u30ab\u30b2", "boxer": "\u30dc\u30af\u30b5\u30fc", "a man joins the fight": "\u7537\u304c\u6226\u3044\u306b\u53c2\u52a0\u3057\u305f", "An Outpost": "\u524d\u7dda\u57fa\u5730", "not enough meat": "\u8089\u304c\u8db3\u308a\u306a\u3044", "some weird metal he picked up on his travels.": "\u5f7c\u304c\u65c5\u306e\u9014\u4e2d\u3067\u62fe\u3063\u305f\u5947\u5999\u306a\u91d1\u5c5e\u3002", "something's in there.": "\u4f55\u304b\u304c\u305d\u3053\u306b\u3044\u308b\u3002", "restore more health when eating": "\u98df\u3079\u7269\u3067\u4f53\u529b\u3092\u3088\u308a\u56de\u5fa9\u3059\u308b", "A Snarling Beast": "\u5538\u308b\u7363", "Share": "\u30b7\u30a7\u30a2", "a haze falls over the village as the steelworks fires up": "\u88fd\u92fc\u6240\u304b\u3089\u5439\u304d\u4e0a\u304c\u308b\u706b\u306e\u7c89\u304c\u6751\u306e\u4e0a\u306b\u964d\u3063\u3066\u304f\u308b", "a large bird nests at the top of the stairs.": "\u968e\u6bb5\u306e\u4e0a\u306b\u306f\u5927\u304d\u306a\u9ce5\u306e\u5de3\u304c\u3042\u308b\u3002", "an old wanderer sits inside, in a seeming trance.": "\u5e74\u8001\u3044\u305f\u653e\u6d6a\u8005\u306f\u5ea7\u308a\u8fbc\u307f\u3001\u30c8\u30e9\u30f3\u30b9\u72b6\u614b\u306e\u3088\u3046\u3060\u3002", "builder says the villagers could make steel, given the tools": "\u5efa\u7bc9\u5bb6\u306f\u3001\u6751\u4eba\u305f\u3061\u306f\u9053\u5177\u304c\u3042\u308c\u3070\u92fc\u9244\u3092\u4f5c\u308b\u3053\u3068\u304c\u3067\u304d\u308b\u3068\u8a00\u3063\u3066\u3044\u308b", "continue": "\u9032\u3080", "there is no more water": "\u3082\u3046\u6c34\u304c\u306a\u3044", "flickering": "\u3061\u3089\u3064\u3044\u3066\u3044\u308b", "only the chief remains.": "\u6b8b\u308b\u306f\u30c1\u30fc\u30d5\u3060\u3051\u3060\u3002", "go back inside": "\u4e2d\u306b\u623b\u308b", "a few items are scattered on the ground.": "\u3044\u304f\u3064\u304b\u306e\u7269\u306f\u3001\u5730\u9762\u306b\u6563\u3089\u3070\u3063\u3066\u3044\u308b\u3002", "save this.": "\u3053\u308c\u3092\u30bb\u30fc\u30d6", "this old mine is not abandoned": "\u3053\u306e\u53e4\u3044\u9271\u5c71\u306f\u653e\u68c4\u3055\u308c\u3066\u3044\u306a\u3044", "a fight, maybe.": "\u6226\u95d8\u3060\u308d\u3046\u3001\u305f\u3076\u3093", "behind the door, a deformed figure awakes and attacks.": "\u30c9\u30a2\u306e\u9670\u304b\u3089\u3001\u7570\u5f62\u306e\u59ff\u304c\u76ee\u899a\u3081\u3066\u653b\u6483\u3057\u3066\u304d\u305f\u3002", "twitter": "Twitter", "baited trap": "\u990c\u3092\u4ed8\u3051\u305f\u7f60", "dead": "\u6d88\u3048\u3066\u3044\u308b", "the torch sputters and dies in the damp air": "\u677e\u660e\u306f\u6e7f\u3063\u305f\u7a7a\u6c17\u306e\u4e2d\u3067\u30b8\u30e5\u30fc\u3068\u9cf4\u3063\u3066\u6d88\u3048\u305f", "export": "\u30a8\u30af\u30b9\u30dd\u30fc\u30c8", "a few belongings rest against the walls.": "\u5c11\u3057\u306e\u6240\u6709\u7269\u304c\u58c1\u306b\u639b\u304b\u3063\u3066\u3044\u308b\u3002", "not far from the village lies a large beast, its fur matted with blood.": "\u6751\u304b\u3089\u9060\u304f\u306a\u3044\u3068\u3053\u308d\u3067\u5927\u304d\u306a\u7363\u304c\u5012\u308c\u3066\u3044\u305f\u3002\u305d\u306e\u6bdb\u76ae\u306f\u8840\u307e\u307f\u308c\u3060\u3002", "an old iron mine sits here, tools abandoned and left to rust.": "\u53e4\u3044\u9244\u9271\u5c71\u304c\u3042\u308b\u3002\u9053\u5177\u985e\u306f\u653e\u7f6e\u3055\u308c\u3066\u9306\u3073\u308b\u306b\u4efb\u3055\u308c\u3066\u3044\u308b\u3002", "but there is a cache of medicine under the floorboards.": "\u3057\u304b\u3057\u5e8a\u677f\u306e\u4e0b\u3067\u85ac\u54c1\u306e\u4fdd\u7ba1\u5eab\u304c\u3042\u3063\u305f\u3002", "only dust and stains remain.": "\u57c3\u3084\u6c5a\u308c\u3060\u3051\u304c\u6b8b\u3055\u308c\u3066\u3044\u308b\u3002", "s armour": "\u92fc\u9244\u306e\u93a7", "say he should be strung up as an example.": "\u6751\u4eba\u306f\u898b\u305b\u3057\u3081\u306b\u7d5e\u9996\u5211\u306b\u3059\u3079\u304d\u3060\u3068\u8a00\u3046\u3002", "collected scraps spread across the floor like they fell from heaven.": "\u96c6\u3081\u305f\u30b9\u30af\u30e9\u30c3\u30d7\u306f\u3001\u307e\u308b\u3067\u5929\u304b\u3089\u964d\u3063\u3066\u304d\u305f\u304b\u306e\u3088\u3046\u306b\u5e8a\u306b\u6563\u3089\u3070\u3063\u3066\u3044\u308b\u3002", "the darkness is absolute": "\u5b8c\u5168\u306a\u6697\u95c7\u3060", "A Ruined Trap": "\u58ca\u308c\u305f\u7f60", "not enough coal": "\u77f3\u70ad\u304c\u8db3\u308a\u306a\u3044", "ambushed on the street.": "\u901a\u308a\u3067\u5f85\u3061\u4f0f\u305b\u306b\u906d\u3063\u305f", "worth killing for, it seems.": "\u6bba\u3057\u306b\u898b\u5408\u3046\u4fa1\u5024\u306f\u3042\u3063\u305f\u3088\u3046\u3060\u3002", "slash": "\u5207\u308a\u88c2\u304f", "builder says she can make a cart for carrying wood": "\u5efa\u7bc9\u5bb6\u306f\u3001\u6728\u6750\u3092\u904b\u3076\u8377\u8eca\u3092\u4f5c\u308c\u308b\u3068\u8a00\u3063\u3066\u3044\u308b", "leather's not strong. better than rags, though.": "\u9769\u306f\u5f37\u304f\u306a\u3044\u304c\u3001\u30dc\u30ed\u5e03\u3088\u308a\u3082\u30de\u30b7\u3060", "builder stokes the fire": "\u5efa\u7bc9\u5bb6\u306f\u706b\u3092\u711a\u3044\u3066\u3044\u308b", "say goodbye": "\u5225\u308c\u3092\u544a\u3052\u308b", "A Silent Forest": "\u9759\u304b\u306a\u68ee", "builder's not sure she's to be trusted.": "\u5efa\u7bc9\u5bb6\u306f\u5f7c\u5973\u304c\u4fe1\u7528\u3067\u304d\u308b\u304b\u3069\u3046\u304b\u308f\u304b\u3089\u306a\u3044\u3002", "an old case is wedged behind a rock, covered in a thick layer of dust.": "\u539a\u304f\u57c3\u3092\u304b\u3076\u3063\u305f\u53e4\u3044\u30b1\u30fc\u30b9\u304c\u5ca9\u306e\u5f8c\u308d\u306b\u62bc\u3057\u8fbc\u307e\u308c\u3066\u3044\u305f", "the point is made. in the next few days, the missing supplies are returned.": "\u305d\u306e\u5f8c\u6570\u65e5\u4e2d\u306b\u3001\u7121\u304f\u306a\u3063\u305f\u7269\u8cc7\u306f\u8fd4\u3055\u308c\u3066\u3044\u305f\u3002", "a frail man stands defiantly, blocking the path.": "\u75e9\u305b\u305f\u7537\u304c\u6311\u6226\u7684\u306b\u9053\u3092\u585e\u3044\u3067\u3044\u308b\u3002", "the plague rips through the village.": "\u75ab\u75c5\u306f\u6751\u3092\u98f2\u307f\u8fbc\u3093\u3060", "an old wanderer arrives.": "\u5e74\u8001\u3044\u305f\u653e\u6d6a\u8005\u304c\u3084\u3063\u3066\u304d\u305f\u3002", "scavenger had a small camp in the school.": "\u30b4\u30df\u6f01\u308a\u306f\u5b66\u6821\u306b\u5c0f\u3055\u306a\u30ad\u30e3\u30f3\u30d7\u3092\u6301\u3063\u3066\u3044\u305f\u3002", "the compass points southwest": "\u30b3\u30f3\u30d1\u30b9\u306f\u5357\u897f\u3092\u6307\u3057\u305f", "the wanderer leaves, cart loaded with wood": "\u653e\u6d6a\u8005\u306f\u8377\u8eca\u306b\u6728\u6750\u3092\u7a4d\u3093\u3067\u53bb\u3063\u305f", "Dropbox Export / Import": "Dropbox\u306e\u30a8\u30af\u30b9\u30dd\u30fc\u30c8/\u30a4\u30f3\u30dd\u30fc\u30c8", "maybe some useful stuff in the rubble.": "\u305f\u3076\u3093\u74e6\u792b\u306e\u4e2d\u306b\u306f\u6709\u7528\u306a\u3082\u306e\u304c\u3042\u308b\u3060\u308d\u3046\u3002", "google+": "Google+", "a man hobbles up, coughing.": "\u75c5\u4eba\u306f\u3001\u3088\u308d\u3081\u3044\u3066\u54b3\u304d\u8fbc\u3093\u3067\u3044\u308b\u3002", "i armour": "\u9244\u306e\u93a7", "The Scout": "\u65a5\u5019", "leaves a pile of small scales behind.": "\u5f8c\u306b\u5c0f\u3055\u306a\u9c57\u306e\u5c71\u3092\u6b8b\u3057\u3066\u3044\u3063\u305f\u3002", "pockets": "\u30dd\u30b1\u30c3\u30c8", "stab": "\u7a81\u304d\u523a\u3059", "time to move on.": "\u884c\u304f\u6642\u9593\u3060\u3002", "the ground is littered with small scales": "\u5730\u9762\u306b\u306f\u5c0f\u3055\u306a\u9c57\u304c\u6563\u3089\u3070\u3063\u3066\u3044\u308b", "not enough ": "\u5341\u5206\u3067\u306a\u3044", "the stench of rot and death fills the operating theatres.": "\u8150\u6557\u3068\u6b7b\u306e\u60aa\u81ed\u304c\u624b\u8853\u5ba4\u3092\u8986\u3063\u3066\u3044\u308b\u3002", "burning": "\u71c3\u3048\u3066\u3044\u308b", "they must be here for a reason.": "\u5f7c\u3089\u306f\u4f55\u3089\u304b\u306e\u7406\u7531\u3067\u3053\u3053\u306b\u6765\u305f\u306f\u305a\u3060\u3002", "a nomad arrives, looking to trade": "\u904a\u7267\u6c11\u304c\u3084\u3063\u3066\u304d\u305f\u3002\u53d6\u5f15\u3057\u305f\u3044\u3088\u3046\u3060\u3002", "black powder and bullets, like the old days.": "\u6614\u306e\u3088\u3046\u306a\u9ed2\u8272\u706b\u85ac\u3084\u5f3e\u4e38", "restart the game?": "\u30b2\u30fc\u30e0\u3092\u30ea\u30bb\u30c3\u30c8\u3057\u307e\u3059\u304b\uff1f", "gastronome": "\u7f8e\u98df\u5bb6", "load from slot": "\u30b9\u30ed\u30c3\u30c8\u304b\u3089\u30ed\u30fc\u30c9", "energy cell": "\u30a8\u30cd\u30eb\u30ae\u30fc\u30bb\u30eb", "inside the hut, a child cries.": "\u5c0f\u5c4b\u306e\u4e2d\u3067\u3001\u5b50\u4f9b\u304c\u6ce3\u3044\u3066\u3044\u308b\u3002", "the compass points west": "\u30b3\u30f3\u30d1\u30b9\u306f\u897f\u3092\u6307\u3057\u305f", "always worked before, at least.": "\u5c11\u306a\u304f\u3068\u3082\u304b\u3064\u3066\u306f\u305d\u3046\u3060\u3063\u305f\u3002", "a scavenger draws close, hoping for an easy score": "\u30b4\u30df\u6f01\u308a\u304c\u7c21\u5358\u306a\u7372\u7269\u3092\u671f\u5f85\u3057\u3066\u8fd1\u5bc4\u3063\u3066\u304d\u305f", "Sickness": "\u75c5\u6c17", "still a few drops of water in the old well.": "\u53e4\u3044\u4e95\u6238\u306e\u5e95\u306b\u306f\u3001\u307e\u3060\u6c34\u304c\u6570\u6ef4\u6b8b\u3063\u3066\u3044\u308b\u3002", "build:": "\u5efa\u7bc9\uff1a", "feral terror": "\u6050\u6016\u306e\u91ce\u751f\u751f\u7269", "signout": "\u30b5\u30a4\u30f3\u30a2\u30a6\u30c8", "A Beast Attack": "\u7363\u306e\u8972\u6483", "Ready to Leave?": "\u51fa\u767a\u306e\u6e96\u5099\u306f\u3067\u304d\u307e\u3057\u305f\u304b\uff1f", "the house is abandoned, but not yet picked over.": "\u5bb6\u306f\u653e\u68c4\u3055\u308c\u3066\u3044\u308b\u304c\u3001\u307e\u3060\u8352\u3089\u3055\u308c\u3066\u3044\u306a\u3044\u3002", "time to get out of this place. won't be coming back.": "\u3053\u3053\u304b\u3089\u8131\u51fa\u3059\u308b\u6642\u3067\u3059\u3002\u3082\u3046\u623b\u308c\u306a\u3044\u3067\u3057\u3087\u3046\uff01", "the compass points northwest": "\u30b3\u30f3\u30d1\u30b9\u306f\u5317\u897f\u3092\u6307\u3057\u305f", "the thirst becomes unbearable": "\u5589\u306e\u6e07\u304d\u304c\u8010\u3048\u96e3\u3044", "a beggar arrives": "\u4e5e\u98df\u304c\u3084\u3063\u3066\u304d\u305f", "a beast stands alone in an overgrown park.": "\u8349\u6728\u304c\u4f38\u3073\u653e\u984c\u306e\u516c\u5712\u306b\u3001\u307d\u3064\u3093\u3068\u7363\u304c\u7acb\u3063\u3066\u3044\u308b\u3002", "he leaves a reward.": "\u5f7c\u306f\u304a\u793c\u3092\u6b8b\u3057\u3066\u53bb\u3063\u305f\u3002", "nothing but downcast eyes.": "\u4f55\u3082\u306a\u3044\u304c\u76ee\u3092\u4f0f\u305b\u305f\u3002", "the scout says she's been all over.": "\u65a5\u5019\u306f\u3001\u3069\u3053\u306b\u3067\u3082\u884c\u3063\u305f\u3053\u3068\u304c\u3042\u308b\u3068\u8a00\u3063\u3066\u3044\u308b\u3002", "the small settlement has clearly been burning a while.": "\u3053\u306e\u5c0f\u96c6\u843d\u306f\u660e\u3089\u304b\u306b\u708e\u4e0a\u3057\u3066\u3044\u308b\u3002", "cloth": "\u5e03", "a second soldier opens fire.": "\u7b2c\u4e8c\u306e\u5175\u58eb\u304c\u6483\u3061\u59cb\u3081\u305f\u3002", "Troposphere": "\u5bfe\u6d41\u570f", "squeeze": "\u7121\u7406\u3084\u308a\u9032\u3080", "a pristine medicine cabinet at the end of a hallway.": "\u5eca\u4e0b\u306e\u7a81\u304d\u5f53\u308a\u306b\u306f\u6e05\u6f54\u306a\u85ac\u306e\u68da\u304c\u3042\u308b\u3002", "scraps of fur": "\u6bdb\u76ae\u306e\u304f\u305a", "a scavenger waits just inside the door.": "\u30b4\u30df\u6f01\u308a\u304c\u30c9\u30a2\u306e\u3059\u3050\u5185\u5074\u3067\u5f85\u3063\u3066\u3044\u305f\u3002", "the wind howls outside": "\u5916\u3067\u306f\u98a8\u304c\u5420\u3048\u3066\u3044\u308b", "the wagon can carry a lot of supplies": "\u8377\u99ac\u8eca\u306f\u3001\u5927\u91cf\u306e\u7269\u8cc7\u3092\u904b\u3076\u3053\u3068\u304c\u3067\u304d\u308b", "A Battlefield": "\u6226\u5834", "more soldiers will be on their way.": "\u5f7c\u3089\u306e\u9053\u306b\u306f\u3082\u3063\u3068\u5175\u58eb\u304c\u3044\u308b\u3060\u308d\u3046\u3002", "the shivering man is dead": "\u9707\u3048\u308b\u7537\u306f\u6b7b\u3093\u3060", "builder finishes the smokehouse. she looks hungry.": "\u5efa\u7bc9\u5bb6\u306f\u71fb\u88fd\u5834\u3092\u5b8c\u6210\u3055\u305b\u305f\u3002\u5f7c\u5973\u306f\u7a7a\u8179\u306e\u3088\u3046\u3060\u3002", "the barrens break at a sea of dying grass, swaying in the arid breeze.": "\u3084\u305b\u5730\u306f\u4e7e\u71e5\u3057\u305f\u98a8\u306b\u63fa\u308c\u308b\u7015\u6b7b\u306e\u8349\u306e\u6d77\u3067\u7d42\u308f\u308b\u3002", "a snarling beast leaps out of the underbrush": "\u8302\u307f\u304b\u3089\u5538\u308b\u7363\u304c\u8df3\u3073\u3060\u3057\u3066\u304d\u305f", "the place has been swept clean by scavengers.": "\u3053\u3053\u306f\u30b4\u30df\u6f01\u308a\u306b\u304d\u308c\u3044\u306b\u6383\u9664\u3055\u308c\u305f\u5f8c\u3060\u3002", "A Destroyed Village": "\u7834\u58ca\u3055\u308c\u305f\u6751", "land blows more often": "\u3088\u308a\u6253\u6483\u304c\u547d\u4e2d\u3059\u308b", "Space": "\u5b87\u5b99\u7a7a\u9593", "it's been picked over by scavengers, but there's still some things worth taking.": "\u30b4\u30df\u6f01\u308a\u306b\u8352\u3089\u3055\u308c\u305f\u5f8c\u3060\u304c\u3001\u307e\u3060\u62fe\u3046\u4fa1\u5024\u304c\u3042\u308b\u3082\u306e\u3082\u3042\u308b\u3002", "Thermosphere": "\u71b1\u570f", "5 medicine": "\u533b\u85ac\u54c15\u500b", "do nothing": "\u4f55\u3082\u3057\u306a\u3044", "A Gaunt Man": "\u3084\u3064\u308c\u305f\u7537", "Outside": "\u5c4b\u5916", "the snarling beast is dead": "\u5538\u308b\u7363\u306f\u6b7b\u3093\u3060", "bodies and supplies from both sides litter the ground.": "\u6b7b\u4f53\u3068\u7269\u8cc7\u304c\u4e21\u5074\u304b\u3089\u5730\u9762\u306b\u3053\u307c\u308c\u3066\u3044\u308b\u3002", "the remains of an old house stand as a monument to simpler times": "\u53e4\u3044\u5bb6\u306e\u6b8b\u9ab8\u304c\u3001\u3088\u308a\u5358\u7d14\u3060\u3063\u305f\u6642\u4ee3\u306e\u8a18\u5ff5\u7891\u3068\u3057\u3066\u7acb\u3063\u3066\u3044\u308b", "a squatter stands firmly in the doorway of a small hut.": "\u4e0d\u6cd5\u5360\u62e0\u8005\u306f\u5c0f\u3055\u306a\u5c0f\u5c4b\u306e\u6238\u53e3\u306b\u3057\u3063\u304b\u308a\u3068\u7acb\u3063\u3066\u3044\u308b\u3002", "lights flash through the alleys between buildings.": "\u5149\u304c\u5efa\u7269\u306e\u9593\u306e\u8def\u5730\u3092\u901a\u3063\u3066\u9583\u3044\u305f\u3002", "no": "\u3044\u3044\u3048", "{0} per {1}s": "{1}\u79d2\u306b\u3064\u304d{0}", "a weathered family takes up in one of the huts.": "\u75b2\u308c\u679c\u3066\u305f\u5bb6\u65cf\u304c\u5c0f\u5c4b\u306b\u5165\u5c45\u3057\u305f", "run": "\u9003\u8d70\u3059\u308b", "Exosphere": "\u5916\u6c17\u570f", "he speaks of once leading the great fleets to fresh worlds.": "\u5f7c\u306f\u304b\u3064\u3066\u65b0\u4e16\u754c\u306b\u5927\u8266\u968a\u3092\u7387\u3044\u305f\u3053\u3068\u304c\u3042\u308b\u3068\u8a71\u3059\u3002", "builder says there are more wanderers. says they'll work, too.": "\u5efa\u7bc9\u5bb6\u306f\u3001\u4ed6\u306b\u3082\u653e\u6d6a\u8005\u304c\u3044\u3066\u50cd\u3044\u3066\u304f\u308c\u308b\u3060\u308d\u3046\u3068\u8a00\u3063\u3066\u3044\u308b", "evasive": "\u56de\u907f\u8853", "an old wanderer arrives": "\u5e74\u8001\u3044\u305f\u653e\u6d6a\u8005\u304c\u3084\u3063\u3066\u304d\u305f", "through the walls, shuffling noises can be heard.": "\u58c1\u3092\u4ecb\u3057\u3066\u3001\u30b7\u30e3\u30c3\u30d5\u30eb\u97f3\u304c\u805e\u3053\u3048\u308b\u3002", "melee weapons deal more damage": "\u8fd1\u63a5\u6b66\u5668\u3067\u66f4\u306b\u30c0\u30e1\u30fc\u30b8\u3092\u4e0e\u3048\u308b", "the compass points ": "\u30b3\u30f3\u30d1\u30b9\u306f\u6307\u3059", "lets some light down into the dusty haze.": "\u3044\u304f\u7b4b\u3082\u306e\u5149\u304c\u57c3\u3063\u307d\u3044\u3082\u3084\u306b\u5dee\u3057\u8fbc\u3093\u3067\u3044\u308b\u3002", "the man swallows the medicine eagerly": "\u7537\u306f\u7121\u5fc3\u3067\u85ac\u3092\u98f2\u3093\u3067\u3044\u308b", "the days are spent with burials.": "\u57cb\u846c\u306b\u8ffd\u308f\u308c\u308b\u65e5\u3005\u304c\u7d9a\u3044\u305f\u3002", "more traps to catch more creatures": "\u7f60\u3092\u5897\u3084\u305b\u3070\u3001\u3088\u308a\u591a\u304f\u306e\u751f\u304d\u7269\u3092\u6355\u3048\u3089\u308c\u308b", "a man charges down the hall, a rusty blade in his hand": "\u9306\u3073\u305f\u5203\u3092\u6301\u3063\u305f\u7537\u304c\u5e83\u9593\u306b\u7a81\u9032\u3057\u3066\u304d\u305f", "it contains travelling gear, and a few trinkets.": "\u305d\u308c\u306b\u306f\u65c5\u884c\u7528\u54c1\u3068\u3044\u304f\u3064\u304b\u306e\u88c5\u8eab\u5177\u304c\u5165\u3063\u3066\u3044\u305f\u3002", "bullets": "\u5f3e\u85ac", "the light from the fire spills from the windows, out into the dark": "\u706b\u306e\u5149\u306f\u7a93\u304b\u3089\u6697\u95c7\u306b\u3053\u307c\u308c\u3060\u3057\u3066\u3044\u308b", "tell him to leave": "\u5f7c\u306b\u7acb\u3061\u53bb\u308b\u3088\u3046\u306b\u8a00\u3046", "dry brush and dead branches litter the forest floor": "\u68ee\u306b\u306f\u4e7e\u3044\u305f\u8302\u307f\u3068\u67af\u308c\u679d\u304c\u6563\u3089\u3070\u3063\u3066\u3044\u308b", "tattered cloth": "\u307c\u308d\u307c\u308d\u306e\u5e03", "can't read the words.": "\u8a00\u8449\u306f\u8aad\u3081\u306a\u3044\u3002", "tanner": "\u76ae\u306a\u3081\u3057\u8077\u4eba", "should cure the meat, or it'll spoil. builder says she can fix something up.": "\u8089\u306f\u71fb\u88fd\u306b\u3057\u306a\u3044\u3068\u8150\u3063\u3066\u3057\u307e\u3046\u3002\u5efa\u7bc9\u5bb6\u306f\u3069\u3046\u306b\u304b\u3067\u304d\u308b\u3068\u8a00\u3063\u3066\u3044\u308b\u3002", "or migrating computers": "\u307e\u305f\u306f\u30b3\u30f3\u30d4\u30e5\u30fc\u30bf\u306e\u79fb\u884c\u7528)", "water:{0}": "\u6c34:{0}", "still time to rescue a few supplies.": "\u307e\u3060\u7269\u8cc7\u3092\u3044\u304f\u3089\u304b\u6551\u51fa\u3059\u308b\u6642\u9593\u304c\u3042\u308b\u3002", "teeth": "\u7259", "villagers could help hunt, given the means": "\u6751\u4eba\u305f\u3061\u306f\u624b\u6bb5\u3092\u4e0e\u3048\u3066\u3084\u308c\u3070\u3001\u72e9\u308a\u3092\u624b\u4f1d\u3048\u308b", "the beast is dead.": "\u7363\u306f\u6b7b\u3093\u3060", "feral howls echo out of the darkness.": "\u6697\u95c7\u304b\u3089\u91ce\u751f\u306e\u9060\u5420\u3048\u304c\u6728\u970a\u3059\u308b\u3002", "The Iron Mine": "\u9244\u9271\u5c71"}); diff --git a/lang/ja/strings.po b/lang/ja/strings.po index a6b8b87..88160d4 100644 --- a/lang/ja/strings.po +++ b/lang/ja/strings.po @@ -1498,7 +1498,7 @@ msgstr "震える男は死んだ" #: script/events/encounters.js:156 msgid "a shivering man approaches and attacks with surprising strength" -msgstr "震える男が近づいてくると、以外な力強さで殴りかかってきた" +msgstr "震える男が近づいてくると、意外な力強さで殴りかかってきた" #: script/events/encounters.js:161 msgid "A Man-Eater" diff --git a/lang/ko/strings.js b/lang/ko/strings.js index c9ffe59..f6b0587 100644 --- a/lang/ko/strings.js +++ b/lang/ko/strings.js @@ -1 +1 @@ -_.setTranslation({"water tank": "\ubb3c\ud0f1\ud06c", "use meds": "\uc57d \uc0ac\uc6a9", "the room is {0}": "\ubc29\uc740 {0}", "punch twice as fast, and with even more force": "\uc8fc\uba39\uc774 \ub450 \ubc30 \ube68\ub77c\uc9c0\uace0 \uac15\ud574\uc9c0\uae30\uae4c\uc9c0 \ud55c\ub2e4", "The Nomad": "\uc720\ubaa9\ubbfc", "more traps won't help now": "\ub354 \uc774\uc0c1\uc758 \ub36b\uc740 \ud544\uc694\uc5c6\ub294 \ub4ef \ud558\ub2e4", "only a few die.": "\uba87 \uba85\ub9cc\uc774 \uc8fd\ub294\ub2e4.", "the compass points east": "\ub098\uce68\ubc18\uc774 \ub3d9\ucabd\uc744 \uac00\ub9ac\ud0a8\ub2e4", "the bodies of the wanderers that lived here are still visible in the flames.": "\uc5ec\uae30 \uc0b4\ub358 \ub5a0\ub3cc\uc774\ub4e4\uc774 \uc2dc\uccb4\uac00 \uc544\uc9c1\ub3c4 \ubd88\uae38 \uc18d\uc5d0\uc11c \ubcf4\uc778\ub2e4.", "the walls are scorched from an old battle.": "\ubcbd\uc740 \uc61b \uc804\uc7c1 \ub54c \ubd88\uc5d0 \uadf8\uc744\ub838\ub2e4.", "convoy": "\uc9d0\ucc28", "not enough fur": "\ubaa8\ud53c\uac00 \ubd80\uc871\ud558\ub2e4", "a masked soldier rounds the corner, gun drawn": "\uc704\uc7a5\ud55c \uad70\uc778\uc774 \ubaa8\ud241\uc774\ub97c \ub3cc\uace0, \uad8c\ucd1d\uc744 \ube7c \ub4e0\ub2e4", "a huge hole is cut deep into the earth, evidence of the past harvest.": "\ub545 \uc18d \uae4a\uc774 \ucee4\ub2e4\ub780 \uad6c\uba4d\uc774 \ud30c\uc5ec\uc788\ub2e4. \ub204\uad70\uac00 \ud55c \ubaab \uc7a1\uc740 \ud754\uc801\uc774\ub2e4.", "it puts up little resistance before the knife.": "\uc870\uae08 \ubc18\ud56d\uc744 \ud588\uc9c0\ub9cc \uce7c\ub85c \uc81c\uc555\ud588\ub2e4.", "the body of a wanderer lies in a small cavern.": "\ub098\uadf8\ub124\uc758 \uc2dc\uccb4\uac00 \uc791\uc740 \ub3d9\uad74 \uc548\uc5d0 \ub193\uc5ec\uc788\ub2e4.", "a shivering man approaches and attacks with surprising strength": "\ub35c\ub35c \ub5a0\ub294 \uc0ac\ub78c\uc774 \ub2e4\uac00\uc640 \ub180\ub77c\uc6b8 \uc815\ub3c4\ub85c \uac70\uc13c \uacf5\uaca9\uc744 \ud55c\ub2e4", "steel's stronger than iron": "\uac15\ucca0\uc740 \ucca0\ubcf4\ub2e4 \ud2bc\ud2bc\ud558\ub2e4", "A Strange Bird": "\uc774\uc0c1\ud55c \uc0c8", "a fire rampages through one of the huts, destroying it.": "\uc624\ub450\ub9c9 \ud558\ub098\uac00 \ubd88\uae38\uc5d0 \ud729\uc2f8\uc774\uace0, \uc644\uc804\ud788 \ud0c0\ubc84\ub9b0\ub2e4.", "not enough alien alloy": "\uc678\uacc4 \ud569\uae08\uc774 \ubd80\uc871\ud558\ub2e4", "street above the subway platform is blown away.": "\uc9c0\ud558\ucca0 \uc2b9\uac15\uc7a5 \uc704\uc758 \ub3c4\ub85c\ub294 \uc644\uc804\ud788 \ub0a0\uc544\uac14\ub2e4.", "the soldier is dead": "\uad70\uc778\uc774 \uc8fd\uc5c8\ub2e4", "error while saving to dropbox datastorage": "\uac8c\uc784\uc744 \ub4dc\ub86d\ubc15\uc2a4\uc5d0 \uc800\uc7a5\ud558\ub2e4\uac00 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4", "the footsteps stop.": "\ubc1c\uc790\uad6d \uc18c\ub9ac\ub294 \uba48\ucd98\ub2e4.", "sniper": "\uc800\uaca9\uc218", "the coal mine is clear of dangers": "\uc11d\ud0c4 \uad11\uc0b0\uc740 \uc774\uc81c \uc704\ud5d8\ud558\uc9c0 \uc54a\ub2e4.", "the warped man lies dead.": "\uc628 \ubab8\uc774 \ub4a4\ud2c0\ub9b0 \uc0ac\ub78c\uc774 \uc8fd\uc5b4\uc788\ub2e4.", "something's in the store room": "\ucc3d\uace0 \uc548\uc5d0 \ubb34\uc5b8\uac00 \uc788\ub2e4", "unfathomable destruction to fuel wanderer hungers.": "\ub3c4\ubb34\uc9c0 \uc774\ud574\ud560 \uc218 \uc5c6\ub294 \ud30c\uad34\uc640 \uc815\ubcf5\uc790\uc758 \uc695\uc2ec\uc744 \ucc44\uc6b0\ub294 \uc57d\ud0c8.", "embark": "\ucd9c\ubc1c", "scout": "\uc815\ucc30\uc220", "facebook": "\ud398\uc774\uc2a4\ubd81", "the trees yield to dry grass. the yellowed brush rustles in the wind.": "\ub098\ubb47\uc78e\uc774 \ub9d0\ub77c\uac04\ub2e4. \ub178\ub780 \uc78e\uc740 \ubc14\ub78c\uc5d0 \ubd80\uc2a4\ub7ed\uac70\ub9b0\ub2e4.", "save.": "\uc800\uc7a5.", "total score: {0}": "\ucd1d \uc810\uc218: {0}", "learned to make the most of food": "\ub354 \uc798 \uba39\ub294 \ubc95\uc744 \ubc30\uc6e0\ub2e4", "blast": "\ud130\ub728\ub9ac\uae30", "the sky is grey and the wind blows relentlessly": "\ud558\ub298\uc740 \ud68c\uc0c9\uc774\uace0 \ubc14\ub78c\uc740 \uacc4\uc18d \ubd84\ub2e4", "supplies:": "\ubcf4\uae09\ud488:", "the feral terror is dead": "\ub5a0\ub3c4\ub294 \uacf5\ud3ec\uac00 \uc8fd\uc5c8\ub2e4", "the tracks disappear after just a few minutes.": "\uba87 \ubd84 \ub3d9\uc548 \ucad3\uc544\uac00\ub2e4 \ubcf4\ub2c8 \uc790\ucde8\uac00 \uc0ac\ub77c\uc9c4\ub2e4.", "a safe place in the wilds.": "\uc57c\uc678\uc758 \uc548\uc804\ud55c \uc7a5\uc18c.", "fur": "\ubaa8\ud53c", "beneath the wanderer's rags, clutched in one of its many hands, a glint of steel.": "\ubc29\ub791\uc790\uc758 \ub204\ub354\uae30 \uc544\ub798\uc5d0 \ubb34\uc2a8 \uae08\uc18d \uc870\uac01\uc774 \ubcf4\uc778\ub2e4.", "buy scales": "\ube44\ub298 \uc0ac\uae30", "mild": "\ud3ec\uadfc\ud558\ub2e4", "the hunting lodge stands in the forest, a ways out of town": "\uc0ac\ub0e5\uc6a9 \uc624\ub450\ub9c9\uc744 \uc232 \uc18d\uc5d0, \ub9c8\uc744 \ud55c\ucc38 \ubc16\uc5d0 \uc9c0\uc5c8\ub2e4", "leave": "\ub5a0\ub098\uae30", "the convoy can haul mostly everything": "\uc9d0\ucc28\ub294 \ubb50\ub4e0\uc9c0 \ub2e4 \uc2e4\uc744 \uc218 \uc788\ub2e4", "learned to strike faster without weapons": "\ubb34\uae30 \uc5c6\uc774 \ub354 \ube60\ub974\uac8c \uacf5\uaca9\ud558\ub294 \ubc95\uc744 \ubc30\uc6e0\ub2e4", "an old house remains here, once white siding yellowed and peeling.": "\uc624\ub798\ub41c \uc9d1\uc774\ub2e4. \uc6d0\ub798\ub294 \ud558\uc580 \ubcbd\uc774 \ub204\ub807\uace0 \ubc97\uaca8\uc9c0\uae30 \uc2dc\uc791\ud588\ub2e4.", "ignore them": "\ubb34\uc2dc\ud558\uae30", "willing to talk about it, for a price.": "\ub3c8\uc744 \ub0b4\uba74 \uc774\uc57c\uae30\ub97c \ub4e4\uc744 \uc218 \uc788\ub2e4.", "a beast, wilder than imagining, erupts out of the foliage": "\uc0dd\uac01\ub3c4 \ubabb\ud55c \uc0ac\ub098\uc6b4 \ubaa8\uc2b5\uc758 \ub3d9\ubb3c \ud55c \ub9c8\ub9ac\uac00, \ub098\ubb47\uc78e\uc744 \ubc15\ucc28\uace0 \ub098\uc628\ub2e4", "go home": "\uc9d1\uc73c\ub85c", "the soldier steps out from between the buildings, rifle raised.": "\uac74\ubb3c \uc0ac\uc774\uc5d0\uc11c \uad70\uc778 \ud55c \uba85\uc774 \uc18c\ucd1d\uc744 \ub4e4\uace0 \ub098\ud0c0\ub09c\ub2e4.", "force": "\ubb34\ub825", "A Murky Swamp": "\ub2aa\uc9c0\ub300", "a ragged stranger stumbles through the door and collapses in the corner": "\ub204\ub354\uae30\ub97c \uac78\uce5c \uc5ec\uc790\uac00 \ubb38\uc73c\ub85c \ub4e4\uc5b4\uc640 \uad6c\uc11d\uc5d0 \uc4f0\ub7ec\uc9c4\ub2e4", "not enough leather": "\uac00\uc8fd\uc774 \ubd80\uc871\ud558\ub2e4", "the fight is short and bloody, but the beasts are repelled.": "\uc628\ud798\uc744 \ub2e4\ud574 \ud53c\ud280\uae30\uba70 \uc2f8\uc6b0\uc790 \ub9f9\uc218\ub4e4\uc740 \ub418\ub3cc\uc544\uac04\ub2e4.", "the wood is running out": "\ub098\ubb34\uac00 \ub5a8\uc5b4\uc838 \uac04\ub2e4", "restart.": "\uc7ac\uc2dc\uc791.", "rot's been to work on it, and some of the pieces are missing.": "\uc369\uc5b4 \ub4e4\uc5b4\uac00\uae30 \uc2dc\uc791\ud588\uace0, \uc0ac\ub77c\uc9c4 \ubd80\ubd84\ub3c4 \uc788\ub2e4.", "workshop's finally ready. builder's excited to get to it": "\uc791\uc5c5\uc7a5\uc774 \ub9c8\uce68\ub0b4 \uc644\uc131\ub418\uc5c8\ub2e4. \uc77c\uafbc\uc774 \uae30\ubed0\ubcf4\uc778\ub2e4", "a trading post would make commerce easier": "\uad50\uc5ed\uc18c\ub294 \uac70\ub798\ud558\uae30 \uc27d\uac8c \ub3c4\uc640\uc900\ub2e4", "not enough steel": "\uac15\ucca0\uc774 \ubd80\uc871\ud558\ub2e4", "perks:": "\ud2b9\uae30:", "the torch goes out": "\ud683\ubd88\uc774 \uaebc\uc9c4\ub2e4", "saved.": "\uc800\uc7a5\ub428.", "after a skirmish they are driven away, but not without losses.": "\uc800\ub4e4\uc740 \uc811\uc804 \ub05d\uc5d0 \ud6c4\ud1f4\ud558\uc9c0\ub9cc, \uc0ac\uc0c1\uc790\ub97c \ub0a8\uacbc\ub2e4.", "the military is already set up at the mine's entrance.": "\uad11\uc0b0 \uc785\uad6c\uc5d0\ub294 \uc774\ubbf8 \uad70\ub300\uac00 \uc790\ub9ac\uc7a1\uace0 \uc788\ub2e4.", "tannery goes up quick, on the edge of the village": "\ubb34\ub450\uc2e4\uc744 \uc21c\uc2dd\uac04\uc5d0, \ub9c8\uc744 \uac00\uc5d0 \uc138\uc6e0\ub2e4", "learned to fight quite effectively without weapons": "\uc774\uc81c \ubb34\uae30 \uc5c6\uc774\ub3c4 \uc798 \uc2f8\uc6b8\uc218 \uc788\ub294 \ubc95\uc744 \ubc30\uc6e0\ub2e4", "charred bodies litter the ground.": "\uc22f\uac80\ub315\uc774\uac00 \ub41c \uc2dc\uc2e0\uc774 \ub545\uc5d0 \ub110\ubd80\ub7ec\uc838 \uc788\ub2e4.", "someone throws a stone.": "\ub204\uad70\uac00\uac00 \ub3cc\uc744 \ub358\uc9c4\ub2e4.", "leaves a pile of small teeth behind.": "\uc791\uc740 \uc774\ube68\uc744 \ub193\uace0\uac04\ub2e4.", "the stranger shivers, and mumbles quietly. her words are unintelligible.": "\uc5ec\uc790\ub294 \ubd80\ub4e4\ubd80\ub4e4 \ub5a8\uba70 \ub098\uc9c0\ub9c9\uc774 \uc911\uc5bc\uac70\ub9b0\ub2e4. \ubb34\uc2a8 \ub9d0\uc778\uc9c0 \uc54c\uc544\ub4e4\uc744 \uc218 \uc5c6\ub2e4.", "not enough scales": "\ube44\ub298\uc774 \ubd80\uc871\ud558\ub2e4", "someone has locked and barricaded the door to this operating theatre.": "\ub204\uad70\uac00 \uc218\uc220\uc2e4\uc758 \ubb38\uc744 \uc7a0\uadf8\uace0 \ub9c9\uc544 \ub193\uc558\ub2e4.", "leave cave": "\ub3d9\uad74 \ub5a0\ub098\uae30", "hp: {0}/{1}": "\uccb4\ub825: {0}/{1}", "a lone frog sits in the muck, silently.": "\uac1c\uad6c\ub9ac \ud55c \ub9c8\ub9ac\uac00 \ub354\ub7ec\uc6b4 \ub2aa\uc5d0 \uac00\ub9cc\ud788 \uc549\uc544\uc788\ub2e4.", "the steel is strong, and the blade true.": "\uac15\ucca0\ub294 \ub2e8\ub2e8\ud558\uace0, \uadf8 \ub0a0\uc740 \ub0a0\uce74\ub86d\ub2e4.", "a shame to let what he'd found go to waste.": "\ud55c\ubc88 \ubb58 \uc218\uc9d1\ud588\ub294\uc9c0 \uc0b4\ud3b4\ubcf4\uc790.", "learned how to ignore the hunger": "\ubc30\uac00 \uace0\ud30c\ub3c4 \ucc38\uc744 \uc218 \uc788\ub2e4", "punch": "\ub54c\ub9ac\uae30", "water": "\ubb3c", "desert rat": "\uc0ac\ub9c9 \uc950", "explore": "\ub458\ub7ec\ubcf4\uae30", "a pack of snarling beasts pours out of the trees.": "\uc218 \ub9ce\uc740 \ub9f9\uc218\ub4e4\uc774 \ub098\ubb34\uc5d0\uc11c \ub098\ud0c0\ub09c\ub2e4.", "punches do even more damage.": "\uc8fc\uba39\uc774 \ud6e8\uc52c \ub354 \uac15\ud574\uc9c4\ub2e4.", "roaring": "\uc774\uae00\uac70\ub9b0\ub2e4", "gatherer": "\ub098\ubb34\uafbc", "the people back away, avoiding eye contact.": "\uc0ac\ub78c\ub4e4\uc740 \ub208\uae38\uc744 \ud53c\ud558\uba70 \ub4b7\uac78\uc74c\uc9c8\uce5c\ub2e4.", "A Huge Borehole": "\uac70\ub300\ud55c \uc2dc\ucd94\uacf5", "a bundle of sticks lies just beyond the threshold, wrapped in coarse furs.": "\uc870\uc7a1\ud55c \ubaa8\ud53c\ub85c \uac10\uc2fc \ub9c9\ub300\uac00 \ubb38 \uc55e\uc5d0 \ub193\uc5ec\uc788\ub2e4.", "builder says she could make finer things, if she had the tools": "\uc77c\uafbc\uc740 \ub3c4\uad6c\uac00 \uc788\ub2e4\uba74 \ub354 \uc88b\uc740 \ubb3c\uac74\uc744 \ub9cc\ub4e4 \uc218 \uc788\ub2e4\uace0 \ud55c\ub2e4", "soldier": "\uad70\uc778", "learn scouting": "\uc815\ucc30\uc220 \ubc30\uc6b0\uae30", "share.": "\uacf5\uc720.", "choose one slot to save to": "\uc800\uc7a5\ud560 \uacf3\uc744 \uace0\ub974\uc138\uc694", "some villagers have died": "\ub9c8\uc744 \uc0ac\ub78c \uba87 \uba85\uc774 \uc8fd\uc5c8\ub2e4", "A Murky Swamp": "\ub205\ub205\ud55c \ub2aa", "iron sword": "\ucca0\uac80", "builder says she can make traps to catch any creatures might still be alive out there": "\uc77c\uafbc\uc774 \ubc16\uc5d0\uc11c \uc5b4\uc2ac\ub801\uac70\ub9ac\ub294 \ub3d9\ubb3c\uc744 \uc7a1\uc744 \ub36b\uc744 \ub9cc\ub4e4 \uc218 \uc788\ub2e4\uace0 \ud55c\ub2e4", "the grasses thin. soon, only dust remains.": "\ud480\uc774 \ub4ec\uc131\ub4ec\uc131\ud574 \uc9c4\ub2e4. \uace7 \ud759\uba3c\uc9c0\ub9cc \ubcf4\uc774\uac8c \ub41c\ub2e4.", "bayonet": "\ucd1d\uac80", "a shot rings out, from somewhere in the long grass": "\ucd1d\uc18c\ub9ac\uac00 \uae34 \ud480\uc232 \ub108\uba38\uc5d0\uc11c \ub4e4\ub824 \uc628\ub2e4", "a wall of gnarled trees rises from the dust. their branches twist into a skeletal canopy overhead.": "\ud759\uba3c\uc9c0 \uc18d\uc5d0\uc11c \ube44\ube44 \ud2c0\ub9b0 \ub098\ubb34\uc758 \uc7a5\ubcbd\uc774 \uc19f\uc544 \uc788\ub2e4. \uc559\uc0c1\ud55c \uac00\uc9c0\uac00 \uba38\ub9ac \uc704\uc5d0 \ubb34\uc131\ud558\ub2e4.", "gather wood": "\ub098\ubb34 \ubaa8\uc73c\uae30", "with a little effort, it might fly again.": "\uc870\uae08\ub9cc \uc190\ubcf4\uba74, \ub2e4\uc2dc \ub0a0 \uc218\ub3c4 \uc788\ub2e4.", "A Scavenger": "\uc880\ub3c4\ub451", "picking the bones finds some useful trinkets.": "\ubf08\ub97c \uc8fc\uc6b0\uba74\uc11c \uc4f8\ubaa8\uc788\ub294 \uc791\uc740 \ubb3c\uac74\uc744 \ucc3e\uc558\ub2e4.", "the shell of an abandoned hospital looms ahead.": "\ubc84\ub824\uc9c4 \ubcd1\uc6d0\uc774 \uc800 \uc55e\uc5d0 \ubcf4\uc778\ub2e4.", "the villagers hang the thief high in front of the store room.": "\uc8fc\ubbfc\ub4e4\uc740 \ucc3d\uace0 \uc55e\uc5d0\uc11c \ub3c4\ub451\uc758 \ubaa9\uc744 \ub9e4\ub2e8\ub2e4.", "eye for an eye seems fair.": "\ub208\uc5d0\ub294 \ub208\uc774\ub77c\ub294 \ub9d0\uc774 \ub9de\ub294 \uac83 \uac19\ub2e4.", "an old man bursts through a door, wielding a scalpel.": "\uc678\uacfc\uc6a9 \uba54\uc2a4\ub97c \ud718\ub450\ub974\uba74\uc11c \ub299\uc740\uc774\uac00 \ubb38\uc744 \ubc15\ucc28\uace0 \ub098\uc628\ub2e4.", "1 medicine": "\uc57d 1\uac1c", "the small military outpost is well supplied.": "\uc791\uc740 \uc804\ucd08 \uae30\uc9c0\ub294 \ubcf4\uae09\ud488\uc73c\ub85c \uac00\ub4dd\ud558\ub2e4.", "the clinic has been ransacked.": "\ubcd1\uc6d0\uc740 \uc57d\ud0c8\ub2f9\ud55c \ubaa8\uc591\uc774\ub2e4.", "drop:": "\ubc84\ub9ac\uae30:", "leaves some scraps of cloth behind.": "\ucc9c\uc870\uac01\uc744 \ub193\uace0\uac04\ub2e4.", "are you sure?": "\ud655\uc778\ud574\uc8fc\uc138\uc694.", "charcutier": "\ud6c8\uc5f0\uafbc", "a military perimeter is set up around the mine.": "\uad11\uc0b0 \uc8fc\uc704\uc5d0\ub294 \uad70\uc778\ub4e4\uc758 \uacbd\uacc4\uac00 \uc0bc\uc5c4\ud558\ub2e4.", "trading post": "\uad50\uc5ed\uc18c", "a wanderer arrives with an empty cart. says if she leaves with furs, she'll be back with more.": "\ube48 \uc218\ub808\ub97c \ub04c\uace0 \ub5a0\ub3cc\uc774\uac00 \ub098\ud0c0\ub09c\ub2e4. \ubaa8\ud53c\ub97c \uc8fc\uba74 \ub354 \ub9ce\uc740 \ubaa8\ud53c\ub97c \uac00\uc838\uc628\ub2e4\uace0 \ud55c\ub2e4.", "in exchange, the wanderer offers his wisdom.": "\ub098\uadf8\ub124\ub294 \ub313\uac00\ub85c \uc9c0\ud61c\ub97c \ub098\ub220\uc900\ub2e4.", "sulphur miner": "\uc720\ud669 \uad11\ubd80", "a small basket of food is hidden under a park bench, with a note attached.": "\uc791\uc740 \uc74c\uc2dd \ubc14\uad6c\ub2c8\uac00 \uacf5\uc6d0 \ubc34\uce58 \uc544\ub798\uc5d0 \uc228\uaca8\uc838 \uc788\ub2e4. \ucabd\uc9c0\uac00 \ub0a8\uaca8\uc838 \uc788\ub2e4.", "warm": "\ub530\uc2a4\ud558\ub2e4", "the sound of gunfire carries on the wind.": "\ucd1d\uc18c\ub9ac\uac00 \ubc14\ub78c\uc5d0 \uac19\uc774 \uba54\uc544\ub9ac\uce5c\ub2e4.", "stoke fire": "\ubd88 \ub54c\uae30", "lift off": "\uc774\ub959", "shoot": "\uc3d8\uae30", "none": "\uc5c6\uc74c", "leave town": "\ub9c8\uc744 \ub5a0\ub098\uae30", "most of the windows at ground level are busted anyway.": "\ud558\uc9c0\ub9cc 1\uce35\uc758 \ucc3d\ubb38\uc774 \uac70\uc758 \ub2e4 \uae68\uc838 \uc788\ub2e4.", "a strange looking bird speeds across the plains": "\uc774\uc0c1\ud558\uac8c \uc0dd\uae34 \uc0c8\uac00 \ud3c9\uc57c\ub97c \uac00\ub85c\uc9c8\ub7ec \ub0a0\uc544\uc628\ub2e4", "linger": "\uba38\ubb3c\uae30", "take:": "\uac00\uc838\uac00\uae30:", "connect game to dropbox local storage": "\uac8c\uc784\uc744 \ub4dc\ub86d\ubc15\uc2a4 \ub85c\uceec \uc800\uc7a5\uc18c\uc5d0 \uc5f0\uacb0\ud558\uae30", "strange bird": "\uc774\uc0c1\ud55c \uc0c8", "if the code is invalid, all data will be lost.": "\uc785\ub825\ud558\uc2e0 \ucf54\ub4dc\uac00 \uc815\ud655\ud558\uc9c0 \uc54a\uc73c\uba74, \ubaa8\ub4e0 \ub370\uc774\ud130\uac00 \uc0ac\ub77c\uc9d1\ub2c8\ub2e4.", "A Feral Terror": "\ub5a0\ub3c4\ub294 \uacf5\ud3ec", "can't see what's inside.": "\uc548\uc740 \ub4e4\uc5ec\ub2e4 \ubcfc \uc218 \uc5c6\ub2e4.", "a large beast charges out of the dark": "\ud070 \uc9d0\uc2b9\uc774 \ub09c\ub370\uc5c6\uc774 \ub098\ud0c0\ub09c\ub2e4", "salvage": "\uc778\uc591\ud558\uae30", "grenade": "\uc218\ub958\ud0c4", "the stranger in the corner stops shivering. her breathing calms.": "\uad6c\uc11d\uc758 \uc5ec\uc790\ub294 \ubd80\ub4e4\uac70\ub9ac\uae30\ub97c \uba48\ucd98\ub2e4. \uc228\uc774 \ubc14\ub974\uac8c \ub3cc\uc544\uc628\ub2e4.", "a small suburb lays ahead, empty houses scorched and peeling.": "\uc791\uc740 \ub3c4\uc2dc\uac00 \ub208 \uc55e\uc5d0 \ubcf4\uc774\uace0, \uadf8\uc744\ub9ac\uace0 \uce60\uc774 \ubc97\uaca8\uc9c4 \ube48 \uc9d1\uc774 \uac00\ub4dd\ud558\ub2e4.", "a wanderer arrives with an empty cart. says if he leaves with wood, he'll be back with more.": "\ube48 \uc218\ub808\ub97c \ub04c\uace0 \ub5a0\ub3cc\uc774\uac00 \ub098\ud0c0\ub09c\ub2e4. \ub098\ubb34\ub97c \uc8fc\uba74 \ub354 \ub9ce\uc740 \ub098\ubb34\ub97c \uac00\uc838\uc628\ub2e4\uace0 \ud55c\ub2e4.", "gaunt man": "\uc218\ucc99\ud55c \uc0ac\ub78c", "a squat building up ahead.": "\uc800 \ud3b8\uc5d0 \ub204\uad70\uac00 \ube7c\uc557\uc740 \ub4ef\ud55c \uac74\ubb3c\uc774 \ubcf4\uc778\ub2e4.", "a thug moves out of the shadows.": "\ubd88\ud55c\ub2f9\uc774 \uadf8\ub9bc\uc790 \uc0ac\uc774\uc5d0\uc11c \ub098\ud0c0\ub09c\ub2e4.", "An Outpost": "\uc804\ucd08 \uae30\uc9c0", "there's not much, but some useful things can still be found.": "\ubcc4\ub85c \ub9ce\uc9c0\ub294 \uc54a\uc9c0\ub9cc, \uadf8\ub798\ub3c4 \uc4f8\ubaa8 \uc788\ub294 \uac83\ub3c4 \ucc3e\uc744 \uc218 \uc788\ub2e4.", " and ": ", ", "an improvised shop is set up on the sidewalk.": "\uac13\uae38\uc5d0\ub294 \ud5c8\ub984\ud55c \uac00\uac8c\uac00 \uc9c0\uc5b4\uc838 \uc788\ub2e4.", "cured meat": "\ud6c8\uc81c \uace0\uae30", "builder puts up a hut, out in the forest. says word will get around.": "\uc77c\uafbc\uc774 \uc800 \uc232 \uc18d\uc5d0 \uc624\ub450\ub9c9\uc744 \uc9d3\ub294\ub2e4. \uace7 \uc18c\ubb38\uc774 \ud37c\uc9c0\uaca0\uc9c0.", "learned how not to be seen": "\ubcf4\uc774\uc9c0 \uc54a\uac8c \uc228\ub294 \ubc95\uc744 \ubc30\uc6e0\ub2e4", "punches do more damage": "\uc8fc\uba39\uc774 \ub354 \uac15\ud574\uc9c4\ub2e4", "some traps have been destroyed": "\ub36b \uba87 \uac1c\uac00 \uc644\uc804\ud788 \ubd80\uc11c\uc838 \uc788\ub2e4.", "castoff from the mammoth drills can still be found by the edges of the precipice.": "\ubcbc\ub7c9 \ub05d\uc5d0\ub294 \ubc84\ub824\uc9c4 \ucd08\ub300\ud615 \ub4dc\ub9b4\uc774 \uc544\uc9c1 \ub0a8\uc544\uc788\ub2e4.", "well armed men charge out of the forest, firing into the crowd.": "\uc644\uc804 \ubb34\uc7a5\ud55c \uc0ac\ub78c\ub4e4\uc774 \uc232\uc5d0\uc11c \ub6f0\uccd0\ub098\uc624\uba70, \uc8fc\ubbfc\ub4e4\uc5d0\uac8c \ucd1d\uc744 \uc3dc\ub2e4.", "deep in the swamp is a moss-covered cabin.": "\ub2aa\uc9c0 \uae4a\uc740 \uacf3\uc5d0 \uc774\ub07c\ub85c \ub4a4\ub36e\ud78c \uc624\ub450\ub9c9\uc774 \uc788\ub2e4.", "app store.": "\uc571 \uc2a4\ud1a0\uc5b4.", "An Old Starship": "\uc624\ub798\ub41c \uc6b0\uc8fc\uc120", "ignore it": "\ubb34\uc2dc\ud558\uae30", "hot": "\ub728\uac81\ub2e4", "upgrade engine": "\uc5d4\uc9c4 \ud5a5\uc0c1", "forest": "\uc232", "give 500": "500\uac1c \uc8fc\uae30", "A Dark Room": "\uc5b4\ub450\uc6b4 \ubc29", "a battle was fought here, long ago.": "\uc608\uc804\uc5d0 \uc5ec\uae30\uc11c \uc804\uc7c1\uc774 \uc77c\uc5b4\ub09c \ubaa8\uc591\uc774\ub2e4.", "builder says leather could be useful. says the villagers could make it.": "\uc77c\uafbc\uc740 \uac00\uc8fd\uc774 \uc4f8\ubaa8 \uc788\uc744\uac70\ub77c \ud55c\ub2e4. \uc8fc\ubbfc\ub4e4\uc774 \uac00\uc8fd\uc744 \ub9cc\ub4e4 \uc218 \uc788\ub2e4\uace0 \ud55c\ub2e4.", "craft:": "\uc791\uc5c5\uc7a5", "Iron Mine": "\ucca0 \uad11\uc0b0", "coal mine": "\uc11d\ud0c4 \uad11\uc0b0", "bits of meat": "\uace0\uae30 \ud1a0\ub9c9", "scavengers must have gotten to this place already.": "\uc880\ub3c4\ub451\ub4e4\uc774 \uba3c\uc800 \ub2e4\ub140\uac04 \uac8c \ud2c0\ub9bc\uc5c6\ub2e4.", "the remains of an old camp sits just inside the cave.": "\ub3d9\uad74 \uc548\ucabd\uc5d0 \uc624\ub798\ub41c \uc57c\uc601\uc9c0\uac00 \ub0a8\uc544\uc788\ub2e4.", "The Village": "\ub9c8\uc744", "snarling beast": "\uc0ac\ub098\uc6b4 \uc9d0\uc2b9", "soldiers patrol the perimeter, rifles slung over their shoulders.": "\uad70\uc778\ub4e4\uc774 \uc8fc\uc704\ub97c, \uc5b4\uae68\uc5d0 \uc18c\ucd1d\uc744 \ub9e4\uace0 \uc21c\ucc30\ud55c\ub2e4.", "a swarm of rats rushes up the tunnel.": "\ub4e4\uc950 \ubb34\ub9ac\uac00 \ud130\ub110\uc744 \ubd80\ub9ac\ub098\ucf00 \uac00\ub85c\uc9c0\ub978\ub2e4.", "faces, darkened by soot and blood, stare out from crooked huts.": "\uadf8\uc744\uc74c\uacfc \ud53c\ub85c \uae4c\ub9e4\uc9c4 \uc5bc\uad74\uc774, \ube44\ub6a4\ube44\ub6a4\ud55c \uc624\ub450\ub9c9\uc5d0\uc11c \ub098\ub97c \uccd0\ub2e4\ubcf8\ub2e4.", "strange noises can be heard through the walls": "\uc774\uc0c1\ud55c \uc18c\ub9ac\uac00 \ubcbd \ub108\uba38\ub85c \ub4e4\ub824\uc628\ub2e4.", "coal": "\uc11d\ud0c4", "Stratosphere": "\uc131\uce35\uad8c", "man-eater": "\uc778\uac04 \uc0ac\ub0e5\uafbc", "can't tell what they're up to.": "\ubb34\uc5bc \ud558\ub824\ub294 \uac74\uc9c0 \ubaa8\ub974\uaca0\ub2e4.", "enter": "\ub4e4\uc5b4\uac00\uae30", "a destroyed village lies in the dust.": "\ud30c\uad34\ub41c \ub9c8\uc744\uc774 \ud759\uba3c\uc9c0\ub3c4 \ub4a4\ub36e\uc5ec \uc788\ub2e4.", "Ship": "\uc6b0\uc8fc\uc120", "better avoid conflict in the wild": "\uc57c\uc678\uc5d0\uc11c\ub294 \uc2f8\uc6b0\uc9c0 \uc54a\ub294 \ud3b8\uc774 \ub354 \ub0ab\ub2e4", "talk": "\uc774\uc57c\uae30\ud558\uae30", "another beast, draw by the noise, leaps out of a copse of trees.": "\ub2e4\ub978 \ub3d9\ubb3c \ud55c \ub9c8\ub9ac\uac00 \uc18c\ub9ac\uc5d0 \uc774\ub04c\ub824, \ub098\ubb34\ub97c \ubc15\ucc28\uace0 \ud384\uca4d \ub6f4\ub2e4.", "A Soldier": "\uad70\uc778", "the man expresses his thanks and hobbles off.": "\uadf8 \uc0ac\ub78c\uc740 \uace0\ub9c8\uc6cc\ud558\uba70 \ube44\ud2c0\ube44\ud2c0 \ub5a0\ub09c\ub2e4.", "battered technology from both sides lays dormant on the blasted landscape.": "\ub9dd\uac00\uc9c4 \ub3c4\uad6c\ub4e4\uc774 \ud30c\uad34\ub41c \uc870\uacbd \uc544\ub798 \uc58c\uc804\ud788 \uc7a0\ub4e4\uc5b4\uc788\ub2e4.", "the villagers haul a filthy man out of the store room.": "\uc8fc\ubbfc\ub4e4\uc774 \ucc3d\uace0\uc5d0\uc11c \uaf80\uc8c4\uc8c4\ud55c \uc0ac\ub78c\uc744 \ud558\ub098 \uc7a1\uc558\ub2e4.", "strips of meat are hung up to dry in this ward.": "\uc774 \ubcd1\uc2e4\uc5d0\uc11c\ub294 \uace0\uae43\ub369\uc5b4\ub9ac\ub97c \ub9d0\ub9ac\uace0 \uc788\ub2e4.", "the familiar curves of a wanderer vessel rise up out of the dust and ash. ": "\uc5ec\ud589\uc120\uc758 \uc775\uc219\ud55c \uace1\uc120\uc774 \uba3c\uc9c0\uc640 \uc7ac \uc0ac\uc774\ub85c \ubaa8\uc2b5\uc744 \ub4dc\ub7ec\ub0b8\ub2e4.", "all the work of a previous generation is here.": "\uc61b \uc2dc\ub300\uc5d0 \ub9cc\ub4e0 \ubb3c\uac74\uc774 \uc5ec\uae30 \ub2e4 \uc788\ub2e4.", "cold": "\ucda5\ub2e4", "the iron mine is clear of dangers": "\ucca0 \uad11\uc0b0\uc740 \uc774\uc81c \uc704\ud5d8\ud558\uc9c0 \uc54a\ub2e4.", "the military presence has been cleared.": "\uad70\ub300\ub97c \ubaa8\ub450 \uc815\ub9ac\ud588\ub2e4.", "A Crashed Starship": "\ucd94\ub77d\ud55c \uc6b0\uc8fc\uc120", "the fire is {0}": "\ubd88\uc774 {0}", "A Lonely Hut": "\uc678\ub85c\uc6b4 \uc624\ub450\ub9c9", "buy teeth": "\uc774\ube68 \uc0ac\uae30", "a small supply cache is hidden at the back of the cave.": "\ub3d9\uad74\uc758 \ub4a4\ud3b8\uc5d0\ub294 \ubb3c\uac74\uc774 \uc870\uae08 \uc228\uaca8\uc838 \uc788\ub2e4.", "iron's stronger than leather": "\ucca0\uc740 \uac00\uc8fd\ubcf4\ub2e4 \ud2bc\ud2bc\ud558\ub2e4", "bedrolls, torn and blackened, lay beneath a thin layer of dust.": "\ucc22\uc5b4\uc9c0\uace0 \uc0c8\uae4c\ub9e4\uc9c4 \uce68\ub0ad\uc774 \uba3c\uc9c0\uc5d0 \uc587\uac8c \ub36e\uc5ec\uc788\ub2e4.", "dodge attacks more effectively": "\uacf5\uaca9\uc744 \ub354\uc6b1 \uc798 \ud53c\ud558\uac8c \ub41c\ub2e4", "hull: ": "\uc120\uccb4:", "a madman attacks, screeching.": "\ubbf8\uce5c \uc0ac\ub78c\uc774 \ub0a0\uce74\ub86d\uac8c \uc6b8\ubd80\uc9d6\uc73c\uba70 \uacf5\uaca9\ud574\uc628\ub2e4.", "thieves": "\ub3c4\ub451", "the towers that haven't crumbled jut from the landscape like the ribcage of some ancient beast.": "\ubb34\ub108\uc9c0\uc9c0 \uc54a\uc740 \uac74\ubb3c\uc740 \ub545\uc5d0\uc11c \ub9c8\uce58 \uace0\ub300 \ub3d9\ubb3c\ub4e4\uc758 \uac08\ube44\ubf08\ucc98\ub7fc \uc19f\uc544 \uc62c\ub790\ub2e4.", "lights off.": "\uc5b4\ub461\uac8c.", "someone had been stockpiling loot here.": "\ub204\uad70\uac00\uac00 \uc804\ub9ac\ud488\uc744 \uc5ec\uae30\uc5d0 \uc313\uc544\ub193\uace0 \uc788\uc5c8\ub2e4.", "learned to look ahead": "\uc55e\uc744 \ub0b4\ub2e4\ubcf4\ub294 \ubc95\uc744 \ubc30\uc6e0\ub2e4", "the mine is now safe for workers.": "\uc774\uc81c \uc77c\uafbc\ub4e4\uc774 \ub9c8\uc74c \ub193\uace0 \uc77c\ud560 \uc218 \uc788\ub2e4.", "Coal Mine": "\uc11d\ud0c4 \uad11\uc0b0", "empty corridors.": "\ube48 \ubcf5\ub3c4.", "save to slot": "\uc5ec\uae30\uc5d0 \uc800\uc7a5\ud558\uae30", "the owner stands by, stoic.": "\uc8fc\uc778\uc774 \ud754\ub4e4\ub9bc \uc5c6\uc774 \uc11c \uc788\ub2e4.", "hunter": "\uc0ac\ub0e5\uafbc", "strips of meat hang drying by the side of the street.": "\uac13\uae38\uc5d0\ub294 \uace0\uae43\ub369\uc5b4\ub9ac\uac00 \ub9d0\ub77c\uac00\uace0 \uc788\ub2e4.", "more squatters are crowding around now.": "\ubd80\ub791\uc790\ub4e4\uc774 \uc8fc\uc704\uc5d0 \uac00\ub4dd\ud558\ub2e4.", "some weird glowing boxes he picked up on his travels.": "\uc5ec\ud589\uc744 \ud558\uba74\uc11c \uc5bb\uc740 \ube5b\ub098\ub294 \uc0c1\uc790", "a panicked scavenger bursts through the door, screaming.": "\uac81\uc5d0 \uc9c8\ub9b0 \uc880\ub3c4\ub451\uc774 \uad34\uc131\uc744 \uc9c0\ub974\uba70 \ubb38\uc744 \ubc15\ucc2c\ub2e4.", "give 50": "50\uac1c \uc8fc\uae30", "wagon": "\ub9c8\ucc28", "An Old House": "\uc624\ub798\ub41c \uc9d1", "a soldier, alerted, opens fire.": "\uacbd\uacc4 \ud558\ub358 \uad70\uc778\uc774 \ucd1d\uc744 \uc3dc\ub2e4.", "meat": "\uace0\uae30", "the tunnel opens up at another platform.": "\ub2e4\ub978 \uc2b9\uac15\uc7a5\uc5d0\uc11c \ud130\ub110\uc744 \ubc1c\uacac\ud55c\ub2e4.", "a terrible plague is fast spreading through the village.": "\ub054\ucc0d\ud55c \uc804\uc5fc\ubcd1\uc774 \ub9c8\uc744\uc5d0 \ube60\ub974\uac8c \ubc88\uc9c4\ub2e4.", "the gaunt man is dead": "\uc218\ucc99\ud55c \uc0ac\ub78c\uc774 \uc8fd\uc5c8\ub2e4", "bone spear": "\ubf08 \ucc3d", "trap": "\ub36b", "the street ahead glows with firelight.": "\uc800\ud3b8\uc758 \ub3c4\ub85c\ub294 \ubd88\ube5b\uc73c\ub85c \uac00\ub4dd\ud558\ub2e4.", "armourer": "\ubb34\uae30 \uc7a5\uc778", "a large shanty town sprawls across the streets.": "\ud310\uc790\ucd0c\uc774 \uac70\ub9ac\ub97c \ub530\ub77c \uba40\ub9ac \uba40\ub9ac \uc81c \uba4b\ub300\ub85c \ubed7\uc5b4 \uc788\ub2e4.", "the shell of a burned out car blocks the entrance.": "\ubd88\ud0c0\ubc84\ub9b0 \uc790\ub3d9\ucc28\uc758 \uc794\ud574\uac00 \ubb38\uc744 \ub9c9\uace0 \uc788\ub2e4.", "a small group arrives, all dust and bones.": "\uc791\uc740 \uc9d1\ub2e8\uc774 \ub3c4\ucc29\ud55c\ub2e4. \uba3c\uc9c0\ud22c\uc131\uc774\uc5d0 \ubf08\ub9cc \ub0a8\uc558\ub2e4.", "A Ruined City": "\ud669\ud3d0\ud55c \ub3c4\uc2dc", "weight": "\ubb34\uac8c", "torch": "\ud683\ubd88", "The Thief": "\ub3c4\ub451", "not enough cloth": "\ucc9c\uc774 \ubd80\uc871\ud558\ub2e4", "a youth lashes out with a tree branch.": "\uc80a\uc740\uc774 \ud558\ub098\uac00 \ub098\ubb47\uac00\uc9c0\ub97c \ud718\ub450\ub974\uba70 \ub098\ud0c0\ub09c\ub2e4.", "the rest of the hospital is empty.": "\ubcd1\uc6d0\uc758 \ub2e4\ub978 \ucabd\uc740 \ubaa8\ub450 \ube44\uc5b4\uc788\ub2e4.", "connect": "\uc5f0\uacb0", "learned to be where they're not": "\uc774\ub9ac\ub85c \uc624\uba74 \uc800\ub9ac\ub85c \ud53c\ud558\ub294 \ubc95\uc744 \ubc30\uc6e0\ub2e4", "go twice as far without eating": "\uba39\uc9c0 \uc54a\uace0 \ub450\ubc30\uc758 \uac70\ub9ac\ub97c \uac08 \uc218 \uc788\ub2e4", "scavenger'd been looking for supplies in here, it seems.": "\uc880\ub3c4\ub451\uc740 \uc5ec\uae30\uc11c \ubcf4\uae09\ud488\uc744 \ucc3e\uace0\uc788\ub358 \ubaa8\uc591\uc774\ub2e4.", "there's nothing else here.": "\uc5ec\uae30\uc5d4 \uc774\uc81c \uc544\ubb34\uac83\ub3c4 \uc5c6\ub294 \uac83 \uac19\ub2e4.", "the plague is kept from spreading.": "\uc804\uc5fc\ubcd1\uc774 \ub354 \uc774\uc0c1\uc740 \ud37c\uc9c0\uc9c0 \uc54a\ub294\ub2e4.", "the cask holds enough water for longer expeditions": "\ubb3c\ud1b5\uc740 \uae34 \uc5ec\ud589\uc5d0 \ucda9\ubd84\ud55c \ubb3c\uc744 \uc800\uc7a5\ud560 \uc218 \uc788\ub2e4", "check traps": "\ub36b \ud655\uc778", "Plague": "\uc804\uc5fc\ubcd1", "a fire has started": "\ub9c8\uc744\uc5d0 \ubd88\uc774 \ub09c\ub2e4", "medicine": "\uc57d", "the old man had a small cache of interesting items.": "\ub299\uc740\uc774\ub294 \ud765\ubbf8\ub85c\uc6b4 \ubb3c\uac74\uc73c\ub85c \uac00\ub4dd \ucc2c \uc791\uc740 \uc0c1\uc790\ub97c \uac16\uace0 \uc788\ub2e4.", "tannery": "\ubb34\ub450\uc2e4", "lob": "\ub358\uc9c0\uae30", "no more room for huts.": "\ub354 \uc774\uc0c1 \uc624\ub450\ub9c9\uc744 \uc9c0\uc744 \uacf5\uac04\uc774 \uc5c6\ub2e4.", "they took what they came for, and left.": "\ud544\uc694\ud55c \uac83\uc744 \ucc59\uae30\uace0 \ub098\uc11c\ub294 \ub5a0\ub0ac\ub2e4.", "through the large gymnasium doors, footsteps can be heard.": "\ucee4\ub2e4\ub780 \uccb4\uc721\uad00 \ubb38 \ub108\uba38\ub85c, \ubc1c\uc790\uad6d \uc18c\ub9ac\uac00 \ub4e4\ub9b0\ub2e4.", "a large creature attacks, claws freshly bloodied": "\ucee4\ub2e4\ub780 \ub3d9\ubb3c\uc774, \uc0b4\uc810\uacfc \ud53c\uac00 \ubb3b\uc740 \ubc1c\ud1b1\uc73c\ub85c \uacf5\uaca9\ud574 \uc628\ub2e4", "a green cross barely visible behind grimy windows.": "\ub354\ub7ec\uc6b4 \ucc3d \ub108\uba38\ub85c \ucd08\ub85d \uc2ed\uc790\uac00\uac00 \ud76c\ubbf8\ud558\uac8c \ubcf4\uc778\ub2e4.", "a sick man hobbles up": "\ubcd1\ub4e0 \uc0ac\ub78c\uc774 \ube44\ud2c0\ube44\ud2c0 \ub2e4\uac00\uc628\ub2e4", "An Abandoned Town": "\ubc84\ub824\uc9c4 \ub9c8\uc744", "cart": "\uc218\ub808", "might be things worth having still inside.": "\uc4f8\ubaa8\uc788\ub294 \uac83\uc774 \uc548\uc5d0 \uc788\uc744 \uc9c0\ub3c4 \ubaa8\ub978\ub2e4.", "the wood has run out": "\ub098\ubb34\uac00 \ub2e4 \ub5a8\uc5b4\uc84c\ub2e4", "The Master": "\uba85\uc778", "thrust": "\uce58\uae30", "water replenished": "\ubb3c\uc744 \ucc44\uc6e0\ub2e4", "a soldier opens fire from across the desert": "\uc0ac\ub9c9 \ub108\uba38\uc5d0\uc11c \uad70\uc778 \ud558\ub098\uac00 \ucd1d\uc744 \uc3dc\ub2e4", "go twice as far without drinking": "\ubb3c\uc744 \uc548 \ub9c8\uc2dc\uace0\ub3c4 \ub450 \ubc30 \uba40\ub9ac \uac08 \uc218 \uc788\ub2e4", "the tentacular horror is defeated.": "\ucd09\uc218 \uad34\ubb3c\uc744 \uc8fd\uc600\ub2e4.", "an overturned caravan is spread across the pockmarked street.": "\uc9d0\ub9c8\ucc28\uac00 \uc790\ube60\uc838\uc11c \uc5c9\ub9dd\uc9c4\ucc3d\uc778 \uac70\ub9ac \uc8fc\uc704\uc5d0 \ub110\ubd80\ub7ec\uc838 \uc788\ub2e4.", "the villagers retreat to mourn the dead.": "\uc8fc\ubbfc\ub4e4\uc740 \uc8fd\uc740 \uc774\ub4e4\uc744 \uc704\ud574 \ub208\ubb3c\uc744 \ud758\ub9ac\uba70 \ubb3c\ub7ec\uc120\ub2e4.", "A Modest Village": "\ubcf4\ud1b5 \ub9c8\uc744", "A Damp Cave": "\ucd95\ucd95\ud55c \ub3d9\uad74", "swing": "\ud718\ub450\ub974\uae30", "alien alloy": "\uc678\uacc4 \ud569\uae08", "export or import save data, for backing up": "\ubc31\uc5c5\uc774\ub098 \ub2e4\ub978 \ucef4\ud4e8\ud130\uc5d0\uc11c \ud50c\ub808\uc774\ud558\uae30 \uc704\ud574", "smokehouse": "\ud6c8\uc5f0\uc2e4", "vague shapes move, just out of sight.": "\ud76c\ubbf8\ud55c \ud615\ud0dc\uac00 \uc6c0\uc9c1\uc774\ub294 \uac83\uc744 \ud3ec\ucc29\ud588\ub2e4.", "Wanderer": "\ubc29\ub791\uc790", "the earth here is split, as if bearing an ancient wound": "\uc774\uacf3\uc740 \ub545\uc740, \uc624\ub79c \uc0c1\ucc98\ub97c \uacac\ub38c\uc628 \uac83\ucc98\ub7fc \uac08\ub77c\uc838\uc788\ub2e4", "the compass points southeast": "\ub098\uce68\ubc18\uc774 \ub0a8\ub3d9\ucabd\uc744 \uac00\ub9ac\ud0a8\ub2e4", "barbarian": "\uaca9\ud22c\uac00", "the wanderer leaves, cart loaded with furs": "\uc218\ub808 \uac00\ub4dd \ubaa8\ud53c\ub97c \uc2e3\uace0, \ub5a0\ub3cc\uc774\uac00 \ub5a0\ub09c\ub2e4", "there are still supplies inside.": "\uc548\uc5d0\ub294 \ubcf4\uae09\ud488\uc774 \uc788\ub2e4.", "traps are more effective with bait.": "\ub36b\uc740 \ubbf8\ub07c\uac00 \uc788\uc73c\uba74 \ub354 \ud6a8\uacfc\uc801\uc774\ub2e4.", "rusted chainlink is pulled across an alleyway.": "\ub179\uc2a8 \ucca0\ub9dd\uc774 \uace8\ubaa9\uc5d0 \ub118\uc5b4\uc838 \uc788\ub2e4.", "a sickness is spreading through the village.": "\uc9c8\ubcd1\uc774 \ub9c8\uc744\uc5d0 \ud37c\uc9c0\uace0\uc788\ub2e4.", "tangle": "\uc62d\uc544\ub9e4\uae30", "miss": "\ud68c\ud53c", "the meat has run out": "\uace0\uae30\uac00 \ub2e4 \ub5a8\uc5b4\uc84c\ub2e4", "a beast charges out of a ransacked classroom.": "\ub09c\uc7a5\ud310\uc774 \ub41c \uad50\uc2e4\uc5d0\uc11c \uc9d0\uc2b9\uc774 \ub6f0\uccd0 \ub098\uc628\ub2e4.", "lucky that the natives can't work the mechanisms.": "\uc6d0\uc8fc\ubbfc\ub4e4\uc774 \uc791\ub3d9\ubc95\uc744 \ubab0\ub77c\uc11c \ub2e4\ud589\uc774\ub2e4.", "the rickety cart will carry more wood from the forest": "\uc5c9\uc131\ud55c \uc218\ub808\ub85c \uc232\uc5d0\uc11c \ub354 \ub9ce\uc740 \ub098\ubb34\ub97c \uac00\uc838\uc62c\uc218 \uc788\uc744 \uac83 \uac19\ub2e4", "just as deadly now as they were then.": "\uc608\uc804\uacfc \ub611\uac19\uc774 \uce58\uba85\uc801\uc778 \ubb34\uae30\uc774\ub2e4.", "builder just shivers": "\uc77c\uafbc\uc740 \uadf8\ub0e5 \ub5a8\uae30\ub9cc \ud55c\ub2e4", "a second soldier joins the fight.": "\ub450 \ubc88\uc9f8 \uad70\uc778\uc774 \ub07c\uc5b4\ub4e0\ub2e4.", "attack": "\uacf5\uaca9", "go inside": "\uc548\uc73c\ub85c \ub4e4\uc5b4\uac00\uae30", "turn her away": "\uadf8\ub0e5 \ubcf4\ub0b4\uae30", "dropbox.": "\ub4dc\ub86d\ubc15\uc2a4.", "reinforce hull": "\uc120\uccb4 \ubcf4\uac15", "not enough wood to get the fire going": "\ubd88\uc744 \ub554 \ub098\ubb34\uac00 \uc5c6\ub2e4", "a stranger arrives in the night": "\ubc24\uc911\uc5d0 \uc774\ubc29\uc778\uc774 \ub2f9\ub3c4\ud55c\ub2e4", "hut": "\uc624\ub450\ub9c9", "trapper": "\ub36b \uc7a5\uc778", "a battered highway sign stands guard at the entrance to this once-great city.": "\ucc0c\uadf8\ub7ec\uc9c4 \uace0\uc18d\ub3c4\ub85c \ud45c\uc9c0\ud310\uc774 \ud55c \ub54c\ub294 \ubc88\uc131\ud588\ub358 \uc774 \ub3c4\uc2dc\uc758 \uc785\uad6c\uc5d0 \uc11c \uc788\ub2e4.", "rifle": "\uc18c\ucd1d", "sulphur": "\uc720\ud669", "steel": "\uac15\ucca0", "the stranger is standing by the fire. she says she can help. says she builds things.": "\uc5ec\uc790\uac00 \ubd88 \uac00\uc5d0 \uc11c \uc788\ub2e4. \ub3c4\uc640\uc904 \uc218 \uc788\ub2e4\uace0, \uc190\uc7ac\uc8fc\uac00 \uc788\ub2e4\uace0 \ud55c\ub2e4.", "the sickness is cured in time.": "\uc9c8\ubcd1\uc774 \uc81c\ub54c \uce58\uc720\ub418\uc5c8\ub2e4.", "the only hope is a quick death.": "\uc8fd\uae30\ub9cc\uc744 \ubc14\ub784 \uc218 \ubc16\uc5d0.", "score for this game: {0}": "\uc774 \uac8c\uc784\uc758 \ucd1d \uc810\uc218: {0}", "the lizard is dead": "\ub3c4\ub9c8\ubc40\uc774 \uc8fd\uc5c8\ub2e4", "iron": "\ucca0", "fires burn in the courtyard beyond.": "\uadf8 \ub108\uba38\uc758 \uacf5\ud130\uac00 \ubd88\ud0c0\uace0 \uc788\ub2e4.", "builder": "\uc77c\uafbc", "a large creature lunges, muscles rippling in the torchlight": "\ucee4\ub2e4\ub780 \ub3d9\ubb3c\uc774 \ud55c\ub2ec\uc74c\uc5d0 \ub0b4\ub2eb\uace0, \ud683\ubd88\uc5d0 \uc694\ub3d9\uce58\ub294 \uadfc\uc721\uc774 \ube44\uce5c\ub2e4", "something's causing a commotion a ways down the road.": "\uae38 \uc800\ud3b8\uc5d0\uc11c \ubb54\uac00\uac00 \uc18c\ub780\uc744 \ud53c\uc6b0\uace0\uc788\ub2e4.", "A Barren World": "\ubd88\ubaa8\uc9c0", "A Firelit Room": "\ubd88\uc774 \uc9c0\ud3b4\uc9c4 \ubc29", "some wood is missing.": "\ub098\ubb34\uac00 \uc870\uae08 \uc0ac\ub77c\uc838\uc788\ub2e4.", "The Beggar": "\uac70\uc9c0", "Troposphere": "\ub300\ub958\uad8c", "ripe for the picking.": "\uc218\ud655\ud560 \ub54c\uac00 \ub418\uc5c8\ub2e4.", "A Destroyed Village": "\ud30c\uad34\ub41c \ub9c8\uc744", "coal miner": "\uc11d\ud0c4 \uad11\ubd80", "not enough teeth": "\uc774\ube68\uc774 \ubd80\uc871\ud558\ub2e4", "all he has are some scales.": "\uc774 \uc0ac\ub78c\uc774 \uac00\uc9c4 \uac74 \ube44\ub298 \uba87 \uac1c \ubfd0\uc774\ub2e4.", "learned to predict their movement": "\uadf8\ub4e4\uc758 \uc6c0\uc9c1\uc784\uc774 \ub208\uc5d0 \ubcf4\uc774\uae30 \uc2dc\uc791\ud588\ub2e4", "the nights are rent with screams.": "\ubc24\uc5d0\ub294 \ud1b5\uace1\uc774 \ub04a\uc774\uc9c0 \uc54a\ub294\ub2e4.", "take": "\uac00\uc838\uac00\uae30", "the scavenger is dead": "\uc880\ub3c4\ub451\uc774 \uc8fd\uc5c8\ub2e4", "a nomad shuffles into view, laden with makeshift bags bound with rough twine.": "\uc720\ubaa9\ubbfc\uc774 \uba40\ub9ac\uc11c, \uc5bc\uae30\uc124\uae30 \uc5ee\uc5b4 \ub9cc\ub4e0 \ubc30\ub0ad\uc5d0 \ubb3c\uac74\uc744 \ub2f4\uace0 \ub098\ud0c0\ub09c\ub2e4.", "a convoy lurches in, equal parts worry and hope.": "\ud070 \ubb34\ub9ac\uac00 \ub2f9\ub3c4\ud558\uace0, \uac71\uc815\uacfc \ud76c\ub9dd\uc774 \uad50\ucc28\ud55c\ub2e4.", "the map uncovers a bit of the world": "\uc9c0\ub3c4\ub294 \uc138\uc0c1\uc744 \uc870\uae08 \ubcf4\uc5ec\uc900\ub2e4", "the shot echoes in the empty street.": "\ube48 \uac70\ub9ac\uc5d0\uc11c \ucd1d\uc18c\ub9ac\uac00 \uba54\uc544\ub9ac\uce5c\ub2e4.", "the sounds stop.": "\uc18c\ub9ac\uac00 \uba48\ucd98\ub2e4.", "rucksack": "\uc790\ub8e8", "the towers of a decaying city dominate the skyline": "\uc1e0\ub77d\ud55c \ub3c4\uc2dc\uc758 \uac74\ubb3c\ub9cc\uc774 \uc9c0\ud3c9\uc120\uc744 \ub4a4\ub36e\uace0 \uc788\ub2e4", "lights on.": "\ubc1d\uac8c.", "a torch to keep the dark away": "\uc5b4\ub460\uc744 \ucad2\uae30 \uc704\ud55c \ud683\ubd88", "some good stuff woven into its nest.": "\ub465\uc9c0 \uc5ec\uae30\uc800\uae30\uc5d0 \uc88b\uc740 \ubb3c\uac74\uc774 \uba87 \uac1c \uc5bd\ud600 \uc788\ub2e4.", "starvation sets in": "\ud5c8\uae30\uac00 \ubc00\ub824\uc628\ub2e4", "charm": "\uc7a5\uc2e0\uad6c", "the sniper is dead": "\uc800\uaca9\uc218\uac00 \uc8fd\uc5c8\ub2e4", "nothing": "\uc0ac\uc591\ud558\uae30", "say his folk have been skimming the supplies.": "\ucc3d\uace0\ub97c \ub4a4\uc9c0\uace0 \uc788\uc5c8\ub2e4\uace0 \ud55c\ub2e4.", "Restart?": "\uc7ac\uc2dc\uc791?", "this is irreversible.": "\uc774\uac83\uc740 \ub418\ub3cc\ub9b4 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.", "the town's booming. word does get around.": "\ub9c8\uc744\uc774 \uc131\uc7a5\ud55c\ub2e4. \uc0ac\ub78c\ub4e4\uc774 \uc18c\ubb38\uc744 \ub4e3\ub294 \uac83 \uac19\ub2e4.", "Dropbox connection": "\ub4dc\ub86d\ubc15\uc2a4 \uc5f0\uacb0", "arms and munitions, relics from the war, are neatly arranged on the store-room floor.": "\uc804\uc7c1 \uc720\ubb3c\uc778 \ubb34\uae30\uc640 \ud0c4\uc57d\uc774 \ucc3d\uace0\uce35\uc5d0 \uac00\uc9c0\ub7f0\ud788 \ub193\uc5ec\uc788\ub2e4.", "iron miner": "\ucca0 \uad11\ubd80", "give 100": "100\uac1c \uc8fc\uae30", "Export": "\ub0b4\ubcf4\ub0b4\uae30", "the operating theatre has a lot of curious equipment.": "\uc218\uc220\uc2e4\uc5d0\ub294 \ucc98\uc74c\ubcf4\ub294 \uc7a5\ube44\uac00 \uc794\ub729 \uc788\ub2e4.", "A Sniper": "\uc800\uaca9\uc218", "the mysterious wanderer returns, cart piled high with wood.": "\uc218\uc0c1\ud55c \ub5a0\ub3cc\uc774\uac00 \uc218\ub808\uc5d0 \ub098\ubb34\ub97c \uac00\ub4dd \uc2e3\uace0 \ub3cc\uc544\uc628\ub2e4.", "a snarling beast jumps out from behind a car.": "\uc0ac\ub098\uc6b4 \uc9d0\uc2b9 \ud55c \ub9c8\ub9ac\uac00 \uc790\ub3d9\ucc28 \ub4a4\uc5d0\uc11c \ub6f0\uc5b4\uc624\ub974\uba70 \ub098\ud0c0\ub09c\ub2e4.", "precise": "\uc815\ud655", "looks like a camp of sorts up ahead.": "\uc57c\uc601\uc7a5 \uac19\uc774 \ubcf4\uc774\ub294 \uac83\uc774 \uc800 \ud3b8\uc5d0 \uc788\ub2e4.", "bait": "\ubbf8\ub07c", "The Sulphur Mine": "\uc720\ud669 \uad11\uc0b0", "stunned": "\uae30\uc808", "a thief is caught": "\ub3c4\ub451\uc744 \uc7a1\uc558\ub2e4", "a beggar arrives.": "\uac70\uc9c0\uac00 \ucc3e\uc544\uc628\ub2e4.", "the strange bird is dead": "\uc774\uc0c1\ud55c \uc0c8\uac00 \uc8fd\uc5c8\ub2e4", "*** EVENT ***": "*** \uc0c8\ub85c\uc6b4 \uc0ac\uac74 ***", "the grass thrashes wildly as a huge lizard pushes through": "\uc218\ud480\uc774 \uc694\ub3d9\uce58\ub354\ub2c8 \ud070 \ub3c4\ub9c8\ubc40\uc774 \ub098\ud0c0\ub0ac\ub2e4", "medicine is needed immediately.": "\uc57d\uc774 \ub2f9\uc7a5 \ud544\uc694\ud558\ub2e4.", "A Crashed Ship": "\ubd80\uc11c\uc9c4 \uc6b0\uc8fc\uc120", "the town lies abandoned, its citizens long dead": "\ub9c8\uc744\uc740 \ubc84\ub824\uc84c\uace0, \uc8fc\ubbfc\ub4e4\uc740 \uc8fd\uc740\uc9c0 \uc624\ub798\ub2e4", "give 1 medicine": "\uc57d 1\uac1c \uc8fc\uae30", "the old compass is dented and dusty, but it looks to work.": "\ub0a1\uc740 \ub098\uce68\ubc18\uc740 \ucc0c\uadf8\ub7ec\uc9c0\uace0 \uba3c\uc9c0 \ud22c\uc131\uc774\uc9c0\ub9cc, \uadf8\ub798\ub3c4 \uc4f8 \uc218 \uc788\ub2e4.", "wood": "\ub098\ubb34", "A Forgotten Battlefield": "\uc78a\ud600\uc9c4 \uc804\uc7a5", "the trees are gone. parched earth and blowing dust are poor replacements.": "\ub098\ubb34\uac00 \ubcf4\uc774\uc9c0 \uc54a\ub294\ub2e4. \uba54\ub9c8\ub978 \ub545\uacfc \ub0a0\ub9ac\ub294 \uba3c\uc9c0\ub9cc\uc774 \ub300\uc2e0 \ub0a8\uc544\uc788\ub2e4.", "lodge": "\uc0ac\ub0e5\uc6a9 \uc624\ub450\ub9c9", "leave city": "\ub3c4\uc2dc \ub5a0\ub098\uae30", "a scout stops for the night": "\uc815\ucc30\uafbc\uc774 \ud558\ub8fb\ubc24 \ubb35\uc5b4\uac04\ub2e4", "a gunshot rings through the trees.": "\ub098\ubb34 \uc0ac\uc774\ub85c \ucd1d\uc18c\ub9ac\uac00 \uba54\uc544\ub9ac\uce5c\ub2e4.", "pop ": "\uc778\uad6c ", "somewhere above the debris cloud, the wanderer fleet hovers. been on this rock too long.": "\ud30c\ud3b8\uc73c\ub85c \ucc2c \uad6c\ub984 \uc704\uc5d0\ub294 \ubd80\uc720\uc120\uc774 \ud558\ub098 \ub5a0 \uc788\ub2e4. \uc774 \uad6c\uc9c8\uad6c\uc9c8\ud55c\uacf3\uc5d0 \ub108\ubb34 \uc624\ub798\uc788\uc5c8\ub2e4.", "iron mine": "\ucca0 \uad11\uc0b0", "freezing": "\ub108\ubb34 \ucda5\ub2e4", "the world fades": "\uc138\uc0c1\uc774 \uce84\uce84\ud574\uc9c4\ub2e4", "some of the traps have been torn apart.": "\ub36b \uba87 \uac1c\uac00 \ubc18\uc73c\ub85c \ucabc\uac1c\uc838 \uc788\ub2e4.", "not enough iron": "\ucca0\uc774 \ubd80\uc871\ud558\ub2e4", "compass": "\ub098\uce68\ubc18", "successfully saved to dropbox datastorage": "\ub4dc\ub86d\ubc15\uc2a4\uc5d0 \uc131\uacf5\uc801\uc73c\ub85c \uc800\uc7a5\ub418\uc5c8\uc2b5\ub2c8\ub2e4", "builder says it'd be useful to have a steady source of bullets": "\uc77c\uafbc\uc774 \ucd1d\uc54c\uc744 \uafb8\uc900\ud788 \ucc0d\uc5b4\ub0bc \uc218 \uc788\uc73c\uba74 \uc88b\uc744 \uac83\uc774\ub77c\uace0 \ud55c\ub2e4", "a mysterious wanderer arrives": "\uc218\uc0c1\ud55c \ub5a0\ub3cc\uc774\uac00 \ub098\ud0c0\ub09c\ub2e4", "An Old House": "\uc624\ub798\ub41c \uc9d1", "bleached bones are strewn about the entrance. many, deeply scored with jagged grooves.": "\uc785\uad6c\uc5d0\ub294 \ube5b\ubc14\ub79c \ubf08\ub9cc \ud769\uc5b4\uc838 \uc788\ub2e4. \uc794\ub729, \uae4a\uc774 \uc090\uc8fd\uc090\uc8fd \ud30c\uc5ec \ub098\uac00 \uc788\ub2e4.", "as soon as the door is open a little bit, hundreds of tentacles erupt.": "\ubb38\uc774 \uc870\uae08 \uc5f4\ub9ac\uc790\ub9c8\uc790 \uc218\ubc31 \uac1c\uc758 \ucd09\uc218\uac00 \uc19f\uc544 \uc624\ub978\ub2e4.", "leather": "\uac00\uc8fd", "a sound comes from the tunnel, just ahead.": "\uc18c\ub9ac\ub294 \uc800 \uc704\uc5d0 \ud130\ub110 \ucabd\uc5d0\uc11c \ub098\ub294 \uac83 \uac19\ub2e4.", "investigate": "\uc870\uc0ac\ud558\uae30", "the cave narrows a few feet in.": "\ub3d9\uad74\uc774 \uba87 \ubc1c\uc9dd \ub108\ube44\ub85c \uc881\uc544\uc9c4\ub2e4.", "sword is sharp. good protection out in the wilds.": "\ub0a0\uce74\ub85c\uc6b4 \uac80\uc774\ub2e4. \ubc16\uc5d0\uc11c \ubab8\uc744 \uc9c0\ud0a4\uae30 \uc88b\uc744 \uac83 \uac19\ub2e4.", "orange traffic cones are set across the street, faded and cracked.": "\uc8fc\ud669\uc0c9 \uc2e0\ud638\ub4f1\uc774 \ubd80\uc234\uc9c4 \ucc44 \ub3c4\ub85c \ub9de\uc740\ud3b8\uc5d0 \uc11c\uc788\ub2e4.", "a large man attacks, waving a bayonet.": "\uac70\uad6c\uc758 \uc0ac\ub78c\uc774 \ucd1d\uac80\uc744 \ud754\ub4e4\uba70 \uacf5\uaca9\ud574 \uc628\ub2e4.", "all residents in the hut perished in the fire.": "\uc624\ub450\ub9c9\uc758 \ubaa8\ub4e0 \uc8fc\ubbfc\uc774 \ubd88\uae38\uc5d0 \ud0c0 \uc8fd\ub294\ub2e4.", "the air is filled with dust, driven relentlessly by the hard winds.": "\uacf5\uae30\ub294 \uba3c\uc9c0\ub85c \uac00\ub4dd\ud558\uace0, \uac70\uc13c \ubc14\ub78c\uc774 \uac00\ucc28\uc5c6\uc774 \ubd88\uc5b4 \ub304\ub2e4.", "A Damp Cave": "\ucd95\ucd95\ud55c \ub3d9\uad74", "a gaunt man approaches, a crazed look in his eye": "\uc218\ucc99\ud55c \uc0ac\ub78c\uc774, \ub208\ube5b\uc5d0 \uad11\uae30\ub97c \ub2f4\uace0 \ub2e4\uac00\uc628\ub2e4", "A Military Raid": "\uad70\ub300 \uc2b5\uaca9", "the walls are moist and moss-covered": "\ubcbd\uc740 \ucd95\ucd95\ud558\uace0 \uc774\ub07c\ub85c \ub36e\uc5ec\uc788\ub2e4", "not enough wood": "\ub098\ubb34\uac00 \ubd80\uc871\ud558\ub2e4", "a giant lizard shambles forward": "\ud070 \ub3c4\ub9c8\ubc40\uc774 \uc55e\uc73c\ub85c \ub2e4\uac00\uc628\ub2e4", "close": "\ub2eb\uae30", "some medicine abandoned in the drawers.": "\uc11c\ub78d \uc548\uc5d0 \uc57d \uba87 \uac1c\uac00 \ubc84\ub824\uc838 \uc788\ub2e4.", "strange scales": "\uc774\uc0c1\ud55c \ube44\ub298", "learned to throw punches with purpose": "\ub0b4 \ub9c8\uc74c\uc774 \uac00\ub294 \uacf3\uc5d0 \uc8fc\uba39\ub3c4 \uac04\ub2e4", "a shack stands at the center of the village.": "\ub9c8\uc744 \ud55c\uac00\uc6b4\ub370 \ud310\uc7a3\uc9d1\uc774 \uc11c \uc788\ub2e4.", "spare him": "\ud480\uc5b4\uc900\ub2e4", "he smiles warmly and asks for lodgings for the night.": "\ub530\ub73b\ud55c \ubbf8\uc18c\ub97c \uc9c0\uc73c\uba70 \ubc24\uc744 \uc9c0\ub0bc \uc624\ub450\ub9c9\uc744 \uccad\ud55c\ub2e4.", "stealthy": "\uc7a0\uc785", "the sulphur mine is clear of dangers": "\uc720\ud669 \uad11\uc0b0\uc740 \uc774\uc81c \uc704\ud5d8\ud558\uc9c0 \uc54a\ub2e4.", "weapons": "\ubb34\uae30", "the man is thankful.": "\ubcd1\ub4e0 \uc0ac\ub78c\uc740 \uace0\ub9c8\uc6cc \ud55c\ub2e4.", "broken streetlights stand, rusting. light hasn't graced this place in a long time.": "\uac00\ub85c\ub4f1\uc740 \ubd80\uc11c\uc838\uc11c \ub179\uc2ac\uc5c8\ub2e4. \uc624\ub7ab\ub3d9\uc548 \ubd88\ube5b\uc774 \ub4e4\uc5b4\uc628 \uc801\uc774 \uc5c6\ub2e4.", "shares what he knows about sneaking before he goes.": "\ub3c4\ub451\uc740 \ub5a0\ub098\uae30 \uc804 \uc740\uc2e0\uc220\uc744 \uc54c\ub824\uc8fc\uc5c8\ub2e4.", "import": "\ubd88\ub7ec\uc624\uae30", "available": "\uc0ac\uc6a9 \uac00\ub2a5", "A Shivering Man": "\ub35c\ub35c \ub5a0\ub294 \uc0ac\ub78c", "the rest bury them.": "\ub2e4\ub978 \uc8fc\ubbfc\ub4e4\uc740 \uc8fd\uc740 \uc774\ub4e4\uc744 \ubb3b\ub294\ub2e4.", "smoldering": "\uc0ac\uadf8\ub77c\ub4e0\ub2e4", "the young settler was carrying a canvas sack.": "\uc80a\uc740 \uc8fc\ubbfc\uc774 \ub9c8\ub300 \uc790\ub8e8\ub97c \uc9c0\uace0 \uc788\uc5c8\ub2e4.", "the ground is littered with small teeth": "\ub545\uc5d0\ub294 \uc791\uc740 \uc774\ube68\uc774 \ud769\uc5b4\uc838\uc788\ub2e4.", "the nest of a large animal lies at the back of the cave.": "\ub3d9\uad74 \ub4a4\ud3b8\uc5d0\ub294 \ud070 \ub3d9\ubb3c\uc758 \uc9d1\uc774 \uc788\ub2e4.", "A Tiny Village": "\uc791\uc740 \ub9c8\uc744", "a tribe of elderly squatters is camped out in this ward.": "\ub299\uc740 \ubd80\ub791\uc790 \ubb34\ub9ac\uac00 \ubcd1\uc2e4\uc5d0 \uac70\ucc98\ub97c \uafb8\uba84\ub2e4.", "your are connected to dropbox with account / email ": "\ub4dc\ub86d\ubc15\uc2a4 \uacc4\uc815 / \uc774\uba54\uc77c\ub85c \uc5f0\uacb0\ub418\uc5c8\uc2b5\ub2c8\ub2e4", "Mesosphere": "\uc911\uac04\uad8c", "agree": "\ubc1b\uc544\ub4e4\uc774\uae30", "the double doors creak endlessly in the wind.": "\ubb38\uc740 \ubc14\ub78c\uc5d0 \ub0a0\ub824 \uc815\ucc98\uc5c6\uc774 \ub07c\uc775\uac70\ub9b0\ub2e4.", "not much here.": "\uc5ec\uae30\ub294 \ubcc4 \uac8c \uc5c6\ub2e4.", "got it": "\uc644\ub8cc", "choose one slot to load from": "\uc5b4\ub514\uc11c \ubd88\ub7ec\uc62c\uae4c\uc694?", "a cave lizard attacks": "\ub3d9\uad74 \ub3c4\ub9c8\ubc40\uc774 \uacf5\uaca9\ud55c\ub2e4", "men mill about, weapons at the ready.": "\uc0ac\ub78c\ub4e4\uc774 \uc11c\uc131\uac70\ub9ac\uace0, \ubb34\uae30\ub3c4 \ub4e4\uace0 \uc788\ub2e4.", "l armour": "\uac00\uc8fd \uac11\uc637", "steelworks": "\uc81c\ucca0\uc18c", "A Ruined City": "\ud3d0\ud5c8 \ub3c4\uc2dc", "Noises": "\uc7a1\uc74c", "can't tell what left it here.": "\uc5ec\uae30 \ub0a8\uc740 \ubd80\ubd84\uc740 \ubb54\uc9c0 \uc798 \ubaa8\ub974\uaca0\ub2e4.", "trees loom on the horizon. grasses gradually yield to a forest floor of dry branches and fallen leaves.": "\uc9c0\ud3c9\uc120 \uc800\ucabd\uc5d4 \ub098\ubb34\ub4e4\uc774\ub2e4. \ub5a8\uc5b4\uc9c4 \ub098\ubb47\uc78e\uacfc \ub9c8\ub978 \uac00\uc9c0\uac00 \ub545\uc744 \ub36e\uc5b4\uac04\ub2e4.", "a man stands over a dead wanderer. notices he's not alone.": "\ud55c \uc0ac\ub78c\uc774 \ub098\uadf8\ub124\uc758 \uc2dc\uccb4 \uc704\uc5d0 \uc11c \uc788\ub2e4. \ud63c\uc790\uac00 \uc544\ub2c8\ub2e4.", "village": "\ub9c8\uc744", "cancel": "\ucde8\uc18c", "put the save code here.": "\uc800\uc7a5 \ucf54\ub4dc\ub97c \uc5ec\uae30\uc5d0 \uc785\ub825\ud558\uc138\uc694.", "buy medicine": "\uc57d \uad6c\uc785", "hang him": "\ubaa9\uc744 \ub9e4\ub2e8\ub2e4", "inside, the remains of its victims are everywhere.": "\uc548\uc5d0\ub294 \ud76c\uc0dd\uc790\ub4e4\uc758 \uc794\ud574\uac00 \uc628\ud1b5 \ub110\ub824 \uc788\ub2e4.", "this spear's not elegant, but it's pretty good at stabbing": "\uc6b0\uc544\ud558\uc9c0\ub294 \uc54a\uc9c0\ub9cc, \ucc0c\ub974\uae30\uc5d0\ub294 \uaf64\ub098 \uc88b\uc740 \ucc3d\uc774\ub2e4", "the forest is silent.": "\uc232\uc740 \uace0\uc694\ud558\ub2e4.", "A Borehole": "\uc2dc\ucd94\uacf5", "the night is silent.": "\ubc24\uc740 \uace0\uc694\ud558\ub2e4.", "never go thirsty again": "\uc774\uc81c \ub354 \uc774\uc0c1 \ubaa9\ub9c8\ub974\uc9c0 \uc54a\uc544\ub3c4 \ub41c\ub2e4", "a small cache of supplies is tucked inside a rusting locker.": "\ub179\uc2a8 \uc0ac\ubb3c\ud568 \uc548\uc5d0 \uc57d\uac04\uc758 \ubcf4\uae09\ud488\uc774 \ub2f4\uaca8\uc788\ub2e4.", "learned to love the dry air": "\uac74\uc870\ud55c \ubc14\ub78c\uacfc \uce5c\uad6c\uac00 \ub418\uc5c8\ub2e4", "workshop": "\uc791\uc5c5\uc7a5", "see farther": "\ub354 \uba40\ub9ac \ubcfc \uc218 \uc788\ub2e4", "bolas": "\ubcfc\ub77c", "the ground is littered with scraps of cloth": "\ub545\uc5d0\ub294 \ucc9c\uc870\uac01\uc774 \ud769\uc5b4\uc838\uc788\ub2e4.", "The Coal Mine": "\uc11d\ud0c4 \uad11\uc0b0", "a huge lizard scrambles up out of the darkness of an old metro station.": "\ud070 \ub3c4\ub9c8\ubc40\uc774 \uc61b \uc9c0\ud558\ucca0 \uc5ed \uc18d\uc5d0\uc11c \ud280\uc5b4\ub098\uc628\ub2e4.", "more voices can be heard ahead.": "\ub354 \ub9ce\uc740 \ubaa9\uc18c\ub9ac\uac00 \ub4e4\ub9b0\ub2e4.", "A Large Village": "\ud070 \ub9c8\uc744", "precision": "\uc815\ud655", "A Deserted Town": "\ud669\ud3d0\ud55c \ub3c4\uc2dc", "the sickness spreads through the village.": "\uc9c8\ubcd1\uc774 \ub9c8\uc744\uc5d0 \ud37c\uc9c4\ub2e4.", "won't say from where he came, but it's clear that he's not staying.": "\uc5b4\ub514\uc11c \uc654\ub294\uc9c0\ub294 \ubc1d\ud788\uc9c0 \uc54a\uc9c0\ub9cc, \uc5ec\uae30\ub3c4 \uc624\ub798 \uc788\uc9c0\ub294 \uc54a\uc744 \uac8c \ud2c0\ub9bc \uc5c6\ub2e4.", "the crowd surges forward.": "\uc0ac\ub78c\ub4e4\uc774 \uc55e\uc73c\ub85c \ubc00\ub824\uc628\ub2e4.", "the wanderer takes the charm and nods slowly.": "\ub178\uc778\uc740 \uc7a5\uc2e0\uad6c\ub97c \ub4e4\ub354\ub2c8 \uc11c\uc11c\ud788 \ub044\ub355\uac70\ub9b0\ub2e4.", "the mysterious wanderer returns, cart piled high with furs.": "\uc218\uc0c1\ud55c \ub5a0\ub3cc\uc774\uac00 \uc218\ub808\uc5d0 \ubaa8\ud53c\ub97c \uac00\ub4dd \uc2e3\uace0 \ub3cc\uc544\uc628\ub2e4.", "armoury": "\ubb34\uae30\uace0", "searching the bodies yields a few supplies.": "\uc2dc\uc2e0\uc744 \ub4a4\uc9c0\ub2e4\uac00 \ubcf4\uae09\ud488\uc744 \ubc1c\uacac\ud588\ub2e4.", "the torchlight casts a flickering glow down the hallway.": "\ud683\ubd88\uc774 \ubcf5\ub3c4\ub97c \ud76c\ubbf8\ud558\uac8c \ubc1d\ud788\uba70 \uae5c\ube61\uc778\ub2e4.", "safer here": "\uc5ec\uae34 \uc548\uc804\ud558\ub2e4", "Export / Import": "\ub0b4\ubcf4\ub0b4\uae30 / \ubd88\ub7ec\uc624\uae30", "steelworker": "\ud480\ubb34\uc7a5\uc774", "the man-eater is dead": "\uc778\uac04 \uc0ac\ub0e5\uafbc\uc774 \uc8fd\uc5c8\ub2e4", "learned to swing weapons with force": "\ubb34\uae30\uc5d0 \ud798\uc744 \uc2e3\ub294 \ubc95\uc744 \ubc30\uc6e0\ub2e4", "the remaining settlers flee from the violence, their belongings forgotten.": "\ub0a8\uc740 \uc8fc\ubbfc\ub4e4\uc740 \uc7ac\ub09c\uc744 \ud53c\ud574 \ud53c\ub09c\uc744, \uac00\uc9c4\uac74 \ubaa8\ub450 \ubc84\ub9ac\uace0 \ub5a0\ub09c\ub2e4.", "a crudely made charm": "\uc2f8\uad6c\ub824 \uc7a5\uc2e0\uad6c", "cask": "\ubb3c\ud1b5", "engine:": "\uc5d4\uc9c4:", "the streets are empty.": "\uac70\ub9ac\ub294 \ube44\uc5b4\uc788\ub2e4.", "lizard": "\ub3c4\ub9c8\ubc40", "Sulphur Mine": "\uc720\ud669 \uad11\uc0b0", "export or import save data to dropbox datastorage": "\uac8c\uc784 \ub370\uc774\ud130\ub97c \ub4dc\ub86d\ubc15\uc2a4\ub85c \ub0b4\ubcf4\ub0b4\uac70\ub098 \uac00\uc838\uc635\ub2c8\ub2e4", "the house has been ransacked.": "\uc9d1\uc740 \uc774\ubbf8 \uc57d\ud0c8\ub2f9\ud588\ub2e4.", "a thug is waiting on the other side of the wall.": "\ubd88\ud55c\ub2f9\uc774 \ubcbd \ub9de\uc740\ud3b8\uc5d0\uc11c \uae30\ub2e4\ub9ac\uace0 \uc788\uc5c8\ub2e4.", "the metallic tang of wanderer afterburner hangs in the air.": "\uc5f0\uc18c\uc7a5\uce58\uc758 \uae08\uc18d\uc131 \ub0c4\uc0c8\uac00 \uacf5\uae30 \uc911\uc5d0 \uc9c4\ub3d9 \ud55c\ub2e4.", "large prints lead away, into the forest.": "\uc232\uc18d\uc73c\ub85c \ubc1c\uc790\uad6d\uc774 \ub098\uc788\ub2e4.", "a startled beast defends its home": "\ud654\ub4e4\uc9dd \ub180\ub780 \uc9d0\uc2b9\uc774 \uc9d1\uc744 \uc9c0\ud0a4\ub824 \ud55c\ub2e4", "there is nothing else here.": "\uadf8 \ubc16\uc5d0 \ub2e4\ub978 \uac83\uc740 \uc5c6\ub2e4.", "his time here, now, is his penance.": "\uc9c0\uae08, \uc5ec\uae30\uc5d0\uc11c\ub294, \uc18d\uc8c4\ud558\uace0 \uc788\ub2e4.", "where the windows of the schoolhouse aren't shattered, they're blackened with soot.": "\ud559\uad50\uc758 \ucc3d\ubb38\uc740 \ubc15\uc0b4\ub098\uc9c0\ub294 \uc54a\uc558\uc9c0\ub9cc \uc2dc\ucee4\uba53\uac8c \uadf8\uc744\ub838\ub2e4.", "hull:": "\uc120\uccb4:", "scavenger": "\uc880\ub3c4\ub451", "unarmed master": "\ub9e8\uc190\uaca9\ud22c\uc758 \ub2ec\uc778", "the man says he's grateful. says he won't come around any more.": "\ub3c4\ub451\uc740 \uc815\ub9d0 \uace0\ub9d9\ub2e4\uba70, \ub2e4\uc2dc\ub294 \uc624\uc9c0 \uc54a\uaca0\ub2e4\uace0 \ud55c\ub2e4.", "laser rifle": "\ub808\uc774\uc800 \uc18c\ucd1d", "sulphur mine": "\uc720\ud669 \uad11\uc0b0", "buy compass": "\ub098\uce68\ubc18 \uc0ac\uae30", "buy map": "\uc9c0\ub3c4 \uc0ac\uae30", "scratching noises can be heard from the store room.": "\ucc3d\uace0\uc5d0\uc11c \uae01\ud788\ub294 \uc18c\ub9ac\uac00 \ub09c\ub2e4.", "steel sword": "\uac15\ucca0\uac80", "descend": "\ub0b4\ub824\uac00\uae30", "asks for any spare furs to keep him warm at night.": "\ubc24\uc744 \ub530\ub73b\uc774 \ubcf4\ub0b4\ub3c4\ub85d \ub0a8\ub294 \ubaa8\ud53c\ub97c \ub098\ub220\ub2ec\ub77c\uace0 \ud55c\ub2e4.", "A Raucous Village": "\ubd81\uc801\ubd81\uc801\ud55c \ub9c8\uc744", "the beggar expresses his thanks.": "\uac70\uc9c0\ub294 \uace0\ub9c8\uc6c0\uc744 \ud45c\uc2dc\ud55c\ub2e4.", "carrying more means longer expeditions to the wilds": "\ub354 \ub9ce\uc774 \uac00\uc838\uac08 \uc218 \uc788\uc73c\uba74 \ub354 \ub9ce\uc740 \uacf3\uc744 \ud0d0\ud5d8\ud560 \uc218 \uc788\ub2e4", "free {0}/{1}": "\uacf5\uac04 {0}/{1}", "Room": "\ubc29", "a swamp festers in the stagnant air.": "\ub2f5\ub2f5\ud55c \uacf5\uae30 \uc544\ub798\uc5d0\uc11c \ub2aa\uc740 \uc369\uc5b4 \uac04\ub2e4.", "rotting reeds rise out of the swampy earth.": "\uc369\uc5b4\uac00\ub294 \uac08\ub300\uac00 \ucd95\ucd95\ud55c \uc9c4\ud759\uc5d0\uc11c \uba38\ub9ac\ub97c \ub0b4\ubbfc\ub2e4.", "armoury's done, welcoming back the weapons of the past.": "\ubb34\uae30\uace0 \uc644\uc131. \uc61b \ubb34\uae30\ub97c \ub2e4\uc2dc \uc0ac\uc6a9\ud560\uc218 \uc788\ub2e4.", "eat meat": "\uace0\uae30 \uba39\uae30", "slow metabolism": "\uc2e0\uc9c4\ub300\uc0ac \ub454\ud654", "camp fires burn by the entrance to the mine.": "\ubaa8\ub2e5\ubd88\uc744 \uad11\uc0b0 \uc785\uad6c\uc5d0 \ud53c\uc6cc \ub1a8\ub2e4.", "the mouth of the cave is wide and dark.": "\ub3d9\uad74 \ub113\uace0 \uc5b4\ub450\uc6b4 \uc544\uac00\ub9ac\ub97c \ubc8c\ub9ac\uace0 \uc788\ub2e4.", "not enough sulphur": "\uc720\ud669\uc774 \ubd80\uc871\ud558\ub2e4", "builder's not sure he's to be trusted.": "\uc77c\uafbc\uc740 \uc774 \uc0ac\ub78c\uc774 \ubbff\uc744\ub9cc \ud55c\uc9c0 \ubaa8\ub978\ub2e4.", "evasion": "\ud68c\ud53c", "buy bait": "\ubbf8\ub07c \uc0ac\uae30", "a pack of lizards rounds the corner.": "\ub3c4\ub9c8\ubc40 \ubb34\ub9ac\uac00 \ubaa8\ud241\uc774\ub97c \ub3cc\uace0 \uc788\ub2e4.", "light fire": "\ubd88 \ud53c\uc6b0\uae30", "waterskin": "\ubb3c\uc8fc\uba38\ub2c8", "scattered teeth": "\ud769\uc5b4\uc9c4 \uc774\ube68", "the door hangs open.": "\ubb38\uc774 \uc5f4\ub824\uc788\ub2e4.", "buy:": "\uad50\uc5ed\uc18c", "load": "\ubd88\ub7ec\uc624\uae30", "track them": "\ucad3\uc544\uac00\uae30", "stores": "\ucc3d\uace0", "now the nomads have a place to set up shop, they might stick around a while": "\uc774\uc81c \uc720\ubaa9\ubbfc\ub4e4\uc774 \uac00\uac8c\ub97c \ucc28\ub9b4 \uacf3\uc774 \uc0dd\uacbc\uc73c\ub2c8, \ud55c\ub3d9\uc548 \uc5ec\uae30 \uba38\ubb34\ub97c \ud14c\ub2e4", "A Dusty Path": "\ud759\uae38", "armour": "\uac11\uc637", "A Man-Eater": "\uc778\uac04 \uc0ac\ub0e5\uafbc", "bring your friends.": "\uce5c\uad6c \ucd08\ub300\ud558\uae30.", "the compass points south": "\ub098\uce68\ubc18\uc774 \ub0a8\ucabd\uc744 \uac00\ub9ac\ud0a8\ub2e4", "the compass points north": "\ub098\uce68\ubc18\uc774 \ubd81\ucabd\uc744 \uac00\ub9ac\ud0a8\ub2e4", "The Sick Man": "\ubcd1\ub4e0 \uc0ac\ub78c", "yes": "\ub124", "martial artist": "\ubb34\uc220\uac00", "mourn": "\uc560\ub3c4\ud558\uae30", "the traps contain ": "\ub36b\uc5d0\uc11c \ubb34\uc5b8\uac00 \ucc3e\uc558\ub2e4. ", "the old tower seems mostly intact.": "\uc624\ub798\ub41c \uac74\ubb3c\uc740 \ubcc4\ub85c \ub098\uc05c \uc0c1\ud0dc\ub294 \uc544\ub2cc\uac83 \uac19\ub2e4.", "scales": "\ube44\ub298", "bird must have liked shiney things.": "\uc0c8\uac00 \ubc18\uc9dd\uc774\ub294 \uac83\uc744 \uc88b\uc544\ud558\ub294 \uac8c \ubd84\uba85\ud558\ub2e4.", "the path leads to an abandoned mine": "\uc774 \uae38\uc740 \ubc84\ub824\uc9c4 \uad11\uc0b0\uc73c\ub85c \ud5a5\ud55c\ub2e4", "the compass points northeast": "\ub098\uce68\ubc18\uc774 \ubd81\ub3d9\ucabd\uc744 \uac00\ub9ac\ud0a8\ub2e4", "the camp is still, save for the crackling of the fires.": "\uad11\uc0b0\uc740 \uc870\uc6a9\ud558\uace0, \uc7a5\uc791\ud0c0\ub294 \uc18c\ub9ac\ub9cc\uc774 \ub4e4\ub824\uc62c \ubfd0\uc774\ub2e4.", "he begs for medicine.": "\uc57d\uc744 \uad6c\uac78\ud55c\ub2e4.", "save": "\uc800\uc7a5", "this waterskin'll hold a bit of water, at least": "\ubb3c\uc8fc\uba38\ub2c8\ub85c \ubb3c\uc744 \ub354 \ub2f4\uc744 \uc218 \uc788\ub2e4, \uc870\uae08\uc774\uc9c0\ub9cc", "turn him away": "\uadf8\ub0e5 \ubcf4\ub0b4\uae30", "the people here were broken a long time ago.": "\uc5ec\uae30 \uc0ac\ub78c\ub4e4\uc740 \uc774\ubbf8 \uc624\ub798 \uc804\uc5d0 \uc815\uc2e0\uc774 \ub098\uac14\ub2e4.", "a grizzled soldier attacks, waving a bayonet.": "\ubc18\ubc31\uc758 \uad70\uc778\uc774 \ucd1d\uac80\uc744 \ud718\ub450\ub974\uba70 \uacf5\uaca9\ud55c\ub2e4.", "shivering man": "\ub35c\ub35c \ub5a0\ub294 \uc0ac\ub78c", "The Mysterious Wanderer": "\uc218\uc0c1\ud55c \ub5a0\ub3cc\uc774", "A Huge Lizard": "\ud070 \ub3c4\ub9c8\ubc40", "boxer": "\uad8c\ud22c \uc120\uc218", "a man joins the fight": "\uc5b4\ub5a4 \uc774\uac00 \uc2f8\uc6c0\uc744 \uac78\uc5b4\uc628\ub2e4", "An Outpost": "\uc804\ucd08 \uae30\uc9c0", "not enough meat": "\uace0\uae30\uac00 \ubd80\uc871\ud558\ub2e4", "some weird metal he picked up on his travels.": "\uc5ec\ud589\uc744 \ud558\uba70 \uc5bb\uc740 \uc774\uc0c1\ud55c \uae08\uc18d.", "something's in there.": "\uc548\uc5d0 \ubb34\uc5b8\uac00 \uc788\ub2e4.", "restore more health when eating": "\uba39\uc744 \ub54c \uccb4\ub825\uc744 \ub354 \ub9ce\uc774 \ucc44\uc6b4\ub2e4", "A Snarling Beast": "\uc0ac\ub098\uc6b4 \uc9d0\uc2b9", "Share": "\uacf5\uc720", "a haze falls over the village as the steelworks fires up": "\uc81c\ucca0\uc18c\uc5d0 \uc5f0\uae30\uac00 \ud53c\uc5b4\uc624\ub974\uc790 \ub9c8\uc744\ub3c4 \ubfcc\uc607\uac8c \ub418\uc5c8\ub2e4", "a large bird nests at the top of the stairs.": "\uacc4\ub2e8 \uc704\uc5d0\ub294 \ud070 \uc0c8 \ub465\uc9c0\uac00 \uc788\ub2e4.", "an old wanderer sits inside, in a seeming trance.": "\ub5a0\ub3cc\uc774 \ub178\uc778\uc774 \uc548\uc5d0 \uc549\uc544, \ubb34\uc544\uc9c0\uacbd\uc5d0 \ube60\uc838 \uc788\ub2e4.", "builder says the villagers could make steel, given the tools": "\uc77c\uafbc\uc740 \ub3c4\uad6c\ub9cc \uc8fc\uc5b4\uc9c4\ub2e4\uba74, \uc8fc\ubbfc\ub4e4\ub3c4 \ucca0\uc744 \ub9cc\ub4e4\uc218\uc788\ub2e4\uace0 \ud55c\ub2e4", "continue": "\uacc4\uc18d \uac00\uae30", "there is no more water": "\ubb3c\uc774 \ub354 \uc774\uc0c1 \uc5c6\ub2e4", "flickering": "\uae5c\ube61\uc778\ub2e4", "only the chief remains.": "\uc774\uc81c \ub300\uc7a5\ub9cc \ub0a8\uc558\ub2e4.", "go back inside": "\ub418\ub3cc\uc544\uac04\ub2e4", "a few items are scattered on the ground.": "\ubb3c\uac74 \uba87 \uac1c\uac00 \ubc14\ub2e5\uc5d0 \ud769\uc5b4\uc838 \uc788\ub2e4.", "save this.": "\uc800\uc7a5\ud558\uae30.", "this old mine is not abandoned": "\uc624\ub798\ub41c \uad11\uc0b0\uc740 \uc544\uc9c1 \ubc84\ub824\uc9c0\uc9c0 \uc54a\uc558\ub2e4", "a fight, maybe.": "\uc2f8\uc6c0\uc774\uaca0\uc9c0, \uc544\ub9c8\ub3c4.", "behind the door, a deformed figure awakes and attacks.": "\ubb38 \ub4a4\uc5d0\uc11c, \uc54c\uc544\ubcfc \uc218 \uc5c6\ub294 \ud615\uccb4\uac00 \uc7a0\uc5d0\uc11c \uae68\uc5b4\ub098 \uacf5\uaca9\ud55c\ub2e4.", "twitter": "\ud2b8\uc704\ud130", "baited trap": "\ubbf8\ub07c\ub36b", "dead": "\uc8fd\uc5c8\ub2e4", "the torch sputters and dies in the damp air": "\ud683\ubd88\uc774 \ud754\ub4e4\ub9ac\ub354\ub2c8 \ucd95\ucd95\ud55c \uacf5\uae30 \ud0d3\uc5d0 \uaebc\uc9c4\ub2e4", "export": "\ub0b4\ubcf4\ub0b4\uae30", "a few belongings rest against the walls.": "\uba87 \uac00\uc9c0 \ubb3c\uac74\uc740 \ubcbd\uc5d0 \uae30\ub300\uc5b4 \uc788\ub2e4.", "not far from the village lies a large beast, its fur matted with blood.": "\ub9c8\uc744\uc5d0\uc11c \uc5bc\ub9c8 \ubabb\uac00 \ud070 \uc9d0\uc2b9\uc744 \ubc1c\uacac\ud588\ub2e4. \uc9d0\uc2b9\uc758 \uac00\uc8fd\uc740 \ud53c\ub85c \ub36e\uc5ec\uc788\ub2e4.", "an old iron mine sits here, tools abandoned and left to rust.": "\ucca0 \uad11\uc0b0\uc774 \ubcf4\uc774\uace0, \ubc84\ub824\uc9c4 \uc5f0\uc7a5\uc740 \uadf8\ub300\ub85c \ub179\uc2ac\uace0 \uc788\ub2e4.", "but there is a cache of medicine under the floorboards.": "\uadf8\ub807\uc9c0\ub9cc \ub9c8\ub8fb\ubc14\ub2e5\uc744 \ub72f\uc790 \uc544\ub798\uc5d0\ub294 \uc57d\ud1b5\uc774 \uc228\uaca8\uc838 \uc788\ub2e4.", "only dust and stains remain.": "\uba3c\uc9c0\uc640 \uc5bc\ub8e9\ub9cc\uc774 \ub0a8\uc544\uc788\ub2e4.", "s armour": "\uac15\ucca0\uac11\uc637", "say he should be strung up as an example.": "\ubcf8\ubcf4\uae30\ub97c \ubcf4\uc5ec\uc8fc\uc5b4\uc57c \ud55c\ub2e4\uace0 \ud55c\ub2e4.", "collected scraps spread across the floor like they fell from heaven.": "\ubaa8\uc544\ub193\uc740 \uc7a1\ub3d9\uc0ac\ub2c8\uac00 \ub9c8\uce58 \ud558\ub298\uc5d0\uc11c \ub5a8\uc5b4\uc838 \ub0b4\ub9b0 \ub4ef\uc774 \ubc14\ub2e5\uc5d0 \ub110\ub824\uc788\ub2e4.", "Fire": "\ud654\uc7ac", "the darkness is absolute": "\uc544\ubb34\uac83\ub3c4 \ubcfc \uc218 \uc5c6\ub294 \uc5b4\ub460\uc774 \ub0b4\ub824\uc549\ub294\ub2e4", "A Ruined Trap": "\ub9dd\uac00\uc9c4 \ub36b", "not enough coal": "\uc11d\ud0c4\uc774 \ubd80\uc871\ud558\ub2e4", "ambushed on the street.": "\uac70\ub9ac\uc5d0\uc11c \uc2b5\uaca9\uc744 \ub2f9\ud55c\ub2e4.", "worth killing for, it seems.": "\uc8fd\uc77c\ub9cc\ud55c \uac00\uce58\uac00 \uc788\uc5c8\ub358 \uac83 \uac19\ub2e4.", "slash": "\ubca0\uae30", "builder says she can make a cart for carrying wood": "\uc77c\uafbc\uc774 \ub098\ubb34\ub97c \uac00\uc838\uc62c \ub54c \uc4f8 \uc218 \uc788\ub294 \uc218\ub808\ub97c \ub9cc\ub4e4 \uc218 \uc788\ub2e4\uace0 \ud55c\ub2e4", "leather's not strong. better than rags, though.": "\uac00\uc8fd\uc740 \ud2bc\ud2bc\ud558\uc9c0\ub294 \uc54a\ub2e4. \uadf8\ub798\ub3c4 \ub204\ub354\uae30\ubcf4\ub2e4\ub294 \ub0ab\uc9c0.", "builder stokes the fire": "\uc77c\uafbc\uc774 \ubd88\uc744 \ub550\ub2e4", "say goodbye": "\uc791\ubcc4\ud558\uae30", "A Silent Forest": "\uce68\ubb35\uc758 \uc232", "builder's not sure she's to be trusted.": "\uc77c\uafbc\uc740 \uc774 \uc0ac\ub78c\uc774 \ubbff\uc744\ub9cc \ud55c\uc9c0 \ubaa8\ub978\ub2e4.", "an old case is wedged behind a rock, covered in a thick layer of dust.": "\ub450\uaebc\uc6b4 \uba3c\uc9c0\ub85c \ub4a4\ub36e\uc778 \ub0a1\uc740 \uc0c1\uc790\uac00 \ubc14\uc704 \ub4a4\uc5d0 \ub07c\uc5b4\uc788\ub2e4.", "the point is made. in the next few days, the missing supplies are returned.": "\ubcf8\ubcf4\uae30\uac00 \ub418\uc5c8\ub294\uc9c0, \uba70\uce60 \ub4a4\uc5d0 \uc0ac\ub77c\uc9c4 \ubb3c\uac74\uc774 \ub418\ub3cc\uc544\uc654\ub2e4.", "a frail man stands defiantly, blocking the path.": "\ud5c8\uc57d\ud55c \uc0ac\ub78c\uc774 \ub450 \uc190\uc744 \ubd88\ub048 \uc950\uace0, \uae38\uc744 \ub9c9\uace0 \uc788\ub2e4.", "the plague rips through the village.": "\uc804\uc5fc\ubcd1\uc774 \ub9c8\uc744\uc744 \ub4a4\ub36e\ub294\ub2e4.", "an old wanderer arrives.": "\ub299\uc740 \ub098\uadf8\ub124\uac00 \ub098\ud0c0\ub09c\ub2e4.", "scavenger had a small camp in the school.": "\uc880\ub3c4\ub451\uc740 \ud559\uad50 \uc548\uc5d0 \uc870\uadf8\ub9cc \uac70\ucc98\ub97c \ucc28\ub824 \ub450\uc5c8\ub2e4.", "the compass points southwest": "\ub098\uce68\ubc18\uc774 \ub0a8\uc11c\ucabd\uc744 \uac00\ub9ac\ud0a8\ub2e4", "the wanderer leaves, cart loaded with wood": "\ub098\ubb34\ub97c \uac00\ub4dd \uc2e3\uace0, \ub5a0\ub3cc\uc774\uac00 \ub5a0\ub09c\ub2e4", "Dropbox Export / Import": "\ub4dc\ub86d\ubc15\uc2a4\uc5d0 \ub0b4\ubcf4\ub0b4\uae30/\uac00\uc838\uc624\uae30", "maybe some useful stuff in the rubble.": "\uc794\ud574 \ub354\ubbf8 \uc548\uc5d0 \uc4f8\ubaa8 \uc788\ub294\uac8c \uc788\uc744\uc9c0\ub3c4 \ubaa8\ub978\ub2e4.", "google+": "\uad6c\uae00+", "ok": "\ud655\uc778", "a man hobbles up, coughing.": "\ud55c \uc0ac\ub78c\uc774 \uae30\uce68\uc744 \ud558\uba70 \ube44\ud2c0\ube44\ud2c0 \ub2e4\uac00\uc628\ub2e4.", "i armour": "\ucca0\uac11\uc637", "The Scout": "\uc815\ucc30\uafbc", "leaves a pile of small scales behind.": "\uc791\uc740 \ube44\ub298\uc744 \ub193\uace0\uac04\ub2e4.", "pockets": "\uc8fc\uba38\ub2c8", "the debris is denser here.": "\uc5ec\uae30\ub294 \ub354 \ub9ce\uc740 \ud30c\ud3b8\uc774 \uc788\ub2e4.", "stab": "\ucc0c\ub974\uae30", "time to move on.": "\uc774\uc81c \uac00\uc57c\uaca0\ub2e4.", "the ground is littered with small scales": "\ub545\uc5d0\ub294 \uc791\uc740 \ube44\ub298\uc774 \ud769\uc5b4\uc838\uc788\ub2e4", "not enough ": "\ubd80\uc871\ud55c \ubb3c\uac74: ", "the stench of rot and death fills the operating theatres.": "\uc218\uc220\uc2e4\uc740 \uc369\uc5b4\uac00\ub294 \uc2dc\uccb4\uc758 \uc545\ucde8\uac00 \uadf8\ub4dd\ud558\ub2e4.", "burning": "\ud0c0\uc624\ub978\ub2e4", "they must be here for a reason.": "\uc5ec\uae30\uc5d0 \uc628 \uc774\uc720\uac00 \uc788\uaca0\uc9c0.", "a nomad arrives, looking to trade": "\uc720\ubaa9\ubbfc\uc774 \ub098\ud0c0\ub098\uc11c, \uac70\ub798\ub97c \uccad\ud55c\ub2e4", "black powder and bullets, like the old days.": "\ud751\uc0c9 \ud654\uc57d\uc640 \ucd1d\uc54c, \ub9c8\uce58 \uc61b \uc2dc\uc808\ucc98\ub7fc.", "restart the game?": "\uc7ac\uc2dc\uc791\ud569\ub2c8\uae4c?", "gastronome": "\ubbf8\uc2dd\uac00", "load from slot": "\uc5ec\uae30\uc11c \ubd88\ub7ec\uc624\uae30", "energy cell": "\uc804\uc9c0", "inside the hut, a child cries.": "\uc624\ub450\ub9c9 \uc548\uc5d0\ub294 \uc544\uc774\uac00 \uc6b8\uace0 \uc788\ub2e4.", "the compass points west": "\ub098\uce68\ubc18\uc774 \uc11c\ucabd\uc744 \uac00\ub9ac\ud0a8\ub2e4", "always worked before, at least.": "\uc9c0\uae08\uae4c\uc9c0\ub294 \ud2c0\ub9b0 \uc801\uc774 \uc5c6\ub2e4.", "a scavenger draws close, hoping for an easy score": "\uc880\ub3c4\ub451\uc774 \ub2e4\uac00\uc624\uba70, \ub0b4 \ubb3c\uac74\uc5d0 \uc695\uc2ec\uc744 \ub0b8\ub2e4", "Sickness": "\uc9c8\ubcd1", "still a few drops of water in the old well.": "\uc624\ub798\ub41c \uc6b0\ubb3c\uc5d0\ub294 \uc544\uc9c1\ub3c4 \ubb3c\uc774 \uba87 \ubc29\uc6b8 \ub0a8\uc544 \uc788\ub2e4.", "build:": "\uc77c\uafbc", "feral terror": "\ub5a0\ub3c4\ub294 \uacf5\ud3ec", "signout": "\ub85c\uadf8\uc544\uc6c3", "A Beast Attack": "\ub9f9\uc218 \uc2b5\uaca9", "Ready to Leave?": "\ub5a0\ub0a0 \uc900\ube44\uac00 \ub418\uc5c8\ub294\uac00?", "the house is abandoned, but not yet picked over.": "\uc9d1\uc740 \ubc84\ub824\uc84c\uc9c0\ub9cc, \uc544\ubb34\ub3c4 \uac74\ub4dc\ub9ac\uc9c0 \uc54a\uc558\ub2e4.", "time to get out of this place. won't be coming back.": "\uc5ec\uae30\ub97c \ub5a0\ub0a0 \uc2dc\uac04\uc774\ub2e4. \ub2e4\uc2e0 \ub3cc\uc544\uc624\uc9c0 \uc54a\uc73c\ub9ac\ub77c.", "the compass points northwest": "\ub098\uce68\ubc18\uc774 \ubd81\uc11c\ucabd\uc744 \uac00\ub9ac\ud0a8\ub2e4", "the thirst becomes unbearable": "\ub108\ubb34 \ubaa9\uc774 \ub9c8\ub974\ub2e4", "a beggar arrives": "\uac70\uc9c0\uac00 \ucc3e\uc544\uc628\ub2e4", "a beast stands alone in an overgrown park.": "\uc9d0\uc2b9 \ud55c \ub9c8\ub9ac\uac00 \uc218\ud480\uc774 \ubb34\uc131\ud55c \uacf5\ud130\uc5d0 \ud640\ub85c \uc11c \uc788\ub2e4.", "he leaves a reward.": "\ub313\uac00\ub97c \ub0a8\uae34\ub2e4.", "nothing but downcast eyes.": "\ub208\uc744 \ub0b4\ub9ac\uae54\uace0 \uc788\uc744 \ubfd0\uc774\ub2e4.", "the scout says she's been all over.": "\uc815\ucc30\uafbc\uc740 \uc548 \uac00\ubcf8 \ub370\uac00 \uc5c6\ub2e4\uace0 \ud55c\ub2e4.", "the small settlement has clearly been burning a while.": "\uc774 \uc791\uc740 \ub9c8\uc744\uc740 \ubd88\ud0c0\uae30 \uc2dc\uc791\ud55c\uc9c0 \uc5bc\ub9c8 \uc548\ub41c \uac8c \ubd84\uba85\ud558\ub2e4.", "cloth": "\ucc9c", "a second soldier opens fire.": "\ub450 \ubc88\uc9f8 \uad70\uc778\uc774 \ucd1d\uc744 \uc3dc\ub2e4.", "dangerous to be this far from the village without proper protection": "\uc801\ub2f9\ud55c \ubcf4\ud638\uc7a5\ube44 \uc5c6\uc774 \uc774\ub807\uac8c \uba40\ub9ac \ub098\uc624\ub294\uac83\uc740 \uc704\ud5d8\ud558\ub2e4", "squeeze": "\ube44\uc9d1\uace0 \ub4e4\uc5b4\uac00\uae30", "a pristine medicine cabinet at the end of a hallway.": "\ubcf5\ub3c4 \ub05d\uc5d0\ub294 \uba40\uca61\ud55c \uc57d\uc7a5\uc774 \ub0a8\uc544\uc788\ub2e4.", "scraps of fur": "\ubaa8\ud53c \uc870\uac01", "a scavenger waits just inside the door.": "\uc880\ub3c4\ub451\uc774 \ubb38 \uc548\uc5d0\uc11c \uae30\ub2e4\ub9ac\uace0 \uc788\ub2e4.", "the wind howls outside": "\ubc14\uae65\uc5d0\ub294 \ubc14\ub78c\uc774 \uc719\uc719 \ubd84\ub2e4", "the wagon can carry a lot of supplies": "\ub9c8\ucc28\ub294 \ub9ce\uc740 \ubb3c\uac74\uc744 \uc2e4\uc744 \uc218 \uc788\ub2e4", "A Battlefield": "\uc804\uc7a5", "more soldiers will be on their way.": "\uad70\uc778\ub4e4\uc774 \ub354 \uc788\uc744 \uac83 \uac19\ub2e4.", "the shivering man is dead": "\ub35c\ub35c \ub5a0\ub294 \uc0ac\ub78c\uc774 \uc8fd\uc5c8\ub2e4", "builder finishes the smokehouse. she looks hungry.": "\ud6c8\uc5f0\uc2e4\uc774 \uc644\uc131\ub418\uc5c8\ub2e4. \uc77c\uafbc\uc740 \ubc30\uace0\ud30c\ubcf4\uc778\ub2e4.", "the barrens break at a sea of dying grass, swaying in the arid breeze.": "\uc8fd\uc5b4\uac00\ub294 \ud480\ub85c \uac00\ub4dd\ud55c \ud669\ubb34\uc9c0\uc5d0\uc11c, \uba54\ub9c8\ub978 \ubc14\ub78c\ub9cc\uc774 \ubd88\uc5b4\uc628\ub2e4.", "a snarling beast leaps out of the underbrush": "\uc0ac\ub098\uc6b4 \uc9d0\uc2b9\uc774 \uac11\uc790\uae30 \ud280\uc5b4\ub098\uc654\ub2e4", "the place has been swept clean by scavengers.": "\uc774\ubbf8 \uc880\ub3c4\ub451\ub4e4\uc774 \ud729\uc4f8\uace0 \uc9c0\ub098\uac14\ub2e4.", "A Destroyed Village": "\ud30c\uad34\ub41c \ub9c8\uc744", "land blows more often": "\ub354 \ub9ce\uc774 \ub54c\ub9b4 \uc218 \uc788\ub2e4", "Space": "\uc6b0\uc8fc", "it's been picked over by scavengers, but there's still some things worth taking.": "\uc880\ub3c4\ub451\uc774 \uc774\ubbf8 \ud138\uc5b4 \uac04 \ubaa8\uc591\uc774\uc9c0\ub9cc, \uadf8\ub798\ub3c4 \uc544\uc9c1 \ucc59\uae38\ub9cc\ud55c \ubb3c\uac74\uc774 \ub0a8\uc544\uc788\ub2e4.", "Thermosphere": "\uc5f4\uad8c", "5 medicine": "\uc57d 5\uac1c", "do nothing": "\ubb34\uc2dc", "A Gaunt Man": "\uc218\ucc99\ud55c \uc0ac\ub78c", "Outside": "\ubc14\uae65", "the snarling beast is dead": "\uc0ac\ub098\uc6b4 \uc9d0\uc2b9\uc774 \uc8fd\uc5c8\ub2e4", "bodies and supplies from both sides litter the ground.": "\uc591 \ud3b8\uc758 \uc2dc\uc2e0\uacfc \ubcf4\uae09\ud488\uc774 \ubc14\ub2e5\uc5d0 \ud769\uc5b4\uc838 \uc788\ub2e4.", "the remains of an old house stand as a monument to simpler times": "\uc624\ub798\ub41c \uc9d1\uc758 \uc794\ud574\uac00 \ub2e8\uc21c\ud558\ub358 \uc2dc\uc808\uc758 \uc0c1\uc9d5\ucc98\ub7fc \uc11c \uc788\ub2e4", "a squatter stands firmly in the doorway of a small hut.": "\ubd80\ub791\uc790\uac00 \uc791\uc740 \uc624\ub450\ub9c9 \ubb38 \uc55e\uc5d0 \uc6b0\ub69d \uc11c\uc788\ub2e4.", "lights flash through the alleys between buildings.": "\uac74\ubb3c \uc0ac\uc774\ub85c, \uace8\ubaa9 \uc0ac\uc774\ub85c, \ube5b\uc774 \ube44\ucd98\ub2e4.", "no": "\uc544\ub2c8\uc624", "{0} per {1}s": "{1}\ucd08 \ub2f9 {0}\uac1c", "a weathered family takes up in one of the huts.": "\uc9c0\uccd0\ubcf4\uc774\ub294 \uac00\uc871\uc774 \uc624\ub450\ub9c9\uc5d0 \uc790\ub9ac\ub97c \ud2bc\ub2e4.", "run": "\ub3c4\ub9dd\uac00\uae30", "Exosphere": "\uc678\uae30\uad8c", "he speaks of once leading the great fleets to fresh worlds.": "\uc0c8\ub85c\uc6b4 \uc138\uc0c1\uc73c\ub85c \ub5a0\ub098\ub294 \uac70\ub300\ud55c \uc120\ub2e8\uc744 \uc774\ub04c\uc5c8\ub2e4\uace0 \uc774\uc57c\uae30\ud55c\ub2e4.", "builder says there are more wanderers. says they'll work, too.": "\uc77c\uafbc\uc774 \ub5a0\ub3cc\uc774\ub4e4\uc774 \ub354 \ub9ce\ub2e4\uace0, \uadf8\ub4e4\ub3c4 \uc77c\uc744 \ud560 \uc218 \uc788\ub2e4\uace0 \ud55c\ub2e4.", "evasive": "\ud68c\ud53c", "an old wanderer arrives": "\ub299\uc740 \ub098\uadf8\ub124\uac00 \ub098\ud0c0\ub09c\ub2e4", "through the walls, shuffling noises can be heard.": "\ubcbd \ub108\uba38\ub85c \uc9c8\uc9c8 \ub044\ub294 \uc18c\ub9ac\uac00 \ub4e4\ub9b0\ub2e4.", "melee weapons deal more damage": "\uadfc\uac70\ub9ac \ubb34\uae30\uac00 \ub354 \uac15\ud574\uc9c4\ub2e4", "the compass points ": "\ub098\uce68\ubc18\uc774 \uac00\ub9ac\ud0a8\ub2e4", "lets some light down into the dusty haze.": "\ub354\ub7ec\uc6b4 \ubbf8\ub85c\uc5d0 \uc870\uae08\uc774\ub098\ub9c8 \ube5b\uc774 \ub4e4\uac8c \ub41c \uc148\uc774\ub2e4.", "the man swallows the medicine eagerly": "\ubcd1\ub4e0 \uc0ac\ub78c\uc740 \uc57d\uc744 \uc5bc\ub978 \uc0bc\ucf1c\ubc84\ub9b0\ub2e4", "the days are spent with burials.": "\ub0ae\uc740 \uc7a5\ub840\ub97c \uc9c0\ub0b4\uba70 \uc9c0\ub098\uac14\ub2e4.", "more traps to catch more creatures": "\ub354 \ub9ce\uc740 \ub3d9\ubb3c\uc744 \uc7a1\uc744 \uc218 \uc788\ub294 \ub36b\uc774\ub2e4", "a man charges down the hall, a rusty blade in his hand": "\ubcf5\ub3c4\uc5d0\uc11c \ud55c \ub0a8\uc790\uac00 \ub179\uc2a8 \uce7c\uc744 \ub4e4\uace0 \ub2ec\ub824\uc628\ub2e4.", "it contains travelling gear, and a few trinkets.": "\uc5ec\ud589 \ub3c4\uad6c\uc640 \uc790\uc9c8\uad6c\ub808\ud55c \uc7a5\uc2e0\uad6c\uac00 \uba87 \uac1c \ub2f4\uaca8 \uc788\ub2e4.", "bullets": "\ucd1d\uc54c", "the light from the fire spills from the windows, out into the dark": "\ubd88\ube5b\uc774 \ucc3d\ubb38 \ubc16\uc73c\ub85c, \uc5b4\ub460 \uc18d\uc73c\ub85c \ud37c\uc838\ub098\uac04\ub2e4", "tell him to leave": "\ub5a0\ub098\ub77c\uace0 \ud55c\ub2e4", "dry brush and dead branches litter the forest floor": "\ub9c8\ub978 \uc194\uacfc \uc8fd\uc740 \uac00\uc9c0\uac00 \uc232\uc758 \ubc14\ub2e5\uc744 \ucc44\uc6b4\ub2e4", "tattered cloth": "\ub204\ub354\uae30 \ucc9c", "can't read the words.": "\uae00\uc528\ub97c \uc54c\uc544\ubcfc \uc218 \uc5c6\ub2e4.", "tanner": "\ubb34\ub450\uc7a5\uc774", "should cure the meat, or it'll spoil. builder says she can fix something up.": "\ud6c8\uc81c\ud558\uc9c0 \uc54a\uc73c\uba74 \uace0\uae30\uac00 \uc0c1\ud55c\ub2e4. \uc77c\uafbc\uc740 \ud6c8\uc5f0\uc2e4\uc744 \ub9cc\ub4e4 \uc218 \uc788\ub2e4\uace0 \ud55c\ub2e4.", "or migrating computers": "\uac8c\uc784 \ub370\uc774\ud130\ub97c \ub0b4\ubcf4\ub0b4\uae30/\ubd88\ub7ec\uc624\uae30", "water:{0}": "\ubb3c:{0}", "still time to rescue a few supplies.": "\uc544\uc9c1 \uc57d\uac04\uc758 \ubcf4\uae09\ud488\uc744 \uac74\uc9c8 \uc2dc\uac04\uc740 \uc788\ub2e4.", "teeth": "\uc774\ube68", "villagers could help hunt, given the means": "\uc8fc\ubbfc\ub4e4\ub3c4 \uc0ac\ub0e5\uc744 \ub3c4\uc6b8 \uc218 \uc788\uc73c\ub2c8, \uae30\ud68c\ub97c \uc8fc\uc790", "the beast is dead.": "\ub3d9\ubb3c\uc774 \uc8fd\uc5c8\ub2e4.", "feral howls echo out of the darkness.": "\ubb34\uc11c\uc6b4 \ud3ec\ud6a8\uac00 \uc5b4\ub460\uc5d0 \uba54\uc544\ub9ac\uce5c\ub2e4.", "The Iron Mine": "\ucca0 \uad11\uc0b0"}); +_.setTranslation({"water tank": "\ubb3c\ud0f1\ud06c", "all": "\uc804\ubd80", "use meds": "\uc57d \uc0ac\uc6a9", "a shame to let what he'd found go to waste.": "\ud55c\ubc88 \ubb58 \uc218\uc9d1\ud588\ub294\uc9c0 \uc0b4\ud3b4\ubcf4\uc790.", "some villagers are ill": "\ub9c8\uc744 \uc0ac\ub78c \uba87 \uba85\uc774 \uc8fd\uc5c8\ub2e4", "the room is {0}": "\ubc29\uc740 {0}", "punch twice as fast, and with even more force": "\uc8fc\uba39\uc774 \ub450 \ubc30 \ube68\ub77c\uc9c0\uace0 \uac15\ud574\uc9c0\uae30\uae4c\uc9c0 \ud55c\ub2e4", "The Nomad": "\uc720\ubaa9\ubbfc", "more traps won't help now": "\ub354 \uc774\uc0c1\uc758 \ub36b\uc740 \ud544\uc694\uc5c6\ub294 \ub4ef \ud558\ub2e4", "only a few die.": "\uba87 \uba85\ub9cc\uc774 \uc8fd\ub294\ub2e4.", "the compass points east": "\ub098\uce68\ubc18\uc774 \ub3d9\ucabd\uc744 \uac00\ub9ac\ud0a8\ub2e4", "the bodies of the wanderers that lived here are still visible in the flames.": "\uc5ec\uae30 \uc0b4\ub358 \ub5a0\ub3cc\uc774\ub4e4\uc774 \uc2dc\uccb4\uac00 \uc544\uc9c1\ub3c4 \ubd88\uae38 \uc18d\uc5d0\uc11c \ubcf4\uc778\ub2e4.", "the walls are scorched from an old battle.": "\ubcbd\uc740 \uc61b \uc804\uc7c1 \ub54c \ubd88\uc5d0 \uadf8\uc744\ub838\ub2e4.", "convoy": "\uc9d0\ucc28", "not enough fur": "\ubaa8\ud53c\uac00 \ubd80\uc871\ud558\ub2e4", "a masked soldier rounds the corner, gun drawn": "\uc704\uc7a5\ud55c \uad70\uc778\uc774 \ubaa8\ud241\uc774\ub97c \ub3cc\uace0, \uad8c\ucd1d\uc744 \ube7c \ub4e0\ub2e4", "a huge hole is cut deep into the earth, evidence of the past harvest.": "\ub545 \uc18d \uae4a\uc774 \ucee4\ub2e4\ub780 \uad6c\uba4d\uc774 \ud30c\uc5ec\uc788\ub2e4. \ub204\uad70\uac00 \ud55c \ubaab \uc7a1\uc740 \ud754\uc801\uc774\ub2e4.", "it puts up little resistance before the knife.": "\uc870\uae08 \ubc18\ud56d\uc744 \ud588\uc9c0\ub9cc \uce7c\ub85c \uc81c\uc555\ud588\ub2e4.", "there was a beast. it's dead now": "\uc0ac\ub098\uc6b4 \uc9d0\uc2b9\uc774 \uc8fd\uc5c8\ub2e4", "a shivering man approaches and attacks with surprising strength": "\ub35c\ub35c \ub5a0\ub294 \uc0ac\ub78c\uc774 \ub2e4\uac00\uc640 \ub180\ub77c\uc6b8 \uc815\ub3c4\ub85c \uac70\uc13c \uacf5\uaca9\uc744 \ud55c\ub2e4", "steel's stronger than iron": "\uac15\ucca0\uc740 \ucca0\ubcf4\ub2e4 \ud2bc\ud2bc\ud558\ub2e4", "A Strange Bird": "\uc774\uc0c1\ud55c \uc0c8", "not enough alien alloy": "\uc678\uacc4 \ud569\uae08\uc774 \ubd80\uc871\ud558\ub2e4", "street above the subway platform is blown away.": "\uc9c0\ud558\ucca0 \uc2b9\uac15\uc7a5 \uc704\uc758 \ub3c4\ub85c\ub294 \uc644\uc804\ud788 \ub0a0\uc544\uac14\ub2e4.", "the soldier is dead": "\uad70\uc778\uc774 \uc8fd\uc5c8\ub2e4", "error while saving to dropbox datastorage": "\uac8c\uc784\uc744 \ub4dc\ub86d\ubc15\uc2a4\uc5d0 \uc800\uc7a5\ud558\ub2e4\uac00 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4", "the footsteps stop.": "\ubc1c\uc790\uad6d \uc18c\ub9ac\ub294 \uba48\ucd98\ub2e4.", "sniper": "\uc800\uaca9\uc218", "the torchlight casts a flickering glow down the hallway.": "\ud683\ubd88\uc774 \ubcf5\ub3c4\ub97c \ud76c\ubbf8\ud558\uac8c \ubc1d\ud788\uba70 \uae5c\ube61\uc778\ub2e4.", "the warped man lies dead.": "\uc628 \ubab8\uc774 \ub4a4\ud2c0\ub9b0 \uc0ac\ub78c\uc774 \uc8fd\uc5b4\uc788\ub2e4.", "something's in the store room": "\ucc3d\uace0 \uc548\uc5d0 \ubb34\uc5b8\uac00 \uc788\ub2e4", "unfathomable destruction to fuel wanderer hungers.": "\ub3c4\ubb34\uc9c0 \uc774\ud574\ud560 \uc218 \uc5c6\ub294 \ud30c\uad34\uc640 \uc815\ubcf5\uc790\uc758 \uc695\uc2ec\uc744 \ucc44\uc6b0\ub294 \uc57d\ud0c8.", "embark": "\ucd9c\ubc1c", "scout": "\uc815\ucc30\uc220", "facebook": "\ud398\uc774\uc2a4\ubd81", "the trees yield to dry grass. the yellowed brush rustles in the wind.": "\ub098\ubb47\uc78e\uc774 \ub9d0\ub77c\uac04\ub2e4. \ub178\ub780 \uc78e\uc740 \ubc14\ub78c\uc5d0 \ubd80\uc2a4\ub7ed\uac70\ub9b0\ub2e4.", "save.": "\uc800\uc7a5.", "total score: {0}": "\ucd1d \uc810\uc218: {0}", "learned to make the most of food": "\ub354 \uc798 \uba39\ub294 \ubc95\uc744 \ubc30\uc6e0\ub2e4", "blast": "\ud130\ub728\ub9ac\uae30", "the sky is grey and the wind blows relentlessly": "\ud558\ub298\uc740 \ud68c\uc0c9\uc774\uace0 \ubc14\ub78c\uc740 \uacc4\uc18d \ubd84\ub2e4", "supplies:": "\ubcf4\uae09\ud488:", "the feral terror is dead": "\ub5a0\ub3c4\ub294 \uacf5\ud3ec\uac00 \uc8fd\uc5c8\ub2e4", "the tracks disappear after just a few minutes.": "\uba87 \ubd84 \ub3d9\uc548 \ucad3\uc544\uac00\ub2e4 \ubcf4\ub2c8 \uc790\ucde8\uac00 \uc0ac\ub77c\uc9c4\ub2e4.", "a safe place in the wilds.": "\uc57c\uc678\uc758 \uc548\uc804\ud55c \uc7a5\uc18c.", "fur": "\ubaa8\ud53c", "beneath the wanderer's rags, clutched in one of its many hands, a glint of steel.": "\ubc29\ub791\uc790\uc758 \ub204\ub354\uae30 \uc544\ub798\uc5d0 \ubb34\uc2a8 \uae08\uc18d \uc870\uac01\uc774 \ubcf4\uc778\ub2e4.", "buy scales": "\ube44\ub298 \uc0ac\uae30", "mild": "\ud3ec\uadfc\ud558\ub2e4", "the hunting lodge stands in the forest, a ways out of town": "\uc0ac\ub0e5\uc6a9 \uc624\ub450\ub9c9\uc744 \uc232 \uc18d\uc5d0, \ub9c8\uc744 \ud55c\ucc38 \ubc16\uc5d0 \uc9c0\uc5c8\ub2e4", "leave": "\ub5a0\ub098\uae30", "the convoy can haul mostly everything": "\uc9d0\ucc28\ub294 \ubb50\ub4e0\uc9c0 \ub2e4 \uc2e4\uc744 \uc218 \uc788\ub2e4", "learned to strike faster without weapons": "\ubb34\uae30 \uc5c6\uc774 \ub354 \ube60\ub974\uac8c \uacf5\uaca9\ud558\ub294 \ubc95\uc744 \ubc30\uc6e0\ub2e4", "an old house remains here, once white siding yellowed and peeling.": "\uc624\ub798\ub41c \uc9d1\uc774\ub2e4. \uc6d0\ub798\ub294 \ud558\uc580 \ubcbd\uc774 \ub204\ub807\uace0 \ubc97\uaca8\uc9c0\uae30 \uc2dc\uc791\ud588\ub2e4.", "ignore them": "\ubb34\uc2dc\ud558\uae30", "willing to talk about it, for a price.": "\ub3c8\uc744 \ub0b4\uba74 \uc774\uc57c\uae30\ub97c \ub4e4\uc744 \uc218 \uc788\ub2e4.", "a beast, wilder than imagining, erupts out of the foliage": "\uc0dd\uac01\ub3c4 \ubabb\ud55c \uc0ac\ub098\uc6b4 \ubaa8\uc2b5\uc758 \ub3d9\ubb3c \ud55c \ub9c8\ub9ac\uac00, \ub098\ubb47\uc78e\uc744 \ubc15\ucc28\uace0 \ub098\uc628\ub2e4", "go home": "\uc9d1\uc73c\ub85c", "the soldier steps out from between the buildings, rifle raised.": "\uac74\ubb3c \uc0ac\uc774\uc5d0\uc11c \uad70\uc778 \ud55c \uba85\uc774 \uc18c\ucd1d\uc744 \ub4e4\uace0 \ub098\ud0c0\ub09c\ub2e4.", "force": "\ubb34\ub825", "A Murky Swamp": "\ub2aa\uc9c0\ub300", "a ragged stranger stumbles through the door and collapses in the corner": "\ub204\ub354\uae30\ub97c \uac78\uce5c \uc5ec\uc790\uac00 \ubb38\uc73c\ub85c \ub4e4\uc5b4\uc640 \uad6c\uc11d\uc5d0 \uc4f0\ub7ec\uc9c4\ub2e4", "not enough leather": "\uac00\uc8fd\uc774 \ubd80\uc871\ud558\ub2e4", "the fight is short and bloody, but the beasts are repelled.": "\uc628\ud798\uc744 \ub2e4\ud574 \ud53c\ud280\uae30\uba70 \uc2f8\uc6b0\uc790 \ub9f9\uc218\ub4e4\uc740 \ub418\ub3cc\uc544\uac04\ub2e4.", "the wood is running out": "\ub098\ubb34\uac00 \ub5a8\uc5b4\uc838 \uac04\ub2e4", "restart.": "\uc7ac\uc2dc\uc791.", "rot's been to work on it, and some of the pieces are missing.": "\uc369\uc5b4 \ub4e4\uc5b4\uac00\uae30 \uc2dc\uc791\ud588\uace0, \uc0ac\ub77c\uc9c4 \ubd80\ubd84\ub3c4 \uc788\ub2e4.", "workshop's finally ready. builder's excited to get to it": "\uc791\uc5c5\uc7a5\uc774 \ub9c8\uce68\ub0b4 \uc644\uc131\ub418\uc5c8\ub2e4. \uc77c\uafbc\uc774 \uae30\ubed0\ubcf4\uc778\ub2e4", "a trading post would make commerce easier": "\uad50\uc5ed\uc18c\ub294 \uac70\ub798\ud558\uae30 \uc27d\uac8c \ub3c4\uc640\uc900\ub2e4", "not enough steel": "\uac15\ucca0\uc774 \ubd80\uc871\ud558\ub2e4", "perks:": "\ud2b9\uae30:", "the torch goes out": "\ud683\ubd88\uc774 \uaebc\uc9c4\ub2e4", "saved.": "\uc800\uc7a5\ub428.", "after a skirmish they are driven away, but not without losses.": "\uc800\ub4e4\uc740 \uc811\uc804 \ub05d\uc5d0 \ud6c4\ud1f4\ud558\uc9c0\ub9cc, \uc0ac\uc0c1\uc790\ub97c \ub0a8\uacbc\ub2e4.", "the military is already set up at the mine's entrance.": "\uad11\uc0b0 \uc785\uad6c\uc5d0\ub294 \uc774\ubbf8 \uad70\ub300\uac00 \uc790\ub9ac\uc7a1\uace0 \uc788\ub2e4.", "tannery goes up quick, on the edge of the village": "\ubb34\ub450\uc2e4\uc744 \uc21c\uc2dd\uac04\uc5d0, \ub9c8\uc744 \uac00\uc5d0 \uc138\uc6e0\ub2e4", "learned to fight quite effectively without weapons": "\uc774\uc81c \ubb34\uae30 \uc5c6\uc774\ub3c4 \uc798 \uc2f8\uc6b8\uc218 \uc788\ub294 \ubc95\uc744 \ubc30\uc6e0\ub2e4", "charred bodies litter the ground.": "\uc22f\uac80\ub315\uc774\uac00 \ub41c \uc2dc\uc2e0\uc774 \ub545\uc5d0 \ub110\ubd80\ub7ec\uc838 \uc788\ub2e4.", "someone throws a stone.": "\ub204\uad70\uac00\uac00 \ub3cc\uc744 \ub358\uc9c4\ub2e4.", "leaves a pile of small teeth behind.": "\uc791\uc740 \uc774\ube68\uc744 \ub193\uace0\uac04\ub2e4.", "leave city": "\ub3c4\uc2dc \ub5a0\ub098\uae30", "not enough scales": "\ube44\ub298\uc774 \ubd80\uc871\ud558\ub2e4", "someone has locked and barricaded the door to this operating theatre.": "\ub204\uad70\uac00 \uc218\uc220\uc2e4\uc758 \ubb38\uc744 \uc7a0\uadf8\uace0 \ub9c9\uc544 \ub193\uc558\ub2e4.", "leave cave": "\ub3d9\uad74 \ub5a0\ub098\uae30", "hp: {0}/{1}": "\uccb4\ub825: {0}/{1}", "a lone frog sits in the muck, silently.": "\uac1c\uad6c\ub9ac \ud55c \ub9c8\ub9ac\uac00 \ub354\ub7ec\uc6b4 \ub2aa\uc5d0 \uac00\ub9cc\ud788 \uc549\uc544\uc788\ub2e4.", "the steel is strong, and the blade true.": "\uac15\ucca0\ub294 \ub2e8\ub2e8\ud558\uace0, \uadf8 \ub0a0\uc740 \ub0a0\uce74\ub86d\ub2e4.", "an old case is wedged behind a rock, covered in a thick layer of dust.": "\ub450\uaebc\uc6b4 \uba3c\uc9c0\ub85c \ub4a4\ub36e\uc778 \ub0a1\uc740 \uc0c1\uc790\uac00 \ubc14\uc704 \ub4a4\uc5d0 \ub07c\uc5b4\uc788\ub2e4.", "learned how to ignore the hunger": "\ubc30\uac00 \uace0\ud30c\ub3c4 \ucc38\uc744 \uc218 \uc788\ub2e4", "punch": "\ub54c\ub9ac\uae30", "water": "\ubb3c", "desert rat": "\uc0ac\ub9c9 \uc950", "explore": "\ub458\ub7ec\ubcf4\uae30", "a pack of snarling beasts pours out of the trees.": "\uc218 \ub9ce\uc740 \ub9f9\uc218\ub4e4\uc774 \ub098\ubb34\uc5d0\uc11c \ub098\ud0c0\ub09c\ub2e4.", "punches do even more damage.": "\uc8fc\uba39\uc774 \ud6e8\uc52c \ub354 \uac15\ud574\uc9c4\ub2e4.", "the body of a wanderer lies in a small cavern.": "\ub098\uadf8\ub124\uc758 \uc2dc\uccb4\uac00 \uc791\uc740 \ub3d9\uad74 \uc548\uc5d0 \ub193\uc5ec\uc788\ub2e4.", "roaring": "\uc774\uae00\uac70\ub9b0\ub2e4", "gatherer": "\ub098\ubb34\uafbc", "the people back away, avoiding eye contact.": "\uc0ac\ub78c\ub4e4\uc740 \ub208\uae38\uc744 \ud53c\ud558\uba70 \ub4b7\uac78\uc74c\uc9c8\uce5c\ub2e4.", "A Huge Borehole": "\uac70\ub300\ud55c \uc2dc\ucd94\uacf5", "a bundle of sticks lies just beyond the threshold, wrapped in coarse furs.": "\uc870\uc7a1\ud55c \ubaa8\ud53c\ub85c \uac10\uc2fc \ub9c9\ub300\uac00 \ubb38 \uc55e\uc5d0 \ub193\uc5ec\uc788\ub2e4.", "builder says she could make finer things, if she had the tools": "\uc77c\uafbc\uc740 \ub3c4\uad6c\uac00 \uc788\ub2e4\uba74 \ub354 \uc88b\uc740 \ubb3c\uac74\uc744 \ub9cc\ub4e4 \uc218 \uc788\ub2e4\uace0 \ud55c\ub2e4", "soldier": "\uad70\uc778", "learn scouting": "\uc815\ucc30\uc220 \ubc30\uc6b0\uae30", "share.": "\uacf5\uc720.", "choose one slot to save to": "\uc800\uc7a5\ud560 \uacf3\uc744 \uace0\ub974\uc138\uc694", "some villagers have died": "\ub9c8\uc744 \uc0ac\ub78c \uba87 \uba85\uc774 \uc8fd\uc5c8\ub2e4", "A Murky Swamp": "\ub205\ub205\ud55c \ub2aa", "iron sword": "\ucca0\uac80", "builder says she can make traps to catch any creatures might still be alive out there": "\uc77c\uafbc\uc774 \ubc16\uc5d0\uc11c \uc5b4\uc2ac\ub801\uac70\ub9ac\ub294 \ub3d9\ubb3c\uc744 \uc7a1\uc744 \ub36b\uc744 \ub9cc\ub4e4 \uc218 \uc788\ub2e4\uace0 \ud55c\ub2e4", "the grasses thin. soon, only dust remains.": "\ud480\uc774 \ub4ec\uc131\ub4ec\uc131\ud574 \uc9c4\ub2e4. \uace7 \ud759\uba3c\uc9c0\ub9cc \ubcf4\uc774\uac8c \ub41c\ub2e4.", "bayonet": "\ucd1d\uac80", "a shot rings out, from somewhere in the long grass": "\ucd1d\uc18c\ub9ac\uac00 \uae34 \ud480\uc232 \ub108\uba38\uc5d0\uc11c \ub4e4\ub824 \uc628\ub2e4", "a wall of gnarled trees rises from the dust. their branches twist into a skeletal canopy overhead.": "\ud759\uba3c\uc9c0 \uc18d\uc5d0\uc11c \ube44\ube44 \ud2c0\ub9b0 \ub098\ubb34\uc758 \uc7a5\ubcbd\uc774 \uc19f\uc544 \uc788\ub2e4. \uc559\uc0c1\ud55c \uac00\uc9c0\uac00 \uba38\ub9ac \uc704\uc5d0 \ubb34\uc131\ud558\ub2e4.", "gather wood": "\ub098\ubb34 \ubaa8\uc73c\uae30", "total": "\uc804\uccb4", "with a little effort, it might fly again.": "\uc870\uae08\ub9cc \uc190\ubcf4\uba74, \ub2e4\uc2dc \ub0a0 \uc218\ub3c4 \uc788\ub2e4.", "A Scavenger": "\uc880\ub3c4\ub451", "picking the bones finds some useful trinkets.": "\ubf08\ub97c \uc8fc\uc6b0\uba74\uc11c \uc4f8\ubaa8\uc788\ub294 \uc791\uc740 \ubb3c\uac74\uc744 \ucc3e\uc558\ub2e4.", "sufferers are healed": "\ud658\uc790\ub4e4\uc774 \uce58\uc720\ub418\uc5c8\ub2e4.", "the shell of an abandoned hospital looms ahead.": "\ubc84\ub824\uc9c4 \ubcd1\uc6d0\uc774 \uc800 \uc55e\uc5d0 \ubcf4\uc778\ub2e4.", "the villagers hang the thief high in front of the store room.": "\uc8fc\ubbfc\ub4e4\uc740 \ucc3d\uace0 \uc55e\uc5d0\uc11c \ub3c4\ub451\uc758 \ubaa9\uc744 \ub9e4\ub2e8\ub2e4.", "eye for an eye seems fair.": "\ub208\uc5d0\ub294 \ub208\uc774\ub77c\ub294 \ub9d0\uc774 \ub9de\ub294 \uac83 \uac19\ub2e4.", "an old man bursts through a door, wielding a scalpel.": "\uc678\uacfc\uc6a9 \uba54\uc2a4\ub97c \ud718\ub450\ub974\uba74\uc11c \ub299\uc740\uc774\uac00 \ubb38\uc744 \ubc15\ucc28\uace0 \ub098\uc628\ub2e4.", "1 medicine": "\uc57d 1\uac1c", "the small military outpost is well supplied.": "\uc791\uc740 \uc804\ucd08 \uae30\uc9c0\ub294 \ubcf4\uae09\ud488\uc73c\ub85c \uac00\ub4dd\ud558\ub2e4.", "the clinic has been ransacked.": "\ubcd1\uc6d0\uc740 \uc57d\ud0c8\ub2f9\ud55c \ubaa8\uc591\uc774\ub2e4.", "drop:": "\ubc84\ub9ac\uae30:", "leaves some scraps of cloth behind.": "\ucc9c\uc870\uac01\uc744 \ub193\uace0\uac04\ub2e4.", "are you sure?": "\ud655\uc778\ud574\uc8fc\uc138\uc694.", "charcutier": "\ud6c8\uc5f0\uafbc", "a military perimeter is set up around the mine.": "\uad11\uc0b0 \uc8fc\uc704\uc5d0\ub294 \uad70\uc778\ub4e4\uc758 \uacbd\uacc4\uac00 \uc0bc\uc5c4\ud558\ub2e4.", "trading post": "\uad50\uc5ed\uc18c", "a wanderer arrives with an empty cart. says if she leaves with furs, she'll be back with more.": "\ube48 \uc218\ub808\ub97c \ub04c\uace0 \ub5a0\ub3cc\uc774\uac00 \ub098\ud0c0\ub09c\ub2e4. \ubaa8\ud53c\ub97c \uc8fc\uba74 \ub354 \ub9ce\uc740 \ubaa8\ud53c\ub97c \uac00\uc838\uc628\ub2e4\uace0 \ud55c\ub2e4.", "in exchange, the wanderer offers his wisdom.": "\ub098\uadf8\ub124\ub294 \ub313\uac00\ub85c \uc9c0\ud61c\ub97c \ub098\ub220\uc900\ub2e4.", "sulphur miner": "\uc720\ud669 \uad11\ubd80", "a small basket of food is hidden under a park bench, with a note attached.": "\uc791\uc740 \uc74c\uc2dd \ubc14\uad6c\ub2c8\uac00 \uacf5\uc6d0 \ubc34\uce58 \uc544\ub798\uc5d0 \uc228\uaca8\uc838 \uc788\ub2e4. \ucabd\uc9c0\uac00 \ub0a8\uaca8\uc838 \uc788\ub2e4.", "warm": "\ub530\uc2a4\ud558\ub2e4", "the sound of gunfire carries on the wind.": "\ucd1d\uc18c\ub9ac\uac00 \ubc14\ub78c\uc5d0 \uac19\uc774 \uba54\uc544\ub9ac\uce5c\ub2e4.", "stoke fire": "\ubd88 \ub54c\uae30", "lift off": "\uc774\ub959", "shoot": "\uc3d8\uae30", "none": "\uc5c6\uc74c", "leave town": "\ub9c8\uc744 \ub5a0\ub098\uae30", "most of the windows at ground level are busted anyway.": "\ud558\uc9c0\ub9cc 1\uce35\uc758 \ucc3d\ubb38\uc774 \uac70\uc758 \ub2e4 \uae68\uc838 \uc788\ub2e4.", "a strange looking bird speeds across the plains": "\uc774\uc0c1\ud558\uac8c \uc0dd\uae34 \uc0c8\uac00 \ud3c9\uc57c\ub97c \uac00\ub85c\uc9c8\ub7ec \ub0a0\uc544\uc628\ub2e4", "linger": "\uba38\ubb3c\uae30", "take:": "\uac00\uc838\uac00\uae30:", "connect game to dropbox local storage": "\uac8c\uc784\uc744 \ub4dc\ub86d\ubc15\uc2a4 \ub85c\uceec \uc800\uc7a5\uc18c\uc5d0 \uc5f0\uacb0\ud558\uae30", "strange bird": "\uc774\uc0c1\ud55c \uc0c8", "if the code is invalid, all data will be lost.": "\uc785\ub825\ud558\uc2e0 \ucf54\ub4dc\uac00 \uc815\ud655\ud558\uc9c0 \uc54a\uc73c\uba74, \ubaa8\ub4e0 \ub370\uc774\ud130\uac00 \uc0ac\ub77c\uc9d1\ub2c8\ub2e4.", "A Feral Terror": "\ub5a0\ub3c4\ub294 \uacf5\ud3ec", "can't see what's inside.": "\uc548\uc740 \ub4e4\uc5ec\ub2e4 \ubcfc \uc218 \uc5c6\ub2e4.", "a large beast charges out of the dark": "\ud070 \uc9d0\uc2b9\uc774 \ub09c\ub370\uc5c6\uc774 \ub098\ud0c0\ub09c\ub2e4", "salvage": "\uc778\uc591\ud558\uae30", "grenade": "\uc218\ub958\ud0c4", "the stranger in the corner stops shivering. her breathing calms.": "\uad6c\uc11d\uc758 \uc5ec\uc790\ub294 \ubd80\ub4e4\uac70\ub9ac\uae30\ub97c \uba48\ucd98\ub2e4. \uc228\uc774 \ubc14\ub974\uac8c \ub3cc\uc544\uc628\ub2e4.", "a small suburb lays ahead, empty houses scorched and peeling.": "\uc791\uc740 \ub3c4\uc2dc\uac00 \ub208 \uc55e\uc5d0 \ubcf4\uc774\uace0, \uadf8\uc744\ub9ac\uace0 \uce60\uc774 \ubc97\uaca8\uc9c4 \ube48 \uc9d1\uc774 \uac00\ub4dd\ud558\ub2e4.", "a wanderer arrives with an empty cart. says if he leaves with wood, he'll be back with more.": "\ube48 \uc218\ub808\ub97c \ub04c\uace0 \ub5a0\ub3cc\uc774\uac00 \ub098\ud0c0\ub09c\ub2e4. \ub098\ubb34\ub97c \uc8fc\uba74 \ub354 \ub9ce\uc740 \ub098\ubb34\ub97c \uac00\uc838\uc628\ub2e4\uace0 \ud55c\ub2e4.", "gaunt man": "\uc218\ucc99\ud55c \uc0ac\ub78c", "a squat building up ahead.": "\uc800 \ud3b8\uc5d0 \ub204\uad70\uac00 \ube7c\uc557\uc740 \ub4ef\ud55c \uac74\ubb3c\uc774 \ubcf4\uc778\ub2e4.", "a thug moves out of the shadows.": "\ubd88\ud55c\ub2f9\uc774 \uadf8\ub9bc\uc790 \uc0ac\uc774\uc5d0\uc11c \ub098\ud0c0\ub09c\ub2e4.", "An Outpost": "\uc804\ucd08 \uae30\uc9c0", "there's not much, but some useful things can still be found.": "\ubcc4\ub85c \ub9ce\uc9c0\ub294 \uc54a\uc9c0\ub9cc, \uadf8\ub798\ub3c4 \uc4f8\ubaa8 \uc788\ub294 \uac83\ub3c4 \ucc3e\uc744 \uc218 \uc788\ub2e4.", " and ": ", ", "an improvised shop is set up on the sidewalk.": "\uac13\uae38\uc5d0\ub294 \ud5c8\ub984\ud55c \uac00\uac8c\uac00 \uc9c0\uc5b4\uc838 \uc788\ub2e4.", "cured meat": "\ud6c8\uc81c \uace0\uae30", "builder puts up a hut, out in the forest. says word will get around.": "\uc77c\uafbc\uc774 \uc800 \uc232 \uc18d\uc5d0 \uc624\ub450\ub9c9\uc744 \uc9d3\ub294\ub2e4. \uace7 \uc18c\ubb38\uc774 \ud37c\uc9c0\uaca0\uc9c0.", "learned how not to be seen": "\ubcf4\uc774\uc9c0 \uc54a\uac8c \uc228\ub294 \ubc95\uc744 \ubc30\uc6e0\ub2e4", "punches do more damage": "\uc8fc\uba39\uc774 \ub354 \uac15\ud574\uc9c4\ub2e4", "some traps have been destroyed": "\ub36b \uba87 \uac1c\uac00 \uc644\uc804\ud788 \ubd80\uc11c\uc838 \uc788\ub2e4.", "castoff from the mammoth drills can still be found by the edges of the precipice.": "\ubcbc\ub7c9 \ub05d\uc5d0\ub294 \ubc84\ub824\uc9c4 \ucd08\ub300\ud615 \ub4dc\ub9b4\uc774 \uc544\uc9c1 \ub0a8\uc544\uc788\ub2e4.", "well armed men charge out of the forest, firing into the crowd.": "\uc644\uc804 \ubb34\uc7a5\ud55c \uc0ac\ub78c\ub4e4\uc774 \uc232\uc5d0\uc11c \ub6f0\uccd0\ub098\uc624\uba70, \uc8fc\ubbfc\ub4e4\uc5d0\uac8c \ucd1d\uc744 \uc3dc\ub2e4.", "a plague afflicts the village": "\uc804\uc5fc\ubcd1\uc774 \ub9c8\uc744\uc744 \ub4a4\ub36e\ub294\ub2e4.", "app store.": "\uc571 \uc2a4\ud1a0\uc5b4.", "An Old Starship": "\uc624\ub798\ub41c \uc6b0\uc8fc\uc120", "ignore it": "\ubb34\uc2dc\ud558\uae30", "hot": "\ub728\uac81\ub2e4", "a destroyed village lies in the dust.": "\ud30c\uad34\ub41c \ub9c8\uc744\uc774 \ud759\uba3c\uc9c0\ub3c4 \ub4a4\ub36e\uc5ec \uc788\ub2e4.", "upgrade engine": "\uc5d4\uc9c4 \ud5a5\uc0c1", "forest": "\uc232", "give 500": "500\uac1c \uc8fc\uae30", "A Dark Room": "\uc5b4\ub450\uc6b4 \ubc29", "hyper.": "\ud558\uc774\ud37c.", "a battle was fought here, long ago.": "\uc608\uc804\uc5d0 \uc5ec\uae30\uc11c \uc804\uc7c1\uc774 \uc77c\uc5b4\ub09c \ubaa8\uc591\uc774\ub2e4.", "builder says leather could be useful. says the villagers could make it.": "\uc77c\uafbc\uc740 \uac00\uc8fd\uc774 \uc4f8\ubaa8 \uc788\uc744\uac70\ub77c \ud55c\ub2e4. \uc8fc\ubbfc\ub4e4\uc774 \uac00\uc8fd\uc744 \ub9cc\ub4e4 \uc218 \uc788\ub2e4\uace0 \ud55c\ub2e4.", "craft:": "\uc791\uc5c5\uc7a5", "Iron Mine": "\ucca0 \uad11\uc0b0", "coal mine": "\uc11d\ud0c4 \uad11\uc0b0", "bits of meat": "\uace0\uae30 \ud1a0\ub9c9", "scavengers must have gotten to this place already.": "\uc880\ub3c4\ub451\ub4e4\uc774 \uba3c\uc800 \ub2e4\ub140\uac04 \uac8c \ud2c0\ub9bc\uc5c6\ub2e4.", "the remains of an old camp sits just inside the cave.": "\ub3d9\uad74 \uc548\ucabd\uc5d0 \uc624\ub798\ub41c \uc57c\uc601\uc9c0\uac00 \ub0a8\uc544\uc788\ub2e4.", "epidemic is eradicated eventually": "\uc804\uc5fc\ubcd1\uc774 \ub9c8\uce68\ub0b4 \uc9c4\uc815\ub418\uc5c8\ub2e4.", "The Village": "\ub9c8\uc744", "deep in the swamp is a moss-covered cabin.": "\ub2aa\uc9c0 \uae4a\uc740 \uacf3\uc5d0 \uc774\ub07c\ub85c \ub4a4\ub36e\ud78c \uc624\ub450\ub9c9\uc774 \uc788\ub2e4.", "snarling beast": "\uc0ac\ub098\uc6b4 \uc9d0\uc2b9", "soldiers patrol the perimeter, rifles slung over their shoulders.": "\uad70\uc778\ub4e4\uc774 \uc8fc\uc704\ub97c, \uc5b4\uae68\uc5d0 \uc18c\ucd1d\uc744 \ub9e4\uace0 \uc21c\ucc30\ud55c\ub2e4.", "a swarm of rats rushes up the tunnel.": "\ub4e4\uc950 \ubb34\ub9ac\uac00 \ud130\ub110\uc744 \ubd80\ub9ac\ub098\ucf00 \uac00\ub85c\uc9c0\ub978\ub2e4.", "faces, darkened by soot and blood, stare out from crooked huts.": "\uadf8\uc744\uc74c\uacfc \ud53c\ub85c \uae4c\ub9e4\uc9c4 \uc5bc\uad74\uc774, \ube44\ub6a4\ube44\ub6a4\ud55c \uc624\ub450\ub9c9\uc5d0\uc11c \ub098\ub97c \uccd0\ub2e4\ubcf8\ub2e4.", "strange noises can be heard through the walls": "\uc774\uc0c1\ud55c \uc18c\ub9ac\uac00 \ubcbd \ub108\uba38\ub85c \ub4e4\ub824\uc628\ub2e4.", "coal": "\uc11d\ud0c4", "Stratosphere": "\uc131\uce35\uad8c", "man-eater": "\uc778\uac04 \uc0ac\ub0e5\uafbc", "can't tell what they're up to.": "\ubb34\uc5bc \ud558\ub824\ub294 \uac74\uc9c0 \ubaa8\ub974\uaca0\ub2e4.", "enter": "\ub4e4\uc5b4\uac00\uae30", "mourn": "\uc560\ub3c4\ud558\uae30", "Ship": "\uc6b0\uc8fc\uc120", "better avoid conflict in the wild": "\uc57c\uc678\uc5d0\uc11c\ub294 \uc2f8\uc6b0\uc9c0 \uc54a\ub294 \ud3b8\uc774 \ub354 \ub0ab\ub2e4", "talk": "\uc774\uc57c\uae30\ud558\uae30", "another beast, draw by the noise, leaps out of a copse of trees.": "\ub2e4\ub978 \ub3d9\ubb3c \ud55c \ub9c8\ub9ac\uac00 \uc18c\ub9ac\uc5d0 \uc774\ub04c\ub824, \ub098\ubb34\ub97c \ubc15\ucc28\uace0 \ud384\uca4d \ub6f4\ub2e4.", "A Soldier": "\uad70\uc778", "the man expresses his thanks and hobbles off.": "\uadf8 \uc0ac\ub78c\uc740 \uace0\ub9c8\uc6cc\ud558\uba70 \ube44\ud2c0\ube44\ud2c0 \ub5a0\ub09c\ub2e4.", "battered technology from both sides lays dormant on the blasted landscape.": "\ub9dd\uac00\uc9c4 \ub3c4\uad6c\ub4e4\uc774 \ud30c\uad34\ub41c \uc870\uacbd \uc544\ub798 \uc58c\uc804\ud788 \uc7a0\ub4e4\uc5b4\uc788\ub2e4.", "the villagers haul a filthy man out of the store room.": "\uc8fc\ubbfc\ub4e4\uc774 \ucc3d\uace0\uc5d0\uc11c \uaf80\uc8c4\uc8c4\ud55c \uc0ac\ub78c\uc744 \ud558\ub098 \uc7a1\uc558\ub2e4.", "strips of meat are hung up to dry in this ward.": "\uc774 \ubcd1\uc2e4\uc5d0\uc11c\ub294 \uace0\uae43\ub369\uc5b4\ub9ac\ub97c \ub9d0\ub9ac\uace0 \uc788\ub2e4.", "the familiar curves of a wanderer vessel rise up out of the dust and ash. ": "\uc5ec\ud589\uc120\uc758 \uc775\uc219\ud55c \uace1\uc120\uc774 \uba3c\uc9c0\uc640 \uc7ac \uc0ac\uc774\ub85c \ubaa8\uc2b5\uc744 \ub4dc\ub7ec\ub0b8\ub2e4.", "all the work of a previous generation is here.": "\uc61b \uc2dc\ub300\uc5d0 \ub9cc\ub4e0 \ubb3c\uac74\uc774 \uc5ec\uae30 \ub2e4 \uc788\ub2e4.", "cold": "\ucda5\ub2e4", "the iron mine is clear of dangers": "\ucca0 \uad11\uc0b0\uc740 \uc774\uc81c \uc704\ud5d8\ud558\uc9c0 \uc54a\ub2e4.", "the military presence has been cleared.": "\uad70\ub300\ub97c \ubaa8\ub450 \uc815\ub9ac\ud588\ub2e4.", "A Crashed Starship": "\ucd94\ub77d\ud55c \uc6b0\uc8fc\uc120", "the fire is {0}": "\ubd88\uc774 {0}", "A Lonely Hut": "\uc678\ub85c\uc6b4 \uc624\ub450\ub9c9", "buy teeth": "\uc774\ube68 \uc0ac\uae30", "a small supply cache is hidden at the back of the cave.": "\ub3d9\uad74\uc758 \ub4a4\ud3b8\uc5d0\ub294 \ubb3c\uac74\uc774 \uc870\uae08 \uc228\uaca8\uc838 \uc788\ub2e4.", "iron's stronger than leather": "\ucca0\uc740 \uac00\uc8fd\ubcf4\ub2e4 \ud2bc\ud2bc\ud558\ub2e4", "bedrolls, torn and blackened, lay beneath a thin layer of dust.": "\ucc22\uc5b4\uc9c0\uace0 \uc0c8\uae4c\ub9e4\uc9c4 \uce68\ub0ad\uc774 \uba3c\uc9c0\uc5d0 \uc587\uac8c \ub36e\uc5ec\uc788\ub2e4.", "dodge attacks more effectively": "\uacf5\uaca9\uc744 \ub354\uc6b1 \uc798 \ud53c\ud558\uac8c \ub41c\ub2e4", "hull: ": "\uc120\uccb4:", "a madman attacks, screeching.": "\ubbf8\uce5c \uc0ac\ub78c\uc774 \ub0a0\uce74\ub86d\uac8c \uc6b8\ubd80\uc9d6\uc73c\uba70 \uacf5\uaca9\ud574\uc628\ub2e4.", "thieves": "\ub3c4\ub451", "the towers that haven't crumbled jut from the landscape like the ribcage of some ancient beast.": "\ubb34\ub108\uc9c0\uc9c0 \uc54a\uc740 \uac74\ubb3c\uc740 \ub545\uc5d0\uc11c \ub9c8\uce58 \uace0\ub300 \ub3d9\ubb3c\ub4e4\uc758 \uac08\ube44\ubf08\ucc98\ub7fc \uc19f\uc544 \uc62c\ub790\ub2e4.", "lights off.": "\uc5b4\ub461\uac8c.", "someone had been stockpiling loot here.": "\ub204\uad70\uac00\uac00 \uc804\ub9ac\ud488\uc744 \uc5ec\uae30\uc5d0 \uc313\uc544\ub193\uace0 \uc788\uc5c8\ub2e4.", "learned to look ahead": "\uc55e\uc744 \ub0b4\ub2e4\ubcf4\ub294 \ubc95\uc744 \ubc30\uc6e0\ub2e4", "the mine is now safe for workers.": "\uc774\uc81c \uc77c\uafbc\ub4e4\uc774 \ub9c8\uc74c \ub193\uace0 \uc77c\ud560 \uc218 \uc788\ub2e4.", "Coal Mine": "\uc11d\ud0c4 \uad11\uc0b0", "empty corridors.": "\ube48 \ubcf5\ub3c4.", "save to slot": "\uc5ec\uae30\uc5d0 \uc800\uc7a5\ud558\uae30", "the owner stands by, stoic.": "\uc8fc\uc778\uc774 \ud754\ub4e4\ub9bc \uc5c6\uc774 \uc11c \uc788\ub2e4.", "hunter": "\uc0ac\ub0e5\uafbc", "strips of meat hang drying by the side of the street.": "\uac13\uae38\uc5d0\ub294 \uace0\uae43\ub369\uc5b4\ub9ac\uac00 \ub9d0\ub77c\uac00\uace0 \uc788\ub2e4.", "more squatters are crowding around now.": "\ubd80\ub791\uc790\ub4e4\uc774 \uc8fc\uc704\uc5d0 \uac00\ub4dd\ud558\ub2e4.", "some weird glowing boxes he picked up on his travels.": "\uc5ec\ud589\uc744 \ud558\uba74\uc11c \uc5bb\uc740 \ube5b\ub098\ub294 \uc0c1\uc790", "a panicked scavenger bursts through the door, screaming.": "\uac81\uc5d0 \uc9c8\ub9b0 \uc880\ub3c4\ub451\uc774 \uad34\uc131\uc744 \uc9c0\ub974\uba70 \ubb38\uc744 \ubc15\ucc2c\ub2e4.", "give 50": "50\uac1c \uc8fc\uae30", "wagon": "\ub9c8\ucc28", "An Old House": "\uc624\ub798\ub41c \uc9d1", "a soldier, alerted, opens fire.": "\uacbd\uacc4 \ud558\ub358 \uad70\uc778\uc774 \ucd1d\uc744 \uc3dc\ub2e4.", "meat": "\uace0\uae30", "the tunnel opens up at another platform.": "\ub2e4\ub978 \uc2b9\uac15\uc7a5\uc5d0\uc11c \ud130\ub110\uc744 \ubc1c\uacac\ud55c\ub2e4.", "a terrible plague is fast spreading through the village.": "\ub054\ucc0d\ud55c \uc804\uc5fc\ubcd1\uc774 \ub9c8\uc744\uc5d0 \ube60\ub974\uac8c \ubc88\uc9c4\ub2e4.", "the gaunt man is dead": "\uc218\ucc99\ud55c \uc0ac\ub78c\uc774 \uc8fd\uc5c8\ub2e4", "bone spear": "\ubf08 \ucc3d", "trap": "\ub36b", "the street ahead glows with firelight.": "\uc800\ud3b8\uc758 \ub3c4\ub85c\ub294 \ubd88\ube5b\uc73c\ub85c \uac00\ub4dd\ud558\ub2e4.", "armourer": "\ubb34\uae30 \uc7a5\uc778", "a large shanty town sprawls across the streets.": "\ud310\uc790\ucd0c\uc774 \uac70\ub9ac\ub97c \ub530\ub77c \uba40\ub9ac \uba40\ub9ac \uc81c \uba4b\ub300\ub85c \ubed7\uc5b4 \uc788\ub2e4.", "the shell of a burned out car blocks the entrance.": "\ubd88\ud0c0\ubc84\ub9b0 \uc790\ub3d9\ucc28\uc758 \uc794\ud574\uac00 \ubb38\uc744 \ub9c9\uace0 \uc788\ub2e4.", "a small group arrives, all dust and bones.": "\uc791\uc740 \uc9d1\ub2e8\uc774 \ub3c4\ucc29\ud55c\ub2e4. \uba3c\uc9c0\ud22c\uc131\uc774\uc5d0 \ubf08\ub9cc \ub0a8\uc558\ub2e4.", "A Ruined City": "\ud669\ud3d0\ud55c \ub3c4\uc2dc", "weight": "\ubb34\uac8c", "torch": "\ud683\ubd88", "The Thief": "\ub3c4\ub451", "not enough cloth": "\ucc9c\uc774 \ubd80\uc871\ud558\ub2e4", "a youth lashes out with a tree branch.": "\uc80a\uc740\uc774 \ud558\ub098\uac00 \ub098\ubb47\uac00\uc9c0\ub97c \ud718\ub450\ub974\uba70 \ub098\ud0c0\ub09c\ub2e4.", "the rest of the hospital is empty.": "\ubcd1\uc6d0\uc758 \ub2e4\ub978 \ucabd\uc740 \ubaa8\ub450 \ube44\uc5b4\uc788\ub2e4.", "connect": "\uc5f0\uacb0", "learned to be where they're not": "\uc774\ub9ac\ub85c \uc624\uba74 \uc800\ub9ac\ub85c \ud53c\ud558\ub294 \ubc95\uc744 \ubc30\uc6e0\ub2e4", "go twice as far without eating": "\uba39\uc9c0 \uc54a\uace0 \ub450\ubc30\uc758 \uac70\ub9ac\ub97c \uac08 \uc218 \uc788\ub2e4", "scavenger'd been looking for supplies in here, it seems.": "\uc880\ub3c4\ub451\uc740 \uc5ec\uae30\uc11c \ubcf4\uae09\ud488\uc744 \ucc3e\uace0\uc788\ub358 \ubaa8\uc591\uc774\ub2e4.", "there's nothing else here.": "\uc5ec\uae30\uc5d4 \uc774\uc81c \uc544\ubb34\uac83\ub3c4 \uc5c6\ub294 \uac83 \uac19\ub2e4.", "the plague is kept from spreading.": "\uc804\uc5fc\ubcd1\uc774 \ub354 \uc774\uc0c1\uc740 \ud37c\uc9c0\uc9c0 \uc54a\ub294\ub2e4.", "the cask holds enough water for longer expeditions": "\ubb3c\ud1b5\uc740 \uae34 \uc5ec\ud589\uc5d0 \ucda9\ubd84\ud55c \ubb3c\uc744 \uc800\uc7a5\ud560 \uc218 \uc788\ub2e4", "check traps": "\ub36b \ud655\uc778", "Plague": "\uc804\uc5fc\ubcd1", "a fire has started": "\ub9c8\uc744\uc5d0 \ubd88\uc774 \ub09c\ub2e4", "medicine": "\uc57d", "the old man had a small cache of interesting items.": "\ub299\uc740\uc774\ub294 \ud765\ubbf8\ub85c\uc6b4 \ubb3c\uac74\uc73c\ub85c \uac00\ub4dd \ucc2c \uc791\uc740 \uc0c1\uc790\ub97c \uac16\uace0 \uc788\ub2e4.", "tannery": "\ubb34\ub450\uc2e4", "lob": "\ub358\uc9c0\uae30", "no more room for huts.": "\ub354 \uc774\uc0c1 \uc624\ub450\ub9c9\uc744 \uc9c0\uc744 \uacf5\uac04\uc774 \uc5c6\ub2e4.", "they took what they came for, and left.": "\ud544\uc694\ud55c \uac83\uc744 \ucc59\uae30\uace0 \ub098\uc11c\ub294 \ub5a0\ub0ac\ub2e4.", "through the large gymnasium doors, footsteps can be heard.": "\ucee4\ub2e4\ub780 \uccb4\uc721\uad00 \ubb38 \ub108\uba38\ub85c, \ubc1c\uc790\uad6d \uc18c\ub9ac\uac00 \ub4e4\ub9b0\ub2e4.", "a large creature attacks, claws freshly bloodied": "\ucee4\ub2e4\ub780 \ub3d9\ubb3c\uc774, \uc0b4\uc810\uacfc \ud53c\uac00 \ubb3b\uc740 \ubc1c\ud1b1\uc73c\ub85c \uacf5\uaca9\ud574 \uc628\ub2e4", "a green cross barely visible behind grimy windows.": "\ub354\ub7ec\uc6b4 \ucc3d \ub108\uba38\ub85c \ucd08\ub85d \uc2ed\uc790\uac00\uac00 \ud76c\ubbf8\ud558\uac8c \ubcf4\uc778\ub2e4.", "a sick man hobbles up": "\ubcd1\ub4e0 \uc0ac\ub78c\uc774 \ube44\ud2c0\ube44\ud2c0 \ub2e4\uac00\uc628\ub2e4", "An Abandoned Town": "\ubc84\ub824\uc9c4 \ub9c8\uc744", "cart": "\uc218\ub808", "might be things worth having still inside.": "\uc4f8\ubaa8\uc788\ub294 \uac83\uc774 \uc548\uc5d0 \uc788\uc744 \uc9c0\ub3c4 \ubaa8\ub978\ub2e4.", "the wood has run out": "\ub098\ubb34\uac00 \ub2e4 \ub5a8\uc5b4\uc84c\ub2e4", "The Master": "\uba85\uc778", "thrust": "\uce58\uae30", "water replenished": "\ubb3c\uc744 \ucc44\uc6e0\ub2e4", "a soldier opens fire from across the desert": "\uc0ac\ub9c9 \ub108\uba38\uc5d0\uc11c \uad70\uc778 \ud558\ub098\uac00 \ucd1d\uc744 \uc3dc\ub2e4", "go twice as far without drinking": "\ubb3c\uc744 \uc548 \ub9c8\uc2dc\uace0\ub3c4 \ub450 \ubc30 \uba40\ub9ac \uac08 \uc218 \uc788\ub2e4", "the tentacular horror is defeated.": "\ucd09\uc218 \uad34\ubb3c\uc744 \uc8fd\uc600\ub2e4.", "an overturned caravan is spread across the pockmarked street.": "\uc9d0\ub9c8\ucc28\uac00 \uc790\ube60\uc838\uc11c \uc5c9\ub9dd\uc9c4\ucc3d\uc778 \uac70\ub9ac \uc8fc\uc704\uc5d0 \ub110\ubd80\ub7ec\uc838 \uc788\ub2e4.", "the villagers retreat to mourn the dead.": "\uc8fc\ubbfc\ub4e4\uc740 \uc8fd\uc740 \uc774\ub4e4\uc744 \uc704\ud574 \ub208\ubb3c\uc744 \ud758\ub9ac\uba70 \ubb3c\ub7ec\uc120\ub2e4.", "A Modest Village": "\ubcf4\ud1b5 \ub9c8\uc744", "A Damp Cave": "\ucd95\ucd95\ud55c \ub3d9\uad74", "swing": "\ud718\ub450\ub974\uae30", "alien alloy": "\uc678\uacc4 \ud569\uae08", "export or import save data, for backing up": "\ubc31\uc5c5\uc774\ub098 \ub2e4\ub978 \ucef4\ud4e8\ud130\uc5d0\uc11c \ud50c\ub808\uc774\ud558\uae30 \uc704\ud574", "smokehouse": "\ud6c8\uc5f0\uc2e4", "vague shapes move, just out of sight.": "\ud76c\ubbf8\ud55c \ud615\ud0dc\uac00 \uc6c0\uc9c1\uc774\ub294 \uac83\uc744 \ud3ec\ucc29\ud588\ub2e4.", "Wanderer": "\ubc29\ub791\uc790", "the earth here is split, as if bearing an ancient wound": "\uc774\uacf3\uc740 \ub545\uc740, \uc624\ub79c \uc0c1\ucc98\ub97c \uacac\ub38c\uc628 \uac83\ucc98\ub7fc \uac08\ub77c\uc838\uc788\ub2e4", "the compass points southeast": "\ub098\uce68\ubc18\uc774 \ub0a8\ub3d9\ucabd\uc744 \uac00\ub9ac\ud0a8\ub2e4", "barbarian": "\uaca9\ud22c\uac00", "the wanderer leaves, cart loaded with furs": "\uc218\ub808 \uac00\ub4dd \ubaa8\ud53c\ub97c \uc2e3\uace0, \ub5a0\ub3cc\uc774\uac00 \ub5a0\ub09c\ub2e4", "there are still supplies inside.": "\uc548\uc5d0\ub294 \ubcf4\uae09\ud488\uc774 \uc788\ub2e4.", "traps are more effective with bait.": "\ub36b\uc740 \ubbf8\ub07c\uac00 \uc788\uc73c\uba74 \ub354 \ud6a8\uacfc\uc801\uc774\ub2e4.", "rusted chainlink is pulled across an alleyway.": "\ub179\uc2a8 \ucca0\ub9dd\uc774 \uace8\ubaa9\uc5d0 \ub118\uc5b4\uc838 \uc788\ub2e4.", "a sickness is spreading through the village.": "\uc9c8\ubcd1\uc774 \ub9c8\uc744\uc5d0 \ud37c\uc9c0\uace0\uc788\ub2e4.", "tangle": "\uc62d\uc544\ub9e4\uae30", "miss": "\ud68c\ud53c", "the meat has run out": "\uace0\uae30\uac00 \ub2e4 \ub5a8\uc5b4\uc84c\ub2e4", "a beast charges out of a ransacked classroom.": "\ub09c\uc7a5\ud310\uc774 \ub41c \uad50\uc2e4\uc5d0\uc11c \uc9d0\uc2b9\uc774 \ub6f0\uccd0 \ub098\uc628\ub2e4.", "lucky that the natives can't work the mechanisms.": "\uc6d0\uc8fc\ubbfc\ub4e4\uc774 \uc791\ub3d9\ubc95\uc744 \ubab0\ub77c\uc11c \ub2e4\ud589\uc774\ub2e4.", "the rickety cart will carry more wood from the forest": "\uc5c9\uc131\ud55c \uc218\ub808\ub85c \uc232\uc5d0\uc11c \ub354 \ub9ce\uc740 \ub098\ubb34\ub97c \uac00\uc838\uc62c\uc218 \uc788\uc744 \uac83 \uac19\ub2e4", "just as deadly now as they were then.": "\uc608\uc804\uacfc \ub611\uac19\uc774 \uce58\uba85\uc801\uc778 \ubb34\uae30\uc774\ub2e4.", "builder just shivers": "\uc77c\uafbc\uc740 \uadf8\ub0e5 \ub5a8\uae30\ub9cc \ud55c\ub2e4", "a second soldier joins the fight.": "\ub450 \ubc88\uc9f8 \uad70\uc778\uc774 \ub07c\uc5b4\ub4e0\ub2e4.", "attack": "\uacf5\uaca9", "go inside": "\uc548\uc73c\ub85c \ub4e4\uc5b4\uac00\uae30", "turn her away": "\uadf8\ub0e5 \ubcf4\ub0b4\uae30", "dropbox.": "\ub4dc\ub86d\ubc15\uc2a4.", "reinforce hull": "\uc120\uccb4 \ubcf4\uac15", "not enough wood to get the fire going": "\ubd88\uc744 \ub554 \ub098\ubb34\uac00 \uc5c6\ub2e4", "a stranger arrives in the night": "\ubc24\uc911\uc5d0 \uc774\ubc29\uc778\uc774 \ub2f9\ub3c4\ud55c\ub2e4", "hut": "\uc624\ub450\ub9c9", "trapper": "\ub36b \uc7a5\uc778", "a battered highway sign stands guard at the entrance to this once-great city.": "\ucc0c\uadf8\ub7ec\uc9c4 \uace0\uc18d\ub3c4\ub85c \ud45c\uc9c0\ud310\uc774 \ud55c \ub54c\ub294 \ubc88\uc131\ud588\ub358 \uc774 \ub3c4\uc2dc\uc758 \uc785\uad6c\uc5d0 \uc11c \uc788\ub2e4.", "rifle": "\uc18c\ucd1d", "sulphur": "\uc720\ud669", "steel": "\uac15\ucca0", "the stranger is standing by the fire. she says she can help. says she builds things.": "\uc5ec\uc790\uac00 \ubd88 \uac00\uc5d0 \uc11c \uc788\ub2e4. \ub3c4\uc640\uc904 \uc218 \uc788\ub2e4\uace0, \uc190\uc7ac\uc8fc\uac00 \uc788\ub2e4\uace0 \ud55c\ub2e4.", "the sickness is cured in time.": "\uc9c8\ubcd1\uc774 \uc81c\ub54c \uce58\uc720\ub418\uc5c8\ub2e4.", "the only hope is a quick death.": "\uc8fd\uae30\ub9cc\uc744 \ubc14\ub784 \uc218 \ubc16\uc5d0.", "score for this game: {0}": "\uc774 \uac8c\uc784\uc758 \ucd1d \uc810\uc218: {0}", "the lizard is dead": "\ub3c4\ub9c8\ubc40\uc774 \uc8fd\uc5c8\ub2e4", "iron": "\ucca0", "fires burn in the courtyard beyond.": "\uadf8 \ub108\uba38\uc758 \uacf5\ud130\uac00 \ubd88\ud0c0\uace0 \uc788\ub2e4.", "builder": "\uc77c\uafbc", "a large creature lunges, muscles rippling in the torchlight": "\ucee4\ub2e4\ub780 \ub3d9\ubb3c\uc774 \ud55c\ub2ec\uc74c\uc5d0 \ub0b4\ub2eb\uace0, \ud683\ubd88\uc5d0 \uc694\ub3d9\uce58\ub294 \uadfc\uc721\uc774 \ube44\uce5c\ub2e4", "something's causing a commotion a ways down the road.": "\uae38 \uc800\ud3b8\uc5d0\uc11c \ubb54\uac00\uac00 \uc18c\ub780\uc744 \ud53c\uc6b0\uace0\uc788\ub2e4.", "the stranger shivers, and mumbles quietly. her words are unintelligible.": "\uc5ec\uc790\ub294 \ubd80\ub4e4\ubd80\ub4e4 \ub5a8\uba70 \ub098\uc9c0\ub9c9\uc774 \uc911\uc5bc\uac70\ub9b0\ub2e4. \ubb34\uc2a8 \ub9d0\uc778\uc9c0 \uc54c\uc544\ub4e4\uc744 \uc218 \uc5c6\ub2e4.", "A Firelit Room": "\ubd88\uc774 \uc9c0\ud3b4\uc9c4 \ubc29", "some wood is missing.": "\ub098\ubb34\uac00 \uc870\uae08 \uc0ac\ub77c\uc838\uc788\ub2e4.", "The Beggar": "\uac70\uc9c0", "Troposphere": "\ub300\ub958\uad8c", "ripe for the picking.": "\uc218\ud655\ud560 \ub54c\uac00 \ub418\uc5c8\ub2e4.", "A Destroyed Village": "\ud30c\uad34\ub41c \ub9c8\uc744", "coal miner": "\uc11d\ud0c4 \uad11\ubd80", "not enough teeth": "\uc774\ube68\uc774 \ubd80\uc871\ud558\ub2e4", "all he has are some scales.": "\uc774 \uc0ac\ub78c\uc774 \uac00\uc9c4 \uac74 \ube44\ub298 \uba87 \uac1c \ubfd0\uc774\ub2e4.", "learned to predict their movement": "\uadf8\ub4e4\uc758 \uc6c0\uc9c1\uc784\uc774 \ub208\uc5d0 \ubcf4\uc774\uae30 \uc2dc\uc791\ud588\ub2e4", "the nights are rent with screams.": "\ubc24\uc5d0\ub294 \ud1b5\uace1\uc774 \ub04a\uc774\uc9c0 \uc54a\ub294\ub2e4.", "take": "\uac00\uc838\uac00\uae30", "the scavenger is dead": "\uc880\ub3c4\ub451\uc774 \uc8fd\uc5c8\ub2e4", "a nomad shuffles into view, laden with makeshift bags bound with rough twine.": "\uc720\ubaa9\ubbfc\uc774 \uba40\ub9ac\uc11c, \uc5bc\uae30\uc124\uae30 \uc5ee\uc5b4 \ub9cc\ub4e0 \ubc30\ub0ad\uc5d0 \ubb3c\uac74\uc744 \ub2f4\uace0 \ub098\ud0c0\ub09c\ub2e4.", "a convoy lurches in, equal parts worry and hope.": "\ud070 \ubb34\ub9ac\uac00 \ub2f9\ub3c4\ud558\uace0, \uac71\uc815\uacfc \ud76c\ub9dd\uc774 \uad50\ucc28\ud55c\ub2e4.", "the map uncovers a bit of the world": "\uc9c0\ub3c4\ub294 \uc138\uc0c1\uc744 \uc870\uae08 \ubcf4\uc5ec\uc900\ub2e4", "the shot echoes in the empty street.": "\ube48 \uac70\ub9ac\uc5d0\uc11c \ucd1d\uc18c\ub9ac\uac00 \uba54\uc544\ub9ac\uce5c\ub2e4.", "the sounds stop.": "\uc18c\ub9ac\uac00 \uba48\ucd98\ub2e4.", "rucksack": "\uc790\ub8e8", "the towers of a decaying city dominate the skyline": "\uc1e0\ub77d\ud55c \ub3c4\uc2dc\uc758 \uac74\ubb3c\ub9cc\uc774 \uc9c0\ud3c9\uc120\uc744 \ub4a4\ub36e\uace0 \uc788\ub2e4", "lights on.": "\ubc1d\uac8c.", "a torch to keep the dark away": "\uc5b4\ub460\uc744 \ucad2\uae30 \uc704\ud55c \ud683\ubd88", "some good stuff woven into its nest.": "\ub465\uc9c0 \uc5ec\uae30\uc800\uae30\uc5d0 \uc88b\uc740 \ubb3c\uac74\uc774 \uba87 \uac1c \uc5bd\ud600 \uc788\ub2e4.", "starvation sets in": "\ud5c8\uae30\uac00 \ubc00\ub824\uc628\ub2e4", "charm": "\uc7a5\uc2e0\uad6c", "the sniper is dead": "\uc800\uaca9\uc218\uac00 \uc8fd\uc5c8\ub2e4", "nothing": "\uc0ac\uc591\ud558\uae30", "say his folk have been skimming the supplies.": "\ucc3d\uace0\ub97c \ub4a4\uc9c0\uace0 \uc788\uc5c8\ub2e4\uace0 \ud55c\ub2e4.", "Restart?": "\uc7ac\uc2dc\uc791?", "this is irreversible.": "\uc774\uac83\uc740 \ub418\ub3cc\ub9b4 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.", "the town's booming. word does get around.": "\ub9c8\uc744\uc774 \uc131\uc7a5\ud55c\ub2e4. \uc0ac\ub78c\ub4e4\uc774 \uc18c\ubb38\uc744 \ub4e3\ub294 \uac83 \uac19\ub2e4.", "Dropbox connection": "\ub4dc\ub86d\ubc15\uc2a4 \uc5f0\uacb0", "arms and munitions, relics from the war, are neatly arranged on the store-room floor.": "\uc804\uc7c1 \uc720\ubb3c\uc778 \ubb34\uae30\uc640 \ud0c4\uc57d\uc774 \ucc3d\uace0\uce35\uc5d0 \uac00\uc9c0\ub7f0\ud788 \ub193\uc5ec\uc788\ub2e4.", "iron miner": "\ucca0 \uad11\ubd80", "give 100": "100\uac1c \uc8fc\uae30", "the operating theatre has a lot of curious equipment.": "\uc218\uc220\uc2e4\uc5d0\ub294 \ucc98\uc74c\ubcf4\ub294 \uc7a5\ube44\uac00 \uc794\ub729 \uc788\ub2e4.", "A Sniper": "\uc800\uaca9\uc218", "the mysterious wanderer returns, cart piled high with wood.": "\uc218\uc0c1\ud55c \ub5a0\ub3cc\uc774\uac00 \uc218\ub808\uc5d0 \ub098\ubb34\ub97c \uac00\ub4dd \uc2e3\uace0 \ub3cc\uc544\uc628\ub2e4.", "a snarling beast jumps out from behind a car.": "\uc0ac\ub098\uc6b4 \uc9d0\uc2b9 \ud55c \ub9c8\ub9ac\uac00 \uc790\ub3d9\ucc28 \ub4a4\uc5d0\uc11c \ub6f0\uc5b4\uc624\ub974\uba70 \ub098\ud0c0\ub09c\ub2e4.", "precise": "\uc815\ud655", "looks like a camp of sorts up ahead.": "\uc57c\uc601\uc7a5 \uac19\uc774 \ubcf4\uc774\ub294 \uac83\uc774 \uc800 \ud3b8\uc5d0 \uc788\ub2e4.", "bait": "\ubbf8\ub07c", "The Sulphur Mine": "\uc720\ud669 \uad11\uc0b0", "stunned": "\uae30\uc808", "a thief is caught": "\ub3c4\ub451\uc744 \uc7a1\uc558\ub2e4", "a beggar arrives.": "\uac70\uc9c0\uac00 \ucc3e\uc544\uc628\ub2e4.", "the strange bird is dead": "\uc774\uc0c1\ud55c \uc0c8\uac00 \uc8fd\uc5c8\ub2e4", "*** EVENT ***": "*** \uc0c8\ub85c\uc6b4 \uc0ac\uac74 ***", "the grass thrashes wildly as a huge lizard pushes through": "\uc218\ud480\uc774 \uc694\ub3d9\uce58\ub354\ub2c8 \ud070 \ub3c4\ub9c8\ubc40\uc774 \ub098\ud0c0\ub0ac\ub2e4", "medicine is needed immediately.": "\uc57d\uc774 \ub2f9\uc7a5 \ud544\uc694\ud558\ub2e4.", "A Crashed Ship": "\ubd80\uc11c\uc9c4 \uc6b0\uc8fc\uc120", "the town lies abandoned, its citizens long dead": "\ub9c8\uc744\uc740 \ubc84\ub824\uc84c\uace0, \uc8fc\ubbfc\ub4e4\uc740 \uc8fd\uc740\uc9c0 \uc624\ub798\ub2e4", "give 1 medicine": "\uc57d 1\uac1c \uc8fc\uae30", "the old compass is dented and dusty, but it looks to work.": "\ub0a1\uc740 \ub098\uce68\ubc18\uc740 \ucc0c\uadf8\ub7ec\uc9c0\uace0 \uba3c\uc9c0 \ud22c\uc131\uc774\uc9c0\ub9cc, \uadf8\ub798\ub3c4 \uc4f8 \uc218 \uc788\ub2e4.", "wood": "\ub098\ubb34", "A Forgotten Battlefield": "\uc78a\ud600\uc9c4 \uc804\uc7a5", "the trees are gone. parched earth and blowing dust are poor replacements.": "\ub098\ubb34\uac00 \ubcf4\uc774\uc9c0 \uc54a\ub294\ub2e4. \uba54\ub9c8\ub978 \ub545\uacfc \ub0a0\ub9ac\ub294 \uba3c\uc9c0\ub9cc\uc774 \ub300\uc2e0 \ub0a8\uc544\uc788\ub2e4.", "lodge": "\uc0ac\ub0e5\uc6a9 \uc624\ub450\ub9c9", "broken streetlights stand, rusting. light hasn't graced this place in a long time.": "\uac00\ub85c\ub4f1\uc740 \ubd80\uc11c\uc838\uc11c \ub179\uc2ac\uc5c8\ub2e4. \uc624\ub7ab\ub3d9\uc548 \ubd88\ube5b\uc774 \ub4e4\uc5b4\uc628 \uc801\uc774 \uc5c6\ub2e4.", "a scout stops for the night": "\uc815\ucc30\uafbc\uc774 \ud558\ub8fb\ubc24 \ubb35\uc5b4\uac04\ub2e4", "a gunshot rings through the trees.": "\ub098\ubb34 \uc0ac\uc774\ub85c \ucd1d\uc18c\ub9ac\uac00 \uba54\uc544\ub9ac\uce5c\ub2e4.", "pop ": "\uc778\uad6c ", "somewhere above the debris cloud, the wanderer fleet hovers. been on this rock too long.": "\ud30c\ud3b8\uc73c\ub85c \ucc2c \uad6c\ub984 \uc704\uc5d0\ub294 \ubd80\uc720\uc120\uc774 \ud558\ub098 \ub5a0 \uc788\ub2e4. \uc774 \uad6c\uc9c8\uad6c\uc9c8\ud55c\uacf3\uc5d0 \ub108\ubb34 \uc624\ub798\uc788\uc5c8\ub2e4.", "iron mine": "\ucca0 \uad11\uc0b0", "freezing": "\ub108\ubb34 \ucda5\ub2e4", "the world fades": "\uc138\uc0c1\uc774 \uce84\uce84\ud574\uc9c4\ub2e4", "some of the traps have been torn apart.": "\ub36b \uba87 \uac1c\uac00 \ubc18\uc73c\ub85c \ucabc\uac1c\uc838 \uc788\ub2e4.", "not enough iron": "\ucca0\uc774 \ubd80\uc871\ud558\ub2e4", "compass": "\ub098\uce68\ubc18", "successfully saved to dropbox datastorage": "\ub4dc\ub86d\ubc15\uc2a4\uc5d0 \uc131\uacf5\uc801\uc73c\ub85c \uc800\uc7a5\ub418\uc5c8\uc2b5\ub2c8\ub2e4", "builder says it'd be useful to have a steady source of bullets": "\uc77c\uafbc\uc774 \ucd1d\uc54c\uc744 \uafb8\uc900\ud788 \ucc0d\uc5b4\ub0bc \uc218 \uc788\uc73c\uba74 \uc88b\uc744 \uac83\uc774\ub77c\uace0 \ud55c\ub2e4", "a mysterious wanderer arrives": "\uc218\uc0c1\ud55c \ub5a0\ub3cc\uc774\uac00 \ub098\ud0c0\ub09c\ub2e4", "An Old House": "\uc624\ub798\ub41c \uc9d1", "bleached bones are strewn about the entrance. many, deeply scored with jagged grooves.": "\uc785\uad6c\uc5d0\ub294 \ube5b\ubc14\ub79c \ubf08\ub9cc \ud769\uc5b4\uc838 \uc788\ub2e4. \uc794\ub729, \uae4a\uc774 \uc090\uc8fd\uc090\uc8fd \ud30c\uc5ec \ub098\uac00 \uc788\ub2e4.", "as soon as the door is open a little bit, hundreds of tentacles erupt.": "\ubb38\uc774 \uc870\uae08 \uc5f4\ub9ac\uc790\ub9c8\uc790 \uc218\ubc31 \uac1c\uc758 \ucd09\uc218\uac00 \uc19f\uc544 \uc624\ub978\ub2e4.", "leather": "\uac00\uc8fd", "a sound comes from the tunnel, just ahead.": "\uc18c\ub9ac\ub294 \uc800 \uc704\uc5d0 \ud130\ub110 \ucabd\uc5d0\uc11c \ub098\ub294 \uac83 \uac19\ub2e4.", "investigate": "\uc870\uc0ac\ud558\uae30", "the cave narrows a few feet in.": "\ub3d9\uad74\uc774 \uba87 \ubc1c\uc9dd \ub108\ube44\ub85c \uc881\uc544\uc9c4\ub2e4.", "sword is sharp. good protection out in the wilds.": "\ub0a0\uce74\ub85c\uc6b4 \uac80\uc774\ub2e4. \ubc16\uc5d0\uc11c \ubab8\uc744 \uc9c0\ud0a4\uae30 \uc88b\uc744 \uac83 \uac19\ub2e4.", "orange traffic cones are set across the street, faded and cracked.": "\uc8fc\ud669\uc0c9 \uc2e0\ud638\ub4f1\uc774 \ubd80\uc234\uc9c4 \ucc44 \ub3c4\ub85c \ub9de\uc740\ud3b8\uc5d0 \uc11c\uc788\ub2e4.", "a large man attacks, waving a bayonet.": "\uac70\uad6c\uc758 \uc0ac\ub78c\uc774 \ucd1d\uac80\uc744 \ud754\ub4e4\uba70 \uacf5\uaca9\ud574 \uc628\ub2e4.", "all residents in the hut perished in the fire.": "\uc624\ub450\ub9c9\uc758 \ubaa8\ub4e0 \uc8fc\ubbfc\uc774 \ubd88\uae38\uc5d0 \ud0c0 \uc8fd\ub294\ub2e4.", "the air is filled with dust, driven relentlessly by the hard winds.": "\uacf5\uae30\ub294 \uba3c\uc9c0\ub85c \uac00\ub4dd\ud558\uace0, \uac70\uc13c \ubc14\ub78c\uc774 \uac00\ucc28\uc5c6\uc774 \ubd88\uc5b4 \ub304\ub2e4.", "A Damp Cave": "\ucd95\ucd95\ud55c \ub3d9\uad74", "a gaunt man approaches, a crazed look in his eye": "\uc218\ucc99\ud55c \uc0ac\ub78c\uc774, \ub208\ube5b\uc5d0 \uad11\uae30\ub97c \ub2f4\uace0 \ub2e4\uac00\uc628\ub2e4", "A Military Raid": "\uad70\ub300 \uc2b5\uaca9", "the walls are moist and moss-covered": "\ubcbd\uc740 \ucd95\ucd95\ud558\uace0 \uc774\ub07c\ub85c \ub36e\uc5ec\uc788\ub2e4", "not enough wood": "\ub098\ubb34\uac00 \ubd80\uc871\ud558\ub2e4", "a giant lizard shambles forward": "\ud070 \ub3c4\ub9c8\ubc40\uc774 \uc55e\uc73c\ub85c \ub2e4\uac00\uc628\ub2e4", "close": "\ub2eb\uae30", "some medicine abandoned in the drawers.": "\uc11c\ub78d \uc548\uc5d0 \uc57d \uba87 \uac1c\uac00 \ubc84\ub824\uc838 \uc788\ub2e4.", "strange scales": "\uc774\uc0c1\ud55c \ube44\ub298", "learned to throw punches with purpose": "\ub0b4 \ub9c8\uc74c\uc774 \uac00\ub294 \uacf3\uc5d0 \uc8fc\uba39\ub3c4 \uac04\ub2e4", "a shack stands at the center of the village.": "\ub9c8\uc744 \ud55c\uac00\uc6b4\ub370 \ud310\uc7a3\uc9d1\uc774 \uc11c \uc788\ub2e4.", "spare him": "\ud480\uc5b4\uc900\ub2e4", "he smiles warmly and asks for lodgings for the night.": "\ub530\ub73b\ud55c \ubbf8\uc18c\ub97c \uc9c0\uc73c\uba70 \ubc24\uc744 \uc9c0\ub0bc \uc624\ub450\ub9c9\uc744 \uccad\ud55c\ub2e4.", "stealthy": "\uc7a0\uc785", "the sulphur mine is clear of dangers": "\uc720\ud669 \uad11\uc0b0\uc740 \uc774\uc81c \uc704\ud5d8\ud558\uc9c0 \uc54a\ub2e4.", "weapons": "\ubb34\uae30", "the man is thankful.": "\ubcd1\ub4e0 \uc0ac\ub78c\uc740 \uace0\ub9c8\uc6cc \ud55c\ub2e4.", "warfare is bloodthirsty": "\uc804\uc7c1\uc740 \ud53c\uc5d0 \uad76\uc8fc\ub838\ub2e4.", "shares what he knows about sneaking before he goes.": "\ub3c4\ub451\uc740 \ub5a0\ub098\uae30 \uc804 \uc740\uc2e0\uc220\uc744 \uc54c\ub824\uc8fc\uc5c8\ub2e4.", "import": "\ubd88\ub7ec\uc624\uae30", "available": "\uc0ac\uc6a9 \uac00\ub2a5", "A Shivering Man": "\ub35c\ub35c \ub5a0\ub294 \uc0ac\ub78c", "the rest bury them.": "\ub2e4\ub978 \uc8fc\ubbfc\ub4e4\uc740 \uc8fd\uc740 \uc774\ub4e4\uc744 \ubb3b\ub294\ub2e4.", "smoldering": "\uc0ac\uadf8\ub77c\ub4e0\ub2e4", "the young settler was carrying a canvas sack.": "\uc80a\uc740 \uc8fc\ubbfc\uc774 \ub9c8\ub300 \uc790\ub8e8\ub97c \uc9c0\uace0 \uc788\uc5c8\ub2e4.", "the ground is littered with small teeth": "\ub545\uc5d0\ub294 \uc791\uc740 \uc774\ube68\uc774 \ud769\uc5b4\uc838\uc788\ub2e4.", "the nest of a large animal lies at the back of the cave.": "\ub3d9\uad74 \ub4a4\ud3b8\uc5d0\ub294 \ud070 \ub3d9\ubb3c\uc758 \uc9d1\uc774 \uc788\ub2e4.", "A Tiny Village": "\uc791\uc740 \ub9c8\uc744", "a tribe of elderly squatters is camped out in this ward.": "\ub299\uc740 \ubd80\ub791\uc790 \ubb34\ub9ac\uac00 \ubcd1\uc2e4\uc5d0 \uac70\ucc98\ub97c \uafb8\uba84\ub2e4.", "your are connected to dropbox with account / email ": "\ub4dc\ub86d\ubc15\uc2a4 \uacc4\uc815 / \uc774\uba54\uc77c\ub85c \uc5f0\uacb0\ub418\uc5c8\uc2b5\ub2c8\ub2e4", "Mesosphere": "\uc911\uac04\uad8c", "agree": "\ubc1b\uc544\ub4e4\uc774\uae30", "take everything": "\ubaa8\ub450 \uac00\uc838\uac00\uae30", "the double doors creak endlessly in the wind.": "\ubb38\uc740 \ubc14\ub78c\uc5d0 \ub0a0\ub824 \uc815\ucc98\uc5c6\uc774 \ub07c\uc775\uac70\ub9b0\ub2e4.", "not much here.": "\uc5ec\uae30\ub294 \ubcc4 \uac8c \uc5c6\ub2e4.", "got it": "\uc644\ub8cc", "choose one slot to load from": "\uc5b4\ub514\uc11c \ubd88\ub7ec\uc62c\uae4c\uc694?", "a cave lizard attacks": "\ub3d9\uad74 \ub3c4\ub9c8\ubc40\uc774 \uacf5\uaca9\ud55c\ub2e4", "men mill about, weapons at the ready.": "\uc0ac\ub78c\ub4e4\uc774 \uc11c\uc131\uac70\ub9ac\uace0, \ubb34\uae30\ub3c4 \ub4e4\uace0 \uc788\ub2e4.", "l armour": "\uac00\uc8fd \uac11\uc637", "steelworks": "\uc81c\ucca0\uc18c", "A Ruined City": "\ud3d0\ud5c8 \ub3c4\uc2dc", "Noises": "\uc7a1\uc74c", "can't tell what left it here.": "\uc5ec\uae30 \ub0a8\uc740 \ubd80\ubd84\uc740 \ubb54\uc9c0 \uc798 \ubaa8\ub974\uaca0\ub2e4.", "trees loom on the horizon. grasses gradually yield to a forest floor of dry branches and fallen leaves.": "\uc9c0\ud3c9\uc120 \uc800\ucabd\uc5d4 \ub098\ubb34\ub4e4\uc774\ub2e4. \ub5a8\uc5b4\uc9c4 \ub098\ubb47\uc78e\uacfc \ub9c8\ub978 \uac00\uc9c0\uac00 \ub545\uc744 \ub36e\uc5b4\uac04\ub2e4.", "a man stands over a dead wanderer. notices he's not alone.": "\ud55c \uc0ac\ub78c\uc774 \ub098\uadf8\ub124\uc758 \uc2dc\uccb4 \uc704\uc5d0 \uc11c \uc788\ub2e4. \ud63c\uc790\uac00 \uc544\ub2c8\ub2e4.", "population is almost exterminated": "\uc8fc\ubbfc\uc774 \uac70\uc758 \uc804\uba78\ud588\ub2e4.", "village": "\ub9c8\uc744", "cancel": "\ucde8\uc18c", "put the save code here.": "\uc800\uc7a5 \ucf54\ub4dc\ub97c \uc5ec\uae30\uc5d0 \uc785\ub825\ud558\uc138\uc694.", "buy medicine": "\uc57d \uad6c\uc785", "hang him": "\ubaa9\uc744 \ub9e4\ub2e8\ub2e4", "inside, the remains of its victims are everywhere.": "\uc548\uc5d0\ub294 \ud76c\uc0dd\uc790\ub4e4\uc758 \uc794\ud574\uac00 \uc628\ud1b5 \ub110\ub824 \uc788\ub2e4.", "this spear's not elegant, but it's pretty good at stabbing": "\uc6b0\uc544\ud558\uc9c0\ub294 \uc54a\uc9c0\ub9cc, \ucc0c\ub974\uae30\uc5d0\ub294 \uaf64\ub098 \uc88b\uc740 \ucc3d\uc774\ub2e4", "the forest is silent.": "\uc232\uc740 \uace0\uc694\ud558\ub2e4.", "A Borehole": "\uc2dc\ucd94\uacf5", "the night is silent.": "\ubc24\uc740 \uace0\uc694\ud558\ub2e4.", "never go thirsty again": "\uc774\uc81c \ub354 \uc774\uc0c1 \ubaa9\ub9c8\ub974\uc9c0 \uc54a\uc544\ub3c4 \ub41c\ub2e4", "wild beasts attack the villagers": "\uc57c\uc218\ub4e4\uc774 \uc8fc\ubbfc\ub4e4\uc744 \uacf5\uaca9\ud55c\ub2e4.", "a small cache of supplies is tucked inside a rusting locker.": "\ub179\uc2a8 \uc0ac\ubb3c\ud568 \uc548\uc5d0 \uc57d\uac04\uc758 \ubcf4\uae09\ud488\uc774 \ub2f4\uaca8\uc788\ub2e4.", "learned to love the dry air": "\uac74\uc870\ud55c \ubc14\ub78c\uacfc \uce5c\uad6c\uac00 \ub418\uc5c8\ub2e4", "workshop": "\uc791\uc5c5\uc7a5", "A Barren World": "\ubd88\ubaa8\uc9c0", "see farther": "\ub354 \uba40\ub9ac \ubcfc \uc218 \uc788\ub2e4", "bolas": "\ubcfc\ub77c", "the ground is littered with scraps of cloth": "\ub545\uc5d0\ub294 \ucc9c\uc870\uac01\uc774 \ud769\uc5b4\uc838\uc788\ub2e4.", "The Coal Mine": "\uc11d\ud0c4 \uad11\uc0b0", "a huge lizard scrambles up out of the darkness of an old metro station.": "\ud070 \ub3c4\ub9c8\ubc40\uc774 \uc61b \uc9c0\ud558\ucca0 \uc5ed \uc18d\uc5d0\uc11c \ud280\uc5b4\ub098\uc628\ub2e4.", "more voices can be heard ahead.": "\ub354 \ub9ce\uc740 \ubaa9\uc18c\ub9ac\uac00 \ub4e4\ub9b0\ub2e4.", "A Large Village": "\ud070 \ub9c8\uc744", "precision": "\uc815\ud655", "A Deserted Town": "\ud669\ud3d0\ud55c \ub3c4\uc2dc", "the sickness spreads through the village.": "\uc9c8\ubcd1\uc774 \ub9c8\uc744\uc5d0 \ud37c\uc9c4\ub2e4.", "won't say from where he came, but it's clear that he's not staying.": "\uc5b4\ub514\uc11c \uc654\ub294\uc9c0\ub294 \ubc1d\ud788\uc9c0 \uc54a\uc9c0\ub9cc, \uc5ec\uae30\ub3c4 \uc624\ub798 \uc788\uc9c0\ub294 \uc54a\uc744 \uac8c \ud2c0\ub9bc \uc5c6\ub2e4.", "the crowd surges forward.": "\uc0ac\ub78c\ub4e4\uc774 \uc55e\uc73c\ub85c \ubc00\ub824\uc628\ub2e4.", "the wanderer takes the charm and nods slowly.": "\ub178\uc778\uc740 \uc7a5\uc2e0\uad6c\ub97c \ub4e4\ub354\ub2c8 \uc11c\uc11c\ud788 \ub044\ub355\uac70\ub9b0\ub2e4.", "the mysterious wanderer returns, cart piled high with furs.": "\uc218\uc0c1\ud55c \ub5a0\ub3cc\uc774\uac00 \uc218\ub808\uc5d0 \ubaa8\ud53c\ub97c \uac00\ub4dd \uc2e3\uace0 \ub3cc\uc544\uc628\ub2e4.", "armoury": "\ubb34\uae30\uace0", "searching the bodies yields a few supplies.": "\uc2dc\uc2e0\uc744 \ub4a4\uc9c0\ub2e4\uac00 \ubcf4\uae09\ud488\uc744 \ubc1c\uacac\ud588\ub2e4.", "a fire rampages through one of the huts, destroying it.": "\uc624\ub450\ub9c9 \ud558\ub098\uac00 \ubd88\uae38\uc5d0 \ud729\uc2f8\uc774\uace0, \uc644\uc804\ud788 \ud0c0\ubc84\ub9b0\ub2e4.", "safer here": "\uc5ec\uae34 \uc548\uc804\ud558\ub2e4", "Export / Import": "\ub0b4\ubcf4\ub0b4\uae30 / \ubd88\ub7ec\uc624\uae30", "steelworker": "\ud480\ubb34\uc7a5\uc774", "the man-eater is dead": "\uc778\uac04 \uc0ac\ub0e5\uafbc\uc774 \uc8fd\uc5c8\ub2e4", "learned to swing weapons with force": "\ubb34\uae30\uc5d0 \ud798\uc744 \uc2e3\ub294 \ubc95\uc744 \ubc30\uc6e0\ub2e4", "the remaining settlers flee from the violence, their belongings forgotten.": "\ub0a8\uc740 \uc8fc\ubbfc\ub4e4\uc740 \uc7ac\ub09c\uc744 \ud53c\ud574 \ud53c\ub09c\uc744, \uac00\uc9c4\uac74 \ubaa8\ub450 \ubc84\ub9ac\uace0 \ub5a0\ub09c\ub2e4.", "a crudely made charm": "\uc2f8\uad6c\ub824 \uc7a5\uc2e0\uad6c", "cask": "\ubb3c\ud1b5", "engine:": "\uc5d4\uc9c4:", "the streets are empty.": "\uac70\ub9ac\ub294 \ube44\uc5b4\uc788\ub2e4.", "lizard": "\ub3c4\ub9c8\ubc40", "Sulphur Mine": "\uc720\ud669 \uad11\uc0b0", "export or import save data to dropbox datastorage": "\uac8c\uc784 \ub370\uc774\ud130\ub97c \ub4dc\ub86d\ubc15\uc2a4\ub85c \ub0b4\ubcf4\ub0b4\uac70\ub098 \uac00\uc838\uc635\ub2c8\ub2e4", "the house has been ransacked.": "\uc9d1\uc740 \uc774\ubbf8 \uc57d\ud0c8\ub2f9\ud588\ub2e4.", "a thug is waiting on the other side of the wall.": "\ubd88\ud55c\ub2f9\uc774 \ubcbd \ub9de\uc740\ud3b8\uc5d0\uc11c \uae30\ub2e4\ub9ac\uace0 \uc788\uc5c8\ub2e4.", "the metallic tang of wanderer afterburner hangs in the air.": "\uc5f0\uc18c\uc7a5\uce58\uc758 \uae08\uc18d\uc131 \ub0c4\uc0c8\uac00 \uacf5\uae30 \uc911\uc5d0 \uc9c4\ub3d9 \ud55c\ub2e4.", "large prints lead away, into the forest.": "\uc232\uc18d\uc73c\ub85c \ubc1c\uc790\uad6d\uc774 \ub098\uc788\ub2e4.", "a startled beast defends its home": "\ud654\ub4e4\uc9dd \ub180\ub780 \uc9d0\uc2b9\uc774 \uc9d1\uc744 \uc9c0\ud0a4\ub824 \ud55c\ub2e4", "there is nothing else here.": "\uadf8 \ubc16\uc5d0 \ub2e4\ub978 \uac83\uc740 \uc5c6\ub2e4.", "his time here, now, is his penance.": "\uc9c0\uae08, \uc5ec\uae30\uc5d0\uc11c\ub294, \uc18d\uc8c4\ud558\uace0 \uc788\ub2e4.", "where the windows of the schoolhouse aren't shattered, they're blackened with soot.": "\ud559\uad50\uc758 \ucc3d\ubb38\uc740 \ubc15\uc0b4\ub098\uc9c0\ub294 \uc54a\uc558\uc9c0\ub9cc \uc2dc\ucee4\uba53\uac8c \uadf8\uc744\ub838\ub2e4.", "hull:": "\uc120\uccb4:", "scavenger": "\uc880\ub3c4\ub451", "unarmed master": "\ub9e8\uc190\uaca9\ud22c\uc758 \ub2ec\uc778", "the man says he's grateful. says he won't come around any more.": "\ub3c4\ub451\uc740 \uc815\ub9d0 \uace0\ub9d9\ub2e4\uba70, \ub2e4\uc2dc\ub294 \uc624\uc9c0 \uc54a\uaca0\ub2e4\uace0 \ud55c\ub2e4.", "laser rifle": "\ub808\uc774\uc800 \uc18c\ucd1d", "sulphur mine": "\uc720\ud669 \uad11\uc0b0", "buy compass": "\ub098\uce68\ubc18 \uc0ac\uae30", "buy map": "\uc9c0\ub3c4 \uc0ac\uae30", "scratching noises can be heard from the store room.": "\ucc3d\uace0\uc5d0\uc11c \uae01\ud788\ub294 \uc18c\ub9ac\uac00 \ub09c\ub2e4.", "steel sword": "\uac15\ucca0\uac80", "descend": "\ub0b4\ub824\uac00\uae30", "asks for any spare furs to keep him warm at night.": "\ubc24\uc744 \ub530\ub73b\uc774 \ubcf4\ub0b4\ub3c4\ub85d \ub0a8\ub294 \ubaa8\ud53c\ub97c \ub098\ub220\ub2ec\ub77c\uace0 \ud55c\ub2e4.", "A Raucous Village": "\ubd81\uc801\ubd81\uc801\ud55c \ub9c8\uc744", "the beggar expresses his thanks.": "\uac70\uc9c0\ub294 \uace0\ub9c8\uc6c0\uc744 \ud45c\uc2dc\ud55c\ub2e4.", "carrying more means longer expeditions to the wilds": "\ub354 \ub9ce\uc774 \uac00\uc838\uac08 \uc218 \uc788\uc73c\uba74 \ub354 \ub9ce\uc740 \uacf3\uc744 \ud0d0\ud5d8\ud560 \uc218 \uc788\ub2e4", "free {0}/{1}": "\uacf5\uac04 {0}/{1}", "Room": "\ubc29", "a swamp festers in the stagnant air.": "\ub2f5\ub2f5\ud55c \uacf5\uae30 \uc544\ub798\uc5d0\uc11c \ub2aa\uc740 \uc369\uc5b4 \uac04\ub2e4.", "rotting reeds rise out of the swampy earth.": "\uc369\uc5b4\uac00\ub294 \uac08\ub300\uac00 \ucd95\ucd95\ud55c \uc9c4\ud759\uc5d0\uc11c \uba38\ub9ac\ub97c \ub0b4\ubbfc\ub2e4.", "armoury's done, welcoming back the weapons of the past.": "\ubb34\uae30\uace0 \uc644\uc131. \uc61b \ubb34\uae30\ub97c \ub2e4\uc2dc \uc0ac\uc6a9\ud560\uc218 \uc788\ub2e4.", "eat meat": "\uace0\uae30 \uba39\uae30", "slow metabolism": "\uc2e0\uc9c4\ub300\uc0ac \ub454\ud654", "camp fires burn by the entrance to the mine.": "\ubaa8\ub2e5\ubd88\uc744 \uad11\uc0b0 \uc785\uad6c\uc5d0 \ud53c\uc6cc \ub1a8\ub2e4.", "the mouth of the cave is wide and dark.": "\ub3d9\uad74 \ub113\uace0 \uc5b4\ub450\uc6b4 \uc544\uac00\ub9ac\ub97c \ubc8c\ub9ac\uace0 \uc788\ub2e4.", "not enough sulphur": "\uc720\ud669\uc774 \ubd80\uc871\ud558\ub2e4", "builder's not sure he's to be trusted.": "\uc77c\uafbc\uc740 \uc774 \uc0ac\ub78c\uc774 \ubbff\uc744\ub9cc \ud55c\uc9c0 \ubaa8\ub978\ub2e4.", "evasion": "\ud68c\ud53c", "buy bait": "\ubbf8\ub07c \uc0ac\uae30", "a pack of lizards rounds the corner.": "\ub3c4\ub9c8\ubc40 \ubb34\ub9ac\uac00 \ubaa8\ud241\uc774\ub97c \ub3cc\uace0 \uc788\ub2e4.", "light fire": "\ubd88 \ud53c\uc6b0\uae30", "waterskin": "\ubb3c\uc8fc\uba38\ub2c8", "scattered teeth": "\ud769\uc5b4\uc9c4 \uc774\ube68", "nothing to take": "\uc0ac\uc591\ud558\uae30", "the door hangs open.": "\ubb38\uc774 \uc5f4\ub824\uc788\ub2e4.", "buy:": "\uad50\uc5ed\uc18c", "load": "\ubd88\ub7ec\uc624\uae30", "track them": "\ucad3\uc544\uac00\uae30", "stores": "\ucc3d\uace0", "now the nomads have a place to set up shop, they might stick around a while": "\uc774\uc81c \uc720\ubaa9\ubbfc\ub4e4\uc774 \uac00\uac8c\ub97c \ucc28\ub9b4 \uacf3\uc774 \uc0dd\uacbc\uc73c\ub2c8, \ud55c\ub3d9\uc548 \uc5ec\uae30 \uba38\ubb34\ub97c \ud14c\ub2e4", "A Dusty Path": "\ud759\uae38", "armour": "\uac11\uc637", "A Man-Eater": "\uc778\uac04 \uc0ac\ub0e5\uafbc", "bring your friends.": "\uce5c\uad6c \ucd08\ub300\ud558\uae30.", "the compass points south": "\ub098\uce68\ubc18\uc774 \ub0a8\ucabd\uc744 \uac00\ub9ac\ud0a8\ub2e4", "the compass points north": "\ub098\uce68\ubc18\uc774 \ubd81\ucabd\uc744 \uac00\ub9ac\ud0a8\ub2e4", "The Sick Man": "\ubcd1\ub4e0 \uc0ac\ub78c", "yes": "\ub124", "martial artist": "\ubb34\uc220\uac00", "the traps contain ": "\ub36b\uc5d0\uc11c \ubb34\uc5b8\uac00 \ucc3e\uc558\ub2e4. ", "the old tower seems mostly intact.": "\uc624\ub798\ub41c \uac74\ubb3c\uc740 \ubcc4\ub85c \ub098\uc05c \uc0c1\ud0dc\ub294 \uc544\ub2cc\uac83 \uac19\ub2e4.", "scales": "\ube44\ub298", "bird must have liked shiney things.": "\uc0c8\uac00 \ubc18\uc9dd\uc774\ub294 \uac83\uc744 \uc88b\uc544\ud558\ub294 \uac8c \ubd84\uba85\ud558\ub2e4.", "the path leads to an abandoned mine": "\uc774 \uae38\uc740 \ubc84\ub824\uc9c4 \uad11\uc0b0\uc73c\ub85c \ud5a5\ud55c\ub2e4", "the compass points northeast": "\ub098\uce68\ubc18\uc774 \ubd81\ub3d9\ucabd\uc744 \uac00\ub9ac\ud0a8\ub2e4", "the camp is still, save for the crackling of the fires.": "\uad11\uc0b0\uc740 \uc870\uc6a9\ud558\uace0, \uc7a5\uc791\ud0c0\ub294 \uc18c\ub9ac\ub9cc\uc774 \ub4e4\ub824\uc62c \ubfd0\uc774\ub2e4.", "he begs for medicine.": "\uc57d\uc744 \uad6c\uac78\ud55c\ub2e4.", "save": "\uc800\uc7a5", "this waterskin'll hold a bit of water, at least": "\ubb3c\uc8fc\uba38\ub2c8\ub85c \ubb3c\uc744 \ub354 \ub2f4\uc744 \uc218 \uc788\ub2e4, \uc870\uae08\uc774\uc9c0\ub9cc", "turn him away": "\uadf8\ub0e5 \ubcf4\ub0b4\uae30", "the people here were broken a long time ago.": "\uc5ec\uae30 \uc0ac\ub78c\ub4e4\uc740 \uc774\ubbf8 \uc624\ub798 \uc804\uc5d0 \uc815\uc2e0\uc774 \ub098\uac14\ub2e4.", "a grizzled soldier attacks, waving a bayonet.": "\ubc18\ubc31\uc758 \uad70\uc778\uc774 \ucd1d\uac80\uc744 \ud718\ub450\ub974\uba70 \uacf5\uaca9\ud55c\ub2e4.", "shivering man": "\ub35c\ub35c \ub5a0\ub294 \uc0ac\ub78c", "The Mysterious Wanderer": "\uc218\uc0c1\ud55c \ub5a0\ub3cc\uc774", "A Huge Lizard": "\ud070 \ub3c4\ub9c8\ubc40", "boxer": "\uad8c\ud22c \uc120\uc218", "a man joins the fight": "\uc5b4\ub5a4 \uc774\uac00 \uc2f8\uc6c0\uc744 \uac78\uc5b4\uc628\ub2e4", "An Outpost": "\uc804\ucd08 \uae30\uc9c0", "not enough meat": "\uace0\uae30\uac00 \ubd80\uc871\ud558\ub2e4", "some weird metal he picked up on his travels.": "\uc5ec\ud589\uc744 \ud558\uba70 \uc5bb\uc740 \uc774\uc0c1\ud55c \uae08\uc18d.", "something's in there.": "\uc548\uc5d0 \ubb34\uc5b8\uac00 \uc788\ub2e4.", "restore more health when eating": "\uba39\uc744 \ub54c \uccb4\ub825\uc744 \ub354 \ub9ce\uc774 \ucc44\uc6b4\ub2e4", "A Snarling Beast": "\uc0ac\ub098\uc6b4 \uc9d0\uc2b9", "Share": "\uacf5\uc720", "a haze falls over the village as the steelworks fires up": "\uc81c\ucca0\uc18c\uc5d0 \uc5f0\uae30\uac00 \ud53c\uc5b4\uc624\ub974\uc790 \ub9c8\uc744\ub3c4 \ubfcc\uc607\uac8c \ub418\uc5c8\ub2e4", "a large bird nests at the top of the stairs.": "\uacc4\ub2e8 \uc704\uc5d0\ub294 \ud070 \uc0c8 \ub465\uc9c0\uac00 \uc788\ub2e4.", "an old wanderer sits inside, in a seeming trance.": "\ub5a0\ub3cc\uc774 \ub178\uc778\uc774 \uc548\uc5d0 \uc549\uc544, \ubb34\uc544\uc9c0\uacbd\uc5d0 \ube60\uc838 \uc788\ub2e4.", "builder says the villagers could make steel, given the tools": "\uc77c\uafbc\uc740 \ub3c4\uad6c\ub9cc \uc8fc\uc5b4\uc9c4\ub2e4\uba74, \uc8fc\ubbfc\ub4e4\ub3c4 \ucca0\uc744 \ub9cc\ub4e4\uc218\uc788\ub2e4\uace0 \ud55c\ub2e4", "continue": "\uacc4\uc18d \uac00\uae30", "there is no more water": "\ubb3c\uc774 \ub354 \uc774\uc0c1 \uc5c6\ub2e4", "flickering": "\uae5c\ube61\uc778\ub2e4", "only the chief remains.": "\uc774\uc81c \ub300\uc7a5\ub9cc \ub0a8\uc558\ub2e4.", "go back inside": "\ub418\ub3cc\uc544\uac04\ub2e4", "a few items are scattered on the ground.": "\ubb3c\uac74 \uba87 \uac1c\uac00 \ubc14\ub2e5\uc5d0 \ud769\uc5b4\uc838 \uc788\ub2e4.", "save this.": "\uc800\uc7a5\ud558\uae30.", "this old mine is not abandoned": "\uc624\ub798\ub41c \uad11\uc0b0\uc740 \uc544\uc9c1 \ubc84\ub824\uc9c0\uc9c0 \uc54a\uc558\ub2e4", "a fight, maybe.": "\uc2f8\uc6c0\uc774\uaca0\uc9c0, \uc544\ub9c8\ub3c4.", "behind the door, a deformed figure awakes and attacks.": "\ubb38 \ub4a4\uc5d0\uc11c, \uc54c\uc544\ubcfc \uc218 \uc5c6\ub294 \ud615\uccb4\uac00 \uc7a0\uc5d0\uc11c \uae68\uc5b4\ub098 \uacf5\uaca9\ud55c\ub2e4.", "twitter": "\ud2b8\uc704\ud130", "baited trap": "\ubbf8\ub07c\ub36b", "dead": "\uc8fd\uc5c8\ub2e4", "the torch sputters and dies in the damp air": "\ud683\ubd88\uc774 \ud754\ub4e4\ub9ac\ub354\ub2c8 \ucd95\ucd95\ud55c \uacf5\uae30 \ud0d3\uc5d0 \uaebc\uc9c4\ub2e4", "export": "\ub0b4\ubcf4\ub0b4\uae30", "a few belongings rest against the walls.": "\uba87 \uac00\uc9c0 \ubb3c\uac74\uc740 \ubcbd\uc5d0 \uae30\ub300\uc5b4 \uc788\ub2e4.", "not far from the village lies a large beast, its fur matted with blood.": "\ub9c8\uc744\uc5d0\uc11c \uc5bc\ub9c8 \ubabb\uac00 \ud070 \uc9d0\uc2b9\uc744 \ubc1c\uacac\ud588\ub2e4. \uc9d0\uc2b9\uc758 \uac00\uc8fd\uc740 \ud53c\ub85c \ub36e\uc5ec\uc788\ub2e4.", "an old iron mine sits here, tools abandoned and left to rust.": "\ucca0 \uad11\uc0b0\uc774 \ubcf4\uc774\uace0, \ubc84\ub824\uc9c4 \uc5f0\uc7a5\uc740 \uadf8\ub300\ub85c \ub179\uc2ac\uace0 \uc788\ub2e4.", "but there is a cache of medicine under the floorboards.": "\uadf8\ub807\uc9c0\ub9cc \ub9c8\ub8fb\ubc14\ub2e5\uc744 \ub72f\uc790 \uc544\ub798\uc5d0\ub294 \uc57d\ud1b5\uc774 \uc228\uaca8\uc838 \uc788\ub2e4.", "only dust and stains remain.": "\uba3c\uc9c0\uc640 \uc5bc\ub8e9\ub9cc\uc774 \ub0a8\uc544\uc788\ub2e4.", "s armour": "\uac15\ucca0\uac11\uc637", "say he should be strung up as an example.": "\ubcf8\ubcf4\uae30\ub97c \ubcf4\uc5ec\uc8fc\uc5b4\uc57c \ud55c\ub2e4\uace0 \ud55c\ub2e4.", "collected scraps spread across the floor like they fell from heaven.": "\ubaa8\uc544\ub193\uc740 \uc7a1\ub3d9\uc0ac\ub2c8\uac00 \ub9c8\uce58 \ud558\ub298\uc5d0\uc11c \ub5a8\uc5b4\uc838 \ub0b4\ub9b0 \ub4ef\uc774 \ubc14\ub2e5\uc5d0 \ub110\ub824\uc788\ub2e4.", "classic.": "\ud074\ub798\uc2dd.", "Fire": "\ud654\uc7ac", "the darkness is absolute": "\uc544\ubb34\uac83\ub3c4 \ubcfc \uc218 \uc5c6\ub294 \uc5b4\ub460\uc774 \ub0b4\ub824\uc549\ub294\ub2e4", "A Ruined Trap": "\ub9dd\uac00\uc9c4 \ub36b", "not enough coal": "\uc11d\ud0c4\uc774 \ubd80\uc871\ud558\ub2e4", "ambushed on the street.": "\uac70\ub9ac\uc5d0\uc11c \uc2b5\uaca9\uc744 \ub2f9\ud55c\ub2e4.", "worth killing for, it seems.": "\uc8fd\uc77c\ub9cc\ud55c \uac00\uce58\uac00 \uc788\uc5c8\ub358 \uac83 \uac19\ub2e4.", "slash": "\ubca0\uae30", "builder says she can make a cart for carrying wood": "\uc77c\uafbc\uc774 \ub098\ubb34\ub97c \uac00\uc838\uc62c \ub54c \uc4f8 \uc218 \uc788\ub294 \uc218\ub808\ub97c \ub9cc\ub4e4 \uc218 \uc788\ub2e4\uace0 \ud55c\ub2e4", "leather's not strong. better than rags, though.": "\uac00\uc8fd\uc740 \ud2bc\ud2bc\ud558\uc9c0\ub294 \uc54a\ub2e4. \uadf8\ub798\ub3c4 \ub204\ub354\uae30\ubcf4\ub2e4\ub294 \ub0ab\uc9c0.", "builder stokes the fire": "\uc77c\uafbc\uc774 \ubd88\uc744 \ub550\ub2e4", "say goodbye": "\uc791\ubcc4\ud558\uae30", "A Silent Forest": "\uce68\ubb35\uc758 \uc232", "builder's not sure she's to be trusted.": "\uc77c\uafbc\uc740 \uc774 \uc0ac\ub78c\uc774 \ubbff\uc744\ub9cc \ud55c\uc9c0 \ubaa8\ub978\ub2e4.", "predators become prey. price is unfair": "\uc721\uc2dd\ub3d9\ubb3c\ub4e4\uc740 \uba39\uc774\uac00 \ub41c\ub2e4. \uac00\uaca9\uc774 \ubd80\ub2f9\ud558\ub2e4.", "the point is made. in the next few days, the missing supplies are returned.": "\ubcf8\ubcf4\uae30\uac00 \ub418\uc5c8\ub294\uc9c0, \uba70\uce60 \ub4a4\uc5d0 \uc0ac\ub77c\uc9c4 \ubb3c\uac74\uc774 \ub418\ub3cc\uc544\uc654\ub2e4.", "a frail man stands defiantly, blocking the path.": "\ud5c8\uc57d\ud55c \uc0ac\ub78c\uc774 \ub450 \uc190\uc744 \ubd88\ub048 \uc950\uace0, \uae38\uc744 \ub9c9\uace0 \uc788\ub2e4.", "the plague rips through the village.": "\uc804\uc5fc\ubcd1\uc774 \ub9c8\uc744\uc744 \ub4a4\ub36e\ub294\ub2e4.", "an old wanderer arrives.": "\ub299\uc740 \ub098\uadf8\ub124\uac00 \ub098\ud0c0\ub09c\ub2e4.", "scavenger had a small camp in the school.": "\uc880\ub3c4\ub451\uc740 \ud559\uad50 \uc548\uc5d0 \uc870\uadf8\ub9cc \uac70\ucc98\ub97c \ucc28\ub824 \ub450\uc5c8\ub2e4.", "the compass points southwest": "\ub098\uce68\ubc18\uc774 \ub0a8\uc11c\ucabd\uc744 \uac00\ub9ac\ud0a8\ub2e4", "the wanderer leaves, cart loaded with wood": "\ub098\ubb34\ub97c \uac00\ub4dd \uc2e3\uace0, \ub5a0\ub3cc\uc774\uac00 \ub5a0\ub09c\ub2e4", "Dropbox Export / Import": "\ub4dc\ub86d\ubc15\uc2a4\uc5d0 \ub0b4\ubcf4\ub0b4\uae30/\uac00\uc838\uc624\uae30", "maybe some useful stuff in the rubble.": "\uc794\ud574 \ub354\ubbf8 \uc548\uc5d0 \uc4f8\ubaa8 \uc788\ub294\uac8c \uc788\uc744\uc9c0\ub3c4 \ubaa8\ub978\ub2e4.", "google+": "\uad6c\uae00+", "ok": "\ud655\uc778", "a man hobbles up, coughing.": "\ud55c \uc0ac\ub78c\uc774 \uae30\uce68\uc744 \ud558\uba70 \ube44\ud2c0\ube44\ud2c0 \ub2e4\uac00\uc628\ub2e4.", "i armour": "\ucca0\uac11\uc637", "The Scout": "\uc815\ucc30\uafbc", "leaves a pile of small scales behind.": "\uc791\uc740 \ube44\ub298\uc744 \ub193\uace0\uac04\ub2e4.", "pockets": "\uc8fc\uba38\ub2c8", "the debris is denser here.": "\uc5ec\uae30\ub294 \ub354 \ub9ce\uc740 \ud30c\ud3b8\uc774 \uc788\ub2e4.", "stab": "\ucc0c\ub974\uae30", "time to move on.": "\uc774\uc81c \uac00\uc57c\uaca0\ub2e4.", "the ground is littered with small scales": "\ub545\uc5d0\ub294 \uc791\uc740 \ube44\ub298\uc774 \ud769\uc5b4\uc838\uc788\ub2e4", "not enough ": "\ubd80\uc871\ud55c \ubb3c\uac74: ", "the stench of rot and death fills the operating theatres.": "\uc218\uc220\uc2e4\uc740 \uc369\uc5b4\uac00\ub294 \uc2dc\uccb4\uc758 \uc545\ucde8\uac00 \uadf8\ub4dd\ud558\ub2e4.", "burning": "\ud0c0\uc624\ub978\ub2e4", "they must be here for a reason.": "\uc5ec\uae30\uc5d0 \uc628 \uc774\uc720\uac00 \uc788\uaca0\uc9c0.", "a nomad arrives, looking to trade": "\uc720\ubaa9\ubbfc\uc774 \ub098\ud0c0\ub098\uc11c, \uac70\ub798\ub97c \uccad\ud55c\ub2e4", "black powder and bullets, like the old days.": "\ud751\uc0c9 \ud654\uc57d\uc640 \ucd1d\uc54c, \ub9c8\uce58 \uc61b \uc2dc\uc808\ucc98\ub7fc.", "restart the game?": "\uc7ac\uc2dc\uc791\ud569\ub2c8\uae4c?", "gastronome": "\ubbf8\uc2dd\uac00", "load from slot": "\uc5ec\uae30\uc11c \ubd88\ub7ec\uc624\uae30", "energy cell": "\uc804\uc9c0", "inside the hut, a child cries.": "\uc624\ub450\ub9c9 \uc548\uc5d0\ub294 \uc544\uc774\uac00 \uc6b8\uace0 \uc788\ub2e4.", "the compass points west": "\ub098\uce68\ubc18\uc774 \uc11c\ucabd\uc744 \uac00\ub9ac\ud0a8\ub2e4", "always worked before, at least.": "\uc9c0\uae08\uae4c\uc9c0\ub294 \ud2c0\ub9b0 \uc801\uc774 \uc5c6\ub2e4.", "a scavenger draws close, hoping for an easy score": "\uc880\ub3c4\ub451\uc774 \ub2e4\uac00\uc624\uba70, \ub0b4 \ubb3c\uac74\uc5d0 \uc695\uc2ec\uc744 \ub0b8\ub2e4", "Sickness": "\uc9c8\ubcd1", "sufferers are left to die": "\ud658\uc790\ub4e4\uc774 \uc8fd\uc5c8\ub2e4.", "still a few drops of water in the old well.": "\uc624\ub798\ub41c \uc6b0\ubb3c\uc5d0\ub294 \uc544\uc9c1\ub3c4 \ubb3c\uc774 \uba87 \ubc29\uc6b8 \ub0a8\uc544 \uc788\ub2e4.", "build:": "\uc77c\uafbc", "feral terror": "\ub5a0\ub3c4\ub294 \uacf5\ud3ec", "signout": "\ub85c\uadf8\uc544\uc6c3", "A Beast Attack": "\ub9f9\uc218 \uc2b5\uaca9", "Ready to Leave?": "\ub5a0\ub0a0 \uc900\ube44\uac00 \ub418\uc5c8\ub294\uac00?", "the house is abandoned, but not yet picked over.": "\uc9d1\uc740 \ubc84\ub824\uc84c\uc9c0\ub9cc, \uc544\ubb34\ub3c4 \uac74\ub4dc\ub9ac\uc9c0 \uc54a\uc558\ub2e4.", "time to get out of this place. won't be coming back.": "\uc5ec\uae30\ub97c \ub5a0\ub0a0 \uc2dc\uac04\uc774\ub2e4. \ub2e4\uc2e0 \ub3cc\uc544\uc624\uc9c0 \uc54a\uc73c\ub9ac\ub77c.", "the compass points northwest": "\ub098\uce68\ubc18\uc774 \ubd81\uc11c\ucabd\uc744 \uac00\ub9ac\ud0a8\ub2e4", "the thirst becomes unbearable": "\ub108\ubb34 \ubaa9\uc774 \ub9c8\ub974\ub2e4", "a beggar arrives": "\uac70\uc9c0\uac00 \ucc3e\uc544\uc628\ub2e4", "a beast stands alone in an overgrown park.": "\uc9d0\uc2b9 \ud55c \ub9c8\ub9ac\uac00 \uc218\ud480\uc774 \ubb34\uc131\ud55c \uacf5\ud130\uc5d0 \ud640\ub85c \uc11c \uc788\ub2e4.", "he leaves a reward.": "\ub313\uac00\ub97c \ub0a8\uae34\ub2e4.", "nothing but downcast eyes.": "\ub208\uc744 \ub0b4\ub9ac\uae54\uace0 \uc788\uc744 \ubfd0\uc774\ub2e4.", "the scout says she's been all over.": "\uc815\ucc30\uafbc\uc740 \uc548 \uac00\ubcf8 \ub370\uac00 \uc5c6\ub2e4\uace0 \ud55c\ub2e4.", "the small settlement has clearly been burning a while.": "\uc774 \uc791\uc740 \ub9c8\uc744\uc740 \ubd88\ud0c0\uae30 \uc2dc\uc791\ud55c\uc9c0 \uc5bc\ub9c8 \uc548\ub41c \uac8c \ubd84\uba85\ud558\ub2e4.", "cloth": "\ucc9c", "a second soldier opens fire.": "\ub450 \ubc88\uc9f8 \uad70\uc778\uc774 \ucd1d\uc744 \uc3dc\ub2e4.", "dangerous to be this far from the village without proper protection": "\uc801\ub2f9\ud55c \ubcf4\ud638\uc7a5\ube44 \uc5c6\uc774 \uc774\ub807\uac8c \uba40\ub9ac \ub098\uc624\ub294\uac83\uc740 \uc704\ud5d8\ud558\ub2e4", "squeeze": "\ube44\uc9d1\uace0 \ub4e4\uc5b4\uac00\uae30", "a pristine medicine cabinet at the end of a hallway.": "\ubcf5\ub3c4 \ub05d\uc5d0\ub294 \uba40\uca61\ud55c \uc57d\uc7a5\uc774 \ub0a8\uc544\uc788\ub2e4.", "scraps of fur": "\ubaa8\ud53c \uc870\uac01", "a scavenger waits just inside the door.": "\uc880\ub3c4\ub451\uc774 \ubb38 \uc548\uc5d0\uc11c \uae30\ub2e4\ub9ac\uace0 \uc788\ub2e4.", "the wind howls outside": "\ubc14\uae65\uc5d0\ub294 \ubc14\ub78c\uc774 \uc719\uc719 \ubd84\ub2e4", "troops storm the village": "\uc804\uc5fc\ubcd1\uc774 \ub9c8\uc744\uc744 \ub4a4\ub36e\ub294\ub2e4.", "the wagon can carry a lot of supplies": "\ub9c8\ucc28\ub294 \ub9ce\uc740 \ubb3c\uac74\uc744 \uc2e4\uc744 \uc218 \uc788\ub2e4", "A Battlefield": "\uc804\uc7a5", "more soldiers will be on their way.": "\uad70\uc778\ub4e4\uc774 \ub354 \uc788\uc744 \uac83 \uac19\ub2e4.", "the shivering man is dead": "\ub35c\ub35c \ub5a0\ub294 \uc0ac\ub78c\uc774 \uc8fd\uc5c8\ub2e4", "builder finishes the smokehouse. she looks hungry.": "\ud6c8\uc5f0\uc2e4\uc774 \uc644\uc131\ub418\uc5c8\ub2e4. \uc77c\uafbc\uc740 \ubc30\uace0\ud30c\ubcf4\uc778\ub2e4.", "the barrens break at a sea of dying grass, swaying in the arid breeze.": "\uc8fd\uc5b4\uac00\ub294 \ud480\ub85c \uac00\ub4dd\ud55c \ud669\ubb34\uc9c0\uc5d0\uc11c, \uba54\ub9c8\ub978 \ubc14\ub78c\ub9cc\uc774 \ubd88\uc5b4\uc628\ub2e4.", "a snarling beast leaps out of the underbrush": "\uc0ac\ub098\uc6b4 \uc9d0\uc2b9\uc774 \uac11\uc790\uae30 \ud280\uc5b4\ub098\uc654\ub2e4", "the place has been swept clean by scavengers.": "\uc774\ubbf8 \uc880\ub3c4\ub451\ub4e4\uc774 \ud729\uc4f8\uace0 \uc9c0\ub098\uac14\ub2e4.", "A Destroyed Village": "\ud30c\uad34\ub41c \ub9c8\uc744", "land blows more often": "\ub354 \ub9ce\uc774 \ub54c\ub9b4 \uc218 \uc788\ub2e4", "Space": "\uc6b0\uc8fc", "it's been picked over by scavengers, but there's still some things worth taking.": "\uc880\ub3c4\ub451\uc774 \uc774\ubbf8 \ud138\uc5b4 \uac04 \ubaa8\uc591\uc774\uc9c0\ub9cc, \uadf8\ub798\ub3c4 \uc544\uc9c1 \ucc59\uae38\ub9cc\ud55c \ubb3c\uac74\uc774 \ub0a8\uc544\uc788\ub2e4.", "Thermosphere": "\uc5f4\uad8c", "5 medicine": "\uc57d 5\uac1c", "do nothing": "\ubb34\uc2dc", "A Gaunt Man": "\uc218\ucc99\ud55c \uc0ac\ub78c", "Outside": "\ubc14\uae65", "the snarling beast is dead": "\uc0ac\ub098\uc6b4 \uc9d0\uc2b9\uc774 \uc8fd\uc5c8\ub2e4", "bodies and supplies from both sides litter the ground.": "\uc591 \ud3b8\uc758 \uc2dc\uc2e0\uacfc \ubcf4\uae09\ud488\uc774 \ubc14\ub2e5\uc5d0 \ud769\uc5b4\uc838 \uc788\ub2e4.", "the remains of an old house stand as a monument to simpler times": "\uc624\ub798\ub41c \uc9d1\uc758 \uc794\ud574\uac00 \ub2e8\uc21c\ud558\ub358 \uc2dc\uc808\uc758 \uc0c1\uc9d5\ucc98\ub7fc \uc11c \uc788\ub2e4", "a squatter stands firmly in the doorway of a small hut.": "\ubd80\ub791\uc790\uac00 \uc791\uc740 \uc624\ub450\ub9c9 \ubb38 \uc55e\uc5d0 \uc6b0\ub69d \uc11c\uc788\ub2e4.", "nothing was found": "\uc544\ubb34 \uac83\ub3c4 \ucc3e\uc9c0 \ubabb\ud588\ub2e4.", "lights flash through the alleys between buildings.": "\uac74\ubb3c \uc0ac\uc774\ub85c, \uace8\ubaa9 \uc0ac\uc774\ub85c, \ube5b\uc774 \ube44\ucd98\ub2e4.", "no": "\uc544\ub2c8\uc624", "{0} per {1}s": "{1}\ucd08 \ub2f9 {0}\uac1c", "the coal mine is clear of dangers": "\uc11d\ud0c4 \uad11\uc0b0\uc740 \uc774\uc81c \uc704\ud5d8\ud558\uc9c0 \uc54a\ub2e4.", "a weathered family takes up in one of the huts.": "\uc9c0\uccd0\ubcf4\uc774\ub294 \uac00\uc871\uc774 \uc624\ub450\ub9c9\uc5d0 \uc790\ub9ac\ub97c \ud2bc\ub2e4.", "run": "\ub3c4\ub9dd\uac00\uae30", "Exosphere": "\uc678\uae30\uad8c", "he speaks of once leading the great fleets to fresh worlds.": "\uc0c8\ub85c\uc6b4 \uc138\uc0c1\uc73c\ub85c \ub5a0\ub098\ub294 \uac70\ub300\ud55c \uc120\ub2e8\uc744 \uc774\ub04c\uc5c8\ub2e4\uace0 \uc774\uc57c\uae30\ud55c\ub2e4.", "builder says there are more wanderers. says they'll work, too.": "\uc77c\uafbc\uc774 \ub5a0\ub3cc\uc774\ub4e4\uc774 \ub354 \ub9ce\ub2e4\uace0, \uadf8\ub4e4\ub3c4 \uc77c\uc744 \ud560 \uc218 \uc788\ub2e4\uace0 \ud55c\ub2e4.", "evasive": "\ud68c\ud53c", "an old wanderer arrives": "\ub299\uc740 \ub098\uadf8\ub124\uac00 \ub098\ud0c0\ub09c\ub2e4", "through the walls, shuffling noises can be heard.": "\ubcbd \ub108\uba38\ub85c \uc9c8\uc9c8 \ub044\ub294 \uc18c\ub9ac\uac00 \ub4e4\ub9b0\ub2e4.", "melee weapons deal more damage": "\uadfc\uac70\ub9ac \ubb34\uae30\uac00 \ub354 \uac15\ud574\uc9c4\ub2e4", "the compass points ": "\ub098\uce68\ubc18\uc774 \uac00\ub9ac\ud0a8\ub2e4", "lets some light down into the dusty haze.": "\ub354\ub7ec\uc6b4 \ubbf8\ub85c\uc5d0 \uc870\uae08\uc774\ub098\ub9c8 \ube5b\uc774 \ub4e4\uac8c \ub41c \uc148\uc774\ub2e4.", "the man swallows the medicine eagerly": "\ubcd1\ub4e0 \uc0ac\ub78c\uc740 \uc57d\uc744 \uc5bc\ub978 \uc0bc\ucf1c\ubc84\ub9b0\ub2e4", "the days are spent with burials.": "\ub0ae\uc740 \uc7a5\ub840\ub97c \uc9c0\ub0b4\uba70 \uc9c0\ub098\uac14\ub2e4.", "more traps to catch more creatures": "\ub354 \ub9ce\uc740 \ub3d9\ubb3c\uc744 \uc7a1\uc744 \uc218 \uc788\ub294 \ub36b\uc774\ub2e4", "a man charges down the hall, a rusty blade in his hand": "\ubcf5\ub3c4\uc5d0\uc11c \ud55c \ub0a8\uc790\uac00 \ub179\uc2a8 \uce7c\uc744 \ub4e4\uace0 \ub2ec\ub824\uc628\ub2e4.", "it contains travelling gear, and a few trinkets.": "\uc5ec\ud589 \ub3c4\uad6c\uc640 \uc790\uc9c8\uad6c\ub808\ud55c \uc7a5\uc2e0\uad6c\uac00 \uba87 \uac1c \ub2f4\uaca8 \uc788\ub2e4.", "bullets": "\ucd1d\uc54c", "the light from the fire spills from the windows, out into the dark": "\ubd88\ube5b\uc774 \ucc3d\ubb38 \ubc16\uc73c\ub85c, \uc5b4\ub460 \uc18d\uc73c\ub85c \ud37c\uc838\ub098\uac04\ub2e4", "tell him to leave": "\ub5a0\ub098\ub77c\uace0 \ud55c\ub2e4", "dry brush and dead branches litter the forest floor": "\ub9c8\ub978 \uc194\uacfc \uc8fd\uc740 \uac00\uc9c0\uac00 \uc232\uc758 \ubc14\ub2e5\uc744 \ucc44\uc6b4\ub2e4", "tattered cloth": "\ub204\ub354\uae30 \ucc9c", "can't read the words.": "\uae00\uc528\ub97c \uc54c\uc544\ubcfc \uc218 \uc5c6\ub2e4.", "tanner": "\ubb34\ub450\uc7a5\uc774", "should cure the meat, or it'll spoil. builder says she can fix something up.": "\ud6c8\uc81c\ud558\uc9c0 \uc54a\uc73c\uba74 \uace0\uae30\uac00 \uc0c1\ud55c\ub2e4. \uc77c\uafbc\uc740 \ud6c8\uc5f0\uc2e4\uc744 \ub9cc\ub4e4 \uc218 \uc788\ub2e4\uace0 \ud55c\ub2e4.", "or migrating computers": "\uac8c\uc784 \ub370\uc774\ud130\ub97c \ub0b4\ubcf4\ub0b4\uae30/\ubd88\ub7ec\uc624\uae30", "water:{0}": "\ubb3c:{0}", "still time to rescue a few supplies.": "\uc544\uc9c1 \uc57d\uac04\uc758 \ubcf4\uae09\ud488\uc744 \uac74\uc9c8 \uc2dc\uac04\uc740 \uc788\ub2e4.", "teeth": "\uc774\ube68", "villagers could help hunt, given the means": "\uc8fc\ubbfc\ub4e4\ub3c4 \uc0ac\ub0e5\uc744 \ub3c4\uc6b8 \uc218 \uc788\uc73c\ub2c8, \uae30\ud68c\ub97c \uc8fc\uc790", "the beast is dead.": "\ub3d9\ubb3c\uc774 \uc8fd\uc5c8\ub2e4.", "feral howls echo out of the darkness.": "\ubb34\uc11c\uc6b4 \ud3ec\ud6a8\uac00 \uc5b4\ub460\uc5d0 \uba54\uc544\ub9ac\uce5c\ub2e4.", "The Iron Mine": "\ucca0 \uad11\uc0b0"}); diff --git a/lang/ko/strings.po b/lang/ko/strings.po index bac8569..c130cc1 100644 --- a/lang/ko/strings.po +++ b/lang/ko/strings.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PROJECT VERSION\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2015-02-07 20:22+0800\n" +"POT-Creation-Date: 2015-12-10 10:23+0900\n" "PO-Revision-Date: 2015-05-21 05:35+0900\n" "Last-Translator: Jeong YunWon \n" "Language-Team: \n" @@ -19,369 +19,406 @@ msgstr "" "X-Generator: Poedit 1.7.6\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: script/dropbox.js:64 +#: script/dropbox.js:62 msgid "Dropbox connection" msgstr "드롭박스 연결" -#: script/dropbox.js:67 +#: script/dropbox.js:65 msgid "connect game to dropbox local storage" msgstr "게임을 드롭박스 로컬 저장소에 연결하기" -#: script/dropbox.js:70 +#: script/dropbox.js:68 msgid "connect" msgstr "연결" -#: script/dropbox.js:77 script/dropbox.js:109 script/dropbox.js:136 -#: script/dropbox.js:167 script/engine.js:278 script/engine.js:311 +#: script/dropbox.js:75 script/dropbox.js:107 script/dropbox.js:133 +#: script/dropbox.js:163 script/engine.js:285 script/engine.js:331 msgid "cancel" msgstr "취소" -#: script/dropbox.js:88 script/dropbox.js:180 +#: script/dropbox.js:86 script/dropbox.js:176 msgid "Dropbox Export / Import" msgstr "드롭박스에 내보내기/가져오기" -#: script/dropbox.js:91 +#: script/dropbox.js:89 msgid "export or import save data to dropbox datastorage" msgstr "게임 데이터를 드롭박스로 내보내거나 가져옵니다" -#: script/dropbox.js:92 +#: script/dropbox.js:90 msgid "your are connected to dropbox with account / email " msgstr "드롭박스 계정 / 이메일로 연결되었습니다" -#: script/dropbox.js:95 +#: script/dropbox.js:93 msgid "save" msgstr "저장" -#: script/dropbox.js:99 +#: script/dropbox.js:97 msgid "load" msgstr "불러오기" -#: script/dropbox.js:104 +#: script/dropbox.js:102 msgid "signout" msgstr "로그아웃" -#: script/dropbox.js:115 +#: script/dropbox.js:113 msgid "choose one slot to save to" msgstr "저장할 곳을 고르세요" -#: script/dropbox.js:121 +#: script/dropbox.js:119 msgid "save to slot" msgstr "여기에 저장하기" -#: script/dropbox.js:144 +#: script/dropbox.js:141 msgid "choose one slot to load from" msgstr "어디서 불러올까요?" -#: script/dropbox.js:151 +#: script/dropbox.js:148 msgid "load from slot" msgstr "여기서 불러오기" -#: script/dropbox.js:183 +#: script/dropbox.js:179 msgid "successfully saved to dropbox datastorage" msgstr "드롭박스에 성공적으로 저장되었습니다" -#: script/dropbox.js:184 +#: script/dropbox.js:180 msgid "error while saving to dropbox datastorage" msgstr "게임을 드롭박스에 저장하다가 오류가 발생했습니다" -#: script/dropbox.js:187 +#: script/dropbox.js:183 msgid "ok" msgstr "확인" -#: script/engine.js:16 +#: script/engine.js:15 msgid "boxer" msgstr "권투 선수" -#: script/engine.js:17 +#: script/engine.js:16 msgid "punches do more damage" msgstr "주먹이 더 강해진다" -#: script/engine.js:20 +#: script/engine.js:18 msgid "learned to throw punches with purpose" msgstr "내 마음이 가는 곳에 주먹도 간다" -#: script/engine.js:23 +#: script/engine.js:21 msgid "martial artist" msgstr "무술가" -#: script/engine.js:24 +#: script/engine.js:22 msgid "punches do even more damage." msgstr "주먹이 훨씬 더 강해진다." -#: script/engine.js:25 +#: script/engine.js:23 msgid "learned to fight quite effectively without weapons" msgstr "이제 무기 없이도 잘 싸울수 있는 법을 배웠다" -#: script/engine.js:30 +#: script/engine.js:27 msgid "unarmed master" msgstr "맨손격투의 달인" -#: script/engine.js:31 +#: script/engine.js:28 msgid "punch twice as fast, and with even more force" msgstr "주먹이 두 배 빨라지고 강해지기까지 한다" -#: script/engine.js:32 +#: script/engine.js:29 msgid "learned to strike faster without weapons" msgstr "무기 없이 더 빠르게 공격하는 법을 배웠다" -#: script/engine.js:35 +#: script/engine.js:32 msgid "barbarian" msgstr "격투가" -#: script/engine.js:36 +#: script/engine.js:33 msgid "melee weapons deal more damage" msgstr "근거리 무기가 더 강해진다" -#: script/engine.js:37 +#: script/engine.js:34 msgid "learned to swing weapons with force" msgstr "무기에 힘을 싣는 법을 배웠다" -#: script/engine.js:40 +#: script/engine.js:37 msgid "slow metabolism" msgstr "신진대사 둔화" -#: script/engine.js:41 +#: script/engine.js:38 msgid "go twice as far without eating" msgstr "먹지 않고 두배의 거리를 갈 수 있다" -#: script/engine.js:42 +#: script/engine.js:39 msgid "learned how to ignore the hunger" msgstr "배가 고파도 참을 수 있다" -#: script/engine.js:45 +#: script/engine.js:42 msgid "desert rat" msgstr "사막 쥐" -#: script/engine.js:46 +#: script/engine.js:43 msgid "go twice as far without drinking" msgstr "물을 안 마시고도 두 배 멀리 갈 수 있다" -#: script/engine.js:47 +#: script/engine.js:44 msgid "learned to love the dry air" msgstr "건조한 바람과 친구가 되었다" -#: script/engine.js:50 +#: script/engine.js:47 msgid "evasive" msgstr "회피" -#: script/engine.js:51 +#: script/engine.js:48 msgid "dodge attacks more effectively" msgstr "공격을 더욱 잘 피하게 된다" -#: script/engine.js:52 +#: script/engine.js:49 msgid "learned to be where they're not" msgstr "이리로 오면 저리로 피하는 법을 배웠다" -#: script/engine.js:55 +#: script/engine.js:52 msgid "precise" msgstr "정확" -#: script/engine.js:56 +#: script/engine.js:53 msgid "land blows more often" msgstr "더 많이 때릴 수 있다" -#: script/engine.js:57 +#: script/engine.js:54 msgid "learned to predict their movement" msgstr "그들의 움직임이 눈에 보이기 시작했다" -#: script/engine.js:60 +#: script/engine.js:57 msgid "scout" msgstr "정찰술" -#: script/engine.js:61 +#: script/engine.js:58 msgid "see farther" msgstr "더 멀리 볼 수 있다" -#: script/engine.js:62 +#: script/engine.js:59 msgid "learned to look ahead" msgstr "앞을 내다보는 법을 배웠다" -#: script/engine.js:65 +#: script/engine.js:62 msgid "stealthy" msgstr "잠입" -#: script/engine.js:66 +#: script/engine.js:63 msgid "better avoid conflict in the wild" msgstr "야외에서는 싸우지 않는 편이 더 낫다" -#: script/engine.js:67 +#: script/engine.js:64 msgid "learned how not to be seen" msgstr "보이지 않게 숨는 법을 배웠다" -#: script/engine.js:70 +#: script/engine.js:67 msgid "gastronome" msgstr "미식가" -#: script/engine.js:71 +#: script/engine.js:68 msgid "restore more health when eating" msgstr "먹을 때 체력을 더 많이 채운다" -#: script/engine.js:72 +#: script/engine.js:69 msgid "learned to make the most of food" msgstr "더 잘 먹는 법을 배웠다" -#: script/engine.js:142 script/engine.js:481 -msgid "lights off." -msgstr "어둡게." - -#: script/engine.js:148 script/space.js:450 -msgid "restart." -msgstr "재시작." - -#: script/engine.js:154 -msgid "share." -msgstr "공유." - -#: script/engine.js:160 -msgid "save." -msgstr "저장." - -#: script/engine.js:169 -msgid "dropbox." -msgstr "드롭박스." - -#: script/engine.js:176 +#: script/engine.js:138 script/space.js:450 msgid "app store." msgstr "앱 스토어." -#: script/engine.js:182 +#: script/engine.js:144 script/engine.js:485 +msgid "lights off." +msgstr "어둡게." + +#: script/engine.js:150 script/engine.js:495 +msgid "hyper." +msgstr "하이퍼." + +#: script/engine.js:156 script/space.js:442 +msgid "restart." +msgstr "재시작." + +#: script/engine.js:162 +msgid "share." +msgstr "공유." + +#: script/engine.js:168 +msgid "save." +msgstr "저장." + +#: script/engine.js:177 +msgid "dropbox." +msgstr "드롭박스." + +#: script/engine.js:184 msgid "github." msgstr "" -#: script/engine.js:261 +#: script/engine.js:268 msgid "Export / Import" msgstr "내보내기 / 불러오기" -#: script/engine.js:265 +#: script/engine.js:272 msgid "export or import save data, for backing up" msgstr "백업이나 다른 컴퓨터에서 플레이하기 위해" -#: script/engine.js:266 +#: script/engine.js:273 msgid "or migrating computers" msgstr "게임 데이터를 내보내기/불러오기" -#: script/engine.js:270 +#: script/engine.js:277 msgid "export" msgstr "내보내기" -#: script/engine.js:274 script/engine.js:306 +#: script/engine.js:281 script/engine.js:326 msgid "import" msgstr "불러오기" -#: script/engine.js:285 -msgid "are you sure?" -msgstr "확인해주세요." - -#: script/engine.js:286 -msgid "if the code is invalid, all data will be lost." -msgstr "입력하신 코드가 정확하지 않으면, 모든 데이터가 사라집니다." - -#: script/engine.js:287 -msgid "this is irreversible." -msgstr "이것은 되돌릴 수 없습니다." - -#: script/engine.js:291 script/engine.js:377 -msgid "yes" -msgstr "네" - -#: script/engine.js:296 script/engine.js:382 -msgid "no" -msgstr "아니오" - -#: script/engine.js:302 -msgid "put the save code here." -msgstr "저장 코드를 여기에 입력하세요." - -#: script/engine.js:334 -msgid "Export" -msgstr "내보내기" - -#: script/engine.js:337 +#: script/engine.js:291 msgid "save this." msgstr "저장하기." -#: script/engine.js:342 +#: script/engine.js:297 msgid "got it" msgstr "완료" -#: script/engine.js:371 +#: script/engine.js:305 +msgid "are you sure?" +msgstr "확인해주세요." + +#: script/engine.js:306 +msgid "if the code is invalid, all data will be lost." +msgstr "입력하신 코드가 정확하지 않으면, 모든 데이터가 사라집니다." + +#: script/engine.js:307 +msgid "this is irreversible." +msgstr "이것은 되돌릴 수 없습니다." + +#: script/engine.js:311 script/engine.js:380 +msgid "yes" +msgstr "네" + +#: script/engine.js:316 script/engine.js:385 +msgid "no" +msgstr "아니오" + +#: script/engine.js:322 +msgid "put the save code here." +msgstr "저장 코드를 여기에 입력하세요." + +#: script/engine.js:374 msgid "Restart?" msgstr "재시작?" -#: script/engine.js:374 +#: script/engine.js:377 msgid "restart the game?" msgstr "재시작합니까?" -#: script/engine.js:405 +#: script/engine.js:408 msgid "Share" msgstr "공유" -#: script/engine.js:408 +#: script/engine.js:411 msgid "bring your friends." msgstr "친구 초대하기." -#: script/engine.js:411 +#: script/engine.js:414 msgid "facebook" msgstr "페이스북" -#: script/engine.js:418 +#: script/engine.js:421 msgid "google+" msgstr "구글+" -#: script/engine.js:425 +#: script/engine.js:428 msgid "twitter" msgstr "트위터" -#: script/engine.js:432 +#: script/engine.js:435 msgid "reddit" msgstr "reddit" -#: script/engine.js:439 +#: script/engine.js:442 msgid "close" msgstr "닫기" -#: script/engine.js:474 script/engine.js:477 +#: script/engine.js:476 script/engine.js:480 msgid "lights on." msgstr "밝게." -#: script/engine.js:584 +#: script/engine.js:493 +msgid "classic." +msgstr "클래식." + +#: script/engine.js:594 msgid "{0} per {1}s" msgstr "{1}초 당 {0}개" -#: script/events.js:142 +#: script/events.js:130 msgid "eat meat" msgstr "고기 먹기" -#: script/events.js:162 +#: script/events.js:150 msgid "use meds" msgstr "약 사용" -#: script/events.js:360 script/events.js:405 +#: script/events.js:350 script/events.js:395 msgid "miss" msgstr "회피" -#: script/events.js:373 script/events.js:418 +#: script/events.js:363 script/events.js:408 msgid "stunned" msgstr "기절" -#: script/events.js:494 script/events/global.js:42 script/events/global.js:59 -#: script/events/room.js:142 script/events/room.js:162 -#: script/events/room.js:182 script/events/setpieces.js:25 -#: script/events/setpieces.js:48 script/events/setpieces.js:65 -#: script/events/setpieces.js:83 script/events/setpieces.js:106 -#: script/events/setpieces.js:537 script/events/setpieces.js:1255 -#: script/events/setpieces.js:2953 script/events/setpieces.js:2987 -#: script/events/setpieces.js:3010 script/events/setpieces.js:3047 -#: script/events/setpieces.js:3100 script/events/setpieces.js:3129 -#: script/events/setpieces.js:3175 script/events/setpieces.js:3302 -#: script/events/setpieces.js:3324 script/events/setpieces.js:3444 -#: script/events/setpieces.js:3468 script/events/setpieces.js:3501 -#: script/events/setpieces.js:3520 script/events/setpieces.js:3545 -#: script/events/setpieces.js:3573 +#: script/events.js:482 script/events.js:653 script/events/global.js:42 +#: script/events/global.js:59 script/events/room.js:142 +#: script/events/room.js:162 script/events/room.js:182 +#: script/events/setpieces.js:25 script/events/setpieces.js:48 +#: script/events/setpieces.js:65 script/events/setpieces.js:83 +#: script/events/setpieces.js:106 script/events/setpieces.js:536 +#: script/events/setpieces.js:1254 script/events/setpieces.js:2948 +#: script/events/setpieces.js:2982 script/events/setpieces.js:3005 +#: script/events/setpieces.js:3042 script/events/setpieces.js:3095 +#: script/events/setpieces.js:3124 script/events/setpieces.js:3170 +#: script/events/setpieces.js:3297 script/events/setpieces.js:3319 +#: script/events/setpieces.js:3439 script/events/setpieces.js:3463 +#: script/events/setpieces.js:3496 script/events/setpieces.js:3515 +#: script/events/setpieces.js:3539 script/events/setpieces.js:3567 msgid "leave" msgstr "떠나기" -#: script/events.js:780 +#: script/events.js:511 +msgid "drop:" +msgstr "버리기:" + +#: script/events.js:536 script/events/room.js:523 +msgid "nothing" +msgstr "사양하기" + +#: script/events.js:567 script/events/setpieces.js:3551 +msgid "take" +msgstr "가져가기" + +#: script/events.js:577 +msgid "take:" +msgstr "가져가기:" + +#: script/events.js:599 +#, fuzzy +msgid "nothing to take" +msgstr "사양하기" + +#: script/events.js:627 +msgid "all" +msgstr "전부" + +#: script/events.js:649 +msgid "take everything" +msgstr "모두 가져가기" + +#: script/events.js:653 script/outside.js:627 +msgid " and " +msgstr ", " + +#: script/events.js:896 msgid "*** EVENT ***" msgstr "*** 새로운 사건 ***" @@ -421,15 +458,15 @@ msgstr "총알" msgid "charm" msgstr "장신구" -#: script/localization.js:13 script/path.js:148 +#: script/localization.js:13 script/path.js:138 msgid "leather" msgstr "가죽" -#: script/localization.js:14 script/path.js:146 +#: script/localization.js:14 script/path.js:136 msgid "iron" msgstr "철" -#: script/localization.js:15 script/path.js:144 +#: script/localization.js:15 script/path.js:134 msgid "steel" msgstr "강철" @@ -445,7 +482,7 @@ msgstr "유황" msgid "energy cell" msgstr "전지" -#: script/localization.js:19 script/room.js:167 +#: script/localization.js:19 script/room.js:161 msgid "torch" msgstr "횃불" @@ -453,15 +490,15 @@ msgstr "횃불" msgid "medicine" msgstr "약" -#: script/localization.js:21 script/outside.js:20 +#: script/localization.js:21 script/outside.js:22 msgid "hunter" msgstr "사냥꾼" -#: script/localization.js:22 script/outside.js:28 +#: script/localization.js:22 script/outside.js:30 msgid "trapper" msgstr "덫 장인" -#: script/localization.js:23 script/outside.js:36 +#: script/localization.js:23 script/outside.js:38 msgid "tanner" msgstr "무두장이" @@ -477,11 +514,11 @@ msgstr "볼라" msgid "bayonet" msgstr "총검" -#: script/localization.js:27 script/outside.js:44 +#: script/localization.js:27 script/outside.js:46 msgid "charcutier" msgstr "훈연꾼" -#: script/localization.js:28 script/outside.js:53 +#: script/localization.js:28 script/outside.js:55 msgid "iron miner" msgstr "철 광부" @@ -489,7 +526,7 @@ msgstr "철 광부" msgid "iron mine" msgstr "철 광산" -#: script/localization.js:30 script/outside.js:61 +#: script/localization.js:30 script/outside.js:63 msgid "coal miner" msgstr "석탄 광부" @@ -497,7 +534,7 @@ msgstr "석탄 광부" msgid "coal mine" msgstr "석탄 광산" -#: script/localization.js:32 script/outside.js:69 +#: script/localization.js:32 script/outside.js:71 msgid "sulphur miner" msgstr "유황 광부" @@ -505,11 +542,11 @@ msgstr "유황 광부" msgid "sulphur mine" msgstr "유황 광산" -#: script/localization.js:34 script/outside.js:86 +#: script/localization.js:34 script/outside.js:88 msgid "armourer" msgstr "무기 장인" -#: script/localization.js:35 script/outside.js:77 +#: script/localization.js:35 script/outside.js:79 msgid "steelworker" msgstr "풀무장이" @@ -533,7 +570,7 @@ msgstr "나침반" msgid "laser rifle" msgstr "레이저 소총" -#: script/localization.js:41 script/outside.js:13 +#: script/localization.js:41 script/outside.js:15 msgid "gatherer" msgstr "나무꾼" @@ -625,575 +662,567 @@ msgstr "나침반이 남동쪽을 가리킨다" msgid "the compass points southwest" msgstr "나침반이 남서쪽을 가리킨다" -#: script/localization.js:72 -msgid "stores" -msgstr "창고" - -#: script/localization.js:73 -msgid "weapons" -msgstr "무기" - -#: script/localization.js:74 -msgid "build:" -msgstr "일꾼" - -#: script/localization.js:75 -msgid "craft:" -msgstr "작업장" - -#: script/localization.js:76 -msgid "buy:" -msgstr "교역소" - -#: script/localization.js:77 -msgid "supplies:" -msgstr "보급품:" - -#: script/localization.js:78 -msgid "perks:" -msgstr "특기:" - -#: script/localization.js:79 -msgid "take:" -msgstr "가져가기:" - -#: script/localization.js:80 -msgid "drop:" -msgstr "버리기:" - -#: script/localization.js:81 -msgid "forest" -msgstr "숲" - -#: script/localization.js:82 -msgid "village" -msgstr "마을" - #: script/outside.js:5 msgid "Outside" msgstr "바깥" -#: script/outside.js:100 +#: script/outside.js:102 msgid "scraps of fur" msgstr "모피 조각" -#: script/outside.js:105 +#: script/outside.js:107 msgid "bits of meat" msgstr "고기 토막" -#: script/outside.js:110 +#: script/outside.js:112 msgid "strange scales" msgstr "이상한 비늘" -#: script/outside.js:115 +#: script/outside.js:117 msgid "scattered teeth" msgstr "흩어진 이빨" -#: script/outside.js:120 +#: script/outside.js:122 msgid "tattered cloth" msgstr "누더기 천" -#: script/outside.js:125 +#: script/outside.js:127 msgid "a crudely made charm" msgstr "싸구려 장신구" -#: script/outside.js:142 script/outside.js:536 +#: script/outside.js:143 script/outside.js:562 msgid "A Silent Forest" msgstr "침묵의 숲" -#: script/outside.js:170 +#: script/outside.js:169 msgid "gather wood" msgstr "나무 모으기" -#: script/outside.js:187 +#: script/outside.js:188 msgid "a stranger arrives in the night" msgstr "밤중에 이방인이 당도한다" -#: script/outside.js:189 +#: script/outside.js:190 msgid "a weathered family takes up in one of the huts." msgstr "지쳐보이는 가족이 오두막에 자리를 튼다." -#: script/outside.js:191 +#: script/outside.js:192 msgid "a small group arrives, all dust and bones." msgstr "작은 집단이 도착한다. 먼지투성이에 뼈만 남았다." -#: script/outside.js:193 +#: script/outside.js:194 msgid "a convoy lurches in, equal parts worry and hope." msgstr "큰 무리가 당도하고, 걱정과 희망이 교차한다." -#: script/outside.js:195 +#: script/outside.js:196 msgid "the town's booming. word does get around." msgstr "마을이 성장한다. 사람들이 소문을 듣는 것 같다." -#: script/outside.js:426 +#: script/outside.js:452 msgid "pop " msgstr "인구 " -#: script/outside.js:517 +#: script/outside.js:457 +msgid "forest" +msgstr "숲" + +#: script/outside.js:460 +msgid "village" +msgstr "마을" + +#: script/outside.js:543 msgid "check traps" msgstr "덫 확인" -#: script/outside.js:538 +#: script/outside.js:564 msgid "A Lonely Hut" msgstr "외로운 오두막" -#: script/outside.js:540 +#: script/outside.js:566 msgid "A Tiny Village" msgstr "작은 마을" -#: script/outside.js:542 +#: script/outside.js:568 msgid "A Modest Village" msgstr "보통 마을" -#: script/outside.js:544 +#: script/outside.js:570 msgid "A Large Village" msgstr "큰 마을" -#: script/outside.js:546 +#: script/outside.js:572 msgid "A Raucous Village" msgstr "북적북적한 마을" -#: script/outside.js:558 +#: script/outside.js:584 msgid "the sky is grey and the wind blows relentlessly" msgstr "하늘은 회색이고 바람은 계속 분다" -#: script/outside.js:568 +#: script/outside.js:594 msgid "dry brush and dead branches litter the forest floor" msgstr "마른 솔과 죽은 가지가 숲의 바닥을 채운다" -#: script/outside.js:596 +#: script/outside.js:621 msgid "the traps contain " msgstr "덫에서 무언가 찾았다. " -#: script/outside.js:603 -msgid " and " -msgstr ", " - -#: script/path.js:33 script/path.js:312 +#: script/path.js:29 script/path.js:298 msgid "A Dusty Path" msgstr "흙길" -#: script/path.js:50 +#: script/path.js:37 +msgid "supplies:" +msgstr "보급품:" + +#: script/path.js:43 msgid "embark" msgstr "출발" -#: script/path.js:68 +#: script/path.js:60 script/room.js:1153 msgid "the compass points " msgstr "나침반이 가리킨다" -#: script/path.js:142 +#: script/path.js:102 +msgid "perks:" +msgstr "특기:" + +#: script/path.js:132 msgid "none" msgstr "없음" -#: script/path.js:152 +#: script/path.js:142 msgid "armour" msgstr "갑옷" -#: script/path.js:164 +#: script/path.js:153 msgid "water" msgstr "물" -#: script/path.js:243 script/world.js:306 +#: script/path.js:229 script/world.js:290 msgid "free {0}/{1}" msgstr "공간 {0}/{1}" -#: script/path.js:267 +#: script/path.js:253 msgid "weight" msgstr "무게" -#: script/path.js:269 +#: script/path.js:255 msgid "available" msgstr "사용 가능" -#: script/room.js:22 +#: script/room.js:16 msgid "trap" msgstr "덫" -#: script/room.js:25 +#: script/room.js:19 msgid "" "builder says she can make traps to catch any creatures might still be alive " "out there" msgstr "일꾼이 밖에서 어슬렁거리는 동물을 잡을 덫을 만들 수 있다고 한다" -#: script/room.js:26 +#: script/room.js:20 msgid "more traps to catch more creatures" msgstr "더 많은 동물을 잡을 수 있는 덫이다" -#: script/room.js:27 +#: script/room.js:21 msgid "more traps won't help now" msgstr "더 이상의 덫은 필요없는 듯 하다" -#: script/room.js:37 +#: script/room.js:31 msgid "cart" msgstr "수레" -#: script/room.js:40 +#: script/room.js:34 msgid "builder says she can make a cart for carrying wood" msgstr "일꾼이 나무를 가져올 때 쓸 수 있는 수레를 만들 수 있다고 한다" -#: script/room.js:41 +#: script/room.js:35 msgid "the rickety cart will carry more wood from the forest" msgstr "엉성한 수레로 숲에서 더 많은 나무를 가져올수 있을 것 같다" -#: script/room.js:50 +#: script/room.js:44 msgid "hut" msgstr "오두막" -#: script/room.js:53 +#: script/room.js:47 msgid "builder says there are more wanderers. says they'll work, too." msgstr "일꾼이 떠돌이들이 더 많다고, 그들도 일을 할 수 있다고 한다." -#: script/room.js:54 +#: script/room.js:48 msgid "builder puts up a hut, out in the forest. says word will get around." msgstr "일꾼이 저 숲 속에 오두막을 짓는다. 곧 소문이 퍼지겠지." -#: script/room.js:55 +#: script/room.js:49 msgid "no more room for huts." msgstr "더 이상 오두막을 지을 공간이 없다." -#: script/room.js:65 +#: script/room.js:59 msgid "lodge" msgstr "사냥용 오두막" -#: script/room.js:68 +#: script/room.js:62 msgid "villagers could help hunt, given the means" msgstr "주민들도 사냥을 도울 수 있으니, 기회를 주자" -#: script/room.js:69 +#: script/room.js:63 msgid "the hunting lodge stands in the forest, a ways out of town" msgstr "사냥용 오두막을 숲 속에, 마을 한참 밖에 지었다" -#: script/room.js:80 +#: script/room.js:74 msgid "trading post" msgstr "교역소" -#: script/room.js:83 +#: script/room.js:77 msgid "a trading post would make commerce easier" msgstr "교역소는 거래하기 쉽게 도와준다" -#: script/room.js:84 +#: script/room.js:78 msgid "" "now the nomads have a place to set up shop, they might stick around a while" msgstr "이제 유목민들이 가게를 차릴 곳이 생겼으니, 한동안 여기 머무를 테다" -#: script/room.js:94 +#: script/room.js:88 msgid "tannery" msgstr "무두실" -#: script/room.js:97 +#: script/room.js:91 msgid "builder says leather could be useful. says the villagers could make it." msgstr "일꾼은 가죽이 쓸모 있을거라 한다. 주민들이 가죽을 만들 수 있다고 한다." -#: script/room.js:98 +#: script/room.js:92 msgid "tannery goes up quick, on the edge of the village" msgstr "무두실을 순식간에, 마을 가에 세웠다" -#: script/room.js:108 +#: script/room.js:102 msgid "smokehouse" msgstr "훈연실" -#: script/room.js:111 +#: script/room.js:105 msgid "" "should cure the meat, or it'll spoil. builder says she can fix something up." msgstr "훈제하지 않으면 고기가 상한다. 일꾼은 훈연실을 만들 수 있다고 한다." -#: script/room.js:112 +#: script/room.js:106 msgid "builder finishes the smokehouse. she looks hungry." msgstr "훈연실이 완성되었다. 일꾼은 배고파보인다." -#: script/room.js:122 +#: script/room.js:116 msgid "workshop" msgstr "작업장" -#: script/room.js:125 +#: script/room.js:119 msgid "builder says she could make finer things, if she had the tools" msgstr "일꾼은 도구가 있다면 더 좋은 물건을 만들 수 있다고 한다" -#: script/room.js:126 +#: script/room.js:120 msgid "workshop's finally ready. builder's excited to get to it" msgstr "작업장이 마침내 완성되었다. 일꾼이 기뻐보인다" -#: script/room.js:137 +#: script/room.js:131 msgid "steelworks" msgstr "제철소" -#: script/room.js:140 +#: script/room.js:134 msgid "builder says the villagers could make steel, given the tools" msgstr "일꾼은 도구만 주어진다면, 주민들도 철을 만들수있다고 한다" -#: script/room.js:141 +#: script/room.js:135 msgid "a haze falls over the village as the steelworks fires up" msgstr "제철소에 연기가 피어오르자 마을도 뿌옇게 되었다" -#: script/room.js:152 +#: script/room.js:146 msgid "armoury" msgstr "무기고" -#: script/room.js:155 +#: script/room.js:149 msgid "builder says it'd be useful to have a steady source of bullets" msgstr "일꾼이 총알을 꾸준히 찍어낼 수 있으면 좋을 것이라고 한다" -#: script/room.js:156 +#: script/room.js:150 msgid "armoury's done, welcoming back the weapons of the past." msgstr "무기고 완성. 옛 무기를 다시 사용할수 있다." -#: script/room.js:170 +#: script/room.js:164 msgid "a torch to keep the dark away" msgstr "어둠을 쫒기 위한 횃불" -#: script/room.js:179 +#: script/room.js:173 msgid "waterskin" msgstr "물주머니" -#: script/room.js:183 +#: script/room.js:177 msgid "this waterskin'll hold a bit of water, at least" msgstr "물주머니로 물을 더 담을 수 있다, 조금이지만" -#: script/room.js:191 +#: script/room.js:185 msgid "cask" msgstr "물통" -#: script/room.js:195 +#: script/room.js:189 msgid "the cask holds enough water for longer expeditions" msgstr "물통은 긴 여행에 충분한 물을 저장할 수 있다" -#: script/room.js:204 +#: script/room.js:198 msgid "water tank" msgstr "물탱크" -#: script/room.js:208 +#: script/room.js:202 msgid "never go thirsty again" msgstr "이제 더 이상 목마르지 않아도 된다" -#: script/room.js:217 +#: script/room.js:211 msgid "bone spear" msgstr "뼈 창" -#: script/room.js:220 +#: script/room.js:214 msgid "this spear's not elegant, but it's pretty good at stabbing" msgstr "우아하지는 않지만, 찌르기에는 꽤나 좋은 창이다" -#: script/room.js:229 script/world.js:300 +#: script/room.js:223 script/world.js:285 msgid "rucksack" msgstr "자루" -#: script/room.js:233 +#: script/room.js:227 msgid "carrying more means longer expeditions to the wilds" msgstr "더 많이 가져갈 수 있으면 더 많은 곳을 탐험할 수 있다" -#: script/room.js:241 +#: script/room.js:235 msgid "wagon" msgstr "마차" -#: script/room.js:245 +#: script/room.js:239 msgid "the wagon can carry a lot of supplies" msgstr "마차는 많은 물건을 실을 수 있다" -#: script/room.js:254 +#: script/room.js:248 msgid "convoy" msgstr "짐차" -#: script/room.js:258 +#: script/room.js:252 msgid "the convoy can haul mostly everything" msgstr "짐차는 뭐든지 다 실을 수 있다" -#: script/room.js:268 +#: script/room.js:262 msgid "l armour" msgstr "가죽 갑옷" -#: script/room.js:271 +#: script/room.js:265 msgid "leather's not strong. better than rags, though." msgstr "가죽은 튼튼하지는 않다. 그래도 누더기보다는 낫지." -#: script/room.js:280 +#: script/room.js:274 msgid "i armour" msgstr "철갑옷" -#: script/room.js:283 +#: script/room.js:277 msgid "iron's stronger than leather" msgstr "철은 가죽보다 튼튼하다" -#: script/room.js:292 +#: script/room.js:286 msgid "s armour" msgstr "강철갑옷" -#: script/room.js:295 +#: script/room.js:289 msgid "steel's stronger than iron" msgstr "강철은 철보다 튼튼하다" -#: script/room.js:304 +#: script/room.js:298 msgid "iron sword" msgstr "철검" -#: script/room.js:307 +#: script/room.js:301 msgid "sword is sharp. good protection out in the wilds." msgstr "날카로운 검이다. 밖에서 몸을 지키기 좋을 것 같다." -#: script/room.js:317 +#: script/room.js:311 msgid "steel sword" msgstr "강철검" -#: script/room.js:320 +#: script/room.js:314 msgid "the steel is strong, and the blade true." msgstr "강철는 단단하고, 그 날은 날카롭다." -#: script/room.js:330 +#: script/room.js:324 msgid "rifle" msgstr "소총" -#: script/room.js:332 +#: script/room.js:326 msgid "black powder and bullets, like the old days." msgstr "흑색 화약와 총알, 마치 옛 시절처럼." -#: script/room.js:464 +#: script/room.js:458 msgid "Room" msgstr "방" -#: script/room.js:492 script/room.js:617 +#: script/room.js:485 script/room.js:604 msgid "A Dark Room" msgstr "어두운 방" -#: script/room.js:507 +#: script/room.js:498 msgid "light fire" msgstr "불 피우기" -#: script/room.js:518 +#: script/room.js:508 msgid "stoke fire" msgstr "불 때기" -#: script/room.js:557 script/room.js:568 script/room.js:716 script/room.js:720 +#: script/room.js:545 script/room.js:555 script/room.js:703 script/room.js:707 msgid "the room is {0}" msgstr "방은 {0}" -#: script/room.js:558 script/room.js:567 script/room.js:685 +#: script/room.js:546 script/room.js:554 script/room.js:672 msgid "the fire is {0}" msgstr "불이 {0}" -#: script/room.js:578 +#: script/room.js:565 msgid "" "the stranger is standing by the fire. she says she can help. says she builds " "things." msgstr "여자가 불 가에 서 있다. 도와줄 수 있다고, 손재주가 있다고 한다." -#: script/room.js:593 +#: script/room.js:580 msgid "freezing" msgstr "너무 춥다" -#: script/room.js:594 +#: script/room.js:581 msgid "cold" msgstr "춥다" -#: script/room.js:595 +#: script/room.js:582 msgid "mild" msgstr "포근하다" -#: script/room.js:596 +#: script/room.js:583 msgid "warm" msgstr "따스하다" -#: script/room.js:597 +#: script/room.js:584 msgid "hot" msgstr "뜨겁다" -#: script/room.js:609 +#: script/room.js:596 msgid "dead" msgstr "죽었다" -#: script/room.js:610 +#: script/room.js:597 msgid "smoldering" msgstr "사그라든다" -#: script/room.js:611 +#: script/room.js:598 msgid "flickering" msgstr "깜빡인다" -#: script/room.js:612 +#: script/room.js:599 msgid "burning" msgstr "타오른다" -#: script/room.js:613 +#: script/room.js:600 msgid "roaring" msgstr "이글거린다" -#: script/room.js:617 +#: script/room.js:604 msgid "A Firelit Room" msgstr "불이 지펴진 방" -#: script/room.js:655 +#: script/room.js:642 msgid "not enough wood to get the fire going" msgstr "불을 땔 나무가 없다" -#: script/room.js:668 +#: script/room.js:655 msgid "the wood has run out" msgstr "나무가 다 떨어졌다" -#: script/room.js:688 +#: script/room.js:675 msgid "the light from the fire spills from the windows, out into the dark" msgstr "불빛이 창문 밖으로, 어둠 속으로 퍼져나간다" -#: script/room.js:701 +#: script/room.js:688 msgid "builder stokes the fire" msgstr "일꾼이 불을 땐다" -#: script/room.js:731 +#: script/room.js:718 msgid "the wind howls outside" msgstr "바깥에는 바람이 윙윙 분다" -#: script/room.js:732 +#: script/room.js:719 msgid "the wood is running out" msgstr "나무가 떨어져 간다" -#: script/room.js:739 +#: script/room.js:726 msgid "a ragged stranger stumbles through the door and collapses in the corner" msgstr "누더기를 걸친 여자가 문으로 들어와 구석에 쓰러진다" -#: script/room.js:747 +#: script/room.js:734 msgid "" "the stranger shivers, and mumbles quietly. her words are unintelligible." msgstr "" "여자는 부들부들 떨며 나지막이 중얼거린다. 무슨 말인지 알아들을 수 없다." -#: script/room.js:750 +#: script/room.js:737 msgid "the stranger in the corner stops shivering. her breathing calms." msgstr "구석의 여자는 부들거리기를 멈춘다. 숨이 바르게 돌아온다." -#: script/room.js:908 script/room.js:956 +#: script/room.js:760 +msgid "stores" +msgstr "창고" + +#: script/room.js:779 +msgid "weapons" +msgstr "무기" + +#: script/room.js:914 +msgid "total" +msgstr "전체" + +#: script/room.js:935 script/room.js:979 msgid "not enough " msgstr "부족한 물건: " -#: script/room.js:928 +#: script/room.js:951 msgid "builder just shivers" msgstr "일꾼은 그냥 떨기만 한다" +#: script/room.js:1054 +msgid "build:" +msgstr "일꾼" + +#: script/room.js:1061 +msgid "craft:" +msgstr "작업장" + +#: script/room.js:1068 +msgid "buy:" +msgstr "교역소" + #: script/ship.js:11 msgid "Ship" msgstr "우주선" -#: script/ship.js:28 +#: script/ship.js:27 script/ship.js:100 msgid "An Old Starship" msgstr "오래된 우주선" -#: script/ship.js:41 +#: script/ship.js:38 msgid "hull:" msgstr "선체:" -#: script/ship.js:48 +#: script/ship.js:44 msgid "engine:" msgstr "엔진:" -#: script/ship.js:56 +#: script/ship.js:51 msgid "reinforce hull" msgstr "선체 보강" -#: script/ship.js:66 +#: script/ship.js:60 msgid "upgrade engine" msgstr "엔진 향상" -#: script/ship.js:76 script/ship.js:152 +#: script/ship.js:69 script/ship.js:142 msgid "lift off" msgstr "이륙" -#: script/ship.js:101 +#: script/ship.js:91 msgid "" "somewhere above the debris cloud, the wanderer fleet hovers. been on this " "rock too long." @@ -1201,210 +1230,210 @@ msgstr "" "파편으로 찬 구름 위에는 부유선이 하나 떠 있다. 이 구질구질한곳에 너무 오래있" "었다." -#: script/ship.js:116 script/ship.js:129 +#: script/ship.js:106 script/ship.js:119 msgid "not enough alien alloy" msgstr "외계 합금이 부족하다" -#: script/ship.js:144 +#: script/ship.js:134 msgid "Ready to Leave?" msgstr "떠날 준비가 되었는가?" -#: script/ship.js:148 +#: script/ship.js:138 msgid "time to get out of this place. won't be coming back." msgstr "여기를 떠날 시간이다. 다신 돌아오지 않으리라." -#: script/ship.js:160 +#: script/ship.js:150 msgid "linger" msgstr "머물기" -#: script/space.js:45 +#: script/space.js:42 msgid "hull: " msgstr "선체:" -#: script/space.js:81 +#: script/space.js:76 msgid "Troposphere" msgstr "대류권" -#: script/space.js:83 +#: script/space.js:78 msgid "Stratosphere" msgstr "성층권" -#: script/space.js:85 +#: script/space.js:80 msgid "Mesosphere" msgstr "중간권" -#: script/space.js:87 +#: script/space.js:82 msgid "Thermosphere" msgstr "열권" -#: script/space.js:89 +#: script/space.js:84 msgid "Exosphere" msgstr "외기권" -#: script/space.js:91 +#: script/space.js:86 msgid "Space" msgstr "우주" -#: script/space.js:432 +#: script/space.js:424 msgid "score for this game: {0}" msgstr "이 게임의 총 점수: {0}" -#: script/space.js:439 +#: script/space.js:431 msgid "total score: {0}" msgstr "총 점수: {0}" -#: script/world.js:48 +#: script/world.js:46 msgid "punch" msgstr "때리기" -#: script/world.js:54 +#: script/world.js:52 msgid "stab" msgstr "찌르기" -#: script/world.js:60 +#: script/world.js:58 msgid "swing" msgstr "휘두르기" -#: script/world.js:66 +#: script/world.js:64 msgid "slash" msgstr "베기" -#: script/world.js:72 +#: script/world.js:70 msgid "thrust" msgstr "치기" -#: script/world.js:78 +#: script/world.js:76 msgid "shoot" msgstr "쏘기" -#: script/world.js:85 +#: script/world.js:83 msgid "blast" msgstr "터뜨리기" -#: script/world.js:92 +#: script/world.js:90 msgid "lob" msgstr "던지기" -#: script/world.js:99 +#: script/world.js:97 msgid "tangle" msgstr "옭아매기" -#: script/world.js:124 +#: script/world.js:119 msgid "An Outpost" msgstr "전초 기지" -#: script/world.js:125 +#: script/world.js:120 msgid "Iron Mine" msgstr "철 광산" -#: script/world.js:126 +#: script/world.js:121 msgid "Coal Mine" msgstr "석탄 광산" -#: script/world.js:127 +#: script/world.js:122 msgid "Sulphur Mine" msgstr "유황 광산" -#: script/world.js:128 +#: script/world.js:123 msgid "An Old House" msgstr "오래된 집" -#: script/world.js:129 +#: script/world.js:124 msgid "A Damp Cave" msgstr "축축한 동굴" -#: script/world.js:130 +#: script/world.js:125 msgid "An Abandoned Town" msgstr "버려진 마을" -#: script/world.js:131 +#: script/world.js:126 msgid "A Ruined City" msgstr "황폐한 도시" -#: script/world.js:132 +#: script/world.js:127 msgid "A Crashed Starship" msgstr "추락한 우주선" -#: script/world.js:133 +#: script/world.js:128 msgid "A Borehole" msgstr "시추공" -#: script/world.js:134 +#: script/world.js:129 msgid "A Battlefield" msgstr "전장" -#: script/world.js:135 +#: script/world.js:130 msgid "A Murky Swamp" msgstr "늪지대" -#: script/world.js:140 +#: script/world.js:134 msgid "A Destroyed Village" msgstr "파괴된 마을" -#: script/world.js:270 +#: script/world.js:256 msgid "water:{0}" msgstr "물:{0}" -#: script/world.js:298 +#: script/world.js:283 msgid "pockets" msgstr "주머니" -#: script/world.js:323 +#: script/world.js:307 msgid "hp: {0}/{1}" msgstr "체력: {0}/{1}" -#: script/world.js:330 +#: script/world.js:314 msgid "{0}:{1}" msgstr "{0}:{1}" -#: script/world.js:365 +#: script/world.js:349 msgid "dangerous to be this far from the village without proper protection" msgstr "적당한 보호장비 없이 이렇게 멀리 나오는것은 위험하다" -#: script/world.js:367 +#: script/world.js:351 msgid "safer here" msgstr "여긴 안전하다" -#: script/world.js:473 +#: script/world.js:451 msgid "the meat has run out" msgstr "고기가 다 떨어졌다" -#: script/world.js:479 +#: script/world.js:456 msgid "starvation sets in" msgstr "허기가 밀려온다" -#: script/world.js:505 +#: script/world.js:481 msgid "there is no more water" msgstr "물이 더 이상 없다" -#: script/world.js:509 +#: script/world.js:485 msgid "the thirst becomes unbearable" msgstr "너무 목이 마르다" -#: script/world.js:582 +#: script/world.js:558 msgid "the trees yield to dry grass. the yellowed brush rustles in the wind." msgstr "나뭇잎이 말라간다. 노란 잎은 바람에 부스럭거린다." -#: script/world.js:585 +#: script/world.js:561 msgid "" "the trees are gone. parched earth and blowing dust are poor replacements." msgstr "나무가 보이지 않는다. 메마른 땅과 날리는 먼지만이 대신 남아있다." -#: script/world.js:592 +#: script/world.js:568 msgid "" "trees loom on the horizon. grasses gradually yield to a forest floor of dry " "branches and fallen leaves." msgstr "지평선 저쪽엔 나무들이다. 떨어진 나뭇잎과 마른 가지가 땅을 덮어간다." -#: script/world.js:595 +#: script/world.js:571 msgid "the grasses thin. soon, only dust remains." msgstr "풀이 듬성듬성해 진다. 곧 흙먼지만 보이게 된다." -#: script/world.js:602 +#: script/world.js:578 msgid "the barrens break at a sea of dying grass, swaying in the arid breeze." msgstr "죽어가는 풀로 가득한 황무지에서, 메마른 바람만이 불어온다." -#: script/world.js:605 +#: script/world.js:581 msgid "" "a wall of gnarled trees rises from the dust. their branches twist into a " "skeletal canopy overhead." @@ -1412,23 +1441,23 @@ msgstr "" "흙먼지 속에서 비비 틀린 나무의 장벽이 솟아 있다. 앙상한 가지가 머리 위에 무성" "하다." -#: script/world.js:812 +#: script/world.js:817 msgid "Wanderer" msgstr "방랑자" -#: script/world.js:817 +#: script/world.js:822 msgid "The Village" msgstr "마을" -#: script/world.js:847 +#: script/world.js:851 msgid "the world fades" msgstr "세상이 캄캄해진다" -#: script/world.js:950 script/events/setpieces.js:2966 +#: script/world.js:952 script/events/setpieces.js:2961 msgid "water replenished" msgstr "물을 채웠다" -#: script/world.js:979 +#: script/world.js:982 msgid "A Barren World" msgstr "불모지" @@ -1670,130 +1699,206 @@ msgstr "몇 분 동안 쫓아가다 보니 자취가 사라진다." msgid "the forest is silent." msgstr "숲은 고요하다." -#: script/events/outside.js:42 script/events/outside.js:59 -#: script/events/outside.js:98 script/events/outside.js:115 -#: script/events/outside.js:166 script/events/outside.js:183 -#: script/events/outside.js:215 script/events/outside.js:247 +#: script/events/outside.js:40 +msgid "nothing was found" +msgstr "아무 것도 찾지 못했다." + +#: script/events/outside.js:43 script/events/outside.js:61 +#: script/events/outside.js:126 script/events/outside.js:144 +#: script/events/outside.js:197 script/events/outside.js:215 +#: script/events/outside.js:248 script/events/outside.js:282 msgid "go home" msgstr "집으로" -#: script/events/outside.js:49 +#: script/events/outside.js:50 msgid "not far from the village lies a large beast, its fur matted with blood." msgstr "마을에서 얼마 못가 큰 짐승을 발견했다. 짐승의 가죽은 피로 덮여있다." -#: script/events/outside.js:50 +#: script/events/outside.js:51 msgid "it puts up little resistance before the knife." msgstr "조금 반항을 했지만 칼로 제압했다." -#: script/events/outside.js:68 +#: script/events/outside.js:53 +#, fuzzy +msgid "there was a beast. it's dead now" +msgstr "사나운 짐승이 죽었다" + +#: script/events/outside.js:69 +msgid "Fire" +msgstr "화재" + +#: script/events/outside.js:76 +msgid "a fire rampages through one of the huts, destroying it." +msgstr "오두막 하나가 불길에 휩싸이고, 완전히 타버린다." + +#: script/events/outside.js:77 +msgid "all residents in the hut perished in the fire." +msgstr "오두막의 모든 주민이 불길에 타 죽는다." + +#: script/events/outside.js:79 +msgid "a fire has started" +msgstr "마을에 불이 난다" + +#: script/events/outside.js:86 +msgid "mourn" +msgstr "애도하기" + +#: script/events/outside.js:87 +msgid "some villagers have died" +msgstr "마을 사람 몇 명이 죽었다" + +#: script/events/outside.js:95 msgid "Sickness" msgstr "질병" -#: script/events/outside.js:75 +#: script/events/outside.js:102 msgid "a sickness is spreading through the village." msgstr "질병이 마을에 퍼지고있다." -#: script/events/outside.js:76 script/events/outside.js:132 +#: script/events/outside.js:103 script/events/outside.js:161 msgid "medicine is needed immediately." msgstr "약이 당장 필요하다." -#: script/events/outside.js:82 +#: script/events/outside.js:105 +#, fuzzy +msgid "some villagers are ill" +msgstr "마을 사람 몇 명이 죽었다" + +#: script/events/outside.js:109 msgid "1 medicine" msgstr "약 1개" -#: script/events/outside.js:87 +#: script/events/outside.js:114 msgid "ignore it" msgstr "무시하기" -#: script/events/outside.js:94 +#: script/events/outside.js:121 msgid "the sickness is cured in time." msgstr "질병이 제때 치유되었다." -#: script/events/outside.js:105 +#: script/events/outside.js:123 +msgid "sufferers are healed" +msgstr "환자들이 치유되었다." + +#: script/events/outside.js:133 msgid "the sickness spreads through the village." msgstr "질병이 마을에 퍼진다." -#: script/events/outside.js:106 +#: script/events/outside.js:134 msgid "the days are spent with burials." msgstr "낮은 장례를 지내며 지나갔다." -#: script/events/outside.js:107 script/events/outside.js:174 +#: script/events/outside.js:135 script/events/outside.js:205 msgid "the nights are rent with screams." msgstr "밤에는 통곡이 끊이지 않는다." -#: script/events/outside.js:124 +#: script/events/outside.js:137 +msgid "sufferers are left to die" +msgstr "환자들이 죽었다." + +#: script/events/outside.js:153 msgid "Plague" msgstr "전염병" -#: script/events/outside.js:131 +#: script/events/outside.js:160 msgid "a terrible plague is fast spreading through the village." msgstr "끔찍한 전염병이 마을에 빠르게 번진다." +#: script/events/outside.js:163 +#, fuzzy +msgid "a plague afflicts the village" +msgstr "전염병이 마을을 뒤덮는다." + # command -#: script/events/outside.js:138 +#: script/events/outside.js:168 msgid "buy medicine" msgstr "약 구입" -#: script/events/outside.js:144 +#: script/events/outside.js:174 msgid "5 medicine" msgstr "약 5개" -#: script/events/outside.js:149 +#: script/events/outside.js:179 msgid "do nothing" msgstr "무시" -#: script/events/outside.js:156 +#: script/events/outside.js:186 msgid "the plague is kept from spreading." msgstr "전염병이 더 이상은 퍼지지 않는다." -#: script/events/outside.js:157 +#: script/events/outside.js:187 msgid "only a few die." msgstr "몇 명만이 죽는다." -#: script/events/outside.js:158 +#: script/events/outside.js:188 msgid "the rest bury them." msgstr "다른 주민들은 죽은 이들을 묻는다." -#: script/events/outside.js:173 +#: script/events/outside.js:190 +msgid "epidemic is eradicated eventually" +msgstr "전염병이 마침내 진정되었다." + +#: script/events/outside.js:204 msgid "the plague rips through the village." msgstr "전염병이 마을을 뒤덮는다." -#: script/events/outside.js:175 +#: script/events/outside.js:206 msgid "the only hope is a quick death." msgstr "죽기만을 바랄 수 밖에." -#: script/events/outside.js:192 +#: script/events/outside.js:208 +msgid "population is almost exterminated" +msgstr "주민이 거의 전멸했다." + +#: script/events/outside.js:224 msgid "A Beast Attack" msgstr "맹수 습격" -#: script/events/outside.js:199 +#: script/events/outside.js:231 msgid "a pack of snarling beasts pours out of the trees." msgstr "수 많은 맹수들이 나무에서 나타난다." -#: script/events/outside.js:200 +#: script/events/outside.js:232 msgid "the fight is short and bloody, but the beasts are repelled." msgstr "온힘을 다해 피튀기며 싸우자 맹수들은 되돌아간다." -#: script/events/outside.js:201 +#: script/events/outside.js:233 msgid "the villagers retreat to mourn the dead." msgstr "주민들은 죽은 이들을 위해 눈물을 흘리며 물러선다." -#: script/events/outside.js:224 +#: script/events/outside.js:235 +msgid "wild beasts attack the villagers" +msgstr "야수들이 주민들을 공격한다." + +#: script/events/outside.js:249 +msgid "predators become prey. price is unfair" +msgstr "육식동물들은 먹이가 된다. 가격이 부당하다." + +#: script/events/outside.js:258 msgid "A Military Raid" msgstr "군대 습격" -#: script/events/outside.js:231 +#: script/events/outside.js:265 msgid "a gunshot rings through the trees." msgstr "나무 사이로 총소리가 메아리친다." -#: script/events/outside.js:232 +#: script/events/outside.js:266 msgid "well armed men charge out of the forest, firing into the crowd." msgstr "완전 무장한 사람들이 숲에서 뛰쳐나오며, 주민들에게 총을 쏜다." -#: script/events/outside.js:233 +#: script/events/outside.js:267 msgid "after a skirmish they are driven away, but not without losses." msgstr "저들은 접전 끝에 후퇴하지만, 사상자를 남겼다." +#: script/events/outside.js:269 +#, fuzzy +msgid "troops storm the village" +msgstr "전염병이 마을을 뒤덮는다." + +#: script/events/outside.js:283 +msgid "warfare is bloodthirsty" +msgstr "전쟁은 피에 굶주렸다." + #: script/events/room.js:6 msgid "The Nomad" msgstr "유목민" @@ -1835,13 +1940,13 @@ msgstr "나침반 사기" msgid "the old compass is dented and dusty, but it looks to work." msgstr "낡은 나침반은 찌그러지고 먼지 투성이지만, 그래도 쓸 수 있다." -#: script/events/room.js:46 script/events/room.js:227 +#: script/events/room.js:45 script/events/room.js:227 #: script/events/room.js:240 script/events/room.js:253 -#: script/events/room.js:305 script/events/room.js:324 -#: script/events/room.js:376 script/events/room.js:395 -#: script/events/room.js:434 script/events/room.js:552 -#: script/events/room.js:568 script/events/room.js:584 -#: script/events/room.js:595 +#: script/events/room.js:309 script/events/room.js:332 +#: script/events/room.js:388 script/events/room.js:411 +#: script/events/room.js:450 script/events/room.js:568 +#: script/events/room.js:584 script/events/room.js:600 +#: script/events/room.js:611 msgid "say goodbye" msgstr "작별하기" @@ -1862,7 +1967,7 @@ msgid "strange noises can be heard through the walls" msgstr "이상한 소리가 벽 너머로 들려온다." #: script/events/room.js:67 script/events/room.js:118 -#: script/events/setpieces.js:1663 +#: script/events/setpieces.js:1662 msgid "investigate" msgstr "조사하기" @@ -1937,12 +2042,12 @@ msgid "give 50" msgstr "50개 주기" #: script/events/room.js:209 script/events/room.js:276 -#: script/events/room.js:347 +#: script/events/room.js:355 msgid "give 100" msgstr "100개 주기" #: script/events/room.js:214 script/events/room.js:286 -#: script/events/room.js:466 +#: script/events/room.js:482 msgid "turn him away" msgstr "그냥 보내기" @@ -1963,7 +2068,7 @@ msgstr "작은 이빨을 놓고간다." msgid "leaves some scraps of cloth behind." msgstr "천조각을 놓고간다." -#: script/events/room.js:262 script/events/room.js:333 +#: script/events/room.js:262 script/events/room.js:341 msgid "The Mysterious Wanderer" msgstr "수상한 떠돌이" @@ -1978,164 +2083,160 @@ msgstr "" msgid "builder's not sure he's to be trusted." msgstr "일꾼은 이 사람이 믿을만 한지 모른다." -#: script/events/room.js:272 script/events/room.js:343 +#: script/events/room.js:272 script/events/room.js:351 msgid "a mysterious wanderer arrives" msgstr "수상한 떠돌이가 나타난다" -#: script/events/room.js:281 script/events/room.js:352 +#: script/events/room.js:281 script/events/room.js:360 msgid "give 500" msgstr "500개 주기" -#: script/events/room.js:293 script/events/room.js:312 +#: script/events/room.js:293 script/events/room.js:316 msgid "the wanderer leaves, cart loaded with wood" msgstr "나무를 가득 싣고, 떠돌이가 떠난다" -#: script/events/room.js:299 script/events/room.js:318 +#: script/events/room.js:299 script/events/room.js:322 msgid "the mysterious wanderer returns, cart piled high with wood." msgstr "수상한 떠돌이가 수레에 나무를 가득 싣고 돌아온다." -#: script/events/room.js:340 +#: script/events/room.js:348 msgid "" "a wanderer arrives with an empty cart. says if she leaves with furs, she'll " "be back with more." msgstr "" "빈 수레를 끌고 떠돌이가 나타난다. 모피를 주면 더 많은 모피를 가져온다고 한다." -#: script/events/room.js:341 +#: script/events/room.js:349 msgid "builder's not sure she's to be trusted." msgstr "일꾼은 이 사람이 믿을만 한지 모른다." -#: script/events/room.js:357 +#: script/events/room.js:365 msgid "turn her away" msgstr "그냥 보내기" -#: script/events/room.js:364 script/events/room.js:383 +#: script/events/room.js:372 script/events/room.js:395 msgid "the wanderer leaves, cart loaded with furs" msgstr "수레 가득 모피를 싣고, 떠돌이가 떠난다" -#: script/events/room.js:370 script/events/room.js:389 +#: script/events/room.js:378 script/events/room.js:401 msgid "the mysterious wanderer returns, cart piled high with furs." msgstr "수상한 떠돌이가 수레에 모피를 가득 싣고 돌아온다." -#: script/events/room.js:404 +#: script/events/room.js:420 msgid "The Scout" msgstr "정찰꾼" -#: script/events/room.js:411 +#: script/events/room.js:427 msgid "the scout says she's been all over." msgstr "정찰꾼은 안 가본 데가 없다고 한다." -#: script/events/room.js:412 +#: script/events/room.js:428 msgid "willing to talk about it, for a price." msgstr "돈을 내면 이야기를 들을 수 있다." -#: script/events/room.js:414 +#: script/events/room.js:430 msgid "a scout stops for the night" msgstr "정찰꾼이 하룻밤 묵어간다" -#: script/events/room.js:418 +#: script/events/room.js:434 msgid "buy map" msgstr "지도 사기" -#: script/events/room.js:420 +#: script/events/room.js:436 msgid "the map uncovers a bit of the world" msgstr "지도는 세상을 조금 보여준다" -#: script/events/room.js:424 +#: script/events/room.js:440 msgid "learn scouting" msgstr "정찰술 배우기" -#: script/events/room.js:443 +#: script/events/room.js:459 msgid "The Master" msgstr "명인" -#: script/events/room.js:450 +#: script/events/room.js:466 msgid "an old wanderer arrives." msgstr "늙은 나그네가 나타난다." -#: script/events/room.js:451 +#: script/events/room.js:467 msgid "he smiles warmly and asks for lodgings for the night." msgstr "따뜻한 미소를 지으며 밤을 지낼 오두막을 청한다." -#: script/events/room.js:453 +#: script/events/room.js:469 msgid "an old wanderer arrives" msgstr "늙은 나그네가 나타난다" -#: script/events/room.js:457 +#: script/events/room.js:473 msgid "agree" msgstr "받아들이기" -#: script/events/room.js:473 +#: script/events/room.js:489 msgid "in exchange, the wanderer offers his wisdom." msgstr "나그네는 댓가로 지혜를 나눠준다." -#: script/events/room.js:477 +#: script/events/room.js:493 msgid "evasion" msgstr "회피" -#: script/events/room.js:487 +#: script/events/room.js:503 msgid "precision" msgstr "정확" -#: script/events/room.js:497 +#: script/events/room.js:513 msgid "force" msgstr "무력" -#: script/events/room.js:507 -msgid "nothing" -msgstr "사양하기" - -#: script/events/room.js:516 +#: script/events/room.js:532 msgid "The Sick Man" msgstr "병든 사람" -#: script/events/room.js:523 +#: script/events/room.js:539 msgid "a man hobbles up, coughing." msgstr "한 사람이 기침을 하며 비틀비틀 다가온다." -#: script/events/room.js:524 +#: script/events/room.js:540 msgid "he begs for medicine." msgstr "약을 구걸한다." -#: script/events/room.js:526 +#: script/events/room.js:542 msgid "a sick man hobbles up" msgstr "병든 사람이 비틀비틀 다가온다" -#: script/events/room.js:530 +#: script/events/room.js:546 msgid "give 1 medicine" msgstr "약 1개 주기" -#: script/events/room.js:532 +#: script/events/room.js:548 msgid "the man swallows the medicine eagerly" msgstr "병든 사람은 약을 얼른 삼켜버린다" -#: script/events/room.js:536 +#: script/events/room.js:552 msgid "tell him to leave" msgstr "떠나라고 한다" -#: script/events/room.js:543 script/events/room.js:559 -#: script/events/room.js:575 +#: script/events/room.js:559 script/events/room.js:575 +#: script/events/room.js:591 msgid "the man is thankful." msgstr "병든 사람은 고마워 한다." -#: script/events/room.js:544 script/events/room.js:560 -#: script/events/room.js:576 +#: script/events/room.js:560 script/events/room.js:576 +#: script/events/room.js:592 msgid "he leaves a reward." msgstr "댓가를 남긴다." -#: script/events/room.js:545 +#: script/events/room.js:561 msgid "some weird metal he picked up on his travels." msgstr "여행을 하며 얻은 이상한 금속." -#: script/events/room.js:561 +#: script/events/room.js:577 msgid "some weird glowing boxes he picked up on his travels." msgstr "여행을 하면서 얻은 빛나는 상자" -#: script/events/room.js:577 +#: script/events/room.js:593 msgid "all he has are some scales." msgstr "이 사람이 가진 건 비늘 몇 개 뿐이다." -#: script/events/room.js:591 +#: script/events/room.js:607 msgid "the man expresses his thanks and hobbles off." msgstr "그 사람은 고마워하며 비틀비틀 떠난다." @@ -2163,10 +2264,10 @@ msgstr "개구리 한 마리가 더러운 늪에 가만히 앉아있다." msgid "a swamp festers in the stagnant air." msgstr "답답한 공기 아래에서 늪은 썩어 간다." -#: script/events/setpieces.js:44 script/events/setpieces.js:550 -#: script/events/setpieces.js:607 script/events/setpieces.js:889 -#: script/events/setpieces.js:1314 script/events/setpieces.js:1332 -#: script/events/setpieces.js:3541 +#: script/events/setpieces.js:44 script/events/setpieces.js:549 +#: script/events/setpieces.js:606 script/events/setpieces.js:888 +#: script/events/setpieces.js:1313 script/events/setpieces.js:1331 +#: script/events/setpieces.js:3535 msgid "enter" msgstr "들어가기" @@ -2214,54 +2315,54 @@ msgstr "안은 들여다 볼 수 없다." msgid "the earth here is split, as if bearing an ancient wound" msgstr "이곳은 땅은, 오랜 상처를 견뎌온 것처럼 갈라져있다" -#: script/events/setpieces.js:101 script/events/setpieces.js:2949 -#: script/events/setpieces.js:3463 +#: script/events/setpieces.js:101 script/events/setpieces.js:2944 +#: script/events/setpieces.js:3458 msgid "go inside" msgstr "안으로 들어가기" -#: script/events/setpieces.js:120 script/events/setpieces.js:266 +#: script/events/setpieces.js:120 script/events/setpieces.js:265 msgid "a startled beast defends its home" msgstr "화들짝 놀란 짐승이 집을 지키려 한다" #: script/events/setpieces.js:135 script/events/setpieces.js:186 -#: script/events/setpieces.js:229 script/events/setpieces.js:248 -#: script/events/setpieces.js:281 script/events/setpieces.js:315 -#: script/events/setpieces.js:349 script/events/setpieces.js:383 -#: script/events/setpieces.js:589 script/events/setpieces.js:645 -#: script/events/setpieces.js:684 script/events/setpieces.js:718 -#: script/events/setpieces.js:758 script/events/setpieces.js:797 -#: script/events/setpieces.js:836 script/events/setpieces.js:870 -#: script/events/setpieces.js:921 script/events/setpieces.js:939 -#: script/events/setpieces.js:962 script/events/setpieces.js:1001 -#: script/events/setpieces.js:1040 script/events/setpieces.js:1267 -#: script/events/setpieces.js:1283 script/events/setpieces.js:1299 -#: script/events/setpieces.js:1409 script/events/setpieces.js:1449 -#: script/events/setpieces.js:1493 script/events/setpieces.js:1511 -#: script/events/setpieces.js:1527 script/events/setpieces.js:1564 -#: script/events/setpieces.js:1603 script/events/setpieces.js:1643 -#: script/events/setpieces.js:1684 script/events/setpieces.js:1701 -#: script/events/setpieces.js:1718 script/events/setpieces.js:1737 -#: script/events/setpieces.js:1781 script/events/setpieces.js:1807 -#: script/events/setpieces.js:1825 script/events/setpieces.js:1864 -#: script/events/setpieces.js:1905 script/events/setpieces.js:1930 -#: script/events/setpieces.js:1960 script/events/setpieces.js:2001 -#: script/events/setpieces.js:2037 script/events/setpieces.js:2072 -#: script/events/setpieces.js:2113 script/events/setpieces.js:2154 -#: script/events/setpieces.js:2190 script/events/setpieces.js:2225 -#: script/events/setpieces.js:2260 script/events/setpieces.js:2305 -#: script/events/setpieces.js:2331 script/events/setpieces.js:3209 -#: script/events/setpieces.js:3249 script/events/setpieces.js:3283 -#: script/events/setpieces.js:3352 script/events/setpieces.js:3386 -#: script/events/setpieces.js:3425 +#: script/events/setpieces.js:228 script/events/setpieces.js:247 +#: script/events/setpieces.js:280 script/events/setpieces.js:314 +#: script/events/setpieces.js:348 script/events/setpieces.js:382 +#: script/events/setpieces.js:588 script/events/setpieces.js:644 +#: script/events/setpieces.js:683 script/events/setpieces.js:717 +#: script/events/setpieces.js:757 script/events/setpieces.js:796 +#: script/events/setpieces.js:835 script/events/setpieces.js:869 +#: script/events/setpieces.js:920 script/events/setpieces.js:938 +#: script/events/setpieces.js:961 script/events/setpieces.js:1000 +#: script/events/setpieces.js:1039 script/events/setpieces.js:1266 +#: script/events/setpieces.js:1282 script/events/setpieces.js:1298 +#: script/events/setpieces.js:1408 script/events/setpieces.js:1448 +#: script/events/setpieces.js:1492 script/events/setpieces.js:1510 +#: script/events/setpieces.js:1526 script/events/setpieces.js:1563 +#: script/events/setpieces.js:1602 script/events/setpieces.js:1642 +#: script/events/setpieces.js:1682 script/events/setpieces.js:1699 +#: script/events/setpieces.js:1716 script/events/setpieces.js:1734 +#: script/events/setpieces.js:1778 script/events/setpieces.js:1804 +#: script/events/setpieces.js:1822 script/events/setpieces.js:1861 +#: script/events/setpieces.js:1902 script/events/setpieces.js:1927 +#: script/events/setpieces.js:1957 script/events/setpieces.js:1998 +#: script/events/setpieces.js:2034 script/events/setpieces.js:2069 +#: script/events/setpieces.js:2110 script/events/setpieces.js:2151 +#: script/events/setpieces.js:2187 script/events/setpieces.js:2222 +#: script/events/setpieces.js:2257 script/events/setpieces.js:2302 +#: script/events/setpieces.js:2328 script/events/setpieces.js:3204 +#: script/events/setpieces.js:3244 script/events/setpieces.js:3278 +#: script/events/setpieces.js:3347 script/events/setpieces.js:3381 +#: script/events/setpieces.js:3420 msgid "continue" msgstr "계속 가기" #: script/events/setpieces.js:140 script/events/setpieces.js:157 -#: script/events/setpieces.js:191 script/events/setpieces.js:234 -#: script/events/setpieces.js:253 script/events/setpieces.js:286 -#: script/events/setpieces.js:320 script/events/setpieces.js:354 -#: script/events/setpieces.js:388 script/events/setpieces.js:430 -#: script/events/setpieces.js:482 script/events/setpieces.js:514 +#: script/events/setpieces.js:191 script/events/setpieces.js:233 +#: script/events/setpieces.js:252 script/events/setpieces.js:285 +#: script/events/setpieces.js:319 script/events/setpieces.js:353 +#: script/events/setpieces.js:387 script/events/setpieces.js:429 +#: script/events/setpieces.js:481 script/events/setpieces.js:513 msgid "leave cave" msgstr "동굴 떠나기" @@ -2293,897 +2394,872 @@ msgstr "나그네의 시체가 작은 동굴 안에 놓여있다." msgid "rot's been to work on it, and some of the pieces are missing." msgstr "썩어 들어가기 시작했고, 사라진 부분도 있다." -#: script/events/setpieces.js:203 +#: script/events/setpieces.js:202 msgid "can't tell what left it here." msgstr "여기 남은 부분은 뭔지 잘 모르겠다." -#: script/events/setpieces.js:242 +#: script/events/setpieces.js:241 msgid "the torch sputters and dies in the damp air" msgstr "횃불이 흔들리더니 축축한 공기 탓에 꺼진다" -#: script/events/setpieces.js:243 +#: script/events/setpieces.js:242 msgid "the darkness is absolute" msgstr "아무것도 볼 수 없는 어둠이 내려앉는다" -#: script/events/setpieces.js:245 +#: script/events/setpieces.js:244 msgid "the torch goes out" msgstr "횃불이 꺼진다" -#: script/events/setpieces.js:300 +#: script/events/setpieces.js:299 msgid "a cave lizard attacks" msgstr "동굴 도마뱀이 공격한다" -#: script/events/setpieces.js:334 +#: script/events/setpieces.js:333 msgid "a large beast charges out of the dark" msgstr "큰 짐승이 난데없이 나타난다" -#: script/events/setpieces.js:368 +#: script/events/setpieces.js:367 msgid "a giant lizard shambles forward" msgstr "큰 도마뱀이 앞으로 다가온다" -#: script/events/setpieces.js:396 +#: script/events/setpieces.js:395 msgid "the nest of a large animal lies at the back of the cave." msgstr "동굴 뒤편에는 큰 동물의 집이 있다." -#: script/events/setpieces.js:438 +#: script/events/setpieces.js:437 msgid "a small supply cache is hidden at the back of the cave." msgstr "동굴의 뒤편에는 물건이 조금 숨겨져 있다." -#: script/events/setpieces.js:490 +#: script/events/setpieces.js:489 msgid "an old case is wedged behind a rock, covered in a thick layer of dust." msgstr "두꺼운 먼지로 뒤덮인 낡은 상자가 바위 뒤에 끼어있다." -#: script/events/setpieces.js:523 +#: script/events/setpieces.js:522 msgid "A Deserted Town" msgstr "황폐한 도시" -#: script/events/setpieces.js:527 +#: script/events/setpieces.js:526 msgid "a small suburb lays ahead, empty houses scorched and peeling." msgstr "작은 도시가 눈 앞에 보이고, 그을리고 칠이 벗겨진 빈 집이 가득하다." -#: script/events/setpieces.js:528 +#: script/events/setpieces.js:527 msgid "" "broken streetlights stand, rusting. light hasn't graced this place in a long " "time." msgstr "가로등은 부서져서 녹슬었다. 오랫동안 불빛이 들어온 적이 없다." -#: script/events/setpieces.js:530 +#: script/events/setpieces.js:529 msgid "the town lies abandoned, its citizens long dead" msgstr "마을은 버려졌고, 주민들은 죽은지 오래다" -#: script/events/setpieces.js:533 script/events/setpieces.js:1251 +#: script/events/setpieces.js:532 script/events/setpieces.js:1250 msgid "explore" msgstr "둘러보기" -#: script/events/setpieces.js:545 +#: script/events/setpieces.js:544 msgid "" "where the windows of the schoolhouse aren't shattered, they're blackened " "with soot." msgstr "학교의 창문은 박살나지는 않았지만 시커멓게 그을렸다." -#: script/events/setpieces.js:546 +#: script/events/setpieces.js:545 msgid "the double doors creak endlessly in the wind." msgstr "문은 바람에 날려 정처없이 끼익거린다." -#: script/events/setpieces.js:555 script/events/setpieces.js:594 -#: script/events/setpieces.js:612 script/events/setpieces.js:650 -#: script/events/setpieces.js:689 script/events/setpieces.js:723 -#: script/events/setpieces.js:763 script/events/setpieces.js:802 -#: script/events/setpieces.js:841 script/events/setpieces.js:875 -#: script/events/setpieces.js:893 script/events/setpieces.js:926 -#: script/events/setpieces.js:943 script/events/setpieces.js:967 -#: script/events/setpieces.js:1006 script/events/setpieces.js:1045 -#: script/events/setpieces.js:1088 script/events/setpieces.js:1121 -#: script/events/setpieces.js:1149 script/events/setpieces.js:1193 -#: script/events/setpieces.js:1215 script/events/setpieces.js:1231 +#: script/events/setpieces.js:554 script/events/setpieces.js:593 +#: script/events/setpieces.js:611 script/events/setpieces.js:649 +#: script/events/setpieces.js:688 script/events/setpieces.js:722 +#: script/events/setpieces.js:762 script/events/setpieces.js:801 +#: script/events/setpieces.js:840 script/events/setpieces.js:874 +#: script/events/setpieces.js:892 script/events/setpieces.js:925 +#: script/events/setpieces.js:942 script/events/setpieces.js:966 +#: script/events/setpieces.js:1005 script/events/setpieces.js:1044 +#: script/events/setpieces.js:1087 script/events/setpieces.js:1120 +#: script/events/setpieces.js:1148 script/events/setpieces.js:1192 +#: script/events/setpieces.js:1214 script/events/setpieces.js:1230 msgid "leave town" msgstr "마을 떠나기" -#: script/events/setpieces.js:586 +#: script/events/setpieces.js:585 msgid "ambushed on the street." msgstr "거리에서 습격을 당한다." -#: script/events/setpieces.js:602 +#: script/events/setpieces.js:601 msgid "a squat building up ahead." msgstr "저 편에 누군가 빼앗은 듯한 건물이 보인다." -#: script/events/setpieces.js:603 +#: script/events/setpieces.js:602 msgid "a green cross barely visible behind grimy windows." msgstr "더러운 창 너머로 초록 십자가가 희미하게 보인다." -#: script/events/setpieces.js:619 +#: script/events/setpieces.js:618 msgid "a small cache of supplies is tucked inside a rusting locker." msgstr "녹슨 사물함 안에 약간의 보급품이 담겨있다." -#: script/events/setpieces.js:681 +#: script/events/setpieces.js:680 msgid "a scavenger waits just inside the door." msgstr "좀도둑이 문 안에서 기다리고 있다." -#: script/events/setpieces.js:715 +#: script/events/setpieces.js:714 msgid "a beast stands alone in an overgrown park." msgstr "짐승 한 마리가 수풀이 무성한 공터에 홀로 서 있다." -#: script/events/setpieces.js:731 +#: script/events/setpieces.js:730 msgid "an overturned caravan is spread across the pockmarked street." msgstr "짐마차가 자빠져서 엉망진창인 거리 주위에 널부러져 있다." -#: script/events/setpieces.js:732 +#: script/events/setpieces.js:731 msgid "" "it's been picked over by scavengers, but there's still some things worth " "taking." msgstr "" "좀도둑이 이미 털어 간 모양이지만, 그래도 아직 챙길만한 물건이 남아있다." -#: script/events/setpieces.js:794 +#: script/events/setpieces.js:793 msgid "a madman attacks, screeching." msgstr "미친 사람이 날카롭게 울부짖으며 공격해온다." -#: script/events/setpieces.js:833 +#: script/events/setpieces.js:832 msgid "a thug moves out of the shadows." msgstr "불한당이 그림자 사이에서 나타난다." -#: script/events/setpieces.js:867 +#: script/events/setpieces.js:866 msgid "a beast charges out of a ransacked classroom." msgstr "난장판이 된 교실에서 짐승이 뛰쳐 나온다." -#: script/events/setpieces.js:883 +#: script/events/setpieces.js:882 msgid "through the large gymnasium doors, footsteps can be heard." msgstr "커다란 체육관 문 너머로, 발자국 소리가 들린다." -#: script/events/setpieces.js:884 +#: script/events/setpieces.js:883 msgid "the torchlight casts a flickering glow down the hallway." msgstr "횃불이 복도를 희미하게 밝히며 깜빡인다." -#: script/events/setpieces.js:885 +#: script/events/setpieces.js:884 msgid "the footsteps stop." msgstr "발자국 소리는 멈춘다." -#: script/events/setpieces.js:918 +#: script/events/setpieces.js:917 msgid "another beast, draw by the noise, leaps out of a copse of trees." msgstr "다른 동물 한 마리가 소리에 이끌려, 나무를 박차고 펄쩍 뛴다." -#: script/events/setpieces.js:934 +#: script/events/setpieces.js:933 msgid "something's causing a commotion a ways down the road." msgstr "길 저편에서 뭔가가 소란을 피우고있다." -#: script/events/setpieces.js:935 +#: script/events/setpieces.js:934 msgid "a fight, maybe." msgstr "싸움이겠지, 아마도." -#: script/events/setpieces.js:950 +#: script/events/setpieces.js:949 msgid "" "a small basket of food is hidden under a park bench, with a note attached." msgstr "작은 음식 바구니가 공원 밴치 아래에 숨겨져 있다. 쪽지가 남겨져 있다." -#: script/events/setpieces.js:951 +#: script/events/setpieces.js:950 msgid "can't read the words." msgstr "글씨를 알아볼 수 없다." -#: script/events/setpieces.js:998 +#: script/events/setpieces.js:997 msgid "a panicked scavenger bursts through the door, screaming." msgstr "겁에 질린 좀도둑이 괴성을 지르며 문을 박찬다." -#: script/events/setpieces.js:1037 +#: script/events/setpieces.js:1036 msgid "a man stands over a dead wanderer. notices he's not alone." msgstr "한 사람이 나그네의 시체 위에 서 있다. 혼자가 아니다." -#: script/events/setpieces.js:1053 +#: script/events/setpieces.js:1052 msgid "scavenger had a small camp in the school." msgstr "좀도둑은 학교 안에 조그만 거처를 차려 두었다." -#: script/events/setpieces.js:1054 +#: script/events/setpieces.js:1053 msgid "collected scraps spread across the floor like they fell from heaven." msgstr "모아놓은 잡동사니가 마치 하늘에서 떨어져 내린 듯이 바닥에 널려있다." -#: script/events/setpieces.js:1096 +#: script/events/setpieces.js:1095 msgid "scavenger'd been looking for supplies in here, it seems." msgstr "좀도둑은 여기서 보급품을 찾고있던 모양이다." -#: script/events/setpieces.js:1097 +#: script/events/setpieces.js:1096 msgid "a shame to let what he'd found go to waste." msgstr "한번 뭘 수집했는지 살펴보자." -#: script/events/setpieces.js:1129 +#: script/events/setpieces.js:1128 msgid "" "beneath the wanderer's rags, clutched in one of its many hands, a glint of " "steel." msgstr "방랑자의 누더기 아래에 무슨 금속 조각이 보인다." -#: script/events/setpieces.js:1130 +#: script/events/setpieces.js:1129 msgid "worth killing for, it seems." msgstr "죽일만한 가치가 있었던 것 같다." -#: script/events/setpieces.js:1157 +#: script/events/setpieces.js:1156 msgid "eye for an eye seems fair." msgstr "눈에는 눈이라는 말이 맞는 것 같다." -#: script/events/setpieces.js:1158 +#: script/events/setpieces.js:1157 msgid "always worked before, at least." msgstr "지금까지는 틀린 적이 없다." -#: script/events/setpieces.js:1159 +#: script/events/setpieces.js:1158 msgid "picking the bones finds some useful trinkets." msgstr "뼈를 주우면서 쓸모있는 작은 물건을 찾았다." -#: script/events/setpieces.js:1201 +#: script/events/setpieces.js:1200 msgid "some medicine abandoned in the drawers." msgstr "서랍 안에 약 몇 개가 버려져 있다." -#: script/events/setpieces.js:1223 +#: script/events/setpieces.js:1222 msgid "the clinic has been ransacked." msgstr "병원은 약탈당한 모양이다." -#: script/events/setpieces.js:1224 +#: script/events/setpieces.js:1223 msgid "only dust and stains remain." msgstr "먼지와 얼룩만이 남아있다." -#: script/events/setpieces.js:1240 +#: script/events/setpieces.js:1239 msgid "A Ruined City" msgstr "폐허 도시" -#: script/events/setpieces.js:1244 +#: script/events/setpieces.js:1243 msgid "" "a battered highway sign stands guard at the entrance to this once-great city." msgstr "찌그러진 고속도로 표지판이 한 때는 번성했던 이 도시의 입구에 서 있다." -#: script/events/setpieces.js:1245 +#: script/events/setpieces.js:1244 msgid "" "the towers that haven't crumbled jut from the landscape like the ribcage of " "some ancient beast." msgstr "무너지지 않은 건물은 땅에서 마치 고대 동물들의 갈비뼈처럼 솟아 올랐다." -#: script/events/setpieces.js:1246 +#: script/events/setpieces.js:1245 msgid "might be things worth having still inside." msgstr "쓸모있는 것이 안에 있을 지도 모른다." -#: script/events/setpieces.js:1248 +#: script/events/setpieces.js:1247 msgid "the towers of a decaying city dominate the skyline" msgstr "쇠락한 도시의 건물만이 지평선을 뒤덮고 있다" -#: script/events/setpieces.js:1262 +#: script/events/setpieces.js:1261 msgid "the streets are empty." msgstr "거리는 비어있다." -#: script/events/setpieces.js:1263 +#: script/events/setpieces.js:1262 msgid "the air is filled with dust, driven relentlessly by the hard winds." msgstr "공기는 먼지로 가득하고, 거센 바람이 가차없이 불어 댄다." -#: script/events/setpieces.js:1271 script/events/setpieces.js:1287 -#: script/events/setpieces.js:1303 script/events/setpieces.js:1319 -#: script/events/setpieces.js:1336 script/events/setpieces.js:1374 -#: script/events/setpieces.js:1414 script/events/setpieces.js:1454 -#: script/events/setpieces.js:1498 script/events/setpieces.js:1515 -#: script/events/setpieces.js:1531 script/events/setpieces.js:1569 -#: script/events/setpieces.js:1608 script/events/setpieces.js:1648 -#: script/events/setpieces.js:1668 script/events/setpieces.js:1688 -#: script/events/setpieces.js:1705 script/events/setpieces.js:1722 -#: script/events/setpieces.js:1741 script/events/setpieces.js:1786 -#: script/events/setpieces.js:1812 script/events/setpieces.js:1829 -#: script/events/setpieces.js:1869 script/events/setpieces.js:1910 -#: script/events/setpieces.js:1935 script/events/setpieces.js:1965 -#: script/events/setpieces.js:2006 script/events/setpieces.js:2042 -#: script/events/setpieces.js:2077 script/events/setpieces.js:2118 -#: script/events/setpieces.js:2159 script/events/setpieces.js:2195 -#: script/events/setpieces.js:2230 script/events/setpieces.js:2265 -#: script/events/setpieces.js:2366 script/events/setpieces.js:2396 -#: script/events/setpieces.js:2444 script/events/setpieces.js:2480 -#: script/events/setpieces.js:2521 script/events/setpieces.js:2557 -#: script/events/setpieces.js:2592 script/events/setpieces.js:2628 -#: script/events/setpieces.js:2669 script/events/setpieces.js:2710 -#: script/events/setpieces.js:2745 script/events/setpieces.js:2794 -#: script/events/setpieces.js:2839 script/events/setpieces.js:2886 -#: script/events/setpieces.js:2930 +#: script/events/setpieces.js:1270 script/events/setpieces.js:1286 +#: script/events/setpieces.js:1302 script/events/setpieces.js:1318 +#: script/events/setpieces.js:1335 script/events/setpieces.js:1373 +#: script/events/setpieces.js:1413 script/events/setpieces.js:1453 +#: script/events/setpieces.js:1497 script/events/setpieces.js:1514 +#: script/events/setpieces.js:1530 script/events/setpieces.js:1568 +#: script/events/setpieces.js:1607 script/events/setpieces.js:1647 +#: script/events/setpieces.js:1667 script/events/setpieces.js:1686 +#: script/events/setpieces.js:1703 script/events/setpieces.js:1720 +#: script/events/setpieces.js:1738 script/events/setpieces.js:1783 +#: script/events/setpieces.js:1809 script/events/setpieces.js:1826 +#: script/events/setpieces.js:1866 script/events/setpieces.js:1907 +#: script/events/setpieces.js:1932 script/events/setpieces.js:1962 +#: script/events/setpieces.js:2003 script/events/setpieces.js:2039 +#: script/events/setpieces.js:2074 script/events/setpieces.js:2115 +#: script/events/setpieces.js:2156 script/events/setpieces.js:2192 +#: script/events/setpieces.js:2227 script/events/setpieces.js:2262 +#: script/events/setpieces.js:2363 script/events/setpieces.js:2393 +#: script/events/setpieces.js:2440 script/events/setpieces.js:2476 +#: script/events/setpieces.js:2517 script/events/setpieces.js:2553 +#: script/events/setpieces.js:2588 script/events/setpieces.js:2624 +#: script/events/setpieces.js:2665 script/events/setpieces.js:2706 +#: script/events/setpieces.js:2741 script/events/setpieces.js:2790 +#: script/events/setpieces.js:2835 script/events/setpieces.js:2881 +#: script/events/setpieces.js:2925 msgid "leave city" msgstr "도시 떠나기" -#: script/events/setpieces.js:1278 +#: script/events/setpieces.js:1277 msgid "orange traffic cones are set across the street, faded and cracked." msgstr "주황색 신호등이 부숴진 채 도로 맞은편에 서있다." -#: script/events/setpieces.js:1279 +#: script/events/setpieces.js:1278 msgid "lights flash through the alleys between buildings." msgstr "건물 사이로, 골목 사이로, 빛이 비춘다." -#: script/events/setpieces.js:1294 +#: script/events/setpieces.js:1293 msgid "a large shanty town sprawls across the streets." msgstr "판자촌이 거리를 따라 멀리 멀리 제 멋대로 뻗어 있다." -#: script/events/setpieces.js:1295 +#: script/events/setpieces.js:1294 msgid "faces, darkened by soot and blood, stare out from crooked huts." msgstr "그을음과 피로 까매진 얼굴이, 비뚤비뚤한 오두막에서 나를 쳐다본다." -#: script/events/setpieces.js:1310 +#: script/events/setpieces.js:1309 msgid "the shell of an abandoned hospital looms ahead." msgstr "버려진 병원이 저 앞에 보인다." -#: script/events/setpieces.js:1326 +#: script/events/setpieces.js:1325 msgid "the old tower seems mostly intact." msgstr "오래된 건물은 별로 나쁜 상태는 아닌것 같다." -#: script/events/setpieces.js:1327 +#: script/events/setpieces.js:1326 msgid "the shell of a burned out car blocks the entrance." msgstr "불타버린 자동차의 잔해가 문을 막고 있다." -#: script/events/setpieces.js:1328 +#: script/events/setpieces.js:1327 msgid "most of the windows at ground level are busted anyway." msgstr "하지만 1층의 창문이 거의 다 깨져 있다." -#: script/events/setpieces.js:1343 +#: script/events/setpieces.js:1342 msgid "a huge lizard scrambles up out of the darkness of an old metro station." msgstr "큰 도마뱀이 옛 지하철 역 속에서 튀어나온다." -#: script/events/setpieces.js:1369 +#: script/events/setpieces.js:1368 msgid "descend" msgstr "내려가기" -#: script/events/setpieces.js:1381 +#: script/events/setpieces.js:1380 msgid "the shot echoes in the empty street." msgstr "빈 거리에서 총소리가 메아리친다." -#: script/events/setpieces.js:1421 +#: script/events/setpieces.js:1420 msgid "the soldier steps out from between the buildings, rifle raised." msgstr "건물 사이에서 군인 한 명이 소총을 들고 나타난다." -#: script/events/setpieces.js:1461 +#: script/events/setpieces.js:1460 msgid "a frail man stands defiantly, blocking the path." msgstr "허약한 사람이 두 손을 불끈 쥐고, 길을 막고 있다." -#: script/events/setpieces.js:1506 +#: script/events/setpieces.js:1505 msgid "nothing but downcast eyes." msgstr "눈을 내리깔고 있을 뿐이다." -#: script/events/setpieces.js:1507 +#: script/events/setpieces.js:1506 msgid "the people here were broken a long time ago." msgstr "여기 사람들은 이미 오래 전에 정신이 나갔다." -#: script/events/setpieces.js:1522 +#: script/events/setpieces.js:1521 msgid "empty corridors." msgstr "빈 복도." -#: script/events/setpieces.js:1523 +#: script/events/setpieces.js:1522 msgid "the place has been swept clean by scavengers." msgstr "이미 좀도둑들이 휩쓸고 지나갔다." -#: script/events/setpieces.js:1537 +#: script/events/setpieces.js:1536 msgid "an old man bursts through a door, wielding a scalpel." msgstr "외과용 메스를 휘두르면서 늙은이가 문을 박차고 나온다." -#: script/events/setpieces.js:1576 +#: script/events/setpieces.js:1575 msgid "a thug is waiting on the other side of the wall." msgstr "불한당이 벽 맞은편에서 기다리고 있었다." -#: script/events/setpieces.js:1616 +#: script/events/setpieces.js:1615 msgid "a snarling beast jumps out from behind a car." msgstr "사나운 짐승 한 마리가 자동차 뒤에서 뛰어오르며 나타난다." -#: script/events/setpieces.js:1657 +#: script/events/setpieces.js:1656 msgid "street above the subway platform is blown away." msgstr "지하철 승강장 위의 도로는 완전히 날아갔다." -#: script/events/setpieces.js:1658 +#: script/events/setpieces.js:1657 msgid "lets some light down into the dusty haze." msgstr "더러운 미로에 조금이나마 빛이 들게 된 셈이다." -#: script/events/setpieces.js:1659 +#: script/events/setpieces.js:1658 msgid "a sound comes from the tunnel, just ahead." msgstr "소리는 저 위에 터널 쪽에서 나는 것 같다." -#: script/events/setpieces.js:1676 +#: script/events/setpieces.js:1675 msgid "looks like a camp of sorts up ahead." msgstr "야영장 같이 보이는 것이 저 편에 있다." -#: script/events/setpieces.js:1679 +#: script/events/setpieces.js:1677 msgid "rusted chainlink is pulled across an alleyway." msgstr "녹슨 철망이 골목에 넘어져 있다." -#: script/events/setpieces.js:1680 +#: script/events/setpieces.js:1678 msgid "fires burn in the courtyard beyond." msgstr "그 너머의 공터가 불타고 있다." -#: script/events/setpieces.js:1696 +#: script/events/setpieces.js:1694 msgid "more voices can be heard ahead." msgstr "더 많은 목소리가 들린다." -#: script/events/setpieces.js:1697 +#: script/events/setpieces.js:1695 msgid "they must be here for a reason." msgstr "여기에 온 이유가 있겠지." -#: script/events/setpieces.js:1713 +#: script/events/setpieces.js:1711 msgid "the sound of gunfire carries on the wind." msgstr "총소리가 바람에 같이 메아리친다." -#: script/events/setpieces.js:1714 +#: script/events/setpieces.js:1712 msgid "the street ahead glows with firelight." msgstr "저편의 도로는 불빛으로 가득하다." -#: script/events/setpieces.js:1732 +#: script/events/setpieces.js:1729 msgid "more squatters are crowding around now." msgstr "부랑자들이 주위에 가득하다." -#: script/events/setpieces.js:1733 +#: script/events/setpieces.js:1730 msgid "someone throws a stone." msgstr "누군가가 돌을 던진다." -#: script/events/setpieces.js:1749 +#: script/events/setpieces.js:1746 msgid "an improvised shop is set up on the sidewalk." msgstr "갓길에는 허름한 가게가 지어져 있다." -#: script/events/setpieces.js:1750 +#: script/events/setpieces.js:1747 msgid "the owner stands by, stoic." msgstr "주인이 흔들림 없이 서 있다." -#: script/events/setpieces.js:1795 +#: script/events/setpieces.js:1792 msgid "strips of meat hang drying by the side of the street." msgstr "갓길에는 고깃덩어리가 말라가고 있다." -#: script/events/setpieces.js:1796 +#: script/events/setpieces.js:1793 msgid "the people back away, avoiding eye contact." msgstr "사람들은 눈길을 피하며 뒷걸음질친다." -#: script/events/setpieces.js:1821 +#: script/events/setpieces.js:1818 msgid "someone has locked and barricaded the door to this operating theatre." msgstr "누군가 수술실의 문을 잠그고 막아 놓았다." -#: script/events/setpieces.js:1836 +#: script/events/setpieces.js:1833 msgid "a tribe of elderly squatters is camped out in this ward." msgstr "늙은 부랑자 무리가 병실에 거처를 꾸몄다." -#: script/events/setpieces.js:1877 +#: script/events/setpieces.js:1874 msgid "a pack of lizards rounds the corner." msgstr "도마뱀 무리가 모퉁이를 돌고 있다." -#: script/events/setpieces.js:1919 +#: script/events/setpieces.js:1916 msgid "strips of meat are hung up to dry in this ward." msgstr "이 병실에서는 고깃덩어리를 말리고 있다." -#: script/events/setpieces.js:1943 +#: script/events/setpieces.js:1940 msgid "a large bird nests at the top of the stairs." msgstr "계단 위에는 큰 새 둥지가 있다." -#: script/events/setpieces.js:1974 +#: script/events/setpieces.js:1971 msgid "the debris is denser here." msgstr "여기는 더 많은 파편이 있다." -#: script/events/setpieces.js:1975 +#: script/events/setpieces.js:1972 msgid "maybe some useful stuff in the rubble." msgstr "잔해 더미 안에 쓸모 있는게 있을지도 모른다." -#: script/events/setpieces.js:2014 +#: script/events/setpieces.js:2011 msgid "a swarm of rats rushes up the tunnel." msgstr "들쥐 무리가 터널을 부리나케 가로지른다." -#: script/events/setpieces.js:2050 +#: script/events/setpieces.js:2047 msgid "a large man attacks, waving a bayonet." msgstr "거구의 사람이 총검을 흔들며 공격해 온다." -#: script/events/setpieces.js:2085 +#: script/events/setpieces.js:2082 msgid "a second soldier opens fire." msgstr "두 번째 군인이 총을 쏜다." -#: script/events/setpieces.js:2126 +#: script/events/setpieces.js:2123 msgid "a masked soldier rounds the corner, gun drawn" msgstr "위장한 군인이 모퉁이를 돌고, 권총을 빼 든다" -#: script/events/setpieces.js:2167 +#: script/events/setpieces.js:2164 msgid "the crowd surges forward." msgstr "사람들이 앞으로 밀려온다." -#: script/events/setpieces.js:2203 +#: script/events/setpieces.js:2200 msgid "a youth lashes out with a tree branch." msgstr "젊은이 하나가 나뭇가지를 휘두르며 나타난다." -#: script/events/setpieces.js:2238 +#: script/events/setpieces.js:2235 msgid "a squatter stands firmly in the doorway of a small hut." msgstr "부랑자가 작은 오두막 문 앞에 우뚝 서있다." -#: script/events/setpieces.js:2273 +#: script/events/setpieces.js:2270 msgid "behind the door, a deformed figure awakes and attacks." msgstr "문 뒤에서, 알아볼 수 없는 형체가 잠에서 깨어나 공격한다." -#: script/events/setpieces.js:2313 +#: script/events/setpieces.js:2310 msgid "as soon as the door is open a little bit, hundreds of tentacles erupt." msgstr "문이 조금 열리자마자 수백 개의 촉수가 솟아 오른다." -#: script/events/setpieces.js:2340 +#: script/events/setpieces.js:2337 msgid "bird must have liked shiney things." msgstr "새가 반짝이는 것을 좋아하는 게 분명하다." -#: script/events/setpieces.js:2341 +#: script/events/setpieces.js:2338 msgid "some good stuff woven into its nest." msgstr "둥지 여기저기에 좋은 물건이 몇 개 얽혀 있다." -#: script/events/setpieces.js:2375 +#: script/events/setpieces.js:2372 msgid "not much here." msgstr "여기는 별 게 없다." -#: script/events/setpieces.js:2376 +#: script/events/setpieces.js:2373 msgid "scavengers must have gotten to this place already." msgstr "좀도둑들이 먼저 다녀간 게 틀림없다." -#: script/events/setpieces.js:2407 +#: script/events/setpieces.js:2403 msgid "the tunnel opens up at another platform." msgstr "다른 승강장에서 터널을 발견한다." -#: script/events/setpieces.js:2408 +#: script/events/setpieces.js:2404 msgid "the walls are scorched from an old battle." msgstr "벽은 옛 전쟁 때 불에 그을렸다." -#: script/events/setpieces.js:2409 +#: script/events/setpieces.js:2405 msgid "bodies and supplies from both sides litter the ground." msgstr "양 편의 시신과 보급품이 바닥에 흩어져 있다." -#: script/events/setpieces.js:2453 +#: script/events/setpieces.js:2449 msgid "the small military outpost is well supplied." msgstr "작은 전초 기지는 보급품으로 가득하다." -#: script/events/setpieces.js:2454 +#: script/events/setpieces.js:2450 msgid "" "arms and munitions, relics from the war, are neatly arranged on the store-" "room floor." msgstr "전쟁 유물인 무기와 탄약이 창고층에 가지런히 놓여있다." -#: script/events/setpieces.js:2455 +#: script/events/setpieces.js:2451 msgid "just as deadly now as they were then." msgstr "예전과 똑같이 치명적인 무기이다." -#: script/events/setpieces.js:2489 +#: script/events/setpieces.js:2485 msgid "searching the bodies yields a few supplies." msgstr "시신을 뒤지다가 보급품을 발견했다." -#: script/events/setpieces.js:2490 +#: script/events/setpieces.js:2486 msgid "more soldiers will be on their way." msgstr "군인들이 더 있을 것 같다." -#: script/events/setpieces.js:2491 +#: script/events/setpieces.js:2487 msgid "time to move on." msgstr "이제 가야겠다." -#: script/events/setpieces.js:2530 +#: script/events/setpieces.js:2526 msgid "the small settlement has clearly been burning a while." msgstr "이 작은 마을은 불타기 시작한지 얼마 안된 게 분명하다." -#: script/events/setpieces.js:2531 +#: script/events/setpieces.js:2527 msgid "" "the bodies of the wanderers that lived here are still visible in the flames." msgstr "여기 살던 떠돌이들이 시체가 아직도 불길 속에서 보인다." -#: script/events/setpieces.js:2532 +#: script/events/setpieces.js:2528 msgid "still time to rescue a few supplies." msgstr "아직 약간의 보급품을 건질 시간은 있다." -#: script/events/setpieces.js:2566 +#: script/events/setpieces.js:2562 msgid "" "the remaining settlers flee from the violence, their belongings forgotten." msgstr "남은 주민들은 재난을 피해 피난을, 가진건 모두 버리고 떠난다." -#: script/events/setpieces.js:2567 +#: script/events/setpieces.js:2563 msgid "there's not much, but some useful things can still be found." msgstr "별로 많지는 않지만, 그래도 쓸모 있는 것도 찾을 수 있다." -#: script/events/setpieces.js:2601 +#: script/events/setpieces.js:2597 msgid "the young settler was carrying a canvas sack." msgstr "젊은 주민이 마대 자루를 지고 있었다." -#: script/events/setpieces.js:2602 +#: script/events/setpieces.js:2598 msgid "it contains travelling gear, and a few trinkets." msgstr "여행 도구와 자질구레한 장신구가 몇 개 담겨 있다." -#: script/events/setpieces.js:2603 script/events/setpieces.js:2639 +#: script/events/setpieces.js:2599 script/events/setpieces.js:2635 msgid "there's nothing else here." msgstr "여기엔 이제 아무것도 없는 것 같다." -#: script/events/setpieces.js:2637 +#: script/events/setpieces.js:2633 msgid "inside the hut, a child cries." msgstr "오두막 안에는 아이가 울고 있다." -#: script/events/setpieces.js:2638 +#: script/events/setpieces.js:2634 msgid "a few belongings rest against the walls." msgstr "몇 가지 물건은 벽에 기대어 있다." -#: script/events/setpieces.js:2678 +#: script/events/setpieces.js:2674 msgid "the stench of rot and death fills the operating theatres." msgstr "수술실은 썩어가는 시체의 악취가 그득하다." -#: script/events/setpieces.js:2679 +#: script/events/setpieces.js:2675 msgid "a few items are scattered on the ground." msgstr "물건 몇 개가 바닥에 흩어져 있다." -#: script/events/setpieces.js:2680 +#: script/events/setpieces.js:2676 msgid "there is nothing else here." msgstr "그 밖에 다른 것은 없다." -#: script/events/setpieces.js:2719 +#: script/events/setpieces.js:2715 msgid "a pristine medicine cabinet at the end of a hallway." msgstr "복도 끝에는 멀쩡한 약장이 남아있다." -#: script/events/setpieces.js:2720 +#: script/events/setpieces.js:2716 msgid "the rest of the hospital is empty." msgstr "병원의 다른 쪽은 모두 비어있다." -#: script/events/setpieces.js:2754 +#: script/events/setpieces.js:2750 msgid "someone had been stockpiling loot here." msgstr "누군가가 전리품을 여기에 쌓아놓고 있었다." -#: script/events/setpieces.js:2803 +#: script/events/setpieces.js:2799 msgid "the tentacular horror is defeated." msgstr "촉수 괴물을 죽였다." -#: script/events/setpieces.js:2804 +#: script/events/setpieces.js:2800 msgid "inside, the remains of its victims are everywhere." msgstr "안에는 희생자들의 잔해가 온통 널려 있다." -#: script/events/setpieces.js:2850 +#: script/events/setpieces.js:2845 msgid "the warped man lies dead." msgstr "온 몸이 뒤틀린 사람이 죽어있다." -#: script/events/setpieces.js:2851 +#: script/events/setpieces.js:2846 msgid "the operating theatre has a lot of curious equipment." msgstr "수술실에는 처음보는 장비가 잔뜩 있다." -#: script/events/setpieces.js:2895 +#: script/events/setpieces.js:2890 msgid "the old man had a small cache of interesting items." msgstr "늙은이는 흥미로운 물건으로 가득 찬 작은 상자를 갖고 있다." -#: script/events/setpieces.js:2939 +#: script/events/setpieces.js:2934 msgid "An Old House" msgstr "오래된 집" -#: script/events/setpieces.js:2943 +#: script/events/setpieces.js:2938 msgid "an old house remains here, once white siding yellowed and peeling." msgstr "오래된 집이다. 원래는 하얀 벽이 누렇고 벗겨지기 시작했다." -#: script/events/setpieces.js:2944 +#: script/events/setpieces.js:2939 msgid "the door hangs open." msgstr "문이 열려있다." -#: script/events/setpieces.js:2946 +#: script/events/setpieces.js:2941 msgid "the remains of an old house stand as a monument to simpler times" msgstr "오래된 집의 잔해가 단순하던 시절의 상징처럼 서 있다" -#: script/events/setpieces.js:2960 +#: script/events/setpieces.js:2955 msgid "the house is abandoned, but not yet picked over." msgstr "집은 버려졌지만, 아무도 건드리지 않았다." -#: script/events/setpieces.js:2961 +#: script/events/setpieces.js:2956 msgid "still a few drops of water in the old well." msgstr "오래된 우물에는 아직도 물이 몇 방울 남아 있다." -#: script/events/setpieces.js:2995 +#: script/events/setpieces.js:2990 msgid "the house has been ransacked." msgstr "집은 이미 약탈당했다." -#: script/events/setpieces.js:2996 +#: script/events/setpieces.js:2991 msgid "but there is a cache of medicine under the floorboards." msgstr "그렇지만 마룻바닥을 뜯자 아래에는 약통이 숨겨져 있다." -#: script/events/setpieces.js:3024 +#: script/events/setpieces.js:3019 msgid "a man charges down the hall, a rusty blade in his hand" msgstr "복도에서 한 남자가 녹슨 칼을 들고 달려온다." -#: script/events/setpieces.js:3056 +#: script/events/setpieces.js:3051 msgid "A Forgotten Battlefield" msgstr "잊혀진 전장" -#: script/events/setpieces.js:3060 +#: script/events/setpieces.js:3055 msgid "a battle was fought here, long ago." msgstr "예전에 여기서 전쟁이 일어난 모양이다." -#: script/events/setpieces.js:3061 +#: script/events/setpieces.js:3056 msgid "" "battered technology from both sides lays dormant on the blasted landscape." msgstr "망가진 도구들이 파괴된 조경 아래 얌전히 잠들어있다." -#: script/events/setpieces.js:3109 +#: script/events/setpieces.js:3104 msgid "A Huge Borehole" msgstr "거대한 시추공" -#: script/events/setpieces.js:3113 +#: script/events/setpieces.js:3108 msgid "a huge hole is cut deep into the earth, evidence of the past harvest." msgstr "땅 속 깊이 커다란 구멍이 파여있다. 누군가 한 몫 잡은 흔적이다." -#: script/events/setpieces.js:3114 +#: script/events/setpieces.js:3109 msgid "they took what they came for, and left." msgstr "필요한 것을 챙기고 나서는 떠났다." -#: script/events/setpieces.js:3115 +#: script/events/setpieces.js:3110 msgid "" "castoff from the mammoth drills can still be found by the edges of the " "precipice." msgstr "벼량 끝에는 버려진 초대형 드릴이 아직 남아있다." -#: script/events/setpieces.js:3138 +#: script/events/setpieces.js:3133 msgid "A Crashed Ship" msgstr "부서진 우주선" -#: script/events/setpieces.js:3147 +#: script/events/setpieces.js:3142 msgid "" "the familiar curves of a wanderer vessel rise up out of the dust and ash. " msgstr "여행선의 익숙한 곡선이 먼지와 재 사이로 모습을 드러낸다." -#: script/events/setpieces.js:3148 +#: script/events/setpieces.js:3143 msgid "lucky that the natives can't work the mechanisms." msgstr "원주민들이 작동법을 몰라서 다행이다." -#: script/events/setpieces.js:3149 +#: script/events/setpieces.js:3144 msgid "with a little effort, it might fly again." msgstr "조금만 손보면, 다시 날 수도 있다." -#: script/events/setpieces.js:3153 +#: script/events/setpieces.js:3148 msgid "salvage" msgstr "인양하기" -#: script/events/setpieces.js:3161 +#: script/events/setpieces.js:3156 msgid "The Sulphur Mine" msgstr "유황 광산" -#: script/events/setpieces.js:3165 +#: script/events/setpieces.js:3160 msgid "the military is already set up at the mine's entrance." msgstr "광산 입구에는 이미 군대가 자리잡고 있다." -#: script/events/setpieces.js:3166 +#: script/events/setpieces.js:3161 msgid "soldiers patrol the perimeter, rifles slung over their shoulders." msgstr "군인들이 주위를, 어깨에 소총을 매고 순찰한다." -#: script/events/setpieces.js:3168 +#: script/events/setpieces.js:3163 msgid "a military perimeter is set up around the mine." msgstr "광산 주위에는 군인들의 경계가 삼엄하다." -#: script/events/setpieces.js:3171 script/events/setpieces.js:3320 +#: script/events/setpieces.js:3166 script/events/setpieces.js:3315 msgid "attack" msgstr "공격" -#: script/events/setpieces.js:3206 +#: script/events/setpieces.js:3201 msgid "a soldier, alerted, opens fire." msgstr "경계 하던 군인이 총을 쏜다." -#: script/events/setpieces.js:3214 script/events/setpieces.js:3254 -#: script/events/setpieces.js:3357 script/events/setpieces.js:3391 +#: script/events/setpieces.js:3209 script/events/setpieces.js:3249 +#: script/events/setpieces.js:3352 script/events/setpieces.js:3386 msgid "run" msgstr "도망가기" -#: script/events/setpieces.js:3246 +#: script/events/setpieces.js:3241 msgid "a second soldier joins the fight." msgstr "두 번째 군인이 끼어든다." -#: script/events/setpieces.js:3280 +#: script/events/setpieces.js:3275 msgid "a grizzled soldier attacks, waving a bayonet." msgstr "반백의 군인이 총검을 휘두르며 공격한다." -#: script/events/setpieces.js:3291 +#: script/events/setpieces.js:3286 msgid "the military presence has been cleared." msgstr "군대를 모두 정리했다." -#: script/events/setpieces.js:3292 script/events/setpieces.js:3434 -#: script/events/setpieces.js:3510 +#: script/events/setpieces.js:3287 script/events/setpieces.js:3429 +#: script/events/setpieces.js:3505 msgid "the mine is now safe for workers." msgstr "이제 일꾼들이 마음 놓고 일할 수 있다." -#: script/events/setpieces.js:3294 +#: script/events/setpieces.js:3289 msgid "the sulphur mine is clear of dangers" msgstr "유황 광산은 이제 위험하지 않다." -#: script/events/setpieces.js:3310 +#: script/events/setpieces.js:3305 msgid "The Coal Mine" msgstr "석탄 광산" -#: script/events/setpieces.js:3314 +#: script/events/setpieces.js:3309 msgid "camp fires burn by the entrance to the mine." msgstr "모닥불을 광산 입구에 피워 놨다." -#: script/events/setpieces.js:3315 +#: script/events/setpieces.js:3310 msgid "men mill about, weapons at the ready." msgstr "사람들이 서성거리고, 무기도 들고 있다." -#: script/events/setpieces.js:3317 +#: script/events/setpieces.js:3312 msgid "this old mine is not abandoned" msgstr "오래된 광산은 아직 버려지지 않았다" -#: script/events/setpieces.js:3349 script/events/setpieces.js:3383 +#: script/events/setpieces.js:3344 script/events/setpieces.js:3378 msgid "a man joins the fight" msgstr "어떤 이가 싸움을 걸어온다" -#: script/events/setpieces.js:3422 +#: script/events/setpieces.js:3417 msgid "only the chief remains." msgstr "이제 대장만 남았다." -#: script/events/setpieces.js:3433 +#: script/events/setpieces.js:3428 msgid "the camp is still, save for the crackling of the fires." msgstr "광산은 조용하고, 장작타는 소리만이 들려올 뿐이다." -#: script/events/setpieces.js:3436 +#: script/events/setpieces.js:3431 msgid "the coal mine is clear of dangers" msgstr "석탄 광산은 이제 위험하지 않다." -#: script/events/setpieces.js:3452 +#: script/events/setpieces.js:3447 msgid "The Iron Mine" msgstr "철 광산" -#: script/events/setpieces.js:3456 +#: script/events/setpieces.js:3451 msgid "an old iron mine sits here, tools abandoned and left to rust." msgstr "철 광산이 보이고, 버려진 연장은 그대로 녹슬고 있다." -#: script/events/setpieces.js:3457 +#: script/events/setpieces.js:3452 msgid "" "bleached bones are strewn about the entrance. many, deeply scored with " "jagged grooves." msgstr "입구에는 빛바랜 뼈만 흩어져 있다. 잔뜩, 깊이 삐죽삐죽 파여 나가 있다." -#: script/events/setpieces.js:3458 +#: script/events/setpieces.js:3453 msgid "feral howls echo out of the darkness." msgstr "무서운 포효가 어둠에 메아리친다." -#: script/events/setpieces.js:3460 +#: script/events/setpieces.js:3455 msgid "the path leads to an abandoned mine" msgstr "이 길은 버려진 광산으로 향한다" -#: script/events/setpieces.js:3498 +#: script/events/setpieces.js:3493 msgid "a large creature lunges, muscles rippling in the torchlight" msgstr "커다란 동물이 한달음에 내닫고, 횃불에 요동치는 근육이 비친다" -#: script/events/setpieces.js:3509 +#: script/events/setpieces.js:3504 msgid "the beast is dead." msgstr "동물이 죽었다." -#: script/events/setpieces.js:3512 +#: script/events/setpieces.js:3507 msgid "the iron mine is clear of dangers" msgstr "철 광산은 이제 위험하지 않다." -#: script/events/setpieces.js:3529 +#: script/events/setpieces.js:3524 msgid "A Destroyed Village" msgstr "파괴된 마을" -#: script/events/setpieces.js:3533 +#: script/events/setpieces.js:3528 msgid "a destroyed village lies in the dust." msgstr "파괴된 마을이 흙먼지도 뒤덮여 있다." -#: script/events/setpieces.js:3534 +#: script/events/setpieces.js:3529 msgid "charred bodies litter the ground." msgstr "숯검댕이가 된 시신이 땅에 널부러져 있다." -#: script/events/setpieces.js:3538 +#: script/events/setpieces.js:3532 msgid "the metallic tang of wanderer afterburner hangs in the air." msgstr "연소장치의 금속성 냄새가 공기 중에 진동 한다." -#: script/events/setpieces.js:3552 +#: script/events/setpieces.js:3546 msgid "a shack stands at the center of the village." msgstr "마을 한가운데 판잣집이 서 있다." -#: script/events/setpieces.js:3553 +#: script/events/setpieces.js:3547 msgid "there are still supplies inside." msgstr "안에는 보급품이 있다." -#: script/events/setpieces.js:3557 -msgid "take" -msgstr "가져가기" - -#: script/events/setpieces.js:3564 +#: script/events/setpieces.js:3558 msgid "all the work of a previous generation is here." msgstr "옛 시대에 만든 물건이 여기 다 있다." -#: script/events/setpieces.js:3565 +#: script/events/setpieces.js:3559 msgid "ripe for the picking." msgstr "수확할 때가 되었다." -#: script/events/outside.js:67 -msgid "Fire" -msgstr "화재" - -#: script/events/outside.js:74 -msgid "a fire rampages through one of the huts, destroying it." -msgstr "오두막 하나가 불길에 휩싸이고, 완전히 타버린다." - -#: script/events/outside.js:75 -msgid "all residents in the hut perished in the fire." -msgstr "오두막의 모든 주민이 불길에 타 죽는다." - -#: script/events/outside.js:77 -msgid "a fire has started" -msgstr "마을에 불이 난다" - -#: script/events/outside.js:87 -msgid "mourn" -msgstr "애도하기" - -#: script/events/outside.js:88 -msgid "some villagers have died" -msgstr "마을 사람 몇 명이 죽었다" +#~ msgid "Export" +#~ msgstr "내보내기" diff --git a/lang/langs.js b/lang/langs.js index 70c3e1c..4d90846 100644 --- a/lang/langs.js +++ b/lang/langs.js @@ -14,6 +14,7 @@ var langs = { 'pt_br':'português (brasil)', 'ru':'русский', 'sv':'svenska', + 'th':'ไทย', 'tr':'türkçe', 'uk':'українська', 'vi':'tiếng việt', diff --git a/lang/sv/strings.po b/lang/sv/strings.po index 9348c7d..54f7911 100644 --- a/lang/sv/strings.po +++ b/lang/sv/strings.po @@ -42,15 +42,15 @@ msgstr "charkuterist" #: ../../script/outside.js:53 ../../script/localization.js:28 msgid "iron miner" -msgstr "järn gruvarbetare" +msgstr "järngruvarbetare" #: ../../script/outside.js:61 ../../script/localization.js:30 msgid "coal miner" -msgstr "kol gruvarbetare" +msgstr "kolgruvarbetare" #: ../../script/outside.js:69 ../../script/localization.js:32 msgid "sulphur miner" -msgstr "svavel gruvarbetare" +msgstr "svavelgruvarbetare" #: ../../script/outside.js:77 ../../script/localization.js:35 msgid "steelworker" @@ -94,7 +94,7 @@ msgstr "samla ved" #: ../../script/outside.js:183 msgid "a stranger arrives in the night" -msgstr "en främmling kommer under natten" +msgstr "en främling kommer under natten" #: ../../script/outside.js:185 msgid "a weathered family takes up in one of the huts." @@ -102,15 +102,15 @@ msgstr "en väderbiten familj flyttar in i en av stugorna." #: ../../script/outside.js:187 msgid "a small group arrives, all dust and bones." -msgstr "en litet grupp kommer. Bara skinn och ben." +msgstr "en liten grupp kommer. bara skinn och ben." #: ../../script/outside.js:189 msgid "a convoy lurches in, equal parts worry and hope." -msgstr "en karavan människor stapplar in, lika delar ängsla och hopp." +msgstr "en konvoj rullar in, lika delar ängsla och hopp." #: ../../script/outside.js:191 msgid "the town's booming. word does get around." -msgstr "samhället växer. ryktet sprider sig." +msgstr "samhället växer. ryktet går." #: ../../script/outside.js:510 msgid "check traps" @@ -134,11 +134,11 @@ msgstr "En Stor By" #: ../../script/outside.js:539 msgid "A Raucous Village" -msgstr "Ett Samhälle" +msgstr "En Bullrig By" #: ../../script/outside.js:551 msgid "the sky is grey and the wind blows relentlessly" -msgstr "himelen är grå och vinden blåser oavbrutet" +msgstr "himmelen är grå och vinden blåser oavbrutet" #: ../../script/outside.js:561 msgid "dry brush and dead branches litter the forest floor" @@ -216,7 +216,7 @@ msgstr "svinga" #: ../../script/world.js:64 msgid "slash" -msgstr "hugg" +msgstr "skära" #: ../../script/world.js:70 msgid "thrust" @@ -260,7 +260,7 @@ msgstr "Ett Gammalt Hus" #: ../../script/world.js:124 msgid "A Damp Cave" -msgstr "En Fuktig Gruva" +msgstr "En Fuktig Grotta" #: ../../script/world.js:125 msgid "An Abandoned Town" @@ -272,7 +272,7 @@ msgstr "En Förstörd Stad" #: ../../script/world.js:127 msgid "A Crashed Starship" -msgstr "Ett krachat rymdskepp" +msgstr "Ett kraschat rymdskepp" #: ../../script/world.js:128 msgid "A Borehole" @@ -336,19 +336,19 @@ msgstr "törsten blir ohållbar" #: ../../script/world.js:552 msgid "the trees yield to dry grass. the yellowed brush rustles in the wind." -msgstr "träden ger efter till torrt gräs. dom gula buskarna rasslar i vinden." +msgstr "träden ger efter till torrt gräs. de gula buskarna rasslar i vinden." #: ../../script/world.js:555 msgid "" "the trees are gone. parched earth and blowing dust are poor replacements." -msgstr "träden är borta. uttorkad jord och damm är dåliga ersättare." +msgstr "träden är borta. uttorkad jord och blåsande damm är dåliga ersättare." #: ../../script/world.js:562 msgid "" "trees loom on the horizon. grasses gradually yield to a forest floor of dry " "branches and fallen leaves." msgstr "" -"träden tornar upp sig vid horisonten, gradvis ger gräset efter för skogens " +"träden tornar upp sig vid horisonten. gradvis ger gräset efter för skogens " "torra grenar och fallna löv." #: ../../script/world.js:565 @@ -394,8 +394,8 @@ msgid "" "builder says she can make traps to catch any creatures might still be alive " "out there" msgstr "" -"byggaren säger att hon kan göra fällor för att fånga djur som kan finnas " -"kvar utanför" +"byggaren säger att hon kan göra fällor för att fånga djur som finns " +"kvar ute" #: ../../script/room.js:20 msgid "more traps to catch more creatures" @@ -411,11 +411,11 @@ msgstr "kälke" #: ../../script/room.js:34 msgid "builder says she can make a cart for carrying wood" -msgstr "byggaren säger hon kan bygga en vedskälke" +msgstr "byggaren säger att hon kan bygga en vedskälke" #: ../../script/room.js:35 msgid "the rickety cart will carry more wood from the forest" -msgstr "kälken vill ta mer ved från skogen" +msgstr "kälken kan bära mer ved från skogen" #: ../../script/room.js:44 msgid "hut" @@ -423,27 +423,27 @@ msgstr "hydda" #: ../../script/room.js:47 msgid "builder says there are more wanderers. says they'll work, too." -msgstr "byggaren säger det är fler vandrare. säger att dom också vill jobba" +msgstr "byggaren säger det finns fler vandrare. hon säger att de också ska jobba." #: ../../script/room.js:48 msgid "builder puts up a hut, out in the forest. says word will get around." -msgstr "byggaren sätter upp en hydda i skogen. säger att ryktet kommer gå" +msgstr "byggaren sätter upp en hydda i skogen. hon säger att ryktet kommer gå." #: ../../script/room.js:49 msgid "no more room for huts." -msgstr "ingen mer plats gör stugor" +msgstr "inte tillräckligt med platser att bygga hyddor" #: ../../script/room.js:59 msgid "lodge" -msgstr "stuga" +msgstr "ordensloge" #: ../../script/room.js:62 msgid "villagers could help hunt, given the means" -msgstr "bybor kan hjälpa till att jaga, bara dom får förutsättningarna" +msgstr "bybor kunde hjälpa till att jaga, bara om de får förutsättningarna" #: ../../script/room.js:63 msgid "the hunting lodge stands in the forest, a ways out of town" -msgstr "jaktstugan står i skogen, en bit från byn" +msgstr "jaktstugan står i skogen, lite långt ifrån byn" #: ../../script/room.js:74 msgid "trading post" diff --git a/lang/th/main.css b/lang/th/main.css new file mode 100644 index 0000000..ca783af --- /dev/null +++ b/lang/th/main.css @@ -0,0 +1,3 @@ +.button{width: 120px !important;} +#outsidePanel .button{width: 115px !important;} +.eventPanel .button {width: 122px !important;} diff --git a/lang/th/strings.js b/lang/th/strings.js new file mode 100644 index 0000000..8d537fe --- /dev/null +++ b/lang/th/strings.js @@ -0,0 +1,307 @@ +_.setTranslation({"water tank": "ถังน้ำ", "all":"ทุกอย่าง", +"use meds": "ใช้ยา", "Fire": "ไฟไหม้","a fire rampages through one of the huts, destroying it.":"ไฟไหม้ออกจากห้อง ลุกลามและเผาทำลายกระท่อมหลังหนึ่งในหมู่บ้าน", +"all residents in the hut perished in the fire.": "ทุกคนที่อาศัยในบ้านหลังนั้นเสียชีวิตในเปลวไฟ", "mourn":"ไว้อาลัย", "nothing to take":"ไม่มีอะไรให้เก็บ", +"the room is {0}": "ในห้อง {0}", "take everything":"เก็บทุกอย่าง", +"punch twice as fast, and with even more force": "ต่อยด้วยความรวดเร็วเป็นสองเท่า และรุนแรงมากยิ่งขึ้นไปอีก", "a fire has started": "เกิดไฟไหม้", +"some villagers have died": "ชาวบ้านบางส่วนเสียชีวิตในเปลวไฟ", +"charm": "เครื่องราง", "The Nomad": "ผู้เร่ร่อน", +"more traps won't help now": "มีกับดักมากไปกว่านี้ก็คงไม่ช่วยอะไรแล้ว", +"only a few die.": "มีไม่กี่คนเท่านั้นที่เสียชีวิต", "total": "รวม", +"the compass points east": "เข็มทิศชี้ไปทางตะวันออก", + "the bodies of the wanderers that lived here are still visible in the flames.": "ยังคงเห็นร่างของผู้ดินทางที่อาศัยอยู่ที่นี่ในเปลวไฟ", + "the walls are scorched from an old battle.": "กำแพงถูกเผาทำลาย เป็นสัญลักษณ์ของการต่อสู้ในอดีต","there was a beast. it's dead now": "มีสัตว์ร้ายในป่า เราสังหารมันลงแล้ว", + "convoy": "ผู้คุ้มกัน", "buy medicine": "ซื้อยา", + "not enough fur": "มีขนสัตว์ไม่เพียงพอ", + "a masked soldier rounds the corner, gun drawn": "ทหารใต้หน้ากากปรากฏตัวขึ้นในมุมหนึ่ง ปืนชี้มาตรงหน้า", + "a huge hole is cut deep into the earth, evidence of the past harvest.": "หลุมขนาดใหญ่ตัดลึกลงไปในหน้าดิน ร่องรอยของการเก็บเกี่ยวในครั้งก่อน", + "it puts up little resistance before the knife.": "มันไม่สู้คมมีดมากนัก", + "the body of a wanderer lies in a small cavern.": "ร่างของผู้เดินทางทอดกายอยู่ในโพรงหลุม", + "a shivering man approaches and attacks with surprising strength": "ชายตัวสั่นเทิมโจนเข้ามา และโจมตีด้วยความรุนแรงอย่างไม่น่าเชื่อ", + "steel's stronger than iron": "เหล็กกล้าแข็งแกร่งกว่าเหล็กทั่ว ๆ ไป", + "A Strange Bird": "นกประหลาด", + "not enough alien alloy": "มีโลหะต่างดาวไม่เพียงพอ", "not enough wood": "มีไม้ไม่เพียงพอ", "street above the subway platform is blown away.": "พื้นถนนเหนือทางรถไฟใต้ดึงถูกระเบิดออกไป", + "the soldier is dead": "ทหารเสียชีวิต", + "error while saving to dropbox datastorage": "มีอะไรบางอย่างผิดพลาดกับการเก็บข้อมูลใน dropbox", + "the footsteps stop.": "เสียงฝีเท้าสงบลง", + "sniper": "พลซุ่มยิง", + "the coal mine is clear of dangers": "เหมืองถ่านหินปลอดภัยสำหรับคนงานแล้ว", + "the warped man lies dead.": "คนวิปริตได้ตายลงแล้ว", + "something's in the store room": "มีอะไรบางอย่างอยู่ในห้องเก็บของ", + "unfathomable destruction to fuel wanderer hungers.": "การทำลายอย่างไม่สิ้นสุดที่เต็มเห็นความกระหายหยากของผู้เดินทาง", + "embark": "ออกเดินทาง", "scout": "ผู้สำรวจ", "facebook": "facebook", + "the trees yield to dry grass. the yellowed brush rustles in the wind.": "ต้นไม้หายไปจากบริเวณ เหลือแต่ผืนหญ้าแห้ง พุ่มไม้สีเหลืองเสียดสีกันเองตามสายลม", + "save.": "save.", "total score: {0}": "คะแนนรวม: {0}", + "learned to make the most of food": "เรียนรู้การกินอาหารอย่างคุ้มค่า", + "blast": "ยิงลำแสง", + "the sky is grey and the wind blows relentlessly": "ท้องฟ้าเป็นสีเทา ลมพัดกระหน่ำแรง", + "supplies:": "เสบียง:", "the feral terror is dead": "อสูรจรจัดถูกสังหาร", + "the tracks disappear after just a few minutes.": "รอยเท้าหายไปหลังจากตามได้ไม่นานนัก", + "a safe place in the wilds.": "ที่หลบภัยกลางถิ่นกันดาร", "fur": "ขนสัตว์", + "beneath the wanderer's rags, clutched in one of its many hands, a glint of steel.": "มีประกายแสงของโลหะอยู่ใต้ผ้าคลุม มันถูกกอดกุมเอาไว้โดยมือทั้งหลายของผู้เดินทาง", + "buy scales": "ซื้อเกล็ดประหลาด", "mild": "เริ่มอุ่น", + "the hunting lodge stands in the forest, a ways out of town": "ซุ้มพรานถูกสร้างขึ้น ไกลออกไปจากตัวเมือง", + "leave": "ออก", "the convoy can haul mostly everything": "ผู้คุ้มกันสามารถช่วยขนของได้แทบทุกอย่าง", + "learned to strike faster without weapons": "เรียนรู้ที่จะจู่โจมได้เร็วขึ้นโดยไม่ใช้อาวุธ", + "an old house remains here, once white siding yellowed and peeling.": "บ้านหลังเก่ากรุตั้งอยู่ที่นี่ สภาพทรุดโทรมเกินบูรณะ", + "ignore them": "เพิกเฉยเสีย", + "willing to talk about it, for a price.": "ยินที่ที่จะพูดคุยเรื่องดังกล่าว ด้วยราคาที่สมเหตุสมผล", + "a beast, wilder than imagining, erupts out of the foliage": "สัตว์อสูรหน้าตาผิดเพี้ยนเกินจินตนาการโจนตัวออกมาจากสุมทุมพุ่มไม้", + "go home": "กลับบ้าน", "the soldier steps out from between the buildings, rifle raised.": "ทหารก้าวเท้าออกมาจากตรอก ยกปืนขึ้นประทับบ่า", + "force": "พลัง", "the rickety cart will carry more wood from the forest": "รถเข็นจะช่วยให้เก็บไม้จากป่าได้มากขึ้น", + "a ragged stranger stumbles through the door and collapses in the corner": "คนแปลกหน้าในเศษผ้าคลุมเก่า ๆ เดินเข้ามาทางประตูและล้มลงตรงมุมห้อง", + "not enough leather": "มีหนังฟอกไม่เพียงพอ", "the fight is short and bloody, but the beasts are repelled.": "การต่อสู้เป็นไปอย่างรวดเร็วและดุเดือด สัตว์ประหลาดถูกขับไล่ไปได้", "the wood is running out": "ไม้ฟืนเริ่มเหลือน้อยลงเต็มที่", "restart.": "restart.", + "rot's been to work on it, and some of the pieces are missing.": "ดูเหมือนมันจะเริ่มผุพัง และมีหลายชิ้นส่วนที่ยังขาดหายไป", + "workshop's finally ready. builder's excited to get to it": "โรงงานถูกตั้งขึ้นในที่สุด ผู้สร้างดูจะดีใจกว่าใครเพื่อนเป็นพิเศษ", + "a trading post would make commerce easier": "ท่าสินค้าจะทำให้การซื้อขายงายขึ้นมาก", "not enough steel": "มีเหล็กกล้าไม่พอ", + "perks:": "ความสามารถพิเศษ:", "the torch goes out": "คบไฟมอดลง", "saved.": "saved.", + "after a skirmish they are driven away, but not without losses.": "หลังจากการปะทะ พวกมันก็ถูกขับไล่ออกไป แต่ก็ด้วยราคาที่เจ็บปวด", + "the military is already set up at the mine's entrance.": "ดูเหมือนว่ากองทหารได้ตั้งค่ายอยู่หน้าเหมืองมาสักพักแล้ว", + "tannery goes up quick, on the edge of the village": "โรงฟอกหนังถูกตั้งไว้ที่ปลายของหมู่บ้าน", + "learned to fight quite effectively without weapons": "เรียนรู้ที่จะต่อสู้เมื่อไม่มีอาวุธ", + "charred bodies litter the ground.": "ซากศพไหม้เกรียมกระจัดกระจายตามพื้น", + "someone throws a stone.": "มีใครบางคนโยนก้อนหินมา", + "leaves a pile of small teeth behind.": "ทิ้งกองเขี้ยวประหลาดเอาไว้", + "leave city": "ออกจากเมือง", "not enough scales": "มีเกล็ดไม่เพียงพอ", + "someone has locked and barricaded the door to this operating theatre.": "ใครบางคนได้ลั่นกลอนและตั้งเครื่องกีดขวางอยู่ทั่วโรงละคร", + "leave cave": "ออกจากถ้ำ", "hp: {0}/{1}": "hp: {0}/{1}", + "a lone frog sits in the muck, silently.": "กบตัวใหญ่นั่งอยู่ในตมเงียบ ๆ ", + "the steel is strong, and the blade true.": "โลหะแข็งแรงดี และใบดาบก็คมกริบ", + "a shame to let what he'd found go to waste.": "คงไม่ดีถ้าจะให้ของที่เขาอุตส่าห์เหลือไว้มาทิ้งไว้เสียเปล่า", + "learned how to ignore the hunger": "เรียนรู้ที่จะเพิกเฉยต่อความหิวโหย", + "punch": "ชก", "water": "น้ำ", "desert rat": "ชาวทะเลทราย", "explore": "สำรวจ", + "a pack of snarling beasts pours out of the trees.": "ฝูงสัตว์ร้ายโถมออกมาจากต้นไม้รอบ ๆ ", + "punches do even more damage.": "กำปั้นสร้างความเสียหายให้กับศัตรูมากยิ่งขึ้น", "roaring": "ลุกโชติช่วง", "gatherer": "คนเก็บฟืน", + "the people back away, avoiding eye contact.": "ผู้คนค่อย ๆ ถอยออกไป พยายามหลบสายตา", + "A Huge Borehole": "หลุมอุกกาบาตยักษ์", + "a bundle of sticks lies just beyond the threshold, wrapped in coarse furs.": "มีกิ่งไม้วางอยู่ที่เชิงประตู พันไว้ด้วยขนสัตว์", + "builder says she could make finer things, if she had the tools": "ผู้สร้างบอกว่าเธอสามารถสร้างของที่ประณีตกว่านี้ก็ได้ ถ้าเธอมีอุปกรณ์ครบ", + "soldier": "ทหาร", "learn scouting": "เรียนรู้วิชาสำรวจ", "share.": "share.", "choose one slot to save to": "เลือกช่องที่ต้องการบันทึก.", + "A Murky Swamp": "บึง", "iron sword": "ดาบเหล็ก", "builder says she can make traps to catch any creatures might still be alive out there": "ผู้สร้างบอกว่าเธอน่าจะประกอบกับดักง่าย ๆ ไว้จับสัตว์ที่อาจจะอยู่ข้างนอกนั่นได้", + "the grasses thin. soon, only dust remains.": "หญ้าเริ่มบางลงจากบริเวณ เหลือเพียงแต่ฝุ่นทราย", + "a shot rings out, from somewhere in the long grass": "เสียงปืนดังขึ้นจากบางแห่งในพงหญ้า", + "a wall of gnarled trees rises from the dust. their branches twist into a skeletal canopy overhead.": "ถึงชายป่า ต้นไม้บิดเบี้ยวแทงขึ้นมาจากพื้นฝุ่น กิ่งใบประกอบกันเหมือนซี่โครงน่าขยะแขยง", "gather wood": "เก็บไม้", + "with a little effort, it might fly again.": "คงต้องทุ่มแรงนิดหน่อยถ้าจะให้มันบินขึ้นอีกครั้ง", + "A Scavenger": "คนเก็บขยะ", "picking the bones finds some useful trinkets.": "เจอของเล็ก ๆ น้อย ๆ ที่น่าจะเอามาใช้งานได้ในโครงกระดูก", + "the shell of an abandoned hospital looms ahead.": "ศากโรงพยาบาลร้างอยู่ตรงหน้า", + "the villagers hang the thief high in front of the store room.": "ชาวบ้านแขวนคอพวกโจรเหนือขื่อห้องเก้บของ", + "eye for an eye seems fair.": "ตาต่อตา ฟันต่อฟัน คงจะยุติธรรมที่สุดแล้ว", "an old man bursts through a door, wielding a scalpel.": "ชายชราโจนออกมาจากประตู ในมือถือมีดผ่าตัด", "1 medicine": "1 ยารักษา", "the small military outpost is well supplied.": "ป้อมทหารเล็ก ๆ ดูเหมือนจะมีจุเสบียงไว้เต็มที่", + "the clinic has been ransacked.": "คลินิกถูกรื้อค้นจนทั่ว", "drop:": "drop:", + "leaves some scraps of cloth behind.": "ทิ้งเศษผ้าเอาไว้เล็กน้อย", "are you sure?": "คุณแน่ใจหรือไม่?", + "charcutier": "คนตากเนื้อ", "a military perimeter is set up around the mine.": "ค่ายทหารถูกสร้างขึ้น ล้อมรอบด้วยกับระเบิด", + "trading post": "ท่าสินค้า", "a wanderer arrives with an empty cart. says if she leaves with furs, she'll be back with more.": "ผู้เดินทางมาเยี่ยมเยือนพร้อมกับรถเข็น เธอบอกว่าถ้าเธอมีขนสัตว์ให้ยืมสักหน่อย เธอจะเอากลับมาคืนด้วยจำนวนที่มากขึ้น", "in exchange, the wanderer offers his wisdom.": "เพื่อเป็นการแลกเปลี่ยน ผู้เดินทางเสนอความรู้ของเขาเป็นการตอบแทน", "sulphur miner": "เหมืองกำมะถัน", + "a small basket of food is hidden under a park bench, with a note attached.": "ตะกร้าอาหารถูกซ่อนอยู่ใต้เก้าอี้ในสวนสาธารณะ พร้อมกับข้อความสั้น ๆ", "warm": "อุ่น", "the sound of gunfire carries on the wind.": "เสียงยิงปืนดังขึ้นมาตามสายลม", "stoke fire": "เติมฟืน", "lift off": "ปล่อยยาน", + "shoot": "ยิงปืน", "none": "ไม่มี", "leave town": "ออกจากเมือง", "most of the windows at ground level are busted anyway.": "หน้าต่างชั้นล่างถูกพังออกมา", + "a strange looking bird speeds across the plains": "นกหน้าตาประหลาดโฉบมาตามทุ่งราบ", "linger": "รออยู่ต่อ", "take": "เก็บ", "connect game to dropbox local storage": "เชื่อมต่อเกมเข้ากับ dropbox", "strange bird": "นกประหลาด", "if the code is invalid, all data will be lost.": "ถ้าใส่รหัสผิดพลาด ข้อมูลทั้งหมดจะหลายไป", "A Feral Terror": "อสูรจรจัด", "can't see what's inside.": "มองไม่เห็นว่าข้างในมีอะไร", "a large beast charges out of the dark": "สัตว์ตัวใหญ่โจนออกมาจากความมืด", "salvage": "รื้อของ", "grenade": "ระเบิดมือ", + "the stranger in the corner stops shivering. her breathing calms.": "คนแปลกหน้าที่มุมห้องหยุดสั่นลง เธอเริ่มหายใจอย่างสงบ", + "a small suburb lays ahead, empty houses scorched and peeling.": "หมู่บ้านชานเมืองเล็ก ๆ อยู่ตรงหน้า มีร่องรอยของการถูกเผาและทำลาย", + "a wanderer arrives with an empty cart. says if he leaves with wood, he'll be back with more.": "ผู้เดินทางมาเยี่ยมเยือนพร้อมกับรถเข็น เขาบอกว่าถ้าเขามีไม้ให้ยืมสักหน่อย เขาจะเอากลับมาคืนด้วยจำนวนที่มากขึ้น", "gaunt man": "คนผอมแห้ง", + "a squat building up ahead.": "มีอาคารขนาดย่อม ๆ อยู่ข้างหน้า", + "a thug moves out of the shadows.": "นักเลงโผล่ออกมาจากเงามืด", "An Outpost": "ค่าย", + "there's not much, but some useful things can still be found.": "พบของมีประโยชน์บางอย่าง แม้จะไม่มากนักก็ตาม", " and ": " และ ", + "an improvised shop is set up on the sidewalk.": "เพิงร้านค้าเล็ก ๆ ถูกตั้งขึ้นข้างทาง", "cured meat": "เนื้อแห้ง", + "builder puts up a hut, out in the forest. says word will get around.": "ผู้สร้างตั้งกระท่อมเล็ก ๆ ที่ชายป่า เธอบอกว่าข่าวเรื่องที่พักจะกระจายออกไป", + "learned how not to be seen": "เรียนรู้ที่จะไม่ถูกมองเห็น", "punches do more damage": "หมัดสร้างความเสียหายมากขึน", + "some traps have been destroyed": "กับดักบางส่วนถูกทำลาย", "castoff from the mammoth drills can still be found by the edges of the precipice.": "พบชิ้นโลหะประหลาดในกระบอกสว่านขนาดใหญ่", "well armed men charge out of the forest, firing into the crowd.": "กลุ่มคนติดอาวุธอย่างดีระดมเข้ามาจากทางป่าและยิงเข้ามา", "deep in the swamp is a moss-covered cabin.": "ลึกเข้าไปในบึง กระท่อมเล็ก ๆ ตั้งอยู่โดดเดี่ยว", + "app store.": "app store.", "An Old Starship": "ยานอวกาศเก่า", "ignore it": "เพิกเฉยเสีย", "hot": "ร้อน", + "upgrade engine": "เสริมเครื่องยนต์", "forest": "ป่า", "give 500": "ให้ไป 500", "A Dark Room": "ห้องมืด", "a battle was fought here, long ago.": "มีการต่อสู้ในบริเวณนี้เมื่อนานมาแล้ว", "builder says leather could be useful. says the villagers could make it.": "ผู้สร้างบอกว่าหนังฟอกน่าจะมีประโยชน์ พวกชาวบ้านน่าจะทำกันได้", "craft:": "สร้าง:", "Iron Mine": "เหมืองเหล็ก", "coal mine": "เหมืองถ่านหิน", "bits of meat": "เศษเนื้อ","safer here.":"ทีนี่ปลอดภัยดี", + "scavengers must have gotten to this place already.": "พวกเก็บซากคงเข้ามารื้อที่นี่ไปแล้ว", + "the remains of an old camp sits just inside the cave.": "มีเศษซากของค่ายพักแรมเก่า ๆ ในถ้ำ", "The Village": "หมู่บ้าน", "snarling beast": "สัตว์ร้าย", "soldiers patrol the perimeter, rifles slung over their shoulders.": "ทหารลาดตระเวนอยู่ในบริเวณนี้ ปืนยาวสะพายพาดบ่า", + "a swarm of rats rushes up the tunnel.": "ฝูงของหนูโจนเข้ามาจากโพรง", + "faces, darkened by soot and blood, stare out from crooked huts.": "ใบหน้าที่เปื้อนคราบเลือดและดินโคลนมองออกมาจากกระท่อม", + "strange noises can be heard through the walls": "เสียงประหลาดลอดผ่านเข้ามาทางกำแพง", "coal": "ถ่านหิน", + "Stratosphere": "Stratosphere", "man-eater": "อสูรกินคน", "can't tell what they're up to.": "ไม่รู้เหมือนกันว่าพวกนั้นต้องการอะไร", + "enter": "เข้าไป", "a destroyed village lies in the dust.": "หมู่บ้านที่ถูกเผาทำลายจมลงในกองเถ้า", "Ship": "ยาน", + "better avoid conflict in the wild": "คงจะต้องหลีกเลี่ยงการต่อสู้ในป่า", "talk": "พูดคุย", "another beast, draw by the noise, leaps out of a copse of trees.": "สัตว์ป่าอีกตัวที่ถูกดึงดูดมาด้วยเสียง โจนออกมาจากโคนต้นไม้", "A Soldier": "ทหาร", + "the man expresses his thanks and hobbles off.": "ชายคนนั้นแสดงท่าทางขอบคุณก่อนจะเดินกะโผลกกะเผลกออกไป", + "battered technology from both sides lays dormant on the blasted landscape.": "อาวุธผุพังจากทั้งสองฝ่ายวางอยู่นิ่ง ๆ บนผืนดินแห้งกร้าว", + "the villagers haul a filthy man out of the store room.": "ชาวบ้านขนชายท่าทางสกปรกออกมาจากห้องเก็บของ", "strips of meat are hung up to dry in this ward.": "แผ่นเนื้อจะถูกตากไว้ที่นี่", "the familiar curves of a wanderer vessel rise up out of the dust and ash. ": "ยานหน้าตาคุ้นเคยของผู้เดินทางผุดขึ้นมาจากกองเถ้าและฝุ่น", "all the work of a previous generation is here.": "การก่อสร้างของรุ่นก่อน ๆ นั้นอยู่ที่นี่", "cold": "หนาวเย็น", "the iron mine is clear of dangers": "เหมืองเหล็กปลอดภัยแล้ว", "the military presence has been cleared.": "กองทหารถูกเก็บกวาดจากบริเวณ", "A Crashed Starship": "ซากยานอวกาศ", "the fire is {0}": "ไฟ {0}", "A Lonely Hut": "กระท่อมเดียวดาย", "buy teeth": "ซื้อเขี้ยว", + "a small supply cache is hidden at the back of the cave.": "กล่องเก็บของเล็ก ๆ ถูกซ่อนไว้ที่ปลายถ้ำ", + "iron's stronger than leather": "เหล็กทนทานกว่าหนังสัตว์", "bedrolls, torn and blackened, lay beneath a thin layer of dust.": "มีถุงนอนฉีกขาดและไหม้เกรียม วางอยู่ใต้ชั้นบาง ๆ ของฝุ่น", "dodge attacks more effectively": "หลบการโจมตีได้ดีขั้น", "hull: ": "เกราะหุ้ม:", + "a madman attacks, screeching.": "ชายคุ้มคลั่งโจนเข้ามาโจมตี กรีดร้องเสียงดัง", "thieves": "โจร", + "the towers that haven't crumbled jut from the landscape like the ribcage of some ancient beast.": "หอคอยที่ไม่ได้ล้มลง สร้างภาพทิวทัศน์เหมือนซี่โครงของสัตว์ยักษ์โบราณ", "lights off.": "lights off.", "someone had been stockpiling loot here.": "ใครบางคนเอาสมบัติของตนมาเก็บไว้ที่นี่", + "learned to look ahead": "เรียนรู้ที่จะมองให้ไกลออกไป", "the mine is now safe for workers.": "เหมืองปลอดภัยสำหรับคนงานแล้ว", + "Coal Mine": "เหมืองถ่าน", "empty corridors.": "ระเบียงว่างเปล่า", "save to slot": "ช่องบันทึก", + "the owner stands by, stoic.": "เจ้าของที่ยืนอยู่นิ่ง ๆ อย่างสุขุม", "hunter": "พราน", "strips of meat hang drying by the side of the street.": "แผ่นเนื้อถูกวางตากไว้ข้างทางเดิน", "more squatters are crowding around now.": "คนจรจัดเริ่มรวมตัวกันมารอบ ๆ ", + "some weird glowing boxes he picked up on his travels.": "กล่องเรื่องแสงหน้าตาประหลาดที่เขาเก้บมาได้ระหว่างเดินทาง", + "a panicked scavenger bursts through the door, screaming.": "คนเก็บเศษซากโจนเข้ามาจากประตู กรีดร้องเสียงดัง", "give 50": "ให้ไป 50", + "wagon": "เกวียน", "An Old House": "บ้านเก่า", "a soldier, alerted, opens fire.": "ทหารรู้สึกถึงผู้บุกรุก ทาบปืนพร้อมยิงทันที", + "meat": "เนื้อ", "the tunnel opens up at another platform.": "โพรงเปิดขึ้นมาจากอีกเพิงหนึ่ง", "a terrible plague is fast spreading through the village.": "โรคระบาดกระจายไปอย่างรวดเร็วทั่วหมู่บ้าน", "the gaunt man is dead": "ชายผอมแห้งเสียชีวิต", "bone spear": "หอกกระดูก", "trap": "กับดัก", + "the street ahead glows with firelight.": "ถนนตรงหน้าสว่างไสวไปด้วยเปลวไฟ", "armourer": "ช่างอาวุธ", + "a large shanty town sprawls across the streets.": "เมืองสลัมขนาดใหญ่แผ่ไปทั่วถนน", + "the shell of a burned out car blocks the entrance.": "โครงของซากรถไม้ ๆ ปิดทางเข้าเอาไว้", + "a small group arrives, all dust and bones.": "กลุ่มคนเล็ก ๆ เดินทางมาถึง ผอมแห้งหิวโซ", "A Ruined City": "ซากเมือง", + "weight": "น้ำหนัก", "torch": "คบไฟ", "The Thief": "โจร", "not enough cloth": "มีเศษผ้าไม่เพียงพอ", + "a youth lashes out with a tree branch.": "เด็กหนุ่มคนหนึ่งโจนออกมาพร้อมกิ่งไม้", + "the rest of the hospital is empty.": "ที่อื่น ๆ ในโรงพยาบาลนั้นว่างเปล่า", "connect": "เชื่อมต่อ", + "learned to be where they're not": "เรียนรู้ที่จะหลบหลีกอันตราย", "go twice as far without eating": "เดินทางได้ไกลขึ้นโดยไม่กินอาหาร", + "scavenger'd been looking for supplies in here, it seems.": "ดูเหมือนพวกเก็บซากขยะจะเคยเข้ามาหาของที่นี่", + "there's nothing else here.": "ไม่มีอะไรอยู่เลย", "the plague is kept from spreading.": "โรคระบาดถูกหยุดไว้ได้", + "the cask holds enough water for longer expeditions": "กระบอกน้ำเก็บน้ำไว้ได้สำหรับการเดินทางระยะยาว", + "check traps": "ตรวจดูกับดัก", "Plague": "โรคระบาด", "medicine": "ยา", "the old man had a small cache of interesting items.": "ชายแก่มีของที่น่าสนใจติดตัวมาด้วย", "tannery": "โรงฟอกหนัง", "lob": "ขว้างระเบิด", "no more room for huts.": "ไม่มีที่สำหรับกระท่อมแล้ว", "a plague afflicts the village":"เกิดโรคร้ายขึ้นในหมู่บ้าน", + "they took what they came for, and left.": "พวกมันมาเอาของที่พวกมันมองหา แล้วก็จากไป", + "through the large gymnasium doors, footsteps can be heard.": "ได้ยินเสียงฝีเท้าผ่านประตูของโรงยิม","epidemic is eradicated eventually":"โรคร้ายได้หยุดลงในที่สุด", + "a large creature attacks, claws freshly bloodied": "สัตว์ประหลาดขนาดใหญ่เข้ามาโจมตี กรงเล็บของมันยังคงเปื้อนเลือดสด ๆ อยู่", + "a green cross barely visible behind grimy windows.": "มองผ่านหน้าต่างเปรอะฝุ่น มองเห็นเพียงกางเขนสีเขียวจาง ๆ ", + "a sick man hobbles up": "ชายทางทางป่วยกระเพลกเข้ามา", "An Abandoned Town": "เมืองร้าง", "cart": "รถเข็น", + "might be things worth having still inside.": "อาจจะยังมีของมีค่าอยู่ข้างใน", "the wood has run out": "ฟืนเริ่มเหลือน้อยเต้มที่", + "The Master": "ผู้สั่งสอน", "thrust": "เสียบ", "water replenished": "น้ำถูกเติมจนเต็ม", "a soldier opens fire from across the desert": "ทหารยิงปืนเข้ามาใส่จากอีกฟากของเนินทราย", "go twice as far without drinking": "เดินทางได้ไกลขึ้นโดยไม่ดื่มน้ำ", + "the tentacular horror is defeated.": "ปราบสัตว์ประหลาดหนวดยาวลงได้", "an overturned caravan is spread across the pockmarked street.": "คาราวานสินค้าคว่ำลงบนถนน", "the villagers retreat to mourn the dead.": "ชาวบ้านล่าถอยกลับมาเพื่อทำพิธีให้กับผู้ตาย", + "A Modest Village": "หมู่บ้านทั่วไป", "A Damp Cave": "ถ้ำชื้นแฉะ", "swing": "ฟาด", "alien alloy": "โลหะต่างดาว", "export or import save data, for backing up": "ส่งหรือรับข้อมูลเกม สำหรับการเก็บรักษา", "smokehouse": "โรงรมเนื้อ", "vague shapes move, just out of sight.": "ร่างราง ๆ เคลื่อนไหวออกไปจากสายตา", "Wanderer": "ผู้เดินทาง", "the earth here is split, as if bearing an ancient wound": "แผ่นดินตรงนี้แยกออก ราวกับว่าเป็นแผลเปิดจากกาลก่อน", "the compass points southeast": "เข็มทิศชี้ไปยังตะวันออกเฉียงใต้", "barbarian": "คนเถื่อน", "the wanderer leaves, cart loaded with furs": "ผู้เดินทางจากไปด้วยรถเข็มที่เต็มไปด้วยขนสัตว์", "there are still supplies inside.": "ยังมีของบางอย่างหลงเหลืออยู่ข้างใน", "traps are more effective with bait.": "กับดักจะมีผลลัพท์ดียิ่งขึ้นเมื่อมีเหยื่อล่อ", "rusted chainlink is pulled across an alleyway.": "โซ่เกรอสนิมถูกลากผ่านตรอกทางเดิน", "a sickness is spreading through the village.": "โรคประหลาดเริ่มแพร่ไปในหมู่บ้าน", "tangle": "รวบตัว", "miss": "พลาดเป้า", + "the meat has run out": "ไม่มีเนื้อเหลืออยู่แล้ว", + "a beast charges out of a ransacked classroom.": "สัตว์ป่าโจนออกมาจากห้องเรียน", + "lucky that the natives can't work the mechanisms.": "โชคดีที่พวกพื้นเมืองไม่สามารถใช้เครื่องยนต์กลไกเหล่านี้ได้", "A Murky Swamp": "บึง", + "just as deadly now as they were then.": "อันตรายเหมือนอย่างที่เคยเป็นเมื่อก่อน", "builder just shivers": "ผู้สร้างเริ่มรู้สึกเย็น", "a second soldier joins the fight.": "ทหารคนที่สองเข้ามาเสริมกำลัง", "attack": "โจมตี", "go inside": "เข้าไปข้างใน", + "turn her away": "ไล่เธอไป", "dropbox.": "dropbox.", "reinforce hull": "เสริมเกราะหุ้ม", "not enough wood to get the fire going": "มีไม้ไม่พอสำหรับต่อไฟ", + "a stranger arrives in the night": "คนแปลกหน้าเข้ามาอาศัยในเวลาค่ำ", "hut": "กระท่อม", "trapper": "ผู้ดักสัตว์", "a battered highway sign stands guard at the entrance to this once-great city.": "ป้ายบอกทางตั้งตระหง่านอยู่หน้าเมืองใหญ่ที่เคยรุ่งเรืองแห่งนี้", "rifle": "ปืนยาว", "sulphur": "กำมะถัน", "steel": "เหล็กกล้า", + "the stranger is standing by the fire. she says she can help. says she builds things.": "หญิงสาวแปลกหน้านั่งอยู่ข้างกองไฟ เธอบอกว่าเธอสามารถช่วยสร้างสิ่งต่าง ๆ ได้", + "the sickness is cured in time.": "โรคร้ายได้รับการรักษาทันเวลา", + "the only hope is a quick death.": "ความหวังเดียวคือการตายอย่างไม่ทรมาน", + "score for this game: {0}": "คะแนนในรอบนี้: {0}", "the lizard is dead": "กิ้งกาถูกสังหาร", "iron": "เหล็ก", "fires burn in the courtyard beyond.": "ไฟลุกท่วมในสนามตรงหน้า", "builder": "ผู้สร้าง", + "a large creature lunges, muscles rippling in the torchlight": "สัตว์ร้ายตัวใหญ่โจนออกมา กล้ามเนื้อและผิวหนังของมันสะท้อนแสงจากคบไฟ", "something's causing a commotion a ways down the road.": "มีเสียงดังเอะอะมาจากฝั่งหนึ่งของถนน", "the stranger shivers, and mumbles quietly. her words are unintelligible.": "หญิงแปลกหน้าตัวสั่นเทิม กระซิบกระซาบอะไรบางอย่างไม่เป็นภาษา", "A Firelit Room": "ห้องแสงไฟ", + "some wood is missing.": "ไม้บางส่วนหายไป", "The Beggar": "ขอทาน", "Troposphere": "Troposphere", "ripe for the picking.": "พร้อมให้เก็บเกี่ยว", "A Destroyed Village": "ซากหมู่บ้าน", "coal miner": "เหมืองถ่าน", "not enough teeth": "มีเขี้ยวไม่เพียงพอ", "all he has are some scales.": "เชามีเพียงแค่เกล็ดประหลาดติดตัวเท่านั้น", + "learned to predict their movement": "เรียนรู้ที่จะคาดการณ์การเคลื่อนไหวศัตรูล่วงหน้า", + "the nights are rent with screams.": "คำคืนนั้นเต็มไปด้วยเสียงร้องโหยหวน", "the scavenger is dead": "คนเก็บขยะถูกสังหาร", "a nomad shuffles into view, laden with makeshift bags bound with rough twine.": "ผู้เร่ร่อนเดินทางมายังที่พักพร้อมกับถุงหนังขนาดใหญ่มัดด้วยเชือกหยาบ ๆ ", + "a convoy lurches in, equal parts worry and hope.": "ผู้คุ้มกันโจนเข้ามาอย่างกล้า ๆ กลัว ๆ", "the map uncovers a bit of the world": "แผนที่เปิดเผยบางส่วนของดินแดน", + "the shot echoes in the empty street.": "เสียงปืนดังลั่นขึ้นบนถนนร้าง", "the sounds stop.": "เสียงนั้นหยุดลง", "rucksack": "ถุงหนัง", "the towers of a decaying city dominate the skyline": "ตึกสูงของเมืองที่ผุพังปรากฏขึ้นที่ขอบฟ้า", + "lights on.": "lights on.", + "a torch to keep the dark away": "คบไฟใช้ขับไล่ความมืด", + "some good stuff woven into its nest.": "มีของดีหลาย ๆ อย่างพันเกี่ยวเป็นรังของมันขึ้นมา", "starvation sets in": "ความหิวโหยเริ่มคุกคามเข้ามา", + "the sniper is dead": "สังหารพลซุ่มยิงสำเร็จ", "nothing": "ไม่มีอะไร", + "say his folk have been skimming the supplies.": "บอกว่าคนของเขากำลังพยายามหาเครื่องใช้และเสบียง", "Restart?": "เริ่มเกมใหม่?", "this is irreversible.": "การกระทำนี้ไม่สามารถย้อนกลับได้", + "the town's booming. word does get around.": "เมืองเริ่มคึกคักขึ้นมาก ผู้คนบอกกันปากต่อปากถึงเมืองนี้", "Dropbox connection": "เชื่อมต่อกับ Dropbox", + "arms and munitions, relics from the war, are neatly arranged on the store-room floor.": "อาวุธยุทโธปกรณ์สำหรับสงคราม ถูกวางอย่างประณีตในห้องเก็บของ", + "iron miner": "เหมืองเหล็ก", "give 100": "ให้ไป 100", + "Export": "Export", "the operating theatre has a lot of curious equipment.": "โรงละครมีของหลายอย่างที่น่าสนใจอย่างมาก", "A Sniper": "พลซุ่มยิง", + "the mysterious wanderer returns, cart piled high with wood.": "ผู้เดินทางลึกลับกลับมาที่นี่ รถเข็นพูนสูงไปด้วยไม้", "a snarling beast jumps out from behind a car.": "สัตว์ร้ายกระโดดออกมาจากหลังซากรถ", "precise": "ความแม่นยำ", + "looks like a camp of sorts up ahead.": "ดูเหมือนจะมีค่ายอะไรสักอย่างข้างหน้า", "bait": "เหยื่อล่อ", "The Sulphur Mine": "เหมืองกำมะถัน", "stunned": "มึนงง", + "a thief is caught": "โจรถูกจับไว้ได้", "a beggar arrives.": "ขอทานเดินทางมายังที่พัก", + "the strange bird is dead": "สังหารนกประหลาด", "*** EVENT ***": "*** เหตุการณ์พิเศษ ***", "the grass thrashes wildly as a huge lizard pushes through": "พงหญ้าเหวี่ยงไปมาอย่างรวดเร็วเมื่อกิ้งก่ายักษ์โจนออกมา", "medicine is needed immediately.": "ต้องการยาอย่างเร่งด่วน", "A Crashed Ship": "ซากยาน", + "the town lies abandoned, its citizens long dead": "เมืองถูกทิ้งร้าง ประชากรคงเสียชีวิตกันหมดแล้ว", "give 1 medicine": "ให้ยาไป 1", + "the old compass is dented and dusty, but it looks to work.": "เข็มทิศเก่ามีหน้าปัดเบี้ยวและขึ้นสนิม แต่ยังดูเหมือนจะใช้งานได้อยู่", "wood": "ไม้", + "A Forgotten Battlefield": "สนามรบที่ถูกลืม", + "the trees are gone. parched earth and blowing dust are poor replacements.": "ต้นไม้หายไปจากสายตา พื้นดินแห้งผากและลมพัดแรงเข้ามาแทนที่", + "lodge": "ซุ้มพราน", "the debris is denser here.": "ซากปรักหักพังเริ่มกีดขวางทางมากขึ้นในบริเวณนี้", "a scout stops for the night": "ผู้สำรวจแวะมาพักที่นี่", "a gunshot rings through the trees.": "เสียงปืนลังลั่นทั่วท้องถนน", + "pop ": "ประชากร ", "somewhere above the debris cloud, the wanderer fleet hovers. been on this rock too long.": "บนท้องฟ้า ยานลำหนึ่งของผู้เดินทางลอยขึ้นไป ดูเหมือนเราจะอยู่บนหินโง่ ๆ นี่นานไปเสียแล้ว", "iron mine": "เหมืองเหล็ก", "freezing": "หนาวเหน็บ", + "the world fades": "สิ่งรอบ ๆ ตัวเริ่มจางลงช้า ๆ", "some of the traps have been torn apart.": "กับดักส่วนหนึ่งถูกทำลาย", "not enough iron": "มีเหล็กไม่พอ", + "compass": "เข็มทิศ", "successfully saved to dropbox datastorage": "บันทึกลงใน dropbox สำเร็จ", + "builder says it'd be useful to have a steady source of bullets": "ผู้สร้างบอกว่าถ้าเราสามารถผลิตกระสุนได้เองก็คงจะดี", "a mysterious wanderer arrives": "ผู้เดินทางลึกลับปรากฏตัวขึ้น", "An Old House": "บ้านเก่า ๆ", + "bleached bones are strewn about the entrance. many, deeply scored with jagged grooves.": "โครงกระดูกกองเรี่ยรายหน้าทางเข้า บางชิ้นมีร่องรอยของการขูดขีดอย่างชัดเจน", + "as soon as the door is open a little bit, hundreds of tentacles erupt.": "เมื่อเปิดประตูออก หนวดประหลาดก็พุ่งส่วนออกมาทันที", "leather": "หนังฟอก", + "a sound comes from the tunnel, just ahead.": "มีเสียงอะไรบางอย่างดังมาจากข้างในของโพรง", + "investigate": "ตรวจดู", "the cave narrows a few feet in.": "ถ้ำเริ่มแคบลงเมื่อเดินลึกเข้าไป", "sword is sharp. good protection out in the wilds.": "ดาบมีคม เหมาะสำหรับการป้องกันตัวในป่า", "orange traffic cones are set across the street, faded and cracked.": "มีกรวยจลาจรอู่ข้างถนน สีของมันเลือนไปเกือบหมด", + "a large man attacks, waving a bayonet.": "ชายร่างใหญ่เข้ามาโจมตี เหวี่ยงดาบปลายปืนไปมา", + "the air is filled with dust, driven relentlessly by the hard winds.": "ละอองฝุ่งปนเปื้อนในอากาศ พัดไหวไปมาตามลม", "A Damp Cave": "ถ้าชื้นแฉะ", + "a gaunt man approaches, a crazed look in his eye": "ชายร่างผอมเกร็งวิ่งเข้ามา มีแววตาของความบ้าคลั่ง", "A Military Raid": "กองทหารโจมตี", + "the walls are moist and moss-covered": "ผนังมีน้ำไหลแลลชื้น ปกคลุมด้วยมอส", + "a giant lizard shambles forward": "กิ้งก่ายักษ์คืบคลานเข้ามา", "close": "ปิด", + "some medicine abandoned in the drawers.": "มียาเล็กน้อยถูกทิ้งไว้ในตู้", + "strange scales": "เกล็ดประหลาด", "bayonet": "ดาบปลายปืน", + "learned to throw punches with purpose": "เรียนรู้ที่จะต่อยอย่างมีจุดมุ่งหมาย", + "a shack stands at the center of the village.": "มีเพิงไม้ตั้งอยู่กล้าหมู่บ้าน", + "spare him": "ไว้ชีวิตเขา", "he smiles warmly and asks for lodgings for the night.": "เขายิ้มให้น้อย ๆ และขออาศัยอยู่ที่นี่สักคืน", "stealthy": "ซ่อนตัว", "the sulphur mine is clear of dangers": "เหมืองกำมะถันปลอดภัยสำหรับคนงานแล้ว", + "weapons": "อาวุธ", "the man is thankful.": "ชายคนนั้นขอบคุณ", + "broken streetlights stand, rusting. light hasn't graced this place in a long time.": "เสาไฟตั้งตระหง่าน สนิมเกาะกรัง คงจะไม่มีแสงไฟแตะที่แห่งนี้อยู่นานพอดู", + "shares what he knows about sneaking before he goes.": "เขามอบความรู้เกี่ยวกับการซ่อนตัวก่อนจากไป", "import": "Import", "available": "มีอยู่", + "A Shivering Man": "คนตัวสั่น", "the rest bury them.": "ส่วนที่เหลือก็ฝั่งพวกมันไป", + "smoldering": "คุกรุ่น", "the young settler was carrying a canvas sack.": "ผู้ตั้งรกรากหอบถุงผ้าใบมาด้วย", + "the ground is littered with small teeth": "บนพื้นมีเขี้ยวเล็ก ๆ กระจัดกระจายเต็มไปหมด", "the nest of a large animal lies at the back of the cave.": "ที่สุดปลายถ้ำมีรังของสัตว์ขนาดใหญ่อยู่", "A Tiny Village": "หมู่บ้านเล็ก ๆ ", "a tribe of elderly squatters is camped out in this ward.": "ชนเผ่าที่มีแต่คนชราปักหลักอาศัยอยู่ในหอผู้ป่วยแห่งนี้", "your are connected to dropbox with account / email ": "คุณเชื่อมต่อกับ dropbox", "Mesosphere": "Mesosphere", + "agree": "ตกลง", "the double doors creak endlessly in the wind.": "ประตูเปิดแง้มออกมีเสียงออดแอดตามลม", "not much here.": "ไม่มีอะไรอยู่แถวนี้", + "got it": "เข้าใจแล้ว", "choose one slot to load from": "เลือกช่องที่ต้องการโหลดบันทึก", "a cave lizard attacks": "กิ้งก่าถ้ำเข้าจู่โจม", + "men mill about, weapons at the ready.": "ผู้คนหรี่ตรงเข้ามา ยกอาวุธขึ้นพร้อมโจมตี", "l armour": "เกราะหนัง", "steelworks": "โรงหลอมโลหะ", + "A Ruined City": "ซากเมือง", "Noises": "เสียง", "can't tell what left it here.": "ไม่รู้ว่าใครทิ้งมันเอาไว้", "trees loom on the horizon. grasses gradually yield to a forest floor of dry branches and fallen leaves.": "ต้นไม้เริ่มปรากฏให้เห็น ทุ่งหญ้ารอบ ๆ ตัวจากไป เหลือแต่พื้นบนป่าที่มีใบไม้กิ้งไม้แห้งระเกะระกะ", + "a man stands over a dead wanderer. notices he's not alone.": "ชายคนหนึ่งยืนอยู่ข้างศพของผู้เดินทาง รับรู้ได้ว่าเขาไม่ได้อยู่เพียงลำพัง", "village": "หมู่บ้าน", + "cancel": "ยกเลิก", "put the save code here.": "ใส่รหัสบันทึกลงที่นี่", "hang him": "แขวนคอเขาซะ", + "inside, the remains of its victims are everywhere.": "มีซากศพของเหยื่อที่ถูกมันสังหารระเกะระกะภายใน", "this spear's not elegant, but it's pretty good at stabbing": "หอกเล่มนี้อาจไม่สวยงามนัก แต่ถ้าใช้แทงล่ะก็เชื่อมือได้เลย", "the forest is silent.": "ในป่าเงียบสงัด", "A Borehole": "หลุมอุกกาบาต", + "the night is silent.": "คำคืนนี้เงียบสงัด", "never go thirsty again": "ไม่ต้องทนหิวน้ำอีกต่อไป", "a small cache of supplies is tucked inside a rusting locker.": "กล่องเสบียงถูกยัดเอาไว้ในตู้สนิมเขรอะ", "learned to love the dry air": "เรียนรู้ที่จะรักอากาศแห้ง ๆ ", "workshop": "โรงงาน", + "A Barren World": "โลกที่รกร้างว่างเปล่า", "see farther": "มองเห็นได้ไกลขึ้น", "bolas": "บ่วงบาศก์", "the ground is littered with scraps of cloth": "เศษผ้าวางกระจัดกระจายเต็มพื้น", "The Coal Mine": "เหมืองถ่านหิน", "a huge lizard scrambles up out of the darkness of an old metro station.": "กิ้งก่ายักษ์ตะกายขึ้นมาจากสถานีรถไฟใต้ดินเก่า", "more voices can be heard ahead.": "เสียงต่าง ๆ ยังคงดังอยู่ข้างหน้า", + "A Large Village": "หมู่บ้านขนาดใหญ่", "precision": "ความแม่นยำ", "A Deserted Town": "เมืองร้าง", "the sickness spreads through the village.": "ไข้หวัดกระจายไปทั่วหมู่บ้าน", "won't say from where he came, but it's clear that he's not staying.": "ไม่ยอมบอกว่าเขามาจากที่ไหน แต่ที่แน่ ๆ เขาคงอยู่ที่นี่ไม่นาน", + "the crowd surges forward.": "กลุ่มคนโถมมาข้างหน้า", "the wanderer takes the charm and nods slowly.": "ผู้เดินทางรับเครื่องรางเอาไว้แล้วผงกศีรษะช้า ๆ ", + "the mysterious wanderer returns, cart piled high with furs.": "ผู้เดินทางลึกลับกลับมาพร้อมกับรถเข็มที่พูนไปด้วยแผ่นหนัง", "armoury": "โรงอาวุธ", + "searching the bodies yields a few supplies.": "มีเสบียงติดมากับซากศพเล็กน้อย", + "the torchlight casts a flickering glow down the hallway.": "คบไฟส่องแสงราง ๆ ไปตามทางเดิน", "Export / Import": "Export / Import", + "steelworker": "ช่างโลหะ", "the man-eater is dead": "ตัวกินคนถูกสังหาร", "learned to swing weapons with force": "เรียนรู้ที่จะซัดอาวุธเต็มกำลัง", + "the remaining settlers flee from the violence, their belongings forgotten.": "ผู้ตั้งถิ่นฐานหนีไปเมื่อเห็นการปะทะ ลืมของบางอย่างเอาไว้", + "a crudely made charm": "เครื่องรางที่แกะขึ้นอย่างหยาบ ๆ ", "cask": "กระติกน้ำ", "engine:": "เครื่องยนต์", + "the streets are empty.": "ถนนว่างเปล่า", "lizard": "กิ้งก่า", "Sulphur Mine": "เหมืองกำมะถัน", "export or import save data to dropbox datastorage": "export หรือ import บันทึกเกมด้วย dropbox", "the house has been ransacked.": "บ้านหลังนี้ถูกรื้อค้นจนเกลี้ยง", + "a thug is waiting on the other side of the wall.": "พวกนักเลงรออยู่ในอีกฟากของกำแพง", "the metallic tang of wanderer afterburner hangs in the air.": "มีกลิ่นโลหะของเครื่องยนต์ยานผู้เดินทางลอยอยู่ในอากาศจาง ๆ ", "large prints lead away, into the forest.": "รอยเท้าขนาดใหญ่นำทางเข้าไปในป่า", + "a startled beast defends its home": "สัตว์ป่าพยายามป้องกันดินแดนของตน", "there is nothing else here.": "ไม่มีอะไรอยู่แถวนี้อีกแล้ว", + "his time here, now, is his penance.": "เวลาที่เหลือของเขา ติดอยู่ที่นี่เพื่อเป็นการสำนักบาปในอดีต", "where the windows of the schoolhouse aren't shattered, they're blackened with soot.": "จุดที่หน้าต่างของโรงเรียนไม่แตกออก ก็ถูกปกคลุมด้วยเขม่าดำ", "hull:": "เกราะหุ้ม:", "scavenger": "คนเก็บขยะ", + "unarmed master": "ปรมาจารย์หมัดเปล่า", "the man says he's grateful. says he won't come around any more.": "ชายผู้นั้นขอบคุณ และกล่าวว่าเขาจะไม่มารบกวนอีก", + "laser rifle": "ปืนเลเซอร์", "sulphur mine": "เหมืองกำมะถัน", "buy compass": "ซื้อเข็มทิศ", "buy map": "ซื้อแผนที่", "scratching noises can be heard from the store room.": "มีเสียงขีดข่วนดังขึ้นมาจากห้องเก็บของ", "steel sword": "ดาบเหล็กกล้า", "descend": "ลงไป", + "asks for any spare furs to keep him warm at night.": "ขอเศษขนสัตว์เหลือ ๆ เพื่อห่มคลายหนาวให้กับเขาเอง", "A Raucous Village": "หมู่บ้านยิ่งใหญ่", + "the beggar expresses his thanks.": "ขอทานแสดงความขอบคุณ", "carrying more means longer expeditions to the wilds": "เก็บของได้มากขึ้นหมายถึงสำรวจได้นานขึ้น", "free {0}/{1}": "ที่ว่าง {0}/{1}", "Room": "ห้อง", "a swamp festers in the stagnant air.": "บึงมีกลิ่นฉุนกึกลอยละล่องอยู่ในอากาศรอบ ๆ ", "rotting reeds rise out of the swampy earth.": "ต้นกกเน่าเปื่อยลอยคว้างอยู่กลางน้ำโคลน", + "armoury's done, welcoming back the weapons of the past.": "โรงอาวุธสร้างขึ้นอย่างสมบูรณ์ พร้อมใช้งาน", "eat meat": "กินเนื้อ", + "slow metabolism": "เผาผลาญช้า", "camp fires burn by the entrance to the mine.": "มีกองไฟอยู่หน้าทางเข้าเหมือง", "the mouth of the cave is wide and dark.": "ปากถ้ำเปิดกว้างแต่มืดสนิท", "builder's not sure he's to be trusted.": "ผู้สร้างไม่เชื่อว่าผู้มาเยือนจะไว้ใจได้", "evasion": "หลบหลีก", + "buy bait": "ซื้อเหยื่อล่อ", "a pack of lizards rounds the corner.": "ฝูงกิ้งก่าล้อมทางหนีเอาไว้", "light fire": "จุดไฟ", + "waterskin": "ถุงใส่น้ำ", "scattered teeth": "เขี้ยวที่กระจัดกระจาย", "the door hangs open.": "ประตูเปิดอ้าเอาไว้", "buy:": "ซื้อ:", "load": "load", + "track them": "ตามรอยไป", "stores": "เก็บ", "now the nomads have a place to set up shop, they might stick around a while": "ทีนี้ผู้เร่ร่อนก็มีร้านเป็นของตนเอง พวกเขาน่าจะอยู่นานขึ้น", "A Dusty Path": "เส้นทางเปรอะฝุ่น", "armour": "ชุดเกราะ", "A Man-Eater": "ตัวกินคน", + "bring your friends.": "พาเพื่อนไปด้วย", "the compass points south": "เข็มทิศชี้ไปทางทิศใต้", + "the compass points north": "เข็มทิศชี้ไปทางทิศเหนือ", "The Sick Man": "คนป่วย", "yes": "ใช่", "martial artist": "นักสู้มือเปล่า", + "the traps contain ": "ในกับดักมี : ", "the old tower seems mostly intact.": "หอคอยใหญ่ ดูภายนอกสมบูรณ์ดี", "scales": "เกล็ด", + "bird must have liked shiney things.": "พวกนกน่าจะชอบของสะท้อนแสง", "the path leads to an abandoned mine": "เส้นทางนี้นำไปสู่เหมืองร้าง", + "the compass points northeast": "เข็มทิศชี้ไปทางทิศตะวันออกเฉียงเหนือ", "the camp is still, save for the crackling of the fires.": "ค่ายเงียบสงบดี มีเพียงเสียงของเปลวไฟและฟืนเป็นครั้งคราว", "he begs for medicine.": "เขามาขอยา", "save": "บันทึก", + "this waterskin'll hold a bit of water, at least": "อย่างน้อยถุงน้ำก็ยังเก็บน้ำมากกว่าไม่มีอะไรเลย", "turn him away": "ไล่เขาไป", + "the people here were broken a long time ago.": "ผู้คนที่นี่ไม่สามารถทำอะไรได้เป็นชิ้นเป็นอันมานานมากแล้ว", "a grizzled soldier attacks, waving a bayonet.": "ทหารท่าทางดุดันพุ่งเข้ามาโจมตี โบกดาบปลายปืนไปมา", "shivering man": "คนตัวสั่น", "The Mysterious Wanderer": "ผู้เดินทางลึกลับ", "A Huge Lizard": "กิ้งก่ายักษ์", + "boxer": "นักมวย", "a man joins the fight": "ชายคนหนึ่งเข้ามาร่วมวงด้วย", "An Outpost": "ค่ายพักแรม", "not enough meat": "มีเนื้อไม่พอ", + "some weird metal he picked up on his travels.": "โลหะประหลาดที่เขาเก้บมาได้จากการเดินทาง", "something's in there.": "มีอะไรบางอย่างข้างใน", + "restore more health when eating": "ฟื้นฟูพลังชีวิตมากขึ้นจากอาหาร", "A Snarling Beast": "สัตว์ร้าย", "Share": "Share", + "a haze falls over the village as the steelworks fires up": "หมอกควันปกคลุมหมู่บ้าน โรงเหล็กถูกสร้างขึ้นอย่างสมบูรณ์", "a large bird nests at the top of the stairs.": "มีรังนกขนาดใหญ่อยู่บนบันได", "an old wanderer sits inside, in a seeming trance.": "ผู้เดินทางชรานั่งอยู่ข้างใน ดูเหมือนกำลังครุ่นคิดเหม่อลอย", + "builder says the villagers could make steel, given the tools": "ผู้สร้างบอกว่าชาวบ้านสามารถสร้างเหล็กได้ ถ้ามีอุปกรณ์ให้", "continue": "ไปต่อ", + "there is no more water": "ไม่มีน้ำเหลืออยู่แล้ว", "flickering": "พริ้วไหว", "only the chief remains.": "มีเพียงหัวหน้าใหญ่เท่านั้นที่เหลืออยู่", + "go back inside": "กลับเข้าไปข้างใน", "a few items are scattered on the ground.": "มีของจำนวนหนึ่งระเกะระกะบนพื้น", "save this.": "เก็บเอาไว้", + "this old mine is not abandoned": "ดูเหมือนเหมืองเก่าจะไม่รกร้างซะทีเดียว", "a fight, maybe.": "คงจะต้องสู้", "behind the door, a deformed figure awakes and attacks.": "หลังบานประตู มีร่างประหลาดตื่นขึ้นมาและเข้าจู่โจมทันที", "twitter": "twitter", "baited trap": "กับดักติดเหยื่อ", "dead": "ดับมอด", + "the torch sputters and dies in the damp air": "คบไฟค่อย ๆ ดับมอดลงจากความชื้นในอากาศ", "export": "export", + "a few belongings rest against the walls.": "ของเหลือ ๆ บางอย่างพาดไว้กับผนัง", "not far from the village lies a large beast, its fur matted with blood.": "ไม่ไกลนักจากหมู่บ้าน มีสัตว์ร้ายที่ขนเปรอะไปด้วยเลือด", "an old iron mine sits here, tools abandoned and left to rust.": "มีเหมืองเหล็กเก่าที่นี่ อุปกรณ์ต่าง ๆ ถูกทิ้งเอาไว้ให้สนิมเกาะเฉย ๆ ", "but there is a cache of medicine under the floorboards.": "แต่ว่ามีกล่องเก็บยาอยู่ใต้พื้นอีกที", + "only dust and stains remain.": "เหลือเพียงฝุ่นเกรอะและคราบสนิม", "s armour": "เกราะเหล็กกล้า", "say he should be strung up as an example.": "เขาควรถูกแขวนคอเอาไว้เพื่อไม่ให้เป็นเยี่ยงอย่าง", "collected scraps spread across the floor like they fell from heaven.": "เศษซากกระจายเต็มพื้นราวกับว่ามันร่วมมาจากฟ้า", + "the darkness is absolute": "ความมืดไม่อาจหยั่งถึง", "A Ruined Trap": "ซากกับดัก", "not enough coal": "มีถ่านหินไม่พอ", + "ambushed on the street.": "ถูกซุ่มโจมตีบนถนน", "worth killing for, it seems.": "เหมือนจะมีค่าพอที่จะยอมตายแทน", "slash": "ฟัน", + "builder says she can make a cart for carrying wood": "ผู้สร้างบอกว่าเธอสามารถสร้างรถเข็นเพื่อช่วยขนไม้ได้", + "leather's not strong. better than rags, though.": "หนังสัตว์ไม่ทนทานนัก แต่ก็ยังดีกว่าเศษผ้าเก่า ๆ", "builder stokes the fire": "ผู้ก่อสร้างเติมฟืนให้กับไฟ", "say goodbye": "บอกลา", "A Silent Forest": "ป่าเงียบงัน", "builder's not sure she's to be trusted.": "ผู้สร้างไม่เชื่อใจเธอเท่าไรนัก", + "an old case is wedged behind a rock, covered in a thick layer of dust.": "กล่องเก่า ๆ ซุกอยู่ใต้กองหิน ปกคลุมด้วยฝุ่นหนาเตอะ", + "the point is made. in the next few days, the missing supplies are returned.": "ไม่กี่วันต่อมา เสบียงก็ถูกนำมาคืนด้วยความหวาดกลัว", + "a frail man stands defiantly, blocking the path.": "ชายท่าทางผอมแห้งพยายามขวางทางเอาไว้", "the plague rips through the village.": "โรคระบาดกระจายไปทั่วหมู่บ้าน", "an old wanderer arrives.": "ผู้เดินทางชรามาถึงที่พัก", "scavenger had a small camp in the school.": "พวกเก็บขยะตั้งค่ายในโรงเรียน", + "the compass points southwest": "เข็มทิศชี้ไปทางตะวันตกเฉียงใต้", "the wanderer leaves, cart loaded with wood": "ผู้เดินทางจากได้พร้อมกับรถเข็นที่จุไปด้วยไม้", + "Dropbox Export / Import": "Dropbox Export / Import", "maybe some useful stuff in the rubble.": "อาจจะมีของมีประโยชน์ติดอยู่หลังซากปรักหักพัง", + "google+": "google+", "ok": "โอเค", "a man hobbles up, coughing.": "ชายคนหนึ่งกระเพลกเข้ามา ไอเสียงดัง", "i armour": "เกราะเหล็ก", + "The Scout": "ผู้สำรวจ", "leaves a pile of small scales behind.": "ทิ้งกองเกล็ดประหลาดเล็ก ๆ เอาไว้", "pockets": "กระเป๋า", "stab": "แทง", + "time to move on.": "ได้เวลาไปต่อแล้ว", "the ground is littered with small scales": "มีเศษเกล็ดประหลาดกระจายเต็มพื้น", "not enough ": "มีไม่พอ", + "the stench of rot and death fills the operating theatres.": "กลิ่นเน่าเสียและซากศพลอยคลุ้งในโรงละคร", "burning": "ยังคงติดอยู่", "they must be here for a reason.": "พวกมันมาที่นี่เพื่ออะไรบางอย่าง", "a nomad arrives, looking to trade": "ผู้เร่ร่อนแวะผ่านมา ต้องการแลกเปลี่ยนอะไรสักอย่าง", "black powder and bullets, like the old days.": "ดินดำและกระสุน เหมือนในวันเก่า ๆ ", "restart the game?": "ต้องการเริ่มเกมใหม่หรือไม่?", "gastronome": "นักชิม", + "load from slot": "load จากช่อง", "energy cell": "เซลล์พลังงาน", "inside the hut, a child cries.": "มีเสียงเด็กร้องไห้ในกระท่อม", + "the compass points west": "เข็มทิศชี้ไปทางตะวันตก", "always worked before, at least.": "อย่างน้อยก็ใช้ได้เมื่อก่อน", "a scavenger draws close, hoping for an easy score": "คนเก็บขยะค่อย ๆ เคลื่อนที่เข้ามา หวังจะโจมตีทีเผลอ", "Sickness": "ไข้หวัด", "still a few drops of water in the old well.": "ยังมีน้ำเหลือบ้างในบ่อ", + "build:": "สร้าง:", "feral terror": "อสูรจรจัด", "signout": "signout", "A Beast Attack": "สัตว์ป่าเข้าโจมตี", + "Ready to Leave?": "พร้อมจะไปจากที่นี่หรือยัง?", "the house is abandoned, but not yet picked over.": "บ้านถูกทิ้งร้าง แต่ยังมีของบางอยากทิ้งไว้อยู่", + "time to get out of this place. won't be coming back.": "ได้เวลาไปจากที่นี่แล้ว เราจะไม่หันหลังกลับมาอีก", "the compass points northwest": "เข็มทิศชี้ไปทางตะวันตกเฉียงเหนือ", "the thirst becomes unbearable": "ความกระหายน้ำชักเกินจะทนไหว", "a beggar arrives": "ขอทานมาถึงที่พัก", + "a beast stands alone in an overgrown park.": "สัตว์ตัวหนึ่งยืนอยู่เดียวดายท่ามกลางสวนสาธารณะที่กลายเป็นป่ารกชัฏ", "he leaves a reward.": "เขาทิ้งของขวัญเอาไว้", + "nothing but downcast eyes.": "ไม่มีอะไรเหลืออยู่นอกจากความเศร้าโศก", "the scout says she's been all over.": "ผู้สำรวจบอกว่าเธอเดินทางไปทั่วทิศบนดาวนี้", + "the small settlement has clearly been burning a while.": "ที่แห่งนี้ถูกเผาทำลายมานานพอสมควร", "cloth": "ผ้า", "a second soldier opens fire.": "ทหารคนต่อมายิงปืนเข้ามาสมทบ", "dangerous to be this far from the village without proper protection": "เรามาไกลเกินไปจากหมู่บ้าน อันตรายมากหากไม่มีเครื่องป้องกันที่ดี", + "squeeze": "เบียดเข้าไป", "a pristine medicine cabinet at the end of a hallway.": "ยาที่อยู่ในสภาพสมบูรณ์เก็บอยู่ในตู้ที่สุดทางเดิน", + "scraps of fur": "เศษขนสัตว์", "a scavenger waits just inside the door.": "คนเก็บขยะรออยู่หลังประตู", + "the wind howls outside": "ลมพัดแรงข้างนอก", "the wagon can carry a lot of supplies": "เกวียนสามารถเก็บของได้จำนวนมาก", + "A Battlefield": "สนามรบ", "more soldiers will be on their way.": "ทหารอีกกลุ่มกำลังจะตามมาสมทบ", + "the shivering man is dead": "คนตัวสั่นเสียชีวิต", "builder finishes the smokehouse. she looks hungry.": "สร้างโรงรมควันสำเร็จ ผู้สร้างแสดงอาการหิวอย่างชัดเจน", + "the barrens break at a sea of dying grass, swaying in the arid breeze.": "พื้นดินเริ่มกลับมามีหญ้าปกคลุมบาง ๆ พริ้วไหวตามแรงลม", + "a snarling beast leaps out of the underbrush": "สัตว์ร้ายโจนออกมาจากพงหญ้า", "the place has been swept clean by scavengers.": "ที่นี่โดนกวาดเรียบโดยพวกเก็บเศษขยะ", "A Destroyed Village": "ซากหมู่บ้าน", "land blows more often": "โจมตีถูกเป้าได้แม่นยำขึ้น", "Space": "อวกาศ", + "it's been picked over by scavengers, but there's still some things worth taking.": "ที่นี่ถูกกวาดไปโดยพวกเก็บขยะ แต่น่าจะมีอะไรเหลืออยู่บ้าง", + "Thermosphere": "Thermosphere", "5 medicine": "ยารักษา 5 ", "do nothing": "ไม่สนใจ", "A Gaunt Man": "คนผอมแห้ง", + "Outside": "ภายนอก", "the snarling beast is dead": "สัตว์ร้ายถูกสังหาร", "bodies and supplies from both sides litter the ground.": "ซากศพและเสีบยงกระจัดกระจายเต็มพื้น", "the remains of an old house stand as a monument to simpler times": "เศษซากของบ้านเก่า ๆ ตั้งตระหง่าย เป็นสักญลักษณ์ของวันเก่า ๆ", +"a squatter stands firmly in the doorway of a small hut.": "ผู้อาศัยยืนกันบานประตูของกระท่อมเล็ก ๆ ", "lights flash through the alleys between buildings.": "ไฟสว่างวาบผ่านตรอกเล็ก ๆ ข้างอาคาร", "no": "ไม่", "{0} per {1}s": "{0} ต่อ {1}วินาที", "a weathered family takes up in one of the huts.": "ครอบครัวเล็ก ๆ เข้ามาอยู่อาศัยในกระท่อม", "run": "หนี", "Exosphere": "Exosphere", +"he speaks of once leading the great fleets to fresh worlds.": "เขากล่าวว่าครั้งหนึ่งตนเคยนำกองยานของผุ้เดินทางไปสู่โลกที่อุดมสมบูรณ์", +"builder says there are more wanderers. says they'll work, too.": "ผู้สร้างบอกว่ามีผู้เดินทางอีกมากอาศัยอยู่ในดินแดนนี้ พวกเขาพร้อมจะทำงานหากมีที่พัก", +"evasive": "หลบหลีก", "an old wanderer arrives": "ผู้เดินทางชรามาถึงที่พัก", "through the walls, shuffling noises can be heard.": "มีเสียงเบา ๆ ผ่านมาทางกำแพง", "melee weapons deal more damage": "อาวุธระยะประชิดโจมตีแรงขึ้น", "the compass points ": "เข็มทิศชี้ไปยัง", +"lets some light down into the dusty haze.": "แสงส่องผ่านหมอกควันจาง ๆ ", "the man swallows the medicine eagerly": "ชายคนนั้นกินยาอย่างเร่งรีบ", +"the days are spent with burials.": "ทุกคนไว้อาลัยที่สุสานกันทั้งวัน", "more traps to catch more creatures": "กับดักมากขึ้น จับสัตว์มากขึ้น", +"a man charges down the hall, a rusty blade in his hand": "ชายคนหนึ่งวิ่งเข้ามาในโถงทางเดิน มีดขึ้นสนิมอยู่ในกำมือ", +"it contains travelling gear, and a few trinkets.": "มีอุปกรณ์การเดินทางและของเล็ก ๆ น้อย ๆ ปนอยู่", "bullets": "กระสุน", +"the light from the fire spills from the windows, out into the dark": "แสงสว่างจากกองไฟส่องออกมาจากหน้าต่าง เข้าไปในความมืดมิด", +"tell him to leave": "ไล่เขาไป", "dry brush and dead branches litter the forest floor": "กิ่งไม้และใบไม้แห้ง ๆ เกลื่อนพื้นป่าไปหมด", +"tattered cloth": "ผ้าขาด ๆ ", "can't read the words.": "อ่านอะไรไม่ออกสักคำ", "tanner": "คนฟอกหนัง", +"should cure the meat, or it'll spoil. builder says she can fix something up.": "น่าจะตากเนื้อเอาไว้บ้าง ไม่เช่นนั้นมันจะเน่าไป", +"or migrating computers": "หรือย้ายเครื่อง", "water:{0}": "น้ำ:{0}", "still time to rescue a few supplies.": "ยังมีเวลาเก้บของเล็กน้อย", +"teeth": "เขี้ยว", "villagers could help hunt, given the means": "ชาวบ้านสามารถช่วยล่าสัตว์ได้ ถ้ามีเครื่องมือ", "the beast is dead.": "ฆ่าสัตว์ป่าได้สำเร็จ", +"feral howls echo out of the darkness.": "อสูรจรจัดหอนขึ้นมาในความมืด", "The Iron Mine": "เหมืองเหล็ก", "wild beasts attack the villagers": "สัตว์ป่าโจมตีหมู่บ้าน", +"predators become prey. price is unfair": "ผู้ล่ากลับกลายเป็นเหยื่อ ความสูยเสียไม่อาจคาดเดา" +,"troops storm the village": "ทหารบุกรุกหมู่บ้าน","warefare is bloodthristy":"สงครามนองเลือด..","nothing was found":"ไม่เจออะไรเลย" + + + +}); diff --git a/lang/th/strings.po b/lang/th/strings.po new file mode 100644 index 0000000..4f45a97 --- /dev/null +++ b/lang/th/strings.po @@ -0,0 +1,3450 @@ +msgid "" +msgstr "" +"Project-Id-Version: \n" +"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" +"POT-Creation-Date: 2015-07-24 14:18+0700\n" +"PO-Revision-Date: 2015-07-24 22:58+0700\n" +"Last-Translator: Pachara Niyomkong \n" +"Language-Team: \n" +"Language: th \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: Poedit 1.8.3\n" +"X-Poedit-Basepath: .\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#: script/dropbox.js:64 +msgid "Dropbox connection" +msgstr "เชื่อมต่อกับ Dropbox" + +#: script/dropbox.js:67 +msgid "connect game to dropbox local storage" +msgstr "เชื่อมต่อเกมเข้ากับ dropbox" + +# command +#: script/dropbox.js:70 +msgid "connect" +msgstr "เชื่อมต่อ" + +# command +#: script/dropbox.js:77 script/dropbox.js:109 script/dropbox.js:136 +#: script/dropbox.js:167 script/engine.js:278 script/engine.js:311 +msgid "cancel" +msgstr "ยกเลิก" + +#: script/dropbox.js:88 script/dropbox.js:180 +msgid "Dropbox Export / Import" +msgstr "Dropbox Export / Import" + +#: script/dropbox.js:91 +msgid "export or import save data to dropbox datastorage" +msgstr "export หรือ import บันทึกเกมด้วย dropbox" + +#: script/dropbox.js:92 +msgid "your are connected to dropbox with account / email " +msgstr "คุณเชื่อมต่อกับ dropbox" + +# command +#: script/dropbox.js:95 +msgid "save" +msgstr "บันทึก" + +# command +#: script/dropbox.js:99 +msgid "load" +msgstr "load" + +# command +#: script/dropbox.js:104 +msgid "signout" +msgstr "ออกจากระบบ" + +#: script/dropbox.js:115 +msgid "choose one slot to save to" +msgstr "เลือกช่องที่ต้องการบันทึก" + +#: script/dropbox.js:121 +msgid "save to slot" +msgstr "ช่องบันทึก" + +#: script/dropbox.js:144 +msgid "choose one slot to load from" +msgstr "เลือกช่องที่ต้องการโหลดบันทึก" + +#: script/dropbox.js:151 +msgid "load from slot" +msgstr "load จากช่อง" + +#: script/dropbox.js:183 +msgid "successfully saved to dropbox datastorage" +msgstr "บันทึกลงใน dropbox สำเร็จ" + +#: script/dropbox.js:184 +msgid "error while saving to dropbox datastorage" +msgstr "มีอะไรบางอย่างผิดพลาดกับการเก็บข้อมูลใน dropbox" + +#: script/dropbox.js:187 +msgid "ok" +msgstr "โอเค" + +#: script/engine.js:16 +msgid "boxer" +msgstr "นักมวย" + +#: script/engine.js:17 +msgid "punches do more damage" +msgstr "หมัดสร้างความเสียหายมากขึ้น" + +#: script/engine.js:20 +msgid "learned to throw punches with purpose" +msgstr "เรียนรู้ที่จะต่อยอย่างมีจุดมุ่งหมาย" + +#: script/engine.js:23 +msgid "martial artist" +msgstr "นักสู้มือเปล่า" + +#: script/engine.js:24 +msgid "punches do even more damage." +msgstr "กำปั้นสร้างความเสียหายให้กับศัตรูมากยิ่งขึ้น" + +#: script/engine.js:25 +msgid "learned to fight quite effectively without weapons" +msgstr "เรียนรู้ที่จะต่อสู้เมื่อไม่มีอาวุธ" + +#: script/engine.js:30 +msgid "unarmed master" +msgstr "ปรมาจารย์หมัดเปล่า" + +#: script/engine.js:31 +msgid "punch twice as fast, and with even more force" +msgstr "ต่อยด้วยความรวดเร็วเป็นสองเท่า และรุนแรงมากยิ่งขึ้นไปอีก" + +#: script/engine.js:32 +msgid "learned to strike faster without weapons" +msgstr "เรียนรู้ที่จะจู่โจมได้เร็วขึ้นโดยไม่ใช้อาวุธ" + +#: script/engine.js:35 +msgid "barbarian" +msgstr "คนเถื่อน" + +#: script/engine.js:36 +msgid "melee weapons deal more damage" +msgstr "อาวุธระยะประชิดโจมตีแรงขึ้น" + +#: script/engine.js:37 +msgid "learned to swing weapons with force" +msgstr "เรียนรู้ที่จะซัดอาวุธเต็มกำลัง" + +#: script/engine.js:40 +msgid "slow metabolism" +msgstr "เผาผลาญช้า" + +#: script/engine.js:41 +msgid "go twice as far without eating" +msgstr "เดินทางได้ไกลขึ้นโดยไม่กินอาหาร" + +#: script/engine.js:42 +msgid "learned how to ignore the hunger" +msgstr "เรียนรู้ที่จะเพิกเฉยต่อความหิวโหย" + +#: script/engine.js:45 +msgid "desert rat" +msgstr "ชาวทะเลทราย" + +#: script/engine.js:46 +msgid "go twice as far without drinking" +msgstr "เดินทางได้ไกลขึ้นโดยไม่ดื่มน้ำ" + +#: script/engine.js:47 +msgid "learned to love the dry air" +msgstr "เรียนรู้ที่จะรักอากาศแห้ง ๆ " + +#: script/engine.js:50 +msgid "evasive" +msgstr "หลบหลีก" + +#: script/engine.js:51 +msgid "dodge attacks more effectively" +msgstr "หลบการโจมตีได้ดีขั้น" + +#: script/engine.js:52 +#, fuzzy +msgid "learned to be where they're not" +msgstr "เรียนรู้ที่จะหลบหลีกอันตราย" + +#: script/engine.js:55 +msgid "precise" +msgstr "ความแม่นยำ" + +#: script/engine.js:56 +msgid "land blows more often" +msgstr "โจมตีถูกเป้าได้แม่นยำขึ้น" + +#: script/engine.js:57 +msgid "learned to predict their movement" +msgstr "เรียนรู้ที่จะคาดการณ์การเคลื่อนไหวศัตรูล่วงหน้า" + +#: script/engine.js:60 +msgid "scout" +msgstr "ผู้สำรวจ" + +#: script/engine.js:61 +msgid "see farther" +msgstr "มองเห็นได้ไกลขึ้น" + +#: script/engine.js:62 +msgid "learned to look ahead" +msgstr "เรียนรู้ที่จะมองให้ไกลออกไป" + +#: script/engine.js:65 +msgid "stealthy" +msgstr "ซ่อนตัว" + +#: script/engine.js:66 +msgid "better avoid conflict in the wild" +msgstr "หลีกเลี่ยงการต่อสู้ในป่า" + +#: script/engine.js:67 +msgid "learned how not to be seen" +msgstr "เรียนรู้ที่จะไม่ถูกมองเห็น" + +#: script/engine.js:70 +msgid "gastronome" +msgstr "นักชิม" + +#: script/engine.js:71 +msgid "restore more health when eating" +msgstr "ฟื้นฟูพลังชีวิตมากขึ้นจากอาหาร" + +#: script/engine.js:72 +msgid "learned to make the most of food" +msgstr "เรียนรู้การกินอาหารอย่างคุ้มค่า" + +#: script/engine.js:142 script/engine.js:481 +msgid "lights off." +msgstr "lights off." + +#: script/engine.js:148 script/space.js:450 +msgid "restart." +msgstr "restart." + +#: script/engine.js:154 +msgid "share." +msgstr "share." + +#: script/engine.js:160 +msgid "save." +msgstr "save." + +#: script/engine.js:169 +msgid "dropbox." +msgstr "dropbox." + +#: script/engine.js:176 +msgid "app store." +msgstr "app store." + +#: script/engine.js:182 +msgid "github." +msgstr "github." + +#: script/engine.js:261 +msgid "Export / Import" +msgstr "Export / Import" + +# line 1 +#: script/engine.js:265 +msgid "export or import save data, for backing up" +msgstr "ส่งหรือรับข้อมูลเกม สำหรับการเก็บรักษา" + +# line 2 +#: script/engine.js:266 +msgid "or migrating computers" +msgstr "หรือย้ายเครื่อง" + +# command +#: script/engine.js:270 +msgid "export" +msgstr "export" + +# command +#: script/engine.js:274 script/engine.js:306 +msgid "import" +msgstr "import" + +#: script/engine.js:285 +msgid "are you sure?" +msgstr "คุณแน่ใจหรือไม่?" + +#: script/engine.js:286 +msgid "if the code is invalid, all data will be lost." +msgstr "ถ้าใส่รหัสผิดพลาด ข้อมูลทั้งหมดจะหายไป" + +#: script/engine.js:287 +msgid "this is irreversible." +msgstr "การกระทำนี้ไม่สามารถย้อนกลับได้" + +# command +#: script/engine.js:291 script/engine.js:377 +msgid "yes" +msgstr "ใช่" + +# command +#: script/engine.js:296 script/engine.js:382 +msgid "no" +msgstr "ไม่" + +#: script/engine.js:302 +msgid "put the save code here." +msgstr "ใส่รหัสบันทึกลงที่นี่" + +#: script/engine.js:334 +msgid "Export" +msgstr "Export" + +#: script/engine.js:337 +msgid "save this." +msgstr "เก็บเอาไว้" + +# command +#: script/engine.js:342 +msgid "got it" +msgstr "เข้าใจแล้ว" + +#: script/engine.js:371 +msgid "Restart?" +msgstr "เริ่มเกมใหม่?" + +#: script/engine.js:374 +msgid "restart the game?" +msgstr "ต้องการเริ่มเกมใหม่หรือไม่?" + +#: script/engine.js:405 +msgid "Share" +msgstr "Share" + +#: script/engine.js:408 +msgid "bring your friends." +msgstr "ชวนเพื่อนมาด้วย" + +#: script/engine.js:411 +msgid "facebook" +msgstr "facebook" + +#: script/engine.js:418 +msgid "google+" +msgstr "google+" + +#: script/engine.js:425 +msgid "twitter" +msgstr "twitter" + +#: script/engine.js:432 +msgid "reddit" +msgstr "reddit" + +#: script/engine.js:439 +msgid "close" +msgstr "ปิด" + +#: script/engine.js:474 script/engine.js:477 +msgid "lights on." +msgstr "lights on." + +# {0}: production/consumption unit +# {1}: number of seconds +#: script/engine.js:584 +msgid "{0} per {1}s" +msgstr "{0} ต่อ {1}วินาที" + +# command +#: script/events.js:142 +msgid "eat meat" +msgstr "กินเนื้อ" + +# command +#: script/events.js:162 +msgid "use meds" +msgstr "ใช้ยา" + +#: script/events.js:360 script/events.js:405 +msgid "miss" +msgstr "พลาดเป้า" + +#: script/events.js:373 script/events.js:418 +msgid "stunned" +msgstr "มึนงง" + +# command +#: script/events.js:494 script/events/global.js:42 script/events/global.js:59 +#: script/events/room.js:142 script/events/room.js:162 +#: script/events/room.js:182 script/events/setpieces.js:25 +#: script/events/setpieces.js:48 script/events/setpieces.js:65 +#: script/events/setpieces.js:83 script/events/setpieces.js:106 +#: script/events/setpieces.js:537 script/events/setpieces.js:1255 +#: script/events/setpieces.js:2953 script/events/setpieces.js:2987 +#: script/events/setpieces.js:3010 script/events/setpieces.js:3047 +#: script/events/setpieces.js:3100 script/events/setpieces.js:3129 +#: script/events/setpieces.js:3175 script/events/setpieces.js:3302 +#: script/events/setpieces.js:3324 script/events/setpieces.js:3444 +#: script/events/setpieces.js:3468 script/events/setpieces.js:3501 +#: script/events/setpieces.js:3520 script/events/setpieces.js:3545 +#: script/events/setpieces.js:3573 +msgid "leave" +msgstr "ออก" + +#: script/events.js:780 +msgid "*** EVENT ***" +msgstr "*** เหตุการณ์พิเศษ ***" + +#: script/localization.js:4 +msgid "saved." +msgstr "saved." + +#: script/localization.js:5 +msgid "wood" +msgstr "ไม้" + +#: script/localization.js:6 +msgid "builder" +msgstr "ผู้สร้าง" + +#: script/localization.js:7 +#, fuzzy +msgid "teeth" +msgstr "เขี้ยว" + +#: script/localization.js:8 +msgid "meat" +msgstr "เนื้อ" + +#: script/localization.js:9 +msgid "fur" +msgstr "ขนสัตว์" + +#: script/localization.js:10 +#, fuzzy +msgid "alien alloy" +msgstr "โลหะต่างดาว" + +#: script/localization.js:11 +msgid "bullets" +msgstr "กระสุน" + +#: script/localization.js:12 +msgid "charm" +msgstr "เครื่องราง" + +#: script/localization.js:13 script/path.js:148 +msgid "leather" +msgstr "หนังฟอก" + +#: script/localization.js:14 script/path.js:146 +msgid "iron" +msgstr "เหล็ก" + +#: script/localization.js:15 script/path.js:144 +msgid "steel" +msgstr "เหล็กกล้า" + +#: script/localization.js:16 +msgid "coal" +msgstr "ถ่านหิน" + +#: script/localization.js:17 +msgid "sulphur" +msgstr "กำมะถัน" + +#: script/localization.js:18 +msgid "energy cell" +msgstr "เซลล์พลังงาน" + +#: script/localization.js:19 script/room.js:167 +msgid "torch" +msgstr "คบไฟ" + +#: script/localization.js:20 +msgid "medicine" +msgstr "ยา" + +#: script/localization.js:21 script/outside.js:20 +msgid "hunter" +msgstr "พราน" + +#: script/localization.js:22 script/outside.js:28 +msgid "trapper" +msgstr "ผู้ดักสัตว์" + +#: script/localization.js:23 script/outside.js:36 +msgid "tanner" +msgstr "คนฟอกหนัง" + +#: script/localization.js:24 +msgid "grenade" +msgstr "ระเบิดมือ" + +#: script/localization.js:25 +msgid "bolas" +msgstr "บ่วงบาศก์" + +#: script/localization.js:26 +msgid "bayonet" +msgstr "ดาบปลายปืน" + +#: script/localization.js:27 script/outside.js:44 +msgid "charcutier" +msgstr "คนตากเนื้อ" + +#: script/localization.js:28 script/outside.js:53 +msgid "iron miner" +msgstr "เหมืองเหล็ก" + +#: script/localization.js:29 +msgid "iron mine" +msgstr "เหมืองเหล็ก" + +#: script/localization.js:30 script/outside.js:61 +msgid "coal miner" +msgstr "เหมืองถ่าน" + +#: script/localization.js:31 +msgid "coal mine" +msgstr "เหมืองถ่าน" + +#: script/localization.js:32 script/outside.js:69 +msgid "sulphur miner" +msgstr "เหมืองกำมะถัน" + +#: script/localization.js:33 +msgid "sulphur mine" +msgstr "เหมืองกำมะถัน" + +#: script/localization.js:34 script/outside.js:86 +msgid "armourer" +msgstr "ช่างอาวุธ" + +#: script/localization.js:35 script/outside.js:77 +msgid "steelworker" +msgstr "ช่างโลหะ" + +# use plural if your language admits it (like "teeth" and "scales") +#: script/localization.js:36 +msgid "bait" +msgstr "เหยื่อล่อ" + +#: script/localization.js:37 script/localization.js:44 +msgid "cured meat" +msgstr "เนื้อแห้ง" + +#: script/localization.js:38 script/localization.js:43 +#, fuzzy +msgid "scales" +msgstr "เกล็ด" + +#: script/localization.js:39 +msgid "compass" +msgstr "เข็มทิศ" + +#: script/localization.js:40 +msgid "laser rifle" +msgstr "ปืนเลเซอร์" + +#: script/localization.js:41 script/outside.js:13 +msgid "gatherer" +msgstr "คนเก็บฟืน" + +#: script/localization.js:42 +msgid "cloth" +msgstr "ผ้า" + +#: script/localization.js:45 +msgid "thieves" +msgstr "โจร" + +#: script/localization.js:46 +msgid "not enough fur" +msgstr "มีขนสัตว์ไม่เพียงพอ" + +#: script/localization.js:47 +msgid "not enough wood" +msgstr "มีไม้ไม่เพียงพอ" + +#: script/localization.js:48 +msgid "not enough coal" +msgstr "มีถ่านหินไม่พอ" + +#: script/localization.js:49 +msgid "not enough iron" +msgstr "มีเหล็กไม่พอ" + +#: script/localization.js:50 +msgid "not enough steel" +msgstr "มีเหล็กกล้าไม่พอ" + +#: script/localization.js:51 +msgid "not enough sulphur" +msgstr "มีกำมะถันไม่พอ" + +#: script/localization.js:52 +msgid "baited trap" +msgstr "กับดักติดเหยื่อ" + +#: script/localization.js:53 +msgid "not enough scales" +msgstr "มีเกล็ดไม่เพียงพอ" + +#: script/localization.js:54 +msgid "not enough cloth" +msgstr "มีเศษผ้าไม่เพียงพอ" + +#: script/localization.js:55 +msgid "not enough teeth" +msgstr "มีเขี้ยวไม่เพียงพอ" + +#: script/localization.js:56 +msgid "not enough leather" +msgstr "มีหนังฟอกไม่เพียงพอ" + +#: script/localization.js:57 +msgid "not enough meat" +msgstr "มีเนื้อไม่พอ" + +#: script/localization.js:58 +msgid "the compass points east" +msgstr "เข็มทิศชี้ไปทางตะวันออก" + +#: script/localization.js:59 +msgid "the compass points west" +msgstr "เข็มทิศชี้ไปทางตะวันตก" + +#: script/localization.js:60 +msgid "the compass points north" +msgstr "เข็มทิศชี้ไปทางทิศเหนือ" + +#: script/localization.js:61 +msgid "the compass points south" +msgstr "เข็มทิศชี้ไปทางทิศใต้" + +#: script/localization.js:62 +msgid "the compass points northeast" +msgstr "เข็มทิศชี้ไปทางทิศตะวันออกเฉียงเหนือ" + +#: script/localization.js:63 +msgid "the compass points northwest" +msgstr "เข็มทิศชี้ไปทางทิศตะวันตกเฉียงเหนือ" + +#: script/localization.js:64 +msgid "the compass points southeast" +msgstr "เข็มทิศชี้ไปทางทิศตะวันออกเฉียงใต้" + +#: script/localization.js:65 +msgid "the compass points southwest" +msgstr "เข็มทิศชี้ไปทางทิศตะวันตกเฉียงใต้" + +#: script/localization.js:72 +msgid "stores" +msgstr "เก็บ" + +#: script/localization.js:73 +msgid "weapons" +msgstr "อาวุธ" + +# introduces available buildings +#: script/localization.js:74 +msgid "build:" +msgstr "สร้าง:" + +# introduces items which can be crafted +#: script/localization.js:75 +msgid "craft:" +msgstr "สร้าง:" + +# introduces list of marketable items +#: script/localization.js:76 +msgid "buy:" +msgstr "ซื้อ:" + +#: script/localization.js:77 +msgid "supplies:" +msgstr "เสบียง:" + +#: script/localization.js:78 +msgid "perks:" +msgstr "ความสามารถพิเศษ:" + +#: script/localization.js:79 +msgid "take:" +msgstr "take:" + +#: script/localization.js:80 +msgid "drop:" +msgstr "drop:" + +#: script/localization.js:81 +msgid "forest" +msgstr "ป่า" + +#: script/localization.js:82 +msgid "village" +msgstr "หมู่บ้าน" + +#: script/outside.js:5 +msgid "Outside" +msgstr "ภายนอก" + +#: script/outside.js:100 +msgid "scraps of fur" +msgstr "เศษขนสัตว์" + +#: script/outside.js:105 +msgid "bits of meat" +msgstr "เศษเนื้อ" + +#: script/outside.js:110 +msgid "strange scales" +msgstr "เกล็ดประหลาด" + +#: script/outside.js:115 +msgid "scattered teeth" +msgstr "เขี้ยวที่กระจัดกระจาย" + +#: script/outside.js:120 +msgid "tattered cloth" +msgstr "ผ้าขาด ๆ " + +#: script/outside.js:125 +msgid "a crudely made charm" +msgstr "เครื่องรางที่แกะขึ้นอย่างหยาบ ๆ " + +#: script/outside.js:142 script/outside.js:536 +msgid "A Silent Forest" +msgstr "ป่าเงียบงัน" + +# command +#: script/outside.js:170 +msgid "gather wood" +msgstr "เก็บไม้" + +#: script/outside.js:187 +msgid "a stranger arrives in the night" +msgstr "คนแปลกหน้าเข้ามาอาศัยในเวลาค่ำ" + +#: script/outside.js:189 +msgid "a weathered family takes up in one of the huts." +msgstr "ครอบครัวเล็ก ๆ เข้ามาอยู่อาศัยในกระท่อม" + +#: script/outside.js:191 +msgid "a small group arrives, all dust and bones." +msgstr "กลุ่มคนเล็ก ๆ เดินทางมาถึง ผอมแห้งหิวโซ" + +#: script/outside.js:193 +msgid "a convoy lurches in, equal parts worry and hope." +msgstr "ผู้คุ้มกันโจนเข้ามาอย่างกล้า ๆ กลัว ๆ" + +#: script/outside.js:195 +msgid "the town's booming. word does get around." +msgstr "เมืองเริ่มคึกคักขึ้นมาก ผู้คนบอกกันปากต่อปากถึงเมืองนี้" + +# short for population +# mind the whitespace at the end! +#: script/outside.js:426 +msgid "pop " +msgstr "ประชากร " + +# command +#: script/outside.js:517 +msgid "check traps" +msgstr "ตรวจดูกับดัก" + +#: script/outside.js:538 +msgid "A Lonely Hut" +msgstr "กระท่อมเดียวดาย" + +#: script/outside.js:540 +msgid "A Tiny Village" +msgstr "หมู่บ้านเล็ก ๆ " + +#: script/outside.js:542 +msgid "A Modest Village" +msgstr "หมู่บ้านทั่วไป" + +#: script/outside.js:544 +msgid "A Large Village" +msgstr "หมู่บ้านขนาดใหญ่" + +#: script/outside.js:546 +msgid "A Raucous Village" +msgstr "หมู่บ้านยิ่งใหญ่" + +#: script/outside.js:558 +msgid "the sky is grey and the wind blows relentlessly" +msgstr "ท้องฟ้าเป็นสีเทา ลมพัดกระหน่ำแรง" + +#: script/outside.js:568 +msgid "dry brush and dead branches litter the forest floor" +msgstr "กิ่งไม้และใบไม้แห้ง ๆ เกลื่อนพื้นป่าไปหม" + +# mind the whitespace at the end! +#: script/outside.js:596 +msgid "the traps contain " +msgstr "ในกับดักมี : " + +# separates the last object found in traps. +# mind the whitespaces at the beginning and end! +#: script/outside.js:603 +msgid " and " +msgstr " และ " + +#: script/path.js:33 script/path.js:312 +msgid "A Dusty Path" +msgstr "เส้นทางเปรอะฝุ่น" + +# command +#: script/path.js:50 +msgid "embark" +msgstr "ออกเดินทาง" + +#: script/path.js:68 +msgid "the compass points " +msgstr "เข็มทิศชี้ไปยัง " + +#: script/path.js:142 +msgid "none" +msgstr "ไม่มี" + +#: script/path.js:152 +msgid "armour" +msgstr "ชุดเกราะ" + +#: script/path.js:164 +msgid "water" +msgstr "น้ำ" + +# Legend for free space when embarking +#: script/path.js:243 script/world.js:306 +msgid "free {0}/{1}" +msgstr "ที่ว่าง {0}/{1}" + +#: script/path.js:267 +msgid "weight" +msgstr "น้ำหนัก" + +#: script/path.js:269 +msgid "available" +msgstr "มีอยู่" + +#: script/room.js:22 +msgid "trap" +msgstr "กับดัก" + +#: script/room.js:25 +msgid "" +"builder says she can make traps to catch any creatures might still be alive " +"out there" +msgstr "" +"ผู้สร้างบอกว่าเธอน่าจะประกอบกับดักง่าย ๆ ไว้จับสัตว์" +"ที่อาจจะอยู่ข้างนอกนั่นได้" + +#: script/room.js:26 +msgid "more traps to catch more creatures" +msgstr "กับดักมากขึ้น จับสัตว์มากขึ้น" + +#: script/room.js:27 +msgid "more traps won't help now" +msgstr "มีกับดักมากไปกว่านี้ก็คงไม่ช่วยอะไรแล้ว" + +#: script/room.js:37 +msgid "cart" +msgstr "รถเข็น" + +#: script/room.js:40 +msgid "builder says she can make a cart for carrying wood" +msgstr "ผู้สร้างบอกว่าเธอสามารถสร้างรถเข็นเพื่อช่วยขนไม้ได้" + +#: script/room.js:41 +msgid "the rickety cart will carry more wood from the forest" +msgstr "รถเข็นจะช่วยให้เก็บไม้จากป่าได้มากขึ้น" + +#: script/room.js:50 +msgid "hut" +msgstr "กระท่อม" + +#: script/room.js:53 +msgid "builder says there are more wanderers. says they'll work, too." +msgstr "" +"ผู้สร้างบอกว่ามีผู้เดินทางอีกมากอาศัยอยู่ในดินแดนนี้ พวกเขาพร้อมจะทำงานหากมีที่พัก" + +#: script/room.js:54 +msgid "builder puts up a hut, out in the forest. says word will get around." +msgstr "ผู้สร้างตั้งกระท่อมเล็ก ๆ ที่ชายป่า เธอบอกว่าข่าวเรื่องที่พักจะกระจายออกไป" + +#: script/room.js:55 +msgid "no more room for huts." +msgstr "ไม่มีที่สำหรับกระท่อมแล้ว" + +#: script/room.js:65 +msgid "lodge" +msgstr "ซุ้มพราน" + +#: script/room.js:68 +msgid "villagers could help hunt, given the means" +msgstr "ชาวบ้านสามารถช่วยล่าสัตว์ได้ ถ้ามีเครื่องมือ" + +#: script/room.js:69 +msgid "the hunting lodge stands in the forest, a ways out of town" +msgstr "ซุ้มพรานถูกสร้างขึ้น ไกลออกไปจากตัวเมือง" + +#: script/room.js:80 +msgid "trading post" +msgstr "ท่าสินค้า" + +#: script/room.js:83 +msgid "a trading post would make commerce easier" +msgstr "ท่าสินค้าจะทำให้การซื้อขายงายขึ้นมาก" + +#: script/room.js:84 +msgid "" +"now the nomads have a place to set up shop, they might stick around a while" +msgstr "" +"ทีนี้ผู้เร่ร่อนก็มีร้านเป็นของตนเอง พวกเขาน่าจะอยู่นานขึ้น" +"" + +#: script/room.js:94 +msgid "tannery" +msgstr "โรงฟอกหนัง" + +#: script/room.js:97 +msgid "builder says leather could be useful. says the villagers could make it." +msgstr "" +"ผู้สร้างบอกว่าหนังฟอกน่าจะมีประโยชน์ พวกชาวบ้านน่าจะทำกันได้" + +#: script/room.js:98 +#, fuzzy +msgid "tannery goes up quick, on the edge of the village" +msgstr "โรงฟอกหนังถูกตั้งไว้ที่ปลายของหมู่บ้าน" + +#: script/room.js:108 +msgid "smokehouse" +msgstr "โรงรมเนื้อ" + +#: script/room.js:111 +msgid "" +"should cure the meat, or it'll spoil. builder says she can fix something up." +msgstr "" +"น่าจะตากเนื้อเอาไว้บ้าง ไม่เช่นนั้นมันจะเน่าไป" +"" + +#: script/room.js:112 +msgid "builder finishes the smokehouse. she looks hungry." +msgstr "สร้างโรงรมควันสำเร็จ ผู้สร้างแสดงอาการหิวอย่างชัดเจน" + +#: script/room.js:122 +msgid "workshop" +msgstr "โรงงาน" + +#: script/room.js:125 +msgid "builder says she could make finer things, if she had the tools" +msgstr "" +"ผู้สร้างบอกว่าเธอสามารถสร้างของที่ประณีตกว่านี้ก็ได้ ถ้าเธอมีอุปกรณ์ครบ" +"" + +#: script/room.js:126 +msgid "workshop's finally ready. builder's excited to get to it" +msgstr "โรงงานถูกตั้งขึ้นในที่สุด ผู้สร้างดูจะดีใจกว่าใครเพื่อนเป็นพิเศษ" + +#: script/room.js:137 +msgid "steelworks" +msgstr "โรงหลอมโลหะ" + +#: script/room.js:140 +msgid "builder says the villagers could make steel, given the tools" +msgstr "" +"ผู้สร้างบอกว่าชาวบ้านสามารถสร้างเหล็กได้ ถ้ามีอุปกรณ์ให้" + +#: script/room.js:141 +msgid "a haze falls over the village as the steelworks fires up" +msgstr "หมอกควันปกคลุมหมู่บ้าน โรงเหล็กถูกสร้างขึ้นอย่างสมบูรณ์" + +#: script/room.js:152 +msgid "armoury" +msgstr "โรงอาวุธ" + +#: script/room.js:155 +msgid "builder says it'd be useful to have a steady source of bullets" +msgstr "ผู้สร้างบอกว่าถ้าเราสามารถผลิตกระสุนได้เองก็คงจะดี" + +#: script/room.js:156 +msgid "armoury's done, welcoming back the weapons of the past." +msgstr "โรงอาวุธสร้างขึ้นอย่างสมบูรณ์ พร้อมใช้งาน" + +#: script/room.js:170 +msgid "a torch to keep the dark away" +msgstr "คบไฟใช้ขับไล่ความมืด" + +#: script/room.js:179 +msgid "waterskin" +msgstr "ถุงใส่น้ำ" + +#: script/room.js:183 +msgid "this waterskin'll hold a bit of water, at least" +msgstr "อย่างน้อยถุงน้ำก็ยังเก็บน้ำมากกว่าไม่มีอะไรเลย" + +#: script/room.js:191 +msgid "cask" +msgstr "กระติกน้ำ" + +#: script/room.js:195 +msgid "the cask holds enough water for longer expeditions" +msgstr "กระบอกน้ำเก็บน้ำไว้ได้สำหรับการเดินทางระยะยาว" + +#: script/room.js:204 +msgid "water tank" +msgstr "ถังน้ำ" + +#: script/room.js:208 +msgid "never go thirsty again" +msgstr "ไม่ต้องทนหิวน้ำอีกต่อไป" + +#: script/room.js:217 +msgid "bone spear" +msgstr "หอกกระดูก" + +#: script/room.js:220 +msgid "this spear's not elegant, but it's pretty good at stabbing" +msgstr "หอกเล่มนี้อาจไม่สวยงามนัก แต่ถ้าใช้แทงล่ะก็เชื่อมือได้เลย" + +#: script/room.js:229 script/world.js:300 +msgid "rucksack" +msgstr "ถุงหนัง" + +#: script/room.js:233 +msgid "carrying more means longer expeditions to the wilds" +msgstr "เก็บของได้มากขึ้นหมายถึงสำรวจได้นานขึ้น" + +#: script/room.js:241 +msgid "wagon" +msgstr "เกวียน" + +#: script/room.js:245 +msgid "the wagon can carry a lot of supplies" +msgstr "เกวียนสามารถเก็บของได้จำนวนมาก" + +#: script/room.js:254 +msgid "convoy" +msgstr "ผู้คุ้มกัน" + +#: script/room.js:258 +msgid "the convoy can haul mostly everything" +msgstr "ผู้คุ้มกันสามารถช่วยขนของได้แทบทุกอย่าง" + +# short for "leather armour" +#: script/room.js:268 +msgid "l armour" +msgstr "เกราะหนัง" + +#: script/room.js:271 +msgid "leather's not strong. better than rags, though." +msgstr "หนังสัตว์ไม่ทนทานนัก แต่ก็ยังดีกว่าเศษผ้าเก่า ๆ" + +# short for "iron armour" +#: script/room.js:280 +msgid "i armour" +msgstr "เกราะเหล็ก" + +#: script/room.js:283 +msgid "iron's stronger than leather" +msgstr "เหล็กทนทานกว่าหนังสัตว์" + +# short for "steel armour" +#: script/room.js:292 +msgid "s armour" +msgstr "เกราะเหล็กกล้า" + +#: script/room.js:295 +msgid "steel's stronger than iron" +msgstr "เหล็กกล้าแข็งแกร่งกว่าเหล็กทั่ว ๆ ไป" + +#: script/room.js:304 +msgid "iron sword" +msgstr "ดาบเหล็ก" + +#: script/room.js:307 +msgid "sword is sharp. good protection out in the wilds." +msgstr "ดาบมีคม เหมาะสำหรับการป้องกันตัวในป่า" + +#: script/room.js:317 +msgid "steel sword" +msgstr "ดาบเหล็กกล้า" + +#: script/room.js:320 +#, fuzzy +msgid "the steel is strong, and the blade true." +msgstr "โลหะแข็งแรงดี และใบดาบก็คมกริบ" + +#: script/room.js:330 +msgid "rifle" +msgstr "ปืนยาว" + +#: script/room.js:332 +msgid "black powder and bullets, like the old days." +msgstr "ดินดำและกระสุน เหมือนในวันเก่า ๆ " + +#: script/room.js:464 +msgid "Room" +msgstr "ห้อง" + +#: script/room.js:492 script/room.js:617 +msgid "A Dark Room" +msgstr "ห้องมืด" + +# command +#: script/room.js:507 +msgid "light fire" +msgstr "จุดไฟ" + +# command +#: script/room.js:518 +#, fuzzy +msgid "stoke fire" +msgstr "เติมฟืน" + +# introduces "room state" +#: script/room.js:557 script/room.js:568 script/room.js:716 script/room.js:720 +#, fuzzy +msgid "the room is {0}" +msgstr "ในห้อง {0}" + +# introduces "fire state" +#: script/room.js:558 script/room.js:567 script/room.js:685 +#, fuzzy +msgid "the fire is {0}" +msgstr "ไฟ {0}" + +#: script/room.js:578 +msgid "" +"the stranger is standing by the fire. she says she can help. says she builds " +"things." +msgstr "" +"หญิงสาวแปลกหน้านั่งอยู่ข้างกองไฟ เธอบอกว่าเธอสามารถช่วยสร้างสิ่งต่าง ๆ ได้" +"" + +# room state +#: script/room.js:593 +msgid "freezing" +msgstr "หนาวเหน็บ" + +# room state +#: script/room.js:594 +msgid "cold" +msgstr "หนาวเย็น" + +# room state +#: script/room.js:595 +#, fuzzy +msgid "mild" +msgstr "เริ่มอุ่น" + +# room state +#: script/room.js:596 +msgid "warm" +msgstr "อุ่น" + +# room state +#: script/room.js:597 +msgid "hot" +msgstr "ร้อน" + +# fire state +#: script/room.js:609 +#, fuzzy +msgid "dead" +msgstr "ดับมอด" + +# fire state +#: script/room.js:610 +msgid "smoldering" +msgstr "คุกรุ่น" + +# fire state +#: script/room.js:611 +#, fuzzy +msgid "flickering" +msgstr "พริ้วไหว" + +# fire state +#: script/room.js:612 +msgid "burning" +msgstr "ยังคงติดอยู่" + +# fire state +#: script/room.js:613 +#, fuzzy +msgid "roaring" +msgstr "ลุกโชติช่วง" + +#: script/room.js:617 +#, fuzzy +msgid "A Firelit Room" +msgstr "ห้องแสงไฟ" + +#: script/room.js:655 +msgid "not enough wood to get the fire going" +msgstr "มีไม้ไม่พอสำหรับต่อไฟ" + +#: script/room.js:668 +msgid "the wood has run out" +msgstr "ฟืนเริ่มเหลือน้อยเต้มที่" + +#: script/room.js:688 +msgid "the light from the fire spills from the windows, out into the dark" +msgstr "แสงสว่างจากกองไฟส่องออกมาจากหน้าต่าง เข้าไปในความมืดมิด" + +#: script/room.js:701 +#, fuzzy +msgid "builder stokes the fire" +msgstr "ผู้ก่อสร้างเติมฟืนให้กับไฟ" + +#: script/room.js:731 +#, fuzzy +msgid "the wind howls outside" +msgstr "ลมพัดแรงข้างนอก" + +#: script/room.js:732 +msgid "the wood is running out" +msgstr "ไม้ฟืนเริ่มเหลือน้อยลงเต็มที่" + +#: script/room.js:739 +#, fuzzy +msgid "a ragged stranger stumbles through the door and collapses in the corner" +msgstr "คนแปลกหน้าในเศษผ้าคลุมเก่า ๆ เดินเข้ามาทางประตูและล้มลงตรงมุมห้อง" + +#: script/room.js:747 +#, fuzzy +msgid "" +"the stranger shivers, and mumbles quietly. her words are unintelligible." +msgstr "หญิงแปลกหน้าตัวสั่นเทิม กระซิบกระซาบอะไรบางอย่างไม่เป็นภาษา" + +#: script/room.js:750 +msgid "the stranger in the corner stops shivering. her breathing calms." +msgstr "คนแปลกหน้าที่มุมห้องหยุดสั่นลง เธอเริ่มหายใจอย่างสงบ" + +#: script/room.js:908 script/room.js:956 +msgid "not enough " +msgstr "มีไม่พอ " + +#: script/room.js:928 +msgid "builder just shivers" +msgstr "ผู้สร้างเริ่มรู้สึกเย็น" + +#: script/ship.js:11 +msgid "Ship" +msgstr "ยาน" + +#: script/ship.js:28 +#, fuzzy +msgid "An Old Starship" +msgstr "ยานอวกาศเก่า" + +#: script/ship.js:41 +#, fuzzy +msgid "hull:" +msgstr "เกราะหุ้ม:" + +#: script/ship.js:48 +msgid "engine:" +msgstr "เครื่องยนต์:" + +# command +#: script/ship.js:56 +#, fuzzy +msgid "reinforce hull" +msgstr "เสริมเกราะหุ้ม" + +# command +#: script/ship.js:66 +#, fuzzy +msgid "upgrade engine" +msgstr "เสริมเครื่องยนต์" + +# command +#: script/ship.js:76 script/ship.js:152 +#, fuzzy +msgid "lift off" +msgstr "ปล่อยยาน" + +#: script/ship.js:101 +#, fuzzy +msgid "" +"somewhere above the debris cloud, the wanderer fleet hovers. been on this " +"rock too long." +msgstr "" +"บนท้องฟ้า ยานลำหนึ่งของผู้เดินทางลอยขึ้นไป ดูเหมือนเราจะอยู่บนหินโง่ ๆ นี่นานไปเสียแล้ว" +"" + +#: script/ship.js:116 script/ship.js:129 +#, fuzzy +msgid "not enough alien alloy" +msgstr "มีโลหะต่างดาวไม่เพียงพอ" + +#: script/ship.js:144 +msgid "Ready to Leave?" +msgstr "พร้อมจะไปจากที่นี่หรือยัง?" + +#: script/ship.js:148 +msgid "time to get out of this place. won't be coming back." +msgstr "ได้เวลาไปจากที่นี่แล้ว เราจะไม่หันหลังกลับมาอีก" + +# command to cancel "lift off" action +#: script/ship.js:160 +#, fuzzy +msgid "linger" +msgstr "รออยู่ต่อ" + +# mind the whitespace at the end! +#: script/space.js:45 +#, fuzzy +msgid "hull: " +msgstr "เกราะหุ้ม: " + +#: script/space.js:81 +msgid "Troposphere" +msgstr "Troposphere" + +#: script/space.js:83 +msgid "Stratosphere" +msgstr "Stratosphere" + +#: script/space.js:85 +msgid "Mesosphere" +msgstr "Mesosphere" + +#: script/space.js:87 +msgid "Thermosphere" +msgstr "Thermosphere" + +#: script/space.js:89 +msgid "Exosphere" +msgstr "Exosphere" + +#: script/space.js:91 +msgid "Space" +msgstr "อวกาศ" + +#: script/space.js:432 +msgid "score for this game: {0}" +msgstr "คะแนนในรอบนี้: {0}" + +#: script/space.js:439 +msgid "total score: {0}" +msgstr "คะแนนรวม: {0}" + +#: script/world.js:48 +msgid "punch" +msgstr "ชก" + +# command for bone spear attack +#: script/world.js:54 +msgid "stab" +msgstr "แทง" + +# command for iron sword attack +#: script/world.js:60 +#, fuzzy +msgid "swing" +msgstr "ฟาด" + +# command for steel sword attack +#: script/world.js:66 +#, fuzzy +msgid "slash" +msgstr "ฟัน" + +# command for bayonet attack +#: script/world.js:72 +msgid "thrust" +msgstr "เสียบ" + +# command for rifle attack +#: script/world.js:78 +msgid "shoot" +msgstr "ยิง" + +# command for laser rifle attack +#: script/world.js:85 +msgid "blast" +msgstr "ยิงลำแสง" + +# command for grenade attack +#: script/world.js:92 +#, fuzzy +msgid "lob" +msgstr "ขว้างระเบิด" + +# command for bolas attack +#: script/world.js:99 +#, fuzzy +msgid "tangle" +msgstr "รวบตัว" + +# leave   as whitespace +#: script/world.js:124 +msgid "An Outpost" +msgstr "ค่ายพักแรม" + +# leave   as whitespace +#: script/world.js:125 +msgid "Iron Mine" +msgstr "เหมืองเหล็ก" + +# leave   as whitespace +#: script/world.js:126 +msgid "Coal Mine" +msgstr "เหมืองถ่าน" + +# leave   as whitespace +#: script/world.js:127 +msgid "Sulphur Mine" +msgstr "เหมืองกำมะถัน" + +# leave   as whitespace +#: script/world.js:128 +msgid "An Old House" +msgstr "บ้านเก่า" + +# leave   as whitespace +#: script/world.js:129 +msgid "A Damp Cave" +msgstr "ถ้าชื้นแฉะ" + +# leave   as whitespace +#: script/world.js:130 +msgid "An Abandoned Town" +msgstr "เมืองร้าง" + +# leave   as whitespace +#: script/world.js:131 +msgid "A Ruined City" +msgstr "ซากเมือง" + +# leave   as whitespace +#: script/world.js:132 +#, fuzzy +msgid "A Crashed Starship" +msgstr "ซากยานอวกาศ" + +# leave   as whitespace +#: script/world.js:133 +msgid "A Borehole" +msgstr "หลุมอุกกาบาต" + +# leave   as whitespace +#: script/world.js:134 +msgid "A Battlefield" +msgstr "สนามรบ" + +# leave   as whitespace +#: script/world.js:135 +msgid "A Murky Swamp" +msgstr "บึง" + +# leave   as whitespace +#: script/world.js:140 +msgid "A Destroyed Village" +msgstr "ซากหมู่บ้าน" + +#: script/world.js:270 +msgid "water:{0}" +msgstr "น้ำ:{0}" + +#: script/world.js:298 +msgid "pockets" +msgstr "กระเป๋า" + +# short for health points +#: script/world.js:323 +#, fuzzy +msgid "hp: {0}/{1}" +msgstr "hp: {0}/{1}" + +# item counter when finding supplies +#: script/world.js:330 +msgid "{0}:{1}" +msgstr "{0}:{1}" + +#: script/world.js:365 +msgid "dangerous to be this far from the village without proper protection" +msgstr "เรามาไกลเกินไปจากหมู่บ้าน อันตรายมากหากไม่มีเครื่องป้องกันที่ดี" + +#: script/world.js:367 +msgid "safer here" +msgstr "ที่นี่ปลอดภัย" + +#: script/world.js:473 +msgid "the meat has run out" +msgstr "ไม่มีเนื้อเหลืออยู่แล้ว" + +#: script/world.js:479 +msgid "starvation sets in" +msgstr "ความหิวโหยเริ่มคุกคามเข้ามา" + +#: script/world.js:505 +msgid "there is no more water" +msgstr "ไม่มีน้ำเหลืออยู่แล้ว" + +#: script/world.js:509 +msgid "the thirst becomes unbearable" +msgstr "ความกระหายน้ำชักเกินจะทนไหว" + +#: script/world.js:582 +#, fuzzy +msgid "the trees yield to dry grass. the yellowed brush rustles in the wind." +msgstr "" +"ต้นไม้หายไปจากบริเวณ เหลือแต่ผืนหญ้าแห้ง พุ่มไม้สีเหลืองเสียดสีกันเองตามสายลม" +"" + +#: script/world.js:585 +#, fuzzy +msgid "" +"the trees are gone. parched earth and blowing dust are poor replacements." +msgstr "ต้นไม้หายไปจากสายตา พื้นดินแห้งผากและลมพัดแรงเข้ามาแทนที่" + +#: script/world.js:592 +#, fuzzy +msgid "" +"trees loom on the horizon. grasses gradually yield to a forest floor of dry " +"branches and fallen leaves." +msgstr "" +"ต้นไม้เริ่มปรากฏให้เห็น ทุ่งหญ้ารอบ ๆ ตัวจากไป" +"เหลือแต่พื้นบนป่าที่มีใบไม้กิ้งไม้แห้งระเกะระกะ" + +#: script/world.js:595 +#, fuzzy +msgid "the grasses thin. soon, only dust remains." +msgstr "หญ้าเริ่มบางลงจากบริเวณ เหลือเพียงแต่ฝุ่นทราย" + +#: script/world.js:602 +#, fuzzy +msgid "the barrens break at a sea of dying grass, swaying in the arid breeze." +msgstr "" +"พื้นดินเริ่มกลับมามีหญ้าปกคลุมบาง ๆ พริ้วไหวตามแรงลม" + +#: script/world.js:605 +#, fuzzy +msgid "" +"a wall of gnarled trees rises from the dust. their branches twist into a " +"skeletal canopy overhead." +msgstr "" +"ถึงชายป่า ต้นไม้บิดเบี้ยวแทงขึ้นมาจากพื้นฝุ่น " +"กิ่งใบประกอบกันเหมือนซี่โครงน่าขยะแขยง" + +#: script/world.js:812 +msgid "Wanderer" +msgstr "ผู้เดินทาง" + +#: script/world.js:817 +msgid "The Village" +msgstr "หมู่บ้าน" + +#: script/world.js:847 +#, fuzzy +msgid "the world fades" +msgstr "สิ่งรอบ ๆ ตัวเริ่มจางลงช้า ๆ" + +#: script/world.js:950 script/events/setpieces.js:2966 +msgid "water replenished" +msgstr "น้ำถูกเติมจนเต็ม" + +#: script/world.js:979 +msgid "A Barren World" +msgstr "โลกที่รกร้างว่างเปล่า" + +#: script/events/encounters.js:7 +msgid "A Snarling Beast" +msgstr "สัตว์ร้าย" + +#: script/events/encounters.js:15 +msgid "snarling beast" +msgstr "สัตว์ร้าย" + +#: script/events/encounters.js:16 +msgid "the snarling beast is dead" +msgstr "สัตว์ร้ายถูกสังหาร" + +#: script/events/encounters.js:39 +msgid "a snarling beast leaps out of the underbrush" +msgstr "สัตว์ร้ายโจนออกมาจากพงหญ้า" + +#: script/events/encounters.js:44 +#, fuzzy +msgid "A Gaunt Man" +msgstr "คนผอมแห้ง" + +#: script/events/encounters.js:52 +#, fuzzy +msgid "gaunt man" +msgstr "คนผอมแห้ง" + +#: script/events/encounters.js:53 +#, fuzzy +msgid "the gaunt man is dead" +msgstr "ชายผอมแห้งเสียชีวิต" + +#: script/events/encounters.js:76 +msgid "a gaunt man approaches, a crazed look in his eye" +msgstr "ชายร่างผอมเกร็งวิ่งเข้ามา มีแววตาของความบ้าคลั่ง" + +#: script/events/encounters.js:81 +msgid "A Strange Bird" +msgstr "นกประหลาด" + +#: script/events/encounters.js:89 +msgid "strange bird" +msgstr "นกประหลาด" + +#: script/events/encounters.js:90 +msgid "the strange bird is dead" +msgstr "สังหารนกประหลาด" + +#: script/events/encounters.js:113 +msgid "a strange looking bird speeds across the plains" +msgstr "นกหน้าตาประหลาดโฉบมาตามทุ่งราบ" + +#: script/events/encounters.js:119 +msgid "A Shivering Man" +msgstr "คนตัวสั่น" + +#: script/events/encounters.js:127 +msgid "shivering man" +msgstr "คนตัวสั่น" + +#: script/events/encounters.js:128 +msgid "the shivering man is dead" +msgstr "คนตัวสั่นเสียชีวิต" + +#: script/events/encounters.js:156 +msgid "a shivering man approaches and attacks with surprising strength" +msgstr "ชายตัวสั่นเทิมโจนเข้ามา และโจมตีด้วยความรุนแรงอย่างไม่น่าเชื่อ" + +#: script/events/encounters.js:161 +msgid "A Man-Eater" +msgstr "ตัวกินคน" + +#: script/events/encounters.js:169 +msgid "man-eater" +msgstr "อสูรกินคน" + +#: script/events/encounters.js:170 +msgid "the man-eater is dead" +msgstr "ตัวกินคนถูกสังหาร" + +#: script/events/encounters.js:193 +msgid "a large creature attacks, claws freshly bloodied" +msgstr "สัตว์ประหลาดขนาดใหญ่เข้ามาโจมตี กรงเล็บของมันยังคงเปื้อนเลือดสด ๆ อยู่" + +#: script/events/encounters.js:198 +#, fuzzy +msgid "A Scavenger" +msgstr "คนเก็บขยะ" + +#: script/events/encounters.js:206 +#, fuzzy +msgid "scavenger" +msgstr "คนเก็บขยะ" + +#: script/events/encounters.js:207 +#, fuzzy +msgid "the scavenger is dead" +msgstr "คนเก็บขยะถูกสังหาร" + +#: script/events/encounters.js:235 +msgid "a scavenger draws close, hoping for an easy score" +msgstr "คนเก็บขยะค่อย ๆ เคลื่อนที่เข้ามา หวังจะโจมตีทีเผลอ" + +#: script/events/encounters.js:240 +msgid "A Huge Lizard" +msgstr "กิ้งก่ายักษ์" + +#: script/events/encounters.js:248 +msgid "lizard" +msgstr "กิ้งก่า" + +#: script/events/encounters.js:249 +msgid "the lizard is dead" +msgstr "กิ้งก่าถูกสังหาร" + +#: script/events/encounters.js:272 +#, fuzzy +msgid "the grass thrashes wildly as a huge lizard pushes through" +msgstr "พงหญ้าเหวี่ยงไปมาอย่างรวดเร็วเมื่อกิ้งก่ายักษ์โจนออกมา" + +#: script/events/encounters.js:278 +msgid "A Feral Terror" +msgstr "อสูรจรจัด" + +#: script/events/encounters.js:286 +msgid "feral terror" +msgstr "อสูรจรจัด" + +#: script/events/encounters.js:287 +msgid "the feral terror is dead" +msgstr "อสูรจรจัดถูกสังหาร" + +#: script/events/encounters.js:310 +#, fuzzy +msgid "a beast, wilder than imagining, erupts out of the foliage" +msgstr "สัตว์อสูรหน้าตาผิดเพี้ยนเกินจินตนาการโจนตัวออกมาจากสุมทุมพุ่มไม้" + +#: script/events/encounters.js:315 +msgid "A Soldier" +msgstr "ทหาร" + +#: script/events/encounters.js:323 +msgid "soldier" +msgstr "ทหาร" + +#: script/events/encounters.js:324 +msgid "the soldier is dead" +msgstr "ทหารเสียชีวิต" + +#: script/events/encounters.js:353 +msgid "a soldier opens fire from across the desert" +msgstr "ทหารยิงปืนเข้ามาใส่จากอีกฟากของเนินทราย" + +#: script/events/encounters.js:358 +msgid "A Sniper" +msgstr "พลซุ่มยิง" + +#: script/events/encounters.js:366 +msgid "sniper" +msgstr "พลซุ่มยิง" + +#: script/events/encounters.js:367 +msgid "the sniper is dead" +msgstr "สังหารพลซุ่มยิงสำเร็จ" + +#: script/events/encounters.js:396 +#, fuzzy +msgid "a shot rings out, from somewhere in the long grass" +msgstr "เสียงปืนดังขึ้นจากบางแห่งในพงหญ้า" + +#: script/events/global.js:6 +msgid "The Thief" +msgstr "โจร" + +#: script/events/global.js:13 +msgid "the villagers haul a filthy man out of the store room." +msgstr "ชาวบ้านขนชายท่าทางสกปรกออกมาจากห้องเก็บของ" + +#: script/events/global.js:14 +#, fuzzy +msgid "say his folk have been skimming the supplies." +msgstr "บอกว่าคนของเขากำลังพยายามหาเครื่องใช้และเสบียง" + +#: script/events/global.js:15 +msgid "say he should be strung up as an example." +msgstr "เขาควรถูกแขวนคอเอาไว้เพื่อไม่ให้เป็นเยี่ยงอย่าง" + +#: script/events/global.js:17 +msgid "a thief is caught" +msgstr "โจรถูกจับไว้ได้" + +# command +#: script/events/global.js:21 +msgid "hang him" +msgstr "แขวนคอเขาซะ" + +# command +#: script/events/global.js:25 +msgid "spare him" +msgstr "ไว้ชีวิตเขา" + +#: script/events/global.js:32 +msgid "the villagers hang the thief high in front of the store room." +msgstr "ชาวบ้านแขวนคอพวกโจรเหนือขื่อห้องเก็บของ" + +#: script/events/global.js:33 +#, fuzzy +msgid "" +"the point is made. in the next few days, the missing supplies are returned." +msgstr "" +"ไม่กี่วันต่อมา เสบียงก็ถูกนำมาคืนด้วยความหวาดกลัว" +"" + +#: script/events/global.js:49 +msgid "the man says he's grateful. says he won't come around any more." +msgstr "ชายผู้นั้นขอบคุณ และกล่าวว่าเขาจะไม่มารบกวนอีก" + +#: script/events/global.js:50 +#, fuzzy +msgid "shares what he knows about sneaking before he goes." +msgstr "เขามอบความรู้เกี่ยวกับการซ่อนตัวก่อนจากไป" + +#: script/events/outside.js:6 +msgid "A Ruined Trap" +msgstr "ซากกับดัก" + +#: script/events/outside.js:13 +msgid "some of the traps have been torn apart." +msgstr "กับดักส่วนหนึ่งถูกทำลาย" + +#: script/events/outside.js:14 +msgid "large prints lead away, into the forest." +msgstr "รอยเท้าขนาดใหญ่นำทางเข้าไปในป่า" + +#: script/events/outside.js:22 +msgid "some traps have been destroyed" +msgstr "กับดักบางส่วนถูกทำลาย" + +# command +#: script/events/outside.js:26 +msgid "track them" +msgstr "ตามรอยไป" + +# command +#: script/events/outside.js:30 script/events/room.js:71 +#: script/events/room.js:122 +msgid "ignore them" +msgstr "เพิกเฉยเสีย" + +#: script/events/outside.js:37 +msgid "the tracks disappear after just a few minutes." +msgstr "รอยเท้าหายไปหลังจากตามได้ไม่นานนัก" + +#: script/events/outside.js:38 +msgid "the forest is silent." +msgstr "ในป่าเงียบสงัด" + +# command +#: script/events/outside.js:42 script/events/outside.js:59 +#: script/events/outside.js:98 script/events/outside.js:115 +#: script/events/outside.js:166 script/events/outside.js:183 +#: script/events/outside.js:215 script/events/outside.js:247 +msgid "go home" +msgstr "กลับบ้าน" + +#: script/events/outside.js:49 +msgid "not far from the village lies a large beast, its fur matted with blood." +msgstr "" +"ไม่ไกลนักจากหมู่บ้าน มีสัตว์ร้ายที่ขนเปรอะไปด้วยเลือด" + +#: script/events/outside.js:50 +msgid "it puts up little resistance before the knife." +msgstr "มันไม่สู้คมมีดมากนัก" + +#: script/events/outside.js:68 +msgid "Sickness" +msgstr "ไข้หวัด" + +#: script/events/outside.js:75 +msgid "a sickness is spreading through the village." +msgstr "โรคประหลาดเริ่มแพร่ไปในหมู่บ้าน" + +#: script/events/outside.js:76 script/events/outside.js:132 +msgid "medicine is needed immediately." +msgstr "ต้องการยาอย่างเร่งด่วน" + +# command +#: script/events/outside.js:82 +msgid "1 medicine" +msgstr "1 ยา" + +# command +#: script/events/outside.js:87 +msgid "ignore it" +msgstr "เพิกเฉยเสีย" + +#: script/events/outside.js:94 +msgid "the sickness is cured in time." +msgstr "โรคร้ายได้รับการรักษาทันเวลา" + +#: script/events/outside.js:105 +msgid "the sickness spreads through the village." +msgstr "ไข้หวัดกระจายไปทั่วหมู่บ้าน" + +#: script/events/outside.js:106 +msgid "the days are spent with burials." +msgstr "ทุกคนไว้อาลัยที่สุสานกันทั้งวัน" + +#: script/events/outside.js:107 script/events/outside.js:174 +msgid "the nights are rent with screams." +msgstr "คำคืนนั้นเต็มไปด้วยเสียงร้องโหยหวน" + +#: script/events/outside.js:124 +msgid "Plague" +msgstr "โรคระบาด" + +#: script/events/outside.js:131 +msgid "a terrible plague is fast spreading through the village." +msgstr "โรคระบาดกระจายไปอย่างรวดเร็วทั่วหมู่บ้าน" + +# command +#: script/events/outside.js:138 +msgid "buy medicine" +msgstr "ซื้อยา" + +# command +#: script/events/outside.js:144 +msgid "5 medicine" +msgstr "5 ยา" + +# command +#: script/events/outside.js:149 +msgid "do nothing" +msgstr "ไม่สนใจ" + +#: script/events/outside.js:156 +msgid "the plague is kept from spreading." +msgstr "โรคระบาดถูกหยุดไว้ได้" + +#: script/events/outside.js:157 +msgid "only a few die." +msgstr "มีไม่กี่คนเท่านั้นที่เสียชีวิต" + +#: script/events/outside.js:158 +#, fuzzy +msgid "the rest bury them." +msgstr "ส่วนที่เหลือก็ฝั่งพวกเขาไป" + +#: script/events/outside.js:173 +#, fuzzy +msgid "the plague rips through the village." +msgstr "โรคระบาดกระจายไปทั่วหมู่บ้าน" + +#: script/events/outside.js:175 +msgid "the only hope is a quick death." +msgstr "ความหวังเดียวคือการตายอย่างไม่ทรมาน" + +#: script/events/outside.js:192 +msgid "A Beast Attack" +msgstr "สัตว์ป่าเข้าโจมตี" + +#: script/events/outside.js:199 +msgid "a pack of snarling beasts pours out of the trees." +msgstr "ฝูงสัตว์ร้ายโถมออกมาจากต้นไม้รอบ ๆ " + +#: script/events/outside.js:200 +#, fuzzy +msgid "the fight is short and bloody, but the beasts are repelled." +msgstr "" +"การต่อสู้เป็นไปอย่างรวดเร็วและดุเดือน สัตว์ประหลาดถูกขับไล่ไปได้" + +#: script/events/outside.js:201 +msgid "the villagers retreat to mourn the dead." +msgstr "ชาวบ้านล่าถอยกลับมาเพื่อทำพิธีให้กับผู้ตาย" + +#: script/events/outside.js:224 +msgid "A Military Raid" +msgstr "กองทหารโจมตี" + +#: script/events/outside.js:231 +msgid "a gunshot rings through the trees." +msgstr "เสียงปืนลังลั่นทั่วท้องถนน" + +#: script/events/outside.js:232 +#, fuzzy +msgid "well armed men charge out of the forest, firing into the crowd." +msgstr "กลุ่มคนติดอาวุธอย่างดีระดมเข้ามาจากทางป่าและยิงเข้ามา" + +#: script/events/outside.js:233 +#, fuzzy +msgid "after a skirmish they are driven away, but not without losses." +msgstr "" +"หลังจากการปะทะ พวกมันก็ถูกขับไล่ออกไป แต่ก็ด้วยราคาที่เจ็บปวด" + +#: script/events/room.js:6 +msgid "The Nomad" +msgstr "ผู้เร่ร่อน" + +#: script/events/room.js:13 +msgid "" +"a nomad shuffles into view, laden with makeshift bags bound with rough twine." +msgstr "" +"ผู้เร่ร่อนเดินทางมายังที่พักพร้อมกับถุงหนังขนาดใหญ่มัดด้วยเชือกหยาบ ๆ " + +#: script/events/room.js:14 +msgid "won't say from where he came, but it's clear that he's not staying." +msgstr "ไม่ยอมบอกว่าเขามาจากที่ไหน แต่ที่แน่ ๆ เขาคงอยู่ที่นี่ไม่นาน" + +#: script/events/room.js:16 +msgid "a nomad arrives, looking to trade" +msgstr "ผู้เร่ร่อนแวะผ่านมา ต้องการแลกเปลี่ยนอะไรสักอย่าง" + +# command +#: script/events/room.js:20 +#, fuzzy +msgid "buy scales" +msgstr "ซื้อเกล็ดประหลาด" + +# command +#: script/events/room.js:25 +#, fuzzy +msgid "buy teeth" +msgstr "ซื้อเขี้ยว" + +# command +#: script/events/room.js:30 +#, fuzzy +msgid "buy bait" +msgstr "ซื้อ เหยื่อล่อ" + +#: script/events/room.js:33 +msgid "traps are more effective with bait." +msgstr "กับดักจะมีผลลัพท์ดียิ่งขึ้นเมื่อมีเหยื่อล่อ" + +# command +#: script/events/room.js:39 +msgid "buy compass" +msgstr "ซื้อเข็มทิศ" + +#: script/events/room.js:42 +#, fuzzy +msgid "the old compass is dented and dusty, but it looks to work." +msgstr "เข็มทิศเก่ามีหน้าปัดเบี้ยวและขึ้นสนิม แต่ยังดูเหมือนจะใช้งานได้อยู่" + +# command +#: script/events/room.js:46 script/events/room.js:227 script/events/room.js:240 +#: script/events/room.js:253 script/events/room.js:305 +#: script/events/room.js:324 script/events/room.js:376 +#: script/events/room.js:395 script/events/room.js:434 +#: script/events/room.js:552 script/events/room.js:568 +#: script/events/room.js:584 script/events/room.js:595 +#, fuzzy +msgid "say goodbye" +msgstr "บอกลา" + +#: script/events/room.js:53 script/events/room.js:104 +#, fuzzy +msgid "Noises" +msgstr "เสียง" + +#: script/events/room.js:60 +msgid "through the walls, shuffling noises can be heard." +msgstr "มีเสียงเบา ๆ ผ่านมาทางกำแพง"" + +#: script/events/room.js:61 +msgid "can't tell what they're up to." +msgstr "ไม่รู้เหมือนกันว่าพวกนั้นต้องการอะไร" + +#: script/events/room.js:63 +msgid "strange noises can be heard through the walls" +msgstr "เสียงประหลาดลอดผ่านเข้ามาทางกำแพง" + +# command +#: script/events/room.js:67 script/events/room.js:118 +#: script/events/setpieces.js:1663 +msgid "investigate" +msgstr "ตรวจดู" + +#: script/events/room.js:78 +#, fuzzy +msgid "vague shapes move, just out of sight." +msgstr "ร่างราง ๆ เคลื่อนไหวออกไปจากสายตา" + +#: script/events/room.js:79 +msgid "the sounds stop." +msgstr "เสียงนั้นหยุดลง" + +# command +#: script/events/room.js:83 script/events/room.js:96 +msgid "go back inside" +msgstr "กลับเข้าไปข้างใน" + +#: script/events/room.js:91 +msgid "" +"a bundle of sticks lies just beyond the threshold, wrapped in coarse furs." +msgstr "มีกิ่งไม้วางอยู่ที่เชิงประตู พันไว้ด้วยขนสัตว์" + +#: script/events/room.js:92 +#, fuzzy +msgid "the night is silent." +msgstr "คำคืนนี้เงียบสงัด" + +#: script/events/room.js:111 +msgid "scratching noises can be heard from the store room." +msgstr "มีเสียงขีดข่วนดังขึ้นมาจากห้องเก็บของ" + +#: script/events/room.js:112 +msgid "something's in there." +msgstr "มีอะไรบางอย่างข้างใน" + +#: script/events/room.js:114 +msgid "something's in the store room" +msgstr "มีอะไรบางอย่างอยู่ในห้องเก็บของ" + +#: script/events/room.js:129 script/events/room.js:149 +#: script/events/room.js:169 +msgid "some wood is missing." +msgstr "ไม้บางส่วนหายไป" + +#: script/events/room.js:130 +#, fuzzy +msgid "the ground is littered with small scales" +msgstr "มีเศษเกล็ดประหลาดกระจายเต็มพื้น" + +#: script/events/room.js:150 +#, fuzzy +msgid "the ground is littered with small teeth" +msgstr "บนพื้นมีเขี้ยวเล็ก ๆ กระจัดกระจายเต็มไปหมด" + +#: script/events/room.js:170 +#, fuzzy +msgid "the ground is littered with scraps of cloth" +msgstr "เศษผ้าวางกระจัดกระจายเต็มพื้น" + +#: script/events/room.js:190 +msgid "The Beggar" +msgstr "ขอทาน" + +#: script/events/room.js:197 +msgid "a beggar arrives." +msgstr "ขอทานเดินทางมายังที่พัก" + +#: script/events/room.js:198 +msgid "asks for any spare furs to keep him warm at night." +msgstr "ขอเศษขนสัตว์เหลือ ๆ เพื่อห่มคลายหนาวให้กับเขาเอง" + +#: script/events/room.js:200 +msgid "a beggar arrives" +msgstr "ขอทานมาถึงที่พัก" + +# command +#: script/events/room.js:204 +msgid "give 50" +msgstr "ให้ไป 50" + +# command +#: script/events/room.js:209 script/events/room.js:276 +#: script/events/room.js:347 +msgid "give 100" +msgstr "ให้ไป 100" + +# command +#: script/events/room.js:214 script/events/room.js:286 +#: script/events/room.js:466 +msgid "turn him away" +msgstr "ไล่เขาไป" + +#: script/events/room.js:222 script/events/room.js:235 +#: script/events/room.js:248 +msgid "the beggar expresses his thanks." +msgstr "ขอทานแสดงความขอบคุณ" + +#: script/events/room.js:223 +#, fuzzy +msgid "leaves a pile of small scales behind." +msgstr "ทิ้งกองเกล็ดประหลาดเล็ก ๆ เอาไว้" + +#: script/events/room.js:236 +#, fuzzy +msgid "leaves a pile of small teeth behind." +msgstr "ทิ้งกองเขี้ยวประหลาดเอาไว้" + +#: script/events/room.js:249 +#, fuzzy +msgid "leaves some scraps of cloth behind." +msgstr "ทิ้งเศษผ้าเอาไว้เล็กน้อย" + +# this refers to both male and female wanderer events +#: script/events/room.js:262 script/events/room.js:333 +msgid "The Mysterious Wanderer" +msgstr "ผู้เดินทางลึกลับ" + +#: script/events/room.js:269 +msgid "" +"a wanderer arrives with an empty cart. says if he leaves with wood, he'll be " +"back with more." +msgstr "" +"ผู้เดินทางมาเยี่ยมเยือนพร้อมกับรถเข็น เขาบอกว่าถ้าเขามีไม้ให้ยืมสักหน่อย" +"เขาจะเอากลับมาคืนด้วยจำนวนที่มากขึ้น" + +#: script/events/room.js:270 +msgid "builder's not sure he's to be trusted." +msgstr "ผู้สร้างไม่เชื่อว่าผู้มาเยือนจะไว้ใจได้" + +# this refers to both male and female wanderer events +#: script/events/room.js:272 script/events/room.js:343 +msgid "a mysterious wanderer arrives" +msgstr "ผู้เดินทางลึกลับปรากฏตัวขึ้น" + +# command +#: script/events/room.js:281 script/events/room.js:352 +msgid "give 500" +msgstr "ให้ไป 500" + +#: script/events/room.js:293 script/events/room.js:312 +msgid "the wanderer leaves, cart loaded with wood" +msgstr "ผู้เดินทางจากได้พร้อมกับรถเข็นที่จุไปด้วยไม้" + +#: script/events/room.js:299 script/events/room.js:318 +msgid "the mysterious wanderer returns, cart piled high with wood." +msgstr "ผู้เดินทางลึกลับกลับมาที่นี่ รถเข็นพูนสูงไปด้วยไม้" + +#: script/events/room.js:340 +msgid "" +"a wanderer arrives with an empty cart. says if she leaves with furs, she'll " +"be back with more." +msgstr "" +"ผู้เดินทางมาเยี่ยมเยือนพร้อมกับรถเข็น เธอบอกว่าถ้าเธอมีขนสัตว์ให้ยืมสักหน่อย" +"เธอจะเอากลับมาคืนด้วยจำนวนที่มากขึ้น" + +#: script/events/room.js:341 +msgid "builder's not sure she's to be trusted." +msgstr "ผู้สร้างไม่เชื่อใจเธอเท่าไรนัก" + +# command +#: script/events/room.js:357 +msgid "turn her away" +msgstr "ไล่เธอไป" + +#: script/events/room.js:364 script/events/room.js:383 +msgid "the wanderer leaves, cart loaded with furs" +msgstr "ผู้เดินทางจากไปด้วยรถเข็มที่เต็มไปด้วยขนสัตว์" + +#: script/events/room.js:370 script/events/room.js:389 +msgid "the mysterious wanderer returns, cart piled high with furs." +msgstr "ผู้เดินทางลึกลับกลับมาพร้อมกับรถเข็มที่พูนไปด้วยแผ่นหนัง" + +#: script/events/room.js:404 +msgid "The Scout" +msgstr "ผู้สำรวจ" + +#: script/events/room.js:411 +msgid "the scout says she's been all over." +msgstr "ผู้สำรวจบอกว่าเธอเดินทางไปทั่วทิศบนดาวนี้" + +#: script/events/room.js:412 +msgid "willing to talk about it, for a price." +msgstr "ยินที่ที่จะพูดคุยเรื่องดังกล่าว ด้วยราคาที่สมเหตุสมผล" + +#: script/events/room.js:414 +msgid "a scout stops for the night" +msgstr "ผู้สำรวจแวะมาพักที่นี่" + +# command +#: script/events/room.js:418 +msgid "buy map" +msgstr "ซื้อแผนที่" + +#: script/events/room.js:420 +#, fuzzy +msgid "the map uncovers a bit of the world" +msgstr "แผนที่เปิดเผยบางส่วนของดินแดน" + +# command +#: script/events/room.js:424 +msgid "learn scouting" +msgstr "เรียนรู้วิชาสำรวจ" + +#: script/events/room.js:443 +#, fuzzy +msgid "The Master" +msgstr "ผู้สั่งสอน" + +#: script/events/room.js:450 +msgid "an old wanderer arrives." +msgstr "ผู้เดินทางชรามาถึงที่พัก" + +#: script/events/room.js:451 +msgid "he smiles warmly and asks for lodgings for the night." +msgstr "เขายิ้มให้น้อย ๆ และขออาศัยอยู่ที่นี่สักคืน" + +#: script/events/room.js:453 +msgid "an old wanderer arrives" +msgstr "ผู้เดินทางชรามาถึงที่พัก" + +# command +#: script/events/room.js:457 +msgid "agree" +msgstr "ตกลง" + +#: script/events/room.js:473 +msgid "in exchange, the wanderer offers his wisdom." +msgstr "เพื่อเป็นการแลกเปลี่ยน ผู้เดินทางเสนอความรู้ของเขาเป็นการตอบแทน" + +#: script/events/room.js:477 +#, fuzzy +msgid "evasion" +msgstr "หลบหลีก" + +#: script/events/room.js:487 +#, fuzzy +msgid "precision" +msgstr "ความแม่นยำ" + +#: script/events/room.js:497 +#, fuzzy +msgid "force" +msgstr "พลัง" + +#: script/events/room.js:507 +#, fuzzy +msgid "nothing" +msgstr "ไม่มีอะไร" + +#: script/events/room.js:516 +msgid "The Sick Man" +msgstr "คนป่วย" + +#: script/events/room.js:523 +msgid "a man hobbles up, coughing." +msgstr "ชายคนหนึ่งกระเพลกเข้ามา ไอเสียงดัง" + +#: script/events/room.js:524 +msgid "he begs for medicine." +msgstr "เขามาขอยา" + +#: script/events/room.js:526 +msgid "a sick man hobbles up" +msgstr "ชายทางทางป่วยกระเพลกเข้ามา" + +# command +#: script/events/room.js:530 +msgid "give 1 medicine" +msgstr "ให้ยาไป 1" + +#: script/events/room.js:532 +#, fuzzy +msgid "the man swallows the medicine eagerly" +msgstr "ชายคนนั้นกินยาอย่างเร่งรีบ" + +# command +#: script/events/room.js:536 +msgid "tell him to leave" +msgstr "ไล่เขาไป" + +#: script/events/room.js:543 script/events/room.js:559 +#: script/events/room.js:575 +msgid "the man is thankful." +msgstr "ชายคนนั้นขอบคุณ" + +#: script/events/room.js:544 script/events/room.js:560 +#: script/events/room.js:576 +msgid "he leaves a reward." +msgstr "เขาทิ้งของขวัญเอาไว้" + +#: script/events/room.js:545 +msgid "some weird metal he picked up on his travels." +msgstr "โลหะประหลาดที่เขาเก้บมาได้จากการเดินทาง" + +#: script/events/room.js:561 +msgid "some weird glowing boxes he picked up on his travels." +msgstr "กล่องเรื่องแสงหน้าตาประหลาดที่เขาเก็บมาได้ระหว่างเดินทาง" + +#: script/events/room.js:577 +#, fuzzy +msgid "all he has are some scales." +msgstr "เชามีเพียงแค่เกล็ดประหลาดติดตัวเท่านั้น" + +#: script/events/room.js:591 +msgid "the man expresses his thanks and hobbles off." +msgstr "ชายคนนั้นแสดงท่าทางขอบคุณก่อนจะเดินกะโผลกกะเผลกออกไป" + +#: script/events/setpieces.js:6 +#, fuzzy +msgid "An Outpost" +msgstr "ค่าย" + +#: script/events/setpieces.js:10 script/events/setpieces.js:12 +msgid "a safe place in the wilds." +msgstr "ที่หลบภัยกลางถิ่นกันดาร" + +#: script/events/setpieces.js:34 +#, fuzzy +msgid "A Murky Swamp" +msgstr "บึง" + +#: script/events/setpieces.js:38 +#, fuzzy +msgid "rotting reeds rise out of the swampy earth." +msgstr "ต้นกกเน่าเปื่อยลอยคว้างอยู่กลางน้ำโคลน" + +#: script/events/setpieces.js:39 +msgid "a lone frog sits in the muck, silently." +msgstr "กบตัวใหญ่นั่งอยู่ในตมเงียบ ๆ " + +#: script/events/setpieces.js:41 +#, fuzzy +msgid "a swamp festers in the stagnant air." +msgstr "บึงมีกลิ่นฉุนกึกลอยละล่องอยู่ในอากาศรอบ ๆ " + +# command +#: script/events/setpieces.js:44 script/events/setpieces.js:550 +#: script/events/setpieces.js:607 script/events/setpieces.js:889 +#: script/events/setpieces.js:1314 script/events/setpieces.js:1332 +#: script/events/setpieces.js:3541 +msgid "enter" +msgstr "เข้าไป" + +#: script/events/setpieces.js:55 +msgid "deep in the swamp is a moss-covered cabin." +msgstr "ลึกเข้าไปในบึง กระท่อมเล็ก ๆ ตั้งอยู่โดดเดี่ยว" + +#: script/events/setpieces.js:56 +msgid "an old wanderer sits inside, in a seeming trance." +msgstr "ผู้เดินทางชรานั่งอยู่ข้างใน ดูเหมือนกำลังครุ่นคิดเหม่อลอย" + +# command +#: script/events/setpieces.js:61 +msgid "talk" +msgstr "พูดคุย" + +#: script/events/setpieces.js:72 +msgid "the wanderer takes the charm and nods slowly." +msgstr "ผู้เดินทางรับเครื่องรางเอาไว้แล้วผงกศีรษะช้า ๆ " + +#: script/events/setpieces.js:73 +#, fuzzy +msgid "he speaks of once leading the great fleets to fresh worlds." +msgstr "เขากล่าวว่าครั้งหนึ่งตนเคยนำกองยานของผุ้เดินทางไปสู่โลกที่อุดมสมบูรณ์" + +#: script/events/setpieces.js:74 +#, fuzzy +msgid "unfathomable destruction to fuel wanderer hungers." +msgstr "การทำลายอย่างไม่สิ้นสุดที่เต็มเห็นความกระหายหยากของผู้เดินทาง" + +#: script/events/setpieces.js:75 +#, fuzzy +msgid "his time here, now, is his penance." +msgstr "เวลาที่เหลือของเขา ติดอยู่ที่นี่เพื่อเป็นการสำนักบาปในอดีต" + +#: script/events/setpieces.js:91 +msgid "A Damp Cave" +msgstr "ถ้ำชื้นแฉะ" + +#: script/events/setpieces.js:95 +msgid "the mouth of the cave is wide and dark." +msgstr "ปากถ้ำเปิดกว้างแต่มืดสนิท" + +#: script/events/setpieces.js:96 +msgid "can't see what's inside." +msgstr "มองไม่เห็นว่าข้างในมีอะไร" + +#: script/events/setpieces.js:98 +#, fuzzy +msgid "the earth here is split, as if bearing an ancient wound" +msgstr "แผ่นดินตรงนี้แยกออก ราวกับว่าเป็นแผลเปิดจากกาลก่อน" + +# command +#: script/events/setpieces.js:101 script/events/setpieces.js:2949 +#: script/events/setpieces.js:3463 +msgid "go inside" +msgstr "เข้าไปข้างใน" + +#: script/events/setpieces.js:120 script/events/setpieces.js:266 +msgid "a startled beast defends its home" +msgstr "สัตว์ป่าพยายามป้องกันดินแดนของตน" + +# command +#: script/events/setpieces.js:135 script/events/setpieces.js:186 +#: script/events/setpieces.js:229 script/events/setpieces.js:248 +#: script/events/setpieces.js:281 script/events/setpieces.js:315 +#: script/events/setpieces.js:349 script/events/setpieces.js:383 +#: script/events/setpieces.js:589 script/events/setpieces.js:645 +#: script/events/setpieces.js:684 script/events/setpieces.js:718 +#: script/events/setpieces.js:758 script/events/setpieces.js:797 +#: script/events/setpieces.js:836 script/events/setpieces.js:870 +#: script/events/setpieces.js:921 script/events/setpieces.js:939 +#: script/events/setpieces.js:962 script/events/setpieces.js:1001 +#: script/events/setpieces.js:1040 script/events/setpieces.js:1267 +#: script/events/setpieces.js:1283 script/events/setpieces.js:1299 +#: script/events/setpieces.js:1409 script/events/setpieces.js:1449 +#: script/events/setpieces.js:1493 script/events/setpieces.js:1511 +#: script/events/setpieces.js:1527 script/events/setpieces.js:1564 +#: script/events/setpieces.js:1603 script/events/setpieces.js:1643 +#: script/events/setpieces.js:1684 script/events/setpieces.js:1701 +#: script/events/setpieces.js:1718 script/events/setpieces.js:1737 +#: script/events/setpieces.js:1781 script/events/setpieces.js:1807 +#: script/events/setpieces.js:1825 script/events/setpieces.js:1864 +#: script/events/setpieces.js:1905 script/events/setpieces.js:1930 +#: script/events/setpieces.js:1960 script/events/setpieces.js:2001 +#: script/events/setpieces.js:2037 script/events/setpieces.js:2072 +#: script/events/setpieces.js:2113 script/events/setpieces.js:2154 +#: script/events/setpieces.js:2190 script/events/setpieces.js:2225 +#: script/events/setpieces.js:2260 script/events/setpieces.js:2305 +#: script/events/setpieces.js:2331 script/events/setpieces.js:3209 +#: script/events/setpieces.js:3249 script/events/setpieces.js:3283 +#: script/events/setpieces.js:3352 script/events/setpieces.js:3386 +#: script/events/setpieces.js:3425 +msgid "continue" +msgstr "ไปต่อ" + +# command +#: script/events/setpieces.js:140 script/events/setpieces.js:157 +#: script/events/setpieces.js:191 script/events/setpieces.js:234 +#: script/events/setpieces.js:253 script/events/setpieces.js:286 +#: script/events/setpieces.js:320 script/events/setpieces.js:354 +#: script/events/setpieces.js:388 script/events/setpieces.js:430 +#: script/events/setpieces.js:482 script/events/setpieces.js:514 +msgid "leave cave" +msgstr "ออกจากถ้ำ" + +#: script/events/setpieces.js:148 +msgid "the cave narrows a few feet in." +msgstr "ถ้ำเริ่มแคบลงเมื่อเดินลึกเข้าไป" + +#: script/events/setpieces.js:149 +msgid "the walls are moist and moss-covered" +msgstr "ผนังมีน้ำไหลแลลชื้น ปกคลุมด้วยมอส" + +# command +#: script/events/setpieces.js:153 +msgid "squeeze" +msgstr "เบียดเข้าไป" + +#: script/events/setpieces.js:164 +msgid "the remains of an old camp sits just inside the cave." +msgstr "มีเศษซากของค่ายพักแรมเก่า ๆ ในถ้ำ" + +#: script/events/setpieces.js:165 +msgid "bedrolls, torn and blackened, lay beneath a thin layer of dust." +msgstr "มีถุงนอนฉีกขาดและไหม้เกรียม วางอยู่ใต้ชั้นบาง ๆ ของฝุ่น" + +#: script/events/setpieces.js:199 +msgid "the body of a wanderer lies in a small cavern." +msgstr "ร่างของผู้เดินทางทอดกายอยู่ในโพรงหลุม" + +#: script/events/setpieces.js:200 +#, fuzzy +msgid "rot's been to work on it, and some of the pieces are missing." +msgstr "ดูเหมือนมันจะเริ่มผุพัง และมีหลายชิ้นส่วนที่ยังขาดหายไป" + +#: script/events/setpieces.js:203 +#, fuzzy +msgid "can't tell what left it here." +msgstr "ไม่รู้ว่าใครทิ้งมันเอาไว้" + +#: script/events/setpieces.js:242 +msgid "the torch sputters and dies in the damp air" +msgstr "คบไฟค่อย ๆ ดับมอดลงจากความชื้นในอากาศ" + +#: script/events/setpieces.js:243 +msgid "the darkness is absolute" +msgstr "ความมืดไม่อาจหยั่งถึง" + +#: script/events/setpieces.js:245 +msgid "the torch goes out" +msgstr "คบไฟมอดลง" + +#: script/events/setpieces.js:300 +msgid "a cave lizard attacks" +msgstr "กิ้งก่าถ้ำเข้าจู่โจม" + +#: script/events/setpieces.js:334 +msgid "a large beast charges out of the dark" +msgstr "สัตว์ตัวใหญ่โจนออกมาจากความมืด" + +#: script/events/setpieces.js:368 +#, fuzzy +msgid "a giant lizard shambles forward" +msgstr "กิ้งก่ายักษ์คืบคลานเข้ามา" + +#: script/events/setpieces.js:396 +#, fuzzy +msgid "the nest of a large animal lies at the back of the cave." +msgstr "ที่สุดปลายถ้ำมีรังของสัตว์ขนาดใหญ่อยู่" + +#: script/events/setpieces.js:438 +msgid "a small supply cache is hidden at the back of the cave." +msgstr "กล่องเก็บของเล็ก ๆ ถูกซ่อนไว้ที่ปลายถ้ำ" + +#: script/events/setpieces.js:490 +msgid "an old case is wedged behind a rock, covered in a thick layer of dust." +msgstr "กล่องเก่า ๆ ซุกอยู่ใต้กองหิน ปกคลุมด้วยฝุ่นหนาเตอะ" + +#: script/events/setpieces.js:523 +msgid "A Deserted Town" +msgstr "เมืองร้าง" + +#: script/events/setpieces.js:527 +msgid "a small suburb lays ahead, empty houses scorched and peeling." +msgstr "" +""หมู่บ้านชานเมืองเล็ก ๆ อยู่ตรงหน้า มีร่องรอยของการถูกเผาและทำลาย"" + +#: script/events/setpieces.js:528 +msgid "" +"broken streetlights stand, rusting. light hasn't graced this place in a long time." +msgstr "" +"เสาไฟตั้งตระหง่าน สนิมเกาะกรัง คงจะไม่มีแสงไฟแตะที่แห่งนี้อยู่นานพอดู" + +#: script/events/setpieces.js:530 +msgid "the town lies abandoned, its citizens long dead" +msgstr "เมืองถูกทิ้งร้าง ประชากรคงเสียชีวิตกันหมดแล้ว" + +# command +#: script/events/setpieces.js:533 script/events/setpieces.js:1251 +msgid "explore" +msgstr "สำรวจ" + +#: script/events/setpieces.js:545 +msgid "" +"where the windows of the schoolhouse aren't shattered, they're blackened " +"with soot." +msgstr "จุดที่หน้าต่างของโรงเรียนไม่แตกออก ก็ถูกปกคลุมด้วยเขม่าดำ" + +#: script/events/setpieces.js:546 +msgid "the double doors creak endlessly in the wind." +msgstr "ประตูเปิดแง้มออกมีเสียงออดแอดตามลม" + +# command +#: script/events/setpieces.js:555 script/events/setpieces.js:594 +#: script/events/setpieces.js:612 script/events/setpieces.js:650 +#: script/events/setpieces.js:689 script/events/setpieces.js:723 +#: script/events/setpieces.js:763 script/events/setpieces.js:802 +#: script/events/setpieces.js:841 script/events/setpieces.js:875 +#: script/events/setpieces.js:893 script/events/setpieces.js:926 +#: script/events/setpieces.js:943 script/events/setpieces.js:967 +#: script/events/setpieces.js:1006 script/events/setpieces.js:1045 +#: script/events/setpieces.js:1088 script/events/setpieces.js:1121 +#: script/events/setpieces.js:1149 script/events/setpieces.js:1193 +#: script/events/setpieces.js:1215 script/events/setpieces.js:1231 +msgid "leave town" +msgstr "ออกจากเมือง" + +#: script/events/setpieces.js:586 +msgid "ambushed on the street." +msgstr "ถูกซุ่มโจมตีบนถนน" + +#: script/events/setpieces.js:602 +#, fuzzy +msgid "a squat building up ahead." +msgstr "มีอาคารขนาดย่อม ๆ อยู่ข้างหน้า" + +#: script/events/setpieces.js:603 +msgid "a green cross barely visible behind grimy windows." +msgstr "" +"มองผ่านหน้าต่างเปรอะฝุ่น มองเห็นเพียงกางเขนสีเขียวจาง ๆ " + +#: script/events/setpieces.js:619 +msgid "a small cache of supplies is tucked inside a rusting locker." +msgstr "กล่องเสบียงถูกยัดเอาไว้ในตู้สนิมเขรอะ" + +#: script/events/setpieces.js:681 +msgid "a scavenger waits just inside the door." +msgstr "คนเก็บขยะรออยู่หลังประตู" + +#: script/events/setpieces.js:715 +msgid "a beast stands alone in an overgrown park." +msgstr "สัตว์ตัวหนึ่งยืนอยู่เดียวดายท่ามกลางสวนสาธารณะที่กลายเป็นป่ารกชัฏ" + +#: script/events/setpieces.js:731 +msgid "an overturned caravan is spread across the pockmarked street." +msgstr "คาราวานสินค้าคว่ำลงบนถนน" + +#: script/events/setpieces.js:732 +msgid "" +"it's been picked over by scavengers, but there's still some things worth taking." +msgstr "" +"ที่นี่ถูกกวาดไปโดยพวกเก็บขยะ แต่น่าจะมีอะไรเหลืออยู่บ้าง" + +#: script/events/setpieces.js:794 +msgid "a madman attacks, screeching." +msgstr "ชายคุ้มคลั่งโจนเข้ามาโจมตี กรีดร้องเสียงดัง" + +#: script/events/setpieces.js:833 +msgid "a thug moves out of the shadows." +msgstr "นักเลงโผล่ออกมาจากเงามืด" + +#: script/events/setpieces.js:867 +#, fuzzy +msgid "a beast charges out of a ransacked classroom." +msgstr "สัตว์ป่าโจนออกมาจากห้องเรียน" + +#: script/events/setpieces.js:883 +msgid "through the large gymnasium doors, footsteps can be heard." +msgstr "ได้ยินเสียงฝีเท้าผ่านประตูของโรงยิม" + +#: script/events/setpieces.js:884 +msgid "the torchlight casts a flickering glow down the hallway." +msgstr "คบไฟส่องแสงราง ๆ ไปตามทางเดิน" + +#: script/events/setpieces.js:885 +msgid "the footsteps stop." +msgstr "เสียงฝีเท้าสงบลง" + +#: script/events/setpieces.js:918 +msgid "another beast, draw by the noise, leaps out of a copse of trees." +msgstr "" +"สัตว์ป่าอีกตัวที่ถูกดึงดูดมาด้วยเสียง โจนออกมาจากโคนต้นไม้" + +#: script/events/setpieces.js:934 +msgid "something's causing a commotion a ways down the road." +msgstr "มีเสียงดังเอะอะมาจากฝั่งหนึ่งของถนน" + +#: script/events/setpieces.js:935 +msgid "a fight, maybe." +msgstr "คงจะต้องสู้" + +#: script/events/setpieces.js:950 +msgid "" +"a small basket of food is hidden under a park bench, with a note attached." +msgstr "" +"ตะกร้าอาหารถูกซ่อนอยู่ใต้เก้าอี้ในสวนสาธารณะ พร้อมกับข้อความสั้น ๆ " + +#: script/events/setpieces.js:951 +msgid "can't read the words." +msgstr "อ่านอะไรไม่ออกสักคำ" + +#: script/events/setpieces.js:998 +msgid "a panicked scavenger bursts through the door, screaming." +msgstr "คนเก็บเศษซากโจนเข้ามาจากประตู กรีดร้องเสียงดัง" + +#: script/events/setpieces.js:1037 +msgid "a man stands over a dead wanderer. notices he's not alone." +msgstr "" +"ชายคนหนึ่งยืนอยู่ข้างศพของผู้เดินทาง รับรู้ได้ว่าเขาไม่ได้อยู่เพียงลำพัง" + +#: script/events/setpieces.js:1053 +msgid "scavenger had a small camp in the school." +msgstr "พวกเก็บขยะตั้งค่ายในโรงเรียน" + +#: script/events/setpieces.js:1054 +msgid "collected scraps spread across the floor like they fell from heaven." +msgstr "" +"เศษซากกระจายเต็มพื้นราวกับว่ามันร่วมมาจากฟ้า" + +#: script/events/setpieces.js:1096 +msgid "scavenger'd been looking for supplies in here, it seems." +msgstr "ดูเหมือนพวกเก็บซากขยะจะเคยเข้ามาหาของที่นี่" + +#: script/events/setpieces.js:1097 +msgid "a shame to let what he'd found go to waste." +msgstr "คงไม่ดีถ้าจะให้ของที่เขาอุตส่าห์เหลือไว้มาทิ้งไว้เสียเปล่า" + +#: script/events/setpieces.js:1129 +#, fuzzy +msgid "" +"beneath the wanderer's rags, clutched in one of its many hands, a glint of " +"steel." +msgstr "" +"มีประกายแสงของโลหะอยู่ใต้ผ้าคลุม มันถูกกอดกุมเอาไว้โดยมือทั้งหลายของผู้เดินทาง" + +#: script/events/setpieces.js:1130 +msgid "worth killing for, it seems." +msgstr "เหมือนจะมีค่าพอที่จะยอมตายแทน" + +#: script/events/setpieces.js:1157 +msgid "eye for an eye seems fair." +msgstr "ตาต่อตา ฟันต่อฟัน คงจะยุติธรรมที่สุดแล้ว" + +#: script/events/setpieces.js:1158 +msgid "always worked before, at least." +msgstr "อย่างน้อยก็ใช้ได้เมื่อก่อน" + +#: script/events/setpieces.js:1159 +#, fuzzy +msgid "picking the bones finds some useful trinkets." +msgstr "เจอของเล็ก ๆ น้อย ๆ ที่น่าจะเอามาใช้งานได้ในโครงกระดูก" + +#: script/events/setpieces.js:1201 +msgid "some medicine abandoned in the drawers." +msgstr "มียาเล็กน้อยถูกทิ้งไว้ในตู้" + +#: script/events/setpieces.js:1223 +msgid "the clinic has been ransacked." +msgstr "คลินิกถูกรื้อค้นจนทั่ว" + +#: script/events/setpieces.js:1224 +msgid "only dust and stains remain." +msgstr "เหลือเพียงฝุ่นเกรอะและคราบสนิม" + +#: script/events/setpieces.js:1240 +msgid "A Ruined City" +msgstr "ซากเมือง" + +#: script/events/setpieces.js:1244 +msgid "" +"a battered highway sign stands guard at the entrance to this once-great city." +msgstr "" +"ป้ายบอกทางตั้งตระหง่านอยู่หน้าเมืองใหญ่ที่เคยรุ่งเรืองแห่งนี้" + +#: script/events/setpieces.js:1245 +msgid "" +"the towers that haven't crumbled jut from the landscape like the ribcage of " +"some ancient beast." +msgstr "" +"หอคอยที่ไม่ได้ล้มลง สร้างภาพทิวทัศน์เหมือนซี่โครงของสัตว์ยักษ์โบราณ" + +#: script/events/setpieces.js:1246 +msgid "might be things worth having still inside." +msgstr "อาจจะยังมีของมีค่าอยู่ข้างใน" + +#: script/events/setpieces.js:1248 +msgid "the towers of a decaying city dominate the skyline" +msgstr "ตึกสูงของเมืองที่ผุพังปรากฏขึ้นที่ขอบฟ้า" + +#: script/events/setpieces.js:1262 +msgid "the streets are empty." +msgstr "ถนนว่างเปล่า" + +#: script/events/setpieces.js:1263 +msgid "the air is filled with dust, driven relentlessly by the hard winds." +msgstr "ละอองฝุ่งปนเปื้อนในอากาศ พัดไหวไปมาตามลม" + +# command +#: script/events/setpieces.js:1271 script/events/setpieces.js:1287 +#: script/events/setpieces.js:1303 script/events/setpieces.js:1319 +#: script/events/setpieces.js:1336 script/events/setpieces.js:1374 +#: script/events/setpieces.js:1414 script/events/setpieces.js:1454 +#: script/events/setpieces.js:1498 script/events/setpieces.js:1515 +#: script/events/setpieces.js:1531 script/events/setpieces.js:1569 +#: script/events/setpieces.js:1608 script/events/setpieces.js:1648 +#: script/events/setpieces.js:1668 script/events/setpieces.js:1688 +#: script/events/setpieces.js:1705 script/events/setpieces.js:1722 +#: script/events/setpieces.js:1741 script/events/setpieces.js:1786 +#: script/events/setpieces.js:1812 script/events/setpieces.js:1829 +#: script/events/setpieces.js:1869 script/events/setpieces.js:1910 +#: script/events/setpieces.js:1935 script/events/setpieces.js:1965 +#: script/events/setpieces.js:2006 script/events/setpieces.js:2042 +#: script/events/setpieces.js:2077 script/events/setpieces.js:2118 +#: script/events/setpieces.js:2159 script/events/setpieces.js:2195 +#: script/events/setpieces.js:2230 script/events/setpieces.js:2265 +#: script/events/setpieces.js:2366 script/events/setpieces.js:2396 +#: script/events/setpieces.js:2444 script/events/setpieces.js:2480 +#: script/events/setpieces.js:2521 script/events/setpieces.js:2557 +#: script/events/setpieces.js:2592 script/events/setpieces.js:2628 +#: script/events/setpieces.js:2669 script/events/setpieces.js:2710 +#: script/events/setpieces.js:2745 script/events/setpieces.js:2794 +#: script/events/setpieces.js:2839 script/events/setpieces.js:2886 +#: script/events/setpieces.js:2930 +msgid "leave city" +msgstr "ออกจากเมือง" + +#: script/events/setpieces.js:1278 +msgid "orange traffic cones are set across the street, faded and cracked." +msgstr "มีกรวยจลาจรอู่ข้างถนน สีของมันเลือนไปเกือบหมด" + +#: script/events/setpieces.js:1279 +msgid "lights flash through the alleys between buildings." +msgstr "ไฟสว่างวาบผ่านตรอกเล็ก ๆ ข้างอาคาร" + +#: script/events/setpieces.js:1294 +#, fuzzy +msgid "a large shanty town sprawls across the streets." +msgstr "เมืองสลัมขนาดใหญ่แผ่ไปทั่วถนน" + +#: script/events/setpieces.js:1295 +msgid "faces, darkened by soot and blood, stare out from crooked huts." +msgstr "" +"ใบหน้าที่เปื้อนคราบเลือดและดินโคลนมองออกมาจากกระท่อม" + +#: script/events/setpieces.js:1310 +msgid "the shell of an abandoned hospital looms ahead." +msgstr "ซากโรงพยาบาลร้างอยู่ตรงหน้า" + +#: script/events/setpieces.js:1326 +msgid "the old tower seems mostly intact." +msgstr "หอคอยใหญ่ ดูภายนอกสมบูรณ์ดี" + +#: script/events/setpieces.js:1327 +msgid "the shell of a burned out car blocks the entrance." +msgstr "โครงของซากรถไม้ ๆ ปิดทางเข้าเอาไว้", + +#: script/events/setpieces.js:1328 +msgid "most of the windows at ground level are busted anyway." +msgstr "หน้าต่างชั้นล่างถูกพังออกมา" + +#: script/events/setpieces.js:1343 +msgid "a huge lizard scrambles up out of the darkness of an old metro station." +msgstr "กิ้งก่ายักษ์ตะกายขึ้นมาจากสถานีรถไฟใต้ดินเก่า" + +# command +#: script/events/setpieces.js:1369 +msgid "descend" +msgstr "ลงไป" + +#: script/events/setpieces.js:1381 +msgid "the shot echoes in the empty street." +msgstr "เสียงปืนดังลั่นขึ้นบนถนนร้าง" + +#: script/events/setpieces.js:1421 +msgid "the soldier steps out from between the buildings, rifle raised." +msgstr "" +"ทหารก้าวเท้าออกมาจากตรอก ยกปืนขึ้นประทับบ่า" + +#: script/events/setpieces.js:1461 +msgid "a frail man stands defiantly, blocking the path." +msgstr "ชายท่าทางผอมแห้งพยายามขวางทางเอาไว้" + +#: script/events/setpieces.js:1506 +msgid "nothing but downcast eyes." +msgstr "ไม่มีอะไรเหลืออยู่นอกจากความเศร้าโศก" + +#: script/events/setpieces.js:1507 +msgid "the people here were broken a long time ago." +msgstr "ผู้คนที่นี่ไม่สามารถทำอะไรได้เป็นชิ้นเป็นอันมานานมากแล้ว" + +#: script/events/setpieces.js:1522 +msgid "empty corridors." +msgstr "ระเบียงว่างเปล่า" + +#: script/events/setpieces.js:1523 +msgid "the place has been swept clean by scavengers." +msgstr "ที่นี่โดนกวาดเรียบโดยพวกเก็บเศษขยะ" + +#: script/events/setpieces.js:1537 +msgid "an old man bursts through a door, wielding a scalpel." +msgstr "" +"ชายชราโจนออกมาจากประตู ในมือถือมีดผ่าตัด" + +#: script/events/setpieces.js:1576 +msgid "a thug is waiting on the other side of the wall." +msgstr "พวกนักเลงรออยู่ในอีกฟากของกำแพง" + +#: script/events/setpieces.js:1616 +msgid "a snarling beast jumps out from behind a car." +msgstr "สัตว์ร้ายกระโดดออกมาจากหลังซากรถ" + +#: script/events/setpieces.js:1657 +msgid "street above the subway platform is blown away." +msgstr "พื้นถนนเหนือทางรถไฟใต้ดึงถูกระเบิดออกไป" + +#: script/events/setpieces.js:1658 +msgid "lets some light down into the dusty haze." +msgstr "แสงส่องผ่านหมอกควันจาง ๆ " + +#: script/events/setpieces.js:1659 +msgid "a sound comes from the tunnel, just ahead." +msgstr "มีเสียงอะไรบางอย่างดังมาจากข้างในของโพรง" + +#: script/events/setpieces.js:1676 +msgid "looks like a camp of sorts up ahead." +msgstr "ดูเหมือนจะมีค่ายอะไรสักอย่างข้างหน้า" + +#: script/events/setpieces.js:1679 +#, fuzzy +msgid "rusted chainlink is pulled across an alleyway." +msgstr "โซ่เกรอะสนิมถูกลากผ่านตรอกทางเดิน" + +#: script/events/setpieces.js:1680 +msgid "fires burn in the courtyard beyond." +msgstr "ไฟลุกท่วมในสนามตรงหน้า" + +#: script/events/setpieces.js:1696 +msgid "more voices can be heard ahead." +msgstr "เสียงต่าง ๆ ยังคงดังอยู่ข้างหน้า" + +#: script/events/setpieces.js:1697 +msgid "they must be here for a reason." +msgstr "พวกมันมาที่นี่เพื่ออะไรบางอย่าง" + +#: script/events/setpieces.js:1713 +msgid "the sound of gunfire carries on the wind." +msgstr "เสียงยิงปืนดังขึ้นมาตามสายลม" + +#: script/events/setpieces.js:1714 +msgid "the street ahead glows with firelight." +msgstr "ถนนตรงหน้าสว่างไสวไปด้วยเปลวไฟ" + +#: script/events/setpieces.js:1732 +#, fuzzy +msgid "more squatters are crowding around now." +msgstr "คนจรจัดเริ่มรวมตัวกันมารอบ ๆ " + +#: script/events/setpieces.js:1733 +msgid "someone throws a stone." +msgstr "มีใครบางคนโยนก้อนหินมา" + +#: script/events/setpieces.js:1749 +msgid "an improvised shop is set up on the sidewalk." +msgstr "เพิงร้านค้าเล็ก ๆ ถูกตั้งขึ้นข้างทาง" + +#: script/events/setpieces.js:1750 +msgid "the owner stands by, stoic." +msgstr "เจ้าของที่ยืนอยู่นิ่ง ๆ อย่างสุขุม" + +#: script/events/setpieces.js:1795 +msgid "strips of meat hang drying by the side of the street." +msgstr "แผ่นเนื้อถูกวางตากไว้ข้างทางเดิน" + +#: script/events/setpieces.js:1796 +msgid "the people back away, avoiding eye contact." +msgstr "ผู้คนค่อย ๆ ถอยออกไป พยายามหลบสายตา" + +#: script/events/setpieces.js:1821 +msgid "someone has locked and barricaded the door to this operating theatre." +msgstr "ใครบางคนได้ลั่นกลอนและตั้งเครื่องกีดขวางอยู่ทั่วโรงละคร" + +#: script/events/setpieces.js:1836 +msgid "a tribe of elderly squatters is camped out in this ward." +msgstr "ชนเผ่าที่มีแต่คนชราปักหลักอาศัยอยู่ในหอผู้ป่วยแห่งนี้" + +#: script/events/setpieces.js:1877 +msgid "a pack of lizards rounds the corner." +msgstr "ฝูงกิ้งก่าล้อมทางหนีเอาไว้" + +#: script/events/setpieces.js:1919 +msgid "strips of meat are hung up to dry in this ward." +msgstr "แผ่นเนื้อจะถูกตากไว้ที่นี่" + +#: script/events/setpieces.js:1943 +msgid "a large bird nests at the top of the stairs." +msgstr "มีรังนกขนาดใหญ่อยู่บนบันได" + +#: script/events/setpieces.js:1974 +msgid "the debris is denser here." +msgstr "ซากปรักหักพังเริ่มกีดขวางทางมากขึ้นในบริเวณนี้" + +#: script/events/setpieces.js:1975 +msgid "maybe some useful stuff in the rubble." +msgstr "อาจจะมีของมีประโยชน์ติดอยู่หลังซากปรักหักพัง" + +#: script/events/setpieces.js:2014 +msgid "a swarm of rats rushes up the tunnel." +msgstr "ฝูงของหนูโจนเข้ามาจากโพรง" + +#: script/events/setpieces.js:2050 +msgid "a large man attacks, waving a bayonet." +msgstr "ชายร่างใหญ่เข้ามาโจมตี เหวี่ยงดาบปลายปืนไปมา" + +#: script/events/setpieces.js:2085 +msgid "a second soldier opens fire." +msgstr "ทหารคนต่อมายิงปืนเข้ามาสมทบ" + +#: script/events/setpieces.js:2126 +msgid "a masked soldier rounds the corner, gun drawn" +msgstr "ทหารใต้หน้ากากปรากฏตัวขึ้นในมุมหนึ่ง ปืนชี้มาตรงหน้า" + +#: script/events/setpieces.js:2167 +msgid "the crowd surges forward." +msgstr "กลุ่มคนโถมมาข้างหน้า" + +#: script/events/setpieces.js:2203 +msgid "a youth lashes out with a tree branch." +msgstr "เด็กหนุ่มคนหนึ่งโจนออกมาพร้อมกิ่งไม้" + +#: script/events/setpieces.js:2238 +msgid "a squatter stands firmly in the doorway of a small hut." +msgstr "ผู้อาศัยยืนกันบานประตูของกระท่อมเล็ก ๆ " + +#: script/events/setpieces.js:2273 +msgid "behind the door, a deformed figure awakes and attacks." +msgstr "หลังบานประตู มีร่างประหลาดตื่นขึ้นมาและเข้าจู่โจมทันที" + +#: script/events/setpieces.js:2313 +msgid "as soon as the door is open a little bit, hundreds of tentacles erupt." +msgstr "เมื่อเปิดประตูออก หนวดประหลาดก็พุ่งส่วนออกมาทันที" + +#: script/events/setpieces.js:2340 +msgid "bird must have liked shiney things." +msgstr "พวกนกน่าจะชอบของสะท้อนแสง" + +#: script/events/setpieces.js:2341 +msgid "some good stuff woven into its nest." +msgstr "มีของดีหลาย ๆ อย่างพันเกี่ยวเป็นรังของมันขึ้นมา" + +#: script/events/setpieces.js:2375 +msgid "not much here." +msgstr "ไม่มีอะไรอยู่แถวนี้" + +#: script/events/setpieces.js:2376 +msgid "scavengers must have gotten to this place already." +msgstr "พวกเก็บซากคงเข้ามารื้อที่นี่ไปแล้ว" + +#: script/events/setpieces.js:2407 +msgid "the tunnel opens up at another platform." +msgstr "โพรงเปิดขึ้นมาจากอีกเพิงหนึ่ง" + +#: script/events/setpieces.js:2408 +msgid "the walls are scorched from an old battle." +msgstr "กำแพงถูกเผาทำลาย เป็นสัญลักษณ์ของการต่อสู้ในอดีต" + +#: script/events/setpieces.js:2409 +msgid "bodies and supplies from both sides litter the ground." +msgstr "ซากศพและเสีบยงกระจัดกระจายเต็มพื้น" + +#: script/events/setpieces.js:2453 +msgid "the small military outpost is well supplied." +msgstr "ป้อมทหารเล็ก ๆ ดูเหมือนจะมีจุเสบียงไว้เต็มที่" + +#: script/events/setpieces.js:2454 +msgid "" +"arms and munitions, relics from the war, are neatly arranged on the store-" +"room floor." +msgstr "" +"อาวุธยุทโธปกรณ์สำหรับสงคราม ถูกวางอย่างประณีตในห้องเก็บของ" + +#: script/events/setpieces.js:2455 +msgid "just as deadly now as they were then." +msgstr "อันตรายเหมือนอย่างที่เคยเป็นเมื่อก่อน" + +#: script/events/setpieces.js:2489 +#, fuzzy +msgid "searching the bodies yields a few supplies." +msgstr "มีเสบียงติดมากับซากศพเล็กน้อย" + +#: script/events/setpieces.js:2490 +msgid "more soldiers will be on their way." +msgstr "ทหารอีกกลุ่มกำลังจะตามมาสมทบ" + +#: script/events/setpieces.js:2491 +msgid "time to move on." +msgstr "ได้เวลาไปต่อแล้ว" + +#: script/events/setpieces.js:2530 +msgid "the small settlement has clearly been burning a while." +msgstr "ที่แห่งนี้ถูกเผาทำลายมานานพอสมควร" + +#: script/events/setpieces.js:2531 +msgid "" +"the bodies of the wanderers that lived here are still visible in the flames." +msgstr "" +"ยังคงเห็นร่างของผู้ดินทางที่อาศัยอยู่ที่นี่ในเปลวไฟ" + +#: script/events/setpieces.js:2532 +msgid "still time to rescue a few supplies." +msgstr "ยังมีเวลาเก้บของเล็กน้อย" + +#: script/events/setpieces.js:2566 +msgid "" +"the remaining settlers flee from the violence, their belongings forgotten." +msgstr "" +"ผู้ตั้งถิ่นฐานหนีไปเมื่อเห็นการปะทะ ลืมของบางอย่างเอาไว้" + +#: script/events/setpieces.js:2567 +msgid "there's not much, but some useful things can still be found." +msgstr "พบของมีประโยชน์บางอย่าง แม้จะไม่มากนักก็ตาม" + +#: script/events/setpieces.js:2601 +msgid "the young settler was carrying a canvas sack." +msgstr "ผู้ตั้งรกรากหอบถุงผ้าใบมาด้วย" + +#: script/events/setpieces.js:2602 +msgid "it contains travelling gear, and a few trinkets." +msgstr "มีอุปกรณ์การเดินทางและของเล็ก ๆ น้อย ๆ ปนอยู่" + +#: script/events/setpieces.js:2603 script/events/setpieces.js:2639 +msgid "there's nothing else here." +msgstr "ไม่มีอะไรอยู่เลย" + +#: script/events/setpieces.js:2637 +msgid "inside the hut, a child cries." +msgstr "มีเสียงเด็กร้องไห้ในกระท่อม" + +#: script/events/setpieces.js:2638 +msgid "a few belongings rest against the walls." +msgstr "ของเหลือ ๆ บางอย่างพาดไว้กับผนัง" + +#: script/events/setpieces.js:2678 +msgid "the stench of rot and death fills the operating theatres." +msgstr "กลิ่นเน่าเสียและซากศพลอยคลุ้งในโรงละคร" + +#: script/events/setpieces.js:2679 +msgid "a few items are scattered on the ground." +msgstr "มีของจำนวนหนึ่งระเกะระกะบนพื้น" + +#: script/events/setpieces.js:2680 +msgid "there is nothing else here." +msgstr "ไม่มีอะไรอยู่แถวนี้อีกแล้ว" + +#: script/events/setpieces.js:2719 +msgid "a pristine medicine cabinet at the end of a hallway." +msgstr "ยาที่อยู่ในสภาพสมบูรณ์เก็บอยู่ในตู้ที่สุดทางเดิน" + +#: script/events/setpieces.js:2720 +msgid "the rest of the hospital is empty." +msgstr "ที่อื่น ๆ ในโรงพยาบาลนั้นว่างเปล่า" + +#: script/events/setpieces.js:2754 +msgid "someone had been stockpiling loot here." +msgstr "ใครบางคนเอาสมบัติของตนมาเก็บไว้ที่นี่" + +#: script/events/setpieces.js:2803 +#, fuzzy +msgid "the tentacular horror is defeated." +msgstr "ปราบสัตว์ประหลาดหนวดยาวลงได้" + +#: script/events/setpieces.js:2804 +msgid "inside, the remains of its victims are everywhere." +msgstr "มีซากศพของเหยื่อที่ถูกมันสังหารระเกะระกะภายใน" + +#: script/events/setpieces.js:2850 +#, fuzzy +msgid "the warped man lies dead." +msgstr "คนวิปริตได้ตายลงแล้ว" + +#: script/events/setpieces.js:2851 +msgid "the operating theatre has a lot of curious equipment." +msgstr "โรงละครมีของหลายอย่างที่น่าสนใจอย่างมาก" + +#: script/events/setpieces.js:2895 +msgid "the old man had a small cache of interesting items." +msgstr "ชายแก่มีของที่น่าสนใจติดตัวมาด้วย" + +#: script/events/setpieces.js:2939 +msgid "An Old House" +msgstr "บ้านเก่า ๆ" + +#: script/events/setpieces.js:2943 +msgid "an old house remains here, once white siding yellowed and peeling." +msgstr "" +"บ้านหลังเก่ากรุตั้งอยู่ที่นี่ สภาพทรุดโทรมเกินบูรณะ" + +#: script/events/setpieces.js:2944 +msgid "the door hangs open." +msgstr "ประตูเปิดอ้าเอาไว้" + +#: script/events/setpieces.js:2946 +#, fuzzy +msgid "the remains of an old house stand as a monument to simpler times" +msgstr "เศษซากของบ้านเก่า ๆ ตั้งตระหง่าย เป็นสักญลักษณ์ของวันเก่า ๆ" + +#: script/events/setpieces.js:2960 +msgid "the house is abandoned, but not yet picked over." +msgstr "เศษซากของบ้านเก่า ๆ ตั้งตระหง่าย เป็นสักญลักษณ์ของวันเก่า ๆ" + +#: script/events/setpieces.js:2961 +msgid "still a few drops of water in the old well." +msgstr "ยังมีน้ำเหลือบ้างในบ่อ" + +#: script/events/setpieces.js:2995 +msgid "the house has been ransacked." +msgstr "บ้านหลังนี้ถูกรื้อค้นจนเกลี้ยง" + +#: script/events/setpieces.js:2996 +msgid "but there is a cache of medicine under the floorboards." +msgstr "แต่ว่ามีกล่องเก็บยาอยู่ใต้พื้นอีกที" + +#: script/events/setpieces.js:3024 +msgid "a man charges down the hall, a rusty blade in his hand" +msgstr "ชายคนหนึ่งวิ่งเข้ามาในโถงทางเดิน มีดขึ้นสนิมอยู่ในกำมือ" + +#: script/events/setpieces.js:3056 +msgid "A Forgotten Battlefield" +msgstr "สนามรบที่ถูกลืม" + +#: script/events/setpieces.js:3060 +msgid "a battle was fought here, long ago." +msgstr "มีการต่อสู้ในบริเวณนี้เมื่อนานมาแล้ว" + +#: script/events/setpieces.js:3061 +msgid "" +"battered technology from both sides lays dormant on the blasted landscape." +msgstr "" +"อาวุธผุพังจากทั้งสองฝ่ายวางอยู่นิ่ง ๆ บนผืนดินแห้งกร้าว" + +#: script/events/setpieces.js:3109 +msgid "A Huge Borehole" +msgstr "หลุมอุกกาบาตยักษ์" + +#: script/events/setpieces.js:3113 +msgid "a huge hole is cut deep into the earth, evidence of the past harvest." +msgstr "หลุมขนาดใหญ่ตัดลึกลงไปในหน้าดิน ร่องรอยของการเก็บเกี่ยวในครั้งก่อน" + +#: script/events/setpieces.js:3114 +msgid "they took what they came for, and left." +msgstr "พวกมันมาเอาของที่พวกมันมองหา แล้วก็จากไป" + +#: script/events/setpieces.js:3115 +msgid "" +"castoff from the mammoth drills can still be found by the edges of the " +"precipice." +msgstr "พบชิ้นโลหะประหลาดในกระบอกสว่านขนาดใหญ่" + +#: script/events/setpieces.js:3138 +msgid "A Crashed Ship" +msgstr "ซากยาน" + +#: script/events/setpieces.js:3147 +#, fuzzy +msgid "" +"the familiar curves of a wanderer vessel rise up out of the dust and ash. " +msgstr "" +"ยานหน้าตาคุ้นเคยของผู้เดินทางผุดขึ้นมาจากกองเถ้าและฝุ่น" + +#: script/events/setpieces.js:3148 +msgid "lucky that the natives can't work the mechanisms." +msgstr "โชคดีที่พวกพื้นเมืองไม่สามารถใช้เครื่องยนต์กลไกเหล่านี้ได้" + +#: script/events/setpieces.js:3149 +msgid "with a little effort, it might fly again." +msgstr "คงต้องทุ่มแรงนิดหน่อยถ้าจะให้มันบินขึ้นอีกครั้ง" + +# command +#: script/events/setpieces.js:3153 +msgid "salvage" +msgstr "รื้อของ" + +#: script/events/setpieces.js:3161 +msgid "The Sulphur Mine" +msgstr "เหมืองกำมะถัน" + +#: script/events/setpieces.js:3165 +msgid "the military is already set up at the mine's entrance." +msgstr "ดูเหมือนว่ากองทหารได้ตั้งค่ายอยู่หน้าเหมืองมาสักพักแล้ว" + +#: script/events/setpieces.js:3166 +msgid "soldiers patrol the perimeter, rifles slung over their shoulders." +msgstr "" +"ทหารลาดตระเวนอยู่ในบริเวณนี้ ปืนยาวสะพายพาดบ่า" + +#: script/events/setpieces.js:3168 +msgid "a military perimeter is set up around the mine." +msgstr "ค่ายทหารถูกสร้างขึ้น ล้อมรอบด้วยกับระเบิด" + +# command +#: script/events/setpieces.js:3171 script/events/setpieces.js:3320 +msgid "attack" +msgstr "โจมตี" + +#: script/events/setpieces.js:3206 +msgid "a soldier, alerted, opens fire." +msgstr "ทหารรู้สึกถึงผู้บุกรุก ทาบปืนพร้อมยิงทันที" + +# command +#: script/events/setpieces.js:3214 script/events/setpieces.js:3254 +#: script/events/setpieces.js:3357 script/events/setpieces.js:3391 +msgid "run" +msgstr "วิ่งหนี" + +#: script/events/setpieces.js:3246 +msgid "a second soldier joins the fight." +msgstr "ทหารคนที่สองเข้ามาเสริมกำลัง" + +#: script/events/setpieces.js:3280 +msgid "a grizzled soldier attacks, waving a bayonet." +msgstr "ทหารท่าทางดุดันพุ่งเข้ามาโจมตี โบกดาบปลายปืนไปมา" + +#: script/events/setpieces.js:3291 +msgid "the military presence has been cleared." +msgstr "กองทหารถูกเก็บกวาดจากบริเวณ" + +#: script/events/setpieces.js:3292 script/events/setpieces.js:3434 +#: script/events/setpieces.js:3510 +msgid "the mine is now safe for workers." +msgstr "เหมืองปลอดภัยสำหรับคนงานแล้ว" + +#: script/events/setpieces.js:3294 +msgid "the sulphur mine is clear of dangers" +msgstr "เหมืองกำมะถันปลอดภัยสำหรับคนงานแล้ว" + +#: script/events/setpieces.js:3310 +msgid "The Coal Mine" +msgstr "เหมืองถ่านหิน" + +#: script/events/setpieces.js:3314 +msgid "camp fires burn by the entrance to the mine." +msgstr "มีกองไฟอยู่หน้าทางเข้าเหมือง" + +#: script/events/setpieces.js:3315 +msgid "men mill about, weapons at the ready." +msgstr "ผู้คนหรี่ตรงเข้ามา ยกอาวุธขึ้นพร้อมโจมตี" + +#: script/events/setpieces.js:3317 +msgid "this old mine is not abandoned" +msgstr "ดูเหมือนเหมืองเก่าจะไม่รกร้างซะทีเดียว" + +#: script/events/setpieces.js:3349 script/events/setpieces.js:3383 +msgid "a man joins the fight" +msgstr "ชายคนหนึ่งเข้ามาร่วมวงด้วย" + +#: script/events/setpieces.js:3422 +msgid "only the chief remains." +msgstr "มีเพียงหัวหน้าใหญ่เท่านั้นที่เหลืออยู่" + +#: script/events/setpieces.js:3433 +msgid "the camp is still, save for the crackling of the fires." +msgstr "ค่ายเงียบสงบดี มีเพียงเสียงของเปลวไฟและฟืนเป็นครั้งคราว" + +#: script/events/setpieces.js:3436 +msgid "the coal mine is clear of dangers" +msgstr "เหมืองถ่านหินปลอดภัยสำหรับคนงานแล้ว" + +#: script/events/setpieces.js:3452 +msgid "The Iron Mine" +msgstr "เหมืองเหล็ก" + +#: script/events/setpieces.js:3456 +msgid "an old iron mine sits here, tools abandoned and left to rust." +msgstr "" +"มีเหมืองเหล็กเก่าที่นี่ อุปกรณ์ต่าง ๆ ถูกทิ้งเอาไว้ให้สนิมเกาะเฉย ๆ" + +#: script/events/setpieces.js:3457 +msgid "" +"bleached bones are strewn about the entrance. many, deeply scored with " +"jagged grooves." +msgstr "" +"โครงกระดูกกองเรี่ยรายหน้าทางเข้า บางชิ้นมีร่องรอยของการขูดขีดอย่างชัดเจน" + +#: script/events/setpieces.js:3458 +msgid "feral howls echo out of the darkness." +msgstr "อสูรจรจัดหอนขึ้นมาในความมืด" + +#: script/events/setpieces.js:3460 +msgid "the path leads to an abandoned mine" +msgstr "เส้นทางนี้นำไปสู่เหมืองร้าง" + +#: script/events/setpieces.js:3498 +msgid "a large creature lunges, muscles rippling in the torchlight" +msgstr "สัตว์ร้ายตัวใหญ่โจนออกมา กล้ามเนื้อและผิวหนังของมันสะท้อนแสงจากคบไฟ" + +#: script/events/setpieces.js:3509 +msgid "the beast is dead." +msgstr "ฆ่าสัตว์ป่าได้สำเร็จ" + +#: script/events/setpieces.js:3512 +msgid "the iron mine is clear of dangers" +msgstr "เหมืองเหล็กปลอดภัยแล้ว" + +#: script/events/setpieces.js:3529 +msgid "A Destroyed Village" +msgstr "ซากหมู่บ้าน" + +#: script/events/setpieces.js:3533 +#, fuzzy +msgid "a destroyed village lies in the dust." +msgstr "หมู่บ้านที่ถูกเผาทำลายจมลงในกองเถ้า" + +#: script/events/setpieces.js:3534 +msgid "charred bodies litter the ground." +msgstr "ซากศพไหม้เกรียมกระจัดกระจายตามพื้น" + +#: script/events/setpieces.js:3538 +msgid "the metallic tang of wanderer afterburner hangs in the air." +msgstr "มีกลิ่นโลหะของเครื่องยนต์ยานผู้เดินทางลอยอยู่ในอากาศจาง ๆ " + +#: script/events/setpieces.js:3552 +msgid "a shack stands at the center of the village." +msgstr "มีเพิงไม้ตั้งอยู่กล้าหมู่บ้าน" + +#: script/events/setpieces.js:3553 +msgid "there are still supplies inside." +msgstr "ยังมีของบางอย่างหลงเหลืออยู่ข้างใน" + +# command +#: script/events/setpieces.js:3557 +msgid "take" +msgstr "เก็บ" + +#: script/events/setpieces.js:3564 +msgid "all the work of a previous generation is here." +msgstr "การก่อสร้างของรุ่นก่อน ๆ นั้นอยู่ที่นี่" + +#: script/events/setpieces.js:3565 +msgid "ripe for the picking." +msgstr "พร้อมให้เก็บเกี่ยว" + +#: script/events/outside.js:67 +msgid "Fire" +msgstr "ไฟไหม้" + +#: script/events/outside.js:74 +msgid "a fire rampages through one of the huts, destroying it." +msgstr "ไฟไหม้ออกจากห้อง ลุกลามและเผาทำลายกระท่อมหลังหนึ่งในหมู่บ้าน" + +#: script/events/outside.js:75 +msgid "all residents in the hut perished in the fire." +msgstr "ทุกคนที่อาศัยในบ้านหลังนั้นเสียชีวิตในเปลวไฟ" + +#: script/events/outside.js:77 +msgid "a fire has started" +msgstr "เกิดไฟไหม้" + +# command +#: script/events/outside.js:87 +msgid "mourn" +msgstr "ไว้อาลัย" + +#: script/events/outside.js:88 +msgid "some villagers have died" +msgstr "ชาวบ้านบางส่วนเสียชีวิตในเปลวไฟ" diff --git a/lang/tr/strings.po b/lang/tr/strings.po index 8767040..89decdb 100644 --- a/lang/tr/strings.po +++ b/lang/tr/strings.po @@ -2,14 +2,14 @@ msgid "" msgstr "" "Project-Id-Version: adarkroom\n" "POT-Creation-Date: 2015-02-07 14:15-0500\n" -"PO-Revision-Date: 2015-02-07 14:15-0500\n" +"PO-Revision-Date: 2015-12-20 14:14+0200\n" "Last-Translator: Vanadar \n" "Language-Team: \n" "Language: fr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: Poedit 1.5.4\n" +"X-Generator: Poedit 1.8.6\n" "X-Poedit-KeywordsList: _\n" "X-Poedit-Basepath: .\n" "Plural-Forms: s;\n" @@ -190,15 +190,15 @@ msgstr "müsait" #: ../../script/events.js:344 ../../script/events.js:389 msgid "miss" -msgstr "" +msgstr "kaçırdı" #: ../../script/events.js:357 ../../script/events.js:402 msgid "stunned" -msgstr "" +msgstr "sersemledi" #: ../../script/events.js:746 msgid "*** EVENT ***" -msgstr "" +msgstr "*** OLAY ***" #: ../../script/world.js:46 msgid "punch" @@ -543,7 +543,7 @@ msgstr "meşale" #: ../../script/room.js:164 msgid "a torch to keep the dark away" -msgstr "meşale.. karanlığı uzak tutmak için" +msgstr "karanlığı uzak tutmak için bir meşale" #: ../../script/room.js:173 msgid "waterskin" @@ -882,14 +882,12 @@ msgid "coal" msgstr "kömür" #: ../../script/localization.js:17 -#, fuzzy msgid "sulphur" -msgstr "sülfür madencisi" +msgstr "sülfür" #: ../../script/localization.js:18 -#, fuzzy msgid "energy cell" -msgstr "enerji üreteci" +msgstr "enerji hücresi" #: ../../script/localization.js:20 msgid "medicine" @@ -897,30 +895,27 @@ msgstr "ilaç" #: ../../script/localization.js:24 msgid "grenade" -msgstr "" +msgstr "el bombası" #: ../../script/localization.js:25 msgid "bolas" -msgstr "" +msgstr "toplar" #: ../../script/localization.js:26 msgid "bayonet" -msgstr "" +msgstr "süngü" #: ../../script/localization.js:29 -#, fuzzy msgid "iron mine" -msgstr "demir madencisi" +msgstr "demir madeni" #: ../../script/localization.js:31 -#, fuzzy msgid "coal mine" -msgstr "kömür madencisi" +msgstr "kömür madeni" #: ../../script/localization.js:33 -#, fuzzy msgid "sulphur mine" -msgstr "sülfür madencisi" +msgstr "sülfür madeni" #: ../../script/localization.js:36 msgid "bait" @@ -971,9 +966,8 @@ msgid "not enough steel" msgstr "çelik yetmiyor" #: ../../script/localization.js:51 -#, fuzzy msgid "not enough sulphur" -msgstr "kürk yetmiyor" +msgstr "yetersiz sülfür" #: ../../script/localization.js:52 msgid "baited trap" @@ -996,47 +990,38 @@ msgid "not enough leather" msgstr "deri yetmiyor" #: ../../script/localization.js:57 -#, fuzzy msgid "not enough meat" -msgstr "deri yetmiyor" +msgstr "yetersiz et" #: ../../script/localization.js:58 -#, fuzzy msgid "the compass points east" msgstr "pusula doğuyu gösteriyor." #: ../../script/localization.js:59 -#, fuzzy msgid "the compass points west" msgstr "pusula batıyı gösteriyor." #: ../../script/localization.js:60 -#, fuzzy msgid "the compass points north" msgstr "pusula kuzeyi gösteriyor." #: ../../script/localization.js:61 -#, fuzzy msgid "the compass points south" msgstr "pusula güneyi gösteriyor" #: ../../script/localization.js:62 -#, fuzzy msgid "the compass points northeast" msgstr "pusula kuzeydoğuyu gösteriyor" #: ../../script/localization.js:63 -#, fuzzy msgid "the compass points northwest" msgstr "pusula kuzeybatıyı gösteriyor" #: ../../script/localization.js:64 -#, fuzzy msgid "the compass points southeast" msgstr "pusula güneydoğuyu gösteriyor" #: ../../script/localization.js:65 -#, fuzzy msgid "the compass points southwest" msgstr "pusula güneybatıyı gösteriyor" @@ -1074,7 +1059,7 @@ msgstr "al:" #: ../../script/localization.js:80 msgid "drop:" -msgstr "" +msgstr "bırak:" #: ../../script/localization.js:81 msgid "forest" @@ -1082,19 +1067,19 @@ msgstr "orman" #: ../../script/localization.js:82 msgid "village" -msgstr "" +msgstr "köy" #: ../../script/dropbox.js:62 msgid "Dropbox connection" -msgstr "" +msgstr "Dropbox bağlantısı" #: ../../script/dropbox.js:65 msgid "connect game to dropbox local storage" -msgstr "" +msgstr "oyunu dropbox yerel deposuna bağla" #: ../../script/dropbox.js:68 msgid "connect" -msgstr "" +msgstr "bağla" #: ../../script/dropbox.js:75 ../../script/dropbox.js:107 #: ../../script/engine.js:270 ../../script/engine.js:303 @@ -1102,53 +1087,48 @@ msgid "cancel" msgstr "iptal" #: ../../script/dropbox.js:86 -#, fuzzy msgid "Dropbox Export / Import" -msgstr "Export/Import" +msgstr "Dropbox’dan Export/Import" #: ../../script/dropbox.js:89 -#, fuzzy msgid "export or import save data to dropbox datastorage" -msgstr "datayı yedeklemek için export veya import edin" +msgstr "oyun kaydını dropbox’a kaydet ya da ger al" #: ../../script/dropbox.js:90 msgid "your are connected to dropbox with account / email " -msgstr "" +msgstr "dropbox’a şu hesap / email ile bağlandın " #: ../../script/dropbox.js:93 -#, fuzzy msgid "save" msgstr "kaydet" #: ../../script/dropbox.js:97 msgid "load" -msgstr "" +msgstr "yükle" #: ../../script/dropbox.js:102 -#, fuzzy msgid "signout" -msgstr "görmezden gel" +msgstr "çıkış yap" #: ../../script/dropbox.js:113 msgid "choose one slot to save to" -msgstr "" +msgstr "kaydetmek için bir slot seç" #: ../../script/dropbox.js:119 -#, fuzzy msgid "save to slot" -msgstr "bunu kaydet." +msgstr "slota kaydet" #: ../../script/dropbox.js:179 msgid "successfully saved to dropbox datastorage" -msgstr "" +msgstr "başarılı bir şekilde dropbox deposuna kaydedildi" #: ../../script/dropbox.js:180 msgid "error while saving to dropbox datastorage" -msgstr "" +msgstr "dropbox deposuna kaydedilirken sorun oluştu" #: ../../script/dropbox.js:183 msgid "ok" -msgstr "" +msgstr "tamam" #: ../../script/engine.js:15 msgid "boxer" @@ -1242,7 +1222,7 @@ msgstr "kusursuz saldırı" # description pour la précision ... #: ../../script/engine.js:53 msgid "land blows more often" -msgstr "yerden daha sık darbe vuruyorsun" +msgstr "bu alan daha fazla rüzgarlı" #: ../../script/engine.js:54 msgid "learned to predict their movement" @@ -1318,7 +1298,7 @@ msgstr "Export/Import" #: ../../script/engine.js:257 msgid "export or import save data, for backing up" -msgstr "datayı yedeklemek için export veya import edin" +msgstr "yedek almak için kayıt verisini içe ya da dışarı aktarın" #: ../../script/engine.js:258 msgid "or migrating computers" @@ -1464,7 +1444,7 @@ msgstr "bıçaklanmadan önce biraz karşı koydu." #: ../../script/events/outside.js:68 msgid "Sickness" -msgstr "Salgın Hastalık" +msgstr "Hastalık" #: ../../script/events/outside.js:75 msgid "a sickness is spreading through the village." @@ -1507,9 +1487,8 @@ msgid "a terrible plague is fast spreading through the village." msgstr "korkunç bir veba çok hızlı bir şekilde köye yayılıyor." #: ../../script/events/outside.js:138 -#, fuzzy msgid "buy medicine" -msgstr "1 tane ilaç" +msgstr "ilaç satın al" #: ../../script/events/outside.js:144 msgid "5 medicine" @@ -1779,28 +1758,27 @@ msgstr "veda et" #: ../../script/events/room.js:54 msgid "Fire" -msgstr "" +msgstr "Ateş" #: ../../script/events/room.js:61 msgid "A fire rampages through one of your huts, destroying it." -msgstr "" +msgstr "Bir ateş kulübelerinden birine öfkesini kustu ve onu yok etti." #: ../../script/events/room.js:62 msgid "Saddly, all residents in the hut perished in the fire." -msgstr "" +msgstr "Malesef, kulübedeki herkes alevler içinde can verdi." #: ../../script/events/room.js:64 msgid "a fire has started" -msgstr "" +msgstr "bir yangın başladı" #: ../../script/events/room.js:74 -#, fuzzy msgid "mourn" -msgstr "zırh" +msgstr "ağlamak" #: ../../script/events/room.js:75 msgid "some villagers have died" -msgstr "" +msgstr "bazı köylüler öldü" #: ../../script/events/room.js:83 ../../script/events/room.js:134 msgid "Noises" diff --git a/mobileWarning.html b/mobileWarning.html index cf06a9b..65584db 100644 --- a/mobileWarning.html +++ b/mobileWarning.html @@ -27,7 +27,7 @@ Sorry about that!

Of course you can play anyway, but it probably won't work!

- A Dark Room is now native on iOS! Get it on the App Store. + A Dark Room is now native on iOS! Get it on the App Store. diff --git a/script/engine.js b/script/engine.js index a644318..003477f 100644 --- a/script/engine.js +++ b/script/engine.js @@ -133,6 +133,12 @@ }); } + $('') + .addClass('appStore menuBtn') + .text(_('app store.')) + .click(function() { window.open('https://itunes.apple.com/app/apple-store/id736683061?pt=2073437&ct=adrproper&mt=8'); }) + .appendTo(menu); + $('') .addClass('lightsOff menuBtn') .text(_('lights off.')) @@ -142,7 +148,7 @@ $('') .addClass('hyper menuBtn') .text(_('hyper.')) - .click(Engine.triggerHyperMode) + .click(Engine.confirmHyperMode) .appendTo(menu); $('') @@ -173,12 +179,6 @@ .appendTo(menu); } - $('') - .addClass('menuBtn') - .text(_('app store.')) - .click(function() { window.open('https://itunes.apple.com/us/app/a-dark-room/id736683061'); }) - .appendTo(menu); - $('') .addClass('menuBtn') .text(_('github.')) @@ -290,6 +290,7 @@ 'inputExport': { text: [_('save this.')], textarea: Engine.export64(), + onLoad: function() { Engine.event('progress', 'export'); }, readonly: true, buttons: { 'done': { @@ -352,6 +353,7 @@ }, import64: function(string64) { + Engine.event('progress', 'import'); Engine.disableSelection(); string64 = string64.replace(/\s/g, ''); string64 = string64.replace(/\./g, ''); @@ -485,7 +487,33 @@ } }, - triggerHyperMode: function(){ + confirmHyperMode: function(){ + if (!Engine.options.doubleTime) { + Events.startEvent({ + title: _('Go Hyper?'), + scenes: { + start: { + text: [_('turning hyper mode speeds up the game to x2 speed. do you want to do that?')], + buttons: { + 'yes': { + text: _('yes'), + nextScene: 'end', + onChoose: Engine.triggerHyperMode + }, + 'no': { + text: _('no'), + nextScene: 'end' + } + } + } + } + }); + } else { + Engine.triggerHyperMode(); + } + }, + + triggerHyperMode: function() { Engine.options.doubleTime = !Engine.options.doubleTime; if(Engine.options.doubleTime) $('.hyper').text(_('classic.')); diff --git a/script/events/room.js b/script/events/room.js index 43e9c96..9a503df 100644 --- a/script/events/room.js +++ b/script/events/room.js @@ -374,7 +374,7 @@ Events.Room = [ action: function(delay) { var delay = delay || false; Events.saveDelay(function() { - $SM.add('stores.wood', 300); + $SM.add('stores.fur', 300); Notifications.notify(Room, _('the mysterious wanderer returns, cart piled high with furs.')); }, 'Room[5].scenes.fur100.action', delay); }, @@ -397,7 +397,7 @@ Events.Room = [ action: function(delay) { var delay = delay || false; Events.saveDelay(function() { - $SM.add('stores.wood', 1500); + $SM.add('stores.fur', 1500); Notifications.notify(Room, _('the mysterious wanderer returns, cart piled high with furs.')); }, 'Room[5].scenes.fur500.action', delay); }, diff --git a/script/space.js b/script/space.js index d9d91b8..c12ef0d 100644 --- a/script/space.js +++ b/script/space.js @@ -438,11 +438,19 @@ var Space = { $('#starsContainer').remove(); $('#content, #notifications').remove(); $('') - .addClass('endGame endGameRestart') + .addClass('endGame endGameOption') .text(_('restart.')) .click(Engine.confirmDelete) .appendTo('.centerCont') .animate({opacity:1},1500); + $('
') + .appendTo('.centerCont'); + $('') + .addClass('endGame endGameOption') + .text(_('app store.')) + .click(function() { window.open('https://itunes.apple.com/app/apple-store/id736683061?pt=2073437&ct=gameover&mt=8'); }) + .appendTo('.centerCont') + .animate({opacity:1},1500); Engine.options = {}; Engine.deleteSave(true); }