Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/master'
Browse files Browse the repository at this point in the history
# Conflicts:
#	PoGo.NecroBot.CLI/Program.cs
#	PoGo.NecroBot.Logic/Settings.cs
  • Loading branch information
actislav committed Jul 31, 2016
2 parents 8504a2a + 57588b1 commit 6a86913
Show file tree
Hide file tree
Showing 32 changed files with 415 additions and 239 deletions.
10 changes: 9 additions & 1 deletion PoGo.NecroBot.CLI/Config/Translations/translation.de.json
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,14 @@
"Key": "eventNoPokeballs",
"Value": "Keine Pokébälle mehr! - Wir haben ein {0} mit {1} WP verpasst!"
},
{
"Key": "eventUseBerry",
"Value": "{0} benutzt, {1} verbleibend"
},
{
"Key": "itemRazzBerry",
"Value": "Himmihbeere"
},
{
"Key": "catchStatusAttempt",
"Value": "{0} Versuch #{1}"
Expand Down Expand Up @@ -312,7 +320,7 @@
},
{
"Key": "PokeballsToKeepIncorrect",
"Value": "TotalAmountOfPokebalsToKeep ist falsch konfiguriert. Die Zahl ist kleiner als 1."
"Value": "TotalAmountOfPokeballsToKeep ist falsch konfiguriert. Die Zahl ist kleiner als 1."
},
{
"Key": "PotionsToKeepIncorrect",
Expand Down
4 changes: 2 additions & 2 deletions PoGo.NecroBot.CLI/Config/Translations/translation.es.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
{
"TranslationStrings": [
{
"Key": "pokeball",
Expand Down Expand Up @@ -290,7 +290,7 @@
},
{
"Key": "pokeballsToKeepIncorrect",
"Value": "TotalAmountOfPokebalsToKeep está configurado incorrectamente. El número es más pequeño que 1."
"Value": "TotalAmountOfPokeballsToKeep está configurado incorrectamente. El número es más pequeño que 1."
},
{
"Key": "potionsToKeepIncorrect",
Expand Down
32 changes: 18 additions & 14 deletions PoGo.NecroBot.CLI/Config/Translations/translation.fr.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
{
"TranslationStrings": [
{
"Key": "pokeball",
"Value": "PokeBall"
"Value": "PokéBall"
},
{
"Key": "greatPokeball",
Expand Down Expand Up @@ -30,23 +30,23 @@
},
{
"Key": "eventFortUsed",
"Value": "Nom : {0} | {1}XP, Gems : {2}, Objets : {3}"
"Value": "{0} | {1}XP, Objets: {3} | {2}"
},
{
"Key": "eventFortFailed",
"Value": "Collecte/Capture impossible, tentative dans : {1}/{2}"
},
{
"Key": "eventFortTargeted",
"Value": "Arrivée au Pokestop : {0} dans ({1}m)"
"Value": "{0} dans {1}m"
},
{
"Key": "eventProfileLogin",
"Value": "Connecté en tant que {0}"
},
{
"Key": "eventUsedLuckyEgg",
"Value": "Utilisation d'un Oeuf Chance, temps restant : {0}"
"Value": "Bonus Oeuf Chance : {0}min restant"
},
{
"Key": "eventPokemonEvolvedSuccess",
Expand All @@ -58,15 +58,15 @@
},
{
"Key": "eventPokemonTransferred",
"Value": "{0}\t- PC: {1} - IV: {2}% [Maximum PC:{3} IV: {4}%] ({5} Bonbons)"
"Value": "{0}\t- {1} / {2}% [Maximum {3} / {4}%] ({5} Bonbons)"
},
{
"Key": "eventItemRecycled",
"Value": "{1} x{0}"
},
{
"Key": "eventPokemonCapture",
"Value": "({0}) | ({1}) {2} Lv {3} {6} ({4}/{5}) | {7}% Chance sur {8}m | {10} {9} restant, {11}"
"Value": "({0}) |{1}-{2} Lv {3} {6}% {4}/{5} | {7}% Chance sur {8}m | {10} {9} restant, {11}"
},
{
"Key": "eventNoPokeballs",
Expand All @@ -82,7 +82,7 @@
},
{
"Key": "candies",
"Value": "{0}Bonbons"
"Value": "{0} Bonbons"
},
{
"Key": "unhandledGPXData",
Expand Down Expand Up @@ -254,19 +254,19 @@
},
{
"Key": "pokemonSkipped",
"Value": "{0} ignoré"
"Value": "{0} est ignoré"
},
{
"Key": "zeroPokeballInv",
"Value": "Vous n'avez plus de pokéballs, capture de pokémons impossible !"
},
{
"Key": "currentPokeballInv",
"Value": "[Inventaire] Pokeballs: {0} | Superballs: {1} | Hyperballs: {2} | Masterballs: {3}"
"Value": "[Inventaire] Pokéballs: {0} | Superballs: {1} | Hyperballs: {2} | Masterballs: {3}"
},
{
"Key": "checkingForBallsToRecycle",
"Value": "Recherche de PokeBalls à supprimer. En garder {0}"
"Value": "Recherche de PokéBalls à supprimer. En garder {0}"
},
{
"Key": "checkingForPotionsToRecycle",
Expand All @@ -278,7 +278,7 @@
},
{
"Key": "pokeballsToKeepIncorrect",
"Value": "TotalAmountOfPokebalsToKeep est mal configuré. Le nombre est inférieur à 1."
"Value": "TotalAmountOfPokeballsToKeep est mal configuré. Le nombre est inférieur à 1."
},
{
"Key": "potionsToKeepIncorrect",
Expand Down Expand Up @@ -410,11 +410,15 @@
},
{
"Key": "displayHighestMove1Header",
"Value": "ATTAQUE1"
"Value": "Attaque 1"
},
{
"Key": "displayHighestMove2Header",
"Value": "ATTAQUE2"
"Value": "Attaque 2"
}
{
"Key": "DisplayHighestCandy",
"Value": "Bonbons"
}
]
}
Loading

0 comments on commit 6a86913

Please sign in to comment.