Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update translation.de.json #1851

Merged
merged 1 commit into from
Aug 1, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
184 changes: 148 additions & 36 deletions PoGo.NecroBot.CLI/Config/Translations/translation.de.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,38 +16,6 @@
"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",
"Value": "Unbekannte Authentifizierungsart in der config.json festgelegt"
Expand Down Expand Up @@ -114,10 +82,6 @@
"Key": "itemRazzBerry",
"Value": "Himmihbeere"
},
{
"Key": "catchStatusAttempt",
"Value": "{0} Versuch #{1}"
},
{
"Key": "catchStatus",
"Value": "{0}"
Expand Down Expand Up @@ -366,6 +330,154 @@
{
"Key": "pokemonIgnoreFilter",
"Value": "[Pokémon-Ignore-Filter] - Ignoriere {0} wie in den Einstellungen angegeben!"
},
{
"Key": "catchStatusAttempt",
"Value": "{0} Versuch #{1}"
},
{
"Key": "CatchStatusError",
"Value": "Fehler beim Fangen"
},
{
"Key": "CatchStatusEscape",
"Value": "Entkommen"
},
{
"Key": "CatchStatusFlee",
"Value": "Geflüchtet"
},
{
"Key": "CatchStatusMissed",
"Value": "Verfehlt"
},
{
"Key": "CatchStatusSuccess",
"Value": "Gefangen"
},
{
"Key": "CatchTypeNormal",
"Value": "Wild"
},
{
"Key": "CatchTypeLure",
"Value": "Lockmodul"
},
{
"Key": "CatchTypeIncense",
"Value": "Rauch"
},
{
"Key": "WebSocketFailStart",
"Value": "Fehler beim starten des WebSockets auf Port: {0}"
},
{
"Key": "StatsTemplateString",
"Value": "{0} - Laufzeit {1} - Lvl: {2} | EP/H: {3:n0} | P/H: {4:n0} | Sternenstaub: {5:n0} | Übertragen: {6:n0} | Recycelt: {7:n0}"
},
{
"Key": "StatsXpTemplateString",
"Value": "{0} (Aufstieg in {1}h {2}m | {3:n0}/{4:n0} EP)"
},
{
"Key": "RequireInputText",
"Value": "Program wird nach drücken einer Taste fortgesetzt..."
},
{
"Key": "GoogleTwoFactorAuth",
"Value": "Wenn Google-Zwei-Faktor-Authentifizierung aktiviert ist, muss ein App Spezifisches Passwort in die auth.json einfügen werden."
},
{
"Key": "GoogleTwoFactorAuthExplanation",
"Value": "Öffne App-Passwörter. Bitte erstelle ein neues Passwort(verwende bei App wählen: Andere)"
},
{
"Key": "GoogleError",
"Value": "Stell sicher, dass du die richtige E-Mail & Passwort eingegeben hast."
},
{
"Key": "MissingCredentialsGoogle",
"Value": "Es müssen GoogleUsername & GooglePassword in auth.json ausgefüllt werden!"
},
{
"Key": "MissingCredentialsPtc",
"Value": "Es müssen PtcUsername & PtcPassword in auth.json ausgefüllt werden!"
},
{
"Key": "SnipeScan",
"Value": "Scannen nach Snipeable Pokémon in {0}..."
},
{
"Key": "SnipeScanEx",
"Value": "Sniping ein {0} mit {1} IV in {2}..."
},
{
"Key": "NoPokemonToSnipe",
"Value": "Kein Pokémon zum Snipen gefunden"
},
{
"Key": "NotEnoughPokeballsToSnipe",
"Value": "Nicht genug Pokébälle um Snipen zu starten! ({0}/{1})"
},
{
"Key": "DisplayHighestMove1Header",
"Value": "BEWEGUNG1"
},
{
"Key": "DisplayHighestMove2Header",
"Value": "BEWEGUNG2"
},
{
"Key": "DisplayHighestCandy",
"Value": "Bonbon"
},
{
"Key": "IPBannedError",
"Value": "Verbindung nicht möglich. Deine IP könnte von Niantic auf die Blacklist gesetzt wurden sein. Beenden..."
},
{
"Key": "NoEggsAvailable",
"Value": "Keine Eier verfügbar"
},
{
"Key": "UseLuckyEggActive",
"Value": "Glücksei bereits aktiv"
},
{
"Key": "UsedLuckyEgg",
"Value": "Verwende Glücksei"
},
{
"Key": "UseLuckyEggAmount",
"Value": "Glückseier im Inventar: {0}"
},
{
"Key": "NoIncenseAvailable",
"Value": "Kein Rauch verfügbar"
},
{
"Key": "UseIncenseActive",
"Value": "Rauch bereits aktiv"
},
{
"Key": "UseIncenseAmount",
"Value": "Rauch im Inventar: {0}"
},
{
"Key": "UsedIncense",
"Value": "Verwende Rauch"
},
{
"Key": "AmountPkmSeenCaught",
"Value": "Anzahl gesehener Pokémon: {0}/151, Anzahl gefundener Pokémon: {1}/151"
},
{
"Key": "PkmPotentialEvolveCount",
"Value": "[Entwicklung] Mögliche Entwicklungen: {0}"
},
{
"Key": "PkmNotEnoughRessources",
"Value": "Pokémon Upgrade fehlgeschlagen, nicht genügend Ressourcen"
}
]
}