From ab6af5f224e9a3879dfef6c83ce19d3e1bb57fff Mon Sep 17 00:00:00 2001 From: Mason Date: Tue, 20 Aug 2024 19:14:36 -0400 Subject: [PATCH] Style changes --- src/locales/de/battler-tags.ts | 2 +- src/locales/en/battler-tags.ts | 2 +- src/locales/es/battler-tags.ts | 2 ++ src/locales/it/battler-tags.ts | 2 +- src/locales/ja/battler-tags.ts | 2 +- src/locales/ko/battler-tags.ts | 2 +- src/locales/pt_BR/battler-tags.ts | 2 +- src/locales/zh_CN/battler-tags.ts | 2 +- src/locales/zh_TW/battler-tags.ts | 2 +- 9 files changed, 10 insertions(+), 8 deletions(-) diff --git a/src/locales/de/battler-tags.ts b/src/locales/de/battler-tags.ts index 44aaa283a97..ebaae1f7907 100644 --- a/src/locales/de/battler-tags.ts +++ b/src/locales/de/battler-tags.ts @@ -70,6 +70,6 @@ export const battlerTags: SimpleTranslationEntries = { "cursedOnAdd": "{{pokemonNameWithAffix}} nimmt einen Teil seiner KP und legt einen Fluch auf {{pokemonName}}!", "cursedLapse": "{{pokemonNameWithAffix}} wurde durch den Fluch verletzt!", "stockpilingOnAdd": "{{pokemonNameWithAffix}} stockpiled {{stockpiledCount}}!", - "rageOnAdd":"{{pokemonNameWithAffix}}'s rage is starting to build.", + "rageOnAdd": "{{pokemonNameWithAffix}}'s rage is starting to build.", "rageOnHit": "{{pokemonNameWithAffix}}'s rage is building." } as const; diff --git a/src/locales/en/battler-tags.ts b/src/locales/en/battler-tags.ts index 7a2f56548d3..09cbbf7bb69 100644 --- a/src/locales/en/battler-tags.ts +++ b/src/locales/en/battler-tags.ts @@ -70,6 +70,6 @@ export const battlerTags: SimpleTranslationEntries = { "cursedOnAdd": "{{pokemonNameWithAffix}} cut its own HP and put a curse on the {{pokemonName}}!", "cursedLapse": "{{pokemonNameWithAffix}} is afflicted by the Curse!", "stockpilingOnAdd": "{{pokemonNameWithAffix}} stockpiled {{stockpiledCount}}!", - "rageOnAdd":"{{pokemonNameWithAffix}}'s rage is starting to build.", + "rageOnAdd": "{{pokemonNameWithAffix}}'s rage is starting to build.", "rageOnHit": "{{pokemonNameWithAffix}}'s rage is building." } as const; diff --git a/src/locales/es/battler-tags.ts b/src/locales/es/battler-tags.ts index d0775efda08..ecc471909d9 100644 --- a/src/locales/es/battler-tags.ts +++ b/src/locales/es/battler-tags.ts @@ -70,4 +70,6 @@ export const battlerTags: SimpleTranslationEntries = { "cursedOnAdd": "{{pokemonNameWithAffix}} cut its own HP and put a curse on the {{pokemonName}}!", "cursedLapse": "{{pokemonNameWithAffix}} is afflicted by the Curse!", "stockpilingOnAdd": "{{pokemonNameWithAffix}} stockpiled {{stockpiledCount}}!", + "rageOnAdd": "{{pokemonNameWithAffix}}'s rage is starting to build.", + "rageOnHit": "{{pokemonNameWithAffix}}'s rage is building.", } as const; diff --git a/src/locales/it/battler-tags.ts b/src/locales/it/battler-tags.ts index 84f47531ae2..108dcfa094d 100644 --- a/src/locales/it/battler-tags.ts +++ b/src/locales/it/battler-tags.ts @@ -70,6 +70,6 @@ export const battlerTags: SimpleTranslationEntries = { "cursedOnAdd": "{{pokemonNameWithAffix}} ha sacrificato metà dei suoi PS per\nlanciare una maledizione su {{pokemonName}}!", "cursedLapse": "{{pokemonNameWithAffix}} subisce la maledizione!", "stockpilingOnAdd": "{{pokemonNameWithAffix}} ha usato Accumulo per la\n{{stockpiledCount}}ª volta!", - "rageOnAdd":"{{pokemonNameWithAffix}} comincia ad accumulare ira!", + "rageOnAdd": "{{pokemonNameWithAffix}} comincia ad accumulare ira!", "rageOnHit": "L’ira di {{pokemonNameWithAffix}} aumenta!" } as const; diff --git a/src/locales/ja/battler-tags.ts b/src/locales/ja/battler-tags.ts index e822f83b60e..05c7c8d0592 100644 --- a/src/locales/ja/battler-tags.ts +++ b/src/locales/ja/battler-tags.ts @@ -70,6 +70,6 @@ export const battlerTags: SimpleTranslationEntries = { "cursedOnAdd": "{{pokemonNameWithAffix}}は 自分の 体力を 削って\n{{pokemonName}}に のろいを かけた!", "cursedLapse": "{{pokemonNameWithAffix}}は のろわれている!", "stockpilingOnAdd": "{{pokemonNameWithAffix}}は {{stockpiledCount}}つ たくわえた!", - "rageOnAdd":"{{pokemonNameWithAffix}}'s rage is starting to build.", + "rageOnAdd": "{{pokemonNameWithAffix}}'s rage is starting to build.", "rageOnHit": "{{pokemonNameWithAffix}}'s rage is building." } as const; diff --git a/src/locales/ko/battler-tags.ts b/src/locales/ko/battler-tags.ts index 44d9f8bfceb..5f14738ae7a 100644 --- a/src/locales/ko/battler-tags.ts +++ b/src/locales/ko/battler-tags.ts @@ -70,6 +70,6 @@ export const battlerTags: SimpleTranslationEntries = { "cursedOnAdd": "{{pokemonNameWithAffix}}[[는]] 자신의 체력을 깎아서\n{{pokemonName}}에게 저주를 걸었다!", "cursedLapse": "{{pokemonNameWithAffix}}[[는]]\n저주받고 있다!", "stockpilingOnAdd": "{{pokemonNameWithAffix}}[[는]]\n{{stockpiledCount}}개 비축했다!", - "rageOnAdd":"{{pokemonNameWithAffix}}'s rage is starting to build.", + "rageOnAdd": "{{pokemonNameWithAffix}}'s rage is starting to build.", "rageOnHit": "{{pokemonNameWithAffix}}'s rage is building." } as const; diff --git a/src/locales/pt_BR/battler-tags.ts b/src/locales/pt_BR/battler-tags.ts index 58d70b5e323..bf551281f1e 100644 --- a/src/locales/pt_BR/battler-tags.ts +++ b/src/locales/pt_BR/battler-tags.ts @@ -70,6 +70,6 @@ export const battlerTags: SimpleTranslationEntries = { "cursedOnAdd": "{{pokemonNameWithAffix}} cortou seus PS pela metade e amaldiçoou {{pokemonName}}!", "cursedLapse": "{{pokemonNameWithAffix}} foi ferido pelo Curse!", "stockpilingOnAdd": "{{pokemonNameWithAffix}} estocou {{stockpiledCount}}!", - "rageOnAdd":"A raiva de {{pokemonNameWithAffix}} está começando a aumentar.", + "rageOnAdd": "A raiva de {{pokemonNameWithAffix}} está começando a aumentar.", "rageOnHit": "A raiva de {{pokemonNameWithAffix}} está aumentando." } as const; diff --git a/src/locales/zh_CN/battler-tags.ts b/src/locales/zh_CN/battler-tags.ts index 5e0d1e3c614..7e7599240cc 100644 --- a/src/locales/zh_CN/battler-tags.ts +++ b/src/locales/zh_CN/battler-tags.ts @@ -70,6 +70,6 @@ export const battlerTags: SimpleTranslationEntries = { "cursedOnAdd": "{{pokemonNameWithAffix}}削减了自己的体力,\n并诅咒了{{pokemonName}}!", "cursedLapse": "{{pokemonNameWithAffix}}\n正受到诅咒!", "stockpilingOnAdd": "{{pokemonNameWithAffix}}蓄力了{{stockpiledCount}}次!", - "rageOnAdd":"{{pokemonNameWithAffix}}'s rage is starting to build.", + "rageOnAdd": "{{pokemonNameWithAffix}}'s rage is starting to build.", "rageOnHit": "{{pokemonNameWithAffix}}'s rage is building." } as const; diff --git a/src/locales/zh_TW/battler-tags.ts b/src/locales/zh_TW/battler-tags.ts index fbc4c86b712..4c231f1c104 100644 --- a/src/locales/zh_TW/battler-tags.ts +++ b/src/locales/zh_TW/battler-tags.ts @@ -70,6 +70,6 @@ export const battlerTags: SimpleTranslationEntries = { "cursedOnAdd": "{{pokemonNameWithAffix}}削減了自己的體力,並詛咒了{{pokemonName}}!", "cursedLapse": "{{pokemonNameWithAffix}}正受到詛咒!", "stockpilingOnAdd": "{{pokemonNameWithAffix}} stockpiled {{stockpiledCount}}!", - "rageOnAdd":"{{pokemonNameWithAffix}}'s rage is starting to build.", + "rageOnAdd": "{{pokemonNameWithAffix}}'s rage is starting to build.", "rageOnHit": "{{pokemonNameWithAffix}}'s rage is building." } as const;