aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2020-12-21 17:47:18 +0100
committerJason A. Donenfeld <Jason@zx2c4.com>2021-01-04 15:06:54 +0100
commit478e875425f947b956ec644d44ae96c8a1856a2d (patch)
tree5f7917e29bae6025236ca6ba00e86c3696e9309d
parentembeddable-dll-service: download gcc again, since clang does not work with cgo (diff)
downloadwireguard-windows-478e875425f947b956ec644d44ae96c8a1856a2d.tar.xz
wireguard-windows-478e875425f947b956ec644d44ae96c8a1856a2d.zip
locales: sync with crowdin
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to '')
-rw-r--r--Makefile2
-rw-r--r--locales/de/messages.gotext.json104
-rw-r--r--locales/fi/messages.gotext.json303
-rw-r--r--locales/fr/messages.gotext.json146
-rw-r--r--locales/pa-IN/messages.gotext.json1223
-rw-r--r--locales/pl/messages.gotext.json120
-rw-r--r--locales/ro/messages.gotext.json122
-rw-r--r--locales/ru/messages.gotext.json152
-rw-r--r--locales/sl/messages.gotext.json132
-rw-r--r--locales/zh-CN/messages.gotext.json132
-rw-r--r--zgotext.go3014
11 files changed, 4019 insertions, 1431 deletions
diff --git a/Makefile b/Makefile
index 74db1df1..e714d9d9 100644
--- a/Makefile
+++ b/Makefile
@@ -85,7 +85,7 @@ fmt: .deps/go/prepared
generate: export GOOS :=
generate: .deps/go/prepared
- go generate ./...
+ go generate -mod=mod ./...
crowdin:
find locales -maxdepth 1 -mindepth 1 -type d \! -name en -exec rm -rf {} +
diff --git a/locales/de/messages.gotext.json b/locales/de/messages.gotext.json
index 9cbe752a..cae1860e 100644
--- a/locales/de/messages.gotext.json
+++ b/locales/de/messages.gotext.json
@@ -60,6 +60,12 @@
]
},
{
+ "id": "You must use the native version of WireGuard on this computer.",
+ "message": "You must use the native version of WireGuard on this computer.",
+ "translation": "Sie müssen die Version von Wireguard benutzen, die für ihren Computer bestimmt ist.",
+ "translatorComment": "Copied from source."
+ },
+ {
"id": "Unable to open current process token: {Err}",
"message": "Unable to open current process token: {Err}",
"translation": "Konnte aktuellen Prozess-Token nicht öffnen: {Err}",
@@ -580,6 +586,62 @@
"translatorComment": "Copied from source."
},
{
+ "id": "App version: {Number}\nGo backend version: {WireGuardGoVersion}\nGo version: {Version_go}-{GOARCH}\nOperating system: {OsName}\nArchitecture: {NativeArch}",
+ "message": "App version: {Number}\nGo backend version: {WireGuardGoVersion}\nGo version: {Version_go}-{GOARCH}\nOperating system: {OsName}\nArchitecture: {NativeArch}",
+ "translation": "App Version: {Number}\nGo backend Version: {WireGuardGoVersion}\nGo Version: {Version_go}-{GOARCH}\nBetriebssystem: {OsName}\nArchitektur: {NativeArch}",
+ "translatorComment": "Copied from source.",
+ "placeholders": [
+ {
+ "id": "Number",
+ "string": "%[1]s",
+ "type": "string",
+ "underlyingType": "string",
+ "argNum": 1,
+ "expr": "version.Number"
+ },
+ {
+ "id": "WireGuardGoVersion",
+ "string": "%[2]s",
+ "type": "string",
+ "underlyingType": "string",
+ "argNum": 2,
+ "expr": "device.WireGuardGoVersion"
+ },
+ {
+ "id": "Version_go",
+ "string": "%[3]s",
+ "type": "string",
+ "underlyingType": "string",
+ "argNum": 3,
+ "expr": "strings.TrimPrefix(runtime.Version(), \"go\")"
+ },
+ {
+ "id": "GOARCH",
+ "string": "%[4]s",
+ "type": "string",
+ "underlyingType": "string",
+ "argNum": 4,
+ "expr": "runtime.GOARCH"
+ },
+ {
+ "id": "OsName",
+ "string": "%[5]s",
+ "type": "string",
+ "underlyingType": "string",
+ "argNum": 5,
+ "expr": "version.OsName()"
+ },
+ {
+ "id": "NativeArch",
+ "string": "%[6]s",
+ "type": "string",
+ "underlyingType": "string",
+ "argNum": 6,
+ "expr": "version.NativeArch()"
+ }
+ ]
+ },
+ {
"id": "Close",
"message": "Close",
"translation": "Schließen",
@@ -640,6 +702,12 @@
"translatorComment": "Copied from source."
},
{
+ "id": "Scripts:",
+ "message": "Scripts:",
+ "translation": "Skripte:",
+ "translatorComment": "Copied from source."
+ },
+ {
"id": "Preshared key:",
"message": "Preshared key:",
"translation": "Geteilter Schlüssel:",
@@ -676,6 +744,12 @@
"translatorComment": "Copied from source."
},
{
+ "id": "disabled, per policy",
+ "message": "disabled, per policy",
+ "translation": "deaktiviert, per Richtlinie",
+ "translatorComment": "Copied from source."
+ },
+ {
"id": "enabled",
"message": "enabled",
"translation": "aktiviert",
@@ -684,7 +758,7 @@
{
"id": "{String} received, {String_1} sent",
"message": "{String} received, {String_1} sent",
- "translation": "{String} empfangen, {String} gesendet",
+ "translation": "{String} empfangen, {String_1} gesendet",
"translatorComment": "Copied from source.",
"placeholders": [
{
@@ -782,6 +856,12 @@
"translatorComment": "Copied from source."
},
{
+ "id": "When a configuration has exactly one peer, and that peer has an allowed IPs containing at least one of 0.0.0.0/0 or ::/0, then the tunnel service engages a firewall ruleset to block all traffic that is neither to nor from the tunnel interface or is to the wrong DNS server, with special exceptions for DHCP and NDP.",
+ "message": "When a configuration has exactly one peer, and that peer has an allowed IPs containing at least one of 0.0.0.0/0 or ::/0, then the tunnel service engages a firewall ruleset to block all traffic that is neither to nor from the tunnel interface or is to the wrong DNS server, with special exceptions for DHCP and NDP.",
+ "translation": "Wenn eine Konfiguration genau einen Teilnehmer enthält und dieser einen der Einträge 0.0.0.0/0 oder ::/0 in den erlaubten IPs enthält, dann erstellt der Tunneldienst ein Firewall-Regelsatz, der allen Verkehr (insbesondere zum falschen DNS-Server) blockiert, der weder aus dem Tunnel stammt noch in den Tunnel geht, mit Ausnahmen für DHCP- und NDP-Verkehr.",
+ "translatorComment": "Copied from source."
+ },
+ {
"id": "&Save",
"message": "&Save",
"translation": "&Speichern",
@@ -1146,6 +1226,22 @@
]
},
{
+ "id": "Addresses: {EnumerationSeparator}",
+ "message": "Addresses: {EnumerationSeparator}",
+ "translation": "Adressen: {EnumerationSeparator}",
+ "translatorComment": "Copied from source.",
+ "placeholders": [
+ {
+ "id": "EnumerationSeparator",
+ "string": "%[1]s",
+ "type": "string",
+ "underlyingType": "string",
+ "argNum": 1,
+ "expr": "strings.Join(addrs, l18n.EnumerationSeparator())"
+ }
+ ]
+ },
+ {
"id": "An Update is Available!",
"message": "An Update is Available!",
"translation": "Eine Aktualisierung ist verfügbar!",
@@ -1224,6 +1320,12 @@
"translatorComment": "Copied from source."
},
{
+ "id": "no configuration files were found",
+ "message": "no configuration files were found",
+ "translation": "keine Konfigurationsdateien gefunden",
+ "translatorComment": "Copied from source."
+ },
+ {
"id": "Could not import selected configuration: {LastErr}",
"message": "Could not import selected configuration: {LastErr}",
"translation": "Ausgewählte Konfiguration konnte nicht importiert werden: {LastErr}",
diff --git a/locales/fi/messages.gotext.json b/locales/fi/messages.gotext.json
new file mode 100644
index 00000000..cca09e32
--- /dev/null
+++ b/locales/fi/messages.gotext.json
@@ -0,0 +1,303 @@
+{
+ "language": "fi",
+ "messages": [
+ {
+ "id": "Error",
+ "message": "Error",
+ "translation": "Virhe",
+ "translatorComment": "Copied from source."
+ },
+ {
+ "id": "Now",
+ "message": "Now",
+ "translation": "Nyt",
+ "translatorComment": "Copied from source."
+ },
+ {
+ "id": "System clock wound backward!",
+ "message": "System clock wound backward!",
+ "translation": "Järjestelmän kello jättää!",
+ "translatorComment": "Copied from source."
+ },
+ {
+ "id": "Invalid persistent keepalive",
+ "message": "Invalid persistent keepalive",
+ "translation": "Virheellinen jatkuva keepalive",
+ "translatorComment": "Copied from source."
+ },
+ {
+ "id": "[EnumerationSeparator]",
+ "message": "[EnumerationSeparator]",
+ "translation": ", ",
+ "comment": "Text to insert between items when listing - most western languages will translate ‘[EnumerationSeparator]’ into ‘, ’ to produce lists like ‘apple, orange, strawberry’. Eastern languages might translate into ‘、’ to produce lists like ‘リンゴ、オレンジ、イチゴ’."
+ },
+ {
+ "id": "About WireGuard",
+ "message": "About WireGuard",
+ "translation": "Tietoa WireGuardista",
+ "translatorComment": "Copied from source."
+ },
+ {
+ "id": "WireGuard logo image",
+ "message": "WireGuard logo image",
+ "translation": "WireGuard logon kuva",
+ "translatorComment": "Copied from source."
+ },
+ {
+ "id": "Close",
+ "message": "Close",
+ "translation": "Sulje",
+ "translatorComment": "Copied from source."
+ },
+ {
+ "id": "♥ &Donate!",
+ "message": "♥ &Donate!",
+ "translation": "♥ &Lahjoita!",
+ "translatorComment": "Copied from source."
+ },
+ {
+ "id": "Status:",
+ "message": "Status:",
+ "translation": "Tila:",
+ "translatorComment": "Copied from source."
+ },
+ {
+ "id": "MTU:",
+ "message": "MTU:",
+ "translation": "MTU:",
+ "translatorComment": "Copied from source."
+ },
+ {
+ "id": "Addresses:",
+ "message": "Addresses:",
+ "translation": "Osoitteet:",
+ "translatorComment": "Copied from source."
+ },
+ {
+ "id": "DNS servers:",
+ "message": "DNS servers:",
+ "translation": "DNS palvelimet:",
+ "translatorComment": "Copied from source."
+ },
+ {
+ "id": "Scripts:",
+ "message": "Scripts:",
+ "translation": "Komentosarjat:",
+ "translatorComment": "Copied from source."
+ },
+ {
+ "id": "Preshared key:",
+ "message": "Preshared key:",
+ "translation": "Jaettu avain:",
+ "translatorComment": "Copied from source."
+ },
+ {
+ "id": "Allowed IPs:",
+ "message": "Allowed IPs:",
+ "translation": "Sallitut IP-osoitteet:",
+ "translatorComment": "Copied from source."
+ },
+ {
+ "id": "Endpoint:",
+ "message": "Endpoint:",
+ "translation": "Päätepiste:",
+ "translatorComment": "Copied from source."
+ },
+ {
+ "id": "Persistent keepalive:",
+ "message": "Persistent keepalive:",
+ "translation": "Jatkuva keepalive:",
+ "translatorComment": "Copied from source."
+ },
+ {
+ "id": "Latest handshake:",
+ "message": "Latest handshake:",
+ "translation": "Viimeisin kättely:",
+ "translatorComment": "Copied from source."
+ },
+ {
+ "id": "Transfer:",
+ "message": "Transfer:",
+ "translation": "Siirrot:",
+ "translatorComment": "Copied from source."
+ },
+ {
+ "id": "Peer",
+ "message": "Peer",
+ "translation": "Osapuoli",
+ "translatorComment": "Copied from source."
+ },
+ {
+ "id": "Create new tunnel",
+ "message": "Create new tunnel",
+ "translation": "Luo uusi tunneli",
+ "translatorComment": "Copied from source."
+ },
+ {
+ "id": "Edit tunnel",
+ "message": "Edit tunnel",
+ "translation": "Muokkaa tunnelia",
+ "translatorComment": "Copied from source."
+ },
+ {
+ "id": "&Name:",
+ "message": "&Name:",
+ "translation": "&Nimi:",
+ "translatorComment": "Copied from source."
+ },
+ {
+ "id": "&Public key:",
+ "message": "&Public key:",
+ "translation": "&Julkinen avain:",
+ "translatorComment": "Copied from source."
+ },
+ {
+ "id": "(unknown)",
+ "message": "(unknown)",
+ "translation": "(tuntematon)",
+ "translatorComment": "Copied from source."
+ },
+ {
+ "id": "&Block untunneled traffic (kill-switch)",
+ "message": "&Block untunneled traffic (kill-switch)",
+ "translation": "&Estä tunneloimaton liikenne (pääkatkaisija)",
+ "translatorComment": "Copied from source."
+ },
+ {
+ "id": "&Save",
+ "message": "&Save",
+ "translation": "&Tallenna",
+ "translatorComment": "Copied from source."
+ },
+ {
+ "id": "&Configuration:",
+ "message": "&Configuration:",
+ "translation": "&Konfiguraatio:",
+ "translatorComment": "Copied from source."
+ },
+ {
+ "id": "Invalid name",
+ "message": "Invalid name",
+ "translation": "Virheellinen nimi",
+ "translatorComment": "Copied from source."
+ },
+ {
+ "id": "A name is required.",
+ "message": "A name is required.",
+ "translation": "Nimi on pakollinen.",
+ "translatorComment": "Copied from source."
+ },
+ {
+ "id": "Tunnel already exists",
+ "message": "Tunnel already exists",
+ "translation": "Tunneli on jo olemassa",
+ "translatorComment": "Copied from source."
+ },
+ {
+ "id": "Log",
+ "message": "Log",
+ "translation": "Loki",
+ "translatorComment": "Copied from source."
+ },
+ {
+ "id": "&Copy",
+ "message": "&Copy",
+ "translation": "&Kopioi",
+ "translatorComment": "Copied from source."
+ },
+ {
+ "id": "An Update is Available!",
+ "message": "An Update is Available!",
+ "translation": "Päivitys on saatavilla!",
+ "translatorComment": "Copied from source."
+ },
+ {
+ "id": "WireGuard Update Available",
+ "message": "WireGuard Update Available",
+ "translation": "WireGuard päivitys saatavilla",
+ "translatorComment": "Copied from source."
+ },
+ {
+ "id": "An update to WireGuard is now available. You are advised to update as soon as possible.",
+ "message": "An update to WireGuard is now available. You are advised to update as soon as possible.",
+ "translation": "WireGuardin päivitys on nyt saatavilla. Sinua kehotetaan päivittämään mahdollisimman pian.",
+ "translatorComment": "Copied from source."
+ },
+ {
+ "id": "Tunnels",
+ "message": "Tunnels",
+ "translation": "Tunneli",
+ "translatorComment": "Copied from source."
+ },
+ {
+ "id": "&Edit",
+ "message": "&Edit",
+ "translation": "&Muokkaa",
+ "translatorComment": "Copied from source."
+ },
+ {
+ "id": "Imported tunnels",
+ "message": "Imported tunnels",
+ "translation": "Tuodut tunnelit",
+ "translatorComment": "Copied from source."
+ },
+ {
+ "id": "Imported {M} tunnels",
+ "message": "Imported {M} tunnels",
+ "translation": {
+ "select": {
+ "feature": "plural",
+ "arg": "M",
+ "cases": {
+ "one": {
+ "msg": "Tuotu {M} tunneli"
+ },
+ "other": {
+ "msg": "Tuotu {M} tunnelia"
+ }
+ }
+ }
+ },
+ "placeholders": [
+ {
+ "id": "M",
+ "string": "%[1]d",
+ "type": "int",
+ "underlyingType": "int",
+ "argNum": 1,
+ "expr": "m"
+ }
+ ]
+ },
+ {
+ "id": "Unable to delete tunnels",
+ "message": "Unable to delete tunnels",
+ "translation": "Tunnelia ei voitu poistaa",
+ "translatorComment": "Copied from source."
+ },
+ {
+ "id": "Import tunnel(s) from file",
+ "message": "Import tunnel(s) from file",
+ "translation": "Tuo tunneli(t) tiedostosta",
+ "translatorComment": "Copied from source."
+ },
+ {
+ "id": "Status: Waiting for user",
+ "message": "Status: Waiting for user",
+ "translation": "Tila: Odotetaan käyttäjää",
+ "translatorComment": "Copied from source."
+ },
+ {
+ "id": "Update Now",
+ "message": "Update Now",
+ "translation": "Päivitä nyt",
+ "translatorComment": "Copied from source."
+ },
+ {
+ "id": "Status: Complete!",
+ "message": "Status: Complete!",
+ "translation": "Tila: Valmis!",
+ "translatorComment": "Copied from source."
+ }
+ ]
+} \ No newline at end of file
diff --git a/locales/fr/messages.gotext.json b/locales/fr/messages.gotext.json
index de9cc6b1..95f02eec 100644
--- a/locales/fr/messages.gotext.json
+++ b/locales/fr/messages.gotext.json
@@ -60,9 +60,15 @@
]
},
{
+ "id": "You must use the native version of WireGuard on this computer.",
+ "message": "You must use the native version of WireGuard on this computer.",
+ "translation": "Vous devez utiliser la version native de WireGuard sur cet ordinateur.",
+ "translatorComment": "Copied from source."
+ },
+ {
"id": "Unable to open current process token: {Err}",
"message": "Unable to open current process token: {Err}",
- "translation": "Impossible d'ouvrir le jeton de processus actuel : {Err}",
+ "translation": "Impossible d'ouvrir le jeton du processus actuel : {Err}",
"translatorComment": "Copied from source.",
"placeholders": [
{
@@ -412,7 +418,7 @@
{
"id": "Brackets must contain an IPv6 address",
"message": "Brackets must contain an IPv6 address",
- "translation": "Il faut mettre un adresse IPv6 entre les crochets",
+ "translation": "L’adresse IPv6 doit être contenue entre des crochets",
"translatorComment": "Copied from source."
},
{
@@ -430,7 +436,7 @@
{
"id": "Invalid persistent keepalive",
"message": "Invalid persistent keepalive",
- "translation": "Conservation de connexion active permanente non valide",
+ "translation": "Keepalive non valide",
"translatorComment": "Copied from source."
},
{
@@ -458,7 +464,7 @@
{
"id": "Number must be a number between 0 and 2^64-1: {Err}",
"message": "Number must be a number between 0 and 2^64-1: {Err}",
- "translation": "Le numéro doit être un numéro entre 0 et 2^64-1 : {Err}",
+ "translation": "Le numéro doit être compris entre 0 et 2^64-1 : {Err}",
"translatorComment": "Copied from source.",
"placeholders": [
{
@@ -528,7 +534,7 @@
{
"id": "All peers must have public keys",
"message": "All peers must have public keys",
- "translation": "Tous les homologues doivent avoirs les clés publiques.",
+ "translation": "Toutes les pairs doivent contenir une clé publique",
"translatorComment": "Copied from source."
},
{
@@ -580,6 +586,62 @@
"translatorComment": "Copied from source."
},
{
+ "id": "App version: {Number}\nGo backend version: {WireGuardGoVersion}\nGo version: {Version_go}-{GOARCH}\nOperating system: {OsName}\nArchitecture: {NativeArch}",
+ "message": "App version: {Number}\nGo backend version: {WireGuardGoVersion}\nGo version: {Version_go}-{GOARCH}\nOperating system: {OsName}\nArchitecture: {NativeArch}",
+ "translation": "Version de l'application : {Number}\nVersion backend Go : {WireGuardGoVersion}\nVersion Go : {Version_go}-{GOARCH}\nSystème d'exploitation : {OsName}\nArchitecture : {NativeArch}",
+ "translatorComment": "Copied from source.",
+ "placeholders": [
+ {
+ "id": "Number",
+ "string": "%[1]s",
+ "type": "string",
+ "underlyingType": "string",
+ "argNum": 1,
+ "expr": "version.Number"
+ },
+ {
+ "id": "WireGuardGoVersion",
+ "string": "%[2]s",
+ "type": "string",
+ "underlyingType": "string",
+ "argNum": 2,
+ "expr": "device.WireGuardGoVersion"
+ },
+ {
+ "id": "Version_go",
+ "string": "%[3]s",
+ "type": "string",
+ "underlyingType": "string",
+ "argNum": 3,
+ "expr": "strings.TrimPrefix(runtime.Version(), \"go\")"
+ },
+ {
+ "id": "GOARCH",
+ "string": "%[4]s",
+ "type": "string",
+ "underlyingType": "string",
+ "argNum": 4,
+ "expr": "runtime.GOARCH"
+ },
+ {
+ "id": "OsName",
+ "string": "%[5]s",
+ "type": "string",
+ "underlyingType": "string",
+ "argNum": 5,
+ "expr": "version.OsName()"
+ },
+ {
+ "id": "NativeArch",
+ "string": "%[6]s",
+ "type": "string",
+ "underlyingType": "string",
+ "argNum": 6,
+ "expr": "version.NativeArch()"
+ }
+ ]
+ },
+ {
"id": "Close",
"message": "Close",
"translation": "Fermer",
@@ -640,6 +702,12 @@
"translatorComment": "Copied from source."
},
{
+ "id": "Scripts:",
+ "message": "Scripts:",
+ "translation": "Scripts :",
+ "translatorComment": "Copied from source."
+ },
+ {
"id": "Preshared key:",
"message": "Preshared key:",
"translation": "Clé pré-partagée :",
@@ -676,6 +744,36 @@
"translatorComment": "Copied from source."
},
{
+ "id": "pre-up",
+ "message": "pre-up",
+ "translation": "pré-activation",
+ "translatorComment": "Copied from source."
+ },
+ {
+ "id": "post-up",
+ "message": "post-up",
+ "translation": "post-activation",
+ "translatorComment": "Copied from source."
+ },
+ {
+ "id": "pre-down",
+ "message": "pre-down",
+ "translation": "pré-désactivation",
+ "translatorComment": "Copied from source."
+ },
+ {
+ "id": "post-down",
+ "message": "post-down",
+ "translation": "post-désactivation",
+ "translatorComment": "Copied from source."
+ },
+ {
+ "id": "disabled, per policy",
+ "message": "disabled, per policy",
+ "translation": "désactivé, par préférence",
+ "translatorComment": "Copied from source."
+ },
+ {
"id": "enabled",
"message": "enabled",
"translation": "activé(e)",
@@ -782,6 +880,12 @@
"translatorComment": "Copied from source."
},
{
+ "id": "When a configuration has exactly one peer, and that peer has an allowed IPs containing at least one of 0.0.0.0/0 or ::/0, then the tunnel service engages a firewall ruleset to block all traffic that is neither to nor from the tunnel interface or is to the wrong DNS server, with special exceptions for DHCP and NDP.",
+ "message": "When a configuration has exactly one peer, and that peer has an allowed IPs containing at least one of 0.0.0.0/0 or ::/0, then the tunnel service engages a firewall ruleset to block all traffic that is neither to nor from the tunnel interface or is to the wrong DNS server, with special exceptions for DHCP and NDP.",
+ "translation": "Si la configuration a exactement un homologue et si cet homologue a une adresse IP autorisée contenant au moins un de 0.0.0.0/0 ou ::/0, le service de tunnel utilise un ensemble de règles du pare-feu afin de bloquer tout le trafic qui n'est ni vers ni depuis l'interface de tunnel ou qui est vers le mauvais serveur DNS, avec des exceptions spéciales pour les DHCP et NDP.",
+ "translatorComment": "Copied from source."
+ },
+ {
"id": "&Save",
"message": "&Save",
"translation": "&Enregistrer",
@@ -886,7 +990,7 @@
{
"id": "Active",
"message": "Active",
- "translation": "Activé(e)",
+ "translation": "Activée",
"translatorComment": "Copied from source."
},
{
@@ -898,7 +1002,7 @@
{
"id": "Inactive",
"message": "Inactive",
- "translation": "Inactivé(e)",
+ "translation": "Éteinte",
"translatorComment": "Copied from source."
},
{
@@ -1064,6 +1168,12 @@
"translatorComment": "Copied from source."
},
{
+ "id": "&Tunnels",
+ "message": "&Tunnels",
+ "translation": "& Tunnels",
+ "translatorComment": "Copied from source."
+ },
+ {
"id": "WireGuard Activated",
"message": "WireGuard Activated",
"translation": "WireGuard activé",
@@ -1146,6 +1256,22 @@
]
},
{
+ "id": "Addresses: {EnumerationSeparator}",
+ "message": "Addresses: {EnumerationSeparator}",
+ "translation": "Adresses : {EnumerationSeparator}",
+ "translatorComment": "Copied from source.",
+ "placeholders": [
+ {
+ "id": "EnumerationSeparator",
+ "string": "%[1]s",
+ "type": "string",
+ "underlyingType": "string",
+ "argNum": 1,
+ "expr": "strings.Join(addrs, l18n.EnumerationSeparator())"
+ }
+ ]
+ },
+ {
"id": "An Update is Available!",
"message": "An Update is Available!",
"translation": "Mise à jour disponible!",
@@ -1224,6 +1350,12 @@
"translatorComment": "Copied from source."
},
{
+ "id": "no configuration files were found",
+ "message": "no configuration files were found",
+ "translation": "aucun fichier de configuration trouvé",
+ "translatorComment": "Copied from source."
+ },
+ {
"id": "Could not import selected configuration: {LastErr}",
"message": "Could not import selected configuration: {LastErr}",
"translation": "Impossible d'importer la configuration sélectionnée : {LastErr}",
diff --git a/locales/pa-IN/messages.gotext.json b/locales/pa-IN/messages.gotext.json
new file mode 100644
index 00000000..1fe5c65d
--- /dev/null
+++ b/locales/pa-IN/messages.gotext.json
@@ -0,0 +1,1223 @@
+{
+ "language": "pa-IN",
+ "messages": [
+ {
+ "id": "Error",
+ "message": "Error",
+ "translation": "ਗ਼ਲਤੀ",
+ "translatorComment": "Copied from source."
+ },
+ {
+ "id": "Usage: {Args0} [\n{String}]",
+ "message": "Usage: {Args0} [\n{String}]",
+ "translation": "ਵਰਤੋਂ: {Args0} [\n{String}]",
+ "translatorComment": "Copied from source.",
+ "placeholders": [
+ {
+ "id": "Args0",
+ "string": "%[1]s",
+ "type": "string",
+ "underlyingType": "string",
+ "argNum": 1,
+ "expr": "os.Args[0]"
+ },
+ {
+ "id": "String",
+ "string": "%[2]s",
+ "type": "string",
+ "underlyingType": "string",
+ "argNum": 2,
+ "expr": "builder.String()"
+ }
+ ]
+ },
+ {
+ "id": "Command Line Options",
+ "message": "Command Line Options",
+ "translation": "ਕਮਾਂਡ ਲਾਈਨ ਚੋਣਾਂ",
+ "translatorComment": "Copied from source."
+ },
+ {
+ "id": "Unable to determine whether the process is running under WOW64: {Err}",
+ "message": "Unable to determine whether the process is running under WOW64: {Err}",
+ "translation": "ਪਤਾ ਲਗਾਉਣ ਲਈ ਅਸਮਰੱਥ ਹੈ ਕਿ ਪਰੋਸੈਸ WOW64 ਅਧੀਨ ਚੱਲ ਰਿਹਾ ਹੈ: {Err}",
+ "translatorComment": "Copied from source.",
+ "placeholders": [
+ {
+ "id": "Err",
+ "string": "%[1]v",
+ "type": "error",
+ "underlyingType": "interface{Error() string}",
+ "argNum": 1,
+ "expr": "err"
+ }
+ ]
+ },
+ {
+ "id": "You must use the native version of WireGuard on this computer.",
+ "message": "You must use the native version of WireGuard on this computer.",
+ "translation": "ਤੁਹਾਨੂੰ ਇਸ ਕੰਪਿਊਟਰ ਉੱਤੇ WireGuard ਦਾ ਮੂਲ ਵਰਜ਼ਨ ਵਰਤਣਾ ਚਾਹੀਦਾ ਹੈ।",
+ "translatorComment": "Copied from source."
+ },
+ {
+ "id": "Unable to open current process token: {Err}",
+ "message": "Unable to open current process token: {Err}",
+ "translation": "ਮੌਜੂਦਾ ਪਰੋਸੈਸ ਟੋਕਨ ਖੋਲ੍ਹਣ ਲਈ ਅਸਮਰੱਥ: {Err}",
+ "translatorComment": "Copied from source.",
+ "placeholders": [
+ {
+ "id": "Err",
+ "string": "%[1]v",
+ "type": "error",
+ "underlyingType": "interface{Error() string}",
+ "argNum": 1,
+ "expr": "err"
+ }
+ ]
+ },
+ {
+ "id": "WireGuard may only be used by users who are a member of the Builtin {AdminGroupName} group.",
+ "message": "WireGuard may only be used by users who are a member of the Builtin {AdminGroupName} group.",
+ "translation": "WireGuard ਨੂੰ ਸਿਰਫ਼ ਉਹੀ ਵਰਤੋਂਕਾਰ ਵਰਤ ਸਕਦੇ ਹਨ, ਜੋ ਕਿ ਪਹਿਲਾਂ ਮੌਜੂਦ {AdminGroupName} ਗਰੁੱਪ ਦੇ ਮੈਂਬਰ ਹਨ।",
+ "translatorComment": "Copied from source.",
+ "placeholders": [
+ {
+ "id": "AdminGroupName",
+ "string": "%[1]s",
+ "type": "string",
+ "underlyingType": "string",
+ "argNum": 1,
+ "expr": "elevate.AdminGroupName()"
+ }
+ ]
+ },
+ {
+ "id": "WireGuard is running, but the UI is only accessible from desktops of the Builtin {AdminGroupName} group.",
+ "message": "WireGuard is running, but the UI is only accessible from desktops of the Builtin {AdminGroupName} group.",
+ "translation": "WireGuard ਚੱਲ ਰਿਹਾ ਹੈ, ਪਰ UI ਨੂੰ ਸਿਰਫ਼ ਪਹਿਲਾਂ ਮੌਜੂਦ {AdminGroupName} ਗਰੁੱਪ ਦੇ ਡੈਸਕਟਾਪ ਰਾਹੀਂ ਹੀ ਵਰਤਿਆ ਜਾ ਸਕਦਾ ਹੈ।",
+ "translatorComment": "Copied from source.",
+ "placeholders": [
+ {
+ "id": "AdminGroupName",
+ "string": "%[1]s",
+ "type": "string",
+ "underlyingType": "string",
+ "argNum": 1,
+ "expr": "elevate.AdminGroupName()"
+ }
+ ]
+ },
+ {
+ "id": "WireGuard system tray icon did not appear after 30 seconds.",
+ "message": "WireGuard system tray icon did not appear after 30 seconds.",
+ "translation": "WireGuard ਸਿਸਟਮ ਟਰੇ ਆਈਕਾਨ 30 ਸਕਿੰਟਾਂ ਬਾਅਦ ਦਿਖਾਈ ਨਹੀਂ ਦਿੱਤਾ ਹੈ।",
+ "translatorComment": "Copied from source."
+ },
+ {
+ "id": "Now",
+ "message": "Now",
+ "translation": "ਹੁਣ",
+ "translatorComment": "Copied from source."
+ },
+ {
+ "id": "System clock wound backward!",
+ "message": "System clock wound backward!",
+ "translation": "ਸਿਸਟਮ ਘੜੀ ਪੁ਼ੱਠੀ ਮੋੜੀ ਗਈ!",
+ "translatorComment": "Copied from source."
+ },
+ {
+ "id": "{Years} year(s)",
+ "message": "{Years} year(s)",
+ "translation": {
+ "select": {
+ "feature": "plural",
+ "arg": "Years",
+ "cases": {
+ "one": {
+ "msg": "{Years} ਸਾਲ"
+ },
+ "other": {
+ "msg": "{Years} ਸਾਲ"
+ }
+ }
+ }
+ },
+ "placeholders": [
+ {
+ "id": "Years",
+ "string": "%[1]d",
+ "type": "int64",
+ "underlyingType": "int64",
+ "argNum": 1,
+ "expr": "years"
+ }
+ ]
+ },
+ {
+ "id": "{Days} day(s)",
+ "message": "{Days} day(s)",
+ "translation": {
+ "select": {
+ "feature": "plural",
+ "arg": "Days",
+ "cases": {
+ "one": {
+ "msg": "{Days} ਦਿਨ"
+ },
+ "other": {
+ "msg": "{Days} ਦਿਨ"
+ }
+ }
+ }
+ },
+ "placeholders": [
+ {
+ "id": "Days",
+ "string": "%[1]d",
+ "type": "int64",
+ "underlyingType": "int64",
+ "argNum": 1,
+ "expr": "days"
+ }
+ ]
+ },
+ {
+ "id": "{Hours} hour(s)",
+ "message": "{Hours} hour(s)",
+ "translation": {
+ "select": {
+ "feature": "plural",
+ "arg": "Hours",
+ "cases": {
+ "one": {
+ "msg": "{Hours} ਘੰਟਾ"
+ },
+ "other": {
+ "msg": "{Hours} ਘੰਟੇ"
+ }
+ }
+ }
+ },
+ "placeholders": [
+ {
+ "id": "Hours",
+ "string": "%[1]d",
+ "type": "int64",
+ "underlyingType": "int64",
+ "argNum": 1,
+ "expr": "hours"
+ }
+ ]
+ },
+ {
+ "id": "{Minutes} minute(s)",
+ "message": "{Minutes} minute(s)",
+ "translation": {
+ "select": {
+ "feature": "plural",
+ "arg": "Minutes",
+ "cases": {
+ "one": {
+ "msg": "{Minutes} ਮਿੰਟ"
+ },
+ "other": {
+ "msg": "{Minutes} ਮਿੰਟ"
+ }
+ }
+ }
+ },
+ "placeholders": [
+ {
+ "id": "Minutes",
+ "string": "%[1]d",
+ "type": "int64",
+ "underlyingType": "int64",
+ "argNum": 1,
+ "expr": "minutes"
+ }
+ ]
+ },
+ {
+ "id": "{Seconds} second(s)",
+ "message": "{Seconds} second(s)",
+ "translation": {
+ "select": {
+ "feature": "plural",
+ "arg": "Seconds",
+ "cases": {
+ "one": {
+ "msg": "{Seconds} ਸਕਿੰਟ"
+ },
+ "other": {
+ "msg": "{Seconds} ਸਕਿੰਟ"
+ }
+ }
+ }
+ },
+ "placeholders": [
+ {
+ "id": "Seconds",
+ "string": "%[1]d",
+ "type": "int64",
+ "underlyingType": "int64",
+ "argNum": 1,
+ "expr": "seconds"
+ }
+ ]
+ },
+ {
+ "id": "{Timestamp} ago",
+ "message": "{Timestamp} ago",
+ "translation": "{Timestamp} ਪਹਿਲਾਂ",
+ "translatorComment": "Copied from source.",
+ "placeholders": [
+ {
+ "id": "Timestamp",
+ "string": "%[1]s",
+ "type": "string",
+ "underlyingType": "string",
+ "argNum": 1,
+ "expr": "timestamp"
+ }
+ ]
+ },
+ {
+ "id": "{Bytes} B",
+ "message": "{Bytes} B",
+ "translation": "{Bytes} B",
+ "translatorComment": "Copied from source.",
+ "placeholders": [
+ {
+ "id": "Bytes",
+ "string": "%[1]d",
+ "type": "golang.zx2c4.com/wireguard/windows/conf.Bytes",
+ "underlyingType": "uint64",
+ "argNum": 1,
+ "expr": "b"
+ }
+ ]
+ },
+ {
+ "id": "{Float64b__1024} KiB",
+ "message": "{Float64b__1024} KiB",
+ "translation": "{Float64b__1024} KiB",
+ "translatorComment": "Copied from source.",
+ "placeholders": [
+ {
+ "id": "Float64b__1024",
+ "string": "%.2[1]f",
+ "type": "float64",
+ "underlyingType": "float64",
+ "argNum": 1,
+ "expr": "float64(b) / 1024"
+ }
+ ]
+ },
+ {
+ "id": "{Float64b__1024__1024} MiB",
+ "message": "{Float64b__1024__1024} MiB",
+ "translation": "{Float64b__1024__1024} MiB",
+ "translatorComment": "Copied from source.",
+ "placeholders": [
+ {
+ "id": "Float64b__1024__1024",
+ "string": "%.2[1]f",
+ "type": "float64",
+ "underlyingType": "float64",
+ "argNum": 1,
+ "expr": "float64(b) / (1024 * 1024)"
+ }
+ ]
+ },
+ {
+ "id": "{Float64b__1024__1024__1024} GiB",
+ "message": "{Float64b__1024__1024__1024} GiB",
+ "translation": "{Float64b__1024__1024__1024} GiB",
+ "translatorComment": "Copied from source.",
+ "placeholders": [
+ {
+ "id": "Float64b__1024__1024__1024",
+ "string": "%.2[1]f",
+ "type": "float64",
+ "underlyingType": "float64",
+ "argNum": 1,
+ "expr": "float64(b) / (1024 * 1024 * 1024)"
+ }
+ ]
+ },
+ {
+ "id": "{Float64b__1024__1024__1024__1024} TiB",
+ "message": "{Float64b__1024__1024__1024__1024} TiB",
+ "translation": "{Float64b__1024__1024__1024__1024} TiB",
+ "translatorComment": "Copied from source.",
+ "placeholders": [
+ {
+ "id": "Float64b__1024__1024__1024__1024",
+ "string": "%.2[1]f",
+ "type": "float64",
+ "underlyingType": "float64",
+ "argNum": 1,
+ "expr": "float64(b) / (1024 * 1024 * 1024) / 1024"
+ }
+ ]
+ },
+ {
+ "id": "{Why}: {Offender}",
+ "message": "{Why}: {Offender}",
+ "translation": "{Why}: {Offender}",
+ "translatorComment": "Copied from source.",
+ "placeholders": [
+ {
+ "id": "Why",
+ "string": "%[1]s",
+ "type": "string",
+ "underlyingType": "string",
+ "argNum": 1,
+ "expr": "e.why"
+ },
+ {
+ "id": "Offender",
+ "string": "%[2]q",
+ "type": "string",
+ "underlyingType": "string",
+ "argNum": 2,
+ "expr": "e.offender"
+ }
+ ]
+ },
+ {
+ "id": "Invalid IP address",
+ "message": "Invalid IP address",
+ "translation": "ਅਵੈਧ IP ਸਿਰਨਾਵਾਂ",
+ "translatorComment": "Copied from source."
+ },
+ {
+ "id": "Invalid network prefix length",
+ "message": "Invalid network prefix length",
+ "translation": "ਗਲਤ ਨੈੱਟਵਰਕ ਅਗੇਤਰ ਲੰਬਾਈ",
+ "translatorComment": "Copied from source."
+ },
+ {
+ "id": "Missing port from endpoint",
+ "message": "Missing port from endpoint",
+ "translation": "ਐਂਡਪੁਆਇੰਟ ਤੋਂ ਪੋਰਟ ਗੁੰਮ ਹੈ",
+ "translatorComment": "Copied from source."
+ },
+ {
+ "id": "Invalid MTU",
+ "message": "Invalid MTU",
+ "translation": "ਗ਼ੈਰ-ਵਾਜਬ MTU",
+ "translatorComment": "Copied from source."
+ },
+ {
+ "id": "Invalid port",
+ "message": "Invalid port",
+ "translation": "ਗ਼ੈਰ-ਵਾਜਬ ਪੋਰਟ",
+ "translatorComment": "Copied from source."
+ },
+ {
+ "id": "Invalid persistent keepalive",
+ "message": "Invalid persistent keepalive",
+ "translation": "ਗ਼ੈਰ-ਵਾਜਬ persistent keepalive",
+ "translatorComment": "Copied from source."
+ },
+ {
+ "id": "[EnumerationSeparator]",
+ "message": "[EnumerationSeparator]",
+ "translation": ", ",
+ "comment": "Text to insert between items when listing - most western languages will translate ‘[EnumerationSeparator]’ into ‘, ’ to produce lists like ‘apple, orange, strawberry’. Eastern languages might translate into ‘、’ to produce lists like ‘リンゴ、オレンジ、イチゴ’."
+ },
+ {
+ "id": "[UnitSeparator]",
+ "message": "[UnitSeparator]",
+ "translation": ", ",
+ "comment": "Text to insert when combining units of a measure - most languages will translate ‘[UnitSeparator]’ into ‘ ’ (space) to produce lists like ‘2 minuti 30 sekund’, or empty string ‘’ to produce ‘2分30秒’."
+ },
+ {
+ "id": "About WireGuard",
+ "message": "About WireGuard",
+ "translation": "ਵਾਇਰਗਾਰਡ ਬਾਰੇ",
+ "translatorComment": "Copied from source."
+ },
+ {
+ "id": "App version: {Number}\nGo backend version: {WireGuardGoVersion}\nGo version: {Version_go}-{GOARCH}\nOperating system: {OsName}\nArchitecture: {NativeArch}",
+ "message": "App version: {Number}\nGo backend version: {WireGuardGoVersion}\nGo version: {Version_go}-{GOARCH}\nOperating system: {OsName}\nArchitecture: {NativeArch}",
+ "translation": "ਐਪ ਦਾ ਵਰਜ਼ਨ: {Number}\nਗੋ ਬੈਕਐਂਡ ਦਾ ਵਰਜ਼ਨ: {WireGuardGoVersion}\nਗੋ ਦਾ ਵਰਜ਼ਨ: {Version_go}-{GOARCH}\nਓਪਰੇਟਿੰਗ ਸਿਸਟਮ: {OsName}\nਢਾਂਚਾ: {NativeArch}",
+ "translatorComment": "Copied from source.",
+ "placeholders": [
+ {
+ "id": "Number",
+ "string": "%[1]s",
+ "type": "string",
+ "underlyingType": "string",
+ "argNum": 1,
+ "expr": "version.Number"
+ },
+ {
+ "id": "WireGuardGoVersion",
+ "string": "%[2]s",
+ "type": "string",
+ "underlyingType": "string",
+ "argNum": 2,
+ "expr": "device.WireGuardGoVersion"
+ },
+ {
+ "id": "Version_go",
+ "string": "%[3]s",
+ "type": "string",
+ "underlyingType": "string",
+ "argNum": 3,
+ "expr": "strings.TrimPrefix(runtime.Version(), \"go\")"
+ },
+ {
+ "id": "GOARCH",
+ "string": "%[4]s",
+ "type": "string",
+ "underlyingType": "string",
+ "argNum": 4,
+ "expr": "runtime.GOARCH"
+ },
+ {
+ "id": "OsName",
+ "string": "%[5]s",
+ "type": "string",
+ "underlyingType": "string",
+ "argNum": 5,
+ "expr": "version.OsName()"
+ },
+ {
+ "id": "NativeArch",
+ "string": "%[6]s",
+ "type": "string",
+ "underlyingType": "string",
+ "argNum": 6,
+ "expr": "version.NativeArch()"
+ }
+ ]
+ },
+ {
+ "id": "Close",
+ "message": "Close",
+ "translation": "ਬੰਦ ਕਰੋ",
+ "translatorComment": "Copied from source."
+ },
+ {
+ "id": "♥ &Donate!",
+ "message": "♥ &Donate!",
+ "translation": "♥ ਦਾਨ ਦਿਓ(&D)!",
+ "translatorComment": "Copied from source."
+ },
+ {
+ "id": "Status:",
+ "message": "Status:",
+ "translation": "ਸਥਿਤੀ:",
+ "translatorComment": "Copied from source."
+ },
+ {
+ "id": "&Deactivate",
+ "message": "&Deactivate",
+ "translation": "ਨਾ-ਸਰਗਰਮ ਕਰੋ(&D)",
+ "translatorComment": "Copied from source."
+ },
+ {
+ "id": "&Activate",
+ "message": "&Activate",
+ "translation": "ਸਰਗਰਮ ਕਰੋ(&A)",
+ "translatorComment": "Copied from source."
+ },
+ {
+ "id": "Public key:",
+ "message": "Public key:",
+ "translation": "ਪਬਲਿਕ ਕੁੰਜੀ:",
+ "translatorComment": "Copied from source."
+ },
+ {
+ "id": "Listen port:",
+ "message": "Listen port:",
+ "translation": "ਸੁਣਨ ਵਾਲੀ ਪੋਰਟ:",
+ "translatorComment": "Copied from source."
+ },
+ {
+ "id": "MTU:",
+ "message": "MTU:",
+ "translation": "MTU:",
+ "translatorComment": "Copied from source."
+ },
+ {
+ "id": "Addresses:",
+ "message": "Addresses:",
+ "translation": "ਸਿਰਨਾਵੇ:",
+ "translatorComment": "Copied from source."
+ },
+ {
+ "id": "DNS servers:",
+ "message": "DNS servers:",
+ "translation": "DNS ਸਰਵਰ:",
+ "translatorComment": "Copied from source."
+ },
+ {
+ "id": "Scripts:",
+ "message": "Scripts:",
+ "translation": "ਸਕ੍ਰਿਪਟਾਂ:",
+ "translatorComment": "Copied from source."
+ },
+ {
+ "id": "Allowed IPs:",
+ "message": "Allowed IPs:",
+ "translation": "ਮਨਜ਼ੂਰ ਕੀਤੇ IP:",
+ "translatorComment": "Copied from source."
+ },
+ {
+ "id": "Endpoint:",
+ "message": "Endpoint:",
+ "translation": "ਐਂਡ-ਪੁਆਇੰਟ:",
+ "translatorComment": "Copied from source."
+ },
+ {
+ "id": "Transfer:",
+ "message": "Transfer:",
+ "translation": "ਟਰਾਂਸਫਰ:",
+ "translatorComment": "Copied from source."
+ },
+ {
+ "id": "enabled",
+ "message": "enabled",
+ "translation": "ਸਮਰੱਥ ਹੈ",
+ "translatorComment": "Copied from source."
+ },
+ {
+ "id": "{String} received, {String_1} sent",
+ "message": "{String} received, {String_1} sent",
+ "translation": "{String} ਮਿਲੇ, {String_1} ਭੇਜੇ",
+ "translatorComment": "Copied from source.",
+ "placeholders": [
+ {
+ "id": "String",
+ "string": "%[1]s",
+ "type": "string",
+ "underlyingType": "string",
+ "argNum": 1,
+ "expr": "c.RxBytes.String()"
+ },
+ {
+ "id": "String_1",
+ "string": "%[2]s",
+ "type": "string",
+ "underlyingType": "string",
+ "argNum": 2,
+ "expr": "c.TxBytes.String()"
+ }
+ ]
+ },
+ {
+ "id": "Failed to determine tunnel state",
+ "message": "Failed to determine tunnel state",
+ "translation": "ਟਨਲ ਸਥਿਤੀ ਪਤਾ ਲਗਾਉਣ ਲਈ ਅਸਫ਼ਲ",
+ "translatorComment": "Copied from source."
+ },
+ {
+ "id": "Failed to activate tunnel",
+ "message": "Failed to activate tunnel",
+ "translation": "ਟਨਲ ਸਰਗਰਮ ਕਰਨ ਲਈ ਅਸਫ਼ਲ ਹੈ",
+ "translatorComment": "Copied from source."
+ },
+ {
+ "id": "Failed to deactivate tunnel",
+ "message": "Failed to deactivate tunnel",
+ "translation": "ਟਨਲ ਨਾ-ਸਰਗਰਮ ਕਰਨ ਲਈ ਅਸਫ਼ਲ ਹੈ",
+ "translatorComment": "Copied from source."
+ },
+ {
+ "id": "Interface: {Name}",
+ "message": "Interface: {Name}",
+ "translation": "ਇੰਟਰਫੇਸ: {Name}",
+ "translatorComment": "Copied from source.",
+ "placeholders": [
+ {
+ "id": "Name",
+ "string": "%[1]s",
+ "type": "string",
+ "underlyingType": "string",
+ "argNum": 1,
+ "expr": "config.Name"
+ }
+ ]
+ },
+ {
+ "id": "Peer",
+ "message": "Peer",
+ "translation": "ਪੀਅਰ",
+ "translatorComment": "Copied from source."
+ },
+ {
+ "id": "Create new tunnel",
+ "message": "Create new tunnel",
+ "translation": "ਨਵੀਂ ਟਨਲ ਬਣਾਓ",
+ "translatorComment": "Copied from source."
+ },
+ {
+ "id": "Edit tunnel",
+ "message": "Edit tunnel",
+ "translation": "ਟਨਲ ਨੂੰ ਸੋਧੋ",
+ "translatorComment": "Copied from source."
+ },
+ {
+ "id": "&Name:",
+ "message": "&Name:",
+ "translation": "ਨਾਂ(&N):",
+ "translatorComment": "Copied from source."
+ },
+ {
+ "id": "&Public key:",
+ "message": "&Public key:",
+ "translation": "ਪਬਲਿਕ ਕੁੰਜੀ(&P):",
+ "translatorComment": "Copied from source."
+ },
+ {
+ "id": "(unknown)",
+ "message": "(unknown)",
+ "translation": "(ਅਣਪਛਾਤਾ)",
+ "translatorComment": "Copied from source."
+ },
+ {
+ "id": "&Save",
+ "message": "&Save",
+ "translation": "ਸੰਭਾਲੋ(&S)",
+ "translatorComment": "Copied from source."
+ },
+ {
+ "id": "Cancel",
+ "message": "Cancel",
+ "translation": "ਰੱਦ ਕਰੋ",
+ "translatorComment": "Copied from source."
+ },
+ {
+ "id": "&Configuration:",
+ "message": "&Configuration:",
+ "translation": "ਸੰਰਚਨਾ(&C):",
+ "translatorComment": "Copied from source."
+ },
+ {
+ "id": "Invalid name",
+ "message": "Invalid name",
+ "translation": "ਅਯੋਗ ਨਾਂ",
+ "translatorComment": "Copied from source."
+ },
+ {
+ "id": "A name is required.",
+ "message": "A name is required.",
+ "translation": "ਨਾਂ ਚਾਹੀਦਾ ਹੈ।",
+ "translatorComment": "Copied from source."
+ },
+ {
+ "id": "Tunnel already exists",
+ "message": "Tunnel already exists",
+ "translation": "ਟਨਲ ਪਹਿਲਾਂ ਹੀ ਮੌਜੂਦ ਹੈ",
+ "translatorComment": "Copied from source."
+ },
+ {
+ "id": "Another tunnel already exists with the name ‘{NewName}’.",
+ "message": "Another tunnel already exists with the name ‘{NewName}’.",
+ "translation": "ਨਾਂ ‘{NewName}’ ਨਾਲ ਟਨਲ ਪਹਿਲਾਂ ਹੀ ਮੌਜੂਦ ਹੈ।",
+ "translatorComment": "Copied from source.",
+ "placeholders": [
+ {
+ "id": "NewName",
+ "string": "%[1]s",
+ "type": "string",
+ "underlyingType": "string",
+ "argNum": 1,
+ "expr": "newName"
+ }
+ ]
+ },
+ {
+ "id": "Unable to create new configuration",
+ "message": "Unable to create new configuration",
+ "translation": "ਨਵੀਂ ਸੰਰਚਨਾ ਬਣਾਉਣ ਲਈ ਅਸਮਰੱਥ ਹੈ",
+ "translatorComment": "Copied from source."
+ },
+ {
+ "id": "Writing file failed",
+ "message": "Writing file failed",
+ "translation": "ਫ਼ਾਇਲ ਬਣਾਉਣ ਲਈ ਅਸਫ਼ਲ ਹੈ",
+ "translatorComment": "Copied from source."
+ },
+ {
+ "id": "File ‘{FilePath}’ already exists.\n\nDo you want to overwrite it?",
+ "message": "File ‘{FilePath}’ already exists.\n\nDo you want to overwrite it?",
+ "translation": "‘{FilePath}’ ਫ਼ਾਇਲ ਪਹਿਲਾਂ ਹੀ ਮੌਜੂਦ ਹੈ।\n\nਕੀ ਤੁਸੀਂ ਇਸ ਉੱਤੇ ਲਿਖਣਾ ਚਾਹੁੰਦੇ ਹੋ?",
+ "translatorComment": "Copied from source.",
+ "placeholders": [
+ {
+ "id": "FilePath",
+ "string": "%[1]s",
+ "type": "string",
+ "underlyingType": "string",
+ "argNum": 1,
+ "expr": "filePath"
+ }
+ ]
+ },
+ {
+ "id": "Active",
+ "message": "Active",
+ "translation": "ਸਰਗਰਮ",
+ "translatorComment": "Copied from source."
+ },
+ {
+ "id": "Activating",
+ "message": "Activating",
+ "translation": "ਸਰਗਰਮ ਕੀਤਾ ਜਾ ਰਿਹਾ ਹੈ",
+ "translatorComment": "Copied from source."
+ },
+ {
+ "id": "Inactive",
+ "message": "Inactive",
+ "translation": "ਨਾ-ਸਰਗਰਮ",
+ "translatorComment": "Copied from source."
+ },
+ {
+ "id": "Deactivating",
+ "message": "Deactivating",
+ "translation": "ਨਾ-ਸਰਗਰਮ ਕੀਤਾ ਜਾ ਰਿਹਾ ਹੈ",
+ "translatorComment": "Copied from source."
+ },
+ {
+ "id": "Unknown state",
+ "message": "Unknown state",
+ "translation": "ਅਣਪਛਾਤੀ ਸਥਿਤੀ",
+ "translatorComment": "Copied from source."
+ },
+ {
+ "id": "Log",
+ "message": "Log",
+ "translation": "ਲਾਗੂ",
+ "translatorComment": "Copied from source."
+ },
+ {
+ "id": "&Copy",
+ "message": "&Copy",
+ "translation": "ਕਾਪੀ ਕਰੋ(&C)",
+ "translatorComment": "Copied from source."
+ },
+ {
+ "id": "Select &all",
+ "message": "Select &all",
+ "translation": "ਸਾਰੇ ਚੁਣੋ(&a)",
+ "translatorComment": "Copied from source."
+ },
+ {
+ "id": "&Save to file…",
+ "message": "&Save to file…",
+ "translation": "ਫ਼ਾਇਲ ਵਿੱਚ ਸੰਭਾਲੋ(&S)…",
+ "translatorComment": "Copied from source."
+ },
+ {
+ "id": "Time",
+ "message": "Time",
+ "translation": "ਸਮਾਂ",
+ "translatorComment": "Copied from source."
+ },
+ {
+ "id": "Log message",
+ "message": "Log message",
+ "translation": "ਲਾਗ ਸੁਨੇਹਾ",
+ "translatorComment": "Copied from source."
+ },
+ {
+ "id": "Text Files (*.txt)|*.txt|All Files (*.*)|*.*",
+ "message": "Text Files (*.txt)|*.txt|All Files (*.*)|*.*",
+ "translation": "ਲਿਖਤ ਫ਼ਾਇਲਾਂ (*.txt)|*.txt|ਸਾਰੀਆਂ ਫ਼ਾਇਲਾਂ (*.*)|*.*",
+ "translatorComment": "Copied from source."
+ },
+ {
+ "id": "Export log to file",
+ "message": "Export log to file",
+ "translation": "ਲਾਗ ਫ਼ਾਇਲ ਵਿੱਚ ਬਰਾਮਦ ਕਰੋ",
+ "translatorComment": "Copied from source."
+ },
+ {
+ "id": "&About WireGuard…",
+ "message": "&About WireGuard…",
+ "translation": "ਵਾਇਰਗਾਰਡ ਬਾਰੇ(&A)…",
+ "translatorComment": "Copied from source."
+ },
+ {
+ "id": "Tunnel Error",
+ "message": "Tunnel Error",
+ "translation": "ਟਨਲ ਗਲਤੀ",
+ "translatorComment": "Copied from source."
+ },
+ {
+ "id": "{ErrMsg}\n\nPlease consult the log for more information.",
+ "message": "{ErrMsg}\n\nPlease consult the log for more information.",
+ "translation": "{ErrMsg}\n\nPlease consult the log for more information.",
+ "translatorComment": "Copied from source.",
+ "placeholders": [
+ {
+ "id": "ErrMsg",
+ "string": "%[1]s",
+ "type": "string",
+ "underlyingType": "string",
+ "argNum": 1,
+ "expr": "errMsg"
+ }
+ ]
+ },
+ {
+ "id": "{Title} (out of date)",
+ "message": "{Title} (out of date)",
+ "translation": "{Title} (out of date)",
+ "translatorComment": "Copied from source.",
+ "placeholders": [
+ {
+ "id": "Title",
+ "string": "%[1]s",
+ "type": "string",
+ "underlyingType": "string",
+ "argNum": 1,
+ "expr": "mtw.Title()"
+ }
+ ]
+ },
+ {
+ "id": "WireGuard Detection Error",
+ "message": "WireGuard Detection Error",
+ "translation": "WireGuard ਖੋਜ ਗ਼ਲਤੀ",
+ "translatorComment": "Copied from source."
+ },
+ {
+ "id": "WireGuard: Deactivated",
+ "message": "WireGuard: Deactivated",
+ "translation": "ਵਾਇਰਗਾਰਡ: ਨਾ-ਸਰਗਰਮ ਕੀਤਾ",
+ "translatorComment": "Copied from source."
+ },
+ {
+ "id": "Status: Unknown",
+ "message": "Status: Unknown",
+ "translation": "ਸਥਿਤੀ: ਅਣਪਛਾਤੀ",
+ "translatorComment": "Copied from source."
+ },
+ {
+ "id": "Addresses: None",
+ "message": "Addresses: None",
+ "translation": "ਸਿਰਨਾਵੇਂ: ਕੋਈ ਨਹੀਂ",
+ "translatorComment": "Copied from source."
+ },
+ {
+ "id": "&Manage tunnels…",
+ "message": "&Manage tunnels…",
+ "translation": "ਟਨਲਾਂ ਦਾ ਇੰਤਜ਼ਾਮ ਕਰੋ(&M)…",
+ "translatorComment": "Copied from source."
+ },
+ {
+ "id": "&Import tunnel(s) from file…",
+ "message": "&Import tunnel(s) from file…",
+ "translation": "ਫ਼ਾਇਲ ਤੋਂ ਟਨਲਾਂ ਦਰਾਮਦ ਕਰੋ(&I)…",
+ "translatorComment": "Copied from source."
+ },
+ {
+ "id": "E&xit",
+ "message": "E&xit",
+ "translation": "ਬਾਹਰ(&x)",
+ "translatorComment": "Copied from source."
+ },
+ {
+ "id": "&Tunnels",
+ "message": "&Tunnels",
+ "translation": "ਟਨਲ(&T)",
+ "translatorComment": "Copied from source."
+ },
+ {
+ "id": "WireGuard Activated",
+ "message": "WireGuard Activated",
+ "translation": "ਵਾਇਰਗਾਰਡ ਸਰਗਰਮ ਕੀਤਾ",
+ "translatorComment": "Copied from source."
+ },
+ {
+ "id": "The {Name} tunnel has been activated.",
+ "message": "The {Name} tunnel has been activated.",
+ "translation": "{Name} ਟਨਲ ਸਰਗਰਮ ਕੀਤੀ ਗਈ ਹੈ।",
+ "translatorComment": "Copied from source.",
+ "placeholders": [
+ {
+ "id": "Name",
+ "string": "%[1]s",
+ "type": "string",
+ "underlyingType": "string",
+ "argNum": 1,
+ "expr": "tunnel.Name"
+ }
+ ]
+ },
+ {
+ "id": "WireGuard Deactivated",
+ "message": "WireGuard Deactivated",
+ "translation": "ਵਾਇਰਗਾਰਡ ਨਾ-ਸਰਗਰਮ ਕੀਤਾ",
+ "translatorComment": "Copied from source."
+ },
+ {
+ "id": "The {Name} tunnel has been deactivated.",
+ "message": "The {Name} tunnel has been deactivated.",
+ "translation": "{Name} ਟਨਲ ਨਾ-ਸਰਗਰਮ ਕੀਤੀ ਗਈ ਹੈ।",
+ "translatorComment": "Copied from source.",
+ "placeholders": [
+ {
+ "id": "Name",
+ "string": "%[1]s",
+ "type": "string",
+ "underlyingType": "string",
+ "argNum": 1,
+ "expr": "tunnel.Name"
+ }
+ ]
+ },
+ {
+ "id": "WireGuard Tunnel Error",
+ "message": "WireGuard Tunnel Error",
+ "translation": "ਵਾਇਰਗਾਰਡ ਟਨਲ ਗਲਤੀ",
+ "translatorComment": "Copied from source."
+ },
+ {
+ "id": "WireGuard: {TextForStateglobalState_true}",
+ "message": "WireGuard: {TextForStateglobalState_true}",
+ "translation": "ਵਾਇਰਗਾਰਡ: {TextForStateglobalState_true}",
+ "translatorComment": "Copied from source.",
+ "placeholders": [
+ {
+ "id": "TextForStateglobalState_true",
+ "string": "%[1]s",
+ "type": "string",
+ "underlyingType": "string",
+ "argNum": 1,
+ "expr": "textForState(globalState, true)"
+ }
+ ]
+ },
+ {
+ "id": "Status: {StateText}",
+ "message": "Status: {StateText}",
+ "translation": "ਸਥਿਤੀ: {StateText}",
+ "translatorComment": "Copied from source.",
+ "placeholders": [
+ {
+ "id": "StateText",
+ "string": "%[1]s",
+ "type": "string",
+ "underlyingType": "string",
+ "argNum": 1,
+ "expr": "stateText"
+ }
+ ]
+ },
+ {
+ "id": "Addresses: {EnumerationSeparator}",
+ "message": "Addresses: {EnumerationSeparator}",
+ "translation": "ਸਿਰਨਾਵੇਂ: {EnumerationSeparator}",
+ "translatorComment": "Copied from source.",
+ "placeholders": [
+ {
+ "id": "EnumerationSeparator",
+ "string": "%[1]s",
+ "type": "string",
+ "underlyingType": "string",
+ "argNum": 1,
+ "expr": "strings.Join(addrs, l18n.EnumerationSeparator())"
+ }
+ ]
+ },
+ {
+ "id": "An Update is Available!",
+ "message": "An Update is Available!",
+ "translation": "ਅੱਪਡੇਟ ਮੌਜੂਦ ਹੈ!",
+ "translatorComment": "Copied from source."
+ },
+ {
+ "id": "WireGuard Update Available",
+ "message": "WireGuard Update Available",
+ "translation": "ਵਾਇਰਗਾਰਡ ਅੱਪਡੇਟ ਮੌਜੂਦ ਹੈ",
+ "translatorComment": "Copied from source."
+ },
+ {
+ "id": "An update to WireGuard is now available. You are advised to update as soon as possible.",
+ "message": "An update to WireGuard is now available. You are advised to update as soon as possible.",
+ "translation": "ਵਾਇਰਗਾਰਡ ਲਈ ਅੱਪਡੇਟ ਹੁਣ ਮੌਜੂਦ ਹੈ। ਜਿੰਨਾ ਛੇਤੀ ਹੋ ਸਕੇ ਤੁਹਾਨੂੰ ਅੱਪਡੇਟ ਕਰਨ ਦੀ ਸਲਾਹ ਦਿੱਤੀ ਜਾਂਦੀ ਹੈ।",
+ "translatorComment": "Copied from source."
+ },
+ {
+ "id": "Tunnels",
+ "message": "Tunnels",
+ "translation": "ਟਨਲਾਂ",
+ "translatorComment": "Copied from source."
+ },
+ {
+ "id": "&Edit",
+ "message": "&Edit",
+ "translation": "ਸੋਧੋ(&E)",
+ "translatorComment": "Copied from source."
+ },
+ {
+ "id": "Add &empty tunnel…",
+ "message": "Add &empty tunnel…",
+ "translation": "…ਖਾਲੀ ਟਨਲ ਜੋੜੋ(&e)",
+ "translatorComment": "Copied from source."
+ },
+ {
+ "id": "Add Tunnel",
+ "message": "Add Tunnel",
+ "translation": "ਟਨਲ ਜੋੜੋ",
+ "translatorComment": "Copied from source."
+ },
+ {
+ "id": "Remove selected tunnel(s)",
+ "message": "Remove selected tunnel(s)",
+ "translation": "ਚੁਣੀਆਂ ਟਨਲਾਂ ਨੂੰ ਹਟਾਓ",
+ "translatorComment": "Copied from source."
+ },
+ {
+ "id": "Export all tunnels to zip",
+ "message": "Export all tunnels to zip",
+ "translation": "ਸਾਰੀਆਂ ਟਨਲਾਂ ਨੂੰ ਜ਼ਿੱਪ ਵਜੋਂ ਬਰਾਮਦ ਕਰੋ",
+ "translatorComment": "Copied from source."
+ },
+ {
+ "id": "&Toggle",
+ "message": "&Toggle",
+ "translation": "ਪਲਟੋ(&T)",
+ "translatorComment": "Copied from source."
+ },
+ {
+ "id": "Export all tunnels to &zip…",
+ "message": "Export all tunnels to &zip…",
+ "translation": "ਸਾਰੀਆਂ ਟਨਲਾਂ ਨੂੰ ਜ਼ਿੱਪ ਵਜੋਂ ਬਰਾਮਦ ਕਰੋ…",
+ "translatorComment": "Copied from source."
+ },
+ {
+ "id": "Edit &selected tunnel…",
+ "message": "Edit &selected tunnel…",
+ "translation": "ਚੁਣੀ ਟਨਲ ਸੋਧੋ(&s)…",
+ "translatorComment": "Copied from source."
+ },
+ {
+ "id": "&Remove selected tunnel(s)",
+ "message": "&Remove selected tunnel(s)",
+ "translation": "ਚੁਣੀਆਂ ਟਨਲਾਂ ਨੂੰ ਹਟਾਓ(&R)",
+ "translatorComment": "Copied from source."
+ },
+ {
+ "id": "no configuration files were found",
+ "message": "no configuration files were found",
+ "translation": "ਕੋਈ ਸੰਰਚਨਾ ਫ਼ਾਇਲਾਂ ਨਹੀਂ ਲੱਭੀਆਂ",
+ "translatorComment": "Copied from source."
+ },
+ {
+ "id": "Imported tunnels",
+ "message": "Imported tunnels",
+ "translation": "ਇੰਪੋਰਟ ਕੀਤੀਆਂ ਟਨਲਾਂ",
+ "translatorComment": "Copied from source."
+ },
+ {
+ "id": "Unable to create tunnel",
+ "message": "Unable to create tunnel",
+ "translation": "ਟਨਲ ਬਣਾਉਣ ਲਈ ਅਸਮਰੱਥ",
+ "translatorComment": "Copied from source."
+ },
+ {
+ "id": "Are you sure you would like to delete {TunnelCount} tunnels?",
+ "message": "Are you sure you would like to delete {TunnelCount} tunnels?",
+ "translation": {
+ "select": {
+ "feature": "plural",
+ "arg": "TunnelCount",
+ "cases": {
+ "one": {
+ "msg": "ਕੀ ਤੁਸੀਂ {TunnelCount} ਟਨਲ ਨੂੰ ਹਟਾਉਣਾ ਚਾਹੁੰਦੇ ਹੋ?"
+ },
+ "other": {
+ "msg": "ਕੀ ਤੁਸੀਂ {TunnelCount} ਟਨਲਾਂ ਨੂੰ ਹਟਾਉਣਾ ਚਾਹੁੰਦੇ ਹੋ?"
+ }
+ }
+ }
+ },
+ "placeholders": [
+ {
+ "id": "TunnelCount",
+ "string": "%[1]d",
+ "type": "int",
+ "underlyingType": "int",
+ "argNum": 1,
+ "expr": "tunnelCount"
+ }
+ ]
+ },
+ {
+ "id": "Delete tunnel ‘{TunnelName}’",
+ "message": "Delete tunnel ‘{TunnelName}’",
+ "translation": "‘{TunnelName}’ ਟਨਲ ਨੂੰ ਹਟਾਓ",
+ "translatorComment": "Copied from source.",
+ "placeholders": [
+ {
+ "id": "TunnelName",
+ "string": "%[1]s",
+ "type": "string",
+ "underlyingType": "string",
+ "argNum": 1,
+ "expr": "tunnelName"
+ }
+ ]
+ },
+ {
+ "id": "Are you sure you would like to delete tunnel ‘{TunnelName}’?",
+ "message": "Are you sure you would like to delete tunnel ‘{TunnelName}’?",
+ "translation": "ਕੀ ਤੁਸੀਂ ‘{TunnelName}‘ ਟਨਲ ਨੂੰ ਹਟਾਉਣਾ ਚਾਹੁੰਦੇ ਹੋ?",
+ "translatorComment": "Copied from source.",
+ "placeholders": [
+ {
+ "id": "TunnelName",
+ "string": "%[1]s",
+ "type": "string",
+ "underlyingType": "string",
+ "argNum": 1,
+ "expr": "tunnelName"
+ }
+ ]
+ },
+ {
+ "id": "Unable to delete tunnel",
+ "message": "Unable to delete tunnel",
+ "translation": "ਟਨਲ ਹਟਾਉਣ ਲਈ ਅਸਮਰੱਥ",
+ "translatorComment": "Copied from source."
+ },
+ {
+ "id": "Configuration Files (*.zip, *.conf)|*.zip;*.conf|All Files (*.*)|*.*",
+ "message": "Configuration Files (*.zip, *.conf)|*.zip;*.conf|All Files (*.*)|*.*",
+ "translation": "ਸੰਰਚਨਾ ਫ਼ਾਇਲਾਂ (*.zip, *.conf)|*.zip;*.conf|ਸਾਰੀਆਂ ਫ਼ਾਇਲਾਂ (*.*)|*.*",
+ "translatorComment": "Copied from source."
+ },
+ {
+ "id": "Import tunnel(s) from file",
+ "message": "Import tunnel(s) from file",
+ "translation": "ਫ਼ਾਇਲ ਤੋਂ ਟਨਲਾਂ ਦਰਾਮਦ ਕਰੋ",
+ "translatorComment": "Copied from source."
+ },
+ {
+ "id": "Configuration ZIP Files (*.zip)|*.zip",
+ "message": "Configuration ZIP Files (*.zip)|*.zip",
+ "translation": "ਸੰਰਚਨਾ ਜ਼ਿੱਪ ਫਾਇਲਾਂ (*.zip)|*.zip",
+ "translatorComment": "Copied from source."
+ },
+ {
+ "id": "Update Now",
+ "message": "Update Now",
+ "translation": "ਹੁਣੇ ਅੱਪਡੇਟ ਕਰੋ",
+ "translatorComment": "Copied from source."
+ },
+ {
+ "id": "Status: Complete!",
+ "message": "Status: Complete!",
+ "translation": "ਸਥਿਤੀ: ਪੂਰਾ!",
+ "translatorComment": "Copied from source."
+ }
+ ]
+} \ No newline at end of file
diff --git a/locales/pl/messages.gotext.json b/locales/pl/messages.gotext.json
index 330c241e..072fa8e4 100644
--- a/locales/pl/messages.gotext.json
+++ b/locales/pl/messages.gotext.json
@@ -60,6 +60,12 @@
]
},
{
+ "id": "You must use the native version of WireGuard on this computer.",
+ "message": "You must use the native version of WireGuard on this computer.",
+ "translation": "Musisz użyć natywnej wersji WireGuard na tym komputerze.",
+ "translatorComment": "Copied from source."
+ },
+ {
"id": "Unable to open current process token: {Err}",
"message": "Unable to open current process token: {Err}",
"translation": "Nie można otworzyć bieżącego tokenu procesu: {Err}",
@@ -610,6 +616,62 @@
"translatorComment": "Copied from source."
},
{
+ "id": "App version: {Number}\nGo backend version: {WireGuardGoVersion}\nGo version: {Version_go}-{GOARCH}\nOperating system: {OsName}\nArchitecture: {NativeArch}",
+ "message": "App version: {Number}\nGo backend version: {WireGuardGoVersion}\nGo version: {Version_go}-{GOARCH}\nOperating system: {OsName}\nArchitecture: {NativeArch}",
+ "translation": "Wersja aplikacji: {Number}\nWersja implementacji w jęz. Go: {WireGuardGoVersion}\nWersja jęz. Go: {Version_go}-{GOARCH}\nSystem operacyjny: {OsName}\nArchitektura: {NativeArch}",
+ "translatorComment": "Copied from source.",
+ "placeholders": [
+ {
+ "id": "Number",
+ "string": "%[1]s",
+ "type": "string",
+ "underlyingType": "string",
+ "argNum": 1,
+ "expr": "version.Number"
+ },
+ {
+ "id": "WireGuardGoVersion",
+ "string": "%[2]s",
+ "type": "string",
+ "underlyingType": "string",
+ "argNum": 2,
+ "expr": "device.WireGuardGoVersion"
+ },
+ {
+ "id": "Version_go",
+ "string": "%[3]s",
+ "type": "string",
+ "underlyingType": "string",
+ "argNum": 3,
+ "expr": "strings.TrimPrefix(runtime.Version(), \"go\")"
+ },
+ {
+ "id": "GOARCH",
+ "string": "%[4]s",
+ "type": "string",
+ "underlyingType": "string",
+ "argNum": 4,
+ "expr": "runtime.GOARCH"
+ },
+ {
+ "id": "OsName",
+ "string": "%[5]s",
+ "type": "string",
+ "underlyingType": "string",
+ "argNum": 5,
+ "expr": "version.OsName()"
+ },
+ {
+ "id": "NativeArch",
+ "string": "%[6]s",
+ "type": "string",
+ "underlyingType": "string",
+ "argNum": 6,
+ "expr": "version.NativeArch()"
+ }
+ ]
+ },
+ {
"id": "Close",
"message": "Close",
"translation": "Zamknij",
@@ -670,6 +732,12 @@
"translatorComment": "Copied from source."
},
{
+ "id": "Scripts:",
+ "message": "Scripts:",
+ "translation": "Skrypty:",
+ "translatorComment": "Copied from source."
+ },
+ {
"id": "Preshared key:",
"message": "Preshared key:",
"translation": "PSK:",
@@ -706,6 +774,36 @@
"translatorComment": "Copied from source."
},
{
+ "id": "pre-up",
+ "message": "pre-up",
+ "translation": "przed włączeniem",
+ "translatorComment": "Copied from source."
+ },
+ {
+ "id": "post-up",
+ "message": "post-up",
+ "translation": "po włączeniu",
+ "translatorComment": "Copied from source."
+ },
+ {
+ "id": "pre-down",
+ "message": "pre-down",
+ "translation": "przed wyłączeniem",
+ "translatorComment": "Copied from source."
+ },
+ {
+ "id": "post-down",
+ "message": "post-down",
+ "translation": "po wyłączeniu",
+ "translatorComment": "Copied from source."
+ },
+ {
+ "id": "disabled, per policy",
+ "message": "disabled, per policy",
+ "translation": "wyłączone, według zasad grupy",
+ "translatorComment": "Copied from source."
+ },
+ {
"id": "enabled",
"message": "enabled",
"translation": "włączyć",
@@ -812,6 +910,12 @@
"translatorComment": "Copied from source."
},
{
+ "id": "When a configuration has exactly one peer, and that peer has an allowed IPs containing at least one of 0.0.0.0/0 or ::/0, then the tunnel service engages a firewall ruleset to block all traffic that is neither to nor from the tunnel interface or is to the wrong DNS server, with special exceptions for DHCP and NDP.",
+ "message": "When a configuration has exactly one peer, and that peer has an allowed IPs containing at least one of 0.0.0.0/0 or ::/0, then the tunnel service engages a firewall ruleset to block all traffic that is neither to nor from the tunnel interface or is to the wrong DNS server, with special exceptions for DHCP and NDP.",
+ "translation": "Jeżeli konfiguracja ma dokładnie jednego peer'a i ma w liście dozwolonych IP przynajmniej jeden adres 0.0.0.0/0 lub ::/0, wtedy usługa tunelowania dołącza do zapory sieciowej zestaw zasad, żeby zablokować ruch, który nie jest z interfejsu sieciowego lub jest skierowany do złego serwera DNS, z wyjątkiem dla serwera DHCP i NDP.",
+ "translatorComment": "Copied from source."
+ },
+ {
"id": "&Save",
"message": "&Save",
"translation": "&Zapisz",
@@ -1182,6 +1286,22 @@
]
},
{
+ "id": "Addresses: {EnumerationSeparator}",
+ "message": "Addresses: {EnumerationSeparator}",
+ "translation": "Adresy: {EnumerationSeparator}",
+ "translatorComment": "Copied from source.",
+ "placeholders": [
+ {
+ "id": "EnumerationSeparator",
+ "string": "%[1]s",
+ "type": "string",
+ "underlyingType": "string",
+ "argNum": 1,
+ "expr": "strings.Join(addrs, l18n.EnumerationSeparator())"
+ }
+ ]
+ },
+ {
"id": "An Update is Available!",
"message": "An Update is Available!",
"translation": "Dostępna nowa aktualizacja!",
diff --git a/locales/ro/messages.gotext.json b/locales/ro/messages.gotext.json
index 7d24c825..56a96a63 100644
--- a/locales/ro/messages.gotext.json
+++ b/locales/ro/messages.gotext.json
@@ -601,6 +601,62 @@
"translatorComment": "Copied from source."
},
{
+ "id": "App version: {Number}\nGo backend version: {WireGuardGoVersion}\nGo version: {Version_go}-{GOARCH}\nOperating system: {OsName}\nArchitecture: {NativeArch}",
+ "message": "App version: {Number}\nGo backend version: {WireGuardGoVersion}\nGo version: {Version_go}-{GOARCH}\nOperating system: {OsName}\nArchitecture: {NativeArch}",
+ "translation": "Versiunea aplicației: {Number}\nVersiunea bibliotecii Go: {WireGuardGoVersion}\nVersiunea Go: {Version_go}-{GOARCH}\nSistem de operare: {OsName}\nArhitectură: {NativeArch}",
+ "translatorComment": "Copied from source.",
+ "placeholders": [
+ {
+ "id": "Number",
+ "string": "%[1]s",
+ "type": "string",
+ "underlyingType": "string",
+ "argNum": 1,
+ "expr": "version.Number"
+ },
+ {
+ "id": "WireGuardGoVersion",
+ "string": "%[2]s",
+ "type": "string",
+ "underlyingType": "string",
+ "argNum": 2,
+ "expr": "device.WireGuardGoVersion"
+ },
+ {
+ "id": "Version_go",
+ "string": "%[3]s",
+ "type": "string",
+ "underlyingType": "string",
+ "argNum": 3,
+ "expr": "strings.TrimPrefix(runtime.Version(), \"go\")"
+ },
+ {
+ "id": "GOARCH",
+ "string": "%[4]s",
+ "type": "string",
+ "underlyingType": "string",
+ "argNum": 4,
+ "expr": "runtime.GOARCH"
+ },
+ {
+ "id": "OsName",
+ "string": "%[5]s",
+ "type": "string",
+ "underlyingType": "string",
+ "argNum": 5,
+ "expr": "version.OsName()"
+ },
+ {
+ "id": "NativeArch",
+ "string": "%[6]s",
+ "type": "string",
+ "underlyingType": "string",
+ "argNum": 6,
+ "expr": "version.NativeArch()"
+ }
+ ]
+ },
+ {
"id": "Close",
"message": "Close",
"translation": "Închidere",
@@ -661,6 +717,12 @@
"translatorComment": "Copied from source."
},
{
+ "id": "Scripts:",
+ "message": "Scripts:",
+ "translation": "Scripturi:",
+ "translatorComment": "Copied from source."
+ },
+ {
"id": "Preshared key:",
"message": "Preshared key:",
"translation": "Cheie predistribuită:",
@@ -697,6 +759,36 @@
"translatorComment": "Copied from source."
},
{
+ "id": "pre-up",
+ "message": "pre-up",
+ "translation": "pre-pornire",
+ "translatorComment": "Copied from source."
+ },
+ {
+ "id": "post-up",
+ "message": "post-up",
+ "translation": "post-pornire",
+ "translatorComment": "Copied from source."
+ },
+ {
+ "id": "pre-down",
+ "message": "pre-down",
+ "translation": "pre-oprire",
+ "translatorComment": "Copied from source."
+ },
+ {
+ "id": "post-down",
+ "message": "post-down",
+ "translation": "post-oprire",
+ "translatorComment": "Copied from source."
+ },
+ {
+ "id": "disabled, per policy",
+ "message": "disabled, per policy",
+ "translation": "dezactivat, conform politicii",
+ "translatorComment": "Copied from source."
+ },
+ {
"id": "enabled",
"message": "enabled",
"translation": "activată",
@@ -803,6 +895,12 @@
"translatorComment": "Copied from source."
},
{
+ "id": "When a configuration has exactly one peer, and that peer has an allowed IPs containing at least one of 0.0.0.0/0 or ::/0, then the tunnel service engages a firewall ruleset to block all traffic that is neither to nor from the tunnel interface or is to the wrong DNS server, with special exceptions for DHCP and NDP.",
+ "message": "When a configuration has exactly one peer, and that peer has an allowed IPs containing at least one of 0.0.0.0/0 or ::/0, then the tunnel service engages a firewall ruleset to block all traffic that is neither to nor from the tunnel interface or is to the wrong DNS server, with special exceptions for DHCP and NDP.",
+ "translation": "Când o configurație conține exact o pereche, iar acea pereche are IP-uri permise care conțin cel puțin o variantă dintre 0.0.0.0/0 sau ::/0, atunci serviciul tunelului activează un set de reguli al paravanului de protecție pentru a bloca întregul trafic care nu provine de la interfața tunelului sau care este direcționat către serverul DNS greșit, existând excepții speciale pentru DHCP și NDP.",
+ "translatorComment": "Copied from source."
+ },
+ {
"id": "&Save",
"message": "&Save",
"translation": "&Salvare",
@@ -1173,6 +1271,22 @@
]
},
{
+ "id": "Addresses: {EnumerationSeparator}",
+ "message": "Addresses: {EnumerationSeparator}",
+ "translation": "Adrese: {EnumerationSeparator}",
+ "translatorComment": "Copied from source.",
+ "placeholders": [
+ {
+ "id": "EnumerationSeparator",
+ "string": "%[1]s",
+ "type": "string",
+ "underlyingType": "string",
+ "argNum": 1,
+ "expr": "strings.Join(addrs, l18n.EnumerationSeparator())"
+ }
+ ]
+ },
+ {
"id": "An Update is Available!",
"message": "An Update is Available!",
"translation": "Este disponibilă o actualizare!",
@@ -1197,6 +1311,12 @@
"translatorComment": "Copied from source."
},
{
+ "id": "&Edit",
+ "message": "&Edit",
+ "translation": "&Editare",
+ "translatorComment": "Copied from source."
+ },
+ {
"id": "Add &empty tunnel…",
"message": "Add &empty tunnel…",
"translation": "Adăugare tunel &gol…",
@@ -1642,7 +1762,7 @@
{
"id": "Update Now",
"message": "Update Now",
- "translation": "Actualizare acum",
+ "translation": "Actualizează acum",
"translatorComment": "Copied from source."
},
{
diff --git a/locales/ru/messages.gotext.json b/locales/ru/messages.gotext.json
index 332ae7ca..9cc9b0f1 100644
--- a/locales/ru/messages.gotext.json
+++ b/locales/ru/messages.gotext.json
@@ -60,6 +60,12 @@
]
},
{
+ "id": "You must use the native version of WireGuard on this computer.",
+ "message": "You must use the native version of WireGuard on this computer.",
+ "translation": "Используйте нативную версию WireGuard на этом компьютере.",
+ "translatorComment": "Copied from source."
+ },
+ {
"id": "Unable to open current process token: {Err}",
"message": "Unable to open current process token: {Err}",
"translation": "Не удается открыть токен текущего процесса: {Err}",
@@ -510,7 +516,7 @@
{
"id": "Tunnel name is not valid",
"message": "Tunnel name is not valid",
- "translation": "Неправильное имя туннеля",
+ "translation": "Название туннеля недействительно",
"translatorComment": "Copied from source."
},
{
@@ -558,7 +564,7 @@
{
"id": "All peers must have public keys",
"message": "All peers must have public keys",
- "translation": "Все пиры должны иметь открытые ключи",
+ "translation": "Все пиры должны иметь публичные ключи",
"translatorComment": "Copied from source."
},
{
@@ -582,7 +588,7 @@
{
"id": "Invalid key for peer section",
"message": "Invalid key for peer section",
- "translation": "Неверный ключ для секции Пира",
+ "translation": "Недействительный ключ для секции пира",
"translatorComment": "Copied from source."
},
{
@@ -610,6 +616,62 @@
"translatorComment": "Copied from source."
},
{
+ "id": "App version: {Number}\nGo backend version: {WireGuardGoVersion}\nGo version: {Version_go}-{GOARCH}\nOperating system: {OsName}\nArchitecture: {NativeArch}",
+ "message": "App version: {Number}\nGo backend version: {WireGuardGoVersion}\nGo version: {Version_go}-{GOARCH}\nOperating system: {OsName}\nArchitecture: {NativeArch}",
+ "translation": "Версия приложения: {Number}\nВерсия Go-бэкенда: {WireGuardGoVersion}\nВерсия Go: {Version_go}-{GOARCH}\nОперационная система: {OsName}\nАрхитектура: {NativeArch}",
+ "translatorComment": "Copied from source.",
+ "placeholders": [
+ {
+ "id": "Number",
+ "string": "%[1]s",
+ "type": "string",
+ "underlyingType": "string",
+ "argNum": 1,
+ "expr": "version.Number"
+ },
+ {
+ "id": "WireGuardGoVersion",
+ "string": "%[2]s",
+ "type": "string",
+ "underlyingType": "string",
+ "argNum": 2,
+ "expr": "device.WireGuardGoVersion"
+ },
+ {
+ "id": "Version_go",
+ "string": "%[3]s",
+ "type": "string",
+ "underlyingType": "string",
+ "argNum": 3,
+ "expr": "strings.TrimPrefix(runtime.Version(), \"go\")"
+ },
+ {
+ "id": "GOARCH",
+ "string": "%[4]s",
+ "type": "string",
+ "underlyingType": "string",
+ "argNum": 4,
+ "expr": "runtime.GOARCH"
+ },
+ {
+ "id": "OsName",
+ "string": "%[5]s",
+ "type": "string",
+ "underlyingType": "string",
+ "argNum": 5,
+ "expr": "version.OsName()"
+ },
+ {
+ "id": "NativeArch",
+ "string": "%[6]s",
+ "type": "string",
+ "underlyingType": "string",
+ "argNum": 6,
+ "expr": "version.NativeArch()"
+ }
+ ]
+ },
+ {
"id": "Close",
"message": "Close",
"translation": "Закрыть",
@@ -670,6 +732,12 @@
"translatorComment": "Copied from source."
},
{
+ "id": "Scripts:",
+ "message": "Scripts:",
+ "translation": "Скрипты:",
+ "translatorComment": "Copied from source."
+ },
+ {
"id": "Preshared key:",
"message": "Preshared key:",
"translation": "Общий ключ:",
@@ -706,6 +774,36 @@
"translatorComment": "Copied from source."
},
{
+ "id": "pre-up",
+ "message": "pre-up",
+ "translation": "перед подключением",
+ "translatorComment": "Copied from source."
+ },
+ {
+ "id": "post-up",
+ "message": "post-up",
+ "translation": "после подключения",
+ "translatorComment": "Copied from source."
+ },
+ {
+ "id": "pre-down",
+ "message": "pre-down",
+ "translation": "перед отключением",
+ "translatorComment": "Copied from source."
+ },
+ {
+ "id": "post-down",
+ "message": "post-down",
+ "translation": "после отключения",
+ "translatorComment": "Copied from source."
+ },
+ {
+ "id": "disabled, per policy",
+ "message": "disabled, per policy",
+ "translation": "отключено, по политике",
+ "translatorComment": "Copied from source."
+ },
+ {
"id": "enabled",
"message": "enabled",
"translation": "включено",
@@ -790,7 +888,7 @@
{
"id": "&Name:",
"message": "&Name:",
- "translation": "&Имя:",
+ "translation": "&Название:",
"translatorComment": "Copied from source."
},
{
@@ -808,7 +906,13 @@
{
"id": "&Block untunneled traffic (kill-switch)",
"message": "&Block untunneled traffic (kill-switch)",
- "translation": "&Блокировать нетуннельный трафик",
+ "translation": "&Блокировать нетуннелированный трафик",
+ "translatorComment": "Copied from source."
+ },
+ {
+ "id": "When a configuration has exactly one peer, and that peer has an allowed IPs containing at least one of 0.0.0.0/0 or ::/0, then the tunnel service engages a firewall ruleset to block all traffic that is neither to nor from the tunnel interface or is to the wrong DNS server, with special exceptions for DHCP and NDP.",
+ "message": "When a configuration has exactly one peer, and that peer has an allowed IPs containing at least one of 0.0.0.0/0 or ::/0, then the tunnel service engages a firewall ruleset to block all traffic that is neither to nor from the tunnel interface or is to the wrong DNS server, with special exceptions for DHCP and NDP.",
+ "translation": "Если конфигурация имеет ровно один пир, а этот пир имеет разрешенные IP, содержащие хотя бы один из 0.0.0.0/0 или ::/0, то туннельный сервис использует набор правил брандмауэра для блокирования всего трафика, который не проходит через туннель или к неверным DNS-серверам, за исключением DHCP и NDP.",
"translatorComment": "Copied from source."
},
{
@@ -832,19 +936,19 @@
{
"id": "Invalid name",
"message": "Invalid name",
- "translation": "Недопустимое имя",
+ "translation": "Некорректное название",
"translatorComment": "Copied from source."
},
{
"id": "A name is required.",
"message": "A name is required.",
- "translation": "Требуется имя.",
+ "translation": "Необходимо название.",
"translatorComment": "Copied from source."
},
{
"id": "Tunnel name ‘{NewName}’ is invalid.",
"message": "Tunnel name ‘{NewName}’ is invalid.",
- "translation": "Имя туннеля ‘{NewName}’ недопустимо.",
+ "translation": "Название туннеля ‘{NewName}’ недопустимо.",
"translatorComment": "Copied from source.",
"placeholders": [
{
@@ -952,13 +1056,13 @@
{
"id": "&Copy",
"message": "&Copy",
- "translation": "&Копировать",
+ "translation": "&Скопировать",
"translatorComment": "Copied from source."
},
{
"id": "Select &all",
"message": "Select &all",
- "translation": "Выбрать &всё",
+ "translation": "Выбрать &все",
"translatorComment": "Copied from source."
},
{
@@ -976,7 +1080,7 @@
{
"id": "Log message",
"message": "Log message",
- "translation": "Сообщение Журнала",
+ "translation": "Сообщение журнала",
"translatorComment": "Copied from source."
},
{
@@ -988,7 +1092,7 @@
{
"id": "Export log to file",
"message": "Export log to file",
- "translation": "Экспорт Журнала в файл",
+ "translation": "Экспорт журнала в файл",
"translatorComment": "Copied from source."
},
{
@@ -1094,6 +1198,12 @@
"translatorComment": "Copied from source."
},
{
+ "id": "&Tunnels",
+ "message": "&Tunnels",
+ "translation": "&Туннели",
+ "translatorComment": "Copied from source."
+ },
+ {
"id": "WireGuard Activated",
"message": "WireGuard Activated",
"translation": "WireGuard Включен",
@@ -1176,6 +1286,22 @@
]
},
{
+ "id": "Addresses: {EnumerationSeparator}",
+ "message": "Addresses: {EnumerationSeparator}",
+ "translation": "Адреса: {EnumerationSeparator}",
+ "translatorComment": "Copied from source.",
+ "placeholders": [
+ {
+ "id": "EnumerationSeparator",
+ "string": "%[1]s",
+ "type": "string",
+ "underlyingType": "string",
+ "argNum": 1,
+ "expr": "strings.Join(addrs, l18n.EnumerationSeparator())"
+ }
+ ]
+ },
+ {
"id": "An Update is Available!",
"message": "An Update is Available!",
"translation": "Доступно обновление!",
@@ -1672,7 +1798,7 @@
{
"id": "Status: Waiting for updater service",
"message": "Status: Waiting for updater service",
- "translation": "Статус: Обновление",
+ "translation": "Статус: Ожидание обновления",
"translatorComment": "Copied from source."
},
{
diff --git a/locales/sl/messages.gotext.json b/locales/sl/messages.gotext.json
index abbd52f9..c3418f02 100644
--- a/locales/sl/messages.gotext.json
+++ b/locales/sl/messages.gotext.json
@@ -60,6 +60,12 @@
]
},
{
+ "id": "You must use the native version of WireGuard on this computer.",
+ "message": "You must use the native version of WireGuard on this computer.",
+ "translation": "Na temu računalniku morate uporabiti enako-arhitekturno različico WireGuarda.",
+ "translatorComment": "Copied from source."
+ },
+ {
"id": "Unable to open current process token: {Err}",
"message": "Unable to open current process token: {Err}",
"translation": "Napaka pri odpiranju žetona trenutnega procesa: {Err}",
@@ -610,6 +616,62 @@
"translatorComment": "Copied from source."
},
{
+ "id": "App version: {Number}\nGo backend version: {WireGuardGoVersion}\nGo version: {Version_go}-{GOARCH}\nOperating system: {OsName}\nArchitecture: {NativeArch}",
+ "message": "App version: {Number}\nGo backend version: {WireGuardGoVersion}\nGo version: {Version_go}-{GOARCH}\nOperating system: {OsName}\nArchitecture: {NativeArch}",
+ "translation": "Verzija aplikacije: {Number}\nVerzija wireguard-go: {WireGuardGoVersion}\nVerzija Go: {Version_go}-{GOARCH}\nOperacijski sistem: {OsName}\nArhitektura: {NativeArch}",
+ "translatorComment": "Copied from source.",
+ "placeholders": [
+ {
+ "id": "Number",
+ "string": "%[1]s",
+ "type": "string",
+ "underlyingType": "string",
+ "argNum": 1,
+ "expr": "version.Number"
+ },
+ {
+ "id": "WireGuardGoVersion",
+ "string": "%[2]s",
+ "type": "string",
+ "underlyingType": "string",
+ "argNum": 2,
+ "expr": "device.WireGuardGoVersion"
+ },
+ {
+ "id": "Version_go",
+ "string": "%[3]s",
+ "type": "string",
+ "underlyingType": "string",
+ "argNum": 3,
+ "expr": "strings.TrimPrefix(runtime.Version(), \"go\")"
+ },
+ {
+ "id": "GOARCH",
+ "string": "%[4]s",
+ "type": "string",
+ "underlyingType": "string",
+ "argNum": 4,
+ "expr": "runtime.GOARCH"
+ },
+ {
+ "id": "OsName",
+ "string": "%[5]s",
+ "type": "string",
+ "underlyingType": "string",
+ "argNum": 5,
+ "expr": "version.OsName()"
+ },
+ {
+ "id": "NativeArch",
+ "string": "%[6]s",
+ "type": "string",
+ "underlyingType": "string",
+ "argNum": 6,
+ "expr": "version.NativeArch()"
+ }
+ ]
+ },
+ {
"id": "Close",
"message": "Close",
"translation": "Zapri",
@@ -670,6 +732,12 @@
"translatorComment": "Copied from source."
},
{
+ "id": "Scripts:",
+ "message": "Scripts:",
+ "translation": "Skripta:",
+ "translatorComment": "Copied from source."
+ },
+ {
"id": "Preshared key:",
"message": "Preshared key:",
"translation": "Ključ v skupni rabi:",
@@ -706,6 +774,36 @@
"translatorComment": "Copied from source."
},
{
+ "id": "pre-up",
+ "message": "pre-up",
+ "translation": "pred-aktivacijo",
+ "translatorComment": "Copied from source."
+ },
+ {
+ "id": "post-up",
+ "message": "post-up",
+ "translation": "po-aktivaciji",
+ "translatorComment": "Copied from source."
+ },
+ {
+ "id": "pre-down",
+ "message": "pre-down",
+ "translation": "pred-deaktivacijo",
+ "translatorComment": "Copied from source."
+ },
+ {
+ "id": "post-down",
+ "message": "post-down",
+ "translation": "po-deaktivaciji",
+ "translatorComment": "Copied from source."
+ },
+ {
+ "id": "disabled, per policy",
+ "message": "disabled, per policy",
+ "translation": "onemogočeno, zaradi politike",
+ "translatorComment": "Copied from source."
+ },
+ {
"id": "enabled",
"message": "enabled",
"translation": "omogočeno",
@@ -812,6 +910,12 @@
"translatorComment": "Copied from source."
},
{
+ "id": "When a configuration has exactly one peer, and that peer has an allowed IPs containing at least one of 0.0.0.0/0 or ::/0, then the tunnel service engages a firewall ruleset to block all traffic that is neither to nor from the tunnel interface or is to the wrong DNS server, with special exceptions for DHCP and NDP.",
+ "message": "When a configuration has exactly one peer, and that peer has an allowed IPs containing at least one of 0.0.0.0/0 or ::/0, then the tunnel service engages a firewall ruleset to block all traffic that is neither to nor from the tunnel interface or is to the wrong DNS server, with special exceptions for DHCP and NDP.",
+ "translation": "Kadar ima konfiguracija natanko enega vrstnika in njegov spisek dovoljenih IP-jev vsebuje vsaj enega izmed 0.0.0.0/0 ali ::/0, bo storitev tunela vzpostavila pravila požarnega zidu, ki bodo blokirala ves promet, ki ni niti za niti iz vmesnika tunela oz. za napačen strežnik DNS, s posebnimi izjemami za DHCP and NDP.",
+ "translatorComment": "Copied from source."
+ },
+ {
"id": "&Save",
"message": "&Save",
"translation": "&Shrani",
@@ -1094,6 +1198,12 @@
"translatorComment": "Copied from source."
},
{
+ "id": "&Tunnels",
+ "message": "&Tunnels",
+ "translation": "&Tuneli",
+ "translatorComment": "Copied from source."
+ },
+ {
"id": "WireGuard Activated",
"message": "WireGuard Activated",
"translation": "WireGuard aktiviran",
@@ -1176,6 +1286,22 @@
]
},
{
+ "id": "Addresses: {EnumerationSeparator}",
+ "message": "Addresses: {EnumerationSeparator}",
+ "translation": "Naslovi: {EnumerationSeparator}",
+ "translatorComment": "Copied from source.",
+ "placeholders": [
+ {
+ "id": "EnumerationSeparator",
+ "string": "%[1]s",
+ "type": "string",
+ "underlyingType": "string",
+ "argNum": 1,
+ "expr": "strings.Join(addrs, l18n.EnumerationSeparator())"
+ }
+ ]
+ },
+ {
"id": "An Update is Available!",
"message": "An Update is Available!",
"translation": "Na voljo je posodobitev!",
@@ -1254,6 +1380,12 @@
"translatorComment": "Copied from source."
},
{
+ "id": "no configuration files were found",
+ "message": "no configuration files were found",
+ "translation": "ni najdenih konfiguracijskih datotek",
+ "translatorComment": "Copied from source."
+ },
+ {
"id": "Could not import selected configuration: {LastErr}",
"message": "Could not import selected configuration: {LastErr}",
"translation": "Napaka pri uvozu izbrane konfiguracije: {LastErr}",
diff --git a/locales/zh-CN/messages.gotext.json b/locales/zh-CN/messages.gotext.json
index 367c3153..140a073c 100644
--- a/locales/zh-CN/messages.gotext.json
+++ b/locales/zh-CN/messages.gotext.json
@@ -60,6 +60,12 @@
]
},
{
+ "id": "You must use the native version of WireGuard on this computer.",
+ "message": "You must use the native version of WireGuard on this computer.",
+ "translation": "您必须在此计算机上使用原生版本的 WireGuard。",
+ "translatorComment": "Copied from source."
+ },
+ {
"id": "Unable to open current process token: {Err}",
"message": "Unable to open current process token: {Err}",
"translation": "无法打开当前进程令牌: {Err}",
@@ -565,6 +571,62 @@
"translatorComment": "Copied from source."
},
{
+ "id": "App version: {Number}\nGo backend version: {WireGuardGoVersion}\nGo version: {Version_go}-{GOARCH}\nOperating system: {OsName}\nArchitecture: {NativeArch}",
+ "message": "App version: {Number}\nGo backend version: {WireGuardGoVersion}\nGo version: {Version_go}-{GOARCH}\nOperating system: {OsName}\nArchitecture: {NativeArch}",
+ "translation": "应用版本: {Number}\nGo 后端版本: {WireGuardGoVersion}\nGo 语言版本: {Version_go}-{GOARCH}\n操作系统: {OsName}\n架构: {NativeArch}",
+ "translatorComment": "Copied from source.",
+ "placeholders": [
+ {
+ "id": "Number",
+ "string": "%[1]s",
+ "type": "string",
+ "underlyingType": "string",
+ "argNum": 1,
+ "expr": "version.Number"
+ },
+ {
+ "id": "WireGuardGoVersion",
+ "string": "%[2]s",
+ "type": "string",
+ "underlyingType": "string",
+ "argNum": 2,
+ "expr": "device.WireGuardGoVersion"
+ },
+ {
+ "id": "Version_go",
+ "string": "%[3]s",
+ "type": "string",
+ "underlyingType": "string",
+ "argNum": 3,
+ "expr": "strings.TrimPrefix(runtime.Version(), \"go\")"
+ },
+ {
+ "id": "GOARCH",
+ "string": "%[4]s",
+ "type": "string",
+ "underlyingType": "string",
+ "argNum": 4,
+ "expr": "runtime.GOARCH"
+ },
+ {
+ "id": "OsName",
+ "string": "%[5]s",
+ "type": "string",
+ "underlyingType": "string",
+ "argNum": 5,
+ "expr": "version.OsName()"
+ },
+ {
+ "id": "NativeArch",
+ "string": "%[6]s",
+ "type": "string",
+ "underlyingType": "string",
+ "argNum": 6,
+ "expr": "version.NativeArch()"
+ }
+ ]
+ },
+ {
"id": "Close",
"message": "Close",
"translation": "关闭",
@@ -625,6 +687,12 @@
"translatorComment": "Copied from source."
},
{
+ "id": "Scripts:",
+ "message": "Scripts:",
+ "translation": "脚本:",
+ "translatorComment": "Copied from source."
+ },
+ {
"id": "Preshared key:",
"message": "Preshared key:",
"translation": "预共享密钥:",
@@ -661,6 +729,36 @@
"translatorComment": "Copied from source."
},
{
+ "id": "pre-up",
+ "message": "pre-up",
+ "translation": "连接前",
+ "translatorComment": "Copied from source."
+ },
+ {
+ "id": "post-up",
+ "message": "post-up",
+ "translation": "连接后",
+ "translatorComment": "Copied from source."
+ },
+ {
+ "id": "pre-down",
+ "message": "pre-down",
+ "translation": "断开前",
+ "translatorComment": "Copied from source."
+ },
+ {
+ "id": "post-down",
+ "message": "post-down",
+ "translation": "断开后",
+ "translatorComment": "Copied from source."
+ },
+ {
+ "id": "disabled, per policy",
+ "message": "disabled, per policy",
+ "translation": "已禁用(依管理策略)",
+ "translatorComment": "Copied from source."
+ },
+ {
"id": "enabled",
"message": "enabled",
"translation": "已启用",
@@ -767,6 +865,12 @@
"translatorComment": "Copied from source."
},
{
+ "id": "When a configuration has exactly one peer, and that peer has an allowed IPs containing at least one of 0.0.0.0/0 or ::/0, then the tunnel service engages a firewall ruleset to block all traffic that is neither to nor from the tunnel interface or is to the wrong DNS server, with special exceptions for DHCP and NDP.",
+ "message": "When a configuration has exactly one peer, and that peer has an allowed IPs containing at least one of 0.0.0.0/0 or ::/0, then the tunnel service engages a firewall ruleset to block all traffic that is neither to nor from the tunnel interface or is to the wrong DNS server, with special exceptions for DHCP and NDP.",
+ "translation": "只有一个节点,且该节点允许的 IP 中包含 0.0.0.0/0 或 ::/0 时,使用防火墙规则拦截所有未通过隧道,或是发往错误的 DNS 服务器的流量。DHCP 和 NDP 流量不受影响。",
+ "translatorComment": "Copied from source."
+ },
+ {
"id": "&Save",
"message": "&Save",
"translation": "保存 (&S)",
@@ -1049,6 +1153,12 @@
"translatorComment": "Copied from source."
},
{
+ "id": "&Tunnels",
+ "message": "&Tunnels",
+ "translation": "隧道 (&T)",
+ "translatorComment": "Copied from source."
+ },
+ {
"id": "WireGuard Activated",
"message": "WireGuard Activated",
"translation": "WireGuard 已连接",
@@ -1131,6 +1241,22 @@
]
},
{
+ "id": "Addresses: {EnumerationSeparator}",
+ "message": "Addresses: {EnumerationSeparator}",
+ "translation": "地址: {EnumerationSeparator}",
+ "translatorComment": "Copied from source.",
+ "placeholders": [
+ {
+ "id": "EnumerationSeparator",
+ "string": "%[1]s",
+ "type": "string",
+ "underlyingType": "string",
+ "argNum": 1,
+ "expr": "strings.Join(addrs, l18n.EnumerationSeparator())"
+ }
+ ]
+ },
+ {
"id": "An Update is Available!",
"message": "An Update is Available!",
"translation": "发现更新!",
@@ -1209,6 +1335,12 @@
"translatorComment": "Copied from source."
},
{
+ "id": "no configuration files were found",
+ "message": "no configuration files were found",
+ "translation": "未找到配置文件",
+ "translatorComment": "Copied from source."
+ },
+ {
"id": "Could not import selected configuration: {LastErr}",
"message": "Could not import selected configuration: {LastErr}",
"translation": "无法导入配置: {LastErr}",
diff --git a/zgotext.go b/zgotext.go
index d59fe3c2..b4baa53c 100644
--- a/zgotext.go
+++ b/zgotext.go
@@ -31,10 +31,12 @@ func init() {
"en": &dictionary{index: enIndex, data: enData},
"es_ES": &dictionary{index: es_ESIndex, data: es_ESData},
"fa": &dictionary{index: faIndex, data: faData},
+ "fi": &dictionary{index: fiIndex, data: fiData},
"fr": &dictionary{index: frIndex, data: frData},
"id": &dictionary{index: idIndex, data: idData},
"it": &dictionary{index: itIndex, data: itData},
"ja": &dictionary{index: jaIndex, data: jaData},
+ "pa_IN": &dictionary{index: pa_INIndex, data: pa_INData},
"pl": &dictionary{index: plIndex, data: plData},
"ro": &dictionary{index: roIndex, data: roData},
"ru": &dictionary{index: ruIndex, data: ruData},
@@ -54,485 +56,484 @@ func init() {
}
var messageKeyToIndex = map[string]int{
- "%.2f\u00a0GiB": 20,
- "%.2f\u00a0KiB": 18,
- "%.2f\u00a0MiB": 19,
- "%.2f\u00a0TiB": 21,
- "%d day(s)": 12,
- "%d hour(s)": 13,
- "%d minute(s)": 14,
- "%d second(s)": 15,
- "%d tunnels were unable to be removed.": 154,
- "%d year(s)": 11,
- "%d\u00a0B": 17,
- "%s\n\nPlease consult the log for more information.": 108,
- "%s (out of date)": 109,
- "%s (unsigned build, no updates)": 159,
- "%s You cannot undo this action.": 150,
- "%s ago": 16,
- "%s received, %s sent": 69,
- "%s: %q": 22,
- "&About WireGuard…": 106,
- "&Activate": 56,
- "&Block untunneled traffic (kill-switch)": 80,
- "&Configuration:": 83,
- "&Copy": 99,
- "&Deactivate": 55,
- "&Edit": 129,
- "&Import tunnel(s) from file…": 116,
- "&Manage tunnels…": 115,
- "&Name:": 77,
- "&Public key:": 78,
- "&Remove selected tunnel(s)": 137,
- "&Save": 81,
- "&Save to file…": 101,
- "&Toggle": 134,
- "&Tunnels": 181,
+ "%.2f\u00a0GiB": 21,
+ "%.2f\u00a0KiB": 19,
+ "%.2f\u00a0MiB": 20,
+ "%.2f\u00a0TiB": 22,
+ "%d day(s)": 13,
+ "%d hour(s)": 14,
+ "%d minute(s)": 15,
+ "%d second(s)": 16,
+ "%d tunnels were unable to be removed.": 161,
+ "%d year(s)": 12,
+ "%d\u00a0B": 18,
+ "%s\n\nPlease consult the log for more information.": 113,
+ "%s (out of date)": 114,
+ "%s (unsigned build, no updates)": 166,
+ "%s You cannot undo this action.": 157,
+ "%s ago": 17,
+ "%s received, %s sent": 73,
+ "%s: %q": 23,
+ "&About WireGuard…": 111,
+ "&Activate": 58,
+ "&Block untunneled traffic (kill-switch)": 84,
+ "&Configuration:": 88,
+ "&Copy": 104,
+ "&Deactivate": 57,
+ "&Edit": 135,
+ "&Import tunnel(s) from file…": 121,
+ "&Manage tunnels…": 120,
+ "&Name:": 81,
+ "&Public key:": 82,
+ "&Remove selected tunnel(s)": 143,
+ "&Save": 86,
+ "&Save to file…": 106,
+ "&Toggle": 140,
+ "&Tunnels": 179,
"(no argument): elevate and install manager service": 1,
- "(unknown)": 79,
- "A name is required.": 85,
- "A tunnel was unable to be removed: %s": 152,
- "About WireGuard": 50,
- "Activating": 94,
- "Active": 93,
- "Add &empty tunnel…": 130,
- "Add Tunnel": 131,
- "Addresses:": 60,
- "Addresses: %s": 182,
- "Addresses: None": 114,
- "All peers must have public keys": 43,
- "Allowed IPs:": 63,
- "An Update is Available!": 125,
- "An interface must have a private key": 41,
- "An update to WireGuard is available. It is highly advisable to update without delay.": 162,
- "An update to WireGuard is now available. You are advised to update as soon as possible.": 127,
- "Another tunnel already exists with the name ‘%s’": 140,
- "Another tunnel already exists with the name ‘%s’.": 89,
- "App version: %s\nGo backend version: %s\nGo version: %s-%s\nOperating system: %s\nArchitecture: %s": 173,
- "Are you sure you would like to delete %d tunnels?": 147,
- "Are you sure you would like to delete tunnel ‘%s’?": 149,
- "Brackets must contain an IPv6 address": 27,
- "Cancel": 82,
- "Close": 52,
+ "(unknown)": 83,
+ "A name is required.": 90,
+ "A tunnel was unable to be removed: %s": 159,
+ "About WireGuard": 51,
+ "Activating": 99,
+ "Active": 98,
+ "Add &empty tunnel…": 136,
+ "Add Tunnel": 137,
+ "Addresses:": 62,
+ "Addresses: %s": 130,
+ "Addresses: None": 119,
+ "All peers must have public keys": 44,
+ "Allowed IPs:": 66,
+ "An Update is Available!": 131,
+ "An interface must have a private key": 42,
+ "An update to WireGuard is available. It is highly advisable to update without delay.": 169,
+ "An update to WireGuard is now available. You are advised to update as soon as possible.": 133,
+ "Another tunnel already exists with the name ‘%s’": 147,
+ "Another tunnel already exists with the name ‘%s’.": 94,
+ "App version: %s\nGo backend version: %s\nGo version: %s-%s\nOperating system: %s\nArchitecture: %s": 53,
+ "Are you sure you would like to delete %d tunnels?": 154,
+ "Are you sure you would like to delete tunnel ‘%s’?": 156,
+ "Brackets must contain an IPv6 address": 28,
+ "Cancel": 87,
+ "Close": 54,
"Command Line Options": 3,
- "Config key is missing an equals separator": 37,
- "Configuration Files (*.zip, *.conf)|*.zip;*.conf|All Files (*.*)|*.*": 155,
- "Configuration ZIP Files (*.zip)|*.zip": 157,
- "Could not enumerate existing tunnels: %v": 139,
- "Could not import selected configuration: %v": 138,
- "Create new tunnel": 75,
- "DNS servers:": 61,
- "Deactivating": 96,
- "Delete %d tunnels": 146,
- "Delete tunnel ‘%s’": 148,
- "E&xit": 117,
- "Edit &selected tunnel…": 136,
- "Edit tunnel": 76,
- "Endpoint:": 64,
+ "Config key is missing an equals separator": 38,
+ "Configuration Files (*.zip, *.conf)|*.zip;*.conf|All Files (*.*)|*.*": 162,
+ "Configuration ZIP Files (*.zip)|*.zip": 164,
+ "Could not enumerate existing tunnels: %v": 146,
+ "Could not import selected configuration: %v": 145,
+ "Create new tunnel": 79,
+ "DNS servers:": 63,
+ "Deactivating": 101,
+ "Delete %d tunnels": 153,
+ "Delete tunnel ‘%s’": 155,
+ "E&xit": 122,
+ "Edit &selected tunnel…": 142,
+ "Edit tunnel": 80,
+ "Endpoint:": 67,
"Error": 0,
- "Error Exiting WireGuard": 160,
- "Error in getting configuration": 44,
- "Error: %v. Please try again.": 166,
- "Export all tunnels to &zip…": 135,
- "Export all tunnels to zip": 133,
- "Export log to file": 105,
- "Export tunnels to zip": 158,
- "Failed to activate tunnel": 71,
- "Failed to deactivate tunnel": 72,
- "Failed to determine tunnel state": 70,
- "File ‘%s’ already exists.\n\nDo you want to overwrite it?": 92,
- "Import tunnel(s) from file": 156,
- "Imported %d of %d tunnels": 144,
- "Imported %d tunnels": 143,
- "Imported tunnels": 142,
- "Inactive": 95,
- "Interface: %s": 73,
- "Invalid IP address": 23,
- "Invalid MTU": 28,
- "Invalid endpoint host": 26,
- "Invalid key for [Interface] section": 39,
- "Invalid key for [Peer] section": 40,
- "Invalid key for interface section": 45,
- "Invalid key for peer section": 47,
- "Invalid key: %v": 31,
- "Invalid name": 84,
- "Invalid network prefix length": 24,
- "Invalid persistent keepalive": 30,
- "Invalid port": 29,
- "Key must have a value": 38,
- "Keys must decode to exactly 32 bytes": 32,
- "Latest handshake:": 66,
- "Line must occur in a section": 36,
- "Listen port:": 58,
- "Log": 98,
- "Log message": 103,
- "MTU:": 59,
- "Missing port from endpoint": 25,
- "Now": 9,
- "Number must be a number between 0 and 2^64-1: %v": 33,
- "Peer": 74,
- "Persistent keepalive:": 65,
- "Preshared key:": 62,
- "Protocol version must be 1": 46,
- "Public key:": 57,
- "Remove selected tunnel(s)": 132,
- "Scripts:": 174,
- "Select &all": 100,
- "Status:": 54,
- "Status: %s": 124,
- "Status: Complete!": 167,
- "Status: Unknown": 113,
- "Status: Waiting for updater service": 165,
- "Status: Waiting for user": 163,
- "System clock wound backward!": 10,
- "Text Files (*.txt)|*.txt|All Files (*.*)|*.*": 104,
- "The %s tunnel has been activated.": 119,
- "The %s tunnel has been deactivated.": 121,
- "Time": 102,
- "Transfer:": 67,
- "Tunnel Error": 107,
- "Tunnel already exists": 88,
- "Tunnel name is not valid": 35,
- "Tunnel name ‘%s’ is invalid.": 86,
- "Tunnels": 128,
- "Two commas in a row": 34,
- "Unable to create new configuration": 90,
- "Unable to create tunnel": 145,
- "Unable to delete tunnel": 151,
- "Unable to delete tunnels": 153,
+ "Error Exiting WireGuard": 167,
+ "Error in getting configuration": 45,
+ "Error: %v. Please try again.": 173,
+ "Export all tunnels to &zip…": 141,
+ "Export all tunnels to zip": 139,
+ "Export log to file": 110,
+ "Export tunnels to zip": 165,
+ "Failed to activate tunnel": 75,
+ "Failed to deactivate tunnel": 76,
+ "Failed to determine tunnel state": 74,
+ "File ‘%s’ already exists.\n\nDo you want to overwrite it?": 97,
+ "Import tunnel(s) from file": 163,
+ "Imported %d of %d tunnels": 151,
+ "Imported %d tunnels": 150,
+ "Imported tunnels": 149,
+ "Inactive": 100,
+ "Interface: %s": 77,
+ "Invalid IP address": 24,
+ "Invalid MTU": 29,
+ "Invalid endpoint host": 27,
+ "Invalid key for [Interface] section": 40,
+ "Invalid key for [Peer] section": 41,
+ "Invalid key for interface section": 46,
+ "Invalid key for peer section": 48,
+ "Invalid key: %v": 32,
+ "Invalid name": 89,
+ "Invalid network prefix length": 25,
+ "Invalid persistent keepalive": 31,
+ "Invalid port": 30,
+ "Key must have a value": 39,
+ "Keys must decode to exactly 32 bytes": 33,
+ "Latest handshake:": 69,
+ "Line must occur in a section": 37,
+ "Listen port:": 60,
+ "Log": 103,
+ "Log message": 108,
+ "MTU:": 61,
+ "Missing port from endpoint": 26,
+ "Now": 10,
+ "Number must be a number between 0 and 2^64-1: %v": 34,
+ "Peer": 78,
+ "Persistent keepalive:": 68,
+ "Preshared key:": 65,
+ "Protocol version must be 1": 47,
+ "Public key:": 59,
+ "Remove selected tunnel(s)": 138,
+ "Scripts:": 64,
+ "Select &all": 105,
+ "Status:": 56,
+ "Status: %s": 129,
+ "Status: Complete!": 174,
+ "Status: Unknown": 118,
+ "Status: Waiting for updater service": 172,
+ "Status: Waiting for user": 170,
+ "System clock wound backward!": 11,
+ "Text Files (*.txt)|*.txt|All Files (*.*)|*.*": 109,
+ "The %s tunnel has been activated.": 124,
+ "The %s tunnel has been deactivated.": 126,
+ "Time": 107,
+ "Transfer:": 70,
+ "Tunnel Error": 112,
+ "Tunnel already exists": 93,
+ "Tunnel name is not valid": 36,
+ "Tunnel name ‘%s’ is invalid.": 91,
+ "Tunnels": 134,
+ "Two commas in a row": 35,
+ "Unable to create new configuration": 95,
+ "Unable to create tunnel": 152,
+ "Unable to delete tunnel": 158,
+ "Unable to delete tunnels": 160,
"Unable to determine whether the process is running under WOW64: %v": 4,
- "Unable to exit service due to: %v. You may want to stop WireGuard from the service manager.": 161,
- "Unable to import configuration: %v": 141,
- "Unable to list existing tunnels": 87,
- "Unable to open current process token: %v": 5,
- "Unable to wait for WireGuard window to appear: %v": 111,
- "Unknown state": 97,
- "Update Now": 164,
+ "Unable to exit service due to: %v. You may want to stop WireGuard from the service manager.": 168,
+ "Unable to import configuration: %v": 148,
+ "Unable to list existing tunnels": 92,
+ "Unable to open current process token: %v": 6,
+ "Unable to wait for WireGuard window to appear: %v": 116,
+ "Unknown state": 102,
+ "Update Now": 171,
"Usage: %s [\n%s]": 2,
- "When a configuration has exactly one peer, and that peer has an allowed IPs containing at least one of 0.0.0.0/0 or ::/0, then the tunnel service engages a firewall ruleset to block all traffic that is neither to nor from the tunnel interface or is to the wrong DNS server, with special exceptions for DHCP and NDP.": 180,
- "WireGuard Activated": 118,
- "WireGuard Deactivated": 120,
- "WireGuard Detection Error": 110,
- "WireGuard Tunnel Error": 122,
- "WireGuard Update Available": 126,
- "WireGuard is running, but the UI is only accessible from desktops of the Builtin %s group.": 7,
- "WireGuard logo image": 51,
- "WireGuard may only be used by users who are a member of the Builtin %s group.": 6,
- "WireGuard system tray icon did not appear after 30 seconds.": 8,
- "WireGuard: %s": 123,
- "WireGuard: Deactivated": 112,
- "Writing file failed": 91,
- "You must use the native version of WireGuard on this computer.": 172,
- "[EnumerationSeparator]": 48,
- "[UnitSeparator]": 49,
- "[none specified]": 42,
- "disabled, per policy": 179,
- "enabled": 68,
- "http2: Framer %p: failed to decode just-written frame": 168,
- "http2: Framer %p: read %v": 170,
- "http2: Framer %p: wrote %v": 169,
- "http2: decoded hpack field %+v": 171,
- "no configuration files were found": 183,
- "post-down": 178,
- "post-up": 176,
- "pre-down": 177,
- "pre-up": 175,
- "♥ &Donate!": 53,
+ "When a configuration has exactly one peer, and that peer has an allowed IPs containing at least one of 0.0.0.0/0 or ::/0, then the tunnel service engages a firewall ruleset to block all traffic that is neither to nor from the tunnel interface or is to the wrong DNS server, with special exceptions for DHCP and NDP.": 85,
+ "WireGuard Activated": 123,
+ "WireGuard Deactivated": 125,
+ "WireGuard Detection Error": 115,
+ "WireGuard Tunnel Error": 127,
+ "WireGuard Update Available": 132,
+ "WireGuard is running, but the UI is only accessible from desktops of the Builtin %s group.": 8,
+ "WireGuard logo image": 52,
+ "WireGuard may only be used by users who are a member of the Builtin %s group.": 7,
+ "WireGuard system tray icon did not appear after 30 seconds.": 9,
+ "WireGuard: %s": 128,
+ "WireGuard: Deactivated": 117,
+ "Writing file failed": 96,
+ "You must use the native version of WireGuard on this computer.": 5,
+ "[EnumerationSeparator]": 49,
+ "[UnitSeparator]": 50,
+ "[none specified]": 43,
+ "disabled, per policy": 71,
+ "enabled": 72,
+ "no configuration files were found": 144,
+ "post-down": 178,
+ "post-up": 176,
+ "pre-down": 177,
+ "pre-up": 175,
+ "♥ &Donate!": 55,
}
-var deIndex = []uint32{ // 185 elements
+var deIndex = []uint32{ // 181 elements
// Entry 0 - 1F
0x00000000, 0x00000007, 0x00000059, 0x00000074,
- 0x0000008b, 0x000000e1, 0x00000115, 0x0000016c,
- 0x000001e4, 0x00000234, 0x0000023a, 0x00000260,
- 0x00000280, 0x0000029e, 0x000002c2, 0x000002e6,
- 0x0000030c, 0x00000316, 0x0000031f, 0x0000032c,
- 0x00000339, 0x00000346, 0x00000353, 0x00000360,
- 0x00000376, 0x0000039e, 0x000003bc, 0x000003d6,
- 0x0000040a, 0x00000419, 0x0000042a, 0x0000044a,
+ 0x0000008b, 0x000000e1, 0x00000137, 0x0000016b,
+ 0x000001c2, 0x0000023a, 0x0000028a, 0x00000290,
+ 0x000002b6, 0x000002d6, 0x000002f4, 0x00000318,
+ 0x0000033c, 0x00000362, 0x0000036c, 0x00000375,
+ 0x00000382, 0x0000038f, 0x0000039c, 0x000003a9,
+ 0x000003b6, 0x000003cc, 0x000003f4, 0x00000412,
+ 0x0000042c, 0x00000460, 0x0000046f, 0x00000480,
// Entry 20 - 3F
- 0x00000468, 0x0000049f, 0x000004cb, 0x000004e7,
- 0x00000504, 0x00000535, 0x00000570, 0x0000058e,
- 0x000005bc, 0x000005e4, 0x0000061e, 0x00000633,
- 0x00000671, 0x00000697, 0x000006c4, 0x000006e5,
- 0x0000070d, 0x00000710, 0x00000713, 0x00000723,
- 0x00000732, 0x0000073d, 0x0000074b, 0x00000753,
- 0x00000761, 0x0000076d, 0x00000787, 0x00000795,
- 0x0000079a, 0x000007a4, 0x000007b0, 0x000007c6,
+ 0x000004a0, 0x000004be, 0x000004f5, 0x00000521,
+ 0x0000053d, 0x0000055a, 0x0000058b, 0x000005c6,
+ 0x000005e4, 0x00000612, 0x0000063a, 0x00000674,
+ 0x00000689, 0x000006c7, 0x000006ed, 0x0000071a,
+ 0x0000073b, 0x00000763, 0x00000766, 0x00000769,
+ 0x00000779, 0x00000788, 0x000007f6, 0x00000801,
+ 0x0000080f, 0x00000817, 0x00000825, 0x00000831,
+ 0x0000084b, 0x00000859, 0x0000085e, 0x00000868,
// Entry 40 - 5F
- 0x000007d4, 0x000007de, 0x000007f3, 0x0000080d,
- 0x0000081a, 0x00000824, 0x00000844, 0x0000086f,
- 0x00000894, 0x000008bb, 0x000008d0, 0x000008db,
- 0x000008f8, 0x0000090a, 0x00000911, 0x0000092c,
- 0x00000938, 0x0000096c, 0x00000977, 0x00000981,
- 0x00000991, 0x000009a2, 0x000009ba, 0x000009de,
- 0x00000a11, 0x00000a2a, 0x00000a62, 0x00000a90,
- 0x00000ab0, 0x00000af5, 0x00000afb, 0x00000b05,
+ 0x00000874, 0x0000087d, 0x00000893, 0x000008a1,
+ 0x000008ab, 0x000008c0, 0x000008da, 0x000008e7,
+ 0x00000903, 0x0000090d, 0x0000092d, 0x00000958,
+ 0x0000097d, 0x000009a4, 0x000009b9, 0x000009c4,
+ 0x000009e1, 0x000009f3, 0x000009fa, 0x00000a15,
+ 0x00000a21, 0x00000a55, 0x00000bbd, 0x00000bc8,
+ 0x00000bd2, 0x00000be2, 0x00000bf3, 0x00000c0b,
+ 0x00000c2f, 0x00000c62, 0x00000c7b, 0x00000cb3,
// Entry 60 - 7F
- 0x00000b0d, 0x00000b19, 0x00000b2d, 0x00000b37,
- 0x00000b41, 0x00000b52, 0x00000b69, 0x00000b6e,
- 0x00000b7f, 0x00000bb0, 0x00000bce, 0x00000be2,
- 0x00000bf0, 0x00000c31, 0x00000c42, 0x00000c5d,
- 0x00000ca5, 0x00000cbc, 0x00000cce, 0x00000cde,
- 0x00000cf3, 0x00000d14, 0x00000d1d, 0x00000d31,
- 0x00000d53, 0x00000d69, 0x00000d8d, 0x00000da5,
- 0x00000db6, 0x00000dc4, 0x00000de8, 0x00000e0c,
+ 0x00000ce1, 0x00000d01, 0x00000d46, 0x00000d4c,
+ 0x00000d56, 0x00000d5e, 0x00000d6a, 0x00000d7e,
+ 0x00000d88, 0x00000d92, 0x00000da3, 0x00000dba,
+ 0x00000dbf, 0x00000dd0, 0x00000e01, 0x00000e1f,
+ 0x00000e33, 0x00000e41, 0x00000e82, 0x00000e93,
+ 0x00000eae, 0x00000ef6, 0x00000f0d, 0x00000f1f,
+ 0x00000f2f, 0x00000f44, 0x00000f65, 0x00000f6e,
+ 0x00000f82, 0x00000fa4, 0x00000fba, 0x00000fde,
// Entry 80 - 9F
- 0x00000e7f, 0x00000e86, 0x00000e92, 0x00000eb6,
- 0x00000ec9, 0x00000ee7, 0x00000f11, 0x00000f1d,
- 0x00000f42, 0x00000f66, 0x00000f87, 0x00000fc8,
- 0x00000ffa, 0x00001034, 0x00001068, 0x0000107a,
- 0x000010b3, 0x000010ff, 0x0000111f, 0x00001154,
- 0x000011c4, 0x000011e0, 0x00001217, 0x00001254,
- 0x00001273, 0x000012a3, 0x000012c9, 0x0000132a,
- 0x00001374, 0x00001390, 0x000013b9, 0x000013d8,
+ 0x00000ff6, 0x00001007, 0x00001015, 0x00001025,
+ 0x00001049, 0x0000106d, 0x000010e0, 0x000010e7,
+ 0x000010f3, 0x00001117, 0x0000112a, 0x00001148,
+ 0x00001172, 0x0000117e, 0x000011a3, 0x000011c7,
+ 0x000011e8, 0x0000120d, 0x0000124e, 0x00001280,
+ 0x000012ba, 0x000012ee, 0x00001300, 0x00001339,
+ 0x00001385, 0x000013a5, 0x000013da, 0x0000144a,
+ 0x00001466, 0x0000149d, 0x000014da, 0x000014f9,
// Entry A0 - BF
- 0x00001403, 0x00001425, 0x00001491, 0x000014ff,
- 0x00001519, 0x0000152d, 0x00001556, 0x00001584,
- 0x00001594, 0x000015e0, 0x00001607, 0x0000162a,
- 0x0000164d, 0x0000164d, 0x0000164d, 0x0000164d,
- 0x0000164d, 0x0000164d, 0x0000164d, 0x0000164d,
- 0x0000164d, 0x0000164d, 0x0000164d, 0x0000164d,
- 0x0000164d,
-} // Size: 764 bytes
+ 0x00001529, 0x0000154f, 0x000015b0, 0x000015fa,
+ 0x00001616, 0x0000163f, 0x0000165e, 0x00001689,
+ 0x000016ab, 0x00001717, 0x00001785, 0x0000179f,
+ 0x000017b3, 0x000017dc, 0x0000180a, 0x0000181a,
+ 0x0000181a, 0x0000181a, 0x0000181a, 0x0000181a,
+ 0x0000181a,
+} // Size: 748 bytes
-const deData string = "" + // Size: 5709 bytes
+const deData string = "" + // Size: 6170 bytes
"\x02Fehler\x02(kein Argument): Als Administrator ausführen und den Manag" +
"er-Dienst installieren\x02Verwendung: %[1]s [\x0a%[2]s]\x02Kommandozeile" +
"noptionen\x02Es kann nicht festgestellt werden, ob der Prozess unter WOW" +
- "64 ausgeführt wird: %[1]v\x02Konnte aktuellen Prozess-Token nicht öffnen" +
- ": %[1]v\x02WireGuard kann nur von Benutzern verwendet werden, die Mitgli" +
- "ed der Gruppe %[1]s sind.\x02WireGuard wird ausgeführt, aber auf die Ben" +
- "utzeroberfläche kann nur von Desktops der Gruppe %[1]s zugegriffen werde" +
- "n.\x02Das WireGuard-Taskleistensymbol ist nicht innerhalb von 30 Sekunde" +
- "n erschienen.\x02Jetzt\x02Die Systemuhr wurde zurück gestellt!\x14\x01" +
- "\x81\x01\x00\x02\x0b\x02%[1]d Jahr\x00\x0c\x02%[1]d Jahre\x14\x01\x81" +
- "\x01\x00\x02\x0a\x02%[1]d Tag\x00\x0b\x02%[1]d Tage\x14\x01\x81\x01\x00" +
- "\x02\x0d\x02%[1]d Stunde\x00\x0e\x02%[1]d Stunden\x14\x01\x81\x01\x00" +
- "\x02\x0d\x02%[1]d Minute\x00\x0e\x02%[1]d Minuten\x14\x01\x81\x01\x00" +
- "\x02\x0e\x02%[1]d Sekunde\x00\x0f\x02%[1]d Sekunden\x02vor %[1]s\x02%[1]" +
- "d\u00a0B\x02%.2[1]f\u00a0KiB\x02%.2[1]f\u00a0MiB\x02%.2[1]f\u00a0GiB\x02" +
- "%.2[1]f\u00a0TiB\x02%[1]s: %[2]q\x02Ungültige IP-Adresse\x02Ungültige Lä" +
- "nge des Netzwerkpräfixes\x02Fehlender Port des Endpunktes\x02Ungültiger " +
- "Endpunkt-Host\x02Eckige Klammern müssen eine IPv6 Adresse enthalten\x02U" +
- "ngültige MTU\x02Ungültiger Port\x02Ungültiges Erhaltungsintervall\x02Ung" +
- "ültiger Schlüssel: %[1]v\x02Schlüssel müssen auf exakt 32 Bytes dekodie" +
- "rt werden\x02Zahl muss zwischen 0 und 2^64-1 sein: %[1]v\x02Zwei Kommata" +
- " in einer Zeile\x02Der Tunnelname ist ungültig\x02Die Zeile muss innerha" +
- "lb eines Abschnitts stehen\x02Konfigurationsschlüssel fehlt ein Gleichhe" +
- "itstrennzeichen\x02Eintrag muss einen Wert haben\x02Ungültiger Eintrage " +
- "im [Interface] Abschnitt\x02Ungültiger Eintrag im [Peer] Abschnitt\x02Ei" +
- "ne Schnittstelle muss einen privaten Schlssel enthalten\x02[nicht spezif" +
- "iziert]\x02Alle Teilnehmer (peers) müssen öffentliche Schlüssel haben" +
- "\x02Fehler beim Abrufen der Konfiguration\x02Ungültiger Eintrag im Absch" +
- "nitt [interface]\x02Die Protokollversion muss 1 sein\x02Ungültiger Eintr" +
- "ag im Abschnitt [peer]\x02, \x02, \x02Über WireGuard\x02WireGuard Logo" +
- "\x02Schließen\x02♥ &Spenden!\x02Status:\x02&Deaktivieren\x02&Aktivieren" +
- "\x02Öffentlicher Schlüssel:\x02Eingangsport:\x02MTU:\x02Adressen:\x02DNS" +
- "-Server:\x02Geteilter Schlüssel:\x02Erlaubte IPs:\x02Endpunkt:\x02Erhalt" +
- "ungsintervall:\x02Letzter Schlüsseltausch:\x02Übertragen:\x02aktiviert" +
- "\x02%[1]s empfangen, %[1]s gesendet\x02Tunnelstatus konnte nicht ermitte" +
- "lt werden\x02Tunnel aktivieren ist fehlgeschlagen\x02Tunnel deaktivieren" +
- " ist fehlgeschlagen\x02Schnittstelle: %[1]s\x02Teilnehmer\x02Einen neuen" +
- " Tunnel erstellen\x02Tunnel bearbeiten\x02&Name:\x02&Öffentlicher Schlüs" +
- "sel:\x02(unbekannt)\x02&Blockiere Verkehr außerhalb des Tunnels (Not-Aus" +
- ")\x02&Speichern\x02Abbrechen\x02&Konfiguration:\x02Ungültiger Name\x02Ei" +
- "n Name ist notwendig.\x02Der Name „%[1]s“ ist ungültig.\x02Vorhandene Tu" +
- "nnel können nicht aufgelistet werden\x02Tunnel existiert bereits\x02Ein " +
- "Tunnel mit dem Namen „%[1]s“ existiert bereits.\x02Neue Konfiguration ka" +
- "nn nicht erstellt werden\x02Schreiben der Datei schlug fehl\x02Die Datei" +
- " „%[1]s“ existiert bereits.\x0a\x0aMöchten Sie sie ersetzen?\x02Aktiv" +
- "\x02Aktiviere\x02Inaktiv\x02Deaktiviere\x02Unbekannter Zustand\x02Protok" +
- "oll\x02&Kopieren\x02&Alles markieren\x02&In Datei Speichern…\x02Zeit\x02" +
- "Protokolleintrag\x02Textdateien (*.txt)|*.txt|Alle Dateien (*.*)|*.*\x02" +
- "Exportiere Protokoll in Datei\x02&Über WireGuard…\x02Tunnel Fehler\x02%[" +
- "1]s\x0a\x0aBitte lesen Sie das Protokoll für weitere Informationen.\x02%" +
- "[1]s (veraltet)\x02WireGuard Erkennungsfehler\x02Warten auf das Erschein" +
- "en des WireGuard Fensters nicht möglich: %[1]v \x02WireGuard: Deaktivier" +
- "t\x02Status: Unbekannt\x02Adressen: Keine\x02Tunnel &verwalten…\x02Tunne" +
- "l aus Datei &importieren…\x02&Beenden\x02WireGuard aktiviert\x02Der Tunn" +
- "el %[1]s wurde aktiviert.\x02WireGuard deaktiviert\x02Der Tunnel %[1]s w" +
- "urde deaktiviert.\x02WireGuard Tunnel Fehler\x02WireGuard: %[1]s\x02Stat" +
- "us: %[1]s\x02Eine Aktualisierung ist verfügbar!\x02WireGuard Aktualisier" +
- "ung verfügbar\x02Eine Aktualisierung für WireGuard ist jetzt verfügbar. " +
- "Es wird empfohlen diese schnellstmöglich durchzuführen.\x02Tunnel\x02&Be" +
- "arbeiten\x02Einen &leeren Tunnel hinzufügen…\x02Tunnel hinzufügen\x02Mar" +
- "kierte(n) Tunnel entfernen\x02Alle Tunnel in eine Zip-Datei exportieren" +
- "\x02&Umschalten\x02Exportiere alle Tunnel in &Zip-Datei\x02Ausgewählten " +
- "Tunnel &bearbeiten…\x02Ausgewählte(n) Tunnel &löschen\x02Ausgewählte Kon" +
- "figuration konnte nicht importiert werden: %[1]v\x02Konnte existierende " +
- "Tunnel nicht auflisten: %[1]v\x02Es existiert bereits ein Tunnel mit dem" +
- " Namen „%[1]s“\x02Importieren der Konfiguration nicht möglich: %[1]v\x02" +
- "Tunnel importiert\x14\x01\x81\x01\x00\x02\x18\x02%[1]d Tunnel importiert" +
- "\x00\x18\x02%[1]d Tunnel importiert\x14\x02\x80\x01\x02\x22\x02%[1]d von" +
- " %[2]d Tunnel importiert\x00\x22\x02%[1]d von %[2]d Tunnel importiert" +
- "\x02Tunnel erstellen nicht möglich\x14\x01\x81\x01\x00\x02\x16\x02%[1]d " +
- "Tunnel löschen\x00\x16\x02%[1]d Tunnel löschen\x14\x01\x81\x01\x00\x024" +
- "\x02Möchten Sie diesen %[1]d Tunnel wirklich löschen?\x003\x02Möchten Si" +
- "e diese %[1]d Tunnel wirklich löschen?\x02Tunnel „%[1]s“ löschen\x02Möch" +
- "ten Sie den Tunnel „%[1]s“ wirklich löschen?\x02%[1]s Dieser Schritt kan" +
- "n nicht rückgängig gemacht werden.\x02Tunnel löschen nicht möglich\x02Ei" +
- "n Tunnel konnte nicht gelöscht werden: %[1]s\x02Tunnel konnten nicht gel" +
- "öscht werden\x14\x01\x81\x01\x00\x02+\x02%[1]d Tunnel konnte nicht entf" +
- "ernt werden.\x00-\x02%[1]d Tunnel konnten nicht gelöscht werden.\x02Konf" +
- "igurationsdateien (*.zip, *.conf)|*.zip;*.conf|Alle Dateien (*.*)|*.*" +
- "\x02Importiere Tunnel aus Datei\x02Konfigurations-ZIP-Dateien (*.zip)|*." +
- "zip\x02Exportiere Tunnel in Zip-Datei\x02%[1]s (unsigniert, keine Aktual" +
- "isierungen)\x02Fehler beim Beenden von WireGuard\x02Der Dienst konnte ni" +
- "cht gestoppt werden: %[1]v. Versuchen Sie WireGuard in der Dienstverwalt" +
- "ung zu beenden.\x02Eine Aktualisierung für WireGuard ist verfügbar. Es i" +
- "st höchst empfehlenswert diese sofort durchzuführen.\x02Status: Auf Nutz" +
- "er warten\x02Jetzt aktualisieren\x02Status: Auf Aktualisierungsdienst wa" +
- "rten\x02Fehler: %[1]v. Bitte versuchen Sie es erneut.\x02Status: Fertig!" +
- "\x02http2: Framer %[1]p: Fehler beim dekodieren des gerade geschriebenen" +
- " Frames\x02http2: Framer %[1]p: %[2]v geschrieben\x02http2: Framer %[1]p" +
- ": %[2]v gelesen\x02http2: hpack Feld %+[1]v dekodiert"
+ "64 ausgeführt wird: %[1]v\x02Sie müssen die Version von Wireguard benutz" +
+ "en, die für ihren Computer bestimmt ist.\x02Konnte aktuellen Prozess-Tok" +
+ "en nicht öffnen: %[1]v\x02WireGuard kann nur von Benutzern verwendet wer" +
+ "den, die Mitglied der Gruppe %[1]s sind.\x02WireGuard wird ausgeführt, a" +
+ "ber auf die Benutzeroberfläche kann nur von Desktops der Gruppe %[1]s zu" +
+ "gegriffen werden.\x02Das WireGuard-Taskleistensymbol ist nicht innerhalb" +
+ " von 30 Sekunden erschienen.\x02Jetzt\x02Die Systemuhr wurde zurück gest" +
+ "ellt!\x14\x01\x81\x01\x00\x02\x0b\x02%[1]d Jahr\x00\x0c\x02%[1]d Jahre" +
+ "\x14\x01\x81\x01\x00\x02\x0a\x02%[1]d Tag\x00\x0b\x02%[1]d Tage\x14\x01" +
+ "\x81\x01\x00\x02\x0d\x02%[1]d Stunde\x00\x0e\x02%[1]d Stunden\x14\x01" +
+ "\x81\x01\x00\x02\x0d\x02%[1]d Minute\x00\x0e\x02%[1]d Minuten\x14\x01" +
+ "\x81\x01\x00\x02\x0e\x02%[1]d Sekunde\x00\x0f\x02%[1]d Sekunden\x02vor %" +
+ "[1]s\x02%[1]d\u00a0B\x02%.2[1]f\u00a0KiB\x02%.2[1]f\u00a0MiB\x02%.2[1]f" +
+ "\u00a0GiB\x02%.2[1]f\u00a0TiB\x02%[1]s: %[2]q\x02Ungültige IP-Adresse" +
+ "\x02Ungültige Länge des Netzwerkpräfixes\x02Fehlender Port des Endpunkte" +
+ "s\x02Ungültiger Endpunkt-Host\x02Eckige Klammern müssen eine IPv6 Adress" +
+ "e enthalten\x02Ungültige MTU\x02Ungültiger Port\x02Ungültiges Erhaltungs" +
+ "intervall\x02Ungültiger Schlüssel: %[1]v\x02Schlüssel müssen auf exakt 3" +
+ "2 Bytes dekodiert werden\x02Zahl muss zwischen 0 und 2^64-1 sein: %[1]v" +
+ "\x02Zwei Kommata in einer Zeile\x02Der Tunnelname ist ungültig\x02Die Ze" +
+ "ile muss innerhalb eines Abschnitts stehen\x02Konfigurationsschlüssel fe" +
+ "hlt ein Gleichheitstrennzeichen\x02Eintrag muss einen Wert haben\x02Ungü" +
+ "ltiger Eintrage im [Interface] Abschnitt\x02Ungültiger Eintrag im [Peer]" +
+ " Abschnitt\x02Eine Schnittstelle muss einen privaten Schlssel enthalten" +
+ "\x02[nicht spezifiziert]\x02Alle Teilnehmer (peers) müssen öffentliche S" +
+ "chlüssel haben\x02Fehler beim Abrufen der Konfiguration\x02Ungültiger Ei" +
+ "ntrag im Abschnitt [interface]\x02Die Protokollversion muss 1 sein\x02Un" +
+ "gültiger Eintrag im Abschnitt [peer]\x02, \x02, \x02Über WireGuard\x02Wi" +
+ "reGuard Logo\x02App Version: %[1]s\x0aGo backend Version: %[2]s\x0aGo Ve" +
+ "rsion: %[3]s-%[4]s\x0aBetriebssystem: %[5]s\x0aArchitektur: %[6]s\x02Sch" +
+ "ließen\x02♥ &Spenden!\x02Status:\x02&Deaktivieren\x02&Aktivieren\x02Öffe" +
+ "ntlicher Schlüssel:\x02Eingangsport:\x02MTU:\x02Adressen:\x02DNS-Server:" +
+ "\x02Skripte:\x02Geteilter Schlüssel:\x02Erlaubte IPs:\x02Endpunkt:\x02Er" +
+ "haltungsintervall:\x02Letzter Schlüsseltausch:\x02Übertragen:\x02deaktiv" +
+ "iert, per Richtlinie\x02aktiviert\x02%[1]s empfangen, %[2]s gesendet\x02" +
+ "Tunnelstatus konnte nicht ermittelt werden\x02Tunnel aktivieren ist fehl" +
+ "geschlagen\x02Tunnel deaktivieren ist fehlgeschlagen\x02Schnittstelle: %" +
+ "[1]s\x02Teilnehmer\x02Einen neuen Tunnel erstellen\x02Tunnel bearbeiten" +
+ "\x02&Name:\x02&Öffentlicher Schlüssel:\x02(unbekannt)\x02&Blockiere Verk" +
+ "ehr außerhalb des Tunnels (Not-Aus)\x02Wenn eine Konfiguration genau ein" +
+ "en Teilnehmer enthält und dieser einen der Einträge 0.0.0.0/0 oder ::/0 " +
+ "in den erlaubten IPs enthält, dann erstellt der Tunneldienst ein Firewal" +
+ "l-Regelsatz, der allen Verkehr (insbesondere zum falschen DNS-Server) bl" +
+ "ockiert, der weder aus dem Tunnel stammt noch in den Tunnel geht, mit Au" +
+ "snahmen für DHCP- und NDP-Verkehr.\x02&Speichern\x02Abbrechen\x02&Konfig" +
+ "uration:\x02Ungültiger Name\x02Ein Name ist notwendig.\x02Der Name „%[1]" +
+ "s“ ist ungültig.\x02Vorhandene Tunnel können nicht aufgelistet werden" +
+ "\x02Tunnel existiert bereits\x02Ein Tunnel mit dem Namen „%[1]s“ existie" +
+ "rt bereits.\x02Neue Konfiguration kann nicht erstellt werden\x02Schreibe" +
+ "n der Datei schlug fehl\x02Die Datei „%[1]s“ existiert bereits.\x0a\x0aM" +
+ "öchten Sie sie ersetzen?\x02Aktiv\x02Aktiviere\x02Inaktiv\x02Deaktivier" +
+ "e\x02Unbekannter Zustand\x02Protokoll\x02&Kopieren\x02&Alles markieren" +
+ "\x02&In Datei Speichern…\x02Zeit\x02Protokolleintrag\x02Textdateien (*.t" +
+ "xt)|*.txt|Alle Dateien (*.*)|*.*\x02Exportiere Protokoll in Datei\x02&Üb" +
+ "er WireGuard…\x02Tunnel Fehler\x02%[1]s\x0a\x0aBitte lesen Sie das Proto" +
+ "koll für weitere Informationen.\x02%[1]s (veraltet)\x02WireGuard Erkennu" +
+ "ngsfehler\x02Warten auf das Erscheinen des WireGuard Fensters nicht mögl" +
+ "ich: %[1]v \x02WireGuard: Deaktiviert\x02Status: Unbekannt\x02Adressen: " +
+ "Keine\x02Tunnel &verwalten…\x02Tunnel aus Datei &importieren…\x02&Beende" +
+ "n\x02WireGuard aktiviert\x02Der Tunnel %[1]s wurde aktiviert.\x02WireGua" +
+ "rd deaktiviert\x02Der Tunnel %[1]s wurde deaktiviert.\x02WireGuard Tunne" +
+ "l Fehler\x02WireGuard: %[1]s\x02Status: %[1]s\x02Adressen: %[1]s\x02Eine" +
+ " Aktualisierung ist verfügbar!\x02WireGuard Aktualisierung verfügbar\x02" +
+ "Eine Aktualisierung für WireGuard ist jetzt verfügbar. Es wird empfohlen" +
+ " diese schnellstmöglich durchzuführen.\x02Tunnel\x02&Bearbeiten\x02Einen" +
+ " &leeren Tunnel hinzufügen…\x02Tunnel hinzufügen\x02Markierte(n) Tunnel " +
+ "entfernen\x02Alle Tunnel in eine Zip-Datei exportieren\x02&Umschalten" +
+ "\x02Exportiere alle Tunnel in &Zip-Datei\x02Ausgewählten Tunnel &bearbei" +
+ "ten…\x02Ausgewählte(n) Tunnel &löschen\x02keine Konfigurationsdateien ge" +
+ "funden\x02Ausgewählte Konfiguration konnte nicht importiert werden: %[1]" +
+ "v\x02Konnte existierende Tunnel nicht auflisten: %[1]v\x02Es existiert b" +
+ "ereits ein Tunnel mit dem Namen „%[1]s“\x02Importieren der Konfiguration" +
+ " nicht möglich: %[1]v\x02Tunnel importiert\x14\x01\x81\x01\x00\x02\x18" +
+ "\x02%[1]d Tunnel importiert\x00\x18\x02%[1]d Tunnel importiert\x14\x02" +
+ "\x80\x01\x02\x22\x02%[1]d von %[2]d Tunnel importiert\x00\x22\x02%[1]d v" +
+ "on %[2]d Tunnel importiert\x02Tunnel erstellen nicht möglich\x14\x01\x81" +
+ "\x01\x00\x02\x16\x02%[1]d Tunnel löschen\x00\x16\x02%[1]d Tunnel löschen" +
+ "\x14\x01\x81\x01\x00\x024\x02Möchten Sie diesen %[1]d Tunnel wirklich lö" +
+ "schen?\x003\x02Möchten Sie diese %[1]d Tunnel wirklich löschen?\x02Tunne" +
+ "l „%[1]s“ löschen\x02Möchten Sie den Tunnel „%[1]s“ wirklich löschen?" +
+ "\x02%[1]s Dieser Schritt kann nicht rückgängig gemacht werden.\x02Tunnel" +
+ " löschen nicht möglich\x02Ein Tunnel konnte nicht gelöscht werden: %[1]s" +
+ "\x02Tunnel konnten nicht gelöscht werden\x14\x01\x81\x01\x00\x02+\x02%[1" +
+ "]d Tunnel konnte nicht entfernt werden.\x00-\x02%[1]d Tunnel konnten nic" +
+ "ht gelöscht werden.\x02Konfigurationsdateien (*.zip, *.conf)|*.zip;*.con" +
+ "f|Alle Dateien (*.*)|*.*\x02Importiere Tunnel aus Datei\x02Konfiguration" +
+ "s-ZIP-Dateien (*.zip)|*.zip\x02Exportiere Tunnel in Zip-Datei\x02%[1]s (" +
+ "unsigniert, keine Aktualisierungen)\x02Fehler beim Beenden von WireGuard" +
+ "\x02Der Dienst konnte nicht gestoppt werden: %[1]v. Versuchen Sie WireGu" +
+ "ard in der Dienstverwaltung zu beenden.\x02Eine Aktualisierung für WireG" +
+ "uard ist verfügbar. Es ist höchst empfehlenswert diese sofort durchzufüh" +
+ "ren.\x02Status: Auf Nutzer warten\x02Jetzt aktualisieren\x02Status: Auf " +
+ "Aktualisierungsdienst warten\x02Fehler: %[1]v. Bitte versuchen Sie es er" +
+ "neut.\x02Status: Fertig!"
-var enIndex = []uint32{ // 185 elements
+var enIndex = []uint32{ // 181 elements
// Entry 0 - 1F
0x00000000, 0x00000006, 0x00000039, 0x0000004f,
- 0x00000064, 0x000000aa, 0x000000d6, 0x00000127,
- 0x00000185, 0x000001c1, 0x000001c5, 0x000001e2,
- 0x00000202, 0x00000220, 0x00000240, 0x00000264,
- 0x00000288, 0x00000292, 0x0000029b, 0x000002a8,
- 0x000002b5, 0x000002c2, 0x000002cf, 0x000002dc,
- 0x000002ef, 0x0000030d, 0x00000328, 0x0000033e,
- 0x00000364, 0x00000370, 0x0000037d, 0x0000039a,
+ 0x00000064, 0x000000aa, 0x000000e9, 0x00000115,
+ 0x00000166, 0x000001c4, 0x00000200, 0x00000204,
+ 0x00000221, 0x00000241, 0x0000025f, 0x0000027f,
+ 0x000002a3, 0x000002c7, 0x000002d1, 0x000002da,
+ 0x000002e7, 0x000002f4, 0x00000301, 0x0000030e,
+ 0x0000031b, 0x0000032e, 0x0000034c, 0x00000367,
+ 0x0000037d, 0x000003a3, 0x000003af, 0x000003bc,
// Entry 20 - 3F
- 0x000003ad, 0x000003d2, 0x00000406, 0x0000041a,
- 0x00000433, 0x00000450, 0x0000047a, 0x00000490,
- 0x000004b4, 0x000004d3, 0x000004f8, 0x00000509,
- 0x00000529, 0x00000548, 0x0000056a, 0x00000585,
- 0x000005a2, 0x000005a5, 0x000005a8, 0x000005b8,
- 0x000005cd, 0x000005d3, 0x000005e0, 0x000005e8,
- 0x000005f4, 0x000005fe, 0x0000060a, 0x00000617,
- 0x0000061c, 0x00000627, 0x00000634, 0x00000643,
+ 0x000003d9, 0x000003ec, 0x00000411, 0x00000445,
+ 0x00000459, 0x00000472, 0x0000048f, 0x000004b9,
+ 0x000004cf, 0x000004f3, 0x00000512, 0x00000537,
+ 0x00000548, 0x00000568, 0x00000587, 0x000005a9,
+ 0x000005c4, 0x000005e1, 0x000005e4, 0x000005e7,
+ 0x000005f7, 0x0000060c, 0x0000067d, 0x00000683,
+ 0x00000690, 0x00000698, 0x000006a4, 0x000006ae,
+ 0x000006ba, 0x000006c7, 0x000006cc, 0x000006d7,
// Entry 40 - 5F
- 0x00000650, 0x0000065a, 0x00000670, 0x00000682,
- 0x0000068c, 0x00000694, 0x000006af, 0x000006d0,
- 0x000006ea, 0x00000706, 0x00000717, 0x0000071c,
- 0x0000072e, 0x0000073a, 0x00000741, 0x0000074e,
- 0x00000758, 0x00000780, 0x00000786, 0x0000078d,
- 0x0000079d, 0x000007aa, 0x000007be, 0x000007e2,
- 0x00000802, 0x00000818, 0x00000851, 0x00000874,
- 0x00000888, 0x000008c7, 0x000008ce, 0x000008d9,
+ 0x000006e4, 0x000006ed, 0x000006fc, 0x00000709,
+ 0x00000713, 0x00000729, 0x0000073b, 0x00000745,
+ 0x0000075a, 0x00000762, 0x0000077d, 0x0000079e,
+ 0x000007b8, 0x000007d4, 0x000007e5, 0x000007ea,
+ 0x000007fc, 0x00000808, 0x0000080f, 0x0000081c,
+ 0x00000826, 0x0000084e, 0x0000098a, 0x00000990,
+ 0x00000997, 0x000009a7, 0x000009b4, 0x000009c8,
+ 0x000009ec, 0x00000a0c, 0x00000a22, 0x00000a5b,
// Entry 60 - 7F
- 0x000008e2, 0x000008ef, 0x000008fd, 0x00000901,
- 0x00000907, 0x00000913, 0x00000924, 0x00000929,
- 0x00000935, 0x00000962, 0x00000975, 0x00000989,
- 0x00000996, 0x000009ca, 0x000009de, 0x000009f8,
- 0x00000a2d, 0x00000a44, 0x00000a54, 0x00000a64,
- 0x00000a77, 0x00000a96, 0x00000a9c, 0x00000ab0,
- 0x00000ad5, 0x00000aeb, 0x00000b12, 0x00000b29,
- 0x00000b3a, 0x00000b48, 0x00000b60, 0x00000b7b,
+ 0x00000a7e, 0x00000a92, 0x00000ad1, 0x00000ad8,
+ 0x00000ae3, 0x00000aec, 0x00000af9, 0x00000b07,
+ 0x00000b0b, 0x00000b11, 0x00000b1d, 0x00000b2e,
+ 0x00000b33, 0x00000b3f, 0x00000b6c, 0x00000b7f,
+ 0x00000b93, 0x00000ba0, 0x00000bd4, 0x00000be8,
+ 0x00000c02, 0x00000c37, 0x00000c4e, 0x00000c5e,
+ 0x00000c6e, 0x00000c81, 0x00000ca0, 0x00000ca6,
+ 0x00000cba, 0x00000cdf, 0x00000cf5, 0x00000d1c,
// Entry 80 - 9F
- 0x00000bd3, 0x00000bdb, 0x00000be1, 0x00000bf6,
- 0x00000c01, 0x00000c1b, 0x00000c35, 0x00000c3d,
- 0x00000c5b, 0x00000c74, 0x00000c8f, 0x00000cbe,
- 0x00000cea, 0x00000d22, 0x00000d48, 0x00000d59,
- 0x00000d8f, 0x00000dd6, 0x00000dee, 0x00000e20,
- 0x00000e92, 0x00000eac, 0x00000ee6, 0x00000f09,
- 0x00000f21, 0x00000f4a, 0x00000f63, 0x00000fbc,
- 0x00001001, 0x0000101c, 0x00001042, 0x00001058,
+ 0x00000d33, 0x00000d44, 0x00000d52, 0x00000d63,
+ 0x00000d7b, 0x00000d96, 0x00000dee, 0x00000df6,
+ 0x00000dfc, 0x00000e11, 0x00000e1c, 0x00000e36,
+ 0x00000e50, 0x00000e58, 0x00000e76, 0x00000e8f,
+ 0x00000eaa, 0x00000ecc, 0x00000efb, 0x00000f27,
+ 0x00000f5f, 0x00000f85, 0x00000f96, 0x00000fcc,
+ 0x00001013, 0x0000102b, 0x0000105d, 0x000010cf,
+ 0x000010e9, 0x00001123, 0x00001146, 0x0000115e,
// Entry A0 - BF
- 0x0000107b, 0x00001093, 0x000010f2, 0x00001147,
- 0x00001160, 0x0000116b, 0x0000118f, 0x000011af,
- 0x000011c1, 0x000011fa, 0x0000121b, 0x0000123b,
- 0x0000125d, 0x0000129c, 0x0000130d, 0x00001316,
- 0x0000131d, 0x00001325, 0x0000132e, 0x00001338,
- 0x0000134d, 0x00001489, 0x00001492, 0x000014a3,
- 0x000014c5,
-} // Size: 764 bytes
+ 0x00001187, 0x000011a0, 0x000011f9, 0x0000123e,
+ 0x00001259, 0x0000127f, 0x00001295, 0x000012b8,
+ 0x000012d0, 0x0000132f, 0x00001384, 0x0000139d,
+ 0x000013a8, 0x000013cc, 0x000013ec, 0x000013fe,
+ 0x00001405, 0x0000140d, 0x00001416, 0x00001420,
+ 0x00001429,
+} // Size: 748 bytes
-const enData string = "" + // Size: 5317 bytes
+const enData string = "" + // Size: 5161 bytes
"\x02Error\x02(no argument): elevate and install manager service\x02Usage" +
": %[1]s [\x0a%[2]s]\x02Command Line Options\x02Unable to determine wheth" +
- "er the process is running under WOW64: %[1]v\x02Unable to open current p" +
- "rocess token: %[1]v\x02WireGuard may only be used by users who are a mem" +
- "ber of the Builtin %[1]s group.\x02WireGuard is running, but the UI is o" +
- "nly accessible from desktops of the Builtin %[1]s group.\x02WireGuard sy" +
- "stem tray icon did not appear after 30 seconds.\x02Now\x02System clock w" +
- "ound backward!\x14\x01\x81\x01\x00\x02\x0b\x02%[1]d year\x00\x0c\x02%[1]" +
- "d years\x14\x01\x81\x01\x00\x02\x0a\x02%[1]d day\x00\x0b\x02%[1]d days" +
- "\x14\x01\x81\x01\x00\x02\x0b\x02%[1]d hour\x00\x0c\x02%[1]d hours\x14" +
- "\x01\x81\x01\x00\x02\x0d\x02%[1]d minute\x00\x0e\x02%[1]d minutes\x14" +
- "\x01\x81\x01\x00\x02\x0d\x02%[1]d second\x00\x0e\x02%[1]d seconds\x02%[1" +
- "]s ago\x02%[1]d\u00a0B\x02%.2[1]f\u00a0KiB\x02%.2[1]f\u00a0MiB\x02%.2[1]" +
- "f\u00a0GiB\x02%.2[1]f\u00a0TiB\x02%[1]s: %[2]q\x02Invalid IP address\x02" +
- "Invalid network prefix length\x02Missing port from endpoint\x02Invalid e" +
- "ndpoint host\x02Brackets must contain an IPv6 address\x02Invalid MTU\x02" +
- "Invalid port\x02Invalid persistent keepalive\x02Invalid key: %[1]v\x02Ke" +
- "ys must decode to exactly 32 bytes\x02Number must be a number between 0 " +
- "and 2^64-1: %[1]v\x02Two commas in a row\x02Tunnel name is not valid\x02" +
- "Line must occur in a section\x02Config key is missing an equals separato" +
- "r\x02Key must have a value\x02Invalid key for [Interface] section\x02Inv" +
- "alid key for [Peer] section\x02An interface must have a private key\x02[" +
- "none specified]\x02All peers must have public keys\x02Error in getting c" +
- "onfiguration\x02Invalid key for interface section\x02Protocol version mu" +
- "st be 1\x02Invalid key for peer section\x02, \x02, \x02About WireGuard" +
- "\x02WireGuard logo image\x02Close\x02♥ &Donate!\x02Status:\x02&Deactivat" +
- "e\x02&Activate\x02Public key:\x02Listen port:\x02MTU:\x02Addresses:\x02D" +
- "NS servers:\x02Preshared key:\x02Allowed IPs:\x02Endpoint:\x02Persistent" +
- " keepalive:\x02Latest handshake:\x02Transfer:\x02enabled\x02%[1]s receiv" +
- "ed, %[2]s sent\x02Failed to determine tunnel state\x02Failed to activate" +
- " tunnel\x02Failed to deactivate tunnel\x02Interface: %[1]s\x02Peer\x02Cr" +
- "eate new tunnel\x02Edit tunnel\x02&Name:\x02&Public key:\x02(unknown)" +
- "\x02&Block untunneled traffic (kill-switch)\x02&Save\x02Cancel\x02&Confi" +
- "guration:\x02Invalid name\x02A name is required.\x02Tunnel name ‘%[1]s’ " +
- "is invalid.\x02Unable to list existing tunnels\x02Tunnel already exists" +
- "\x02Another tunnel already exists with the name ‘%[1]s’.\x02Unable to cr" +
- "eate new configuration\x02Writing file failed\x02File ‘%[1]s’ already ex" +
- "ists.\x0a\x0aDo you want to overwrite it?\x02Active\x02Activating\x02Ina" +
- "ctive\x02Deactivating\x02Unknown state\x02Log\x02&Copy\x02Select &all" +
- "\x02&Save to file…\x02Time\x02Log message\x02Text Files (*.txt)|*.txt|Al" +
- "l Files (*.*)|*.*\x02Export log to file\x02&About WireGuard…\x02Tunnel E" +
- "rror\x02%[1]s\x0a\x0aPlease consult the log for more information.\x02%[1" +
- "]s (out of date)\x02WireGuard Detection Error\x02Unable to wait for Wire" +
- "Guard window to appear: %[1]v\x02WireGuard: Deactivated\x02Status: Unkno" +
- "wn\x02Addresses: None\x02&Manage tunnels…\x02&Import tunnel(s) from file" +
- "…\x02E&xit\x02WireGuard Activated\x02The %[1]s tunnel has been activat" +
- "ed.\x02WireGuard Deactivated\x02The %[1]s tunnel has been deactivated." +
- "\x02WireGuard Tunnel Error\x02WireGuard: %[1]s\x02Status: %[1]s\x02An Up" +
+ "er the process is running under WOW64: %[1]v\x02You must use the native " +
+ "version of WireGuard on this computer.\x02Unable to open current process" +
+ " token: %[1]v\x02WireGuard may only be used by users who are a member of" +
+ " the Builtin %[1]s group.\x02WireGuard is running, but the UI is only ac" +
+ "cessible from desktops of the Builtin %[1]s group.\x02WireGuard system t" +
+ "ray icon did not appear after 30 seconds.\x02Now\x02System clock wound b" +
+ "ackward!\x14\x01\x81\x01\x00\x02\x0b\x02%[1]d year\x00\x0c\x02%[1]d year" +
+ "s\x14\x01\x81\x01\x00\x02\x0a\x02%[1]d day\x00\x0b\x02%[1]d days\x14\x01" +
+ "\x81\x01\x00\x02\x0b\x02%[1]d hour\x00\x0c\x02%[1]d hours\x14\x01\x81" +
+ "\x01\x00\x02\x0d\x02%[1]d minute\x00\x0e\x02%[1]d minutes\x14\x01\x81" +
+ "\x01\x00\x02\x0d\x02%[1]d second\x00\x0e\x02%[1]d seconds\x02%[1]s ago" +
+ "\x02%[1]d\u00a0B\x02%.2[1]f\u00a0KiB\x02%.2[1]f\u00a0MiB\x02%.2[1]f" +
+ "\u00a0GiB\x02%.2[1]f\u00a0TiB\x02%[1]s: %[2]q\x02Invalid IP address\x02I" +
+ "nvalid network prefix length\x02Missing port from endpoint\x02Invalid en" +
+ "dpoint host\x02Brackets must contain an IPv6 address\x02Invalid MTU\x02I" +
+ "nvalid port\x02Invalid persistent keepalive\x02Invalid key: %[1]v\x02Key" +
+ "s must decode to exactly 32 bytes\x02Number must be a number between 0 a" +
+ "nd 2^64-1: %[1]v\x02Two commas in a row\x02Tunnel name is not valid\x02L" +
+ "ine must occur in a section\x02Config key is missing an equals separator" +
+ "\x02Key must have a value\x02Invalid key for [Interface] section\x02Inva" +
+ "lid key for [Peer] section\x02An interface must have a private key\x02[n" +
+ "one specified]\x02All peers must have public keys\x02Error in getting co" +
+ "nfiguration\x02Invalid key for interface section\x02Protocol version mus" +
+ "t be 1\x02Invalid key for peer section\x02, \x02, \x02About WireGuard" +
+ "\x02WireGuard logo image\x02App version: %[1]s\x0aGo backend version: %[" +
+ "2]s\x0aGo version: %[3]s-%[4]s\x0aOperating system: %[5]s\x0aArchitectur" +
+ "e: %[6]s\x02Close\x02♥ &Donate!\x02Status:\x02&Deactivate\x02&Activate" +
+ "\x02Public key:\x02Listen port:\x02MTU:\x02Addresses:\x02DNS servers:" +
+ "\x02Scripts:\x02Preshared key:\x02Allowed IPs:\x02Endpoint:\x02Persisten" +
+ "t keepalive:\x02Latest handshake:\x02Transfer:\x02disabled, per policy" +
+ "\x02enabled\x02%[1]s received, %[2]s sent\x02Failed to determine tunnel " +
+ "state\x02Failed to activate tunnel\x02Failed to deactivate tunnel\x02Int" +
+ "erface: %[1]s\x02Peer\x02Create new tunnel\x02Edit tunnel\x02&Name:\x02&" +
+ "Public key:\x02(unknown)\x02&Block untunneled traffic (kill-switch)\x02W" +
+ "hen a configuration has exactly one peer, and that peer has an allowed I" +
+ "Ps containing at least one of 0.0.0.0/0 or ::/0, then the tunnel service" +
+ " engages a firewall ruleset to block all traffic that is neither to nor " +
+ "from the tunnel interface or is to the wrong DNS server, with special ex" +
+ "ceptions for DHCP and NDP.\x02&Save\x02Cancel\x02&Configuration:\x02Inva" +
+ "lid name\x02A name is required.\x02Tunnel name ‘%[1]s’ is invalid.\x02Un" +
+ "able to list existing tunnels\x02Tunnel already exists\x02Another tunnel" +
+ " already exists with the name ‘%[1]s’.\x02Unable to create new configura" +
+ "tion\x02Writing file failed\x02File ‘%[1]s’ already exists.\x0a\x0aDo yo" +
+ "u want to overwrite it?\x02Active\x02Activating\x02Inactive\x02Deactivat" +
+ "ing\x02Unknown state\x02Log\x02&Copy\x02Select &all\x02&Save to file…" +
+ "\x02Time\x02Log message\x02Text Files (*.txt)|*.txt|All Files (*.*)|*.*" +
+ "\x02Export log to file\x02&About WireGuard…\x02Tunnel Error\x02%[1]s\x0a" +
+ "\x0aPlease consult the log for more information.\x02%[1]s (out of date)" +
+ "\x02WireGuard Detection Error\x02Unable to wait for WireGuard window to " +
+ "appear: %[1]v\x02WireGuard: Deactivated\x02Status: Unknown\x02Addresses:" +
+ " None\x02&Manage tunnels…\x02&Import tunnel(s) from file…\x02E&xit\x02Wi" +
+ "reGuard Activated\x02The %[1]s tunnel has been activated.\x02WireGuard D" +
+ "eactivated\x02The %[1]s tunnel has been deactivated.\x02WireGuard Tunnel" +
+ " Error\x02WireGuard: %[1]s\x02Status: %[1]s\x02Addresses: %[1]s\x02An Up" +
"date is Available!\x02WireGuard Update Available\x02An update to WireGua" +
"rd is now available. You are advised to update as soon as possible.\x02T" +
"unnels\x02&Edit\x02Add &empty tunnel…\x02Add Tunnel\x02Remove selected t" +
"unnel(s)\x02Export all tunnels to zip\x02&Toggle\x02Export all tunnels t" +
- "o &zip…\x02Edit &selected tunnel…\x02&Remove selected tunnel(s)\x02Could" +
- " not import selected configuration: %[1]v\x02Could not enumerate existin" +
- "g tunnels: %[1]v\x02Another tunnel already exists with the name ‘%[1]s’" +
- "\x02Unable to import configuration: %[1]v\x02Imported tunnels\x14\x01" +
- "\x81\x01\x00\x02\x16\x02Imported %[1]d tunnel\x00\x17\x02Imported %[1]d " +
- "tunnels\x14\x02\x80\x01\x02\x1f\x02Imported %[1]d of %[2]d tunnel\x00 " +
- "\x02Imported %[1]d of %[2]d tunnels\x02Unable to create tunnel\x14\x01" +
- "\x81\x01\x00\x02\x14\x02Delete %[1]d tunnel\x00\x15\x02Delete %[1]d tunn" +
- "els\x14\x01\x81\x01\x00\x024\x02Are you sure you would like to delete %[" +
- "1]d tunnel?\x005\x02Are you sure you would like to delete %[1]d tunnels?" +
- "\x02Delete tunnel ‘%[1]s’\x02Are you sure you would like to delete tunne" +
- "l ‘%[1]s’?\x02%[1]s You cannot undo this action.\x02Unable to delete tun" +
- "nel\x02A tunnel was unable to be removed: %[1]s\x02Unable to delete tunn" +
- "els\x14\x01\x81\x01\x00\x02'\x02%[1]d tunnel was unable to be removed." +
- "\x00)\x02%[1]d tunnels were unable to be removed.\x02Configuration Files" +
- " (*.zip, *.conf)|*.zip;*.conf|All Files (*.*)|*.*\x02Import tunnel(s) fr" +
- "om file\x02Configuration ZIP Files (*.zip)|*.zip\x02Export tunnels to zi" +
- "p\x02%[1]s (unsigned build, no updates)\x02Error Exiting WireGuard\x02Un" +
- "able to exit service due to: %[1]v. You may want to stop WireGuard from " +
- "the service manager.\x02An update to WireGuard is available. It is highl" +
- "y advisable to update without delay.\x02Status: Waiting for user\x02Upda" +
- "te Now\x02Status: Waiting for updater service\x02Error: %[1]v. Please tr" +
- "y again.\x02Status: Complete!\x02http2: Framer %[1]p: failed to decode j" +
- "ust-written frame\x02http2: Framer %[1]p: wrote %[2]v\x02http2: Framer %" +
- "[1]p: read %[2]v\x02http2: decoded hpack field %+[1]v\x02You must use th" +
- "e native version of WireGuard on this computer.\x02App version: %[1]s" +
- "\x0aGo backend version: %[2]s\x0aGo version: %[3]s-%[4]s\x0aOperating sy" +
- "stem: %[5]s\x0aArchitecture: %[6]s\x02Scripts:\x02pre-up\x02post-up\x02p" +
- "re-down\x02post-down\x02disabled, per policy\x02When a configuration has" +
- " exactly one peer, and that peer has an allowed IPs containing at least " +
- "one of 0.0.0.0/0 or ::/0, then the tunnel service engages a firewall rul" +
- "eset to block all traffic that is neither to nor from the tunnel interfa" +
- "ce or is to the wrong DNS server, with special exceptions for DHCP and N" +
- "DP.\x02&Tunnels\x02Addresses: %[1]s\x02no configuration files were found"
+ "o &zip…\x02Edit &selected tunnel…\x02&Remove selected tunnel(s)\x02no co" +
+ "nfiguration files were found\x02Could not import selected configuration:" +
+ " %[1]v\x02Could not enumerate existing tunnels: %[1]v\x02Another tunnel " +
+ "already exists with the name ‘%[1]s’\x02Unable to import configuration: " +
+ "%[1]v\x02Imported tunnels\x14\x01\x81\x01\x00\x02\x16\x02Imported %[1]d " +
+ "tunnel\x00\x17\x02Imported %[1]d tunnels\x14\x02\x80\x01\x02\x1f\x02Impo" +
+ "rted %[1]d of %[2]d tunnel\x00 \x02Imported %[1]d of %[2]d tunnels\x02Un" +
+ "able to create tunnel\x14\x01\x81\x01\x00\x02\x14\x02Delete %[1]d tunnel" +
+ "\x00\x15\x02Delete %[1]d tunnels\x14\x01\x81\x01\x00\x024\x02Are you sur" +
+ "e you would like to delete %[1]d tunnel?\x005\x02Are you sure you would " +
+ "like to delete %[1]d tunnels?\x02Delete tunnel ‘%[1]s’\x02Are you sure y" +
+ "ou would like to delete tunnel ‘%[1]s’?\x02%[1]s You cannot undo this ac" +
+ "tion.\x02Unable to delete tunnel\x02A tunnel was unable to be removed: %" +
+ "[1]s\x02Unable to delete tunnels\x14\x01\x81\x01\x00\x02'\x02%[1]d tunne" +
+ "l was unable to be removed.\x00)\x02%[1]d tunnels were unable to be remo" +
+ "ved.\x02Configuration Files (*.zip, *.conf)|*.zip;*.conf|All Files (*.*)" +
+ "|*.*\x02Import tunnel(s) from file\x02Configuration ZIP Files (*.zip)|*." +
+ "zip\x02Export tunnels to zip\x02%[1]s (unsigned build, no updates)\x02Er" +
+ "ror Exiting WireGuard\x02Unable to exit service due to: %[1]v. You may w" +
+ "ant to stop WireGuard from the service manager.\x02An update to WireGuar" +
+ "d is available. It is highly advisable to update without delay.\x02Statu" +
+ "s: Waiting for user\x02Update Now\x02Status: Waiting for updater service" +
+ "\x02Error: %[1]v. Please try again.\x02Status: Complete!\x02pre-up\x02po" +
+ "st-up\x02pre-down\x02post-down\x02&Tunnels"
-var es_ESIndex = []uint32{ // 185 elements
+var es_ESIndex = []uint32{ // 181 elements
// Entry 0 - 1F
0x00000000, 0x00000006, 0x00000044, 0x00000058,
0x00000058, 0x00000058, 0x00000058, 0x00000058,
@@ -584,69 +585,67 @@ var es_ESIndex = []uint32{ // 185 elements
0x00000058, 0x00000058, 0x00000058, 0x00000058,
0x00000058, 0x00000058, 0x00000058, 0x00000058,
0x00000058, 0x00000058, 0x00000058, 0x00000058,
- 0x00000058, 0x00000058, 0x00000058, 0x00000058,
0x00000058,
-} // Size: 764 bytes
+} // Size: 748 bytes
const es_ESData string = "" + // Size: 88 bytes
"\x02Error\x02(sin argumento): eleva e instala el servicio de administrad" +
"or\x02Uso: %[1]s [\x0a%[2]s]"
-var faIndex = []uint32{ // 185 elements
+var faIndex = []uint32{ // 181 elements
// Entry 0 - 1F
0x00000000, 0x00000007, 0x00000007, 0x00000007,
0x0000002b, 0x0000002b, 0x0000002b, 0x0000002b,
- 0x0000002b, 0x0000002b, 0x0000003b, 0x0000003b,
- 0x0000005e, 0x00000081, 0x000000a8, 0x000000d3,
- 0x000000fe, 0x0000010b, 0x0000011b, 0x0000011b,
+ 0x0000002b, 0x0000002b, 0x0000002b, 0x0000003b,
+ 0x0000003b, 0x0000005e, 0x00000081, 0x000000a8,
+ 0x000000d3, 0x000000fe, 0x0000010b, 0x0000011b,
0x0000011b, 0x0000011b, 0x0000011b, 0x0000011b,
- 0x00000148, 0x00000148, 0x00000148, 0x00000148,
- 0x00000148, 0x00000162, 0x0000017a, 0x0000017a,
+ 0x0000011b, 0x00000148, 0x00000148, 0x00000148,
+ 0x00000148, 0x00000148, 0x00000162, 0x0000017a,
// Entry 20 - 3F
0x0000017a, 0x0000017a, 0x0000017a, 0x0000017a,
- 0x0000017a, 0x0000017a, 0x0000017a, 0x000001b0,
- 0x000001b0, 0x000001b0, 0x000001b0, 0x000001c4,
- 0x00000214, 0x0000023e, 0x0000023e, 0x0000023e,
- 0x0000023e, 0x00000242, 0x00000246, 0x0000025d,
- 0x0000025d, 0x00000266, 0x0000027d, 0x00000289,
- 0x000002a4, 0x000002b9, 0x000002ce, 0x000002e1,
- 0x000002e6, 0x000002f9, 0x0000030d, 0x00000335,
+ 0x0000017a, 0x0000017a, 0x0000017a, 0x0000017a,
+ 0x000001b0, 0x000001b0, 0x000001b0, 0x000001b0,
+ 0x000001c4, 0x00000214, 0x0000023e, 0x0000023e,
+ 0x0000023e, 0x0000023e, 0x00000242, 0x00000246,
+ 0x0000025d, 0x0000025d, 0x0000025d, 0x00000266,
+ 0x0000027d, 0x00000289, 0x000002a4, 0x000002b9,
+ 0x000002ce, 0x000002e1, 0x000002e6, 0x000002f9,
// Entry 40 - 5F
- 0x00000348, 0x0000035d, 0x00000388, 0x00000388,
+ 0x0000030d, 0x0000030d, 0x00000335, 0x00000348,
+ 0x0000035d, 0x00000388, 0x00000388, 0x00000396,
0x00000396, 0x000003a6, 0x000003a6, 0x000003a6,
0x000003a6, 0x000003a6, 0x000003b6, 0x000003bf,
0x000003dc, 0x000003f2, 0x000003fb, 0x00000411,
- 0x00000424, 0x00000424, 0x00000430, 0x00000437,
- 0x0000044a, 0x00000460, 0x00000481, 0x00000481,
- 0x000004c7, 0x000004f4, 0x000004f4, 0x000004f4,
- 0x000004f4, 0x000004f4, 0x000004fd, 0x0000051d,
+ 0x00000424, 0x00000424, 0x00000424, 0x00000430,
+ 0x00000437, 0x0000044a, 0x00000460, 0x00000481,
+ 0x00000481, 0x000004c7, 0x000004f4, 0x000004f4,
// Entry 60 - 7F
- 0x0000052c, 0x00000552, 0x0000056e, 0x00000584,
- 0x00000592, 0x00000592, 0x000005b3, 0x000005bc,
- 0x000005dd, 0x000005dd, 0x00000619, 0x00000634,
- 0x00000648, 0x00000648, 0x00000648, 0x00000648,
- 0x00000648, 0x00000648, 0x00000665, 0x0000067f,
- 0x000006a0, 0x000006a0, 0x000006a0, 0x000006ba,
- 0x000006dc, 0x000006fa, 0x000006fa, 0x00000716,
- 0x00000716, 0x00000728, 0x0000075d, 0x00000796,
+ 0x000004f4, 0x000004f4, 0x000004f4, 0x000004fd,
+ 0x0000051d, 0x0000052c, 0x00000552, 0x0000056e,
+ 0x00000584, 0x00000592, 0x00000592, 0x000005b3,
+ 0x000005bc, 0x000005dd, 0x000005dd, 0x00000619,
+ 0x00000634, 0x00000648, 0x00000648, 0x00000648,
+ 0x00000648, 0x00000648, 0x00000648, 0x00000665,
+ 0x0000067f, 0x000006a0, 0x000006a0, 0x000006a0,
+ 0x000006ba, 0x000006dc, 0x000006fa, 0x000006fa,
// Entry 80 - 9F
- 0x00000796, 0x000007a6, 0x000007b4, 0x000007e2,
- 0x000007f8, 0x0000081d, 0x00000852, 0x00000852,
+ 0x00000716, 0x00000716, 0x00000728, 0x00000728,
+ 0x0000075d, 0x00000796, 0x00000796, 0x000007a6,
+ 0x000007b4, 0x000007e2, 0x000007f8, 0x0000081d,
+ 0x00000852, 0x00000852, 0x0000088b, 0x0000088b,
0x0000088b, 0x0000088b, 0x0000088b, 0x0000088b,
- 0x0000088b, 0x0000088b, 0x0000088b, 0x000008ad,
- 0x000008f0, 0x00000948, 0x00000975, 0x000009aa,
- 0x000009aa, 0x000009c6, 0x000009c6, 0x000009c6,
- 0x000009f8, 0x000009f8, 0x00000a2d, 0x00000a2d,
- 0x00000a2d, 0x00000a60, 0x00000a9c, 0x00000aca,
+ 0x0000088b, 0x0000088b, 0x000008ad, 0x000008f0,
+ 0x00000948, 0x00000975, 0x000009aa, 0x000009aa,
+ 0x000009c6, 0x000009c6, 0x000009c6, 0x000009f8,
// Entry A0 - BF
- 0x00000aca, 0x00000b00, 0x00000b00, 0x00000b00,
- 0x00000b31, 0x00000b5a, 0x00000ba3, 0x00000bdb,
- 0x00000bf6, 0x00000bf6, 0x00000bf6, 0x00000bf6,
- 0x00000bf6, 0x00000bf6, 0x00000bf6, 0x00000bf6,
- 0x00000bf6, 0x00000bf6, 0x00000bf6, 0x00000bf6,
+ 0x000009f8, 0x00000a2d, 0x00000a2d, 0x00000a2d,
+ 0x00000a60, 0x00000a9c, 0x00000aca, 0x00000aca,
+ 0x00000b00, 0x00000b00, 0x00000b00, 0x00000b31,
+ 0x00000b5a, 0x00000ba3, 0x00000bdb, 0x00000bf6,
0x00000bf6, 0x00000bf6, 0x00000bf6, 0x00000bf6,
0x00000bf6,
-} // Size: 764 bytes
+} // Size: 748 bytes
const faData string = "" + // Size: 3062 bytes
"\x02خطا\x02گزینه\u200cهای خط فرمان\x02هم اکنون\x14\x01\x81\x01\x00\x02" +
@@ -686,174 +685,253 @@ const faData string = "" + // Size: 3062 bytes
" به\u200cروز رسانی کن\x02وضعیت: درانتظار برای سرویس به\u200cروزرسانی\x02" +
"خطا: %[1]v. لطفا دوباره تلاش کنید.\x02وضعیت: کامل شد!"
-var frIndex = []uint32{ // 185 elements
+var fiIndex = []uint32{ // 181 elements
+ // Entry 0 - 1F
+ 0x00000000, 0x00000006, 0x00000006, 0x00000006,
+ 0x00000006, 0x00000006, 0x00000006, 0x00000006,
+ 0x00000006, 0x00000006, 0x00000006, 0x0000000a,
+ 0x0000002a, 0x0000002a, 0x0000002a, 0x0000002a,
+ 0x0000002a, 0x0000002a, 0x0000002a, 0x0000002a,
+ 0x0000002a, 0x0000002a, 0x0000002a, 0x0000002a,
+ 0x0000002a, 0x0000002a, 0x0000002a, 0x0000002a,
+ 0x0000002a, 0x0000002a, 0x0000002a, 0x0000002a,
+ // Entry 20 - 3F
+ 0x00000049, 0x00000049, 0x00000049, 0x00000049,
+ 0x00000049, 0x00000049, 0x00000049, 0x00000049,
+ 0x00000049, 0x00000049, 0x00000049, 0x00000049,
+ 0x00000049, 0x00000049, 0x00000049, 0x00000049,
+ 0x00000049, 0x00000049, 0x0000004c, 0x0000004c,
+ 0x00000061, 0x00000076, 0x00000076, 0x0000007c,
+ 0x0000008b, 0x00000091, 0x00000091, 0x00000091,
+ 0x00000091, 0x00000091, 0x00000096, 0x000000a1,
+ // Entry 40 - 5F
+ 0x000000b1, 0x000000c0, 0x000000ce, 0x000000e5,
+ 0x000000f3, 0x00000106, 0x0000011a, 0x00000123,
+ 0x00000123, 0x00000123, 0x00000123, 0x00000123,
+ 0x00000123, 0x00000123, 0x00000123, 0x0000012c,
+ 0x0000013d, 0x0000014e, 0x00000155, 0x00000166,
+ 0x00000173, 0x000001a3, 0x000001a3, 0x000001ad,
+ 0x000001ad, 0x000001bd, 0x000001cf, 0x000001e3,
+ 0x000001e3, 0x000001e3, 0x000001fa, 0x000001fa,
+ // Entry 60 - 7F
+ 0x000001fa, 0x000001fa, 0x000001fa, 0x000001fa,
+ 0x000001fa, 0x000001fa, 0x000001fa, 0x000001fa,
+ 0x000001ff, 0x00000207, 0x00000207, 0x00000207,
+ 0x00000207, 0x00000207, 0x00000207, 0x00000207,
+ 0x00000207, 0x00000207, 0x00000207, 0x00000207,
+ 0x00000207, 0x00000207, 0x00000207, 0x00000207,
+ 0x00000207, 0x00000207, 0x00000207, 0x00000207,
+ 0x00000207, 0x00000207, 0x00000207, 0x00000207,
+ // Entry 80 - 9F
+ 0x00000207, 0x00000207, 0x00000207, 0x00000207,
+ 0x00000220, 0x0000023f, 0x0000029f, 0x000002a7,
+ 0x000002b0, 0x000002b0, 0x000002b0, 0x000002b0,
+ 0x000002b0, 0x000002b0, 0x000002b0, 0x000002b0,
+ 0x000002b0, 0x000002b0, 0x000002b0, 0x000002b0,
+ 0x000002b0, 0x000002b0, 0x000002c0, 0x000002f2,
+ 0x000002f2, 0x000002f2, 0x000002f2, 0x000002f2,
+ 0x000002f2, 0x000002f2, 0x000002f2, 0x000002f2,
+ // Entry A0 - BF
+ 0x000002f2, 0x0000030c, 0x0000030c, 0x0000030c,
+ 0x00000327, 0x00000327, 0x00000327, 0x00000327,
+ 0x00000327, 0x00000327, 0x00000327, 0x00000345,
+ 0x00000353, 0x00000353, 0x00000353, 0x00000361,
+ 0x00000361, 0x00000361, 0x00000361, 0x00000361,
+ 0x00000361,
+} // Size: 748 bytes
+
+const fiData string = "" + // Size: 865 bytes
+ "\x02Virhe\x02Nyt\x02Järjestelmän kello jättää!\x02Virheellinen jatkuva k" +
+ "eepalive\x02, \x02Tietoa WireGuardista\x02WireGuard logon kuva\x02Sulje" +
+ "\x02♥ &Lahjoita!\x02Tila:\x02MTU:\x02Osoitteet:\x02DNS palvelimet:\x02Ko" +
+ "mentosarjat:\x02Jaettu avain:\x02Sallitut IP-osoitteet:\x02Päätepiste:" +
+ "\x02Jatkuva keepalive:\x02Viimeisin kättely:\x02Siirrot:\x02Osapuoli\x02" +
+ "Luo uusi tunneli\x02Muokkaa tunnelia\x02&Nimi:\x02&Julkinen avain:\x02(t" +
+ "untematon)\x02&Estä tunneloimaton liikenne (pääkatkaisija)\x02&Tallenna" +
+ "\x02&Konfiguraatio:\x02Virheellinen nimi\x02Nimi on pakollinen.\x02Tunne" +
+ "li on jo olemassa\x02Loki\x02&Kopioi\x02Päivitys on saatavilla!\x02WireG" +
+ "uard päivitys saatavilla\x02WireGuardin päivitys on nyt saatavilla. Sinu" +
+ "a kehotetaan päivittämään mahdollisimman pian.\x02Tunneli\x02&Muokkaa" +
+ "\x02Tuodut tunnelit\x14\x01\x81\x01\x00\x02\x14\x02Tuotu %[1]d tunneli" +
+ "\x00\x15\x02Tuotu %[1]d tunnelia\x02Tunnelia ei voitu poistaa\x02Tuo tun" +
+ "neli(t) tiedostosta\x02Tila: Odotetaan käyttäjää\x02Päivitä nyt\x02Tila:" +
+ " Valmis!"
+
+var frIndex = []uint32{ // 181 elements
// Entry 0 - 1F
0x00000000, 0x00000007, 0x00000046, 0x00000063,
- 0x00000083, 0x000000cb, 0x00000104, 0x00000166,
- 0x000001de, 0x0000023b, 0x00000246, 0x00000269,
- 0x00000285, 0x000002a5, 0x000002c7, 0x000002eb,
- 0x00000311, 0x0000031e, 0x00000327, 0x00000334,
- 0x00000341, 0x0000034e, 0x0000035b, 0x00000369,
- 0x0000037f, 0x000003a7, 0x000003cd, 0x000003f6,
- 0x00000428, 0x00000437, 0x00000447, 0x0000047e,
+ 0x00000083, 0x000000cb, 0x00000112, 0x0000014b,
+ 0x000001ad, 0x00000225, 0x00000282, 0x0000028d,
+ 0x000002b0, 0x000002cc, 0x000002ec, 0x0000030e,
+ 0x00000332, 0x00000358, 0x00000365, 0x0000036e,
+ 0x0000037b, 0x00000388, 0x00000395, 0x000003a2,
+ 0x000003b0, 0x000003c6, 0x000003ee, 0x00000414,
+ 0x0000043d, 0x00000475, 0x00000484, 0x00000494,
// Entry 20 - 3F
- 0x00000496, 0x000004c3, 0x000004fe, 0x0000051a,
- 0x00000533, 0x0000055f, 0x0000059a, 0x000005b5,
- 0x000005e1, 0x00000608, 0x00000630, 0x00000648,
- 0x00000680, 0x000006a7, 0x000006d3, 0x000006f5,
- 0x00000721, 0x00000724, 0x00000726, 0x0000073d,
- 0x00000758, 0x0000075f, 0x00000773, 0x0000077b,
- 0x00000788, 0x00000791, 0x000007a1, 0x000007b2,
- 0x000007b8, 0x000007c3, 0x000007d2, 0x000007e8,
+ 0x000004a9, 0x000004c1, 0x000004ee, 0x00000526,
+ 0x00000542, 0x0000055b, 0x00000587, 0x000005c2,
+ 0x000005dd, 0x00000609, 0x00000630, 0x00000658,
+ 0x00000670, 0x000006a4, 0x000006cb, 0x000006f7,
+ 0x00000719, 0x00000745, 0x00000748, 0x0000074a,
+ 0x00000761, 0x0000077c, 0x00000806, 0x0000080d,
+ 0x00000821, 0x00000829, 0x00000836, 0x0000083f,
+ 0x0000084f, 0x00000860, 0x00000866, 0x00000871,
// Entry 40 - 5F
- 0x00000802, 0x00000819, 0x00000847, 0x0000086e,
- 0x0000087a, 0x00000885, 0x000008a6, 0x000008d2,
- 0x000008f1, 0x00000915, 0x00000927, 0x00000931,
- 0x0000094a, 0x0000095d, 0x00000964, 0x00000975,
- 0x00000982, 0x000009b5, 0x000009c2, 0x000009ca,
- 0x000009db, 0x000009ea, 0x00000a02, 0x00000a2c,
- 0x00000a61, 0x00000a77, 0x00000aab, 0x00000adb,
- 0x00000af9, 0x00000b38, 0x00000b43, 0x00000b57,
+ 0x00000880, 0x0000088a, 0x000008a0, 0x000008ba,
+ 0x000008d1, 0x000008ff, 0x00000926, 0x00000932,
+ 0x00000950, 0x0000095b, 0x0000097c, 0x000009a8,
+ 0x000009c7, 0x000009eb, 0x000009fd, 0x00000a07,
+ 0x00000a20, 0x00000a33, 0x00000a3a, 0x00000a4b,
+ 0x00000a58, 0x00000a8b, 0x00000c05, 0x00000c12,
+ 0x00000c1a, 0x00000c2b, 0x00000c3a, 0x00000c52,
+ 0x00000c7c, 0x00000cb1, 0x00000cc7, 0x00000cfb,
// Entry 60 - 7F
- 0x00000b64, 0x00000b7c, 0x00000b8a, 0x00000b92,
- 0x00000b9a, 0x00000bae, 0x00000bce, 0x00000bd4,
- 0x00000be7, 0x00000c20, 0x00000c44, 0x00000c5c,
- 0x00000c6d, 0x00000cb7, 0x00000cc9, 0x00000ceb,
- 0x00000d2d, 0x00000d44, 0x00000d54, 0x00000d66,
- 0x00000d7e, 0x00000db0, 0x00000db9, 0x00000dcb,
- 0x00000de9, 0x00000dff, 0x00000e21, 0x00000e3c,
- 0x00000e4e, 0x00000e5c, 0x00000e75, 0x00000e9b,
+ 0x00000d2b, 0x00000d49, 0x00000d88, 0x00000d91,
+ 0x00000da5, 0x00000dae, 0x00000dc6, 0x00000dd4,
+ 0x00000ddc, 0x00000de4, 0x00000df8, 0x00000e18,
+ 0x00000e1e, 0x00000e31, 0x00000e6a, 0x00000e8e,
+ 0x00000ea6, 0x00000eb7, 0x00000f01, 0x00000f13,
+ 0x00000f35, 0x00000f77, 0x00000f8e, 0x00000f9e,
+ 0x00000fb0, 0x00000fc8, 0x00000ffa, 0x00001003,
+ 0x00001015, 0x00001033, 0x00001049, 0x0000106b,
// Entry 80 - 9F
- 0x00000f10, 0x00000f18, 0x00000f22, 0x00000f3d,
- 0x00000f4f, 0x00000f7a, 0x00000f9d, 0x00000fa7,
- 0x00000fce, 0x00000ff3, 0x0000101f, 0x0000105d,
- 0x00001094, 0x000010c0, 0x000010ef, 0x00001101,
- 0x00001138, 0x00001181, 0x000011a0, 0x000011d8,
- 0x0000123c, 0x0000125c, 0x00001292, 0x000012c1,
- 0x000012e3, 0x00001318, 0x0000133c, 0x000013a8,
- 0x000013fb, 0x00001429, 0x00001455, 0x00001473,
+ 0x00001086, 0x00001098, 0x000010a6, 0x000010b7,
+ 0x000010d0, 0x000010f6, 0x0000116b, 0x00001173,
+ 0x0000117d, 0x00001198, 0x000011aa, 0x000011d5,
+ 0x000011f8, 0x00001202, 0x00001229, 0x0000124e,
+ 0x0000127a, 0x000012a1, 0x000012df, 0x00001316,
+ 0x00001342, 0x00001371, 0x00001383, 0x000013ba,
+ 0x00001403, 0x00001422, 0x0000145a, 0x000014be,
+ 0x000014de, 0x00001514, 0x00001543, 0x00001565,
// Entry A0 - BF
- 0x000014a4, 0x000014c2, 0x0000153d, 0x000015b6,
- 0x000015db, 0x000015f5, 0x00001624, 0x00001649,
- 0x0000165a, 0x0000169f, 0x000016c4, 0x000016e6,
- 0x0000170a, 0x0000170a, 0x0000170a, 0x0000170a,
- 0x0000170a, 0x0000170a, 0x0000170a, 0x0000170a,
- 0x0000170a, 0x0000170a, 0x0000170a, 0x0000170a,
- 0x0000170a,
-} // Size: 764 bytes
+ 0x0000159a, 0x000015be, 0x0000162a, 0x0000167d,
+ 0x000016ab, 0x000016d7, 0x000016f5, 0x00001726,
+ 0x00001744, 0x000017bf, 0x00001838, 0x0000185d,
+ 0x00001877, 0x000018a6, 0x000018cb, 0x000018dc,
+ 0x000018ec, 0x000018fc, 0x00001910, 0x00001924,
+ 0x0000192e,
+} // Size: 748 bytes
-const frData string = "" + // Size: 5898 bytes
+const frData string = "" + // Size: 6446 bytes
"\x02Erreur\x02(sans argument) : élever et installer service du gestionna" +
"ire\x02Utilisation : %[1]s [\x0a%[2]s]\x02Options de la ligne de command" +
"e\x02Impossible de détecter si le processus s’exécute sous WOW64 : %[1]v" +
- "\x02Impossible d'ouvrir le jeton de processus actuel : %[1]v\x02Seulemen" +
- "t les utilisateurs qui sont membres du groupe intégré %[1]s peuvent util" +
- "iser WireGuard.\x02WireGuard est en cours d'exécution, mais l'IU est acc" +
- "essible seulement à partir des bureaux du group intégré %[1]s.\x02L’icôn" +
- "e de la barre d’état système du WireGuard n'est pas apparue après 30 sec" +
- "ondes.\x02Maintenant\x02L’horloge système est inversé!\x14\x01\x81\x01" +
- "\x00\x02\x09\x02%[1]d an\x00\x0a\x02%[1]d ans\x14\x01\x81\x01\x00\x02" +
- "\x0b\x02%[1]d jour\x00\x0c\x02%[1]d jours\x14\x01\x81\x01\x00\x02\x0c" +
- "\x02%[1]d heure\x00\x0d\x02%[1]d heures\x14\x01\x81\x01\x00\x02\x0d\x02%" +
- "[1]d minute\x00\x0e\x02%[1]d minutes\x14\x01\x81\x01\x00\x02\x0e\x02%[1]" +
- "d seconde\x00\x0f\x02%[1]d secondes\x02Il y a %[1]s\x02%[1]d\u00a0o\x02%" +
- ".2[1]f\u00a0Kio\x02%.2[1]f\u00a0Mio\x02%.2[1]f\u00a0Gio\x02%.2[1]f\u00a0" +
- "Tio\x02%[1]s : %[2]q\x02Adresse IP non valide\x02Longueur du préfixe rés" +
- "eau non valide\x02Port manquant au point de terminaison\x02Hôte du point" +
- " de terminaison non valide\x02Il faut mettre un adresse IPv6 entre les c" +
- "rochets\x02MTU non valide\x02Port non valide\x02Conservation de connexio" +
- "n active permanente non valide\x02Clé non valide : %[1]v\x02Clés doivent" +
- " être décodées sur 32 octets\x02Le numéro doit être un numéro entre 0 et" +
- " 2^64-1 : %[1]v\x02Deux virgules consécutives\x02Nom du tunnel non valid" +
- "e\x02Une ligne doit apparaître dans une section\x02Il manque le séparate" +
- "ur égal à la clé de configuration\x02Clé doit avoir une valeur\x02Clé no" +
- "n valide pour la section [Interface]\x02Clé non valide pour la section [" +
- "Peer]\x02L'interface doit avoir une clé privée\x02[aucune spécification]" +
- "\x02Tous les homologues doivent avoirs les clés publiques.\x02Erreur d'o" +
- "btention de la configuration\x02Clé non valide pour la section d'interfa" +
- "ce\x02Version du protocole doit être 1\x02Clé non valide pour la section" +
- " d'homologue\x02, \x02 \x02À propos du WireGuard\x02Image du logo du Wir" +
- "eGuard\x02Fermer\x02♥ &Faites un don!\x02État :\x02&Désactiver\x02&Activ" +
- "er\x02Clé publique :\x02Port d'écoute :\x02MTU :\x02Adresses :\x02Serveu" +
- "rs DNS :\x02Clé pré-partagée :\x02Adresses IP autorisées :\x02Point de t" +
- "erminaison :\x02Conservation de connexion active permanente :\x02Dernier" +
- " établissement d'une liaison :\x02Transfert :\x02activé(e)\x02%[1]s reçu" +
- "(e), %[2]s envoyé(e)\x02Impossible de déterminer l'état du tunnel\x02Imp" +
- "ossible d'activer le tunnel\x02Impossible de désactiver le tunnel\x02Int" +
- "erface : %[1]s\x02Homologue\x02Créer un nouveau tunnel\x02Modifier le tu" +
- "nnel\x02&Nom :\x02&Clé publique :\x02(inconnu(e))\x02&Bloquer tous le tr" +
- "afic hors tunnel (interrupteur)\x02&Enregistrer\x02Annuler\x02&Configura" +
- "tion :\x02Nom non valide\x02Le nom est obligatoire.\x02Nom de tunnel « %" +
- "[1]s » est non valide.\x02Impossible de créer une liste des tunnels exis" +
- "tants\x02Tunnel existe déjà.\x02Nom « %[1]s » est déjà utilisé pour un t" +
- "unnel.\x02Impossible de créer une configuration nouvelle\x02Échec d'écri" +
- "ture du fichier\x02Fichier « %[1]s » existe déjà.\x0a\x0aVoulez-vous le " +
- "remplacer ?\x02Activé(e)\x02Activation en cours\x02Inactivé(e)\x02Désact" +
- "ivation en cours\x02État inconnu\x02Journal\x02&Copier\x02Sélectionner &" +
- "tout\x02&Enregistrer dans le fichier…\x02Temps\x02Message du journal\x02" +
- "Fichiers texte (*.txt)|*.txt|Tous les fichiers (*.*)|*.*\x02Exporter le " +
- "journal vers le fichier\x02&À propos WireGuard…\x02Erreur du tunnel\x02%" +
- "[1]s\x0a\x0aConsultez le journal pour plus d’informations, s'il vous pla" +
- "ît.\x02%[1]s (obsolète)\x02Erreur de détection du WireGuard\x02Impossib" +
- "le d’attendre l'affichage du fenêtre WireGuard : %[1]v\x02WireGuard: Dés" +
- "activé\x02État : Inconnu\x02Adresses : Aucune\x02&Gestion des tunnels…" +
- "\x02&Importer le(s) tunnel(s) à partir du fichier…\x02Q&uitter\x02WireGu" +
- "ard activé\x02Tunnel %[1]s a été activé.\x02WireGuard désactivé\x02Tunne" +
- "l %[1]s a été désactivé.\x02Erreur du tunnel WireGuard\x02WireGuard : %[" +
- "1]s\x02État : %[1]s\x02Mise à jour disponible!\x02WireGuard mise à jour " +
- "est disponible\x02Une mise à jour du WireGuard est disponible. Il est co" +
- "nseillé de mettre votre WireGuard à jour dès que possible.\x02Tunnels" +
- "\x02&Modifier\x02Ajouter un &tunnel vide…\x02Ajouter le tunnel\x02Suppri" +
- "mer le(s) tunnel(s) sélectionné(s)\x02Exporter tous les tunnels vers zip" +
- "\x02&Basculer\x02Exporter tous les tunnels vers &zip…\x02Modifier &le tu" +
- "nnel sélectionné…\x02&Supprimer le(s) tunnel(s) sélectionné(s)\x02Imposs" +
- "ible d'importer la configuration sélectionnée : %[1]v\x02Impossible d'én" +
- "umérer les tunnels existantes : %[1]v\x02Un tunnel nommé « %[1]s » exist" +
- "e déjà.\x02Impossible d'importer la configuration : %[1]v\x02Tunnels imp" +
- "ortés\x14\x01\x81\x01\x00\x02\x16\x02%[1]d tunnel importé\x00\x18\x02%[1" +
- "]d tunnels importés\x14\x02\x80\x01\x02 \x02%[1]d de %[2]d tunnels impor" +
- "té\x00!\x02%[1]d de %[2]d tunnels importés\x02Impossible de créer le tun" +
- "nel\x14\x01\x81\x01\x00\x02\x17\x02Supprimer %[1]d tunnel\x00\x18\x02Sup" +
- "primer %[1]d tunnels\x14\x01\x81\x01\x00\x02-\x02Voulez-vous vraiment su" +
- "pprimer %[1]d tunnel?\x00.\x02Voulez-vous vraiment supprimer %[1]d tunne" +
- "ls?\x02Supprimer le tunnel ‘%[1]s’\x02Voulez-vous vraiment supprimer le " +
- "tunnel « %[1]s »?\x02%[1]s Vous ne pouvez pas annuler cette action.\x02I" +
- "mpossible de supprimer le tunnel\x02Il a été impossible de supprimer un " +
- "tunnel : %[1]s\x02Impossible de supprimer les tunnels\x14\x01\x81\x01" +
- "\x00\x021\x02Il a été impossible de supprimer %[1]d tunnel.\x002\x02Il a" +
- " été impossible de supprimer %[1]d tunnels.\x02Fichiers de configuration" +
- " (*.zip, *.conf)|*.zip;*.conf|Tous les fichiers (*.*)|*.*\x02Importer le" +
- "(s) tunnel(s) à partir du fichier\x02Fichiers de configuration ZIP (*.zi" +
- "p)|*.zip\x02Exporter les tunnels vers zip\x02%[1]s (version non signée, " +
- "aucune mise à jour)\x02Erreur de sortie du WireGuard\x02Impossible de qu" +
- "itter le service en raison de : %[1]v. Essayez d'arrêter WireGuard à par" +
- "tir du gestionnair des services.\x02Une mise à jour du WireGuard est dis" +
- "ponible. Il est fortement conseillé de metter votre WireGuard à jour san" +
- "s délai.\x02État: En attente de l’utilisateur\x02Mettre à jour maintenan" +
- "t\x02État: En attente du programme de mise à jour\x02Erreur : %[1]v. Veu" +
- "illez réessayer.\x02État: Terminé!\x02http2: Trameur %[1]p : impossible " +
- "de décoder la trame just écrite.\x02http2: Trameur %[1]p: a écrit %[2]v" +
- "\x02http2: Trameur %[1]p : a lu %[2]v\x02http2 : champ hpack %+[1]v déco" +
- "dé"
+ "\x02Vous devez utiliser la version native de WireGuard sur cet ordinateu" +
+ "r.\x02Impossible d'ouvrir le jeton du processus actuel : %[1]v\x02Seulem" +
+ "ent les utilisateurs qui sont membres du groupe intégré %[1]s peuvent ut" +
+ "iliser WireGuard.\x02WireGuard est en cours d'exécution, mais l'IU est a" +
+ "ccessible seulement à partir des bureaux du group intégré %[1]s.\x02L’ic" +
+ "ône de la barre d’état système du WireGuard n'est pas apparue après 30 " +
+ "secondes.\x02Maintenant\x02L’horloge système est inversé!\x14\x01\x81" +
+ "\x01\x00\x02\x09\x02%[1]d an\x00\x0a\x02%[1]d ans\x14\x01\x81\x01\x00" +
+ "\x02\x0b\x02%[1]d jour\x00\x0c\x02%[1]d jours\x14\x01\x81\x01\x00\x02" +
+ "\x0c\x02%[1]d heure\x00\x0d\x02%[1]d heures\x14\x01\x81\x01\x00\x02\x0d" +
+ "\x02%[1]d minute\x00\x0e\x02%[1]d minutes\x14\x01\x81\x01\x00\x02\x0e" +
+ "\x02%[1]d seconde\x00\x0f\x02%[1]d secondes\x02Il y a %[1]s\x02%[1]d" +
+ "\u00a0o\x02%.2[1]f\u00a0Kio\x02%.2[1]f\u00a0Mio\x02%.2[1]f\u00a0Gio\x02%" +
+ ".2[1]f\u00a0Tio\x02%[1]s : %[2]q\x02Adresse IP non valide\x02Longueur du" +
+ " préfixe réseau non valide\x02Port manquant au point de terminaison\x02H" +
+ "ôte du point de terminaison non valide\x02L’adresse IPv6 doit être cont" +
+ "enue entre des crochets\x02MTU non valide\x02Port non valide\x02Keepaliv" +
+ "e non valide\x02Clé non valide : %[1]v\x02Clés doivent être décodées sur" +
+ " 32 octets\x02Le numéro doit être compris entre 0 et 2^64-1 : %[1]v\x02D" +
+ "eux virgules consécutives\x02Nom du tunnel non valide\x02Une ligne doit " +
+ "apparaître dans une section\x02Il manque le séparateur égal à la clé de " +
+ "configuration\x02Clé doit avoir une valeur\x02Clé non valide pour la sec" +
+ "tion [Interface]\x02Clé non valide pour la section [Peer]\x02L'interface" +
+ " doit avoir une clé privée\x02[aucune spécification]\x02Toutes les pairs" +
+ " doivent contenir une clé publique\x02Erreur d'obtention de la configura" +
+ "tion\x02Clé non valide pour la section d'interface\x02Version du protoco" +
+ "le doit être 1\x02Clé non valide pour la section d'homologue\x02, \x02 " +
+ "\x02À propos du WireGuard\x02Image du logo du WireGuard\x02Version de l'" +
+ "application : %[1]s\x0aVersion backend Go : %[2]s\x0aVersion Go : %[3]s-" +
+ "%[4]s\x0aSystème d'exploitation : %[5]s\x0aArchitecture : %[6]s\x02Ferme" +
+ "r\x02♥ &Faites un don!\x02État :\x02&Désactiver\x02&Activer\x02Clé publi" +
+ "que :\x02Port d'écoute :\x02MTU :\x02Adresses :\x02Serveurs DNS :\x02Scr" +
+ "ipts :\x02Clé pré-partagée :\x02Adresses IP autorisées :\x02Point de ter" +
+ "minaison :\x02Conservation de connexion active permanente :\x02Dernier é" +
+ "tablissement d'une liaison :\x02Transfert :\x02désactivé, par préférence" +
+ "\x02activé(e)\x02%[1]s reçu(e), %[2]s envoyé(e)\x02Impossible de détermi" +
+ "ner l'état du tunnel\x02Impossible d'activer le tunnel\x02Impossible de " +
+ "désactiver le tunnel\x02Interface : %[1]s\x02Homologue\x02Créer un nouve" +
+ "au tunnel\x02Modifier le tunnel\x02&Nom :\x02&Clé publique :\x02(inconnu" +
+ "(e))\x02&Bloquer tous le trafic hors tunnel (interrupteur)\x02Si la conf" +
+ "iguration a exactement un homologue et si cet homologue a une adresse IP" +
+ " autorisée contenant au moins un de 0.0.0.0/0\u00a0ou\u00a0::/0, le serv" +
+ "ice de tunnel utilise un ensemble de règles du pare-feu afin de bloquer " +
+ "tout le trafic qui n'est ni vers ni depuis l'interface de tunnel ou qui " +
+ "est vers le mauvais serveur DNS, avec des exceptions spéciales pour les " +
+ "DHCP et NDP.\x02&Enregistrer\x02Annuler\x02&Configuration :\x02Nom non v" +
+ "alide\x02Le nom est obligatoire.\x02Nom de tunnel « %[1]s » est non vali" +
+ "de.\x02Impossible de créer une liste des tunnels existants\x02Tunnel exi" +
+ "ste déjà.\x02Nom « %[1]s » est déjà utilisé pour un tunnel.\x02Impossibl" +
+ "e de créer une configuration nouvelle\x02Échec d'écriture du fichier\x02" +
+ "Fichier « %[1]s » existe déjà.\x0a\x0aVoulez-vous le remplacer ?\x02Acti" +
+ "vée\x02Activation en cours\x02Éteinte\x02Désactivation en cours\x02État " +
+ "inconnu\x02Journal\x02&Copier\x02Sélectionner &tout\x02&Enregistrer dans" +
+ " le fichier…\x02Temps\x02Message du journal\x02Fichiers texte (*.txt)|*." +
+ "txt|Tous les fichiers (*.*)|*.*\x02Exporter le journal vers le fichier" +
+ "\x02&À propos WireGuard…\x02Erreur du tunnel\x02%[1]s\x0a\x0aConsultez l" +
+ "e journal pour plus d’informations, s'il vous plaît.\x02%[1]s (obsolète)" +
+ "\x02Erreur de détection du WireGuard\x02Impossible d’attendre l'affichag" +
+ "e du fenêtre WireGuard : %[1]v\x02WireGuard: Désactivé\x02État : Inconnu" +
+ "\x02Adresses : Aucune\x02&Gestion des tunnels…\x02&Importer le(s) tunnel" +
+ "(s) à partir du fichier…\x02Q&uitter\x02WireGuard activé\x02Tunnel %[1]s" +
+ " a été activé.\x02WireGuard désactivé\x02Tunnel %[1]s a été désactivé." +
+ "\x02Erreur du tunnel WireGuard\x02WireGuard : %[1]s\x02État : %[1]s\x02A" +
+ "dresses : %[1]s\x02Mise à jour disponible!\x02WireGuard mise à jour est " +
+ "disponible\x02Une mise à jour du WireGuard est disponible. Il est consei" +
+ "llé de mettre votre WireGuard à jour dès que possible.\x02Tunnels\x02&Mo" +
+ "difier\x02Ajouter un &tunnel vide…\x02Ajouter le tunnel\x02Supprimer le(" +
+ "s) tunnel(s) sélectionné(s)\x02Exporter tous les tunnels vers zip\x02&Ba" +
+ "sculer\x02Exporter tous les tunnels vers &zip…\x02Modifier &le tunnel sé" +
+ "lectionné…\x02&Supprimer le(s) tunnel(s) sélectionné(s)\x02aucun fichier" +
+ " de configuration trouvé\x02Impossible d'importer la configuration sélec" +
+ "tionnée : %[1]v\x02Impossible d'énumérer les tunnels existantes : %[1]v" +
+ "\x02Un tunnel nommé « %[1]s » existe déjà.\x02Impossible d'importer la c" +
+ "onfiguration : %[1]v\x02Tunnels importés\x14\x01\x81\x01\x00\x02\x16\x02" +
+ "%[1]d tunnel importé\x00\x18\x02%[1]d tunnels importés\x14\x02\x80\x01" +
+ "\x02 \x02%[1]d de %[2]d tunnels importé\x00!\x02%[1]d de %[2]d tunnels i" +
+ "mportés\x02Impossible de créer le tunnel\x14\x01\x81\x01\x00\x02\x17\x02" +
+ "Supprimer %[1]d tunnel\x00\x18\x02Supprimer %[1]d tunnels\x14\x01\x81" +
+ "\x01\x00\x02-\x02Voulez-vous vraiment supprimer %[1]d tunnel?\x00.\x02Vo" +
+ "ulez-vous vraiment supprimer %[1]d tunnels?\x02Supprimer le tunnel ‘%[1]" +
+ "s’\x02Voulez-vous vraiment supprimer le tunnel « %[1]s »?\x02%[1]s Vous " +
+ "ne pouvez pas annuler cette action.\x02Impossible de supprimer le tunnel" +
+ "\x02Il a été impossible de supprimer un tunnel : %[1]s\x02Impossible de " +
+ "supprimer les tunnels\x14\x01\x81\x01\x00\x021\x02Il a été impossible de" +
+ " supprimer %[1]d tunnel.\x002\x02Il a été impossible de supprimer %[1]d " +
+ "tunnels.\x02Fichiers de configuration (*.zip, *.conf)|*.zip;*.conf|Tous " +
+ "les fichiers (*.*)|*.*\x02Importer le(s) tunnel(s) à partir du fichier" +
+ "\x02Fichiers de configuration ZIP (*.zip)|*.zip\x02Exporter les tunnels " +
+ "vers zip\x02%[1]s (version non signée, aucune mise à jour)\x02Erreur de " +
+ "sortie du WireGuard\x02Impossible de quitter le service en raison de : %" +
+ "[1]v. Essayez d'arrêter WireGuard à partir du gestionnair des services." +
+ "\x02Une mise à jour du WireGuard est disponible. Il est fortement consei" +
+ "llé de metter votre WireGuard à jour sans délai.\x02État: En attente de " +
+ "l’utilisateur\x02Mettre à jour maintenant\x02État: En attente du program" +
+ "me de mise à jour\x02Erreur : %[1]v. Veuillez réessayer.\x02État: Termin" +
+ "é!\x02pré-activation\x02post-activation\x02pré-désactivation\x02post-dé" +
+ "sactivation\x02& Tunnels"
-var idIndex = []uint32{ // 185 elements
+var idIndex = []uint32{ // 181 elements
// Entry 0 - 1F
0x00000000, 0x0000000a, 0x00000047, 0x00000062,
- 0x00000074, 0x000000bf, 0x000000f0, 0x00000148,
- 0x000001a1, 0x000001d6, 0x000001df, 0x000001f2,
- 0x00000211, 0x00000223, 0x00000234, 0x00000247,
- 0x0000025a, 0x0000026a, 0x00000272, 0x0000027e,
- 0x0000028a, 0x00000296, 0x000002a2, 0x000002af,
- 0x000002c5, 0x000002e0, 0x00000300, 0x0000031a,
- 0x00000340, 0x00000350, 0x00000361, 0x00000382,
+ 0x00000074, 0x000000bf, 0x000000bf, 0x000000f0,
+ 0x00000148, 0x000001a1, 0x000001d6, 0x000001df,
+ 0x000001f2, 0x00000211, 0x00000223, 0x00000234,
+ 0x00000247, 0x0000025a, 0x0000026a, 0x00000272,
+ 0x0000027e, 0x0000028a, 0x00000296, 0x000002a2,
+ 0x000002af, 0x000002c5, 0x000002e0, 0x00000300,
+ 0x0000031a, 0x00000340, 0x00000350, 0x00000361,
// Entry 20 - 3F
- 0x00000398, 0x000003c0, 0x000003f2, 0x0000040c,
- 0x00000424, 0x00000441, 0x00000441, 0x0000045c,
- 0x00000486, 0x000004ab, 0x000004d0, 0x000004e1,
- 0x00000509, 0x0000052d, 0x00000557, 0x0000056e,
- 0x00000593, 0x00000596, 0x00000596, 0x000005a8,
- 0x000005a8, 0x000005ae, 0x000005bb, 0x000005c3,
- 0x000005c3, 0x000005c3, 0x000005c3, 0x000005c3,
+ 0x00000382, 0x00000398, 0x000003c0, 0x000003f2,
+ 0x0000040c, 0x00000424, 0x00000441, 0x00000441,
+ 0x0000045c, 0x00000486, 0x000004ab, 0x000004d0,
+ 0x000004e1, 0x00000509, 0x0000052d, 0x00000557,
+ 0x0000056e, 0x00000593, 0x00000596, 0x00000596,
+ 0x000005a8, 0x000005a8, 0x000005a8, 0x000005ae,
+ 0x000005bb, 0x000005c3, 0x000005c3, 0x000005c3,
0x000005c3, 0x000005c3, 0x000005c3, 0x000005c3,
// Entry 40 - 5F
0x000005c3, 0x000005c3, 0x000005c3, 0x000005c3,
@@ -863,22 +941,22 @@ var idIndex = []uint32{ // 185 elements
0x000005c3, 0x000005c3, 0x000005c3, 0x000005c3,
0x000005c3, 0x000005c3, 0x000005c3, 0x000005c3,
0x000005c3, 0x000005c3, 0x000005c3, 0x000005c3,
- 0x000005c3, 0x000005c3, 0x000005c9, 0x000005d6,
+ 0x000005c3, 0x000005c3, 0x000005c3, 0x000005c3,
// Entry 60 - 7F
- 0x000005df, 0x000005ed, 0x00000604, 0x0000060c,
- 0x00000612, 0x0000061e, 0x0000063b, 0x00000641,
- 0x0000064b, 0x0000067b, 0x00000693, 0x000006a9,
- 0x000006b5, 0x000006eb, 0x000006fe, 0x00000715,
- 0x0000074a, 0x00000763, 0x0000077b, 0x0000078a,
- 0x0000079d, 0x000007b8, 0x000007c0, 0x000007c0,
- 0x000007c0, 0x000007c0, 0x000007c0, 0x000007d6,
- 0x000007e7, 0x000007f5, 0x000007f5, 0x000007f5,
+ 0x000005c3, 0x000005c3, 0x000005c3, 0x000005c9,
+ 0x000005d6, 0x000005df, 0x000005ed, 0x00000604,
+ 0x0000060c, 0x00000612, 0x0000061e, 0x0000063b,
+ 0x00000641, 0x0000064b, 0x0000067b, 0x00000693,
+ 0x000006a9, 0x000006b5, 0x000006eb, 0x000006fe,
+ 0x00000715, 0x0000074a, 0x00000763, 0x0000077b,
+ 0x0000078a, 0x0000079d, 0x000007b8, 0x000007c0,
+ 0x000007c0, 0x000007c0, 0x000007c0, 0x000007c0,
// Entry 80 - 9F
+ 0x000007d6, 0x000007e7, 0x000007f5, 0x000007f5,
0x000007f5, 0x000007f5, 0x000007f5, 0x000007f5,
0x000007f5, 0x000007f5, 0x000007f5, 0x000007f5,
- 0x00000814, 0x0000082d, 0x00000844, 0x0000087a,
- 0x0000087a, 0x0000087a, 0x0000087a, 0x0000087a,
- 0x0000087a, 0x0000087a, 0x0000087a, 0x0000087a,
+ 0x000007f5, 0x000007f5, 0x00000814, 0x0000082d,
+ 0x00000844, 0x00000844, 0x0000087a, 0x0000087a,
0x0000087a, 0x0000087a, 0x0000087a, 0x0000087a,
0x0000087a, 0x0000087a, 0x0000087a, 0x0000087a,
0x0000087a, 0x0000087a, 0x0000087a, 0x0000087a,
@@ -888,9 +966,8 @@ var idIndex = []uint32{ // 185 elements
0x0000087a, 0x0000087a, 0x0000087a, 0x0000087a,
0x0000087a, 0x0000087a, 0x0000087a, 0x0000087a,
0x0000087a, 0x0000087a, 0x0000087a, 0x0000087a,
- 0x0000087a, 0x0000087a, 0x0000087a, 0x0000087a,
0x0000087a,
-} // Size: 764 bytes
+} // Size: 748 bytes
const idData string = "" + // Size: 2170 bytes
"\x02Kesalahan\x02(tidak ada argumen): naikkan akses dan instal servis ma" +
@@ -930,63 +1007,62 @@ const idData string = "" + // Size: 2170 bytes
"&Hapus tunnel terpilih\x02Tidak dapat mengimpor konfigurasi yang dipilih" +
": %[1]v"
-var itIndex = []uint32{ // 185 elements
+var itIndex = []uint32{ // 181 elements
// Entry 0 - 1F
0x00000000, 0x00000007, 0x00000044, 0x0000005d,
- 0x00000075, 0x000000bd, 0x000000f6, 0x0000014d,
- 0x000001be, 0x00000212, 0x00000216, 0x0000023d,
- 0x0000025c, 0x0000027f, 0x0000029c, 0x000002bf,
- 0x000002e4, 0x000002ed, 0x000002f6, 0x00000303,
- 0x00000310, 0x0000031d, 0x0000032a, 0x00000337,
- 0x0000034f, 0x00000379, 0x00000396, 0x000003b4,
- 0x000003e4, 0x000003f3, 0x00000404, 0x00000424,
+ 0x00000075, 0x000000bd, 0x000000bd, 0x000000f6,
+ 0x0000014d, 0x000001be, 0x00000212, 0x00000216,
+ 0x0000023d, 0x0000025c, 0x0000027f, 0x0000029c,
+ 0x000002bf, 0x000002e4, 0x000002ed, 0x000002f6,
+ 0x00000303, 0x00000310, 0x0000031d, 0x0000032a,
+ 0x00000337, 0x0000034f, 0x00000379, 0x00000396,
+ 0x000003b4, 0x000003e4, 0x000003f3, 0x00000404,
// Entry 20 - 3F
- 0x0000043d, 0x0000046f, 0x000004ae, 0x000004c6,
- 0x000004e7, 0x00000514, 0x00000514, 0x00000533,
- 0x00000560, 0x00000588, 0x000005b5, 0x000005c7,
- 0x000005f5, 0x00000625, 0x00000657, 0x00000680,
- 0x000006a6, 0x000006a9, 0x000006ab, 0x000006c5,
- 0x000006e4, 0x000006eb, 0x00000703, 0x0000070a,
- 0x00000715, 0x0000071d, 0x0000072e, 0x00000740,
- 0x00000745, 0x00000750, 0x0000075c, 0x00000772,
+ 0x00000424, 0x0000043d, 0x0000046f, 0x000004ae,
+ 0x000004c6, 0x000004e7, 0x00000514, 0x00000514,
+ 0x00000533, 0x00000560, 0x00000588, 0x000005b5,
+ 0x000005c7, 0x000005f5, 0x00000625, 0x00000657,
+ 0x00000680, 0x000006a6, 0x000006a9, 0x000006ab,
+ 0x000006c5, 0x000006e4, 0x000006e4, 0x000006eb,
+ 0x00000703, 0x0000070a, 0x00000715, 0x0000071d,
+ 0x0000072e, 0x00000740, 0x00000745, 0x00000750,
// Entry 40 - 5F
- 0x00000781, 0x0000078b, 0x000007a1, 0x000007b6,
+ 0x0000075c, 0x0000075c, 0x00000772, 0x00000781,
+ 0x0000078b, 0x000007a1, 0x000007b6, 0x000007c5,
0x000007c5, 0x000007cf, 0x000007ed, 0x00000820,
0x00000844, 0x0000086b, 0x0000087e, 0x00000883,
0x0000088f, 0x0000089f, 0x000008a6, 0x000008b8,
- 0x000008c6, 0x000008f6, 0x000008fd, 0x00000905,
- 0x00000916, 0x00000926, 0x0000093c, 0x0000096a,
- 0x00000992, 0x000009a8, 0x000009dd, 0x00000a08,
- 0x00000a28, 0x00000a5f, 0x00000a66, 0x00000a72,
+ 0x000008c6, 0x000008f6, 0x000008f6, 0x000008fd,
+ 0x00000905, 0x00000916, 0x00000926, 0x0000093c,
+ 0x0000096a, 0x00000992, 0x000009a8, 0x000009dd,
// Entry 60 - 7F
- 0x00000a7b, 0x00000a8a, 0x00000a9c, 0x00000aa0,
- 0x00000aa7, 0x00000ab8, 0x00000aca, 0x00000ad0,
- 0x00000ae1, 0x00000b14, 0x00000b28, 0x00000b46,
- 0x00000b58, 0x00000b8b, 0x00000b9c, 0x00000bbf,
- 0x00000c04, 0x00000c1b, 0x00000c2e, 0x00000c41,
- 0x00000c57, 0x00000c72, 0x00000c78, 0x00000c8b,
- 0x00000cae, 0x00000cc4, 0x00000cea, 0x00000d05,
- 0x00000d16, 0x00000d23, 0x00000d44, 0x00000d6b,
+ 0x00000a08, 0x00000a28, 0x00000a5f, 0x00000a66,
+ 0x00000a72, 0x00000a7b, 0x00000a8a, 0x00000a9c,
+ 0x00000aa0, 0x00000aa7, 0x00000ab8, 0x00000aca,
+ 0x00000ad0, 0x00000ae1, 0x00000b14, 0x00000b28,
+ 0x00000b46, 0x00000b58, 0x00000b8b, 0x00000b9c,
+ 0x00000bbf, 0x00000c04, 0x00000c1b, 0x00000c2e,
+ 0x00000c41, 0x00000c57, 0x00000c72, 0x00000c78,
+ 0x00000c8b, 0x00000cae, 0x00000cc4, 0x00000cea,
// Entry 80 - 9F
- 0x00000dca, 0x00000dd1, 0x00000ddb, 0x00000df2,
- 0x00000e02, 0x00000e1d, 0x00000e3b, 0x00000e44,
- 0x00000e63, 0x00000e86, 0x00000ea4, 0x00000edf,
- 0x00000f0f, 0x00000f43, 0x00000f72, 0x00000f83,
- 0x00000fba, 0x00001002, 0x0000101f, 0x00001052,
- 0x000010b3, 0x000010ce, 0x00001103, 0x00001133,
- 0x00001153, 0x00001185, 0x000011a4, 0x0000120b,
- 0x00001256, 0x0000126d, 0x00001296, 0x000012ac,
+ 0x00000d05, 0x00000d16, 0x00000d23, 0x00000d23,
+ 0x00000d44, 0x00000d6b, 0x00000dca, 0x00000dd1,
+ 0x00000ddb, 0x00000df2, 0x00000e02, 0x00000e1d,
+ 0x00000e3b, 0x00000e44, 0x00000e63, 0x00000e86,
+ 0x00000ea4, 0x00000ea4, 0x00000edf, 0x00000f0f,
+ 0x00000f43, 0x00000f72, 0x00000f83, 0x00000fba,
+ 0x00001002, 0x0000101f, 0x00001052, 0x000010b3,
+ 0x000010ce, 0x00001103, 0x00001133, 0x00001153,
// Entry A0 - BF
- 0x000012df, 0x00001307, 0x00001379, 0x000013de,
- 0x000013fb, 0x00001408, 0x00001437, 0x00001454,
- 0x00001465, 0x000014ab, 0x000014d1, 0x000014f5,
- 0x0000151c, 0x0000151c, 0x0000151c, 0x0000151c,
- 0x0000151c, 0x0000151c, 0x0000151c, 0x0000151c,
- 0x0000151c, 0x0000151c, 0x0000151c, 0x0000151c,
- 0x0000151c,
-} // Size: 764 bytes
+ 0x00001185, 0x000011a4, 0x0000120b, 0x00001256,
+ 0x0000126d, 0x00001296, 0x000012ac, 0x000012df,
+ 0x00001307, 0x00001379, 0x000013de, 0x000013fb,
+ 0x00001408, 0x00001437, 0x00001454, 0x00001465,
+ 0x00001465, 0x00001465, 0x00001465, 0x00001465,
+ 0x00001465,
+} // Size: 748 bytes
-const itData string = "" + // Size: 5404 bytes
+const itData string = "" + // Size: 5221 bytes
"\x02Errore\x02(nessun argomento): eleva e installa il servizio di gestio" +
"ne\x02Utilizzo: %[1]s [\x0a%[2]s]\x02Opzioni riga di comando\x02Impossib" +
"ile determinare se il processo è in esecuzione in WOW64: %[1]v\x02Imposs" +
@@ -1070,68 +1146,64 @@ const itData string = "" + // Size: 5404 bytes
"amento di WireGuard è disponibile. Ti consigliamo vivamente di aggiornar" +
"e immediatamente.\x02Stato: in attesa dell'utente\x02Aggiorna ora\x02Sta" +
"to: in attesa del servizio di aggiornamento\x02Errore: %[1]v. Prova anco" +
- "ra.\x02Stato: Completo!\x02http2: Framer %[1]p: decodifica del frame app" +
- "ena scritto non riuscita\x02http2: Framer %[1]p: ha scritto %[2]v\x02htt" +
- "p2: Framer %[1]p: ha letto %[2]v\x02http2: campo hpack %+[1]v decodifica" +
- "to"
+ "ra.\x02Stato: Completo!"
-var jaIndex = []uint32{ // 185 elements
+var jaIndex = []uint32{ // 181 elements
// Entry 0 - 1F
0x00000000, 0x0000000a, 0x0000005b, 0x00000075,
- 0x0000009a, 0x000000e6, 0x00000124, 0x0000017b,
- 0x000001fe, 0x00000253, 0x00000257, 0x0000027f,
- 0x00000290, 0x000002a1, 0x000002b5, 0x000002c6,
- 0x000002d7, 0x000002e1, 0x000002e9, 0x000002f6,
- 0x00000303, 0x00000310, 0x0000031d, 0x0000032a,
- 0x00000344, 0x00000378, 0x000003a6, 0x000003ce,
- 0x000003ff, 0x0000040d, 0x00000426, 0x00000451,
+ 0x0000009a, 0x000000e6, 0x000000e6, 0x00000124,
+ 0x0000017b, 0x000001fe, 0x00000253, 0x00000257,
+ 0x0000027f, 0x00000290, 0x000002a1, 0x000002b5,
+ 0x000002c6, 0x000002d7, 0x000002e1, 0x000002e9,
+ 0x000002f6, 0x00000303, 0x00000310, 0x0000031d,
+ 0x0000032a, 0x00000344, 0x00000378, 0x000003a6,
+ 0x000003ce, 0x000003ff, 0x0000040d, 0x00000426,
// Entry 20 - 3F
- 0x00000465, 0x00000497, 0x000004ea, 0x0000050e,
- 0x0000052d, 0x00000558, 0x0000058f, 0x000005c0,
- 0x000005f5, 0x00000625, 0x0000065c, 0x0000066b,
- 0x0000069c, 0x000006d0, 0x00000703, 0x00000746,
- 0x00000774, 0x00000777, 0x00000779, 0x00000790,
- 0x000007a7, 0x000007b1, 0x000007cd, 0x000007d5,
- 0x000007e3, 0x000007f1, 0x000007fc, 0x00000813,
- 0x00000818, 0x00000826, 0x00000835, 0x00000846,
+ 0x00000451, 0x00000465, 0x00000497, 0x000004ea,
+ 0x0000050e, 0x0000052d, 0x00000558, 0x0000058f,
+ 0x000005c0, 0x000005f5, 0x00000625, 0x0000065c,
+ 0x0000066b, 0x0000069c, 0x000006d0, 0x00000703,
+ 0x00000746, 0x00000774, 0x00000777, 0x00000779,
+ 0x00000790, 0x000007a7, 0x000007a7, 0x000007b1,
+ 0x000007cd, 0x000007d5, 0x000007e3, 0x000007f1,
+ 0x000007fc, 0x00000813, 0x00000818, 0x00000826,
// Entry 40 - 5F
- 0x00000853, 0x0000086a, 0x0000088a, 0x000008aa,
+ 0x00000835, 0x00000835, 0x00000846, 0x00000853,
+ 0x0000086a, 0x0000088a, 0x000008aa, 0x000008b2,
0x000008b2, 0x000008b9, 0x000008e1, 0x00000912,
0x00000940, 0x0000096e, 0x0000098e, 0x00000995,
0x000009b1, 0x000009c7, 0x000009d3, 0x000009e2,
- 0x000009eb, 0x00000a44, 0x00000a4f, 0x00000a5f,
- 0x00000a6b, 0x00000a7b, 0x00000a94, 0x00000ac3,
- 0x00000af1, 0x00000b19, 0x00000b68, 0x00000b99,
- 0x00000bbe, 0x00000c10, 0x00000c17, 0x00000c24,
+ 0x000009eb, 0x00000a44, 0x00000a44, 0x00000a4f,
+ 0x00000a5f, 0x00000a6b, 0x00000a7b, 0x00000a94,
+ 0x00000ac3, 0x00000af1, 0x00000b19, 0x00000b68,
// Entry 60 - 7F
- 0x00000c2b, 0x00000c38, 0x00000c48, 0x00000c4f,
- 0x00000c5d, 0x00000c71, 0x00000c8e, 0x00000c95,
- 0x00000cac, 0x00000cf6, 0x00000d21, 0x00000d3e,
- 0x00000d54, 0x00000d89, 0x00000d9e, 0x00000db8,
- 0x00000dfa, 0x00000e15, 0x00000e24, 0x00000e39,
- 0x00000e56, 0x00000e8e, 0x00000e99, 0x00000eb3,
- 0x00000ee5, 0x00000eff, 0x00000f31, 0x00000f51,
- 0x00000f62, 0x00000f70, 0x00000f8f, 0x00000fb8,
+ 0x00000b99, 0x00000bbe, 0x00000c10, 0x00000c17,
+ 0x00000c24, 0x00000c2b, 0x00000c38, 0x00000c48,
+ 0x00000c4f, 0x00000c5d, 0x00000c71, 0x00000c8e,
+ 0x00000c95, 0x00000cac, 0x00000cf6, 0x00000d21,
+ 0x00000d3e, 0x00000d54, 0x00000d89, 0x00000d9e,
+ 0x00000db8, 0x00000dfa, 0x00000e15, 0x00000e24,
+ 0x00000e39, 0x00000e56, 0x00000e8e, 0x00000e99,
+ 0x00000eb3, 0x00000ee5, 0x00000eff, 0x00000f31,
// Entry 80 - 9F
- 0x00001020, 0x0000102d, 0x00001038, 0x0000105b,
- 0x00001071, 0x00001093, 0x000010c7, 0x000010d8,
- 0x00001113, 0x0000113c, 0x00001162, 0x000011af,
- 0x000011ed, 0x00001239, 0x00001271, 0x00001296,
- 0x000012ce, 0x00001312, 0x00001337, 0x0000135a,
- 0x00001396, 0x000013b9, 0x000013f4, 0x00001425,
- 0x0000144a, 0x0000147f, 0x000014a4, 0x000014df,
- 0x00001532, 0x00001563, 0x0000158d, 0x000015b5,
+ 0x00000f51, 0x00000f62, 0x00000f70, 0x00000f70,
+ 0x00000f8f, 0x00000fb8, 0x00001020, 0x0000102d,
+ 0x00001038, 0x0000105b, 0x00001071, 0x00001093,
+ 0x000010c7, 0x000010d8, 0x00001113, 0x0000113c,
+ 0x00001162, 0x00001162, 0x000011af, 0x000011ed,
+ 0x00001239, 0x00001271, 0x00001296, 0x000012ce,
+ 0x00001312, 0x00001337, 0x0000135a, 0x00001396,
+ 0x000013b9, 0x000013f4, 0x00001425, 0x0000144a,
// Entry A0 - BF
- 0x000015eb, 0x00001605, 0x00001689, 0x000016ee,
- 0x00001718, 0x00001728, 0x0000175b, 0x00001790,
- 0x000017a2, 0x000017e8, 0x0000181c, 0x00001850,
- 0x00001890, 0x00001890, 0x00001890, 0x00001890,
- 0x00001890, 0x00001890, 0x00001890, 0x00001890,
- 0x00001890, 0x00001890, 0x00001890, 0x00001890,
- 0x00001890,
-} // Size: 764 bytes
+ 0x0000147f, 0x000014a4, 0x000014df, 0x00001532,
+ 0x00001563, 0x0000158d, 0x000015b5, 0x000015eb,
+ 0x00001605, 0x00001689, 0x000016ee, 0x00001718,
+ 0x00001728, 0x0000175b, 0x00001790, 0x000017a2,
+ 0x000017a2, 0x000017a2, 0x000017a2, 0x000017a2,
+ 0x000017a2,
+} // Size: 748 bytes
-const jaData string = "" + // Size: 6288 bytes
+const jaData string = "" + // Size: 6050 bytes
"\x02エラー\x02(引数なし): 管理者権限でmanagerサービスをインストールする\x02使い方: %[1]s [\x0a%[2]s]" +
"\x02コマンドラインオプション\x02プロセスがWOW64下で動作しているか確認できません: %[1]v\x02現在のプロセスのトークンを開け" +
"ません: %[1]v\x02WireGuard は組み込みの %[1]s グループのメンバーだけが使えます。\x02WireGuard は実" +
@@ -1181,86 +1253,192 @@ const jaData string = "" + // Size: 6288 bytes
" (未署名のビルド、更新の提供なし)\x02WireGuard 終了エラー\x02%[1]v のためサービスを終了できませんでした。サービスマネ" +
"ージャから WireGuard を停止できます。\x02WireGuard の更新が利用可能です。速やかに更新することを強く推奨します。" +
"\x02状態: ユーザーからの応答待ち\x02今すぐ更新\x02状態: アップデータサービスを待機中\x02エラー: %[1]v。再度実行してく" +
- "ださい。\x02状態: 完了!\x02http2: Framer %[1]p: just-writtenフレームのデコードに失敗\x02ht" +
- "tp2: Framer %[1]p: %[2]v を書き込みました\x02http2: Framer %[1]p: %[2]v を読み込みました" +
- "\x02http2: hpack フィールド %+[1]v をデコードしました"
+ "ださい。\x02状態: 完了!"
+
+var pa_INIndex = []uint32{ // 181 elements
+ // Entry 0 - 1F
+ 0x00000000, 0x00000010, 0x00000010, 0x00000030,
+ 0x0000005d, 0x000000ea, 0x0000017f, 0x000001e6,
+ 0x000002b4, 0x0000039c, 0x0000042d, 0x00000437,
+ 0x00000479, 0x000004a2, 0x000004cb, 0x000004fa,
+ 0x00000529, 0x0000055e, 0x00000577, 0x00000580,
+ 0x0000058d, 0x0000059a, 0x000005a7, 0x000005b4,
+ 0x000005c1, 0x000005ea, 0x0000062a, 0x00000671,
+ 0x00000671, 0x00000671, 0x0000068f, 0x000006b6,
+ // Entry 20 - 3F
+ 0x000006e5, 0x000006e5, 0x000006e5, 0x000006e5,
+ 0x000006e5, 0x000006e5, 0x000006e5, 0x000006e5,
+ 0x000006e5, 0x000006e5, 0x000006e5, 0x000006e5,
+ 0x000006e5, 0x000006e5, 0x000006e5, 0x000006e5,
+ 0x000006e5, 0x000006e5, 0x000006e8, 0x000006eb,
+ 0x00000711, 0x00000711, 0x000007d7, 0x000007eb,
+ 0x00000808, 0x00000819, 0x0000083e, 0x0000085c,
+ 0x0000087d, 0x000008a5, 0x000008aa, 0x000008c1,
+ // Entry 40 - 5F
+ 0x000008d3, 0x000008f0, 0x000008f0, 0x00000911,
+ 0x0000092f, 0x0000092f, 0x0000092f, 0x00000946,
+ 0x00000946, 0x0000095d, 0x00000984, 0x000009cf,
+ 0x00000a11, 0x00000a5a, 0x00000a77, 0x00000a84,
+ 0x00000aa8, 0x00000ac9, 0x00000ad8, 0x00000afd,
+ 0x00000b15, 0x00000b15, 0x00000b15, 0x00000b2c,
+ 0x00000b40, 0x00000b58, 0x00000b6f, 0x00000b96,
+ 0x00000b96, 0x00000b96, 0x00000bd1, 0x00000c2f,
+ // Entry 60 - 7F
+ 0x00000c80, 0x00000cbe, 0x00000d68, 0x00000d78,
+ 0x00000db0, 0x00000dc7, 0x00000e06, 0x00000e2c,
+ 0x00000e39, 0x00000e54, 0x00000e72, 0x00000ea9,
+ 0x00000eb6, 0x00000ed3, 0x00000f37, 0x00000f78,
+ 0x00000fa5, 0x00000fbc, 0x00000ff0, 0x00001004,
+ 0x00001028, 0x00001028, 0x00001066, 0x0000108d,
+ 0x000010be, 0x000010f9, 0x00001144, 0x00001155,
+ 0x0000118b, 0x000011c9, 0x00001206, 0x0000124b,
+ // Entry 80 - 9F
+ 0x0000127b, 0x0000129b, 0x000012b2, 0x000012d2,
+ 0x000012fd, 0x00001340, 0x00001436, 0x00001446,
+ 0x00001457, 0x00001482, 0x00001499, 0x000014d3,
+ 0x00001534, 0x00001545, 0x000015a9, 0x000015d4,
+ 0x00001612, 0x00001665, 0x00001665, 0x00001665,
+ 0x00001665, 0x00001665, 0x0000169b, 0x0000169b,
+ 0x0000169b, 0x000016cf, 0x000016cf, 0x000017a2,
+ 0x000017cf, 0x00001837, 0x00001837, 0x0000186b,
+ // Entry A0 - BF
+ 0x0000186b, 0x0000186b, 0x0000186b, 0x000018e4,
+ 0x00001928, 0x00001969, 0x00001969, 0x00001969,
+ 0x00001969, 0x00001969, 0x00001969, 0x00001969,
+ 0x00001993, 0x00001993, 0x00001993, 0x000019b2,
+ 0x000019b2, 0x000019b2, 0x000019b2, 0x000019b2,
+ 0x000019c0,
+} // Size: 748 bytes
+
+const pa_INData string = "" + // Size: 6592 bytes
+ "\x02ਗ਼ਲਤੀ\x02ਵਰਤੋਂ: %[1]s [\x0a%[2]s]\x02ਕਮਾਂਡ ਲਾਈਨ ਚੋਣਾਂ\x02ਪਤਾ ਲਗਾਉਣ ਲ" +
+ "ਈ ਅਸਮਰੱਥ ਹੈ ਕਿ ਪਰੋਸੈਸ WOW64 ਅਧੀਨ ਚੱਲ ਰਿਹਾ ਹੈ: %[1]v\x02ਤੁਹਾਨੂੰ ਇਸ ਕੰਪਿ" +
+ "ਊਟਰ ਉੱਤੇ WireGuard ਦਾ ਮੂਲ ਵਰਜ਼ਨ ਵਰਤਣਾ ਚਾਹੀਦਾ ਹੈ।\x02ਮੌਜੂਦਾ ਪਰੋਸੈਸ ਟੋਕਨ " +
+ "ਖੋਲ੍ਹਣ ਲਈ ਅਸਮਰੱਥ: %[1]v\x02WireGuard ਨੂੰ ਸਿਰਫ਼ ਉਹੀ ਵਰਤੋਂਕਾਰ ਵਰਤ ਸਕਦੇ ਹ" +
+ "ਨ, ਜੋ ਕਿ ਪਹਿਲਾਂ ਮੌਜੂਦ %[1]s ਗਰੁੱਪ ਦੇ ਮੈਂਬਰ ਹਨ।\x02WireGuard ਚੱਲ ਰਿਹਾ ਹ" +
+ "ੈ, ਪਰ UI ਨੂੰ ਸਿਰਫ਼ ਪਹਿਲਾਂ ਮੌਜੂਦ %[1]s ਗਰੁੱਪ ਦੇ ਡੈਸਕਟਾਪ ਰਾਹੀਂ ਹੀ ਵਰਤਿਆ " +
+ "ਜਾ ਸਕਦਾ ਹੈ।\x02WireGuard ਸਿਸਟਮ ਟਰੇ ਆਈਕਾਨ 30 ਸਕਿੰਟਾਂ ਬਾਅਦ ਦਿਖਾਈ ਨਹੀਂ ਦਿ" +
+ "ੱਤਾ ਹੈ।\x02ਹੁਣ\x02ਸਿਸਟਮ ਘੜੀ ਪੁ਼ੱਠੀ ਮੋੜੀ ਗਈ!\x14\x01\x81\x01\x00\x02" +
+ "\x10\x02%[1]d ਸਾਲ\x00\x10\x02%[1]d ਸਾਲ\x14\x01\x81\x01\x00\x02\x10\x02%[" +
+ "1]d ਦਿਨ\x00\x10\x02%[1]d ਦਿਨ\x14\x01\x81\x01\x00\x02\x13\x02%[1]d ਘੰਟਾ" +
+ "\x00\x13\x02%[1]d ਘੰਟੇ\x14\x01\x81\x01\x00\x02\x13\x02%[1]d ਮਿੰਟ\x00\x13" +
+ "\x02%[1]d ਮਿੰਟ\x14\x01\x81\x01\x00\x02\x16\x02%[1]d ਸਕਿੰਟ\x00\x16\x02%[1" +
+ "]d ਸਕਿੰਟ\x02%[1]s ਪਹਿਲਾਂ\x02%[1]d\u00a0B\x02%.2[1]f\u00a0KiB\x02%.2[1]f" +
+ "\u00a0MiB\x02%.2[1]f\u00a0GiB\x02%.2[1]f\u00a0TiB\x02%[1]s: %[2]q\x02ਅਵੈ" +
+ "ਧ IP ਸਿਰਨਾਵਾਂ\x02ਗਲਤ ਨੈੱਟਵਰਕ ਅਗੇਤਰ ਲੰਬਾਈ\x02ਐਂਡਪੁਆਇੰਟ ਤੋਂ ਪੋਰਟ ਗੁੰਮ ਹੈ" +
+ "\x02ਗ਼ੈਰ-ਵਾਜਬ MTU\x02ਗ਼ੈਰ-ਵਾਜਬ ਪੋਰਟ\x02ਗ਼ੈਰ-ਵਾਜਬ persistent keepalive" +
+ "\x02, \x02, \x02ਵਾਇਰਗਾਰਡ ਬਾਰੇ\x02ਐਪ ਦਾ ਵਰਜ਼ਨ: %[1]s\x0aਗੋ ਬੈਕਐਂਡ ਦਾ ਵਰਜ਼ਨ:" +
+ " %[2]s\x0aਗੋ ਦਾ ਵਰਜ਼ਨ: %[3]s-%[4]s\x0aਓਪਰੇਟਿੰਗ ਸਿਸਟਮ: %[5]s\x0aਢਾਂਚਾ: %[6" +
+ "]s\x02ਬੰਦ ਕਰੋ\x02♥ ਦਾਨ ਦਿਓ(&D)!\x02ਸਥਿਤੀ:\x02ਨਾ-ਸਰਗਰਮ ਕਰੋ(&D)\x02ਸਰਗਰਮ ਕ" +
+ "ਰੋ(&A)\x02ਪਬਲਿਕ ਕੁੰਜੀ:\x02ਸੁਣਨ ਵਾਲੀ ਪੋਰਟ:\x02MTU:\x02ਸਿਰਨਾਵੇ:\x02DNS ਸ" +
+ "ਰਵਰ:\x02ਸਕ੍ਰਿਪਟਾਂ:\x02ਮਨਜ਼ੂਰ ਕੀਤੇ IP:\x02ਐਂਡ-ਪੁਆਇੰਟ:\x02ਟਰਾਂਸਫਰ:\x02ਸਮਰ" +
+ "ੱਥ ਹੈ\x02%[1]s ਮਿਲੇ, %[2]s ਭੇਜੇ\x02ਟਨਲ ਸਥਿਤੀ ਪਤਾ ਲਗਾਉਣ ਲਈ ਅਸਫ਼ਲ\x02ਟਨਲ" +
+ " ਸਰਗਰਮ ਕਰਨ ਲਈ ਅਸਫ਼ਲ ਹੈ\x02ਟਨਲ ਨਾ-ਸਰਗਰਮ ਕਰਨ ਲਈ ਅਸਫ਼ਲ ਹੈ\x02ਇੰਟਰਫੇਸ: %[1]s" +
+ "\x02ਪੀਅਰ\x02ਨਵੀਂ ਟਨਲ ਬਣਾਓ\x02ਟਨਲ ਨੂੰ ਸੋਧੋ\x02ਨਾਂ(&N):\x02ਪਬਲਿਕ ਕੁੰਜੀ(&P)" +
+ ":\x02(ਅਣਪਛਾਤਾ)\x02ਸੰਭਾਲੋ(&S)\x02ਰੱਦ ਕਰੋ\x02ਸੰਰਚਨਾ(&C):\x02ਅਯੋਗ ਨਾਂ\x02ਨਾ" +
+ "ਂ ਚਾਹੀਦਾ ਹੈ।\x02ਟਨਲ ਪਹਿਲਾਂ ਹੀ ਮੌਜੂਦ ਹੈ\x02ਨਾਂ ‘%[1]s’ ਨਾਲ ਟਨਲ ਪਹਿਲਾਂ ਹ" +
+ "ੀ ਮੌਜੂਦ ਹੈ।\x02ਨਵੀਂ ਸੰਰਚਨਾ ਬਣਾਉਣ ਲਈ ਅਸਮਰੱਥ ਹੈ\x02ਫ਼ਾਇਲ ਬਣਾਉਣ ਲਈ ਅਸਫ਼ਲ " +
+ "ਹੈ\x02‘%[1]s’ ਫ਼ਾਇਲ ਪਹਿਲਾਂ ਹੀ ਮੌਜੂਦ ਹੈ।\x0a\x0aਕੀ ਤੁਸੀਂ ਇਸ ਉੱਤੇ ਲਿਖਣਾ " +
+ "ਚਾਹੁੰਦੇ ਹੋ?\x02ਸਰਗਰਮ\x02ਸਰਗਰਮ ਕੀਤਾ ਜਾ ਰਿਹਾ ਹੈ\x02ਨਾ-ਸਰਗਰਮ\x02ਨਾ-ਸਰਗਰਮ " +
+ "ਕੀਤਾ ਜਾ ਰਿਹਾ ਹੈ\x02ਅਣਪਛਾਤੀ ਸਥਿਤੀ\x02ਲਾਗੂ\x02ਕਾਪੀ ਕਰੋ(&C)\x02ਸਾਰੇ ਚੁਣੋ(" +
+ "&a)\x02ਫ਼ਾਇਲ ਵਿੱਚ ਸੰਭਾਲੋ(&S)…\x02ਸਮਾਂ\x02ਲਾਗ ਸੁਨੇਹਾ\x02ਲਿਖਤ ਫ਼ਾਇਲਾਂ (*.t" +
+ "xt)|*.txt|ਸਾਰੀਆਂ ਫ਼ਾਇਲਾਂ (*.*)|*.*\x02ਲਾਗ ਫ਼ਾਇਲ ਵਿੱਚ ਬਰਾਮਦ ਕਰੋ\x02ਵਾਇਰਗਾ" +
+ "ਰਡ ਬਾਰੇ(&A)…\x02ਟਨਲ ਗਲਤੀ\x02%[1]s\x0a\x0aPlease consult the log for mo" +
+ "re information.\x02%[1]s (out of date)\x02WireGuard ਖੋਜ ਗ਼ਲਤੀ\x02ਵਾਇਰਗਾਰ" +
+ "ਡ: ਨਾ-ਸਰਗਰਮ ਕੀਤਾ\x02ਸਥਿਤੀ: ਅਣਪਛਾਤੀ\x02ਸਿਰਨਾਵੇਂ: ਕੋਈ ਨਹੀਂ\x02ਟਨਲਾਂ ਦਾ ਇ" +
+ "ੰਤਜ਼ਾਮ ਕਰੋ(&M)…\x02ਫ਼ਾਇਲ ਤੋਂ ਟਨਲਾਂ ਦਰਾਮਦ ਕਰੋ(&I)…\x02ਬਾਹਰ(&x)\x02ਵਾਇਰਗਾ" +
+ "ਰਡ ਸਰਗਰਮ ਕੀਤਾ\x02%[1]s ਟਨਲ ਸਰਗਰਮ ਕੀਤੀ ਗਈ ਹੈ।\x02ਵਾਇਰਗਾਰਡ ਨਾ-ਸਰਗਰਮ ਕੀਤਾ" +
+ "\x02%[1]s ਟਨਲ ਨਾ-ਸਰਗਰਮ ਕੀਤੀ ਗਈ ਹੈ।\x02ਵਾਇਰਗਾਰਡ ਟਨਲ ਗਲਤੀ\x02ਵਾਇਰਗਾਰਡ: %[1" +
+ "]s\x02ਸਥਿਤੀ: %[1]s\x02ਸਿਰਨਾਵੇਂ: %[1]s\x02ਅੱਪਡੇਟ ਮੌਜੂਦ ਹੈ!\x02ਵਾਇਰਗਾਰਡ ਅੱ" +
+ "ਪਡੇਟ ਮੌਜੂਦ ਹੈ\x02ਵਾਇਰਗਾਰਡ ਲਈ ਅੱਪਡੇਟ ਹੁਣ ਮੌਜੂਦ ਹੈ। ਜਿੰਨਾ ਛੇਤੀ ਹੋ ਸਕੇ ਤੁ" +
+ "ਹਾਨੂੰ ਅੱਪਡੇਟ ਕਰਨ ਦੀ ਸਲਾਹ ਦਿੱਤੀ ਜਾਂਦੀ ਹੈ।\x02ਟਨਲਾਂ\x02ਸੋਧੋ(&E)\x02…ਖਾਲੀ" +
+ " ਟਨਲ ਜੋੜੋ(&e)\x02ਟਨਲ ਜੋੜੋ\x02ਚੁਣੀਆਂ ਟਨਲਾਂ ਨੂੰ ਹਟਾਓ\x02ਸਾਰੀਆਂ ਟਨਲਾਂ ਨੂੰ ਜ਼" +
+ "ਿੱਪ ਵਜੋਂ ਬਰਾਮਦ ਕਰੋ\x02ਪਲਟੋ(&T)\x02ਸਾਰੀਆਂ ਟਨਲਾਂ ਨੂੰ ਜ਼ਿੱਪ ਵਜੋਂ ਬਰਾਮਦ ਕਰੋ" +
+ "…\x02ਚੁਣੀ ਟਨਲ ਸੋਧੋ(&s)…\x02ਚੁਣੀਆਂ ਟਨਲਾਂ ਨੂੰ ਹਟਾਓ(&R)\x02ਕੋਈ ਸੰਰਚਨਾ ਫ਼ਾ" +
+ "ਇਲਾਂ ਨਹੀਂ ਲੱਭੀਆਂ\x02ਇੰਪੋਰਟ ਕੀਤੀਆਂ ਟਨਲਾਂ\x02ਟਨਲ ਬਣਾਉਣ ਲਈ ਅਸਮਰੱਥ\x14\x01" +
+ "\x81\x01\x00\x02b\x02ਕੀ ਤੁਸੀਂ %[1]d ਟਨਲ ਨੂੰ ਹਟਾਉਣਾ ਚਾਹੁੰਦੇ ਹੋ?\x00h\x02ਕ" +
+ "ੀ ਤੁਸੀਂ %[1]d ਟਨਲਾਂ ਨੂੰ ਹਟਾਉਣਾ ਚਾਹੁੰਦੇ ਹੋ?\x02‘%[1]s’ ਟਨਲ ਨੂੰ ਹਟਾਓ\x02" +
+ "ਕੀ ਤੁਸੀਂ ‘%[1]s‘ ਟਨਲ ਨੂੰ ਹਟਾਉਣਾ ਚਾਹੁੰਦੇ ਹੋ?\x02ਟਨਲ ਹਟਾਉਣ ਲਈ ਅਸਮਰੱਥ\x02" +
+ "ਸੰਰਚਨਾ ਫ਼ਾਇਲਾਂ (*.zip, *.conf)|*.zip;*.conf|ਸਾਰੀਆਂ ਫ਼ਾਇਲਾਂ (*.*)|*.*" +
+ "\x02ਫ਼ਾਇਲ ਤੋਂ ਟਨਲਾਂ ਦਰਾਮਦ ਕਰੋ\x02ਸੰਰਚਨਾ ਜ਼ਿੱਪ ਫਾਇਲਾਂ (*.zip)|*.zip\x02ਹੁਣ" +
+ "ੇ ਅੱਪਡੇਟ ਕਰੋ\x02ਸਥਿਤੀ: ਪੂਰਾ!\x02ਟਨਲ(&T)"
-var plIndex = []uint32{ // 185 elements
+var plIndex = []uint32{ // 181 elements
// Entry 0 - 1F
0x00000000, 0x00000007, 0x0000004f, 0x00000066,
- 0x0000007d, 0x000000cb, 0x00000102, 0x0000016b,
- 0x000001eb, 0x00000236, 0x0000023c, 0x0000025f,
- 0x00000296, 0x000002ce, 0x00000312, 0x00000351,
- 0x00000394, 0x0000039f, 0x000003a8, 0x000003b5,
- 0x000003c2, 0x000003cf, 0x000003dc, 0x000003e9,
- 0x00000401, 0x0000042a, 0x0000044c, 0x00000477,
- 0x0000049b, 0x000004ae, 0x000004c2, 0x000004f2,
+ 0x0000007d, 0x000000cb, 0x00000106, 0x0000013d,
+ 0x000001a6, 0x00000226, 0x00000271, 0x00000277,
+ 0x0000029a, 0x000002d1, 0x00000309, 0x0000034d,
+ 0x0000038c, 0x000003cf, 0x000003da, 0x000003e3,
+ 0x000003f0, 0x000003fd, 0x0000040a, 0x00000417,
+ 0x00000424, 0x0000043c, 0x00000465, 0x00000487,
+ 0x000004b2, 0x000004d6, 0x000004e9, 0x000004fd,
// Entry 20 - 3F
- 0x0000050e, 0x00000549, 0x00000583, 0x0000059a,
- 0x000005bb, 0x000005dc, 0x00000618, 0x00000633,
- 0x0000065f, 0x00000686, 0x000006aa, 0x000006bb,
- 0x000006ec, 0x00000713, 0x0000073d, 0x0000075b,
- 0x00000780, 0x00000783, 0x00000786, 0x0000079d,
- 0x000007ac, 0x000007b4, 0x000007c2, 0x000007ca,
- 0x000007d6, 0x000007df, 0x000007f0, 0x00000800,
- 0x00000805, 0x0000080d, 0x0000081a, 0x0000081f,
+ 0x0000052d, 0x00000549, 0x00000584, 0x000005be,
+ 0x000005d5, 0x000005f6, 0x00000617, 0x00000653,
+ 0x0000066e, 0x0000069a, 0x000006c1, 0x000006e5,
+ 0x000006f6, 0x00000727, 0x0000074e, 0x00000778,
+ 0x00000796, 0x000007bb, 0x000007be, 0x000007c1,
+ 0x000007d8, 0x000007e7, 0x00000870, 0x00000878,
+ 0x00000886, 0x0000088e, 0x0000089a, 0x000008a3,
+ 0x000008b4, 0x000008c4, 0x000008c9, 0x000008d1,
// Entry 40 - 5F
- 0x00000834, 0x0000084a, 0x00000863, 0x00000887,
- 0x00000891, 0x0000089c, 0x000008bb, 0x000008e3,
- 0x00000905, 0x00000925, 0x00000936, 0x0000093b,
- 0x0000094e, 0x0000095b, 0x00000963, 0x00000975,
- 0x00000980, 0x000009b6, 0x000009be, 0x000009c5,
- 0x000009d4, 0x000009e9, 0x000009fe, 0x00000a29,
- 0x00000a55, 0x00000a69, 0x00000aa2, 0x00000aca,
- 0x00000ae9, 0x00000b22, 0x00000b2a, 0x00000b36,
+ 0x000008de, 0x000008e7, 0x000008ec, 0x00000901,
+ 0x00000917, 0x00000930, 0x00000954, 0x0000095e,
+ 0x0000097f, 0x0000098a, 0x000009a9, 0x000009d1,
+ 0x000009f3, 0x00000a13, 0x00000a24, 0x00000a29,
+ 0x00000a3c, 0x00000a49, 0x00000a51, 0x00000a63,
+ 0x00000a6e, 0x00000aa4, 0x00000bf7, 0x00000bff,
+ 0x00000c06, 0x00000c15, 0x00000c2a, 0x00000c3f,
+ 0x00000c6a, 0x00000c96, 0x00000caa, 0x00000ce3,
// Entry 60 - 7F
- 0x00000b41, 0x00000b50, 0x00000b5e, 0x00000b67,
- 0x00000b6f, 0x00000b81, 0x00000b95, 0x00000b9a,
- 0x00000bb0, 0x00000be7, 0x00000c03, 0x00000c1e,
- 0x00000c2c, 0x00000c6c, 0x00000c80, 0x00000c9a,
- 0x00000cd8, 0x00000cf1, 0x00000d02, 0x00000d0f,
- 0x00000d27, 0x00000d4b, 0x00000d55, 0x00000d67,
- 0x00000d87, 0x00000d9f, 0x00000dc2, 0x00000dda,
- 0x00000deb, 0x00000df9, 0x00000e16, 0x00000e3c,
+ 0x00000d0b, 0x00000d2a, 0x00000d63, 0x00000d6b,
+ 0x00000d77, 0x00000d82, 0x00000d91, 0x00000d9f,
+ 0x00000da8, 0x00000db0, 0x00000dc2, 0x00000dd6,
+ 0x00000ddb, 0x00000df1, 0x00000e28, 0x00000e44,
+ 0x00000e5f, 0x00000e6d, 0x00000ead, 0x00000ec1,
+ 0x00000edb, 0x00000f19, 0x00000f32, 0x00000f43,
+ 0x00000f50, 0x00000f68, 0x00000f8c, 0x00000f96,
+ 0x00000fa8, 0x00000fc8, 0x00000fe0, 0x00001003,
// Entry 80 - 9F
- 0x00000e93, 0x00000e9a, 0x00000ea2, 0x00000eb8,
- 0x00000ec4, 0x00000ee1, 0x00000f0c, 0x00000f18,
- 0x00000f47, 0x00000f60, 0x00000f7e, 0x00000fb4,
- 0x00000fe4, 0x0000101c, 0x00001049, 0x0000105e,
- 0x000010d6, 0x0000116d, 0x00001189, 0x000011e1,
- 0x00001299, 0x000012b1, 0x000012e1, 0x00001306,
- 0x00001321, 0x0000134b, 0x00001366, 0x00001411,
- 0x0000145b, 0x0000147b, 0x000014a0, 0x000014c1,
+ 0x0000101b, 0x0000102c, 0x0000103a, 0x00001048,
+ 0x00001065, 0x0000108b, 0x000010e2, 0x000010e9,
+ 0x000010f1, 0x00001107, 0x00001113, 0x00001130,
+ 0x0000115b, 0x00001167, 0x00001196, 0x000011af,
+ 0x000011cd, 0x000011eb, 0x00001221, 0x00001251,
+ 0x00001289, 0x000012b6, 0x000012cb, 0x00001343,
+ 0x000013da, 0x000013f6, 0x0000144e, 0x00001506,
+ 0x0000151e, 0x0000154e, 0x00001573, 0x0000158e,
// Entry A0 - BF
- 0x000014f0, 0x00001513, 0x0000159d, 0x000015ef,
- 0x0000160e, 0x0000161f, 0x00001647, 0x00001669,
- 0x0000167d, 0x000016c3, 0x000016e4, 0x00001706,
- 0x00001739, 0x00001739, 0x00001739, 0x00001739,
- 0x00001739, 0x00001739, 0x00001739, 0x00001739,
- 0x00001739, 0x00001739, 0x00001741, 0x00001741,
- 0x0000175f,
-} // Size: 764 bytes
+ 0x000015b8, 0x000015d3, 0x0000167e, 0x000016c8,
+ 0x000016e8, 0x0000170d, 0x0000172e, 0x0000175d,
+ 0x00001780, 0x0000180a, 0x0000185c, 0x0000187b,
+ 0x0000188c, 0x000018b4, 0x000018d6, 0x000018ea,
+ 0x000018fd, 0x0000190c, 0x00001920, 0x00001930,
+ 0x00001938,
+} // Size: 748 bytes
-const plData string = "" + // Size: 5983 bytes
+const plData string = "" + // Size: 6456 bytes
"\x02Błąd\x02(brak argumentu): Podnieś uprawnienia i zainstaluj usługę me" +
"nedżera\x02Użycie: %[1]s [%[2]s]\x02Opcje wiersza poleceń\x02Nie można o" +
- "kreślić, czy proces jest uruchomiony w środowisku WOW64: %[1]v\x02Nie mo" +
- "żna otworzyć bieżącego tokenu procesu: %[1]v\x02WireGuard może być używ" +
- "any tylko przez użytkowników, którzy są członkami wbudowanej grupy %[1]s" +
- ".\x02WireGuard jest uruchomiony, ale interfejs jest dostępny tylko z poz" +
- "iomu użytkowników należących do wbudowanej grupy %[1]s.\x02Ikona WireGua" +
- "rd nie pojawiła się po 30 sekundach w zasobniku systemowym.\x02Teraz\x02" +
- "Zegar systemowy został cofnięty!\x14\x01\x81\x01\x00\x04\x0b\x02%[1]d la" +
- "ta\x05\x0a\x02%[1]d lat\x02\x0a\x02%[1]d rok\x00\x0b\x02%[1]d lata\x14" +
- "\x01\x81\x01\x00\x04\x0a\x02%[1]d dni\x05\x0a\x02%[1]d dni\x02\x0d\x02%[" +
- "1]d dzień\x00\x0a\x02%[1]d dni\x14\x01\x81\x01\x00\x04\x0e\x02%[1]d godz" +
- "iny\x05\x0d\x02%[1]d godzin\x02\x0e\x02%[1]d godzina\x00\x0e\x02%[1]d go" +
- "dziny\x14\x01\x81\x01\x00\x04\x0d\x02%[1]d minuty\x05\x0c\x02%[1]d minut" +
- "\x02\x0d\x02%[1]d minuta\x00\x0c\x02%[1]d minut\x14\x01\x81\x01\x00\x04" +
- "\x0e\x02%[1]d sekundy\x05\x0d\x02%[1]d sekund\x02\x0e\x02%[1]d sekunda" +
- "\x00\x0d\x02%[1]d sekund\x02%[1]s temu\x02%[1]d\u00a0B\x02%.2[1]f\u00a0K" +
- "iB\x02%.2[1]f\u00a0MiB\x02%.2[1]f\u00a0GiB\x02%.2[1]f\u00a0TiB\x02%[1]s:" +
- " %[2]q\x02Nieprawidłowy adres IP\x02Nieprawidłowa długość prefiksu sieci" +
+ "kreślić, czy proces jest uruchomiony w środowisku WOW64: %[1]v\x02Musisz" +
+ " użyć natywnej wersji WireGuard na tym komputerze.\x02Nie można otworzyć" +
+ " bieżącego tokenu procesu: %[1]v\x02WireGuard może być używany tylko prz" +
+ "ez użytkowników, którzy są członkami wbudowanej grupy %[1]s.\x02WireGuar" +
+ "d jest uruchomiony, ale interfejs jest dostępny tylko z poziomu użytkown" +
+ "ików należących do wbudowanej grupy %[1]s.\x02Ikona WireGuard nie pojawi" +
+ "ła się po 30 sekundach w zasobniku systemowym.\x02Teraz\x02Zegar system" +
+ "owy został cofnięty!\x14\x01\x81\x01\x00\x04\x0b\x02%[1]d lata\x05\x0a" +
+ "\x02%[1]d lat\x02\x0a\x02%[1]d rok\x00\x0b\x02%[1]d lata\x14\x01\x81\x01" +
+ "\x00\x04\x0a\x02%[1]d dni\x05\x0a\x02%[1]d dni\x02\x0d\x02%[1]d dzień" +
+ "\x00\x0a\x02%[1]d dni\x14\x01\x81\x01\x00\x04\x0e\x02%[1]d godziny\x05" +
+ "\x0d\x02%[1]d godzin\x02\x0e\x02%[1]d godzina\x00\x0e\x02%[1]d godziny" +
+ "\x14\x01\x81\x01\x00\x04\x0d\x02%[1]d minuty\x05\x0c\x02%[1]d minut\x02" +
+ "\x0d\x02%[1]d minuta\x00\x0c\x02%[1]d minut\x14\x01\x81\x01\x00\x04\x0e" +
+ "\x02%[1]d sekundy\x05\x0d\x02%[1]d sekund\x02\x0e\x02%[1]d sekunda\x00" +
+ "\x0d\x02%[1]d sekund\x02%[1]s temu\x02%[1]d\u00a0B\x02%.2[1]f\u00a0KiB" +
+ "\x02%.2[1]f\u00a0MiB\x02%.2[1]f\u00a0GiB\x02%.2[1]f\u00a0TiB\x02%[1]s: %" +
+ "[2]q\x02Nieprawidłowy adres IP\x02Nieprawidłowa długość prefiksu sieci" +
"\x02Brak portu urządzenia końcowego\x02Nieprawidłowy host (urządzenie ko" +
"ńcowe)\x02Nawiasy muszą zawierać adres IPv6\x02Nieprawidłowe MTU\x02Nie" +
"prawidłowy port\x02Nieprawidłowy parametr utrzymania połączenia\x02Niepr" +
@@ -1274,42 +1452,50 @@ const plData string = "" + // Size: 5983 bytes
" publiczne\x02Błąd podczas pobierania konfiguracji\x02Nieprawidłowy kluc" +
"z dla sekcji interface\x02Wersja protokołu musi być 1\x02Nieprawidłowy k" +
"lucz dla sekcji peer\x02, \x02, \x02Informacje o WireGuard\x02Logo WireG" +
- "uard\x02Zamknij\x02♥ &Wpłać!\x02Status:\x02&Dezaktywuj\x02&Aktywuj\x02Kl" +
- "ucz publiczny:\x02Port nasłuchu:\x02MTU:\x02Adresy:\x02Serwery DNS:\x02P" +
- "SK:\x02Dozwolone adresy IP:\x02Urządzenie końcowe:\x02Utrzymanie połącze" +
- "nia:\x02Ostatni uścisk dłoni (handshake):\x02Transfer:\x02włączyć\x02%[1" +
- "]s odebrano, %[2]s wysłano\x02Nie udało się określić stanu tunelu\x02Nie" +
- " udało się aktywować tunelu\x02Nie można dezaktywować tunelu\x02Interfej" +
- "s: %[1]s\x02Peer\x02Utwórz nowy tunel\x02Edytuj tunel\x02&Nazwa:\x02&Klu" +
- "cz publiczny:\x02(nieznany)\x02Zablokuj niezabezpieczony ruch (wyłącznik" +
- " awaryjny)\x02&Zapisz\x02Anuluj\x02&Konfiguracja:\x02Nieprawidłowa nazwa" +
- "\x02Nazwa jest wymagana.\x02Nazwa tunelu ‘%[1]s’ jest niepoprawna.\x02Ni" +
- "e można wylistować istniejących tuneli\x02Tunel już istnieje\x02Inny tun" +
- "el już istnieje z tą samą nazwą ‘%[1]s’.\x02Nie można utworzyć nowej kon" +
- "figuracji\x02Zapis pliku się nie powiódł\x02Plik ‘%[1]s’ już istnieje. C" +
- "zy chcesz go nadpisać?\x02Aktywny\x02Aktywowanie\x02Nieaktywny\x02Dezakt" +
- "ywowanie\x02Stan nieznany\x02Dziennik\x02&Kopiuj\x02Wybierz &wszystko" +
- "\x02&Zapisz do pliku…\x02Czas\x02Wiadomości dziennika\x02Pliki tekstowe " +
- "(*.txt)|*.txt|Wszystkie pliki (*.*)|*.*\x02Eksportuj dziennik do pliku" +
- "\x02&Informacje o WireGuard…\x02Błąd tunelu\x02%[1]s\x0a\x0aAby uzyskać " +
- "więcej informacji, zapoznaj się z logiem.\x02%[1]s (nieaktualny)\x02Błąd" +
- " detekcji WireGuard\x02Nie można poczekać na pojawienie się okna WireGua" +
- "rd: %[1]v\x02WireGuard: Dezaktywowany\x02Status: Nieznany\x02Adresy: Bra" +
- "k\x02&Zarządzaj tunelami…\x02&Importuj tunel (tunele) z pliku…\x02W&yjśc" +
- "ie\x02WireGuard Aktywny\x02Tunel %[1]s został aktywowany.\x02WireGuard D" +
- "ezaktywowany\x02Tunel %[1]s został dezaktywowany.\x02Błąd tunelu WireGua" +
- "rd\x02WireGuard: %[1]s\x02Status: %[1]s\x02Dostępna nowa aktualizacja!" +
- "\x02Aktualizacja WireGuard jest dostępna\x02Aktualizacja WireGuard jest " +
- "już dostępna. Zaleca się jak najszybszą aktualizację.\x02Tunele\x02&Edyt" +
- "uj\x02Dodaj &pusty tunel…\x02Dodaj Tunel\x02Usuń wybrany tunel (tunele)" +
- "\x02Eksportuj wszystkie tunele do archiwum ZIP\x02&Przełącz\x02Eksportuj" +
- " wszystkie tunele do archiwum &zip…\x02Edytuj &wybrany tunel…\x02&Usuń w" +
- "ybrany tunel (tunele)\x02Nie można zaimportować wybranej konfiguracji: %" +
- "[1]v\x02Nie można wskazać istniejących tuneli: %[1]v\x02Inny tunel już i" +
- "stnieje z tą samą nazwą ‘%[1]s’\x02Nie można zaimportować konfiguracji: " +
- "%[1]v\x02Zaimportowane tunele\x14\x01\x81\x01\x00\x04\x1b\x02Zaimportowa" +
- "no %[1]d tunele\x05\x1b\x02Zaimportowano %[1]d tuneli\x02\x1a\x02Zaimpor" +
- "towano %[1]d tunel\x00\x1b\x02Zaimportowano %[1]d tuneli\x14\x02\x80\x01" +
+ "uard\x02Wersja aplikacji: %[1]s\x0aWersja implementacji w jęz. Go: %[2]s" +
+ "\x0aWersja jęz. Go: %[3]s-%[4]s\x0aSystem operacyjny: %[5]s\x0aArchitekt" +
+ "ura: %[6]s\x02Zamknij\x02♥ &Wpłać!\x02Status:\x02&Dezaktywuj\x02&Aktywuj" +
+ "\x02Klucz publiczny:\x02Port nasłuchu:\x02MTU:\x02Adresy:\x02Serwery DNS" +
+ ":\x02Skrypty:\x02PSK:\x02Dozwolone adresy IP:\x02Urządzenie końcowe:\x02" +
+ "Utrzymanie połączenia:\x02Ostatni uścisk dłoni (handshake):\x02Transfer:" +
+ "\x02wyłączone, według zasad grupy\x02włączyć\x02%[1]s odebrano, %[2]s wy" +
+ "słano\x02Nie udało się określić stanu tunelu\x02Nie udało się aktywować " +
+ "tunelu\x02Nie można dezaktywować tunelu\x02Interfejs: %[1]s\x02Peer\x02U" +
+ "twórz nowy tunel\x02Edytuj tunel\x02&Nazwa:\x02&Klucz publiczny:\x02(nie" +
+ "znany)\x02Zablokuj niezabezpieczony ruch (wyłącznik awaryjny)\x02Jeżeli " +
+ "konfiguracja ma dokładnie jednego peer'a i ma w liście dozwolonych IP pr" +
+ "zynajmniej jeden adres 0.0.0.0/0 lub ::/0, wtedy usługa tunelowania dołą" +
+ "cza do zapory sieciowej zestaw zasad, żeby zablokować ruch, który nie je" +
+ "st z interfejsu sieciowego lub jest skierowany do złego serwera DNS, z w" +
+ "yjątkiem dla serwera DHCP i NDP.\x02&Zapisz\x02Anuluj\x02&Konfiguracja:" +
+ "\x02Nieprawidłowa nazwa\x02Nazwa jest wymagana.\x02Nazwa tunelu ‘%[1]s’ " +
+ "jest niepoprawna.\x02Nie można wylistować istniejących tuneli\x02Tunel j" +
+ "uż istnieje\x02Inny tunel już istnieje z tą samą nazwą ‘%[1]s’.\x02Nie m" +
+ "ożna utworzyć nowej konfiguracji\x02Zapis pliku się nie powiódł\x02Plik " +
+ "‘%[1]s’ już istnieje. Czy chcesz go nadpisać?\x02Aktywny\x02Aktywowani" +
+ "e\x02Nieaktywny\x02Dezaktywowanie\x02Stan nieznany\x02Dziennik\x02&Kopiu" +
+ "j\x02Wybierz &wszystko\x02&Zapisz do pliku…\x02Czas\x02Wiadomości dzienn" +
+ "ika\x02Pliki tekstowe (*.txt)|*.txt|Wszystkie pliki (*.*)|*.*\x02Eksport" +
+ "uj dziennik do pliku\x02&Informacje o WireGuard…\x02Błąd tunelu\x02%[1]s" +
+ "\x0a\x0aAby uzyskać więcej informacji, zapoznaj się z logiem.\x02%[1]s (" +
+ "nieaktualny)\x02Błąd detekcji WireGuard\x02Nie można poczekać na pojawie" +
+ "nie się okna WireGuard: %[1]v\x02WireGuard: Dezaktywowany\x02Status: Nie" +
+ "znany\x02Adresy: Brak\x02&Zarządzaj tunelami…\x02&Importuj tunel (tunele" +
+ ") z pliku…\x02W&yjście\x02WireGuard Aktywny\x02Tunel %[1]s został aktywo" +
+ "wany.\x02WireGuard Dezaktywowany\x02Tunel %[1]s został dezaktywowany." +
+ "\x02Błąd tunelu WireGuard\x02WireGuard: %[1]s\x02Status: %[1]s\x02Adresy" +
+ ": %[1]s\x02Dostępna nowa aktualizacja!\x02Aktualizacja WireGuard jest do" +
+ "stępna\x02Aktualizacja WireGuard jest już dostępna. Zaleca się jak najsz" +
+ "ybszą aktualizację.\x02Tunele\x02&Edytuj\x02Dodaj &pusty tunel…\x02Dodaj" +
+ " Tunel\x02Usuń wybrany tunel (tunele)\x02Eksportuj wszystkie tunele do a" +
+ "rchiwum ZIP\x02&Przełącz\x02Eksportuj wszystkie tunele do archiwum &zip…" +
+ "\x02Edytuj &wybrany tunel…\x02&Usuń wybrany tunel (tunele)\x02brak plikó" +
+ "w konfiguracyjnych\x02Nie można zaimportować wybranej konfiguracji: %[1]" +
+ "v\x02Nie można wskazać istniejących tuneli: %[1]v\x02Inny tunel już istn" +
+ "ieje z tą samą nazwą ‘%[1]s’\x02Nie można zaimportować konfiguracji: %[1" +
+ "]v\x02Zaimportowane tunele\x14\x01\x81\x01\x00\x04\x1b\x02Zaimportowano " +
+ "%[1]d tunele\x05\x1b\x02Zaimportowano %[1]d tuneli\x02\x1a\x02Zaimportow" +
+ "ano %[1]d tunel\x00\x1b\x02Zaimportowano %[1]d tuneli\x14\x02\x80\x01" +
"\x04#\x02Zaimportowano %[1]d z %[2]d tunele\x05#\x02Zaimportowano %[1]d " +
"z %[2]d tuneli\x02\x22\x02Zaimportowano %[1]d z %[2]d tunel\x00#\x02Zaim" +
"portowano %[1]d z %[2]d tuneli\x02Nie można utworzyć tunelu\x14\x01\x81" +
@@ -1332,77 +1518,75 @@ const plData string = "" + // Size: 5983 bytes
"zacja WireGuard jest dostępna. Zaleca się natychmiastową aktualizację." +
"\x02Status: Czekam na użytkownika\x02Uaktualnij teraz\x02Status: Czekam " +
"na usługę aktualizacji\x02Błąd: %[1]v. Spróbuj ponownie.\x02Status: Ukoń" +
- "czone!\x02http2: Framer %[1]p: nie mógł zdekodować właśnie zapisanej ram" +
- "ki\x02http2: Framer %[1]p: zapis %[2]v\x02http2: Framer %[1]p: odczyt %[" +
- "2]v\x02http2: zdekodwanie hpack nie powiodło się %+[1]v\x02&Tunele\x02br" +
- "ak plików konfiguracyjnych"
+ "czone!\x02przed włączeniem\x02po włączeniu\x02przed wyłączeniem\x02po wy" +
+ "łączeniu\x02&Tunele"
-var roIndex = []uint32{ // 185 elements
+var roIndex = []uint32{ // 181 elements
// Entry 0 - 1F
0x00000000, 0x00000007, 0x0000005d, 0x00000077,
- 0x00000092, 0x000000d1, 0x00000105, 0x00000169,
- 0x000001e5, 0x0000022f, 0x00000234, 0x0000025b,
- 0x00000286, 0x000002b3, 0x000002e0, 0x00000314,
- 0x0000034d, 0x00000358, 0x00000361, 0x0000036e,
- 0x0000037b, 0x00000388, 0x00000395, 0x000003a2,
- 0x000003b7, 0x000003e4, 0x00000409, 0x0000042c,
- 0x0000045d, 0x0000046b, 0x00000478, 0x0000049b,
+ 0x00000092, 0x000000d1, 0x0000011a, 0x0000014e,
+ 0x000001b2, 0x0000022e, 0x00000278, 0x0000027d,
+ 0x000002a4, 0x000002cf, 0x000002fc, 0x00000329,
+ 0x0000035d, 0x00000396, 0x000003a1, 0x000003aa,
+ 0x000003b7, 0x000003c4, 0x000003d1, 0x000003de,
+ 0x000003eb, 0x00000400, 0x0000042d, 0x00000452,
+ 0x00000475, 0x000004a6, 0x000004b4, 0x000004c1,
// Entry 20 - 3F
- 0x000004b2, 0x000004f7, 0x00000533, 0x00000555,
- 0x00000574, 0x0000059f, 0x000005e6, 0x0000060c,
- 0x0000063a, 0x00000663, 0x00000694, 0x000006ab,
- 0x000006da, 0x000006fe, 0x0000072c, 0x00000754,
- 0x0000077f, 0x00000782, 0x00000785, 0x00000796,
- 0x000007af, 0x000007ba, 0x000007c9, 0x000007d0,
- 0x000007dd, 0x000007e7, 0x000007f7, 0x0000080a,
- 0x0000080f, 0x00000817, 0x00000824, 0x0000083b,
+ 0x000004e4, 0x000004fb, 0x00000540, 0x0000057c,
+ 0x0000059e, 0x000005bd, 0x000005e8, 0x0000062f,
+ 0x00000655, 0x00000683, 0x000006ac, 0x000006dd,
+ 0x000006f4, 0x00000723, 0x00000747, 0x00000775,
+ 0x0000079d, 0x000007c8, 0x000007cb, 0x000007ce,
+ 0x000007df, 0x000007f8, 0x0000087c, 0x00000887,
+ 0x00000896, 0x0000089d, 0x000008aa, 0x000008b4,
+ 0x000008c4, 0x000008d7, 0x000008dc, 0x000008e4,
// Entry 40 - 5F
- 0x0000084b, 0x00000858, 0x00000874, 0x00000891,
- 0x0000089e, 0x000008a8, 0x000008c3, 0x000008ef,
- 0x0000090d, 0x0000092e, 0x00000941, 0x00000949,
- 0x0000095a, 0x00000968, 0x0000096f, 0x00000980,
- 0x0000098f, 0x000009dc, 0x000009e5, 0x000009ed,
- 0x000009fd, 0x00000a0a, 0x00000a20, 0x00000a4b,
- 0x00000a72, 0x00000a87, 0x00000ab8, 0x00000add,
- 0x00000afb, 0x00000b41, 0x00000b47, 0x00000b55,
+ 0x000008f1, 0x000008fc, 0x00000913, 0x00000923,
+ 0x00000930, 0x0000094c, 0x00000969, 0x00000976,
+ 0x00000994, 0x0000099e, 0x000009b9, 0x000009e5,
+ 0x00000a03, 0x00000a24, 0x00000a37, 0x00000a3f,
+ 0x00000a50, 0x00000a5e, 0x00000a65, 0x00000a76,
+ 0x00000a85, 0x00000ad2, 0x00000c6e, 0x00000c77,
+ 0x00000c7f, 0x00000c8f, 0x00000c9c, 0x00000cb2,
+ 0x00000cdd, 0x00000d04, 0x00000d19, 0x00000d4a,
// Entry 60 - 7F
- 0x00000b5d, 0x00000b6e, 0x00000b81, 0x00000b88,
- 0x00000b91, 0x00000ba4, 0x00000bbc, 0x00000bc1,
- 0x00000bd1, 0x00000c08, 0x00000c25, 0x00000c3a,
- 0x00000c4a, 0x00000c82, 0x00000c97, 0x00000cb5,
- 0x00000cf3, 0x00000d09, 0x00000d1d, 0x00000d2d,
- 0x00000d45, 0x00000d6a, 0x00000d73, 0x00000d85,
- 0x00000da3, 0x00000db8, 0x00000dd9, 0x00000df3,
- 0x00000e04, 0x00000e11, 0x00000e32, 0x00000e5c,
+ 0x00000d6f, 0x00000d8d, 0x00000dd3, 0x00000dd9,
+ 0x00000de7, 0x00000def, 0x00000e00, 0x00000e13,
+ 0x00000e1a, 0x00000e23, 0x00000e36, 0x00000e4e,
+ 0x00000e53, 0x00000e63, 0x00000e9a, 0x00000eb7,
+ 0x00000ecc, 0x00000edc, 0x00000f14, 0x00000f29,
+ 0x00000f47, 0x00000f85, 0x00000f9b, 0x00000faf,
+ 0x00000fbf, 0x00000fd7, 0x00000ffc, 0x00001005,
+ 0x00001017, 0x00001035, 0x0000104a, 0x0000106b,
// Entry 80 - 9F
- 0x00000ed2, 0x00000edb, 0x00000edb, 0x00000ef3,
- 0x00000f03, 0x00000f24, 0x00000f46, 0x00000f50,
- 0x00000f76, 0x00000f91, 0x00000fb3, 0x00000fec,
- 0x00001021, 0x00001051, 0x0000107d, 0x00001090,
- 0x000010e3, 0x00001153, 0x0000116d, 0x000011c3,
- 0x0000126d, 0x00001289, 0x000012c3, 0x000012f1,
- 0x0000130c, 0x00001333, 0x00001350, 0x000013d4,
- 0x00001424, 0x00001445, 0x0000146f, 0x0000148a,
+ 0x00001085, 0x00001096, 0x000010a3, 0x000010b1,
+ 0x000010d2, 0x000010fc, 0x00001172, 0x0000117b,
+ 0x00001184, 0x0000119c, 0x000011ac, 0x000011cd,
+ 0x000011ef, 0x000011f9, 0x0000121f, 0x0000123a,
+ 0x0000125c, 0x00001287, 0x000012c0, 0x000012f5,
+ 0x00001325, 0x00001351, 0x00001364, 0x000013b7,
+ 0x00001427, 0x00001441, 0x00001497, 0x00001541,
+ 0x0000155d, 0x00001597, 0x000015c5, 0x000015e0,
// Entry A0 - BF
- 0x000014bb, 0x000014dc, 0x0000153d, 0x0000159a,
- 0x000015bc, 0x000015cd, 0x000015fb, 0x0000161e,
- 0x00001632, 0x00001674, 0x00001697, 0x000016ba,
- 0x000016e0, 0x00001729, 0x00001729, 0x00001729,
- 0x00001729, 0x00001729, 0x00001729, 0x00001729,
- 0x00001729, 0x00001729, 0x00001733, 0x00001733,
- 0x0000175e,
-} // Size: 764 bytes
+ 0x00001607, 0x00001624, 0x000016a8, 0x000016f8,
+ 0x00001719, 0x00001743, 0x0000175e, 0x0000178f,
+ 0x000017b0, 0x00001811, 0x0000186e, 0x00001890,
+ 0x000018a3, 0x000018d1, 0x000018f4, 0x00001908,
+ 0x00001914, 0x00001921, 0x0000192c, 0x00001938,
+ 0x00001942,
+} // Size: 748 bytes
-const roData string = "" + // Size: 5982 bytes
+const roData string = "" + // Size: 6466 bytes
"\x02Eroare\x02(fără argument): obținere drept administrativ și instalare" +
" serviciu de gestionare\x02Utilizare: %[1]s [\x0a%[2]s]\x02Opțiuni linie" +
" de comandă\x02Nu se poate determina dacă procesul rulează sub WOW64: %[" +
- "1]v\x02Nu poate fi deschis tokenul actual de proces: %[1]v\x02WireGuard " +
- "poate fi utilizat doar de către utilizatorii care sunt membri ai grupulu" +
- "i Builtin %[1]s.\x02WireGuard rulează, dar interfața cu utilizatorul est" +
- "e accesibilă doar din spațiile de lucru ale grupului Builtin %[1]s.\x02P" +
- "ictograma WireGuard din bara de sistem nu a apărut după 30 de secunde." +
- "\x02Acum\x02Ceasul de sistem a fost dat în spate!\x14\x01\x81\x01\x00" +
+ "1]v\x02Trebuie să utilizezi versiunea nativă a WireGuard pe acest calcul" +
+ "ator.\x02Nu poate fi deschis tokenul actual de proces: %[1]v\x02WireGuar" +
+ "d poate fi utilizat doar de către utilizatorii care sunt membri ai grupu" +
+ "lui Builtin %[1]s.\x02WireGuard rulează, dar interfața cu utilizatorul e" +
+ "ste accesibilă doar din spațiile de lucru ale grupului Builtin %[1]s." +
+ "\x02Pictograma WireGuard din bara de sistem nu a apărut după 30 de secun" +
+ "de.\x02Acum\x02Ceasul de sistem a fost dat în spate!\x14\x01\x81\x01\x00" +
"\x04\x0a\x02%[1]d ani\x02\x09\x02%[1]d an\x00\x0d\x02%[1]d de ani\x14" +
"\x01\x81\x01\x00\x04\x0b\x02%[1]d zile\x02\x09\x02%[1]d zi\x00\x0e\x02%[" +
"1]d de zile\x14\x01\x81\x01\x00\x04\x0a\x02%[1]d ore\x02\x0b\x02%[1]d or" +
@@ -1425,186 +1609,200 @@ const roData string = "" + // Size: 5982 bytes
"Toate perechile trebuie să aibă chei publice\x02Eroare la obținerea conf" +
"igurației\x02Cheie invalidă pentru secțiunea interfeței\x02Versiunea de " +
"protocol trebuie să fie 1\x02Cheie invalidă pentru secțiunea perechii" +
- "\x02, \x02, \x02Despre WireGuard\x02Imagine siglă WireGuard\x02Închidere" +
- "\x02♥ &Donează!\x02Stare:\x02&Dezactivare\x02&Activare\x02Cheie publică:" +
- "\x02Port de ascultare:\x02MTU:\x02Adrese:\x02Servere DNS:\x02Cheie predi" +
- "stribuită:\x02IP-uri permise:\x02Punct final:\x02Mesaj keepalive persist" +
- "ent:\x02Ultimul acord de interogare:\x02Transferare:\x02activată\x02%[1]" +
- "s primit, %[2]s trimis\x02Nu a putut fi determinată starea tunelului\x02" +
- "Tunelul nu a putut fi activat\x02Tunelul nu a putut fi dezactivat\x02Int" +
- "erfață: %[1]s\x02Pereche\x02Creare tunel nou\x02Editare tunel\x02&Nume:" +
- "\x02Cheie &publică:\x02(necunoscută)\x02&Blochează traficul care nu trec" +
- "e prin tunel (întrerupător de activitate)\x02&Salvare\x02Anulare\x02&Con" +
- "figurație:\x02Nume invalid\x02Este necesar un nume.\x02Numele tunelului " +
- "„%[1]s” este invalid.\x02Tunelurile existente nu pot fi listate\x02Tun" +
- "elul există deja\x02Există deja un alt tunel cu numele „%[1]s”.\x02Nu se" +
- " poate crea configurația nouă\x02Scrierea fișierului a eșuat\x02Fișierul" +
- " „%[1]s” există deja.\x0a\x0aDorești suprascrierea acestuia?\x02Activ" +
- "\x02Se activează\x02Inactiv\x02Se dezactivează\x02Stare necunoscută\x02J" +
- "urnal\x02&Copiere\x02Selectare &totală\x02&Salvare în fișier…\x02Timp" +
- "\x02Mesaj de jurnal\x02Fișiere text (*.txt)|*.txt|Toate fișierele (*.*)|" +
- "*.*\x02Exportare jurnal în fișier\x02&Despre WireGuard…\x02Eroare de tun" +
- "el\x02%[1]s\x0a\x0aConsultă jurnalul pentru mai multe informații.\x02%[1" +
- "]s (neactualizat)\x02Eroare de detectare WireGuard\x02Nu se poate aștept" +
- "a ca fereastra WireGuard să apară: %[1]v\x02WireGuard: dezactivat\x02Sta" +
- "re: necunoscută\x02Adrese: niciuna\x02&Gestionare tuneluri…\x02&Importar" +
- "e tunel(uri) din fișier…\x02Ie&șire\x02WireGuard activat\x02Tunelul %[1]" +
- "s a fost activat.\x02WireGuard dezactivat\x02Tunelul %[1]s a fost dezact" +
- "ivat.\x02Eroare de tunel WireGuard\x02WireGuard: %[1]s\x02Stare: %[1]s" +
- "\x02Este disponibilă o actualizare!\x02Actualizare disponibilă pentru Wi" +
- "reGuard\x02O actualizare pentru WireGuard este acum disponibilă. Se reco" +
- "mandă efectuarea actualizării cât mai rapid posibil.\x02Tuneluri\x02Adău" +
- "gare tunel &gol…\x02Adăugare tunel\x02Eliminare tunel(uri) selectat(e)" +
- "\x02Exportă toate tunelurile în zip\x02&Comutare\x02Exportă toate tunelu" +
- "rile în &zip…\x02Editare tunel &selectat…\x02&Eliminare tunel(uri) selec" +
- "tat(e)\x02Configurația selectată nu a putut fi importată: %[1]v\x02Tunel" +
- "urile existente nu au putut fi enumerate: %[1]v\x02Există deja un alt tu" +
- "nel cu numele „%[1]s”\x02Configurația nu poate fi importată: %[1]v\x02Tu" +
- "neluri importate\x14\x01\x81\x01\x00\x04\x18\x02Importat %[1]d tuneluri" +
- "\x02\x15\x02Importat %[1]d tunel\x00\x1b\x02Importat %[1]d de tuneluri" +
- "\x14\x02\x80\x01\x04\x22\x02Importat %[1]d din %[2]d tuneluri\x02\x1f" +
- "\x02Importat %[1]d din %[2]d tunel\x00%\x02Importat %[1]d din %[2]d de t" +
- "uneluri\x02Tunelul nu poate fi creat\x14\x01\x81\x01\x00\x04\x19\x02Șter" +
- "gere %[1]d tuneluri\x02\x16\x02Ștergere %[1]d tunel\x00\x1c\x02Ștergere " +
- "%[1]d de tuneluri\x14\x01\x81\x01\x00\x045\x02Ești sigur că dorești să ș" +
- "tergi %[1]d tuneluri?\x022\x02Ești sigur că dorești să ștergi %[1]d tune" +
- "l?\x008\x02Ești sigur că dorești să ștergi %[1]d de tuneluri?\x02Șterger" +
- "e tunel „%[1]s”\x02Ești sigur că dorești să ștergi tunelul „%[1]s”?\x02%" +
- "[1]s Această acțiune nu poate fi anulată.\x02Tunelul nu poate fi șters" +
- "\x02Un tunel nu a putut fi eliminat: %[1]s\x02Nu se pot șterge tuneluril" +
- "e\x14\x01\x81\x01\x00\x04)\x02%[1]d tuneluri nu au putut fi eliminate." +
- "\x02$\x02%[1]d tunel nu a putut fi eliminat.\x00,\x02%[1]d de tuneluri n" +
- "u au putut fi eliminate.\x02Fișiere de configurare (*.zip, *.conf)|*.zip" +
- ";*.conf|Toate fișierele (*.*)|*.*\x02Importare tunel(uri) din fișier\x02" +
- "Fișiere ZIP de configurare (*.zip)|*.zip\x02Exportare tuneluri în zip" +
- "\x02%[1]s (versiune nesemnată, fără actualizări)\x02Eroare la ieșirea di" +
- "n WireGuard\x02Nu se poate ieși din serviciu din cauza: %[1]v. Poți opri" +
- " WireGuard din managerul de servicii.\x02Este disponibilă o actualizare " +
- "pentru WireGuard. Se recomandă ferm actualizarea imediată.\x02Stare: se " +
- "așteaptă utilizatorul\x02Actualizare acum\x02Stare: se așteaptă serviciu" +
- "l de actualizare\x02Eroare: %[1]v. Încearcă din nou.\x02Stare: finalizat" +
- "ă!\x02http2: Framer %[1]p: decodificarea cadrului recent scris a eșuat" +
- "\x02http2: Framer %[1]p: a scris %[2]v\x02http2: Framer %[1]p: a citit %" +
- "[2]v\x02http2: câmp hpack decodificat %+[1]v\x02Trebuie să utilizezi ver" +
- "siunea nativă a WireGuard pe acest calculator.\x02&Tuneluri\x02nu au fos" +
- "t găsite fișiere de configurare"
+ "\x02, \x02, \x02Despre WireGuard\x02Imagine siglă WireGuard\x02Versiunea" +
+ " aplicației: %[1]s\x0aVersiunea bibliotecii Go: %[2]s\x0aVersiunea Go: %" +
+ "[3]s-%[4]s\x0aSistem de operare: %[5]s\x0aArhitectură: %[6]s\x02Închider" +
+ "e\x02♥ &Donează!\x02Stare:\x02&Dezactivare\x02&Activare\x02Cheie publică" +
+ ":\x02Port de ascultare:\x02MTU:\x02Adrese:\x02Servere DNS:\x02Scripturi:" +
+ "\x02Cheie predistribuită:\x02IP-uri permise:\x02Punct final:\x02Mesaj ke" +
+ "epalive persistent:\x02Ultimul acord de interogare:\x02Transferare:\x02d" +
+ "ezactivat, conform politicii\x02activată\x02%[1]s primit, %[2]s trimis" +
+ "\x02Nu a putut fi determinată starea tunelului\x02Tunelul nu a putut fi " +
+ "activat\x02Tunelul nu a putut fi dezactivat\x02Interfață: %[1]s\x02Perec" +
+ "he\x02Creare tunel nou\x02Editare tunel\x02&Nume:\x02Cheie &publică:\x02" +
+ "(necunoscută)\x02&Blochează traficul care nu trece prin tunel (întrerupă" +
+ "tor de activitate)\x02Când o configurație conține exact o pereche, iar a" +
+ "cea pereche are IP-uri permise care conțin cel puțin o variantă dintre 0" +
+ ".0.0.0/0 sau ::/0, atunci serviciul tunelului activează un set de reguli" +
+ " al paravanului de protecție pentru a bloca întregul trafic care nu prov" +
+ "ine de la interfața tunelului sau care este direcționat către serverul D" +
+ "NS greșit, existând excepții speciale pentru DHCP și NDP.\x02&Salvare" +
+ "\x02Anulare\x02&Configurație:\x02Nume invalid\x02Este necesar un nume." +
+ "\x02Numele tunelului „%[1]s” este invalid.\x02Tunelurile existente nu po" +
+ "t fi listate\x02Tunelul există deja\x02Există deja un alt tunel cu numel" +
+ "e „%[1]s”.\x02Nu se poate crea configurația nouă\x02Scrierea fișierului " +
+ "a eșuat\x02Fișierul „%[1]s” există deja.\x0a\x0aDorești suprascrierea ac" +
+ "estuia?\x02Activ\x02Se activează\x02Inactiv\x02Se dezactivează\x02Stare " +
+ "necunoscută\x02Jurnal\x02&Copiere\x02Selectare &totală\x02&Salvare în fi" +
+ "șier…\x02Timp\x02Mesaj de jurnal\x02Fișiere text (*.txt)|*.txt|Toate fi" +
+ "șierele (*.*)|*.*\x02Exportare jurnal în fișier\x02&Despre WireGuard…" +
+ "\x02Eroare de tunel\x02%[1]s\x0a\x0aConsultă jurnalul pentru mai multe i" +
+ "nformații.\x02%[1]s (neactualizat)\x02Eroare de detectare WireGuard\x02N" +
+ "u se poate aștepta ca fereastra WireGuard să apară: %[1]v\x02WireGuard: " +
+ "dezactivat\x02Stare: necunoscută\x02Adrese: niciuna\x02&Gestionare tunel" +
+ "uri…\x02&Importare tunel(uri) din fișier…\x02Ie&șire\x02WireGuard activa" +
+ "t\x02Tunelul %[1]s a fost activat.\x02WireGuard dezactivat\x02Tunelul %[" +
+ "1]s a fost dezactivat.\x02Eroare de tunel WireGuard\x02WireGuard: %[1]s" +
+ "\x02Stare: %[1]s\x02Adrese: %[1]s\x02Este disponibilă o actualizare!\x02" +
+ "Actualizare disponibilă pentru WireGuard\x02O actualizare pentru WireGua" +
+ "rd este acum disponibilă. Se recomandă efectuarea actualizării cât mai r" +
+ "apid posibil.\x02Tuneluri\x02&Editare\x02Adăugare tunel &gol…\x02Adăugar" +
+ "e tunel\x02Eliminare tunel(uri) selectat(e)\x02Exportă toate tunelurile " +
+ "în zip\x02&Comutare\x02Exportă toate tunelurile în &zip…\x02Editare tun" +
+ "el &selectat…\x02&Eliminare tunel(uri) selectat(e)\x02nu au fost găsite " +
+ "fișiere de configurare\x02Configurația selectată nu a putut fi importată" +
+ ": %[1]v\x02Tunelurile existente nu au putut fi enumerate: %[1]v\x02Exist" +
+ "ă deja un alt tunel cu numele „%[1]s”\x02Configurația nu poate fi impor" +
+ "tată: %[1]v\x02Tuneluri importate\x14\x01\x81\x01\x00\x04\x18\x02Importa" +
+ "t %[1]d tuneluri\x02\x15\x02Importat %[1]d tunel\x00\x1b\x02Importat %[1" +
+ "]d de tuneluri\x14\x02\x80\x01\x04\x22\x02Importat %[1]d din %[2]d tunel" +
+ "uri\x02\x1f\x02Importat %[1]d din %[2]d tunel\x00%\x02Importat %[1]d din" +
+ " %[2]d de tuneluri\x02Tunelul nu poate fi creat\x14\x01\x81\x01\x00\x04" +
+ "\x19\x02Ștergere %[1]d tuneluri\x02\x16\x02Ștergere %[1]d tunel\x00\x1c" +
+ "\x02Ștergere %[1]d de tuneluri\x14\x01\x81\x01\x00\x045\x02Ești sigur că" +
+ " dorești să ștergi %[1]d tuneluri?\x022\x02Ești sigur că dorești să șter" +
+ "gi %[1]d tunel?\x008\x02Ești sigur că dorești să ștergi %[1]d de tunelur" +
+ "i?\x02Ștergere tunel „%[1]s”\x02Ești sigur că dorești să ștergi tunelul " +
+ "„%[1]s”?\x02%[1]s Această acțiune nu poate fi anulată.\x02Tunelul nu p" +
+ "oate fi șters\x02Un tunel nu a putut fi eliminat: %[1]s\x02Nu se pot ște" +
+ "rge tunelurile\x14\x01\x81\x01\x00\x04)\x02%[1]d tuneluri nu au putut fi" +
+ " eliminate.\x02$\x02%[1]d tunel nu a putut fi eliminat.\x00,\x02%[1]d de" +
+ " tuneluri nu au putut fi eliminate.\x02Fișiere de configurare (*.zip, *." +
+ "conf)|*.zip;*.conf|Toate fișierele (*.*)|*.*\x02Importare tunel(uri) din" +
+ " fișier\x02Fișiere ZIP de configurare (*.zip)|*.zip\x02Exportare tunelur" +
+ "i în zip\x02%[1]s (versiune nesemnată, fără actualizări)\x02Eroare la ie" +
+ "șirea din WireGuard\x02Nu se poate ieși din serviciu din cauza: %[1]v. " +
+ "Poți opri WireGuard din managerul de servicii.\x02Este disponibilă o act" +
+ "ualizare pentru WireGuard. Se recomandă ferm actualizarea imediată.\x02S" +
+ "tare: se așteaptă utilizatorul\x02Actualizează acum\x02Stare: se așteapt" +
+ "ă serviciul de actualizare\x02Eroare: %[1]v. Încearcă din nou.\x02Stare" +
+ ": finalizată!\x02pre-pornire\x02post-pornire\x02pre-oprire\x02post-oprir" +
+ "e\x02&Tuneluri"
-var ruIndex = []uint32{ // 185 elements
+var ruIndex = []uint32{ // 181 elements
// Entry 0 - 1F
0x00000000, 0x0000000d, 0x000000a9, 0x000000d4,
- 0x00000107, 0x00000166, 0x000001bd, 0x00000244,
- 0x000002e8, 0x00000350, 0x0000035d, 0x0000039a,
- 0x000003c7, 0x000003f4, 0x00000421, 0x0000045e,
- 0x0000049b, 0x000004ac, 0x000004b5, 0x000004c2,
- 0x000004cf, 0x000004dc, 0x000004e9, 0x000004f6,
- 0x0000051d, 0x0000055b, 0x0000059a, 0x000005c8,
- 0x00000600, 0x0000061d, 0x0000063f, 0x00000695,
+ 0x00000107, 0x00000166, 0x000001c9, 0x00000220,
+ 0x000002a7, 0x0000034b, 0x000003b3, 0x000003c0,
+ 0x000003fd, 0x0000042a, 0x00000457, 0x00000484,
+ 0x000004c1, 0x000004fe, 0x0000050f, 0x00000518,
+ 0x00000525, 0x00000532, 0x0000053f, 0x0000054c,
+ 0x00000559, 0x00000580, 0x000005be, 0x000005fd,
+ 0x0000062b, 0x00000663, 0x00000680, 0x000006a2,
// Entry 20 - 3F
- 0x000006be, 0x00000713, 0x00000752, 0x00000775,
- 0x000007a4, 0x000007d7, 0x0000082c, 0x0000085e,
- 0x00000898, 0x000008cd, 0x00000917, 0x0000092d,
- 0x00000971, 0x000009b1, 0x000009f4, 0x00000a2c,
- 0x00000a63, 0x00000a66, 0x00000a69, 0x00000a76,
- 0x00000a8f, 0x00000a9e, 0x00000abd, 0x00000acb,
- 0x00000adf, 0x00000af5, 0x00000b12, 0x00000b1c,
- 0x00000b21, 0x00000b32, 0x00000b46, 0x00000b5b,
+ 0x000006f8, 0x00000721, 0x00000776, 0x000007b5,
+ 0x000007d8, 0x00000817, 0x0000084a, 0x0000089f,
+ 0x000008d1, 0x0000090b, 0x00000940, 0x0000098a,
+ 0x000009a0, 0x000009e6, 0x00000a26, 0x00000a69,
+ 0x00000aa1, 0x00000ae8, 0x00000aeb, 0x00000aee,
+ 0x00000afb, 0x00000b14, 0x00000bcd, 0x00000bdc,
+ 0x00000bfb, 0x00000c09, 0x00000c1d, 0x00000c33,
+ 0x00000c50, 0x00000c5a, 0x00000c5f, 0x00000c70,
// Entry 40 - 5F
- 0x00000b83, 0x00000ba1, 0x00000bd2, 0x00000bfd,
- 0x00000c0f, 0x00000c20, 0x00000c53, 0x00000c9e,
- 0x00000cd6, 0x00000d0c, 0x00000d26, 0x00000d2d,
- 0x00000d4b, 0x00000d75, 0x00000d7e, 0x00000d9c,
- 0x00000db3, 0x00000df1, 0x00000e05, 0x00000e12,
- 0x00000e2d, 0x00000e4d, 0x00000e68, 0x00000ea2,
- 0x00000eda, 0x00000f05, 0x00000f4d, 0x00000f94,
- 0x00000fb9, 0x0000101b, 0x0000102e, 0x00001045,
+ 0x00000c84, 0x00000c94, 0x00000ca9, 0x00000cd1,
+ 0x00000cef, 0x00000d20, 0x00000d4b, 0x00000d5d,
+ 0x00000d87, 0x00000d98, 0x00000dcb, 0x00000e16,
+ 0x00000e4e, 0x00000e84, 0x00000e9e, 0x00000ea5,
+ 0x00000ec3, 0x00000eed, 0x00000f00, 0x00000f1e,
+ 0x00000f35, 0x00000f7d, 0x00001186, 0x0000119a,
+ 0x000011a7, 0x000011c2, 0x000011ec, 0x00001213,
+ 0x00001257, 0x0000128f, 0x000012ba, 0x00001302,
// Entry 60 - 7F
- 0x00001056, 0x0000106b, 0x00001095, 0x000010a2,
- 0x000010b8, 0x000010cf, 0x000010f2, 0x000010fd,
- 0x0000111f, 0x00001167, 0x00001191, 0x000011a2,
- 0x000011be, 0x00001239, 0x00001250, 0x0000127e,
- 0x000012d2, 0x000012f8, 0x0000131b, 0x00001330,
- 0x0000135c, 0x0000138e, 0x0000139a, 0x000013b3,
- 0x000013dc, 0x000013f7, 0x0000141e, 0x00001444,
- 0x00001455, 0x00001469, 0x00001490, 0x000014c0,
+ 0x00001349, 0x0000136e, 0x000013d0, 0x000013e3,
+ 0x000013fa, 0x0000140b, 0x00001420, 0x0000144a,
+ 0x00001457, 0x0000146f, 0x00001486, 0x000014a9,
+ 0x000014b4, 0x000014d6, 0x0000151e, 0x00001548,
+ 0x00001559, 0x00001575, 0x000015f0, 0x00001607,
+ 0x00001635, 0x00001689, 0x000016af, 0x000016d2,
+ 0x000016e7, 0x00001713, 0x00001745, 0x00001751,
+ 0x0000176a, 0x00001793, 0x000017ae, 0x000017d5,
// Entry 80 - 9F
- 0x0000154b, 0x0000155a, 0x00001576, 0x000015a7,
- 0x000015c7, 0x000015f8, 0x00001633, 0x0000164b,
- 0x0000168a, 0x000016cb, 0x000016fd, 0x0000174d,
- 0x000017a7, 0x000017ee, 0x0000183e, 0x0000186c,
- 0x00001940, 0x00001a3c, 0x00001a6e, 0x00001b0e,
- 0x00001c56, 0x00001c80, 0x00001cd0, 0x00001d1b,
- 0x00001d4d, 0x00001d87, 0x00001db9, 0x00001eb0,
- 0x00001f0d, 0x00001f3b, 0x00001f73, 0x00001fa5,
+ 0x000017fb, 0x0000180c, 0x00001820, 0x00001834,
+ 0x0000185b, 0x0000188b, 0x00001916, 0x00001925,
+ 0x00001941, 0x00001972, 0x00001992, 0x000019c3,
+ 0x000019fe, 0x00001a16, 0x00001a55, 0x00001a96,
+ 0x00001ac8, 0x00001b09, 0x00001b59, 0x00001bb3,
+ 0x00001bfa, 0x00001c4a, 0x00001c78, 0x00001d4c,
+ 0x00001e48, 0x00001e7a, 0x00001f1a, 0x00002062,
+ 0x0000208c, 0x000020dc, 0x00002127, 0x00002159,
// Entry A0 - BF
- 0x00001ff2, 0x0000201b, 0x000020b5, 0x0000213d,
- 0x00002175, 0x00002193, 0x000021b6, 0x000021ef,
- 0x00002211, 0x00002285, 0x000022af, 0x000022dd,
- 0x00002311, 0x00002311, 0x00002311, 0x00002311,
- 0x00002311, 0x00002311, 0x00002311, 0x00002311,
- 0x00002311, 0x00002311, 0x00002311, 0x00002311,
- 0x00002352,
-} // Size: 764 bytes
+ 0x00002193, 0x000021c5, 0x000022bc, 0x00002319,
+ 0x00002347, 0x0000237f, 0x000023b1, 0x000023fe,
+ 0x00002427, 0x000024c1, 0x00002549, 0x00002581,
+ 0x0000259f, 0x000025d3, 0x0000260c, 0x0000262e,
+ 0x00002652, 0x00002674, 0x00002696, 0x000026b6,
+ 0x000026c6,
+} // Size: 748 bytes
-const ruData string = "" + // Size: 9042 bytes
+const ruData string = "" + // Size: 9926 bytes
"\x02Ошибка\x02(нет аргумента): получить права администратора и установит" +
"ь административную службу\x02Использование: %[1]s [\x0a%[2]s]\x02Параме" +
"тры командной строки\x02Ошибка определения или процесс работает как WOW" +
- "64: %[1]v\x02Не удается открыть токен текущего процесса: %[1]v\x02WireGu" +
- "ard может использоваться только пользователями, входящими в группу %[1]s" +
- ".\x02WireGuard запущен, но пользовательский интерфейс доступен только с " +
- "рабочих столов группы %[1]s.\x02Значок в системном трее WireGuard не по" +
- "явился после 30 секунд.\x02Сейчас\x02Системные часы переведены назад!" +
- "\x14\x01\x81\x01\x00\x04\x08\x02%[1]dг\x05\x08\x02%[1]dг\x02\x08\x02%[1]" +
- "dг\x00\x08\x02%[1]dг\x14\x01\x81\x01\x00\x04\x08\x02%[1]dд\x05\x08\x02%[" +
- "1]dд\x02\x08\x02%[1]dд\x00\x08\x02%[1]dд\x14\x01\x81\x01\x00\x04\x08\x02" +
- "%[1]dч\x05\x08\x02%[1]dч\x02\x08\x02%[1]dч\x00\x08\x02%[1]dч\x14\x01\x81" +
- "\x01\x00\x04\x0c\x02%[1]dмин\x05\x0c\x02%[1]dмин\x02\x0c\x02%[1]dмин\x00" +
- "\x0c\x02%[1]dмин\x14\x01\x81\x01\x00\x04\x0c\x02%[1]dсек\x05\x0c\x02%[1]" +
- "dсек\x02\x0c\x02%[1]dсек\x00\x0c\x02%[1]dсек\x02%[1]s назад\x02%[1]d Б" +
- "\x02%.2[1]f Кб\x02%.2[1]f Мб\x02%.2[1]f Гб\x02%.2[1]f Тб\x02%[1]s: %[2]q" +
- "\x02Недопустимый IP-адрес\x02Недопустимая длина префикса сети\x02Отсутст" +
- "вует порт IP-адреса сервера\x02Неверный IP-адрес сервера\x02В скобках д" +
- "олжен быть IPv6 адрес\x02Недопустимый MTU\x02Недопустимый порт\x02Недоп" +
- "устимое значение поддержания соединения\x02Недопустимый ключ: %[1]v\x02" +
- "Ключи должны декодироваться ровно с 32 байтами\x02Число должно быть меж" +
- "ду 0 и 2^64-1: %[1]v\x02Две запятые подряд\x02Неправильное имя туннеля" +
+ "64: %[1]v\x02Используйте нативную версию WireGuard на этом компьютере." +
+ "\x02Не удается открыть токен текущего процесса: %[1]v\x02WireGuard может" +
+ " использоваться только пользователями, входящими в группу %[1]s.\x02Wire" +
+ "Guard запущен, но пользовательский интерфейс доступен только с рабочих с" +
+ "толов группы %[1]s.\x02Значок в системном трее WireGuard не появился по" +
+ "сле 30 секунд.\x02Сейчас\x02Системные часы переведены назад!\x14\x01" +
+ "\x81\x01\x00\x04\x08\x02%[1]dг\x05\x08\x02%[1]dг\x02\x08\x02%[1]dг\x00" +
+ "\x08\x02%[1]dг\x14\x01\x81\x01\x00\x04\x08\x02%[1]dд\x05\x08\x02%[1]dд" +
+ "\x02\x08\x02%[1]dд\x00\x08\x02%[1]dд\x14\x01\x81\x01\x00\x04\x08\x02%[1]" +
+ "dч\x05\x08\x02%[1]dч\x02\x08\x02%[1]dч\x00\x08\x02%[1]dч\x14\x01\x81\x01" +
+ "\x00\x04\x0c\x02%[1]dмин\x05\x0c\x02%[1]dмин\x02\x0c\x02%[1]dмин\x00\x0c" +
+ "\x02%[1]dмин\x14\x01\x81\x01\x00\x04\x0c\x02%[1]dсек\x05\x0c\x02%[1]dсек" +
+ "\x02\x0c\x02%[1]dсек\x00\x0c\x02%[1]dсек\x02%[1]s назад\x02%[1]d Б\x02%." +
+ "2[1]f Кб\x02%.2[1]f Мб\x02%.2[1]f Гб\x02%.2[1]f Тб\x02%[1]s: %[2]q\x02Не" +
+ "допустимый IP-адрес\x02Недопустимая длина префикса сети\x02Отсутствует " +
+ "порт IP-адреса сервера\x02Неверный IP-адрес сервера\x02В скобках должен" +
+ " быть IPv6 адрес\x02Недопустимый MTU\x02Недопустимый порт\x02Недопустимо" +
+ "е значение поддержания соединения\x02Недопустимый ключ: %[1]v\x02Ключи " +
+ "должны декодироваться ровно с 32 байтами\x02Число должно быть между 0 и" +
+ " 2^64-1: %[1]v\x02Две запятые подряд\x02Название туннеля недействительно" +
"\x02Строка должна быть в секции\x02В ключе конфигурации отсутствует разд" +
"елитель\x02Ключ должен иметь значение\x02Неверный ключ для секции [Inte" +
"rface]\x02Неверный ключ для секции [Peer]\x02В Интерфейсе должен быть пр" +
- "иватный ключ\x02[не указано]\x02Все пиры должны иметь открытые ключи" +
+ "иватный ключ\x02[не указано]\x02Все пиры должны иметь публичные ключи" +
"\x02Ошибка при получении конфигурации\x02Неверный ключ для секции Интерф" +
- "ейса\x02Версия протокола должна быть 1\x02Неверный ключ для секции Пира" +
- "\x02, \x02, \x02О WireGuard\x02Логотип WireGuard\x02Закрыть\x02♥ &Пожерт" +
- "вовать!\x02Статус:\x02&Отключить\x02&Подключить\x02Публичный ключ:\x02П" +
- "орт:\x02MTU:\x02IP-адреса:\x02DNS-серверы:\x02Общий ключ:\x02Разрешенны" +
- "е IP-адреса:\x02IP-адрес сервера:\x02Поддерживание соединения:\x02После" +
- "днее рукопожатие:\x02Передача:\x02включено\x02Получено %[1]s, отправлен" +
- "о %[2]s\x02Не удалось определить состояние туннеля\x02Не удалось подклю" +
- "чить туннель\x02Не удалось отключить туннель\x02Интерфейс: %[1]s\x02Пир" +
- "\x02Создать туннель\x02Редактировать туннель\x02&Имя:\x02&Публичный ключ" +
- ":\x02(неизвестно)\x02&Блокировать нетуннельный трафик\x02&Сохранить\x02О" +
- "тмена\x02&Конфигурация:\x02Недопустимое имя\x02Требуется имя.\x02Имя ту" +
- "ннеля ‘%[1]s’ недопустимо.\x02Не удалось отобразить туннели\x02Туннель " +
- "уже существует\x02Туннель с именем ’%[1]s’ уже существует.\x02Не удалос" +
- "ь создать новую конфигурацию\x02Ошибка записи файла\x02Файл '%[1]s' уже" +
- " существует!\x0a\x0aВы хотите перезаписать его?\x02Подключен\x02Подключе" +
- "ние\x02Отключен\x02Отключение\x02Неизвестное состояние\x02Журнал\x02&Ко" +
- "пировать\x02Выбрать &всё\x02&Сохранить в файл…\x02Время\x02Сообщение Жу" +
- "рнала\x02Текстовые файлы (*.txt)|*.txt|Все файлы (*.*)|*.*\x02Экспорт Ж" +
- "урнала в файл\x02&О WireGuard…\x02Ошибка туннеля\x02%[1]s\x0a\x0aОбрати" +
- "тесь к журналу для получения дополнительной информации.\x02%[1]s (устар" +
- "ел)\x02Ошибка обнаружения WireGuard\x02Не удалось дождаться появления о" +
- "кна WireGuard: %[1]v\x02WireGuard: Деактивирован\x02Статус: Неизвестен" +
- "\x02Адреса: нет\x02&Управление туннелями…\x02&Импорт туннелей из файла…" +
- "\x02Вы&ход\x02WireGuard Включен\x02Туннель %[1]s подключен.\x02WireGuard" +
- " Выключен\x02Туннель %[1]s отключен.\x02Ошибка туннеля WireGuard\x02Wire" +
- "Guard: %[1]s\x02Статус: %[1]s\x02Доступно обновление!\x02Доступно обновл" +
- "ение WireGuard\x02Доступно обновление для WireGuard. Рекомендуется обно" +
- "вить его как можно скорее.\x02Туннели\x02&Редактировать\x02Добавить &пу" +
- "стой туннель…\x02Добавить туннель\x02Удалить выбранные туннели\x02Экспо" +
- "рт всех туннелей в zip-архив\x02&Переключить\x02Экспорт всех туннелей в" +
- " &zip-архив…\x02Редактировать &выбранный туннель…\x02&Удалить выбранные " +
- "туннели\x02Невозможно импортировать конфигурацию: %[1]v\x02Не удалось п" +
+ "ейса\x02Версия протокола должна быть 1\x02Недействительный ключ для сек" +
+ "ции пира\x02, \x02, \x02О WireGuard\x02Логотип WireGuard\x02Версия прил" +
+ "ожения: %[1]s\x0aВерсия Go-бэкенда: %[2]s\x0aВерсия Go: %[3]s-%[4]s\x0a" +
+ "Операционная система: %[5]s\x0aАрхитектура: %[6]s\x02Закрыть\x02♥ &Поже" +
+ "ртвовать!\x02Статус:\x02&Отключить\x02&Подключить\x02Публичный ключ:" +
+ "\x02Порт:\x02MTU:\x02IP-адреса:\x02DNS-серверы:\x02Скрипты:\x02Общий клю" +
+ "ч:\x02Разрешенные IP-адреса:\x02IP-адрес сервера:\x02Поддерживание соед" +
+ "инения:\x02Последнее рукопожатие:\x02Передача:\x02отключено, по политик" +
+ "е\x02включено\x02Получено %[1]s, отправлено %[2]s\x02Не удалось определ" +
+ "ить состояние туннеля\x02Не удалось подключить туннель\x02Не удалось от" +
+ "ключить туннель\x02Интерфейс: %[1]s\x02Пир\x02Создать туннель\x02Редакт" +
+ "ировать туннель\x02&Название:\x02&Публичный ключ:\x02(неизвестно)\x02&Б" +
+ "локировать нетуннелированный трафик\x02Если конфигурация имеет ровно од" +
+ "ин пир, а этот пир имеет разрешенные IP, содержащие хотя бы один из 0.0" +
+ ".0.0/0 или ::/0, то туннельный сервис использует набор правил брандмауэр" +
+ "а для блокирования всего трафика, который не проходит через туннель или" +
+ " к неверным DNS-серверам, за исключением DHCP и NDP.\x02&Сохранить\x02От" +
+ "мена\x02&Конфигурация:\x02Некорректное название\x02Необходимо название." +
+ "\x02Название туннеля ‘%[1]s’ недопустимо.\x02Не удалось отобразить тунне" +
+ "ли\x02Туннель уже существует\x02Туннель с именем ’%[1]s’ уже существует" +
+ ".\x02Не удалось создать новую конфигурацию\x02Ошибка записи файла\x02Фай" +
+ "л '%[1]s' уже существует!\x0a\x0aВы хотите перезаписать его?\x02Подключ" +
+ "ен\x02Подключение\x02Отключен\x02Отключение\x02Неизвестное состояние" +
+ "\x02Журнал\x02&Скопировать\x02Выбрать &все\x02&Сохранить в файл…\x02Врем" +
+ "я\x02Сообщение журнала\x02Текстовые файлы (*.txt)|*.txt|Все файлы (*.*)" +
+ "|*.*\x02Экспорт журнала в файл\x02&О WireGuard…\x02Ошибка туннеля\x02%[1" +
+ "]s\x0a\x0aОбратитесь к журналу для получения дополнительной информации." +
+ "\x02%[1]s (устарел)\x02Ошибка обнаружения WireGuard\x02Не удалось дождат" +
+ "ься появления окна WireGuard: %[1]v\x02WireGuard: Деактивирован\x02Стат" +
+ "ус: Неизвестен\x02Адреса: нет\x02&Управление туннелями…\x02&Импорт тунн" +
+ "елей из файла…\x02Вы&ход\x02WireGuard Включен\x02Туннель %[1]s подключе" +
+ "н.\x02WireGuard Выключен\x02Туннель %[1]s отключен.\x02Ошибка туннеля W" +
+ "ireGuard\x02WireGuard: %[1]s\x02Статус: %[1]s\x02Адреса: %[1]s\x02Доступ" +
+ "но обновление!\x02Доступно обновление WireGuard\x02Доступно обновление " +
+ "для WireGuard. Рекомендуется обновить его как можно скорее.\x02Туннели" +
+ "\x02&Редактировать\x02Добавить &пустой туннель…\x02Добавить туннель\x02У" +
+ "далить выбранные туннели\x02Экспорт всех туннелей в zip-архив\x02&Перек" +
+ "лючить\x02Экспорт всех туннелей в &zip-архив…\x02Редактировать &выбранн" +
+ "ый туннель…\x02&Удалить выбранные туннели\x02файлы конфигурации не были" +
+ " найдены\x02Невозможно импортировать конфигурацию: %[1]v\x02Не удалось п" +
"еречислить существующие туннели: %[1]v\x02Туннель с именем ’%[1]s’ уже " +
"существует\x02Невозможно импортировать конфигурацию: %[1]v\x02Импортиро" +
"ванные туннели\x14\x01\x81\x01\x00\x041\x02Импортированы туннели: %[1]d" +
@@ -1630,52 +1828,50 @@ const ruData string = "" + // Size: 9042 bytes
"овлений)\x02Ошибка выхода из WireGuard\x02Не удается выйти из сервиса и" +
"з-за: %[1]v. Вы можете остановить WireGuard из менеджера служб.\x02Дост" +
"упно обновление WireGuard. Настоятельно рекомендуем обновить приложение" +
- ".\x02Статус: Ожидание пользователя\x02Обновить Сейчас\x02Статус: Обновле" +
- "ние\x02Ошибка: %[1]v. Попробуйте еще раз.\x02Статус: Завершено!\x02http" +
- "2: Framer %[1]p: не удалось декодировать только что записанный кадр\x02h" +
- "ttp2: Framer %[1]p: написал %[2]v\x02http2: Framer %[1]p: прочитать %[2]" +
- "v\x02http2: декодирован hpack поле %+[1]v\x02файлы конфигурации не были " +
- "найдены"
+ ".\x02Статус: Ожидание пользователя\x02Обновить Сейчас\x02Статус: Ожидани" +
+ "е обновления\x02Ошибка: %[1]v. Попробуйте еще раз.\x02Статус: Завершено" +
+ "!\x02перед подключением\x02после подключения\x02перед отключением\x02пос" +
+ "ле отключения\x02&Туннели"
-var skIndex = []uint32{ // 185 elements
+var skIndex = []uint32{ // 181 elements
// Entry 0 - 1F
0x00000000, 0x00000006, 0x0000005e, 0x00000078,
- 0x00000097, 0x000000d1, 0x00000109, 0x0000014b,
- 0x000001b5, 0x000001ff, 0x00000205, 0x0000022d,
- 0x0000022d, 0x00000265, 0x000002a6, 0x000002e9,
- 0x0000032e, 0x00000339, 0x00000342, 0x0000034f,
- 0x0000035c, 0x00000369, 0x00000376, 0x00000383,
- 0x00000397, 0x000003bd, 0x000003e2, 0x00000406,
- 0x0000042f, 0x0000043d, 0x0000044c, 0x0000046e,
+ 0x00000097, 0x000000d1, 0x000000d1, 0x00000109,
+ 0x0000014b, 0x000001b5, 0x000001ff, 0x00000205,
+ 0x0000022d, 0x0000022d, 0x00000265, 0x000002a6,
+ 0x000002e9, 0x0000032e, 0x00000339, 0x00000342,
+ 0x0000034f, 0x0000035c, 0x00000369, 0x00000376,
+ 0x00000383, 0x00000397, 0x000003bd, 0x000003e2,
+ 0x00000406, 0x0000042f, 0x0000043d, 0x0000044c,
// Entry 20 - 3F
- 0x00000487, 0x000004bc, 0x000004ef, 0x00000505,
- 0x00000522, 0x00000541, 0x00000583, 0x000005a4,
- 0x000005c9, 0x000005e9, 0x0000061c, 0x00000630,
- 0x00000665, 0x00000689, 0x000006ac, 0x000006ca,
- 0x000006e8, 0x000006eb, 0x000006ed, 0x000006f9,
- 0x00000711, 0x0000071b, 0x0000072a, 0x00000730,
- 0x0000073f, 0x0000074c, 0x0000075e, 0x0000076e,
- 0x00000773, 0x0000077b, 0x00000788, 0x000007a3,
+ 0x0000046e, 0x00000487, 0x000004bc, 0x000004ef,
+ 0x00000505, 0x00000522, 0x00000541, 0x00000583,
+ 0x000005a4, 0x000005c9, 0x000005e9, 0x0000061c,
+ 0x00000630, 0x00000665, 0x00000689, 0x000006ac,
+ 0x000006ca, 0x000006e8, 0x000006eb, 0x000006ed,
+ 0x000006f9, 0x00000711, 0x00000711, 0x0000071b,
+ 0x0000072a, 0x00000730, 0x0000073f, 0x0000074c,
+ 0x0000075e, 0x0000076e, 0x00000773, 0x0000077b,
// Entry 40 - 5F
- 0x000007b8, 0x000007c6, 0x000007df, 0x000007ff,
+ 0x00000788, 0x00000788, 0x000007a3, 0x000007b8,
+ 0x000007c6, 0x000007df, 0x000007ff, 0x00000807,
0x00000807, 0x00000811, 0x00000835, 0x00000857,
0x00000876, 0x00000897, 0x000008a8, 0x000008ad,
0x000008c3, 0x000008d2, 0x000008db, 0x000008ee,
- 0x000008f9, 0x00000927, 0x00000931, 0x0000093a,
- 0x0000094a, 0x0000095b, 0x0000096f, 0x00000997,
- 0x000009cd, 0x000009e0, 0x00000a0a, 0x00000a37,
- 0x00000a5a, 0x00000a97, 0x00000aa0, 0x00000aac,
+ 0x000008f9, 0x00000927, 0x00000927, 0x00000931,
+ 0x0000093a, 0x0000094a, 0x0000095b, 0x0000096f,
+ 0x00000997, 0x000009cd, 0x000009e0, 0x00000a0a,
// Entry 60 - 7F
- 0x00000ab7, 0x00000ac5, 0x00000ad3, 0x00000ad3,
+ 0x00000a37, 0x00000a5a, 0x00000a97, 0x00000aa0,
+ 0x00000aac, 0x00000ab7, 0x00000ac5, 0x00000ad3,
+ 0x00000ad3, 0x00000ad3, 0x00000ad3, 0x00000ad3,
0x00000ad3, 0x00000ad3, 0x00000ad3, 0x00000ad3,
- 0x00000ad3, 0x00000ad3, 0x00000ad3, 0x00000ae3,
0x00000ae3, 0x00000ae3, 0x00000ae3, 0x00000ae3,
0x00000ae3, 0x00000ae3, 0x00000ae3, 0x00000ae3,
- 0x00000af9, 0x00000b1d, 0x00000b28, 0x00000b28,
+ 0x00000ae3, 0x00000af9, 0x00000b1d, 0x00000b28,
0x00000b28, 0x00000b28, 0x00000b28, 0x00000b28,
- 0x00000b39, 0x00000b39, 0x00000b39, 0x00000b39,
// Entry 80 - 9F
- 0x00000b39, 0x00000b39, 0x00000b39, 0x00000b39,
+ 0x00000b28, 0x00000b39, 0x00000b39, 0x00000b39,
0x00000b39, 0x00000b39, 0x00000b39, 0x00000b39,
0x00000b39, 0x00000b39, 0x00000b39, 0x00000b39,
0x00000b39, 0x00000b39, 0x00000b39, 0x00000b39,
@@ -1689,9 +1885,8 @@ var skIndex = []uint32{ // 185 elements
0x00000b39, 0x00000b39, 0x00000b39, 0x00000b39,
0x00000b39, 0x00000b39, 0x00000b39, 0x00000b39,
0x00000b39, 0x00000b39, 0x00000b39, 0x00000b39,
- 0x00000b39, 0x00000b39, 0x00000b39, 0x00000b39,
0x00000b39,
-} // Size: 764 bytes
+} // Size: 748 bytes
const skData string = "" + // Size: 2873 bytes
"\x02Chyba\x02(bez argumentu): získať administrátorské práva a nainštalov" +
@@ -1740,137 +1935,145 @@ const skData string = "" + // Size: 2873 bytes
"avovať tunely…\x02&Importovať tunel(y) zo súboru…\x02U&končiť\x02WireGua" +
"rd: %[1]s"
-var slIndex = []uint32{ // 185 elements
+var slIndex = []uint32{ // 181 elements
// Entry 0 - 1F
0x00000000, 0x00000007, 0x00000058, 0x00000070,
- 0x00000089, 0x000000c1, 0x000000f8, 0x0000014a,
- 0x000001b0, 0x000001f4, 0x000001f9, 0x00000218,
- 0x00000250, 0x00000287, 0x000002bb, 0x000002fb,
- 0x0000033f, 0x0000034b, 0x00000354, 0x00000361,
- 0x0000036e, 0x0000037b, 0x00000388, 0x00000395,
- 0x000003a8, 0x000003cc, 0x000003ee, 0x00000417,
- 0x0000043d, 0x0000044a, 0x00000459, 0x0000047d,
+ 0x00000089, 0x000000c1, 0x00000111, 0x00000148,
+ 0x0000019a, 0x00000200, 0x00000244, 0x00000249,
+ 0x00000268, 0x000002a0, 0x000002d7, 0x0000030b,
+ 0x0000034b, 0x0000038f, 0x0000039b, 0x000003a4,
+ 0x000003b1, 0x000003be, 0x000003cb, 0x000003d8,
+ 0x000003e5, 0x000003f8, 0x0000041c, 0x0000043e,
+ 0x00000467, 0x0000048d, 0x0000049a, 0x000004a9,
// Entry 20 - 3F
- 0x00000494, 0x000004c5, 0x000004f9, 0x0000050e,
- 0x00000525, 0x00000540, 0x0000056f, 0x0000058a,
- 0x000005af, 0x000005cf, 0x000005f1, 0x000005ff,
- 0x00000626, 0x00000646, 0x00000668, 0x00000686,
- 0x000006a8, 0x000006ab, 0x000006ad, 0x000006ba,
- 0x000006d8, 0x000006de, 0x000006ec, 0x000006f4,
- 0x00000701, 0x0000070c, 0x0000071a, 0x0000072d,
- 0x00000732, 0x0000073b, 0x0000074b, 0x00000761,
+ 0x000004cd, 0x000004e4, 0x00000515, 0x00000549,
+ 0x0000055e, 0x00000575, 0x00000590, 0x000005bf,
+ 0x000005da, 0x000005ff, 0x0000061f, 0x00000641,
+ 0x0000064f, 0x00000676, 0x00000696, 0x000006b8,
+ 0x000006d6, 0x000006f8, 0x000006fb, 0x000006fd,
+ 0x0000070a, 0x00000728, 0x000007a3, 0x000007a9,
+ 0x000007b7, 0x000007bf, 0x000007cc, 0x000007d7,
+ 0x000007e5, 0x000007f8, 0x000007fd, 0x00000806,
// Entry 40 - 5F
- 0x00000772, 0x00000782, 0x0000079e, 0x000007b0,
- 0x000007b8, 0x000007c3, 0x000007e0, 0x00000804,
- 0x00000822, 0x00000842, 0x00000851, 0x00000859,
- 0x0000086b, 0x00000877, 0x0000087d, 0x0000088c,
- 0x00000896, 0x000008c0, 0x000008c8, 0x000008d2,
- 0x000008e2, 0x000008ef, 0x000008ff, 0x00000921,
- 0x00000951, 0x00000963, 0x0000098e, 0x000009b5,
- 0x000009d3, 0x00000a0e, 0x00000a16, 0x00000a22,
+ 0x00000816, 0x0000081f, 0x00000835, 0x00000846,
+ 0x00000856, 0x00000872, 0x00000884, 0x0000088c,
+ 0x000008aa, 0x000008b5, 0x000008d2, 0x000008f6,
+ 0x00000914, 0x00000934, 0x00000943, 0x0000094b,
+ 0x0000095d, 0x00000969, 0x0000096f, 0x0000097e,
+ 0x00000988, 0x000009b2, 0x00000af2, 0x00000afa,
+ 0x00000b04, 0x00000b14, 0x00000b21, 0x00000b31,
+ 0x00000b53, 0x00000b83, 0x00000b95, 0x00000bc0,
// Entry 60 - 7F
- 0x00000a2c, 0x00000a3a, 0x00000a49, 0x00000a51,
- 0x00000a5a, 0x00000a66, 0x00000a7e, 0x00000a83,
- 0x00000a99, 0x00000ad1, 0x00000aeb, 0x00000afe,
- 0x00000b0c, 0x00000b3b, 0x00000b51, 0x00000b6e,
- 0x00000ba9, 0x00000bc0, 0x00000bcf, 0x00000bdd,
- 0x00000bf4, 0x00000c13, 0x00000c1a, 0x00000c2e,
- 0x00000c4c, 0x00000c62, 0x00000c82, 0x00000c9a,
- 0x00000cab, 0x00000cb9, 0x00000cd2, 0x00000cf5,
+ 0x00000be7, 0x00000c05, 0x00000c40, 0x00000c48,
+ 0x00000c54, 0x00000c5e, 0x00000c6c, 0x00000c7b,
+ 0x00000c83, 0x00000c8c, 0x00000c98, 0x00000cb0,
+ 0x00000cb5, 0x00000ccb, 0x00000d03, 0x00000d1d,
+ 0x00000d30, 0x00000d3e, 0x00000d6d, 0x00000d83,
+ 0x00000da0, 0x00000ddb, 0x00000df2, 0x00000e01,
+ 0x00000e0f, 0x00000e26, 0x00000e45, 0x00000e4c,
+ 0x00000e60, 0x00000e7e, 0x00000e94, 0x00000eb4,
// Entry 80 - 9F
- 0x00000d3a, 0x00000d41, 0x00000d48, 0x00000d61,
- 0x00000d6d, 0x00000d85, 0x00000d9d, 0x00000da7,
- 0x00000dc5, 0x00000dde, 0x00000df7, 0x00000e25,
- 0x00000e58, 0x00000e7d, 0x00000ea3, 0x00000eb3,
- 0x00000f17, 0x00000fa2, 0x00000fc3, 0x00001028,
- 0x00001115, 0x00001130, 0x0000116b, 0x00001196,
- 0x000011b0, 0x000011d8, 0x000011f3, 0x000012a7,
- 0x000012f4, 0x0000130d, 0x00001338, 0x00001355,
+ 0x00000ecc, 0x00000edd, 0x00000eeb, 0x00000efa,
+ 0x00000f13, 0x00000f36, 0x00000f7b, 0x00000f82,
+ 0x00000f89, 0x00000fa2, 0x00000fae, 0x00000fc6,
+ 0x00000fde, 0x00000fe8, 0x00001006, 0x0000101f,
+ 0x00001038, 0x0000105d, 0x0000108b, 0x000010be,
+ 0x000010e3, 0x00001109, 0x00001119, 0x0000117d,
+ 0x00001208, 0x00001229, 0x0000128e, 0x0000137b,
+ 0x00001396, 0x000013d1, 0x000013fc, 0x00001416,
// Entry A0 - BF
- 0x00001386, 0x000013a6, 0x00001413, 0x00001466,
- 0x00001482, 0x00001490, 0x000014b7, 0x000014d9,
- 0x000014eb, 0x00001533, 0x00001557, 0x0000157b,
- 0x000015a0, 0x000015a0, 0x000015a0, 0x000015a0,
- 0x000015a0, 0x000015a0, 0x000015a0, 0x000015a0,
- 0x000015a0, 0x000015a0, 0x000015a0, 0x000015a0,
- 0x000015a0,
-} // Size: 764 bytes
+ 0x0000143e, 0x00001459, 0x0000150d, 0x0000155a,
+ 0x00001573, 0x0000159e, 0x000015bb, 0x000015ec,
+ 0x0000160c, 0x00001679, 0x000016cc, 0x000016e8,
+ 0x000016f6, 0x0000171d, 0x0000173f, 0x00001751,
+ 0x00001761, 0x0000176f, 0x00001781, 0x00001791,
+ 0x00001799,
+} // Size: 748 bytes
-const slData string = "" + // Size: 5536 bytes
+const slData string = "" + // Size: 6041 bytes
"\x02Napaka\x02(brez argumenta): povzdigni na skrbniške pravice in namest" +
"i skrbniško storitev\x02Uporaba: %[1]s [\x0a%[2]s]\x02Možnosti ukazne vr" +
- "stice\x02Napaka pri določanju ali proces teče kot WOW64: %[1]v\x02Napaka" +
- " pri odpiranju žetona trenutnega procesa: %[1]v\x02WireGuard lahko upora" +
- "bljajo samo uporabniki, ki so člani vgrajene skupine %[1]s.\x02WireGuard" +
- " je zagnan, vendar je up. vmesnik dostopen samo z namizij uporabnikov čl" +
- "anov skupine %[1]s.\x02Ikona WireGuarda se po 30 sekundah ni pojavila v " +
- "sistemski vrstici.\x02Zdaj\x02Sistemska ura prevrtena nazaj!\x14\x01\x81" +
- "\x01\x00\x04\x0b\x02%[1]d leta\x02\x0b\x02%[1]d leto\x03\x0b\x02%[1]d le" +
- "ti\x00\x0a\x02%[1]d let\x14\x01\x81\x01\x00\x04\x0a\x02%[1]d dni\x02\x0a" +
- "\x02%[1]d dan\x03\x0c\x02%[1]d dneva\x00\x0a\x02%[1]d dni\x14\x01\x81" +
- "\x01\x00\x04\x0a\x02%[1]d ure\x02\x0a\x02%[1]d uro\x03\x0a\x02%[1]d uri" +
- "\x00\x09\x02%[1]d ur\x14\x01\x81\x01\x00\x04\x0d\x02%[1]d minute\x02\x0d" +
- "\x02%[1]d minuto\x03\x0d\x02%[1]d minuti\x00\x0c\x02%[1]d minut\x14\x01" +
- "\x81\x01\x00\x04\x0e\x02%[1]d sekunde\x02\x0e\x02%[1]d sekundo\x03\x0e" +
- "\x02%[1]d sekundi\x00\x0d\x02%[1]d sekund\x02%[1]s nazaj\x02%[1]d\u00a0B" +
- "\x02%.2[1]f\u00a0KiB\x02%.2[1]f\u00a0MiB\x02%.2[1]f\u00a0GiB\x02%.2[1]f" +
- "\u00a0TiB\x02%[1]s: %[2]q\x02Napačen naslov IP\x02Napačna dolžina predpo" +
- "ne omrežja\x02Pri končni točki manjkajo vrata\x02Pri končni točki je gos" +
- "titelj napačen\x02Oklepaji morajo vsebovati naslov IPv6\x02Napačen MTU" +
- "\x02Napačna vrata\x02Napačno trajno ohranjanje povezave\x02Napačen ključ" +
- ": %[1]v\x02Dekodirani ključi morajo biti natanko 32 bajtov\x02Številka m" +
- "ora biti število med 0 in 2^64-1: %[1]v\x02Dve zaporedni vejici\x02Ime t" +
- "unela ni veljavno\x02Vrstica mora biti v odseku\x02Ključu v konfiguracij" +
- "i manjka ločilo enačaj\x02Ključ mora imeti vrednost\x02Napačen ključ za " +
- "odsek [Interface]\x02Napačen ključ za odsek [Peer]\x02Vmesnik mora imeti" +
- " zasebni ključ\x02[ni navedeno]\x02Vsi vrstniki morajo imeti javni ključ" +
- "\x02Napaka pri branju konfiguracije\x02Napačen ključ za odsek vmesnika" +
- "\x02Verzija protokola mora biti 1\x02Napačen ključ za odsek vrstnika\x02" +
- ", \x02 \x02O WireGuardu\x02Slika WireGuardovega logotipa\x02Zapri\x02♥ &" +
- "Doniraj!\x02Status:\x02&Deaktiviraj\x02&Aktiviraj\x02Javni ključ:\x02Vra" +
- "ta poslušanja:\x02MTU:\x02Naslovi:\x02Strežniki DNS:\x02Ključ v skupni r" +
- "abi:\x02Dovoljeni IP-ji:\x02Končna točka:\x02Trajno ohranjanje povezave:" +
- "\x02Zadnje rokovanje:\x02Prenos:\x02omogočeno\x02%[1]s prejeto, %[2]s po" +
- "slano\x02Napaka pri določanju stanja tunela\x02Napaka pri aktiviranju tu" +
- "nela\x02Napaka pri deaktiviranju tunela\x02Vmesnik: %[1]s\x02Vrstnik\x02" +
- "Ustvari nov tunel\x02Uredi tunel\x02&Ime:\x02&Javni ključ:\x02(neznano)" +
- "\x02&Blokiraj promet izven tunela (varovalka)\x02&Shrani\x02Prekliči\x02" +
- "&Konfiguracija:\x02Napačno ime\x02Ime je obvezno.\x02Ime tunela »%[1]s« " +
- "ni veljavno.\x02Napaka pri pripravi seznama obstoječih tunelov\x02Tunel " +
- "že obstaja\x02Drug tunel z imenom »%[1]s« že obstaja.\x02Napaka pri izd" +
- "elavi nove konfiguracije\x02Napaka pri pisanju v datoteko\x02Datoteka »%" +
- "[1]s« že obstaja.\x0a\x0aAli jo želite prepisati?\x02Aktivno\x02Se aktiv" +
- "ira\x02Neaktivno\x02Se deaktivira\x02Neznano stanje\x02Dnevnik\x02&Kopir" +
- "aj\x02&Izberi vse\x02&Shrani v datoteko\u00a0…\x02Čas\x02Sporočilo v dne" +
- "vniku\x02Tekstovne datoteke (*.txt)|*.txt|Vse datoteke (*.*)|*.*\x02Izvo" +
- "zi dnevnik v datoteko\x02O WireGu&ardu\u00a0…\x02Napaka tunela\x02%[1]s" +
- "\x0a\x0aDodatne informacije najdete v dnevniku.\x02%[1]s (neposodobljen)" +
- "\x02Napaka zaznavanja WireGuarda\x02Čakanje, da se pojavi WireGuardovo o" +
- "kno, ni možno: %[1]v\x02WireGuard: Deaktiviran\x02Status: Neznan\x02Nasl" +
- "ovi: Brez\x02&Upravljaj tunele\u00a0…\x02&Uvozi tunel(e) iz datoteke…" +
- "\x02I&zhod\x02WireGuard aktiviran\x02Tunel %[1]s je bil aktiviran.\x02Wi" +
- "reGuard deaktiviran\x02Tunel %[1]s je bil deaktiviran.\x02Napaka tunela " +
- "WireGuard\x02WireGuard: %[1]s\x02Status: %[1]s\x02Na voljo je posodobite" +
- "v!\x02Posodobitev WireGuarda je na voljo\x02Posodobitev WireGuarda je na" +
- " voljo. Svetujemo posodobitev čim prej.\x02Tuneli\x02&Uredi\x02Dodaj &pr" +
- "azen tunel\u00a0…\x02Dodaj tunel\x02Odstrani izbrane tunele\x02Izvozi vs" +
- "e tunele v zip\x02&Preklopi\x02Izvozi vse tunele v &zip\u00a0…\x02Uredi " +
- "&izbran tunel\u00a0…\x02Odst&rani izbrane tunele\x02Napaka pri uvozu izb" +
- "rane konfiguracije: %[1]v\x02Napaka pri preštevanju obstoječih tunelov: " +
- "%[1]v\x02Tunel z imenom »%[1]s« že obstaja\x02Napaka pri uvozu konfigura" +
- "cije: %[1]v\x02Uvoženi tuneli\x14\x01\x81\x01\x00\x04\x16\x02Uvoženi %[1" +
- "]d tuneli\x02\x14\x02Uvožen %[1]d tunel\x03\x16\x02Uvožena %[1]d tunela" +
- "\x00\x17\x02Uvoženo %[1]d tunelov\x14\x02\x80\x01\x04 \x02Uvoženi %[1]d " +
- "od %[2]d tunelov\x02\x1f\x02Uvožen %[1]d od %[2]d tunelov\x03 \x02Uvožen" +
- "a %[1]d od %[2]d tunelov\x00 \x02Uvoženo %[1]d od %[2]d tunelov\x02Tunel" +
- "a ni bilo mogoče ustvariti\x14\x01\x81\x01\x00\x04\x16\x02Izbriši %[1]d " +
- "tunele\x02\x15\x02Izbriši %[1]d tunel\x03\x16\x02Izbriši %[1]d tunela" +
- "\x00\x17\x02Izbriši %[1]d tunelov\x14\x01\x81\x01\x00\x048\x02Ali ste pr" +
- "epričani, da želite izbrisati %[1]d tunele?\x027\x02Ali ste prepričani, " +
- "da želite izbrisati %[1]d tunel?\x038\x02Ali ste prepričani, da želite i" +
- "zbrisati %[1]d tunela?\x009\x02Ali ste prepričani, da želite izbrisati %" +
- "[1]d tunelov?\x02Izbriši tunel ‘%[1]s’\x02Ali ste prepričani, da želite " +
- "izbrisati tunel »%[1]s«?\x02%[1]s Tega dejanja ne morete razveljaviti." +
+ "stice\x02Napaka pri določanju ali proces teče kot WOW64: %[1]v\x02Na tem" +
+ "u računalniku morate uporabiti enako-arhitekturno različico WireGuarda." +
+ "\x02Napaka pri odpiranju žetona trenutnega procesa: %[1]v\x02WireGuard l" +
+ "ahko uporabljajo samo uporabniki, ki so člani vgrajene skupine %[1]s." +
+ "\x02WireGuard je zagnan, vendar je up. vmesnik dostopen samo z namizij u" +
+ "porabnikov članov skupine %[1]s.\x02Ikona WireGuarda se po 30 sekundah n" +
+ "i pojavila v sistemski vrstici.\x02Zdaj\x02Sistemska ura prevrtena nazaj" +
+ "!\x14\x01\x81\x01\x00\x04\x0b\x02%[1]d leta\x02\x0b\x02%[1]d leto\x03" +
+ "\x0b\x02%[1]d leti\x00\x0a\x02%[1]d let\x14\x01\x81\x01\x00\x04\x0a\x02%" +
+ "[1]d dni\x02\x0a\x02%[1]d dan\x03\x0c\x02%[1]d dneva\x00\x0a\x02%[1]d dn" +
+ "i\x14\x01\x81\x01\x00\x04\x0a\x02%[1]d ure\x02\x0a\x02%[1]d uro\x03\x0a" +
+ "\x02%[1]d uri\x00\x09\x02%[1]d ur\x14\x01\x81\x01\x00\x04\x0d\x02%[1]d m" +
+ "inute\x02\x0d\x02%[1]d minuto\x03\x0d\x02%[1]d minuti\x00\x0c\x02%[1]d m" +
+ "inut\x14\x01\x81\x01\x00\x04\x0e\x02%[1]d sekunde\x02\x0e\x02%[1]d sekun" +
+ "do\x03\x0e\x02%[1]d sekundi\x00\x0d\x02%[1]d sekund\x02%[1]s nazaj\x02%[" +
+ "1]d\u00a0B\x02%.2[1]f\u00a0KiB\x02%.2[1]f\u00a0MiB\x02%.2[1]f\u00a0GiB" +
+ "\x02%.2[1]f\u00a0TiB\x02%[1]s: %[2]q\x02Napačen naslov IP\x02Napačna dol" +
+ "žina predpone omrežja\x02Pri končni točki manjkajo vrata\x02Pri končni " +
+ "točki je gostitelj napačen\x02Oklepaji morajo vsebovati naslov IPv6\x02N" +
+ "apačen MTU\x02Napačna vrata\x02Napačno trajno ohranjanje povezave\x02Nap" +
+ "ačen ključ: %[1]v\x02Dekodirani ključi morajo biti natanko 32 bajtov\x02" +
+ "Številka mora biti število med 0 in 2^64-1: %[1]v\x02Dve zaporedni veji" +
+ "ci\x02Ime tunela ni veljavno\x02Vrstica mora biti v odseku\x02Ključu v k" +
+ "onfiguraciji manjka ločilo enačaj\x02Ključ mora imeti vrednost\x02Napače" +
+ "n ključ za odsek [Interface]\x02Napačen ključ za odsek [Peer]\x02Vmesnik" +
+ " mora imeti zasebni ključ\x02[ni navedeno]\x02Vsi vrstniki morajo imeti " +
+ "javni ključ\x02Napaka pri branju konfiguracije\x02Napačen ključ za odsek" +
+ " vmesnika\x02Verzija protokola mora biti 1\x02Napačen ključ za odsek vrs" +
+ "tnika\x02, \x02 \x02O WireGuardu\x02Slika WireGuardovega logotipa\x02Ver" +
+ "zija aplikacije: %[1]s\x0aVerzija wireguard-go: %[2]s\x0aVerzija Go: %[3" +
+ "]s-%[4]s\x0aOperacijski sistem: %[5]s\x0aArhitektura: %[6]s\x02Zapri\x02" +
+ "♥ &Doniraj!\x02Status:\x02&Deaktiviraj\x02&Aktiviraj\x02Javni ključ:" +
+ "\x02Vrata poslušanja:\x02MTU:\x02Naslovi:\x02Strežniki DNS:\x02Skripta:" +
+ "\x02Ključ v skupni rabi:\x02Dovoljeni IP-ji:\x02Končna točka:\x02Trajno " +
+ "ohranjanje povezave:\x02Zadnje rokovanje:\x02Prenos:\x02onemogočeno, zar" +
+ "adi politike\x02omogočeno\x02%[1]s prejeto, %[2]s poslano\x02Napaka pri " +
+ "določanju stanja tunela\x02Napaka pri aktiviranju tunela\x02Napaka pri d" +
+ "eaktiviranju tunela\x02Vmesnik: %[1]s\x02Vrstnik\x02Ustvari nov tunel" +
+ "\x02Uredi tunel\x02&Ime:\x02&Javni ključ:\x02(neznano)\x02&Blokiraj prom" +
+ "et izven tunela (varovalka)\x02Kadar ima konfiguracija natanko enega vrs" +
+ "tnika in njegov spisek dovoljenih IP-jev vsebuje vsaj enega izmed 0.0.0." +
+ "0/0 ali ::/0, bo storitev tunela vzpostavila pravila požarnega zidu, ki " +
+ "bodo blokirala ves promet, ki ni niti za niti iz vmesnika tunela oz. za " +
+ "napačen strežnik DNS, s posebnimi izjemami za DHCP and NDP.\x02&Shrani" +
+ "\x02Prekliči\x02&Konfiguracija:\x02Napačno ime\x02Ime je obvezno.\x02Ime" +
+ " tunela »%[1]s« ni veljavno.\x02Napaka pri pripravi seznama obstoječih t" +
+ "unelov\x02Tunel že obstaja\x02Drug tunel z imenom »%[1]s« že obstaja." +
+ "\x02Napaka pri izdelavi nove konfiguracije\x02Napaka pri pisanju v datot" +
+ "eko\x02Datoteka »%[1]s« že obstaja.\x0a\x0aAli jo želite prepisati?\x02A" +
+ "ktivno\x02Se aktivira\x02Neaktivno\x02Se deaktivira\x02Neznano stanje" +
+ "\x02Dnevnik\x02&Kopiraj\x02&Izberi vse\x02&Shrani v datoteko\u00a0…\x02Č" +
+ "as\x02Sporočilo v dnevniku\x02Tekstovne datoteke (*.txt)|*.txt|Vse datot" +
+ "eke (*.*)|*.*\x02Izvozi dnevnik v datoteko\x02O WireGu&ardu\u00a0…\x02Na" +
+ "paka tunela\x02%[1]s\x0a\x0aDodatne informacije najdete v dnevniku.\x02%" +
+ "[1]s (neposodobljen)\x02Napaka zaznavanja WireGuarda\x02Čakanje, da se p" +
+ "ojavi WireGuardovo okno, ni možno: %[1]v\x02WireGuard: Deaktiviran\x02St" +
+ "atus: Neznan\x02Naslovi: Brez\x02&Upravljaj tunele\u00a0…\x02&Uvozi tune" +
+ "l(e) iz datoteke…\x02I&zhod\x02WireGuard aktiviran\x02Tunel %[1]s je bil" +
+ " aktiviran.\x02WireGuard deaktiviran\x02Tunel %[1]s je bil deaktiviran." +
+ "\x02Napaka tunela WireGuard\x02WireGuard: %[1]s\x02Status: %[1]s\x02Nasl" +
+ "ovi: %[1]s\x02Na voljo je posodobitev!\x02Posodobitev WireGuarda je na v" +
+ "oljo\x02Posodobitev WireGuarda je na voljo. Svetujemo posodobitev čim pr" +
+ "ej.\x02Tuneli\x02&Uredi\x02Dodaj &prazen tunel\u00a0…\x02Dodaj tunel\x02" +
+ "Odstrani izbrane tunele\x02Izvozi vse tunele v zip\x02&Preklopi\x02Izvoz" +
+ "i vse tunele v &zip\u00a0…\x02Uredi &izbran tunel\u00a0…\x02Odst&rani iz" +
+ "brane tunele\x02ni najdenih konfiguracijskih datotek\x02Napaka pri uvozu" +
+ " izbrane konfiguracije: %[1]v\x02Napaka pri preštevanju obstoječih tunel" +
+ "ov: %[1]v\x02Tunel z imenom »%[1]s« že obstaja\x02Napaka pri uvozu konfi" +
+ "guracije: %[1]v\x02Uvoženi tuneli\x14\x01\x81\x01\x00\x04\x16\x02Uvoženi" +
+ " %[1]d tuneli\x02\x14\x02Uvožen %[1]d tunel\x03\x16\x02Uvožena %[1]d tun" +
+ "ela\x00\x17\x02Uvoženo %[1]d tunelov\x14\x02\x80\x01\x04 \x02Uvoženi %[1" +
+ "]d od %[2]d tunelov\x02\x1f\x02Uvožen %[1]d od %[2]d tunelov\x03 \x02Uvo" +
+ "žena %[1]d od %[2]d tunelov\x00 \x02Uvoženo %[1]d od %[2]d tunelov\x02T" +
+ "unela ni bilo mogoče ustvariti\x14\x01\x81\x01\x00\x04\x16\x02Izbriši %[" +
+ "1]d tunele\x02\x15\x02Izbriši %[1]d tunel\x03\x16\x02Izbriši %[1]d tunel" +
+ "a\x00\x17\x02Izbriši %[1]d tunelov\x14\x01\x81\x01\x00\x048\x02Ali ste p" +
+ "repričani, da želite izbrisati %[1]d tunele?\x027\x02Ali ste prepričani," +
+ " da želite izbrisati %[1]d tunel?\x038\x02Ali ste prepričani, da želite " +
+ "izbrisati %[1]d tunela?\x009\x02Ali ste prepričani, da želite izbrisati " +
+ "%[1]d tunelov?\x02Izbriši tunel ‘%[1]s’\x02Ali ste prepričani, da želite" +
+ " izbrisati tunel »%[1]s«?\x02%[1]s Tega dejanja ne morete razveljaviti." +
"\x02Napaka pri izbrisu tunela\x02Napaka pri odstranjevanju tunela: %[1]s" +
"\x02Napaka pri izbrisu tunelov\x14\x01\x81\x01\x00\x04*\x02%[1]d tunelov" +
" ni bilo mogoče odstraniti.\x02)\x02%[1]d tunela ni bilo mogoče odstrani" +
@@ -1883,29 +2086,28 @@ const slData string = "" + // Size: 5536 bytes
"ite zaustaviti WireGuard z uporabo programa Storitve.\x02Posodobitev Wir" +
"eGuarda je na voljo. Zelo priporočamo posodobitev brez odlašanja.\x02Sta" +
"tus: Čaka na uporabnika\x02Posodobi zdaj\x02Status: Čaka na servis za po" +
- "sodobitev\x02Napaka: %[1]v. Poskusite ponovno.\x02Status: Končano!\x02ht" +
- "tp2: Framer %[1]p: napaka pri dekodiranju ravnokar zapisanega okvirja" +
- "\x02http2: Framer %[1]p: zapisano %[2]v\x02http2: Framer %[1]p: prebrano" +
- " %[2]v\x02http2: dekodirano polje hpack %+[1]v"
+ "sodobitev\x02Napaka: %[1]v. Poskusite ponovno.\x02Status: Končano!\x02pr" +
+ "ed-aktivacijo\x02po-aktivaciji\x02pred-deaktivacijo\x02po-deaktivaciji" +
+ "\x02&Tuneli"
-var ukIndex = []uint32{ // 185 elements
+var ukIndex = []uint32{ // 181 elements
// Entry 0 - 1F
0x00000000, 0x0000000f, 0x0000000f, 0x0000000f,
- 0x00000042, 0x0000009c, 0x000000f5, 0x00000191,
- 0x00000213, 0x0000026a, 0x00000275, 0x000002c8,
+ 0x00000042, 0x0000009c, 0x0000009c, 0x000000f5,
+ 0x00000191, 0x00000213, 0x0000026a, 0x00000275,
0x000002c8, 0x000002c8, 0x000002c8, 0x000002c8,
- 0x000002c8, 0x000002d7, 0x000002e0, 0x000002ed,
- 0x000002fa, 0x00000307, 0x00000314, 0x00000314,
- 0x00000335, 0x00000371, 0x000003ac, 0x000003e4,
- 0x0000041f, 0x00000436, 0x00000452, 0x00000452,
+ 0x000002c8, 0x000002c8, 0x000002d7, 0x000002e0,
+ 0x000002ed, 0x000002fa, 0x00000307, 0x00000314,
+ 0x00000314, 0x00000335, 0x00000371, 0x000003ac,
+ 0x000003e4, 0x0000041f, 0x00000436, 0x00000452,
// Entry 20 - 3F
- 0x00000475, 0x00000475, 0x00000475, 0x00000494,
- 0x00000494, 0x000004da, 0x00000535, 0x00000567,
- 0x0000059f, 0x000005d2, 0x00000619, 0x0000063e,
- 0x0000068a, 0x000006cc, 0x00000713, 0x0000074d,
- 0x0000074d, 0x0000074d, 0x0000074d, 0x0000075e,
- 0x0000078e, 0x0000079d, 0x000007bc, 0x000007ca,
- 0x000007e4, 0x000007fa, 0x00000817, 0x00000817,
+ 0x00000452, 0x00000475, 0x00000475, 0x00000475,
+ 0x00000494, 0x00000494, 0x000004da, 0x00000535,
+ 0x00000567, 0x0000059f, 0x000005d2, 0x00000619,
+ 0x0000063e, 0x0000068a, 0x000006cc, 0x00000713,
+ 0x0000074d, 0x0000074d, 0x0000074d, 0x0000074d,
+ 0x0000075e, 0x0000078e, 0x0000078e, 0x0000079d,
+ 0x000007bc, 0x000007ca, 0x000007e4, 0x000007fa,
0x00000817, 0x00000817, 0x00000817, 0x00000817,
// Entry 40 - 5F
0x00000817, 0x00000817, 0x00000817, 0x00000817,
@@ -1940,9 +2142,8 @@ var ukIndex = []uint32{ // 185 elements
0x00000817, 0x00000817, 0x00000817, 0x00000817,
0x00000817, 0x00000817, 0x00000817, 0x00000817,
0x00000817, 0x00000817, 0x00000817, 0x00000817,
- 0x00000817, 0x00000817, 0x00000817, 0x00000817,
0x00000817,
-} // Size: 764 bytes
+} // Size: 748 bytes
const ukData string = "" + // Size: 2071 bytes
"\x02Помилка\x02Параметри командного рядка\x02Неможливо визначити, чи пра" +
@@ -1965,34 +2166,34 @@ const ukData string = "" + // Size: 2071 bytes
"Зображення логотипу WireGuard\x02Закрити\x02♥ &Пожертвувати!\x02Статус:" +
"\x02&Деактивувати\x02&Активувати\x02Відкритий ключ:"
-var viIndex = []uint32{ // 185 elements
+var viIndex = []uint32{ // 181 elements
// Entry 0 - 1F
0x00000000, 0x00000006, 0x00000006, 0x00000006,
0x00000006, 0x00000006, 0x00000006, 0x00000006,
- 0x00000006, 0x00000006, 0x00000011, 0x00000011,
- 0x00000023, 0x00000036, 0x00000049, 0x0000005c,
- 0x0000006f, 0x0000007e, 0x0000007e, 0x0000007e,
+ 0x00000006, 0x00000006, 0x00000006, 0x00000011,
+ 0x00000011, 0x00000023, 0x00000036, 0x00000049,
+ 0x0000005c, 0x0000006f, 0x0000007e, 0x0000007e,
0x0000007e, 0x0000007e, 0x0000007e, 0x0000007e,
- 0x000000a0, 0x000000a0, 0x000000a0, 0x000000a0,
- 0x000000a0, 0x000000a0, 0x000000c0, 0x000000c0,
+ 0x0000007e, 0x000000a0, 0x000000a0, 0x000000a0,
+ 0x000000a0, 0x000000a0, 0x000000a0, 0x000000c0,
// Entry 20 - 3F
0x000000c0, 0x000000c0, 0x000000c0, 0x000000c0,
+ 0x000000c0, 0x000000db, 0x000000db, 0x000000db,
0x000000db, 0x000000db, 0x000000db, 0x000000db,
0x000000db, 0x000000db, 0x000000db, 0x000000db,
0x000000db, 0x000000db, 0x000000db, 0x000000db,
- 0x000000db, 0x000000db, 0x000000db, 0x000000f5,
- 0x00000104, 0x0000010b, 0x0000010b, 0x0000011a,
- 0x0000011a, 0x0000011a, 0x0000011a, 0x0000011a,
+ 0x000000f5, 0x00000104, 0x00000104, 0x0000010b,
+ 0x0000010b, 0x0000011a, 0x0000011a, 0x0000011a,
0x0000011a, 0x0000011a, 0x0000011a, 0x0000011a,
// Entry 40 - 5F
- 0x0000011a, 0x00000129, 0x00000129, 0x00000129,
+ 0x0000011a, 0x0000011a, 0x0000011a, 0x0000011a,
+ 0x00000129, 0x00000129, 0x00000129, 0x00000129,
0x00000129, 0x0000013b, 0x00000155, 0x00000181,
0x0000019f, 0x000001c0, 0x000001c0, 0x000001d3,
0x000001dd, 0x000001ef, 0x000001ef, 0x000001ef,
- 0x000001ef, 0x000001ef, 0x000001ef, 0x000001f5,
- 0x000001f5, 0x0000020c, 0x00000224, 0x0000024a,
- 0x0000026b, 0x00000280, 0x000002ad, 0x000002ad,
- 0x000002ad, 0x000002ad, 0x000002ad, 0x000002ad,
+ 0x000001ef, 0x000001ef, 0x000001ef, 0x000001ef,
+ 0x000001f5, 0x000001f5, 0x0000020c, 0x00000224,
+ 0x0000024a, 0x0000026b, 0x00000280, 0x000002ad,
// Entry 60 - 7F
0x000002ad, 0x000002ad, 0x000002ad, 0x000002ad,
0x000002ad, 0x000002ad, 0x000002ad, 0x000002ad,
@@ -2017,9 +2218,8 @@ var viIndex = []uint32{ // 185 elements
0x000002ad, 0x000002ad, 0x000002ad, 0x000002ad,
0x000002ad, 0x000002ad, 0x000002ad, 0x000002ad,
0x000002ad, 0x000002ad, 0x000002ad, 0x000002ad,
- 0x000002ad, 0x000002ad, 0x000002ad, 0x000002ad,
0x000002ad,
-} // Size: 764 bytes
+} // Size: 748 bytes
const viData string = "" + // Size: 685 bytes
"\x02Lỗi\x02Vừa xong\x14\x01\x81\x01\x00\x00\x0b\x02%[1]d năm\x14\x01\x81" +
@@ -2034,163 +2234,163 @@ const viData string = "" + // Size: 685 bytes
"1]s' không hợp lệ.\x02Không thể liệt kê các VPN\x02VPN đã tồn tại\x02Đã " +
"tồn tại VPN với tên ‘%[1]s’."
-var zh_CNIndex = []uint32{ // 185 elements
+var zh_CNIndex = []uint32{ // 181 elements
// Entry 0 - 1F
0x00000000, 0x00000007, 0x00000030, 0x00000047,
- 0x00000057, 0x0000008b, 0x000000b1, 0x000000f6,
- 0x00000150, 0x00000187, 0x0000018e, 0x000001a7,
- 0x000001b8, 0x000001c9, 0x000001dd, 0x000001f1,
- 0x00000202, 0x0000020c, 0x00000214, 0x00000221,
- 0x0000022e, 0x0000023b, 0x00000248, 0x00000255,
- 0x00000264, 0x0000027d, 0x0000029f, 0x000002c6,
- 0x000002ee, 0x000002f9, 0x00000306, 0x0000031f,
+ 0x00000057, 0x0000008b, 0x000000c9, 0x000000ef,
+ 0x00000134, 0x0000018e, 0x000001c5, 0x000001cc,
+ 0x000001e5, 0x000001f6, 0x00000207, 0x0000021b,
+ 0x0000022f, 0x00000240, 0x0000024a, 0x00000252,
+ 0x0000025f, 0x0000026c, 0x00000279, 0x00000286,
+ 0x00000293, 0x000002a2, 0x000002bb, 0x000002dd,
+ 0x00000304, 0x0000032c, 0x00000337, 0x00000344,
// Entry 20 - 3F
- 0x00000337, 0x00000361, 0x0000038f, 0x000003a8,
- 0x000003bb, 0x000003d7, 0x000003fc, 0x0000040f,
- 0x0000042e, 0x00000448, 0x00000464, 0x00000470,
- 0x00000492, 0x000004a8, 0x000004c1, 0x000004d9,
- 0x000004f2, 0x000004f6, 0x000004f8, 0x00000509,
- 0x0000051f, 0x00000526, 0x00000537, 0x0000053f,
- 0x0000054b, 0x00000557, 0x0000055f, 0x0000056d,
- 0x00000572, 0x0000057a, 0x00000589, 0x0000059a,
+ 0x0000035d, 0x00000375, 0x0000039f, 0x000003cd,
+ 0x000003e6, 0x000003f9, 0x00000415, 0x0000043a,
+ 0x0000044d, 0x0000046c, 0x00000486, 0x000004a2,
+ 0x000004ae, 0x000004d0, 0x000004e6, 0x000004ff,
+ 0x00000517, 0x00000530, 0x00000534, 0x00000536,
+ 0x00000547, 0x0000055d, 0x000005c7, 0x000005ce,
+ 0x000005df, 0x000005e7, 0x000005f3, 0x000005ff,
+ 0x00000607, 0x00000615, 0x0000061a, 0x00000622,
// Entry 40 - 5F
- 0x000005a8, 0x000005b0, 0x000005c4, 0x000005d8,
- 0x000005e0, 0x000005ea, 0x00000605, 0x0000061e,
- 0x00000631, 0x0000064a, 0x00000658, 0x0000065f,
- 0x0000066f, 0x0000067c, 0x00000689, 0x00000696,
- 0x0000069f, 0x000006ce, 0x000006da, 0x000006e1,
- 0x000006ee, 0x000006fb, 0x00000711, 0x0000072f,
- 0x00000748, 0x00000758, 0x00000779, 0x00000792,
- 0x000007a5, 0x000007e0, 0x000007ea, 0x000007f7,
+ 0x00000631, 0x00000639, 0x0000064a, 0x00000658,
+ 0x00000660, 0x00000674, 0x00000688, 0x00000690,
+ 0x000006af, 0x000006b9, 0x000006d4, 0x000006ed,
+ 0x00000700, 0x00000719, 0x00000727, 0x0000072e,
+ 0x0000073e, 0x0000074b, 0x00000758, 0x00000765,
+ 0x0000076e, 0x0000079d, 0x00000873, 0x0000087f,
+ 0x00000886, 0x00000893, 0x000008a0, 0x000008b6,
+ 0x000008d4, 0x000008ed, 0x000008fd, 0x0000091e,
// Entry 60 - 7F
- 0x00000801, 0x0000080e, 0x00000815, 0x0000081c,
- 0x00000828, 0x00000834, 0x00000843, 0x0000084a,
- 0x00000857, 0x00000889, 0x00000896, 0x000008af,
- 0x000008bc, 0x000008e2, 0x000008f4, 0x0000090b,
- 0x00000936, 0x0000094b, 0x0000095a, 0x00000966,
- 0x0000097b, 0x00000999, 0x000009a5, 0x000009b9,
- 0x000009d7, 0x000009eb, 0x00000a0f, 0x00000a26,
- 0x00000a37, 0x00000a45, 0x00000a55, 0x00000a66,
+ 0x00000937, 0x0000094a, 0x00000985, 0x0000098f,
+ 0x0000099c, 0x000009a6, 0x000009b3, 0x000009ba,
+ 0x000009c1, 0x000009cd, 0x000009d9, 0x000009e8,
+ 0x000009ef, 0x000009fc, 0x00000a2e, 0x00000a3b,
+ 0x00000a54, 0x00000a61, 0x00000a87, 0x00000a99,
+ 0x00000ab0, 0x00000adb, 0x00000af0, 0x00000aff,
+ 0x00000b0b, 0x00000b20, 0x00000b3e, 0x00000b4a,
+ 0x00000b5e, 0x00000b7c, 0x00000b90, 0x00000bb4,
// Entry 80 - 9F
- 0x00000aa8, 0x00000aaf, 0x00000abb, 0x00000ad3,
- 0x00000ae0, 0x00000af3, 0x00000b16, 0x00000b2e,
- 0x00000b59, 0x00000b74, 0x00000b8c, 0x00000ba6,
- 0x00000bc6, 0x00000bf3, 0x00000c0d, 0x00000c1a,
- 0x00000c3b, 0x00000c71, 0x00000c84, 0x00000ca2,
- 0x00000cd5, 0x00000ced, 0x00000d17, 0x00000d35,
- 0x00000d48, 0x00000d62, 0x00000d75, 0x00000d9c,
- 0x00000ddd, 0x00000df3, 0x00000e0e, 0x00000e31,
+ 0x00000bcb, 0x00000bdc, 0x00000bea, 0x00000bf8,
+ 0x00000c08, 0x00000c19, 0x00000c5b, 0x00000c62,
+ 0x00000c6e, 0x00000c86, 0x00000c93, 0x00000ca6,
+ 0x00000cc9, 0x00000ce1, 0x00000d0c, 0x00000d27,
+ 0x00000d3f, 0x00000d55, 0x00000d6f, 0x00000d8f,
+ 0x00000dbc, 0x00000dd6, 0x00000de3, 0x00000e04,
+ 0x00000e3a, 0x00000e4d, 0x00000e6b, 0x00000e9e,
+ 0x00000eb6, 0x00000ee0, 0x00000efe, 0x00000f11,
// Entry A0 - BF
- 0x00000e5e, 0x00000e79, 0x00000eda, 0x00000f12,
- 0x00000f27, 0x00000f34, 0x00000f4f, 0x00000f6c,
- 0x00000f7e, 0x00000fb2, 0x00000fda, 0x00001002,
- 0x00001027, 0x00001027, 0x00001027, 0x00001027,
- 0x00001027, 0x00001027, 0x00001027, 0x00001027,
- 0x00001027, 0x00001027, 0x00001027, 0x00001027,
- 0x00001027,
-} // Size: 764 bytes
+ 0x00000f2b, 0x00000f3e, 0x00000f65, 0x00000fa6,
+ 0x00000fbc, 0x00000fd7, 0x00000ffa, 0x00001027,
+ 0x00001042, 0x000010a3, 0x000010db, 0x000010f0,
+ 0x000010fd, 0x00001118, 0x00001135, 0x00001147,
+ 0x00001151, 0x0000115b, 0x00001165, 0x0000116f,
+ 0x0000117b,
+} // Size: 748 bytes
-const zh_CNData string = "" + // Size: 4135 bytes
+const zh_CNData string = "" + // Size: 4475 bytes
"\x02错误\x02(无参数): 提升并安装管理服务\x02用法: %[1]s [\x0a%[2]s]\x02命令行选项\x02无法确定该进程是" +
- "否在WOW64下运行: %[1]v\x02无法打开当前进程令牌: %[1]v\x02WireGuard 可能只能被内建的 %[1]s 小组中" +
- "的成员使用。\x02WireGuard 正在运行,但用户界面只能从内建的 %[1]s 小组的桌面访问。\x02WireGuard 系统托盘图" +
- "标在30秒后没有出现。\x02刚刚\x02系统时间倒退了!\x14\x01\x81\x01\x00\x00\x0a\x02%[1]d 年" +
- "\x14\x01\x81\x01\x00\x00\x0a\x02%[1]d 天\x14\x01\x81\x01\x00\x00\x0d\x02%" +
- "[1]d 小时\x14\x01\x81\x01\x00\x00\x0d\x02%[1]d 分钟\x14\x01\x81\x01\x00\x00" +
- "\x0a\x02%[1]d 秒\x02%[1]s 前\x02%[1]d B\x02%.2[1]f\u00a0KiB\x02%.2[1]f" +
- "\u00a0MiB\x02%.2[1]f\u00a0GiB\x02%.2[1]f\u00a0TiB\x02%[1]s: %[2]q\x02IP地" +
- "址无效\x02网络前缀长度无效\x02对端 (endpoint) 中缺少端口\x02对端主机名 (endpoint host) 无效\x02" +
- "方括号中应包含一个 IPv6 地址\x02MTU 无效\x02端口无效\x02连接保活间隔无效\x02无效的密钥:%[1]v\x02解码后的" +
- "密钥长度必须为32字节\x02数值必须介于 0 至 2^64-1 之间: %[1]v\x02一行中有两个逗号\x02隧道名称无效\x02行必" +
- "须出现在段落中\x02配置项必须要有一个等于号\x02必须有一个值\x02[Interface] 段落的键无效\x02[Peer] 段落的键" +
- "无效\x02接口必须有一个私钥\x02[未指定]\x02所有节点必须拥有公钥。\x02获取配置时出错\x02接口段落的键无效\x02协议版本" +
- "必须为 1\x02节点段落的键无效\x02、\x02 \x02关于 WireGuard\x02WireGuard logo 图片\x02关闭" +
- "\x02♥ 捐助! (&D)\x02状态:\x02断开 (&D)\x02连接 (&A)\x02公钥:\x02监听端口:\x02MTU:\x02地" +
- "址:\x02DNS 服务器:\x02预共享密钥:\x02允许的 IP:\x02对端:\x02连接保活间隔:\x02上次握手时间:\x02流量" +
- ":\x02已启用\x02接收 %[1]s, 发送 %[2]s\x02无法确认隧道状态\x02无法连接隧道\x02无法断开隧道连接\x02接口: " +
- "%[1]s\x02节点\x02创建新隧道\x02编辑隧道\x02名称 (&N):\x02公钥 (&P):\x02(未知)\x02拦截未经隧道的流" +
- "量 (kill-switch) (&B)\x02保存 (&S)\x02取消\x02配置 (&C):\x02名称无效\x02必须输入名称。" +
- "\x02隧道名「%[1]s」无效。\x02无法列出现有隧道\x02隧道已存在\x02隧道名「%[1]s」已存在。\x02无法创建新的配置\x02" +
- "写入文件失败\x02文件「%[1]s」已存在。\x0a\x0a您确定要覆盖它吗?\x02已连接\x02正在连接\x02已断开\x02正在断开" +
- "\x02未知\x02日志\x02复制 (&C)\x02全选 (&A)\x02导出… (&S)\x02时间\x02日志消息\x02文本文件 (*." +
- "txt)|*.txt|所有文件 (*.*)|*.*\x02导出日志\x02关于 WireGuard… (&A)\x02隧道错误\x02%[1]s" +
- "\x0a\x0a更多信息请查看日志。\x02%[1]s (已过时)\x02WireGuard 检测错误\x02无法等待 WireGuard 窗口" +
- "出现: %[1]v\x02WireGuard: 已断开\x02状态: 未知\x02地址: 无\x02管理隧道… (&M)\x02从文件导入隧" +
- "道… (&I)\x02退出 (&E)\x02WireGuard 已连接\x02隧道「%[1]s」已连接。\x02WireGuard 已断开" +
- "\x02隧道「%[1]s」已断开连接。\x02WireGuard 隧道错误\x02WireGuard: %[1]s\x02状态: %[1]s" +
- "\x02发现更新!\x02WireGuard 更新\x02新的 WireGuard 版本发布了。强烈建议您现在安装。\x02隧道\x02编辑 (" +
- "&E)\x02新建空隧道… (&E)\x02新建隧道\x02删除所选隧道\x02导出所有隧道 (ZIP 压缩包)\x02切换连接状态 (&T)" +
- "\x02导出所有隧道 (ZIP 压缩包)… (&Z)\x02编辑所选隧道… (&E)\x02删除所选隧道 (&R)\x02无法导入配置: %[1" +
- "]v\x02无法列出现有隧道: %[1]v\x02另一个同名的隧道「%[1]s」已存在\x02无法导入配置: %[1]v\x02导入隧道\x14" +
- "\x01\x81\x01\x00\x00\x1a\x02导入了 %[1]d 个隧道\x14\x02\x80\x01\x000\x02导入了 %[" +
- "2]d 个隧道中的 %[1]d 个隧道\x02无法创建隧道\x14\x01\x81\x01\x00\x00\x17\x02删除 %[1]d 个隧" +
- "道\x14\x01\x81\x01\x00\x00,\x02您确定要删除这 %[1]d 个隧道吗?\x02删除隧道「%[1]s」\x02您确" +
- "定要删除隧道「%[1]s」吗?\x02%[1]s此操作无法撤销。\x02无法删除隧道\x02无法删除隧道: %[1]s\x02无法删除隧道" +
- "\x14\x01\x81\x01\x00\x00 \x02无法删除 %[1]d 个隧道。\x02配置文件 (*.zip, *.conf)|*.z" +
- "ip;*.conf|所有文件 (*.*)|*.*\x02从文件导入隧道\x02配置文件 (*.zip)|*.zip\x02导出配置文件 (ZIP" +
- " 压缩包)\x02%[1]s (未签名版本,禁用自动更新)\x02退出 WireGuard 时出错\x02无法停止服务: %[1]v。您可能需要" +
- "在服务管理器中手动停止 WireGuard 服务。\x02发现新版 WireGuard。强烈建议您现在安装。\x02状态: 等待用户\x02" +
- "立即更新\x02状态: 等待更新服务\x02错误: %[1]v。请重试。\x02状态: 完成!\x02http2: 成帧器 %[1]p: 解" +
- "码刚写入的帧失败\x02http2: 成帧器 %[1]p: 写入了 %[2]v\x02http2: 成帧器 %[1]p: 读取了 %[2]v" +
- "\x02http2: 解码的 hpack 字段 %+[1]v"
+ "否在WOW64下运行: %[1]v\x02您必须在此计算机上使用原生版本的 WireGuard。\x02无法打开当前进程令牌: %[1]v" +
+ "\x02WireGuard 可能只能被内建的 %[1]s 小组中的成员使用。\x02WireGuard 正在运行,但用户界面只能从内建的 %[1" +
+ "]s 小组的桌面访问。\x02WireGuard 系统托盘图标在30秒后没有出现。\x02刚刚\x02系统时间倒退了!\x14\x01\x81" +
+ "\x01\x00\x00\x0a\x02%[1]d 年\x14\x01\x81\x01\x00\x00\x0a\x02%[1]d 天\x14" +
+ "\x01\x81\x01\x00\x00\x0d\x02%[1]d 小时\x14\x01\x81\x01\x00\x00\x0d\x02%[1]" +
+ "d 分钟\x14\x01\x81\x01\x00\x00\x0a\x02%[1]d 秒\x02%[1]s 前\x02%[1]d B\x02%.2" +
+ "[1]f\u00a0KiB\x02%.2[1]f\u00a0MiB\x02%.2[1]f\u00a0GiB\x02%.2[1]f\u00a0Ti" +
+ "B\x02%[1]s: %[2]q\x02IP地址无效\x02网络前缀长度无效\x02对端 (endpoint) 中缺少端口\x02对端主机名 " +
+ "(endpoint host) 无效\x02方括号中应包含一个 IPv6 地址\x02MTU 无效\x02端口无效\x02连接保活间隔无效" +
+ "\x02无效的密钥:%[1]v\x02解码后的密钥长度必须为32字节\x02数值必须介于 0 至 2^64-1 之间: %[1]v\x02一行中" +
+ "有两个逗号\x02隧道名称无效\x02行必须出现在段落中\x02配置项必须要有一个等于号\x02必须有一个值\x02[Interface] " +
+ "段落的键无效\x02[Peer] 段落的键无效\x02接口必须有一个私钥\x02[未指定]\x02所有节点必须拥有公钥。\x02获取配置时出" +
+ "错\x02接口段落的键无效\x02协议版本必须为 1\x02节点段落的键无效\x02、\x02 \x02关于 WireGuard\x02Wi" +
+ "reGuard logo 图片\x02应用版本: %[1]s\x0aGo 后端版本: %[2]s\x0aGo 语言版本: %[3]s-%[4]s" +
+ "\x0a操作系统: %[5]s\x0a架构: %[6]s\x02关闭\x02♥ 捐助! (&D)\x02状态:\x02断开 (&D)\x02连接" +
+ " (&A)\x02公钥:\x02监听端口:\x02MTU:\x02地址:\x02DNS 服务器:\x02脚本:\x02预共享密钥:\x02允许的" +
+ " IP:\x02对端:\x02连接保活间隔:\x02上次握手时间:\x02流量:\x02已禁用(依管理策略)\x02已启用\x02接收 %[1]" +
+ "s, 发送 %[2]s\x02无法确认隧道状态\x02无法连接隧道\x02无法断开隧道连接\x02接口: %[1]s\x02节点\x02创建新隧" +
+ "道\x02编辑隧道\x02名称 (&N):\x02公钥 (&P):\x02(未知)\x02拦截未经隧道的流量 (kill-switch) (" +
+ "&B)\x02只有一个节点,且该节点允许的 IP 中包含 0.0.0.0/0 或 ::/0 时,使用防火墙规则拦截所有未通过隧道,或是发往错误的" +
+ " DNS 服务器的流量。DHCP 和 NDP 流量不受影响。\x02保存 (&S)\x02取消\x02配置 (&C):\x02名称无效\x02必" +
+ "须输入名称。\x02隧道名「%[1]s」无效。\x02无法列出现有隧道\x02隧道已存在\x02隧道名「%[1]s」已存在。\x02无法创建" +
+ "新的配置\x02写入文件失败\x02文件「%[1]s」已存在。\x0a\x0a您确定要覆盖它吗?\x02已连接\x02正在连接\x02已断开" +
+ "\x02正在断开\x02未知\x02日志\x02复制 (&C)\x02全选 (&A)\x02导出… (&S)\x02时间\x02日志消息\x02" +
+ "文本文件 (*.txt)|*.txt|所有文件 (*.*)|*.*\x02导出日志\x02关于 WireGuard… (&A)\x02隧道错" +
+ "误\x02%[1]s\x0a\x0a更多信息请查看日志。\x02%[1]s (已过时)\x02WireGuard 检测错误\x02无法等待 " +
+ "WireGuard 窗口出现: %[1]v\x02WireGuard: 已断开\x02状态: 未知\x02地址: 无\x02管理隧道… (&M)" +
+ "\x02从文件导入隧道… (&I)\x02退出 (&E)\x02WireGuard 已连接\x02隧道「%[1]s」已连接。\x02WireGu" +
+ "ard 已断开\x02隧道「%[1]s」已断开连接。\x02WireGuard 隧道错误\x02WireGuard: %[1]s\x02状态: " +
+ "%[1]s\x02地址: %[1]s\x02发现更新!\x02WireGuard 更新\x02新的 WireGuard 版本发布了。强烈建议您现" +
+ "在安装。\x02隧道\x02编辑 (&E)\x02新建空隧道… (&E)\x02新建隧道\x02删除所选隧道\x02导出所有隧道 (ZIP " +
+ "压缩包)\x02切换连接状态 (&T)\x02导出所有隧道 (ZIP 压缩包)… (&Z)\x02编辑所选隧道… (&E)\x02删除所选隧" +
+ "道 (&R)\x02未找到配置文件\x02无法导入配置: %[1]v\x02无法列出现有隧道: %[1]v\x02另一个同名的隧道「%[1]" +
+ "s」已存在\x02无法导入配置: %[1]v\x02导入隧道\x14\x01\x81\x01\x00\x00\x1a\x02导入了 %[1]d " +
+ "个隧道\x14\x02\x80\x01\x000\x02导入了 %[2]d 个隧道中的 %[1]d 个隧道\x02无法创建隧道\x14" +
+ "\x01\x81\x01\x00\x00\x17\x02删除 %[1]d 个隧道\x14\x01\x81\x01\x00\x00,\x02您确定" +
+ "要删除这 %[1]d 个隧道吗?\x02删除隧道「%[1]s」\x02您确定要删除隧道「%[1]s」吗?\x02%[1]s此操作无法撤销。" +
+ "\x02无法删除隧道\x02无法删除隧道: %[1]s\x02无法删除隧道\x14\x01\x81\x01\x00\x00 \x02无法删除 %" +
+ "[1]d 个隧道。\x02配置文件 (*.zip, *.conf)|*.zip;*.conf|所有文件 (*.*)|*.*\x02从文件导入隧道" +
+ "\x02配置文件 (*.zip)|*.zip\x02导出配置文件 (ZIP 压缩包)\x02%[1]s (未签名版本,禁用自动更新)\x02退出" +
+ " WireGuard 时出错\x02无法停止服务: %[1]v。您可能需要在服务管理器中手动停止 WireGuard 服务。\x02发现新版 W" +
+ "ireGuard。强烈建议您现在安装。\x02状态: 等待用户\x02立即更新\x02状态: 等待更新服务\x02错误: %[1]v。请重试。" +
+ "\x02状态: 完成!\x02连接前\x02连接后\x02断开前\x02断开后\x02隧道 (&T)"
-var zh_TWIndex = []uint32{ // 185 elements
+var zh_TWIndex = []uint32{ // 181 elements
// Entry 0 - 1F
0x00000000, 0x00000007, 0x00000037, 0x00000056,
- 0x00000066, 0x000000a4, 0x000000d5, 0x00000118,
- 0x0000017d, 0x000001b9, 0x000001c6, 0x000001df,
- 0x000001f0, 0x00000201, 0x00000215, 0x00000229,
- 0x0000023a, 0x00000244, 0x0000024d, 0x0000025a,
- 0x00000267, 0x00000274, 0x00000281, 0x00000290,
- 0x000002a4, 0x000002c6, 0x000002e5, 0x000002ff,
- 0x00000327, 0x00000335, 0x00000345, 0x0000036b,
+ 0x00000066, 0x000000a4, 0x000000a4, 0x000000d5,
+ 0x00000118, 0x0000017d, 0x000001b9, 0x000001c6,
+ 0x000001df, 0x000001f0, 0x00000201, 0x00000215,
+ 0x00000229, 0x0000023a, 0x00000244, 0x0000024d,
+ 0x0000025a, 0x00000267, 0x00000274, 0x00000281,
+ 0x00000290, 0x000002a4, 0x000002c6, 0x000002e5,
+ 0x000002ff, 0x00000327, 0x00000335, 0x00000345,
// Entry 20 - 3F
- 0x00000384, 0x000003a3, 0x000003cc, 0x000003e5,
- 0x000003f8, 0x00000414, 0x0000043c, 0x00000452,
- 0x00000471, 0x0000048b, 0x000004b1, 0x000004bd,
- 0x000004df, 0x000004fb, 0x00000518, 0x00000530,
- 0x00000548, 0x0000054c, 0x0000054e, 0x0000055f,
- 0x00000575, 0x0000057c, 0x0000058f, 0x00000596,
- 0x000005a8, 0x000005b4, 0x000005bb, 0x000005c5,
- 0x000005c9, 0x000005d0, 0x000005de, 0x000005ee,
+ 0x0000036b, 0x00000384, 0x000003a3, 0x000003cc,
+ 0x000003e5, 0x000003f8, 0x00000414, 0x0000043c,
+ 0x00000452, 0x00000471, 0x0000048b, 0x000004b1,
+ 0x000004bd, 0x000004df, 0x000004fb, 0x00000518,
+ 0x00000530, 0x00000548, 0x0000054c, 0x0000054e,
+ 0x0000055f, 0x00000575, 0x00000575, 0x0000057c,
+ 0x0000058f, 0x00000596, 0x000005a8, 0x000005b4,
+ 0x000005bb, 0x000005c5, 0x000005c9, 0x000005d0,
// Entry 40 - 5F
- 0x000005fe, 0x00000608, 0x00000619, 0x0000062c,
+ 0x000005de, 0x000005de, 0x000005ee, 0x000005fe,
+ 0x00000608, 0x00000619, 0x0000062c, 0x00000633,
0x00000633, 0x0000063d, 0x0000065f, 0x00000678,
0x0000068b, 0x000006a4, 0x000006b3, 0x000006ba,
0x000006ca, 0x000006dd, 0x000006e9, 0x000006f5,
- 0x000006fe, 0x00000733, 0x0000073f, 0x00000746,
- 0x00000752, 0x00000762, 0x00000778, 0x0000079c,
- 0x000007b5, 0x000007c5, 0x000007e6, 0x00000805,
- 0x00000818, 0x0000084b, 0x00000855, 0x00000865,
+ 0x000006fe, 0x00000733, 0x00000733, 0x0000073f,
+ 0x00000746, 0x00000752, 0x00000762, 0x00000778,
+ 0x0000079c, 0x000007b5, 0x000007c5, 0x000007e6,
// Entry 60 - 7F
- 0x00000875, 0x00000885, 0x0000088c, 0x00000893,
- 0x0000089f, 0x000008ab, 0x000008ba, 0x000008c1,
- 0x000008ce, 0x000008fd, 0x0000090d, 0x00000923,
- 0x00000930, 0x0000095f, 0x00000974, 0x0000098c,
- 0x000009b9, 0x000009cf, 0x000009df, 0x000009ec,
- 0x000009fe, 0x00000a16, 0x00000a22, 0x00000a36,
- 0x00000a51, 0x00000a6b, 0x00000a8f, 0x00000aa6,
- 0x00000ab8, 0x00000ac7, 0x00000ace, 0x00000adf,
+ 0x00000805, 0x00000818, 0x0000084b, 0x00000855,
+ 0x00000865, 0x00000875, 0x00000885, 0x0000088c,
+ 0x00000893, 0x0000089f, 0x000008ab, 0x000008ba,
+ 0x000008c1, 0x000008ce, 0x000008fd, 0x0000090d,
+ 0x00000923, 0x00000930, 0x0000095f, 0x00000974,
+ 0x0000098c, 0x000009b9, 0x000009cf, 0x000009df,
+ 0x000009ec, 0x000009fe, 0x00000a16, 0x00000a22,
+ 0x00000a36, 0x00000a51, 0x00000a6b, 0x00000a8f,
// Entry 80 - 9F
- 0x00000b38, 0x00000b3f, 0x00000b4b, 0x00000b63,
- 0x00000b70, 0x00000b83, 0x00000ba6, 0x00000bbe,
- 0x00000be3, 0x00000bfb, 0x00000c16, 0x00000c32,
- 0x00000c4e, 0x00000c78, 0x00000c94, 0x00000ca4,
- 0x00000cc5, 0x00000cf8, 0x00000d0b, 0x00000d29,
- 0x00000d59, 0x00000d6e, 0x00000d98, 0x00000dbe,
- 0x00000dd1, 0x00000ded, 0x00000e00, 0x00000e24,
- 0x00000e68, 0x00000e84, 0x00000ea2, 0x00000ebb,
+ 0x00000aa6, 0x00000ab8, 0x00000ac7, 0x00000ac7,
+ 0x00000ace, 0x00000adf, 0x00000b38, 0x00000b3f,
+ 0x00000b4b, 0x00000b63, 0x00000b70, 0x00000b83,
+ 0x00000ba6, 0x00000bbe, 0x00000be3, 0x00000bfb,
+ 0x00000c16, 0x00000c16, 0x00000c32, 0x00000c4e,
+ 0x00000c78, 0x00000c94, 0x00000ca4, 0x00000cc5,
+ 0x00000cf8, 0x00000d0b, 0x00000d29, 0x00000d59,
+ 0x00000d6e, 0x00000d98, 0x00000dbe, 0x00000dd1,
// Entry A0 - BF
- 0x00000ef1, 0x00000f09, 0x00000f6a, 0x00000fbf,
- 0x00000fd8, 0x00000fe5, 0x00001001, 0x00001026,
- 0x0000103c, 0x00001075, 0x00001096, 0x000010b6,
- 0x000010d8, 0x000010d8, 0x000010d8, 0x000010d8,
- 0x000010d8, 0x000010d8, 0x000010d8, 0x000010d8,
- 0x000010d8, 0x000010d8, 0x000010d8, 0x000010d8,
- 0x000010d8,
-} // Size: 764 bytes
+ 0x00000ded, 0x00000e00, 0x00000e24, 0x00000e68,
+ 0x00000e84, 0x00000ea2, 0x00000ebb, 0x00000ef1,
+ 0x00000f09, 0x00000f6a, 0x00000fbf, 0x00000fd8,
+ 0x00000fe5, 0x00001001, 0x00001026, 0x0000103c,
+ 0x0000103c, 0x0000103c, 0x0000103c, 0x0000103c,
+ 0x0000103c,
+} // Size: 748 bytes
-const zh_TWData string = "" + // Size: 4312 bytes
+const zh_TWData string = "" + // Size: 4156 bytes
"\x02錯誤\x02(無參數):提升權限並安裝管理服務\x02使用方法: %[1]s [\x0a%[2]s]\x02命令列選項\x02無法確定該" +
"處理程序是否在 WOW64 下執行: %[1]v\x02無法開啓目前處理程序的權杖: %[1]v\x02WireGuard 可能只能被內建的" +
"「%[1]s」群組成員使用。\x02WireGuard 正在執行,但 UI 只能從內建的內建的「%[1]s」群組成員的桌面存取。\x02Wi" +
@@ -2232,8 +2432,6 @@ const zh_TWData string = "" + // Size: 4312 bytes
"*.zip)|*.zip\x02匯出隧道設定至…\x02%[1]s(未簽署發行版本,無法自動更新)\x02離開 WireGuard 失敗\x02" +
"無法結束服務: %[1]v。\x0a您可能需要手動從服務管理中結束 WireGuard 服務。\x02更新的 WireGuard 已經為您準" +
"備好了。\x0a強烈建議您立即進行更新。\x02狀態:等待使用者\x02立即更新\x02狀態:等待更新服務\x02錯誤: %[1]v。請稍後" +
- "再試。\x02狀態:已完成!\x02http2: Framer %[1]p: failed to decode just-written f" +
- "rame\x02http2: Framer %[1]p: wrote %[2]v\x02http2: Framer %[1]p: read %[" +
- "2]v\x02http2: decoded hpack field %+[1]v"
+ "再試。\x02狀態:已完成!"
- // Total table size 87543 bytes (85KiB); checksum: D2A6D32
+ // Total table size 99186 bytes (96KiB); checksum: FBC08C97