// Code generated by running "go generate" in golang.org/x/text. DO NOT EDIT. package main import ( "golang.org/x/text/language" "golang.org/x/text/message" "golang.org/x/text/message/catalog" ) type dictionary struct { index []uint32 data string } func (d *dictionary) Lookup(key string) (data string, ok bool) { p, ok := messageKeyToIndex[key] if !ok { return "", false } start, end := d.index[p], d.index[p+1] if start == end { return "", false } return d.data[start:end], true } func init() { dict := map[string]catalog.Dictionary{ "en": &dictionary{index: enIndex, data: enData}, "fr": &dictionary{index: frIndex, data: frData}, "it": &dictionary{index: itIndex, data: itData}, "ja": &dictionary{index: jaIndex, data: jaData}, "sl": &dictionary{index: slIndex, data: slData}, } fallback := language.MustParse("en") cat, err := catalog.NewFromMap(dict, catalog.Fallback(fallback)) if err != nil { panic(err) } message.DefaultCatalog = cat } var messageKeyToIndex = map[string]int{ "%.2f\u00a0GiB": 21, "%.2f\u00a0KiB": 19, "%.2f\u00a0MiB": 20, "%.2f\u00a0TiB": 22, "%d day(s)": 13, "%d hour(s)": 14, "%d minute(s)": 15, "%d second(s)": 16, "%d tunnels were unable to be removed.": 158, "%d year(s)": 12, "%d\u00a0B": 18, "%s\n\nPlease consult the log for more information.": 111, "%s (out of date)": 112, "%s (unsigned build, no updates)": 163, "%s You cannot undo this action.": 154, "%s ago": 17, "%s received, %s sent": 71, "%s: %q": 23, "&About WireGuard…": 109, "&Activate": 58, "&Block untunneled traffic (kill-switch)": 82, "&Configuration:": 86, "&Copy": 102, "&Deactivate": 57, "&Edit": 133, "&Import tunnel(s) from file…": 119, "&Manage tunnels…": 118, "&Name:": 79, "&Public key:": 80, "&Remove selected tunnel(s)": 141, "&Save": 84, "&Save to file…": 104, "&Toggle": 138, "(no argument): elevate and install manager service": 1, "(unknown)": 81, "A name is required.": 88, "A tunnel was unable to be removed: %s": 156, "About WireGuard": 51, "Activating": 97, "Active": 96, "Add &empty tunnel…": 134, "Add Tunnel": 135, "Addresses:": 62, "Addresses: %s": 124, "Addresses: None": 117, "All peers must have public keys": 44, "Allowed IPs:": 65, "An Update is Available!": 129, "An interface must have a private key": 42, "An update to WireGuard is available. It is highly advisable to update without delay.": 166, "An update to WireGuard is now available. You are advised to update as soon as possible.": 131, "Another tunnel already exists with the name ‘%s’": 144, "Another tunnel already exists with the name ‘%s’.": 92, "App version: %s\nGo backend version: %s\nGo version: %s\nOperating system: %s\nArchitecture: %s": 53, "Are you sure you would like to delete %d tunnels?": 151, "Are you sure you would like to delete tunnel ‘%s’?": 153, "Brackets must contain an IPv6 address": 28, "Cancel": 85, "Close": 54, "Command Line Options": 3, "Config key is missing an equals separator": 38, "Configuration Files (*.zip, *.conf)|*.zip;*.conf|All Files (*.*)|*.*": 159, "Configuration ZIP Files (*.zip)|*.zip": 161, "Could not enumerate existing tunnels: %v": 143, "Could not import selected configuration: %v": 142, "Create new tunnel": 77, "DNS servers:": 63, "Deactivating": 99, "Delete %d tunnels": 150, "Delete tunnel ‘%s’": 152, "E&xit": 120, "Edit &selected tunnel…": 140, "Edit tunnel": 78, "Endpoint:": 66, "Error": 0, "Error Exiting WireGuard": 164, "Error in getting configuration": 45, "Error: %v. Please try again.": 170, "Export all tunnels to &zip…": 139, "Export all tunnels to zip": 137, "Export log to file": 108, "Export tunnels to zip": 162, "Failed to activate tunnel": 73, "Failed to deactivate tunnel": 74, "Failed to determine tunnel state": 72, "File ‘%s’ already exists.\n\nDo you want to overwrite it?": 95, "Import tunnel(s) from file": 160, "Imported %d of %d tunnels": 148, "Imported %d tunnels": 147, "Imported tunnels": 146, "Inactive": 98, "Interface: %s": 75, "Invalid IP address": 24, "Invalid MTU": 29, "Invalid endpoint host": 27, "Invalid key for [Interface] section": 40, "Invalid key for [Peer] section": 41, "Invalid key for interface section": 46, "Invalid key for peer section": 48, "Invalid key: %v": 32, "Invalid name": 87, "Invalid network prefix length": 25, "Invalid persistent keepalive": 31, "Invalid port": 30, "Key must have a value": 39, "Keys must decode to exactly 32 bytes": 33, "Latest handshake:": 68, "Line must occur in a section": 37, "Listen port:": 60, "Log": 101, "Log message": 106, "MTU:": 61, "Missing port from endpoint": 26, "Now": 10, "Number must be a number between 0 and 2^64-1: %v": 34, "Peer": 76, "Persistent keepalive:": 67, "Preshared key:": 64, "Protocol version must be 1": 47, "Public key:": 59, "Remove selected tunnel(s)": 136, "Select &all": 103, "Status:": 56, "Status: %s": 123, "Status: Complete!": 171, "Status: Unknown": 116, "Status: Waiting for updater service": 169, "Status: Waiting for user": 167, "System clock wound backward!": 11, "Text Files (*.txt)|*.txt|All Files (*.*)|*.*": 107, "The %s tunnel has been activated.": 126, "The %s tunnel has been deactivated.": 128, "Time": 105, "Transfer:": 69, "Tunnel Error": 110, "Tunnel already exists": 91, "Tunnel name is not valid": 36, "Tunnel name ‘%s’ is invalid.": 89, "Tunnels": 132, "Two commas in a row": 35, "Unable to create new configuration": 93, "Unable to create tunnel": 149, "Unable to delete tunnel": 155, "Unable to delete tunnels": 157, "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.": 165, "Unable to import configuration: %v": 145, "Unable to list existing tunnels": 90, "Unable to open current process token: %v": 6, "Unable to wait for WireGuard window to appear: %v": 114, "Unknown state": 100, "Update Now": 168, "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.": 83, "WireGuard Activated": 125, "WireGuard Deactivated": 127, "WireGuard Detection Error": 113, "WireGuard Tunnel Error": 121, "WireGuard Update Available": 130, "WireGuard is running, but the UI is only accessible from desktops of the Builtin %s group.": 8, "WireGuard logo image": 52, "WireGuard may only be used by users who are a member of the Builtin %s group.": 7, "WireGuard system tray icon did not appear after 30 seconds.": 9, "WireGuard: %s": 122, "WireGuard: Deactivated": 115, "Writing file failed": 94, "You must use the 64-bit version of WireGuard on this computer.": 5, "[EnumerationSeparator]": 49, "[UnitSeparator]": 50, "[none specified]": 43, "enabled": 70, "http2: Framer %p: failed to decode just-written frame": 172, "http2: Framer %p: read %v": 174, "http2: Framer %p: wrote %v": 173, "http2: decoded hpack field %+v": 175, "♥ &Donate!": 55, } var enIndex = []uint32{ // 177 elements // Entry 0 - 1F 0x00000000, 0x00000006, 0x00000039, 0x0000004f, 0x00000064, 0x000000aa, 0x000000e9, 0x00000115, 0x00000166, 0x000001c4, 0x00000200, 0x00000204, 0x00000221, 0x00000241, 0x0000025f, 0x0000027f, 0x000002a3, 0x000002c7, 0x000002d1, 0x000002da, 0x000002e7, 0x000002f4, 0x00000301, 0x0000030e, 0x0000031b, 0x0000032e, 0x0000034c, 0x00000367, 0x0000037d, 0x000003a3, 0x000003af, 0x000003bc, // Entry 20 - 3F 0x000003d9, 0x000003ec, 0x00000411, 0x00000445, 0x00000459, 0x00000472, 0x0000048f, 0x000004b9, 0x000004cf, 0x000004f3, 0x00000512, 0x00000537, 0x00000548, 0x00000568, 0x00000587, 0x000005a9, 0x000005c4, 0x000005e1, 0x000005e4, 0x000005e7, 0x000005f7, 0x0000060c, 0x00000677, 0x0000067d, 0x0000068a, 0x00000692, 0x0000069e, 0x000006a8, 0x000006b4, 0x000006c1, 0x000006c6, 0x000006d1, // Entry 40 - 5F 0x000006de, 0x000006ed, 0x000006fa, 0x00000704, 0x0000071a, 0x0000072c, 0x00000736, 0x0000073e, 0x00000759, 0x0000077a, 0x00000794, 0x000007b0, 0x000007c1, 0x000007c6, 0x000007d8, 0x000007e4, 0x000007eb, 0x000007f8, 0x00000802, 0x0000082a, 0x00000948, 0x0000094e, 0x00000955, 0x00000965, 0x00000972, 0x00000986, 0x000009aa, 0x000009ca, 0x000009e0, 0x00000a19, 0x00000a3c, 0x00000a50, // Entry 60 - 7F 0x00000a8f, 0x00000a96, 0x00000aa1, 0x00000aaa, 0x00000ab7, 0x00000ac5, 0x00000ac9, 0x00000acf, 0x00000adb, 0x00000aec, 0x00000af1, 0x00000afd, 0x00000b2a, 0x00000b3d, 0x00000b51, 0x00000b5e, 0x00000b92, 0x00000ba6, 0x00000bc0, 0x00000bf5, 0x00000c0c, 0x00000c1c, 0x00000c2c, 0x00000c3f, 0x00000c5e, 0x00000c64, 0x00000c7b, 0x00000c8c, 0x00000c9a, 0x00000cab, 0x00000cbf, 0x00000ce4, // Entry 80 - 9F 0x00000cfa, 0x00000d21, 0x00000d39, 0x00000d54, 0x00000dac, 0x00000db4, 0x00000dba, 0x00000dcf, 0x00000dda, 0x00000df4, 0x00000e0e, 0x00000e16, 0x00000e34, 0x00000e4d, 0x00000e68, 0x00000e97, 0x00000ec3, 0x00000efb, 0x00000f21, 0x00000f32, 0x00000f68, 0x00000faf, 0x00000fc7, 0x00000ff9, 0x0000106b, 0x00001085, 0x000010bf, 0x000010e2, 0x000010fa, 0x00001123, 0x0000113c, 0x00001195, // Entry A0 - BF 0x000011da, 0x000011f5, 0x0000121b, 0x00001231, 0x00001254, 0x0000126c, 0x000012cb, 0x00001320, 0x00001339, 0x00001344, 0x00001368, 0x00001388, 0x0000139a, 0x000013d3, 0x000013f4, 0x00001414, 0x00001436, } // Size: 732 bytes const enData string = "" + // Size: 5174 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\x02You must use the 64-bit " + "version of WireGuard on this computer.\x02Unable to open current process" + " token: %[1]v\x02WireGuard may only be used by users who are a member of" + " the Builtin %[1]s group.\x02WireGuard is running, but the UI is only ac" + "cessible from desktops of the Builtin %[1]s group.\x02WireGuard system t" + "ray icon did not appear after 30 seconds.\x02Now\x02System clock wound b" + "ackward!\x14\x01\x81\x01\x00\x02\x0b\x02%[1]d year\x00\x0c\x02%[1]d year" + "s\x14\x01\x81\x01\x00\x02\x0a\x02%[1]d day\x00\x0b\x02%[1]d days\x14\x01" + "\x81\x01\x00\x02\x0b\x02%[1]d hour\x00\x0c\x02%[1]d hours\x14\x01\x81" + "\x01\x00\x02\x0d\x02%[1]d minute\x00\x0e\x02%[1]d minutes\x14\x01\x81" + "\x01\x00\x02\x0d\x02%[1]d second\x00\x0e\x02%[1]d seconds\x02%[1]s ago" + "\x02%[1]d\u00a0B\x02%.2[1]f\u00a0KiB\x02%.2[1]f\u00a0MiB\x02%.2[1]f" + "\u00a0GiB\x02%.2[1]f\u00a0TiB\x02%[1]s: %[2]q\x02Invalid IP address\x02I" + "nvalid network prefix length\x02Missing port from endpoint\x02Invalid en" + "dpoint host\x02Brackets must contain an IPv6 address\x02Invalid MTU\x02I" + "nvalid port\x02Invalid persistent keepalive\x02Invalid key: %[1]v\x02Key" + "s must decode to exactly 32 bytes\x02Number must be a number between 0 a" + "nd 2^64-1: %[1]v\x02Two commas in a row\x02Tunnel name is not valid\x02L" + "ine must occur in a section\x02Config key is missing an equals separator" + "\x02Key must have a value\x02Invalid key for [Interface] section\x02Inva" + "lid key for [Peer] section\x02An interface must have a private key\x02[n" + "one specified]\x02All peers must have public keys\x02Error in getting co" + "nfiguration\x02Invalid key for interface section\x02Protocol version mus" + "t be 1\x02Invalid key for peer section\x02, \x02, \x02About WireGuard" + "\x02WireGuard logo image\x02App version: %[1]s\x0aGo backend version: %[" + "2]s\x0aGo version: %[3]s\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" var frIndex = []uint32{ // 177 elements // Entry 0 - 1F 0x00000000, 0x00000007, 0x00000046, 0x00000063, 0x00000083, 0x000000cb, 0x00000108, 0x00000141, 0x000001a3, 0x0000021b, 0x00000278, 0x00000283, 0x000002a6, 0x000002c2, 0x000002e2, 0x00000304, 0x00000328, 0x0000034e, 0x0000035b, 0x00000364, 0x00000371, 0x0000037e, 0x0000038b, 0x00000398, 0x000003a6, 0x000003bc, 0x000003e4, 0x0000040a, 0x00000433, 0x00000465, 0x00000474, 0x00000484, // Entry 20 - 3F 0x000004bb, 0x000004d3, 0x00000500, 0x0000053b, 0x00000557, 0x00000570, 0x0000059c, 0x0000059c, 0x000005b7, 0x000005e3, 0x0000060a, 0x00000632, 0x0000064a, 0x00000682, 0x000006a9, 0x000006d5, 0x000006f7, 0x00000723, 0x00000726, 0x00000728, 0x0000073f, 0x0000075a, 0x000007e0, 0x000007e7, 0x000007fb, 0x00000803, 0x00000810, 0x00000819, 0x00000829, 0x0000083a, 0x00000840, 0x0000084b, // Entry 40 - 5F 0x0000085a, 0x00000870, 0x0000088a, 0x000008a1, 0x000008cf, 0x000008f6, 0x00000902, 0x0000090d, 0x0000092e, 0x0000095a, 0x00000979, 0x0000099d, 0x000009af, 0x000009b9, 0x000009d2, 0x000009e5, 0x000009ec, 0x000009fd, 0x00000a0a, 0x00000a3d, 0x00000b98, 0x00000ba5, 0x00000bad, 0x00000bbe, 0x00000bcd, 0x00000be5, 0x00000c0f, 0x00000c44, 0x00000c5a, 0x00000c8e, 0x00000cbe, 0x00000cdc, // Entry 60 - 7F 0x00000d1b, 0x00000d26, 0x00000d3a, 0x00000d47, 0x00000d5f, 0x00000d6d, 0x00000d75, 0x00000d7d, 0x00000d91, 0x00000db1, 0x00000db7, 0x00000dca, 0x00000e03, 0x00000e27, 0x00000e3f, 0x00000e50, 0x00000e9a, 0x00000eac, 0x00000ece, 0x00000f10, 0x00000f27, 0x00000f37, 0x00000f49, 0x00000f61, 0x00000f93, 0x00000f9c, 0x00000fb7, 0x00000fc9, 0x00000fd7, 0x00000fe8, 0x00000ffa, 0x00001018, // Entry 80 - 9F 0x0000102e, 0x00001050, 0x00001069, 0x0000108f, 0x00001104, 0x0000110c, 0x00001116, 0x00001131, 0x00001143, 0x0000116e, 0x00001191, 0x0000119b, 0x000011c2, 0x000011e7, 0x00001213, 0x00001251, 0x00001288, 0x000012b4, 0x000012e3, 0x000012f5, 0x0000132c, 0x00001375, 0x00001394, 0x000013cc, 0x00001430, 0x00001450, 0x00001486, 0x000014b5, 0x000014d7, 0x0000150c, 0x00001530, 0x0000159c, // Entry A0 - BF 0x000015ef, 0x0000161d, 0x00001649, 0x00001667, 0x00001698, 0x000016b6, 0x00001731, 0x000017aa, 0x000017cf, 0x000017e9, 0x00001818, 0x0000183d, 0x0000184e, 0x00001893, 0x000018b8, 0x000018da, 0x000018fe, } // Size: 732 bytes const frData string = "" + // Size: 6398 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" + "\x02Utilisez la version 64 bits du WireGuard sur cet ordinateur.\x02Impo" + "ssible d'ouvrir le jeton de processus actuel : %[1]v\x02Seulement les ut" + "ilisateurs qui sont membres du groupe intégré %[1]s peuvent utiliser Wir" + "eGuard.\x02WireGuard est en cours d'exécution, mais l'IU est accessible " + "seulement à partir des bureaux du group intégré %[1]s.\x02L’icône de la " + "barre d’état système du WireGuard n'est pas apparue après 30 secondes." + "\x02Maintenant\x02L’horloge système est inversé!\x14\x01\x81\x01\x00\x02" + "\x09\x02%[1]d an\x00\x0a\x02%[1]d ans\x14\x01\x81\x01\x00\x02\x0b\x02%[1" + "]d jour\x00\x0c\x02%[1]d jours\x14\x01\x81\x01\x00\x02\x0c\x02%[1]d heur" + "e\x00\x0d\x02%[1]d heures\x14\x01\x81\x01\x00\x02\x0d\x02%[1]d minute" + "\x00\x0e\x02%[1]d minutes\x14\x01\x81\x01\x00\x02\x0e\x02%[1]d seconde" + "\x00\x0f\x02%[1]d secondes\x02Il y a %[1]s\x02%[1]d\u00a0o\x02%.2[1]f" + "\u00a0Kio\x02%.2[1]f\u00a0Mio\x02%.2[1]f\u00a0Gio\x02%.2[1]f\u00a0Tio" + "\x02%[1]s : %[2]q\x02Adresse IP non valide\x02Longueur du préfixe réseau" + " non valide\x02Port manquant au point de terminaison\x02Hôte du point de" + " terminaison non valide\x02Il faut mettre un adresse IPv6 entre les croc" + "hets\x02MTU non valide\x02Port non valide\x02Conservation de connexion a" + "ctive permanente non valide\x02Clé non valide : %[1]v\x02Clés doivent êt" + "re décodées sur 32 octets\x02Le numéro doit être un numéro entre 0 et 2^" + "64-1 : %[1]v\x02Deux virgules consécutives\x02Nom du tunnel non valide" + "\x02Une ligne doit apparaître dans une section\x02Clé doit avoir une val" + "eur\x02Clé non valide pour la section [Interface]\x02Clé non valide pour" + " la section [Peer]\x02L'interface doit avoir une clé privée\x02[aucune s" + "pécification]\x02Tous les homologues doivent avoirs les clés publiques." + "\x02Erreur d'obtention de la configuration\x02Clé non valide pour la sec" + "tion d'interface\x02Version du protocole doit être 1\x02Clé non valide p" + "our la section d'homologue\x02, \x02 \x02À propos du WireGuard\x02Image " + "du logo du WireGuard\x02Version de l'application : %[1]s\x0aVersion wire" + "guard-go : %[2]s\x0aVersion Go : %[3]s\x0aSystème d'exploitation : %[4]s" + "\x0aArchitecture : %[5]s\x02Fermer\x02♥ &Faites un don!\x02État :\x02&Dé" + "sactiver\x02&Activer\x02Clé publique :\x02Port d'écoute :\x02MTU :\x02Ad" + "resses :\x02Serveurs DNS :\x02Clé pré-partagée :\x02Adresses IP autorisé" + "es :\x02Point de terminaison :\x02Conservation de connexion active perma" + "nente :\x02Dernier établissement d'une liaison :\x02Transfert :\x02activ" + "é(e)\x02%[1]s reçu(e), %[2]s envoyé(e)\x02Impossible de déterminer l'ét" + "at du tunnel\x02Impossible d'activer le tunnel\x02Impossible de désactiv" + "er le tunnel\x02Interface : %[1]s\x02Homologue\x02Créer un nouveau tunne" + "l\x02Modifier le tunnel\x02&Nom :\x02&Clé publique :\x02(inconnu(e))\x02" + "&Bloquer tous le trafic hors tunnel (interrupteur)\x02Si la configuratio" + "n a exactement 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 traffic, sauf le traffic vers ou dépuis l'interface de tunnel et" + " l'exceptions speciales liées à DHCP et NDP.\x02&Enregistrer\x02Annuler" + "\x02&Configuration :\x02Nom non valide\x02Le nom est obligatoire.\x02Nom" + " de tunnel « %[1]s » est non valide.\x02Impossible de créer une liste de" + "s tunnels existants\x02Tunnel existe déjà.\x02Nom « %[1]s » est déjà uti" + "lisé pour un tunnel.\x02Impossible de créer une configuration nouvelle" + "\x02Échec d'écriture du fichier\x02Fichier « %[1]s » existe déjà.\x0a" + "\x0aVoulez-vous le remplacer ?\x02Activé(e)\x02Activation en cours\x02In" + "activé(e)\x02Désactivation en cours\x02État inconnu\x02Journal\x02&Copie" + "r\x02Sélectionner &tout\x02&Enregistrer dans le fichier…\x02Temps\x02Mes" + "sage du journal\x02Fichiers texte (*.txt)|*.txt|Tous les fichiers (*.*)|" + "*.*\x02Exporter le journal vers le fichier\x02&À propos WireGuard…\x02Er" + "reur du tunnel\x02%[1]s\x0a\x0aConsultez le journal pour plus d’informat" + "ions, s'il vous plaît.\x02%[1]s (obsolète)\x02Erreur de détection du Wir" + "eGuard\x02Impossible d’attendre l'affichage du fenêtre WireGuard : %[1]v" + "\x02WireGuard: Désactivé\x02État : Inconnu\x02Adresses : Aucune\x02&Gest" + "ion 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ésactivé\x02Tunnel %[1]s a été désactivé.\x02Mise à jour " + "disponible!\x02WireGuard mise à jour est disponible\x02Une mise à jour d" + "u WireGuard est disponible. Il est conseillé de mettre votre WireGuard à" + " jour dès que possible.\x02Tunnels\x02&Modifier\x02Ajouter un &tunnel vi" + "de…\x02Ajouter le tunnel\x02Supprimer le(s) tunnel(s) sélectionné(s)\x02" + "Exporter tous les tunnels vers zip\x02&Basculer\x02Exporter tous les tun" + "nels vers &zip…\x02Modifier &le tunnel sélectionné…\x02&Supprimer le(s) " + "tunnel(s) sélectionné(s)\x02Impossible d'importer la configuration sélec" + "tionnée : %[1]v\x02Impossible d'énumérer les tunnels existantes : %[1]v" + "\x02Un tunnel nommé « %[1]s » existe déjà.\x02Impossible d'importer la c" + "onfiguration : %[1]v\x02Tunnels importés\x14\x01\x81\x01\x00\x02\x16\x02" + "%[1]d tunnel importé\x00\x18\x02%[1]d tunnels importés\x14\x02\x80\x01" + "\x02 \x02%[1]d de %[2]d tunnels importé\x00!\x02%[1]d de %[2]d tunnels i" + "mportés\x02Impossible de créer le tunnel\x14\x01\x81\x01\x00\x02\x17\x02" + "Supprimer %[1]d tunnel\x00\x18\x02Supprimer %[1]d tunnels\x14\x01\x81" + "\x01\x00\x02-\x02Voulez-vous vraiment supprimer %[1]d tunnel?\x00.\x02Vo" + "ulez-vous vraiment supprimer %[1]d tunnels?\x02Supprimer le tunnel ‘%[1]" + "s’\x02Voulez-vous vraiment supprimer le tunnel « %[1]s »?\x02%[1]s Vous " + "ne pouvez pas annuler cette action.\x02Impossible de supprimer le tunnel" + "\x02Il a été impossible de supprimer un tunnel : %[1]s\x02Impossible de " + "supprimer les tunnels\x14\x01\x81\x01\x00\x021\x02Il a été impossible de" + " supprimer %[1]d tunnel.\x002\x02Il a été impossible de supprimer %[1]d " + "tunnels.\x02Fichiers de configuration (*.zip, *.conf)|*.zip;*.conf|Tous " + "les fichiers (*.*)|*.*\x02Importer le(s) tunnel(s) à partir du fichier" + "\x02Fichiers de configuration ZIP (*.zip)|*.zip\x02Exporter les tunnels " + "vers zip\x02%[1]s (version non signée, aucune mise à jour)\x02Erreur de " + "sortie du WireGuard\x02Impossible de quitter le service en raison de : %" + "[1]v. Essayez d'arrêter WireGuard à partir du gestionnair des services." + "\x02Une mise à jour du WireGuard est disponible. Il est fortement consei" + "llé de metter votre WireGuard à jour sans délai.\x02État: En attente de " + "l’utilisateur\x02Mettre à jour maintenant\x02État: En attente du program" + "me de mise à jour\x02Erreur : %[1]v. Veuillez réessayer.\x02État: Termin" + "é!\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écodé" var itIndex = []uint32{ // 177 elements // Entry 0 - 1F 0x00000000, 0x00000007, 0x00000044, 0x0000005d, 0x00000075, 0x000000bd, 0x00000103, 0x0000013c, 0x00000193, 0x00000204, 0x00000258, 0x0000025c, 0x00000283, 0x000002a2, 0x000002c5, 0x000002e2, 0x00000305, 0x0000032a, 0x00000333, 0x00000333, 0x00000333, 0x00000333, 0x00000333, 0x00000333, 0x00000340, 0x00000358, 0x00000382, 0x0000039f, 0x000003bd, 0x000003ed, 0x000003fc, 0x0000040d, // Entry 20 - 3F 0x0000042d, 0x00000446, 0x00000478, 0x000004b7, 0x000004cf, 0x000004f0, 0x0000051d, 0x0000051d, 0x0000053c, 0x00000569, 0x00000591, 0x000005be, 0x000005d0, 0x000005fe, 0x0000062e, 0x00000660, 0x00000689, 0x000006af, 0x000006b2, 0x000006b4, 0x000006ce, 0x000006ed, 0x00000765, 0x0000076c, 0x00000784, 0x0000078a, 0x00000795, 0x0000079d, 0x000007ad, 0x000007be, 0x000007c2, 0x000007cc, // Entry 40 - 5F 0x000007d7, 0x000007ec, 0x000007fa, 0x00000803, 0x00000818, 0x0000082c, 0x0000083a, 0x00000844, 0x00000862, 0x00000895, 0x000008b9, 0x000008e0, 0x000008f3, 0x000008f8, 0x00000904, 0x00000914, 0x0000091b, 0x0000092c, 0x0000093a, 0x0000096a, 0x00000a93, 0x00000a9a, 0x00000aa2, 0x00000ab2, 0x00000ac2, 0x00000ad8, 0x00000b05, 0x00000b2d, 0x00000b43, 0x00000b78, 0x00000ba3, 0x00000bc3, // Entry 60 - 7F 0x00000bfa, 0x00000c01, 0x00000c0d, 0x00000c16, 0x00000c25, 0x00000c37, 0x00000c3b, 0x00000c42, 0x00000c53, 0x00000c65, 0x00000c6b, 0x00000c7c, 0x00000cb0, 0x00000cc4, 0x00000cdf, 0x00000cf1, 0x00000d24, 0x00000d35, 0x00000d58, 0x00000d96, 0x00000dad, 0x00000dc0, 0x00000dd3, 0x00000de9, 0x00000e04, 0x00000e0a, 0x00000e25, 0x00000e36, 0x00000e43, 0x00000e54, 0x00000e67, 0x00000e8a, // Entry 80 - 9F 0x00000ea0, 0x00000ec6, 0x00000ee7, 0x00000f0e, 0x00000f6d, 0x00000f74, 0x00000f7e, 0x00000f95, 0x00000fa5, 0x00000fc0, 0x00000fde, 0x00000fe7, 0x00001006, 0x00001029, 0x00001047, 0x00001082, 0x000010b2, 0x000010e6, 0x00001115, 0x00001126, 0x0000115d, 0x000011a5, 0x000011c2, 0x000011f6, 0x00001257, 0x00001272, 0x000012a7, 0x000012d7, 0x000012f7, 0x00001329, 0x00001348, 0x000013af, // Entry A0 - BF 0x000013fa, 0x00001411, 0x0000143a, 0x00001450, 0x00001483, 0x000014ab, 0x0000151d, 0x00001581, 0x0000159e, 0x000015ab, 0x000015da, 0x000015f7, 0x00001608, 0x0000164e, 0x00001674, 0x00001698, 0x000016bf, } // Size: 732 bytes const itData string = "" + // Size: 5823 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\x02Devi u" + "tilizzare la versione a 64 bit di WireGuard su questo computer.\x02Impos" + "sibile aprire il token del processo corrente: %[1]v\x02WireGuard può ess" + "ere utilizzato solo dagli utenti membri del gruppo %[1]s di sistema.\x02" + "WireGuard è in esecuzione, ma l'interfaccia utente è accessibile solo da" + "i desktop del gruppo %[1]s di sistema.\x02L'icona della barra delle appl" + "icazioni di WireGuard non è apparsa dopo 30 secondi.\x02Ora\x02L'orologi" + "o di sistema va all'indietro!\x14\x01\x81\x01\x00\x02\x0b\x02%[1]d anno" + "\x00\x0b\x02%[1]d anni\x14\x01\x81\x01\x00\x02\x0d\x02%[1]d giorno\x00" + "\x0d\x02%[1]d giorni\x14\x01\x81\x01\x00\x02\x0a\x02%[1]d ora\x00\x0a" + "\x02%[1]d ore\x14\x01\x81\x01\x00\x02\x0d\x02%[1]d minuto\x00\x0d\x02%[1" + "]d minuti\x14\x01\x81\x01\x00\x02\x0e\x02%[1]d secondo\x00\x0e\x02%[1]d " + "secondi\x02%[1]s fa\x02%[1]s: %[2]q\x02Indirizzo IP non valido\x02Lunghe" + "zza del prefisso di rete non valida\x02Manca la porta dall'endpoint\x02H" + "ost dell'endpoint non valido\x02Le parentesi devono contenere un indiriz" + "zo IPv6\x02MTU non valido\x02Porta non valida\x02Keepalive permanente no" + "n valido\x02Chiave non valida: %[1]v\x02Le chiavi devono decodificare es" + "attamente 32 byte\x02Il numero deve essere un numero compreso tra 0 e 2^" + "64-1: %[1]v\x02Due virgole in una riga\x02Il nome del tunnel non è valid" + "o\x02Una riga deve essere presente in una sezione\x02La chiave deve aver" + "e un valore\x02Chiave non valida per la sezione [Interface]\x02Chiave no" + "n valida per la sezione [Peer]\x02Un'interfaccia deve avere una chiave p" + "rivata\x02[non specificato]\x02Tutti i peer devono avere una chiave pubb" + "lica\x02Errore durante il recupero della configurazione\x02Chiave non va" + "lida per la sezione dell'interfaccia\x02La versione del protocollo deve " + "essere 1\x02Chiave non valida per la sezione peer\x02, \x02 \x02Informaz" + "ioni su WireGuard\x02Immagine del logo di WireGuard\x02Versione applicaz" + "ione: %[1]s\x0aVersione backend Go: %[2]s\x0aVersione Go: %[3]s\x0aSiste" + "ma operativo: %[4]s\x0aArchitettura: %[5]s\x02Chiudi\x02♥ Fai una &donaz" + "ione!\x02Stato\x02&Disattiva\x02&Attiva\x02Chiave pubblica\x02Porta in a" + "scolto\x02MTU\x02Indirizzi\x02Server DNS\x02Chiave pre-condivisa\x02IP c" + "onsentiti\x02Endpoint\x02Keepalive permanente\x02Ultima negoziazione\x02" + "Trasferimento\x02abilitato\x02%[1]s ricevuti, %[2]s inviati\x02Determina" + "zione dello stato del tunnel non riuscita\x02Attivazione del tunnel non " + "riuscita\x02Disattivazione 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)\x02" + "Quando una configurazione ha esattamente un peer e quel peer ha un IP co" + "nsentito contenente almeno uno di 0.0.0.0/0 o ::/0, il servizio tunnel i" + "mpegna un insieme di regole del firewall per bloccare tutto il traffico " + "che non proviene dall'interfaccia tunnel, con speciali eccezioni per DHC" + "P e NDP.\x02&Salva\x02Annulla\x02&Configurazione\x02Nome non valido\x02U" + "n nome è richiesto.\x02Il nome del tunnel ‘%[1]s’ non è valido\x02Imposs" + "ibile elencare i tunnel esistenti\x02Il tunnel esiste già\x02Un altro tu" + "nnel con il nome ‘%[1]s’ esiste già.\x02Impossibile creare la nuova conf" + "igurazione\x02Scrittura del file non riuscita\x02Il file ‘%[1]s’ esiste " + "già.\x0a\x0aVuoi sovrascriverlo?\x02Attivo\x02Attivazione\x02Inattivo" + "\x02Disattivazione\x02Stato sconosciuto\x02Log\x02&Copia\x02Selezion&a t" + "utto\x02&Salva su file…\x02Tempo\x02Messaggio di log\x02File di testo (" + "*.txt)|*.txt|Tutti i file (*.*)|*.*\x02Esporta log su file\x02Inform&azi" + "oni su WireGuard\x02Errore del tunnel\x02%[1]s\x0a\x0aConsulta il log pe" + "r ulteriori Informazioni.\x02%[1]s (obsoleto)\x02Errore di rilevamento d" + "i WireGuard\x02Impossibile attendere la comparsa della finestra di WireG" + "uard\x02WireGuard: disattivato\x02Stato: sconosciuto\x02Indirizzi: nessu" + "no\x02&Gestisci i tunnel…\x02&Importa tunnel da file…\x02E&sci\x02Errore" + " tunnel di WireGuard\x02WireGuard: %[1]s\x02Stato: %[1]s\x02Indirizzi: %" + "[1]s\x02WireGuard attivato\x02Il tunnel %[1]s è stato attivato.\x02WireG" + "uard disattivato\x02Il tunnel %[1]s è stato disattivato.\x02Un aggiornam" + "ento è disponibile!\x02Aggiornamento di WireGuard disponibile\x02Un aggi" + "ornamento di WireGuard è disponibile. Ti consigliamo di aggiornare il pr" + "ima possibile.\x02Tunnel\x02&Modifica\x02Aggiungi tunn&el vuoto\x02Aggiu" + "ngi tunnel\x02Rimuovi tunnel selezionati\x02Esporta tutti i tunnel in zi" + "p\x02Commu&ta\x02Esporta tutti i tunnel in &zip\x02Modifica il tunnel &s" + "elezionato…\x02&Rimuovi i tunnel selezionati\x02Impossibile importare la" + " configurazione selezionata: %[1]v\x02Impossibile enumerare i tunnel esi" + "stenti: %[1]v\x02Un altro tunnel esiste già con il nome ‘%[1]s‘\x02Impos" + "sibile importare la configurazione: %[1]v\x02Tunnel importati\x14\x01" + "\x81\x01\x00\x02\x17\x02%[1]d tunnel importato\x00\x17\x02%[1]d tunnel i" + "mportati\x14\x02\x80\x01\x02 \x02%[1]d de %[2]d tunnel importato\x00 " + "\x02%[1]d de %[2]d tunnel importati\x02Impossibile creare il tunnel\x14" + "\x01\x81\x01\x00\x02\x15\x02Elimina %[1]d tunnel\x00\x16\x02Elimina %[1]" + "d tunnels\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.\x02Impossibile eliminare i" + "l tunnel\x02Non è stato possibile rimuovere un tunnel: %[1]s\x02Impossib" + "ile eliminare i tunnel\x14\x01\x81\x01\x00\x02/\x02Non è stato possibile" + " eliminare %[1]d tunnel.\x00/\x02Non è stato possibile eliminare %[1]d t" + "unnel.\x02File di configurazione (*.zip, *.conf)|*.zip;*.conf|Tutti i fi" + "le (*.*)|*.*\x02Importa tunnel da file\x02File di configurazione ZIP (*." + "zip)|*.zip\x02Esporta tunnel in zip\x02%[1]s (versione non firmata, ness" + "un aggiornamento)\x02Errore durante la chiusura di WireGuard\x02Impossib" + "ile uscire dal servizio a causa di: %[1]v. Potresti voler interrompere W" + "ireGuard dal gestore dei servizi.\x02Un aggiornamento di WireGuard è dis" + "ponibile. Ti consigliamo vivamente di aggiornare senza indugio.\x02Stato" + ": in attesa dell'utente\x02Aggiorna ora\x02Stato: in attesa del servizio" + " di aggiornamento\x02Errore: %[1]v. Prova ancora.\x02Stato: Completo!" + "\x02http2: Framer %[1]p: decodifica del frame appena scritto non riuscit" + "a\x02http2: Framer %[1]p: ha scritto %[2]v\x02http2: Framer %[1]p: ha le" + "tto %[2]v\x02http2: campo hpack %+[1]v decodificato" var jaIndex = []uint32{ // 177 elements // Entry 0 - 1F 0x00000000, 0x0000000a, 0x00000067, 0x00000081, 0x000000a6, 0x000000ef, 0x00000145, 0x00000180, 0x000001d7, 0x0000025a, 0x000002af, 0x000002b6, 0x000002de, 0x000002e8, 0x000002f2, 0x000002ff, 0x00000309, 0x00000313, 0x0000031d, 0x00000325, 0x00000332, 0x0000033f, 0x0000034c, 0x00000359, 0x00000366, 0x00000380, 0x000003ba, 0x000003e8, 0x00000410, 0x00000450, 0x00000465, 0x0000047e, // Entry 20 - 3F 0x000004a9, 0x000004bd, 0x000004ef, 0x00000542, 0x00000566, 0x00000585, 0x000005b0, 0x000005b0, 0x000005e1, 0x00000621, 0x0000065c, 0x00000693, 0x000006a2, 0x000006d3, 0x000006f2, 0x00000738, 0x0000077b, 0x000007af, 0x000007b2, 0x000007b4, 0x000007cb, 0x000007e2, 0x0000084d, 0x00000857, 0x00000873, 0x0000087b, 0x00000889, 0x00000897, 0x000008a2, 0x000008b9, 0x000008be, 0x000008cc, // Entry 40 - 5F 0x000008db, 0x000008ec, 0x000008f9, 0x00000910, 0x00000930, 0x00000950, 0x00000958, 0x0000095f, 0x00000987, 0x000009b8, 0x000009e6, 0x00000a14, 0x00000a34, 0x00000a3b, 0x00000a57, 0x00000a6d, 0x00000a79, 0x00000a88, 0x00000a91, 0x00000aea, 0x00000c1e, 0x00000c29, 0x00000c39, 0x00000c45, 0x00000c55, 0x00000c6e, 0x00000c9d, 0x00000ccb, 0x00000cf3, 0x00000d42, 0x00000d6a, 0x00000d8f, // Entry 60 - 7F 0x00000de1, 0x00000de8, 0x00000df5, 0x00000dfc, 0x00000e09, 0x00000e19, 0x00000e20, 0x00000e2e, 0x00000e42, 0x00000e5f, 0x00000e66, 0x00000e7c, 0x00000ec6, 0x00000ef1, 0x00000f0e, 0x00000f24, 0x00000f59, 0x00000f6c, 0x00000f86, 0x00000fc8, 0x00000fe3, 0x00000ff2, 0x00001007, 0x00001024, 0x00001059, 0x00001064, 0x00001084, 0x00001095, 0x000010a3, 0x000010b7, 0x000010d1, 0x00001103, // Entry 80 - 9F 0x0000111d, 0x0000114f, 0x0000116e, 0x00001197, 0x000011ff, 0x0000120c, 0x00001217, 0x0000123a, 0x00001250, 0x00001272, 0x000012a6, 0x000012b7, 0x000012f2, 0x0000131b, 0x00001341, 0x00001385, 0x000013c3, 0x0000140f, 0x0000143e, 0x0000145d, 0x0000148e, 0x000014cf, 0x000014f4, 0x00001510, 0x0000154b, 0x0000156e, 0x000015a9, 0x000015da, 0x000015ff, 0x00001634, 0x00001659, 0x0000168d, // Entry A0 - BF 0x000016e0, 0x00001711, 0x0000173b, 0x00001763, 0x00001799, 0x000017c9, 0x00001844, 0x000018a9, 0x000018d3, 0x000018e3, 0x00001916, 0x0000194b, 0x0000195d, 0x000019a3, 0x000019d7, 0x00001a0b, 0x00001a4b, } // Size: 732 bytes const jaData string = "" + // Size: 6731 bytes "\x02エラー\x02(引数なし): 管理者権限でmanagerサービスをインストールしてください\x02使い方: %[1]s [\x0a%[2" + "]s]\x02コマンドラインオプション\x02プロセスがWOW64で動作しているか確認できません: %[1]v\x02このコンピュータでは64ビ" + "ット版の WireGuard を使ってください。\x02現在のプロセストークンを開けません: %[1]v\x02WireGuard は組み込" + "みの %[1]s グループのメンバーだけが使えます。\x02WireGuard は実行中ですが、UI画面は組み込みの %[1]s グループの" + "デスクトップからしか開けません。\x02WireGuard システムトレイアイコンは30秒後に非表示になります。\x02現在\x02システム" + "時刻が遅れています\x02%[1]d 年\x02%[1]d 日\x02%[1]d 時間\x02%[1]d 分\x02%[1]d 秒\x02%" + "[1]s 前\x02%[1]d B\x02%.2[1]f\u00a0KiB\x02%.2[1]f\u00a0MiB\x02%.2[1]f" + "\u00a0GiB\x02%.2[1]f\u00a0TiB\x02%[1]s: %[2]q\x02不正な IP アドレス\x02不正なネットワー" + "クプレフィックス長指定\x02エンドポイントのポート指定なし\x02不正なエンドポイントホスト\x02カッコ内は IPv6 アドレスでなけれ" + "ばなりません\x02不正な MTU 指定\x02不正なポート番号\x02不正な持続的キープアライブ値\x02不正な鍵: %[1]v\x02鍵" + "は 32 バイトでなければなりません\x02数値は0から2の64乗-1の範囲内の値でなければなりません: %[1]v\x021行にカンマが2" + "つあります\x02トンネル名が不正です\x02行がセクション内にありません\x02キー項目に対応する値がありません\x02[Interfac" + "e] セクションのキー項目として不正です\x02[Peer] セクションのキー項目として不正です\x02インターフェースには秘密鍵が必須です" + "\x02[指定なし]\x02すべてのピアには公開鍵が必須です\x02設定の取得時にエラー\x02インターフェースセクションのキー項目が不正です" + "\x02プロトコルバージョンは 1 でなければなりません\x02ピアセクションのキー項目が不正です\x02, \x02 \x02WireGuar" + "d について\x02WireGuard ロゴ画像\x02App version: %[1]s\x0aGo backend version: %[" + "2]s\x0aGo version: %[3]s\x0aOperating 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 受信済み、%[1]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)\x02Wir" + "eGuard トンネルエラー\x02WireGuard: %[1]s\x02状態: %[1]s\x02アドレス: %[1]s\x02WireGu" + "ard 有効化済み\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トンネルをインポート\x02%[1]d トンネルをインポートしました\x02%[2]d つ中の %[" + "1]d トンネルをインポートしました\x02トンネルを作成できません\x02%[1]d トンネルを削除\x02本当に %[1]d つのトンネルを" + "削除しますか?\x02トンネル ‘%[1]s’ を削除\x02本当にトンネル ‘%[1]s’ を削除しますか?\x02%[1]s この操作は" + "もとに戻せません。\x02トンネルを削除できません\x02トンネルを削除できませんでした: %[1]s\x02トンネルを削除できません" + "\x02%[1]d トンネルは削除できませんでした\x02設定ファイル (*.zip, *.conf)|*.zip;*.conf|すべてのファイ" + "ル (*.*)|*.*\x02ファイルからトンネルをインポート\x02ZIP形式設定ファイル (*.zip)|*.zip\x02トンネルをZ" + "IPにエクスポート\x02%[1]s (未署名のビルド、更新の提供なし)\x02エラーのため WireGuard を終了します\x02%[1]v" + " のためサービスを終了できません。サービスマネージャから WireGuard を停止できます。\x02WireGuard の更新が利用可能です。" + "速やかに更新することを強く推奨します。\x02状態: ユーザーからの応答待ち\x02今すぐ更新\x02状態: アップデータサービスを待機中" + "\x02エラー: %[1]v。再度実行してください。\x02状態: 完了!\x02http2: Framer %[1]p: just-writt" + "enフレームのデコードに失敗\x02http2: Framer %[1]p: %[2]v を書き込みました\x02http2: Framer %" + "[1]p: %[2]v を読み込みました\x02http2: hpack フィールド %+[1]v をデコードしました" var slIndex = []uint32{ // 177 elements // Entry 0 - 1F 0x00000000, 0x00000007, 0x00000058, 0x00000070, 0x00000089, 0x000000c1, 0x00000107, 0x0000013e, 0x00000190, 0x000001f6, 0x0000023a, 0x0000023f, 0x0000025e, 0x00000296, 0x000002cd, 0x00000301, 0x00000341, 0x00000385, 0x00000391, 0x0000039a, 0x000003a7, 0x000003b4, 0x000003c1, 0x000003ce, 0x000003db, 0x000003ee, 0x00000412, 0x00000434, 0x0000045d, 0x00000483, 0x00000490, 0x0000049f, // Entry 20 - 3F 0x000004c3, 0x000004da, 0x0000050b, 0x0000053f, 0x00000554, 0x0000056b, 0x00000586, 0x00000586, 0x000005a1, 0x000005c6, 0x000005e6, 0x00000608, 0x00000616, 0x0000063d, 0x0000065d, 0x0000067f, 0x0000069d, 0x000006bf, 0x000006c2, 0x000006c4, 0x000006d1, 0x000006ef, 0x00000764, 0x0000076a, 0x00000778, 0x00000780, 0x0000078d, 0x00000798, 0x000007a6, 0x000007b9, 0x000007be, 0x000007c7, // Entry 40 - 5F 0x000007d7, 0x000007ed, 0x000007fe, 0x0000080e, 0x0000082a, 0x0000083c, 0x00000844, 0x0000084f, 0x0000086c, 0x00000890, 0x000008ae, 0x000008ce, 0x000008dd, 0x000008e5, 0x000008f7, 0x00000903, 0x00000909, 0x00000918, 0x00000922, 0x0000094c, 0x00000a6d, 0x00000a75, 0x00000a7f, 0x00000a8f, 0x00000a9c, 0x00000aac, 0x00000ace, 0x00000afe, 0x00000b10, 0x00000b3b, 0x00000b62, 0x00000b80, // Entry 60 - 7F 0x00000bbb, 0x00000bc3, 0x00000bcf, 0x00000bd9, 0x00000be7, 0x00000bf6, 0x00000bfe, 0x00000c07, 0x00000c13, 0x00000c2b, 0x00000c30, 0x00000c46, 0x00000c7e, 0x00000c98, 0x00000cab, 0x00000cb9, 0x00000ce8, 0x00000cfe, 0x00000d1b, 0x00000d56, 0x00000d6d, 0x00000d7c, 0x00000d8a, 0x00000da1, 0x00000dc0, 0x00000dc7, 0x00000ddf, 0x00000df0, 0x00000dfe, 0x00000e0d, 0x00000e21, 0x00000e3f, // Entry 80 - 9F 0x00000e55, 0x00000e75, 0x00000e8e, 0x00000eae, 0x00000ef3, 0x00000efa, 0x00000f01, 0x00000f1a, 0x00000f26, 0x00000f3e, 0x00000f56, 0x00000f60, 0x00000f7e, 0x00000f97, 0x00000fb0, 0x00000fde, 0x00001011, 0x00001036, 0x0000105c, 0x0000106c, 0x000010d0, 0x0000115c, 0x00001178, 0x000011dd, 0x000012ca, 0x000012e5, 0x00001320, 0x0000134b, 0x00001365, 0x0000138d, 0x000013a8, 0x0000145c, // Entry A0 - BF 0x000014a9, 0x000014c2, 0x000014ed, 0x00001501, 0x00001530, 0x00001550, 0x000015bd, 0x00001610, 0x0000162c, 0x0000163a, 0x00001661, 0x00001683, 0x00001695, 0x000016dd, 0x00001701, 0x00001725, 0x0000174a, } // Size: 732 bytes const slData string = "" + // Size: 5962 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\x02Na tem" + "u računalniku morate uporabiti 64-bitno različico WireGuarda.\x02Napaka " + "pri odpiranju žetona trenutnega procesa: %[1]v\x02WireGuard lahko uporab" + "ljajo samo uporabniki, ki so člani vgrajene skupine %[1]s.\x02WireGuard " + "je zagnan, vendar je up. vmesnik dostopen samo z namizij uporabnikov čla" + "nov skupine %[1]s.\x02Ikona WireGuarda se po 30 sekundah ni pojavila v s" + "istemski vrstici.\x02Zdaj\x02Sistemska ura prevrtena nazaj!\x14\x01\x81" + "\x01\x00\x04\x0b\x02%[1]d leta\x02\x0b\x02%[1]d leto\x03\x0b\x02%[1]d le" + "ti\x00\x0a\x02%[1]d let\x14\x01\x81\x01\x00\x04\x0a\x02%[1]d dni\x02\x0a" + "\x02%[1]d dan\x03\x0c\x02%[1]d dneva\x00\x0a\x02%[1]d dni\x14\x01\x81" + "\x01\x00\x04\x0a\x02%[1]d ure\x02\x0a\x02%[1]d uro\x03\x0a\x02%[1]d uri" + "\x00\x09\x02%[1]d ur\x14\x01\x81\x01\x00\x04\x0d\x02%[1]d minute\x02\x0d" + "\x02%[1]d minuto\x03\x0d\x02%[1]d minuti\x00\x0c\x02%[1]d minut\x14\x01" + "\x81\x01\x00\x04\x0e\x02%[1]d sekunde\x02\x0e\x02%[1]d sekundo\x03\x0e" + "\x02%[1]d sekundi\x00\x0d\x02%[1]d sekund\x02%[1]s nazaj\x02%[1]d\u00a0B" + "\x02%.2[1]f\u00a0KiB\x02%.2[1]f\u00a0MiB\x02%.2[1]f\u00a0GiB\x02%.2[1]f" + "\u00a0TiB\x02%[1]s: %[2]q\x02Napačen naslov IP\x02Napačna dolžina predpo" + "ne omrežja\x02Pri končni točki manjkajo vrata\x02Pri končni točki je gos" + "titelj napačen\x02Oklepaji morajo vsebovati naslov IPv6\x02Napačen MTU" + "\x02Napačna vrata\x02Napačno trajno ohranjanje povezave\x02Napačen ključ" + ": %[1]v\x02Dekodirani ključi morajo biti natanko 32 bajtov\x02Številka m" + "ora biti število med 0 in 2^64-1: %[1]v\x02Dve zaporedni vejici\x02Ime t" + "unela ni veljavno\x02Vrstica mora biti v odseku\x02Ključ mora imeti vred" + "nost\x02Napačen ključ za odsek [Interface]\x02Napačen ključ za odsek [Pe" + "er]\x02Vmesnik mora imeti zasebni ključ\x02[ni navedeno]\x02Vsi vrstniki" + " morajo imeti javni ključ\x02Napaka pri branju konfiguracije\x02Napačen " + "ključ za odsek vmesnika\x02Verzija protokola mora biti 1\x02Napačen klju" + "č za odsek vrstnika\x02, \x02 \x02O WireGuardu\x02Slika WireGuardovega " + "logotipa\x02Verzija aplikacije: %[1]s\x0aVerzija wireguard-go: %[2]s\x0a" + "Verzija Go: %[3]s\x0aOperacijski sistem: %[4]s\x0aArhitektura: %[5]s\x02" + "Zapri\x02♥ &Doniraj!\x02Status:\x02&Deaktiviraj\x02&Aktiviraj\x02Javni k" + "ljuč:\x02Vrata poslušanja:\x02MTU:\x02Naslovi:\x02Strežniki DNS:\x02Klju" + "č v skupni rabi:\x02Dovoljeni IP-ji:\x02Končna točka:\x02Trajno ohranja" + "nje povezave:\x02Zadnje rokovanje:\x02Prenos:\x02omogočeno\x02%[1]s prej" + "eto, %[2]s poslano\x02Napaka pri določanju stanja tunela\x02Napaka pri a" + "ktiviranju tunela\x02Napaka 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 enega vrstnika in njegov spisek dovoljenih IP-jev" + " vsebuje vsaj enega izmed 0.0.0.0/0 ali ::/0, bo storitev tunela vzposta" + "vila 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&Shran" + "i\x02Prekliči\x02&Konfiguracija:\x02Napačno ime\x02Ime je obvezno.\x02Im" + "e 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 izdelavi nove konfiguracije\x02Napaka pri pisanju v datot" + "eko\x02Datoteka »%[1]s« že obstaja.\x0a\x0aAli jo želite prepisati?\x02A" + "ktivno\x02Se aktivira\x02Neaktivno\x02Se deaktivira\x02Neznano stanje" + "\x02Dnevnik\x02&Kopiraj\x02&Izberi vse\x02&Shrani v datoteko\u00a0…\x02Č" + "as\x02Sporočilo v dnevniku\x02Tekstovne datoteke (*.txt)|*.txt|Vse datot" + "eke (*.*)|*.*\x02Izvozi dnevnik v datoteko\x02O WireGu&ardu\u00a0…\x02Na" + "paka tunela\x02%[1]s\x0a\x0aDodatne informacije najdete v dnevniku.\x02%" + "[1]s (neposodobljen)\x02Napaka zaznavanja WireGuarda\x02Čakanje, da se p" + "ojavi WireGuardovo okno, ni možno: %[1]v\x02WireGuard: Deaktiviran\x02St" + "atus: Neznan\x02Naslovi: Brez\x02&Upravljaj tunele\u00a0…\x02Uvoz&i tune" + "le iz datoteke\u00a0…\x02I&zhod\x02Napaka tunela WireGuard\x02WireGuard:" + " %[1]s\x02Status: %[1]s\x02Naslovi: %[1]s\x02WireGuard aktiviran\x02Tune" + "l %[1]s je bil aktiviran.\x02WireGuard deaktiviran\x02Tunel %[1]s je bil" + " deaktiviran.\x02Na voljo je posodobitev!\x02Posodobitev WireGuarda na v" + "oljo\x02Posodobitev WireGuarda je na voljo. Svetujemo posodobitev čim pr" + "ej.\x02Tuneli\x02Ur&edi\x02Dodaj praz&en tunel\u00a0…\x02Dodaj tunel\x02" + "Odstrani izbrane tunele\x02Izvozi vse tunele v zip\x02&Preklopi\x02Izvoz" + "i vse tunele v &zip\u00a0…\x02Uredi i&zbran tunel\u00a0…\x02Odst&rani iz" + "brane tunele\x02Napaka pri uvozu izbrane konfiguracije: %[1]v\x02Napaka " + "pri preštevanju obstoječih tunelov: %[1]v\x02Tunel z imenom »%[1]s« že o" + "bstaja\x02Napaka pri uvozu konfiguracije: %[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\x01\x81\x01\x00\x04 \x02Uvoženi %[1]d od %[2]d tunelov\x02\x1f\x02U" + "vožen %[1]d od %[2]d tunelov\x03 \x02Uvožena %[1]d od %[2]d tunelov\x00 " + "\x02Uvoženo %[1]d od %[2]d tunelov\x02Napaka pri stvaritvi tunela\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 prepričani, da želite izbrisati %[1" + "]d tunele?\x027\x02Ali ste prepričani, da želite izbrisati %[1]d tunel?" + "\x038\x02Ali ste prepričani, da želite izbrisati %[1]d tunela?\x009\x02A" + "li 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\x02N" + "apaka 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 odstraniti.\x03*\x02%[1]d tunelov ni bil" + "o 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 zip\x02%[1]s (nepodpisane izdelave, brez p" + "osodobitev)\x02Napaka pri izhodu iz WireGuarda\x02Storitve ni bilo mogoč" + "e zaustaviti, ker: %[1]v. Poskusite zaustaviti WireGuard z uporabo progr" + "ama Storitve.\x02Posodobitev WireGuarda je na voljo. Zelo priporočamo po" + "sodobitev brez odlašanja.\x02Status: Čaka na uporabnika\x02Posodobi zdaj" + "\x02Status: Čaka na servis za posodobitev\x02Napaka: %[1]v. Poskusite po" + "novno.\x02Status: Končano!\x02http2: Framer %[1]p: napaka pri dekodiranj" + "u ravnokar zapisanega okvirja\x02http2: Framer %[1]p: zapisano %[2]v\x02" + "http2: Framer %[1]p: prebrano %[2]v\x02http2: dekodirano polje hpack %+[" + "1]v" // Total table size 33748 bytes (32KiB); checksum: DD56DCD2