Skip to content

Commit

Permalink
Merge branch 'release/3.2.11'
Browse files Browse the repository at this point in the history
  • Loading branch information
Mindaugas Veblauskas committed Apr 11, 2024
2 parents 9ef8b62 + 88c1f35 commit 1647b8a
Show file tree
Hide file tree
Showing 15 changed files with 283 additions and 274 deletions.
4 changes: 2 additions & 2 deletions src/GlobalAssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

[assembly: AssemblyVersion("3.2.10.0")]
[assembly: AssemblyFileVersion("3.2.10.0")]
[assembly: AssemblyVersion("3.2.11.0")]
[assembly: AssemblyFileVersion("3.2.11.0")]
[assembly: ComVisible(false)]
[assembly: AssemblyInformationalVersion("$AssemblyVersion")]
[assembly: SupportedOSPlatform("windows")]
9 changes: 9 additions & 0 deletions src/ProtonVPN.App/Map/CountryLocation.cs
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ public class CountryLocation
{ "BG", new Point(377.0, 203.0) },
{ "BH", new Point(422.0, 236.0) },
{ "BI", new Point(388.0, 286.0) },
{ "BN", new Point(533.0, 274.5) },
{ "BO", new Point(219.0, 311.0) },
{ "BR", new Point(240.0, 300.0) },
{ "BT", new Point(488.0, 233.0) },
Expand All @@ -55,6 +56,7 @@ public class CountryLocation
{ "CH", new Point(349.0, 195.0) },
{ "CL", new Point(210.0, 343.0) },
{ "CM", new Point(355.0, 272.0) },
{ "CN", new Point(536.0, 207.6) },
{ "CO", new Point(208.0, 272.0) },
{ "CR", new Point(190.0, 265.0) },
{ "CU", new Point(194.0, 242.5) },
Expand Down Expand Up @@ -101,6 +103,7 @@ public class CountryLocation
{ "KE", new Point(400.0, 281.0) },
{ "KG", new Point(456.0, 207.0) },
{ "KH", new Point(516.0, 258.0) },
{ "KM", new Point(409.3, 302.2) },
{ "KP", new Point(553.0, 210.0) },
{ "KR", new Point(555.0, 215.0) },
{ "KZ", new Point(442.0, 190.0) },
Expand All @@ -122,6 +125,7 @@ public class CountryLocation
{ "MN", new Point(502.0, 197.0) },
{ "MR", new Point(315.0, 247.0) },
{ "MT", new Point(359.3, 218.1) },
{ "MU", new Point(433.9, 317.2) },
{ "MV", new Point(462.0, 275.0) },
{ "MW", new Point(394.0, 302.0) },
{ "MX", new Point(160.0, 238.0) },
Expand All @@ -145,31 +149,36 @@ public class CountryLocation
{ "PR", new Point(220.0, 250.6) },
{ "PS", new Point(395.0, 225.0) },
{ "PT", new Point(320.0, 209.0) },
{ "PW", new Point(567.0, 268.3) },
{ "PY", new Point(237.0, 325.0) },
{ "QA", new Point(423.0, 237.0) },
{ "RO", new Point(379.0, 197.0) },
{ "RS", new Point(370.0, 199.0) },
{ "RU", new Point(397.0, 172.0) },
{ "RW", new Point(388.0, 284.0) },
{ "SA", new Point(416.0, 238.0) },
{ "SB", new Point(611.2, 298.6) },
{ "SD", new Point(382.0, 253.0) },
{ "SE", new Point(363.0, 158.0) },
{ "SG", new Point(513.6, 279.0) },
{ "SI", new Point(360.0, 195.0) },
{ "SK", new Point(369.0, 191.0) },
{ "SM", new Point(356.7, 201.6) },
{ "SN", new Point(308.0, 256.0) },
{ "SO", new Point(419.0, 264.0) },
{ "SR", new Point(237.0, 274.0) },
{ "SS", new Point(386.0, 271.0) },
{ "SV", new Point(181.0, 259.0) },
{ "SY", new Point(400.0, 216.0) },
{ "TD", new Point(367.0, 253.0) },
{ "TG", new Point(335.8, 270.6) },
{ "TH", new Point(509.0, 255.5) },
{ "TJ", new Point(454.0, 212.0) },
{ "TL", new Point(552.0, 297.0) },
{ "TM", new Point(435.0, 210.0) },
{ "TN", new Point(351.0, 217.0) },
{ "TR", new Point(394.0, 208.0) },
{ "TV", new Point(641.5, 294.4) },
{ "TW", new Point(543.2, 240.0) },
{ "TZ", new Point(395.0, 292.0) },
{ "UA", new Point(391.0, 190.0) },
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"project": "windows-vpn",
"locale": "9d19b5d046f957064e21d2a9940b0ce1e223ad27"
"locale": "a6222f5d51cc6a62d1460dcee8703f8c276e3d7a"
}
Original file line number Diff line number Diff line change
Expand Up @@ -2342,7 +2342,7 @@ Siga <Hyperlink Command="{Binding OpenArticleCommand}"><Run Text="estas
<comment>The watermark text displayed in empty Server combo box in Profile window</comment>
</data>
<data name="Profiles_Profile_msg_DiscardChangesConfirm">
<value>Hay cambios de perfil sin guardar. &lt;LineBreak/&gt;&lt;LineBreak/&gt;¿En verdad desea descartarlos?</value>
<value>Hay cambios de perfil sin guardar. &lt;LineBreak/&gt;&lt;LineBreak/&gt;¿Está seguro de que quiere descartarlos?</value>
<comment>The message displayed in Question dialog when cancelling changes in Profile window.</comment>
</data>
<data name="Profiles_Profile_ttl_Create">
Expand Down
2 changes: 1 addition & 1 deletion src/ProtonVPN.Translations/Properties/Resources.es-ES.resx
Original file line number Diff line number Diff line change
Expand Up @@ -2488,7 +2488,7 @@ Por favor, sigue &lt;Hyperlink Command="{Binding OpenArticleCommand}"&gt;&lt;Run
<value>Los sitios web de publicidad utilizan cookies y rastreadores para dirigirse a ti.</value>
</data>
<data name="QuickSettings_lbl_NetShieldStatsDataSaved">
<value>Datos guardados</value>
<value>Datos ahorrados</value>
</data>
<data name="QuickSettings_lbl_NetShieldStatsDataSavedTooltip">
<value>Tamaño estimado de anuncios, rastreadores y malware bloqueado por NetShield.</value>
Expand Down
Loading

0 comments on commit 1647b8a

Please sign in to comment.