OSDN Git Service

add translations
[jnethack/source.git] / src / mhitu.c
index 6850730..68748ed 100644 (file)
@@ -3355,7 +3355,10 @@ struct monst *mon;
                       flags.female ? "\83`\83\83\81[\83~\83\93\83O" : "\82·\82Ä\82«");
 #endif
         else if (seewho)
+/*JP
             pline("%s appears to sigh.", Monnam(mon));
+*/
+            pline("%s\82Í\82½\82ß\91§\82ð\82Â\82¢\82½\82æ\82¤\82¾\81D", Monnam(mon));
         /* else no regret message if can't see or hear seducer */
 
         if (!tele_restrict(mon))
@@ -3576,7 +3579,10 @@ const char *str;
 
     /* being deaf overrides confirmation prompt for high charisma */
     if (Deaf) {
+/*JP
         pline("%s takes off your %s.", seducer, str);
+*/
+        pline("%s\82Í\82 \82È\82½\82Ì%s\82ð\92E\82ª\82¹\82½\81D", seducer, str);
     } else if (rn2(20) < ACURR(A_CHA)) {
 #if 0 /*JP:T*/
         Sprintf(qbuf, "\"Shall I remove your %s, %s?\"", str,