From eae2d0a14455b2bd97ce0bdcbb3cc9d97ef2c4cb Mon Sep 17 00:00:00 2001 From: Tempoanon <163687446+Tempo-anon@users.noreply.github.com> Date: Tue, 25 Jun 2024 14:18:05 -0400 Subject: [PATCH] [Bug] Fix typo in encore (#2499) * Fix typo in encore * I actually did forget the French typo --- src/locales/de/battle.ts | 2 +- src/locales/en/battle.ts | 2 +- src/locales/es/battle.ts | 2 +- src/locales/fr/battle.ts | 2 +- src/locales/it/battle.ts | 2 +- src/locales/pt_BR/battle.ts | 2 +- src/locales/zh_CN/battle.ts | 2 +- src/locales/zh_TW/battle.ts | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/src/locales/de/battle.ts b/src/locales/de/battle.ts index f3f1261d799..9aacf22fd96 100644 --- a/src/locales/de/battle.ts +++ b/src/locales/de/battle.ts @@ -96,7 +96,7 @@ export const battle: SimpleTranslationEntries = { "battlerTagsNightmareOnAdd": "Nachtmahr sucht {{pokemonNameWithAffix}} heim!", "battlerTagsNightmareOnOverlap": "{{pokemonNameWithAffix}} wird bereits von Nachtmahr heimgesucht!", "battlerTagsNightmareLapse": "Nachtmahr schadet {{pokemonNameWithAffix}}!", - "battlerTagsEncoreOnAdd": "({{pokemonNameWithAffix}} gibt eine Zugabe", + "battlerTagsEncoreOnAdd": "{{pokemonNameWithAffix}} gibt eine Zugabe", "battlerTagsEncoreOnRemove": "Die Zugabe von {{pokemonNameWithAffix}} ist beendet!", "battlerTagsHelpingHandOnAdd": "{{pokemonNameWithAffix}} will {{pokemonName}} helfen!", "battlerTagsIngrainLapse": "{{pokemonNameWithAffix}} nimmt über seine Wurzeln Nährstoffe auf!", diff --git a/src/locales/en/battle.ts b/src/locales/en/battle.ts index 23a1ff3cee0..d6fc5922fd6 100644 --- a/src/locales/en/battle.ts +++ b/src/locales/en/battle.ts @@ -96,7 +96,7 @@ export const battle: SimpleTranslationEntries = { "battlerTagsNightmareOnAdd": "{{pokemonNameWithAffix}} began\nhaving a Nightmare!", "battlerTagsNightmareOnOverlap": "{{pokemonNameWithAffix}} is\nalready locked in a Nightmare!", "battlerTagsNightmareLapse": "{{pokemonNameWithAffix}} is locked\nin a Nightmare!", - "battlerTagsEncoreOnAdd": "({{pokemonNameWithAffix}} got\nan Encore!", + "battlerTagsEncoreOnAdd": "{{pokemonNameWithAffix}} got\nan Encore!", "battlerTagsEncoreOnRemove": "{{pokemonNameWithAffix}}'s Encore\nended!", "battlerTagsHelpingHandOnAdd": "{{pokemonNameWithAffix}} is ready to\nhelp {{pokemonName}}!", "battlerTagsIngrainLapse": "{{pokemonNameWithAffix}} absorbed\nnutrients with its roots!", diff --git a/src/locales/es/battle.ts b/src/locales/es/battle.ts index 16cddaceb83..cf6aa059f64 100644 --- a/src/locales/es/battle.ts +++ b/src/locales/es/battle.ts @@ -96,7 +96,7 @@ export const battle: SimpleTranslationEntries = { "battlerTagsNightmareOnAdd": "{{pokemonNameWithAffix}} began\nhaving a Nightmare!", "battlerTagsNightmareOnOverlap": "{{pokemonNameWithAffix}} is\nalready locked in a Nightmare!", "battlerTagsNightmareLapse": "{{pokemonNameWithAffix}} is locked\nin a Nightmare!", - "battlerTagsEncoreOnAdd": "({{pokemonNameWithAffix}} got\nan Encore!", + "battlerTagsEncoreOnAdd": "{{pokemonNameWithAffix}} got\nan Encore!", "battlerTagsEncoreOnRemove": "{{pokemonNameWithAffix}}'s Encore\nended!", "battlerTagsHelpingHandOnAdd": "{{pokemonNameWithAffix}} is ready to\nhelp {{pokemonName}}!", "battlerTagsIngrainLapse": "{{pokemonNameWithAffix}} absorbed\nnutrients with its roots!", diff --git a/src/locales/fr/battle.ts b/src/locales/fr/battle.ts index 3fe3cb8b09f..83ef6801514 100644 --- a/src/locales/fr/battle.ts +++ b/src/locales/fr/battle.ts @@ -96,7 +96,7 @@ export const battle: SimpleTranslationEntries = { "battlerTagsNightmareOnAdd": "{{pokemonNameWithAffix}} commence à cauchemarder !", "battlerTagsNightmareOnOverlap": "{{pokemonNameWithAffix}} est\ndéjà prisonnier d’un cauchemar !", "battlerTagsNightmareLapse": "{{pokemonNameWithAffix}}est\nprisonnier d’un cauchemar !", - "battlerTagsEncoreOnAdd": "({{pokemonNameWithAffix}} !\nEncore une fois !", + "battlerTagsEncoreOnAdd": "{{pokemonNameWithAffix}} !\nEncore une fois !", "battlerTagsEncoreOnRemove": "{{pokemonNameWithAffix}} n’est\nplus obligé d’utiliser la même capacité !", "battlerTagsHelpingHandOnAdd": "{{pokemonNameWithAffix}} est prêt\nà aider {{pokemonName}} !", "battlerTagsIngrainLapse": "{{pokemonNameWithAffix}} absorbe\ndes nutriments avec ses racines !", diff --git a/src/locales/it/battle.ts b/src/locales/it/battle.ts index 901d39cce51..f31579b76e6 100644 --- a/src/locales/it/battle.ts +++ b/src/locales/it/battle.ts @@ -96,7 +96,7 @@ export const battle: SimpleTranslationEntries = { "battlerTagsNightmareOnAdd": "{{pokemonNameWithAffix}} sta\navendo un Incubo!", "battlerTagsNightmareOnOverlap": "{{pokemonNameWithAffix}} sta\ngià avendo un Incubo!", "battlerTagsNightmareLapse": "{{pokemonNameWithAffix}} è bloccato\nin un Incubo!", - "battlerTagsEncoreOnAdd": "({{pokemonNameWithAffix}} ha\nsubito Ripeti!", + "battlerTagsEncoreOnAdd": "{{pokemonNameWithAffix}} ha\nsubito Ripeti!", "battlerTagsEncoreOnRemove": "L'effetto di Ripeti su {{pokemonNameWithAffix}}\n è terminato!", "battlerTagsHelpingHandOnAdd": "{{pokemonNameWithAffix}} è pronto ad\naiutare {{pokemonName}}!", "battlerTagsIngrainLapse": "{{pokemonNameWithAffix}} assorbe\nnutrienti dalle sue radici!", diff --git a/src/locales/pt_BR/battle.ts b/src/locales/pt_BR/battle.ts index 2e88e5445de..9197962a05f 100644 --- a/src/locales/pt_BR/battle.ts +++ b/src/locales/pt_BR/battle.ts @@ -96,7 +96,7 @@ export const battle: SimpleTranslationEntries = { "battlerTagsNightmareOnAdd": "{{pokemonNameWithAffix}} começou\na ter um Nightmare!", "battlerTagsNightmareOnOverlap": "{{pokemonNameWithAffix}} já\nestá preso em um Nightmare!", "battlerTagsNightmareLapse": "{{pokemonNameWithAffix}} está preso\nem um Nightmare!", - "battlerTagsEncoreOnAdd": "({{pokemonNameWithAffix}} ganhou\num Encore!", + "battlerTagsEncoreOnAdd": "{{pokemonNameWithAffix}} ganhou\num Encore!", "battlerTagsEncoreOnRemove": "O Encore de {{pokemonNameWithAffix}}\nacabou!", "battlerTagsHelpingHandOnAdd": "{{pokemonNameWithAffix}} está pronto para\najudar {{pokemonName}}!", "battlerTagsIngrainLapse": "{{pokemonNameWithAffix}} absorveu\nnutrientes com suas raízes!", diff --git a/src/locales/zh_CN/battle.ts b/src/locales/zh_CN/battle.ts index b568d251f51..ce8b058b5e4 100644 --- a/src/locales/zh_CN/battle.ts +++ b/src/locales/zh_CN/battle.ts @@ -96,7 +96,7 @@ export const battle: SimpleTranslationEntries = { "battlerTagsNightmareOnAdd": "{{pokemonNameWithAffix}}开始做恶梦了!", "battlerTagsNightmareOnOverlap": "{{pokemonNameWithAffix}}已经被恶梦缠身!", "battlerTagsNightmareLapse": "{{pokemonNameWithAffix}}正被恶梦缠身!", - "battlerTagsEncoreOnAdd": "({{pokemonNameWithAffix}}接受了再来一次!", + "battlerTagsEncoreOnAdd": "{{pokemonNameWithAffix}}接受了再来一次!", "battlerTagsEncoreOnRemove": "{{pokemonNameWithAffix}}的再来一次状态解除了!", "battlerTagsHelpingHandOnAdd": "{{pokemonNameWithAffix}}摆出了帮助{{pokemonName}} 的架势!", "battlerTagsIngrainLapse": "{{pokemonNameWithAffix}}用扎根回复了体力!", diff --git a/src/locales/zh_TW/battle.ts b/src/locales/zh_TW/battle.ts index 50cf1fa8b9c..89e252032c3 100644 --- a/src/locales/zh_TW/battle.ts +++ b/src/locales/zh_TW/battle.ts @@ -93,7 +93,7 @@ export const battle: SimpleTranslationEntries = { "battlerTagsNightmareOnAdd": "{{pokemonNameWithAffix}}開始做惡夢了!", "battlerTagsNightmareOnOverlap": "{{pokemonNameWithAffix}}已經被惡夢纏身!", "battlerTagsNightmareLapse": "{{pokemonNameWithAffix}}正被惡夢纏身!", - "battlerTagsEncoreOnAdd": "({{pokemonNameWithAffix}}接受了再來一次!", + "battlerTagsEncoreOnAdd": "{{pokemonNameWithAffix}}接受了再來一次!", "battlerTagsEncoreOnRemove": "{{pokemonNameWithAffix}}的再來一次狀態解除了!", "battlerTagsHelpingHandOnAdd": "{{pokemonNameWithAffix}}擺出了幫助{{pokemonName}} 的架勢!", "battlerTagsIngrainLapse": "{{pokemonNameWithAffix}}用扎根回復了體力!",