[Localization] German missing keys (#3436)
* Add all keys that are in english but missing in german
* useless change
* Revert "useless change"
This reverts commit 15cff42d8d
.
This commit is contained in:
parent
f0d4dfa09e
commit
b5a40bfdfc
|
@ -1,7 +1,7 @@
|
|||
import { SimpleTranslationEntries } from "#app/interfaces/locales";
|
||||
|
||||
export const abilityTriggers: SimpleTranslationEntries = {
|
||||
"blockRecoilDamage" : "{{pokemonName}} wurde durch {{abilityName}} vor Rückstoß geschützt!",
|
||||
"blockRecoilDamage": "{{pokemonName}} wurde durch {{abilityName}} vor Rückstoß geschützt!",
|
||||
"badDreams": "{{pokemonName}} ist in einem Alptraum gefangen!",
|
||||
"costar": "{{pokemonName}} kopiert die Statusveränderungen von {{allyName}}!",
|
||||
"iceFaceAvoidedDamage": "{{pokemonName}} wehrt Schaden mit {{abilityName}} ab!",
|
||||
|
|
|
@ -5,4 +5,5 @@ export const pokemonInfoContainer: SimpleTranslationEntries = {
|
|||
"gender": "Geschlecht:",
|
||||
"ability": "Fähigkeit:",
|
||||
"nature": "Wesen:",
|
||||
"form": "Form:",
|
||||
} as const;
|
||||
|
|
|
@ -3,6 +3,7 @@ import { PokemonInfoTranslationEntries } from "#app/interfaces/locales";
|
|||
export const pokemonInfo: PokemonInfoTranslationEntries = {
|
||||
Stat: {
|
||||
"HP": "KP",
|
||||
"HPStat": "KP",
|
||||
"HPshortened": "KP",
|
||||
"ATK": "Angriff",
|
||||
"ATKshortened": "Ang",
|
||||
|
|
Loading…
Reference in New Issue