Skip to content

Commit

Permalink
Merge pull request NecronomiconCoding#1629 from javilonas/patch-1
Browse files Browse the repository at this point in the history
Update translation.es.json
  • Loading branch information
NecronomiconCoding authored Aug 1, 2016
2 parents 7c65b5d + bdd075f commit 13f44d9
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions PoGo.NecroBot.CLI/Config/Translations/translation.es.json
Original file line number Diff line number Diff line change
Expand Up @@ -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..."
Expand Down Expand Up @@ -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"
}
]
}

0 comments on commit 13f44d9

Please sign in to comment.