German - UI buttons

This commit is contained in:
MonsieurDMA 2024-05-08 19:38:21 +02:00
parent b6692e42b2
commit 518000317b

View File

@ -1,32 +1,32 @@
import { SimpleTranslationEntries } from "#app/plugins/i18n"; import { SimpleTranslationEntries } from "#app/plugins/i18n";
/** /**
* The menu namespace holds most miscellaneous text that isn't directly part of the game's * The menu namespace holds most miscellaneous text that isn"t directly part of the game"s
* contents or directly related to Pokemon data. This includes menu navigation, settings, * contents or directly related to Pokemon data. This includes menu navigation, settings,
* account interactions, descriptive text, etc. * account interactions, descriptive text, etc.
*/ */
export const starterSelectUiHandler: SimpleTranslationEntries = { export const starterSelectUiHandler: SimpleTranslationEntries = {
"confirmStartTeam":'Begin with these Pokémon?', "confirmStartTeam": "Mit diesen Pokémon losziehen?",
"growthRate": "Growth Rate:", "growthRate": "Wachstum:",
"ability": "Ability:", "ability": "Fhgkeit:",
"passive": "Passive:", "passive": "Passiv:",
"nature": "Nature:", "nature": "Wesen:",
"eggMoves": 'Egg Moves', "eggMoves": "Ei-Attacken",
"start": "Start", "start": "Start",
"addToParty": "Add to Party", "addToParty": "Zum Team hinzufügen",
"toggleIVs": 'Toggle IVs', "toggleIVs": "DVs anzeigen/verbergen",
"manageMoves": 'Manage Moves', "manageMoves": "Attacken ändern",
"useCandies": 'Use Candies', "useCandies": "Bonbons verwenden",
"selectMoveSwapOut": "Select a move to swap out.", "selectMoveSwapOut": "Wähle die zu ersetzende Attacke.",
"selectMoveSwapWith": "Select a move to swap with", "selectMoveSwapWith": "Wähle die gewünschte Attacke.",
"unlockPassive": "Unlock Passive", "unlockPassive": "Passiv-Skill freischalten",
"reduceCost": "Reduce Cost", "reduceCost": "Preis reduzieren",
"cycleShiny": "R: Cycle Shiny", "cycleShiny": "R: Schillernd Ja/Nein",
"cycleForm": 'F: Cycle Form', "cycleForm": "F: Form ändern",
"cycleGender": 'G: Cycle Gender', "cycleGender": "G: Geschlecht ändern",
"cycleAbility": 'E: Cycle Ability', "cycleAbility": "E: Fähigkeit ändern",
"cycleNature": 'N: Cycle Nature', "cycleNature": "N: Wesen Ändern",
"cycleVariant": 'V: Cycle Variant', "cycleVariant": "V: Seltenheit ändern",
"enablePassive": "Enable Passive", "enablePassive": "Passiv-Skill aktivieren",
"disablePassive": "Disable Passive" "disablePassive": "Passiv-Skill deaktivieren"
} }