OSDN Git Service

add translation
[jnethack/source.git] / src / botl.c
index fbae5fa..e609f8e 100644 (file)
@@ -214,14 +214,20 @@ do_statusline2()
      * unusual for more than one of them to apply at a time.]
      */
     if (Stoned)
+/*JP
         Strcpy(nb = eos(nb), " Stone");
+*/
+        Strcpy(nb = eos(nb), " \90Î\89»");
     if (Slimed)
 /*JP
         Strcpy(nb = eos(nb), " Slime");
 */
         Strcpy(nb = eos(nb), " \82Ç\82ë\82Ç\82ë");
     if (Strangled)
+/*JP
         Strcpy(nb = eos(nb), " Strngl");
+*/
+        Strcpy(nb = eos(nb), " \92\82\91§");
     if (Sick) {
         if (u.usick_type & SICK_VOMITABLE)
 /*JP
@@ -244,7 +250,10 @@ do_statusline2()
 */
         Strcpy(nb = eos(nb), " \96Ó\96Ú");
     if (Deaf)
+/*JP
         Strcpy(nb = eos(nb), " Deaf");
+*/
+        Strcpy(nb = eos(nb), " \8e¨\98W");
     if (Stunned)
 /*JP
         Strcpy(nb = eos(nb), " Stun");
@@ -262,11 +271,20 @@ do_statusline2()
         Strcpy(nb = eos(nb), " \8c\8ao");
     /* levitation and flying are mutually exclusive; riding is not */
     if (Levitation)
+/*JP
         Strcpy(nb = eos(nb), " Lev");
+*/
+        Strcpy(nb = eos(nb), " \95\82\97V");
     if (Flying)
+/*JP
         Strcpy(nb = eos(nb), " Fly");
+*/
+        Strcpy(nb = eos(nb), " \94ò\8ds");
     if (u.usteed)
+/*JP
         Strcpy(nb = eos(nb), " Ride");
+*/
+        Strcpy(nb = eos(nb), " \8bR\8fæ");
     cln = strlen(cond);
 
     /*
@@ -628,7 +646,11 @@ bot_via_windowport()
     Strcpy(nb = buf, plname);
     nb[0] = highc(nb[0]);
     nb[10] = '\0';
+#if 0 /*JP*/
     Sprintf(nb = eos(nb), " the ");
+#else
+    Sprintf(nb = eos(nb), " ");
+#endif
     if (Upolyd) {
         for (i = 0, nb = strcpy(eos(nb), mons[u.umonnum].mname); nb[i]; i++)
             if (i == 0 || nb[i - 1] == ' ')
@@ -651,11 +673,19 @@ bot_via_windowport()
     blstats[idx][BL_CH].a.a_int = ACURR(A_CHA);
 
     /* Alignment */
+#if 0 /*JP*/
     Strcpy(blstats[idx][BL_ALIGN].val, (u.ualign.type == A_CHAOTIC)
                                           ? "Chaotic"
                                           : (u.ualign.type == A_NEUTRAL)
                                                ? "Neutral"
                                                : "Lawful");
+#else
+    Strcpy(blstats[idx][BL_ALIGN].val, (u.ualign.type == A_CHAOTIC)
+                                          ? "\8d¬\93×"
+                                          : (u.ualign.type == A_NEUTRAL)
+                                               ? "\92\86\97§"
+                                               : "\92\81\8f\98");
+#endif
 
     /* Score */
     blstats[idx][BL_SCORE].a.a_long =