diff --git a/PoGo.NecroBot.CLI/Config/Translations/translation.es.json b/PoGo.NecroBot.CLI/Config/Translations/translation.es.json index a64bd1911..4df2efbe3 100644 --- a/PoGo.NecroBot.CLI/Config/Translations/translation.es.json +++ b/PoGo.NecroBot.CLI/Config/Translations/translation.es.json @@ -288,6 +288,10 @@ "Key": "currentPokeballInv", "Value": "[Inventario actual] Poké Balls: {0} | Super Balls: {1} | Ultra Balls: {2} | Master Balls: {3}" }, + { + "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})" + }, { "Key": "recyclingQuietly", "Value": "Reciclando Tranquilamente..." @@ -455,6 +459,34 @@ { "Key": "ipBannedError", "Value": "Conexión denegada. Su IP podría haber sido añadida a la Lista Negra de Niantic.. Saliendo.." + }, + { + "Key": "noEggsAvailable", + "Value": "No hay huevos disponibles" + }, + { + "Key": "useLuckyEggActive", + "Value": "Huevo suerte ya está activo" + }, + { + "Key": "noIncenseAvailable", + "Value": "No hay Incienso disponible" + }, + { + "Key": "useIncenseActive", + "Value": "Incienso ya está activo" + }, + { + "Key": "amountPkmSeenCaught", + "Value": "Cantidad de Pokemons vistos:{}:151, Cantidad de Pokemons capturados:{}:151" + }, + { + "Key": "pkmPotentialEvolveCount", + "Value": "[Evoluciona] Potencial Evolución: {}" + }, + { + "Key": "pkmNotEnoughRessources", + "Value": "Pokemon actualización fallida: No hay suficientes recursos" } ] }