Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update spanish translation #2329

Merged
merged 1 commit into from
Aug 3, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 14 additions & 14 deletions PoGo.NecroBot.CLI/Config/Translations/translation.es.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
},
{
"Key": "useLuckyEggsMinPokemonAmountTooHigh",
"Value": "Los huevos de la suerte nunca serán utilizados con UseLuckyEggsMinPokemonAmount en {0}, usar <= {1} en su lugar"
"Value": "Los huevos de la suerte nunca serán utilizados con UseLuckyEggsMinPokemonAmount en {0}, usa <= {1} en su lugar"
},
{
"Key": "catchMorePokemonToUseLuckyEgg",
Expand Down Expand Up @@ -146,7 +146,7 @@
},
{
"Key": "welcomeWarning",
"Value": "Asegúrese de que la Latitud y Longitud son las correctas. Salga del Programa si no es así! Lat: {0} Long: {1}"
"Value": "Asegúrese de que la Latitud y Longitud son las correctas. ¡Salga del Programa si no es así! Lat: {0} Long: {1}"
},
{
"Key": "incubatorPuttingEgg",
Expand Down Expand Up @@ -254,7 +254,7 @@
},
{
"Key": "coordinatesAreInvalid",
"Value": "Coordenadas en \"LastPos.ini\" no son correctas, utilizando las coordenadas predeterminadas"
"Value": "Las coordenadas en \"LastPos.ini\" no son correctas, utilizando las coordenadas predeterminadas"
},
{
"Key": "gotUpToDateVersion",
Expand Down Expand Up @@ -302,11 +302,11 @@
},
{
"Key": "zeroPokeballInv",
"Value": "No tienes Poké Balls en el inventario, no podemos atrapar más Pokémon por ahora :("
"Value": "No tienes Poké Balls en el inventario, no se puede atrapar más Pokémon."
},
{
"Key": "currentPokeballInv",
"Value": "[Inventario actual] Poké Balls: {0} | Super Balls: {1} | Ultra Balls: {2} | Master Balls: {3}"
"Value": "[Inventario] Poké Balls: {0} | Super Balls: {1} | Ultra Balls: {2} | Master Balls: {3}"
},
{
"Key": "currentItemInv",
Expand All @@ -330,7 +330,7 @@
},
{
"Key": "invFullPokestopLooting",
"Value": "El inventario está lleno, no pudimos pillar nada :("
"Value": "El inventario está lleno, no se puede obtener más objetos"
},
{
"Key": "encounterProblem",
Expand All @@ -354,7 +354,7 @@
},
{
"Key": "pokemonIgnoreFilter",
"Value": "[Filtro Pokémon Ignorados] - Ignorando {0} tal y como se definió en la configuración actual."
"Value": "[Filtro Pokémon] - Ignorando {0} tal y como se definió en la configuración actual."
},
{
"Key": "catchStatusAttempt",
Expand Down Expand Up @@ -422,11 +422,11 @@
},
{
"Key": "missingCredentialsGoogle",
"Value": "Es necesario rellenar GoogleUsername y GooglePassword en auth.json!"
"Value": "Es necesario rellenar GoogleUsername y GooglePassword en auth.json"
},
{
"Key": "missingCredentialsPtc",
"Value": "Es necesario rellenar PtcUsername y PtcPassword en auth.json!"
"Value": "Es necesario rellenar PtcUsername y PtcPassword en auth.json"
},
{
"Key": "snipeScan",
Expand All @@ -438,7 +438,7 @@
},
{
"Key": "noPokemonToSnipe",
"Value": "[Sniper] No se encontraron Pokémons :("
"Value": "[Sniper] No se han encontrado Pokémon"
},
{
"Key": "notEnoughPokeballsToSnipe",
Expand Down Expand Up @@ -502,11 +502,11 @@
},
{
"Key": "pkmNotEnoughRessources",
"Value": "Pokémon actualización fallida: No hay suficientes recursos"
"Value": "Actualización fallida: No hay suficientes recursos"
},
{
"Key": "snipeServerOffline",
"Value": "[Sniper] El servidor Sniping parece que está caído. Saliendo..."
"Value": "[Sniper] Parece que el servidor de Snipping está caído. Saliendo..."
}
],
"PokemonStrings": [
Expand Down Expand Up @@ -624,7 +624,7 @@
},
{
"Key": "nidoranFemale",
"Value": "NidoranF"
"Value": "Nidoran Hembra"
},
{
"Key": "nidorina",
Expand All @@ -636,7 +636,7 @@
},
{
"Key": "nidoranMale",
"Value": "NidoranM"
"Value": "Nidoran Macho"
},
{
"Key": "nidorino",
Expand Down