From e2bab993978ee4d8231db35460bb37038544aff9 Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Sun, 22 Nov 2020 10:52:10 +0100 Subject: l18n: regenerate index We'll soon squash this into new translations from crowdin. Signed-off-by: Jason A. Donenfeld --- locales/de/messages.gotext.json | 130 +- locales/fa/messages.gotext.json | 56 +- locales/fr/messages.gotext.json | 130 +- locales/id/messages.gotext.json | 48 - locales/it/messages.gotext.json | 130 +- locales/ja/messages.gotext.json | 130 +- locales/pl/messages.gotext.json | 142 +- locales/ro/messages.gotext.json | 154 +- locales/ru/messages.gotext.json | 136 +- locales/sk/messages.gotext.json | 48 - locales/sl/messages.gotext.json | 130 +- locales/uk/messages.gotext.json | 48 - locales/vi/messages.gotext.json | 48 - locales/zh-CN/messages.gotext.json | 130 +- locales/zh-TW/messages.gotext.json | 130 +- zgotext.go | 2709 ++++++++++++++++++------------------ 16 files changed, 1703 insertions(+), 2596 deletions(-) diff --git a/locales/de/messages.gotext.json b/locales/de/messages.gotext.json index dc5e994e..9cbe752a 100644 --- a/locales/de/messages.gotext.json +++ b/locales/de/messages.gotext.json @@ -579,54 +579,6 @@ "translation": "WireGuard Logo", "translatorComment": "Copied from source." }, - { - "id": "App version: {Number}\nGo backend version: {WireGuardGoVersion}\nGo version: {Version_go}\nOperating system: {OsName}\nArchitecture: {GOARCH}", - "message": "App version: {Number}\nGo backend version: {WireGuardGoVersion}\nGo version: {Version_go}\nOperating system: {OsName}\nArchitecture: {GOARCH}", - "translation": "App Version: {Number}\nGo Backend Version: {WireGuardGoVersion}\nGo Version: {Version_go}\nBetriebssystem: {OsName}\nArchitektur: {GOARCH}", - "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": "OsName", - "string": "%[4]s", - "type": "string", - "underlyingType": "string", - "argNum": 4, - "expr": "version.OsName()" - }, - { - "id": "GOARCH", - "string": "%[5]s", - "type": "string", - "underlyingType": "string", - "argNum": 5, - "expr": "runtime.GOARCH" - } - ] - }, { "id": "Close", "message": "Close", @@ -829,12 +781,6 @@ "translation": "&Blockiere Verkehr außerhalb des Tunnels (Not-Aus)", "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, 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, with special exceptions for DHCP and NDP.", - "translation": "Wenn die 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, so wird ein Firewall-Regelsatz erstellt, der allen Verkehr blockiert, der weder aus dem Tunnel stammt noch in diesen geht, mit Ausnahmen für DHCP- und NDP-Verkehr.", - "translatorComment": "Copied from source." - }, { "id": "&Save", "message": "&Save", @@ -1118,100 +1064,84 @@ "translatorComment": "Copied from source." }, { - "id": "WireGuard Tunnel Error", - "message": "WireGuard Tunnel Error", - "translation": "WireGuard Tunnel Fehler", + "id": "WireGuard Activated", + "message": "WireGuard Activated", + "translation": "WireGuard aktiviert", "translatorComment": "Copied from source." }, { - "id": "WireGuard: {TextForStateglobalState_true}", - "message": "WireGuard: {TextForStateglobalState_true}", - "translation": "WireGuard: {TextForStateglobalState_true}", + "id": "The {Name} tunnel has been activated.", + "message": "The {Name} tunnel has been activated.", + "translation": "Der Tunnel {Name} wurde aktiviert.", "translatorComment": "Copied from source.", "placeholders": [ { - "id": "TextForStateglobalState_true", + "id": "Name", "string": "%[1]s", "type": "string", "underlyingType": "string", "argNum": 1, - "expr": "textForState(globalState, true)" + "expr": "tunnel.Name" } ] }, { - "id": "Status: {StateText}", - "message": "Status: {StateText}", - "translation": "Status: {StateText}", - "translatorComment": "Copied from source.", - "placeholders": [ - { - "id": "StateText", - "string": "%[1]s", - "type": "string", - "underlyingType": "string", - "argNum": 1, - "expr": "stateText" - } - ] + "id": "WireGuard Deactivated", + "message": "WireGuard Deactivated", + "translation": "WireGuard deaktiviert", + "translatorComment": "Copied from source." }, { - "id": "Addresses: {String}", - "message": "Addresses: {String}", - "translation": "Adressen: {String}", + "id": "The {Name} tunnel has been deactivated.", + "message": "The {Name} tunnel has been deactivated.", + "translation": "Der Tunnel {Name} wurde deaktiviert.", "translatorComment": "Copied from source.", "placeholders": [ { - "id": "String", + "id": "Name", "string": "%[1]s", "type": "string", "underlyingType": "string", "argNum": 1, - "expr": "sb.String()" + "expr": "tunnel.Name" } ] }, { - "id": "WireGuard Activated", - "message": "WireGuard Activated", - "translation": "WireGuard aktiviert", + "id": "WireGuard Tunnel Error", + "message": "WireGuard Tunnel Error", + "translation": "WireGuard Tunnel Fehler", "translatorComment": "Copied from source." }, { - "id": "The {Name} tunnel has been activated.", - "message": "The {Name} tunnel has been activated.", - "translation": "Der Tunnel {Name} wurde aktiviert.", + "id": "WireGuard: {TextForStateglobalState_true}", + "message": "WireGuard: {TextForStateglobalState_true}", + "translation": "WireGuard: {TextForStateglobalState_true}", "translatorComment": "Copied from source.", "placeholders": [ { - "id": "Name", + "id": "TextForStateglobalState_true", "string": "%[1]s", "type": "string", "underlyingType": "string", "argNum": 1, - "expr": "tunnel.Name" + "expr": "textForState(globalState, true)" } ] }, { - "id": "WireGuard Deactivated", - "message": "WireGuard Deactivated", - "translation": "WireGuard deaktiviert", - "translatorComment": "Copied from source." - }, - { - "id": "The {Name} tunnel has been deactivated.", - "message": "The {Name} tunnel has been deactivated.", - "translation": "Der Tunnel {Name} wurde deaktiviert.", + "id": "Status: {StateText}", + "message": "Status: {StateText}", + "translation": "Status: {StateText}", "translatorComment": "Copied from source.", "placeholders": [ { - "id": "Name", + "id": "StateText", "string": "%[1]s", "type": "string", "underlyingType": "string", "argNum": 1, - "expr": "tunnel.Name" + "expr": "stateText" } ] }, diff --git a/locales/fa/messages.gotext.json b/locales/fa/messages.gotext.json index 9e695ec3..f0918cc7 100644 --- a/locales/fa/messages.gotext.json +++ b/locales/fa/messages.gotext.json @@ -538,71 +538,55 @@ "translatorComment": "Copied from source." }, { - "id": "WireGuard Tunnel Error", - "message": "WireGuard Tunnel Error", - "translation": "خطای تونل WireGuard", + "id": "WireGuard Activated", + "message": "WireGuard Activated", + "translation": "WireGuard فعال‌شد", "translatorComment": "Copied from source." }, { - "id": "Status: {StateText}", - "message": "Status: {StateText}", - "translation": "وضعیت: {StateText}", + "id": "The {Name} tunnel has been activated.", + "message": "The {Name} tunnel has been activated.", + "translation": "تونل {Name} فعال‌شده.", "translatorComment": "Copied from source.", "placeholders": [ { - "id": "StateText", + "id": "Name", "string": "%[1]s", "type": "string", "underlyingType": "string", "argNum": 1, - "expr": "stateText" + "expr": "tunnel.Name" } ] }, { - "id": "Addresses: {String}", - "message": "Addresses: {String}", - "translation": "نشانی‌ها: {String}", - "translatorComment": "Copied from source.", - "placeholders": [ - { - "id": "String", - "string": "%[1]s", - "type": "string", - "underlyingType": "string", - "argNum": 1, - "expr": "sb.String()" - } - ] + "id": "WireGuard Deactivated", + "message": "WireGuard Deactivated", + "translation": "WireGuard غیرفعال شد", + "translatorComment": "Copied from source." }, { - "id": "WireGuard Activated", - "message": "WireGuard Activated", - "translation": "WireGuard فعال‌شد", + "id": "WireGuard Tunnel Error", + "message": "WireGuard Tunnel Error", + "translation": "خطای تونل WireGuard", "translatorComment": "Copied from source." }, { - "id": "The {Name} tunnel has been activated.", - "message": "The {Name} tunnel has been activated.", - "translation": "تونل {Name} فعال‌شده.", + "id": "Status: {StateText}", + "message": "Status: {StateText}", + "translation": "وضعیت: {StateText}", "translatorComment": "Copied from source.", "placeholders": [ { - "id": "Name", + "id": "StateText", "string": "%[1]s", "type": "string", "underlyingType": "string", "argNum": 1, - "expr": "tunnel.Name" + "expr": "stateText" } ] }, - { - "id": "WireGuard Deactivated", - "message": "WireGuard Deactivated", - "translation": "WireGuard غیرفعال شد", - "translatorComment": "Copied from source." - }, { "id": "An Update is Available!", "message": "An Update is Available!", diff --git a/locales/fr/messages.gotext.json b/locales/fr/messages.gotext.json index 9333e20d..de9cc6b1 100644 --- a/locales/fr/messages.gotext.json +++ b/locales/fr/messages.gotext.json @@ -579,54 +579,6 @@ "translation": "Image du logo du WireGuard", "translatorComment": "Copied from source." }, - { - "id": "App version: {Number}\nGo backend version: {WireGuardGoVersion}\nGo version: {Version_go}\nOperating system: {OsName}\nArchitecture: {GOARCH}", - "message": "App version: {Number}\nGo backend version: {WireGuardGoVersion}\nGo version: {Version_go}\nOperating system: {OsName}\nArchitecture: {GOARCH}", - "translation": "Version de l'application : {Number}\nVersion wireguard-go : {WireGuardGoVersion}\nVersion Go : {Version_go}\nSystème d'exploitation : {OsName}\nArchitecture : {GOARCH}", - "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": "OsName", - "string": "%[4]s", - "type": "string", - "underlyingType": "string", - "argNum": 4, - "expr": "version.OsName()" - }, - { - "id": "GOARCH", - "string": "%[5]s", - "type": "string", - "underlyingType": "string", - "argNum": 5, - "expr": "runtime.GOARCH" - } - ] - }, { "id": "Close", "message": "Close", @@ -829,12 +781,6 @@ "translation": "&Bloquer tous le trafic hors tunnel (interrupteur)", "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, 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, with special exceptions for DHCP and NDP.", - "translation": "Si la configuration a exactement un homologue et si cet homologue a une addresse IP approvée contenant au moins un de 0.0.0.0/0 ou ::/0, le service de tunnelisation utilise l'ensemble de règles du pare-feu afin de blocquer tout le traffic, sauf le traffic vers ou dépuis l'interface de tunnel et l'exceptions speciales liées à DHCP et NDP.", - "translatorComment": "Copied from source." - }, { "id": "&Save", "message": "&Save", @@ -1118,100 +1064,84 @@ "translatorComment": "Copied from source." }, { - "id": "WireGuard Tunnel Error", - "message": "WireGuard Tunnel Error", - "translation": "Erreur du tunnel WireGuard", + "id": "WireGuard Activated", + "message": "WireGuard Activated", + "translation": "WireGuard activé", "translatorComment": "Copied from source." }, { - "id": "WireGuard: {TextForStateglobalState_true}", - "message": "WireGuard: {TextForStateglobalState_true}", - "translation": "WireGuard : {TextForStateglobalState_true}", + "id": "The {Name} tunnel has been activated.", + "message": "The {Name} tunnel has been activated.", + "translation": "Tunnel {Name} a été activé.", "translatorComment": "Copied from source.", "placeholders": [ { - "id": "TextForStateglobalState_true", + "id": "Name", "string": "%[1]s", "type": "string", "underlyingType": "string", "argNum": 1, - "expr": "textForState(globalState, true)" + "expr": "tunnel.Name" } ] }, { - "id": "Status: {StateText}", - "message": "Status: {StateText}", - "translation": "État : {StateText}", - "translatorComment": "Copied from source.", - "placeholders": [ - { - "id": "StateText", - "string": "%[1]s", - "type": "string", - "underlyingType": "string", - "argNum": 1, - "expr": "stateText" - } - ] + "id": "WireGuard Deactivated", + "message": "WireGuard Deactivated", + "translation": "WireGuard désactivé", + "translatorComment": "Copied from source." }, { - "id": "Addresses: {String}", - "message": "Addresses: {String}", - "translation": "Adresses : {String}", + "id": "The {Name} tunnel has been deactivated.", + "message": "The {Name} tunnel has been deactivated.", + "translation": "Tunnel {Name} a été désactivé.", "translatorComment": "Copied from source.", "placeholders": [ { - "id": "String", + "id": "Name", "string": "%[1]s", "type": "string", "underlyingType": "string", "argNum": 1, - "expr": "sb.String()" + "expr": "tunnel.Name" } ] }, { - "id": "WireGuard Activated", - "message": "WireGuard Activated", - "translation": "WireGuard activé", + "id": "WireGuard Tunnel Error", + "message": "WireGuard Tunnel Error", + "translation": "Erreur du tunnel WireGuard", "translatorComment": "Copied from source." }, { - "id": "The {Name} tunnel has been activated.", - "message": "The {Name} tunnel has been activated.", - "translation": "Tunnel {Name} a été activé.", + "id": "WireGuard: {TextForStateglobalState_true}", + "message": "WireGuard: {TextForStateglobalState_true}", + "translation": "WireGuard : {TextForStateglobalState_true}", "translatorComment": "Copied from source.", "placeholders": [ { - "id": "Name", + "id": "TextForStateglobalState_true", "string": "%[1]s", "type": "string", "underlyingType": "string", "argNum": 1, - "expr": "tunnel.Name" + "expr": "textForState(globalState, true)" } ] }, { - "id": "WireGuard Deactivated", - "message": "WireGuard Deactivated", - "translation": "WireGuard désactivé", - "translatorComment": "Copied from source." - }, - { - "id": "The {Name} tunnel has been deactivated.", - "message": "The {Name} tunnel has been deactivated.", - "translation": "Tunnel {Name} a été désactivé.", + "id": "Status: {StateText}", + "message": "Status: {StateText}", + "translation": "État : {StateText}", "translatorComment": "Copied from source.", "placeholders": [ { - "id": "Name", + "id": "StateText", "string": "%[1]s", "type": "string", "underlyingType": "string", "argNum": 1, - "expr": "tunnel.Name" + "expr": "stateText" } ] }, diff --git a/locales/id/messages.gotext.json b/locales/id/messages.gotext.json index 6dda23e9..07fad080 100644 --- a/locales/id/messages.gotext.json +++ b/locales/id/messages.gotext.json @@ -546,54 +546,6 @@ "translation": "Tentang WireGuard", "translatorComment": "Copied from source." }, - { - "id": "App version: {Number}\nGo backend version: {WireGuardGoVersion}\nGo version: {Version_go}\nOperating system: {OsName}\nArchitecture: {GOARCH}", - "message": "App version: {Number}\nGo backend version: {WireGuardGoVersion}\nGo version: {Version_go}\nOperating system: {OsName}\nArchitecture: {GOARCH}", - "translation": "Versi Aplikasi: {Number}\nVersi back-end Go: {WireGuardGoVersion}\nVersi Go: {Version_go}\nSistem Operasi: {OsName}\nArsitektur: {GOARCH}", - "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": "OsName", - "string": "%[4]s", - "type": "string", - "underlyingType": "string", - "argNum": 4, - "expr": "version.OsName()" - }, - { - "id": "GOARCH", - "string": "%[5]s", - "type": "string", - "underlyingType": "string", - "argNum": 5, - "expr": "runtime.GOARCH" - } - ] - }, { "id": "Close", "message": "Close", diff --git a/locales/it/messages.gotext.json b/locales/it/messages.gotext.json index 7f655eba..f1626e8b 100644 --- a/locales/it/messages.gotext.json +++ b/locales/it/messages.gotext.json @@ -573,54 +573,6 @@ "translation": "Immagine del logo di WireGuard", "translatorComment": "Copied from source." }, - { - "id": "App version: {Number}\nGo backend version: {WireGuardGoVersion}\nGo version: {Version_go}\nOperating system: {OsName}\nArchitecture: {GOARCH}", - "message": "App version: {Number}\nGo backend version: {WireGuardGoVersion}\nGo version: {Version_go}\nOperating system: {OsName}\nArchitecture: {GOARCH}", - "translation": "Versione applicazione: {Number}\nVersione backend Go: {WireGuardGoVersion}\nVersione Go: {Version_go}\nSistema operativo: {OsName}\nArchitettura: {GOARCH}", - "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": "OsName", - "string": "%[4]s", - "type": "string", - "underlyingType": "string", - "argNum": 4, - "expr": "version.OsName()" - }, - { - "id": "GOARCH", - "string": "%[5]s", - "type": "string", - "underlyingType": "string", - "argNum": 5, - "expr": "runtime.GOARCH" - } - ] - }, { "id": "Close", "message": "Close", @@ -823,12 +775,6 @@ "translation": "&Blocca traffico fuori dal tunnel (kill-switch)", "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, 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, with special exceptions for DHCP and NDP.", - "translation": "Quando una configurazione ha esattamente un peer e quel peer ha un IP consentito contenente almeno uno di 0.0.0.0/0 o ::/0, il servizio tunnel impegna un insieme di regole del firewall per bloccare tutto il traffico che non proviene dall'interfaccia tunnel, con speciali eccezioni per DHCP e NDP.", - "translatorComment": "Copied from source." - }, { "id": "&Save", "message": "&Save", @@ -1112,100 +1058,84 @@ "translatorComment": "Copied from source." }, { - "id": "WireGuard Tunnel Error", - "message": "WireGuard Tunnel Error", - "translation": "Errore tunnel di WireGuard", + "id": "WireGuard Activated", + "message": "WireGuard Activated", + "translation": "WireGuard attivato", "translatorComment": "Copied from source." }, { - "id": "WireGuard: {TextForStateglobalState_true}", - "message": "WireGuard: {TextForStateglobalState_true}", - "translation": "WireGuard: {TextForStateglobalState_true}", + "id": "The {Name} tunnel has been activated.", + "message": "The {Name} tunnel has been activated.", + "translation": "Il tunnel {Name} è stato attivato.", "translatorComment": "Copied from source.", "placeholders": [ { - "id": "TextForStateglobalState_true", + "id": "Name", "string": "%[1]s", "type": "string", "underlyingType": "string", "argNum": 1, - "expr": "textForState(globalState, true)" + "expr": "tunnel.Name" } ] }, { - "id": "Status: {StateText}", - "message": "Status: {StateText}", - "translation": "Stato: {StateText}", - "translatorComment": "Copied from source.", - "placeholders": [ - { - "id": "StateText", - "string": "%[1]s", - "type": "string", - "underlyingType": "string", - "argNum": 1, - "expr": "stateText" - } - ] + "id": "WireGuard Deactivated", + "message": "WireGuard Deactivated", + "translation": "WireGuard disattivato", + "translatorComment": "Copied from source." }, { - "id": "Addresses: {String}", - "message": "Addresses: {String}", - "translation": "Indirizzi: {String}", + "id": "The {Name} tunnel has been deactivated.", + "message": "The {Name} tunnel has been deactivated.", + "translation": "Il tunnel {Name} è stato disattivato.", "translatorComment": "Copied from source.", "placeholders": [ { - "id": "String", + "id": "Name", "string": "%[1]s", "type": "string", "underlyingType": "string", "argNum": 1, - "expr": "sb.String()" + "expr": "tunnel.Name" } ] }, { - "id": "WireGuard Activated", - "message": "WireGuard Activated", - "translation": "WireGuard attivato", + "id": "WireGuard Tunnel Error", + "message": "WireGuard Tunnel Error", + "translation": "Errore tunnel di WireGuard", "translatorComment": "Copied from source." }, { - "id": "The {Name} tunnel has been activated.", - "message": "The {Name} tunnel has been activated.", - "translation": "Il tunnel {Name} è stato attivato.", + "id": "WireGuard: {TextForStateglobalState_true}", + "message": "WireGuard: {TextForStateglobalState_true}", + "translation": "WireGuard: {TextForStateglobalState_true}", "translatorComment": "Copied from source.", "placeholders": [ { - "id": "Name", + "id": "TextForStateglobalState_true", "string": "%[1]s", "type": "string", "underlyingType": "string", "argNum": 1, - "expr": "tunnel.Name" + "expr": "textForState(globalState, true)" } ] }, { - "id": "WireGuard Deactivated", - "message": "WireGuard Deactivated", - "translation": "WireGuard disattivato", - "translatorComment": "Copied from source." - }, - { - "id": "The {Name} tunnel has been deactivated.", - "message": "The {Name} tunnel has been deactivated.", - "translation": "Il tunnel {Name} è stato disattivato.", + "id": "Status: {StateText}", + "message": "Status: {StateText}", + "translation": "Stato: {StateText}", "translatorComment": "Copied from source.", "placeholders": [ { - "id": "Name", + "id": "StateText", "string": "%[1]s", "type": "string", "underlyingType": "string", "argNum": 1, - "expr": "tunnel.Name" + "expr": "stateText" } ] }, diff --git a/locales/ja/messages.gotext.json b/locales/ja/messages.gotext.json index d8d2bd03..61751200 100644 --- a/locales/ja/messages.gotext.json +++ b/locales/ja/messages.gotext.json @@ -564,54 +564,6 @@ "translation": "WireGuard ロゴ画像", "translatorComment": "Copied from source." }, - { - "id": "App version: {Number}\nGo backend version: {WireGuardGoVersion}\nGo version: {Version_go}\nOperating system: {OsName}\nArchitecture: {GOARCH}", - "message": "App version: {Number}\nGo backend version: {WireGuardGoVersion}\nGo version: {Version_go}\nOperating system: {OsName}\nArchitecture: {GOARCH}", - "translation": "App version: {Number}\nGo backend version: {WireGuardGoVersion}\nGo version: {Version_go}\nOperating system: {OsName}\nArchitecture: {GOARCH}", - "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": "OsName", - "string": "%[4]s", - "type": "string", - "underlyingType": "string", - "argNum": 4, - "expr": "version.OsName()" - }, - { - "id": "GOARCH", - "string": "%[5]s", - "type": "string", - "underlyingType": "string", - "argNum": 5, - "expr": "runtime.GOARCH" - } - ] - }, { "id": "Close", "message": "Close", @@ -814,12 +766,6 @@ "translation": "トンネルを通らないトラフィックのブロック(キルスイッチ)(&B)", "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, 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, with special exceptions for DHCP and NDP.", - "translation": "ピアが1つだけ設定されていて、さらに Allowed IPs に 0.0.0.0/0 または ::/0 が含まれている場合、トンネルサービスはトンネルインターフェースを通らないすべてのトラフィックをブロックするファイアウォールルールを追加します。", - "translatorComment": "Copied from source." - }, { "id": "&Save", "message": "&Save", @@ -1103,100 +1049,84 @@ "translatorComment": "Copied from source." }, { - "id": "WireGuard Tunnel Error", - "message": "WireGuard Tunnel Error", - "translation": "WireGuard トンネルエラー", + "id": "WireGuard Activated", + "message": "WireGuard Activated", + "translation": "WireGuard 有効化済み", "translatorComment": "Copied from source." }, { - "id": "WireGuard: {TextForStateglobalState_true}", - "message": "WireGuard: {TextForStateglobalState_true}", - "translation": "WireGuard: {TextForStateglobalState_true}", + "id": "The {Name} tunnel has been activated.", + "message": "The {Name} tunnel has been activated.", + "translation": "トンネル {Name} は有効になりました。", "translatorComment": "Copied from source.", "placeholders": [ { - "id": "TextForStateglobalState_true", + "id": "Name", "string": "%[1]s", "type": "string", "underlyingType": "string", "argNum": 1, - "expr": "textForState(globalState, true)" + "expr": "tunnel.Name" } ] }, { - "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": "WireGuard Deactivated", + "message": "WireGuard Deactivated", + "translation": "WireGuard 無効化済み", + "translatorComment": "Copied from source." }, { - "id": "Addresses: {String}", - "message": "Addresses: {String}", - "translation": "アドレス: {String}", + "id": "The {Name} tunnel has been deactivated.", + "message": "The {Name} tunnel has been deactivated.", + "translation": "トンネル {Name} は無効になりました。", "translatorComment": "Copied from source.", "placeholders": [ { - "id": "String", + "id": "Name", "string": "%[1]s", "type": "string", "underlyingType": "string", "argNum": 1, - "expr": "sb.String()" + "expr": "tunnel.Name" } ] }, { - "id": "WireGuard Activated", - "message": "WireGuard Activated", - "translation": "WireGuard 有効化済み", + "id": "WireGuard Tunnel Error", + "message": "WireGuard Tunnel Error", + "translation": "WireGuard トンネルエラー", "translatorComment": "Copied from source." }, { - "id": "The {Name} tunnel has been activated.", - "message": "The {Name} tunnel has been activated.", - "translation": "トンネル {Name} は有効になりました。", + "id": "WireGuard: {TextForStateglobalState_true}", + "message": "WireGuard: {TextForStateglobalState_true}", + "translation": "WireGuard: {TextForStateglobalState_true}", "translatorComment": "Copied from source.", "placeholders": [ { - "id": "Name", + "id": "TextForStateglobalState_true", "string": "%[1]s", "type": "string", "underlyingType": "string", "argNum": 1, - "expr": "tunnel.Name" + "expr": "textForState(globalState, true)" } ] }, { - "id": "WireGuard Deactivated", - "message": "WireGuard Deactivated", - "translation": "WireGuard 無効化済み", - "translatorComment": "Copied from source." - }, - { - "id": "The {Name} tunnel has been deactivated.", - "message": "The {Name} tunnel has been deactivated.", - "translation": "トンネル {Name} は無効になりました。", + "id": "Status: {StateText}", + "message": "Status: {StateText}", + "translation": "状態: {StateText}", "translatorComment": "Copied from source.", "placeholders": [ { - "id": "Name", + "id": "StateText", "string": "%[1]s", "type": "string", "underlyingType": "string", "argNum": 1, - "expr": "tunnel.Name" + "expr": "stateText" } ] }, diff --git a/locales/pl/messages.gotext.json b/locales/pl/messages.gotext.json index 1896bcba..330c241e 100644 --- a/locales/pl/messages.gotext.json +++ b/locales/pl/messages.gotext.json @@ -609,54 +609,6 @@ "translation": "Logo WireGuard", "translatorComment": "Copied from source." }, - { - "id": "App version: {Number}\nGo backend version: {WireGuardGoVersion}\nGo version: {Version_go}\nOperating system: {OsName}\nArchitecture: {GOARCH}", - "message": "App version: {Number}\nGo backend version: {WireGuardGoVersion}\nGo version: {Version_go}\nOperating system: {OsName}\nArchitecture: {GOARCH}", - "translation": "Wersja aplikacji: {Number}\nWersja backend'u: {WireGuardGoVersion}\nWersja: {Version_go}\nSystem operacyjny: {OsName}\nArchitektura: {GOARCH}", - "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": "OsName", - "string": "%[4]s", - "type": "string", - "underlyingType": "string", - "argNum": 4, - "expr": "version.OsName()" - }, - { - "id": "GOARCH", - "string": "%[5]s", - "type": "string", - "underlyingType": "string", - "argNum": 5, - "expr": "runtime.GOARCH" - } - ] - }, { "id": "Close", "message": "Close", @@ -859,12 +811,6 @@ "translation": "Zablokuj niezabezpieczony ruch (wyłącznik awaryjny)", "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, 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, with special exceptions for DHCP and NDP.", - "translation": "Jeśli w konfiguracji znajduje się dokładnie jeden peer, i ma on przypisany jeden z następujących adresów: 0.0.0.0/0 lub ::/0, to tunel aktywuje zasady zapory ogniowej, które blokują cały ruch z i do tunelu oprócz DHCP i NDP.", - "translatorComment": "Copied from source." - }, { "id": "&Save", "message": "&Save", @@ -1148,100 +1094,90 @@ "translatorComment": "Copied from source." }, { - "id": "WireGuard Tunnel Error", - "message": "WireGuard Tunnel Error", - "translation": "Błąd tunelu WireGuard", + "id": "&Tunnels", + "message": "&Tunnels", + "translation": "&Tunele", "translatorComment": "Copied from source." }, { - "id": "WireGuard: {TextForStateglobalState_true}", - "message": "WireGuard: {TextForStateglobalState_true}", - "translation": "WireGuard: {TextForStateglobalState_true}", - "translatorComment": "Copied from source.", - "placeholders": [ - { - "id": "TextForStateglobalState_true", - "string": "%[1]s", - "type": "string", - "underlyingType": "string", - "argNum": 1, - "expr": "textForState(globalState, true)" - } - ] + "id": "WireGuard Activated", + "message": "WireGuard Activated", + "translation": "WireGuard Aktywny", + "translatorComment": "Copied from source." }, { - "id": "Status: {StateText}", - "message": "Status: {StateText}", - "translation": "Status: {StateText}", + "id": "The {Name} tunnel has been activated.", + "message": "The {Name} tunnel has been activated.", + "translation": "Tunel {Name} został aktywowany.", "translatorComment": "Copied from source.", "placeholders": [ { - "id": "StateText", + "id": "Name", "string": "%[1]s", "type": "string", "underlyingType": "string", "argNum": 1, - "expr": "stateText" + "expr": "tunnel.Name" } ] }, { - "id": "Addresses: {String}", - "message": "Addresses: {String}", - "translation": "Adresy: {String}", + "id": "WireGuard Deactivated", + "message": "WireGuard Deactivated", + "translation": "WireGuard Dezaktywowany", + "translatorComment": "Copied from source." + }, + { + "id": "The {Name} tunnel has been deactivated.", + "message": "The {Name} tunnel has been deactivated.", + "translation": "Tunel {Name} został dezaktywowany.", "translatorComment": "Copied from source.", "placeholders": [ { - "id": "String", + "id": "Name", "string": "%[1]s", "type": "string", "underlyingType": "string", "argNum": 1, - "expr": "sb.String()" + "expr": "tunnel.Name" } ] }, { - "id": "WireGuard Activated", - "message": "WireGuard Activated", - "translation": "WireGuard Aktywny", + "id": "WireGuard Tunnel Error", + "message": "WireGuard Tunnel Error", + "translation": "Błąd tunelu WireGuard", "translatorComment": "Copied from source." }, { - "id": "The {Name} tunnel has been activated.", - "message": "The {Name} tunnel has been activated.", - "translation": "Tunel {Name} został aktywowany.", + "id": "WireGuard: {TextForStateglobalState_true}", + "message": "WireGuard: {TextForStateglobalState_true}", + "translation": "WireGuard: {TextForStateglobalState_true}", "translatorComment": "Copied from source.", "placeholders": [ { - "id": "Name", + "id": "TextForStateglobalState_true", "string": "%[1]s", "type": "string", "underlyingType": "string", "argNum": 1, - "expr": "tunnel.Name" + "expr": "textForState(globalState, true)" } ] }, { - "id": "WireGuard Deactivated", - "message": "WireGuard Deactivated", - "translation": "WireGuard Dezaktywowany", - "translatorComment": "Copied from source." - }, - { - "id": "The {Name} tunnel has been deactivated.", - "message": "The {Name} tunnel has been deactivated.", - "translation": "Tunel {Name} został dezaktywowany.", + "id": "Status: {StateText}", + "message": "Status: {StateText}", + "translation": "Status: {StateText}", "translatorComment": "Copied from source.", "placeholders": [ { - "id": "Name", + "id": "StateText", "string": "%[1]s", "type": "string", "underlyingType": "string", "argNum": 1, - "expr": "tunnel.Name" + "expr": "stateText" } ] }, @@ -1323,6 +1259,12 @@ "translation": "&Usuń wybrany tunel (tunele)", "translatorComment": "Copied from source." }, + { + "id": "no configuration files were found", + "message": "no configuration files were found", + "translation": "brak plików konfiguracyjnych", + "translatorComment": "Copied from source." + }, { "id": "Could not import selected configuration: {LastErr}", "message": "Could not import selected configuration: {LastErr}", diff --git a/locales/ro/messages.gotext.json b/locales/ro/messages.gotext.json index 104653da..7d24c825 100644 --- a/locales/ro/messages.gotext.json +++ b/locales/ro/messages.gotext.json @@ -59,6 +59,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": "Trebuie să utilizezi versiunea nativă a WireGuard pe acest calculator.", + "translatorComment": "Copied from source." + }, { "id": "Unable to open current process token: {Err}", "message": "Unable to open current process token: {Err}", @@ -594,54 +600,6 @@ "translation": "Imagine siglă WireGuard", "translatorComment": "Copied from source." }, - { - "id": "App version: {Number}\nGo backend version: {WireGuardGoVersion}\nGo version: {Version_go}\nOperating system: {OsName}\nArchitecture: {GOARCH}", - "message": "App version: {Number}\nGo backend version: {WireGuardGoVersion}\nGo version: {Version_go}\nOperating system: {OsName}\nArchitecture: {GOARCH}", - "translation": "Versiunea aplicației: {Number}\nVersiunea bibliotecii Go: {WireGuardGoVersion}\nVersiunea Go: {Version_go}\nSistem de operare: {OsName}\nArhitectură: {GOARCH}", - "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": "OsName", - "string": "%[4]s", - "type": "string", - "underlyingType": "string", - "argNum": 4, - "expr": "version.OsName()" - }, - { - "id": "GOARCH", - "string": "%[5]s", - "type": "string", - "underlyingType": "string", - "argNum": 5, - "expr": "runtime.GOARCH" - } - ] - }, { "id": "Close", "message": "Close", @@ -844,12 +802,6 @@ "translation": "&Blochează traficul care nu trece prin tunel (întrerupător de activitate)", "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, 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, 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, precum și întregul trafic direcționat spre aceasta, existând excepții speciale pentru DHCP și NDP.", - "translatorComment": "Copied from source." - }, { "id": "&Save", "message": "&Save", @@ -1133,100 +1085,90 @@ "translatorComment": "Copied from source." }, { - "id": "WireGuard Tunnel Error", - "message": "WireGuard Tunnel Error", - "translation": "Eroare de tunel WireGuard", + "id": "&Tunnels", + "message": "&Tunnels", + "translation": "&Tuneluri", "translatorComment": "Copied from source." }, { - "id": "WireGuard: {TextForStateglobalState_true}", - "message": "WireGuard: {TextForStateglobalState_true}", - "translation": "WireGuard: {TextForStateglobalState_true}", - "translatorComment": "Copied from source.", - "placeholders": [ - { - "id": "TextForStateglobalState_true", - "string": "%[1]s", - "type": "string", - "underlyingType": "string", - "argNum": 1, - "expr": "textForState(globalState, true)" - } - ] + "id": "WireGuard Activated", + "message": "WireGuard Activated", + "translation": "WireGuard activat", + "translatorComment": "Copied from source." }, { - "id": "Status: {StateText}", - "message": "Status: {StateText}", - "translation": "Stare: {StateText}", + "id": "The {Name} tunnel has been activated.", + "message": "The {Name} tunnel has been activated.", + "translation": "Tunelul {Name} a fost activat.", "translatorComment": "Copied from source.", "placeholders": [ { - "id": "StateText", + "id": "Name", "string": "%[1]s", "type": "string", "underlyingType": "string", "argNum": 1, - "expr": "stateText" + "expr": "tunnel.Name" } ] }, { - "id": "Addresses: {String}", - "message": "Addresses: {String}", - "translation": "Adrese: {String}", + "id": "WireGuard Deactivated", + "message": "WireGuard Deactivated", + "translation": "WireGuard dezactivat", + "translatorComment": "Copied from source." + }, + { + "id": "The {Name} tunnel has been deactivated.", + "message": "The {Name} tunnel has been deactivated.", + "translation": "Tunelul {Name} a fost dezactivat.", "translatorComment": "Copied from source.", "placeholders": [ { - "id": "String", + "id": "Name", "string": "%[1]s", "type": "string", "underlyingType": "string", "argNum": 1, - "expr": "sb.String()" + "expr": "tunnel.Name" } ] }, { - "id": "WireGuard Activated", - "message": "WireGuard Activated", - "translation": "WireGuard activat", + "id": "WireGuard Tunnel Error", + "message": "WireGuard Tunnel Error", + "translation": "Eroare de tunel WireGuard", "translatorComment": "Copied from source." }, { - "id": "The {Name} tunnel has been activated.", - "message": "The {Name} tunnel has been activated.", - "translation": "Tunelul {Name} a fost activat.", + "id": "WireGuard: {TextForStateglobalState_true}", + "message": "WireGuard: {TextForStateglobalState_true}", + "translation": "WireGuard: {TextForStateglobalState_true}", "translatorComment": "Copied from source.", "placeholders": [ { - "id": "Name", + "id": "TextForStateglobalState_true", "string": "%[1]s", "type": "string", "underlyingType": "string", "argNum": 1, - "expr": "tunnel.Name" + "expr": "textForState(globalState, true)" } ] }, { - "id": "WireGuard Deactivated", - "message": "WireGuard Deactivated", - "translation": "WireGuard dezactivat", - "translatorComment": "Copied from source." - }, - { - "id": "The {Name} tunnel has been deactivated.", - "message": "The {Name} tunnel has been deactivated.", - "translation": "Tunelul {Name} a fost dezactivat.", + "id": "Status: {StateText}", + "message": "Status: {StateText}", + "translation": "Stare: {StateText}", "translatorComment": "Copied from source.", "placeholders": [ { - "id": "Name", + "id": "StateText", "string": "%[1]s", "type": "string", "underlyingType": "string", "argNum": 1, - "expr": "tunnel.Name" + "expr": "stateText" } ] }, @@ -1254,12 +1196,6 @@ "translation": "Tuneluri", "translatorComment": "Copied from source." }, - { - "id": "&Edit", - "message": "&Edit", - "translation": "&Editare", - "translatorComment": "Copied from source." - }, { "id": "Add &empty tunnel…", "message": "Add &empty tunnel…", @@ -1308,6 +1244,12 @@ "translation": "&Eliminare tunel(uri) selectat(e)", "translatorComment": "Copied from source." }, + { + "id": "no configuration files were found", + "message": "no configuration files were found", + "translation": "nu au fost găsite fișiere de configurare", + "translatorComment": "Copied from source." + }, { "id": "Could not import selected configuration: {LastErr}", "message": "Could not import selected configuration: {LastErr}", diff --git a/locales/ru/messages.gotext.json b/locales/ru/messages.gotext.json index d15e7370..332ae7ca 100644 --- a/locales/ru/messages.gotext.json +++ b/locales/ru/messages.gotext.json @@ -609,54 +609,6 @@ "translation": "Логотип WireGuard", "translatorComment": "Copied from source." }, - { - "id": "App version: {Number}\nGo backend version: {WireGuardGoVersion}\nGo version: {Version_go}\nOperating system: {OsName}\nArchitecture: {GOARCH}", - "message": "App version: {Number}\nGo backend version: {WireGuardGoVersion}\nGo version: {Version_go}\nOperating system: {OsName}\nArchitecture: {GOARCH}", - "translation": "Версия приложения: {Number}\nВерсия бэкэнда: {WireGuardGoVersion}\nВерсия перехода: {Version_go}\nОперационная система: {OsName}\nАрхитектура: {GOARCH}", - "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": "OsName", - "string": "%[4]s", - "type": "string", - "underlyingType": "string", - "argNum": 4, - "expr": "version.OsName()" - }, - { - "id": "GOARCH", - "string": "%[5]s", - "type": "string", - "underlyingType": "string", - "argNum": 5, - "expr": "runtime.GOARCH" - } - ] - }, { "id": "Close", "message": "Close", @@ -859,12 +811,6 @@ "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, 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, with special exceptions for DHCP and NDP.", - "translation": "Когда конфигурация имеет ровно одного пира, и у этого пира есть разрешенные IP, содержащие хотя бы один из 0.0.0.0/0 или ::/0, то служба туннеля обязывает брандмауэр блокировать весь входящий и исходящий трафик, который не проходит через туннель, за исключением DHCP и NDP.", - "translatorComment": "Copied from source." - }, { "id": "&Save", "message": "&Save", @@ -1148,100 +1094,84 @@ "translatorComment": "Copied from source." }, { - "id": "WireGuard Tunnel Error", - "message": "WireGuard Tunnel Error", - "translation": "Ошибка туннеля WireGuard", + "id": "WireGuard Activated", + "message": "WireGuard Activated", + "translation": "WireGuard Включен", "translatorComment": "Copied from source." }, { - "id": "WireGuard: {TextForStateglobalState_true}", - "message": "WireGuard: {TextForStateglobalState_true}", - "translation": "WireGuard: {TextForStateglobalState_true}", + "id": "The {Name} tunnel has been activated.", + "message": "The {Name} tunnel has been activated.", + "translation": "Туннель {Name} подключен.", "translatorComment": "Copied from source.", "placeholders": [ { - "id": "TextForStateglobalState_true", + "id": "Name", "string": "%[1]s", "type": "string", "underlyingType": "string", "argNum": 1, - "expr": "textForState(globalState, true)" + "expr": "tunnel.Name" } ] }, { - "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": "WireGuard Deactivated", + "message": "WireGuard Deactivated", + "translation": "WireGuard Выключен", + "translatorComment": "Copied from source." }, { - "id": "Addresses: {String}", - "message": "Addresses: {String}", - "translation": "Адреса: {String}", + "id": "The {Name} tunnel has been deactivated.", + "message": "The {Name} tunnel has been deactivated.", + "translation": "Туннель {Name} отключен.", "translatorComment": "Copied from source.", "placeholders": [ { - "id": "String", + "id": "Name", "string": "%[1]s", "type": "string", "underlyingType": "string", "argNum": 1, - "expr": "sb.String()" + "expr": "tunnel.Name" } ] }, { - "id": "WireGuard Activated", - "message": "WireGuard Activated", - "translation": "WireGuard Включен", + "id": "WireGuard Tunnel Error", + "message": "WireGuard Tunnel Error", + "translation": "Ошибка туннеля WireGuard", "translatorComment": "Copied from source." }, { - "id": "The {Name} tunnel has been activated.", - "message": "The {Name} tunnel has been activated.", - "translation": "Туннель {Name} подключен.", + "id": "WireGuard: {TextForStateglobalState_true}", + "message": "WireGuard: {TextForStateglobalState_true}", + "translation": "WireGuard: {TextForStateglobalState_true}", "translatorComment": "Copied from source.", "placeholders": [ { - "id": "Name", + "id": "TextForStateglobalState_true", "string": "%[1]s", "type": "string", "underlyingType": "string", "argNum": 1, - "expr": "tunnel.Name" + "expr": "textForState(globalState, true)" } ] }, { - "id": "WireGuard Deactivated", - "message": "WireGuard Deactivated", - "translation": "WireGuard Выключен", - "translatorComment": "Copied from source." - }, - { - "id": "The {Name} tunnel has been deactivated.", - "message": "The {Name} tunnel has been deactivated.", - "translation": "Туннель {Name} отключен.", + "id": "Status: {StateText}", + "message": "Status: {StateText}", + "translation": "Статус: {StateText}", "translatorComment": "Copied from source.", "placeholders": [ { - "id": "Name", + "id": "StateText", "string": "%[1]s", "type": "string", "underlyingType": "string", "argNum": 1, - "expr": "tunnel.Name" + "expr": "stateText" } ] }, @@ -1323,6 +1253,12 @@ "translation": "&Удалить выбранные туннели", "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}", diff --git a/locales/sk/messages.gotext.json b/locales/sk/messages.gotext.json index 225c6654..c8d05aa2 100644 --- a/locales/sk/messages.gotext.json +++ b/locales/sk/messages.gotext.json @@ -575,54 +575,6 @@ "translation": "Obrázok WireGuard loga", "translatorComment": "Copied from source." }, - { - "id": "App version: {Number}\nGo backend version: {WireGuardGoVersion}\nGo version: {Version_go}\nOperating system: {OsName}\nArchitecture: {GOARCH}", - "message": "App version: {Number}\nGo backend version: {WireGuardGoVersion}\nGo version: {Version_go}\nOperating system: {OsName}\nArchitecture: {GOARCH}", - "translation": "Verzia aplikácie: {Number}\nVerzia Go backendu: {WireGuardGoVersion}\nVerzia Go: {Version_go}\nOperačný systém: {OsName}\nArchitektúra: {GOARCH}", - "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": "OsName", - "string": "%[4]s", - "type": "string", - "underlyingType": "string", - "argNum": 4, - "expr": "version.OsName()" - }, - { - "id": "GOARCH", - "string": "%[5]s", - "type": "string", - "underlyingType": "string", - "argNum": 5, - "expr": "runtime.GOARCH" - } - ] - }, { "id": "Close", "message": "Close", diff --git a/locales/sl/messages.gotext.json b/locales/sl/messages.gotext.json index 5e3347f4..abbd52f9 100644 --- a/locales/sl/messages.gotext.json +++ b/locales/sl/messages.gotext.json @@ -609,54 +609,6 @@ "translation": "Slika WireGuardovega logotipa", "translatorComment": "Copied from source." }, - { - "id": "App version: {Number}\nGo backend version: {WireGuardGoVersion}\nGo version: {Version_go}\nOperating system: {OsName}\nArchitecture: {GOARCH}", - "message": "App version: {Number}\nGo backend version: {WireGuardGoVersion}\nGo version: {Version_go}\nOperating system: {OsName}\nArchitecture: {GOARCH}", - "translation": "Verzija aplikacije: {Number}\nVerzija wireguard-go: {WireGuardGoVersion}\nVerzija Go: {Version_go}\nOperacijski sistem: {OsName}\nArhitektura: {GOARCH}", - "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": "OsName", - "string": "%[4]s", - "type": "string", - "underlyingType": "string", - "argNum": 4, - "expr": "version.OsName()" - }, - { - "id": "GOARCH", - "string": "%[5]s", - "type": "string", - "underlyingType": "string", - "argNum": 5, - "expr": "runtime.GOARCH" - } - ] - }, { "id": "Close", "message": "Close", @@ -859,12 +811,6 @@ "translation": "&Blokiraj promet izven tunela (varovalka)", "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, 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, 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 s posebnimi izjemami za DHCP and NDP.", - "translatorComment": "Copied from source." - }, { "id": "&Save", "message": "&Save", @@ -1148,100 +1094,84 @@ "translatorComment": "Copied from source." }, { - "id": "WireGuard Tunnel Error", - "message": "WireGuard Tunnel Error", - "translation": "Napaka tunela WireGuard", + "id": "WireGuard Activated", + "message": "WireGuard Activated", + "translation": "WireGuard aktiviran", "translatorComment": "Copied from source." }, { - "id": "WireGuard: {TextForStateglobalState_true}", - "message": "WireGuard: {TextForStateglobalState_true}", - "translation": "WireGuard: {TextForStateglobalState_true}", + "id": "The {Name} tunnel has been activated.", + "message": "The {Name} tunnel has been activated.", + "translation": "Tunel {Name} je bil aktiviran.", "translatorComment": "Copied from source.", "placeholders": [ { - "id": "TextForStateglobalState_true", + "id": "Name", "string": "%[1]s", "type": "string", "underlyingType": "string", "argNum": 1, - "expr": "textForState(globalState, true)" + "expr": "tunnel.Name" } ] }, { - "id": "Status: {StateText}", - "message": "Status: {StateText}", - "translation": "Status: {StateText}", - "translatorComment": "Copied from source.", - "placeholders": [ - { - "id": "StateText", - "string": "%[1]s", - "type": "string", - "underlyingType": "string", - "argNum": 1, - "expr": "stateText" - } - ] + "id": "WireGuard Deactivated", + "message": "WireGuard Deactivated", + "translation": "WireGuard deaktiviran", + "translatorComment": "Copied from source." }, { - "id": "Addresses: {String}", - "message": "Addresses: {String}", - "translation": "Naslovi: {String}", + "id": "The {Name} tunnel has been deactivated.", + "message": "The {Name} tunnel has been deactivated.", + "translation": "Tunel {Name} je bil deaktiviran.", "translatorComment": "Copied from source.", "placeholders": [ { - "id": "String", + "id": "Name", "string": "%[1]s", "type": "string", "underlyingType": "string", "argNum": 1, - "expr": "sb.String()" + "expr": "tunnel.Name" } ] }, { - "id": "WireGuard Activated", - "message": "WireGuard Activated", - "translation": "WireGuard aktiviran", + "id": "WireGuard Tunnel Error", + "message": "WireGuard Tunnel Error", + "translation": "Napaka tunela WireGuard", "translatorComment": "Copied from source." }, { - "id": "The {Name} tunnel has been activated.", - "message": "The {Name} tunnel has been activated.", - "translation": "Tunel {Name} je bil aktiviran.", + "id": "WireGuard: {TextForStateglobalState_true}", + "message": "WireGuard: {TextForStateglobalState_true}", + "translation": "WireGuard: {TextForStateglobalState_true}", "translatorComment": "Copied from source.", "placeholders": [ { - "id": "Name", + "id": "TextForStateglobalState_true", "string": "%[1]s", "type": "string", "underlyingType": "string", "argNum": 1, - "expr": "tunnel.Name" + "expr": "textForState(globalState, true)" } ] }, { - "id": "WireGuard Deactivated", - "message": "WireGuard Deactivated", - "translation": "WireGuard deaktiviran", - "translatorComment": "Copied from source." - }, - { - "id": "The {Name} tunnel has been deactivated.", - "message": "The {Name} tunnel has been deactivated.", - "translation": "Tunel {Name} je bil deaktiviran.", + "id": "Status: {StateText}", + "message": "Status: {StateText}", + "translation": "Status: {StateText}", "translatorComment": "Copied from source.", "placeholders": [ { - "id": "Name", + "id": "StateText", "string": "%[1]s", "type": "string", "underlyingType": "string", "argNum": 1, - "expr": "tunnel.Name" + "expr": "stateText" } ] }, diff --git a/locales/uk/messages.gotext.json b/locales/uk/messages.gotext.json index df60b250..ca6635da 100644 --- a/locales/uk/messages.gotext.json +++ b/locales/uk/messages.gotext.json @@ -333,54 +333,6 @@ "translation": "Зображення логотипу WireGuard", "translatorComment": "Copied from source." }, - { - "id": "App version: {Number}\nGo backend version: {WireGuardGoVersion}\nGo version: {Version_go}\nOperating system: {OsName}\nArchitecture: {GOARCH}", - "message": "App version: {Number}\nGo backend version: {WireGuardGoVersion}\nGo version: {Version_go}\nOperating system: {OsName}\nArchitecture: {GOARCH}", - "translation": "Версія додатка: {Number}\nПерейти на бекенд версію: {WireGuardGoVersion}\nПерейти на версію: {Version_go}\nОпераційна система: {OsName}\nАрхітектура: {GOARCH}", - "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": "OsName", - "string": "%[4]s", - "type": "string", - "underlyingType": "string", - "argNum": 4, - "expr": "version.OsName()" - }, - { - "id": "GOARCH", - "string": "%[5]s", - "type": "string", - "underlyingType": "string", - "argNum": 5, - "expr": "runtime.GOARCH" - } - ] - }, { "id": "Close", "message": "Close", diff --git a/locales/vi/messages.gotext.json b/locales/vi/messages.gotext.json index b167b27f..94d44344 100644 --- a/locales/vi/messages.gotext.json +++ b/locales/vi/messages.gotext.json @@ -184,54 +184,6 @@ "translation": "Logo WireGuard", "translatorComment": "Copied from source." }, - { - "id": "App version: {Number}\nGo backend version: {WireGuardGoVersion}\nGo version: {Version_go}\nOperating system: {OsName}\nArchitecture: {GOARCH}", - "message": "App version: {Number}\nGo backend version: {WireGuardGoVersion}\nGo version: {Version_go}\nOperating system: {OsName}\nArchitecture: {GOARCH}", - "translation": "Phiên bản ứng dụng: {Number}\nPhiên bản Golang của WG: {WireGuardGoVersion}\nPhiên bản Golang: {Version_go}\nHệ điều hành: {OsName}\nKiến trúc xử lý: {GOARCH}", - "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": "OsName", - "string": "%[4]s", - "type": "string", - "underlyingType": "string", - "argNum": 4, - "expr": "version.OsName()" - }, - { - "id": "GOARCH", - "string": "%[5]s", - "type": "string", - "underlyingType": "string", - "argNum": 5, - "expr": "runtime.GOARCH" - } - ] - }, { "id": "Close", "message": "Close", diff --git a/locales/zh-CN/messages.gotext.json b/locales/zh-CN/messages.gotext.json index eb6d792a..367c3153 100644 --- a/locales/zh-CN/messages.gotext.json +++ b/locales/zh-CN/messages.gotext.json @@ -564,54 +564,6 @@ "translation": "WireGuard logo 图片", "translatorComment": "Copied from source." }, - { - "id": "App version: {Number}\nGo backend version: {WireGuardGoVersion}\nGo version: {Version_go}\nOperating system: {OsName}\nArchitecture: {GOARCH}", - "message": "App version: {Number}\nGo backend version: {WireGuardGoVersion}\nGo version: {Version_go}\nOperating system: {OsName}\nArchitecture: {GOARCH}", - "translation": "应用版本: {Number}\nGo 后端版本: {WireGuardGoVersion}\nGo 版本: {Version_go}\n操作系统: {OsName}\n架构: {GOARCH}", - "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": "OsName", - "string": "%[4]s", - "type": "string", - "underlyingType": "string", - "argNum": 4, - "expr": "version.OsName()" - }, - { - "id": "GOARCH", - "string": "%[5]s", - "type": "string", - "underlyingType": "string", - "argNum": 5, - "expr": "runtime.GOARCH" - } - ] - }, { "id": "Close", "message": "Close", @@ -814,12 +766,6 @@ "translation": "拦截未经隧道的流量 (kill-switch) (&B)", "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, 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, with special exceptions for DHCP and NDP.", - "translation": "只有一个节点,且该节点允许的 IP 中包含 0.0.0.0/0 或 ::/0 时,使用防火墙规则拦截所有未通过隧道的流量 (DHCP 和 NDP 流量除外)。", - "translatorComment": "Copied from source." - }, { "id": "&Save", "message": "&Save", @@ -1103,100 +1049,84 @@ "translatorComment": "Copied from source." }, { - "id": "WireGuard Tunnel Error", - "message": "WireGuard Tunnel Error", - "translation": "WireGuard 隧道错误", + "id": "WireGuard Activated", + "message": "WireGuard Activated", + "translation": "WireGuard 已连接", "translatorComment": "Copied from source." }, { - "id": "WireGuard: {TextForStateglobalState_true}", - "message": "WireGuard: {TextForStateglobalState_true}", - "translation": "WireGuard: {TextForStateglobalState_true}", + "id": "The {Name} tunnel has been activated.", + "message": "The {Name} tunnel has been activated.", + "translation": "隧道「{Name}」已连接。", "translatorComment": "Copied from source.", "placeholders": [ { - "id": "TextForStateglobalState_true", + "id": "Name", "string": "%[1]s", "type": "string", "underlyingType": "string", "argNum": 1, - "expr": "textForState(globalState, true)" + "expr": "tunnel.Name" } ] }, { - "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": "WireGuard Deactivated", + "message": "WireGuard Deactivated", + "translation": "WireGuard 已断开", + "translatorComment": "Copied from source." }, { - "id": "Addresses: {String}", - "message": "Addresses: {String}", - "translation": "地址: {String}", + "id": "The {Name} tunnel has been deactivated.", + "message": "The {Name} tunnel has been deactivated.", + "translation": "隧道「{Name}」已断开连接。", "translatorComment": "Copied from source.", "placeholders": [ { - "id": "String", + "id": "Name", "string": "%[1]s", "type": "string", "underlyingType": "string", "argNum": 1, - "expr": "sb.String()" + "expr": "tunnel.Name" } ] }, { - "id": "WireGuard Activated", - "message": "WireGuard Activated", - "translation": "WireGuard 已连接", + "id": "WireGuard Tunnel Error", + "message": "WireGuard Tunnel Error", + "translation": "WireGuard 隧道错误", "translatorComment": "Copied from source." }, { - "id": "The {Name} tunnel has been activated.", - "message": "The {Name} tunnel has been activated.", - "translation": "隧道「{Name}」已连接。", + "id": "WireGuard: {TextForStateglobalState_true}", + "message": "WireGuard: {TextForStateglobalState_true}", + "translation": "WireGuard: {TextForStateglobalState_true}", "translatorComment": "Copied from source.", "placeholders": [ { - "id": "Name", + "id": "TextForStateglobalState_true", "string": "%[1]s", "type": "string", "underlyingType": "string", "argNum": 1, - "expr": "tunnel.Name" + "expr": "textForState(globalState, true)" } ] }, { - "id": "WireGuard Deactivated", - "message": "WireGuard Deactivated", - "translation": "WireGuard 已断开", - "translatorComment": "Copied from source." - }, - { - "id": "The {Name} tunnel has been deactivated.", - "message": "The {Name} tunnel has been deactivated.", - "translation": "隧道「{Name}」已断开连接。", + "id": "Status: {StateText}", + "message": "Status: {StateText}", + "translation": "状态: {StateText}", "translatorComment": "Copied from source.", "placeholders": [ { - "id": "Name", + "id": "StateText", "string": "%[1]s", "type": "string", "underlyingType": "string", "argNum": 1, - "expr": "tunnel.Name" + "expr": "stateText" } ] }, diff --git a/locales/zh-TW/messages.gotext.json b/locales/zh-TW/messages.gotext.json index d2b1580a..f6283b2e 100644 --- a/locales/zh-TW/messages.gotext.json +++ b/locales/zh-TW/messages.gotext.json @@ -564,54 +564,6 @@ "translation": "WireGuard logo 圖片", "translatorComment": "Copied from source." }, - { - "id": "App version: {Number}\nGo backend version: {WireGuardGoVersion}\nGo version: {Version_go}\nOperating system: {OsName}\nArchitecture: {GOARCH}", - "message": "App version: {Number}\nGo backend version: {WireGuardGoVersion}\nGo version: {Version_go}\nOperating system: {OsName}\nArchitecture: {GOARCH}", - "translation": "應用程式版本: {Number}\n後端程式(Go 實作)版本: {WireGuardGoVersion}\nGo 版本: {Version_go}\n作業系統: {OsName}\n架構: {GOARCH}", - "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": "OsName", - "string": "%[4]s", - "type": "string", - "underlyingType": "string", - "argNum": 4, - "expr": "version.OsName()" - }, - { - "id": "GOARCH", - "string": "%[5]s", - "type": "string", - "underlyingType": "string", - "argNum": 5, - "expr": "runtime.GOARCH" - } - ] - }, { "id": "Close", "message": "Close", @@ -814,12 +766,6 @@ "translation": "阻斷未經過隧道的流量(kill-switch) (&B)", "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, 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, with special exceptions for DHCP and NDP.", - "translation": "只有一個節點且該節點允許位址包含 0.0.0.0/0 或 ::/0 時,使用防火牆攔截所有非通過隧道的流量。\n(DHCP 及 NDP 流量除外)", - "translatorComment": "Copied from source." - }, { "id": "&Save", "message": "&Save", @@ -1103,100 +1049,84 @@ "translatorComment": "Copied from source." }, { - "id": "WireGuard Tunnel Error", - "message": "WireGuard Tunnel Error", - "translation": "WireGuard 隧道錯誤", + "id": "WireGuard Activated", + "message": "WireGuard Activated", + "translation": "WireGuard 已連線", "translatorComment": "Copied from source." }, { - "id": "WireGuard: {TextForStateglobalState_true}", - "message": "WireGuard: {TextForStateglobalState_true}", - "translation": "WireGuard - {TextForStateglobalState_true}", + "id": "The {Name} tunnel has been activated.", + "message": "The {Name} tunnel has been activated.", + "translation": "已連線至隧道 - {Name}", "translatorComment": "Copied from source.", "placeholders": [ { - "id": "TextForStateglobalState_true", + "id": "Name", "string": "%[1]s", "type": "string", "underlyingType": "string", "argNum": 1, - "expr": "textForState(globalState, true)" + "expr": "tunnel.Name" } ] }, { - "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": "WireGuard Deactivated", + "message": "WireGuard Deactivated", + "translation": "WireGuard 已中斷連線", + "translatorComment": "Copied from source." }, { - "id": "Addresses: {String}", - "message": "Addresses: {String}", - "translation": "[位址] {String}", + "id": "The {Name} tunnel has been deactivated.", + "message": "The {Name} tunnel has been deactivated.", + "translation": "已中斷與隧道的連線 - {Name}", "translatorComment": "Copied from source.", "placeholders": [ { - "id": "String", + "id": "Name", "string": "%[1]s", "type": "string", "underlyingType": "string", "argNum": 1, - "expr": "sb.String()" + "expr": "tunnel.Name" } ] }, { - "id": "WireGuard Activated", - "message": "WireGuard Activated", - "translation": "WireGuard 已連線", + "id": "WireGuard Tunnel Error", + "message": "WireGuard Tunnel Error", + "translation": "WireGuard 隧道錯誤", "translatorComment": "Copied from source." }, { - "id": "The {Name} tunnel has been activated.", - "message": "The {Name} tunnel has been activated.", - "translation": "已連線至隧道 - {Name}", + "id": "WireGuard: {TextForStateglobalState_true}", + "message": "WireGuard: {TextForStateglobalState_true}", + "translation": "WireGuard - {TextForStateglobalState_true}", "translatorComment": "Copied from source.", "placeholders": [ { - "id": "Name", + "id": "TextForStateglobalState_true", "string": "%[1]s", "type": "string", "underlyingType": "string", "argNum": 1, - "expr": "tunnel.Name" + "expr": "textForState(globalState, true)" } ] }, { - "id": "WireGuard Deactivated", - "message": "WireGuard Deactivated", - "translation": "WireGuard 已中斷連線", - "translatorComment": "Copied from source." - }, - { - "id": "The {Name} tunnel has been deactivated.", - "message": "The {Name} tunnel has been deactivated.", - "translation": "已中斷與隧道的連線 - {Name}", + "id": "Status: {StateText}", + "message": "Status: {StateText}", + "translation": "[狀態] {StateText}", "translatorComment": "Copied from source.", "placeholders": [ { - "id": "Name", + "id": "StateText", "string": "%[1]s", "type": "string", "underlyingType": "string", "argNum": 1, - "expr": "tunnel.Name" + "expr": "stateText" } ] }, diff --git a/zgotext.go b/zgotext.go index 077cbe29..d59fe3c2 100644 --- a/zgotext.go +++ b/zgotext.go @@ -62,179 +62,185 @@ var messageKeyToIndex = map[string]int{ "%d hour(s)": 13, "%d minute(s)": 14, "%d second(s)": 15, - "%d tunnels were unable to be removed.": 157, + "%d tunnels were unable to be removed.": 154, "%d year(s)": 11, "%d\u00a0B": 17, - "%s\n\nPlease consult the log for more information.": 110, - "%s (out of date)": 111, - "%s (unsigned build, no updates)": 162, - "%s You cannot undo this action.": 153, + "%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": 70, + "%s received, %s sent": 69, "%s: %q": 22, - "&About WireGuard…": 108, - "&Activate": 57, - "&Block untunneled traffic (kill-switch)": 81, - "&Configuration:": 85, - "&Copy": 101, - "&Deactivate": 56, - "&Edit": 132, - "&Import tunnel(s) from file…": 118, - "&Manage tunnels…": 117, - "&Name:": 78, - "&Public key:": 79, - "&Remove selected tunnel(s)": 140, - "&Save": 83, - "&Save to file…": 103, - "&Toggle": 137, - "&Tunnels": 176, + "&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, "(no argument): elevate and install manager service": 1, - "(unknown)": 80, - "A name is required.": 87, - "A tunnel was unable to be removed: %s": 155, + "(unknown)": 79, + "A name is required.": 85, + "A tunnel was unable to be removed: %s": 152, "About WireGuard": 50, - "Activating": 96, - "Active": 95, - "Add &empty tunnel…": 133, - "Add Tunnel": 134, - "Addresses:": 61, - "Addresses: %s": 123, - "Addresses: None": 116, + "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:": 64, - "An Update is Available!": 128, + "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.": 165, - "An update to WireGuard is now available. You are advised to update as soon as possible.": 130, - "Another tunnel already exists with the name ‘%s’": 143, - "Another tunnel already exists with the name ‘%s’.": 91, - "App version: %s\nGo backend version: %s\nGo version: %s\nOperating system: %s\nArchitecture: %s": 52, - "Are you sure you would like to delete %d tunnels?": 150, - "Are you sure you would like to delete tunnel ‘%s’?": 152, - "Brackets must contain an IPv6 address": 27, - "Cancel": 84, - "Close": 53, - "Command Line Options": 3, - "Config key is missing an equals separator": 37, - "Configuration Files (*.zip, *.conf)|*.zip;*.conf|All Files (*.*)|*.*": 158, - "Configuration ZIP Files (*.zip)|*.zip": 160, - "Could not enumerate existing tunnels: %v": 142, - "Could not import selected configuration: %v": 141, - "Create new tunnel": 76, - "DNS servers:": 62, - "Deactivating": 98, - "Delete %d tunnels": 149, - "Delete tunnel ‘%s’": 151, - "E&xit": 119, - "Edit &selected tunnel…": 139, - "Edit tunnel": 77, - "Endpoint:": 65, - "Error": 0, - "Error Exiting WireGuard": 163, - "Error in getting configuration": 44, - "Error: %v. Please try again.": 169, - "Export all tunnels to &zip…": 138, - "Export all tunnels to zip": 136, - "Export log to file": 107, - "Export tunnels to zip": 161, - "Failed to activate tunnel": 72, - "Failed to deactivate tunnel": 73, - "Failed to determine tunnel state": 71, - "File ‘%s’ already exists.\n\nDo you want to overwrite it?": 94, - "Import tunnel(s) from file": 159, - "Imported %d of %d tunnels": 147, - "Imported %d tunnels": 146, - "Imported tunnels": 145, - "Inactive": 97, - "Interface: %s": 74, - "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": 86, - "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:": 67, - "Line must occur in a section": 36, - "Listen port:": 59, - "Log": 100, - "Log message": 105, - "MTU:": 60, - "Missing port from endpoint": 25, - "Now": 9, - "Number must be a number between 0 and 2^64-1: %v": 33, - "Peer": 75, - "Persistent keepalive:": 66, - "Preshared key:": 63, + "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, + "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, + "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:": 58, - "Remove selected tunnel(s)": 135, - "Select &all": 102, - "Status:": 55, - "Status: %s": 122, - "Status: Complete!": 170, - "Status: Unknown": 115, - "Status: Waiting for updater service": 168, - "Status: Waiting for user": 166, + "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 (*.*)|*.*": 106, - "The %s tunnel has been activated.": 125, - "The %s tunnel has been deactivated.": 127, - "Time": 104, - "Transfer:": 68, - "Tunnel Error": 109, - "Tunnel already exists": 90, + "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.": 88, - "Tunnels": 131, + "Tunnel name ‘%s’ is invalid.": 86, + "Tunnels": 128, "Two commas in a row": 34, - "Unable to create new configuration": 92, - "Unable to create tunnel": 148, - "Unable to delete tunnel": 154, - "Unable to delete tunnels": 156, + "Unable to create new configuration": 90, + "Unable to create tunnel": 145, + "Unable to delete tunnel": 151, + "Unable to delete tunnels": 153, "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.": 164, - "Unable to import configuration: %v": 144, - "Unable to list existing tunnels": 89, + "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": 113, - "Unknown state": 99, - "Update Now": 167, + "Unable to wait for WireGuard window to appear: %v": 111, + "Unknown state": 97, + "Update Now": 164, "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, with special exceptions for DHCP and NDP.": 82, - "WireGuard Activated": 124, - "WireGuard Deactivated": 126, - "WireGuard Detection Error": 112, - "WireGuard Tunnel Error": 120, - "WireGuard Update Available": 129, + "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": 121, - "WireGuard: Deactivated": 114, - "Writing file failed": 93, - "You must use the native version of WireGuard on this computer.": 175, + "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, - "enabled": 69, - "http2: Framer %p: failed to decode just-written frame": 171, - "http2: Framer %p: read %v": 173, - "http2: Framer %p: wrote %v": 172, - "http2: decoded hpack field %+v": 174, - "no configuration files were found": 177, - "♥ &Donate!": 54, + "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, } -var deIndex = []uint32{ // 179 elements +var deIndex = []uint32{ // 185 elements // Entry 0 - 1F 0x00000000, 0x00000007, 0x00000059, 0x00000074, 0x0000008b, 0x000000e1, 0x00000115, 0x0000016c, @@ -250,45 +256,47 @@ var deIndex = []uint32{ // 179 elements 0x000005bc, 0x000005e4, 0x0000061e, 0x00000633, 0x00000671, 0x00000697, 0x000006c4, 0x000006e5, 0x0000070d, 0x00000710, 0x00000713, 0x00000723, - 0x00000732, 0x0000079a, 0x000007a5, 0x000007b3, - 0x000007bb, 0x000007c9, 0x000007d5, 0x000007ef, - 0x000007fd, 0x00000802, 0x0000080c, 0x00000818, + 0x00000732, 0x0000073d, 0x0000074b, 0x00000753, + 0x00000761, 0x0000076d, 0x00000787, 0x00000795, + 0x0000079a, 0x000007a4, 0x000007b0, 0x000007c6, // Entry 40 - 5F - 0x0000082e, 0x0000083c, 0x00000846, 0x0000085b, - 0x00000875, 0x00000882, 0x0000088c, 0x000008ac, - 0x000008d7, 0x000008fc, 0x00000923, 0x00000938, - 0x00000943, 0x00000960, 0x00000972, 0x00000979, - 0x00000994, 0x000009a0, 0x000009d4, 0x00000b02, - 0x00000b0d, 0x00000b17, 0x00000b27, 0x00000b38, - 0x00000b50, 0x00000b74, 0x00000ba7, 0x00000bc0, - 0x00000bf8, 0x00000c26, 0x00000c46, 0x00000c8b, + 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, // Entry 60 - 7F - 0x00000c91, 0x00000c9b, 0x00000ca3, 0x00000caf, - 0x00000cc3, 0x00000ccd, 0x00000cd7, 0x00000ce8, - 0x00000cff, 0x00000d04, 0x00000d15, 0x00000d46, - 0x00000d64, 0x00000d78, 0x00000d86, 0x00000dc7, - 0x00000dd8, 0x00000df3, 0x00000e3b, 0x00000e52, - 0x00000e64, 0x00000e74, 0x00000e89, 0x00000eaa, - 0x00000eb3, 0x00000ecb, 0x00000edc, 0x00000eea, - 0x00000efa, 0x00000f0e, 0x00000f30, 0x00000f46, + 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, // Entry 80 - 9F - 0x00000f6a, 0x00000f8e, 0x00000fb2, 0x00001025, - 0x0000102c, 0x00001038, 0x0000105c, 0x0000106f, - 0x0000108d, 0x000010b7, 0x000010c3, 0x000010e8, - 0x0000110c, 0x0000112d, 0x0000116e, 0x000011a0, - 0x000011da, 0x0000120e, 0x00001220, 0x00001259, - 0x000012a5, 0x000012c5, 0x000012fa, 0x0000136a, - 0x00001386, 0x000013bd, 0x000013fa, 0x00001419, - 0x00001449, 0x0000146f, 0x000014d0, 0x0000151a, + 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, // Entry A0 - BF - 0x00001536, 0x0000155f, 0x0000157e, 0x000015a9, - 0x000015cb, 0x00001637, 0x000016a5, 0x000016bf, - 0x000016d3, 0x000016fc, 0x0000172a, 0x0000173a, - 0x00001786, 0x000017ad, 0x000017d0, 0x000017f3, - 0x000017f3, 0x000017f3, 0x000017f3, -} // Size: 740 bytes + 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 -const deData string = "" + // Size: 6131 bytes +const deData string = "" + // Size: 5709 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" + @@ -319,74 +327,68 @@ const deData string = "" + // Size: 6131 bytes "\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" + - "\x02App Version: %[1]s\x0aGo Backend Version: %[2]s\x0aGo Version: %[3]s" + - "\x0aBetriebssystem: %[4]s\x0aArchitektur: %[5]s\x02Schließen\x02♥ &Spend" + - "en!\x02Status:\x02&Deaktivieren\x02&Aktivieren\x02Öffentlicher Schlüssel" + - ":\x02Eingangsport:\x02MTU:\x02Adressen:\x02DNS-Server:\x02Geteilter Schl" + - "üssel:\x02Erlaubte IPs:\x02Endpunkt:\x02Erhaltungsintervall:\x02Letzter" + - " Schlüsseltausch:\x02Übertragen:\x02aktiviert\x02%[1]s empfangen, %[1]s " + - "gesendet\x02Tunnelstatus konnte nicht ermittelt werden\x02Tunnel aktivie" + - "ren ist fehlgeschlagen\x02Tunnel deaktivieren ist fehlgeschlagen\x02Schn" + - "ittstelle: %[1]s\x02Teilnehmer\x02Einen neuen Tunnel erstellen\x02Tunnel" + - " bearbeiten\x02&Name:\x02&Öffentlicher Schlüssel:\x02(unbekannt)\x02&Blo" + - "ckiere Verkehr außerhalb des Tunnels (Not-Aus)\x02Wenn die 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, so wird ein Firewall-Regelsatz e" + - "rstellt, der allen Verkehr blockiert, der weder aus dem Tunnel stammt no" + - "ch in diesen geht, mit Ausnahmen für DHCP- und NDP-Verkehr.\x02&Speicher" + - "n\x02Abbrechen\x02&Konfiguration:\x02Ungültiger Name\x02Ein Name ist not" + - "wendig.\x02Der Name „%[1]s“ ist ungültig.\x02Vorhandene Tunnel können ni" + - "cht aufgelistet werden\x02Tunnel existiert bereits\x02Ein Tunnel mit dem" + - " Namen „%[1]s“ existiert bereits.\x02Neue Konfiguration kann nicht erste" + - "llt werden\x02Schreiben der Datei schlug fehl\x02Die Datei „%[1]s“ exist" + - "iert bereits.\x0a\x0aMöchten Sie sie ersetzen?\x02Aktiv\x02Aktiviere\x02" + - "Inaktiv\x02Deaktiviere\x02Unbekannter Zustand\x02Protokoll\x02&Kopieren" + - "\x02&Alles markieren\x02&In Datei Speichern…\x02Zeit\x02Protokolleintrag" + - "\x02Textdateien (*.txt)|*.txt|Alle Dateien (*.*)|*.*\x02Exportiere Proto" + - "koll 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 Erscheinen des WireGuar" + - "d Fensters nicht möglich: %[1]v \x02WireGuard: Deaktiviert\x02Status: Un" + - "bekannt\x02Adressen: Keine\x02Tunnel &verwalten…\x02Tunnel aus Datei &im" + - "portieren…\x02&Beenden\x02WireGuard Tunnel Fehler\x02WireGuard: %[1]s" + - "\x02Status: %[1]s\x02Adressen: %[1]s\x02WireGuard aktiviert\x02Der Tunne" + - "l %[1]s wurde aktiviert.\x02WireGuard deaktiviert\x02Der Tunnel %[1]s wu" + - "rde deaktiviert.\x02Eine Aktualisierung ist verfügbar!\x02WireGuard Aktu" + - "alisierung verfügbar\x02Eine Aktualisierung für WireGuard ist jetzt verf" + - "ügbar. Es wird empfohlen diese schnellstmöglich durchzuführen.\x02Tunne" + - "l\x02&Bearbeiten\x02Einen &leeren Tunnel hinzufügen…\x02Tunnel hinzufüge" + - "n\x02Markierte(n) Tunnel entfernen\x02Alle Tunnel in eine Zip-Datei expo" + - "rtieren\x02&Umschalten\x02Exportiere alle Tunnel in &Zip-Datei\x02Ausgew" + - "ählten Tunnel &bearbeiten…\x02Ausgewählte(n) Tunnel &löschen\x02Ausgewä" + - "hlte Konfiguration konnte nicht importiert werden: %[1]v\x02Konnte exist" + - "ierende Tunnel nicht auflisten: %[1]v\x02Es existiert bereits 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 im" + - "portiert\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 impor" + - "tiert\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öcht" + - "en Sie diese %[1]d Tunnel wirklich löschen?\x02Tunnel „%[1]s“ löschen" + - "\x02Möchten Sie den Tunnel „%[1]s“ wirklich löschen?\x02%[1]s Dieser Sch" + - "ritt kann nicht rückgängig gemacht werden.\x02Tunnel löschen nicht mögli" + - "ch\x02Ein Tunnel konnte nicht gelöscht werden: %[1]s\x02Tunnel konnten n" + - "icht gelöscht werden\x14\x01\x81\x01\x00\x02+\x02%[1]d Tunnel konnte nic" + - "ht entfernt werden.\x00-\x02%[1]d Tunnel konnten nicht gelöscht werden." + - "\x02Konfigurationsdateien (*.zip, *.conf)|*.zip;*.conf|Alle Dateien (*.*" + - ")|*.*\x02Importiere Tunnel aus Datei\x02Konfigurations-ZIP-Dateien (*.zi" + - "p)|*.zip\x02Exportiere Tunnel in Zip-Datei\x02%[1]s (unsigniert, keine A" + - "ktualisierungen)\x02Fehler beim Beenden von WireGuard\x02Der Dienst konn" + - "te nicht gestoppt werden: %[1]v. Versuchen Sie WireGuard in der Dienstve" + - "rwaltung zu beenden.\x02Eine Aktualisierung für WireGuard ist verfügbar." + - " Es ist höchst empfehlenswert diese sofort durchzuführen.\x02Status: Auf" + - " Nutzer warten\x02Jetzt aktualisieren\x02Status: Auf Aktualisierungsdien" + - "st warten\x02Fehler: %[1]v. Bitte versuchen Sie es erneut.\x02Status: Fe" + - "rtig!\x02http2: Framer %[1]p: Fehler beim dekodieren des gerade geschrie" + - "benen Frames\x02http2: Framer %[1]p: %[2]v geschrieben\x02http2: Framer " + - "%[1]p: %[2]v gelesen\x02http2: hpack Feld %+[1]v dekodiert" + "\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" -var enIndex = []uint32{ // 179 elements +var enIndex = []uint32{ // 185 elements // Entry 0 - 1F 0x00000000, 0x00000006, 0x00000039, 0x0000004f, 0x00000064, 0x000000aa, 0x000000d6, 0x00000127, @@ -402,45 +404,47 @@ var enIndex = []uint32{ // 179 elements 0x000004b4, 0x000004d3, 0x000004f8, 0x00000509, 0x00000529, 0x00000548, 0x0000056a, 0x00000585, 0x000005a2, 0x000005a5, 0x000005a8, 0x000005b8, - 0x000005cd, 0x00000638, 0x0000063e, 0x0000064b, - 0x00000653, 0x0000065f, 0x00000669, 0x00000675, - 0x00000682, 0x00000687, 0x00000692, 0x0000069f, + 0x000005cd, 0x000005d3, 0x000005e0, 0x000005e8, + 0x000005f4, 0x000005fe, 0x0000060a, 0x00000617, + 0x0000061c, 0x00000627, 0x00000634, 0x00000643, // Entry 40 - 5F - 0x000006ae, 0x000006bb, 0x000006c5, 0x000006db, - 0x000006ed, 0x000006f7, 0x000006ff, 0x0000071a, - 0x0000073b, 0x00000755, 0x00000771, 0x00000782, - 0x00000787, 0x00000799, 0x000007a5, 0x000007ac, - 0x000007b9, 0x000007c3, 0x000007eb, 0x00000909, - 0x0000090f, 0x00000916, 0x00000926, 0x00000933, - 0x00000947, 0x0000096b, 0x0000098b, 0x000009a1, - 0x000009da, 0x000009fd, 0x00000a11, 0x00000a50, + 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, // Entry 60 - 7F - 0x00000a57, 0x00000a62, 0x00000a6b, 0x00000a78, - 0x00000a86, 0x00000a8a, 0x00000a90, 0x00000a9c, - 0x00000aad, 0x00000ab2, 0x00000abe, 0x00000aeb, - 0x00000afe, 0x00000b12, 0x00000b1f, 0x00000b53, - 0x00000b67, 0x00000b81, 0x00000bb6, 0x00000bcd, - 0x00000bdd, 0x00000bed, 0x00000c00, 0x00000c1f, - 0x00000c25, 0x00000c3c, 0x00000c4d, 0x00000c5b, - 0x00000c6c, 0x00000c80, 0x00000ca5, 0x00000cbb, + 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, // Entry 80 - 9F - 0x00000ce2, 0x00000cfa, 0x00000d15, 0x00000d6d, - 0x00000d75, 0x00000d7b, 0x00000d90, 0x00000d9b, - 0x00000db5, 0x00000dcf, 0x00000dd7, 0x00000df5, - 0x00000e0e, 0x00000e29, 0x00000e58, 0x00000e84, - 0x00000ebc, 0x00000ee2, 0x00000ef3, 0x00000f29, - 0x00000f70, 0x00000f88, 0x00000fba, 0x0000102c, - 0x00001046, 0x00001080, 0x000010a3, 0x000010bb, - 0x000010e4, 0x000010fd, 0x00001156, 0x0000119b, + 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, // Entry A0 - BF - 0x000011b6, 0x000011dc, 0x000011f2, 0x00001215, - 0x0000122d, 0x0000128c, 0x000012e1, 0x000012fa, - 0x00001305, 0x00001329, 0x00001349, 0x0000135b, - 0x00001394, 0x000013b5, 0x000013d5, 0x000013f7, - 0x00001436, 0x0000143f, 0x00001461, -} // Size: 740 bytes + 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 -const enData string = "" + // Size: 5217 bytes +const enData string = "" + // Size: 5317 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" + @@ -466,68 +470,69 @@ const enData string = "" + // Size: 5217 bytes "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\x02App version: %[1]s\x0aGo backend version: %[" + - "2]s\x0aGo version: %[3]s\x0aOperating system: %[4]s\x0aArchitecture: %[5" + - "]s\x02Close\x02♥ &Donate!\x02Status:\x02&Deactivate\x02&Activate\x02Publ" + - "ic key:\x02Listen port:\x02MTU:\x02Addresses:\x02DNS servers:\x02Preshar" + - "ed key:\x02Allowed IPs:\x02Endpoint:\x02Persistent keepalive:\x02Latest " + - "handshake:\x02Transfer:\x02enabled\x02%[1]s received, %[2]s sent\x02Fail" + - "ed to determine tunnel state\x02Failed to activate tunnel\x02Failed to d" + - "eactivate tunnel\x02Interface: %[1]s\x02Peer\x02Create new tunnel\x02Edi" + - "t tunnel\x02&Name:\x02&Public key:\x02(unknown)\x02&Block untunneled tra" + - "ffic (kill-switch)\x02When a configuration has exactly one peer, and tha" + - "t 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, with special exception" + - "s for DHCP and NDP.\x02&Save\x02Cancel\x02&Configuration:\x02Invalid nam" + - "e\x02A name is required.\x02Tunnel name ‘%[1]s’ is invalid.\x02Unable to" + - " list existing tunnels\x02Tunnel already exists\x02Another tunnel alread" + - "y exists with the name ‘%[1]s’.\x02Unable to create new configuration" + - "\x02Writing file failed\x02File ‘%[1]s’ already exists.\x0a\x0aDo you wa" + - "nt to overwrite it?\x02Active\x02Activating\x02Inactive\x02Deactivating" + - "\x02Unknown state\x02Log\x02&Copy\x02Select &all\x02&Save to file…\x02Ti" + - "me\x02Log message\x02Text Files (*.txt)|*.txt|All Files (*.*)|*.*\x02Exp" + - "ort log to file\x02&About WireGuard…\x02Tunnel Error\x02%[1]s\x0a\x0aPle" + - "ase consult the log for more information.\x02%[1]s (out of date)\x02Wire" + - "Guard 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\x02WireGua" + - "rd Tunnel Error\x02WireGuard: %[1]s\x02Status: %[1]s\x02Addresses: %[1]s" + - "\x02WireGuard Activated\x02The %[1]s tunnel has been activated.\x02WireG" + - "uard Deactivated\x02The %[1]s tunnel has been deactivated.\x02An Update " + - "is Available!\x02WireGuard Update Available\x02An update to WireGuard is" + - " now available. You are advised to update as soon as possible.\x02Tunnel" + - "s\x02&Edit\x02Add &empty tunnel…\x02Add Tunnel\x02Remove selected tunnel" + - "(s)\x02Export all tunnels to zip\x02&Toggle\x02Export all tunnels to &zi" + - "p…\x02Edit &selected tunnel…\x02&Remove selected tunnel(s)\x02Could not " + - "import selected configuration: %[1]v\x02Could not enumerate existing tun" + - "nels: %[1]v\x02Another tunnel already exists with the name ‘%[1]s’\x02Un" + - "able 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 \x02Impor" + - "ted %[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 tunnels\x14" + - "\x01\x81\x01\x00\x024\x02Are you sure you would like to delete %[1]d tun" + - "nel?\x005\x02Are you sure you would like to delete %[1]d tunnels?\x02Del" + - "ete tunnel ‘%[1]s’\x02Are you sure you would like to delete tunnel ‘%[1]" + - "s’?\x02%[1]s You cannot undo this action.\x02Unable to delete tunnel\x02" + - "A tunnel was unable to be removed: %[1]s\x02Unable to delete tunnels\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) from file" + - "\x02Configuration ZIP Files (*.zip)|*.zip\x02Export tunnels to zip\x02%[" + - "1]s (unsigned build, no updates)\x02Error Exiting WireGuard\x02Unable to" + - " exit service due to: %[1]v. You may want to stop WireGuard from the ser" + - "vice manager.\x02An update to WireGuard is available. It is highly advis" + - "able to update without delay.\x02Status: Waiting for user\x02Update Now" + - "\x02Status: Waiting for updater service\x02Error: %[1]v. Please try agai" + - "n.\x02Status: Complete!\x02http2: Framer %[1]p: failed to decode just-wr" + - "itten frame\x02http2: Framer %[1]p: wrote %[2]v\x02http2: Framer %[1]p: " + - "read %[2]v\x02http2: decoded hpack field %+[1]v\x02You must use the nati" + - "ve version of WireGuard on this computer.\x02&Tunnels\x02no configuratio" + - "n files were found" + "\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" + + "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" -var es_ESIndex = []uint32{ // 179 elements +var es_ESIndex = []uint32{ // 185 elements // Entry 0 - 1F 0x00000000, 0x00000006, 0x00000044, 0x00000058, 0x00000058, 0x00000058, 0x00000058, 0x00000058, @@ -578,14 +583,16 @@ var es_ESIndex = []uint32{ // 179 elements 0x00000058, 0x00000058, 0x00000058, 0x00000058, 0x00000058, 0x00000058, 0x00000058, 0x00000058, 0x00000058, 0x00000058, 0x00000058, 0x00000058, - 0x00000058, 0x00000058, 0x00000058, -} // Size: 740 bytes + 0x00000058, 0x00000058, 0x00000058, 0x00000058, + 0x00000058, 0x00000058, 0x00000058, 0x00000058, + 0x00000058, +} // Size: 764 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{ // 179 elements +var faIndex = []uint32{ // 185 elements // Entry 0 - 1F 0x00000000, 0x00000007, 0x00000007, 0x00000007, 0x0000002b, 0x0000002b, 0x0000002b, 0x0000002b, @@ -601,45 +608,47 @@ var faIndex = []uint32{ // 179 elements 0x000001b0, 0x000001b0, 0x000001b0, 0x000001c4, 0x00000214, 0x0000023e, 0x0000023e, 0x0000023e, 0x0000023e, 0x00000242, 0x00000246, 0x0000025d, - 0x0000025d, 0x0000025d, 0x00000266, 0x0000027d, - 0x00000289, 0x000002a4, 0x000002b9, 0x000002ce, - 0x000002e1, 0x000002e6, 0x000002f9, 0x0000030d, + 0x0000025d, 0x00000266, 0x0000027d, 0x00000289, + 0x000002a4, 0x000002b9, 0x000002ce, 0x000002e1, + 0x000002e6, 0x000002f9, 0x0000030d, 0x00000335, // Entry 40 - 5F - 0x00000335, 0x00000348, 0x0000035d, 0x00000388, - 0x00000388, 0x00000396, 0x000003a6, 0x000003a6, - 0x000003a6, 0x000003a6, 0x000003a6, 0x000003b6, - 0x000003bf, 0x000003dc, 0x000003f2, 0x000003fb, - 0x00000411, 0x00000424, 0x00000424, 0x00000424, - 0x00000430, 0x00000437, 0x0000044a, 0x00000460, - 0x00000481, 0x00000481, 0x000004c7, 0x000004f4, - 0x000004f4, 0x000004f4, 0x000004f4, 0x000004f4, + 0x00000348, 0x0000035d, 0x00000388, 0x00000388, + 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, // Entry 60 - 7F - 0x000004fd, 0x0000051d, 0x0000052c, 0x00000552, - 0x0000056e, 0x00000584, 0x00000592, 0x00000592, - 0x000005b3, 0x000005bc, 0x000005dd, 0x000005dd, - 0x00000619, 0x00000634, 0x00000648, 0x00000648, + 0x0000052c, 0x00000552, 0x0000056e, 0x00000584, + 0x00000592, 0x00000592, 0x000005b3, 0x000005bc, + 0x000005dd, 0x000005dd, 0x00000619, 0x00000634, 0x00000648, 0x00000648, 0x00000648, 0x00000648, - 0x00000665, 0x0000067f, 0x000006a0, 0x000006a0, - 0x000006a0, 0x000006bc, 0x000006bc, 0x000006ce, - 0x000006e7, 0x00000701, 0x00000723, 0x00000741, + 0x00000648, 0x00000648, 0x00000665, 0x0000067f, + 0x000006a0, 0x000006a0, 0x000006a0, 0x000006ba, + 0x000006dc, 0x000006fa, 0x000006fa, 0x00000716, + 0x00000716, 0x00000728, 0x0000075d, 0x00000796, // Entry 80 - 9F - 0x00000741, 0x00000776, 0x000007af, 0x000007af, - 0x000007bf, 0x000007cd, 0x000007fb, 0x00000811, - 0x00000836, 0x0000086b, 0x0000086b, 0x000008a4, - 0x000008a4, 0x000008a4, 0x000008a4, 0x000008a4, - 0x000008a4, 0x000008a4, 0x000008c6, 0x00000909, - 0x00000961, 0x0000098e, 0x000009c3, 0x000009c3, - 0x000009df, 0x000009df, 0x000009df, 0x00000a11, - 0x00000a11, 0x00000a46, 0x00000a46, 0x00000a46, + 0x00000796, 0x000007a6, 0x000007b4, 0x000007e2, + 0x000007f8, 0x0000081d, 0x00000852, 0x00000852, + 0x0000088b, 0x0000088b, 0x0000088b, 0x0000088b, + 0x0000088b, 0x0000088b, 0x0000088b, 0x000008ad, + 0x000008f0, 0x00000948, 0x00000975, 0x000009aa, + 0x000009aa, 0x000009c6, 0x000009c6, 0x000009c6, + 0x000009f8, 0x000009f8, 0x00000a2d, 0x00000a2d, + 0x00000a2d, 0x00000a60, 0x00000a9c, 0x00000aca, // Entry A0 - BF - 0x00000a79, 0x00000ab5, 0x00000ae3, 0x00000ae3, - 0x00000b19, 0x00000b19, 0x00000b19, 0x00000b4a, - 0x00000b73, 0x00000bbc, 0x00000bf4, 0x00000c0f, - 0x00000c0f, 0x00000c0f, 0x00000c0f, 0x00000c0f, - 0x00000c0f, 0x00000c0f, 0x00000c0f, -} // Size: 740 bytes + 0x00000aca, 0x00000b00, 0x00000b00, 0x00000b00, + 0x00000b31, 0x00000b5a, 0x00000ba3, 0x00000bdb, + 0x00000bf6, 0x00000bf6, 0x00000bf6, 0x00000bf6, + 0x00000bf6, 0x00000bf6, 0x00000bf6, 0x00000bf6, + 0x00000bf6, 0x00000bf6, 0x00000bf6, 0x00000bf6, + 0x00000bf6, 0x00000bf6, 0x00000bf6, 0x00000bf6, + 0x00000bf6, +} // Size: 764 bytes -const faData string = "" + // Size: 3087 bytes +const faData string = "" + // Size: 3062 bytes "\x02خطا\x02گزینه\u200cهای خط فرمان\x02هم اکنون\x14\x01\x81\x01\x00\x02" + "\x0d\x02%[1]d سال\x00\x0d\x02%[1]d سال\x14\x01\x81\x01\x00\x02\x0d\x02%[" + "1]d روز\x00\x0d\x02%[1]d روز\x14\x01\x81\x01\x00\x02\x0f\x02%[1]d ساعت" + @@ -660,25 +669,24 @@ const faData string = "" + // Size: 3087 bytes "\x02وضعیت ناشناخته\x02گزارش وقایع\x02&روگرفت\x02&ذخیره در پرونده…\x02زما" + "ن\x02پیام گزارش رویداد\x02برون\u200cبرد گزارش رویداد به پرونده\x02&دربا" + "ره WireGuard…\x02خطالی تونل\x02وضعیت: ناشناخته\x02نشانی\u200cها: هیچ" + - "\x02&مدیریت تونل\u200cها…\x02خطای تونل WireGuard\x02وضعیت: %[1]s\x02نشان" + - "ی\u200cها: %[1]s\x02WireGuard فعال\u200cشد\x02تونل %[1]s فعال\u200cشده." + - "\x02WireGuard غیرفعال شد\x02یک به\u200cروزرسانی در دسترس است!\x02به" + - "\u200cروزرسانی WireGuard در دسترس است\x02تونل\u200cها\x02&ویرایش\x02افزو" + - "دن &خالی\u200cکردن تونل…\x02افزودن تونل\x02حذف تونل(ها) انتخابی\x02برون" + - "\u200cبری همه تونل\u200cها به زیپ\x02برون\u200cبری همه تونل\u200cها به &" + - "زیپ…\x02تونل\u200cهای وارد شده\x14\x01\x81\x01\x00\x02\x1d\x02%[1]d تون" + - "ل وارد شد\x00\x1d\x02%[1]d تونل وارد شد\x14\x02\x80\x01\x02(\x02%[1]d ا" + - "ز %[2]d تونل وارد شد\x00(\x02%[1]d از %[2]d تونل وارد شد\x02نمی\u200cتو" + - "ان تونل ایجاد کرد\x14\x01\x81\x01\x00\x02\x16\x02حذف %[1]d تونل\x00\x16" + - "\x02حذف %[1]d تونل\x02حذف تونل ‘%[1]s’\x02حذف تونل\u200c امکان\u200cپذیر" + - " نیست\x02نمی\u200cتوان تونل\u200cها را حذف کرد\x02وارد کردن تونل(ها) از " + - "پرونده\x02پرونده\u200cهای پیکربندی زیپ (*.zip)|*.zip\x02برون\u200cبری ت" + - "ونل\u200cها به زیپ\x02خطا در هنگام خارج شدن از WireGuard\x02وضعیت: دران" + - "تظار برای کاربر\x02اکنون به\u200cروز رسانی کن\x02وضعیت: درانتظار برای س" + - "رویس به\u200cروزرسانی\x02خطا: %[1]v. لطفا دوباره تلاش کنید.\x02وضعیت: ک" + - "امل شد!" + "\x02&مدیریت تونل\u200cها…\x02WireGuard فعال\u200cشد\x02تونل %[1]s فعال" + + "\u200cشده.\x02WireGuard غیرفعال شد\x02خطای تونل WireGuard\x02وضعیت: %[1]" + + "s\x02یک به\u200cروزرسانی در دسترس است!\x02به\u200cروزرسانی WireGuard در " + + "دسترس است\x02تونل\u200cها\x02&ویرایش\x02افزودن &خالی\u200cکردن تونل…" + + "\x02افزودن تونل\x02حذف تونل(ها) انتخابی\x02برون\u200cبری همه تونل\u200cه" + + "ا به زیپ\x02برون\u200cبری همه تونل\u200cها به &زیپ…\x02تونل\u200cهای وا" + + "رد شده\x14\x01\x81\x01\x00\x02\x1d\x02%[1]d تونل وارد شد\x00\x1d\x02%[1" + + "]d تونل وارد شد\x14\x02\x80\x01\x02(\x02%[1]d از %[2]d تونل وارد شد\x00(" + + "\x02%[1]d از %[2]d تونل وارد شد\x02نمی\u200cتوان تونل ایجاد کرد\x14\x01" + + "\x81\x01\x00\x02\x16\x02حذف %[1]d تونل\x00\x16\x02حذف %[1]d تونل\x02حذف " + + "تونل ‘%[1]s’\x02حذف تونل\u200c امکان\u200cپذیر نیست\x02نمی\u200cتوان تو" + + "نل\u200cها را حذف کرد\x02وارد کردن تونل(ها) از پرونده\x02پرونده\u200cها" + + "ی پیکربندی زیپ (*.zip)|*.zip\x02برون\u200cبری تونل\u200cها به زیپ\x02خط" + + "ا در هنگام خارج شدن از WireGuard\x02وضعیت: درانتظار برای کاربر\x02اکنون" + + " به\u200cروز رسانی کن\x02وضعیت: درانتظار برای سرویس به\u200cروزرسانی\x02" + + "خطا: %[1]v. لطفا دوباره تلاش کنید.\x02وضعیت: کامل شد!" -var frIndex = []uint32{ // 179 elements +var frIndex = []uint32{ // 185 elements // Entry 0 - 1F 0x00000000, 0x00000007, 0x00000046, 0x00000063, 0x00000083, 0x000000cb, 0x00000104, 0x00000166, @@ -694,45 +702,47 @@ var frIndex = []uint32{ // 179 elements 0x000005e1, 0x00000608, 0x00000630, 0x00000648, 0x00000680, 0x000006a7, 0x000006d3, 0x000006f5, 0x00000721, 0x00000724, 0x00000726, 0x0000073d, - 0x00000758, 0x000007de, 0x000007e5, 0x000007f9, - 0x00000801, 0x0000080e, 0x00000817, 0x00000827, - 0x00000838, 0x0000083e, 0x00000849, 0x00000858, + 0x00000758, 0x0000075f, 0x00000773, 0x0000077b, + 0x00000788, 0x00000791, 0x000007a1, 0x000007b2, + 0x000007b8, 0x000007c3, 0x000007d2, 0x000007e8, // Entry 40 - 5F - 0x0000086e, 0x00000888, 0x0000089f, 0x000008cd, - 0x000008f4, 0x00000900, 0x0000090b, 0x0000092c, - 0x00000958, 0x00000977, 0x0000099b, 0x000009ad, - 0x000009b7, 0x000009d0, 0x000009e3, 0x000009ea, - 0x000009fb, 0x00000a08, 0x00000a3b, 0x00000b96, - 0x00000ba3, 0x00000bab, 0x00000bbc, 0x00000bcb, - 0x00000be3, 0x00000c0d, 0x00000c42, 0x00000c58, - 0x00000c8c, 0x00000cbc, 0x00000cda, 0x00000d19, + 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, // Entry 60 - 7F - 0x00000d24, 0x00000d38, 0x00000d45, 0x00000d5d, - 0x00000d6b, 0x00000d73, 0x00000d7b, 0x00000d8f, - 0x00000daf, 0x00000db5, 0x00000dc8, 0x00000e01, - 0x00000e25, 0x00000e3d, 0x00000e4e, 0x00000e98, - 0x00000eaa, 0x00000ecc, 0x00000f0e, 0x00000f25, - 0x00000f35, 0x00000f47, 0x00000f5f, 0x00000f91, - 0x00000f9a, 0x00000fb5, 0x00000fc7, 0x00000fd5, - 0x00000fe6, 0x00000ff8, 0x00001016, 0x0000102c, + 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, // Entry 80 - 9F - 0x0000104e, 0x00001067, 0x0000108d, 0x00001102, - 0x0000110a, 0x00001114, 0x0000112f, 0x00001141, - 0x0000116c, 0x0000118f, 0x00001199, 0x000011c0, - 0x000011e5, 0x00001211, 0x0000124f, 0x00001286, - 0x000012b2, 0x000012e1, 0x000012f3, 0x0000132a, - 0x00001373, 0x00001392, 0x000013ca, 0x0000142e, - 0x0000144e, 0x00001484, 0x000014b3, 0x000014d5, - 0x0000150a, 0x0000152e, 0x0000159a, 0x000015ed, + 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, // Entry A0 - BF - 0x0000161b, 0x00001647, 0x00001665, 0x00001696, - 0x000016b4, 0x0000172f, 0x000017a8, 0x000017cd, - 0x000017e7, 0x00001816, 0x0000183b, 0x0000184c, - 0x00001891, 0x000018b6, 0x000018d8, 0x000018fc, - 0x000018fc, 0x000018fc, 0x000018fc, -} // Size: 740 bytes + 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 -const frData string = "" + // Size: 6396 bytes +const frData string = "" + // Size: 5898 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" + @@ -763,23 +773,16 @@ const frData string = "" + // Size: 6396 bytes "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\x02Version de l'application : %[1]s\x0aVersion wireguard-go : %[2" + - "]s\x0aVersion Go : %[3]s\x0aSystème d'exploitation : %[4]s\x0aArchitectu" + - "re : %[5]s\x02Fermer\x02♥ &Faites un don!\x02État :\x02&Désactiver\x02&A" + - "ctiver\x02Clé publique :\x02Port d'écoute :\x02MTU :\x02Adresses :\x02Se" + - "rveurs DNS :\x02Clé pré-partagée :\x02Adresses IP autorisées :\x02Point " + - "de terminaison :\x02Conservation de connexion active permanente :\x02Der" + - "nier é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" + - "\x02Impossible d'activer le tunnel\x02Impossible de désactiver le tunnel" + - "\x02Interface : %[1]s\x02Homologue\x02Créer un nouveau tunnel\x02Modifie" + - "r le tunnel\x02&Nom :\x02&Clé publique :\x02(inconnu(e))\x02&Bloquer tou" + - "s le trafic hors tunnel (interrupteur)\x02Si la configuration a exacteme" + - "nt un homologue et si cet homologue a une addresse IP approvée contenant" + - " au moins un de 0.0.0.0/0\u00a0ou\u00a0::/0, le service de tunnelisation" + - " utilise l'ensemble de règles du pare-feu afin de blocquer tout le traff" + - "ic, sauf le traffic vers ou dépuis l'interface de tunnel et l'exceptions" + - " speciales liées à DHCP et NDP.\x02&Enregistrer\x02Annuler\x02&Configura" + + "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" + @@ -794,46 +797,46 @@ const frData string = "" + // Size: 6396 bytes "î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\x02Erreur" + - " du tunnel WireGuard\x02WireGuard : %[1]s\x02État : %[1]s\x02Adresses : " + - "%[1]s\x02WireGuard activé\x02Tunnel %[1]s a été activé.\x02WireGuard dés" + - "activé\x02Tunnel %[1]s a été désactivé.\x02Mise à jour disponible!\x02Wi" + - "reGuard mise à jour est disponible\x02Une mise à jour du WireGuard est d" + - "isponible. Il est conseillé de mettre votre WireGuard à jour dès que pos" + - "sible.\x02Tunnels\x02&Modifier\x02Ajouter un &tunnel vide…\x02Ajouter le" + - " tunnel\x02Supprimer le(s) tunnel(s) sélectionné(s)\x02Exporter tous les" + - " tunnels vers zip\x02&Basculer\x02Exporter tous les tunnels vers &zip…" + - "\x02Modifier &le tunnel sélectionné…\x02&Supprimer le(s) tunnel(s) sélec" + - "tionné(s)\x02Impossible d'importer la configuration sélectionnée : %[1]v" + - "\x02Impossible d'énumérer les tunnels existantes : %[1]v\x02Un tunnel no" + - "mmé « %[1]s » existe déjà.\x02Impossible d'importer la configuration : %" + - "[1]v\x02Tunnels importés\x14\x01\x81\x01\x00\x02\x16\x02%[1]d tunnel imp" + - "orté\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 importés\x02Impossi" + - "ble de créer le tunnel\x14\x01\x81\x01\x00\x02\x17\x02Supprimer %[1]d tu" + - "nnel\x00\x18\x02Supprimer %[1]d tunnels\x14\x01\x81\x01\x00\x02-\x02Voul" + - "ez-vous vraiment supprimer %[1]d tunnel?\x00.\x02Voulez-vous vraiment su" + - "pprimer %[1]d tunnels?\x02Supprimer le tunnel ‘%[1]s’\x02Voulez-vous vra" + - "iment supprimer le tunnel « %[1]s »?\x02%[1]s Vous ne pouvez pas annuler" + - " cette action.\x02Impossible de supprimer le tunnel\x02Il a été impossib" + - "le 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 tunn" + - "el.\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 configu" + - "ration ZIP (*.zip)|*.zip\x02Exporter les tunnels vers zip\x02%[1]s (vers" + - "ion non signée, aucune mise à jour)\x02Erreur de sortie du WireGuard\x02" + - "Impossible de quitter le service en raison de : %[1]v. Essayez d'arrêter" + - " WireGuard à partir du gestionnair des services.\x02Une mise à jour du W" + - "ireGuard est disponible. Il est fortement conseillé de metter votre Wire" + - "Guard à jour sans délai.\x02État: En attente de l’utilisateur\x02Mettre " + - "à jour maintenant\x02État: En attente du programme de mise à jour\x02Er" + - "reur : %[1]v. Veuillez 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 h" + - "pack %+[1]v décodé" + "\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é" -var idIndex = []uint32{ // 179 elements +var idIndex = []uint32{ // 185 elements // Entry 0 - 1F 0x00000000, 0x0000000a, 0x00000047, 0x00000062, 0x00000074, 0x000000bf, 0x000000f0, 0x00000148, @@ -849,45 +852,47 @@ var idIndex = []uint32{ // 179 elements 0x00000486, 0x000004ab, 0x000004d0, 0x000004e1, 0x00000509, 0x0000052d, 0x00000557, 0x0000056e, 0x00000593, 0x00000596, 0x00000596, 0x000005a8, - 0x000005a8, 0x0000060f, 0x00000615, 0x00000622, - 0x0000062a, 0x0000062a, 0x0000062a, 0x0000062a, - 0x0000062a, 0x0000062a, 0x0000062a, 0x0000062a, + 0x000005a8, 0x000005ae, 0x000005bb, 0x000005c3, + 0x000005c3, 0x000005c3, 0x000005c3, 0x000005c3, + 0x000005c3, 0x000005c3, 0x000005c3, 0x000005c3, // Entry 40 - 5F - 0x0000062a, 0x0000062a, 0x0000062a, 0x0000062a, - 0x0000062a, 0x0000062a, 0x0000062a, 0x0000062a, - 0x0000062a, 0x0000062a, 0x0000062a, 0x0000062a, - 0x0000062a, 0x0000062a, 0x0000062a, 0x0000062a, - 0x0000062a, 0x0000062a, 0x0000062a, 0x0000062a, - 0x0000062a, 0x0000062a, 0x0000062a, 0x0000062a, - 0x0000062a, 0x0000062a, 0x0000062a, 0x0000062a, - 0x0000062a, 0x0000062a, 0x0000062a, 0x0000062a, + 0x000005c3, 0x000005c3, 0x000005c3, 0x000005c3, + 0x000005c3, 0x000005c3, 0x000005c3, 0x000005c3, + 0x000005c3, 0x000005c3, 0x000005c3, 0x000005c3, + 0x000005c3, 0x000005c3, 0x000005c3, 0x000005c3, + 0x000005c3, 0x000005c3, 0x000005c3, 0x000005c3, + 0x000005c3, 0x000005c3, 0x000005c3, 0x000005c3, + 0x000005c3, 0x000005c3, 0x000005c3, 0x000005c3, + 0x000005c3, 0x000005c3, 0x000005c9, 0x000005d6, // Entry 60 - 7F - 0x00000630, 0x0000063d, 0x00000646, 0x00000654, - 0x0000066b, 0x00000673, 0x00000679, 0x00000685, - 0x000006a2, 0x000006a8, 0x000006b2, 0x000006e2, - 0x000006fa, 0x00000710, 0x0000071c, 0x00000752, - 0x00000765, 0x0000077c, 0x000007b1, 0x000007ca, - 0x000007e2, 0x000007f1, 0x00000804, 0x0000081f, - 0x00000827, 0x0000083d, 0x0000084e, 0x0000085c, - 0x0000085c, 0x0000085c, 0x0000085c, 0x0000085c, + 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, // Entry 80 - 9F - 0x0000085c, 0x0000085c, 0x0000085c, 0x0000085c, - 0x0000085c, 0x0000085c, 0x0000085c, 0x0000085c, - 0x0000085c, 0x0000085c, 0x0000085c, 0x0000087b, - 0x00000894, 0x000008ab, 0x000008e1, 0x000008e1, - 0x000008e1, 0x000008e1, 0x000008e1, 0x000008e1, - 0x000008e1, 0x000008e1, 0x000008e1, 0x000008e1, - 0x000008e1, 0x000008e1, 0x000008e1, 0x000008e1, - 0x000008e1, 0x000008e1, 0x000008e1, 0x000008e1, + 0x000007f5, 0x000007f5, 0x000007f5, 0x000007f5, + 0x000007f5, 0x000007f5, 0x000007f5, 0x000007f5, + 0x00000814, 0x0000082d, 0x00000844, 0x0000087a, + 0x0000087a, 0x0000087a, 0x0000087a, 0x0000087a, + 0x0000087a, 0x0000087a, 0x0000087a, 0x0000087a, + 0x0000087a, 0x0000087a, 0x0000087a, 0x0000087a, + 0x0000087a, 0x0000087a, 0x0000087a, 0x0000087a, + 0x0000087a, 0x0000087a, 0x0000087a, 0x0000087a, // Entry A0 - BF - 0x000008e1, 0x000008e1, 0x000008e1, 0x000008e1, - 0x000008e1, 0x000008e1, 0x000008e1, 0x000008e1, - 0x000008e1, 0x000008e1, 0x000008e1, 0x000008e1, - 0x000008e1, 0x000008e1, 0x000008e1, 0x000008e1, - 0x000008e1, 0x000008e1, 0x000008e1, -} // Size: 740 bytes + 0x0000087a, 0x0000087a, 0x0000087a, 0x0000087a, + 0x0000087a, 0x0000087a, 0x0000087a, 0x0000087a, + 0x0000087a, 0x0000087a, 0x0000087a, 0x0000087a, + 0x0000087a, 0x0000087a, 0x0000087a, 0x0000087a, + 0x0000087a, 0x0000087a, 0x0000087a, 0x0000087a, + 0x0000087a, 0x0000087a, 0x0000087a, 0x0000087a, + 0x0000087a, +} // Size: 764 bytes -const idData string = "" + // Size: 2273 bytes +const idData string = "" + // Size: 2170 bytes "\x02Kesalahan\x02(tidak ada argumen): naikkan akses dan instal servis ma" + "najer\x02Penggunaan: %[1]s [\x0a%[2]s]\x02Opsi Command Line\x02Tidak dap" + "at menentukan apakah proses sedang berjalan di bawah WOW64: %[1]v\x02Tid" + @@ -911,22 +916,21 @@ const idData string = "" + // Size: 2273 bytes "e harus memiliki Private Key\x02Tidak Ditetapkan\x02Semua peers harus me" + "miliki kunci publik\x02Eror ketika mendapatkan konfigurasi\x02Kunci tida" + "k valid pada bagian [Interface]\x02Versi protokol harus 1\x02Kunci tidak" + - " valid pada bagian [Peer]\x02, \x02Tentang WireGuard\x02Versi Aplikasi: " + - "%[1]s\x0aVersi back-end Go: %[2]s\x0aVersi Go: %[3]s\x0aSistem Operasi: " + - "%[4]s\x0aArsitektur: %[5]s\x02Tutup\x02♥ &Donasi!\x02Status:\x02Aktif" + - "\x02Mengaktifkan\x02Nonaktif\x02Menonaktifkan\x02Status tidak diketahui" + - "\x02Catatan\x02Salin\x02Pilih semua\x02Menyimpan ke dalam berkas…\x02Wak" + - "tu\x02Pesan log\x02Berkas Txt (*.Txt)|*.Txt|Semua berkas (*.*)|*.*\x02Ek" + - "spor log kedalam file\x02&Tentang WireGuard…\x02Tunnel eror\x02%[1]s\x0a" + - "\x0aSilakan baca log untuk informasi lebih lanjut.\x02%[1]s (kadaluarsa)" + - "\x02Deteksi eror WireGuard\x02Tidak dapat menunggu jendela WireGuard mun" + - "cul: %[1]v\x02WireGuard: Dinonaktifkan\x02Status: Tidak diketahui\x02Ala" + - "mat: Kosong\x02&Manajer Tunnel…\x02&Impor tunnel dari file…\x02&Keluar" + - "\x02Wireguard Tunnel Eror\x02WireGuard: %[1]s\x02Status: %[1]s\x02Ekspor" + - " semua tunnel ke &zip…\x02Ubah tunnel &terpilih…\x02&Hapus tunnel terpil" + - "ih\x02Tidak dapat mengimpor konfigurasi yang dipilih: %[1]v" + " valid pada bagian [Peer]\x02, \x02Tentang WireGuard\x02Tutup\x02♥ &Dona" + + "si!\x02Status:\x02Aktif\x02Mengaktifkan\x02Nonaktif\x02Menonaktifkan\x02" + + "Status tidak diketahui\x02Catatan\x02Salin\x02Pilih semua\x02Menyimpan k" + + "e dalam berkas…\x02Waktu\x02Pesan log\x02Berkas Txt (*.Txt)|*.Txt|Semua " + + "berkas (*.*)|*.*\x02Ekspor log kedalam file\x02&Tentang WireGuard…\x02Tu" + + "nnel eror\x02%[1]s\x0a\x0aSilakan baca log untuk informasi lebih lanjut." + + "\x02%[1]s (kadaluarsa)\x02Deteksi eror WireGuard\x02Tidak dapat menunggu" + + " jendela WireGuard muncul: %[1]v\x02WireGuard: Dinonaktifkan\x02Status: " + + "Tidak diketahui\x02Alamat: Kosong\x02&Manajer Tunnel…\x02&Impor tunnel d" + + "ari file…\x02&Keluar\x02Wireguard Tunnel Eror\x02WireGuard: %[1]s\x02Sta" + + "tus: %[1]s\x02Ekspor semua tunnel ke &zip…\x02Ubah tunnel &terpilih…\x02" + + "&Hapus tunnel terpilih\x02Tidak dapat mengimpor konfigurasi yang dipilih" + + ": %[1]v" -var itIndex = []uint32{ // 179 elements +var itIndex = []uint32{ // 185 elements // Entry 0 - 1F 0x00000000, 0x00000007, 0x00000044, 0x0000005d, 0x00000075, 0x000000bd, 0x000000f6, 0x0000014d, @@ -942,45 +946,47 @@ var itIndex = []uint32{ // 179 elements 0x00000560, 0x00000588, 0x000005b5, 0x000005c7, 0x000005f5, 0x00000625, 0x00000657, 0x00000680, 0x000006a6, 0x000006a9, 0x000006ab, 0x000006c5, - 0x000006e4, 0x0000075c, 0x00000763, 0x0000077b, - 0x00000782, 0x0000078d, 0x00000795, 0x000007a6, - 0x000007b8, 0x000007bd, 0x000007c8, 0x000007d4, + 0x000006e4, 0x000006eb, 0x00000703, 0x0000070a, + 0x00000715, 0x0000071d, 0x0000072e, 0x00000740, + 0x00000745, 0x00000750, 0x0000075c, 0x00000772, // Entry 40 - 5F - 0x000007ea, 0x000007f9, 0x00000803, 0x00000819, - 0x0000082e, 0x0000083d, 0x00000847, 0x00000865, - 0x00000898, 0x000008bc, 0x000008e3, 0x000008f6, - 0x000008fb, 0x00000907, 0x00000917, 0x0000091e, - 0x00000930, 0x0000093e, 0x0000096e, 0x00000a97, - 0x00000a9e, 0x00000aa6, 0x00000ab7, 0x00000ac7, - 0x00000add, 0x00000b0b, 0x00000b33, 0x00000b49, - 0x00000b7e, 0x00000ba9, 0x00000bc9, 0x00000c00, + 0x00000781, 0x0000078b, 0x000007a1, 0x000007b6, + 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, // Entry 60 - 7F - 0x00000c07, 0x00000c13, 0x00000c1c, 0x00000c2b, - 0x00000c3d, 0x00000c41, 0x00000c48, 0x00000c59, - 0x00000c6b, 0x00000c71, 0x00000c82, 0x00000cb5, - 0x00000cc9, 0x00000ce7, 0x00000cf9, 0x00000d2c, - 0x00000d3d, 0x00000d60, 0x00000da5, 0x00000dbc, - 0x00000dcf, 0x00000de2, 0x00000df8, 0x00000e13, - 0x00000e19, 0x00000e34, 0x00000e45, 0x00000e52, - 0x00000e63, 0x00000e76, 0x00000e99, 0x00000eaf, + 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, // Entry 80 - 9F - 0x00000ed5, 0x00000ef6, 0x00000f1d, 0x00000f7c, - 0x00000f83, 0x00000f8d, 0x00000fa4, 0x00000fb4, - 0x00000fcf, 0x00000fed, 0x00000ff6, 0x00001015, - 0x00001038, 0x00001056, 0x00001091, 0x000010c1, - 0x000010f5, 0x00001124, 0x00001135, 0x0000116c, - 0x000011b4, 0x000011d1, 0x00001204, 0x00001265, - 0x00001280, 0x000012b5, 0x000012e5, 0x00001305, - 0x00001337, 0x00001356, 0x000013bd, 0x00001408, + 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, // Entry A0 - BF - 0x0000141f, 0x00001448, 0x0000145e, 0x00001491, - 0x000014b9, 0x0000152b, 0x00001590, 0x000015ad, - 0x000015ba, 0x000015e9, 0x00001606, 0x00001617, - 0x0000165d, 0x00001683, 0x000016a7, 0x000016ce, - 0x000016ce, 0x000016ce, 0x000016ce, -} // Size: 740 bytes + 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 -const itData string = "" + // Size: 5838 bytes +const itData string = "" + // Size: 5404 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" + @@ -1010,72 +1016,66 @@ const itData string = "" + // Size: 5838 bytes "igurazione\x02Chiave non valida per la sezione dell'interfaccia\x02La ve" + "rsione del protocollo deve essere 1\x02Chiave non valida per la sezione " + "peer\x02, \x02 \x02Informazioni su WireGuard\x02Immagine del logo di Wir" + - "eGuard\x02Versione applicazione: %[1]s\x0aVersione backend Go: %[2]s\x0a" + - "Versione Go: %[3]s\x0aSistema operativo: %[4]s\x0aArchitettura: %[5]s" + - "\x02Chiudi\x02♥ Fai una &donazione!\x02Stato:\x02&Disattiva\x02&Attiva" + - "\x02Chiave pubblica:\x02Porta in ascolto:\x02MTU:\x02Indirizzi:\x02Serve" + - "r DNS:\x02Chiave pre-condivisa:\x02IP consentiti:\x02Endpoint:\x02Keepal" + - "ive permanente:\x02Ultima negoziazione:\x02Trasferimento:\x02abilitato" + - "\x02%[1]s ricevuti, %[2]s inviati\x02Determinazione dello stato del tunn" + - "el non riuscita\x02Attivazione del tunnel non riuscita\x02Disattivazione" + - " del tunnel non riuscita\x02Interfaccia: %[1]s\x02Peer\x02Crea tunnel" + + "eGuard\x02Chiudi\x02♥ Fai una &donazione!\x02Stato:\x02&Disattiva\x02&At" + + "tiva\x02Chiave pubblica:\x02Porta in ascolto:\x02MTU:\x02Indirizzi:\x02S" + + "erver DNS:\x02Chiave pre-condivisa:\x02IP consentiti:\x02Endpoint:\x02Ke" + + "epalive permanente:\x02Ultima negoziazione:\x02Trasferimento:\x02abilita" + + "to\x02%[1]s ricevuti, %[2]s inviati\x02Determinazione dello stato del tu" + + "nnel non riuscita\x02Attivazione del tunnel non riuscita\x02Disattivazio" + + "ne del tunnel non riuscita\x02Interfaccia: %[1]s\x02Peer\x02Crea tunnel" + "\x02Modifica tunnel\x02&Nome:\x02Chiave &pubblica:\x02(sconosciuto)\x02&" + - "Blocca traffico fuori dal tunnel (kill-switch)\x02Quando una configurazi" + - "one ha esattamente un peer e quel peer ha un IP consentito contenente al" + - "meno uno di 0.0.0.0/0 o ::/0, il servizio tunnel impegna un insieme di r" + - "egole del firewall per bloccare tutto il traffico che non proviene dall'" + - "interfaccia tunnel, con speciali eccezioni per DHCP e NDP.\x02&Salva\x02" + - "Annulla\x02&Configurazione:\x02Nome non valido\x02Un nome è richiesto." + - "\x02Il nome del tunnel ‘%[1]s’ non è valido.\x02Impossibile elencare i t" + - "unnel esistenti\x02Il tunnel esiste già\x02Un altro tunnel con il nome ‘" + - "%[1]s’ esiste già.\x02Impossibile creare la nuova configurazione\x02Scri" + - "ttura del file non riuscita\x02Il file ‘%[1]s’ esiste già.\x0a\x0aVuoi s" + - "ovrascriverlo?\x02Attivo\x02Attivazione\x02Inattivo\x02Disattivazione" + - "\x02Stato sconosciuto\x02Log\x02&Copia\x02Selezion&a tutto\x02&Salva su " + - "file…\x02Tempo\x02Messaggio di log\x02File di testo (*.txt)|*.txt|Tutti " + - "i file (*.*)|*.*\x02Esporta log su file\x02Inform&azioni su WireGuard…" + - "\x02Errore del tunnel\x02%[1]s\x0a\x0aConsulta il log per ulteriori Info" + - "rmazioni.\x02%[1]s (obsoleto)\x02Errore di rilevamento di WireGuard\x02I" + - "mpossibile attendere la comparsa della finestra di WireGuard: %[1]v\x02W" + - "ireGuard: disattivato\x02Stato: sconosciuto\x02Indirizzi: nessuno\x02&Ge" + - "stisci i tunnel…\x02&Importa tunnel da file…\x02E&sci\x02Errore tunnel d" + - "i WireGuard\x02WireGuard: %[1]s\x02Stato: %[1]s\x02Indirizzi: %[1]s\x02W" + - "ireGuard attivato\x02Il tunnel %[1]s è stato attivato.\x02WireGuard disa" + - "ttivato\x02Il tunnel %[1]s è stato disattivato.\x02Un aggiornamento è di" + - "sponibile!\x02Aggiornamento di WireGuard disponibile\x02Un aggiornamento" + - " di WireGuard è disponibile. Ti consigliamo di aggiornare il prima possi" + - "bile.\x02Tunnel\x02&Modifica\x02Aggiungi tunn&el vuoto\x02Aggiungi tunne" + - "l\x02Rimuovi tunnel selezionati\x02Esporta tutti i tunnel in zip\x02Comm" + - "u&ta\x02Esporta tutti i tunnel in &zip\x02Modifica il tunnel &selezionat" + - "o…\x02&Rimuovi i tunnel selezionati\x02Impossibile importare la configur" + - "azione selezionata: %[1]v\x02Impossibile enumerare i tunnel esistenti: %" + - "[1]v\x02Un altro tunnel esiste già con il nome ‘%[1]s‘\x02Impossibile im" + - "portare la configurazione: %[1]v\x02Tunnel importati\x14\x01\x81\x01\x00" + - "\x02\x17\x02%[1]d tunnel importato\x00\x17\x02%[1]d tunnel importati\x14" + - "\x02\x80\x01\x02 \x02%[1]d de %[2]d tunnel importato\x00 \x02%[1]d di %[" + - "2]d tunnel importati\x02Impossibile creare il tunnel\x14\x01\x81\x01\x00" + - "\x02\x15\x02Elimina %[1]d tunnel\x00\x15\x02Elimina %[1]d tunnel\x14\x01" + - "\x81\x01\x00\x02,\x02Sei sicuro di voler eliminare %[1]d tunnel?\x00," + - "\x02Sei sicuro di voler eliminare %[1]d tunnel?\x02Elimina tunnel ‘%[1]s" + - "‘\x02Sei sicuro di voler eliminare il tunnel ‘%[1]s‘?\x02%[1]s Non è p" + - "ossibile annullare questa azione.\x02Impossibile eliminare il tunnel\x02" + - "Non è stato possibile rimuovere un tunnel: %[1]s\x02Impossibile eliminar" + - "e i tunnel\x14\x01\x81\x01\x00\x02/\x02Non è stato possibile eliminare %" + - "[1]d tunnel.\x00/\x02Non è stato possibile eliminare %[1]d tunnel.\x02Fi" + - "le di configurazione (*.zip, *.conf)|*.zip;*.conf|Tutti i file (*.*)|*.*" + - "\x02Importa tunnel da file\x02File di configurazione ZIP (*.zip)|*.zip" + - "\x02Esporta tunnel in zip\x02%[1]s (versione non firmata, nessun aggiorn" + - "amento)\x02Errore durante la chiusura di WireGuard\x02Impossibile uscire" + - " dal servizio a causa di: %[1]v. Potresti voler interrompere WireGuard d" + - "al gestore dei servizi.\x02Un aggiornamento di WireGuard è disponibile. " + - "Ti consigliamo vivamente di aggiornare immediatamente.\x02Stato: in atte" + - "sa dell'utente\x02Aggiorna ora\x02Stato: in attesa del servizio di aggio" + - "rnamento\x02Errore: %[1]v. Prova ancora.\x02Stato: Completo!\x02http2: F" + - "ramer %[1]p: decodifica del frame appena scritto non riuscita\x02http2: " + - "Framer %[1]p: ha scritto %[2]v\x02http2: Framer %[1]p: ha letto %[2]v" + - "\x02http2: campo hpack %+[1]v decodificato" + "Blocca traffico fuori dal tunnel (kill-switch)\x02&Salva\x02Annulla\x02&" + + "Configurazione:\x02Nome non valido\x02Un nome è richiesto.\x02Il nome de" + + "l tunnel ‘%[1]s’ non è valido.\x02Impossibile elencare i tunnel esistent" + + "i\x02Il tunnel esiste già\x02Un altro tunnel con il nome ‘%[1]s’ esiste " + + "già.\x02Impossibile creare la nuova configurazione\x02Scrittura del file" + + " non riuscita\x02Il file ‘%[1]s’ esiste già.\x0a\x0aVuoi sovrascriverlo?" + + "\x02Attivo\x02Attivazione\x02Inattivo\x02Disattivazione\x02Stato sconosc" + + "iuto\x02Log\x02&Copia\x02Selezion&a tutto\x02&Salva su file…\x02Tempo" + + "\x02Messaggio di log\x02File di testo (*.txt)|*.txt|Tutti i file (*.*)|*" + + ".*\x02Esporta log su file\x02Inform&azioni su WireGuard…\x02Errore del t" + + "unnel\x02%[1]s\x0a\x0aConsulta il log per ulteriori Informazioni.\x02%[1" + + "]s (obsoleto)\x02Errore di rilevamento di WireGuard\x02Impossibile atten" + + "dere la comparsa della finestra di WireGuard: %[1]v\x02WireGuard: disatt" + + "ivato\x02Stato: sconosciuto\x02Indirizzi: nessuno\x02&Gestisci i tunnel…" + + "\x02&Importa tunnel da file…\x02E&sci\x02WireGuard attivato\x02Il tunnel" + + " %[1]s è stato attivato.\x02WireGuard disattivato\x02Il tunnel %[1]s è s" + + "tato disattivato.\x02Errore tunnel di WireGuard\x02WireGuard: %[1]s\x02S" + + "tato: %[1]s\x02Un aggiornamento è disponibile!\x02Aggiornamento di WireG" + + "uard disponibile\x02Un aggiornamento di WireGuard è disponibile. Ti cons" + + "igliamo di aggiornare il prima possibile.\x02Tunnel\x02&Modifica\x02Aggi" + + "ungi tunn&el vuoto\x02Aggiungi tunnel\x02Rimuovi tunnel selezionati\x02E" + + "sporta tutti i tunnel in zip\x02Commu&ta\x02Esporta tutti i tunnel in &z" + + "ip\x02Modifica il tunnel &selezionato…\x02&Rimuovi i tunnel selezionati" + + "\x02Impossibile importare la configurazione selezionata: %[1]v\x02Imposs" + + "ibile enumerare i tunnel esistenti: %[1]v\x02Un altro tunnel esiste già " + + "con il nome ‘%[1]s‘\x02Impossibile importare la configurazione: %[1]v" + + "\x02Tunnel importati\x14\x01\x81\x01\x00\x02\x17\x02%[1]d tunnel importa" + + "to\x00\x17\x02%[1]d tunnel importati\x14\x02\x80\x01\x02 \x02%[1]d de %[" + + "2]d tunnel importato\x00 \x02%[1]d di %[2]d tunnel importati\x02Impossib" + + "ile creare il tunnel\x14\x01\x81\x01\x00\x02\x15\x02Elimina %[1]d tunnel" + + "\x00\x15\x02Elimina %[1]d tunnel\x14\x01\x81\x01\x00\x02,\x02Sei sicuro " + + "di voler eliminare %[1]d tunnel?\x00,\x02Sei sicuro di voler eliminare %" + + "[1]d tunnel?\x02Elimina tunnel ‘%[1]s‘\x02Sei sicuro di voler eliminare " + + "il tunnel ‘%[1]s‘?\x02%[1]s Non è possibile annullare questa azione.\x02" + + "Impossibile eliminare il tunnel\x02Non è stato possibile rimuovere un tu" + + "nnel: %[1]s\x02Impossibile eliminare i tunnel\x14\x01\x81\x01\x00\x02/" + + "\x02Non è stato possibile eliminare %[1]d tunnel.\x00/\x02Non è stato po" + + "ssibile eliminare %[1]d tunnel.\x02File di configurazione (*.zip, *.conf" + + ")|*.zip;*.conf|Tutti i file (*.*)|*.*\x02Importa tunnel da file\x02File " + + "di configurazione ZIP (*.zip)|*.zip\x02Esporta tunnel in zip\x02%[1]s (v" + + "ersione non firmata, nessun aggiornamento)\x02Errore durante la chiusura" + + " di WireGuard\x02Impossibile uscire dal servizio a causa di: %[1]v. Potr" + + "esti voler interrompere WireGuard dal gestore dei servizi.\x02Un aggiorn" + + "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" -var jaIndex = []uint32{ // 179 elements +var jaIndex = []uint32{ // 185 elements // Entry 0 - 1F 0x00000000, 0x0000000a, 0x0000005b, 0x00000075, 0x0000009a, 0x000000e6, 0x00000124, 0x0000017b, @@ -1091,45 +1091,47 @@ var jaIndex = []uint32{ // 179 elements 0x000005f5, 0x00000625, 0x0000065c, 0x0000066b, 0x0000069c, 0x000006d0, 0x00000703, 0x00000746, 0x00000774, 0x00000777, 0x00000779, 0x00000790, - 0x000007a7, 0x00000812, 0x0000081c, 0x00000838, - 0x00000840, 0x0000084e, 0x0000085c, 0x00000867, - 0x0000087e, 0x00000883, 0x00000891, 0x000008a0, + 0x000007a7, 0x000007b1, 0x000007cd, 0x000007d5, + 0x000007e3, 0x000007f1, 0x000007fc, 0x00000813, + 0x00000818, 0x00000826, 0x00000835, 0x00000846, // Entry 40 - 5F - 0x000008b1, 0x000008be, 0x000008d5, 0x000008f5, - 0x00000915, 0x0000091d, 0x00000924, 0x0000094c, - 0x0000097d, 0x000009ab, 0x000009d9, 0x000009f9, - 0x00000a00, 0x00000a1c, 0x00000a32, 0x00000a3e, - 0x00000a4d, 0x00000a56, 0x00000aaf, 0x00000be3, - 0x00000bee, 0x00000bfe, 0x00000c0a, 0x00000c1a, - 0x00000c33, 0x00000c62, 0x00000c90, 0x00000cb8, - 0x00000d07, 0x00000d38, 0x00000d5d, 0x00000daf, + 0x00000853, 0x0000086a, 0x0000088a, 0x000008aa, + 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, // Entry 60 - 7F - 0x00000db6, 0x00000dc3, 0x00000dca, 0x00000dd7, - 0x00000de7, 0x00000dee, 0x00000dfc, 0x00000e10, - 0x00000e2d, 0x00000e34, 0x00000e4b, 0x00000e95, - 0x00000ec0, 0x00000edd, 0x00000ef3, 0x00000f28, - 0x00000f3d, 0x00000f57, 0x00000f99, 0x00000fb4, - 0x00000fc3, 0x00000fd8, 0x00000ff5, 0x0000102d, - 0x00001038, 0x00001058, 0x00001069, 0x00001077, - 0x0000108b, 0x000010a5, 0x000010d7, 0x000010f1, + 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, // Entry 80 - 9F - 0x00001123, 0x00001142, 0x0000116b, 0x000011d3, - 0x000011e0, 0x000011eb, 0x0000120e, 0x00001224, - 0x00001246, 0x0000127a, 0x0000128b, 0x000012c6, - 0x000012ef, 0x00001315, 0x00001362, 0x000013a0, - 0x000013ec, 0x00001424, 0x00001449, 0x00001481, - 0x000014c5, 0x000014ea, 0x0000150d, 0x00001549, - 0x0000156c, 0x000015a7, 0x000015d8, 0x000015fd, - 0x00001632, 0x00001657, 0x00001692, 0x000016e5, + 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, // Entry A0 - BF - 0x00001716, 0x00001740, 0x00001768, 0x0000179e, - 0x000017b8, 0x0000183c, 0x000018a1, 0x000018cb, - 0x000018db, 0x0000190e, 0x00001943, 0x00001955, - 0x0000199b, 0x000019cf, 0x00001a03, 0x00001a43, - 0x00001a43, 0x00001a43, 0x00001a43, -} // Size: 740 bytes + 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 -const jaData string = "" + // Size: 6723 bytes +const jaData string = "" + // Size: 6288 bytes "\x02エラー\x02(引数なし): 管理者権限でmanagerサービスをインストールする\x02使い方: %[1]s [\x0a%[2]s]" + "\x02コマンドラインオプション\x02プロセスがWOW64下で動作しているか確認できません: %[1]v\x02現在のプロセスのトークンを開け" + "ません: %[1]v\x02WireGuard は組み込みの %[1]s グループのメンバーだけが使えます。\x02WireGuard は実" + @@ -1146,48 +1148,44 @@ const jaData string = "" + // Size: 6723 bytes "\x02キー項目に対応する値がありません\x02無効な [Interface] セクションのキー項目\x02無効な [Peer] セクションのキ" + "ー項目\x02インターフェースには秘密鍵が必須です\x02[指定なし]\x02すべてのピアには公開鍵が必須です\x02設定の読込中にエラーが" + "発生しました\x02無効な Interface セクションのキー項目\x02プロトコルバージョンは 1 でなければなりません\x02無効な " + - "Peer セクションのキー項目\x02, \x02 \x02WireGuard について\x02WireGuard ロゴ画像\x02App ve" + - "rsion: %[1]s\x0aGo backend version: %[2]s\x0aGo version: %[3]s\x0aOperat" + - "ing system: %[4]s\x0aArchitecture: %[5]s\x02閉じる\x02♥ 寄付のお願い!(&D)\x02状態:" + - "\x02無効化(&D)\x02有効化(&A)\x02公開鍵:\x02待受ポート番号:\x02MTU:\x02アドレス:\x02DNS サーバ:" + - "\x02事前共有鍵:\x02Allowed IPs:\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トンネルを通らないトラフィックのブロック(キルスイッチ)(&B)" + - "\x02ピアが1つだけ設定されていて、さらに Allowed IPs に 0.0.0.0/0 または ::/0 が含まれている場合、トンネルサー" + - "ビスはトンネルインターフェースを通らないすべてのトラフィックをブロックするファイアウォールルールを追加します。\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ログをファイルにエクスポート\x02WireGuardについて…(&A)\x02トンネルエラー\x02%[1]s\x0a\x0a" + - "詳細はログを参照してください。\x02%[1]s (更新あり)\x02WireGuard 検出エラー\x02WireGuard ウィンドウが" + - "表示できませんでした: %[1]v\x02WireGuard: 無効化済み\x02状態: 不明\x02アドレス: なし\x02トンネルの管理" + - "…(&M)\x02トンネルをファイルからインポート…(&I)\x02終了(&X)\x02WireGuard トンネルエラー\x02WireG" + - "uard: %[1]s\x02状態: %[1]s\x02アドレス: %[1]s\x02WireGuard 有効化済み\x02トンネル %[1]s" + - " は有効になりました。\x02WireGuard 無効化済み\x02トンネル %[1]s は無効になりました。\x02更新が利用できます!" + - "\x02WireGuard の更新が利用可能です\x02WireGuard の更新が利用可能になりました。できるだけ早く更新してください。" + - "\x02トンネル\x02編集(&E)\x02空のトンネルを追加…(&E)\x02トンネルの追加\x02選択したトンネルの削除\x02すべてのトン" + - "ネルをzipにエクスポート\x02切り替え(&T)\x02すべてのトンネルをzipにエクスポート…(&Z)\x02選択したトンネルの編集…(" + - "&S)\x02選択したトンネルの削除(&R)\x02選択したファイルからインポートできませんでした: %[1]v\x02既存のトンネルを表示でき" + - "ませんでした: %[1]v\x02‘%[1]s’ という名前の別のトンネルがすでに存在します\x02設定をインポートできませんでした: %[" + - "1]v\x02トンネルのインポート結果\x14\x01\x81\x01\x00\x001\x02%[1]d トンネルをインポートしました\x14" + - "\x02\x80\x01\x00>\x02%[2]d 中の %[1]d トンネルをインポートしました\x02トンネルを作成できません\x14" + - "\x01\x81\x01\x00\x00\x1c\x02%[1]d トンネルを削除\x14\x01\x81\x01\x00\x005\x02本当" + - "に %[1]d トンネルを削除しますか?\x02トンネル ‘%[1]s’ を削除\x02本当にトンネル ‘%[1]s’ を削除しますか?" + - "\x02%[1]s この操作はもとに戻せません。\x02トンネルを削除できません\x02トンネルを削除できませんでした: %[1]s\x02トン" + - "ネルを削除できません\x14\x01\x81\x01\x00\x004\x02%[1]d トンネルを削除できませんでした\x02設定ファイル" + - " (*.zip, *.conf)|*.zip;*.conf|すべてのファイル (*.*)|*.*\x02ファイルからトンネルをインポート\x02" + - "ZIP形式設定ファイル (*.zip)|*.zip\x02トンネルをZIPにエクスポート\x02%[1]s (未署名のビルド、更新の提供なし)" + - "\x02WireGuard 終了エラー\x02%[1]v のためサービスを終了できませんでした。サービスマネージャから WireGuard を停" + - "止できます。\x02WireGuard の更新が利用可能です。速やかに更新することを強く推奨します。\x02状態: ユーザーからの応答待ち" + - "\x02今すぐ更新\x02状態: アップデータサービスを待機中\x02エラー: %[1]v。再度実行してください。\x02状態: 完了!\x02" + - "http2: Framer %[1]p: just-writtenフレームのデコードに失敗\x02http2: Framer %[1]p: %[" + - "2]v を書き込みました\x02http2: Framer %[1]p: %[2]v を読み込みました\x02http2: hpack フィール" + - "ド %+[1]v をデコードしました" + "Peer セクションのキー項目\x02, \x02 \x02WireGuard について\x02WireGuard ロゴ画像\x02閉じる" + + "\x02♥ 寄付のお願い!(&D)\x02状態:\x02無効化(&D)\x02有効化(&A)\x02公開鍵:\x02待受ポート番号:\x02MT" + + "U:\x02アドレス:\x02DNS サーバ:\x02事前共有鍵:\x02Allowed IPs:\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トンネルを通らないトラフィ" + + "ックのブロック(キルスイッチ)(&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ログをファイルにエクスポート\x02WireGuardについて" + + "…(&A)\x02トンネルエラー\x02%[1]s\x0a\x0a詳細はログを参照してください。\x02%[1]s (更新あり)\x02Wi" + + "reGuard 検出エラー\x02WireGuard ウィンドウが表示できませんでした: %[1]v\x02WireGuard: 無効化済み" + + "\x02状態: 不明\x02アドレス: なし\x02トンネルの管理…(&M)\x02トンネルをファイルからインポート…(&I)\x02終了(&X" + + ")\x02WireGuard 有効化済み\x02トンネル %[1]s は有効になりました。\x02WireGuard 無効化済み\x02トンネル" + + " %[1]s は無効になりました。\x02WireGuard トンネルエラー\x02WireGuard: %[1]s\x02状態: %[1]s" + + "\x02更新が利用できます!\x02WireGuard の更新が利用可能です\x02WireGuard の更新が利用可能になりました。できるだけ" + + "早く更新してください。\x02トンネル\x02編集(&E)\x02空のトンネルを追加…(&E)\x02トンネルの追加\x02選択したトンネル" + + "の削除\x02すべてのトンネルをzipにエクスポート\x02切り替え(&T)\x02すべてのトンネルをzipにエクスポート…(&Z)\x02" + + "選択したトンネルの編集…(&S)\x02選択したトンネルの削除(&R)\x02選択したファイルからインポートできませんでした: %[1]v" + + "\x02既存のトンネルを表示できませんでした: %[1]v\x02‘%[1]s’ という名前の別のトンネルがすでに存在します\x02設定をインポ" + + "ートできませんでした: %[1]v\x02トンネルのインポート結果\x14\x01\x81\x01\x00\x001\x02%[1]d トン" + + "ネルをインポートしました\x14\x02\x80\x01\x00>\x02%[2]d 中の %[1]d トンネルをインポートしました\x02" + + "トンネルを作成できません\x14\x01\x81\x01\x00\x00\x1c\x02%[1]d トンネルを削除\x14\x01\x81" + + "\x01\x00\x005\x02本当に %[1]d トンネルを削除しますか?\x02トンネル ‘%[1]s’ を削除\x02本当にトンネル ‘" + + "%[1]s’ を削除しますか?\x02%[1]s この操作はもとに戻せません。\x02トンネルを削除できません\x02トンネルを削除できませんで" + + "した: %[1]s\x02トンネルを削除できません\x14\x01\x81\x01\x00\x004\x02%[1]d トンネルを削除できま" + + "せんでした\x02設定ファイル (*.zip, *.conf)|*.zip;*.conf|すべてのファイル (*.*)|*.*\x02ファイ" + + "ルからトンネルをインポート\x02ZIP形式設定ファイル (*.zip)|*.zip\x02トンネルをZIPにエクスポート\x02%[1]s" + + " (未署名のビルド、更新の提供なし)\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 をデコードしました" -var plIndex = []uint32{ // 179 elements +var plIndex = []uint32{ // 185 elements // Entry 0 - 1F 0x00000000, 0x00000007, 0x0000004f, 0x00000066, 0x0000007d, 0x000000cb, 0x00000102, 0x0000016b, @@ -1203,45 +1201,47 @@ var plIndex = []uint32{ // 179 elements 0x0000065f, 0x00000686, 0x000006aa, 0x000006bb, 0x000006ec, 0x00000713, 0x0000073d, 0x0000075b, 0x00000780, 0x00000783, 0x00000786, 0x0000079d, - 0x000007ac, 0x00000817, 0x0000081f, 0x0000082d, - 0x00000835, 0x00000841, 0x0000084a, 0x0000085b, - 0x0000086b, 0x00000870, 0x00000878, 0x00000885, + 0x000007ac, 0x000007b4, 0x000007c2, 0x000007ca, + 0x000007d6, 0x000007df, 0x000007f0, 0x00000800, + 0x00000805, 0x0000080d, 0x0000081a, 0x0000081f, // Entry 40 - 5F - 0x0000088a, 0x0000089f, 0x000008b5, 0x000008ce, - 0x000008f2, 0x000008fc, 0x00000907, 0x00000926, - 0x0000094e, 0x00000970, 0x00000990, 0x000009a1, - 0x000009a6, 0x000009b9, 0x000009c6, 0x000009ce, - 0x000009e0, 0x000009eb, 0x00000a21, 0x00000b0c, - 0x00000b14, 0x00000b1b, 0x00000b2a, 0x00000b3f, - 0x00000b54, 0x00000b7f, 0x00000bab, 0x00000bbf, - 0x00000bf8, 0x00000c20, 0x00000c3f, 0x00000c78, + 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, // Entry 60 - 7F - 0x00000c80, 0x00000c8c, 0x00000c97, 0x00000ca6, - 0x00000cb4, 0x00000cbd, 0x00000cc5, 0x00000cd7, - 0x00000ceb, 0x00000cf0, 0x00000d06, 0x00000d3d, - 0x00000d59, 0x00000d74, 0x00000d82, 0x00000dc2, - 0x00000dd6, 0x00000df0, 0x00000e2e, 0x00000e47, - 0x00000e58, 0x00000e65, 0x00000e7d, 0x00000ea1, - 0x00000eab, 0x00000ec3, 0x00000ed4, 0x00000ee2, - 0x00000ef0, 0x00000f02, 0x00000f22, 0x00000f3a, + 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, // Entry 80 - 9F - 0x00000f5d, 0x00000f7a, 0x00000fa0, 0x00000ff7, - 0x00000ffe, 0x00001006, 0x0000101c, 0x00001028, - 0x00001045, 0x00001070, 0x0000107c, 0x000010ab, - 0x000010c4, 0x000010e2, 0x00001118, 0x00001148, - 0x00001180, 0x000011ad, 0x000011c2, 0x0000123a, - 0x000012d1, 0x000012ed, 0x00001345, 0x000013fd, - 0x00001415, 0x00001445, 0x0000146a, 0x00001485, - 0x000014af, 0x000014ca, 0x00001575, 0x000015bf, + 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, // Entry A0 - BF - 0x000015df, 0x00001604, 0x00001625, 0x00001654, - 0x00001677, 0x00001701, 0x00001753, 0x00001772, - 0x00001783, 0x000017ab, 0x000017cd, 0x000017e1, - 0x00001827, 0x00001848, 0x0000186a, 0x0000189d, - 0x0000189d, 0x0000189d, 0x0000189d, -} // Size: 740 bytes + 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 -const plData string = "" + // Size: 6301 bytes +const plData string = "" + // Size: 5983 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" + @@ -1274,74 +1274,70 @@ const plData string = "" + // Size: 6301 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\x02Wersja aplikacji: %[1]s\x0aWersja backend'u: %[2]s\x0aWersja: %[" + - "3]s\x0aSystem operacyjny: %[4]s\x0aArchitektura: %[5]s\x02Zamknij\x02♥ &" + - "Wpłać!\x02Status:\x02&Dezaktywuj\x02&Aktywuj\x02Klucz publiczny:\x02Port" + - " nasłuchu:\x02MTU:\x02Adresy:\x02Serwery DNS:\x02PSK:\x02Dozwolone adres" + - "y IP:\x02Urządzenie końcowe:\x02Utrzymanie połączenia:\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\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śli w" + - " konfiguracji znajduje się dokładnie jeden peer, i ma on przypisany jede" + - "n z następujących adresów: 0.0.0.0/0 lub ::/0, to tunel aktywuje zasady " + - "zapory ogniowej, które blokują cały ruch z i do tunelu oprócz DHCP i NDP" + - ".\x02&Zapisz\x02Anuluj\x02&Konfiguracja:\x02Nieprawidłowa nazwa\x02Nazwa" + - " jest wymagana.\x02Nazwa tunelu ‘%[1]s’ jest niepoprawna.\x02Nie można w" + - "ylistować istniejących tuneli\x02Tunel już istnieje\x02Inny tunel już is" + - "tnieje z tą samą nazwą ‘%[1]s’.\x02Nie można utworzyć nowej konfiguracji" + - "\x02Zapis pliku się nie powiódł\x02Plik ‘%[1]s’ już istnieje. Czy chcesz" + - " go nadpisać?\x02Aktywny\x02Aktywowanie\x02Nieaktywny\x02Dezaktywowanie" + - "\x02Stan nieznany\x02Dziennik\x02&Kopiuj\x02Wybierz &wszystko\x02&Zapisz" + - " do pliku…\x02Czas\x02Wiadomości dziennika\x02Pliki tekstowe (*.txt)|*.t" + - "xt|Wszystkie pliki (*.*)|*.*\x02Eksportuj dziennik do pliku\x02&Informac" + - "je o WireGuard…\x02Błąd tunelu\x02%[1]s\x0a\x0aAby uzyskać więcej inform" + - "acji, zapoznaj się z logiem.\x02%[1]s (nieaktualny)\x02Błąd detekcji Wir" + - "eGuard\x02Nie można poczekać na pojawienie się okna WireGuard: %[1]v\x02" + - "WireGuard: Dezaktywowany\x02Status: Nieznany\x02Adresy: Brak\x02&Zarządz" + - "aj tunelami…\x02&Importuj tunel (tunele) z pliku…\x02W&yjście\x02Błąd tu" + - "nelu WireGuard\x02WireGuard: %[1]s\x02Status: %[1]s\x02Adresy: %[1]s\x02" + - "WireGuard Aktywny\x02Tunel %[1]s został aktywowany.\x02WireGuard Dezakty" + - "wowany\x02Tunel %[1]s został dezaktywowany.\x02Dostępna nowa aktualizacj" + - "a!\x02Aktualizacja WireGuard jest dostępna\x02Aktualizacja WireGuard jes" + - "t już dostępna. Zaleca się jak najszybszą aktualizację.\x02Tunele\x02&Ed" + - "ytuj\x02Dodaj &pusty tunel…\x02Dodaj Tunel\x02Usuń wybrany tunel (tunele" + - ")\x02Eksportuj wszystkie tunele do archiwum ZIP\x02&Przełącz\x02Eksportu" + - "j wszystkie tunele do archiwum &zip…\x02Edytuj &wybrany tunel…\x02&Usuń " + - "wybrany tunel (tunele)\x02Nie można zaimportować wybranej konfiguracji: " + - "%[1]v\x02Nie można wskazać istniejących tuneli: %[1]v\x02Inny tunel już " + - "istnieje z tą samą nazwą ‘%[1]s’\x02Nie można zaimportować konfiguracji:" + - " %[1]v\x02Zaimportowane tunele\x14\x01\x81\x01\x00\x04\x1b\x02Zaimportow" + - "ano %[1]d tunele\x05\x1b\x02Zaimportowano %[1]d tuneli\x02\x1a\x02Zaimpo" + - "rtowano %[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#\x02" + - "Zaimportowano %[1]d z %[2]d tuneli\x02Nie można utworzyć tunelu\x14\x01" + - "\x81\x01\x00\x04\x13\x02Usuń %[1]d tunele\x05\x13\x02Usuń %[1]d tuneli" + - "\x02\x12\x02Usuń %[1]d tunel\x00\x13\x02Usuń %[1]d tuneli\x14\x01\x81" + - "\x01\x00\x04+\x02Czy na pewno chcesz usunąć %[1]d tunele?\x05+\x02Czy na" + - " pewno chcesz usunąć %[1]d tuneli?\x02*\x02Czy na pewno chcesz usunąć %[" + - "1]d tunel?\x00+\x02Czy na pewno chcesz usunąć %[1]d tuneli?\x02Usuń tune" + - "l ‘%[1]s’\x02Czy na pewno chcesz usunąć tunel ‘%[1]s’?\x02%[1]s Tej akcj" + - "i nie można cofnąć.\x02Nie można usunąć tunelu\x02Tunel nie mógł zostać " + - "usunięty: %[1]s\x02Nie można usunąć tuneli\x14\x01\x81\x01\x00\x04'\x02%" + - "[1]d tunele nie mogą być usunięte.\x05'\x02%[1]d tunele nie mogą być usu" + - "nięte.\x02)\x02%[1]d tunel nie może zostać usunięty.\x00'\x02%[1]d tunel" + - "e nie mogą być usunięte.\x02Pliki konfiguracji (*.zip, *.conf)|*.zip;*.c" + - "onf|Wszystkie pliki (*.*)|*.*\x02Importuj tunel (tunele) z pliku\x02Plik" + - "i ZIP konfiguracji (*.zip)|*.zip\x02Eksportuj tunele do archiwum ZIP\x02" + - "%[1]s (wersja niepodpisana, brak aktualizacji)\x02Błąd podczas zamykania" + - " WireGuard\x02Nie można wyłączyć usługi ze względu na: %[1]v. Jeśli chce" + - "sz wyłączyć WireGuard możesz to zrobić z poziomu menedżera usług.\x02Akt" + - "ualizacja WireGuard jest dostępna. Zaleca się natychmiastową aktualizacj" + - "ę.\x02Status: Czekam na użytkownika\x02Uaktualnij teraz\x02Status: Czek" + - "am na usługę aktualizacji\x02Błąd: %[1]v. Spróbuj ponownie.\x02Status: U" + - "kończone!\x02http2: Framer %[1]p: nie mógł zdekodować właśnie zapisanej " + - "ramki\x02http2: Framer %[1]p: zapis %[2]v\x02http2: Framer %[1]p: odczyt" + - " %[2]v\x02http2: zdekodwanie hpack nie powiodło się %+[1]v" + "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" + + "\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" + + "\x01\x00\x04\x13\x02Usuń %[1]d tunele\x05\x13\x02Usuń %[1]d tuneli\x02" + + "\x12\x02Usuń %[1]d tunel\x00\x13\x02Usuń %[1]d tuneli\x14\x01\x81\x01" + + "\x00\x04+\x02Czy na pewno chcesz usunąć %[1]d tunele?\x05+\x02Czy na pew" + + "no chcesz usunąć %[1]d tuneli?\x02*\x02Czy na pewno chcesz usunąć %[1]d " + + "tunel?\x00+\x02Czy na pewno chcesz usunąć %[1]d tuneli?\x02Usuń tunel ‘%" + + "[1]s’\x02Czy na pewno chcesz usunąć tunel ‘%[1]s’?\x02%[1]s Tej akcji ni" + + "e można cofnąć.\x02Nie można usunąć tunelu\x02Tunel nie mógł zostać usun" + + "ięty: %[1]s\x02Nie można usunąć tuneli\x14\x01\x81\x01\x00\x04'\x02%[1]d" + + " tunele nie mogą być usunięte.\x05'\x02%[1]d tunele nie mogą być usunięt" + + "e.\x02)\x02%[1]d tunel nie może zostać usunięty.\x00'\x02%[1]d tunele ni" + + "e mogą być usunięte.\x02Pliki konfiguracji (*.zip, *.conf)|*.zip;*.conf|" + + "Wszystkie pliki (*.*)|*.*\x02Importuj tunel (tunele) z pliku\x02Pliki ZI" + + "P konfiguracji (*.zip)|*.zip\x02Eksportuj tunele do archiwum ZIP\x02%[1]" + + "s (wersja niepodpisana, brak aktualizacji)\x02Błąd podczas zamykania Wir" + + "eGuard\x02Nie można wyłączyć usługi ze względu na: %[1]v. Jeśli chcesz w" + + "yłączyć WireGuard możesz to zrobić z poziomu menedżera usług.\x02Aktuali" + + "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" -var roIndex = []uint32{ // 179 elements +var roIndex = []uint32{ // 185 elements // Entry 0 - 1F 0x00000000, 0x00000007, 0x0000005d, 0x00000077, 0x00000092, 0x000000d1, 0x00000105, 0x00000169, @@ -1357,45 +1353,47 @@ var roIndex = []uint32{ // 179 elements 0x0000063a, 0x00000663, 0x00000694, 0x000006ab, 0x000006da, 0x000006fe, 0x0000072c, 0x00000754, 0x0000077f, 0x00000782, 0x00000785, 0x00000796, - 0x000007af, 0x0000082d, 0x00000838, 0x00000847, - 0x0000084e, 0x0000085b, 0x00000865, 0x00000875, - 0x00000888, 0x0000088d, 0x00000895, 0x000008a2, + 0x000007af, 0x000007ba, 0x000007c9, 0x000007d0, + 0x000007dd, 0x000007e7, 0x000007f7, 0x0000080a, + 0x0000080f, 0x00000817, 0x00000824, 0x0000083b, // Entry 40 - 5F - 0x000008b9, 0x000008c9, 0x000008d6, 0x000008f2, - 0x0000090f, 0x0000091c, 0x00000926, 0x00000941, - 0x0000096d, 0x0000098b, 0x000009ac, 0x000009bf, - 0x000009c7, 0x000009d8, 0x000009e6, 0x000009ed, - 0x000009fe, 0x00000a0d, 0x00000a5a, 0x00000bf6, - 0x00000bff, 0x00000c07, 0x00000c17, 0x00000c24, - 0x00000c3a, 0x00000c65, 0x00000c8c, 0x00000ca1, - 0x00000cd2, 0x00000cf7, 0x00000d15, 0x00000d5b, + 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, // Entry 60 - 7F - 0x00000d61, 0x00000d6f, 0x00000d77, 0x00000d88, - 0x00000d9b, 0x00000da2, 0x00000dab, 0x00000dbe, - 0x00000dd6, 0x00000ddb, 0x00000deb, 0x00000e22, - 0x00000e3f, 0x00000e54, 0x00000e64, 0x00000e9c, - 0x00000eb1, 0x00000ecf, 0x00000f0d, 0x00000f23, - 0x00000f37, 0x00000f47, 0x00000f5f, 0x00000f84, - 0x00000f8d, 0x00000fa7, 0x00000fb8, 0x00000fc5, - 0x00000fd3, 0x00000fe5, 0x00001003, 0x00001018, + 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, // Entry 80 - 9F - 0x00001039, 0x0000105a, 0x00001084, 0x000010fa, - 0x00001103, 0x0000110c, 0x00001124, 0x00001134, - 0x00001155, 0x00001177, 0x00001181, 0x000011a7, - 0x000011c2, 0x000011e4, 0x0000121d, 0x00001252, - 0x00001282, 0x000012ae, 0x000012c1, 0x00001314, - 0x00001384, 0x0000139e, 0x000013f4, 0x0000149e, - 0x000014ba, 0x000014f4, 0x00001522, 0x0000153d, - 0x00001564, 0x00001581, 0x00001605, 0x00001655, + 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, // Entry A0 - BF - 0x00001676, 0x000016a0, 0x000016bb, 0x000016ec, - 0x0000170d, 0x0000176e, 0x000017cb, 0x000017ed, - 0x000017fe, 0x0000182c, 0x0000184f, 0x00001863, - 0x000018a5, 0x000018c8, 0x000018eb, 0x00001911, - 0x00001911, 0x00001911, 0x00001911, -} // Size: 740 bytes + 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 -const roData string = "" + // Size: 6417 bytes +const roData string = "" + // Size: 5982 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: %[" + @@ -1427,77 +1425,71 @@ const roData string = "" + // Size: 6417 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\x02Versiunea" + - " aplicației: %[1]s\x0aVersiunea bibliotecii Go: %[2]s\x0aVersiunea Go: %" + - "[3]s\x0aSistem de operare: %[4]s\x0aArhitectură: %[5]s\x02Închidere\x02♥" + - " &Donează!\x02Stare:\x02&Dezactivare\x02&Activare\x02Cheie publică:\x02P" + - "ort de ascultare:\x02MTU:\x02Adrese:\x02Servere DNS:\x02Cheie predistrib" + - "uită:\x02IP-uri permise:\x02Punct final:\x02Mesaj keepalive persistent:" + - "\x02Ultimul acord de interogare:\x02Transferare:\x02activată\x02%[1]s pr" + - "imit, %[2]s trimis\x02Nu a putut fi determinată starea tunelului\x02Tune" + - "lul nu a putut fi activat\x02Tunelul nu a putut fi dezactivat\x02Interfa" + - "ță: %[1]s\x02Pereche\x02Creare tunel nou\x02Editare tunel\x02&Nume:\x02" + - "Cheie &publică:\x02(necunoscută)\x02&Blochează traficul care nu trece pr" + - "in tunel (întrerupător de activitate)\x02Când o configurație conține exa" + - "ct 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 activea" + - "ză un set de reguli al paravanului de protecție pentru a bloca întregul " + - "trafic care nu provine de la interfața tunelului, precum și întregul tra" + - "fic direcționat spre aceasta, existând excepții speciale pentru DHCP și " + - "NDP.\x02&Salvare\x02Anulare\x02&Configurație:\x02Nume invalid\x02Este ne" + - "cesar un nume.\x02Numele tunelului „%[1]s” este invalid.\x02Tunelurile e" + - "xistente nu pot fi listate\x02Tunelul există deja\x02Există deja un alt " + - "tunel cu numele „%[1]s”.\x02Nu se poate crea configurația nouă\x02Scrier" + - "ea fișierului a eșuat\x02Fișierul „%[1]s” există deja.\x0a\x0aDorești su" + - "prascrierea acestuia?\x02Activ\x02Se activează\x02Inactiv\x02Se dezactiv" + - "ează\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 m" + - "ai multe informații.\x02%[1]s (neactualizat)\x02Eroare de detectare Wire" + - "Guard\x02Nu se poate aștepta ca fereastra WireGuard să apară: %[1]v\x02W" + - "ireGuard: dezactivat\x02Stare: necunoscută\x02Adrese: niciuna\x02&Gestio" + - "nare tuneluri…\x02&Importare tunel(uri) din fișier…\x02Ie&șire\x02Eroare" + - " de tunel WireGuard\x02WireGuard: %[1]s\x02Stare: %[1]s\x02Adrese: %[1]s" + - "\x02WireGuard activat\x02Tunelul %[1]s a fost activat.\x02WireGuard deza" + - "ctivat\x02Tunelul %[1]s a fost dezactivat.\x02Este disponibilă o actuali" + - "zare!\x02Actualizare disponibilă pentru WireGuard\x02O actualizare pentr" + - "u WireGuard este acum disponibilă. Se recomandă efectuarea actualizării " + - "cât mai rapid posibil.\x02Tuneluri\x02&Editare\x02Adăugare tunel &gol…" + - "\x02Adăugare tunel\x02Eliminare tunel(uri) selectat(e)\x02Exportă toate " + - "tunelurile în zip\x02&Comutare\x02Exportă toate tunelurile în &zip…\x02E" + - "ditare tunel &selectat…\x02&Eliminare tunel(uri) selectat(e)\x02Configur" + - "aț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 importată: %[1]v\x02Tuneluri importate" + - "\x14\x01\x81\x01\x00\x04\x18\x02Importat %[1]d tuneluri\x02\x15\x02Impor" + - "tat %[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 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 tunel" + - "uri?\x022\x02Ești sigur că dorești să ștergi %[1]d tunel?\x008\x02Ești s" + - "igur că dorești să ștergi %[1]d de tuneluri?\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 poate fi șters\x02Un tunel nu " + - "a putut fi eliminat: %[1]s\x02Nu se pot șterge 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 e" + - "liminate.\x02Fișiere de configurare (*.zip, *.conf)|*.zip;*.conf|Toate f" + - "ișierele (*.*)|*.*\x02Importare tunel(uri) din fișier\x02Fișiere ZIP de " + - "configurare (*.zip)|*.zip\x02Exportare tuneluri în zip\x02%[1]s (versiun" + - "e 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 man" + - "agerul de servicii.\x02Este disponibilă o actualizare pentru WireGuard. " + - "Se recomandă ferm actualizarea imediată.\x02Stare: se așteaptă utilizato" + - "rul\x02Actualizare acum\x02Stare: se așteaptă serviciul de actualizare" + - "\x02Eroare: %[1]v. Încearcă din nou.\x02Stare: finalizată!\x02http2: Fra" + - "mer %[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âm" + - "p hpack decodificat %+[1]v" + "\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" -var ruIndex = []uint32{ // 179 elements +var ruIndex = []uint32{ // 185 elements // Entry 0 - 1F 0x00000000, 0x0000000d, 0x000000a9, 0x000000d4, 0x00000107, 0x00000166, 0x000001bd, 0x00000244, @@ -1513,45 +1505,47 @@ var ruIndex = []uint32{ // 179 elements 0x00000898, 0x000008cd, 0x00000917, 0x0000092d, 0x00000971, 0x000009b1, 0x000009f4, 0x00000a2c, 0x00000a63, 0x00000a66, 0x00000a69, 0x00000a76, - 0x00000a8f, 0x00000b4d, 0x00000b5c, 0x00000b7b, - 0x00000b89, 0x00000b9d, 0x00000bb3, 0x00000bd0, - 0x00000bda, 0x00000bdf, 0x00000bf0, 0x00000c04, + 0x00000a8f, 0x00000a9e, 0x00000abd, 0x00000acb, + 0x00000adf, 0x00000af5, 0x00000b12, 0x00000b1c, + 0x00000b21, 0x00000b32, 0x00000b46, 0x00000b5b, // Entry 40 - 5F - 0x00000c19, 0x00000c41, 0x00000c5f, 0x00000c90, - 0x00000cbb, 0x00000ccd, 0x00000cde, 0x00000d11, - 0x00000d5c, 0x00000d94, 0x00000dca, 0x00000de4, - 0x00000deb, 0x00000e09, 0x00000e33, 0x00000e3c, - 0x00000e5a, 0x00000e71, 0x00000eaf, 0x0000108d, - 0x000010a1, 0x000010ae, 0x000010c9, 0x000010e9, - 0x00001104, 0x0000113e, 0x00001176, 0x000011a1, - 0x000011e9, 0x00001230, 0x00001255, 0x000012b7, + 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, // Entry 60 - 7F - 0x000012ca, 0x000012e1, 0x000012f2, 0x00001307, - 0x00001331, 0x0000133e, 0x00001354, 0x0000136b, - 0x0000138e, 0x00001399, 0x000013bb, 0x00001403, - 0x0000142d, 0x0000143e, 0x0000145a, 0x000014d5, - 0x000014ec, 0x0000151a, 0x0000156e, 0x00001594, - 0x000015b7, 0x000015cc, 0x000015f8, 0x0000162a, - 0x00001636, 0x0000165c, 0x0000166d, 0x00001681, - 0x00001695, 0x000016ae, 0x000016d7, 0x000016f2, + 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, // Entry 80 - 9F - 0x00001719, 0x00001740, 0x00001770, 0x000017fb, - 0x0000180a, 0x00001826, 0x00001857, 0x00001877, - 0x000018a8, 0x000018e3, 0x000018fb, 0x0000193a, - 0x0000197b, 0x000019ad, 0x000019fd, 0x00001a57, - 0x00001a9e, 0x00001aee, 0x00001b1c, 0x00001bf0, - 0x00001cec, 0x00001d1e, 0x00001dbe, 0x00001f06, - 0x00001f30, 0x00001f80, 0x00001fcb, 0x00001ffd, - 0x00002037, 0x00002069, 0x00002160, 0x000021bd, + 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, // Entry A0 - BF - 0x000021eb, 0x00002223, 0x00002255, 0x000022a2, - 0x000022cb, 0x00002365, 0x000023ed, 0x00002425, - 0x00002443, 0x00002466, 0x0000249f, 0x000024c1, - 0x00002535, 0x0000255f, 0x0000258d, 0x000025c1, - 0x000025c1, 0x000025c1, 0x000025c1, -} // Size: 740 bytes + 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 -const ruData string = "" + // Size: 9665 bytes +const ruData string = "" + // Size: 9042 bytes "\x02Ошибка\x02(нет аргумента): получить права администратора и установит" + "ь административную службу\x02Использование: %[1]s [\x0a%[2]s]\x02Параме" + "тры командной строки\x02Ошибка определения или процесс работает как WOW" + @@ -1580,45 +1574,39 @@ const ruData string = "" + // Size: 9665 bytes "иватный ключ\x02[не указано]\x02Все пиры должны иметь открытые ключи" + "\x02Ошибка при получении конфигурации\x02Неверный ключ для секции Интерф" + "ейса\x02Версия протокола должна быть 1\x02Неверный ключ для секции Пира" + - "\x02, \x02, \x02О WireGuard\x02Логотип WireGuard\x02Версия приложения: %" + - "[1]s\x0aВерсия бэкэнда: %[2]s\x0aВерсия перехода: %[3]s\x0aОперационная " + - "система: %[4]s\x0aАрхитектура: %[5]s\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Когда конфигурация имеет р" + - "овно одного пира, и у этого пира есть разрешенные IP, содержащие хотя б" + - "ы один из 0.0.0.0/0 или ::/0, то служба туннеля обязывает брандмауэр бл" + - "окировать весь входящий и исходящий трафик, который не проходит через т" + - "уннель, за исключением 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Вы&ход\x02Ош" + - "ибка туннеля WireGuard\x02WireGuard: %[1]s\x02Статус: %[1]s\x02Адреса: " + - "%[1]s\x02WireGuard Включен\x02Туннель %[1]s подключен.\x02WireGuard Выкл" + - "ючен\x02Туннель %[1]s отключен.\x02Доступно обновление!\x02Доступно обн" + - "овление WireGuard\x02Доступно обновление для WireGuard. Рекомендуется о" + - "бновить его как можно скорее.\x02Туннели\x02&Редактировать\x02Добавить " + - "&пустой туннель…\x02Добавить туннель\x02Удалить выбранные туннели\x02Экс" + - "порт всех туннелей в zip-архив\x02&Переключить\x02Экспорт всех туннелей" + - " в &zip-архив…\x02Редактировать &выбранный туннель…\x02&Удалить выбранны" + - "е туннели\x02Невозможно импортировать конфигурацию: %[1]v\x02Не удалось" + - " перечислить существующие туннели: %[1]v\x02Туннель с именем ’%[1]s’ уже" + - " существует\x02Невозможно импортировать конфигурацию: %[1]v\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Не удалось п" + + "еречислить существующие туннели: %[1]v\x02Туннель с именем ’%[1]s’ уже " + + "существует\x02Невозможно импортировать конфигурацию: %[1]v\x02Импортиро" + "ванные туннели\x14\x01\x81\x01\x00\x041\x02Импортированы туннели: %[1]d" + "\x051\x02Импортированы туннели: %[1]d\x024\x02Импортированный %[1]d тунн" + "ель\x001\x02Импортированы туннели: %[1]d\x14\x02\x80\x01\x04<\x02Импорт" + @@ -1646,9 +1634,10 @@ const ruData string = "" + // Size: 9665 bytes "ние\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" + "v\x02http2: декодирован hpack поле %+[1]v\x02файлы конфигурации не были " + + "найдены" -var skIndex = []uint32{ // 179 elements +var skIndex = []uint32{ // 185 elements // Entry 0 - 1F 0x00000000, 0x00000006, 0x0000005e, 0x00000078, 0x00000097, 0x000000d1, 0x00000109, 0x0000014b, @@ -1664,45 +1653,47 @@ var skIndex = []uint32{ // 179 elements 0x000005c9, 0x000005e9, 0x0000061c, 0x00000630, 0x00000665, 0x00000689, 0x000006ac, 0x000006ca, 0x000006e8, 0x000006eb, 0x000006ed, 0x000006f9, - 0x00000711, 0x00000784, 0x0000078e, 0x0000079d, - 0x000007a3, 0x000007b2, 0x000007bf, 0x000007d1, - 0x000007e1, 0x000007e6, 0x000007ee, 0x000007fb, + 0x00000711, 0x0000071b, 0x0000072a, 0x00000730, + 0x0000073f, 0x0000074c, 0x0000075e, 0x0000076e, + 0x00000773, 0x0000077b, 0x00000788, 0x000007a3, // Entry 40 - 5F - 0x00000816, 0x0000082b, 0x00000839, 0x00000852, - 0x00000872, 0x0000087a, 0x00000884, 0x000008a8, - 0x000008ca, 0x000008e9, 0x0000090a, 0x0000091b, - 0x00000920, 0x00000936, 0x00000945, 0x0000094e, - 0x00000961, 0x0000096c, 0x0000099a, 0x0000099a, - 0x000009a4, 0x000009ad, 0x000009bd, 0x000009ce, - 0x000009e2, 0x00000a0a, 0x00000a40, 0x00000a53, - 0x00000a7d, 0x00000aaa, 0x00000acd, 0x00000b0a, + 0x000007b8, 0x000007c6, 0x000007df, 0x000007ff, + 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, // Entry 60 - 7F - 0x00000b13, 0x00000b1f, 0x00000b2a, 0x00000b38, - 0x00000b46, 0x00000b46, 0x00000b46, 0x00000b46, - 0x00000b46, 0x00000b46, 0x00000b46, 0x00000b46, - 0x00000b46, 0x00000b56, 0x00000b56, 0x00000b56, - 0x00000b56, 0x00000b56, 0x00000b56, 0x00000b56, - 0x00000b56, 0x00000b56, 0x00000b6c, 0x00000b90, - 0x00000b9b, 0x00000b9b, 0x00000bac, 0x00000bac, - 0x00000bac, 0x00000bac, 0x00000bac, 0x00000bac, + 0x00000ab7, 0x00000ac5, 0x00000ad3, 0x00000ad3, + 0x00000ad3, 0x00000ad3, 0x00000ad3, 0x00000ad3, + 0x00000ad3, 0x00000ad3, 0x00000ad3, 0x00000ae3, + 0x00000ae3, 0x00000ae3, 0x00000ae3, 0x00000ae3, + 0x00000ae3, 0x00000ae3, 0x00000ae3, 0x00000ae3, + 0x00000af9, 0x00000b1d, 0x00000b28, 0x00000b28, + 0x00000b28, 0x00000b28, 0x00000b28, 0x00000b28, + 0x00000b39, 0x00000b39, 0x00000b39, 0x00000b39, // Entry 80 - 9F - 0x00000bac, 0x00000bac, 0x00000bac, 0x00000bac, - 0x00000bac, 0x00000bac, 0x00000bac, 0x00000bac, - 0x00000bac, 0x00000bac, 0x00000bac, 0x00000bac, - 0x00000bac, 0x00000bac, 0x00000bac, 0x00000bac, - 0x00000bac, 0x00000bac, 0x00000bac, 0x00000bac, - 0x00000bac, 0x00000bac, 0x00000bac, 0x00000bac, - 0x00000bac, 0x00000bac, 0x00000bac, 0x00000bac, - 0x00000bac, 0x00000bac, 0x00000bac, 0x00000bac, + 0x00000b39, 0x00000b39, 0x00000b39, 0x00000b39, + 0x00000b39, 0x00000b39, 0x00000b39, 0x00000b39, + 0x00000b39, 0x00000b39, 0x00000b39, 0x00000b39, + 0x00000b39, 0x00000b39, 0x00000b39, 0x00000b39, + 0x00000b39, 0x00000b39, 0x00000b39, 0x00000b39, + 0x00000b39, 0x00000b39, 0x00000b39, 0x00000b39, + 0x00000b39, 0x00000b39, 0x00000b39, 0x00000b39, + 0x00000b39, 0x00000b39, 0x00000b39, 0x00000b39, // Entry A0 - BF - 0x00000bac, 0x00000bac, 0x00000bac, 0x00000bac, - 0x00000bac, 0x00000bac, 0x00000bac, 0x00000bac, - 0x00000bac, 0x00000bac, 0x00000bac, 0x00000bac, - 0x00000bac, 0x00000bac, 0x00000bac, 0x00000bac, - 0x00000bac, 0x00000bac, 0x00000bac, -} // Size: 740 bytes + 0x00000b39, 0x00000b39, 0x00000b39, 0x00000b39, + 0x00000b39, 0x00000b39, 0x00000b39, 0x00000b39, + 0x00000b39, 0x00000b39, 0x00000b39, 0x00000b39, + 0x00000b39, 0x00000b39, 0x00000b39, 0x00000b39, + 0x00000b39, 0x00000b39, 0x00000b39, 0x00000b39, + 0x00000b39, 0x00000b39, 0x00000b39, 0x00000b39, + 0x00000b39, +} // Size: 764 bytes -const skData string = "" + // Size: 2988 bytes +const skData string = "" + // Size: 2873 bytes "\x02Chyba\x02(bez argumentu): získať administrátorské práva a nainštalov" + "ať službu manažéra\x02Použitie: %[1]s [\x0a%[2]s]\x02Možnosti príkazovéh" + "o riadku\x02Nepodarilo sa zistiť, či proces beží pod WOW64: %[1]v\x02Nep" + @@ -1731,26 +1722,25 @@ const skData string = "" + // Size: 2988 bytes "pecifikované]\x02Všetci peeri musia mať priradený verejný kľúč\x02Chyba " + "pri získavaní konfigurácie\x02Neplatný kľúč sekcie rozhrania\x02Verzia p" + "rotokolu musí byť 1\x02Neplatný kľúč peer sekcie\x02, \x02 \x02O WireGua" + - "rd\x02Obrázok WireGuard loga\x02Verzia aplikácie: %[1]s\x0aVerzia Go bac" + - "kendu: %[2]s\x0aVerzia Go: %[3]s\x0aOperačný systém: %[4]s\x0aArchitektú" + - "ra: %[5]s\x02Zatvoriť\x02♥ a Darovat!\x02Stav:\x02a Deaktivovať\x02a Akt" + - "ivovať\x02Verejný kľúč:\x02Otvorený port:\x02MTU:\x02Adresy:\x02Servery " + - "DNS:\x02Vopred zdieľaný kľúč:\x02Povolené IP adresy:\x02Koncový bod:\x02" + - "Perzistentný keepalive:\x02Posledné spojenie (handshake):\x02Prenos:\x02" + - "povolené\x02%[1]s prijatých, %[2]s odoslaných\x02Nepodarilo sa zistiť st" + - "av tunela\x02Nepodarilo sa aktivovať tunel\x02Nepodarilo sa deaktivovať " + - "tunel\x02Rozhranie: %[1]s\x02Peer\x02Vytvoriť nový tunel\x02Upraviť tune" + - "l\x02&Názov:\x02&Verejný kľúč:\x02(neznámy)\x02&Blokovať netunelovaný pr" + - "enos (kill-switch)\x02&Uložiť\x02Zrušiť\x02&Konfigurácia:\x02Neplatný ná" + - "zov\x02Názov je povinný.\x02Názov tunela ‘%[1]s’ je neplatný.\x02Nepodar" + - "ilo sa pripraviť zoznam existujúcich tunelov\x02Tunel už existuje\x02Tun" + - "el s názvom ‘%[1]s’ už existuje.\x02Nie je možné vytvoriť novú konfigurá" + - "ciu\x02Nepodarilo sa zapísať do súboru\x02Súbor ‘%[1]s’ už existuje.\x0a" + - "\x0aŽeláte si ho prepísať?\x02Aktívny\x02Aktivuje sa\x02Neaktívny\x02Dea" + - "ktivuje sa\x02Neznámy stav\x02&O WireGuard…\x02&Spravovať tunely…\x02&Im" + - "portovať tunel(y) zo súboru…\x02U&končiť\x02WireGuard: %[1]s" + "rd\x02Obrázok WireGuard loga\x02Zatvoriť\x02♥ a Darovat!\x02Stav:\x02a D" + + "eaktivovať\x02a Aktivovať\x02Verejný kľúč:\x02Otvorený port:\x02MTU:\x02" + + "Adresy:\x02Servery DNS:\x02Vopred zdieľaný kľúč:\x02Povolené IP adresy:" + + "\x02Koncový bod:\x02Perzistentný keepalive:\x02Posledné spojenie (handsh" + + "ake):\x02Prenos:\x02povolené\x02%[1]s prijatých, %[2]s odoslaných\x02Nep" + + "odarilo sa zistiť stav tunela\x02Nepodarilo sa aktivovať tunel\x02Nepoda" + + "rilo sa deaktivovať tunel\x02Rozhranie: %[1]s\x02Peer\x02Vytvoriť nový t" + + "unel\x02Upraviť tunel\x02&Názov:\x02&Verejný kľúč:\x02(neznámy)\x02&Blok" + + "ovať netunelovaný prenos (kill-switch)\x02&Uložiť\x02Zrušiť\x02&Konfigur" + + "ácia:\x02Neplatný názov\x02Názov je povinný.\x02Názov tunela ‘%[1]s’ je" + + " neplatný.\x02Nepodarilo sa pripraviť zoznam existujúcich tunelov\x02Tun" + + "el už existuje\x02Tunel s názvom ‘%[1]s’ už existuje.\x02Nie je možné vy" + + "tvoriť novú konfiguráciu\x02Nepodarilo sa zapísať do súboru\x02Súbor ‘%[" + + "1]s’ už existuje.\x0a\x0aŽeláte si ho prepísať?\x02Aktívny\x02Aktivuje s" + + "a\x02Neaktívny\x02Deaktivuje sa\x02Neznámy stav\x02&O WireGuard…\x02&Spr" + + "avovať tunely…\x02&Importovať tunel(y) zo súboru…\x02U&končiť\x02WireGua" + + "rd: %[1]s" -var slIndex = []uint32{ // 179 elements +var slIndex = []uint32{ // 185 elements // Entry 0 - 1F 0x00000000, 0x00000007, 0x00000058, 0x00000070, 0x00000089, 0x000000c1, 0x000000f8, 0x0000014a, @@ -1766,45 +1756,47 @@ var slIndex = []uint32{ // 179 elements 0x000005af, 0x000005cf, 0x000005f1, 0x000005ff, 0x00000626, 0x00000646, 0x00000668, 0x00000686, 0x000006a8, 0x000006ab, 0x000006ad, 0x000006ba, - 0x000006d8, 0x0000074d, 0x00000753, 0x00000761, - 0x00000769, 0x00000776, 0x00000781, 0x0000078f, - 0x000007a2, 0x000007a7, 0x000007b0, 0x000007c0, + 0x000006d8, 0x000006de, 0x000006ec, 0x000006f4, + 0x00000701, 0x0000070c, 0x0000071a, 0x0000072d, + 0x00000732, 0x0000073b, 0x0000074b, 0x00000761, // Entry 40 - 5F - 0x000007d6, 0x000007e7, 0x000007f7, 0x00000813, - 0x00000825, 0x0000082d, 0x00000838, 0x00000855, - 0x00000879, 0x00000897, 0x000008b7, 0x000008c6, - 0x000008ce, 0x000008e0, 0x000008ec, 0x000008f2, - 0x00000901, 0x0000090b, 0x00000935, 0x00000a56, - 0x00000a5e, 0x00000a68, 0x00000a78, 0x00000a85, - 0x00000a95, 0x00000ab7, 0x00000ae7, 0x00000af9, - 0x00000b24, 0x00000b4b, 0x00000b69, 0x00000ba4, + 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, // Entry 60 - 7F - 0x00000bac, 0x00000bb8, 0x00000bc2, 0x00000bd0, - 0x00000bdf, 0x00000be7, 0x00000bf0, 0x00000bfc, - 0x00000c14, 0x00000c19, 0x00000c2f, 0x00000c67, - 0x00000c81, 0x00000c94, 0x00000ca2, 0x00000cd1, - 0x00000ce7, 0x00000d04, 0x00000d3f, 0x00000d56, - 0x00000d65, 0x00000d73, 0x00000d8a, 0x00000da9, - 0x00000db0, 0x00000dc8, 0x00000dd9, 0x00000de7, - 0x00000df6, 0x00000e0a, 0x00000e28, 0x00000e3e, + 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, // Entry 80 - 9F - 0x00000e5e, 0x00000e77, 0x00000e9a, 0x00000edf, - 0x00000ee6, 0x00000eed, 0x00000f06, 0x00000f12, - 0x00000f2a, 0x00000f42, 0x00000f4c, 0x00000f6a, - 0x00000f83, 0x00000f9c, 0x00000fca, 0x00000ffd, - 0x00001022, 0x00001048, 0x00001058, 0x000010bc, - 0x00001147, 0x00001168, 0x000011cd, 0x000012ba, - 0x000012d5, 0x00001310, 0x0000133b, 0x00001355, - 0x0000137d, 0x00001398, 0x0000144c, 0x00001499, + 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, // Entry A0 - BF - 0x000014b2, 0x000014dd, 0x000014fa, 0x0000152b, - 0x0000154b, 0x000015b8, 0x0000160b, 0x00001627, - 0x00001635, 0x0000165c, 0x0000167e, 0x00001690, - 0x000016d8, 0x000016fc, 0x00001720, 0x00001745, - 0x00001745, 0x00001745, 0x00001745, -} // Size: 740 bytes + 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 -const slData string = "" + // Size: 5957 bytes +const slData string = "" + // Size: 5536 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" + @@ -1834,75 +1826,69 @@ const slData string = "" + // Size: 5957 bytes " 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\x02Verzija apli" + - "kacije: %[1]s\x0aVerzija wireguard-go: %[2]s\x0aVerzija Go: %[3]s\x0aOpe" + - "racijski sistem: %[4]s\x0aArhitektura: %[5]s\x02Zapri\x02♥ &Doniraj!\x02" + - "Status:\x02&Deaktiviraj\x02&Aktiviraj\x02Javni ključ:\x02Vrata poslušanj" + - "a:\x02MTU:\x02Naslovi:\x02Strežniki DNS:\x02Ključ v skupni rabi:\x02Dovo" + - "ljeni IP-ji:\x02Končna točka:\x02Trajno ohranjanje povezave:\x02Zadnje r" + - "okovanje:\x02Prenos:\x02omogočeno\x02%[1]s prejeto, %[2]s poslano\x02Nap" + - "aka pri določanju stanja tunela\x02Napaka pri aktiviranju tunela\x02Napa" + - "ka pri deaktiviranju tunela\x02Vmesnik: %[1]s\x02Vrstnik\x02Ustvari nov " + - "tunel\x02Uredi tunel\x02&Ime:\x02&Javni ključ:\x02(neznano)\x02&Blokiraj" + - " promet izven tunela (varovalka)\x02Kadar ima konfiguracija natanko eneg" + - "a 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 s " + - "posebnimi izjemami za DHCP and NDP.\x02&Shrani\x02Prekliči\x02&Konfigura" + - "cija:\x02Napačno ime\x02Ime je obvezno.\x02Ime tunela »%[1]s« ni veljavn" + - "o.\x02Napaka pri pripravi seznama obstoječih tunelov\x02Tunel že obstaja" + - "\x02Drug tunel z imenom »%[1]s« že obstaja.\x02Napaka pri izdelavi nove " + - "konfiguracije\x02Napaka pri pisanju v datoteko\x02Datoteka »%[1]s« že ob" + - "staja.\x0a\x0aAli jo želite prepisati?\x02Aktivno\x02Se aktivira\x02Neak" + - "tivno\x02Se deaktivira\x02Neznano stanje\x02Dnevnik\x02&Kopiraj\x02&Izbe" + - "ri vse\x02&Shrani v datoteko\u00a0…\x02Čas\x02Sporočilo v dnevniku\x02Te" + - "kstovne datoteke (*.txt)|*.txt|Vse datoteke (*.*)|*.*\x02Izvozi dnevnik " + - "v datoteko\x02O WireGu&ardu\u00a0…\x02Napaka tunela\x02%[1]s\x0a\x0aDoda" + - "tne informacije najdete v dnevniku.\x02%[1]s (neposodobljen)\x02Napaka z" + - "aznavanja WireGuarda\x02Čakanje, da se pojavi WireGuardovo okno, ni možn" + - "o: %[1]v\x02WireGuard: Deaktiviran\x02Status: Neznan\x02Naslovi: Brez" + - "\x02&Upravljaj tunele\u00a0…\x02&Uvozi tunel(e) iz datoteke…\x02I&zhod" + - "\x02Napaka tunela WireGuard\x02WireGuard: %[1]s\x02Status: %[1]s\x02Nasl" + - "ovi: %[1]s\x02WireGuard aktiviran\x02Tunel %[1]s je bil aktiviran.\x02Wi" + - "reGuard deaktiviran\x02Tunel %[1]s je bil deaktiviran.\x02Na voljo je po" + - "sodobitev!\x02Posodobitev WireGuarda je na voljo\x02Posodobitev WireGuar" + - "da je na voljo. Svetujemo posodobitev čim prej.\x02Tuneli\x02&Uredi\x02D" + - "odaj &prazen tunel\u00a0…\x02Dodaj tunel\x02Odstrani izbrane tunele\x02I" + - "zvozi vse tunele v zip\x02&Preklopi\x02Izvozi vse tunele v &zip\u00a0…" + - "\x02Uredi &izbran tunel\u00a0…\x02Odst&rani izbrane tunele\x02Napaka pri" + - " uvozu izbrane konfiguracije: %[1]v\x02Napaka pri preštevanju obstoječih" + - " tunelov: %[1]v\x02Tunel z imenom »%[1]s« že obstaja\x02Napaka pri uvozu" + - " konfiguracije: %[1]v\x02Uvoženi tuneli\x14\x01\x81\x01\x00\x04\x16\x02U" + - "vož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že" + - "ni %[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 tunelo" + - "v\x02Tunela ni bilo mogoče ustvariti\x14\x01\x81\x01\x00\x04\x16\x02Izbr" + - "iš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 prepričani, da želite izbrisati %[1]d tunele?\x027\x02Ali ste prepr" + - "ič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 izbr" + - "isati %[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 razvelj" + - "aviti.\x02Napaka pri izbrisu tunela\x02Napaka pri odstranjevanju tunela:" + - " %[1]s\x02Napaka pri izbrisu tunelov\x14\x01\x81\x01\x00\x04*\x02%[1]d t" + - "unelov ni bilo mogoče odstraniti.\x02)\x02%[1]d tunela ni bilo mogoče od" + - "straniti.\x03*\x02%[1]d tunelov ni bilo mogoče odstraniti.\x00*\x02%[1]d" + - " tunelov ni bilo mogoče odstraniti.\x02Konfiguracijske datoteke (*.zip, " + - "*.conf)|*.zip;*.conf|Vse datoteke (*.*)|*.*\x02Uvozi tunele iz datoteke" + - "\x02Konfiguracijske datoteke ZIP (*.zip)|*.zip\x02Izvozi tunele v datote" + - "ko zip\x02%[1]s (nepodpisane različice, brez posodobitev)\x02Napaka pri " + - "izhodu iz WireGuarda\x02Storitve ni bilo mogoče zaustaviti, ker: %[1]v. " + - "Poskusite zaustaviti WireGuard z uporabo programa Storitve.\x02Posodobit" + - "ev WireGuarda je na voljo. Zelo priporočamo posodobitev brez odlašanja." + - "\x02Status: Čaka na uporabnika\x02Posodobi zdaj\x02Status: Čaka na servi" + - "s za posodobitev\x02Napaka: %[1]v. Poskusite ponovno.\x02Status: Končano" + - "!\x02http2: Framer %[1]p: napaka pri dekodiranju ravnokar zapisanega okv" + - "irja\x02http2: Framer %[1]p: zapisano %[2]v\x02http2: Framer %[1]p: preb" + - "rano %[2]v\x02http2: dekodirano polje hpack %+[1]v" + ", \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." + + "\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" + + "ti.\x03*\x02%[1]d tunelov ni bilo mogoče odstraniti.\x00*\x02%[1]d tunel" + + "ov ni bilo mogoče odstraniti.\x02Konfiguracijske datoteke (*.zip, *.conf" + + ")|*.zip;*.conf|Vse datoteke (*.*)|*.*\x02Uvozi tunele iz datoteke\x02Kon" + + "figuracijske datoteke ZIP (*.zip)|*.zip\x02Izvozi tunele v datoteko zip" + + "\x02%[1]s (nepodpisane različice, brez posodobitev)\x02Napaka pri izhodu" + + " iz WireGuarda\x02Storitve ni bilo mogoče zaustaviti, ker: %[1]v. Poskus" + + "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" -var ukIndex = []uint32{ // 179 elements +var ukIndex = []uint32{ // 185 elements // Entry 0 - 1F 0x00000000, 0x0000000f, 0x0000000f, 0x0000000f, 0x00000042, 0x0000009c, 0x000000f5, 0x00000191, @@ -1918,45 +1904,47 @@ var ukIndex = []uint32{ // 179 elements 0x0000059f, 0x000005d2, 0x00000619, 0x0000063e, 0x0000068a, 0x000006cc, 0x00000713, 0x0000074d, 0x0000074d, 0x0000074d, 0x0000074d, 0x0000075e, - 0x0000078e, 0x00000857, 0x00000866, 0x00000885, - 0x00000893, 0x000008ad, 0x000008c3, 0x000008e0, - 0x000008e0, 0x000008e0, 0x000008e0, 0x000008e0, + 0x0000078e, 0x0000079d, 0x000007bc, 0x000007ca, + 0x000007e4, 0x000007fa, 0x00000817, 0x00000817, + 0x00000817, 0x00000817, 0x00000817, 0x00000817, // Entry 40 - 5F - 0x000008e0, 0x000008e0, 0x000008e0, 0x000008e0, - 0x000008e0, 0x000008e0, 0x000008e0, 0x000008e0, - 0x000008e0, 0x000008e0, 0x000008e0, 0x000008e0, - 0x000008e0, 0x000008e0, 0x000008e0, 0x000008e0, - 0x000008e0, 0x000008e0, 0x000008e0, 0x000008e0, - 0x000008e0, 0x000008e0, 0x000008e0, 0x000008e0, - 0x000008e0, 0x000008e0, 0x000008e0, 0x000008e0, - 0x000008e0, 0x000008e0, 0x000008e0, 0x000008e0, + 0x00000817, 0x00000817, 0x00000817, 0x00000817, + 0x00000817, 0x00000817, 0x00000817, 0x00000817, + 0x00000817, 0x00000817, 0x00000817, 0x00000817, + 0x00000817, 0x00000817, 0x00000817, 0x00000817, + 0x00000817, 0x00000817, 0x00000817, 0x00000817, + 0x00000817, 0x00000817, 0x00000817, 0x00000817, + 0x00000817, 0x00000817, 0x00000817, 0x00000817, + 0x00000817, 0x00000817, 0x00000817, 0x00000817, // Entry 60 - 7F - 0x000008e0, 0x000008e0, 0x000008e0, 0x000008e0, - 0x000008e0, 0x000008e0, 0x000008e0, 0x000008e0, - 0x000008e0, 0x000008e0, 0x000008e0, 0x000008e0, - 0x000008e0, 0x000008e0, 0x000008e0, 0x000008e0, - 0x000008e0, 0x000008e0, 0x000008e0, 0x000008e0, - 0x000008e0, 0x000008e0, 0x000008e0, 0x000008e0, - 0x000008e0, 0x000008e0, 0x000008e0, 0x000008e0, - 0x000008e0, 0x000008e0, 0x000008e0, 0x000008e0, + 0x00000817, 0x00000817, 0x00000817, 0x00000817, + 0x00000817, 0x00000817, 0x00000817, 0x00000817, + 0x00000817, 0x00000817, 0x00000817, 0x00000817, + 0x00000817, 0x00000817, 0x00000817, 0x00000817, + 0x00000817, 0x00000817, 0x00000817, 0x00000817, + 0x00000817, 0x00000817, 0x00000817, 0x00000817, + 0x00000817, 0x00000817, 0x00000817, 0x00000817, + 0x00000817, 0x00000817, 0x00000817, 0x00000817, // Entry 80 - 9F - 0x000008e0, 0x000008e0, 0x000008e0, 0x000008e0, - 0x000008e0, 0x000008e0, 0x000008e0, 0x000008e0, - 0x000008e0, 0x000008e0, 0x000008e0, 0x000008e0, - 0x000008e0, 0x000008e0, 0x000008e0, 0x000008e0, - 0x000008e0, 0x000008e0, 0x000008e0, 0x000008e0, - 0x000008e0, 0x000008e0, 0x000008e0, 0x000008e0, - 0x000008e0, 0x000008e0, 0x000008e0, 0x000008e0, - 0x000008e0, 0x000008e0, 0x000008e0, 0x000008e0, + 0x00000817, 0x00000817, 0x00000817, 0x00000817, + 0x00000817, 0x00000817, 0x00000817, 0x00000817, + 0x00000817, 0x00000817, 0x00000817, 0x00000817, + 0x00000817, 0x00000817, 0x00000817, 0x00000817, + 0x00000817, 0x00000817, 0x00000817, 0x00000817, + 0x00000817, 0x00000817, 0x00000817, 0x00000817, + 0x00000817, 0x00000817, 0x00000817, 0x00000817, + 0x00000817, 0x00000817, 0x00000817, 0x00000817, // Entry A0 - BF - 0x000008e0, 0x000008e0, 0x000008e0, 0x000008e0, - 0x000008e0, 0x000008e0, 0x000008e0, 0x000008e0, - 0x000008e0, 0x000008e0, 0x000008e0, 0x000008e0, - 0x000008e0, 0x000008e0, 0x000008e0, 0x000008e0, - 0x000008e0, 0x000008e0, 0x000008e0, -} // Size: 740 bytes + 0x00000817, 0x00000817, 0x00000817, 0x00000817, + 0x00000817, 0x00000817, 0x00000817, 0x00000817, + 0x00000817, 0x00000817, 0x00000817, 0x00000817, + 0x00000817, 0x00000817, 0x00000817, 0x00000817, + 0x00000817, 0x00000817, 0x00000817, 0x00000817, + 0x00000817, 0x00000817, 0x00000817, 0x00000817, + 0x00000817, +} // Size: 764 bytes -const ukData string = "" + // Size: 2272 bytes +const ukData string = "" + // Size: 2071 bytes "\x02Помилка\x02Параметри командного рядка\x02Неможливо визначити, чи пра" + "цює процес під WOW64: %[1]v\x02Не вдалося відкрити токен поточного проц" + "есу: %[1]v\x02WireGuard може бути використаний тільки користувачами, як" + @@ -1974,12 +1962,10 @@ const ukData string = "" + // Size: 2272 bytes "истий ключ\x02[жодного не вказано]\x02Всі учасники повинні мати відкрит" + "і ключі\x02Помилка при отриманні конфігурації\x02Недійсний ключ для роз" + "ділу інтерфейсу\x02Версія протоколу повинна бути 1\x02Про WireGuard\x02" + - "Зображення логотипу WireGuard\x02Версія додатка: %[1]s\x0aПерейти на бе" + - "кенд версію: %[2]s\x0aПерейти на версію: %[3]s\x0aОпераційна система: %" + - "[4]s\x0aАрхітектура: %[5]s\x02Закрити\x02♥ &Пожертвувати!\x02Статус:\x02" + - "&Деактивувати\x02&Активувати\x02Відкритий ключ:" + "Зображення логотипу WireGuard\x02Закрити\x02♥ &Пожертвувати!\x02Статус:" + + "\x02&Деактивувати\x02&Активувати\x02Відкритий ключ:" -var viIndex = []uint32{ // 179 elements +var viIndex = []uint32{ // 185 elements // Entry 0 - 1F 0x00000000, 0x00000006, 0x00000006, 0x00000006, 0x00000006, 0x00000006, 0x00000006, 0x00000006, @@ -1995,60 +1981,60 @@ var viIndex = []uint32{ // 179 elements 0x000000db, 0x000000db, 0x000000db, 0x000000db, 0x000000db, 0x000000db, 0x000000db, 0x000000db, 0x000000db, 0x000000db, 0x000000db, 0x000000f5, - 0x00000104, 0x0000019b, 0x000001a2, 0x000001a2, - 0x000001b1, 0x000001b1, 0x000001b1, 0x000001b1, - 0x000001b1, 0x000001b1, 0x000001b1, 0x000001b1, + 0x00000104, 0x0000010b, 0x0000010b, 0x0000011a, + 0x0000011a, 0x0000011a, 0x0000011a, 0x0000011a, + 0x0000011a, 0x0000011a, 0x0000011a, 0x0000011a, // Entry 40 - 5F - 0x000001b1, 0x000001b1, 0x000001c0, 0x000001c0, - 0x000001c0, 0x000001c0, 0x000001d2, 0x000001ec, - 0x00000218, 0x00000236, 0x00000257, 0x00000257, - 0x0000026a, 0x00000274, 0x00000286, 0x00000286, - 0x00000286, 0x00000286, 0x00000286, 0x00000286, - 0x00000286, 0x0000028c, 0x0000028c, 0x000002a3, - 0x000002bb, 0x000002e1, 0x00000302, 0x00000317, - 0x00000344, 0x00000344, 0x00000344, 0x00000344, + 0x0000011a, 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, // Entry 60 - 7F - 0x00000344, 0x00000344, 0x00000344, 0x00000344, - 0x00000344, 0x00000344, 0x00000344, 0x00000344, - 0x00000344, 0x00000344, 0x00000344, 0x00000344, - 0x00000344, 0x00000344, 0x00000344, 0x00000344, - 0x00000344, 0x00000344, 0x00000344, 0x00000344, - 0x00000344, 0x00000344, 0x00000344, 0x00000344, - 0x00000344, 0x00000344, 0x00000344, 0x00000344, - 0x00000344, 0x00000344, 0x00000344, 0x00000344, + 0x000002ad, 0x000002ad, 0x000002ad, 0x000002ad, + 0x000002ad, 0x000002ad, 0x000002ad, 0x000002ad, + 0x000002ad, 0x000002ad, 0x000002ad, 0x000002ad, + 0x000002ad, 0x000002ad, 0x000002ad, 0x000002ad, + 0x000002ad, 0x000002ad, 0x000002ad, 0x000002ad, + 0x000002ad, 0x000002ad, 0x000002ad, 0x000002ad, + 0x000002ad, 0x000002ad, 0x000002ad, 0x000002ad, + 0x000002ad, 0x000002ad, 0x000002ad, 0x000002ad, // Entry 80 - 9F - 0x00000344, 0x00000344, 0x00000344, 0x00000344, - 0x00000344, 0x00000344, 0x00000344, 0x00000344, - 0x00000344, 0x00000344, 0x00000344, 0x00000344, - 0x00000344, 0x00000344, 0x00000344, 0x00000344, - 0x00000344, 0x00000344, 0x00000344, 0x00000344, - 0x00000344, 0x00000344, 0x00000344, 0x00000344, - 0x00000344, 0x00000344, 0x00000344, 0x00000344, - 0x00000344, 0x00000344, 0x00000344, 0x00000344, + 0x000002ad, 0x000002ad, 0x000002ad, 0x000002ad, + 0x000002ad, 0x000002ad, 0x000002ad, 0x000002ad, + 0x000002ad, 0x000002ad, 0x000002ad, 0x000002ad, + 0x000002ad, 0x000002ad, 0x000002ad, 0x000002ad, + 0x000002ad, 0x000002ad, 0x000002ad, 0x000002ad, + 0x000002ad, 0x000002ad, 0x000002ad, 0x000002ad, + 0x000002ad, 0x000002ad, 0x000002ad, 0x000002ad, + 0x000002ad, 0x000002ad, 0x000002ad, 0x000002ad, // Entry A0 - BF - 0x00000344, 0x00000344, 0x00000344, 0x00000344, - 0x00000344, 0x00000344, 0x00000344, 0x00000344, - 0x00000344, 0x00000344, 0x00000344, 0x00000344, - 0x00000344, 0x00000344, 0x00000344, 0x00000344, - 0x00000344, 0x00000344, 0x00000344, -} // Size: 740 bytes + 0x000002ad, 0x000002ad, 0x000002ad, 0x000002ad, + 0x000002ad, 0x000002ad, 0x000002ad, 0x000002ad, + 0x000002ad, 0x000002ad, 0x000002ad, 0x000002ad, + 0x000002ad, 0x000002ad, 0x000002ad, 0x000002ad, + 0x000002ad, 0x000002ad, 0x000002ad, 0x000002ad, + 0x000002ad, 0x000002ad, 0x000002ad, 0x000002ad, + 0x000002ad, +} // Size: 764 bytes -const viData string = "" + // Size: 836 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" + "\x01\x00\x00\x0c\x02%[1]d ngày\x14\x01\x81\x01\x00\x00\x0c\x02%[1]d giờ" + "\x14\x01\x81\x01\x00\x00\x0c\x02%[1]d phút\x14\x01\x81\x01\x00\x00\x0c" + "\x02%[1]d giây\x02%[1]s trước\x02Địa chỉ IP không hợp lệ\x02Cổng (port) " + "không hợp lệ\x02Tên VPN không hợp lệ\x02Thông tin về WireGuard\x02Logo W" + - "ireGuard\x02Phiên bản ứng dụng: %[1]s\x0aPhiên bản Golang của WG: %[2]s" + - "\x0aPhiên bản Golang: %[3]s\x0aHệ điều hành: %[4]s\x0aKiến trúc xử lý: %" + - "[5]s\x02Đóng\x02Trạng thái:\x02Đầu cuối:\x02đã kích hoạt\x02Nhận %[1]s, " + - "gứi %[2]s\x02Không thể xác định tình trạng VPN\x02Không thể kích hoạt VP" + - "N\x02Không thể vô hiệu hóa VPN\x02Mạng ngang hàng\x02Tạo VPN\x02Chỉnh sử" + - "a VPN\x02Huỷ\x02Tên không hợp lệ\x02Yêu cầu nhập tên.\x02Tên VPN ‘%[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’." + "ireGuard\x02Đóng\x02Trạng thái:\x02Đầu cuối:\x02đã kích hoạt\x02Nhận %[1" + + "]s, gứi %[2]s\x02Không thể xác định tình trạng VPN\x02Không thể kích hoạ" + + "t VPN\x02Không thể vô hiệu hóa VPN\x02Mạng ngang hàng\x02Tạo VPN\x02Chỉn" + + "h sửa VPN\x02Huỷ\x02Tên không hợp lệ\x02Yêu cầu nhập tên.\x02Tên VPN ‘%[" + + "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{ // 179 elements +var zh_CNIndex = []uint32{ // 185 elements // Entry 0 - 1F 0x00000000, 0x00000007, 0x00000030, 0x00000047, 0x00000057, 0x0000008b, 0x000000b1, 0x000000f6, @@ -2064,45 +2050,47 @@ var zh_CNIndex = []uint32{ // 179 elements 0x0000042e, 0x00000448, 0x00000464, 0x00000470, 0x00000492, 0x000004a8, 0x000004c1, 0x000004d9, 0x000004f2, 0x000004f6, 0x000004f8, 0x00000509, - 0x0000051f, 0x00000587, 0x0000058e, 0x0000059f, - 0x000005a7, 0x000005b3, 0x000005bf, 0x000005c7, - 0x000005d5, 0x000005da, 0x000005e2, 0x000005f1, + 0x0000051f, 0x00000526, 0x00000537, 0x0000053f, + 0x0000054b, 0x00000557, 0x0000055f, 0x0000056d, + 0x00000572, 0x0000057a, 0x00000589, 0x0000059a, // Entry 40 - 5F - 0x00000602, 0x00000610, 0x00000618, 0x0000062c, - 0x00000640, 0x00000648, 0x00000652, 0x0000066d, - 0x00000686, 0x00000699, 0x000006b2, 0x000006c0, - 0x000006c7, 0x000006d7, 0x000006e4, 0x000006f1, - 0x000006fe, 0x00000707, 0x00000736, 0x000007e0, - 0x000007ec, 0x000007f3, 0x00000800, 0x0000080d, - 0x00000823, 0x00000841, 0x0000085a, 0x0000086a, - 0x0000088b, 0x000008a4, 0x000008b7, 0x000008f2, + 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, // Entry 60 - 7F - 0x000008fc, 0x00000909, 0x00000913, 0x00000920, - 0x00000927, 0x0000092e, 0x0000093a, 0x00000946, - 0x00000955, 0x0000095c, 0x00000969, 0x0000099b, - 0x000009a8, 0x000009c1, 0x000009ce, 0x000009f4, - 0x00000a06, 0x00000a1d, 0x00000a48, 0x00000a5d, - 0x00000a6c, 0x00000a78, 0x00000a8d, 0x00000aab, - 0x00000ab7, 0x00000ace, 0x00000adf, 0x00000aed, - 0x00000afb, 0x00000b0f, 0x00000b2d, 0x00000b41, + 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, // Entry 80 - 9F - 0x00000b65, 0x00000b75, 0x00000b86, 0x00000bc8, - 0x00000bcf, 0x00000bdb, 0x00000bf3, 0x00000c00, - 0x00000c13, 0x00000c36, 0x00000c4e, 0x00000c79, - 0x00000c94, 0x00000cac, 0x00000cc6, 0x00000ce6, - 0x00000d13, 0x00000d2d, 0x00000d3a, 0x00000d5b, - 0x00000d91, 0x00000da4, 0x00000dc2, 0x00000df5, - 0x00000e0d, 0x00000e37, 0x00000e55, 0x00000e68, - 0x00000e82, 0x00000e95, 0x00000ebc, 0x00000efd, + 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, // Entry A0 - BF - 0x00000f13, 0x00000f2e, 0x00000f51, 0x00000f7e, - 0x00000f99, 0x00000ffa, 0x00001032, 0x00001047, - 0x00001054, 0x0000106f, 0x0000108c, 0x0000109e, - 0x000010d2, 0x000010fa, 0x00001122, 0x00001147, - 0x00001147, 0x00001147, 0x00001147, -} // Size: 740 bytes + 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 -const zh_CNData string = "" + // Size: 4423 bytes +const zh_CNData string = "" + // Size: 4135 bytes "\x02错误\x02(无参数): 提升并安装管理服务\x02用法: %[1]s [\x0a%[2]s]\x02命令行选项\x02无法确定该进程是" + "否在WOW64下运行: %[1]v\x02无法打开当前进程令牌: %[1]v\x02WireGuard 可能只能被内建的 %[1]s 小组中" + "的成员使用。\x02WireGuard 正在运行,但用户界面只能从内建的 %[1]s 小组的桌面访问。\x02WireGuard 系统托盘图" + @@ -2116,39 +2104,37 @@ const zh_CNData string = "" + // Size: 4423 bytes "密钥长度必须为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应用" + - "版本: %[1]s\x0aGo 后端版本: %[2]s\x0aGo 版本: %[3]s\x0a操作系统: %[4]s\x0a架构: %[5]" + - "s\x02关闭\x02♥ 捐助! (&D)\x02状态:\x02断开 (&D)\x02连接 (&A)\x02公钥:\x02监听端口:\x02MT" + - "U:\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只有一个节点,且该节点允许的 IP 中包含 0.0.0.0/0 或 ::/0" + - " 时,使用防火墙规则拦截所有未通过隧道的流量 (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 隧道错误\x02WireG" + - "uard: %[1]s\x02状态: %[1]s\x02地址: %[1]s\x02WireGuard 已连接\x02隧道「%[1]s」已连接。" + - "\x02WireGuard 已断开\x02隧道「%[1]s」已断开连接。\x02发现更新!\x02WireGuard 更新\x02新的 Wire" + - "Guard 版本发布了。强烈建议您现在安装。\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)|*.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状态: 完成!\x02http2: 成帧器 %[1]p: 解码刚写入的帧失败\x02http2: 成帧器 %[1]p: 写入了 %[2]" + - "v\x02http2: 成帧器 %[1]p: 读取了 %[2]v\x02http2: 解码的 hpack 字段 %+[1]v" + "必须为 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" -var zh_TWIndex = []uint32{ // 179 elements +var zh_TWIndex = []uint32{ // 185 elements // Entry 0 - 1F 0x00000000, 0x00000007, 0x00000037, 0x00000056, 0x00000066, 0x000000a4, 0x000000d5, 0x00000118, @@ -2164,45 +2150,47 @@ var zh_TWIndex = []uint32{ // 179 elements 0x00000471, 0x0000048b, 0x000004b1, 0x000004bd, 0x000004df, 0x000004fb, 0x00000518, 0x00000530, 0x00000548, 0x0000054c, 0x0000054e, 0x0000055f, - 0x00000575, 0x000005f5, 0x000005fc, 0x0000060f, - 0x00000616, 0x00000628, 0x00000634, 0x0000063b, - 0x00000645, 0x00000649, 0x00000650, 0x0000065e, + 0x00000575, 0x0000057c, 0x0000058f, 0x00000596, + 0x000005a8, 0x000005b4, 0x000005bb, 0x000005c5, + 0x000005c9, 0x000005d0, 0x000005de, 0x000005ee, // Entry 40 - 5F - 0x0000066e, 0x0000067e, 0x00000688, 0x00000699, - 0x000006ac, 0x000006b3, 0x000006bd, 0x000006df, - 0x000006f8, 0x0000070b, 0x00000724, 0x00000733, - 0x0000073a, 0x0000074a, 0x0000075d, 0x00000769, - 0x00000775, 0x0000077e, 0x000007b3, 0x00000854, - 0x00000860, 0x00000867, 0x00000873, 0x00000883, - 0x00000899, 0x000008bd, 0x000008d6, 0x000008e6, - 0x00000907, 0x00000926, 0x00000939, 0x0000096c, + 0x000005fe, 0x00000608, 0x00000619, 0x0000062c, + 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, // Entry 60 - 7F - 0x00000976, 0x00000986, 0x00000996, 0x000009a6, - 0x000009ad, 0x000009b4, 0x000009c0, 0x000009cc, - 0x000009db, 0x000009e2, 0x000009ef, 0x00000a1e, - 0x00000a2e, 0x00000a44, 0x00000a51, 0x00000a80, - 0x00000a95, 0x00000aad, 0x00000ada, 0x00000af0, - 0x00000b00, 0x00000b0d, 0x00000b1f, 0x00000b37, - 0x00000b43, 0x00000b5a, 0x00000b6c, 0x00000b7b, - 0x00000b8a, 0x00000b9e, 0x00000bb9, 0x00000bd3, + 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, // Entry 80 - 9F - 0x00000bf7, 0x00000bfe, 0x00000c0f, 0x00000c68, - 0x00000c6f, 0x00000c7b, 0x00000c93, 0x00000ca0, - 0x00000cb3, 0x00000cd6, 0x00000cee, 0x00000d13, - 0x00000d2b, 0x00000d46, 0x00000d62, 0x00000d7e, - 0x00000da8, 0x00000dc4, 0x00000dd4, 0x00000df5, - 0x00000e28, 0x00000e3b, 0x00000e59, 0x00000e89, - 0x00000e9e, 0x00000ec8, 0x00000eee, 0x00000f01, - 0x00000f1d, 0x00000f30, 0x00000f54, 0x00000f98, + 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, // Entry A0 - BF - 0x00000fb4, 0x00000fd2, 0x00000feb, 0x00001021, - 0x00001039, 0x0000109a, 0x000010ef, 0x00001108, - 0x00001115, 0x00001131, 0x00001156, 0x0000116c, - 0x000011a5, 0x000011c6, 0x000011e6, 0x00001208, - 0x00001208, 0x00001208, 0x00001208, -} // Size: 740 bytes + 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 -const zh_TWData string = "" + // Size: 4616 bytes +const zh_TWData string = "" + // Size: 4312 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" + @@ -2217,38 +2205,35 @@ const zh_TWData string = "" + // Size: 4616 bytes "1]v\x02一行中有兩個逗號\x02隧道名稱無效\x02行必須出現在段落中\x02設定的項目必須要有一個等號\x02必須要有一個值\x02[I" + "nterface] 中有無效選項\x02[Peer] 中有無效選項\x02Interface 中必須要有一把私鑰\x02[未指定]\x02每個 " + "Peer 都必須要有公鑰\x02讀取設定時發生錯誤\x02Interface 中的金鑰無效\x02協定版本必須為 1\x02Peer 中的金鑰無" + - "效\x02、\x02 \x02關於 WireGuard\x02WireGuard logo 圖片\x02應用程式版本: %[1]s\x0a後" + - "端程式(Go 實作)版本: %[2]s\x0aGo 版本: %[3]s\x0a作業系統: %[4]s\x0a架構: %[5]s\x02關閉" + - "\x02♥ 捐贈! (&D)\x02狀態\x02中斷連線 (&D)\x02連線 (&A)\x02公鑰\x02監聽埠\x02MTU\x02位址" + - "\x02DNS 伺服器\x02預交換金鑰\x02允許的位址\x02連接點\x02Keepalive 間隔\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只有一個節點且該節點允許位址包含 0.0.0.0/0 或 ::/0 時,使用防火牆攔截所有非通" + - "過隧道的流量。\x0a(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(已過時)\x02偵測 WireGuard 錯誤" + - "\x02無法等待 WireGuard 視窗開啓: %[1]v\x02WireGuard - 未連線\x02[狀態] 未知\x02[位址] 無" + - "\x02管理隧道 (&M)\x02從檔案匯入… (&I)\x02離開 (&X)\x02WireGuard 隧道錯誤\x02WireGuard -" + - " %[1]s\x02[狀態] %[1]s\x02[位址] %[1]s\x02WireGuard 已連線\x02已連線至隧道 - %[1]s" + - "\x02WireGuard 已中斷連線\x02已中斷與隧道的連線 - %[1]s\x02更新\x02WireGuard 更新\x02更新的 Wi" + - "reGuard 已經為您準備好了。\x0a強烈建議您立即更新 WireGuard。\x02隧道\x02編輯 (&E)\x02新增隧道精靈 (&E" + - ")\x02新增隧道\x02刪除選取隧道\x02匯出所有隧道(ZIP 格式)\x02切換連線狀態 (&T)\x02匯出所有隧道至 &ZIP 壓縮檔" + - "\x02編輯選取隧道 (&S)\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\x00-\x02已匯入 %[1]d 個隧道(共 %[2]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\x0a\x0a您將無法復原此操作。\x02無法刪除隧道\x02無法刪除隧道: %[1]s\x02無法刪除隧道\x14\x01\x81\x01" + - "\x00\x00\x1d\x02無法刪除 %[1]d 個隧道\x02隧道設定檔 (*.zip, *.conf)|*.zip;*.conf|所有檔" + - "案 (*.*)|*.*\x02從檔案中匯入隧道…\x02隧道設定檔 (*.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 frame\x02http2: Framer %[1]p: wrote %" + - "[2]v\x02http2: Framer %[1]p: read %[2]v\x02http2: decoded hpack field %+" + - "[1]v" + "效\x02、\x02 \x02關於 WireGuard\x02WireGuard logo 圖片\x02關閉\x02♥ 捐贈! (&D)" + + "\x02狀態\x02中斷連線 (&D)\x02連線 (&A)\x02公鑰\x02監聽埠\x02MTU\x02位址\x02DNS 伺服器\x02預" + + "交換金鑰\x02允許的位址\x02連接點\x02Keepalive 間隔\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(已過時)\x02偵測 WireGuard 錯誤\x02無法等待 WireGuard 視窗開啓: %[" + + "1]v\x02WireGuard - 未連線\x02[狀態] 未知\x02[位址] 無\x02管理隧道 (&M)\x02從檔案匯入… (&I)" + + "\x02離開 (&X)\x02WireGuard 已連線\x02已連線至隧道 - %[1]s\x02WireGuard 已中斷連線\x02已中斷" + + "與隧道的連線 - %[1]s\x02WireGuard 隧道錯誤\x02WireGuard - %[1]s\x02[狀態] %[1]s" + + "\x02更新\x02WireGuard 更新\x02更新的 WireGuard 已經為您準備好了。\x0a強烈建議您立即更新 WireGuard" + + "。\x02隧道\x02編輯 (&E)\x02新增隧道精靈 (&E)\x02新增隧道\x02刪除選取隧道\x02匯出所有隧道(ZIP 格式)" + + "\x02切換連線狀態 (&T)\x02匯出所有隧道至 &ZIP 壓縮檔\x02編輯選取隧道 (&S)\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\x00" + + "-\x02已匯入 %[1]d 個隧道(共 %[2]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\x0a\x0a您將無法復原此操作。\x02無法刪除隧道\x02無法刪除隧道" + + ": %[1]s\x02無法刪除隧道\x14\x01\x81\x01\x00\x00\x1d\x02無法刪除 %[1]d 個隧道\x02隧道設" + + "定檔 (*.zip, *.conf)|*.zip;*.conf|所有檔案 (*.*)|*.*\x02從檔案中匯入隧道…\x02隧道設定檔 (" + + "*.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" - // Total table size 91808 bytes (89KiB); checksum: 1DE3667F + // Total table size 87543 bytes (85KiB); checksum: D2A6D32 -- cgit v1.2.3-59-g8ed1b