Skip to content
This repository was archived by the owner on Aug 17, 2020. It is now read-only.
Open
Show file tree
Hide file tree
Changes from 10 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
2 changes: 1 addition & 1 deletion PokemonGo-UWP/App.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ sealed partial class App : BootStrapper
public App()
{
InitializeComponent();
SplashFactory = e => new Splash(e);
SplashFactory = e => new LoadingScreen(e);

// ensure unobserved task exceptions (unawaited async methods returning Task or Task<T>) are handled
TaskScheduler.UnobservedTaskException += TaskScheduler_UnobservedTaskException;
Expand Down
Binary file added PokemonGo-UWP/Assets/Warnings/1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added PokemonGo-UWP/Assets/Warnings/2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added PokemonGo-UWP/Assets/Warnings/3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added PokemonGo-UWP/Assets/Warnings/4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added PokemonGo-UWP/Assets/Warnings/5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added PokemonGo-UWP/Assets/Warnings/6.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
38 changes: 38 additions & 0 deletions PokemonGo-UWP/MultilingualResources/PokemonGo-UWP.cs.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -537,6 +537,44 @@ You also got {1} Stardust, {2} Candy and {3} XP.</target>
<source>{0} is not in catch range anymore.</source>
<target state="new">{0} is not in catch range anymore.</target>
</trans-unit>
<trans-unit id="LadingMessage" translate="yes" xml:space="preserve">

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

there is a typo, an "o" is missing, in every occurrence of this, but not in the usage, please fix this :)

