Added german translations for starterSelectUiHandler.

Some are missing because the words are too large and overlap with others.
This commit is contained in:
Zanubiss 2024-05-08 18:29:32 +02:00
parent bb28d3599e
commit 48e2ec8d00

View File

@ -6,27 +6,27 @@ import { SimpleTranslationEntries } from "#app/plugins/i18n";
* account interactions, descriptive text, etc.
*/
export const starterSelectUiHandler: SimpleTranslationEntries = {
"confirmStartTeam":'Begin with these Pokémon?',
"confirmStartTeam": 'Mit diesen Pokémon beginnen?',
"growthRate": "Growth Rate:",
"ability": "Ability:",
"passive": "Passive:",
"nature": "Nature:",
"eggMoves": 'Egg Moves',
"nature": "Wesen:",
"eggMoves": 'Ei-Attacken',
"start": "Start",
"addToParty": "Add to Party",
"toggleIVs": 'Toggle IVs',
"manageMoves": 'Manage Moves',
"useCandies": 'Use Candies',
"selectMoveSwapOut": "Select a move to swap out.",
"selectMoveSwapWith": "Select a move to swap with",
"unlockPassive": "Unlock Passive",
"reduceCost": "Reduce Cost",
"cycleShiny": "R: Cycle Shiny",
"cycleForm": 'F: Cycle Form',
"cycleGender": 'G: Cycle Gender',
"cycleAbility": 'E: Cycle Ability',
"cycleNature": 'N: Cycle Nature',
"cycleVariant": 'V: Cycle Variant',
"enablePassive": "Enable Passive",
"disablePassive": "Disable Passive"
}
"addToParty": "Zur Party hinzufügen",
"toggleIVs": 'IVs umschalten',
"manageMoves": 'Attacken verwalten',
"useCandies": 'Bonbons verwenden',
"selectMoveSwapOut": "Wähle eine Attacke zum Austauschen aus.",
"selectMoveSwapWith": "Wähle eine Attacke zum Austauschen aus",
"unlockPassive": "Passive freischalten",
"reduceCost": "Kosten reduzieren",
"cycleShiny": "R: Schillernd wechseln",
"cycleForm": 'F: Form wechseln',
"cycleGender": 'G: Geschlecht wechseln',
"cycleAbility": 'E: Fähigkeit wechseln',
"cycleNature": 'N: Wesen wechseln',
"cycleVariant": 'V: Variante wechseln',
"enablePassive": "Passive aktivieren",
"disablePassive": "Passive deaktivieren"
}