Skip to content

Commit

Permalink
Merge pull request #858 from panthernet/master
Browse files Browse the repository at this point in the history
Moved lang files to PoGo.NecroBot.CLI\Config\Translations
  • Loading branch information
NecronomiconCoding authored Jul 27, 2016
2 parents 8390c61 + a3abc98 commit 51b456d
Show file tree
Hide file tree
Showing 6 changed files with 183 additions and 83 deletions.
File renamed without changes.
166 changes: 83 additions & 83 deletions translation.it.json → ...I/Config/Translations/translation.it.json
Original file line number Diff line number Diff line change
@@ -1,84 +1,84 @@
{
"TranslationStrings": [
{
"Key": "pokeball",
"Value": "PokeBall"
},
{
"Key": "greatPokeball",
"Value": "MegaBall"
},
{
"Key": "ultraPokeball",
"Value": "UltraBall"
},
{
"Key": "masterPokeball",
"Value": "MasterBall"
},
{
"Key": "wrongAuthType",
"Value": "AuthType sconosciuto in config.json"
},
{
"Key": "farmPokestopsOutsideRadius",
"Value": "Sei al di fuori dell'area definita! Ritorno all'inizio (distante {0}m) in 5 secondi. Il file Coords.ini è corretto?"
},
{
"Key": "farmPokestopsNoUsableFound",
"Value": "Nessun PokeStop disponibile trovato nella tua area. Distanza massima troppo piccola?"
},
{
"Key": "eventFortUsed",
"Value": "XP: {0}, Gems: {1}, Oggetti: {2}"
},
{
"Key": "eventFortTargeted",
"Value": "{0} in ({1}m)"
},
{
"Key": "eventProfileLogin",
"Value": "Giocando come {0}"
},
{
"Key": "eventUsedLuckyEgg",
"Value": "Usato Fortunuovo, rimanenti: {0}"
},
{
"Key": "eventPokemonEvolvedSuccess",
"Value": "{0} con successo per {1}xp"
},
{
"Key": "eventPokemonEvolvedFailed",
"Value": "Fallita {0}. Il risultato è stato {1}, evoluzione di {2} interrotta"
},
{
"Key": "eventPokemonTransferred",
"Value": "{0}\t- CP: {1} IV: {2}% [Miglior CP: {3} IV: {4}%] (Caramelle: {5})"
},
{
"Key": "eventItemRecycled",
"Value": "{0}x {1}"
},
{
"Key": "eventPokemonCapture",
"Value": "({0}) | ({1}) {2} Lvl: {3} CP: ({4}/{5}) IV: {6}% | Probabilità: {7}% | distanza {8}m | con una {9} ({10} rimanenti). | {11}"
},
{
"Key": "eventNoPokeballs",
"Value": "Nessuna Pokeball - perso {0} con CP {1}"
},
{
"Key": "catchStatusAttempt",
"Value": "{0} Tentativo #{1}"
},
{
"Key": "catchStatus",
"Value": "{0}"
},
{
"Key": "candies",
"Value": "Caramelle: {0}"
}
]
{
"TranslationStrings": [
{
"Key": "pokeball",
"Value": "PokeBall"
},
{
"Key": "greatPokeball",
"Value": "MegaBall"
},
{
"Key": "ultraPokeball",
"Value": "UltraBall"
},
{
"Key": "masterPokeball",
"Value": "MasterBall"
},
{
"Key": "wrongAuthType",
"Value": "AuthType sconosciuto in config.json"
},
{
"Key": "farmPokestopsOutsideRadius",
"Value": "Sei al di fuori dell'area definita! Ritorno all'inizio (distante {0}m) in 5 secondi. Il file Coords.ini è corretto?"
},
{
"Key": "farmPokestopsNoUsableFound",
"Value": "Nessun PokeStop disponibile trovato nella tua area. Distanza massima troppo piccola?"
},
{
"Key": "eventFortUsed",
"Value": "XP: {0}, Gems: {1}, Oggetti: {2}"
},
{
"Key": "eventFortTargeted",
"Value": "{0} in ({1}m)"
},
{
"Key": "eventProfileLogin",
"Value": "Giocando come {0}"
},
{
"Key": "eventUsedLuckyEgg",
"Value": "Usato Fortunuovo, rimanenti: {0}"
},
{
"Key": "eventPokemonEvolvedSuccess",
"Value": "{0} con successo per {1}xp"
},
{
"Key": "eventPokemonEvolvedFailed",
"Value": "Fallita {0}. Il risultato è stato {1}, evoluzione di {2} interrotta"
},
{
"Key": "eventPokemonTransferred",
"Value": "{0}\t- CP: {1} IV: {2}% [Miglior CP: {3} IV: {4}%] (Caramelle: {5})"
},
{
"Key": "eventItemRecycled",
"Value": "{0}x {1}"
},
{
"Key": "eventPokemonCapture",
"Value": "({0}) | ({1}) {2} Lvl: {3} CP: ({4}/{5}) IV: {6}% | Probabilità: {7}% | distanza {8}m | con una {9} ({10} rimanenti). | {11}"
},
{
"Key": "eventNoPokeballs",
"Value": "Nessuna Pokeball - perso {0} con CP {1}"
},
{
"Key": "catchStatusAttempt",
"Value": "{0} Tentativo #{1}"
},
{
"Key": "catchStatus",
"Value": "{0}"
},
{
"Key": "candies",
"Value": "Caramelle: {0}"
}
]
}
84 changes: 84 additions & 0 deletions PoGo.NecroBot.CLI/Config/Translations/translation.nl.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,84 @@
{
"TranslationStrings": [
{
"Key": "pokeball",
"Value": "PokeBall"
},
{
"Key": "greatPokeball",
"Value": "GreatBall"
},
{
"Key": "ultraPokeball",
"Value": "UltraBall"
},
{
"Key": "masterPokeball",
"Value": "MasterBall"
},
{
"Key": "wrongAuthType",
"Value": "AuthType in config.json is onbekend."
},
{
"Key": "farmPokestopsOutsideRadius",
"Value": "Buiten het ingestelde bereik beland! Terug naar beginpunt ({0}m away) in 5 seconden. Klopt je Coords.ini bestand?"
},
{
"Key": "farmPokestopsNoUsableFound",
"Value": "Geen geschikte PokeStops gevonden in je omgeving. Is je bereik te klein?"
},
{
"Key": "eventFortUsed",
"Value": "XP: {0}, Gems: {1}, Items: {2}"
},
{
"Key": "eventFortTargeted",
"Value": "{0} in ({1}m)"
},
{
"Key": "eventProfileLogin",
"Value": "Ingelogd als: {0}"
},
{
"Key": "eventUsedLuckyEgg",
"Value": "Lucky Egg gebruikt, resterend: {0}"
},
{
"Key": "eventPokemonEvolvedSuccess",
"Value": "{0} successvol voor {1}xp"
},
{
"Key": "eventPokemonEvolvedFailed",
"Value": "Mislukt {0}. Resultaat was {1}, gestopt met evolueren {2}"
},
{
"Key": "eventPokemonTransferred",
"Value": "{0}\t- CP: {1} IV: {2}% [Beste CP: {3} IV: {4}%] (Candies: {5})"
},
{
"Key": "eventItemRecycled",
"Value": "{0}x {1}"
},
{
"Key": "eventPokemonCapture",
"Value": "({0}) | ({1}) {2} Lvl: {3} CP: ({4}/{5}) IV: {6}% | Kans: {7}% | Afstand: {8}m | gevangen met een {9} ({10} resterend). | {11}"
},
{
"Key": "eventNoPokeballs",
"Value": "Geen Pokeballs resterend - Een {0} misgelopen met CP: {1}"
},
{
"Key": "catchStatusAttempt",
"Value": "{0} Poging #{1}"
},
{
"Key": "catchStatus",
"Value": "{0}"
},
{
"Key": "candies",
"Value": "Candies: {0}"
}
]
}
File renamed without changes.
16 changes: 16 additions & 0 deletions PoGo.NecroBot.CLI/PoGo.NecroBot.CLI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,21 @@
</None>
<None Include="supersocket.cmd" />
<None Include="supersocket.sh" />
<None Include="Config\Translations\translation.es.json">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Include="Config\Translations\translation.it.json">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Include="Config\Translations\translation.nl.json">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Include="Config\Translations\translation.pl.json">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Include="Config\Translations\translation.zh_CN.json">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\FeroxRev\PokemonGo.RocketAPI\PokemonGo.RocketAPI.csproj">
Expand All @@ -145,6 +160,7 @@
<ItemGroup>
<WCFMetadata Include="Service References\" />
</ItemGroup>
<ItemGroup />
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<PropertyGroup>
<PostBuildEvent>
Expand Down

0 comments on commit 51b456d

Please sign in to comment.