mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2024-11-25 08:16:04 +00:00
[Localization] Added german localization for challenges (#1943)
* Added german localization for challenges * Update src/locales/de/challenges.ts Co-authored-by: flx-sta <50131232+flx-sta@users.noreply.github.com> --------- Co-authored-by: flx-sta <50131232+flx-sta@users.noreply.github.com>
This commit is contained in:
parent
c746d0723f
commit
ede56987f9
@ -1,67 +1,67 @@
|
||||
import { SimpleTranslationEntries } from "#app/plugins/i18n";
|
||||
|
||||
export const challenges: SimpleTranslationEntries = {
|
||||
"title": "Challenge Modifiers",
|
||||
"points": "Bad Ideas",
|
||||
"confirm_start": "Proceed with these challenges?",
|
||||
"singleGeneration.name": "Mono Gen",
|
||||
"singleGeneration.value.0": "Off",
|
||||
"singleGeneration.desc.0": "You can only use pokemon from the chosen generation.",
|
||||
"singleGeneration.value.1": "Gen 1",
|
||||
"singleGeneration.desc.1": "You can only use pokemon from generation one.",
|
||||
"singleGeneration.value.2": "Gen 2",
|
||||
"singleGeneration.desc.2": "You can only use pokemon from generation two.",
|
||||
"singleGeneration.value.3": "Gen 3",
|
||||
"singleGeneration.desc.3": "You can only use pokemon from generation three.",
|
||||
"singleGeneration.value.4": "Gen 4",
|
||||
"singleGeneration.desc.4": "You can only use pokemon from generation four.",
|
||||
"singleGeneration.value.5": "Gen 5",
|
||||
"singleGeneration.desc.5": "You can only use pokemon from generation five.",
|
||||
"singleGeneration.value.6": "Gen 6",
|
||||
"singleGeneration.desc.6": "You can only use pokemon from generation six.",
|
||||
"singleGeneration.value.7": "Gen 7",
|
||||
"singleGeneration.desc.7": "You can only use pokemon from generation seven.",
|
||||
"singleGeneration.value.8": "Gen 8",
|
||||
"singleGeneration.desc.8": "You can only use pokemon from generation eight.",
|
||||
"singleGeneration.value.9": "Gen 9",
|
||||
"singleGeneration.desc.9": "You can only use pokemon from generation nine.",
|
||||
"singleType.name": "Mono Type",
|
||||
"singleType.value.0": "Off",
|
||||
"singleType.desc.0": "You can only use pokemon of the chosen type.",
|
||||
"title": "Herausforderungsmodifikatoren",
|
||||
"confirm_start": "Mit diesen Modifikatoren fortfahren?",
|
||||
"singleGeneration.name": "Mono-Generation",
|
||||
"singleGeneration.value.0": "Aus",
|
||||
"singleGeneration.desc.0": "Du kannst nur Pokémon aus der gewählten Generation verwenden.",
|
||||
"singleGeneration.value.1": "Generation 1",
|
||||
"singleGeneration.desc.1": "Du kannst nur Pokémon aus der ersten Generation verwenden.",
|
||||
"singleGeneration.value.2": "Generation 2",
|
||||
"singleGeneration.desc.2": "Du kannst nur Pokémon aus der zweiten Generation verwenden.",
|
||||
"singleGeneration.value.3": "Generation 3",
|
||||
"singleGeneration.desc.3": "Du kannst nur Pokémon aus der dritten Generation verwenden.",
|
||||
"singleGeneration.value.4": "Generation 4",
|
||||
"singleGeneration.desc.4": "Du kannst nur Pokémon aus der vierten Generation verwenden.",
|
||||
"singleGeneration.value.5": "Generation 5",
|
||||
"singleGeneration.desc.5": "Du kannst nur Pokémon aus der fünften Generation verwenden.",
|
||||
"singleGeneration.value.6": "Generation 6",
|
||||
"singleGeneration.desc.6": "Du kannst nur Pokémon aus der sechsten Generation verwenden.",
|
||||
"singleGeneration.value.7": "Generation 7",
|
||||
"singleGeneration.desc.7": "Du kannst nur Pokémon aus der siebten Generation verwenden.",
|
||||
"singleGeneration.value.8": "Generation 8",
|
||||
"singleGeneration.desc.8": "Du kannst nur Pokémon aus der achten Generation verwenden.",
|
||||
"singleGeneration.value.9": "Generation 9",
|
||||
"singleGeneration.desc.9": "Du kannst nur Pokémon aus der neunten Generation verwenden.",
|
||||
"singleType.name": "Mono-Typ",
|
||||
"singleType.value.0": "Aus",
|
||||
"singleType.desc.0": "Du kannst nur Pokémon des gewählten Typs verwenden.",
|
||||
"singleType.value.1": "Normal",
|
||||
"singleType.desc.1": "You can only use pokemon with the Normal type.",
|
||||
"singleType.value.2": "Fighting",
|
||||
"singleType.desc.2": "You can only use pokemon with the Fighting type.",
|
||||
"singleType.value.3": "Flying",
|
||||
"singleType.desc.3": "You can only use pokemon with the Flying type.",
|
||||
"singleType.value.4": "Poison",
|
||||
"singleType.desc.4": "You can only use pokemon with the Poison type.",
|
||||
"singleType.value.5": "Ground",
|
||||
"singleType.desc.5": "You can only use pokemon with the Ground type.",
|
||||
"singleType.value.6": "Rock",
|
||||
"singleType.desc.6": "You can only use pokemon with the Rock type.",
|
||||
"singleType.value.7": "Bug",
|
||||
"singleType.desc.7": "You can only use pokemon with the Bug type.",
|
||||
"singleType.value.8": "Ghost",
|
||||
"singleType.desc.8": "You can only use pokemon with the Ghost type.",
|
||||
"singleType.value.9": "Steel",
|
||||
"singleType.desc.9": "You can only use pokemon with the Steel type.",
|
||||
"singleType.value.10": "Fire",
|
||||
"singleType.desc.10": "You can only use pokemon with the Fire type.",
|
||||
"singleType.value.11": "Water",
|
||||
"singleType.desc.11": "You can only use pokemon with the Water type.",
|
||||
"singleType.value.12": "Grass",
|
||||
"singleType.desc.12": "You can only use pokemon with the Grass type.",
|
||||
"singleType.value.13": "Electric",
|
||||
"singleType.desc.13": "You can only use pokemon with the Electric type.",
|
||||
"singleType.value.14": "Psychic",
|
||||
"singleType.desc.14": "You can only use pokemon with the Psychic type.",
|
||||
"singleType.value.15": "Ice",
|
||||
"singleType.desc.15": "You can only use pokemon with the Ice type.",
|
||||
"singleType.value.16": "Dragon",
|
||||
"singleType.desc.16": "You can only use pokemon with the Dragon type.",
|
||||
"singleType.value.17": "Dark",
|
||||
"singleType.desc.17": "You can only use pokemon with the Dark type.",
|
||||
"singleType.value.18": "Fairy",
|
||||
"singleType.desc.18": "You can only use pokemon with the Fairy type.",
|
||||
"singleType.desc.1": "Du kannst nur Pokémon des Typs Normal verwenden.",
|
||||
"singleType.value.2": "Kampf",
|
||||
"singleType.desc.2": "Du kannst nur Pokémon des Typs Kampf verwenden.",
|
||||
"singleType.value.3": "Flug",
|
||||
"singleType.desc.3": "Du kannst nur Pokémon des Typs Flug verwenden.",
|
||||
"singleType.value.4": "Gift",
|
||||
"singleType.desc.4": "Du kannst nur Pokémon des Typs Gift verwenden.",
|
||||
"singleType.value.5": "Boden",
|
||||
"singleType.desc.5": "Du kannst nur Pokémon des Typs Boden verwenden.",
|
||||
"singleType.value.6": "Gestein",
|
||||
"singleType.desc.6": "Du kannst nur Pokémon des Typs Gestein verwenden.",
|
||||
"singleType.value.7": "Käfer",
|
||||
"singleType.desc.7": "Du kannst nur Pokémon des Typs Käfer verwenden.",
|
||||
"singleType.value.8": "Geist",
|
||||
"singleType.desc.8": "Du kannst nur Pokémon des Typs Geist verwenden.",
|
||||
"singleType.value.9": "Stahl",
|
||||
"singleType.desc.9": "Du kannst nur Pokémon des Typs Stahl verwenden.",
|
||||
"singleType.value.10": "Feuer",
|
||||
"singleType.desc.10": "Du kannst nur Pokémon des Typs Feuer verwenden.",
|
||||
"singleType.value.11": "Wasser",
|
||||
"singleType.desc.11": "Du kannst nur Pokémon des Typs Wasser verwenden.",
|
||||
"singleType.value.12": "Pflanze",
|
||||
"singleType.desc.12": "Du kannst nur Pokémon des Typs Pflanze verwenden.",
|
||||
"singleType.value.13": "Elektro",
|
||||
"singleType.desc.13": "Du kannst nur Pokémon des Typs Elektro verwenden.",
|
||||
"singleType.value.14": "Psycho",
|
||||
"singleType.desc.14": "Du kannst nur Pokémon des Typs Psycho verwenden.",
|
||||
"singleType.value.15": "Eis",
|
||||
"singleType.desc.15": "Du kannst nur Pokémon des Typs Eis verwenden.",
|
||||
"singleType.value.16": "Drache",
|
||||
"singleType.desc.16": "Du kannst nur Pokémon des Typs Drache verwenden.",
|
||||
"singleType.value.17": "Unlicht",
|
||||
"singleType.desc.17": "Du kannst nur Pokémon des Typs Unlicht verwenden.",
|
||||
"singleType.value.18": "Fee",
|
||||
"singleType.desc.18": "Du kannst nur Pokémon des Typs Fee verwenden."
|
||||
|
||||
} as const;
|
||||
|
Loading…
Reference in New Issue
Block a user