<source>LOADING...</source>
<target state="new">LOADING...</target>
</trans-unit>
<trans-unit id="WarningMessage1" translate="yes" xml:space="preserve">
<source>Remember to be alert at all times.
Stay aware of your surroundings.</source>
<target state="new">Remember to be alert at all times.
Stay aware of your surroundings.</target>
</trans-unit>
<trans-unit id="WarningMessage2" translate="yes" xml:space="preserve">
<source>Please, leave your favorite Pokéstops clean.</source>
<target state="new">Please, leave your favorite Pokéstops clean.</target>
</trans-unit>
<trans-unit id="WarningMessage3" translate="yes" xml:space="preserve">
<source>Try to not smoke in crowds.
Nobody likes to breathe Koffing fumes.</source>
<target state="new">Try to not smoke in crowds.
Nobody likes to breathe Koffing fumes.</target>
</trans-unit>
<trans-unit id="WarningMessage4" translate="yes" xml:space="preserve">
<source>Remember, don't be a Snorlax.
Don't block the road for other.</source>
<target state="new">Remember, don't be a Snorlax.
Don't block the road for other.</target>
</trans-unit>
<trans-unit id="WarningMessage5" translate="yes" xml:space="preserve">
<source>Remember to be alert at all times.
Stay aware of your surroundings.</source>
<target state="new">Remember to be alert at all times.
Stay aware of your surroundings.</target>
</trans-unit>
<trans-unit id="WarningMessage6" translate="yes" xml:space="preserve">
<source>Remember to be alert at all times.
Stay aware of your surroundings.</source>
<target state="new">Remember to be alert at all times.
Stay aware of your surroundings.</target>
</trans-unit>
</group>
</body>
</file>
Expand Down
38 changes: 38 additions & 0 deletions PokemonGo-UWP/MultilingualResources/PokemonGo-UWP.da.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -645,6 +645,44 @@ You also got {1} Stardust, {2} Candy and {3} XP.</target>
<source>{0} is not in catch range anymore.</source>
<target state="new">{0} is not in catch range anymore.</target>
</trans-unit>
<trans-unit id="LadingMessage" translate="yes" xml:space="preserve">
<source>LOADING...</source>
<target state="new">LOADING...</target>
</trans-unit>
<trans-unit id="WarningMessage1" translate="yes" xml:space="preserve">
<source>Remember to be alert at all times.
Stay aware of your surroundings.</source>
<target state="new">Remember to be alert at all times.
Stay aware of your surroundings.</target>
</trans-unit>
<trans-unit id="WarningMessage2" translate="yes" xml:space="preserve">
<source>Please, leave your favorite Pokéstops clean.</source>
<target state="new">Please, leave your favorite Pokéstops clean.</target>
</trans-unit>
<trans-unit id="WarningMessage3" translate="yes" xml:space="preserve">
<source>Try to not smoke in crowds.
Nobody likes to breathe Koffing fumes.</source>
<target state="new">Try to not smoke in crowds.
Nobody likes to breathe Koffing fumes.</target>
</trans-unit>
<trans-unit id="WarningMessage4" translate="yes" xml:space="preserve">
<source>Remember, don't be a Snorlax.
Don't block the road for other.</source>
<target state="new">Remember, don't be a Snorlax.
Don't block the road for other.</target>
</trans-unit>
<trans-unit id="WarningMessage5" translate="yes" xml:space="preserve">
<source>Remember to be alert at all times.
Stay aware of your surroundings.</source>
<target state="new">Remember to be alert at all times.
Stay aware of your surroundings.</target>
</trans-unit>
<trans-unit id="WarningMessage6" translate="yes" xml:space="preserve">
<source>Remember to be alert at all times.
Stay aware of your surroundings.</source>
<target state="new">Remember to be alert at all times.
Stay aware of your surroundings.</target>
</trans-unit>
</group>
</body>
</file>
Expand Down
38 changes: 38 additions & 0 deletions PokemonGo-UWP/MultilingualResources/PokemonGo-UWP.de-CH.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -598,6 +598,44 @@ You also got {1} Stardust, {2} Candy and {3} XP.</target>
<source>{0} is not in catch range anymore.</source>
<target state="new">{0} is not in catch range anymore.</target>
</trans-unit>
<trans-unit id="LadingMessage" translate="yes" xml:space="preserve">
<source>LOADING...</source>
<target state="new">LOADING...</target>
</trans-unit>
<trans-unit id="WarningMessage1" translate="yes" xml:space="preserve">
<source>Remember to be alert at all times.
Stay aware of your surroundings.</source>
<target state="new">Remember to be alert at all times.
Stay aware of your surroundings.</target>
</trans-unit>
<trans-unit id="WarningMessage2" translate="yes" xml:space="preserve">
<source>Please, leave your favorite Pokéstops clean.</source>
<target state="new">Please, leave your favorite Pokéstops clean.</target>
</trans-unit>
<trans-unit id="WarningMessage3" translate="yes" xml:space="preserve">
<source>Try to not smoke in crowds.
Nobody likes to breathe Koffing fumes.</source>
<target state="new">Try to not smoke in crowds.
Nobody likes to breathe Koffing fumes.</target>
</trans-unit>
<trans-unit id="WarningMessage4" translate="yes" xml:space="preserve">
<source>Remember, don't be a Snorlax.
Don't block the road for other.</source>
<target state="new">Remember, don't be a Snorlax.
Don't block the road for other.</target>
</trans-unit>
<trans-unit id="WarningMessage5" translate="yes" xml:space="preserve">
<source>Remember to be alert at all times.
Stay aware of your surroundings.</source>
<target state="new">Remember to be alert at all times.
Stay aware of your surroundings.</target>
</trans-unit>
<trans-unit id="WarningMessage6" translate="yes" xml:space="preserve">
<source>Remember to be alert at all times.
Stay aware of your surroundings.</source>
<target state="new">Remember to be alert at all times.
Stay aware of your surroundings.</target>
</trans-unit>
</group>
</body>
</file>
Expand Down
38 changes: 38 additions & 0 deletions PokemonGo-UWP/MultilingualResources/PokemonGo-UWP.de.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -536,6 +536,44 @@ Du hast auch {1} Sternenstaub, {2} Bonbon und {3} EP erhalten.</target>
<source>{0} is not in catch range anymore.</source>
<target state="new">{0} is not in catch range anymore.</target>
</trans-unit>
<trans-unit id="LadingMessage" translate="yes" xml:space="preserve">
<source>LOADING...</source>
<target state="new">LOADING...</target>
</trans-unit>
<trans-unit id="WarningMessage1" translate="yes" xml:space="preserve">
<source>Remember to be alert at all times.
Stay aware of your surroundings.</source>
<target state="new">Remember to be alert at all times.
Stay aware of your surroundings.</target>
</trans-unit>
<trans-unit id="WarningMessage2" translate="yes" xml:space="preserve">
<source>Please, leave your favorite Pokéstops clean.</source>
<target state="new">Please, leave your favorite Pokéstops clean.</target>
</trans-unit>
<trans-unit id="WarningMessage3" translate="yes" xml:space="preserve">
<source>Try to not smoke in crowds.
Nobody likes to breathe Koffing fumes.</source>
<target state="new">Try to not smoke in crowds.
Nobody likes to breathe Koffing fumes.</target>
</trans-unit>
<trans-unit id="WarningMessage4" translate="yes" xml:space="preserve">
<source>Remember, don't be a Snorlax.
Don't block the road for other.</source>
<target state="new">Remember, don't be a Snorlax.
Don't block the road for other.</target>
</trans-unit>
<trans-unit id="WarningMessage5" translate="yes" xml:space="preserve">
<source>Remember to be alert at all times.
Stay aware of your surroundings.</source>
<target state="new">Remember to be alert at all times.
Stay aware of your surroundings.</target>
</trans-unit>
<trans-unit id="WarningMessage6" translate="yes" xml:space="preserve">
<source>Remember to be alert at all times.
Stay aware of your surroundings.</source>
<target state="new">Remember to be alert at all times.
Stay aware of your surroundings.</target>
</trans-unit>
</group>
</body>
</file>
Expand Down
38 changes: 38 additions & 0 deletions PokemonGo-UWP/MultilingualResources/PokemonGo-UWP.el.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -537,6 +537,44 @@ You also got {1} Stardust, {2} Candy and {3} XP.</target>
<source>{0} is not in catch range anymore.</source>
<target state="new">{0} is not in catch range anymore.</target>
</trans-unit>
<trans-unit id="LadingMessage" translate="yes" xml:space="preserve">
<source>LOADING...</source>
<target state="new">LOADING...</target>
</trans-unit>
<trans-unit id="WarningMessage1" translate="yes" xml:space="preserve">
<source>Remember to be alert at all times.
Stay aware of your surroundings.</source>
<target state="new">Remember to be alert at all times.
Stay aware of your surroundings.</target>
</trans-unit>
<trans-unit id="WarningMessage2" translate="yes" xml:space="preserve">
<source>Please, leave your favorite Pokéstops clean.</source>
<target state="new">Please, leave your favorite Pokéstops clean.</target>
</trans-unit>
<trans-unit id="WarningMessage3" translate="yes" xml:space="preserve">
<source>Try to not smoke in crowds.
Nobody likes to breathe Koffing fumes.</source>
<target state="new">Try to not smoke in crowds.
Nobody likes to breathe Koffing fumes.</target>
</trans-unit>
<trans-unit id="WarningMessage4" translate="yes" xml:space="preserve">
<source>Remember, don't be a Snorlax.
Don't block the road for other.</source>
<target state="new">Remember, don't be a Snorlax.
Don't block the road for other.</target>
</trans-unit>
<trans-unit id="WarningMessage5" translate="yes" xml:space="preserve">
<source>Remember to be alert at all times.
Stay aware of your surroundings.</source>
<target state="new">Remember to be alert at all times.
Stay aware of your surroundings.</target>
</trans-unit>
<trans-unit id="WarningMessage6" translate="yes" xml:space="preserve">
<source>Remember to be alert at all times.
Stay aware of your surroundings.</source>
<target state="new">Remember to be alert at all times.
Stay aware of your surroundings.</target>
</trans-unit>
</group>
</body>
</file>
Expand Down
38 changes: 38 additions & 0 deletions PokemonGo-UWP/MultilingualResources/PokemonGo-UWP.en-GB.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -1859,6 +1859,44 @@ You also got {1} Stardust, {2} Candy and {3} XP.</target>
<source>{0} is not in catch range anymore.</source>
<target state="new">{0} is not in catch range anymore.</target>
</trans-unit>
<trans-unit id="LadingMessage" translate="yes" xml:space="preserve">
<source>LOADING...</source>
<target state="new">LOADING...</target>
</trans-unit>
<trans-unit id="WarningMessage1" translate="yes" xml:space="preserve">
<source>Remember to be alert at all times.
Stay aware of your surroundings.</source>
<target state="new">Remember to be alert at all times.
Stay aware of your surroundings.</target>
</trans-unit>
<trans-unit id="WarningMessage2" translate="yes" xml:space="preserve">
<source>Please, leave your favorite Pokéstops clean.</source>
<target state="new">Please, leave your favorite Pokéstops clean.</target>
</trans-unit>
<trans-unit id="WarningMessage3" translate="yes" xml:space="preserve">
<source>Try to not smoke in crowds.
Nobody likes to breathe Koffing fumes.</source>
<target state="new">Try to not smoke in crowds.
Nobody likes to breathe Koffing fumes.</target>
</trans-unit>
<trans-unit id="WarningMessage4" translate="yes" xml:space="preserve">
<source>Remember, don't be a Snorlax.
Don't block the road for other.</source>
<target state="new">Remember, don't be a Snorlax.
Don't block the road for other.</target>
</trans-unit>
<trans-unit id="WarningMessage5" translate="yes" xml:space="preserve">
<source>Remember to be alert at all times.
Stay aware of your surroundings.</source>
<target state="new">Remember to be alert at all times.
Stay aware of your surroundings.</target>
</trans-unit>
<trans-unit id="WarningMessage6" translate="yes" xml:space="preserve">
<source>Remember to be alert at all times.
Stay aware of your surroundings.</source>
<target state="new">Remember to be alert at all times.
Stay aware of your surroundings.</target>
</trans-unit>
</group>
</body>
</file>
Expand Down
38 changes: 38 additions & 0 deletions PokemonGo-UWP/MultilingualResources/PokemonGo-UWP.es-MX.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -1859,6 +1859,44 @@ You also got {1} Stardust, {2} Candy and {3} XP.</target>
<source>{0} is not in catch range anymore.</source>
<target state="new">{0} is not in catch range anymore.</target>
</trans-unit>
<trans-unit id="LadingMessage" translate="yes" xml:space="preserve">
<source>LOADING...</source>
<target state="new">LOADING...</target>
</trans-unit>
<trans-unit id="WarningMessage1" translate="yes" xml:space="preserve">
<source>Remember to be alert at all times.
Stay aware of your surroundings.</source>
<target state="new">Remember to be alert at all times.
Stay aware of your surroundings.</target>
</trans-unit>
<trans-unit id="WarningMessage2" translate="yes" xml:space="preserve">
<source>Please, leave your favorite Pokéstops clean.</source>
<target state="new">Please, leave your favorite Pokéstops clean.</target>
</trans-unit>
<trans-unit id="WarningMessage3" translate="yes" xml:space="preserve">
<source>Try to not smoke in crowds.
Nobody likes to breathe Koffing fumes.</source>
<target state="new">Try to not smoke in crowds.
Nobody likes to breathe Koffing fumes.</target>
</trans-unit>
<trans-unit id="WarningMessage4" translate="yes" xml:space="preserve">
<source>Remember, don't be a Snorlax.
Don't block the road for other.</source>
<target state="new">Remember, don't be a Snorlax.
Don't block the road for other.</target>
</trans-unit>
<trans-unit id="WarningMessage5" translate="yes" xml:space="preserve">
<source>Remember to be alert at all times.
Stay aware of your surroundings.</source>
<target state="new">Remember to be alert at all times.
Stay aware of your surroundings.</target>
</trans-unit>
<trans-unit id="WarningMessage6" translate="yes" xml:space="preserve">
<source>Remember to be alert at all times.
Stay aware of your surroundings.</source>
<target state="new">Remember to be alert at all times.
Stay aware of your surroundings.</target>
</trans-unit>
</group>
</body>
</file>
Expand Down
38 changes: 38 additions & 0 deletions PokemonGo-UWP/MultilingualResources/PokemonGo-UWP.es.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -537,6 +537,44 @@ You also got {1} Stardust, {2} Candy and {3} XP.</target>
<source>{0} is not in catch range anymore.</source>
<target state="new">{0} is not in catch range anymore.</target>
</trans-unit>
<trans-unit id="LadingMessage" translate="yes" xml:space="preserve">
<source>LOADING...</source>
<target state="new">LOADING...</target>
</trans-unit>
<trans-unit id="WarningMessage1" translate="yes" xml:space="preserve">
<source>Remember to be alert at all times.
Stay aware of your surroundings.</source>
<target state="new">Remember to be alert at all times.
Stay aware of your surroundings.</target>
</trans-unit>
<trans-unit id="WarningMessage2" translate="yes" xml:space="preserve">
<source>Please, leave your favorite Pokéstops clean.</source>
<target state="new">Please, leave your favorite Pokéstops clean.</target>
</trans-unit>
<trans-unit id="WarningMessage3" translate="yes" xml:space="preserve">
<source>Try to not smoke in crowds.
Nobody likes to breathe Koffing fumes.</source>
<target state="new">Try to not smoke in crowds.
Nobody likes to breathe Koffing fumes.</target>
</trans-unit>
<trans-unit id="WarningMessage4" translate="yes" xml:space="preserve">
<source>Remember, don't be a Snorlax.
Don't block the road for other.</source>
<target state="new">Remember, don't be a Snorlax.
Don't block the road for other.</target>
</trans-unit>
<trans-unit id="WarningMessage5" translate="yes" xml:space="preserve">
<source>Remember to be alert at all times.
Stay aware of your surroundings.</source>
<target state="new">Remember to be alert at all times.
Stay aware of your surroundings.</target>
</trans-unit>
<trans-unit id="WarningMessage6" translate="yes" xml:space="preserve">
<source>Remember to be alert at all times.
Stay aware of your surroundings.</source>
<target state="new">Remember to be alert at all times.
Stay aware of your surroundings.</target>
</trans-unit>
</group>
</body>
</file>
Expand Down
Loading