mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-06 08:22:16 +02:00
Added placeholder text for other locales
This commit is contained in:
parent
3407d1100e
commit
249f2ca628
@ -70,4 +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.",
|
||||
"rageOnHit": "{{pokemonNameWithAffix}}'s rage is building."
|
||||
} as const;
|
||||
|
@ -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",
|
||||
"rageOnHit": "{{pokemonNameWithAffix}}'s rage is building"
|
||||
"rageOnAdd":"{{pokemonNameWithAffix}}'s rage is starting to build.",
|
||||
"rageOnHit": "{{pokemonNameWithAffix}}'s rage is building."
|
||||
} as const;
|
||||
|
@ -70,4 +70,6 @@ export const battlerTags: SimpleTranslationEntries = {
|
||||
"cursedOnAdd": "{{pokemonNameWithAffix}} sacrifie des PV\net lance une malédiction sur {{pokemonName}} !",
|
||||
"cursedLapse": "{{pokemonNameWithAffix}} est touché par la malédiction !",
|
||||
"stockpilingOnAdd": "{{pokemonNameWithAffix}} utilise\nla capacité Stockage {{stockpiledCount}} fois !",
|
||||
"rageOnAdd":"{{pokemonNameWithAffix}}'s rage is starting to build.",
|
||||
"rageOnHit": "{{pokemonNameWithAffix}}'s rage is building."
|
||||
} as const;
|
||||
|
@ -70,4 +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}}'s rage is starting to build.",
|
||||
"rageOnHit": "{{pokemonNameWithAffix}}'s rage is building."
|
||||
} as const;
|
||||
|
@ -70,4 +70,6 @@ export const battlerTags: SimpleTranslationEntries = {
|
||||
"cursedOnAdd": "{{pokemonNameWithAffix}}は 自分の 体力を 削って\n{{pokemonName}}に のろいを かけた!",
|
||||
"cursedLapse": "{{pokemonNameWithAffix}}は のろわれている!",
|
||||
"stockpilingOnAdd": "{{pokemonNameWithAffix}}は {{stockpiledCount}}つ たくわえた!",
|
||||
"rageOnAdd":"{{pokemonNameWithAffix}}'s rage is starting to build.",
|
||||
"rageOnHit": "{{pokemonNameWithAffix}}'s rage is building."
|
||||
} as const;
|
||||
|
@ -70,4 +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.",
|
||||
"rageOnHit": "{{pokemonNameWithAffix}}'s rage is building."
|
||||
} as const;
|
||||
|
@ -70,4 +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":"{{pokemonNameWithAffix}}'s rage is starting to build.",
|
||||
"rageOnHit": "{{pokemonNameWithAffix}}'s rage is building."
|
||||
} as const;
|
||||
|
@ -70,4 +70,6 @@ export const battlerTags: SimpleTranslationEntries = {
|
||||
"cursedOnAdd": "{{pokemonNameWithAffix}}削减了自己的体力,\n并诅咒了{{pokemonName}}!",
|
||||
"cursedLapse": "{{pokemonNameWithAffix}}\n正受到诅咒!",
|
||||
"stockpilingOnAdd": "{{pokemonNameWithAffix}}蓄力了{{stockpiledCount}}次!",
|
||||
"rageOnAdd":"{{pokemonNameWithAffix}}'s rage is starting to build.",
|
||||
"rageOnHit": "{{pokemonNameWithAffix}}'s rage is building."
|
||||
} as const;
|
||||
|
@ -70,4 +70,6 @@ export const battlerTags: SimpleTranslationEntries = {
|
||||
"cursedOnAdd": "{{pokemonNameWithAffix}}削減了自己的體力,並詛咒了{{pokemonName}}!",
|
||||
"cursedLapse": "{{pokemonNameWithAffix}}正受到詛咒!",
|
||||
"stockpilingOnAdd": "{{pokemonNameWithAffix}} stockpiled {{stockpiledCount}}!",
|
||||
"rageOnAdd":"{{pokemonNameWithAffix}}'s rage is starting to build.",
|
||||
"rageOnHit": "{{pokemonNameWithAffix}}'s rage is building."
|
||||
} as const;
|
||||
|
Loading…
Reference in New Issue
Block a user