OSDN Git Service

add translations
[jnethack/source.git] / src / mhitm.c
index 226b38f..e6cb55c 100644 (file)
@@ -507,8 +507,13 @@ register struct monst *magr, *mdef;
         case AT_ENGL:
             if (mdef->data == &mons[PM_SHADE]) { /* no silver teeth... */
                 if (vis)
+#if 0 /*JP:T*/
                     pline("%s attempt to engulf %s is futile.",
                           s_suffix(Monnam(magr)), mon_nam(mdef));
+#else
+                    pline("%s\82Í%s\82ð\88ù\82Ý\8d\9e\82à\82¤\82Æ\82µ\82½\82ª\82Þ\82¾\82¾\82Á\82½\81D",
+                          Monnam(magr), mon_nam(mdef));
+#endif
                 strike = 0;
                 break;
             }
@@ -686,7 +691,7 @@ struct attack *mattk;
 /*JP
                 Sprintf(buf, "%s hits", magr_name);
 */
-                Sprintf(buf,"%s\82Ì%%s\82Ö\82Ì\8dU\8c\82\82Í\96½\92\86\82µ\82½\81D", magr_name);
+                Sprintf(buf, "%s\82Ì%%s\82Ö\82Ì\8dU\8c\82\82Í\96½\92\86\82µ\82½\81D", magr_name);
             }
 #if 0 /*JP*/
             pline("%s %s.", buf, mon_nam_too(mdef, magr));
@@ -709,11 +714,19 @@ struct attack *mattk;
                         (void) strsubst(mdef_name, "herself", "her own");
                         (void) strsubst(mdef_name, "itself", "its own");
                     }
+/*JP
                     Strcat(mdef_name, " flesh");
+*/
+                    Strcat(mdef_name, "\82Ì\93÷");
                 }
 
+#if 0 /*JP:T*/
                 pline("%s %s sears %s!", magr_name, /*s_suffix(magr_name), */
                       simpleonames(otmp), mdef_name);
+#else
+                pline("%s\82Ì%s\82ª%s\82ð\8fÄ\82¢\82½\81I", magr_name, /*s_suffix(magr_name), */
+                      simpleonames(otmp), mdef_name);
+#endif
             }
         }
     } else
@@ -969,7 +982,10 @@ struct attack *mattk;
         /* mondead() -> m_detach() -> m_unleash() always suppresses
            the m_unleash() slack message, so deliver it here instead */
         if (was_leashed)
+/*JP
             Your("leash falls slack.");
+*/
+            Your("\95R\82ª\82½\82é\82ñ\82Å\97\8e\82¿\82½\81D");
     }
     if (magr->mtame) /* give this one even if it was visible */
 /*JP