Skip to content

Commit

Permalink
Merge remote-tracking branch 'refs/remotes/NECROBOTIO/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
cawk committed Aug 7, 2016
2 parents 57d84b2 + db4fc5b commit 78b93b4
Show file tree
Hide file tree
Showing 31 changed files with 1,466 additions and 301 deletions.
9 changes: 6 additions & 3 deletions PoGo.NecroBot.CLI/Config/Translations/translation.da.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,9 +102,12 @@
"Value": "{0}x {1}"
},
{
"Key": "eventPokemonCapture",
"Value":
"({0}) | ({1}) {2} Lvl: {3} CP: ({4}/{5}) IV: {6}% | Chance: {7}% | {8}m | med {9} ({10} tilbage). | {11} | lat: {12} long: {13}"
"Key": "eventPokemonCaptureSuccess",
"Value": "({0}) | ({1}) {2} Lvl: {3} CP: ({4}/{5}) IV: {6}% | Chance: {7}% | {8}m dist | with a {9} ({10} left). | {11} EXP earned | {12} | lat: {13} long: {14}"
},
{
"Key": "eventPokemonCaptureFailed",
"Value": "{0}) | ({1}) {2} Lvl: {3} CP: ({4}/{5}) IV: {6}% | Chance: {7}% | {8}m dist | with a {9} ({10} left). | lat: {11} long: {12}"
},
{
"Key": "eventNoPokeballs",
Expand Down
9 changes: 6 additions & 3 deletions PoGo.NecroBot.CLI/Config/Translations/translation.de.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,12 @@
"Value": "{0}x {1}"
},
{
"Key": "eventPokemonCapture",
"Value":
"({0}) | ({1}) {2} Lvl: {3} WP: ({4}/{5}) IV: {6}% | Chance: {7}% | {8}m entfernt | mit {9} ({10} verbleibend). | {11}"
"Key": "eventPokemonCaptureSuccess",
"Value": "({0}) | ({1}) {2} Lvl: {3} CP: ({4}/{5}) IV: {6}% | Chance: {7}% | {8}m dist | with a {9} ({10} left). | {11} EXP earned | {12} | lat: {13} long: {14}"
},
{
"Key": "eventPokemonCaptureFailed",
"Value": "{0}) | ({1}) {2} Lvl: {3} CP: ({4}/{5}) IV: {6}% | Chance: {7}% | {8}m dist | with a {9} ({10} left). | lat: {11} long: {12}"
},
{
"Key": "eventNoPokeballs",
Expand Down
130 changes: 121 additions & 9 deletions PoGo.NecroBot.CLI/Config/Translations/translation.es.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
},
{
"Key": "eventUsedIncense",
"Value": "Incienso usado, Te quedan: {0}"
"Value": "Incienso usado. Te quedan: {0}"
},
{
"Key": "eventUsedLuckyEgg",
Expand All @@ -62,7 +62,7 @@
},
{
"Key": "eventPokemonEvolvedFailed",
"Value": "Fallado {0}. El resultado fue {1}, parando evolución {2}"
"Value": "Falló {0}. El resultado fue {1}, parando evolución {2}"
},
{
"Key": "eventPokemonTransferred",
Expand All @@ -73,8 +73,12 @@
"Value": "{0}x {1}"
},
{
"Key": "eventPokemonCapture",
"Value": "({0}) | ({1}) {2} | Nivel: {3} PC: ({4}/{5}) IV: {6}% | Prob: {7}% | {8}m dist | con {9} (quedan {10}). | {11}"
"Key": "eventPokemonCaptureSuccess",
"Value": "({0}) | ({1}) {2} | Nivel: {3} PC: ({4}/{5}) IV: {6}% | Prob: {7}% | {8}m dist | con {9} (quedan {10}). | {11} EXP ganada | {12} | lat: {13} long: {14}"
},
{
"Key": "eventPokemonCaptureFailed",
"Value": "{0}) | ({1}) {2} | Nivel: {3} PC: ({4}/{5}) IV: {6}% | Prob: {7}% | {8}m dist | con {9} (quedan {10}). | lat: {11} long: {12}"
},
{
"Key": "eventNoPokeballs",
Expand Down Expand Up @@ -216,6 +220,10 @@
"Key": "logEntryUpdate",
"Value": "ACTUALIZAR"
},
{
"Key": "logEntryNew",
"Value": "NUEVO"
},
{
"Key": "loggingIn",
"Value": "Autenticando con {0}"
Expand All @@ -224,6 +232,14 @@
"Key": "ptcOffline",
"Value": "Es probable que los servidores de PTC estén caídos o que tus datos de acceso sean incorrectos. Prueba con Google."
},
{
"Key": "accessTokenExpired",
"Value": "PTC Login Token expiró. Reautenticando..."
},
{
"Key": "invalidResponse",
"Value": "Se ha recibido una respuesta invalida del servidor Niantic."
},
{
"Key": "tryingAgainIn",
"Value": "Intentando de nuevo en {0} segundos..."
Expand Down Expand Up @@ -302,7 +318,7 @@
},
{
"Key": "zeroPokeballInv",
"Value": "No tienes Poké Balls en el inventario, no se puede atrapar más Pokémon."
"Value": "No tienes Poké Balls en el inventario, ¡no se puede atrapar más Pokémon!"
},
{
"Key": "currentPokeballInv",
Expand Down Expand Up @@ -494,7 +510,7 @@
},
{
"Key": "amountPkmSeenCaught",
"Value": "Número de Pokémon vistos: {0}/151, Número de Pokémon capturados: {1}/151"
"Value": "Cantidad de Pokémon vistos: {0}/151, Cantidad de Pokémon capturados: {1}/151"
},
{
"Key": "pkmPotentialEvolveCount",
Expand All @@ -508,6 +524,102 @@
"Key": "snipeServerOffline",
"Value": "[Sniper] Parece que el servidor de Snipping está caído. Saliendo..."
}
{
"Key": "firstStartPrompt",
"Value": "Esta es la primera vez que inicias el bot, ¿quieres comenzar la instalación? {0}/{1}"
},
{
"Key": "firstStartLanguagePrompt",
"Value": "¿Te gustaría cambiar el idioma predeterminado? {0}/{1}"
},
{
"Key": "firstStartLanguageCodePrompt",
"Value": "Por favor, introduce el código del idioma"
},
{
"Key": "firstStartLanguageConfirm",
"Value": "Código de idioma aplicado: {0}"
},
{
"Key": "promptError",
"Value": "[INPUT ERROR] Error con la entrada, por favor, introduce '{0}' o '{1}"
},
{
"Key": "firstStartAutoGenSettings",
"Value": "Archivo Config/Auth generado de forma automática y debe completarse antes de continuar."
},
{
"Key": "firstStartSetupAccount",
"Value": "### Creación de nueva cuenta de usuario ###"
},
{
"Key": "firstStartSetupTypePrompt",
"Value": "Por favor, selecciona un tipo de cuenta: {0}/{1}"
},
{
"Key": "firstStartSetupTypeConfirm",
"Value": "Tipo de cuenta elegida: {0}"
},
{
"Key": "firstStartSetupTypePromptError",
"Value": "[ERROR] Tipo de cuenta incorrecto, por favor elije '{0}' o '{1}'"
},
{
"Key": "firstStartSetupUsernamePrompt",
"Value": "Por favor, ingresa un nombre de usuario"
},
{
"Key": "firstStartSetupUsernameConfirm",
"Value": "Nombre de usuario aceptado: {0}"
},
{
"Key": "firstStartSetupPasswordPrompt",
"Value": "Por favor, ingresa una contraseña"
},
{
"Key": "firstStartSetupPasswordConfirm",
"Value": "Contraseña aceptada: {0}"
},
{
"Key": "firstStartAccountCompleted",
"Value": "### Cuenta de usuario COMPLETADA ###"
},
{
"Key": "firstStartDefaultLocationPrompt",
"Value": "¿Te gustaría establecer una nueva ubicación predeterminada? {0}/{1}"
},
{
"Key": "firstStartDefaultLocationSet",
"Value": "Ubicación predeterminada Aplicada"
},
{
"Key": "firstStartDefaultLocation",
"Value": "### Ajuste de ubicación predeterminada ###"
},
{
"Key": "firstStartSetupDefaultLocationError",
"Value": "[ERROR] Por favor, introduce solamente un VALOR. Por ejemplo: {0}"
},
{
"Key": "firstStartSetupDefaultLatPrompt",
"Value": "Por favor, introduce una latitud (Recuerda... Clic derecho para pegar)"
},
{
"Key": "firstStartSetupDefaultLatConfirm",
"Value": "Latitud aceptada: {0}"
},
{
"Key": "firstStartSetupDefaultLongPrompt",
"Value": "Por favor, introduce una Longitud (Recuerda... Clic derecho para pegar)"
},
{
"Key": "firstStartSetupDefaultLongConfirm",
"Value": "Longitud acepteda: {0}"
},
{
"Key": "firstStartSetupCompleted",
"Value": "### Completada la configuración ###"
}
],
"PokemonStrings": [
{
Expand Down Expand Up @@ -624,7 +736,7 @@
},
{
"Key": "nidoranFemale",
"Value": "Nidoran Hembra"
"Value": "Nidoran "
},
{
"Key": "nidorina",
Expand All @@ -636,7 +748,7 @@
},
{
"Key": "nidoranMale",
"Value": "Nidoran Macho"
"Value": "Nidoran "
},
{
"Key": "nidorino",
Expand Down Expand Up @@ -1116,7 +1228,7 @@
}
],
"PokemonMovesetStrings": [
{
{
"Key": "moveUnset",
"Value": "MoveUnset"
},
Expand Down
9 changes: 6 additions & 3 deletions PoGo.NecroBot.CLI/Config/Translations/translation.et.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,9 +98,12 @@
"Value": "{0}x {1}"
},
{
"Key": "eventPokemonCapture",
"Value":
"({0}) | ({1}) {2} Lvl: {3} CP: ({4}/{5}) IV: {6}% | võimalus: {7}% | {8} m kaugusel | {9}'iga ({10} veel alles). | {11}"
"Key": "eventPokemonCaptureSuccess",
"Value": "({0}) | ({1}) {2} Lvl: {3} CP: ({4}/{5}) IV: {6}% | Chance: {7}% | {8}m dist | with a {9} ({10} left). | {11} EXP earned | {12} | lat: {13} long: {14}"
},
{
"Key": "eventPokemonCaptureFailed",
"Value": "{0}) | ({1}) {2} Lvl: {3} CP: ({4}/{5}) IV: {6}% | Chance: {7}% | {8}m dist | with a {9} ({10} left). | lat: {11} long: {12}"
},
{
"Key": "eventNoPokeballs",
Expand Down

0 comments on commit 78b93b4

Please sign in to comment.