From 48e2ec8d009edb7a79fe6aae166b49412f1b2580 Mon Sep 17 00:00:00 2001 From: Zanubiss Date: Wed, 8 May 2024 18:29:32 +0200 Subject: [PATCH] Added german translations for starterSelectUiHandler. Some are missing because the words are too large and overlap with others. --- src/locales/de/starter-select-ui-handler.ts | 40 ++++++++++----------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/src/locales/de/starter-select-ui-handler.ts b/src/locales/de/starter-select-ui-handler.ts index c7595cb2f95..763c525a437 100644 --- a/src/locales/de/starter-select-ui-handler.ts +++ b/src/locales/de/starter-select-ui-handler.ts @@ -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" -} \ No newline at end of file + "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" +}