[Localization] Translated missing german entries (#2289)
This commit is contained in:
parent
40ade2da1d
commit
de51c5b7a5
|
@ -4,5 +4,5 @@ export const abilityTriggers: SimpleTranslationEntries = {
|
|||
"blockRecoilDamage" : "{{pokemonName}} wurde durch {{abilityName}}\nvor Rückstoß geschützt!",
|
||||
"badDreams": "{{pokemonName}} ist in einem Alptraum gefangen!",
|
||||
"windPowerCharged": "Der Treffer durch {{moveName}} läd die Stärke von {{pokemonName}} auf!",
|
||||
"iceFaceAvoidedDamage": "{{pokemonName}} avoided\ndamage with {{abilityName}}!",
|
||||
"iceFaceAvoidedDamage": "{{pokemonName}} wehrt Schaden\nmit {{abilityName}} ab!",
|
||||
} as const;
|
||||
|
|
|
@ -62,12 +62,12 @@ export const battle: SimpleTranslationEntries = {
|
|||
"drainMessage": "{{pokemonName}} wurde Energie abgesaugt",
|
||||
"regainHealth": "KP von {{pokemonName}} wurden wieder aufgefrischt!",
|
||||
"fainted": "{{pokemonNameWithAffix}} wurde besiegt!",
|
||||
"statRose": "rose",
|
||||
"statSharplyRose": "sharply rose",
|
||||
"statRoseDrastically": "rose drastically",
|
||||
"statWontGoAnyHigher": "won't go any higher",
|
||||
"statFell": "fell",
|
||||
"statHarshlyFell": "harshly fell",
|
||||
"statSeverelyFell": "severely fell",
|
||||
"statWontGoAnyLower": "won't go any lower",
|
||||
"statRose": "steigt",
|
||||
"statSharplyRose": "steigt stark",
|
||||
"statRoseDrastically": "steigt drastisch",
|
||||
"statWontGoAnyHigher": "kann nicht weiter erhöht werden",
|
||||
"statFell": "sinkt",
|
||||
"statHarshlyFell": "sinkt stark",
|
||||
"statSeverelyFell": "sinkt drastisch",
|
||||
"statWontGoAnyLower": "kann nicht weiter sinken",
|
||||
} as const;
|
||||
|
|
|
@ -14,8 +14,8 @@ export const pokemonInfo: PokemonInfoTranslationEntries = {
|
|||
"SPDEFshortened": "SpVert",
|
||||
"SPD": "Initiative",
|
||||
"SPDshortened": "Init",
|
||||
"ACC": "Accuracy",
|
||||
"EVA": "Evasiveness"
|
||||
"ACC": "Genauigkeit",
|
||||
"EVA": "Fluchtwert",
|
||||
},
|
||||
|
||||
Type: {
|
||||
|
|
Loading…
Reference in New Issue