Added german egg localization (#955)

* Added german egg localization

* Changed pull back to english since there isnt enough space for a german word that makes sense and most if not all german players understand "pull"

* This comma was too much
This commit is contained in:
Jannik Tappert 2024-05-16 11:13:57 +02:00 committed by GitHub
parent 88fab1dc5f
commit 35afbf6e44
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,21 +1,21 @@
import { SimpleTranslationEntries } from "#app/plugins/i18n"; import { SimpleTranslationEntries } from "#app/plugins/i18n";
export const egg: SimpleTranslationEntries = { export const egg: SimpleTranslationEntries = {
"egg": "Egg", "egg": "Ei",
"greatTier": "Rare", "greatTier": "Selten",
"ultraTier": "Epic", "ultraTier": "Episch",
"masterTier": "Legendary", "masterTier": "Legendär",
"defaultTier": "Common", "defaultTier": "Gewöhnlich",
"hatchWavesMessageSoon": "Sounds can be heard coming from inside! It will hatch soon!", "hatchWavesMessageSoon": "Man kann schon etwas hören! Es wird wohl bald schlüpfen!",
"hatchWavesMessageClose": "It appears to move occasionally. It may be close to hatching.", "hatchWavesMessageClose": "Manchmal bewegt es sich! Es braucht wohl noch ein Weilchen.",
"hatchWavesMessageNotClose": "What will hatch from this? It doesn't seem close to hatching.", "hatchWavesMessageNotClose": "Was wird da wohl schlüpfen? Es wird sicher noch lange dauern.",
"hatchWavesMessageLongTime": "It looks like this Egg will take a long time to hatch.", "hatchWavesMessageLongTime": "Dieses Ei braucht sicher noch sehr viel Zeit.",
"gachaTypeLegendary": "Legendary Rate Up", "gachaTypeLegendary": "Erhöhte Chance auf legendäre Eier",
"gachaTypeMove": "Rare Egg Move Rate Up", "gachaTypeMove": "Erhöhte Chance auf Eier mit seltenen Attacken",
"gachaTypeShiny": "Shiny Rate Up", "gachaTypeShiny": "Erhöhte Chance auf schillernde Eier",
"selectMachine": "Select a machine.", "selectMachine": "Wähle eine Maschine",
"notEnoughVouchers": "You don't have enough vouchers!", "notEnoughVouchers": "Du hast nicht genug Ei-Gutscheine!",
"tooManyEggs": "You have too many eggs!", "tooManyEggs": "Du hast schon zu viele Eier!",
"pull": "Pull", "pull": "Pull",
"pulls": "Pulls" "pulls": "Pulls"
} as const; } as const;