diff --git a/devices/smc.go b/devices/smc.go index 21931c4..dfcd1ac 100644 --- a/devices/smc.go +++ b/devices/smc.go @@ -93,7 +93,7 @@ func smcTsv() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "smc.tsv", size: 3398, mode: os.FileMode(420), modTime: time.Unix(1592515411, 0)} + info := bindataFileInfo{name: "smc.tsv", size: 3398, mode: os.FileMode(420), modTime: time.Unix(1592914957, 0)} a := &asset{bytes: bytes, info: info} return a, nil } diff --git a/docs/colorschemes.md b/docs/colorschemes.md index 430a372..5699432 100644 --- a/docs/colorschemes.md +++ b/docs/colorschemes.md @@ -1,8 +1,8 @@ # Colorschemes -gotop ships with a few colorschemes which can be set with the `-c` flag followed by the name of one. You can find all the colorschemes in the [colorschemes folder](./colorschemes). +gotop ships with a few colorschemes which can be set with the `-c` flag followed by the name of one. You can find all the colorschemes in the [colorschemes folder](../colorschemes). -To make a custom colorscheme, check out the [template](./colorschemes/template.go) for instructions and then use [default.json](./colorschemes/default.json) as a starter. Then put the file at `~/.config/gotop/.json` and load it with `gotop -c `. Colorschemes PR's are welcome! +To make a custom colorscheme, check out the [template](../colorschemes/template.go) for instructions and then use [default.json](../colorschemes/default.json) as a starter. Then put the file at `~/.config/gotop/.json` and load it with `gotop -c `. Colorschemes PR's are welcome! To list all built-in color schemes, call: diff --git a/docs/releasing.md b/docs/releasing.md index 8ad4498..bffe175 100644 --- a/docs/releasing.md +++ b/docs/releasing.md @@ -8,7 +8,7 @@ 6. Download and verify the correct version of one of the binaries 7. Finish the draft release and publish. 8. Check gotop-builder for a successful everything build; if successful, publish. -10. Wait for the [AUR](https://github.com/xxxserxxx/gotop-linux] project to finish building. +10. Wait for the [AUR](https://github.com/xxxserxxx/gotop-linux) project to finish building. 1. update arch (gotop-linux) and run `aurpublish gotop` and `aurpublish gotop-bin` 2. Test install `gotop` and `gotop-bin` with running & version check 11. Notify Nix diff --git a/go.sum b/go.sum index f841c59..897c408 100644 --- a/go.sum +++ b/go.sum @@ -10,6 +10,7 @@ github.com/cjbassi/drawille-go v0.0.0-20190126131713-27dc511fe6fd h1:XtfPmj9tQRi github.com/cjbassi/drawille-go v0.0.0-20190126131713-27dc511fe6fd/go.mod h1:vjcQJUZJYD3MeVGhtZXSMnCHfUNZxsyYzJt90eCYxK4= github.com/cloudfoundry-attic/jibber_jabber v0.0.0-20151120183258-bcc4c8345a21 h1:Yg2hDs4b13Evkpj42FU2idX2cVXVFqQSheXYKM86Qsk= github.com/cloudfoundry-attic/jibber_jabber v0.0.0-20151120183258-bcc4c8345a21/go.mod h1:MgJyK38wkzZbiZSKeIeFankxxSA8gayko/nr5x5bgBA= +github.com/davecgh/go-spew v1.1.0 h1:ZDRjVQ15GmhC3fiQ8ni8+OwkZQO4DARzQgrnXU1Liz8= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/distatus/battery v0.9.0 h1:8NS5o00/j3Oh2xgocA6pQROTp5guoR+s8CZlWzHC4QM= github.com/distatus/battery v0.9.0/go.mod h1:gGO7GxHTi1zlRT+cAj8uGG0/8HFiqAeH0TJvoipnuPs= @@ -32,12 +33,14 @@ github.com/mitchellh/go-wordwrap v0.0.0-20150314170334-ad45545899c7/go.mod h1:ZX github.com/nsf/termbox-go v0.0.0-20190121233118-02980233997d/go.mod h1:IuKpRQcYE1Tfu+oAQqaLisqDeXgjyyltCfsaoYN18NQ= github.com/nsf/termbox-go v0.0.0-20200418040025-38ba6e5628f1 h1:lh3PyZvY+B9nFliSGTn5uFuqQQJGuNrD0MLCokv09ag= github.com/nsf/termbox-go v0.0.0-20200418040025-38ba6e5628f1/go.mod h1:IuKpRQcYE1Tfu+oAQqaLisqDeXgjyyltCfsaoYN18NQ= +github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM= github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4= github.com/shibukawa/configdir v0.0.0-20170330084843-e180dbdc8da0 h1:Xuk8ma/ibJ1fOy4Ee11vHhUFHQNpHhrBneOCNHVXS5w= github.com/shibukawa/configdir v0.0.0-20170330084843-e180dbdc8da0/go.mod h1:7AwjWCpdPhkSmNAgUv5C7EJ4AbmjEB3r047r3DXWu3Y= github.com/shirou/gopsutil v2.20.3+incompatible h1:0JVooMPsT7A7HqEYdydp/OfjSOYSjhXV7w1hkKj/NPQ= github.com/shirou/gopsutil v2.20.3+incompatible/go.mod h1:5b4v6he4MtMOwMlS0TUMTu2PcXUg8+E1lC7eC3UO/RA= github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME= +github.com/stretchr/testify v1.4.0 h1:2E4SXV/wtOkTonXsotYi4li6zVWxYlZuYNCXe9XRJyk= github.com/stretchr/testify v1.4.0/go.mod h1:j7eGeouHqKxXV5pUuKE4zz7dFj8WfuZ+81PSLYec5m4= github.com/valyala/fastrand v1.0.0 h1:LUKT9aKer2dVQNUi3waewTbKV+7H17kvWFNKs2ObdkI= github.com/valyala/fastrand v1.0.0/go.mod h1:HWqCzkrkg6QXT8V2EXWvXCoow7vLwOFN002oeRzjapQ= @@ -54,6 +57,7 @@ golang.org/x/sys v0.0.0-20200615200032-f1bc736245b1/go.mod h1:h1NjWce9XRLGQEsW7w gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0= gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0= gopkg.in/yaml.v2 v2.2.1/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI= +gopkg.in/yaml.v2 v2.2.2 h1:ZCJp+EgiOT7lHqUV2J862kp8Qj64Jo6az82+3Td9dZw= gopkg.in/yaml.v2 v2.2.2/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI= howett.net/plist v0.0.0-20200419221736-3b63eb3a43b5 h1:AQkaJpH+/FmqRjmXZPELom5zIERYZfwTjnHpfoVMQEc= howett.net/plist v0.0.0-20200419221736-3b63eb3a43b5/go.mod h1:vMygbs4qMhSZSc4lCUl2OEE+rDiIIJAIdR4m7MiMcm0= diff --git a/translations/dicts.go b/translations/dicts.go index 919285e..673b3cb 100644 --- a/translations/dicts.go +++ b/translations/dicts.go @@ -3,6 +3,7 @@ //Package translations generated by go-bindata.// sources: // translations/dicts/de_DE.toml // translations/dicts/en_US.toml +// translations/dicts/eo.toml // translations/dicts/tt_TT.toml // translations/dicts/zh_CN.toml package translations @@ -169,7 +170,7 @@ func AssetFile() http.FileSystem { return &assetOperator{} } -var _dictsDe_deToml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x9c\x17\xdb\x6e\x1c\xb7\xf5\x9d\x5f\x71\x4a\x20\x8d\x0d\x48\x1b\xb9\x46\x1f\x32\xf6\x08\xa8\x65\xd9\x11\x2a\xb9\x8a\x56\x5b\x03\xf5\xea\x81\x3b\x3c\x33\xc3\x2c\x87\x9c\xf0\xb2\xeb\xad\xed\x7f\x2f\x0e\xc9\xbd\xc8\x96\x9a\xc0\x4f\x43\x9e\xfb\xfd\x70\x1a\x6b\x5a\xd5\xb5\x4a\x63\xcd\xcf\xd2\x19\xe8\xc2\x59\xf4\xa2\xc3\x9a\xcf\xe8\x53\xc1\xa7\x93\x2f\xf0\xc1\x8e\x41\x59\xe3\xef\xe6\x66\x6e\xfe\x95\xcf\xd5\xdc\x70\x16\x6c\x10\xba\xe6\xb7\xf4\xe1\x8c\xb1\x0f\x3d\xea\xf1\x8e\x8d\x22\xf4\xbe\xe6\x97\x56\x48\xb1\xd0\x08\x8d\xd5\xd6\xf9\xa6\xc7\x01\x3d\xfc\x15\xb4\xd8\xd8\x18\xfc\x11\x08\x23\x21\xf4\x84\xdf\xa9\x3f\x02\xe1\x10\x3c\x0a\xd7\xf4\x28\xa1\xb5\xee\x08\x94\x01\xeb\x24\xba\x8a\x33\x6d\xbb\x9a\xdf\xf6\x08\xda\x66\x7a\x50\x9e\xf0\x9f\x4e\xbe\x70\xb6\x76\x2a\x04\x34\x3b\x77\xca\x1d\x82\xcd\x78\xc6\x3e\x08\xd7\xf9\x3b\x46\x56\xd6\xfc\x17\xa5\x5b\x0c\xf8\x31\x80\x30\xff\x45\xd5\xa1\x99\x70\x96\x4c\xad\xf9\xb9\x32\xf0\x46\xb8\x45\x32\x5a\x40\x8b\x3e\xf8\x80\x5a\x27\x1a\xdf\x08\x0a\xda\x34\x03\x40\xa2\x81\xe9\x52\x68\x85\x2e\x9a\xce\xb7\x62\x19\xac\x03\x54\xe6\x08\x4e\x4f\x38\x5b\xa1\xf3\xca\x9a\x9a\xff\x27\xe9\x00\xa9\x10\xfe\x9d\x61\x20\xa2\x87\x68\x24\x2c\x10\x8d\x4c\xb2\x47\x74\xcd\x18\x6b\x3e\xed\xed\x1a\x50\x34\x3d\x9c\x5d\xcf\xc8\x43\x8a\x13\x1d\xd7\x4a\x76\x18\xc8\xd2\x31\x8a\x55\x57\x28\xc5\x0a\x9d\xe8\xf0\x51\xe2\x80\xc3\x58\x48\xe9\x88\x4e\x84\xe8\x30\x85\xae\x15\xbd\x43\xd3\xa3\x0a\x93\x3f\xc2\x73\xe6\x83\x08\xd1\x2f\x84\xdb\xea\x85\x1d\x04\xd6\x2a\xf4\x49\x73\x50\x03\x4e\x38\x73\x22\x60\xcd\x6f\xb0\x75\xe8\x7b\x68\x1d\xfe\x1e\xd1\x34\x9b\x09\x5c\x59\x1f\x12\x11\x44\xa3\x82\x07\xd1\x34\x38\x06\x94\x13\x80\x39\x7f\x36\xcc\x39\xd4\xe0\x0a\x1b\xae\xd0\x6d\x60\x50\x26\x06\xcc\xf8\x93\x93\xc1\x3f\x40\x92\xe0\x13\xce\x72\x71\xd5\xfc\x9d\x18\x10\x6c\x5b\x8a\x0d\xfc\x88\x4d\x2e\x98\xd6\xba\x64\xe5\xec\x62\x02\x33\x8f\x30\xe7\xc7\x73\x4e\x35\x32\xaa\x91\xcc\x36\x18\x6a\x3e\x45\x8d\x4d\x00\x83\x61\x6d\xdd\x12\x94\x09\xe8\x5a\xd1\xe0\x04\xa6\xa4\x4e\xe8\x3d\xc8\x43\x23\x0c\x2c\x10\x24\xb6\xca\xa0\x84\xe8\x95\xe9\xa0\xb1\xc3\x20\xc0\xe3\x28\x28\x0e\x12\x56\x42\x47\xf4\x13\xb8\xb8\xcf\x27\xb4\xb7\xc4\xac\x3a\x63\xdd\x8e\x79\xce\xff\x32\xe7\x9c\xe1\xc7\xd1\xba\x50\xf3\x73\x93\xda\x68\xc0\xe0\x54\xe3\x93\x07\x19\x05\x36\xe7\x9a\xbc\x53\xad\x42\x09\x04\x9d\x70\x36\x2c\x46\x5f\x52\xb4\xf5\x81\xcc\x00\xe1\x81\x50\xa9\x22\x7c\xa8\xf9\x4d\x34\x1e\xe8\xe8\x53\x33\xe2\x47\xca\x47\x4a\xa4\x8f\x4d\x83\xde\xff\xd4\x0a\xa5\xa3\xa3\x1e\x95\x98\xfa\xc3\xb4\xdf\xcc\x0c\x8a\x5e\xf4\x08\xca\xf8\x80\x42\x52\xd8\x25\xb6\x22\xea\x00\x4f\xae\x66\xd3\x5b\x78\x75\x0e\x6f\x2e\x6e\xa6\xb7\xf0\x8f\x9b\xb7\xb3\xab\xf3\x77\xb7\x4f\x39\xd3\x8a\x0c\xe0\x9c\x5d\x2a\x1f\xe0\xa5\xc4\x95\x6a\xd0\x7f\x2e\xc3\xe1\xf3\xe1\xcc\xf8\x9c\x06\xca\xe7\x25\x6e\xfc\x29\x03\x80\x42\x5b\xc1\xb5\x53\x26\x78\xa0\x04\x67\x18\x18\x41\x33\x86\x22\xd4\x2a\x1d\xd0\xa5\xc0\xe5\x36\xf0\xc4\x5a\xc4\x57\x40\x5a\x3d\x2c\xa2\xd2\xf2\x58\x99\x2d\x9c\x48\x0e\x35\x1f\xd2\x05\xa2\x3b\x44\x12\x71\xb2\x2c\x53\x25\x33\xf2\x28\x8b\x4e\xd0\x90\xcc\xc1\xc9\xc3\x2c\x53\x12\x4b\xb1\xa6\x82\xf7\xf9\x00\xa1\x17\x61\x5b\x44\xd1\xa3\xa4\xae\x13\xc5\x22\x62\x20\xbf\x2b\xc8\xcd\xd9\x23\x5d\x17\x56\x38\x09\x0b\x65\xa4\x32\x9d\x9f\x50\x14\x69\xd8\x61\xcd\xdf\xd3\x27\x59\x22\x76\x39\x38\x18\xaf\x93\x34\x05\xd1\x39\xeb\xee\x58\x86\x8f\xc2\x79\xac\x39\xe5\x19\x65\xea\x03\x02\x1c\x32\x55\x79\x7c\x36\x5a\x15\x5a\xfa\x50\x99\x9e\x5d\x5e\x00\x4d\xd4\x42\xa0\x6d\xe7\x31\xc4\xf1\x50\x58\x02\xec\xa6\x75\x21\x8c\x66\x69\xec\xda\xd8\x31\xd4\x7c\x96\xcf\x90\x57\x0c\xcc\xf9\xa7\x93\x2f\x73\xfe\x02\x82\xdb\xec\x17\xc5\x61\xd4\x8f\x52\x3c\x8e\x72\x3c\x8f\xc0\xba\x6d\x39\xd0\x42\x4a\x51\x20\xed\x35\x7f\xb3\xb3\x21\x01\x1f\xc8\xcc\xd6\xaf\x1e\x9b\x65\x5a\x2c\x29\x2e\x1e\xd0\x34\x36\x52\x9b\xa2\x7c\x01\xad\xb3\x03\xd1\x55\x9c\x95\xfe\xcb\x2e\x26\x5a\x72\x2f\x50\x24\xe2\x98\x16\x65\xa1\xa8\xe0\xd3\xb3\x2f\x9c\x19\x5b\xee\x35\x37\xf6\x5e\xf7\x12\x6d\xd2\xdd\x8a\x20\x68\x0b\x35\x3d\x05\x2d\x08\x0d\x59\x6e\x02\x91\x60\xa2\x54\xa6\xb5\x45\xa4\xc3\xc6\xae\x0a\x7d\x3a\x97\x0a\x7f\x84\xeb\x05\xf8\xa5\x1a\xc7\x02\x2a\xfe\x1a\x2b\x71\xd5\xda\x68\x64\xb2\x2b\xfa\x24\x81\x58\x12\x90\xb3\xe4\x21\x3a\xf7\xb0\x93\xc5\x12\xc6\x3e\x94\xed\xa2\xc5\x02\xf5\x1d\x93\xca\x2f\x6b\x0e\xaf\x95\x5f\x42\x7a\x3b\x40\xda\x51\x35\x4f\x9b\x68\x0b\xe9\x44\xa4\xc7\x05\x5c\xdb\x35\x3a\xb8\xc4\x15\x6a\xe0\x6c\x21\x42\x40\xb7\xa9\x39\xbc\xca\x27\x98\xa6\xb5\x52\x50\x07\xf0\xed\x2a\x83\xdb\xc3\x35\x55\xa6\x36\xbc\x2b\xb3\x6e\xab\xcd\x60\x50\xe6\x1b\x44\x7e\xd4\x50\x3e\x87\x9a\xc3\x15\x0e\xd6\x6d\x76\x2c\xf9\x6d\xc0\x39\xfb\x35\xaa\x50\xc1\xef\x54\x60\x2f\xcf\x8e\x9b\x53\xc6\xae\x9d\xa5\x91\x08\x46\xac\x54\x97\xca\xa8\x62\x00\xc7\xb0\x4c\xb3\xf3\xe5\x6c\x3c\xad\x20\x8e\x09\xf4\x5b\x06\xbd\xb6\x6b\x73\x5a\x81\xb4\x6b\x93\xc0\x2f\xcf\x8e\xe3\x69\x05\xbd\xd0\x2d\x8c\xa4\xaf\x90\xbf\x3c\x3b\x96\xf7\xe0\x87\x1c\x8b\xd3\x0a\xda\xa8\xf5\xd7\x1c\xed\x3d\xf8\x8e\xa3\xeb\xb2\xee\x5f\xec\x80\xa7\x15\xfc\x16\x87\x91\x9a\x20\xd8\xcc\xf8\x36\x63\xcf\x8d\x3c\x40\x2e\x6c\x08\x76\xd8\x7b\x28\x9a\xfc\xc6\xcb\xaa\x6e\x05\x99\x10\x6c\xd7\x69\x84\xb1\x90\x74\xce\x46\x2a\xac\x44\x22\x65\x05\x4b\xa5\x35\xf8\xb4\x37\x69\x0f\x15\x32\xeb\x32\x25\xed\x84\x02\xc3\xb2\x61\xa6\x17\x6f\x6f\xcf\x6f\xae\xe0\xc9\xb3\xbf\x3f\xcd\x52\x9e\x7f\x9f\x94\x5f\x67\x17\xb7\xf0\xe4\x79\x11\xf2\xf3\xf7\x09\xf9\xe7\xc5\xe5\x25\x3c\xf9\xf9\xe9\x3e\x08\xde\x3a\x2a\xfb\x1c\x84\xa6\xa2\x32\x4e\xc7\xa1\xa2\x9a\x49\xc7\xb1\x82\xeb\x8b\xd7\x7b\x96\xbc\x73\x76\x4c\x3f\x55\xf4\x3c\x72\x01\x50\xaa\xd4\x41\x19\x9f\x70\x4f\xd6\x3d\x2d\x87\x82\x79\x4a\x0c\x29\xd8\xe7\x34\x78\x4e\xab\xf2\x28\xda\x73\x94\xa4\x37\xa7\x25\x7f\xbe\x11\x23\xe5\xb7\xd1\x28\xb6\xcb\x8e\x31\x6a\x35\xc2\x5f\xe1\x00\x9d\x13\x63\x0f\xf4\x58\xdd\x19\xd4\x57\xe9\x4e\x9b\x3a\xdd\xf5\xf6\x4e\x9b\x86\x95\x26\xc9\xa4\x8b\x5d\xc6\x17\x18\xd6\x88\x26\x3d\x1c\x92\xf0\xc4\x22\x61\xb1\x09\xe8\x61\x44\x1a\x10\x8d\x35\x92\x51\xd7\xec\xc7\x82\xc1\x30\x41\xe7\xee\xa8\x09\xa9\x9e\x56\x2a\x6c\x0e\x37\x43\x87\xfb\xf7\xd5\x16\x9f\xa7\x6d\x67\x47\x1f\x83\xd2\xdb\x79\x85\xdd\x4a\x68\x87\xcd\xaa\x0c\xa4\x0a\x0c\x52\xff\xad\x30\xbf\xaa\xd2\x48\x75\xd8\xa0\x09\x7a\x93\x0e\x6a\x85\x72\x27\x5c\x8a\x20\xee\x0b\x9e\x14\xea\x57\xe4\xc1\x0d\x36\xab\x7b\x9a\x3c\xd2\xc8\xf8\x13\x9a\x88\xf0\xcf\x6a\x99\xa2\x09\xd5\xee\x37\xa4\x84\x88\x46\xe6\x76\x70\xd2\xdc\xe4\x6c\xa0\xc5\x53\xf3\x2b\xfa\xd0\x9f\x18\x4a\xfa\x11\x43\xc9\x59\xeb\x10\x6b\xfe\xc6\x21\x72\xe6\x7c\xcd\x6f\x7e\xf2\x9c\xad\x7d\xcd\xdf\xd3\x61\x2f\x93\x2a\xfb\x8e\xe5\x7a\xa8\x39\xbc\x49\x87\x0a\xe8\x61\xbc\x40\x4d\x93\x77\x57\xfa\xfc\x1e\xd3\xa4\x47\x21\x31\x3d\x0b\x92\x0d\x67\xd9\x86\xf4\x8e\xa5\x55\x71\x96\x0f\x65\xa8\x9f\x5d\xcf\x7e\x28\x13\xf4\x0a\x87\x1f\x38\x1b\x95\xac\xf9\xf5\xc5\xeb\xaf\x84\xa6\x0a\x28\x12\xef\xe7\x9e\x4a\x35\x21\x1e\x4c\xba\xa3\x6d\x89\xab\x7b\x0f\x93\x2d\x6c\xdf\xbd\x85\x98\xde\xba\x7b\x32\xfc\x88\x4d\x0c\x08\x3f\x8e\xfe\x47\x28\xe6\x17\xc2\xad\x92\xaf\x6d\xd9\x8f\x83\x87\x6c\x19\x95\x6c\xac\x59\x1d\x32\xd1\x1d\x5d\xa0\xee\xa7\xab\x2a\xc9\x9d\x80\x56\x06\xcb\x86\x6c\xc6\xf8\x18\x1b\xf9\x9e\x7e\xb3\x09\xd8\x6a\x2b\x1e\x60\x1f\x70\x78\x8c\x9d\xba\xfb\x8f\xd8\x3b\x0c\xcd\x20\x1f\x71\x74\x1b\x96\x07\xdc\x9d\xc0\xe8\xa9\x44\x92\x98\x09\xa8\x0a\x3e\xfd\x8d\x80\x8a\x62\xf8\x3c\xbb\x45\x3f\xa9\xf8\x6d\x46\x77\xc2\xc7\x58\xcc\xfb\x0e\xf1\x43\xda\xeb\xff\x4f\xfc\x80\x03\xd2\xc6\xfe\x6e\x15\xff\x0b\x00\x00\xff\xff\xb1\x93\x63\x99\xfa\x10\x00\x00") +var _dictsDe_deToml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x9c\x58\xdd\x73\xdb\x36\x12\x7f\xe7\x5f\xb1\x87\x4e\x9b\x8f\xb1\x15\x4b\x4a\x9a\x84\x09\x3d\x93\x38\x4e\xeb\xa9\x9d\xba\x96\xdd\xcc\x5d\x9c\x07\x88\x5c\x92\xa8\x40\x80\x05\x40\x29\xae\xe5\xff\xfd\x66\x01\x50\x1f\xb6\x73\xd7\xe6\x49\xe0\x62\x3f\xb1\xbb\x3f\x2c\x94\x6b\x55\x8a\xaa\x14\x12\x33\x76\xe0\xd7\x40\x1f\x2c\xe9\x2c\xaf\x30\x63\x17\xf4\x93\xc2\xf5\xde\x0d\x7c\xd2\xad\x13\x5a\xd9\xcf\x97\xea\x52\xfd\x1a\xd6\xe9\xa5\x62\x89\xd3\x8e\xcb\x8c\x9d\xd3\x0f\x4b\x92\xe4\x53\x8d\xb2\xfd\x9c\xb4\xdc\xd5\x36\x63\xc7\x9a\x17\x7c\x2a\x11\x72\x2d\xb5\xb1\x79\x8d\x0d\x5a\xf8\x01\x24\xbf\xd2\x9d\xb3\x3b\xc0\x55\x01\xae\xa6\xfd\x95\xf9\x1d\xe0\x06\xc1\x22\x37\x79\x8d\x05\x94\xda\xec\x80\x50\xa0\x4d\x81\x26\x65\x89\xd4\x55\xc6\xce\x6b\x04\xa9\x03\x3f\x08\x4b\xfb\xd7\x7b\x37\x2c\x59\x18\xe1\x1c\xaa\x55\x38\xf1\x1b\x9c\x0e\xfb\xe4\x5c\xc6\x18\x4b\x7e\xeb\x84\x4b\xe1\x4f\xd0\x06\x5e\x1f\xec\xe6\xfb\x49\x72\x6a\x74\x8e\xd6\x82\xe2\x73\x51\x71\x0a\x30\x4d\x00\x76\x61\xe6\x7d\x7c\x7d\xd1\xee\xa7\xd0\xb5\x9e\xf4\x47\x20\xbd\xd3\x0b\xb5\x9f\x42\xa1\x17\xca\x93\x5f\x1f\xec\x76\xfb\x29\xd4\x5c\x96\xd0\xf2\x0a\x7b\xf6\xd7\x07\xbb\xc5\x16\x7d\x53\x62\xba\x9f\x42\xd9\x49\x79\x5b\xa2\xdc\xa2\xaf\x24\xaa\x2a\xd8\xfe\x59\x37\xb8\x9f\xc2\x1f\x5d\xd3\x52\x70\x4e\x07\xc1\x9f\xc2\xee\xa1\x2a\x36\x36\xa7\xda\x39\xdd\xac\x23\xe4\x79\x48\x5f\x30\x75\xce\xc9\x05\xa7\xab\x4a\x22\xb4\x91\xa5\x32\xba\x6b\x85\xaa\x3c\x4b\x51\xa4\x30\x13\x52\x82\x45\x89\xb9\xc3\x62\xc5\xa6\x4d\xe0\x04\x5d\xf6\x34\xb4\xb0\x10\xae\x86\xc9\xd1\x4f\xe7\x87\x67\x27\xf0\x70\xf8\xec\x51\xd0\x32\xfe\x36\x2d\xbf\x5d\x1c\x9d\xc3\xc3\x71\x54\xf2\xf2\xdb\x94\xfc\x72\x74\x7c\x0c\x0f\x5f\x3e\x5a\x1f\x82\xd5\xc6\x09\x55\x85\x43\xc8\x53\x38\x38\xbd\xf0\xcb\x26\x85\x13\x6c\xfc\xb2\x4d\xe1\xf4\xe8\xdd\x5a\xa4\x14\xd2\xa1\x59\x09\x3d\x49\xc1\x3a\x6e\x1c\x60\x21\x48\x55\xdc\xf7\x7b\x0f\x17\x35\x55\x66\xdc\x79\x44\x02\xfe\xb0\x0f\x95\x43\xb3\x9f\x02\xcf\x73\x6c\xdd\x5a\x22\x26\x3d\xdf\x8f\xf9\xb3\x39\x6f\x29\xbf\xb9\x44\x6e\x7a\xb6\xe4\xe0\xf4\xc2\xef\x9f\x60\x03\x95\xe1\x6d\x0d\x36\xe7\x72\xe5\x50\x9d\xfa\x6f\x04\x11\x6a\x45\xf6\xdf\xba\x73\x49\xf2\x01\xdd\x42\x9b\x59\x60\x9d\xae\x32\x3e\x45\xb7\x40\x54\xd0\x4c\x5b\xeb\x95\x7b\x91\x02\xa6\x57\x0e\x2d\xb4\x68\xc0\x62\xae\x55\x91\x50\xd7\x7c\x07\xe7\x67\x6f\x3e\x4c\x8e\xdf\x9c\xff\x7a\x36\x49\xe1\x54\x22\xb7\x54\x9c\xea\x81\x03\x67\xb8\xb2\x92\x3b\xf4\xfd\x1c\x1a\x1c\x1e\x3f\x56\xbc\x41\xfb\xf8\x71\x12\x3b\x1e\x32\x60\x8c\xbd\xed\x84\x74\xbb\x42\xf5\x38\xe0\xcf\xa7\xc0\x92\x77\xd2\xd1\xb2\x11\x4a\x34\x5c\xd2\x72\xca\x9d\x43\x73\x45\xcb\x99\x70\x79\x8d\xca\x0a\x35\xfb\x67\xce\x78\xf0\xf1\xd8\xb3\xe1\xd0\x16\x22\x6d\x7b\xb5\xb9\x75\xdb\xb5\xb8\xdc\x2d\xb8\x99\xc1\xc3\x52\x1b\x58\xd4\xc2\x21\x4c\x79\x3e\xa3\x02\x54\x05\x55\x2a\x58\x2d\xb9\x11\x7f\x61\xb1\xf5\x31\xfc\xd1\xcb\xdd\xa6\x49\x51\xd5\x21\x6e\xad\xf4\x8c\x0b\x5a\xce\x45\x8e\xf4\xab\xb4\x29\xfe\x59\xb4\x0b\x51\x54\xb8\x79\xf4\x81\x10\x83\xfc\x18\x3f\x5c\xcd\x1d\xe4\x5c\xc1\x14\xa1\xb3\x58\xc0\xad\x6c\xe4\x6d\xe7\xab\x92\x6a\x4e\x6a\x5e\x84\x82\xf3\x4e\x62\xe3\x77\x4e\xeb\x2b\x2b\x72\x2e\xe1\x07\xb0\x0b\xde\x12\x5d\x9b\x2b\x52\xb6\xe6\x75\xd8\xb4\xc4\x3b\x41\x65\xb5\xf1\x9f\x68\xb8\xeb\x0c\x5a\x7f\x98\xc2\xce\xb6\x54\x79\x42\xcb\x8d\x13\x04\x51\xa4\x8b\xd8\x5a\xbd\x40\x03\xbb\xf0\xa6\xaf\x06\x98\x72\xdf\x35\x0a\x9d\x77\x25\xd6\xb6\x77\xd4\x0b\x18\x9d\x5b\xd8\x85\x23\x6a\x37\x82\xbb\xf9\x1a\xda\xa4\xb0\x8e\x0e\x34\x49\x3e\x71\x53\xd9\xcf\xf1\x4e\xf8\x59\xc8\x12\x1d\x7e\x71\xc0\xd5\x5f\x28\x2a\x54\x03\x16\x6a\x24\x63\x87\x42\xc1\x7b\x6e\xa6\xbe\x24\x38\x94\x68\x9d\x75\x28\xa5\xe7\xf1\xfd\x92\xb1\x49\x20\x40\x81\x0a\x26\x33\x2e\x05\x9a\x4e\x55\xb6\xe4\x33\xa7\x0d\xa0\x50\x3b\xb0\xbf\xc7\x92\x39\x1a\x2b\xb4\xca\xd8\x7f\xbc\x0d\x28\x04\xc2\xef\x81\x06\xbc\xb3\xd0\xa9\x02\xa6\x88\xaa\xf0\xba\x5b\x34\x79\xdb\x65\x6c\x52\xeb\x05\x20\xcf\x6b\x9f\x0e\xa1\x7c\x9e\x69\x19\x52\x4b\x9e\xb6\x1d\x9f\x57\x91\x93\xcf\xd1\xd0\xad\xf1\x35\x66\x4a\x43\x64\xdd\xcc\x08\xf1\x96\xbc\x36\xa8\x6a\x14\xc4\x67\x1d\x77\x9d\x9d\x72\xd3\xeb\x85\x15\x25\x20\x2b\x69\x76\xa2\xc1\x01\x4b\x0c\x77\x98\xb1\x33\x2c\x0d\xda\x1a\x4a\x83\x7f\x76\xa8\xf2\xab\x01\x9c\x68\xeb\x3c\x13\x74\x4a\x38\x1b\xa1\x0f\x8b\x01\xc0\x25\x1b\x36\x97\x0c\x32\x30\x51\x0c\xe7\x94\xdc\x46\xa8\xce\x61\xd8\xdf\xdb\x6b\xec\x3d\x2c\x9e\x3e\x60\x11\x55\x32\xf6\x81\x37\x48\xc8\x1f\x61\xc7\xb6\x98\x87\xd9\x80\x1a\x94\xbc\xbc\x38\x1a\xc0\x85\x45\xb8\x64\xbb\x97\x8c\x2e\xc5\x56\xb4\xe4\xb6\x42\x97\xb1\x89\xbf\x4c\xa8\x9a\x7c\x15\x09\xaa\x9a\x92\xe7\x38\x80\x09\x99\xe3\x72\x4d\xb2\x7d\xcf\x14\x58\x0a\x85\x05\x74\x96\xa0\x3f\xd7\x4d\xc3\xc1\x62\xcb\xe9\x1c\x0a\x98\x73\xd9\xa1\x1d\x84\x02\x5c\xcb\x71\x69\x35\x09\x8b\x4a\x69\xb3\x12\xbe\x64\xff\xba\x64\x2c\xc1\x2f\xad\x36\x2e\x63\x87\xca\x4f\x4c\x0d\x3a\x23\x72\xeb\x23\x08\x5b\xa0\x43\x2e\x29\x3a\x51\x0a\xba\xfc\xb4\xa1\x3c\x11\x76\xc7\x14\xf5\x31\x90\x1b\xc0\xad\x87\x75\x9f\x71\xeb\x32\x76\xd6\x29\x0b\xb4\x0c\x48\x8f\x5f\x28\x1f\x3e\x91\xb6\xcb\xa9\x39\x9e\x94\x5c\xc8\xce\x10\x62\x16\xe8\xeb\x5f\x95\x77\xc6\x43\x3a\x3d\x6a\x72\xa1\xac\x43\x5e\xd0\xb1\x47\x50\x84\x87\x27\x17\x93\x73\x78\x7b\x08\xef\x8f\xce\x26\xe7\xf0\xe6\xec\xa7\x8b\x93\xc3\x0f\xe7\x8f\x58\x42\x5d\xe7\x07\xaf\x63\x61\x1d\xbc\x2e\x90\xf0\xcd\x2e\x23\xe2\x2c\x37\x11\x77\xe9\x67\xc7\xe5\x0c\xaf\xec\x7e\x40\x5c\xcf\x9b\xc2\xa9\x11\xca\x59\xba\xcd\x22\x0d\x3c\xc2\xf9\x13\x0a\x57\xa4\x3f\xb8\x08\x77\x24\xda\x03\x1a\x90\x55\x0b\xd3\x4e\xc8\x62\xe3\xda\xf1\x38\xb7\x89\xf5\x1b\x7c\x77\x2e\x02\x8f\x2b\xe4\x59\xe0\xf2\x6e\x84\xa9\xb5\x33\x7e\x5c\x0c\x87\x13\xe6\xd6\xc0\x49\x22\xd1\x9b\x14\xfe\x17\xf0\xf2\xe8\x91\xbf\xe5\xf0\xca\xa6\x10\x9a\xb3\x46\xfa\x9c\x6a\x6e\x0a\x98\x0a\x55\x08\x55\xd9\x01\x9d\x22\xcd\xb5\x98\xb1\x8f\xf4\xe3\x3d\xe1\xab\x1c\x6c\x4c\xd2\x03\x8f\x72\x81\x30\x40\x63\x3e\x27\x61\x6d\xaf\x94\xe3\x5f\x32\xb6\xb7\x84\x29\x2f\x36\x25\x20\x6c\xbd\x02\x5b\xeb\x4e\x12\x14\xc1\x2f\x87\xff\xce\x7e\x7f\x73\x7c\x71\xb8\x03\x0b\x6e\xc3\x18\x5d\x60\x6b\x30\xf7\x51\x67\x6c\xb8\x04\x29\x14\xd2\x4e\x0a\x0f\xae\x87\x37\x0f\x68\x22\xef\x59\x7c\xa3\x1f\xc5\x7a\xbf\x1e\xde\x64\xd7\xa3\x1b\x2a\x07\x85\x19\x1b\x45\xc9\xef\xbc\xe8\xf5\xf0\x26\x40\x53\x44\xd4\xf1\x12\x84\x9a\x73\x29\x0a\x38\xc7\xa6\x9d\xf8\x51\xc6\x37\x56\x70\x22\x49\x3e\xa1\x31\x7a\x15\x55\xcb\x8d\xc5\x8c\x3d\x5d\x02\x55\x31\x16\xbe\xcb\x89\xb6\x19\x60\x1a\x64\x73\x29\x22\xfb\xb3\xa5\x67\xa2\x3e\x3c\x38\x3e\x02\xba\x12\x22\x8f\xd4\x95\x45\xd7\xb5\x19\xfb\x71\x53\xa5\xa7\xad\x1e\x1f\x91\xb7\x53\x33\xa5\x17\x4a\xb7\x2e\x63\xcf\x97\x70\x11\x3e\x21\x3c\x9a\xe0\x92\x5d\xef\xdd\x5c\xb2\x57\xe0\xcc\xd5\xfa\xe9\xb3\x59\x5c\x3b\x3e\xed\x3b\xa1\x6c\x76\x68\x98\x8d\x55\x4f\x4f\x2c\x9f\x6c\x72\x20\x63\x2f\x96\xf0\x7e\xe5\x89\xa7\xdf\x53\x83\x7d\x8c\x35\xe6\x33\xff\x5a\x7a\xb9\x04\x7f\x52\x16\x50\xe5\xba\x23\x4c\xc2\xe2\x15\x94\x46\x37\x3e\x6b\x2c\x89\x60\x13\xc2\x1d\xee\x45\x7e\x8a\xd5\x4f\xb6\x5d\xeb\x1f\x81\x91\x2b\xa6\x4a\xe9\xf8\x9d\xb1\xe1\x70\x09\x4a\x6f\x41\x16\xf1\x7b\xb6\x92\x3b\x4e\x57\x6b\x5e\x67\x6c\x38\xa2\x93\x74\x5c\x46\xfd\x9e\x4c\x06\x88\x5b\xa8\x52\x47\xd5\x06\x73\x3d\xef\x65\xc6\x4b\xf0\xdf\xb1\xbd\xbf\x22\xf9\x0a\xec\x4c\xb4\x6d\x24\xad\x5c\x2c\x70\x5e\xd2\x50\x96\xb1\xe1\x53\xef\x63\x67\xbd\x16\x12\xf3\x1b\x2c\xf1\x51\xa3\x31\x19\x1b\x3e\xbb\x3f\xf0\xa8\x6d\x23\x61\x01\x14\x87\x5b\x85\x51\x0a\x55\x6c\x26\x35\x34\x54\xf0\xef\x8e\x02\x83\x9c\x7c\x7a\xbe\xa9\x80\x68\xf7\x2a\xb8\x6b\x3f\x16\xef\xf0\xc5\x7d\xc5\xbe\xad\x20\x56\x03\x79\xd7\xdf\x96\xc3\x97\xff\xc4\xac\xd4\x95\x6e\xe9\x4d\x3d\xda\xdb\x14\x23\xda\xfa\x0d\xbe\xd1\xc1\x74\xbe\x19\x1b\x0d\x97\xe0\x36\xf0\x18\xce\x75\x7b\xa6\x17\xb1\x81\x25\x4d\x62\xae\xe6\x0a\xf6\x06\x71\x27\xfa\xa9\x74\xad\xad\x23\x60\xcf\xd8\x68\xb4\x84\xdc\xe3\x90\xd2\x0e\x48\x49\xbf\x17\x99\x93\x4f\x21\xa4\x41\x04\x82\x60\x2a\x63\xa3\xf1\x12\x8e\x22\x76\x44\xf3\x24\x45\x42\x03\x80\x93\xce\x3a\x42\x36\xad\xfc\xcc\x10\xaa\x54\x9b\x86\x93\xe4\xd3\x25\x1c\x87\x21\x22\x54\x82\x56\x1b\xe8\x16\xb8\xa0\x89\x0a\xae\x87\x37\x03\x38\xf4\x6c\x3d\x86\x5c\x8f\x6e\xe8\xda\xe5\x34\x31\x0c\xe0\xa3\x36\x45\x40\xcd\xf1\x0d\xcd\x1f\xc4\xc1\xc1\xe8\x05\xd4\x48\x33\x3f\x99\x1f\xd2\xa0\x25\xb9\xad\xd1\x66\x6c\xf4\x6c\x65\x7e\xc1\x8d\x22\xfe\x2d\x07\x9c\xd6\xd0\x70\x75\x05\x0f\x9e\x3c\xa0\xb2\x5a\x90\x81\xeb\xe1\xcd\xab\x30\x52\x10\x3f\x7e\x71\x86\xc3\x1f\x9d\x9a\x11\xfc\x7f\x8a\x43\x9f\xe4\x53\x94\x9f\x13\x9a\xaf\x33\x06\xef\x68\xcc\xf6\xff\xee\x80\x1f\x1d\x33\xe6\x07\xc4\x9e\x52\xf1\xae\xc2\x8c\xc1\xa9\x9f\xbb\x8f\x71\x8e\x12\x58\x12\x67\xef\x8c\xc1\xdb\x38\x85\x4f\xfc\x34\x18\xb7\x36\xe8\xfd\x84\xe9\x71\x7b\x35\x5d\xc6\x61\x6b\x35\xac\xf7\xd6\x14\x3a\xa1\xee\x6c\x84\xbf\x9d\x08\x99\x9a\x8c\xd1\x8b\x97\xde\x16\xbd\xc8\x3a\x2e\x85\x2e\xdc\x6c\x0a\x9d\x1f\xf4\x85\xbb\xca\xd8\x68\xab\x31\x7d\xfa\xa3\xee\x9e\x27\x80\x5f\xa5\x5b\xdb\x39\x21\xfb\xda\xc3\x6a\xce\xa5\xc1\x7c\x9e\xb1\xd1\xf3\x88\x05\x29\x28\xac\xb8\x7f\x42\x84\xda\x25\x74\x33\x98\xa3\x72\xf2\xca\x2f\xc4\x1c\x8b\x95\x81\x82\x3b\xbe\xad\x7c\x10\xb9\xdf\xd2\x8b\xfa\x0c\xf3\xf9\x96\x35\x8b\x14\xfb\xe8\xc5\xdf\xb2\x46\xcc\x7f\xd7\xd2\x04\x95\x4b\x57\x37\x65\x3c\x2e\xca\x7f\x5f\x05\x54\x04\x2c\x69\xe8\x3e\xc8\xd8\x09\xfd\xb0\x84\x06\x92\x8c\x5d\x58\x2c\x58\x52\x1a\xc4\x8c\xbd\x37\x88\x2c\x31\x36\x63\x67\x4f\x2c\x4b\x16\x36\x63\x1f\x69\xb1\xd6\x49\x0f\xab\xcf\x49\x18\xc0\x32\x06\xef\xfd\x22\x05\x1a\xce\xa7\x28\xa9\x8c\x56\x7f\xc7\xb0\x2d\xa1\x41\x8d\xbc\x40\x7f\x7f\x7b\x1f\x0e\x82\x0f\x7e\x96\x26\xc4\x3e\x08\x8b\x58\xa1\x07\xa7\x17\xdf\xc7\x72\x38\xc1\xe6\x7b\x96\xb4\xa2\xc8\xd8\xe9\xd1\xbb\x5b\x4a\xe3\x9c\xe3\x35\x8e\x5e\xde\xae\x03\x2a\x73\xbf\x79\x6f\x01\x18\xba\xc0\x70\x4e\xc3\xc7\xde\x36\x44\x06\xfa\xfa\x9f\xa5\x28\x40\x73\xf7\x78\xb8\xc9\x8a\x5f\x30\xef\x1c\xc2\x83\xd6\x3e\x80\x18\x4a\x64\xee\x8d\x65\x6c\x3c\xba\xed\xd7\xfa\x2f\xab\xfb\xfc\x6a\x45\x91\x6b\x35\xcf\xd8\x78\xbc\x29\x48\x34\x34\x0e\x4e\x8f\xde\xd1\xa7\x88\x09\x1f\x78\xc0\xe8\x2f\x8d\xb6\x8b\xa2\x4f\xef\x13\xa5\xf3\xf0\xff\xf6\xfa\x1b\x4c\x6a\x7e\x8f\x8a\x06\x9b\xa8\xe2\xd9\x7d\x2a\x4e\xb0\xf9\xbf\x2a\x2a\x74\x79\x53\x64\x6c\x7c\xa7\x31\xfb\x67\x79\x3c\xaa\x7b\xc2\x1f\x40\x6b\xa9\x84\xd2\x80\xb7\x22\x25\x90\x1d\x40\x2b\xe8\x5c\xc7\x21\x44\x7a\x28\xfb\x46\x1a\x3f\xff\xaa\x81\xb6\x8b\x6e\x7e\x83\x89\xc6\x03\x59\x34\xf1\xe2\x6b\x26\x1a\x6c\x30\xfc\x05\xf2\x8d\x66\xe2\xb5\x3e\x7e\x79\xf7\x5a\xd7\x9d\x6b\xbb\xbe\xa1\xff\x1b\x00\x00\xff\xff\xc1\x8b\x83\x4c\xb9\x17\x00\x00") func dictsDe_deTomlBytes() ([]byte, error) { return bindataRead( @@ -184,12 +185,12 @@ func dictsDe_deToml() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "dicts/de_DE.toml", size: 4346, mode: os.FileMode(420), modTime: time.Unix(1592527807, 0)} + info := bindataFileInfo{name: "dicts/de_DE.toml", size: 6073, mode: os.FileMode(420), modTime: time.Unix(1606165468, 0)} a := &asset{bytes: bytes, info: info} return a, nil } -var _dictsEn_usToml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x9c\x17\x4d\x4f\x1c\x39\xf6\xee\x5f\xf1\xd6\xd2\xec\x10\x09\x7a\xc8\x46\x7b\x98\x0a\xd5\xd2\x86\x90\x2c\x5a\xc8\x32\x40\x2b\x87\x34\x07\xb7\xfd\xaa\xca\x83\xcb\xae\xb1\x5d\xdd\x69\x91\xfc\xf7\xd5\xb3\xdd\x1f\x24\xb0\x33\xca\xa9\xec\xf7\xfd\xfd\x5c\xd2\xd9\x46\xb7\x8d\x36\x58\xf3\xd3\x74\x06\xba\x70\x36\x06\xd1\x62\xcd\x67\xf4\xa9\xe0\xe1\xf8\x2b\x7c\x72\x43\xd4\xce\x86\xbb\xb9\x9d\xdb\xff\xe6\x73\x35\xb7\x9c\x45\x17\x85\xa9\xf9\x2d\x7d\x38\x63\xec\x53\x87\x66\xb8\x63\x83\x88\x5d\xa8\xf9\x85\x13\x4a\x2c\x0c\x82\x74\xc6\xf9\x20\x3b\xec\x31\xc0\xdf\xc1\x88\xb5\x1b\x63\x38\x04\x61\x15\xc4\x8e\xf0\x5b\xf5\x87\x20\x3c\x42\x40\xe1\x65\x87\x0a\x1a\xe7\x0f\x41\x5b\x70\x5e\xa1\xaf\x38\x33\xae\xad\xf9\x6d\x87\x60\x5c\xa6\x07\x1d\x08\xff\x70\xfc\x95\xb3\x95\xd7\x31\xa2\xdd\xba\x53\xee\x10\x5d\xc6\x33\xf6\x49\xf8\x36\xdc\x31\xb2\xb2\xe6\x37\x9d\x5b\x41\xec\x74\x80\x20\x3d\xa2\x9d\x70\x96\x0c\xad\xf9\x0d\x46\x10\xfb\x56\x4f\x38\x0b\x52\x50\xa4\xde\x7b\x31\x74\x90\x2e\xd0\x08\x19\xc9\xbe\xe9\x31\x67\x4b\xf4\x41\x3b\x5b\xf3\x2b\xaf\x6d\x84\x72\x4d\x1e\xe2\x67\x1d\x27\x9c\x0d\xe8\xe5\x30\x16\xb5\x28\x64\x07\xa7\x57\x33\xb2\x9d\x22\x40\xc7\x95\x56\x2d\x12\xa5\x1c\x46\xb1\x6c\x0b\xa5\x58\xa2\x17\x2d\x3e\x4b\x1c\xb1\xdf\xfa\x82\xfd\x80\x5e\xc4\xd1\x63\x0a\x4a\x23\x3a\x8f\xb6\x43\x1d\x27\x7f\x86\xe7\x2c\x44\x11\xc7\xb0\x10\x7e\xa3\x17\xb6\x10\x58\xe9\xd8\x25\xcd\x51\xa7\x58\x78\x11\xb1\xe6\xd7\xd8\x78\x0c\x1d\x34\x1e\xff\x18\xd1\xca\xf5\x04\x2e\x5d\x88\x89\x08\x46\xab\x63\x00\x21\x25\x0e\x11\xd5\x04\x60\xce\x5f\xf6\x73\x0e\x35\xf8\xc2\x86\x4b\xf4\x6b\xe8\xb5\x1d\x23\x66\xfc\xf1\x71\x1f\x9e\x20\x49\xf0\x09\x67\xb9\x6c\x6a\xfe\x41\xf4\x08\xae\x29\x65\x04\x61\x40\x99\x4b\xa1\x71\x3e\x59\x39\x3b\x9f\xc0\x2c\x20\xcc\xf9\xd1\x9c\x53\xf6\x07\x3d\x90\xd9\x16\x23\xe5\xd6\xa0\x8c\x60\x31\xae\x9c\xbf\x07\x6d\x23\xfa\x46\x48\x9c\xc0\x0d\xa9\x13\x66\x07\x0a\x20\x85\x85\x05\x82\xc2\x46\x5b\x54\x30\x06\x6d\x5b\x90\xae\xef\x05\x04\x1c\x04\xc5\x41\xc1\x52\x98\x11\xc3\x04\xce\x1f\xf3\x09\x13\x1c\x31\xeb\xd6\x3a\xbf\x65\x9e\xf3\xbf\xcd\x39\x67\xf8\x79\x70\x3e\xd6\xfc\xcc\xa6\x06\xe9\x31\x7a\x2d\x43\xf2\x20\xa3\xc0\xe5\x5c\x93\x77\xba\xd1\xa8\x80\xa0\x13\xce\xfa\xc5\x10\x4a\x8a\x36\x3e\x90\x19\x20\x02\x10\x2a\x55\x44\x88\x35\xbf\x1e\x6d\x00\x3a\x86\x6d\x11\x86\x9c\xc8\x30\x4a\x89\x21\xfc\xd2\x08\x6d\x46\x4f\xdd\xa7\x30\xd5\xbe\x6d\xbe\x9b\x06\x14\xbd\x31\x20\x68\x1b\x22\x0a\x45\x61\x57\xd8\x88\xd1\x44\x38\xb8\x9c\xdd\xdc\xc2\x9b\x33\x78\x77\x7e\x7d\x73\x0b\xff\xba\x7e\x3f\xbb\x3c\xfb\x70\xfb\x82\x33\xa3\xc9\x00\xce\xd9\x85\x0e\x11\x4e\x14\x2e\xb5\xc4\xf0\xa5\xb4\xfd\x97\xfd\x69\xf0\x25\x8d\x8a\x2f\xf7\xb8\x0e\x53\x06\x00\x85\xb6\x82\xd4\x46\x01\x28\xc1\x19\x06\x56\xd0\xf4\xa0\x08\x35\xda\x44\xf4\x29\x70\xb9\x0d\x02\xb1\x16\xf1\x15\x90\xd6\x00\x8b\x51\x1b\x75\xa4\xed\x06\x4e\x24\xfb\x9a\xf7\xe9\x22\xd1\xed\x23\x89\x38\x59\x96\xa9\x92\x19\x79\x48\x8d\x5e\xd0\xf8\xcb\xc1\xc9\x63\x2a\x53\x12\x4b\xb1\xa6\x82\x8f\xf9\x00\xb1\x13\x71\x53\x44\x63\x40\x45\x5d\x27\x8a\x45\xc4\x40\x7e\x57\x50\x06\x11\xd2\x75\xe1\x84\x57\xb0\xd0\x56\x69\xdb\x86\x09\x45\x91\xc6\x18\xd6\xfc\x23\x7d\x92\x25\x62\x9b\x83\xbd\xc1\x39\x49\xf3\x0d\xbd\x77\xfe\x8e\x65\xf8\x20\x7c\xc0\x9a\x53\x9e\x51\xa5\x3e\x20\xc0\x3e\x53\x95\x07\xa3\x34\xba\xd0\xd2\x87\xca\xf4\xf4\xe2\x1c\x68\x56\x16\x02\xe3\xda\x80\x71\x1c\xf6\x85\x25\xc0\x76\x0e\x17\xc2\xd1\xde\x5b\xb7\xb2\x6e\x88\x35\x9f\xe5\x33\xe4\xe5\x01\x73\xfe\x70\xfc\x75\xce\x5f\x43\xf4\xeb\xdd\x0a\xd8\x8f\xfa\x61\x8a\xc7\x61\x8e\xe7\x21\x38\xbf\x29\x07\x5a\x35\x29\x0a\xa4\xbd\xe6\xef\xb6\x36\x24\xe0\x13\x99\xd9\xf8\xd5\xa1\xbc\x4f\x2b\x23\xc5\x25\x00\x5a\xe9\x46\x6a\x53\x54\xaf\xa1\xf1\xae\x27\xba\x8a\xb3\xd2\x7f\xd9\xc5\x44\x4b\xee\x45\x8a\xc4\x38\xa4\x15\x58\x28\x2a\x78\x78\xf9\x95\x33\xeb\xca\xbd\xe6\xd6\x3d\xea\x5e\xa2\x4d\xba\x1b\x11\x85\x69\x30\xca\x8e\x82\x16\x85\x81\x2c\x37\x81\x48\x30\x51\x6a\xdb\xb8\x22\xd2\xa3\x74\xcb\x42\x9f\xce\xa5\xc2\x9f\xe1\x7a\x0d\xe1\x5e\x0f\x43\x01\x15\x7f\xad\x53\xb8\x6c\xdc\x68\x55\xb2\x6b\x0c\x49\x02\xb1\x24\x20\x67\xc9\x43\xf4\xfe\x69\x27\x8b\x25\x8c\x7d\x2a\xdb\xc5\x88\x05\x9a\x3b\xa6\x74\xb8\xaf\x39\xbc\xd5\xe1\x1e\xd2\xab\x00\xd2\x8e\xaa\x79\xda\x44\x1b\x48\x2b\x46\x7a\x36\xc0\x95\x5b\xa1\x87\x0b\x5c\xa2\x01\xce\x16\x22\x46\xf4\xeb\x9a\xc3\x9b\x7c\x82\x9b\xb4\x56\x0a\x6a\x0f\xbe\x59\x65\x70\xbb\xbf\xa6\xca\xd4\x86\x0f\x65\xd6\x6d\xb4\x59\x8c\xda\x7e\x87\xc8\xcf\x15\xca\x67\x5f\x73\xb8\xc4\xde\xf9\xf5\x96\x25\x6f\x7d\xce\xd9\x6f\xa3\x8e\x15\xfc\x41\x05\x76\x72\x7a\x24\xa7\x8c\x5d\x79\x47\x23\x11\xac\x58\xea\x36\x95\x51\xc5\x00\x8e\xe0\x3e\xcd\xce\x93\xd9\x30\xad\x60\x1c\x12\xe8\xf7\x0c\x7a\xeb\x56\x76\x5a\x81\x72\x2b\x9b\xc0\x27\xa7\x47\xe3\xb4\x82\x4e\x98\x06\x06\xd2\x57\xc8\x4f\x4e\x8f\xd4\x23\xf8\x3e\xc7\x62\x5a\x41\x33\x1a\xf3\x2d\x47\xf3\x08\xbe\xe5\x68\xdb\xac\xfb\xdf\xae\xc7\x69\x05\xbf\x8f\xfd\x40\x4d\x10\x5d\x66\x7c\x9f\xb1\x67\x56\xed\x21\x17\x2e\x46\xd7\xef\x3c\x14\x32\xbf\xde\xb2\xaa\x5b\x41\x26\x44\xd7\xb6\x06\x61\x28\x24\xad\x77\x23\x15\x56\x22\x51\xaa\x82\x7b\x6d\x0c\x84\xb4\x37\x69\x0f\x15\x32\xe7\x33\x25\xed\x84\x02\xc3\xb2\x61\x6e\xce\xdf\xdf\x9e\x5d\x5f\xc2\xc1\xcb\x7f\xbe\xc8\x52\x5e\xfd\x98\x94\xdf\x66\xe7\xb7\x70\xf0\xaa\x08\xf9\xf5\xc7\x84\xfc\xe7\xfc\xe2\x02\x0e\x7e\x7d\xb1\x0b\x42\x70\x9e\xca\x3e\x07\x41\x56\x54\xc6\xe9\xd8\x57\x54\x33\xe9\x38\x54\x70\x75\xfe\x76\xc7\x92\x77\xce\x96\xe9\x97\x8a\x9e\x47\x3e\x02\x2a\x9d\x3a\x28\xe3\x13\xee\x60\xd5\xd1\x72\x28\x98\x17\xc4\x90\x82\x7d\x46\x83\x67\x5a\x95\x47\xd1\x8e\xa3\x24\x5d\x4e\x4b\xfe\x82\x14\x03\xe5\x57\x1a\x14\x9b\x65\xc7\x18\xb5\x1a\xe1\x2f\xb1\x87\x76\xfb\x08\xdd\x1a\xd4\x55\xe5\x51\xaa\x73\xad\x98\xcd\x9d\x36\x0d\x2b\x4d\x92\x49\x17\xdb\x8c\x2f\x30\xae\x10\x6d\x7a\x38\x24\xe1\x89\x45\xc1\x62\x1d\x31\xc0\x80\x34\x20\xa4\xb3\x8a\x51\xd7\xec\xc6\x82\xc5\x38\x41\xef\xef\xa8\x09\xa9\x9e\x96\x3a\xae\xf7\x37\x43\x8b\xbb\xf7\xd5\x06\x9f\xa7\x6d\xeb\x86\x30\x46\x6d\x36\xf3\x0a\xdb\xa5\x30\x1e\xe5\xb2\x0c\xa4\x0a\x2c\x52\xff\x2d\x31\xbf\xaa\xd2\x48\xf5\x28\xd1\x46\xb3\x4e\x07\xbd\x44\xb5\x15\xae\x44\x14\x8f\x05\x4f\x0a\xf5\x1b\xf2\xe0\x1a\xe5\xf2\x91\xa6\x80\x34\x32\xfe\x82\x26\x22\xfc\xab\x5a\x6e\xd0\xc6\x6a\xfb\x83\x51\x42\x44\x23\x73\x33\x38\x69\x6e\x72\xd6\xd3\xe2\xa9\xf9\x25\x7d\xe8\x1f\x0b\x15\xfd\x62\xa1\xe2\xac\xf1\x88\x35\x7f\xe7\x11\x39\xf3\xa1\xe6\xd7\xbf\x04\xce\x56\xa1\xe6\x1f\xe9\xb0\x93\x49\x95\x7d\xc7\x72\x3d\xd4\x1c\xde\xa5\x43\x05\xf4\x30\x5e\xa0\xa1\xc9\xbb\x2d\x7d\xfe\x88\x69\xd2\xa1\x50\x98\x9e\x05\xc9\x86\xd3\x6c\x43\x7a\xc7\xd2\xaa\x38\xcd\x87\x32\xd4\x4f\xaf\x66\x3f\x95\x09\x7a\x89\xfd\x4f\x9c\x0d\x5a\xd5\xfc\xea\xfc\xed\x37\x42\x53\x05\x14\x89\x8f\x73\x4f\xa5\x9a\x10\x4f\x26\xdd\xd3\xb6\xc4\xe5\xa3\x87\xc9\x06\xb6\xeb\xde\x42\x4c\x6f\xdd\x1d\x19\x7e\x46\x39\x46\x84\x9f\x87\xf0\x33\x14\xf3\x0b\xe1\x46\xc9\xb7\xb6\xec\xc6\xc1\x53\xb6\x0c\x5a\x49\x67\x97\xfb\x4c\x74\x47\x1f\xa9\xfb\xe9\xaa\x4b\x72\x27\x60\xb4\xc5\xb2\x21\xe5\x30\x3e\xc7\x46\xbe\xa7\x1f\x68\x02\x36\xc6\x89\x27\xd8\x7b\xec\x9f\x63\xa7\xee\xfe\x33\xf6\x16\xa3\xec\xd5\x33\x8e\x6e\xc2\xf2\x84\xbb\x13\x18\x02\x95\x48\x12\x33\x01\x5d\xc1\xc3\x3f\x08\xa8\x29\x86\xaf\xb2\x5b\xf4\x93\x8a\xdf\x67\x74\x2b\x7c\x18\x8b\x79\x3f\x20\xbe\x4f\x7b\xfd\xff\x89\xef\xb1\x47\xda\xd8\x3f\xac\xe2\x7f\x01\x00\x00\xff\xff\xb8\x3c\x62\x18\xd4\x10\x00\x00") +var _dictsEn_usToml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x9c\x58\x5f\x73\xdb\xb6\xb2\x7f\xe7\xa7\xd8\x8b\x4e\xeb\x24\x63\x2b\x96\x94\x34\x09\x13\x7a\x26\x71\x9c\x5c\x4f\xed\xd4\xf5\x9f\x9b\xb9\x13\xe7\x01\x22\x57\x24\x2a\x10\x60\x01\x50\x8a\x8e\xe5\xef\x7e\x66\x01\x50\xa2\x6c\xe7\x9c\x36\x4f\x04\x16\xfb\x17\xd8\xfd\x61\xc1\x5c\xab\xa9\x28\xa7\x42\x62\xc6\x0e\xfd\x18\x68\xc2\x92\xd6\xf2\x12\x33\x76\x45\x9f\x14\x6e\xf6\x6f\xe1\x8b\x6e\x9c\xd0\xca\x7e\xbd\x56\xd7\xea\xf7\x30\x4e\xaf\x15\x4b\x9c\x76\x5c\x66\xec\x92\x3e\x2c\x49\x92\x2f\x15\xca\xe6\x6b\xd2\x70\x57\xd9\x8c\x9d\x68\x5e\xf0\x89\x44\xc8\xb5\xd4\xc6\xe6\x15\xd6\x68\xe1\x17\x90\x7c\xa9\x5b\x67\x77\x81\xab\x02\x5c\x45\xeb\x6b\xf3\xbb\xc0\x0d\x82\x45\x6e\xf2\x0a\x0b\x98\x6a\xb3\x0b\x42\x81\x36\x05\x9a\x94\x25\x52\x97\x19\xbb\xac\x10\xa4\x0e\xfc\x20\x2c\xad\xdf\xec\xdf\xb2\x64\x61\x84\x73\xa8\xd6\xe1\xc4\x39\x38\x1d\xd6\xc9\xb9\x8c\x31\x96\xfc\xd1\x0a\x97\xc2\x5f\xa0\x0d\xbc\x39\xdc\xcb\x0f\x92\xe4\xcc\xe8\x1c\xad\x05\xc5\xe7\xa2\xe4\x14\x60\x9a\x00\xec\xc1\xcc\xfb\xf8\xe6\xaa\x39\x48\xa1\x6d\x3c\xe9\xcf\x40\x7a\xaf\x17\xea\x20\x85\x42\x2f\x94\x27\xbf\x39\xdc\x6b\x0f\x52\xa8\xb8\x9c\x42\xc3\x4b\xec\xd8\xdf\x1c\xee\x15\x5b\xf4\xbe\xc4\xe4\x20\x85\x69\x2b\xe5\x5d\x89\xe9\x16\x7d\x2d\x51\x96\xc1\xf6\xff\xea\x1a\x0f\x52\xf8\xb3\xad\x1b\x0a\xce\xe9\x20\xf8\x31\xac\x1e\xa9\xa2\xb7\x38\xd1\xce\xe9\x7a\x13\x21\xcf\xc3\xf1\x05\x53\x97\x9c\x5c\x70\xba\x2c\x25\x42\x13\x59\x4a\xa3\xdb\x46\xa8\xd2\xb3\x14\x45\x0a\x33\x21\x25\x58\x94\x98\x3b\x2c\xd6\x6c\xda\x04\x4e\xd0\xd3\x8e\x86\x16\x16\xc2\x55\x70\x71\xfc\xf1\xf2\xe8\xfc\x14\x1e\x0d\x9f\x3f\x0e\x5a\xc6\x3f\xa6\xe5\x8f\xab\xe3\x4b\x78\x34\x8e\x4a\x5e\xfd\x98\x92\xdf\x8e\x4f\x4e\xe0\xd1\xab\xc7\x9b\x4d\xb0\xda\x38\xa1\xca\xb0\x09\x79\x0a\x87\x67\x57\x7e\x58\xa7\x70\x8a\xb5\x1f\x36\x29\x9c\x1d\xbf\xdf\x88\x4c\x85\x74\x68\xd6\x42\x4f\x53\xb0\x8e\x1b\x07\x58\x08\x52\x15\xd7\xfd\xda\xa3\x45\x45\x99\x19\x57\x1e\x93\x80\xdf\xec\x23\xe5\xd0\x1c\xa4\xc0\xf3\x1c\x1b\xb7\x91\x88\x87\x9e\x1f\xc4\xf3\xb3\x39\x6f\xe8\x7c\x73\x89\xdc\x74\x6c\xc9\xe1\xd9\x95\x5f\x3f\xc5\x1a\x4a\xc3\x9b\x0a\x6c\xce\xe5\xda\xa1\x2a\xf5\x73\x04\x11\x72\x45\x76\x73\xdd\xba\x24\xf9\x84\x6e\xa1\xcd\x2c\xb0\x4e\xd6\x27\x3e\x41\xb7\x40\x54\x50\x4f\x1a\xeb\x95\x7b\x91\x02\x26\x4b\x87\x16\x1a\x34\x60\x31\xd7\xaa\x48\xa8\x6a\x7e\x82\xcb\xf3\xb7\x9f\x2e\x4e\xde\x5e\xfe\x7e\x7e\x91\xc2\x99\x44\x6e\x29\x39\xd5\x8e\x03\x67\xb8\xb2\x92\x3b\xf4\xf5\x1c\x0a\x1c\x9e\x3c\x51\xbc\x46\xfb\xe4\x49\x12\x2b\x1e\x32\x60\x8c\xbd\x6b\x85\x74\x7b\x42\x75\x38\xe0\xf7\xa7\xc0\x29\x6f\xa5\xa3\x61\x2d\x94\xa8\xb9\xa4\xe1\x84\x3b\x87\x66\x49\xc3\x99\x70\x79\x85\xca\x0a\x35\xfb\x67\xce\x78\xf0\xf1\xd8\xd3\x73\x68\x0b\x91\xb6\xbd\xea\x2f\xdd\x75\x2d\x0e\xf7\x0a\x6e\x66\xf0\x68\xaa\x0d\x2c\x2a\xe1\x10\x26\x3c\x9f\x51\x02\xaa\x82\x32\x15\xac\x96\xdc\x88\x7f\x61\xb1\x35\x19\xfe\xea\xe5\xee\xd2\xa4\x28\xab\x10\xb7\x56\x7a\xc6\x05\x0d\xe7\x22\x47\xfa\x2a\x6d\x8a\x7f\x16\xed\x42\x14\x25\xf6\xb7\x3e\x10\x62\x90\x9f\xe3\xc4\x55\xdc\x41\xce\x15\x4c\x10\x5a\x8b\x05\xdc\x39\x8d\xbc\x69\x7d\x56\x52\xce\x49\xcd\x8b\x90\x70\xde\x49\xac\xfd\xca\x59\xb5\xb4\x22\xe7\x12\x7e\x01\xbb\xe0\x0d\xd1\xb5\x59\x92\xb2\x0d\xaf\xc3\xba\x21\xde\x0b\x54\x56\x1b\x3f\x45\xc3\x5d\x6b\xd0\xfa\xcd\x14\x76\xb6\xa5\xca\x13\x1a\x6e\x9c\x20\x88\x22\x5d\xc4\xd6\xe8\x05\x1a\xd8\x83\xb7\x5d\x36\xc0\x84\xfb\xaa\x51\xe8\xbc\x2b\x31\xb7\xbd\xa3\x5e\xc0\xe8\xdc\xc2\x1e\x1c\x53\xb9\x11\xdc\xcd\x37\xd0\x26\x85\x75\xb4\xa1\x49\xf2\x85\x9b\xd2\x7e\x8d\x77\xc2\x45\xa5\x17\xe0\x2a\x61\xc1\xe6\x06\x51\x0d\x58\xc8\x90\x8c\x5d\xa0\x03\xde\xcf\x89\x01\x4b\x7c\x91\x64\xec\xe3\xba\x08\x11\xa6\x3c\x77\x74\x55\x1d\xec\xb3\x64\x8e\xc6\x0a\xad\x32\x76\x66\x84\x72\x10\xa7\xbe\xbc\xf0\x9b\x70\x03\x96\x34\x68\xf2\xa6\x8d\x66\x91\xe7\x95\xdf\x68\xa1\xfc\x09\xd2\x30\x1c\x1a\x79\xd1\xb4\x7c\x5e\x46\x4e\x3e\x47\x43\xf7\xc1\xf7\x98\x69\x83\xbb\x58\x7a\x7b\x4d\xbc\x53\x5e\x19\x54\x15\x7a\xf3\xd6\x71\xd7\xda\x09\x37\x9d\x5e\x58\x53\x02\x66\x92\x66\x27\x7c\xac\x86\x3b\xcc\xd8\x39\x4e\x0d\xda\x0a\xa6\x06\xff\x6a\x51\xe5\xcb\x01\x9c\x6a\xeb\x3c\x13\xb4\x4a\x38\x1b\x41\x0d\x8b\x01\xc0\x35\x1b\xd6\xd7\x0c\x32\x30\x51\x0c\xe7\x74\x6c\xb5\x50\xad\xc3\xb0\xbe\xbf\x5f\xdb\x07\x58\x3c\x7d\xc0\x22\x5e\x64\xec\x13\xaf\x91\x30\x3d\x02\x8a\x6d\x30\x0f\xb7\x3e\x95\x1e\x79\x79\x75\x3c\x80\x2b\x8b\x70\xcd\xf6\xae\x19\x5d\x77\x8d\x68\xc8\x6d\x85\x8e\xce\x8e\xae\x09\xca\x13\x9f\x1f\x82\xf2\x61\xca\x73\x1c\xc0\x05\x99\xe3\x72\x43\xb2\x5d\x35\x14\x38\x15\x0a\x0b\x68\x2d\x81\x7a\xae\xeb\x9a\x83\xc5\x86\xd3\x3e\x14\x30\xe7\xb2\x45\x3b\x08\xa9\xb5\x91\xe3\xd2\x6a\x12\x16\xa5\xd2\x66\x2d\x7c\xcd\xfe\xe7\x9a\xb1\x04\xbf\x35\xda\xb8\x8c\x1d\x29\xdf\x0b\xd5\xe8\x8c\xc8\xad\x8f\x20\x2c\x81\x0e\x67\x49\xd1\x89\xa9\xa0\x6b\x4d\x1b\x3a\x27\x42\xe5\x78\x44\x5d\x0c\xe4\x06\x70\xeb\x01\xdb\x9f\xb8\x75\x19\x3b\x6f\x95\x05\x1a\xda\x75\x92\xc5\xcb\xcf\xb6\x39\xa5\xfd\xd3\x29\x17\xb2\x35\x84\x85\x05\xfa\xdc\x56\xd3\x7b\x8d\x1f\xed\x1e\x95\xaf\x50\xd6\x21\x2f\x68\xdb\x23\xdc\xc1\xa3\xd3\xab\x8b\x4b\x78\x77\x04\x1f\x8e\xcf\x2f\x2e\xe1\xed\xf9\xc7\xab\xd3\xa3\x4f\x97\x8f\x59\x42\xf5\xe4\x5b\xaa\x13\x61\x1d\xbc\x29\x90\x90\xcb\xae\x22\x96\xac\xfa\x58\xba\xf2\x5d\xe1\x6a\x86\x4b\x7b\x10\xb0\xd4\xf3\xa6\xe0\xcb\xc4\xd2\x3d\x15\x69\xe0\xb1\xcb\xef\x50\xb8\xfc\xfc\xc6\x45\x20\x23\xd1\x0e\xaa\x80\xac\x5a\x98\xb4\x42\x16\xbd\x0b\xc5\x23\x58\x1f\xc5\x7b\x7c\xf7\x20\xde\x23\x06\x79\x16\xb8\xbc\x1b\xa1\x1f\x6d\x8d\x6f\x04\xc3\xe6\x84\x8e\x34\x70\x92\x48\xf4\x26\x85\xff\x04\xa9\x3c\x7a\xe4\xef\x2f\x5c\xda\x14\x22\xd0\x20\x4d\x27\x9a\x9b\x02\x26\x42\x15\x42\x95\x76\x40\xbb\x48\x1d\x2b\x66\xec\x33\x7d\xbc\x27\x7c\x7d\x06\xbd\x1e\x79\xe0\xf1\x2b\x10\x06\x68\xcc\xd7\x24\x8c\xed\x52\x39\xfe\x2d\x63\xfb\x2b\x98\xf0\xa2\x2f\x01\x61\xe9\x35\xd8\x4a\xb7\xb2\x20\x1f\x7f\x3b\xfa\xff\xec\xff\xde\x9e\x5c\x1d\xed\xc2\x82\xdb\xd0\x20\x17\xd8\x18\xcc\x7d\xd4\x19\x1b\xae\x40\x0a\x85\xb4\x92\xc2\xce\xcd\xf0\x76\x87\x7a\xed\x8e\xc5\x17\xfa\x71\xcc\xf7\x9b\xe1\x6d\x76\x33\xba\xa5\x74\x50\x98\xb1\x51\x94\xfc\xc9\x8b\xde\x0c\x6f\x03\x34\x45\xd8\x1c\xaf\x40\xa8\x39\x97\xa2\x80\x4b\xac\x9b\x0b\x8f\x9f\xbe\xb0\x82\x13\x49\xf2\x05\x8d\xd1\xeb\xa8\x1a\x6e\x2c\x66\xec\xd9\x0a\x28\x8b\xb1\xf0\x55\x4e\xb4\x7e\x80\x69\x90\xcd\xa5\x88\xec\xcf\x57\x9e\x89\xea\xf0\xf0\xe4\x18\x08\xec\x23\x8f\xd4\xa5\x45\xd7\x36\x19\xfb\xb5\xaf\xd2\xd3\xd6\xcf\x8a\xc8\xdb\xaa\x99\xd2\x0b\xa5\x1b\x97\xb1\x17\x2b\xb8\x0a\x53\x08\xcf\x21\xb8\x66\x37\xfb\xb7\xd7\xec\x35\x38\xb3\xdc\x3c\x6a\xfa\xc9\xb5\xeb\x8f\x7d\x37\xa4\xcd\x2e\xb5\xa9\x31\xeb\xe9\xf1\xe4\x0f\x9b\x1c\xc8\xd8\xcb\x15\x7c\x58\x7b\xe2\xe9\x0f\xe4\x60\x17\x63\x85\xf9\xcc\xbf\x83\x5e\xad\xc0\xef\x94\x05\x54\xb9\x6e\x09\x93\xb0\x78\x0d\x53\xa3\x6b\x7f\x6a\x2c\x89\x60\x13\xc2\x1d\xee\x47\x7e\x8a\xd5\xf7\xac\x6d\xe3\x9f\x77\x91\x2b\x1e\x95\xd2\x71\x9e\xb1\xe1\x70\x05\x4a\x6f\x41\x16\xf1\x7b\xb6\x29\x77\x5c\x4e\xd1\xe5\x55\xc6\x86\x23\xda\x49\xc7\x65\xd4\xef\xc9\x64\x80\xb8\x85\x9a\xea\xa8\xda\x60\xae\xe7\x9d\xcc\x78\x05\x7e\x1e\xcb\xfb\x3b\x92\xaf\xc1\xce\x44\xd3\x44\xd2\xda\xc5\x02\xe7\x53\x6a\xb7\x32\x36\x7c\xe6\x7d\x6c\xad\xd7\x42\x62\x7e\x81\x25\x3e\x6a\x34\x26\x63\xc3\xe7\x0f\x07\x1e\xb5\xf5\x0e\x2c\x80\xe2\x70\x2b\x31\xa6\x42\x15\xfd\x43\x0d\x05\x15\xfc\xbb\xa7\xc0\x20\x27\x9f\x5e\xf4\x15\x10\xed\x41\x05\xf7\xed\xc7\xe4\x1d\xbe\x7c\x28\xd9\xb7\x15\xc4\x6c\x20\xef\xba\xdb\x72\xf8\xea\x9f\x98\x95\xba\xd4\x0d\xbd\x96\x47\xfb\x7d\x31\xa2\x6d\x5e\xd7\xbd\x0a\xa6\xfd\xcd\xd8\x68\xb8\x02\xd7\xc3\x63\xb8\xd4\xcd\xb9\x5e\xc4\x02\x96\xd4\x63\xb9\x8a\x2b\xd8\x1f\xc4\x95\xe8\xa7\xd2\x95\xb6\x8e\x80\x3d\x63\xa3\xd1\x0a\x72\x8f\x43\x4a\x3b\x20\x25\xdd\x5a\x64\x4e\xbe\x84\x90\x06\x11\x08\x82\xa9\x8c\x8d\xc6\x2b\x38\x8e\xd8\x11\xcd\x93\x14\x09\x0d\x00\x4e\x5b\xeb\x08\xd9\xb4\xf2\x3d\x43\xc8\x52\x6d\x6a\x4e\x92\xcf\x56\x70\x12\x9a\x88\x90\x09\x5a\xf5\xd0\x2d\x70\x41\x1d\x15\xdc\x0c\x6f\x07\x70\xe4\xd9\x3a\x0c\xb9\x19\xdd\xd2\xb5\xcb\xa9\x63\x18\xc0\x67\x6d\x8a\x80\x9a\xe3\x5b\xea\x3f\x88\x83\x83\xd1\x0b\xa8\x90\xba\x79\x32\x3f\xa4\x46\x4b\x72\x5b\xa1\xcd\xd8\xe8\xf9\xda\xfc\x82\x1b\x45\xfc\x5b\x0e\x38\xad\xa1\xe6\x6a\x09\x3b\x4f\x77\x28\xad\x16\x64\xe0\x66\x78\xfb\x3a\xb4\x14\xc4\x8f\xdf\x9c\xe1\xf0\x67\xab\x66\x04\xff\x5f\x62\xd3\x27\xf9\x04\xe5\xd7\x84\x3a\xe7\x8c\xc1\x7b\x6a\xa0\xfd\x7f\x1b\xf0\xad\x63\xc6\x7c\x83\xd8\x51\x4a\xde\x96\x98\x31\x38\xf3\x1d\xf5\x09\xce\x51\x02\x4b\x62\x57\x9d\x31\x78\x17\xfb\xeb\x0b\xdf\x0d\xc6\xa5\x1e\xbd\xeb\x30\x3d\x6e\xaf\xbb\xcb\xd8\x6c\xad\xdb\xf0\xce\x9a\x42\x27\xd4\xbd\x85\xf0\x43\x89\x90\xa9\xce\x18\xbd\x65\xe9\xd5\xd0\x89\x6c\xe2\x52\xe8\xc2\xcd\xa6\xd0\xf9\x16\x5e\xb8\x65\xc6\x46\x5b\x85\xe9\x8f\x3f\xea\xee\x78\x02\xf8\x95\xba\xb1\xad\x13\xb2\xcb\x3d\x2c\xe7\x5c\x1a\xcc\xe7\x19\x1b\xbd\x88\x58\x90\x82\xc2\x92\xfb\xc7\x41\xc8\x5d\x42\x37\x83\x39\x2a\x27\x97\x7e\x20\xe6\x58\xac\x0d\x14\xdc\xf1\x6d\xe5\x83\xc8\xfd\x8e\xde\xca\xe7\x98\xcf\xb7\xac\x59\xa4\xd8\x47\x2f\xff\x96\x35\x62\xfe\xbb\x96\x2e\x50\xb9\x74\x7d\x53\xc6\xed\xa2\xf3\xef\xb2\x80\x92\x80\x25\x35\xdd\x07\x19\x3b\xa5\x0f\x4b\xa8\x21\xc9\xd8\x95\xc5\x82\x25\x53\x83\x98\xb1\x0f\x06\x91\x25\xc6\x66\xec\xfc\xa9\x65\xc9\xc2\x66\xec\x33\x0d\x36\x3a\xe9\xc9\xf4\x35\x09\x0d\x58\xc6\xe0\x83\x1f\xa4\x40\xcd\xf9\x04\x25\xa5\xd1\xfa\x47\x0b\xdb\x12\x1a\x54\xc8\x0b\xf4\xf7\xb7\xf7\xe1\x30\xf8\xe0\x7b\x69\x42\xec\xc3\x30\x88\x19\x7a\x78\x76\xf5\x73\x4c\x87\x53\xac\x7f\x66\x49\x23\x8a\x8c\x9d\x1d\xbf\xbf\xa3\x34\xf6\x39\x5e\xe3\xe8\xd5\xdd\x3c\xa0\x34\xf7\x8b\x0f\x26\x80\xa1\x0b\x0c\xe7\xd4\x7c\xec\x6f\x43\x64\xa0\x6f\xfe\x19\x45\x01\xea\xbb\xc7\xc3\x3e\x2b\x7e\xc3\xbc\x75\x08\x3b\x8d\xdd\x81\x18\x4a\x64\xee\x8c\x65\x6c\x3c\xba\xeb\xd7\xe6\x67\xd4\x43\x7e\x35\xa2\xc8\xb5\x9a\x67\x6c\x3c\xee\x0b\x12\x0d\x8d\x83\xb3\xe3\xf7\x34\x15\xf1\xc0\x07\x1e\x30\xba\x4b\xa3\x69\xa3\xe8\xb3\x87\x44\x69\x3f\xfc\x7f\x5c\x7f\x83\x49\xcd\x1f\x50\x51\x63\x1d\x55\x3c\x7f\x48\xc5\x29\xd6\xff\x55\x45\x89\x2e\xaf\x8b\x8c\x8d\xef\x15\x66\xf7\xe0\x8e\x5b\xf5\x40\xf8\x03\x68\x2c\xa5\x50\x1a\xf0\x56\xa4\x04\xb2\x03\x68\x04\xed\xeb\x38\x84\x48\x0f\x65\x5f\x48\xe3\x17\xdf\x35\xd0\xb4\xd1\xcd\x1f\x30\x51\x7b\x20\x8b\x26\x5e\x7e\xcf\x44\x8d\x35\x86\x9f\x1b\x3f\x68\x26\x5e\xeb\xe3\x57\xf7\xaf\x75\xdd\xba\xa6\xed\x0a\xfa\xdf\x01\x00\x00\xff\xff\xed\x5c\xb1\x23\x93\x17\x00\x00") func dictsEn_usTomlBytes() ([]byte, error) { return bindataRead( @@ -204,12 +205,32 @@ func dictsEn_usToml() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "dicts/en_US.toml", size: 4308, mode: os.FileMode(420), modTime: time.Unix(1592527521, 0)} + info := bindataFileInfo{name: "dicts/en_US.toml", size: 6035, mode: os.FileMode(420), modTime: time.Unix(1606165475, 0)} a := &asset{bytes: bytes, info: info} return a, nil } -var _dictsTt_ttToml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x9c\x57\x4d\x6f\xdc\x38\xd2\xbe\xf3\x57\xd4\x4b\x60\xde\xc9\x00\x4e\x4f\xb2\xc1\x1e\x46\x89\x0c\x6c\x1c\x3b\x6b\xac\x9d\xf5\xd8\x6e\xe4\x90\xf6\x81\x4d\x95\x24\x4e\x53\x24\x87\x2c\xa9\xd3\x48\xf2\xdf\x17\x45\x49\xed\x76\xe2\x60\x82\xb9\xa9\x59\xdf\x5f\x4f\x55\x6b\xef\x6a\xd3\xd4\xc6\x62\x29\x4f\xce\xde\xc2\xd9\xc5\xa9\x14\x7d\x52\x0d\x96\x12\x1b\x95\x96\x05\x7c\x7a\xf6\x05\x3e\x24\xe7\x0d\x05\x7f\xb7\x72\x2b\x37\x7e\xff\xb7\x58\x39\x29\xc8\x93\xb2\xa5\xb4\x8a\xfc\xad\x14\x42\x7c\x68\xd1\x86\x3b\x11\x14\xb5\xa9\x94\x11\xab\xe8\xc1\x19\x38\x8a\xbe\x86\x0a\x5b\x1d\x15\x26\xc0\xa8\xe0\x08\xad\xa9\xa1\x31\xb5\xf3\x1a\xb0\x25\xa8\x9c\x82\xa3\x44\xbd\xdf\x29\x0b\xff\x0f\x09\x3b\x6c\x75\x8a\xde\x32\xdd\xae\x55\xa5\xfc\x45\x21\x85\xf5\x4d\x29\x9d\x81\x64\x60\xd4\xe0\x2d\x60\x7b\xcb\x5e\x4a\xb1\x8d\x86\x08\x5d\x29\x3d\x81\x43\x22\x13\xb7\xa3\x89\x93\x91\x2e\xc4\x07\x15\x9b\x74\x27\xd8\xcb\x52\x2e\x1c\x62\xd4\x09\x92\x69\x09\xb6\xbe\xbd\x91\x42\x7b\xeb\x63\x29\x17\x87\xd6\x15\x10\xde\x48\x91\xb4\xe2\x2c\x3d\x3b\xe6\x68\x48\xab\x1a\xd0\x2a\x9d\xa0\x0d\x2a\xbe\x95\x62\xc0\x98\x8c\x77\xa5\x5c\x90\xf9\x88\x39\x1c\xe7\x4d\x8a\x38\x00\x39\x13\xaf\xa4\x08\x18\x75\xe8\x99\x01\x9b\xca\x6c\x61\x79\x75\x92\x23\x77\x26\x7f\xb6\x5a\xe1\xec\x45\xe8\xd5\xd0\x7c\x97\x13\x1b\x15\x71\x50\x13\x33\x61\x17\xb2\x55\x6c\x1d\xc6\x56\xd5\xcc\x96\x30\xf6\xa4\x22\x86\x0e\xc7\xd0\xfe\x8a\x2e\x45\x22\x45\x7d\x5a\xab\x31\x7c\x43\xd9\x62\x4b\x66\x0b\x51\xad\x53\x4f\x8a\x12\xcc\x36\xa3\x22\x2c\xe5\x22\x75\xcf\x9e\x3d\x87\x5d\xc4\x01\xa1\x4d\x18\x6b\x8c\x50\xc2\x4a\xe6\xf7\x95\x04\x58\x20\xf5\xce\x74\x8f\xb0\x74\x23\xbd\x42\x0a\xa8\xb5\x82\x44\xc6\xf5\x90\xed\x52\xf2\x97\xb0\xd8\x69\x87\xfd\x9f\x18\xeb\x49\xec\x5a\x0a\xab\x76\xbe\xa7\x52\xbe\x53\x1d\x82\xaf\x61\xfc\x0d\x29\xa0\x06\x6e\x61\xa8\x7d\x04\x6a\x11\x96\xe7\x0b\x58\x26\x84\x95\x7c\xba\x92\x40\x1e\x82\x09\xb8\x90\xc2\x21\x95\xb2\x71\x26\xf5\x50\x61\xf4\xae\x31\x80\x6b\xf0\xc9\x2a\x70\x4a\x43\x42\xad\xea\x88\xe4\xce\x61\x91\xb0\xb7\x6a\x80\x0a\x49\x45\x15\x30\x81\xea\x3a\xaf\x61\x16\x76\xa6\xc6\x8a\x85\x1f\xc8\x19\xb0\x5c\x19\xbc\x81\xc5\xfd\xd3\x26\xfa\x2d\xa1\x03\xd2\x68\xf1\x06\x56\xf2\xff\x56\x52\x0a\xfc\x18\x7c\x24\xae\x5b\xf4\x01\x2a\x34\xb5\xd1\x18\xd2\x58\x66\x0f\xfc\xfa\x11\x81\xc7\x26\x69\x13\x09\xbb\x3c\x04\xee\x54\x8a\x6e\x1d\x12\xe7\x3e\xac\x3b\x48\x0a\xd8\xc1\xbd\x8d\xb9\x23\x12\x6b\xc6\x8a\x47\x27\xf6\xd6\xa8\xfa\xd7\x94\x50\xeb\x3e\x8d\x05\x4d\xfb\x16\x4d\x94\x90\x20\xb9\xfe\x9a\x7b\xdf\xd5\x23\x12\xfc\x72\xfb\xee\xf4\x72\xf9\xf6\xfa\x5f\x70\x7b\x73\x7d\x7e\x06\xa7\xaf\xe1\xf6\x66\x79\xf9\x04\xc8\xf6\x8a\x03\xaf\x3d\x54\x0a\x29\x39\x03\x98\x7a\xf0\x04\xf7\xe3\x7c\x22\x85\x35\xec\x80\x94\xe2\x38\xed\x70\xf3\x39\xb5\xa4\xc2\xe7\xc3\x89\xfe\x3c\x0d\xfa\xe7\x84\xda\x0c\x58\xbd\x02\x4a\xe6\x42\xa4\xa9\xdf\x39\xd4\x88\xc4\x2a\x73\x06\xb0\x53\x0e\x46\x4e\xa0\xde\x43\xca\x13\x05\xc5\x24\x0d\x00\x62\x46\x0e\x67\x9e\x56\xd6\xf4\x6b\x8e\xcc\x5c\x40\x31\xbf\x33\xcb\xe1\x50\x3b\xf3\x94\x1e\xf0\x1d\x12\x99\x99\x7d\x86\x19\xb0\xd8\x13\x46\x3d\x15\xfb\x09\xb2\xd8\x8d\x49\x32\x73\x02\x88\xc9\x92\xe2\xf9\xaa\x38\x2d\x53\x7b\x90\x6a\x09\xc6\xd0\xde\xb3\x43\x63\x8c\x00\x62\x91\x1a\x67\x2a\x67\xd6\x50\x45\xe5\xd7\x3b\xdc\xe4\xf2\x73\x11\xa1\xe0\xcc\x01\x00\x67\x91\x61\x8d\xc7\xed\x10\x32\xe7\x4a\xa8\xec\x09\x92\x89\xef\x33\xbe\x61\x8c\x3e\xde\x89\x11\xd7\x83\x8a\x89\x81\xfc\x10\x6a\x53\x54\x81\x0b\x56\x21\xf7\x45\x31\x02\xa3\xb6\x66\xe2\x4d\x4d\x54\x70\x7e\x71\x92\x3b\x3d\xaa\x30\x31\x58\xdf\x24\xa4\x3e\xcc\xca\xbc\x85\xd0\x13\xa6\x6f\x34\xf5\x6e\xe3\xfc\xd6\xf9\x40\xa5\x1c\x77\x06\xb8\xad\x77\x1b\xb7\x84\x95\xfc\xf4\xec\xcb\x4a\xbe\x84\xb9\x6c\xd1\xc3\xd1\x98\xbd\xa3\x1c\xed\xd1\x83\x22\xec\x97\xc1\x2e\x12\xaf\x9a\x9c\x85\x5a\x19\x3b\xf9\xf0\xb0\x1e\x98\xc1\x7e\xf6\xe6\x6c\x8e\xab\x45\xbd\xc9\x2b\xa3\xf3\xb1\x86\x97\x15\xf2\x4c\xf6\x5e\x3b\x84\x14\x7d\x8c\xc8\x7c\x85\x14\x1d\x52\x34\x7a\x0a\x31\xf4\x1c\x3d\x71\x78\x7b\x9e\x79\x0c\x0b\xf8\xf4\xfc\x8b\x14\xce\x4f\x12\xa5\x3c\x9c\x51\xef\x32\x6f\xb6\x5d\x2b\x52\xb6\x46\xd2\x6d\xc6\x9c\x56\x13\xd6\x93\x3e\xab\x48\xd5\x99\xd3\xd7\xce\x4c\x2a\x23\x6a\x3f\x3c\xce\x3f\xce\xc3\xe0\x35\xc6\x2c\xd5\x38\x13\x82\xd9\x24\x78\xc9\xf2\x39\x84\xd1\xa6\xf3\x15\x0e\xb5\xef\x5d\xc5\x49\x5a\x2b\x9e\xcd\xd1\xa5\xca\xf5\xbe\x96\x22\x47\x88\x31\x3e\x1e\xe4\xe4\x89\x10\x1f\xb6\xa6\x6a\x90\x16\x56\xad\xd1\xde\x89\xca\xa4\x4d\x29\x21\x1f\x04\xb0\x49\xe6\x0d\xe4\x1d\xb5\x7f\xe2\xa5\x24\x45\xa3\x7a\x3e\x1b\xc0\xe2\x80\x17\x10\x71\xeb\xaf\x40\x8a\xb5\x22\xc2\xb8\x2b\x25\xe4\x1d\x72\xc3\xbb\x80\x48\xbd\x9e\x48\xa5\x3c\x78\x18\x57\xd9\xe1\x72\xba\x85\x09\xb5\x67\xe3\x19\xe8\xde\x8d\xaf\xc6\x7d\x43\x18\xcf\x15\xae\x67\xb7\x27\xed\xa2\xef\xf0\x12\xe4\xb4\xf5\x19\x96\xf4\xd3\x93\x57\xdc\x7e\x7f\x42\x41\xa6\xff\x5d\x88\x22\x77\x53\x63\x06\xe5\x80\xa1\xd2\xc7\x2b\x11\x7a\x28\x8e\xc3\xf2\x55\x06\xca\x0d\x3c\x05\x10\x6e\xeb\x2b\x28\x8e\xdd\xd6\xbf\x19\x9f\xff\xc8\xcf\xa1\x67\x53\x01\x6a\xab\x5a\x28\x8e\x7b\xd6\xbe\x67\x3f\xa4\x54\x33\x65\x96\xb0\xb6\xaf\xa1\x38\x5e\x7f\x2b\x31\x51\xea\xbd\x84\x27\x6e\xef\xd0\xf5\x7f\x40\x71\x8c\x9d\xff\xf7\xe8\x41\xd3\x64\x72\xe7\x89\xfc\xfa\x80\xa3\x72\xa7\x23\xc3\xdb\x4c\x17\x45\x3e\xdb\x78\xd3\x4e\xe1\x71\x13\xf5\x3e\x36\xd3\x43\x00\xb4\x4d\xe3\x89\xbd\x51\xb7\xa3\xcd\x5f\xfe\xf9\xfc\x09\x5c\x5e\x9f\xde\xbe\x3d\xbf\x99\x36\x07\xce\xdc\xb5\x87\x51\x3c\xfa\xbd\x86\x0a\xf3\x92\x4b\x60\xad\xd9\x40\x51\x55\xa3\x96\x17\x4f\xe0\xf6\x7c\xf9\xfb\xdf\x53\xf2\x62\x52\xf2\xdb\x13\xb8\xb8\x38\xff\xcf\xdf\x53\xf2\x5b\x35\x25\x81\x5b\x3e\xfa\xb4\x4f\x02\x77\x6e\xa1\xc7\x0c\xe2\x25\x14\x5d\xfe\x7c\x73\x7e\x05\x45\xb8\x17\x99\x76\xd1\x2c\x34\xfd\x64\x5d\xa6\x42\xa0\xc8\xa7\x51\xf1\x6b\xe6\x2f\x7e\x99\x9f\xd1\x9a\x76\xfb\x24\x3f\x4e\x02\xd3\xa9\x53\x1c\x33\x08\x9d\xe6\x14\xdf\x13\xa3\x42\xab\xb9\xb2\x41\xe9\x34\x95\x6e\xec\xd3\x91\x2d\x3b\xb2\x3f\x38\x1b\x60\x77\x99\x67\x79\x75\x22\x78\x0d\x67\x52\xd1\x66\x7b\x79\x25\x8c\x0f\x76\x8a\x62\x9a\x0f\x51\x39\xaf\x79\xe4\x31\x40\x42\xda\xad\x19\x2f\x99\x31\x1f\x03\x7c\x52\x38\xc4\x2d\xe1\x7a\xdf\x0d\xeb\xac\x80\xa7\xe6\x1e\x16\x1c\xd2\x02\x63\xbc\xe3\x21\x54\x9a\xcc\x60\x68\x57\x4a\x6b\xa8\x4f\xc1\x37\x90\xb1\x76\x97\x9f\xb5\xba\xbf\x7f\xb0\xf9\x66\x5b\x38\x6c\x06\x65\x23\xea\xa1\x94\xc5\xa0\xf1\x9a\x7d\x7a\x4d\x0e\x19\xe9\x16\x0f\x15\x2a\x52\xd5\x5e\x59\x85\x83\xc9\x4c\x3b\x3b\x71\x33\x0c\x8f\x37\x1b\x0e\x3c\xca\xe8\xa0\xd8\x03\xdb\x6c\x29\x21\x43\x46\x41\x0e\x6f\x7e\xd4\x12\x39\x4c\x3f\x6c\xe5\x3e\x45\x0c\x99\x33\x70\x32\x62\x4a\xd1\xf9\x9e\x8d\xf3\xfa\xb9\xe4\xff\x58\x58\x95\xb2\xc2\xb4\x94\xa2\x8e\xc8\x5b\x1a\xe3\x99\x14\x31\x95\x32\xfd\x7a\x2d\xc5\x36\x7f\xbc\x3f\xd4\x19\xa2\xd7\x77\xa2\x36\x96\x30\x96\x12\x8a\xdc\x39\x67\xc0\x87\xf1\x1a\x6d\x06\xce\xa9\x45\x41\x3e\x10\x5a\xb4\xa8\x2a\xcc\x67\xc1\xde\x87\x13\x3e\xf8\xba\x4e\xf1\xaa\xa8\x1c\x5f\xb7\x27\x13\xa8\xff\xb4\xbc\x3a\x99\x10\xf4\xa7\x0e\x2f\xa5\x08\xa6\x2a\xe5\x9b\xf3\xab\xaf\x94\xe6\x0e\x98\x34\x16\x0f\x33\x98\x77\x6c\x5e\x0b\x0f\xaa\x3e\x26\x29\xf2\xe6\xc4\x01\x4b\x59\xdc\x0f\x31\x0e\xc8\x2b\x34\x7e\xcd\xcc\xb7\x6e\x31\xfa\xa7\xe1\xe7\x14\x7e\x06\xa4\x5e\xe3\x47\xfc\x9a\xb1\xf1\x21\xf5\xc4\xd7\xc1\x57\xbe\xdc\xdb\x78\xc4\x97\x60\x2a\xed\xdd\x90\x7b\xc2\x30\x91\x47\x9f\x22\x0e\x7c\x53\x3c\xe0\x5d\x00\x3a\x63\xa7\x0d\xa9\x43\x3f\x8b\x29\x6f\xeb\x7c\x00\x37\xbc\x6d\x73\xc8\x8f\x8b\x17\x2c\x3f\x8a\x77\xd8\x3d\x2e\xce\x43\xfd\xd7\xe2\x0d\x92\xee\xaa\x6f\x02\x9d\xb3\xf4\xdd\x70\x17\xc0\xbd\x91\x42\x0e\x62\x01\x7c\x78\xfc\xe3\xcb\x02\x2a\xc3\x2f\x2f\xc6\xb0\xf8\x4f\x6a\x1e\x92\x87\xba\x47\xf7\xfa\xf0\x1d\xed\xc5\x0f\xa9\xef\xb0\xdb\xab\xff\x5a\xf5\x2e\x7a\xec\xb0\x7b\x5c\x3d\xd7\xf5\xc7\x4c\xfc\x2f\x00\x00\xff\xff\xc2\xd6\x81\x84\xd0\x10\x00\x00") +var _dictsEoToml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xa4\x58\xdb\x76\xdb\xb6\xd2\xbe\xe7\x53\xcc\x8f\xae\xfe\x39\xac\x58\xb1\xec\xa4\x49\x94\x30\x6b\xb9\x89\xd3\xed\x55\x3b\xf1\xf6\xa1\xfb\x22\xce\xc5\x88\x1c\x51\x10\x41\x80\x1b\x00\x95\x5a\x96\xef\x77\xdf\xa1\x79\x84\x5e\xf6\x0d\x9c\xf7\xda\x6b\x40\x50\xa7\x24\x6d\xb3\x7b\x25\x8a\x98\x13\x30\xdf\x7c\x33\x60\x66\xf4\x48\x16\x23\xa9\x28\x15\x7b\xb6\x30\xb9\xc9\x8d\x93\x64\x8d\x48\x1a\x87\x05\xa5\xe2\x7c\x86\xb9\x19\xc0\xd5\xf6\x35\xbc\xa5\xa1\x32\x93\x77\x17\xfa\x42\xef\xf3\xd3\xe0\x42\x8b\xc4\x1b\x8f\x2a\x15\xa7\x4d\x65\x44\x92\x24\x6f\xc7\xa4\xea\x77\x49\x8d\x7e\xec\x52\xf1\xf1\x57\xb4\x37\x1f\x68\xa8\x10\x4a\x65\x2c\x4e\xc0\x95\x54\x99\x09\xfc\x3f\x90\xae\xf1\xe6\x83\x2c\xcc\xe4\x1e\x94\x38\x01\x85\x80\xab\x01\xdc\x03\x72\x1e\x1d\x18\x9b\x23\x38\xb2\x37\xbf\xa0\x97\x85\x74\x03\x91\x28\x53\xa4\xe2\xd0\x14\x9d\x28\x78\x6b\xa6\xf2\xe6\x03\x3a\xb8\xf9\x85\x38\x54\x91\xbc\xb7\xd2\x7b\xd2\xed\xae\x6c\x6e\xc0\x95\x56\x0e\xe5\xcd\x07\xb9\x22\xc4\xb1\xa6\x42\x88\x64\x5f\x49\x2b\x07\xf0\x6f\xc0\x8f\xbf\xc1\xb3\x17\x5b\xd9\xf3\x24\x39\xb6\x26\xa3\x19\x82\xc6\xa9\x2c\x30\x37\x93\x41\x02\xb0\x05\x65\x88\xf6\xd9\x69\x53\x5b\xd2\xcf\x07\xe0\xc2\x43\x58\x9a\xb4\x4b\x47\xa8\x5c\xb7\x5a\x75\xcf\x41\xe0\xd9\x8b\xad\xe6\xf9\x00\xf2\xc6\x68\x04\xde\xbe\x81\xf5\xd5\x7c\x63\xf5\x13\xf5\xe1\xf3\x01\xd4\x8a\xbe\xa0\x3e\xda\x58\x5d\x57\x2f\x8a\x36\xbe\x7f\xd0\xa4\x32\x1c\x39\x2a\x2f\x01\x55\x30\x62\x5a\x99\x1f\x5a\x91\x57\x52\xaf\x49\x44\x43\x46\x2f\x8f\x05\x8b\xee\x44\x9e\x1d\xa2\x2e\xc8\xb3\x02\x2a\x4f\x56\x4b\xa8\x83\x90\xd1\x50\xd8\xa6\x96\x85\x0c\x72\x79\x3e\x80\x91\xd4\x92\x53\x4d\x8a\x4a\x2f\x3d\x4e\x74\x27\x3b\xd1\xe1\xf0\x37\x34\x8d\x86\xb2\xd1\x70\x7a\xf0\xc3\xd9\xfe\xc9\x11\xdc\xee\x3f\xbc\xd3\xda\xda\xfd\x3b\xb6\xfe\x79\x7e\x70\x06\xb7\x77\xa3\xa9\x27\x7f\xc7\xd4\x8f\x07\x87\x87\x70\xfb\xc9\x9d\xe5\xc1\x18\x9b\xcb\xc5\xd9\x64\x03\x78\x71\x7c\x1e\x1e\xab\x01\x1c\x51\x65\xac\x09\xff\xea\x01\x1c\x1f\xbc\x5c\x6a\x8d\xa4\xf2\x76\x89\xb2\xfb\x03\x28\x4d\x45\x3a\x93\x60\x29\xc7\xd2\xcb\x56\x42\xaa\x98\xa8\xdb\x79\x53\xc5\x25\xcc\xe5\x1d\xd6\x0a\xb9\xd8\xd7\xd2\x4a\xce\x44\x99\x51\xbd\xa1\x15\x51\x92\x3d\x6f\x93\xbc\xef\x4a\xac\x59\x96\x18\xfd\x2b\x92\xc9\x8b\xe3\xf3\x20\x12\xe2\x45\x28\x2c\x8e\xa4\xe2\x12\x42\x25\xdb\xf8\xc6\x03\x98\x99\xaa\xcd\xab\x0a\x30\x0f\x7f\x93\x13\xf2\xa6\x95\x18\x2e\xd1\x20\xb5\x27\x0b\xd5\xb0\x76\xc1\x2a\x9b\x21\x18\xe2\xc4\x9b\x09\xd4\xc6\x42\xde\x60\xc2\x55\xf8\x0d\x9c\x9d\xec\xbd\x3e\x3d\xdc\x3b\x7b\x73\x72\x3a\x80\x63\x45\xe8\x08\x72\xa3\x6f\x79\xf0\x16\xb5\x53\xe8\x09\xfc\x98\x40\xe1\xa5\x69\x3c\xdc\xbd\xab\xb1\x22\x77\xf7\x6e\xd2\xbe\x70\x90\x82\x10\x62\x5f\x97\x46\x3b\x6f\x1b\xce\xe4\x0a\xd1\x84\x43\xca\x69\x84\x8d\xf2\xfc\x58\x49\x2d\x2b\x54\xfc\x38\x44\xef\xc9\x5e\xf2\x63\x29\x7d\x36\x26\xed\xa4\x2e\xbf\x2e\xa8\xcc\x28\x63\x5d\x36\xa6\x8a\x56\x22\x5b\x79\xfb\xd9\xf0\xd6\x78\x71\x33\xc2\xf8\xb8\x95\xa3\x2d\xe1\x36\x9f\xd5\x50\xa1\x2e\x11\x46\x46\x1b\x86\x2f\x38\xa3\xd0\xca\x19\xe5\x6b\x7f\xfa\xdf\x05\x95\xcd\x77\x4a\x16\xe3\x76\xe7\x46\x9b\x12\x39\x7d\x30\x95\x19\xf1\xaf\x36\x36\xff\xba\xfd\xbe\x97\x79\x41\xab\x49\x68\x5f\x2c\x76\xd9\x1e\x3b\x4e\xe0\x15\x69\x72\xde\xe2\xcd\xef\x71\x87\x59\xdd\x04\x30\x32\xce\x3e\x7e\xe0\x16\xb1\x00\x59\x88\x8e\xaa\xb0\xfc\x4a\xce\x64\x89\x50\xe2\x65\x0b\xa1\x8f\x1f\x50\xb3\x68\xb5\x06\x4b\xd6\xf0\x54\xd5\xac\x71\x46\x55\x4d\x16\x7d\x63\xb9\x67\x68\x27\x95\x99\x84\x73\x94\xae\x5c\x5a\x9c\x84\xff\xb9\x74\x35\x5a\x1f\x22\x6c\x66\x98\x47\x53\xb5\x79\x4f\x16\xb6\xe0\x7b\xf4\x64\x25\x3b\x9b\x35\x36\xae\x69\xf2\x21\xb0\x13\xf2\xab\x1a\xd6\x64\x0e\xb6\xe0\x80\x63\xc4\x02\x23\x59\x20\x28\xe9\xbc\xe1\x33\x4d\x92\xb7\x68\x0b\xf7\x2e\x36\x9c\x9b\xff\x48\xf0\xb2\xd1\x20\xf5\xc8\xd8\xca\x4c\x7a\xa2\x85\x49\x2a\xf6\xb8\x59\xc9\x75\x50\xf4\x44\xe2\x32\x0c\x1d\xba\x5d\x6d\x37\x8e\x3a\x54\x92\xd1\xf7\xe0\xf9\xb6\x48\xa6\x64\x9d\x34\x3a\x15\x47\x46\x7b\x2b\x21\xfe\x0f\x15\x17\x0a\xbc\x27\x92\x9a\x6c\x56\x37\x0b\x91\x9b\x5f\x38\x08\x4e\x02\x69\x66\xbf\x17\xc7\xe7\x5b\xa3\x65\xae\x38\xaa\xba\xc1\x69\xb1\x50\x08\xad\xe9\x8f\x35\x38\x13\x0b\x79\xbf\x48\x07\xf3\x28\x69\x18\xe1\xd8\x92\x1e\x93\xf4\xbc\x29\x8f\xbe\x71\x43\xb4\x0b\xf9\xc5\x9b\x21\xda\x48\xb1\x0a\x83\x15\x36\x6d\xd1\x53\x2a\x4e\x68\x64\xe9\x23\x03\x0b\xcc\xc8\x53\x66\x7a\x8c\xd1\x09\x54\x8d\xe2\x72\x6a\x74\x63\x26\x1d\xfb\x79\x9c\xf4\xe0\x42\xf4\xab\x0b\x01\x29\xd8\x4e\xb3\xdb\x79\x25\x75\xe3\x8d\x0e\x22\xdb\xdb\x95\xfb\xbc\x54\x4e\xa5\xd1\x66\x29\x2d\x22\xd9\xa4\xe2\xb5\xa9\x0c\xe4\x04\x68\x5b\x5c\xba\x9a\x32\x39\x42\xe8\xc6\x12\xae\x57\x85\x70\x7e\xd0\x83\xf3\x59\x03\x17\x62\xeb\x42\x84\x97\xb5\xac\x39\x1d\x9a\x7c\x2a\xf6\x43\xcb\x01\x4b\x3e\x60\x7c\x84\x19\x47\x74\xd4\xee\x66\xf1\x8a\x89\x72\x8a\x8e\x67\x22\x09\xb9\xe4\x7e\xc5\xeb\x35\x59\xee\x13\x35\x32\x5a\xa6\xa8\x8c\x35\x93\x5e\x0b\xc4\x56\x8b\xc9\x82\xdb\xd7\x52\x59\x16\xda\x58\xec\x94\x2f\xc4\xff\x5d\x08\x91\xd0\xcf\xb5\xb1\x1c\xcc\x50\xc9\xa2\x81\x8a\xbc\x95\x25\xe7\x8c\xa3\xa5\xd2\xf1\x2a\xe6\x26\x66\xbd\xdd\xa7\xf4\x08\x63\x9c\x92\xe6\xdc\x30\xb9\x2f\xd2\x68\xc9\x23\x78\x2c\x1d\xe7\x50\x92\x0a\xd4\x1f\xb0\xe1\xd8\x47\x39\xa3\xb2\xe1\xd1\x8e\xff\xb3\x13\x86\xe8\xc8\x58\x19\x50\xc2\x49\x77\x4d\x99\x91\x33\x70\x1f\x46\x12\x1d\x53\x80\xc9\x03\x1c\x8d\x1e\xc5\x59\xb5\xad\x84\xd5\x93\x6e\x66\x12\x50\x33\x84\x78\xc7\xcc\x9c\x1f\x7f\x53\x9e\xe0\xf6\xcb\xfd\x9f\xf6\x4e\x61\xff\xf4\xec\x00\xce\x5f\x9f\xef\xc1\xde\xc9\x0f\xe7\x47\xfb\xaf\xcf\xde\xdc\xf9\xaa\x96\x23\x9d\x07\xe2\xfd\x91\x4b\xf8\x4f\x18\x1c\x0f\xf9\xed\xb3\x9c\x98\x45\xdd\x3c\x76\xa1\xf9\x2a\xe7\xcf\xc3\x28\x3c\x2f\xe9\xd2\x3d\x6f\x29\x3d\xc8\x0e\x20\x1c\x16\x3a\xd0\xa6\xe2\x7d\x33\x8e\x38\x8f\x5d\x53\xe4\x76\xcc\x83\xf3\x04\x56\x0a\x2c\x90\x59\xf4\x32\x00\x76\x2e\x0b\x4e\x6c\xd7\x51\x78\x70\x69\xd1\x68\x26\xa1\xe3\xaf\x46\xd2\x2a\xac\x8a\xb7\x93\xce\x1a\xd9\x04\x42\xe3\x88\x07\xb0\xaf\x55\x70\xd0\xf0\xac\x67\x73\x16\x6d\xe7\xf0\x89\x86\xa9\x99\x74\x41\x87\xf1\x9a\xd5\x22\xfd\x0f\xd6\xf8\x1e\x9a\x59\xbb\x0b\x5a\x44\x16\x9a\x2c\x5d\x76\x47\x10\x06\xaf\x52\xe1\x94\x41\xac\x41\x71\xa7\xd6\x3d\x3e\x5c\x9e\xe1\x29\x15\xa7\x3c\xb9\x37\x8b\x8c\xa2\x8e\xf1\xe8\x2e\xfd\x5c\x93\x49\xf2\xb6\xbd\xcb\xf4\xc8\xda\x77\x49\xfb\xec\x2e\xb5\xc7\x9f\x53\xb1\x3d\xe7\x09\x65\xc8\x73\x75\x1b\x6e\xa7\xb9\xe5\xa4\x0e\x40\x7d\xca\xc5\xd1\xc0\xc7\x5f\x0f\xdf\x9c\x1e\xa4\x3f\xed\x1d\xbe\x39\x79\x13\x6e\x20\xd2\xb5\x57\x85\x9c\x6a\x4b\x19\xfa\x40\xb1\xfd\x39\x28\xa9\xa5\xe1\xa5\x01\xdc\xba\xea\x5f\xdf\x62\x07\x2d\xeb\xa0\xeb\xc1\x01\x17\x19\x17\xc8\x55\xff\x3a\xbd\xda\xb9\x16\x89\x92\x9a\x52\xb1\xd3\x29\x7e\x13\x34\xaf\xfa\xd7\x2d\x63\x46\x7e\xdf\x0d\x71\x4e\x51\xc9\x1c\x43\x2f\x3b\xe5\xf7\x5b\x6d\x61\xb7\x71\x24\xc9\x5b\xb2\xd6\x2c\xb6\x58\xa3\x75\x94\x8a\x07\xf3\x76\x46\xe7\xba\x91\x0e\x6a\xb4\xb2\xdd\xea\xa2\x46\x06\xad\x7e\xa6\x64\x54\x79\x38\x07\xd4\xa8\xe4\x0c\xb5\x27\x78\x71\x78\xb0\x85\xb6\x68\x2a\xd2\x5c\x93\x51\x5a\x99\xc2\x91\x6f\xea\x54\x7c\xb7\xee\x20\xda\xb6\x54\x48\xe7\xad\xd9\x70\xd2\xe8\x52\x9b\xf7\xda\xd4\x3e\x15\x8f\xe6\xf0\x9a\x19\x14\x3d\x82\xa9\x33\x69\xe0\x42\x5c\x6d\x5f\x5f\x88\xa7\xdc\x27\xa7\x4d\x07\xe7\x7b\x6b\x58\xbd\x17\x10\x72\xaf\x85\xe2\x3d\x68\x2b\x3a\x14\x4e\x84\xc5\x08\xa5\x4a\xc5\xe3\x39\x1c\xad\x44\xd5\xde\xf1\x3e\x81\x47\xb7\xf5\x31\x65\x65\xb8\x3b\x3e\x99\x03\x59\xb4\x66\x02\x36\xd4\x42\xe8\x14\x4f\x19\xcd\x9c\x16\x91\x04\xfe\xcb\xe2\xce\xfb\xdb\x51\xba\xb3\xeb\x83\xd8\x92\x24\x63\x1e\xb5\x89\x6a\xa9\xe8\xf7\xe7\xa0\x49\xcb\x66\xb2\x90\x0a\x35\xcd\x6a\x41\x76\x84\x1e\xd5\x88\x7c\x36\x4e\x45\x7f\x67\x0e\xe1\x3f\x46\x37\xa4\xf8\xca\x86\x9a\xe1\xb3\x7d\x1d\x86\x84\xe8\xc2\x52\x66\xa6\x9d\xda\xee\x1c\x2c\x61\x29\x6d\xb8\x5e\x7f\x51\xf5\x69\xb8\xc5\x75\x51\x2f\x62\xcd\x69\x3a\x32\x8d\xce\x53\xd1\x7f\x10\x83\x8d\xa5\x1a\x34\xc3\x8d\xda\xa3\x48\xc2\x21\x90\xb5\xa9\xe8\x3f\xfc\xec\x39\x44\x8b\x2b\xc9\x6b\x19\xba\xbf\x81\x98\x60\x71\xe3\x2b\x40\x47\xdf\xec\x91\xf4\x27\x86\x2c\x21\xc7\xf7\x68\xdd\x90\xa2\xe2\x0f\xec\x7c\x1a\x4e\x84\x7b\xff\xf1\x1c\x5e\x71\x37\x61\xf4\x06\xdc\x7f\xc1\x4a\x44\xcb\x48\xea\xbc\x6b\xf4\xfd\x27\xff\x43\x08\xca\x14\xa6\x26\x9d\x8a\x9d\xed\x75\xed\x8a\x53\x6f\x2b\x09\xa4\x23\x60\x3b\xa0\xae\x68\x7b\x1c\xf2\x29\xee\xf4\xe7\x70\x86\x9c\x95\x95\x2e\x00\x67\xa6\x3e\x31\xef\x3b\x5e\xa8\x50\xd5\x4a\x82\x51\xb0\xdd\x8b\x4b\x71\x0f\xda\x8c\x8d\xf3\x3c\x9e\xa7\x62\x67\x87\x0b\x91\x27\x01\x3e\x80\x92\x6f\x7c\xdd\x62\x94\x4e\xde\xb6\xfb\xed\x45\x82\x69\xf9\x3c\x15\x3b\xbb\xa1\xca\x22\x2d\x75\x71\x84\xbe\xc5\x8a\x3d\x78\x49\x8b\xe9\xa2\xd1\x0d\x90\x8a\x20\x37\xb6\x42\xd6\x7f\x30\x87\xfd\x00\x9c\x9a\x59\xa9\x6d\x02\xe0\x1a\xbb\x4a\xa2\xad\x30\x8f\x53\x0b\x5b\x57\xfd\xeb\x5e\x54\x5c\x21\xaa\xab\x9d\xeb\x76\xa8\x90\xda\xf7\xe0\x27\x63\xbd\xe9\x78\x7a\xf7\x9a\x07\xad\x20\x35\x95\x99\xd1\xe1\x02\x9a\x85\x11\xad\xcf\xf3\xa6\x42\x37\x26\x97\x8a\x9d\x87\x73\xd8\x9b\x12\x6b\xfe\x41\x44\x4c\x6b\x71\xa8\xbc\x75\xff\x16\xe3\x73\x1a\x9c\x5d\xf5\xaf\x9f\xc6\x29\x8a\x3d\x95\xd6\x54\xa8\xc1\x36\xc3\xb6\x0f\xbd\x6d\x8f\xad\xa7\x70\x48\xea\x5d\xc2\x37\x8d\x54\xc0\x4b\xbe\x80\x9c\x3b\x9e\xa1\xc2\x54\x9d\x8a\x30\x45\x77\x6f\x0a\x6c\x0a\x4a\x05\x1c\x1b\x4f\x3a\xd3\x72\x4a\x8a\x5f\xc7\x5b\x69\x2a\x16\xb7\x91\xd3\x30\x21\x77\x6b\x8b\x05\x7e\xd1\x4e\xde\x2b\x57\x20\x33\x81\x38\x63\xf2\x85\x05\x17\xce\x74\x18\x35\xd7\xde\xb6\xdf\xf7\x98\xf8\xaa\x54\xc4\xcf\x14\x0b\xf9\xe5\x9e\x34\xf9\xb6\xbd\x6a\xf2\x98\x79\x39\x95\xfe\x32\x15\x3b\x1b\x95\x6e\x65\x46\xd3\x76\x0a\x64\x99\x98\x81\xc2\xd4\xae\xf1\x52\x75\xd0\xa4\x62\x8a\xca\x52\x36\x4d\xc5\xce\xa3\xc8\x2c\x03\xd0\x54\xa0\x97\x53\x8c\xc3\x6c\x60\xcd\x9b\xdf\x9b\xce\x28\x27\xc3\x92\xcf\xd1\x37\xa1\xe8\x96\x66\x7b\x70\x42\x19\x69\xff\xfd\xa5\x27\x77\x42\xd9\x74\xcd\x8f\x23\xde\xf0\xce\xe3\x3f\xf7\xe3\x48\xe7\x7f\xd5\xcd\x29\x69\x3f\x58\xb4\xe5\x78\x46\x9c\xf0\x2e\xed\x9c\x75\x23\x92\xca\x34\xec\x9e\xa7\x9d\xf0\x5d\x95\xf2\x54\x9c\xcf\x02\xbd\x8e\x2c\xf1\x84\x43\xba\xc6\x02\x45\x62\x5d\x2a\x4e\xee\x73\x8f\x73\xa9\xf8\x17\x3f\x2c\x0d\xf3\xad\xf2\x5d\x12\xc6\x42\x9b\x0a\x78\x15\x3f\xd7\x0c\x80\x2f\x24\x43\x52\x0c\x9f\xf8\xcd\x0a\xc4\x9a\x56\x6f\x4c\x98\x53\x18\x19\x42\x20\x3f\xa2\x2a\x1b\x65\x98\x25\xab\x0a\xb9\x07\xfc\xc8\x18\xce\x4d\x84\xe6\x8b\xe3\xf3\x6f\x23\x16\x8e\xa8\xfa\x56\x24\xb5\xcc\x53\x71\x7c\xf0\x52\xac\x47\xd3\x8d\x5a\xc1\xe8\xce\x06\x47\xb6\x14\xc3\x17\xc4\x32\xb8\xc3\xdc\xe8\xcf\xe0\xc0\x72\x7f\xa4\x29\x0f\x3f\xdb\xdc\x87\x60\xc3\xc0\xe2\x33\x5c\x94\xe7\x6b\xc6\x6e\x7f\x63\xda\x51\xa4\x9b\x4a\xf2\x4d\x88\x77\xa1\xe1\x56\xed\x6e\x45\xf9\xce\x5d\x2a\x76\x77\x3e\x17\xe0\xf2\x33\xdf\x4a\x6c\x5d\x0f\xa8\x65\x9e\x19\x3d\x4d\xc5\xee\xee\xba\x6e\x69\x34\xf3\x87\x84\xe3\x83\x97\x80\x81\x8b\x06\x2d\x17\x06\x02\xe9\x9a\x50\xdd\x44\xf5\x07\x5f\x50\xe7\xe3\x69\x66\x81\xa9\x60\xa4\x8c\xeb\x5c\xaf\xdb\xa9\xa8\x8a\x76\x1e\x7e\xc1\xce\x11\x55\x7f\xc1\x4e\x41\x3e\xab\xf2\x54\xec\x6e\x0e\x73\x2b\x27\x81\x7a\x79\x8c\x9b\xd9\xea\x41\xed\x18\x62\x83\x96\x9a\xe5\x80\xc9\xb8\x07\xb5\xcc\x07\x4c\xbe\x61\xc3\x35\xd9\x2c\x14\xdb\xee\xa3\xcf\xb2\x42\x33\xeb\x80\x10\xfc\x39\x13\x3e\x06\x7d\xb5\xa7\x2a\xb0\x5c\xf4\xf4\xf8\xaf\x78\x9a\xc5\xef\x46\x9f\x92\xd1\x9f\x3a\x8b\x13\xc4\xee\x93\x0d\x80\xc6\x29\x82\x94\x5c\x0e\x99\xff\x0d\x00\x00\xff\xff\x8c\xe4\x29\x77\x51\x19\x00\x00") + +func dictsEoTomlBytes() ([]byte, error) { + return bindataRead( + _dictsEoToml, + "dicts/eo.toml", + ) +} + +func dictsEoToml() (*asset, error) { + bytes, err := dictsEoTomlBytes() + if err != nil { + return nil, err + } + + info := bindataFileInfo{name: "dicts/eo.toml", size: 6481, mode: os.FileMode(420), modTime: time.Unix(1606165483, 0)} + a := &asset{bytes: bytes, info: info} + return a, nil +} + +var _dictsTt_ttToml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x9c\x58\x6d\x73\xdb\xb6\x93\x7f\xcf\x4f\xb1\x87\x4e\x9b\x87\x89\x15\x4b\x4e\xd2\x86\x29\x3d\x93\x38\x4e\xce\x53\x3b\x75\xfd\x70\x99\x9b\x38\x2f\x20\x62\x49\xa2\x02\x01\x16\x00\xa5\xe8\x2c\x7f\xf7\x9b\x05\x40\x49\x8e\x9d\x7f\xd3\xbe\xa3\x80\x7d\x04\x76\x7f\xfb\x83\x4a\xa3\x2b\x59\x57\x52\x61\xc1\x0e\xde\xbd\x87\x77\xc7\x87\x2c\xeb\x1d\xaf\xb1\x60\x58\x73\x77\x99\xc3\xf5\xee\x0d\x7c\x72\xda\x48\xdf\x99\xcf\x57\xfa\x4a\xc7\xef\xdf\xf3\x2b\xcd\x32\x6f\x3c\x57\x05\x53\xdc\x9b\x0b\x96\x65\xd9\xa7\x06\x55\xf7\x39\xeb\xb8\x6f\x5c\xc1\x2c\x0a\x6b\x40\x4b\x78\x62\x4d\x05\x02\x9b\xd2\x72\x74\x80\x96\xc3\x13\x54\xb2\x82\x5a\x56\xda\x94\x80\x8d\x07\xa1\x39\x3c\x71\xbe\x37\x4b\xae\xe0\x27\x70\xd8\x62\x53\x3a\x6b\x14\xed\xab\x29\x17\xdc\x1c\xe7\x2c\x53\xa6\x2e\x98\x96\xe0\x24\x44\x0b\x46\x01\x36\x17\x14\x25\xcb\x16\x56\x7a\x8f\xba\x60\xc6\x83\x46\xef\xa5\x5d\x44\x17\x07\x71\x9f\x82\x2b\x18\x63\xd9\x7e\xb9\x73\xf0\x2b\x58\x03\x7f\x41\xee\x65\xff\x47\x96\xe5\x94\x14\xaf\xe5\x9c\x6b\x70\x0e\x4b\x63\x4f\xb3\xae\x87\x7c\xbf\xbb\xfc\x35\xc4\x36\x83\x1d\x80\x4c\x2f\x8c\x80\x7c\x5f\x2f\xcc\xdb\xb8\xfc\x67\x58\xee\x7a\xc0\x9a\x77\x50\x29\xde\x40\xbe\xdf\x93\xf5\xb5\xf8\xf6\x8e\x18\x76\x06\x0d\xa5\xfa\x0a\xf2\xfd\xe9\x5d\x8d\xb4\x53\xad\x35\x8c\x07\xe3\xa1\x6b\xfb\x3f\x21\xdf\xc7\xd6\xfc\x77\x8c\xa0\xae\xc3\x76\x6b\xbc\x37\xd3\x2d\x09\xa1\x0f\xa3\xc0\xfb\xb0\x9f\xe5\xe1\xde\x4a\xbe\x4e\xaf\xd6\xb2\xeb\x8d\xad\xd3\x42\x07\xa8\xea\xda\x78\x8a\x86\x5f\x44\x9f\x8f\x9e\x8f\x1f\xc2\xc9\xd9\xe1\xc5\xfb\xa3\x73\x68\xbc\x5c\x80\xc3\x41\xba\x32\x10\xd5\xad\x59\x5b\x10\xe8\x4b\x54\xe8\x40\x29\x39\x83\x5c\x88\x68\x65\xef\x21\x5c\x1c\x5d\xfe\xf1\xef\x8c\xec\x25\x23\x2f\x1f\xc2\xf1\xf1\xd1\x6f\xff\xce\xc8\x4b\x91\x0e\xa1\xd6\xd2\x5b\xe3\xd6\x87\x70\x79\x7a\x00\x79\x19\x4f\x10\x4f\x20\x6f\xc3\xe7\xdb\xa3\x53\xc8\xbb\x8d\x8a\x45\x4f\xc5\x36\x28\xa5\x9f\x64\x4b\x0a\x04\x6f\xb9\x77\x90\x3f\x0d\xf2\xf9\xa3\x61\x19\x95\x6c\x16\x0f\xc3\x62\x52\xf0\x1d\x96\x25\x87\x7c\xdf\xa2\xa7\xdb\xd9\x01\xd8\x6c\x5a\x8e\xaa\xa4\x9b\xed\x78\xe9\xd2\xd5\xc5\x3a\x8d\x62\x21\x10\xc5\x4b\x07\x4d\xc7\x6d\x0d\x14\x2e\xc9\x5c\x9e\x1e\x64\x9a\xba\x81\xb6\xf2\x26\xf8\xf3\xbd\x19\x16\x54\xca\x62\x66\xcd\xc2\xe3\x87\x4c\x68\x53\xa2\x03\x8b\x1d\x38\xf4\xcb\x29\x88\x28\x48\xa6\x5c\x37\x6d\x41\x23\x2e\x3c\x4e\xd7\xd5\x30\x0d\x06\xa8\x6b\x7e\x80\x8b\xb3\xd7\x1f\xce\x8f\x5f\x5f\xfc\x7e\x76\x9e\xc3\xa9\x42\xee\x10\x84\xd1\x0f\x3c\x9d\x81\x76\x8a\x7b\x04\xdf\x20\x28\xbe\x34\xbd\x87\xc7\x8f\x35\x6f\xd1\x3d\x7e\x9c\xc5\x05\x07\x05\x30\xc6\x86\x2e\xd7\x72\xc7\x2b\xd9\xbf\xc9\x33\x00\xf0\xaa\xe7\x15\x0a\xfa\x54\xbc\x95\x5a\xb6\xf4\xb9\xb4\xe8\x3d\x9f\xd2\xe7\x4c\x4b\xa7\xb1\x29\xbd\x9c\xfd\xb3\x60\x4a\xa3\x8c\x2d\x1b\x6c\x71\x2b\xa0\xb0\xe8\xc2\xea\x10\xd5\x36\xe2\x7c\x2b\xb4\x47\x42\x53\xa5\xcd\x4a\x3e\x05\xf4\xb2\x59\x80\x35\xd5\x43\x98\x59\x2e\x76\xb6\xc4\x04\xfe\x9f\xb4\x5c\x19\x17\x02\xa7\xcd\x17\xe3\x5b\x6b\xbe\xa9\xa5\xfa\x7a\x51\xf2\x99\xd1\x26\xe4\x8d\xa5\x9c\xff\xb3\x2c\x17\x52\xd4\xb8\x7d\xe4\x71\xe1\xce\x91\x83\x40\xd7\x03\x4e\x41\xf3\x12\x3c\x6f\x3c\x38\x8f\xb5\x90\x1f\x43\xaa\xb1\xb4\x04\x37\x8a\xea\x2a\x54\x5e\xdf\x95\x9b\x1d\xd2\x5d\x5a\xd3\x62\x0b\x1d\x5f\x38\xf8\x09\x14\x2f\xa5\x5b\x36\xa7\x41\xb6\xc5\x10\xbd\x43\xdb\x7b\x6e\xb1\x6b\xd1\x83\x35\x4e\xe3\x39\x6d\xd3\xcf\x90\x9c\xeb\x81\xb0\x48\x7a\xcb\x3b\x98\x39\x29\x6e\x59\xa1\x05\x12\xb3\x7c\x3a\xdc\x3f\xbc\x86\x1d\xb0\xb8\x30\x5d\x38\x5d\x0a\x2f\xd5\x73\x70\xeb\x51\x87\x43\x75\x52\x6d\xc0\x6c\x4e\x60\x47\x8d\x76\x04\x3b\xe0\x68\x8d\x0e\x34\xcb\x3e\x71\x5b\xbb\xcf\x69\x16\x8c\x34\xa2\x2d\x1d\x38\xd9\x78\x58\x98\xe6\x9c\xc5\xca\x28\xd8\x68\xbb\x1c\x38\x78\x3c\x67\x99\x2b\x39\x0d\xca\xdd\x7d\x1a\x68\xbe\xe4\x55\x6a\x32\x3a\x9b\xf7\x2c\x9b\xa3\x75\xd2\xe8\x82\x8d\xbc\xfc\x82\xa1\xa3\xb4\x91\xce\xe2\x1c\xbc\x96\xf6\x94\x65\x1d\xda\xb2\xeb\x49\x80\x8e\x7c\x11\xce\x98\x86\x9f\x96\xe1\xb3\x29\x39\x0e\x51\x74\x3d\x9f\xd7\xdf\x94\xc4\x9a\x5b\x9c\xf3\x24\xec\xb1\xed\x82\x57\x6c\x34\xda\x86\x57\x24\x76\xeb\x12\x48\xee\xef\xf6\x59\xe6\x3c\xf7\xbd\x9b\xf2\x98\xbe\xf4\xc1\x63\x00\x5b\xcb\xa7\xae\xf7\x04\x73\x83\x4f\xcb\x3d\x16\x6c\xe4\xda\xdd\xdd\x31\x5d\xd3\x1c\xa1\x71\x68\x2b\xb4\x50\xc0\x15\x0b\xeb\x57\x0c\x60\x84\xbe\xd7\xb2\xbd\x47\xa4\x8d\xfb\x02\x13\x2c\x3a\x2f\x75\x0f\xc1\xaf\x77\xe6\x04\x46\xcb\x52\x63\xff\x17\xda\x2a\xa9\x9d\xb1\x84\x23\x05\xfb\xc0\x5b\x04\x53\x0d\x40\xe3\x3a\x2c\x81\x58\x0c\x54\xc6\x86\x76\xb8\x3c\x1a\xc1\xa5\x43\xb8\x62\x3b\x57\x0c\xbc\x81\x4e\x76\x38\x62\x99\x46\x5f\xb0\x5a\x4b\xd7\x83\x40\x6b\x74\x2d\xa9\x17\x8c\x53\x3c\x34\x84\xc3\x92\x57\xb1\x68\x46\x0e\x7b\xc5\xe7\x34\x49\xb8\xe5\x1d\x3a\xe0\x6d\x6b\x4a\x18\x94\xb5\xac\x50\x0c\x8d\xb4\xd6\x93\xa0\xe8\x66\xf0\x1c\x46\x9b\xa5\x58\xab\x1a\xc2\x48\x3a\x87\x2b\xf6\x5f\x57\x8c\x65\xf8\xa5\x33\xd6\xd3\xbd\x59\x43\x03\x4b\x56\xb2\xc4\xce\xc5\x6b\x36\x40\xab\x5f\x90\xf0\x05\x5c\x29\xad\xc7\x36\xf0\x20\x7d\xc8\xb2\x76\xda\x39\x3a\x7b\x82\x6b\xc7\x81\x02\x5c\xfb\x18\x2a\xc2\x91\x65\x14\xc4\x9e\x6c\xaf\x24\xaf\x9e\x52\x67\x94\xbd\x4b\xd3\x73\x5d\xa2\xce\x3b\xf4\xe0\x74\x7f\x46\xb5\xaf\xab\x48\x06\x1f\x5d\x7c\x38\x3c\xb9\x7c\x7f\xf6\x1a\x2e\xce\xcf\x8e\xde\xc1\xe1\x1b\xb8\x38\xbf\x3c\x79\x38\x80\x21\x0d\x5d\xc1\xd1\x3b\x1a\x3d\xae\x27\xde\xb1\x61\x74\x07\x2c\x53\x92\x02\x20\xaa\xe5\x96\x38\x5b\xb9\xc6\xf3\x6e\xb5\x0d\xb1\xab\x04\x49\x2b\x47\x58\x87\xe2\x57\x6a\xdf\xe3\xcc\xa5\x7a\xa7\x54\x87\xc1\x48\x27\x80\x2d\xd7\x10\x25\x81\xa6\x9b\x0b\x1d\x05\x79\xd2\xa6\x01\xb9\x35\x56\x84\x92\xfd\x94\x32\x93\xc7\x90\x0f\xeb\x24\x72\x0f\xc6\x6f\xe4\xb6\x37\x49\x98\x62\x86\x81\xb3\x52\x24\x81\x23\xda\x3e\xb1\x56\x0a\x23\x69\x06\xc9\x38\x77\xc9\x13\xff\x4f\x38\x4b\x01\xc5\x1c\x01\xb2\x91\xab\xb5\x14\x5a\x4e\x41\x58\x6e\xa6\x4b\x9c\x85\xeb\xa7\x4b\x84\x9c\x4e\x0e\x80\xe0\x3b\x30\x5b\x6a\xb7\x6d\xd6\x3c\xdc\x04\x0f\x91\xa0\x97\xf6\x63\xc0\xb7\xc8\xe9\x47\x68\xed\xe7\x2c\x7e\xbb\xa5\xf6\xfc\x4b\xc1\x76\x57\xe0\xf8\x02\x9e\x1c\x5e\x1e\xbf\xfe\x9f\xe2\x7f\x0f\x7f\xa3\xf8\x84\xea\x4d\xe3\xe0\xd5\x17\xee\xf5\xd2\xc1\xb6\x07\xc1\xa7\x91\x38\x0b\xec\x2c\x96\xdc\x07\x74\x1b\xaf\x00\xb5\x54\xb4\x93\xc3\x83\xeb\xf1\xcd\x83\xd4\x4a\x47\xb1\x9b\x79\x89\xb6\x43\x41\x14\xfd\x7a\x7c\x53\x5c\x4f\x6e\xa8\x1c\x34\x16\x6c\x92\x34\x7f\x08\xaa\xd7\xe3\x9b\x08\x5d\x09\x56\xf7\x56\x10\x3b\x8e\x40\xf5\xbc\x6b\xf1\x02\x84\x54\x7c\xae\x65\x0c\x22\xcb\x3e\xa1\xb5\x66\x9d\x55\xc7\xad\xc3\x82\x3d\x5b\xdd\x8a\x19\x1d\x0d\x15\xe3\x89\xd7\x48\x5e\xe5\x51\xb7\x54\x32\x89\xff\xb2\x02\x57\x5b\x0e\x47\xc7\x07\xa1\x95\x2d\xef\x92\x8c\x32\xb5\x43\xdf\x77\x05\x7b\xb9\xda\x3c\x2e\xba\xde\xa3\xbb\x63\xaf\xd7\x33\x6d\x16\xda\x74\xbe\x60\xe3\xdd\x15\xc4\xe7\x11\xe8\x85\xd1\x33\x7d\x09\x57\xec\x7a\xf7\xe6\x8a\xbd\x82\xa1\x3c\xad\x81\x27\xb1\x4a\x9e\x84\x5b\x7d\x72\xab\xd8\xd6\xef\x9e\xa5\xf5\xf4\xaa\x0a\xb7\x5d\x71\xa9\x0a\x36\x1e\xaf\xee\xab\x3d\x0c\x6f\x9b\x21\xaa\x77\x43\x96\x0d\x96\xb3\xf0\x42\x1a\x4f\x56\xd0\x1a\x5b\xc1\x2b\x81\x84\x41\xbd\x29\x35\x82\xb3\xc6\x5a\x0c\x17\xc7\xb2\x16\xbd\x95\x65\xca\x78\xbc\xb7\x82\xae\x0f\x8c\x96\xd2\x5d\xcb\x0d\xd0\x93\x6e\x4b\x9b\xa4\x55\xb0\xf1\xb3\xd5\x2d\x6c\x32\x3a\xc8\x07\xb1\x8a\x7b\xae\x2a\xf4\x65\x53\xb0\xf1\xf3\x15\x99\x6d\x4a\x8f\x55\xb2\xab\xb8\xe7\x55\x90\x36\x95\x96\xc9\xb4\xc5\xd2\xcc\x07\x9d\x17\x77\x74\x22\x1e\xcc\x4d\x89\x36\x68\xd2\xe3\xa5\x93\x33\x07\xaf\xc8\x06\x6c\x0a\x4a\x1b\x81\xf3\xca\xf4\x5a\x14\x6c\xfc\xf3\x2a\x28\x12\x3e\xc5\xf0\x88\xbe\x55\x2c\x0b\x59\xa3\xb5\x05\x1b\xff\x72\x7f\xe2\xc9\xda\x16\x4d\x8c\xb8\x38\x1e\x6a\x63\xfb\xfe\x84\x96\xd5\xa6\x44\x82\x23\x2d\xef\x18\xb0\xc8\x45\xc1\x26\xbb\xf7\x19\xe0\x68\x6f\x1b\xb8\xeb\x3f\xd5\xef\x64\x7c\x8f\xfe\xfd\x45\x5f\x49\x2d\x86\x81\x39\x99\xfc\x13\xb7\xca\xd4\xa6\xa3\x87\xf4\x5a\x8d\x5a\x41\x63\x67\xee\x15\xf7\x7c\x4a\x67\x43\xc2\x0b\x73\xd6\x99\x0b\x18\xed\x82\x0e\x98\xe7\x50\xa5\xae\x4e\x3b\x5b\xf8\xee\x53\x9c\xda\x34\xc6\x79\xe2\xad\xc9\x61\xcb\xb5\x77\xa6\x21\x59\xf0\x46\x07\x88\x2a\x93\x70\xf6\x29\xa6\x34\x4a\x58\x10\x69\x6e\xc1\x26\x7b\x51\x71\x70\x10\xa1\xe3\x88\x94\x46\x40\xd3\x0a\xb5\x21\xb8\xf3\xae\x3f\x49\x55\x6a\x6c\xcb\x49\xf3\x59\x82\x25\x6d\xd2\xfd\x87\x6e\x3c\x8e\x09\x46\x95\x16\x3c\x6f\xa9\xdc\xaf\xc7\x37\xa3\x01\x37\x82\xf4\x21\x5c\x4f\x6e\x02\xac\x0a\x6b\x3e\xc2\x88\xe6\x3d\xa7\xa9\x7c\xbd\x77\x33\x82\x31\x79\x26\xb2\x8f\x0d\x2c\x8c\x05\x1e\x74\x2f\x47\x2c\x73\x8a\xbb\x06\x5d\xc1\x26\xcf\x37\xee\x6b\x2d\xb5\xe5\x8b\x5b\x01\x08\x6b\x16\x54\x4e\x0f\x9e\x3e\x80\xa5\xe6\x2d\x18\xe3\x29\x8c\x57\x30\xd3\xfd\x9f\xc0\xad\xff\x82\xa4\x18\xc8\xcc\x88\x0e\x28\x1e\xc9\x48\xf1\x29\xaa\xcf\x99\x90\x6e\x56\x30\x08\xff\xe6\x10\xb7\x7e\x0b\x81\x5d\xae\x97\x88\x4e\xb2\xac\xe6\x7d\x8d\x05\x03\x85\x73\x3c\x0e\x54\xfb\x14\x58\x36\xe5\xde\xa3\x5d\x16\x0c\x02\xfb\x3b\x4f\x7c\xfc\x4d\xda\x2a\xd8\xd6\x42\x24\xa1\xdb\xb4\xf2\x02\x12\xdf\x1a\x9c\x27\xca\x1e\x56\xa5\xbe\xb3\x11\xff\x6b\x22\x64\x6a\xd7\x5b\xe1\xb1\x71\x02\x01\xfd\x53\x5e\x1a\x7d\x1c\x6e\x9a\x66\x8d\x97\x73\xe9\x97\x05\x9b\xbc\x58\x81\x92\xbe\x77\x9d\xa9\x23\xf4\x2d\xc3\x56\xc9\x37\xf4\x0b\xeb\x3b\x3d\xa2\xb1\x9e\x73\x65\xb1\x9c\x17\x6c\xf2\xf3\x0a\xf2\x79\x89\x67\xf4\x30\x7e\xe3\x35\x12\xd8\x8c\x6e\x1b\xe5\x9e\x8b\xb5\x41\x81\x73\x19\x84\x96\x2a\x49\x53\x89\xa4\x21\x36\x97\x9e\xd7\xa8\x21\x5f\x63\xca\xe0\xcd\x21\xe5\x3e\xf9\x65\x05\xb9\xd7\x78\xfe\xbd\xde\xbc\x46\xf7\xdd\x9e\x36\xc7\x45\xf7\x3f\x54\x01\x5d\x3f\xcb\x5a\xd3\x53\x00\x34\x15\x4e\x58\xd6\x3b\x14\x05\x13\xe8\x2e\x59\x56\x59\xc4\x82\x21\xda\x77\x2c\xb3\xae\x60\xee\xe9\x19\xcb\x16\xe1\xe3\xe3\xb6\xcd\xce\x9a\xf2\x73\x56\x49\xe5\xd1\x16\x0c\xf2\xc0\xd4\xde\x01\xf1\xf3\x29\xaa\x50\x05\xe9\xbf\x12\x60\xb7\x94\x46\x0d\x72\x81\x61\x84\xaf\x63\x38\x20\x98\x6b\x5b\x4e\x88\x2d\x34\x91\xec\x83\x54\xa1\x3f\x5e\x9e\x1e\xa4\x72\xf8\xb1\xc5\x13\x96\x75\x52\x14\xec\xed\xd1\xe9\x57\x46\x13\xd5\x09\x16\x27\x2f\x57\x90\xdf\x3e\xc5\x30\xfe\x42\x9d\xdf\xaa\x80\x78\x50\x96\x06\x1a\xce\x89\x7f\xec\xae\x88\x04\x6e\x1e\x90\x48\x93\xcd\x7e\xad\x40\xd4\x7b\x6f\xbc\x82\x3c\xc6\x5a\xc2\x03\xd7\x3d\x00\xf4\x7d\x89\x5f\xf0\x6b\xe1\xda\x74\xae\xf7\x34\xc8\xf7\x26\x77\xe2\xda\xf8\xba\x27\xae\x4e\x8a\xd2\xe8\x79\xc1\xf6\xf6\x42\x9d\x48\x12\x78\x7b\x74\x0a\xde\xe2\x9c\x28\xc0\x2d\xf9\x51\x80\x90\x61\x68\x74\x7d\x52\x7d\x46\xaa\xdc\xa8\x30\x9d\xa8\xa1\xfa\x78\x0c\xf7\x9b\xc8\x23\xad\x23\x13\x2d\xb6\xc9\xc4\xf3\xbb\x26\xa8\x21\xff\xde\x44\x8d\xbe\x6c\x45\xc1\xf6\x5e\xdc\x49\x7c\x38\xb9\x6f\xa6\x3f\x02\xaa\x1d\xd7\xe5\x11\x6f\x89\x23\x4c\x6e\x46\x20\x24\xad\xec\xc5\x14\xe9\x2d\x1d\x1a\x69\xef\xe7\xaf\x3b\x3f\x86\xd9\x77\xdf\xf0\x90\x7f\x97\x8b\x16\xdb\x8d\x0b\x62\x8d\x5f\x99\x5f\x5a\x83\x2d\xb6\xf7\xbb\xa0\x3b\xff\x3e\x37\x69\xac\xef\xbd\x5c\x81\xef\xbb\xc0\xe4\xef\x1d\xe6\xff\x1f\x00\x00\xff\xff\x06\x2a\x9a\x09\xaa\x17\x00\x00") func dictsTt_ttTomlBytes() ([]byte, error) { return bindataRead( @@ -224,12 +245,12 @@ func dictsTt_ttToml() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "dicts/tt_TT.toml", size: 4304, mode: os.FileMode(420), modTime: time.Unix(1592527628, 0)} + info := bindataFileInfo{name: "dicts/tt_TT.toml", size: 6058, mode: os.FileMode(420), modTime: time.Unix(1598361953, 0)} a := &asset{bytes: bytes, info: info} return a, nil } -var _dictsZh_cnToml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x9c\x57\xdd\x73\xd4\x46\x12\x7f\xd7\x5f\xd1\x37\x57\xa9\x90\x2a\xec\x98\x4b\xdd\x43\x14\xcb\x0f\x31\x26\xe7\x3b\xc8\x39\xd8\xae\x3c\x60\x3f\x68\xa5\xde\x5d\xc5\x92\x46\xa7\x19\xed\xc6\x05\x54\x2d\x3e\x8c\x6d\xb0\xbd\x40\xcc\xc7\x19\x2e\xe0\x04\x1f\x1f\xe1\x30\xf9\x38\xb3\xfe\xc2\x7f\x0c\x2b\xad\xf7\x89\x7f\xe1\xaa\x47\xda\xf5\x9a\x98\x4a\x8a\x27\xcd\x74\xff\xba\xa7\xbf\xa6\x7b\x64\x71\x3f\xef\x14\xf2\x8e\x8b\x06\x6b\x4e\x2f\x34\x76\x9e\x25\x37\x67\xea\x5b\xeb\x4c\x8b\x84\x59\x40\x83\xd5\x77\x76\x1b\x4b\x8f\x92\x9b\x1b\xc9\xcf\x37\x74\x38\xdb\x73\x1e\xce\x34\x2b\x73\xcd\x95\x8d\xf1\x31\x7f\xcc\x4f\x97\xfa\x98\xcf\x34\xc9\xa5\xe9\x1a\x6c\x84\x3e\x4c\xd3\xb4\x33\x45\x74\x83\x71\x2d\x30\x65\x51\x18\x2c\x99\x9f\x6b\xae\x6c\xc6\x9b\xd5\xfa\xd6\x62\x7d\x6b\xb5\x5e\xbb\x52\xdf\xa1\xd3\xea\xdb\xb7\xe3\xe9\xd9\xbd\xb5\xad\xb8\x7a\xb3\x39\xbd\xb0\x37\xf7\x13\x1d\xb5\x32\xfb\xaa\x72\x21\xae\xfd\x33\xfe\xb1\x92\x6e\xe3\xeb\xf3\x9d\xd6\xe9\x4c\x73\x79\xc1\x60\xc9\xad\xd5\x78\xf7\x56\x4a\xab\xef\x2c\xd4\x37\x17\xc9\x42\xa6\x95\x43\x47\x4a\xf4\x0f\xba\x14\xbf\xf8\x29\xbe\xf4\xaf\x78\x7a\x35\xc5\x68\xda\x19\x33\x2c\x88\x71\x8d\xec\x34\x58\x72\xfb\x65\xe3\xc1\x66\xbc\xf3\x4d\x3c\xb7\x10\x5f\x9a\x8e\x9f\x6d\xbc\xaa\x4c\x31\xcd\xe2\x2e\x0f\x0d\x16\xcf\xae\xc7\xcf\x96\x0f\x1a\x38\xc5\x34\x61\x99\x14\xb8\xf8\xce\xcb\x78\xe7\xbb\xc6\xf6\xe3\x64\xe9\x65\xb2\xb6\x54\x7f\x79\xe5\xf5\xf6\x7c\x5f\x0f\xd3\x4a\x18\x0a\x87\xfb\x2d\xed\x8d\xb9\xd9\xe4\xee\xd3\x78\x63\xbd\x59\xa9\xc4\x33\x9b\x4a\x45\x80\xa1\x15\x44\x06\x8b\xef\x3e\x82\xfe\xa1\x51\x68\x6c\x5d\x24\x67\x6a\xff\x4d\x45\x92\xb5\x6a\xbd\xf6\x84\x38\xa9\x39\x41\x64\x96\x0a\x87\xa0\xe3\x8d\x9f\xe3\x7f\xcf\xb4\x71\x12\xbd\x7d\x9f\x16\x16\x93\xe7\xd5\xa4\xf6\x38\xde\xfc\x4f\x6a\xb5\x34\x65\x24\x72\x66\xd8\x42\x24\xb7\xd6\x9b\xb7\x7e\x69\x5c\x5e\x4f\x2a\x17\x92\xfb\x55\x05\x0a\x4d\x49\x9e\xcd\xbe\x48\x6e\x3e\x6f\x7e\x77\xad\xb1\x38\xf3\xaa\x32\x15\xd7\x6a\x7b\x0f\x2f\x34\x96\x2f\xa6\x12\xf1\xc2\x0d\xca\xe2\xf2\xa5\xb8\xba\xd6\x58\x7a\xf4\xaa\x32\x35\xc6\x8e\x79\x63\x0c\x0c\x48\xd6\xaa\xf1\xec\xa5\xe6\xf5\x7b\xa9\x86\x94\xd5\xd3\xe3\x89\x16\xf7\x58\x4f\x4f\xb2\xf6\x43\xe3\xe1\xf5\x36\x80\x69\xae\x39\xc9\x23\x69\xb0\x2c\xf3\xd5\xea\xde\xee\xf3\x2c\x77\x57\x17\x5e\x55\xa6\xd2\x5a\x84\x31\xd6\x35\xc6\x60\x6f\xf7\xdb\x64\x71\x55\xc9\xf9\x28\x0d\xd6\xac\xcc\x25\x57\x1e\x37\x76\xae\xc5\x0b\x2b\x64\xea\x83\xe5\x7a\xed\x49\xba\x6d\x2c\x3d\x6a\x56\x6e\xc5\xd5\x17\x64\xd2\xf2\x52\xa7\xa6\x3f\x8c\x31\x88\x77\x77\x1a\x37\x56\x93\xf9\x99\xf8\xd9\x72\x5b\x9e\x69\xf8\x75\xc0\x43\xa9\x62\x9d\xf1\x7e\x58\x8b\xab\xdf\xd7\x6b\x97\xe3\xab\xe4\x6e\x32\x3f\x93\xdc\x9f\xd9\x7b\xf9\x4d\x2b\x95\x5e\x2e\x10\xed\x54\xef\x5c\x6b\x56\xee\xd5\x6b\x9b\x40\xd4\x6e\xca\x88\x90\x06\x4b\xe6\x1e\xee\xad\xcc\x27\xff\xbb\xb2\xb7\x76\x23\xde\x58\xdf\xdb\x5d\x8a\xef\x7c\x9b\xcc\x5e\x8d\x2f\xdf\x4b\x66\x6f\xc6\x0f\x7e\xdc\xfb\x65\xb5\x71\xff\x42\x56\x7a\x7e\x3e\xbd\x98\x8d\xa5\x47\xf5\xcd\xc5\xe4\xce\x6e\x7d\xeb\xfb\xc6\xf6\x66\xe3\xee\x85\xb8\x3a\x95\xdc\x78\xde\x58\xbe\xd8\x59\xe0\xaf\xb7\x67\xe3\xdd\xe9\xe6\xca\x56\x72\x7b\xad\xf1\xf4\x69\xbd\x56\xa9\xd7\x9e\xa4\xc8\xd7\xdb\x73\x4c\x73\x1d\x32\x81\x31\xed\xa4\x23\x24\xf4\xda\x58\x72\x2c\x14\xe7\xd2\xa8\x8b\x73\xaa\xd4\x85\x55\x44\x0f\xc5\x39\x75\x6d\xcf\x4d\xe0\xa4\xe8\xd3\x00\x20\xc3\xea\x30\x14\x3a\xbe\x14\xc0\x23\x99\xd1\xc0\x37\x3d\x14\x90\xe7\x21\xe4\x1d\x57\x62\x68\xe6\x5c\x84\xb2\x63\x17\x50\x0a\x12\xcd\xd4\xeb\x40\xa7\x0a\xc8\x45\x8e\x6b\x77\x39\x7e\x8b\x4e\x90\xce\x93\x3b\x71\x92\x70\x9d\x4c\x02\x2b\xcb\x52\x94\x32\x23\xed\x60\x51\x68\x4a\x87\xfb\x64\x03\x82\x40\x33\xb4\x8a\x29\x92\x44\x32\x6b\x74\xf8\x32\x5d\x80\x2c\x9a\x12\x2c\xd3\x87\x1c\x42\x24\xd0\x06\xc7\x07\x33\xb3\x88\x04\xc8\x6f\x1d\x86\x8b\xbc\x0c\xb2\x88\xb4\xcd\x71\x33\xb4\x21\xe7\xf8\xb6\xe3\x17\x44\x37\x45\x91\x9a\x0c\x1a\xec\x4b\xfa\x28\x4b\x4c\xb0\x31\x6f\x46\x6e\xcb\x26\x65\x4c\xb7\xea\x34\x18\x86\x3c\x1c\xd7\x52\x7a\x60\x86\x02\x0d\x96\x37\x1d\x17\x6d\x90\x1c\x14\xa1\x53\x48\x4f\x5b\x94\xe5\x3a\x19\x96\x3e\x8e\x5f\x80\xfe\x93\x83\x40\x5d\x2b\x03\xb8\xbc\x20\x50\x46\x41\xa7\x32\x45\x00\x97\x1f\xd0\x14\xf9\x13\x3e\x2f\xfb\x3c\x90\x06\x1b\x4d\xd7\xc0\x03\x15\xb1\x31\x76\xb6\xe7\xfc\x18\xfb\x04\x64\x38\xd9\x4a\xca\xd1\x03\x51\x3f\xaa\xe2\x71\x34\x8d\xe7\x51\xe0\x61\xab\x1c\xa8\xed\xab\x28\xd0\xe9\x06\x3b\xd1\xb6\x41\x11\x0f\xc9\x4c\xcb\xaf\x22\x5a\x13\xaa\x81\xab\xb8\x08\x40\xdf\xe2\x91\x2f\x31\x44\xfb\x13\xc8\x87\xdc\x23\x9c\xce\x34\x0f\x65\xe8\x58\x99\x8b\x0a\x4b\xee\x49\x8a\x44\x14\xa8\x61\x94\x21\x74\x38\x7b\xec\x3c\xd3\x7c\x9e\xed\x0d\xe6\xf3\x16\x4f\xd5\x26\x61\xd5\xd9\x79\x53\x9a\x6e\x1e\xa5\x55\xa4\xa0\x49\xd3\x85\x54\xaf\x22\x91\x62\x42\x3a\x7e\x9e\x67\x2a\x43\xb4\x78\x29\xc3\xab\x75\x56\xe1\x6f\x91\xfa\x04\xc4\x84\x13\x04\x19\x29\xf3\xd7\xe7\x36\x96\xf2\x3c\xf2\x6d\x65\x57\x24\x94\x06\x12\x51\x44\xa6\x29\x0f\x31\x0c\x0f\x77\x32\xb3\x44\xd3\xce\xa4\x85\xdc\xed\x9a\x39\x74\xc7\x35\xdb\x11\x13\x06\x83\xe3\x8e\x98\x80\x51\x9a\xd6\xa0\x06\x84\xc1\xd4\x68\x68\x51\x0a\x66\x44\x73\x1c\x86\x78\x19\x43\x38\x89\x25\x74\x81\x69\x39\x53\x4a\x0c\x27\x0d\x06\x9f\xa6\x2b\x18\x56\x53\x21\x63\x75\xd0\x99\xf6\x47\x18\xfc\x7c\x78\xe0\xf4\xc8\xc0\x71\xf8\xeb\xe8\xf0\x08\x9c\xf8\xfb\x69\x18\x19\x18\x1e\xc9\xa6\x0c\x1c\x3a\x66\x20\x6b\xcb\xf0\x39\xca\x32\x0f\xf7\x2d\xf4\x51\x3a\xfe\xaf\x18\xe9\xd3\x82\x32\xee\x19\x0c\x4e\xa1\xc7\xc3\xc9\xb6\x48\x3a\xa1\x19\xd3\xbe\x88\x1c\xa9\xc3\x3f\xa8\x04\x7b\xfb\xbb\xac\x3e\x4d\x1b\x0a\xb9\x85\x42\x80\x6f\x96\x9c\x82\x2a\x34\x5d\x03\xe8\x82\x09\x30\x7d\x1b\x7a\x47\x83\x3e\x1d\xa2\x40\x91\xbe\x4a\x49\xc7\x79\xd9\xef\xd3\xc1\xe6\x65\x5f\x91\x7b\xfb\xbb\xa2\x3e\x1d\x8a\xa6\x9b\x87\x80\xce\xcb\xe0\xbd\xfd\x5d\xf6\x01\x7a\xa7\x44\xae\x4f\x87\x7c\xe4\xba\x6f\x4a\xe4\x0f\xd0\xdb\x12\x85\x42\x7a\xf6\x5f\xb8\x87\x7d\x3a\x7c\x15\x79\x01\x5d\x13\xc9\x53\xc1\xcf\x52\xee\x80\x6f\x77\x30\x73\x5c\x4a\xee\xed\x7b\x68\x5a\xe4\x9d\x48\xdd\xeb\x1d\x31\xc9\x04\xc9\x0b\x05\x17\x21\xc8\x20\x85\x90\x47\x54\x7a\x0a\x62\xdb\x3a\x4c\x38\xae\x0b\x02\x5d\xb4\x24\xda\x6d\x18\x0f\x53\x24\xf0\x7c\x8b\x86\x02\xca\x8e\x2c\xc2\xf0\xe0\x67\x23\x03\xa7\x4f\xc1\x91\x63\x7f\xfe\x20\xd5\xf2\xd1\xbb\x69\xf9\x62\x74\x70\x04\x8e\x7c\x94\x29\xf9\xf8\xdd\x94\xfc\x6d\xf0\xe4\x49\x38\xf2\xf1\x07\xfb\x41\x10\x3c\xa4\x8b\x91\x06\xc1\xd2\xa9\xd0\xd5\xd2\xd3\xa9\x66\xd4\x32\xd0\x61\x68\xf0\xf8\xbe\x48\x3a\x95\xda\x42\x1f\xea\x20\xa4\x19\x4a\x40\xdb\x51\x77\x2c\xe5\x2b\xde\x91\x72\x91\xc6\x47\xc6\xf9\x80\x04\x54\xb0\x07\xa8\x35\xf5\xe9\x60\x5a\x16\x06\x72\x5f\x22\x4b\xba\xd5\x97\xe5\x4f\x58\x66\x40\xf9\xb5\x5c\x34\x5b\xe3\x50\xd3\xe8\x32\x12\xff\x14\x7a\x50\x08\xcd\xa0\x08\xf4\x6c\x6c\x1b\x54\xd4\xd5\x1e\xc1\x49\x6b\xc5\x6d\xed\x69\x16\x69\xd9\x25\x49\xa1\xb9\x76\xc6\x73\x28\xcb\x88\xbe\x7a\x5c\x28\xe5\x4a\xc4\x86\xdc\xa4\x44\x01\x01\x52\x0b\xb1\xb8\x6f\x6b\x74\x6b\xf6\x1b\x87\x8f\xb2\x1b\xc3\x70\x9c\x2e\x21\xd5\x53\xc9\x91\x93\x9d\xb3\xa3\x80\x12\xfc\xec\x5a\xb6\xf8\x69\x3f\x2e\xf0\x40\x44\xd2\x71\x5b\x1d\x0d\x0b\x25\xd3\x0d\xd1\x2a\x65\x2d\x4b\x07\x1f\xe9\xfe\x95\x10\x4a\xa6\x1b\xa1\x6a\xba\x21\x5a\xe8\x4b\x77\x52\x2d\x9c\x12\xda\x6d\xe5\xb6\x29\xcd\x83\x8a\xbb\x33\xf4\xa7\xe4\xc1\x69\xb4\x4a\x07\x4e\x12\x48\x2d\xe3\x77\x9c\x44\xc0\xdf\x7b\xca\x30\xfa\x52\x6f\xff\x0c\x64\x21\xa2\xa6\xda\x6a\xad\xd4\x59\x99\xe6\xd1\x68\x32\xd8\x29\xfa\xd0\x6f\x11\xda\x06\x1b\x15\x68\x33\x2d\x1f\x22\x1a\xec\x44\x88\xc8\xb4\x50\x18\xec\xf4\x87\x82\x69\x65\x61\xb0\x2f\x69\xb1\xaf\x93\x2a\x7b\x5c\x4b\xeb\xc1\x60\x70\x42\x2d\x74\xa0\x07\x6f\x0e\x5d\xea\xcd\xed\xd2\x67\x07\x84\xba\x8b\x68\xda\xa8\x1e\x0e\xca\x86\xfe\xd4\x06\x8b\x7b\x9e\x49\xc3\xa4\x3f\x5d\x64\x6d\xbf\x7f\x68\xf4\xbd\xac\x83\x9e\x42\xef\x3d\xa6\x05\x8e\x6d\xb0\xa1\xc1\xe3\x6f\x28\x55\x15\x90\x69\x3c\x98\x7b\x2a\x55\xc5\x38\x34\xe9\x21\xcd\x53\x2c\x1d\x78\xba\xb4\x68\xfb\xb7\x37\x03\xd3\x53\x78\x1f\x86\x5f\xa3\x15\x49\x84\xf7\x03\xf1\x3e\x64\xe6\x67\xc0\xd6\x21\x6f\xda\xb2\xdf\x0e\x0e\xb3\x25\x70\x6c\x8b\xfb\xa5\x4e\x21\xda\x63\x28\xe9\xf6\xd3\xd6\xc9\x92\xdb\x0d\xae\xe3\x63\x36\x43\xad\x20\x7a\x9b\x18\xf9\xae\xfe\x79\x89\x98\x77\xb9\x79\x88\xb8\x87\xde\xdb\xc4\xe9\x76\xff\x96\x78\x01\xa5\xe5\xd9\x6f\x71\xb4\x15\x96\x43\xdc\xed\x86\x40\x50\x89\x28\x35\xdd\xe0\xe8\x70\xf6\x4f\x44\x74\x28\x86\x1f\xa5\x6e\xd1\x7f\x24\xfe\x3a\xa3\x6d\xe5\x41\x94\x99\xf7\x0e\xea\x3d\xf4\x7e\x43\xbd\x87\x1e\xd2\xc4\x7e\xe7\x23\xfe\x1f\x00\x00\xff\xff\xd6\x01\x02\x19\x88\x10\x00\x00") +var _dictsZh_cnToml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x9c\x58\xeb\x73\xd3\x56\x16\xff\xae\xbf\xe2\xec\xed\x74\x68\x19\x70\x63\x07\x0a\x18\xc4\x4c\x97\xb2\x5d\x66\xe9\x2e\xc3\x63\x77\x76\x08\x1f\x14\xeb\xda\x56\x23\x4b\x5a\xe9\xda\x21\x1b\x67\xc6\x3c\x92\x38\xe4\x61\x48\x43\x02\x81\x16\x42\x43\x09\xb4\xe0\x94\xf2\x30\x76\x9c\xfc\x31\xe8\x4a\xf6\xa7\xfe\x0b\x3b\xf7\x61\x23\x43\xd8\x3e\x3e\x59\x3a\xef\x73\xee\xb9\xbf\x73\xe4\x94\x6d\xa5\x8d\x4c\xda\x30\xb1\x8a\xda\xe3\xb3\x61\xf3\x49\xb0\x38\xe9\x37\x5e\x20\x25\xef\x69\x19\xac\x22\xbf\xb9\x15\x2e\xac\x05\x8b\xaf\x82\x9f\xaf\x27\x61\xb4\x6f\x0c\xce\xb6\x4b\x53\xed\x95\x57\xe7\x06\xac\x01\x4b\x3c\x26\x07\x2c\xa4\x10\x9b\x68\xa6\x8a\x82\x52\xa3\xf5\x64\x05\x29\x8a\x72\x36\x8b\x4d\xe7\x9c\xe2\x68\x24\xeb\xa9\x28\x98\x99\x6a\xaf\xd4\x69\xbd\xe2\x37\xe6\xfc\xc6\x7d\xbf\x36\xed\x37\x99\x3b\x7f\xe3\x06\x1d\x2f\xb7\xaa\x0d\x5a\x59\x6c\x8f\xcf\xb6\xa6\x9e\x32\x5f\x2b\xe5\xd7\xa5\x0b\xb4\x76\x89\xfe\x54\x12\xaf\x74\x7e\x26\x1a\x5e\x12\x29\xa6\x9d\x51\x51\xb0\x74\x9f\x6e\x2d\x09\x9a\xdf\x9c\xf5\xeb\x73\x2c\x44\xa4\x0c\xbb\x06\x21\xd8\xea\xcd\x89\xbe\x7c\x4a\x27\x6e\xd2\xf1\xfb\x42\x86\x85\xa7\x22\x84\x94\x76\xa9\x44\x27\xeb\x49\xf8\x0f\xd8\x2e\x1c\x3a\xb2\x3b\x75\x58\x51\x5a\x5b\xb7\xc2\xb5\x69\x5a\xdd\x68\x95\x1f\x25\x15\x80\xdd\x30\x04\x41\x79\x11\x0e\x9d\x71\x0e\x27\xc1\xaf\x5d\xf1\x6b\xa5\xd6\xca\x0c\xe7\x7c\x25\x38\x9f\xdb\xc3\x16\xe7\x4d\x47\x78\x87\x8e\xec\xce\x0b\x05\x3a\x7b\xa5\xbd\xf2\xbc\x43\xd4\x85\x64\x2f\x71\xb0\x6b\x3a\x42\x4c\x77\x6d\x76\x88\x99\x8c\x70\xf8\x57\x3b\x87\x0f\x27\x81\x96\xd7\xdb\x2b\x2f\xda\x97\xd6\x38\xf3\x0b\xc1\x3b\x6a\xe9\x82\x45\xeb\xd7\x19\x4b\x26\x14\x7c\x3d\xeb\x37\x6f\x8b\x84\x0e\x9d\xd6\x06\xb9\xcc\x64\x30\x7b\x4f\xb0\xc3\xc6\x65\xce\xd2\xf5\x24\xd0\xca\xb5\x76\xe9\x82\xbf\xb5\x42\x2b\x2f\xe1\xd4\xb1\x2f\x4e\x1f\x3d\xf9\x25\x7c\x14\xdf\xfb\x31\x84\x8d\x72\xf0\x58\x6a\x04\xe5\xc5\xb7\x54\xfb\xdf\xa7\xda\xff\x6b\x9a\x07\xde\xa7\x79\xe0\xff\x68\x76\x12\x9b\x9b\xa7\xf5\x8a\x48\x2c\x95\x84\x23\x27\xce\xf0\xc7\x5c\x12\xe8\xc4\x38\x7d\x7c\x83\xbf\x39\x49\x90\xd2\x77\x27\x5b\xd5\x89\x8e\x6e\x6b\x6b\x32\x68\xac\x0a\xdd\x4f\x92\x40\x37\x4a\xf4\xc1\x74\xb8\xb1\xd8\xda\xbc\x26\x58\xf4\xa6\xa8\xed\x47\x82\x18\x2c\xbd\xf8\x98\x49\xf3\x22\x1e\xb5\x08\x76\xd9\x11\x6d\x7d\x43\x1f\xdf\x88\xca\xcb\xf3\x4b\x1d\x96\x27\xe2\xa5\x34\x87\x9d\x57\x50\x1b\x6f\xdf\x5c\x7d\x23\xa9\x1c\x39\x71\x06\xe8\xfc\x8c\x08\x94\xde\xda\xa4\xcd\x7b\x41\x75\xc1\xdf\x9c\x16\x21\x65\x93\x10\x2c\x6c\xd2\xd5\x07\x82\xc8\x69\x66\x12\xc2\x8d\x87\x74\xbd\x22\x69\x4a\xd8\xbc\x16\x36\xe4\xc1\x0e\x26\x81\xde\x5e\x83\xdc\xa0\xe3\x31\xbb\x10\x54\x2b\xe1\x83\x79\xfa\x78\xa9\x75\xe5\x62\x70\x7d\x1d\xfc\x57\xd3\xed\xa5\x67\xe2\xdc\x15\x76\x01\x3e\x80\xd3\x27\x3f\xfb\xfb\xa9\xe3\x9f\x9d\xfe\xc7\xc9\x53\x49\x38\x61\x62\xcd\xc3\xa0\xdb\xd6\x0e\x02\xc4\xd5\x2c\xcf\xd4\x08\x06\x92\xc5\x60\x6a\x23\x76\x9e\xc0\xce\x9d\x96\x96\xc3\xde\xce\x9d\x8a\x20\x78\xa0\x02\x42\x88\x65\xd0\xa8\x47\xaf\x2d\x2f\x93\x8e\xd3\x5a\xde\x24\xec\x31\x67\x58\x46\x4e\x33\xd9\xe3\xa0\x46\x08\x76\x47\xd8\xe3\x90\x41\x52\x59\x6c\x79\x86\x35\xf4\xfb\xc2\x49\xd9\xa6\xed\xa6\xb2\x38\x87\x23\x21\x71\xa2\xc7\xa9\x3d\x71\x45\xd1\xe5\xed\xb8\xe4\xe3\x6e\x5d\x73\x87\xe0\xa3\x70\x61\xcd\xaf\xcf\x85\x37\x9b\xad\xa9\xa7\xad\x4b\x33\xc1\xcd\xea\xc7\x4c\xc8\xb3\x4d\xcd\x35\xfe\x8b\xf5\x9e\x97\xf8\xa7\x5c\xeb\x6d\x9a\x69\x64\xb2\x22\x65\xdb\xb2\x87\x34\x83\x3d\x16\x8c\x14\x66\xbf\x96\xed\xea\xbf\x2f\xd1\x61\x43\xcf\xe0\x68\xdd\x05\xa1\x93\x5f\xa5\xda\xba\xf7\x83\x88\x3a\x5a\xfd\x70\xf9\x72\xd8\xb8\xcc\x90\xef\xea\x2c\xcf\x38\xe5\xe4\x79\x5b\xb2\x8e\x6b\x3d\xbb\xd3\x6a\x36\xe9\xad\x4d\x1e\x24\xce\x71\x46\x38\xf5\x30\xbc\x3a\x21\x3b\x71\x7e\xc6\xaf\xaf\x06\xb3\xf7\xc4\xab\x18\x04\xe1\xdc\xa4\x54\x21\x38\xe7\x30\x15\x7f\xe3\x6e\x70\xf9\x0e\xbd\xb9\x16\xd4\x1e\xd2\xfa\xf7\xbc\x9a\x86\x37\xf4\xc6\x5a\xf8\xdd\x85\xf0\x16\xb3\x46\xcb\x13\x74\xa6\xde\xb5\xc3\x24\x1d\x7b\x18\xbb\x4c\x72\xe1\x79\xf0\xd3\xdd\xf0\xca\x8b\xa0\x74\x81\x57\x08\x13\x11\x0f\x6f\x6b\x11\x2a\x97\x77\xed\x94\x07\xbb\x81\x56\xaa\x7e\x7d\xd5\xaf\xcf\x4b\x9c\x2e\x2f\xb5\x56\xd6\x58\x49\x15\xe5\xac\xe6\x66\xbc\x73\x12\xdd\x83\x1b\x9b\xe1\x6a\x9d\x36\xbf\xa6\x53\xb3\x2c\x8d\x27\xaf\x5e\x97\x2e\x22\xd1\x22\x7c\x38\x44\xe6\xcd\x45\xa4\x78\x29\x8d\x0d\xc2\xe8\x1d\xa4\xeb\x75\x5a\xff\xfe\x97\x8d\x99\xc3\x7d\x48\x29\x60\xd7\x33\x6c\xab\x63\x37\x9c\x2a\x07\xb7\x7f\xa4\xaf\x5e\x88\x09\xc2\x4d\x38\xd8\x4d\x39\x79\x15\xb1\x1b\xc8\xca\x2c\x0e\xc0\xaf\x3d\x16\x2a\x41\xb5\xe2\xd7\x1e\x31\x8e\x08\xc4\xc9\x6b\x85\xcc\x36\xd2\xf4\xd5\xcf\xf4\x9b\xc9\xae\x1c\x2b\x76\x37\x9b\xd9\xb9\x60\xbd\x22\xaa\x2d\xa2\x26\x1a\xc9\x7b\x83\x9a\xdb\x91\x08\x96\x5e\xb4\x97\x9e\x89\x6a\x06\x77\x2b\x5c\xc8\xd5\x08\xcb\xac\xfc\x32\x58\x5c\x6f\xdf\xbb\x16\xce\x4d\xbe\x2e\x5d\xa4\xb5\x5a\xeb\xc1\x85\x70\xf9\xb2\xd0\xa0\xb3\xd7\xd9\x50\x5e\x9e\xa0\x95\x6a\xb8\xb0\xf6\xba\x74\x71\x00\xc5\x73\x03\x08\x54\x86\x21\xb4\x3c\xd1\x9e\xbf\x23\x2c\x08\x56\x5f\x5f\xce\xeb\x70\xe3\x7d\x7d\x41\xf5\x07\x86\x33\x1d\x01\x24\xc1\x41\x45\xb2\x27\x2b\x95\xd6\xd6\xba\x1c\xc5\x57\x67\x5f\x97\x2e\x8a\x56\x80\x01\xb4\x7b\x00\x41\x6b\xeb\xdb\x60\xee\x3e\xd7\xb3\x30\x51\x51\xbb\x34\x15\x4c\x3f\x0c\x9b\xd7\xe8\xec\x0a\x0b\x75\x75\xd9\xaf\x3d\x12\xaf\xe1\xc2\x5a\xbb\xb4\x44\x2b\x2f\x59\x48\xcb\x0b\x51\x4b\x7f\x1a\x40\x40\xb7\x9a\xe1\xf5\xfb\xc1\xcc\x24\x7d\xb2\xdc\xd5\x47\x0a\x3e\xef\xd8\x2e\xe1\xb5\x96\xbc\x1f\xaa\xb4\xf2\x1d\x1b\xcd\x57\x59\xba\xc1\xcc\x24\x9b\x0b\x9b\x5f\x77\x8e\x92\x01\x68\xf7\xa8\x9b\xd7\xda\xa5\x3b\x7e\xad\xce\x61\x55\x9e\x89\x47\x54\x14\x4c\x3d\x68\xad\xcc\x04\xcf\xa7\x5b\xd5\xeb\xf4\xd5\x8b\xd6\xd6\x02\xbd\xf5\x6d\x50\xbe\x4a\xaf\xdc\x09\xca\x8b\x74\xf5\xa7\xd6\xb3\xfb\xe1\xdd\x0b\xb2\xed\xac\xb4\x58\xb5\xc4\x5d\x0d\x6e\x6d\xf9\x8d\xef\xc2\x8d\x7a\x78\xfb\x02\xad\x30\x6c\x0e\x97\x2f\x47\x37\x96\x5f\x36\xca\x74\x6b\xbc\xbd\xd2\x08\x6e\x54\xc3\x1f\x7f\xf4\x6b\x25\xbf\xf6\x48\x48\xfe\xb2\x31\x85\x14\xd3\x60\x21\x20\xa4\xd0\xf2\x12\x9d\xac\xc3\x21\x1d\x33\x8c\xf1\x8a\x12\x96\x8b\x51\x2c\x2c\xf2\x4d\xac\x38\x84\x47\xbc\xc3\x02\xf3\xb8\x6c\x12\x64\x5b\xf1\x33\xf7\xeb\x73\x62\x32\x85\xcb\x97\x5b\x4f\x36\xe9\xea\x24\xbd\x3a\xcb\xa4\xa5\x45\xb6\x2f\x30\x57\xc1\x54\x29\xb8\x3d\x45\x27\xc6\xc3\xe6\x93\x28\xe4\x70\x94\x89\x38\xdd\x4e\x3e\x7a\xed\xf8\xa5\x66\x71\x75\x04\xa3\xe9\xb3\xc6\xbc\x7a\x3b\x7c\x76\xaf\xf5\xb2\x4a\x37\xd9\x96\x20\x81\x90\x05\x2d\x0c\xbe\x83\x7c\x5d\xcc\xe3\x83\x05\x8f\x74\xf3\x13\x0a\xe1\xa5\xc7\xed\x85\x27\xec\x34\x90\xd8\x12\xd9\xa5\x58\x9f\x10\x08\x21\x7c\x8b\x1d\x51\x9c\x4a\x34\x1a\x7e\x84\x8a\x72\x56\xac\xcc\x31\xec\xba\xe7\x14\xf1\xec\x8d\x58\x44\x3b\xaf\xa2\xbe\x22\x0c\x6a\x3a\x08\x22\xb0\x93\x06\xc1\x3a\x08\x5e\xd6\xce\x9b\x3a\x0c\x62\xf8\xdb\xd1\x7f\xab\xff\xfc\xec\xf8\x99\xa3\xbb\x60\x58\xf3\xc4\x2a\xaa\x63\xc7\xc5\x29\x8d\x70\x6c\x89\x17\xc1\x34\x2c\xcc\x38\x49\xd8\x31\x1a\x1f\xdb\x01\x86\x07\x1d\x11\xac\xc7\x00\x8e\x65\x2c\xdb\xc5\x3a\x8c\xc6\xc7\xd4\xd1\xc4\x18\x6b\x04\x0b\xab\x28\x21\x35\x3f\xe0\xaa\xa3\xf1\x31\x01\x1c\x12\xd5\xfa\x8b\x60\x58\x05\xcd\x34\x74\x38\x8d\x73\xce\x29\x46\x85\x82\x66\xe6\xb1\x08\x42\x51\xce\x62\xd7\xb5\xbb\x59\x39\x9a\xeb\x61\x15\xed\x29\x42\x5a\x33\x4c\xac\x03\xb1\x81\xd3\xa2\x09\x26\x85\x6e\xca\x34\xa4\xf8\xde\x22\x17\x32\xac\x0c\x1c\x39\x7e\x0c\x18\x18\x4b\x19\xd3\xce\x78\x98\xe4\x1d\x15\x7d\x1a\x35\xc9\x69\x60\xda\x3d\xf6\xf2\xd6\x90\x65\x0f\x5b\xb6\x43\x54\xb4\xaf\x08\x67\xc4\x2b\xd8\x0e\x2b\x11\x0c\xa0\xd1\xbe\xb1\x01\x74\x10\x88\x3b\xd2\x69\xcc\x5d\x3d\x6d\xb7\x8b\x1f\xfd\x2e\xd1\x5a\xbb\xd8\x5e\x2f\xbb\x9d\x7d\xa9\xf0\x63\x67\x01\xa8\x68\x7f\x11\xfe\xd2\x8d\x84\xd3\x65\x72\x79\x97\x9f\x46\x4f\x8e\x59\x9c\x1a\xe2\x5f\x1d\x07\x8a\xc0\x2b\xe5\x01\xb6\x52\x76\x9e\x6d\x80\x58\x3f\x08\x69\xd7\xce\xf1\x53\x43\x4a\x0e\x13\xd7\x48\xc9\x74\xe3\x7d\x52\x9e\xe5\x4a\x58\x65\xf2\x0e\xff\x92\x92\x52\xf2\xa8\x2c\x5b\xbe\xab\x28\x1e\x2f\x82\x65\x77\xf8\x90\xb6\x5d\x2e\xcf\xc5\xd2\x1a\xd1\xcc\x34\x26\xa9\xac\x8a\xe2\x09\x56\x49\xa2\x99\xd2\x3e\x27\x33\x07\x4c\xda\xb0\xd2\xb6\x34\xed\xe2\x94\x5d\xe8\xe8\xf4\x17\x81\xbf\x63\x57\x1b\x34\xf1\xfb\x34\x0f\x82\x37\x64\x38\x8e\x24\x75\x43\xd4\x71\x21\x6d\xe7\x2d\x5d\x45\xf1\x3d\x3c\xc6\xbc\xc7\xad\x30\x35\xce\x40\x0a\xcf\x1a\xbb\xae\x8a\xe2\x7b\xb7\x4f\x5c\x5a\x8b\x1c\x98\x40\xc5\x78\x4f\x63\xa4\x0d\x4b\x8f\x1e\xaa\xb8\x50\x22\xbe\x77\x0c\xb8\x58\x63\x31\xed\x8b\x1a\x60\xb4\x6d\x0d\xbc\xeb\x5f\x36\x6f\x7c\xff\x76\xcd\xde\x6b\x40\x76\x03\x8b\xae\x33\xdf\xe2\x07\x7e\x8f\x5b\xd3\xce\xd8\x0e\xfb\x36\x4d\xf4\x45\xd5\x18\xad\x7b\x0d\x22\xe2\x84\xd5\x57\x45\x89\x78\x11\xf8\x63\x67\x17\x3c\x6d\x3b\x27\xed\x61\x79\x81\x4d\xec\x79\x40\xb2\x9a\x05\x7d\x31\xc9\x91\x71\x5a\x76\xd6\xf6\x08\x5b\x1b\x55\x94\x48\x14\x21\xc5\x71\xc8\xb2\x09\x30\x23\x1d\x9e\x14\x56\xce\x8a\x94\x62\x12\x08\x84\x2b\x15\x25\xfa\x8b\x70\x4c\x62\x87\x74\xcf\xb4\x98\x52\x0c\xe0\xcb\xbc\x47\x18\xb2\xd9\x16\x06\x3b\x2d\xbb\xd4\x76\x73\x1a\xd3\xdc\x53\x84\xe3\xe2\xa3\x41\x74\x82\x6d\x45\xd0\x4d\x48\x41\x4e\x1a\x18\x8d\x8f\xc5\xe0\x28\x17\xeb\x60\xc8\x68\x62\x0c\x34\x0f\x34\x30\x2c\x12\x83\x7f\xd9\xae\x2e\x50\xb3\x7f\x2c\x06\x67\xb8\x84\x06\xae\x3d\x0c\x59\xcc\xf6\x6d\xe6\x3e\x1e\x43\x8a\x67\x6a\x5e\x16\x7b\x2a\x4a\xec\xed\xba\x1f\xd6\x5c\x8b\xc9\xf7\x04\x40\x6c\x1b\x72\x9a\x35\x02\x3b\x3e\xd9\xc1\xda\x6a\x98\x39\x18\x8d\x8f\x1d\x04\x83\x41\x2c\x93\xc7\xe7\x89\xab\xc1\x57\x79\x6b\x28\xc6\x0a\x24\xd2\x8f\x99\xda\x20\x36\xcf\x29\x6c\xd3\x55\x11\x88\x15\xb7\xbb\xd9\x02\x5f\xec\x54\xc4\x57\xba\x28\x35\xa3\xe5\x33\x98\xc9\x2f\x3c\x6f\x4f\x56\x00\x29\xf2\x23\x48\x90\xba\x1b\xb0\x64\x74\xa9\xd0\x59\x00\x41\x6c\x7d\x20\x57\x24\xb9\x1e\x47\x3d\x58\x98\x18\xd6\x36\x2c\xf1\xd7\x0d\x03\xa6\x9c\x8a\xe0\xad\x8d\x1e\x38\xf8\xcb\xcc\x2c\x4c\xc4\x6c\xb3\x30\xd1\x52\xc4\x28\x18\x64\x44\x45\x89\x9e\xab\xc9\x1b\x00\x93\x61\xdb\x1d\x82\x8e\x8c\x80\xbf\x8c\xed\x78\x79\x62\x98\x9d\xee\xc3\x99\x82\x66\xba\x38\x55\x50\x51\x62\x9f\x44\x83\x24\x58\x38\xa3\x11\xa3\xd0\x19\x3f\x0c\xdf\x5c\x9c\xc2\x16\x31\x47\xf8\x83\x51\xc0\x7a\xd7\x81\xae\x11\xad\xd7\x78\x4c\x4a\xff\x79\x84\x60\xef\x24\x4e\x15\x7a\xbc\x79\x98\x15\x20\xb1\xff\x37\x79\x63\xc2\xbf\xd5\xd3\x29\x6c\x91\x64\x77\x56\xca\x72\xb1\x0e\xe8\xf4\x81\x68\x03\xa4\xe4\xd8\x4c\x50\x91\x5c\x62\x7e\x6e\x84\x8d\x3b\x48\xc9\x7b\x58\x57\x11\x7d\xf9\x54\x94\x1d\x29\x69\x17\xb3\x4d\xf0\x61\xbd\xbd\xf4\x14\x29\xae\xa7\xa2\x56\xb5\xf1\x49\xf8\x60\x1e\x29\xc3\x9e\x8a\xe8\xc4\x4d\xf1\xf2\xc6\x17\xfb\xfa\x39\xa7\xa4\x0d\x93\x60\x57\x65\x1b\xb3\xfc\x0b\x21\x09\x6c\xd7\x1e\xc4\x26\x27\xb2\x0f\x22\x40\x3d\x4a\xb1\x2c\xd6\x74\xcc\x27\x3b\x8f\xcc\xaf\x3d\x0a\xae\xaf\x33\x04\xcc\xe5\x34\x06\xe6\xf4\x5a\xd3\x6f\xac\xca\xb6\x3d\x72\xe2\xcc\x87\xb2\x53\x44\xa3\x7c\x88\x14\xc7\xd0\x55\x14\xfd\xf3\xe4\x2d\x07\x72\x1b\xe2\xd6\x13\x07\xde\xee\x15\x76\x0f\x38\x73\xdb\x26\x71\xd9\x98\xc3\x05\xb6\xa2\xf4\xf5\x02\xa9\xa0\xf3\xaf\x3e\xec\x79\xb8\xb3\x49\xb0\xb5\xbc\x3f\x1e\x15\xc5\xe7\x71\x2a\x4f\x30\xec\x70\xbc\x1d\x20\xb3\x92\xc2\x1d\x67\x2a\xea\x4f\xbc\x1d\x57\xd7\xf0\xb6\x71\x39\x86\x9e\xb2\xad\x82\x8a\xfa\xfb\xa3\x8a\x8c\x86\x5d\x02\x27\x8e\x7d\xce\x5e\x0d\xd9\x14\x31\x0e\x2b\x9d\xd1\xe2\xe4\xa5\xea\x9e\xed\x54\x59\x3d\xf8\xff\xab\x7c\xce\x99\xb6\xb6\x8d\x89\x1c\xce\x49\x13\x7b\xb7\x33\xf1\x25\xce\xfd\xaa\x89\x0c\x26\xa9\x9c\xae\xa2\xfe\x77\x2e\xaf\x4c\xbc\x53\xaa\x6d\xd2\x8f\x81\xe3\x9d\x70\xed\x54\x52\xa0\xb2\x91\x64\x50\x1c\x03\xc7\x60\x75\xed\x17\x29\xb2\x6f\x5d\x7e\xd9\xfa\xf7\xbd\xd7\x81\x93\x97\x61\xfe\x01\x17\x39\x9c\x7b\xe3\x62\xff\xfb\x5c\xe4\x70\x0e\xdb\xee\xc8\x1f\x77\x23\x87\x7f\xff\x81\x77\x87\xbf\x9d\x27\x4e\xbe\x73\xe9\xff\x17\x00\x00\xff\xff\x92\xc6\x72\x26\x2c\x17\x00\x00") func dictsZh_cnTomlBytes() ([]byte, error) { return bindataRead( @@ -244,7 +265,7 @@ func dictsZh_cnToml() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "dicts/zh_CN.toml", size: 4232, mode: os.FileMode(420), modTime: time.Unix(1592528537, 0)} + info := bindataFileInfo{name: "dicts/zh_CN.toml", size: 5932, mode: os.FileMode(420), modTime: time.Unix(1606165503, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -303,6 +324,7 @@ func AssetNames() []string { var _bindata = map[string]func() (*asset, error){ "dicts/de_DE.toml": dictsDe_deToml, "dicts/en_US.toml": dictsEn_usToml, + "dicts/eo.toml": dictsEoToml, "dicts/tt_TT.toml": dictsTt_ttToml, "dicts/zh_CN.toml": dictsZh_cnToml, } @@ -351,6 +373,7 @@ var _bintree = &bintree{nil, map[string]*bintree{ "dicts": &bintree{nil, map[string]*bintree{ "de_DE.toml": &bintree{dictsDe_deToml, map[string]*bintree{}}, "en_US.toml": &bintree{dictsEn_usToml, map[string]*bintree{}}, + "eo.toml": &bintree{dictsEoToml, map[string]*bintree{}}, "tt_TT.toml": &bintree{dictsTt_ttToml, map[string]*bintree{}}, "zh_CN.toml": &bintree{dictsZh_cnToml, map[string]*bintree{}}, }}, diff --git a/translations/dicts/de_DE.toml b/translations/dicts/de_DE.toml index d717083..33e2476 100644 --- a/translations/dicts/de_DE.toml +++ b/translations/dicts/de_DE.toml @@ -58,7 +58,8 @@ colorschemes = """Built-in colorschemes: solarized16-dark solarized16-light monokai - vice""" + vice + nord""" # TRANSLATORS: Please don't translate the widget **names** widgets = """Widgets that can be used in layouts: cpu - CPU load graph @@ -77,7 +78,7 @@ scale="Stellen den Skalierungsfaktor ein, >0" version="Zeigen die Version aus und beenden." percpu="Show each CPU in the CPU widget." cpuavg="Show average CPU in the CPU widget." -temp="Show temperatures in fahrenheit.Show temperatures in fahrenheit." +temp="Show temperatures in fahrenheit." statusbar="Show a statusbar with the time." rate="Refresh frequency. Most time units accepted. \"1m\" = refresh every minute. \"100ms\" = refresh every 100ms." layout="Name of layout spec file for the UI. Use \"-\" to pipe." diff --git a/translations/dicts/en_US.toml b/translations/dicts/en_US.toml index 131ec1c..fb19374 100644 --- a/translations/dicts/en_US.toml +++ b/translations/dicts/en_US.toml @@ -58,7 +58,8 @@ colorschemes = """Built-in colorschemes: solarized16-dark solarized16-light monokai - vice""" + vice + nord""" # TRANSLATORS: Please don't translate the widget **names** widgets = """Widgets that can be used in layouts: cpu - CPU load graph @@ -77,7 +78,7 @@ scale="Graph scale factor, >0" version="Print version and exit." percpu="Show each CPU in the CPU widget." cpuavg="Show average CPU in the CPU widget." -temp="Show temperatures in fahrenheit.Show temperatures in fahrenheit." +temp="Show temperatures in fahrenheit." statusbar="Show a statusbar with the time." rate="Refresh frequency. Most time units accepted. \"1m\" = refresh every minute. \"100ms\" = refresh every 100ms." layout="Name of layout spec file for the UI. Use \"-\" to pipe." diff --git a/translations/dicts/eo.toml b/translations/dicts/eo.toml index 51cc768..0529926 100644 --- a/translations/dicts/eo.toml +++ b/translations/dicts/eo.toml @@ -58,7 +58,8 @@ colorschemes = """Enkonstruitaj kloraj skemoj: solarized16-dark solarized16-light monokai - vice""" + vice + nord""" # TRANSLATORS: Please don't translate the widget **names** widgets = """Enpaĝigaj Fenestraĵoj: cpu - CPU ŝarĝa grafilo diff --git a/translations/dicts/zh_CN.toml b/translations/dicts/zh_CN.toml index 8c8b44b..b1fd71f 100644 --- a/translations/dicts/zh_CN.toml +++ b/translations/dicts/zh_CN.toml @@ -58,7 +58,8 @@ colorschemes = """内建配色方案: solarized16-dark solarized16-light monokai - vice""" + vice + nord""" # TRANSLATORS: Please don't translate the widget **names** widgets = """可被用于布局方案的组件名: cpu - CPU 负载图 diff --git a/widgets/mem.go b/widgets/mem.go index 19656bb..afa2d52 100644 --- a/widgets/mem.go +++ b/widgets/mem.go @@ -26,8 +26,10 @@ func NewMemWidget(updateInterval time.Duration, horizontalScale int) *MemWidget mems := make(map[string]devices.MemoryInfo) devices.UpdateMem(mems) for name, mem := range mems { - widg.Data[name] = []float64{0} - widg.renderMemInfo(name, mem) + if mem.Total > 0 { + widg.Data[name] = []float64{0} + widg.renderMemInfo(name, mem) + } } go func() { @@ -35,7 +37,9 @@ func NewMemWidget(updateInterval time.Duration, horizontalScale int) *MemWidget widg.Lock() devices.UpdateMem(mems) for label, mi := range mems { - widg.renderMemInfo(label, mi) + if mi.Total > 0 { + widg.renderMemInfo(label, mi) + } } widg.Unlock() } @@ -47,7 +51,7 @@ func NewMemWidget(updateInterval time.Duration, horizontalScale int) *MemWidget func (mem *MemWidget) EnableMetric() { mems := make(map[string]devices.MemoryInfo) devices.UpdateMem(mems) - for l, _ := range mems { + for l := range mems { lc := l metrics.NewGauge(makeName("memory", l), func() float64 { if ds, ok := mem.Data[lc]; ok {