Skip to content

Commit

Permalink
Merge pull request #853 from GSHydra/master
Browse files Browse the repository at this point in the history
German Translation
  • Loading branch information
NecronomiconCoding authored Jul 27, 2016
2 parents ee0a560 + 43442d1 commit 8390c61
Showing 1 changed file with 84 additions and 0 deletions.
84 changes: 84 additions & 0 deletions Translations/translation.de.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,84 @@
{
"TranslationStrings": [
{
"Key": "pokeball",
"Value": "Pokéball"
},
{
"Key": "greatPokeball",
"Value": "Superball"
},
{
"Key": "ultraPokeball",
"Value": "Hyperball"
},
{
"Key": "masterPokeball",
"Value": "Meisterball"
},
{
"Key": "wrongAuthType",
"Value": "Unbekannte Authentifizierungsart in der config.json festgelegt"
},
{
"Key": "farmPokestopsOutsideRadius",
"Value": "Du bist außerhalb des festgelegten Radius! Laufe zurück zum Anfang ({0}m weit weg). Sind die Koordinaten in der config.json korrekt?"
},
{
"Key": "farmPokestopsNoUsableFound",
"Value": "Keine nutzbaren Pokestops in deiner Gegend gefunden. Ist die maximale Distanz zu klein?"
},
{
"Key": "eventFortUsed",
"Value": "EP: {0}, Gems: {1}, Items: {2}"
},
{
"Key": "eventFortTargeted",
"Value": "{0} in ({1}m)"
},
{
"Key": "eventProfileLogin",
"Value": "Spiele als {0}"
},
{
"Key": "eventUsedLuckyEgg",
"Value": "Glücks-Ei benutzt, verbleibend: {0}"
},
{
"Key": "eventPokemonEvolvedSuccess",
"Value": "{0} wurde für {1}EP entwickelt!"
},
{
"Key": "eventPokemonEvolvedFailed",
"Value": "Fehlgeschlagen {0}. Resultat: {1}, stoppe die Entwicklung {2}"
},
{
"Key": "eventPokemonTransferred",
"Value": "{0}\t- WP: {1} IV: {2}% [Beste WP: {3} IV: {4}%] (Bonbons: {5})"
},
{
"Key": "eventItemRecycled",
"Value": "{0}x {1}"
},
{
"Key": "eventPokemonCapture",
"Value": "({0}) | ({1}) {2} Lvl: {3} WP: ({4}/{5}) IV: {6}% | Chance: {7}% | {8}m entfernung | mit einem {9} ({10} verbleibend). | {11}"
},
{
"Key": "eventNoPokeballs",
"Value": "Keine Pokébälle mehr! - Wir haben ein {0} mit WP {1} verpasst!"
},
{
"Key": "catchStatusAttempt",
"Value": "{0} Versuch #{1}"
},
{
"Key": "catchStatus",
"Value": "{0}"
},
{
"Key": "candies",
"Value": "Bonbons: {0}"
}
]
}

0 comments on commit 8390c61

Please sign in to comment.