mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-01 05:52:17 +02:00
Add all keys that are in english but missing in german
This commit is contained in:
parent
49bb681554
commit
c9f56d8a97
@ -1,7 +1,7 @@
|
|||||||
import { SimpleTranslationEntries } from "#app/interfaces/locales";
|
import { SimpleTranslationEntries } from "#app/interfaces/locales";
|
||||||
|
|
||||||
export const abilityTriggers: SimpleTranslationEntries = {
|
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!",
|
"badDreams": "{{pokemonName}} ist in einem Alptraum gefangen!",
|
||||||
"costar": "{{pokemonName}} kopiert die Statusveränderungen von {{allyName}}!",
|
"costar": "{{pokemonName}} kopiert die Statusveränderungen von {{allyName}}!",
|
||||||
"iceFaceAvoidedDamage": "{{pokemonName}} wehrt Schaden mit {{abilityName}} ab!",
|
"iceFaceAvoidedDamage": "{{pokemonName}} wehrt Schaden mit {{abilityName}} ab!",
|
||||||
|
@ -5,4 +5,5 @@ export const pokemonInfoContainer: SimpleTranslationEntries = {
|
|||||||
"gender": "Geschlecht:",
|
"gender": "Geschlecht:",
|
||||||
"ability": "Fähigkeit:",
|
"ability": "Fähigkeit:",
|
||||||
"nature": "Wesen:",
|
"nature": "Wesen:",
|
||||||
|
"form": "Form:",
|
||||||
} as const;
|
} as const;
|
||||||
|
@ -3,6 +3,7 @@ import { PokemonInfoTranslationEntries } from "#app/interfaces/locales";
|
|||||||
export const pokemonInfo: PokemonInfoTranslationEntries = {
|
export const pokemonInfo: PokemonInfoTranslationEntries = {
|
||||||
Stat: {
|
Stat: {
|
||||||
"HP": "KP",
|
"HP": "KP",
|
||||||
|
"HPStat": "KP",
|
||||||
"HPshortened": "KP",
|
"HPshortened": "KP",
|
||||||
"ATK": "Angriff",
|
"ATK": "Angriff",
|
||||||
"ATKshortened": "Ang",
|
"ATKshortened": "Ang",
|
||||||
|
Loading…
Reference in New Issue
Block a user