Skip to content

Commit

Permalink
Merge pull request #3305 from dakb/patch-1
Browse files Browse the repository at this point in the history
minor typos/naming logic fix
  • Loading branch information
GrimmGringo committed Aug 8, 2016
2 parents 4c53a8e + d1c1fef commit fb2ea42
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions PoGo.NecroBot.CLI/Config/Translations/translation.cs.json
Expand Up @@ -308,7 +308,7 @@
},
{
"Key": "desiredDestTooFar",
"Value": "Vaše pozice {0}, {1} je přílož vzdálená od vaší stávající pozice {2}, {3}"
"Value": "Vaše pozice {0}, {1} je příliš vzdálená od vaší stávající pozice {2}, {3}"
},
{
"Key": "pokemonRename",
Expand Down Expand Up @@ -376,11 +376,11 @@
},
{
"Key": "GoogleTwoFactorAuth",
"Value": "U vašeho Google účtu máte nastaveno dvoufázové ověření, musíte vložit speciální heslo do auth.json"
"Value": "U vašeho Google účtu máte nastaveno dvoufázové ověření (2FA), musíte vložit speciální heslo do auth.json"
},
{
"Key": "GoogleTwoFactorAuthExplanation",
"Value": "Otevírám Google App-Heslo. prosím vytvořte si nové App heslo (použijte Ostatní jako Zařízení)"
"Value": "Otevírám Google App heslo. prosím vytvořte si nové App heslo (použijte Ostatní jako Zařízení)"
},
{
"Key": "GoogleError",
Expand Down Expand Up @@ -590,7 +590,7 @@
},
{
"Key": "nidoranFemale",
"Value": "Nidoran - žena"
"Value": "Nidoran - samice"
},
{
"Key": "nidorina",
Expand All @@ -602,7 +602,7 @@
},
{
"Key": "nidoranMale",
"Value": "Nidoran - muž"
"Value": "Nidoran - samec"
},
{
"Key": "nidorino",
Expand Down

0 comments on commit fb2ea42

Please sign in to comment.