From 11b54e338bfd5481110d04e68e1222ca96c0f6f8 Mon Sep 17 00:00:00 2001 From: Javier Sayago Date: Wed, 27 Jul 2016 22:10:25 +0200 Subject: [PATCH] Update translation.es.json --- .../Config/Translations/translation.es.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/PoGo.NecroBot.CLI/Config/Translations/translation.es.json b/PoGo.NecroBot.CLI/Config/Translations/translation.es.json index 8d7c780e2..bc1b77846 100644 --- a/PoGo.NecroBot.CLI/Config/Translations/translation.es.json +++ b/PoGo.NecroBot.CLI/Config/Translations/translation.es.json @@ -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", @@ -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", @@ -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" } ] }