Skip to content

Commit

Permalink
Merge pull request #1567 from Oolaruu/patch-4
Browse files Browse the repository at this point in the history
Update translation.fr.json
  • Loading branch information
NecronomiconCoding authored Jul 31, 2016
2 parents bc0a654 + bde2466 commit ff6337f
Showing 1 changed file with 16 additions and 12 deletions.
28 changes: 16 additions & 12 deletions PoGo.NecroBot.CLI/Config/Translations/translation.fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"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 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"
}
]
}

0 comments on commit ff6337f

Please sign in to comment.