OSDN Git Service

add translation
[jnethack/source.git] / src / monmove.c
index bf15359..ea8d872 100644 (file)
@@ -73,12 +73,19 @@ const char *shout;
             /* Sidenote on "A watchman angrily waves her arms!"
              * Female being called watchman is correct (career name).
              */
+#if 0 /*JP*/
             pline("%s angrily %s %s %s!",
                 Amonnam(mon),
                 nolimbs(mon->data) ? "shakes" : "waves",
                 mhis(mon),
                 nolimbs(mon->data) ? mbodypart(mon, HEAD)
                                    : makeplural(mbodypart(mon, ARM)));
+#else
+            pline("%s\82Í\93{\82Á\82Ä%s\82ð\90U\82Á\82½\81I",
+                Amonnam(mon),
+                nolimbs(mon->data) ? mbodypart(mon, HEAD)
+                                   : makeplural(mbodypart(mon, ARM)));
+#endif
     } else {
         if (canspotmon(mon))
 /*JP
@@ -1776,9 +1783,15 @@ boolean domsg;
     }
 
     if (reslt && domsg) {
+#if 0 /*JP*/
         pline("You %s %s where %s was.",
               !canseemon(mon) ? "now detect" : "observe",
               noname_monnam(mon, ARTICLE_A), oldmtype);
+#else
+        pline("\82 \82È\82½\82Í%s\82ª\82¢\82½\8fê\8f\8a\82É%s\82ð%s\81D",
+              oldmtype, noname_monnam(mon, ARTICLE_A),
+              !canseemon(mon) ? "\8a´\92m\82µ\82½" : "\8c©\82Â\82¯\82½");
+#endif
     }
 
     return reslt;