diff --git a/PoGo.NecroBot.CLI/Config/Translations/translation.es.json b/PoGo.NecroBot.CLI/Config/Translations/translation.es.json index de83bc951..6d526cd90 100644 --- a/PoGo.NecroBot.CLI/Config/Translations/translation.es.json +++ b/PoGo.NecroBot.CLI/Config/Translations/translation.es.json @@ -20,6 +20,10 @@ "Key": "wrongAuthType", "Value": "AuthType desconocido en config.json" }, + { + "Key": "loginInvalid", + "Value": "Las credenciales de usuario facilitadas no son válidas. La conexión falló.." + }, { "Key": "farmPokestopsOutsideRadius", "Value": "¡Estás fuera del radio definido! Andando a la posición inicial (a {0}m) en 5 segundos. ¿Es correcto tu archivo LastPos.ini?" @@ -30,7 +34,7 @@ }, { "Key": "eventFortUsed", - "Value": "Nombre: {0} Exp: {1}, Gemas: {2}, Objetos: {3}" + "Value": "Nombre: {0} Exp: {1}, Gemas: {2}, Objetos: {3}, Lat: {4}, Long: {5}" }, { "Key": "eventFortFailed", @@ -38,12 +42,16 @@ }, { "Key": "eventFortTargeted", - "Value": "Llegando a Poképarada: {0} en ({1}m)" + "Value": "Llegando a Poképarada: {0} en ({1}m)({2}segundos)" }, { "Key": "eventProfileLogin", "Value": "Jugando como {0}" }, + { + "Key": "eventUsedIncense", + "Value": "Incienso usado, Te quedan: {0}" + }, { "Key": "eventUsedLuckyEgg", "Value": "Huevo Suerte usado. Te quedan {0}" @@ -66,12 +74,24 @@ }, { "Key": "eventPokemonCapture", - "Value": "({0}) | ({1}) {2} Nivel: {3} PC: ({4}/{5}) IV: {6}% | Prob: {7}% | {8}m dist | con {9} (quedan {10}). | {11}" + "Value": "({0}) | ({1}) {2} | Nivel: {3} PC: ({4}/{5}) IV: {6}% | Prob: {7}% | {8}m dist | con {9} (quedan {10}). | {11}" }, { "Key": "eventNoPokeballs", "Value": "¡Sin Poké Balls! - Hemos perdido un {0} con {1} PC :(" }, + { + "Key": "waitingForMorePokemonToEvolve", + "Value": "Esperando evolución {0} Pokémon {1} ¡es el más capturado! ({2}/{3} para {4}% del inventario)" + }, + { + "Key": "useLuckyEggsMinPokemonAmountTooHigh", + "Value": "Los huevos de la suerte nunca serán utilizados con UseLuckyEggsMinPokemonAmount en {0}, usar <= {1} en su lugar" + }, + { + "Key": "catchMorePokemonToUseLuckyEgg", + "Value": "Pokémon más capturado {0} ¡utilizar un huevo de suerte!" + }, { "Key": "eventUseBerry", "Value": "Usado {0} | {1} restante" @@ -98,7 +118,7 @@ }, { "Key": "displayHighestsHeader", - "Value": "Pokémon" + "Value": "Pokémons" }, { "Key": "commonWordPerfect", @@ -114,15 +134,15 @@ }, { "Key": "displayHighestsCpHeader", - "Value": "Pokémon con mayor PC" + "Value": "Pokémons con mayor PC" }, { "Key": "displayHighestsPerfectHeader", - "Value": "Pokémon con mayor Perfección" + "Value": "Pokémons con mayor Perfección" }, { "Key": "displayHighestsLevelHeader", - "Value": "Pokémon con mayor Nivel" + "Value": "Pokémons con mayor Nivel" }, { "Key": "welcomeWarning", @@ -169,7 +189,7 @@ "Value": "RECICLAJE" }, { - "Key": "logEntryPKMN", + "Key": "logEntryPkmn", "Value": "PKMN" }, { @@ -282,15 +302,19 @@ }, { "Key": "zeroPokeballInv", - "Value": "No tienes Poké Ball en el inventario, no podemos atrapar más Pokémon por ahora :(" + "Value": "No tienes Poké Balls en el inventario, no podemos atrapar más Pokémons por ahora :(" }, { "Key": "currentPokeballInv", "Value": "[Inventario actual] Poké Balls: {0} | Super Balls: {1} | Ultra Balls: {2} | Master Balls: {3}" }, + { + "Key": "currentItemInv", + "Value": "Total de pociones: {0} | Total Revivir: {1} | Bayas: {2} | Total Incienso: {3} | Huevos suerte: {4} | Cebos: {5}" + }, { "Key": "maxItemsCombinedOverMaxItemStorage", - "Value": "[Configuración Inválida] El Máximo de items combinados (balls+potions+revives={0}) está por encima del almacenamiento máximo ({1})" + "Value": "[Configuración Inválida] El Máximo de items combinados (bolas+pociones+revivir={0}) está por encima del almacenamiento máximo ({1})" }, { "Key": "recyclingQuietly", @@ -378,7 +402,7 @@ }, { "Key": "statsXpTemplateString", - "Value": "{0} (Próximo nivel en {1}h {2}m | {3}/{4} EXP)" + "Value": "{0} (Próximo nivel en {1}h {2}m | {3:n0}/{4:n0} EXP)" }, { "Key": "requireInputText", @@ -386,7 +410,7 @@ }, { "Key": "googleTwoFactorAuth", - "Value": "Como tiene habilitada la verificación en dos pasos de Google, tendrá que insertar una contraseña de aplicación específica en el auth.json" + "Value": "Como tiene habilitada la verificación Google de doble factor, tendrá que insertar una contraseña de la APP específica en el auth.json" }, { "Key": "googleTwoFactorAuthExplanation", @@ -418,7 +442,7 @@ }, { "Key": "notEnoughPokeballsToSnipe", - "Value": "No hay suficientes Poké Balls para iniciar Sniping! ({0}/{1})" + "Value": "[Sniper] No hay suficientes Poké Balls para iniciar Sniping! ({0}/{1})" }, { "Key": "displayHighestMove1Header", @@ -445,11 +469,11 @@ "Value": "Huevo suerte ya está activo" }, { - "Key": "UsedLuckyEgg", + "Key": "usedLuckyEgg", "Value": "Huevo suerte utilizado" }, { - "Key": "UseLuckyEggAmount", + "Key": "useLuckyEggAmount", "Value": "[Inventario] Huevos suerte: {0}" }, { @@ -460,12 +484,12 @@ "Key": "useIncenseActive", "Value": "Incienso ya está activo" }, - { - "Key": "UseIncenseAmount", + { + "Key": "useIncenseAmount", "Value": "[Inventario] Incienso: {0}" }, { - "Key": "UsedIncense", + "Key": "usedIncense", "Value": "Incienso utilizado" }, { @@ -474,12 +498,621 @@ }, { "Key": "pkmPotentialEvolveCount", - "Value": "[Evoluciona] Evoluciones potenciales: {0}" + "Value": "[Evolución] Disponible: {0}" }, { "Key": "pkmNotEnoughRessources", "Value": "Pokémon actualización fallida: No hay suficientes recursos" + }, + { + "Key": "snipeServerOffline", + "Value": "[Sniper] El servidor Sniping parece que está caído. Saliendo..." } ], - "PokemonStrings": [ ] + "PokemonStrings": [ + { + "Key": "bulbasaur", + "Value": "Bulbasaur" + }, + { + "Key": "ivysaur", + "Value": "Ivysaur" + }, + { + "Key": "venusaur", + "Value": "Venusaur" + }, + { + "Key": "charmander", + "Value": "Charmander" + }, + { + "Key": "charmeleon", + "Value": "Charmeleon" + }, + { + "Key": "charizard", + "Value": "Charizard" + }, + { + "Key": "squirtle", + "Value": "Squirtle" + }, + { + "Key": "wartortle", + "Value": "Wartortle" + }, + { + "Key": "blastoise", + "Value": "Blastoise" + }, + { + "Key": "caterpie", + "Value": "Caterpie" + }, + { + "Key": "metapod", + "Value": "Metapod" + }, + { + "Key": "butterfree", + "Value": "Butterfree" + }, + { + "Key": "weedle", + "Value": "Weedle" + }, + { + "Key": "kakuna", + "Value": "Kakuna" + }, + { + "Key": "beedrill", + "Value": "Beedrill" + }, + { + "Key": "pidgey", + "Value": "Pidgey" + }, + { + "Key": "pidgeotto", + "Value": "Pidgeotto" + }, + { + "Key": "pidgeot", + "Value": "Pidgeot" + }, + { + "Key": "rattata", + "Value": "Rattata" + }, + { + "Key": "raticate", + "Value": "Raticate" + }, + { + "Key": "spearow", + "Value": "Spearow" + }, + { + "Key": "fearow", + "Value": "Fearow" + }, + { + "Key": "ekans", + "Value": "Ekans" + }, + { + "Key": "arbok", + "Value": "Arbok" + }, + { + "Key": "pikachu", + "Value": "Pikachu" + }, + { + "Key": "raichu", + "Value": "Raichu" + }, + { + "Key": "sandshrew", + "Value": "Sandshrew" + }, + { + "Key": "sandslash", + "Value": "Sandslash" + }, + { + "Key": "nidoranFemale", + "Value": "NidoranF" + }, + { + "Key": "nidorina", + "Value": "Nidorina" + }, + { + "Key": "nidoqueen", + "Value": "Nidoqueen" + }, + { + "Key": "nidoranMale", + "Value": "NidoranM" + }, + { + "Key": "nidorino", + "Value": "Nidorino" + }, + { + "Key": "nidoking", + "Value": "Nidoking" + }, + { + "Key": "clefairy", + "Value": "Clefairy" + }, + { + "Key": "clefable", + "Value": "Clefable" + }, + { + "Key": "vulpix", + "Value": "Vulpix" + }, + { + "Key": "ninetales", + "Value": "Ninetales" + }, + { + "Key": "jigglypuff", + "Value": "Jigglypuff" + }, + { + "Key": "wigglytuff", + "Value": "Wigglytuff" + }, + { + "Key": "zubat", + "Value": "Zubat" + }, + { + "Key": "golbat", + "Value": "Golbat" + }, + { + "Key": "oddish", + "Value": "Oddish" + }, + { + "Key": "gloom", + "Value": "Gloom" + }, + { + "Key": "vileplume", + "Value": "Vileplume" + }, + { + "Key": "paras", + "Value": "Paras" + }, + { + "Key": "parasect", + "Value": "Parasect" + }, + { + "Key": "venonat", + "Value": "Venonat" + }, + { + "Key": "venomoth", + "Value": "Venomoth" + }, + { + "Key": "diglett", + "Value": "Diglett" + }, + { + "Key": "dugtrio", + "Value": "Dugtrio" + }, + { + "Key": "meowth", + "Value": "Meowth" + }, + { + "Key": "persian", + "Value": "Persian" + }, + { + "Key": "psyduck", + "Value": "Psyduck" + }, + { + "Key": "golduck", + "Value": "Golduck" + }, + { + "Key": "mankey", + "Value": "Mankey" + }, + { + "Key": "primeape", + "Value": "Primeape" + }, + { + "Key": "growlithe", + "Value": "Growlithe" + }, + { + "Key": "arcanine", + "Value": "Arcanine" + }, + { + "Key": "poliwag", + "Value": "Poliwag" + }, + { + "Key": "poliwhirl", + "Value": "Poliwhirl" + }, + { + "Key": "poliwrath", + "Value": "Poliwrath" + }, + { + "Key": "abra", + "Value": "Abra" + }, + { + "Key": "kadabra", + "Value": "Kadabra" + }, + { + "Key": "alakazam", + "Value": "Alakazam" + }, + { + "Key": "machop", + "Value": "Machop" + }, + { + "Key": "machoke", + "Value": "Machoke" + }, + { + "Key": "machamp", + "Value": "Machamp" + }, + { + "Key": "bellsprout", + "Value": "Bellsprout" + }, + { + "Key": "weepinbell", + "Value": "Weepinbell" + }, + { + "Key": "victreebel", + "Value": "Victreebel" + }, + { + "Key": "tentacool", + "Value": "Tentacool" + }, + { + "Key": "tentacruel", + "Value": "Tentacruel" + }, + { + "Key": "geodude", + "Value": "Geodude" + }, + { + "Key": "graveler", + "Value": "Graveler" + }, + { + "Key": "golem", + "Value": "Golem" + }, + { + "Key": "ponyta", + "Value": "Ponyta" + }, + { + "Key": "rapidash", + "Value": "Rapidash" + }, + { + "Key": "slowpoke", + "Value": "Slowpoke" + }, + { + "Key": "slowbro", + "Value": "Slowbro" + }, + { + "Key": "magnemite", + "Value": "Magnemite" + }, + { + "Key": "magneton", + "Value": "Magneton" + }, + { + "Key": "farfetchd", + "Value": "Farfetchd" + }, + { + "Key": "doduo", + "Value": "Doduo" + }, + { + "Key": "dodrio", + "Value": "Dodrio" + }, + { + "Key": "seel", + "Value": "Seel" + }, + { + "Key": "dewgong", + "Value": "Dewgong" + }, + { + "Key": "grimer", + "Value": "Grimer" + }, + { + "Key": "muk", + "Value": "Muk" + }, + { + "Key": "shellder", + "Value": "Shellder" + }, + { + "Key": "cloyster", + "Value": "Cloyster" + }, + { + "Key": "gastly", + "Value": "Gastly" + }, + { + "Key": "haunter", + "Value": "Haunter" + }, + { + "Key": "gengar", + "Value": "Gengar" + }, + { + "Key": "onix", + "Value": "Onix" + }, + { + "Key": "drowzee", + "Value": "Drowzee" + }, + { + "Key": "hypno", + "Value": "Hypno" + }, + { + "Key": "krabby", + "Value": "Krabby" + }, + { + "Key": "kingler", + "Value": "Kingler" + }, + { + "Key": "voltorb", + "Value": "Voltorb" + }, + { + "Key": "electrode", + "Value": "Electrode" + }, + { + "Key": "exeggcute", + "Value": "Exeggcute" + }, + { + "Key": "exeggutor", + "Value": "Exeggutor" + }, + { + "Key": "cubone", + "Value": "Cubone" + }, + { + "Key": "marowak", + "Value": "Marowak" + }, + { + "Key": "hitmonlee", + "Value": "Hitmonlee" + }, + { + "Key": "hitmonchan", + "Value": "Hitmonchan" + }, + { + "Key": "lickitung", + "Value": "Lickitung" + }, + { + "Key": "koffing", + "Value": "Koffing" + }, + { + "Key": "weezing", + "Value": "Weezing" + }, + { + "Key": "rhyhorn", + "Value": "Rhyhorn" + }, + { + "Key": "rhydon", + "Value": "Rhydon" + }, + { + "Key": "chansey", + "Value": "Chansey" + }, + { + "Key": "tangela", + "Value": "Tangela" + }, + { + "Key": "kangaskhan", + "Value": "Kangaskhan" + }, + { + "Key": "horsea", + "Value": "Horsea" + }, + { + "Key": "seadra", + "Value": "Seadra" + }, + { + "Key": "goldeen", + "Value": "Goldeen" + }, + { + "Key": "seaking", + "Value": "Seaking" + }, + { + "Key": "staryu", + "Value": "Staryu" + }, + { + "Key": "starmie", + "Value": "Starmie" + }, + { + "Key": "mrMime", + "Value": "Mr. Mime" + }, + { + "Key": "scyther", + "Value": "Scyther" + }, + { + "Key": "jynx", + "Value": "Jynx" + }, + { + "Key": "electabuzz", + "Value": "Electabuzz" + }, + { + "Key": "magmar", + "Value": "Magmar" + }, + { + "Key": "pinsir", + "Value": "Pinsir" + }, + { + "Key": "tauros", + "Value": "Tauros" + }, + { + "Key": "magikarp", + "Value": "Magikarp" + }, + { + "Key": "gyarados", + "Value": "Gyarados" + }, + { + "Key": "lapras", + "Value": "Lapras" + }, + { + "Key": "ditto", + "Value": "Ditto" + }, + { + "Key": "eevee", + "Value": "Eevee" + }, + { + "Key": "vaporeon", + "Value": "Vaporeon" + }, + { + "Key": "jolteon", + "Value": "Jolteon" + }, + { + "Key": "flareon", + "Value": "Flareon" + }, + { + "Key": "porygon", + "Value": "Porygon" + }, + { + "Key": "omanyte", + "Value": "Omanyte" + }, + { + "Key": "omastar", + "Value": "Omastar" + }, + { + "Key": "kabuto", + "Value": "Kabuto" + }, + { + "Key": "kabutops", + "Value": "Kabutops" + }, + { + "Key": "aerodactyl", + "Value": "Aerodactyl" + }, + { + "Key": "snorlax", + "Value": "Snorlax" + }, + { + "Key": "articuno", + "Value": "Articuno" + }, + { + "Key": "zapdos", + "Value": "Zapdos" + }, + { + "Key": "moltres", + "Value": "Moltres" + }, + { + "Key": "dratini", + "Value": "Dratini" + }, + { + "Key": "dragonair", + "Value": "Dragonair" + }, + { + "Key": "dragonite", + "Value": "Dragonite" + }, + { + "Key": "mewtwo", + "Value": "Mewtwo" + }, + { + "Key": "mew", + "Value": "Mew" + } + ] }