Skip to content

Commit

Permalink
Merge pull request #1012 from javilonas/patch-3
Browse files Browse the repository at this point in the history
Update translation.es.json
  • Loading branch information
NecronomiconCoding authored Jul 27, 2016
2 parents dcf2e41 + 11b54e3 commit 07fe9b0
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions PoGo.NecroBot.CLI/Config/Translations/translation.es.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
},
{
"Key": "eventPokemonCapture",
"Value": "({0}) | ({1}) {2} Lvl: {3} PC: ({4}/{5}) IV: {6}% | Chance: {7}% | {8}m dist | con {9} (quedan {10}). | {11}"
"Value": "({0}) | ({1}) {2} Lvl: {3} PC: ({4}/{5}) IV: {6}% | Probabilidad: {7}% | {8}m dist | con {9} (quedan {10}). | {11}"
},
{
"Key": "eventNoPokeballs",
Expand All @@ -86,7 +86,7 @@
},
{
"Key": "unhandledGpxData",
"Value": "No controlados los datos en el archivo GPX, intentar omitir."
"Value": "Error: No controlados los datos en el archivo GPX, intentar omitir."
},
{
"Key": "displayHighestsHeader",
Expand All @@ -102,27 +102,27 @@
},
{
"Key": "displayHighestsCpHeader",
"Value": "DisplayHighestsCP"
"Value": "Pokemons con mayor CP"
},
{
"Key": "displayHighestsPerfectHeader",
"Value": "DisplayHighestsPerfect"
"Value": "Pokemons con mayor Perfección"
},
{
"Key": "displayHighestsLevelHeader",
"Value": "DisplayHighestsLevel"
"Value": "Pokemons con mayor Nivel"
},
{
"Key": "welcomeWarning",
"Value": "Asegúrese de que la Latitud y Longitud son las correctas.. Salir del Programa si no! Lat: {0} Lng: {1}"
"Value": "Asegúrese de que la Latitud y Longitud son las correctas. Salga del Programa si no es así! Lat: {0} Lng: {1}"
},
{
"Key": "incubatorPuttingEgg",
"Value": "Poner el huevo en la incubadora: {0:0.00}km left"
"Value": "Añadiendo huevo a la incubadora: {0:0.00}km restantes"
},
{
"Key": "incubatorStatusUpdate",
"Value": "Actualizar estado de la incubadora: {0:0.00}km left"
"Value": "Actualizando el estado de la incubadora: {0:0.00}km restantes"
}
]
}

0 comments on commit 07fe9b0

Please sign in to comment.