mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-12 03:12:18 +02:00
Added german translations for starterSelectUiHandler.
Some are missing because the words are too large and overlap with others.
This commit is contained in:
parent
bb28d3599e
commit
48e2ec8d00
@ -6,27 +6,27 @@ import { SimpleTranslationEntries } from "#app/plugins/i18n";
|
|||||||
* 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 beginnen?',
|
||||||
"growthRate": "Growth Rate:",
|
"growthRate": "Growth Rate:",
|
||||||
"ability": "Ability:",
|
"ability": "Ability:",
|
||||||
"passive": "Passive:",
|
"passive": "Passive:",
|
||||||
"nature": "Nature:",
|
"nature": "Wesen:",
|
||||||
"eggMoves": 'Egg Moves',
|
"eggMoves": 'Ei-Attacken',
|
||||||
"start": "Start",
|
"start": "Start",
|
||||||
"addToParty": "Add to Party",
|
"addToParty": "Zur Party hinzufügen",
|
||||||
"toggleIVs": 'Toggle IVs',
|
"toggleIVs": 'IVs umschalten',
|
||||||
"manageMoves": 'Manage Moves',
|
"manageMoves": 'Attacken verwalten',
|
||||||
"useCandies": 'Use Candies',
|
"useCandies": 'Bonbons verwenden',
|
||||||
"selectMoveSwapOut": "Select a move to swap out.",
|
"selectMoveSwapOut": "Wähle eine Attacke zum Austauschen aus.",
|
||||||
"selectMoveSwapWith": "Select a move to swap with",
|
"selectMoveSwapWith": "Wähle eine Attacke zum Austauschen aus",
|
||||||
"unlockPassive": "Unlock Passive",
|
"unlockPassive": "Passive freischalten",
|
||||||
"reduceCost": "Reduce Cost",
|
"reduceCost": "Kosten reduzieren",
|
||||||
"cycleShiny": "R: Cycle Shiny",
|
"cycleShiny": "R: Schillernd wechseln",
|
||||||
"cycleForm": 'F: Cycle Form',
|
"cycleForm": 'F: Form wechseln',
|
||||||
"cycleGender": 'G: Cycle Gender',
|
"cycleGender": 'G: Geschlecht wechseln',
|
||||||
"cycleAbility": 'E: Cycle Ability',
|
"cycleAbility": 'E: Fähigkeit wechseln',
|
||||||
"cycleNature": 'N: Cycle Nature',
|
"cycleNature": 'N: Wesen wechseln',
|
||||||
"cycleVariant": 'V: Cycle Variant',
|
"cycleVariant": 'V: Variante wechseln',
|
||||||
"enablePassive": "Enable Passive",
|
"enablePassive": "Passive aktivieren",
|
||||||
"disablePassive": "Disable Passive"
|
"disablePassive": "Passive deaktivieren"
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user