diff --git a/PoGo.NecroBot.CLI/Config/Translations/translation.de.json b/PoGo.NecroBot.CLI/Config/Translations/translation.de.json index 41edc2994..5dbe04e4e 100644 --- a/PoGo.NecroBot.CLI/Config/Translations/translation.de.json +++ b/PoGo.NecroBot.CLI/Config/Translations/translation.de.json @@ -30,11 +30,11 @@ }, { "Key": "eventFortUsed", - "Value": "EP: {0}, Gems: {1}, Items: {2}" + "Value": "Name: {0} EP: {1}, Gems: {2}, Items: {3}" }, { "Key": "eventFortFailed", - "Value": "Loot sammeln fehlgeschlagen, eventueller Softban. Unban in: {0}/{1}" + "Value": "Name: {0} INFO: Loot sammeln fehlgeschlagen, eventueller Softban. Unban in: {1}/{2}" }, { "Key": "eventFortTargeted", @@ -66,7 +66,7 @@ }, { "Key": "eventPokemonCapture", - "Value": "({0}) | ({1}) {2} Lvl: {3} WP: ({4}/{5}) IV: {6}% | Chance: {7}% | {8}m entfernung | mit einem {9} ({10} verbleibend). | {11}" + "Value": "({0}) | ({1}) {2} Lvl: {3} WP: ({4}/{5}) IV: {6}% | Chance: {7}% | {8}m entfernt | mit {9} ({10} verbleibend). | {11}" }, { "Key": "eventNoPokeballs", @@ -100,6 +100,10 @@ "Key": "commonWordName", "Value": "Name" }, + { + "Key": "commonWordUnknown", + "Value": "Unbekannt" + }, { "Key": "displayHighestsCpHeader", "Value": "ZeigeHöchsteWP" @@ -127,6 +131,166 @@ { "Key": "incubatorEggHatched", "Value": "Ei ist geschlüpft: {0}" + }, + { + "Key": "logEntryError", + "Value": "FEHLER" + }, + { + "Key": "logEntryAttention", + "Value": "ACHTUNG" + }, + { + "Key": "logEntryInfo", + "Value": "INFO" + }, + { + "Key": "logEntryPokestop", + "Value": "POKESTOP" + }, + { + "Key": "logEntryFarming", + "Value": "FARMING" + }, + { + "Key": "logEntryRecycling", + "Value": "WEGWERFEN" + }, + { + "Key": "logEntryPKMN", + "Value": "PKMN" + }, + { + "Key": "logEntryTransfered", + "Value": "VERSCHICKT" + }, + { + "Key": "logEntryEvolved", + "Value": "ENTWICKELT" + }, + { + "Key": "logEntryBerry", + "Value": "BEERE" + }, + { + "Key": "logEntryEgg", + "Value": "EI" + }, + { + "Key": "logEntryDebug", + "Value": "DEBUG" + }, + { + "Key": "logEntryUpdate", + "Value": "UPDATE" + }, + { + "Key": "loggingIn", + "Value": "Einloggen mit {0}" + }, + { + "Key": "ptcOffline", + "Value": "PTC Server sind wahrscheinlich down ODER die angegebenen Zugangsdaten sind falsch. Versuch Google." + }, + { + "Key": "tryingAgainIn", + "Value": "Erneuter Versuch in {0} Sekunden..." + }, + { + "Key": "accountNotVerified", + "Value": "Account nicht bestätigt! Stoppe..." + }, + { + "Key": "openingGoogleDevicePage", + "Value": "Öffne Google Device Seite. Bitte füge den Code mit CTRL+V ein." + }, + { + "Key": "couldntCopyToClipboard", + "Value": "Code konnte nicht in die Zwischenablage gelegt werden. Versuch es manuell." + }, + { + "Key": "couldntCopyToClipboard2", + "Value": "Gehe auf: {0} & trage {1} ein." + }, + { + "Key": "realisticTravelDetected", + "Value": "Realistische Bewegung gefunden. Benutze UserSettings.settings" + }, + { + "Key": "notRealisticTravel", + "Value": "Keine realistische Bewegung bei {0}, benutze zuletzt gespeicherte Daten aus Coords.ini" + }, + { + "Key": "coordinatesAreInvalid", + "Value": "Koordinaten in \"Coords.ini\" sind ungültig! Benutze standart Koordinaten." + }, + { + "Key": "gotUpToDateVersion", + "Value": "Super! Du hast bereits die aktuellste Version {0}" + }, + { + "Key": "autoUpdaterDisabled", + "Value": "AutoUpdater ist deaktiviert. Aktuellste Version auf: {0}\n " + }, + { + "Key": "downloadingUpdate", + "Value": "Download und entpacken vom Update..." + }, + { + "Key": "finishedDownloadingRelease", + "Value": "Download des neusten Release abgeschlossen..." + }, + { + "Key": "finishedUnpackingFiles", + "Value": "Entpacken der Dateien abgeschlossen..." + }, + { + "Key": "updateFinished", + "Value": "Update abgeschlossen! Du kannst dieses Fenster nun schließen." + }, + { + "Key": "lookingForIncensePokemon", + "Value": "Suche nach von Rauch angelockten Pokémon..." + }, + { + "Key": "lookingForPokemon", + "Value": "Suche nach Pokémon..." + }, + { + "Key": "lookingForLurePokemon", + "Value": "Suche nach von Modulen angelockten Pokémon..." + }, + { + "Key": "pokemonSkipped", + "Value": "Übersprungen {0}" + }, + { + "Key": "invFullTransferring", + "Value": "Das PokémonInventar ist voll. Verschicke Pokémon..." + }, + { + "Key": "invFullTransferManually", + "Value": "PokémonInventar ist voll. Bitte verschicke Pokémon manuell oder setze \"TransferDuplicatePokemon\" in den Einstellungen auf \"true\"..." + }, + { + "Key": "encounterProblem", + "Value": "Begegnungsproblem: {0}" + }, + { + "Key": "encounterProblemLurePokemon", + "Value": "Begegnungsproblem: Modul-Pokémon {0}" + }, + { + "Key": "desiredDestTooFar", + "Value": "Das gewünschte Ziel ({0}, {1}), ist zu weit von deiner aktuellen Position ({2}, {3}) entfernt." + }, + { + "Key": "pokemonRename", + "Value": "Pokémon {0} ({1}) wurde von {2} zu {3} umbenannt." + }, + { + "Key": "pokemonIgnoreFilter", + "Value": "[Pokémon-Ignore-Filter] - Ignoriere {0} wie in den Einstellungen angegeben!" } ] -} +} \ No newline at end of file