diff options
| author | Oskar <oskar@mullvad.net> | 2024-08-30 09:19:05 +0200 |
|---|---|---|
| committer | Oskar <oskar@mullvad.net> | 2024-08-30 20:04:00 +0200 |
| commit | 059dafffdfd6d8c7825da4f8d518e3c82b943abf (patch) | |
| tree | 1aff3316929d2b1561480e01e2c97d55c7a95a7c | |
| parent | a0e4fb983626aefa11b88ded644e3e6fae8f8e71 (diff) | |
| download | mullvadvpn-059dafffdfd6d8c7825da4f8d518e3c82b943abf.tar.xz mullvadvpn-059dafffdfd6d8c7825da4f8d518e3c82b943abf.zip | |
Update translations
| -rw-r--r-- | gui/locales/messages.pot | 41 |
1 files changed, 39 insertions, 2 deletions
diff --git a/gui/locales/messages.pot b/gui/locales/messages.pot index a6bf039ec7..d35bfa0453 100644 --- a/gui/locales/messages.pot +++ b/gui/locales/messages.pot @@ -357,12 +357,20 @@ msgctxt "accessibility" msgid "Select location. Current location is %(location)s" msgstr "" +msgctxt "accessibility" +msgid "Shadowsocks settings" +msgstr "" + #. Provided to accessibility tools such as screenreaders to describe #. the button which unobscures the account number. msgctxt "accessibility" msgid "Show account number" msgstr "" +msgctxt "accessibility" +msgid "UDP-over-TCP settings" +msgstr "" + #. Title label in navigation bar msgctxt "account-view" msgid "Account" @@ -2036,6 +2044,16 @@ msgctxt "wireguard-settings-nav" msgid "%(wireguard)s settings" msgstr "" +#. Title label in navigation bar +msgctxt "wireguard-settings-nav" +msgid "Shadowsocks" +msgstr "" + +#. Title label in navigation bar +msgctxt "wireguard-settings-nav" +msgid "UDP-over-TCP" +msgstr "" + msgctxt "wireguard-settings-view" msgid "%(daita)s (%(daitaFull)s) hides patterns in your encrypted VPN traffic. If anyone is monitoring your connection, this makes it significantly harder for them to identify what websites you are visiting. It does this by carefully adding network noise and making all network packets the same size." msgstr "" @@ -2071,11 +2089,14 @@ msgid "Obfuscation hides the WireGuard traffic inside another protocol. It can b msgstr "" msgctxt "wireguard-settings-view" -msgid "On (UDP-over-TCP)" +msgid "Port" msgstr "" +#. Text showing currently selected port. +#. Available placeholders: +#. %(port)s - Can be either a number between 1 and 65000 or the text "Automatic". msgctxt "wireguard-settings-view" -msgid "Port" +msgid "Port: %(port)s" msgstr "" #. The title for the WireGuard quantum resistance selector. This setting @@ -2095,6 +2116,10 @@ msgid "Set %(wireguard)s MTU value. Valid range: %(min)d - %(max)d." msgstr "" msgctxt "wireguard-settings-view" +msgid "Shadowsocks" +msgstr "" + +msgctxt "wireguard-settings-view" msgid "The automatic setting will randomly choose from the valid port ranges shown below." msgstr "" @@ -2119,9 +2144,18 @@ msgid "This feature makes the WireGuard tunnel resistant to potential attacks fr msgstr "" msgctxt "wireguard-settings-view" +msgid "UDP-over-TCP" +msgstr "" + +msgctxt "wireguard-settings-view" msgid "UDP-over-TCP port" msgstr "" +#. Text describing the valid port range for a port selector. +msgctxt "wireguard-settings-view" +msgid "Valid range: %(min)s - %(max)s" +msgstr "" + msgctxt "wireguard-settings-view" msgid "Which TCP port the UDP-over-TCP obfuscation protocol should connect to on the VPN server." msgstr "" @@ -2387,6 +2421,9 @@ msgstr "" msgid "Not found" msgstr "" +msgid "On (UDP-over-TCP)" +msgstr "" + msgid "Overrides active" msgstr "" |
