diff --git a/PoGo.NecroBot.CLI/Config/Translations/translation.de.json b/PoGo.NecroBot.CLI/Config/Translations/translation.de.json index 5dbe04e4e..c96a6d764 100644 --- a/PoGo.NecroBot.CLI/Config/Translations/translation.de.json +++ b/PoGo.NecroBot.CLI/Config/Translations/translation.de.json @@ -15,6 +15,38 @@ { "Key": "masterPokeball", "Value": "Meisterball" + }, + { + "Key": "CatchStatusSuccess", + "Value": "Gefangen" + }, + { + "Key": "CatchStatusError", + "Value": "Fehler beim Fangen" + }, + { + "Key": "CatchStatusEscape", + "Value": "Entkommen" + }, + { + "Key": "CatchStatusFlee", + "Value": "Geflüchtet" + }, +{ + "Key": "CatchStatusMissed", + "Value": "Verfehlt" + }, + { + "Key": "CatchTypeIncense", + "Value": "Rauch" + }, + { + "Key": "CatchTypeLure", + "Value": "Lockmodul" + }, + { + "Key": "CatchTypeNormal", + "Value": "Wild" }, { "Key": "wrongAuthType", @@ -293,4 +325,4 @@ "Value": "[Pokémon-Ignore-Filter] - Ignoriere {0} wie in den Einstellungen angegeben!" } ] -} \ No newline at end of file +}