[Localization] Add missing curly braces in localization strings (#3258)

* Add missing } in the german localization strings

* Checked all languages
This commit is contained in:
Jannik Tappert 2024-07-30 19:19:11 +02:00 committed by GitHub
parent 3fbab84642
commit 74064d03d8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 5 additions and 5 deletions

View File

@ -56,7 +56,7 @@ export const abilityTriggers: SimpleTranslationEntries = {
"postSummonAsOneGlastrier": "{{pokemonNameWithAffix}} verfügt über zwei Fähigkeiten!",
"postSummonAsOneSpectrier": "{{pokemonNameWithAffix}} verfügt über zwei Fähigkeiten!",
"postSummonVesselOfRuin": "Unheilsgefäß von {{pokemonNameWithAffix}} schwächt {{statName}} aller Pokémon im Umkreis!",
"postSummonSwordOfRuin": "Unheilsschwert von {{pokemonNameWithAffix}} schwächt {{statName} aller Pokémon im Umkreis!",
"postSummonSwordOfRuin": "Unheilsschwert von {{pokemonNameWithAffix}} schwächt {{statName}} aller Pokémon im Umkreis!",
"postSummonTabletsOfRuin": "Unheilstafeln von {{pokemonNameWithAffix}} schwächt {{statName}} aller Pokémon im Umkreis!",
"postSummonBeadsOfRuin": "Unheilsjuwelen von {{pokemonNameWithAffix}} schwächt {{statName}} aller Pokémon im Umkreis!",
} as const;

View File

@ -6,7 +6,7 @@ export const arenaTag: SimpleTranslationEntries = {
"arenaOnRemove": "Der Effekt von {{moveName}} lässt nach!",
"arenaOnRemovePlayer": "Der Effekt von {{moveName}} lässt auf deiner Seite nach!",
"arenaOnRemoveEnemy": "Der Effekt von {{moveName}} lässt auf der Seite des Gegners nach!",
"mistOnAdd": "Pokémon, die auf der Seite von {{pokemonNameWithAffix} kämpfen, werden in Weißnebel gehüllt!!",
"mistOnAdd": "Pokémon, die auf der Seite von {{pokemonNameWithAffix}} kämpfen, werden in Weißnebel gehüllt!!",
"mistApply": "Der Weißnebel verhindert die Senkung von Statuswerten!",
"reflectOnAdd": "Reflektor stärkt Pokémon gegen physische Attacken!",
"reflectOnAddPlayer": "Reflektor stärkt Pokémon auf deiner Seite gegen physische Attacken!",

View File

@ -20,7 +20,7 @@ export const moveTriggers: SimpleTranslationEntries = {
"loweredItsHead": "{{pokemonName}}\nbaisse la tête !",
"isGlowing": "{{pokemonName}} est entouré\ndune lumière intense !",
"bellChimed": "Un grelot sonne !",
"foresawAnAttack": "{{pokemonName}\nprévoit une attaque !",
"foresawAnAttack": "{{pokemonName}}\nprévoit une attaque !",
"hidUnderwater": "{{pokemonName}}\nse cache sous leau !",
"soothingAromaWaftedThroughArea": "Une odeur apaisante flotte dans lair !",
"sprangUp": "{{pokemonName}}\nse propulse dans les airs !",

View File

@ -22,7 +22,7 @@ export const abilityTriggers: SimpleTranslationEntries = {
"postDefendAbilityGive": "{{pokemonNameWithAffix}} deu a seu alvo\na habilidade {{abilityName}}!",
"postDefendMoveDisable": "{{moveName}} de {{pokemonNameWithAffix}}\nfoi desabilitado!",
"pokemonTypeChange": "{{pokemonNameWithAffix}} se transformou no tipo {{moveType}}!",
"postAttackStealHeldItem": "{{pokemonNameWithAffix}} roubou\n{{stolenItemType}} de {defenderName}}!",
"postAttackStealHeldItem": "{{pokemonNameWithAffix}} roubou\n{{stolenItemType}} de {{defenderName}}!",
"postDefendStealHeldItem": "{{pokemonNameWithAffix}} roubou\n{{stolenItemType}} de {{attackerName}}!",
"copyFaintedAllyAbility": "A habilidade {{abilityName}} de {{pokemonNameWithAffix}} foi tomada!",
"intimidateImmunity": "{{abilityName}} de {{pokemonNameWithAffix}} previniu-o(a) de ser intimidado(a)!",

View File

@ -36,7 +36,7 @@ export const abilityTriggers: SimpleTranslationEntries = {
"forewarn": "{{pokemonNameWithAffix}}读取了\n{{moveName}}",
"frisk": "{{pokemonNameWithAffix}}察觉到了\n{{opponentName}}的{{opponentAbilityName}}",
"postWeatherLapseHeal": "{{pokemonNameWithAffix}}因{{abilityName}}\n回复了少许HP",
"postWeatherLapseDamage": "{{pokemonNameWithAffix}}\n因{abilityName}}而受到了伤害!",
"postWeatherLapseDamage": "{{pokemonNameWithAffix}}\n因{{abilityName}}而受到了伤害!",
"postTurnLootCreateEatenBerry": "{{pokemonNameWithAffix}}\n收获了{{berryName}}",
"postTurnHeal": "{{pokemonNameWithAffix}}因{{abilityName}}\n回复了少许HP",
"fetchBall": "{{pokemonNameWithAffix}}\n捡回了{{pokeballName}}",