Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
BornSupercharged committed Aug 1, 2016
2 parents 68fb3bf + fdbc400 commit 71d4e52
Show file tree
Hide file tree
Showing 21 changed files with 605 additions and 245 deletions.
24 changes: 16 additions & 8 deletions PoGo.NecroBot.CLI/Config/Translations/translation.fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -256,27 +256,35 @@
"Key": "pokemonSkipped",
"Value": "{0} est ignoré"
},
{
{
"Key": "zeroPokeballInv",
"Value": "Vous n'avez plus de pokéballs, capture de pokémons impossible !"
"Value": "Vous n'avez plus de pokéballs, la capture de pokémons est impossible !"
},
{
{
"Key": "currentPokeballInv",
"Value": "[Inventaire] Pokéballs: {0} | Superballs: {1} | Hyperballs: {2} | Masterballs: {3}"
},
{
{
"Key": "MaxItemsCombinedOverMaxItemStorage",
"Value": "[Configuration Invalide] Vos objets consommables (Pokéballs+Potions+Rappels={0}) dépasse le seuil de votre inventaire ({1})"
},
{
"Key": "RecyclingQuietly",
"Value": "Recyclage rapide en cours..."
},
{
"Key": "checkingForBallsToRecycle",
"Value": "Recherche de PokéBalls à supprimer. En garder {0}"
},
{
"Key": "checkingForPotionsToRecycle",
"Value": "Recherche de Potions à supprimer. En garder {0}"
},
{
{
"Key": "checkingForRevivesToRecycle",
"Value": "Recherche de Rappels à supprimer. En garder {0}"
},
{
{
"Key": "pokeballsToKeepIncorrect",
"Value": "TotalAmountOfPokeballsToKeep est mal configuré. Le nombre est inférieur à 1."
},
Expand Down Expand Up @@ -449,8 +457,8 @@
"Value": "Total de pokémon vu : {}/151, Total de pokémon capturé : {}/151"
},
{
"Key": "EventEvolveCount",
"Value": "[Evolution] Total envisageable : {}"
"Key": "PkmPotentialEvolveCount",
"Value": "[Evolution] Total envisageable : {0}"
},
{
"Key": "PkmNotEnoughRessources",
Expand Down
4 changes: 2 additions & 2 deletions PoGo.NecroBot.CLI/Config/Translations/translation.gr.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
{
"Key": "farmPokestopsOutsideRadius",
"Value":
"You're outside of your defined radius! Walking to start ({0}m away) in 5 seconds. Is your LastPos.ini file correct?"
"Είστε έξω από την καθορισμένη περιοχή! Περπάτημα για ({0}m μακριά) σε 5 δευτερόλεπτα. Είναι το αρχείο LastPos.ini σωστό?"
},
{
"Key": "farmPokestopsNoUsableFound",
Expand Down Expand Up @@ -386,4 +386,4 @@
"Value": "[Σναΐπερ] Δεν βρέθηκαν Pokemon για σναϊπάρισμα!"
}
]
}
}
115 changes: 109 additions & 6 deletions PoGo.NecroBot.CLI/Config/Translations/translation.it.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
{
"TranslationStrings": [
{
"Key": "pokeball",
Expand Down Expand Up @@ -74,6 +74,15 @@
"Key": "eventNoPokeballs",
"Value": "Nessuna Pokeball - Perso {0} con PL {1}"
},
{
"Key": "eventUseBerry",
"Value": "Usata {0} | {1} rimanenti"
},

{
"Key": "itemRazzBerry",
"Value": "Baccalampon"
},
{
"Key": "catchStatusAttempt",
"Value": "{0} Tentativo #{1}"
Expand Down Expand Up @@ -154,6 +163,10 @@
"Key": "logEntryFarming",
"Value": "FARMING"
},
{
"Key": "logEntrySniper",
"Value": "SNIPER"
},
{
"Key": "logEntryRecycling",
"Value": "RICICLO"
Expand All @@ -176,7 +189,7 @@
},
{
"Key": "logEntryEgg",
"Value": "UOVO"
"Value": "UOVA"
},
{
"Key": "logEntryDebug",
Expand Down Expand Up @@ -270,6 +283,52 @@
"Key": "pokemonSkipped",
"Value": "Saltato {0}"
},


{
"Key": "pokemonSkipped",
"Value": "Saltato {0}"
},
{
"Key": "zeroPokeballInv",
"Value": "Non hai piu' Pokeball, impossibile catturare altri Pokemon!"
},
{
"Key": "currentPokeballInv",
"Value": "[Inventario Attuale] Pokeball: {0} | Megaball: {1} | Ultraball: {2} | Masterball: {3}"
},
{
"Key": "maxItemsCombinedOverMaxItemStorage",
"Value": "[Configurazione Non Valida] La somma degli oggetti (Pokeball+Pozioni+Revitalizzanti={0}) e' maggiore della capacita' massima dell'inventario ({1})"
},
{
"Key": "recyclingQuietly",
"Value": "Riciclo silenzioso..."
},
{
"Key": "checkingForBallsToRecycle",
"Value": "Controllo Pokeball da riciclare, ne verranno tenute {0}"
},
{
"Key": "checkingForPotionsToRecycle",
"Value": "Controllo Pozioni da riciclare, ne verranno tenute {0}"
},
{
"Key": "checkingForRevivesToRecycle",
"Value": "Controllo Revitalizzanti da riciclare, ne verranno tenuti {0}"
},
{
"Key": "pokeballsToKeepIncorrect",
"Value": "TotalAmountOfPokeballsToKeep non è configurato correttamente. Il numero e' piu' piccolo di 1."
},
{
"Key": "potionsToKeepIncorrect",
"Value": "TotalAmountOfPotionsToKeep non è configurato correttamente. Il numero e' piu' piccolo di 1."
},
{
"Key": "revivesToKeepIncorrect",
"Value": "TotalAmountOfRevivesToKeep non è configurato correttamente. Il numero e' piu' piccolo di 1."
},
{
"Key": "invFullTransferring",
"Value": "Inventario Pokemon pieno. Trasferimento Pokemon..."
Expand Down Expand Up @@ -299,6 +358,10 @@
"Key": "pokemonRename",
"Value": "Pokemon {0} ({1}) rinominato da {2} a {3}."
},
{
"Key": "pokemonFavorite",
"Value": "{0}% perfetto {1} (PL {2}) *tra i preferiti*."
},
{
"Key": "pokemonIgnoreFilter",
"Value": "[Filtro Pokemon da ignorare] - Ignorato {0} come definito nelle impostazioni"
Expand All @@ -313,7 +376,7 @@
},
{
"Key": "catchStatusEscape",
"Value": "Fuga da Cattura"
"Value": "Uscito da Pokeball"
},
{
"Key": "catchStatusFlee",
Expand Down Expand Up @@ -381,9 +444,17 @@
"Key": "snipeScan",
"Value": "[Sniper] Scansione Pokémon per lo snipe a {0}.."
},
{
"Key": "snipeScanEx",
"Value": "Sniping un {0} con {1} IV a {2}..."
},
{
"Key": "noPokemonToSnipe",
"Value": "[Sniper] Nessun Pokémon trovato per lo snipe!"
"Value": "Nessun Pokemon trovato per lo sniping!"
},
{
"Key": "notEnoughPokeballsToSnipe",
"Value": "Pokeball insufficienti per iniziare lo sniping! ({0}/{1})"
},
{
"Key": "DisplayHighestMove1Header",
Expand All @@ -394,8 +465,40 @@
"Value": "Mossa2"
},
{
"Key": "noPokemonToSnipe",
"Value": "[Sniper] Nessun Pokémon trovato per lo snipe!"
"Key": "displayHighestCandy",
"Value": "Caramella"
},
{
"Key": "iPBannedError",
"Value": "Connessione rifiutata. IP probabilmente bannato da Niantic. Uscita..."
},
{
"Key": "noEggsAvailable",
"Value": "Nessun Uovo disponibile"
},
{
"Key": "useLuckyEggActive",
"Value": "Fortunuovo gia' attivo"
},
{
"Key": "noIncenseAvailable",
"Value": "Nessun Aroma disponibile"
},
{
"Key": "useIncenseActive",
"Value": "Aroma gia' attivo"
},
{
"Key": "amountPkmSeenCaught",
"Value": "Pokemon Visti: {0}/151, Pokemon Catturati: {1}/151"
},
{
"Key": "pkmPotentialEvolveCount",
"Value": "[Evoluzioni] Potenziali Evoluzioni: {}"
},
{
"Key": "pkmNotEnoughRessources",
"Value": "Potenziamento Pokemon Fallito: Risorse Insufficienti"
}
]
}
74 changes: 65 additions & 9 deletions PoGo.NecroBot.CLI/Config/Translations/translation.pl.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
},
{
"Key": "wrongAuthType",
"Value": "Nieznany AuthType w \"config.json\" wpisz Google lub Ptc"
"Value": "Nieznany AuthType w \"config.json\" (wpisz Google lub Ptc)."
},
{
"Key": "farmPokestopsOutsideRadius",
Expand All @@ -30,11 +30,11 @@
},
{
"Key": "eventFortUsed",
"Value": "Nazwa: {0} [XP: {1}, Kamienie: {2}, Przedmioty: {3}]"
"Value": "Nazwa: {0} [XP: {1}, Kamienie: {2}, Przedmioty: {3}]"
},
{
"Key": "eventFortFailed",
"Value": "Nazwa: {0} INFO: Zbieranie przedmiotów nie udane, prawdopodobny softban. Odbanowanie za: {1}/{2}"
"Value": "Nazwa: {0} INFO: Zbieranie przedmiotów nie udane, prawdopodobny softban. Odbanowanie za: {1}/{2}"
},
{
"Key": "eventFortTargeted",
Expand Down Expand Up @@ -72,6 +72,14 @@
"Key": "eventNoPokeballs",
"Value": "Brak Pokeballi - Uciekł {0} z CP {1}"
},
{
"Key": "eventUseBerry",
"Value": "Użyto {0} | {1} pozostało"
},
{
"Key": "itemRazzBerry",
"Value": "Malina"
},
{
"Key": "catchStatusAttempt",
"Value": "{0} - Próba #{1}"
Expand Down Expand Up @@ -122,11 +130,11 @@
},
{
"Key": "incubatorPuttingEgg",
"Value": "Wkładam jajko do inkubatora: Pozostało {0:0.00}km"
"Value": "Umieszczam Jajko w inkubatorze: Pozostało {0:0.00}km"
},
{
"Key": "incubatorStatusUpdate",
"Value": "[Aktualizacja inkubatora] Pozostało {0:0.00}km"
"Value": "[Aktualizacja inkubatora] Pozostało: {0:0.00}km"
},
{
"Key": "incubatorEggHatched",
Expand All @@ -152,6 +160,10 @@
"Key": "logEntryFarming",
"Value": "FARMIENIE"
},
{
"Key": "logEntrySniper",
"Value": "SNAJPER"
},
{
"Key": "logEntryRecycling",
"Value": "USUNIĘTO"
Expand Down Expand Up @@ -214,7 +226,7 @@
},
{
"Key": "realisticTravelDetected",
"Value": "Wykryto realistyczne podróżowanie, przy użyciu UserSettings.settings"
"Value": "Wykryto realistyczne podróżowanie, przy użyciu \"UserSettings.settings\""
},
{
"Key": "notRealisticTravel",
Expand Down Expand Up @@ -274,7 +286,11 @@
},
{
"Key": "currentPokeballInv",
"Value": "[Aktualny Inwentarz] Pokeballe: {0} | Greatballe: {1} | Ultraballe: {2} | Masterballe: {3}"
"Value": "[Aktualny Inwentarz] Pokeballe: {0} | Greatballe: {1} | Ultraballe: {2} | Masterballe: {3}"
},
{
"Key": "recyclingQuietly",
"Value": "Ciche Przetwarzanie..."
},
{
"Key": "checkingForBallsToRecycle",
Expand Down Expand Up @@ -326,7 +342,11 @@
},
{
"Key": "pokemonRename",
"Value": "Nazwa Pokemona {0} została zmieniona z {2} na {3}."
"Nazwa": "Pokemona {0} została zmieniona z {2} na {3}."
},
{
"Key": "pokemonFavorite",
"Value": "{1} [IV: {0}% | CP: {2}] *Został Twoim Ulubieńcem*"
},
{
"Key": "pokemonIgnoreFilter",
Expand Down Expand Up @@ -396,7 +416,7 @@
"Key": "googleError",
"Value": "Upewnij się, że podałeś poprawny login i hasło."
},
{
{
"Key": "missingCredentialsGoogle",
"Value": "Proszę wypełnić GoogleUsername oraz GooglePassword w \"auth.json\""
},
Expand Down Expand Up @@ -427,6 +447,42 @@
{
"Key": "displayHighestMove2Header",
"Value": "ATAK2"
},
{
"Key": "displayHighestCandy",
"Value": "Cukierek"
},
{
"Key": "ipBannedError",
"Value": "Połączenie odrzucone. Twoje IP może być na czarnej liście Niantic. Zamykanie programu!..."
},
{
"Key": "noEggsAvailable",
"Value": "Brak dostępnych Jajek"
},
{
"Key": "useLuckyEggActive",
"Value": "Szczęśliwe Jajko zostało aktywowane"
},
{
"Key": "noIncenseAvailable",
"Value": "Brak dostępnych Kadzideł"
},
{
"Key": "useIncenseActive",
"Value": "Kadzidło zostało aktywowane"
},
{
"Key": "amountPkmSeenCaught",
"Value": "Ilość widzianych Pokemonów: {} ze 151 | Ilość złapanych Pokemonów: {} ze 151."
},
{
"Key": "pkmPotentialEvolveCount",
"Value": "[Ewolucja] Potencjalnych ewolucji: {}"
},
{
"Key": "pkmNotEnoughRessources",
"Value": "Ulepszanie Pokemona zakończone niepowodzeniem. Zbyt mało zasobów!"
}
]
}
Loading

0 comments on commit 71d4e52

Please sign in to comment.