From 1af9f622467d25e56733f507db67eef1cef398ee Mon Sep 17 00:00:00 2001 From: FredeX Date: Thu, 30 May 2024 08:12:25 +0200 Subject: [PATCH] [Localization] German translations added for 'thunderclap', 'wicked/blazing/noxious/combat/magical torque' and fixed a typo (#1595) * Added german translation for the descriptions of thunderclap, blazing torque, wicked torque, noxious torque, combat torque and magical torque * fixed typo in german splash message --------- Co-authored-by: Frederik Hobein --- src/locales/de/move.ts | 12 ++++++------ src/locales/de/splash-messages.ts | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/locales/de/move.ts b/src/locales/de/move.ts index 4e787d2ccf7..2af84b3c7ae 100644 --- a/src/locales/de/move.ts +++ b/src/locales/de/move.ts @@ -3715,23 +3715,23 @@ export const move: MoveTranslationEntries = { }, "blazingTorque": { name: "Hitzeturbo", - effect: "The user revs their blazing engine into the target. This may also leave the target with a burn." + effect: "Der Anwender rammt seinen glühend heißen Motor in das Ziel. Dieses erleidet eventuell Verbrennungen." }, "wickedTorque": { name: "Finsterturbo", - effect: "The user revs their engine into the target with malicious intent. This may put the target to sleep." + effect: "Der Anwender rammt seinen Motor mit böswilliger Absicht in das Ziel. Dieses schläft eventuell ein." }, "noxiousTorque": { name: "Toxiturbo", - effect: "The user revs their poisonous engine into the target. This may also poison the target." + effect: "Der Anwender rammt seinen giftigen Motor in das Ziel. Dieses wird eventuell vergiftet." }, "combatTorque": { name: "Raufturbo", - effect: "The user revs their engine forcefully into the target. This may also leave the target with paralysis." + effect: "Der Anwender rammt seinen Motor gewaltvoll in das Ziel. Dieses wird eventuell paralysiert." }, "magicalTorque": { name: "Zauberturbo", - effect: "The user revs their fae-like engine into the target. This may also confuse the target." + effect: "Der Anwender rammt seinen feenartigen Motor in das Ziel. Dieses wird eventuell verwirrt." }, "bloodMoon": { name: "Blutmond", @@ -3767,7 +3767,7 @@ export const move: MoveTranslationEntries = { }, "thunderclap": { name: "Sturmblitz", - effect: "This move enables the user to attack first with a jolt of electricity. This move fails if the target is not readying an attack." + effect: "Der Anwender trifft das Ziel mit einem schnellen Stromschlag. Erstschlaggarantie." }, "mightyCleave": { name: "Wuchtklinge", diff --git a/src/locales/de/splash-messages.ts b/src/locales/de/splash-messages.ts index cceb3043fd3..fda502120e0 100644 --- a/src/locales/de/splash-messages.ts +++ b/src/locales/de/splash-messages.ts @@ -26,7 +26,7 @@ export const splashMessages: SimpleTranslationEntries = { "basedOnAnUnfinishedFlashGame": "Basierend auf einem unfertigen Flash-Spiel!", "moreAddictiveThanIntended": "Süchtig machender als beabsichtigt!", "mostlyConsistentSeeds": "Meistens konsistente Seeds!", - "achievementPointsDontDoAnything": "Erungenschaftspunkte tun nichts!", + "achievementPointsDontDoAnything": "Errungenschaftspunkte tun nichts!", "youDoNotStartAtLevel": "Du startest nicht auf Level 2000!", "dontTalkAboutTheManaphyEggIncident": "Wir reden nicht über den Manaphy-Ei-Vorfall!", "alsoTryPokengine": "Versuche auch Pokéngine!",