mirror of
https://github.com/bloxstraplabs/bloxstrap.git
synced 2025-04-21 10:01:27 -07:00
Update translation contribution credits
This commit is contained in:
parent
12c35fdb53
commit
8a21085f59
@ -17,11 +17,11 @@ namespace Bloxstrap
|
|||||||
{ "en-US", "English (United States)" },
|
{ "en-US", "English (United States)" },
|
||||||
{ "ar", "العربية" },
|
{ "ar", "العربية" },
|
||||||
{ "bg", "Български" },
|
{ "bg", "Български" },
|
||||||
|
#if QA_BUILD
|
||||||
{ "bn", "বাংলা" },
|
{ "bn", "বাংলা" },
|
||||||
{ "bs", "Bosanski" },
|
{ "bs", "Bosanski" },
|
||||||
#if QA_BUILD
|
|
||||||
{ "cs", "Čeština" },
|
|
||||||
#endif
|
#endif
|
||||||
|
{ "cs", "Čeština" },
|
||||||
{ "de", "Deutsch" },
|
{ "de", "Deutsch" },
|
||||||
#if QA_BUILD
|
#if QA_BUILD
|
||||||
{ "dk", "Dansk" },
|
{ "dk", "Dansk" },
|
||||||
@ -32,20 +32,28 @@ namespace Bloxstrap
|
|||||||
{ "fa", "فارسی" },
|
{ "fa", "فارسی" },
|
||||||
#endif
|
#endif
|
||||||
{ "fi", "Suomi" },
|
{ "fi", "Suomi" },
|
||||||
|
#if QA_BUILD
|
||||||
{ "fil", "Filipino" },
|
{ "fil", "Filipino" },
|
||||||
|
#endif
|
||||||
{ "fr", "Français" },
|
{ "fr", "Français" },
|
||||||
{ "he", "עברית" },
|
{ "he", "עברית" },
|
||||||
|
#if QA_BUILD
|
||||||
{ "hi", "Hindi (Latin)" },
|
{ "hi", "Hindi (Latin)" },
|
||||||
|
#endif
|
||||||
{ "hr", "Hrvatski" },
|
{ "hr", "Hrvatski" },
|
||||||
{ "hu", "Magyar" },
|
{ "hu", "Magyar" },
|
||||||
|
#if QA_BUILD
|
||||||
{ "id", "Bahasa Indonesia" },
|
{ "id", "Bahasa Indonesia" },
|
||||||
|
#endif
|
||||||
{ "it", "Italiano" },
|
{ "it", "Italiano" },
|
||||||
{ "ja", "日本語" },
|
{ "ja", "日本語" },
|
||||||
|
#if QA_BUILD
|
||||||
{ "ko", "한국어" },
|
{ "ko", "한국어" },
|
||||||
|
#endif
|
||||||
{ "lt", "Lietuvių" },
|
{ "lt", "Lietuvių" },
|
||||||
{ "ms", "Malay" },
|
{ "ms", "Malay" },
|
||||||
{ "no", "Bokmål" },
|
|
||||||
#if QA_BUILD
|
#if QA_BUILD
|
||||||
|
{ "no", "Bokmål" },
|
||||||
{ "nl", "Nederlands" },
|
{ "nl", "Nederlands" },
|
||||||
#endif
|
#endif
|
||||||
{ "pl", "Polski" },
|
{ "pl", "Polski" },
|
||||||
@ -58,7 +66,9 @@ namespace Bloxstrap
|
|||||||
{ "uk", "Українська" },
|
{ "uk", "Українська" },
|
||||||
{ "vi", "Tiếng Việt" },
|
{ "vi", "Tiếng Việt" },
|
||||||
{ "zh-CN", "中文 (简体)" },
|
{ "zh-CN", "中文 (简体)" },
|
||||||
|
#if QA_BUILD
|
||||||
{ "zh-HK", "中文 (廣東話)" },
|
{ "zh-HK", "中文 (廣東話)" },
|
||||||
|
#endif
|
||||||
{ "zh-TW", "中文 (繁體)" }
|
{ "zh-TW", "中文 (繁體)" }
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -24,37 +24,46 @@
|
|||||||
</Grid.ColumnDefinitions>
|
</Grid.ColumnDefinitions>
|
||||||
|
|
||||||
<StackPanel Grid.Column="0">
|
<StackPanel Grid.Column="0">
|
||||||
<TextBlock Text="Bahasa Indonesia" FontSize="16" FontWeight="Medium">
|
<!--<TextBlock Text="Bahasa Indonesia" FontSize="16" FontWeight="Medium">
|
||||||
<TextBlock.Foreground>
|
<TextBlock.Foreground>
|
||||||
<SolidColorBrush Color="{DynamicResource SystemAccentColorSecondary}" />
|
<SolidColorBrush Color="{DynamicResource SystemAccentColorSecondary}" />
|
||||||
</TextBlock.Foreground>
|
</TextBlock.Foreground>
|
||||||
</TextBlock>
|
</TextBlock>
|
||||||
|
<TextBlock Text="AriaP" />
|
||||||
<TextBlock Text="e7leopard" />
|
<TextBlock Text="e7leopard" />
|
||||||
<TextBlock Text="hfzrk" />
|
<TextBlock Text="hfzrk" />
|
||||||
<TextBlock Text="soudblox" />
|
<TextBlock Text="nabbyowo" />
|
||||||
|
<TextBlock Text="Nayottamaa" />
|
||||||
|
<TextBlock Text="niluhfitriani4" />
|
||||||
|
<TextBlock Text="SenZore" />
|
||||||
|
<TextBlock Text="soudblox" />-->
|
||||||
|
|
||||||
<TextBlock Text="Bokmål" FontSize="16" FontWeight="Medium" Margin="0,16,0,0">
|
<!--<TextBlock Text="Bokmål" FontSize="16" FontWeight="Medium" Margin="0,16,0,0">
|
||||||
<TextBlock.Foreground>
|
<TextBlock.Foreground>
|
||||||
<SolidColorBrush Color="{DynamicResource SystemAccentColorSecondary}" />
|
<SolidColorBrush Color="{DynamicResource SystemAccentColorSecondary}" />
|
||||||
</TextBlock.Foreground>
|
</TextBlock.Foreground>
|
||||||
</TextBlock>
|
</TextBlock>
|
||||||
<TextBlock Text="darkevilmage" />
|
<TextBlock Text="darkevilmage" />
|
||||||
<TextBlock Text="endsouls" />
|
<TextBlock Text="endsouls" />
|
||||||
<TextBlock Text="letoek" />
|
<TextBlock Text="letoek" />-->
|
||||||
|
|
||||||
<!--<TextBlock Text="Čeština" FontSize="16" FontWeight="Medium" Margin="0,16,0,0">
|
<TextBlock Text="Čeština" FontSize="16" FontWeight="Medium">
|
||||||
<TextBlock.Foreground>
|
<TextBlock.Foreground>
|
||||||
<SolidColorBrush Color="{DynamicResource SystemAccentColorSecondary}" />
|
<SolidColorBrush Color="{DynamicResource SystemAccentColorSecondary}" />
|
||||||
</TextBlock.Foreground>
|
</TextBlock.Foreground>
|
||||||
</TextBlock>
|
</TextBlock>
|
||||||
<TextBlock Text="Chusaak" />
|
<TextBlock Text="lunar" />
|
||||||
<TextBlock Text="DanyCraftCZ" />
|
<TextBlock Text="DanyCraftCZ" />
|
||||||
<TextBlock Text="Franklin_Surten" />
|
<TextBlock Text="filip55561" />
|
||||||
<TextBlock Text="Galaxy_Gangster6" />
|
<TextBlock Text="Franklin_Surten" />
|
||||||
<TextBlock Text="jasperholo" />
|
<TextBlock Text="jasperholo" />
|
||||||
<TextBlock Text="letoek" />
|
<TextBlock Text="imluk" />
|
||||||
<TextBlock Text="noobkid4545" />
|
<TextBlock Text="letoek" />
|
||||||
<TextBlock Text="radim776" />-->
|
<TextBlock Text="nexpid" />
|
||||||
|
<TextBlock Text="noobkid4545" />
|
||||||
|
<TextBlock Text="radim776" />
|
||||||
|
<TextBlock Text="Rummyffff" />
|
||||||
|
<TextBlock Text="Vinittyy" />
|
||||||
|
|
||||||
<!-- <TextBlock Text="Dansk" FontSize="16" FontWeight="Medium" Margin="0,16,0,0">
|
<!-- <TextBlock Text="Dansk" FontSize="16" FontWeight="Medium" Margin="0,16,0,0">
|
||||||
<TextBlock.Foreground>
|
<TextBlock.Foreground>
|
||||||
@ -69,7 +78,7 @@
|
|||||||
<SolidColorBrush Color="{DynamicResource SystemAccentColorSecondary}" />
|
<SolidColorBrush Color="{DynamicResource SystemAccentColorSecondary}" />
|
||||||
</TextBlock.Foreground>
|
</TextBlock.Foreground>
|
||||||
</TextBlock>
|
</TextBlock>
|
||||||
<TextBlock Text="agent_phoenix" />
|
<TextBlock Text="Agent_Phoenix" />
|
||||||
<TextBlock Text="avoidr" />
|
<TextBlock Text="avoidr" />
|
||||||
<TextBlock Text="hcjohnsgd" />
|
<TextBlock Text="hcjohnsgd" />
|
||||||
<TextBlock Text="hxmbt" />
|
<TextBlock Text="hxmbt" />
|
||||||
@ -88,11 +97,15 @@
|
|||||||
</TextBlock.Foreground>
|
</TextBlock.Foreground>
|
||||||
</TextBlock>
|
</TextBlock>
|
||||||
<TextBlock Text="4Xisty" />
|
<TextBlock Text="4Xisty" />
|
||||||
|
<TextBlock Text="adrigamer278yt" />
|
||||||
<TextBlock Text="Botkid" />
|
<TextBlock Text="Botkid" />
|
||||||
|
<TextBlock Text="casparrulo" />
|
||||||
<TextBlock Text="colocky" />
|
<TextBlock Text="colocky" />
|
||||||
<TextBlock Text="D0N-B0T" />
|
<TextBlock Text="D0N-B0T" />
|
||||||
<TextBlock Text="Dasp" />
|
<TextBlock Text="Dasp" />
|
||||||
|
<TextBlock Text="Dam20" />
|
||||||
<TextBlock Text="devyyxn" />
|
<TextBlock Text="devyyxn" />
|
||||||
|
<TextBlock Text="elmichixd1234567890" />
|
||||||
<TextBlock Text="ItzzExcel" />
|
<TextBlock Text="ItzzExcel" />
|
||||||
<TextBlock Text="Ilayhlinda" />
|
<TextBlock Text="Ilayhlinda" />
|
||||||
<TextBlock Text="Ilushiouss" />
|
<TextBlock Text="Ilushiouss" />
|
||||||
@ -103,11 +116,14 @@
|
|||||||
<TextBlock Text="NezumiDS" />
|
<TextBlock Text="NezumiDS" />
|
||||||
<TextBlock Text="NimuruDP" />
|
<TextBlock Text="NimuruDP" />
|
||||||
<TextBlock Text="NescafeCL" />
|
<TextBlock Text="NescafeCL" />
|
||||||
|
<TextBlock Text="purplemanta6754" />
|
||||||
<TextBlock Text="Sw7gger" />
|
<TextBlock Text="Sw7gger" />
|
||||||
<TextBlock Text="sxckqerz" />
|
<TextBlock Text="sxckqerz" />
|
||||||
|
<TextBlock Text="Syngio" />
|
||||||
<TextBlock Text="Urzy" />
|
<TextBlock Text="Urzy" />
|
||||||
|
<TextBlock Text="ZakaHaceCosas" />
|
||||||
|
|
||||||
<TextBlock Text="Filipino" FontSize="16" FontWeight="Medium" Margin="0,16,0,0">
|
<!--<TextBlock Text="Filipino" FontSize="16" FontWeight="Medium" Margin="0,16,0,0">
|
||||||
<TextBlock.Foreground>
|
<TextBlock.Foreground>
|
||||||
<SolidColorBrush Color="{DynamicResource SystemAccentColorSecondary}" />
|
<SolidColorBrush Color="{DynamicResource SystemAccentColorSecondary}" />
|
||||||
</TextBlock.Foreground>
|
</TextBlock.Foreground>
|
||||||
@ -115,7 +131,7 @@
|
|||||||
<TextBlock Text="alphjectiom" />
|
<TextBlock Text="alphjectiom" />
|
||||||
<TextBlock Text="FlaminDaPotato" />
|
<TextBlock Text="FlaminDaPotato" />
|
||||||
<TextBlock Text="RobiTheRobloxxer" />
|
<TextBlock Text="RobiTheRobloxxer" />
|
||||||
<TextBlock Text="shadow01148" />
|
<TextBlock Text="shadow01148" />-->
|
||||||
|
|
||||||
<TextBlock Text="Français" FontSize="16" FontWeight="Medium" Margin="0,16,0,0">
|
<TextBlock Text="Français" FontSize="16" FontWeight="Medium" Margin="0,16,0,0">
|
||||||
<TextBlock.Foreground>
|
<TextBlock.Foreground>
|
||||||
@ -123,18 +139,24 @@
|
|||||||
</TextBlock.Foreground>
|
</TextBlock.Foreground>
|
||||||
</TextBlock>
|
</TextBlock>
|
||||||
<TextBlock Text="At0zDx" />
|
<TextBlock Text="At0zDx" />
|
||||||
|
<TextBlock Text="Beezled" />
|
||||||
<TextBlock Text="built4aiming" />
|
<TextBlock Text="built4aiming" />
|
||||||
<TextBlock Text="hahaloserz360" />
|
<TextBlock Text="hahaloserz360" />
|
||||||
<TextBlock Text="K0ga" />
|
<TextBlock Text="K0ga" />
|
||||||
|
<TextBlock Text="l_ornoir" />
|
||||||
<TextBlock Text="Marcssebaa" />
|
<TextBlock Text="Marcssebaa" />
|
||||||
<TextBlock Text="MommySernox" />
|
<TextBlock Text="MommySernox" />
|
||||||
|
<TextBlock Text="Mugetsu4737" />
|
||||||
<TextBlock Text="owentempest8" />
|
<TextBlock Text="owentempest8" />
|
||||||
<TextBlock Text="Subsical" />
|
<TextBlock Text="Subsical" />
|
||||||
<TextBlock Text="thatsirwaffles" />
|
<TextBlock Text="thatsirwaffles" />
|
||||||
<TextBlock Text="tyundrai" />
|
<TextBlock Text="tyundrai" />
|
||||||
<TextBlock Text="Waza80" />
|
<TextBlock Text="Waza80" />
|
||||||
|
<TextBlock Text="yobye48" />
|
||||||
|
<TextBlock Text="Zeyroxrblx" />
|
||||||
|
|
||||||
<TextBlock Text="Hindi (Latin)" FontSize="16" FontWeight="Medium" Margin="0,16,0,0">
|
|
||||||
|
<!--<TextBlock Text="Hindi (Latin)" FontSize="16" FontWeight="Medium" Margin="0,16,0,0">
|
||||||
<TextBlock.Foreground>
|
<TextBlock.Foreground>
|
||||||
<SolidColorBrush Color="{DynamicResource SystemAccentColorSecondary}" />
|
<SolidColorBrush Color="{DynamicResource SystemAccentColorSecondary}" />
|
||||||
</TextBlock.Foreground>
|
</TextBlock.Foreground>
|
||||||
@ -143,7 +165,7 @@
|
|||||||
<TextBlock Text="marathedonroblox" />
|
<TextBlock Text="marathedonroblox" />
|
||||||
<TextBlock Text="Sur_" />
|
<TextBlock Text="Sur_" />
|
||||||
<TextBlock Text="Tezos" />
|
<TextBlock Text="Tezos" />
|
||||||
<TextBlock Text="TheTakuo" />
|
<TextBlock Text="TheTakuo" />-->
|
||||||
</StackPanel>
|
</StackPanel>
|
||||||
|
|
||||||
<StackPanel Grid.Column="1">
|
<StackPanel Grid.Column="1">
|
||||||
@ -152,7 +174,7 @@
|
|||||||
<SolidColorBrush Color="{DynamicResource SystemAccentColorSecondary}" />
|
<SolidColorBrush Color="{DynamicResource SystemAccentColorSecondary}" />
|
||||||
</TextBlock.Foreground>
|
</TextBlock.Foreground>
|
||||||
</TextBlock>
|
</TextBlock>
|
||||||
<TextBlock Text="Dzigos" />
|
<TextBlock Text="DipsiTheCreeper" />
|
||||||
<TextBlock Text="Koyroii" />
|
<TextBlock Text="Koyroii" />
|
||||||
<TextBlock Text="Nemznja" />
|
<TextBlock Text="Nemznja" />
|
||||||
|
|
||||||
@ -161,6 +183,7 @@
|
|||||||
<SolidColorBrush Color="{DynamicResource SystemAccentColorSecondary}" />
|
<SolidColorBrush Color="{DynamicResource SystemAccentColorSecondary}" />
|
||||||
</TextBlock.Foreground>
|
</TextBlock.Foreground>
|
||||||
</TextBlock>
|
</TextBlock>
|
||||||
|
<TextBlock Text="andreartificialwerewolf" />
|
||||||
<TextBlock Text="crow_zxcr" />
|
<TextBlock Text="crow_zxcr" />
|
||||||
<TextBlock Text="devyyxn" />
|
<TextBlock Text="devyyxn" />
|
||||||
<TextBlock Text="domenicoiacono" />
|
<TextBlock Text="domenicoiacono" />
|
||||||
@ -168,9 +191,14 @@
|
|||||||
<TextBlock Text="lord_moth" />
|
<TextBlock Text="lord_moth" />
|
||||||
<TextBlock Text="loridori" />
|
<TextBlock Text="loridori" />
|
||||||
<TextBlock Text="Lupo01" />
|
<TextBlock Text="Lupo01" />
|
||||||
|
<TextBlock Text="Mishen" />
|
||||||
<TextBlock Text="Mogunars" />
|
<TextBlock Text="Mogunars" />
|
||||||
|
<TextBlock Text="noocciolina" />
|
||||||
<TextBlock Text="pave08" />
|
<TextBlock Text="pave08" />
|
||||||
|
<TextBlock Text="Seme_" />
|
||||||
<TextBlock Text="spectrumbruh" />
|
<TextBlock Text="spectrumbruh" />
|
||||||
|
<TextBlock Text="the.silly.cat" />
|
||||||
|
|
||||||
|
|
||||||
<TextBlock Text="Lietuvių" FontSize="16" FontWeight="Medium" Margin="0,16,0,0">
|
<TextBlock Text="Lietuvių" FontSize="16" FontWeight="Medium" Margin="0,16,0,0">
|
||||||
<TextBlock.Foreground>
|
<TextBlock.Foreground>
|
||||||
@ -212,7 +240,6 @@
|
|||||||
<TextBlock Text="my5q" />
|
<TextBlock Text="my5q" />
|
||||||
<TextBlock Text="nemzik2137" />
|
<TextBlock Text="nemzik2137" />
|
||||||
<TextBlock Text="plexar" />
|
<TextBlock Text="plexar" />
|
||||||
<TextBlock Text="r.efil" />
|
|
||||||
|
|
||||||
<TextBlock Text="Português (Brasil)" FontSize="16" FontWeight="Medium" Margin="0,16,0,0">
|
<TextBlock Text="Português (Brasil)" FontSize="16" FontWeight="Medium" Margin="0,16,0,0">
|
||||||
<TextBlock.Foreground>
|
<TextBlock.Foreground>
|
||||||
@ -231,6 +258,7 @@
|
|||||||
<TextBlock Text="nunk7" />
|
<TextBlock Text="nunk7" />
|
||||||
<TextBlock Text="peke7374" />
|
<TextBlock Text="peke7374" />
|
||||||
<TextBlock Text="SeeF" />
|
<TextBlock Text="SeeF" />
|
||||||
|
<TextBlock Text="SnoowAce" />
|
||||||
<TextBlock Text="Snowzin1" />
|
<TextBlock Text="Snowzin1" />
|
||||||
<TextBlock Text="storm930" />
|
<TextBlock Text="storm930" />
|
||||||
<TextBlock Text="toofastforboo" />
|
<TextBlock Text="toofastforboo" />
|
||||||
@ -256,8 +284,10 @@
|
|||||||
</TextBlock>
|
</TextBlock>
|
||||||
<TextBlock Text="gelaxiz" />
|
<TextBlock Text="gelaxiz" />
|
||||||
<TextBlock Text="jes5" />
|
<TextBlock Text="jes5" />
|
||||||
|
<TextBlock Text="Niko_" />
|
||||||
<TextBlock Text="retromaxwell" />
|
<TextBlock Text="retromaxwell" />
|
||||||
<TextBlock Text="SomePinglord" />
|
<TextBlock Text="SomePinglord" />
|
||||||
|
<TextBlock Text="xxsheepx" />
|
||||||
</StackPanel>
|
</StackPanel>
|
||||||
|
|
||||||
<StackPanel Grid.Column="2">
|
<StackPanel Grid.Column="2">
|
||||||
@ -266,6 +296,7 @@
|
|||||||
<SolidColorBrush Color="{DynamicResource SystemAccentColorSecondary}" />
|
<SolidColorBrush Color="{DynamicResource SystemAccentColorSecondary}" />
|
||||||
</TextBlock.Foreground>
|
</TextBlock.Foreground>
|
||||||
</TextBlock>
|
</TextBlock>
|
||||||
|
<TextBlock Text="acevvxa" />
|
||||||
<TextBlock Text="Axellse" />
|
<TextBlock Text="Axellse" />
|
||||||
<TextBlock Text="CroppingFlea479" />
|
<TextBlock Text="CroppingFlea479" />
|
||||||
<TextBlock Text="FishySpelar" />
|
<TextBlock Text="FishySpelar" />
|
||||||
@ -287,10 +318,12 @@
|
|||||||
<TextBlock Text="makayu203332" />
|
<TextBlock Text="makayu203332" />
|
||||||
<TextBlock Text="MEx2/j7x6" />
|
<TextBlock Text="MEx2/j7x6" />
|
||||||
<TextBlock Text="NguyenDat208" />
|
<TextBlock Text="NguyenDat208" />
|
||||||
<TextBlock Text="quanmequankk" />
|
<TextBlock Text="makayu203332" />
|
||||||
|
<TextBlock Text="PhucZu" />
|
||||||
<TextBlock Text="SomeRandomGuy175" />
|
<TextBlock Text="SomeRandomGuy175" />
|
||||||
<TextBlock Text="SonThanhVN" />
|
<TextBlock Text="SonThanhVN" />
|
||||||
<TextBlock Text="teaanguyenn" />
|
<TextBlock Text="teaanguyenn" />
|
||||||
|
<TextBlock Text="thanhphomgdep" />
|
||||||
<TextBlock Text="Veiiorra" />
|
<TextBlock Text="Veiiorra" />
|
||||||
|
|
||||||
<TextBlock Text="Türkçe" FontSize="16" FontWeight="Medium" Margin="0,16,0,0">
|
<TextBlock Text="Türkçe" FontSize="16" FontWeight="Medium" Margin="0,16,0,0">
|
||||||
@ -303,11 +336,16 @@
|
|||||||
<TextBlock Text="drakfreddy" />
|
<TextBlock Text="drakfreddy" />
|
||||||
<TextBlock Text="enisify" />
|
<TextBlock Text="enisify" />
|
||||||
<TextBlock Text="jayces." />
|
<TextBlock Text="jayces." />
|
||||||
|
<TextBlock Text="josephisticated" />
|
||||||
|
<TextBlock Text="Karan0" />
|
||||||
|
<TextBlock Text="kerimkerimmech" />
|
||||||
<TextBlock Text="nyatie" />
|
<TextBlock Text="nyatie" />
|
||||||
<TextBlock Text="PixelArmy" />
|
<TextBlock Text="PixelArmy" />
|
||||||
<TextBlock Text="plants8332" />
|
<TextBlock Text="plants8332" />
|
||||||
<TextBlock Text="r02" />
|
<TextBlock Text="r02" />
|
||||||
<TextBlock Text="siyamicik" />
|
<TextBlock Text="siyamicik" />
|
||||||
|
<TextBlock Text="slideglide" />
|
||||||
|
<TextBlock Text="Wanwood" />
|
||||||
<TextBlock Text="ydboss" />
|
<TextBlock Text="ydboss" />
|
||||||
|
|
||||||
<TextBlock Text="Українська" FontSize="16" FontWeight="Medium" Margin="0,16,0,0">
|
<TextBlock Text="Українська" FontSize="16" FontWeight="Medium" Margin="0,16,0,0">
|
||||||
@ -315,20 +353,21 @@
|
|||||||
<SolidColorBrush Color="{DynamicResource SystemAccentColorSecondary}" />
|
<SolidColorBrush Color="{DynamicResource SystemAccentColorSecondary}" />
|
||||||
</TextBlock.Foreground>
|
</TextBlock.Foreground>
|
||||||
</TextBlock>
|
</TextBlock>
|
||||||
|
<TextBlock Text="5070" />
|
||||||
<TextBlock Text="9zh" />
|
<TextBlock Text="9zh" />
|
||||||
<TextBlock Text="andrey3569s" />
|
<TextBlock Text="andrey3569s" />
|
||||||
<TextBlock Text="DexterBloxxer" />
|
<TextBlock Text="DexterBloxxer" />
|
||||||
<TextBlock Text="Externalkinetics" />
|
<TextBlock Text="Externalkinetics" />
|
||||||
<TextBlock Text="maksimvlad7" />
|
<TextBlock Text="maksimvlad7" />
|
||||||
|
|
||||||
<TextBlock Text="Босански" FontSize="16" FontWeight="Medium" Margin="0,16,0,0">
|
<!--<TextBlock Text="Bosanski" FontSize="16" FontWeight="Medium" Margin="0,16,0,0">
|
||||||
<TextBlock.Foreground>
|
<TextBlock.Foreground>
|
||||||
<SolidColorBrush Color="{DynamicResource SystemAccentColorSecondary}" />
|
<SolidColorBrush Color="{DynamicResource SystemAccentColorSecondary}" />
|
||||||
</TextBlock.Foreground>
|
</TextBlock.Foreground>
|
||||||
</TextBlock>
|
</TextBlock>
|
||||||
<TextBlock Text="Cortex_1" />
|
<TextBlock Text="Cortex_1" />
|
||||||
<TextBlock Text="Nemznja" />
|
<TextBlock Text="Nemznja" />
|
||||||
<TextBlock Text="Ren" />
|
<TextBlock Text="Ren" />-->
|
||||||
|
|
||||||
<TextBlock Text="Български" FontSize="16" FontWeight="Medium" Margin="0,16,0,0">
|
<TextBlock Text="Български" FontSize="16" FontWeight="Medium" Margin="0,16,0,0">
|
||||||
<TextBlock.Foreground>
|
<TextBlock.Foreground>
|
||||||
@ -345,12 +384,10 @@
|
|||||||
</TextBlock>
|
</TextBlock>
|
||||||
<TextBlock Text="3tcy" Foreground="{DynamicResource SystemFillColorCriticalBrush}" />
|
<TextBlock Text="3tcy" Foreground="{DynamicResource SystemFillColorCriticalBrush}" />
|
||||||
<TextBlock Text="andBroz" />
|
<TextBlock Text="andBroz" />
|
||||||
<TextBlock Text="alexneonwithglue" />
|
|
||||||
<TextBlock Text="AnonymousDudeLOL123" />
|
<TextBlock Text="AnonymousDudeLOL123" />
|
||||||
<TextBlock Text="aperna_of_the_ticks" />
|
<TextBlock Text="aperna_of_the_ticks" />
|
||||||
<TextBlock Text="arsenijveselov77" />
|
<TextBlock Text="arsenijveselov77" />
|
||||||
<TextBlock Text="Art3mLapa" />
|
<TextBlock Text="Art3mLapa" />
|
||||||
<TextBlock Text="cherkash" />
|
|
||||||
<TextBlock Text="cub-has-injected" />
|
<TextBlock Text="cub-has-injected" />
|
||||||
<TextBlock Text="dallyuser" />
|
<TextBlock Text="dallyuser" />
|
||||||
<TextBlock Text="Dr1mG" />
|
<TextBlock Text="Dr1mG" />
|
||||||
@ -361,8 +398,10 @@
|
|||||||
<TextBlock Text="ImperialRhyme" Foreground="{DynamicResource SystemFillColorCriticalBrush}" />
|
<TextBlock Text="ImperialRhyme" Foreground="{DynamicResource SystemFillColorCriticalBrush}" />
|
||||||
<TextBlock Text="IStoleYourCheese" Foreground="{DynamicResource SystemFillColorCriticalBrush}" />
|
<TextBlock Text="IStoleYourCheese" Foreground="{DynamicResource SystemFillColorCriticalBrush}" />
|
||||||
<TextBlock Text="khat7" Foreground="{DynamicResource SystemFillColorCriticalBrush}" />
|
<TextBlock Text="khat7" Foreground="{DynamicResource SystemFillColorCriticalBrush}" />
|
||||||
|
<TextBlock Text="jayshooze" />
|
||||||
<TextBlock Text="kostyan" />
|
<TextBlock Text="kostyan" />
|
||||||
<TextBlock Text="Maks" />
|
<TextBlock Text="Maks" />
|
||||||
|
<TextBlock Text="Naveandice" />
|
||||||
<TextBlock Text="niktoyou" />
|
<TextBlock Text="niktoyou" />
|
||||||
<TextBlock Text="nurgament2" />
|
<TextBlock Text="nurgament2" />
|
||||||
<TextBlock Text="poflexim" />
|
<TextBlock Text="poflexim" />
|
||||||
@ -375,6 +414,8 @@
|
|||||||
<TextBlock Text="Spuffio" />
|
<TextBlock Text="Spuffio" />
|
||||||
<TextBlock Text="StraiF" />
|
<TextBlock Text="StraiF" />
|
||||||
<TextBlock Text="StrayCatSimb" />
|
<TextBlock Text="StrayCatSimb" />
|
||||||
|
<TextBlock Text="TheSkout001" />
|
||||||
|
<TextBlock Text="trashers" />
|
||||||
<TextBlock Text="Voxel" />
|
<TextBlock Text="Voxel" />
|
||||||
<TextBlock Text="XonaShera" Foreground="{DynamicResource SystemFillColorCriticalBrush}" />
|
<TextBlock Text="XonaShera" Foreground="{DynamicResource SystemFillColorCriticalBrush}" />
|
||||||
<TextBlock Text="Ziio123" />
|
<TextBlock Text="Ziio123" />
|
||||||
@ -399,16 +440,19 @@
|
|||||||
</TextBlock>
|
</TextBlock>
|
||||||
<TextBlock Text="busguesjshbahsj" />
|
<TextBlock Text="busguesjshbahsj" />
|
||||||
<TextBlock Text="cq2i" />
|
<TextBlock Text="cq2i" />
|
||||||
<TextBlock Text="mmiky" />
|
<TextBlock Text="FarisAmgad" />
|
||||||
|
<TextBlock Text="Mehrath" />
|
||||||
<TextBlock Text="mostafagamingx1" />
|
<TextBlock Text="mostafagamingx1" />
|
||||||
|
<TextBlock Text="projectp774" />
|
||||||
<TextBlock Text="RoRed" />
|
<TextBlock Text="RoRed" />
|
||||||
<TextBlock Text="Sakupen" />
|
<TextBlock Text="Sakupen" />
|
||||||
<TextBlock Text="streoic" />
|
<TextBlock Text="streoic" />
|
||||||
<TextBlock Text="uvq18" />
|
<TextBlock Text="uvq18" />
|
||||||
<TextBlock Text="wyfast" />
|
<TextBlock Text="wyfast" />
|
||||||
|
<TextBlock Text="xyplexy" />
|
||||||
<TextBlock Text="Zida" />
|
<TextBlock Text="Zida" />
|
||||||
|
|
||||||
<TextBlock Text="বাংলা" FontSize="16" FontWeight="Medium" Margin="0,16,0,0">
|
<!--<TextBlock Text="বাংলা" FontSize="16" FontWeight="Medium" Margin="0,16,0,0">
|
||||||
<TextBlock.Foreground>
|
<TextBlock.Foreground>
|
||||||
<SolidColorBrush Color="{DynamicResource SystemAccentColorSecondary}" />
|
<SolidColorBrush Color="{DynamicResource SystemAccentColorSecondary}" />
|
||||||
</TextBlock.Foreground>
|
</TextBlock.Foreground>
|
||||||
@ -416,7 +460,7 @@
|
|||||||
<TextBlock Text="Arnian" />
|
<TextBlock Text="Arnian" />
|
||||||
<TextBlock Text="Hydrated_panda" />
|
<TextBlock Text="Hydrated_panda" />
|
||||||
<TextBlock Text="marathedonroblox" />
|
<TextBlock Text="marathedonroblox" />
|
||||||
<TextBlock Text="red_hi" />
|
<TextBlock Text="red_hi" />-->
|
||||||
|
|
||||||
<TextBlock Text="ภาษาไทย" FontSize="16" FontWeight="Medium" Margin="0,16,0,0">
|
<TextBlock Text="ภาษาไทย" FontSize="16" FontWeight="Medium" Margin="0,16,0,0">
|
||||||
<TextBlock.Foreground>
|
<TextBlock.Foreground>
|
||||||
@ -424,12 +468,14 @@
|
|||||||
</TextBlock.Foreground>
|
</TextBlock.Foreground>
|
||||||
</TextBlock>
|
</TextBlock>
|
||||||
<TextBlock Text="._bonus_." />
|
<TextBlock Text="._bonus_." />
|
||||||
<TextBlock Text="marc15772" />
|
|
||||||
<TextBlock Text="arthurwagon" />
|
<TextBlock Text="arthurwagon" />
|
||||||
|
<TextBlock Text="marc15772" />
|
||||||
|
<TextBlock Text="punnavice" />
|
||||||
|
<TextBlock Text="rachapol.pat" />
|
||||||
<TextBlock Text="Sem1z" />
|
<TextBlock Text="Sem1z" />
|
||||||
<TextBlock Text="xAom" />
|
<TextBlock Text="xAom" />
|
||||||
|
|
||||||
<TextBlock Text="한국어" FontSize="16" FontWeight="Medium" Margin="0,16,0,0">
|
<!--<TextBlock Text="한국어" FontSize="16" FontWeight="Medium" Margin="0,16,0,0">
|
||||||
<TextBlock.Foreground>
|
<TextBlock.Foreground>
|
||||||
<SolidColorBrush Color="{DynamicResource SystemAccentColorSecondary}" />
|
<SolidColorBrush Color="{DynamicResource SystemAccentColorSecondary}" />
|
||||||
</TextBlock.Foreground>
|
</TextBlock.Foreground>
|
||||||
@ -437,7 +483,7 @@
|
|||||||
<TextBlock Text="ADVI50R" />
|
<TextBlock Text="ADVI50R" />
|
||||||
<TextBlock Text="asd123456fghqwerty" />
|
<TextBlock Text="asd123456fghqwerty" />
|
||||||
<TextBlock Text="bacon1295" />
|
<TextBlock Text="bacon1295" />
|
||||||
<TextBlock Text="NightPlay" />
|
<TextBlock Text="NightPlay" /-->
|
||||||
|
|
||||||
<TextBlock Text="中文 (简体)" FontSize="16" FontWeight="Medium" Margin="0,16,0,0">
|
<TextBlock Text="中文 (简体)" FontSize="16" FontWeight="Medium" Margin="0,16,0,0">
|
||||||
<TextBlock.Foreground>
|
<TextBlock.Foreground>
|
||||||
@ -447,12 +493,13 @@
|
|||||||
<TextBlock Text="14TQD" />
|
<TextBlock Text="14TQD" />
|
||||||
<TextBlock Text="Aling00" />
|
<TextBlock Text="Aling00" />
|
||||||
<TextBlock Text="Clock" />
|
<TextBlock Text="Clock" />
|
||||||
|
<TextBlock Text="crimarz" />
|
||||||
|
<TextBlock Text="edwardcole3715" />
|
||||||
<TextBlock Text="ERSN_CERROR" />
|
<TextBlock Text="ERSN_CERROR" />
|
||||||
<TextBlock Text="Kirxvil" />
|
|
||||||
<TextBlock Text="Typel" />
|
<TextBlock Text="Typel" />
|
||||||
<TextBlock Text="yuhaodatt" />
|
<TextBlock Text="yuhaodatt" />
|
||||||
|
|
||||||
<TextBlock Text="中文 (廣東話)" FontSize="16" FontWeight="Medium" Margin="0,16,0,0">
|
<!--<TextBlock Text="中文 (廣東話)" FontSize="16" FontWeight="Medium" Margin="0,16,0,0">
|
||||||
<TextBlock.Foreground>
|
<TextBlock.Foreground>
|
||||||
<SolidColorBrush Color="{DynamicResource SystemAccentColorSecondary}" />
|
<SolidColorBrush Color="{DynamicResource SystemAccentColorSecondary}" />
|
||||||
</TextBlock.Foreground>
|
</TextBlock.Foreground>
|
||||||
@ -460,7 +507,7 @@
|
|||||||
<TextBlock Text="henrychu1125" />
|
<TextBlock Text="henrychu1125" />
|
||||||
<TextBlock Text="kitzure" />
|
<TextBlock Text="kitzure" />
|
||||||
<TextBlock Text="Kimina898" />
|
<TextBlock Text="Kimina898" />
|
||||||
<TextBlock Text="shhh_op" />
|
<TextBlock Text="shhh_op" />-->
|
||||||
|
|
||||||
<TextBlock Text="中文 (繁體)" FontSize="16" FontWeight="Medium" Margin="0,16,0,0">
|
<TextBlock Text="中文 (繁體)" FontSize="16" FontWeight="Medium" Margin="0,16,0,0">
|
||||||
<TextBlock.Foreground>
|
<TextBlock.Foreground>
|
||||||
@ -468,9 +515,12 @@
|
|||||||
</TextBlock.Foreground>
|
</TextBlock.Foreground>
|
||||||
</TextBlock>
|
</TextBlock>
|
||||||
<TextBlock Text="14TQD" />
|
<TextBlock Text="14TQD" />
|
||||||
|
<TextBlock Text="DOM1Chan" />
|
||||||
<TextBlock Text="DXuwu" />
|
<TextBlock Text="DXuwu" />
|
||||||
|
<TextBlock Text="ImLoadingUuU" />
|
||||||
<TextBlock Text="kitzure" />
|
<TextBlock Text="kitzure" />
|
||||||
<TextBlock Text="Kimina898" />
|
<TextBlock Text="Kimina898" />
|
||||||
|
<TextBlock Text="superchuckhamsterlover" />
|
||||||
|
|
||||||
<TextBlock Text="日本語" FontSize="16" FontWeight="Medium" Margin="0,16,0,0">
|
<TextBlock Text="日本語" FontSize="16" FontWeight="Medium" Margin="0,16,0,0">
|
||||||
<TextBlock.Foreground>
|
<TextBlock.Foreground>
|
||||||
@ -478,6 +528,7 @@
|
|||||||
</TextBlock.Foreground>
|
</TextBlock.Foreground>
|
||||||
</TextBlock>
|
</TextBlock>
|
||||||
<TextBlock Text="MintJapan" />
|
<TextBlock Text="MintJapan" />
|
||||||
|
<TextBlock Text="mtmtyu" />
|
||||||
<TextBlock Text="pimeja7" />
|
<TextBlock Text="pimeja7" />
|
||||||
<TextBlock Text="yixhuaa" />
|
<TextBlock Text="yixhuaa" />
|
||||||
</StackPanel>
|
</StackPanel>
|
||||||
|
Loading…
Reference in New Issue
Block a user