Skip to content

Commit

Permalink
Merge pull request NecronomiconCoding#56 from NECROBOTIO/master
Browse files Browse the repository at this point in the history
merge
  • Loading branch information
BornSupercharged authored Aug 2, 2016
2 parents 3a4261f + 81b9940 commit d8f51ca
Show file tree
Hide file tree
Showing 9 changed files with 192 additions and 121 deletions.
2 changes: 1 addition & 1 deletion PoGo.NecroBot.CLI/Config/Translations/translation.de.json
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@
},
{
"Key": "RequireInputText",
"Value": "Program wird nach drücken einer Taste fortgesetzt..."
"Value": "Programm wird nach drücken einer Taste fortgesetzt..."
},
{
"Key": "GoogleTwoFactorAuth",
Expand Down
8 changes: 8 additions & 0 deletions PoGo.NecroBot.CLI/Config/Translations/translation.fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@
"Key": "wrongAuthType",
"Value": "Vérifiez le champs AuthType dans auth.json"
},
{
"Key": "LoginInvalid",
"Value": "Vos identifiants Google ou Ptc sont invalides. Echec de connexion."
},
{
"Key": "farmPokestopsOutsideRadius",
"Value": "Vous dépassez votre rayon d'action! Début de la marche ({0}m de distance) dans 5 secondes. Vérifiez votre fichier LastPos.ini"
Expand Down Expand Up @@ -284,6 +288,10 @@
"Key": "currentPokeballInv",
"Value": "[Inventaire] Poké Balls: {0} | Super Balls: {1} | Hyper Balls: {2} | Master Balls: {3}"
},
{
"Key": "CurrentItemInv",
"Value": "[Inventaire] Potions: {0} | Rappels: {1} | Baies: {2} | Encens: {3} | Oeuf Chance: {4} | Leurres: {5}"
},
{
"Key": "MaxItemsCombinedOverMaxItemStorage",
"Value": "[Configuration Invalide] Vos objets consommables (Pokéballs+Potions+Rappels={0}) dépasse le seuil de votre inventaire ({1})"
Expand Down
Loading

0 comments on commit d8f51ca

Please sign in to comment.