Skip to content

Commit

Permalink
Update translation.cs.json
Browse files Browse the repository at this point in the history
Small grammar and translation changes
  • Loading branch information
Zipak committed Aug 9, 2016
1 parent 31978cb commit d72b525
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions PoGo.NecroBot.CLI/Config/Translations/translation.cs.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
},
{
"Key": "eventNoPokeballs",
"Value": "Žádné pokebaly - Ztratili jsme {0} s CP {1}"
"Value": "Žádné pokebally - Ztratili jsme {0} s CP {1}"
},
{
"Key": "eventUseBerry",
Expand Down Expand Up @@ -219,7 +219,7 @@
},
{
"Key": "coordinatesAreInvalid",
"Value": "Souřadnice v souboru \"LastPos.ini\" jsou nevalidní, použití defaultních souřadnic"
"Value": "Souřadnice v souboru \"LastPos.ini\" jsou nesprávné, použití defaultních souřadnic"
},
{
"Key": "gotUpToDateVersion",
Expand All @@ -239,7 +239,7 @@
},
{
"Key": "finishedUnpackingFiles",
"Value": "Dokončování rozbalování souborů..."
"Value": "Rozbalování souborů dokončeno..."
},
{
"Key": "FinishedTransferringConfig",
Expand All @@ -259,7 +259,7 @@
},
{
"Key": "lookingForLurePokemon",
"Value": "Hledání kouzelného pokemona..."
"Value": "Hledání nalákaného pokemona..."
},
{
"Key": "pokemonSkipped",
Expand All @@ -275,15 +275,15 @@
},
{
"Key": "CurrentPotionInv",
"Value": "Potions: {0} | SuperPotions: {1} | HyperPotions: {2} | MaxPotions: {3}"
"Value": "Lektvar: {0} | Super-Lektvar: {1} | Hyper-Lektvar: {2} | Max-Lektvar: {3}"
},
{
"Key": "CurrentReviveInv",
"Value": "Revives: {0} | MaxRevives: {1}"
"Value": "Oživení: {0} | Plné Oživení: {1}"
},
{
"Key": "CurrentMiscItemInv",
"Value": "Berrys: {0} | Incense: {1} | LuckyEggs: {2} | Lures: {3}"
"Value": "Maliny: {0} | Kadidlo: {1} | Šťastné vejce: {2} | Návnada: {3}"
},
{
"Key": "invFullTransferring",
Expand All @@ -296,7 +296,7 @@
{
"Key": "invFullTransferManually",
"Value":
"Batoh s pokemony je plný! Prosím přeneste pokémona ručně nebo nastavte TransferDuplicatePokemon na true v nastavení..."
"Batoh s pokémony je plný! Prosím přeneste pokémona ručně nebo nastavte TransferDuplicatePokemon na true v nastavení..."
},
{
"Key": "encounterProblem",
Expand Down Expand Up @@ -352,7 +352,7 @@
},
{
"Key": "CatchTypeLure",
"Value": "Kouzelný"
"Value": "Nalákaný"
},
{
"Key": "CatchTypeIncense",
Expand Down Expand Up @@ -388,7 +388,7 @@
},
{
"Key": "GoogleOffline",
"Value": "Google servers are probably down, Please be patient and start the bot later."
"Value": "Google servery pravděpodobně nefungují, prosím buďte trrpělivý a spusťe program později."
},
{
"Key": "MissingCredentialsGoogle",
Expand All @@ -408,7 +408,7 @@
},
{
"Key": "NoPokemonToSnipe",
"Value": "Žádný pokémon k sejmutí nenalezen"
"Value": "Žádný pokémon k sestřelení nenalezen"
},
{
"Key": "NotEnoughPokeballsToSnipe",
Expand Down Expand Up @@ -436,19 +436,19 @@
},
{
"Key": "UseLuckyEggActive",
"Value": "Použití LuckyEgg aktivní"
"Value": "Šťastné vejce je aktivní"
},
{
"Key": "UsedLuckyEgg",
"Value": "Použito LuckyEgg"
"Value": "Použito Šťastné vejce"
},
{
"Key": "UseLuckyEggAmount",
"Value": "LuckyEgg v batohu: {0}"
"Value": "Šťastná vejce v batohu: {0}"
},
{
"Key": "NoIncenseAvailable",
"Value": "Žádné kadidlo dostupné"
"Value": "Kadidlo není dostupné"
},
{
"Key": "UseIncenseActive",
Expand All @@ -460,7 +460,7 @@
},
{
"Key": "UsedIncense",
"Value": "Použito kadidlo"
"Value": "Kadidlo použito"
},
{
"Key": "AmountPkmSeenCaught",
Expand Down

0 comments on commit d72b525

Please sign in to comment.