Skip to content

Commit

Permalink
Merge pull request #1101 from Ehnoah/patch-5
Browse files Browse the repository at this point in the history
Update for Language DE / german added missing lines
  • Loading branch information
Yamashi authored Jul 28, 2016
2 parents f0b1eb5 + c8e2dbb commit ac2a160
Showing 1 changed file with 33 additions and 1 deletion.
34 changes: 33 additions & 1 deletion PoGo.NecroBot.CLI/Config/Translations/translation.de.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -293,4 +325,4 @@
"Value": "[Pokémon-Ignore-Filter] - Ignoriere {0} wie in den Einstellungen angegeben!"
}
]
}
}

0 comments on commit ac2a160

Please sign in to comment.