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 translation.es.json #1012

Merged
merged 1 commit into from
Jul 27, 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
16 changes: 8 additions & 8 deletions PoGo.NecroBot.CLI/Config/Translations/translation.es.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
},
{
"Key": "eventPokemonCapture",
"Value": "({0}) | ({1}) {2} Lvl: {3} PC: ({4}/{5}) IV: {6}% | Chance: {7}% | {8}m dist | con {9} (quedan {10}). | {11}"
"Value": "({0}) | ({1}) {2} Lvl: {3} PC: ({4}/{5}) IV: {6}% | Probabilidad: {7}% | {8}m dist | con {9} (quedan {10}). | {11}"
},
{
"Key": "eventNoPokeballs",
Expand All @@ -86,7 +86,7 @@
},
{
"Key": "unhandledGpxData",
"Value": "No controlados los datos en el archivo GPX, intentar omitir."
"Value": "Error: No controlados los datos en el archivo GPX, intentar omitir."
},
{
"Key": "displayHighestsHeader",
Expand All @@ -102,27 +102,27 @@
},
{
"Key": "displayHighestsCpHeader",
"Value": "DisplayHighestsCP"
"Value": "Pokemons con mayor CP"
},
{
"Key": "displayHighestsPerfectHeader",
"Value": "DisplayHighestsPerfect"
"Value": "Pokemons con mayor Perfección"
},
{
"Key": "displayHighestsLevelHeader",
"Value": "DisplayHighestsLevel"
"Value": "Pokemons con mayor Nivel"
},
{
"Key": "welcomeWarning",
"Value": "Asegúrese de que la Latitud y Longitud son las correctas.. Salir del Programa si no! Lat: {0} Lng: {1}"
"Value": "Asegúrese de que la Latitud y Longitud son las correctas. Salga del Programa si no es así! Lat: {0} Lng: {1}"
},
{
"Key": "incubatorPuttingEgg",
"Value": "Poner el huevo en la incubadora: {0:0.00}km left"
"Value": "Añadiendo huevo a la incubadora: {0:0.00}km restantes"
},
{
"Key": "incubatorStatusUpdate",
"Value": "Actualizar estado de la incubadora: {0:0.00}km left"
"Value": "Actualizando el estado de la incubadora: {0:0.00}km restantes"
}
]
}