update Boss dialogue translations

This commit is contained in:
Anthony Calosa
2024-07-29 20:37:18 +08:00
parent cb7954c776
commit 5d202a65af
9 changed files with 636 additions and 30 deletions

View File

@@ -3,7 +3,6 @@ package forge.adventure.scene;
import com.badlogic.gdx.Gdx;
import com.badlogic.gdx.graphics.g2d.TextureRegion;
import com.badlogic.gdx.utils.Array;
import com.google.common.collect.Lists;
import forge.Forge;
import forge.Graphics;
import forge.LobbyPlayer;
@@ -120,25 +119,8 @@ public class DuelScene extends ForgeScene {
}
};
callbackExit = true;
List<String> insult = Lists.newArrayList("I'm sorry...", "... ....", "Learn from your defeat.",
"I haven't begun to use my full power.", "No matter how much you try, you still won't beat me.",
"Your technique need work.", "Rookie.", "That's your best?", "Hah ha ha ha ha ha ha!", "?!......... (Seriously?!)",
"Forget about a rematch. Practice more instead.", "That was a 100% effort on my part! Well, actually, no... That was more like 50%.",
"If you expected me to lose out of generosity, I'm truly sorry!", "You'll appreciate that I held back during the match!",
"That's the best you can do?", "Don't waste my time with your skills!", "Ha-ha-ha! What's the matter?",
"I hope I didn't hurt your ego too badly... Oops!", "This match... I think I've learned something from this.",
"Hey! Don't worry about it!", "You are not worthy!", "Hm! You should go back to playing puzzle games!",
"Thought you could beat me? Whew, talk about conceited.", "*Yawn* ... Huh? It's over already? But I just woke up!",
"Next time bring an army. It might give you a chance.", "The reason you lost is quite simple...",
"Is that all you can do?", "You need to learn more to stand a chance.", "You weren't that bad.", "You made an effort at least.",
"From today, you can call me teacher.", "Hmph, predictable!", "I haven't used a fraction of my REAL power!",
"Wanting something does not give you the right to have it.", "It takes skill to be this bad.",
"You're impressing me with your ability to fail so effortlessly.", "No one's good at everything . . . but you're bad at everything",
"I'd say you're really good if failing was the goal.", "It ain't getting easier, and you're not getting any better",
"Uh... you okay there?", "Are you even trying?", "Lose again? Why am I not surprised!", "That's the spirit, Go out there and lose again. I'll be waiting.");
String message = Aggregates.random(insult);
boolean finalWinner = winner;
FThreads.invokeInEdtNowOrLater(() -> FOptionPane.showMessageDialog(message, enemyName, fb, new Callback<Integer>() {
FThreads.invokeInEdtNowOrLater(() -> FOptionPane.showMessageDialog(Forge.getLocalizer().getMessage("AdvBossInsult"+Aggregates.randomInt(1, 44)), enemyName, fb, new Callback<Integer>() {
@Override
public void run(Integer result) {
afterGameEnd(enemyName, finalWinner);
@@ -383,17 +365,9 @@ public class DuelScene extends ForgeScene {
g.drawImage(FSkin.getAvatars().get(90001), 0, 0, w, h);
}
};
List<String> list = Lists.newArrayList("It all depends on your skill!", "It's showtime!", "Let's party!",
"You've proved yourself!", "Are you ready? Go!", "Prepare to strike, now!", "Let's go!", "What's next?",
"Yeah, I've been waitin' for this!", "The stage of battle is set!", "And the battle begins!", "Let's get started!",
"Are you ready?", "It's the battle of the century!", "Let's keep it up!", "How long will this go on?", "I hope you're ready!",
"This could be the end.", "Pull out all the stops!", "It all comes down to this.", "Who will emerge victorious?",
"Nowhere to run, nowhere to hide!", "This battle is over!", "There was no way out of that one!", "Let's do this!", "Let the madness begin!",
"It's all or nothing!", "It's all on the line!", "You can't back down now!", "Do you have what it takes?", "What will happen next?",
"Don't blink!", "You can't lose here!", "There's no turning back!", "It's all or nothing now!");
String message = Aggregates.random(list);
matchOverlay = new LoadingOverlay(() -> FThreads.delayInEDT(300, () -> FThreads.invokeInEdtNowOrLater(() ->
FOptionPane.showMessageDialog(message, enemy.getName(), fb, new Callback<Integer>() {
FOptionPane.showMessageDialog(Forge.getLocalizer().getMessage("AdvBossIntro"+Aggregates.randomInt(1, 35)), enemy.getName(), fb, new Callback<Integer>() {
@Override
public void run(Integer result) {
fb.dispose();

View File

@@ -3341,3 +3341,82 @@ lblWurm=Wurm
lblYeti=Yeti
lblZombie=Zombie
lblZubera=Zubera
AdvBossInsult1=Lernen Sie aus Ihrer Niederlage.
AdvBossInsult2=Ich habe noch nicht begonnen, meine volle Kraft auszuschöpfen.
AdvBossInsult3=Egal wie sehr du es versuchst, du wirst mich immer noch nicht besiegen.
AdvBossInsult4=Deine Technik braucht Arbeit.
AdvBossInsult5=Das ist dein Bestes?
AdvBossInsult6=Hah ha ha ha ha ha ha!
AdvBossInsult7=?!......... (Ernsthaft?!)
AdvBossInsult8=Vergessen Sie einen Rückkampf. Übe stattdessen mehr.
AdvBossInsult9=Das war eine 100%ige Leistung meinerseits! Naja, eigentlich nein... Das waren eher 50 %.
AdvBossInsult10=Wenn Sie erwartet haben, dass ich aus Großzügigkeit verliere, tut es mir wirklich leid!
AdvBossInsult11=Sie werden es zu schätzen wissen, dass ich mich während des Spiels zurückgehalten habe!
AdvBossInsult12=Das ist das Beste, was Sie tun können?
AdvBossInsult13=Verschwenden Sie nicht meine Zeit mit Ihren Fähigkeiten!
AdvBossInsult14=Hahaha! Was ist los?
AdvBossInsult15=Ich hoffe, ich habe dein Ego nicht zu sehr verletzt ... Ups!
AdvBossInsult16=Dieses Match... Ich glaube, ich habe daraus etwas gelernt.
AdvBossInsult17=Hey! Machen Sie sich darüber keine Sorgen!
AdvBossInsult18=Du bist es nicht wert!
AdvBossInsult19=Hm! Du solltest wieder Puzzlespiele spielen!
AdvBossInsult20=Dachtest du, du könntest mich schlagen? Puh, reden wir über eingebildet.
AdvBossInsult21=*Gähn* ... Hä? Es ist schon vorbei? Aber ich bin gerade aufgewacht!
AdvBossInsult22=Bringen Sie das nächste Mal eine Armee mit. Es könnte Ihnen eine Chance geben.
AdvBossInsult23=Der Grund, warum Sie verloren haben, ist ganz einfach ...
AdvBossInsult24=Ist das alles, was Sie tun können?
AdvBossInsult25=Sie müssen mehr lernen, um eine Chance zu haben.
AdvBossInsult26=Du warst nicht so schlimm.
AdvBossInsult27=Du hast dir zumindest Mühe gegeben.
AdvBossInsult28=Ab heute können Sie mich Lehrer nennen.
AdvBossInsult29=Hmpf, vorhersehbar!
AdvBossInsult30=Ich habe keinen Bruchteil meiner WIRKLICHEN Kraft verbraucht!
AdvBossInsult31=Etwas zu wollen, gibt einem nicht das Recht, es zu haben.
AdvBossInsult32=Es braucht Geschick, um so schlecht zu sein.
AdvBossInsult33=Sie beeindrucken mich mit Ihrer Fähigkeit, so mühelos zu scheitern.
AdvBossInsult34=Niemand ist in allem gut. . . aber du bist in allem schlecht
AdvBossInsult35=Ich würde sagen, du bist wirklich gut, wenn das Scheitern das Ziel wäre.
AdvBossInsult36=Es wird nicht einfacher und du wirst nicht besser
AdvBossInsult37=Äh... geht es dir gut?
AdvBossInsult38=Versuchst du es überhaupt?
AdvBossInsult39=Wieder verlieren? Warum bin ich nicht überrascht!
AdvBossInsult40=Das ist der Geist: Geh raus und verliere wieder. Ich werde warten.
AdvBossInsult41=Warum glauben Sie, dass Sie es besser machen können?
AdvBossInsult42=Es geht darum, das Gleiche noch einmal zu versuchen.
AdvBossInsult43=Erwarte ein anderes Ergebnis.
AdvBossInsult44=Ich hoffe, Sie streamen das nicht.
AdvBossIntro1=Es hängt alles von Ihrem Können ab!
AdvBossIntro2=Es ist Showtime!
AdvBossIntro3=Lass uns Party machen!
AdvBossIntro4=Du hast dich bewiesen!
AdvBossIntro5=Sind Sie bereit? Gehen!
AdvBossIntro6=Bereiten Sie sich jetzt auf den Angriff vor!
AdvBossIntro7=Lass uns gehen!
AdvBossIntro8=Was kommt als nächstes?
AdvBossIntro9=Ja, darauf habe ich gewartet!
AdvBossIntro10=Die Bühne für den Kampf ist bereitet!
AdvBossIntro11=Und der Kampf beginnt!
AdvBossIntro12=Lass uns anfangen!
AdvBossIntro13=Sind Sie bereit?
AdvBossIntro14=Es ist die Schlacht des Jahrhunderts!
AdvBossIntro15=Machen wir weiter so!
AdvBossIntro16=Wie lange wird das so weitergehen?
AdvBossIntro17=Ich hoffe, du bist bereit!
AdvBossIntro18=Das könnte das Ende sein.
AdvBossIntro19=Ziehen Sie alle Register!
AdvBossIntro20=Darauf kommt es an.
AdvBossIntro21=Wer wird als Sieger hervorgehen?
AdvBossIntro22=Nirgendwo hinlaufen, nirgendwo verstecken!
AdvBossIntro23=Dieser Kampf ist vorbei!
AdvBossIntro24=Da gab es keinen Ausweg!
AdvBossIntro25=Lass uns das machen!
AdvBossIntro26=Lasst den Wahnsinn beginnen!
AdvBossIntro27=Alles oder Nichts!
AdvBossIntro28=Es steht alles auf dem Spiel!
AdvBossIntro29=Du kannst jetzt keinen Rückzieher machen!
AdvBossIntro30=Hast du das Zeug dazu?
AdvBossIntro31=Was wird als nächstes passieren?
AdvBossIntro32=Nicht blinzeln!
AdvBossIntro33=Hier kann man nicht verlieren!
AdvBossIntro34=Es gibt kein Zurück!
AdvBossIntro35=Jetzt geht es um alles oder nichts!

View File

@@ -3073,4 +3073,83 @@ lblStartArena=Do you want to go into the Arena?
lblWouldYouLikeDestroy=Would you like to destroy {0}?
lblAdventureDescription=Adventure mode is where you explore the ever-changing landscape of Shandalar, and duel creatures to gain gold, shards, equipment and new cards to become the best and collect them all!
lblEmptyDeck=Empty Deck
lblNoAvailableSlots=No available slots
lblNoAvailableSlots=No available slots
AdvBossInsult1=Learn from your defeat.
AdvBossInsult2=I haven't begun to use my full power.
AdvBossInsult3=No matter how much you try, you still won't beat me.
AdvBossInsult4=Your technique need work.
AdvBossInsult5=That's your best?
AdvBossInsult6=Hah ha ha ha ha ha ha!
AdvBossInsult7=?!......... (Seriously?!)
AdvBossInsult8=Forget about a rematch. Practice more instead.
AdvBossInsult9=That was a 100% effort on my part! Well, actually, no... That was more like 50%.
AdvBossInsult10=If you expected me to lose out of generosity, I'm truly sorry!
AdvBossInsult11=You'll appreciate that I held back during the match!
AdvBossInsult12=That's the best you can do?
AdvBossInsult13=Don't waste my time with your skills!
AdvBossInsult14=Ha-ha-ha! What's the matter?
AdvBossInsult15=I hope I didn't hurt your ego too badly... Oops!
AdvBossInsult16=This match... I think I've learned something from this.
AdvBossInsult17=Hey! Don't worry about it!
AdvBossInsult18=You are not worthy!
AdvBossInsult19=Hm! You should go back to playing puzzle games!
AdvBossInsult20=Thought you could beat me? Whew, talk about conceited.
AdvBossInsult21=*Yawn* ... Huh? It's over already? But I just woke up!
AdvBossInsult22=Next time bring an army. It might give you a chance.
AdvBossInsult23=The reason you lost is quite simple...
AdvBossInsult24=Is that all you can do?
AdvBossInsult25=You need to learn more to stand a chance.
AdvBossInsult26=You weren't that bad.
AdvBossInsult27=You made an effort at least.
AdvBossInsult28=From today, you can call me teacher.
AdvBossInsult29=Hmph, predictable!
AdvBossInsult30=I haven't used a fraction of my REAL power!
AdvBossInsult31=Wanting something does not give you the right to have it.
AdvBossInsult32=It takes skill to be this bad.
AdvBossInsult33=You're impressing me with your ability to fail so effortlessly.
AdvBossInsult34=No one's good at everything . . . but you're bad at everything
AdvBossInsult35=I'd say you're really good if failing was the goal.
AdvBossInsult36=It ain't getting easier, and you're not getting any better
AdvBossInsult37=Uh... you okay there?
AdvBossInsult38=Are you even trying?
AdvBossInsult39=Lose again? Why am I not surprised!
AdvBossInsult40=That's the spirit, Go out there and lose again. I'll be waiting.
AdvBossInsult41=Why do you think you can do better?
AdvBossInsult42=It's trying the same thing over.
AdvBossInsult43=Expecting a different result.
AdvBossInsult44=I hope you're not streaming this.
AdvBossIntro1=It all depends on your skill!
AdvBossIntro2=It's showtime!
AdvBossIntro3=Let's party!
AdvBossIntro4=You've proved yourself!
AdvBossIntro5=Are you ready? Go!
AdvBossIntro6=Prepare to strike now!
AdvBossIntro7=Let's go!
AdvBossIntro8=What's next?
AdvBossIntro9=Yeah I've been waitin' for this!
AdvBossIntro10=The stage of battle is set!
AdvBossIntro11=And the battle begins!
AdvBossIntro12=Let's get started!
AdvBossIntro13=Are you ready?
AdvBossIntro14=It's the battle of the century!
AdvBossIntro15=Let's keep it up!
AdvBossIntro16=How long will this go on?
AdvBossIntro17=I hope you're ready!
AdvBossIntro18=This could be the end.
AdvBossIntro19=Pull out all the stops!
AdvBossIntro20=It all comes down to this.
AdvBossIntro21=Who will emerge victorious?
AdvBossIntro22=Nowhere to run nowhere to hide!
AdvBossIntro23=This battle is over!
AdvBossIntro24=There was no way out of that one!
AdvBossIntro25=Let's do this!
AdvBossIntro26=Let the madness begin!
AdvBossIntro27=It's all or nothing!
AdvBossIntro28=It's all on the line!
AdvBossIntro29=You can't back down now!
AdvBossIntro30=Do you have what it takes?
AdvBossIntro31=What will happen next?
AdvBossIntro32=Don't blink!
AdvBossIntro33=You can't lose here!
AdvBossIntro34=There's no turning back!
AdvBossIntro35=It's all or nothing now!

View File

@@ -3355,3 +3355,82 @@ lblWurm=Wurm
lblYeti=Yeti
lblZombie=Zombi
lblZubera=Zubera
AdvBossInsult1=Aprende de tu derrota.
AdvBossInsult2=No he comenzado a usar todo mi poder.
AdvBossInsult3=No importa cuánto lo intentes, todavía no me vencerás.
AdvBossInsult4=Tu técnica necesita trabajo.
AdvBossInsult5=¿Eso es lo mejor?
AdvBossInsult6=¡Ja, ja, ja, ja, ja, ja, ja!
AdvBossInsult7=?!......... (¡¿En serio?!)
AdvBossInsult8=Olvídate de una revancha. En su lugar, practica más.
AdvBossInsult9=¡Ese fue un esfuerzo del 100% de mi parte! Bueno, en realidad, no... Eso fue más bien el 50%.
AdvBossInsult10=Si esperabas que perdiera por generosidad, ¡lo siento mucho!
AdvBossInsult11=¡Apreciarás que me contuve durante el partido!
AdvBossInsult12=¿Eso es lo mejor que puedes hacer?
AdvBossInsult13=¡No me hagas perder el tiempo con tus habilidades!
AdvBossInsult14=¡Jajaja! ¿Qué pasa?
AdvBossInsult15=Espero no haber lastimado demasiado tu ego... ¡Ups!
AdvBossInsult16=Este partido... creo que he aprendido algo de esto.
AdvBossInsult17=¡Ey! ¡No te preocupes por eso!
AdvBossInsult18=¡Usted no es digno!
AdvBossInsult19=¡Mmm! ¡Deberías volver a jugar juegos de rompecabezas!
AdvBossInsult20=¿Pensaste que podrías vencerme? Vaya, habla de engreído.
AdvBossInsult21=*Bostezo* ... ¿Eh? ¿Ya se acabó? ¡Pero acabo de despertar!
AdvBossInsult22=La próxima vez trae un ejército. Quizás te dé una oportunidad.
AdvBossInsult23=La razón por la que perdiste es bastante simple...
AdvBossInsult24=¿Eso es todo lo que puedes hacer?
AdvBossInsult25=Necesitas aprender más para tener una oportunidad.
AdvBossInsult26=No estuviste tan mal.
AdvBossInsult27=Al menos hiciste un esfuerzo.
AdvBossInsult28=A partir de hoy puedes llamarme profesora.
AdvBossInsult29=¡Hmph, predecible!
AdvBossInsult30=¡No he usado ni una fracción de mi poder REAL!
AdvBossInsult31=Querer algo no te da derecho a tenerlo.
AdvBossInsult32=Se necesita habilidad para ser tan malo.
AdvBossInsult33=Me estás impresionando con tu capacidad para fallar sin esfuerzo.
AdvBossInsult34=Nadie es bueno en todo. . . pero eres malo en todo
AdvBossInsult35=Yo diría que eres realmente bueno si el objetivo fuera fracasar.
AdvBossInsult36=No se está volviendo más fácil y tú no estás mejorando
AdvBossInsult37=Uh... ¿estás bien ahí?
AdvBossInsult38=¿Estás Si quiera intentándolo?
AdvBossInsult39=¿Perder de nuevo? ¡Por qué no estoy sorprendido!
AdvBossInsult40=Ese es el espíritu: salir y perder de nuevo. Voy a estar esperando.
AdvBossInsult41=¿Por qué crees que puedes hacerlo mejor?
AdvBossInsult42=Está intentando hacer lo mismo otra vez.
AdvBossInsult43=Esperando un resultado diferente.
AdvBossInsult44=Espero que no estés transmitiendo esto.
AdvBossIntro1=¡Todo depende de tu habilidad!
AdvBossIntro2=¡Es hora del espectáculo!
AdvBossIntro3=¡Vamos de fiesta!
AdvBossIntro4=¡Has demostrado tu valía!
AdvBossIntro5=¿Estás listo? ¡Ir!
AdvBossIntro6=¡Prepárate para atacar ahora!
AdvBossIntro7=¡Vamos!
AdvBossIntro8=¿Que sigue?
AdvBossIntro9=¡Sí, he estado esperando esto!
AdvBossIntro10=¡El escenario de la batalla está listo!
AdvBossIntro11=¡Y comienza la batalla!
AdvBossIntro12=¡Empecemos!
AdvBossIntro13=¿Estás listo?
AdvBossIntro14=¡Es la batalla del siglo!
AdvBossIntro15=¡Sigamos así!
AdvBossIntro16=¿Cuánto tiempo durará esto?
AdvBossIntro17=¡Espero que estés listo!
AdvBossIntro18=Esto podria ser el fin.
AdvBossIntro19=¡Sacar todas las paradas!
AdvBossIntro20=Todo se reduce a esto.
AdvBossIntro21=¿Quién saldrá victorioso?
AdvBossIntro22=¡No hay lugar para huir, no hay lugar para esconderse!
AdvBossIntro23=¡Esta batalla ha terminado!
AdvBossIntro24=¡No había manera de salir de eso!
AdvBossIntro25=¡Hagámoslo!
AdvBossIntro26=¡Que comience la locura!
AdvBossIntro27=¡Es todo o nada!
AdvBossIntro28=¡Está todo en juego!
AdvBossIntro29=¡No puedes dar marcha atrás ahora!
AdvBossIntro30=¿Tienes lo que se necesita?
AdvBossIntro31=¿Qué pasará después?
AdvBossIntro32=¡No parpadees!
AdvBossIntro33=¡No puedes perder aquí!
AdvBossIntro34=¡No hay marcha atrás!
AdvBossIntro35=¡Ahora es todo o nada!

View File

@@ -3349,3 +3349,82 @@ lblWurm=Wurm
lblYeti=Yeti
lblZombie=Zombi
lblZubera=Zubera
AdvBossInsult1=Apprenez de votre défaite.
AdvBossInsult2=Je n'ai pas encore commencé à utiliser toute ma puissance.
AdvBossInsult3=Peu importe combien vous essayez, vous ne me battrez toujours pas.
AdvBossInsult4=Votre technique a besoin de travail.
AdvBossInsult5=C'est ton meilleur ?
AdvBossInsult6=Hah ha ha ha ha ha ha !
AdvBossInsult7=?!......... (Sérieusement?!)
AdvBossInsult8=Oubliez une revanche. Entraînez-vous plutôt davantage.
AdvBossInsult9=C'était un effort à 100% de ma part ! Eh bien, en fait, non... C'était plutôt 50 %.
AdvBossInsult10=Si vous vous attendiez à ce que je perde par générosité, je suis vraiment désolé !
AdvBossInsult11=Vous comprendrez que je me suis retenu pendant le match !
AdvBossInsult12=C'est le mieux que tu puisses faire ?
AdvBossInsult13=Ne me faites pas perdre de temps avec vos compétences !
AdvBossInsult14=Hahaha! Quel est le problème?
AdvBossInsult15=J'espère que je n'ai pas trop blessé ton ego... Oups !
AdvBossInsult16=Ce match... Je pense que j'en ai appris quelque chose.
AdvBossInsult17=Hé! Ne vous inquiétez pas !
AdvBossInsult18=Vous n'êtes pas digne!
AdvBossInsult19=Hum ! Vous devriez recommencer à jouer à des jeux de réflexion !
AdvBossInsult20=Tu pensais que tu pourrais me battre ? Ouf, tu parles de vanité.
AdvBossInsult21=*Bâillement* ... Hein ? C'est déjà fini ? Mais je viens de me réveiller !
AdvBossInsult22=La prochaine fois, amène une armée. Cela pourrait vous donner une chance.
AdvBossInsult23=La raison pour laquelle vous avez perdu est assez simple...
AdvBossInsult24=C'est tout ce que tu peux faire ?
AdvBossInsult25=Vous devez en apprendre davantage pour avoir une chance.
AdvBossInsult26=Tu n'étais pas si mauvais.
AdvBossInsult27=Tu as au moins fait un effort.
AdvBossInsult28=A partir d'aujourd'hui, vous pouvez m'appeler professeur.
AdvBossInsult29=Hmph, prévisible !
AdvBossInsult30=Je n'ai pas utilisé une fraction de mon VRAI pouvoir !
AdvBossInsult31=Vouloir quelque chose ne vous donne pas le droit de lavoir.
AdvBossInsult32=Il faut du talent pour être aussi mauvais.
AdvBossInsult33=Vous m'impressionnez par votre capacité à échouer sans effort.
AdvBossInsult34=Personne n'est bon en tout. . . mais tu es mauvais en tout
AdvBossInsult35=Je dirais que tu es vraiment bon si l'échec était le but.
AdvBossInsult36=Ça ne devient pas plus facile et tu ne t'améliores pas
AdvBossInsult37=Euh... ça va là ?
AdvBossInsult38=Est-ce que tu essaies au moins ?
AdvBossInsult39=Perdre encore ? Pourquoi je ne suis pas surpris!
AdvBossInsult40=C'est l'esprit, allez-y et perdez à nouveau. J'attendrai.
AdvBossInsult41=Pourquoi pensez-vous que vous pouvez faire mieux ?
AdvBossInsult42=C'est essayer la même chose.
AdvBossInsult43=En attendant un résultat différent.
AdvBossInsult44=J'espère que vous ne diffusez pas ça.
AdvBossIntro1=Tout dépend de vos compétences !
AdvBossIntro2=C'est l'heure du spectacle !
AdvBossIntro3=Faisons la fête!
AdvBossIntro4=Vous avez fait vos preuves !
AdvBossIntro5=Es-tu prêt? Aller!
AdvBossIntro6=Préparez-vous à frapper maintenant !
AdvBossIntro7=Allons-y!
AdvBossIntro8=Et après?
AdvBossIntro9=Ouais, j'attendais ça !
AdvBossIntro10=Le décor de la bataille est planté !
AdvBossIntro11=Et la bataille commence !
AdvBossIntro12=Commençons!
AdvBossIntro13=Es-tu prêt?
AdvBossIntro14=C'est la bataille du siècle !
AdvBossIntro15=Continuons comme ça !
AdvBossIntro16=Combien de temps cela va-t-il durer ?
AdvBossIntro17=J'espère que tu es prêt !
AdvBossIntro18=Ce pourrait être la fin.
AdvBossIntro19=Sortez le grand jeu !
AdvBossIntro20=Tout se résume à ceci.
AdvBossIntro21=Qui en sortira vainqueur ?
AdvBossIntro22=Nulle part où courir, nulle part où se cacher !
AdvBossIntro23=Cette bataille est terminée !
AdvBossIntro24=Il ny avait aucun moyen de sen sortir !
AdvBossIntro25=Faisons cela!
AdvBossIntro26=Que la folie commence !
AdvBossIntro27=C'est tout ou rien!
AdvBossIntro28=Tout est en jeu !
AdvBossIntro29=Vous ne pouvez pas reculer maintenant !
AdvBossIntro30=Avez-vous ce qu'il faut?
AdvBossIntro31=Que va-t-il se passer ensuite?
AdvBossIntro32=Ne clignez pas des yeux !
AdvBossIntro33=Vous ne pouvez pas perdre ici !
AdvBossIntro34=Il n'y a pas de retour en arrière!
AdvBossIntro35=C'est tout ou rien maintenant !

View File

@@ -3347,3 +3347,82 @@ lblWurm=Wurm
lblYeti=Yeti
lblZombie=Zombie
lblZubera=Zubera
AdvBossInsult1=Impara dalla tua sconfitta.
AdvBossInsult2=Non ho iniziato a usare tutta la mia potenza.
AdvBossInsult3=Non importa quanto ci provi, non riuscirai comunque a battermi.
AdvBossInsult4=La tua tecnica ha bisogno di lavoro.
AdvBossInsult5=E' il tuo meglio?
AdvBossInsult6=Ah ah ah ah ah ah ah!
AdvBossInsult7=?!......... (Sul serio?!)
AdvBossInsult8=Dimentica una rivincita. Esercitati di più, invece.
AdvBossInsult9=È stato uno sforzo al 100% da parte mia! Beh, in realtà no... Era più o meno il 50%.
AdvBossInsult10=Se ti aspettavi che perdessi per generosità, mi dispiace davvero!
AdvBossInsult11=Apprezzerai il fatto che mi sono trattenuto durante la partita!
AdvBossInsult12=E' la cosa migliore che puoi fare?
AdvBossInsult13=Non farmi perdere tempo con le tue abilità!
AdvBossInsult14=Hahaha! Qual è il problema?
AdvBossInsult15=Spero di non aver ferito troppo il tuo ego... Oops!
AdvBossInsult16=Questa partita... penso di aver imparato qualcosa da questo.
AdvBossInsult17=EHI! Non preoccuparti!
AdvBossInsult18=Non sei degno!
AdvBossInsult19=Hmm! Dovresti tornare a giocare ai puzzle!
AdvBossInsult20=Pensavi di potermi battere? Wow, parliamo di presuntuoso.
AdvBossInsult21=*Sbadiglio*...Eh? È già finito? Ma mi sono appena svegliato!
AdvBossInsult22=La prossima volta porta un esercito. Potrebbe darti una possibilità.
AdvBossInsult23=Il motivo per cui hai perso è abbastanza semplice...
AdvBossInsult24=È tutto quello che puoi fare?
AdvBossInsult25=Devi imparare di più per avere una possibilità.
AdvBossInsult26=Non eri così male.
AdvBossInsult27=Almeno hai fatto uno sforzo.
AdvBossInsult28=Da oggi puoi chiamarmi insegnante.
AdvBossInsult29=Mmmh, prevedibile!
AdvBossInsult30=Non ho usato una frazione del mio VERO potere!
AdvBossInsult31=Volere qualcosa non ti dà il diritto di averla.
AdvBossInsult32=Ci vuole abilità per essere così cattivo.
AdvBossInsult33=Mi stai impressionando con la tua capacità di fallire così facilmente.
AdvBossInsult34=Nessuno è bravo in tutto. . . ma sei pessimo in tutto
AdvBossInsult35=Direi che sei davvero bravo se fallire fosse l'obiettivo.
AdvBossInsult36=Non diventerà più facile e tu non migliorerai affatto
AdvBossInsult37=Uh... stai bene lì?
AdvBossInsult38=Ci stai provando?
AdvBossInsult39=Perdere ancora? Perché non sono sorpreso!
AdvBossInsult40=Questo è lo spirito, vai là fuori e perdi di nuovo. Vi aspetto.
AdvBossInsult41=Perché pensi di poter fare di meglio?
AdvBossInsult42=Sta provando la stessa cosa.
AdvBossInsult43=Aspettandosi un risultato diverso.
AdvBossInsult44=Spero che tu non lo stia trasmettendo in streaming.
AdvBossIntro1=Tutto dipende dalla tua abilità!
AdvBossIntro2=È l'ora dello spettacolo!
AdvBossIntro3=Facciamo festa!
AdvBossIntro4=Hai dimostrato il tuo valore!
AdvBossIntro5=Siete pronti? Andare!
AdvBossIntro6=Preparati a colpire ora!
AdvBossIntro7=Andiamo!
AdvBossIntro8=Qual è il prossimo?
AdvBossIntro9=Sì, lo stavo aspettando!
AdvBossIntro10=Lo scenario della battaglia è pronto!
AdvBossIntro11=E la battaglia inizia!
AdvBossIntro12=Iniziamo!
AdvBossIntro13=Siete pronti?
AdvBossIntro14=È la battaglia del secolo!
AdvBossIntro15=Continuiamo così!
AdvBossIntro16=Per quanto tempo andrà avanti?
AdvBossIntro17=Spero che tu sia pronto!
AdvBossIntro18=Questa potrebbe essere la fine.
AdvBossIntro19=Fai tutto il possibile!
AdvBossIntro20=Tutto si riduce a questo.
AdvBossIntro21=Chi uscirà vittorioso?
AdvBossIntro22=Nessun posto dove scappare, nessun posto dove nascondersi!
AdvBossIntro23=Questa battaglia è finita!
AdvBossIntro24=Non c'era via d'uscita!
AdvBossIntro25=Facciamolo!
AdvBossIntro26=Che la follia abbia inizio!
AdvBossIntro27=È tutto o niente!
AdvBossIntro28=È tutto in gioco!
AdvBossIntro29=Non puoi tirarti indietro adesso!
AdvBossIntro30=Hai quello che ci vuole?
AdvBossIntro31=Cosa succederà dopo?
AdvBossIntro32=Non sbattere le palpebre!
AdvBossIntro33=Non puoi perdere qui!
AdvBossIntro34=Non si può tornare indietro!
AdvBossIntro35=Adesso è tutto o niente!

View File

@@ -3343,3 +3343,82 @@ lblWurm=ワーム
lblYeti=イエティ
lblZombie=ゾンビ
lblZubera=ズベラ
AdvBossInsult1=敗北から学びましょう。
AdvBossInsult2=まだ全力を出し始めていない。
AdvBossInsult3=どれだけ頑張っても、まだ私には勝てません。
AdvBossInsult4=あなたのテクニックには努力が必要です。
AdvBossInsult5=それがあなたのベストですか?
AdvBossInsult6=ハッハッハッハッハッハッ!
AdvBossInsult7=......... (真剣に?!)
AdvBossInsult8=再戦のことは忘れてください。代わりにもっと練習してください。
AdvBossInsult9=それは私の100の努力でしたそうですね、実際にはそうではありません...それは 50% くらいでした。
AdvBossInsult10=寛大さから私が負けることを期待していたなら、本当に申し訳ありません!
AdvBossInsult11=試合中は我慢していたのが分かると思いますよ!
AdvBossInsult12=それがあなたにできる最善のことですか?
AdvBossInsult13=あなたのスキルで私の時間を無駄にしないでください!
AdvBossInsult14=ははは!どうしたの?
AdvBossInsult15=あなたの自尊心をひどく傷つけていなかったといいのですが…おっと!
AdvBossInsult16=この試合…何かを学んだ気がします。
AdvBossInsult17=おい!ご心配なく!
AdvBossInsult18=あなたには価値がありません!
AdvBossInsult19=うーん!パズルゲームに戻ったほうがいいよ!
AdvBossInsult20=私に勝てると思った? うわー、うぬぼれについて話してください。
AdvBossInsult21=*あくび* ...え?もう終わったんですか?でも、今起きたばかりです!
AdvBossInsult22=次回は軍隊を連れてきてください。それはあなたにチャンスを与えるかもしれません。
AdvBossInsult23=負けた理由は至ってシンプル…
AdvBossInsult24=できることはそれだけですか?
AdvBossInsult25=チャンスを掴むためにはもっと学ぶ必要があります。
AdvBossInsult26=あなたはそれほど悪くはありませんでした。
AdvBossInsult27=少なくともあなたは努力しました。
AdvBossInsult28=今日から先生と呼んでください。
AdvBossInsult29=ふむ、予想通りだ!
AdvBossInsult30=私は本当の力のほんの一部も使っていません!
AdvBossInsult31=何かを欲しがっても、それを手に入れる権利が与えられるわけではありません。
AdvBossInsult32=ここまで悪くするにはスキルが必要です。
AdvBossInsult33=あなたの、いとも簡単に失敗する能力には感心させられます。
AdvBossInsult34=すべてに優れている人はいません。 。 。でもあなたはすべてが苦手です
AdvBossInsult35=失敗することが目標なら、あなたは本当に上手だと思います。
AdvBossInsult36=楽になってないし、良くなってもいない
AdvBossInsult37=ええと...大丈夫ですか?
AdvBossInsult38=あなたも努力していますか?
AdvBossInsult39=また負けますか?なぜ私は驚かないのですか!
AdvBossInsult40=それが精神だ、出て行ってまた負ける。待っています。
AdvBossInsult41=なぜもっと良くできると思うのですか?
AdvBossInsult42=同じことをやり直しているのです。
AdvBossInsult43=異なる結果が期待されます。
AdvBossInsult44=これをストリーミングしないことを願っています。
AdvBossIntro1=すべてはあなたのスキル次第です!
AdvBossIntro2=ショータイムです!
AdvBossIntro3=パーティーしよう!
AdvBossIntro4=あなたは自分自身を証明しました!
AdvBossIntro5=準備はできたか?行く!
AdvBossIntro6=今すぐ攻撃の準備をしてください!
AdvBossIntro7=さあ行こう!
AdvBossIntro8=次は何ですか?
AdvBossIntro9=そうだ、これを待っていたんだ!
AdvBossIntro10=戦いの舞台は決まった!
AdvBossIntro11=そして戦いが始まる!
AdvBossIntro12=始めましょう!
AdvBossIntro13=準備はできたか?
AdvBossIntro14=世紀の戦いだ!
AdvBossIntro15=このまま続けていきましょう!
AdvBossIntro16=これはいつまで続くのでしょうか?
AdvBossIntro17=準備ができていることを願っています!
AdvBossIntro18=これで終わりかもしれない。
AdvBossIntro19=すべてのストップを引き出します!
AdvBossIntro20=すべてはこれに帰結します。
AdvBossIntro21=誰が勝利を収めるでしょうか?
AdvBossIntro22=逃げる場所も隠れる場所もありません!
AdvBossIntro23=この戦いは終わりました!
AdvBossIntro24=そこから抜け出す方法はありませんでした!
AdvBossIntro25=これをやろう!
AdvBossIntro26=狂気を始めましょう!
AdvBossIntro27=それはすべてか無かです!
AdvBossIntro28=全てがかかっています!
AdvBossIntro29=もう後戻りはできません!
AdvBossIntro30=必要なものはありますか?
AdvBossIntro31=次は何が起こるのだろう?
AdvBossIntro32=瞬きしないでください!
AdvBossIntro33=ここで負けるわけにはいかない!
AdvBossIntro34=もう後戻りはできない!
AdvBossIntro35=もう、オール・オア・ナッシングだ!

View File

@@ -3433,3 +3433,82 @@ lblWurm=Wurm
lblYeti=Yeti
lblZombie=Zumbi
lblZubera=Zubera
AdvBossInsult1=Aprenda com sua derrota.
AdvBossInsult2=Ainda não comecei a usar todo o meu poder.
AdvBossInsult3=Não importa o quanto você tente, você ainda não vai me vencer.
AdvBossInsult4=Sua técnica precisa de trabalho.
AdvBossInsult5=Esse é o seu melhor?
AdvBossInsult6=Ha ha ha ha ha ha ha!
AdvBossInsult7=?!......... (Seriamente?!)
AdvBossInsult8=Esqueça uma revanche. Em vez disso, pratique mais.
AdvBossInsult9=Foi um esforço de 100% da minha parte! Bem, na verdade, não... Isso foi mais ou menos 50%.
AdvBossInsult10=Se você esperava que eu perdesse por generosidade, sinto muito mesmo!
AdvBossInsult11=Você vai perceber que eu me contive durante a partida!
AdvBossInsult12=Isso é o melhor que você pode fazer?
AdvBossInsult13=Não perca meu tempo com suas habilidades!
AdvBossInsult14=Ha-ha-ha! Qual é o problema?
AdvBossInsult15=Espero não ter machucado muito o seu ego... Ops!
AdvBossInsult16=Essa partida... acho que aprendi algo com isso.
AdvBossInsult17=Ei! Não se preocupe com isso!
AdvBossInsult18=Você não é digno!
AdvBossInsult19=Hum! Você deveria voltar a jogar jogos de quebra-cabeça!
AdvBossInsult20=Pensei que você poderia me vencer? Uau, fale sobre vaidoso.
AdvBossInsult21=*Bocejo*... Hein? Já acabou? Mas acabei de acordar!
AdvBossInsult22=Da próxima vez traga um exército. Isso pode lhe dar uma chance.
AdvBossInsult23=A razão pela qual você perdeu é bem simples...
AdvBossInsult24=Isso é tudo que você pode fazer?
AdvBossInsult25=Você precisa aprender mais para ter uma chance.
AdvBossInsult26=Você não foi tão ruim assim.
AdvBossInsult27=Você fez um esforço, pelo menos.
AdvBossInsult28=A partir de hoje você pode me chamar de professor.
AdvBossInsult29=Hmph, previsível!
AdvBossInsult30=Eu não usei uma fração do meu poder REAL!
AdvBossInsult31=Querer algo não lhe dá o direito de tê-lo.
AdvBossInsult32=É preciso habilidade para ser tão ruim.
AdvBossInsult33=Você está me impressionando com sua habilidade de falhar tão facilmente.
AdvBossInsult34=Ninguém é bom em tudo. . . mas você é ruim em tudo
AdvBossInsult35=Eu diria que você é muito bom se falhar fosse o objetivo.
AdvBossInsult36=Não está ficando mais fácil e você não está melhorando
AdvBossInsult37=Uh... você está bem aí?
AdvBossInsult38=Você por acaso está tentando?
AdvBossInsult39=Perder de novo? Por que não estou surpreso!
AdvBossInsult40=Esse é o espírito, vá lá e perca de novo. Eu estarei esperando.
AdvBossInsult41=Por que você acha que pode fazer melhor?
AdvBossInsult42=É tentar a mesma coisa.
AdvBossInsult43=Esperando um resultado diferente.
AdvBossInsult44=Espero que você não esteja transmitindo isso.
AdvBossIntro1=Tudo depende da sua habilidade!
AdvBossIntro2=É hora do show!
AdvBossIntro3=Vamos festejar!
AdvBossIntro4=Você provou seu valor!
AdvBossIntro5=Você está pronto? Ir!
AdvBossIntro6=Prepare-se para atacar agora!
AdvBossIntro7=Vamos!
AdvBossIntro8=Qual é o próximo?
AdvBossIntro9=Sim, eu estava esperando por isso!
AdvBossIntro10=O cenário da batalha está montado!
AdvBossIntro11=E a batalha começa!
AdvBossIntro12=Vamos começar!
AdvBossIntro13=Você está pronto?
AdvBossIntro14=É a batalha do século!
AdvBossIntro15=Vamos continuar assim!
AdvBossIntro16=Até onde isso vai dar?
AdvBossIntro17=Espero que você esteja pronto!
AdvBossIntro18=Esse poderia ser o fim.
AdvBossIntro19=Retire todas as paradas!
AdvBossIntro20=Tudo culmina neste momento.
AdvBossIntro21=Quem sairá vitorioso?
AdvBossIntro22=Nenhum lugar para correr, nenhum lugar para se esconder!
AdvBossIntro23=Esta batalha acabou!
AdvBossIntro24=Não havia como escapar disso!
AdvBossIntro25=Vamos fazer isso!
AdvBossIntro26=Que a loucura comece!
AdvBossIntro27=É tudo ou nada!
AdvBossIntro28=Está tudo em jogo!
AdvBossIntro29=Você não pode recuar agora!
AdvBossIntro30=Você tem o que é preciso?
AdvBossIntro31=O que vai acontecer à seguir?
AdvBossIntro32=Não pisque!
AdvBossIntro33=Você não pode perder aqui!
AdvBossIntro34=Não há como voltar atrás!
AdvBossIntro35=É tudo ou nada agora!

View File

@@ -3331,3 +3331,82 @@ lblWurm=亚龙
lblYeti=雪怪
lblZombie=灵俑
lblZubera=无面鬼
AdvBossInsult1=从你的失败中吸取教训。
AdvBossInsult2=我还没有开始使用我的全部力量。
AdvBossInsult3=不管你怎么努力,你还是赢不了我。
AdvBossInsult4=你的技术需要改进。
AdvBossInsult5=那是你最好的吗?
AdvBossInsult6=哈哈哈哈哈哈哈哈哈!
AdvBossInsult7=......... (严重地?!)
AdvBossInsult8=忘记复赛吧。而是多练习。
AdvBossInsult9=这是我100%的努力!嗯,实际上,不……那更像是 50%。
AdvBossInsult10=如果您出于慷慨而认为我会失败,那我真的很抱歉!
AdvBossInsult11=你会感激我在比赛中的克制!
AdvBossInsult12=这就是你能做的最好的事情了吗?
AdvBossInsult13=不要用你的技能浪费我的时间!
AdvBossInsult14=哈哈哈!怎么了?
AdvBossInsult15=我希望我没有太伤害你的自尊心……哎呀!
AdvBossInsult16=这场比赛……我想我从中学到了一些东西。
AdvBossInsult17=嘿!别担心!
AdvBossInsult18=你不配!
AdvBossInsult19=嗯!你该回去玩益智游戏了!
AdvBossInsult20=你以为你能打败我吗? 呃,谈论自负。
AdvBossInsult21=*打哈欠*...啊?已经结束了吗?但我刚刚醒来!
AdvBossInsult22=下次带军队来。它可能会给你一个机会。
AdvBossInsult23=你输的原因很简单...
AdvBossInsult24=这就是你能做的一切吗?
AdvBossInsult25=你需要了解更多才能有机会。
AdvBossInsult26=你没那么糟糕。
AdvBossInsult27=至少你付出了努力。
AdvBossInsult28=从今天起,你们可以叫我老师了。
AdvBossInsult29=哼,预料之中!
AdvBossInsult30=我的真实力量还没有用出一分一毫!
AdvBossInsult31=想要某样东西并不意味着你就有权利拥有它。
AdvBossInsult32=能做到这么糟糕是需要技巧的。
AdvBossInsult33=你毫不费力地失败的能力给我留下了深刻的印象。
AdvBossInsult34=没有人在所有事情上都擅长。 。 。但你什么都不好
AdvBossInsult35=如果以失败为目标的话,我会说你真的很优秀。
AdvBossInsult36=事情并没有变得更容易,你也没有变得更好
AdvBossInsult37=呃……你在那里还好吗?
AdvBossInsult38=你还在尝试吗?
AdvBossInsult39=又输了?为什么我不惊讶!
AdvBossInsult40=这就是精神,走出去,再输。我会等待。
AdvBossInsult41=为什么你认为你可以做得更好?
AdvBossInsult42=它正在尝试同样的事情。
AdvBossInsult43=期待不同的结果。
AdvBossInsult44=我希望你不要直播这个。
AdvBossIntro1=这一切都取决于你的技能!
AdvBossIntro2=好戏开场了!
AdvBossIntro3=狂欢吧!
AdvBossIntro4=你已经证明了自己!
AdvBossIntro5=你准备好了吗?去!
AdvBossIntro6=现在就准备出击吧!
AdvBossIntro7=我们走吧!
AdvBossIntro8=下一步是什么?
AdvBossIntro9=是的,我一直在等待这个!
AdvBossIntro10=战斗舞台已定!
AdvBossIntro11=战斗开始了!
AdvBossIntro12=让我们开始吧!
AdvBossIntro13=你准备好了吗?
AdvBossIntro14=这是世纪之战!
AdvBossIntro15=让我们继续努力吧!
AdvBossIntro16=这种情况会持续多久?
AdvBossIntro17=我希望你准备好了!
AdvBossIntro18=这可能就是结局了。
AdvBossIntro19=使出浑身解数!
AdvBossIntro20=一切都归结于此。
AdvBossIntro21=谁会取得胜利?
AdvBossIntro22=无处可逃无处可躲!
AdvBossIntro23=这场战斗结束了!
AdvBossIntro24=那是没有办法摆脱的!
AdvBossIntro25=我们开工吧!
AdvBossIntro26=让疯狂开始吧!
AdvBossIntro27=要么全有,要么全无!
AdvBossIntro28=一切都已上线!
AdvBossIntro29=你现在不能退缩!
AdvBossIntro30=你有什么需要?
AdvBossIntro31=接下来会发生什么?
AdvBossIntro32=别眨眼!
AdvBossIntro33=在这里你不能输!
AdvBossIntro34=没有回头路了!
AdvBossIntro35=现在要么全有要么全无!