xmtop/translations/dicts.go

426 lines
65 KiB
Go
Raw Normal View History

2020-06-19 23:01:26 +08:00
// Code generated by go-bindata. (@generated) DO NOT EDIT.
//Package translations generated by go-bindata.// sources:
// translations/dicts/de_DE.toml
// translations/dicts/en_US.toml
// translations/dicts/eo.toml
2020-06-19 23:01:26 +08:00
// translations/dicts/tt_TT.toml
// translations/dicts/zh_CN.toml
package translations
import (
"bytes"
"compress/gzip"
"fmt"
"net/http"
"io"
"io/ioutil"
"os"
"path/filepath"
"strings"
"time"
)
func bindataRead(data []byte, name string) ([]byte, error) {
gz, err := gzip.NewReader(bytes.NewBuffer(data))
if err != nil {
return nil, fmt.Errorf("read %q: %v", name, err)
}
var buf bytes.Buffer
_, err = io.Copy(&buf, gz)
clErr := gz.Close()
if err != nil {
return nil, fmt.Errorf("read %q: %v", name, err)
}
if clErr != nil {
return nil, err
}
return buf.Bytes(), nil
}
type asset struct {
bytes []byte
info os.FileInfo
}
type bindataFileInfo struct {
name string
size int64
mode os.FileMode
modTime time.Time
}
// Name return file name
func (fi bindataFileInfo) Name() string {
return fi.name
}
// Size return file size
func (fi bindataFileInfo) Size() int64 {
return fi.size
}
// Mode return file mode
func (fi bindataFileInfo) Mode() os.FileMode {
return fi.mode
}
// ModTime return file modify time
func (fi bindataFileInfo) ModTime() time.Time {
return fi.modTime
}
// IsDir return file whether a directory
func (fi bindataFileInfo) IsDir() bool {
return fi.mode&os.ModeDir != 0
}
// Sys return file is sys mode
func (fi bindataFileInfo) Sys() interface{} {
return nil
}
type assetFile struct {
*bytes.Reader
name string
childInfos []os.FileInfo
childInfoOffset int
}
type assetOperator struct{}
// Open implement http.FileSystem interface
func (f *assetOperator) Open(name string) (http.File, error) {
var err error
if len(name) > 0 && name[0] == '/' {
name = name[1:]
}
content, err := Asset(name)
if err == nil {
return &assetFile{name: name, Reader: bytes.NewReader(content)}, nil
}
children, err := AssetDir(name)
if err == nil {
childInfos := make([]os.FileInfo, 0, len(children))
for _, child := range children {
childPath := filepath.Join(name, child)
info, errInfo := AssetInfo(filepath.Join(name, child))
if errInfo == nil {
childInfos = append(childInfos, info)
} else {
childInfos = append(childInfos, newDirFileInfo(childPath))
}
}
return &assetFile{name: name, childInfos: childInfos}, nil
} else {
// If the error is not found, return an error that will
// result in a 404 error. Otherwise the server returns
// a 500 error for files not found.
if strings.Contains(err.Error(), "not found") {
return nil, os.ErrNotExist
}
return nil, err
}
}
// Close no need do anything
func (f *assetFile) Close() error {
return nil
}
// Readdir read dir's children file info
func (f *assetFile) Readdir(count int) ([]os.FileInfo, error) {
if len(f.childInfos) == 0 {
return nil, os.ErrNotExist
}
if count <= 0 {
return f.childInfos, nil
}
if f.childInfoOffset+count > len(f.childInfos) {
count = len(f.childInfos) - f.childInfoOffset
}
offset := f.childInfoOffset
f.childInfoOffset += count
return f.childInfos[offset : offset+count], nil
}
// Stat read file info from asset item
func (f *assetFile) Stat() (os.FileInfo, error) {
if len(f.childInfos) != 0 {
return newDirFileInfo(f.name), nil
}
return AssetInfo(f.name)
}
// newDirFileInfo return default dir file info
func newDirFileInfo(name string) os.FileInfo {
return &bindataFileInfo{
name: name,
size: 0,
mode: os.FileMode(2147484068), // equal os.FileMode(0644)|os.ModeDir
modTime: time.Time{}}
}
// AssetFile return a http.FileSystem instance that data backend by asset
func AssetFile() http.FileSystem {
return &assetOperator{}
}
var _de_deToml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xac\x58\xdd\x72\xdb\xb8\x92\xbe\xe7\x53\xf4\xe2\xd4\xd9\x64\x52\x91\x62\xc9\x49\x26\x61\x42\x57\xd9\xb1\xe2\xb8\x62\x67\xbd\x96\x3d\xa9\x9d\x38\x17\x20\xd9\x24\x71\x44\x82\x3c\x00\x28\x8d\x65\xf9\x4d\xb6\x6a\x6f\xf2\x0c\xb9\xca\x9d\x5e\x6c\xab\x01\xe8\x37\xf6\x99\xe4\xd4\x5c\x89\x02\xba\x1b\x8d\xfe\xf9\xba\x1b\x49\x2d\x33\x91\x67\xa2\xc4\x88\xbd\xb7\xdf\xad\xe2\x46\xd4\x52\xa7\xdc\xa0\x60\x41\xab\x79\x8e\x11\xfb\x0d\xd5\x04\x65\xda\xca\x3c\x84\x9b\x9d\x5b\xf8\x54\x37\x44\x85\xf2\xf3\x95\xbc\x92\xff\xe5\xff\x84\x57\x92\x05\xa6\x36\xbc\x8c\xd8\x11\x6a\x5e\x19\x16\x04\xc1\xa7\x02\xcb\xe6\x73\xd0\x70\x53\xe8\x88\x7d\xe0\x49\x01\x25\x4f\x63\xae\x50\xc2\x5b\xae\x62\x9d\x14\x58\x71\xc3\xa1\x95\x29\x9c\xf0\xeb\xba\x35\x1a\x74\x3d\x11\x08\x29\x2a\xb8\x43\x2d\x98\x08\x95\x82\x90\x76\x3f\xab\xcb\x1c\x65\x8a\x12\xce\x51\x14\x28\xed\x7f\xc8\x51\xb7\x49\x61\x42\x16\x94\x75\x1e\xb1\x43\x81\x70\xa6\x6a\x53\x8f\xea\xb2\x74\x32\x62\xcc\x84\x4c\xd1\x80\x16\x49\x41\xc2\x6e\x76\x6e\x59\x30\x51\xc2\x18\x94\x5b\xd6\x20\x71\x49\xa1\x04\xc6\x28\x81\xb7\x99\xa3\xa5\x7b\x45\x8c\xb1\xe0\x00\xad\x02\x21\xfc\x13\x6a\x52\xe9\xf5\x9b\x4e\xb2\x17\x04\x67\xaa\x9e\xa2\xd6\x92\x8f\x45\x6e\xc5\x84\x01\x40\x07\x46\xf6\xa2\xaf\x2f\x9b\xbd\x10\xea\x18\xa5\x5d\xfc\x87\x5b\x3c\xac\x27\x72\x2f\x04\x29\x30\x45\x65\x37\x5e\xbf\xe9\xb4\x7b\x21\x14\xbc\x8c\x11\x86\x28\x0c\x82\x24\x13\x2e\x39\x5f\xbf\xe9\xa4\x77\x11\xb4\xd2\xac\x28\xe2\xbd\x10\x72\x2e\xa7\xf7\x8a\xc8\xee\x22\x58\x89\xc8\x73\xa7\xdf\xbb\xba\x42\xd2\x6f\xc1\x0e\xba\x51\x42\xe6\x9e\xea\xc8\x11\x0d\x64\xba\xa0\xb1\x12\x56\x44\x64\x92\x04\xb5\x06\x9e\x58\x6f\x3a\x83\xbc\xbe\xe0\xa4\x9f\x37\x57\xae\xda\xa6\x11\xa8\x5a\x99\x43\x5b\xe9\xa4\xe0\xe5\x42\x8b\x34\x0d\xc1\xd9\x1a\x50\x48\xeb\x0a\x9d\xe3\x64\xfe\xa5\x20\x92\x85\x00\xe7\x03\x22\x80\x23\x92\x85\x30\xae\x97\x9b\x28\xa1\x12\x06\x86\xc7\x47\x17\x83\xf3\x53\x78\xd8\x7b\xf6\x8b\x13\xbd\xfb\x17\x8a\xfe\xef\xcb\xe3\x0b\x78\xb8\xeb\x25\xbf\x0c\xc1\xcc\xbf\x9a\xbf\x42\xf0\xfb\xe3\x93\x13\x78\xf8\xf2\x97\x65\x6c\xe9\x5a\x19\x67\x2b\x67\xca\x24\x84\x37\x67\x97\xf6\xb3\x0a\xe1\x14\x2b\xfb\xd9\x84\x70\x76\x7c\xb8\x64\xca\x44\x69\xd6\x78\x9e\x84\xf0\xd6\xae\x40\x8c\x5c\xc5\xe4\x7e\x67\xee\x87\xa4\xa5\x42\x99\xda\x3c\x3b\xf0\x9b\xad\xcc\x7f\x21\x46\xeb\xb9\x81\x34\xa8\xf6\x96\x02\xf8\x68\x8a\x0d\x29\x64\x25\xf8\xd0\x4a\xf6\x7c\x58\xe8\x84\x37\xb8\x22\x2e\xe7\x5f\x29\xf5\x65\x10\xbc\x39\xbb\xec\x58\x9a\x53\xac\x3a\x47\x8a\x37\x45\x67\x38\xe2\xe5\xfa\xc5\x8a\x10\xb4\x5b\x42\x09\xc2\xe9\x57\xae\xad\x05\xc1\x07\x34\xd3\x09\xaa\x91\xa3\x8f\x43\xb8\x5c\x06\x0f\x4c\x27\xc2\x1e\x05\xa7\x07\xc2\xc0\x13\xd0\xf6\x34\xcf\x4c\x04\x07\xd7\x06\x35\x34\xaa\x86\x21\x8e\x5a\x99\x62\x40\x79\xfd\x37\x98\xff\xef\xc1\xe0\x7c\x38\xb8\xf8\x7d\x70\x1e\xc2\x01\x41\x03\xcc\xbf\xc5\xa8\x34\x9a\x29\x4a\x18\x12\x46\x09\xf4\xa8\xd5\x79\xf4\xe8\x03\xaf\x50\x3e\x7a\x04\x52\x24\x85\x09\x4a\x0f\x66\x11\x30\xc6\x06\x94\x02\x31\x6f\xcd\x82\xdc\x46\x3f\xa4\x98\xf1\xb6\x34\xf4\x59\x09\x29\x2a\x5e\xd2\x67\xcc\x8d\x41\x75\x4d\x9f\x23\x61\x48\x75\x2d\xe4\xe8\xa7\x74\x5a\x41\xeb\x77\x7a\x25\x75\x59\x2b\xbb\x87\xdf\x2b\xb7\x0e\xc9\xdb\x1a\xfa\xcf\x4e\xca\xd5\x08\x1e\x66\xf3\x6f\x0a\x26\x28\xe6\xff\x87\x12\xde\x09\x0a\x85\x5c\xb5\x32\xa5\xb8\x07\x5d\x97\x5c\x89\x29\xa6\x1b\x7f\x7a\xcf\x2d\xef\xf6\x5a\x29\xf2\xc2\x99\xa0\x96\xf5\x88\x0b\xfa\x1c\x8b\x04\xe9\x57\xd6\x2a\xfd\xa9\x8b\x7f\x14\x69\x8e\xdf\x3b\x63\x62\x97\xfd\x7d\x1d\x8d\x7e\x6c\x19\x84\x5c\x96\x9d\xb1\xab\x73\x68\x60\x82\x8a\x6a\xca\x68\xfe\x55\x52\x65\x23\x4d\x92\xa6\xb5\x31\x4d\xe1\x7a\xc2\xb5\x49\x05\xcf\x15\xaf\x2a\xab\x38\x56\x76\xef\xac\xb8\xd6\x36\xd6\xe0\x3f\x61\x38\xe1\x4d\x67\xd8\xa0\x48\x0a\x54\x4b\xd1\x12\x8e\x14\xcf\x84\xb5\x81\xc1\xaa\x21\xae\x21\x4a\xca\x64\xac\x1a\x54\xdc\xb4\x3e\x7d\x52\xa1\x47\xb4\xbb\x2a\xbe\x36\x11\x9b\xc5\x11\x12\xde\xa2\x36\x4d\x49\xb1\x22\x1b\xae\x8c\x20\x50\x25\xce\xa6\x9e\xa0\x82\x0e\x0c\x08\x50\x0e\x6c\x2c\x09\xd4\x86\xcb\xdc\x99\x14\x8d\x55\x76\x91\x32\x25\xd7\xd6\xfa\x8d\xaa\x13\x0d\x1d\x38\x26\x57\xf2\x91\x11\x63\x5c\x60\x50\x29\xb4\x41\x
2020-06-19 23:01:26 +08:00
func de_deTomlBytes() ([]byte, error) {
2020-06-19 23:01:26 +08:00
return bindataRead(
_de_deToml,
"de_DE.toml",
2020-06-19 23:01:26 +08:00
)
}
func de_deToml() (*asset, error) {
bytes, err := de_deTomlBytes()
2020-06-19 23:01:26 +08:00
if err != nil {
return nil, err
}
info := bindataFileInfo{name: "de_DE.toml", size: 7374, mode: os.FileMode(420), modTime: time.Unix(1611683186, 0)}
2020-06-19 23:01:26 +08:00
a := &asset{bytes: bytes, info: info}
return a, nil
}
var _en_usToml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x9c\x58\x5f\x73\xd4\x38\x12\x7f\xf7\xa7\xe8\xd3\xd6\x2e\x90\x4a\x86\xcc\x04\x16\x30\x38\x55\x10\x02\x97\xda\x84\xcd\xe6\xcf\x51\x57\x84\x07\x8d\xdd\x63\x6b\x63\x4b\x5e\x49\x9e\x61\x2e\x93\xef\x7e\xd5\x2d\x79\xfe\x84\x70\xb7\xf0\x64\xa9\xd5\xdd\xea\x56\xb7\x7e\xdd\x72\x6e\xf4\x44\x95\x13\x55\x63\x26\x0e\x78\x0c\x34\x11\x49\xe7\x64\x89\x99\xb8\xa4\x4f\x0a\x37\xbb\xb7\xf0\xc9\xb4\x5e\x19\xed\x3e\x5f\xe9\x2b\xfd\x7b\x18\xa7\x57\x5a\x24\xde\x78\x59\x67\xe2\x82\x3e\x22\x49\x92\x4f\x15\xd6\xed\xe7\xa4\x95\xbe\x72\x99\x38\x36\xb2\x90\xe3\x1a\x21\x37\xb5\xb1\x2e\xaf\xb0\x41\x07\xbf\x40\x2d\xe7\xa6\xf3\x6e\x1b\xa4\x2e\xc0\x57\xb4\xbe\xdc\x7e\x1b\xa4\x45\x70\x28\x6d\x5e\x61\x01\x13\x63\xb7\x41\x69\x30\xb6\x40\x9b\x8a\xa4\x36\x65\x26\x2e\x2a\x84\xda\x04\x7e\x50\x8e\xd6\x6f\x76\x6f\x45\x32\xb3\xca\x7b\xd4\x4b\x77\xe2\x1c\xbc\x09\xeb\x64\x5c\x26\x84\x48\xfe\xe8\x94\x4f\xe1\x2f\x30\x16\x5e\x1d\xec\xe4\xfb\x49\x72\x6a\x4d\x8e\xce\x81\x96\x53\x55\x4a\x72\x30\x4d\x00\x76\xe0\x9a\x6d\x7c\x75\xd9\xee\xa7\xd0\xb5\x4c\xfa\x33\x90\xde\x9a\x99\xde\x4f\xa1\x30\x33\xcd\xe4\x57\x07\x3b\xdd\x7e\x0a\x95\xac\x27\xd0\xca\x12\x7b\xf6\x57\x07\x3b\xc5\x06\x7d\x5d\x62\xbc\x9f\xc2\xa4\xab\xeb\xbb\x12\x93\x0d\xfa\x52\xa2\x2c\xc3\xde\xff\x34\x0d\xee\xa7\xf0\x67\xd7\xb4\xe4\x9c\x37\x41\xf0\x7d\x58\x3d\xd4\xc5\xda\xe2\xd8\x78\x6f\x9a\x95\x87\x32\x0f\xe1\x0b\x5b\x5d\x48\x32\xc1\x9b\xb2\xac\x11\xda\xc8\x52\x5a\xd3\xb5\x4a\x97\xcc\x52\x14\x29\x5c\xab\xba\x06\x87\x35\xe6\x1e\x8b\x25\x9b\xb1\x81\x13\xcc\xa4\xa7\xa1\x83\x99\xf2\x15\x9c\x1f\xbd\xbf\x38\x3c\x3b\x81\x87\xc3\xa7\x8f\x82\x96\xbd\x1f\xd3\xf2\xc7\xe5\xd1\x05\x3c\xdc\x8b\x4a\x5e\xfc\x98\x92\xdf\x8e\x8e\x8f\xe1\xe1\x8b\x47\xab\x43\x70\xc6\x7a\xa5\xcb\x70\x08\x79\x0a\x07\xa7\x97\x3c\x6c\x52\x38\xc1\x86\x87\x6d\x0a\xa7\x47\x6f\x57\x22\x13\x55\x7b\xb4\x4b\xa1\xc7\x29\x38\x2f\xad\x07\x2c\x14\xa9\x8a\xeb\xbc\xf6\x70\x56\x51\x66\xc6\x95\x47\x24\xc0\x87\x7d\xa8\x3d\xda\xfd\x14\x64\x9e\x63\xeb\x57\x12\x31\xe8\xf9\x7e\x8c\x9f\xcb\x65\x4b\xf1\xcd\x6b\x94\xb6\x67\x4b\x0e\x4e\x2f\x79\xfd\x04\x1b\x28\xad\x6c\x2b\x70\xb9\xac\x97\x06\x55\x29\xcf\x11\x54\xc8\x95\xba\x9f\x9b\xce\x27\xc9\x07\xf4\x33\x63\xaf\x03\xeb\x78\x19\xf1\x31\xfa\x19\xa2\x86\x66\xdc\x3a\x56\xce\x22\x05\x8c\xe7\x1e\x1d\xb4\x68\xc1\x61\x6e\x74\x91\xd0\xad\xf9\x09\x2e\xce\x5e\x7f\x38\x3f\x7e\x7d\xf1\xfb\xd9\x79\x0a\xa7\x35\x4a\x47\xc9\xa9\x1f\x78\xf0\x56\x6a\x57\x4b\x8f\x7c\x9f\xc3\x05\x87\xad\x2d\x2d\x1b\x74\x5b\x5b\x49\xbc\xf1\x90\x81\x10\xe2\x4d\xa7\x6a\xbf\xa3\x74\x8f\x03\x7c\x3e\x05\x4e\x64\x57\x7b\x1a\x36\x4a\xab\x46\xd6\x34\x1c\x4b\xef\xd1\xce\x69\x78\xad\x7c\x5e\xa1\x76\x4a\x5f\x7f\x9f\x31\x0c\x3e\x8c\x3d\x6b\x06\x6d\x20\xd2\xa6\x55\xeb\x4b\x77\x4d\x8b\xc3\x9d\x42\xda\x6b\x78\x38\x31\x16\x66\x95\xf2\x08\x63\x99\x5f\x53\x02\xea\x82\x32\x15\x9c\xa9\xa5\x55\xff\xc1\x62\x63\x32\xfc\x95\xe5\xee\xd2\x6a\x55\x56\xc1\x6f\xa3\xcd\xb5\x54\x34\x9c\xaa\x1c\xe9\xab\x8d\x2d\xbe\xcf\xdb\x99\x2a\x4a\x5c\x3f\xfa\x40\x88\x4e\x7e\x8c\x13\x5f\x49\x0f\xb9\xd4\x30\x46\xe8\x1c\x16\x70\x27\x1a\x79\xdb\x71\x56\x52\xce\xd5\x46\x16\x21\xe1\xd8\x48\x6c\x78\xe5\xb4\x9a\x3b\x95\xcb\x1a\x7e\x01\x37\x93\x2d\xd1\x8d\x9d\x93\xb2\x15\xaf\xc7\xa6\x25\xde\x73\xd4\xce\x58\x9e\xa2\x95\xbe\xb3\xe8\xf8\x30\x95\xbb\xde\x50\xc5\x84\x56\x5a\xaf\x08\xa2\x48\x17\xb1\xb5\x66\x86\x16\x76\xe0\x75\x9f\x0d\x30\x96\x7c\x6b\x34\x7a\x36\x25\xe6\x36\x1b\xca\x02\xd6\xe4\x0e\x76\xe0\x88\xae\x1b\xc1\xdd\x74\x05\x6d\xb5\x72\x9e\x0e\x34\x49\x3e\x49\x5b\xba\xcf\xb1\x26\x9c\x57\x66\x06\xbe\x52\x0e\x5c\x6e\x11\xf5\x40\x84\x0c\xc9\xc4\x39\x7a\x90\xeb\x39\x31\x10\x09\x5f\x92\x4c\xbc\x5f\x5e\x42\x84\x89\xcc\x3d\x95\xaa\xfd\x5d\x91\x4c\xd1\x3a\x65\x74\x26\x4e\xad\xd2\x1e\xe2\x94\xaf\x17\x7e\x51\x7e\x20\x92\x16\x6d\xde\x76\x71\x5b\x94\x79\xc5\x07\xad\x34\x47\x90\x86\x21\x68\x64\x45\xdb\xc9\x69\x19\x39\xe5\x14\x2d\xd5\x83\x6f\x31\xd3\x01\xf7\xbe\xac\x9d\x35\xf1\x4e\x64\x65\x51\x57\xc8\xdb\x3b\x2f\x7d\xe7\xc6\xd2\xf6\x7a\x61\x49\x09\x98\x49\x9a\xbd\x62\x5f\xad\xf4\x98\x89\x33\x9c\x58\x74\x15\x4c\x2c\xfe\xd5\xa1\xce\xe7\x03\x38\x31\xce\x33\x13\x74\x5a\x
2020-06-19 23:01:26 +08:00
func en_usTomlBytes() ([]byte, error) {
2020-06-19 23:01:26 +08:00
return bindataRead(
_en_usToml,
"en_US.toml",
2020-06-19 23:01:26 +08:00
)
}
func en_usToml() (*asset, error) {
bytes, err := en_usTomlBytes()
2020-06-19 23:01:26 +08:00
if err != nil {
return nil, err
}
info := bindataFileInfo{name: "en_US.toml", size: 6199, mode: os.FileMode(420), modTime: time.Unix(1611683106, 0)}
2020-06-19 23:01:26 +08:00
a := &asset{bytes: bytes, info: info}
return a, nil
}
var _eoToml = []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\x23\xe6\xc3\x37\x03\x66\x46\x8f\x64\x31\x92\x8a\x52\xb1\x67\x0b\x93\x9b\xdc\x38\x49\xd6\x88\xa4\x71\x58\x50\x2a\xce\x67\x98\x9b\x01\x5c\x6d\x5f\xc3\x5b\x1a\x2a\x33\x79\x77\xa1\x2f\xf4\x3e\x3f\x0d\x2e\xb4\x48\xbc\xf1\xa8\x52\x71\xda\x54\x46\x24\x49\xf2\x76\x4c\xaa\x7e\x97\xd4\xe8\xc7\x2e\x15\x1f\x7f\x45\x7b\xf3\x81\x86\x0a\xa1\x54\xc6\xe2\x04\x5c\x49\x95\x99\xc0\xff\x03\xe9\x1a\x6f\x3e\xc8\xc2\x4c\xee\x41\x89\x13\x50\x08\xb8\x1a\xc0\x3d\x20\xe7\xd1\x81\xb1\x39\x82\x23\x7b\xf3\x0b\x7a\x59\x48\x37\x10\x89\x32\x45\x2a\x0e\x4d\xd1\x89\x82\xb7\x66\x2a\x6f\x3e\xa0\x83\x9b\x5f\x88\x43\x15\xc9\x7b\x2b\xbd\x27\xdd\x66\x65\x73\x03\xae\xb4\x72\x28\x6f\x3e\xc8\x15\x21\x8e\x35\x15\x42\x24\xfb\x4a\x5a\x39\x80\x7f\x03\x7e\xfc\x0d\x9e\xbd\xd8\xca\x9e\x27\xc9\xb1\x35\x19\xcd\x10\x34\x4e\x65\x81\xb9\x99\x0c\x12\x80\x2d\x28\x43\xb4\xcf\x4e\x9b\xda\x92\x7e\x3e\x00\x17\x1e\xc2\xd2\xa4\x5d\x3a\x42\xe5\xba\xd5\xaa\x7b\x0e\x02\xcf\x5e\x6c\x35\xcf\x07\x90\x37\x46\x23\x70\xfa\x06\xd6\x57\xf3\x8d\xd5\x4f\xd4\x87\xcf\x07\x50\x2b\xfa\x82\xfa\x68\x63\x75\x5d\xbd\x28\xda\xf8\xfe\x41\x93\xca\x70\xe4\xa8\xbc\x04\x54\xc1\x88\x69\x65\x7e\x68\x45\x5e\x49\xbd\x26\x11\x0d\x19\xbd\xdc\x16\x2c\xba\x1d\x79\x76\x88\xba\x20\xcf\x0a\xa8\x3c\x59\x2d\xa1\x0e\x42\x46\x43\x61\x9b\x5a\x16\x32\xc8\xe5\xf9\x00\x46\x52\x4b\x2e\x35\x29\x2a\xbd\xf4\x38\xd1\x9d\xec\x44\x87\xcd\xdf\xd0\x34\x1a\xca\x46\xc3\xe9\xc1\x0f\x67\xfb\x27\x47\x70\xbb\xff\xf0\x4e\x6b\x6b\xf7\xef\xd8\xfa\xe7\xf9\xc1\x19\xdc\xde\x8d\xa6\x9e\xfc\x1d\x53\x3f\x1e\x1c\x1e\xc2\xed\x27\x77\x96\x1b\x63\x6c\x2e\x17\x7b\x93\x0d\xe0\xc5\xf1\x79\x78\xac\x06\x70\x44\x95\xb1\x26\xfc\xab\x07\x70\x7c\xf0\x72\xa9\x35\x92\xca\xdb\x25\xca\xee\x0f\xa0\x34\x15\xe9\x4c\x82\xa5\x1c\x4b\x2f\x5b\x09\xa9\x62\xa1\x6e\xe7\x4d\x15\x97\x30\x97\x77\x58\x2b\xd4\x62\x5f\x4b\x2b\xb9\x12\x65\x46\xf5\x86\x56\x44\x49\xf6\xbc\x2d\xf2\xbe\x2b\xb1\x66\x59\x62\xf4\xaf\x48\x26\x2f\x8e\xcf\x83\x48\x88\x17\xa1\xb0\x38\x92\x8a\x8f\x10\x2a\xd9\xc6\x37\x1e\xc0\xcc\x54\x6d\x5d\x55\x80\x79\xf8\x9b\x9c\x90\x37\xad\xc4\x70\x89\x06\xa9\x3d\x59\xa8\x86\xb5\x0b\x56\xd9\x0c\xc1\x10\x27\xde\x4c\xa0\x36\x16\xf2\x06\x13\x3e\x85\xdf\xc0\xd9\xc9\xde\xeb\xd3\xc3\xbd\xb3\x37\x27\xa7\x03\x38\x56\x84\x8e\x20\x37\xfa\x96\x07\x6f\x51\x3b\x85\x9e\xc0\x8f\x09\x14\x5e\x9a\xc6\xc3\xdd\xbb\x1a\x2b\x72\x77\xef\x26\xed\x0b\x07\x29\x08\x21\xf6\x75\x69\xb4\xf3\xb6\xe1\x4a\xae\x10\x4d\xd8\xa4\x9c\x46\xd8\x28\xcf\x8f\x95\xd4\xb2\x42\xc5\x8f\x43\xf4\x9e\xec\x25\x3f\x96\xd2\x67\x63\xd2\x4e\xea\xf2\xeb\x82\xca\x8c\x32\xd6\x65\x63\xaa\x68\x25\xb2\x95\xb7\x9f\x0d\x6f\x8d\x17\x37\x23\x8c\x8f\x5b\x39\xda\x12\x6e\xf3\x5e\x0d\x15\xea\x12\x61\x64\xb4\x61\xf8\x82\x33\x0a\xad\x9c\x51\xbe\xf6\xa7\xff\x5d\x50\xd9\x7c\xa7\x64\x31\x6e\x33\x37\xda\x94\xc8\xe5\x83\xa9\xcc\x88\x7f\xb5\xb1\xf9\xd7\xe5\xfb\x5e\xe6\x05\xad\x16\xa1\x7d\xb1\xc8\xb2\xdd\x76\x9c\xc0\x2b\xd2\xe4\xbc\xc5\x9b\xdf\x63\x86\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\x7d\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\x3d\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\x13\x47\x1d\x4e\x92\xd1\xf7\xe0\xf9\xb6\x48\xa6\x64\x9d\x34\x3a\x15\x47\x46\x7b\x2b\x21\xfe\x0f\x27\x2e\x1c\xf0\x9e\x48\x6a\xb2\x59\xdd\x2c\x44\x6e\x7e\xe1\x20\xb8\x08\xa4\x99\xfd\x5e\x1c\x9f\x6f\x8d\x96\xb5\xe2\xa8\xea\x06\xa7\xc5\x42\x21\xb4\xa6\x3f\xd6\xe0\x4a\
func eoTomlBytes() ([]byte, error) {
return bindataRead(
_eoToml,
"eo.toml",
)
}
func eoToml() (*asset, error) {
bytes, err := eoTomlBytes()
if err != nil {
return nil, err
}
info := bindataFileInfo{name: "eo.toml", size: 6536, mode: os.FileMode(420), modTime: time.Unix(1611683234, 0)}
a := &asset{bytes: bytes, info: info}
return a, nil
}
var _tt_ttToml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x9c\x58\x5b\x73\xdb\xb6\x97\x7f\xe7\xa7\x38\x8b\x4e\x9b\xcb\xc4\x8a\x25\x27\x69\xc3\x94\x9e\x49\x1c\x27\xeb\xa9\x9d\xba\xbe\x6c\x66\x27\xce\x03\x44\x1c\x92\xa8\x40\x00\x05\x40\x29\x5a\xcb\xdf\x7d\xe7\x00\xa4\x24\xc7\xce\xbf\x69\xdf\xa8\x83\x73\xc7\xb9\xfc\xa0\xd2\xe8\x4a\xd6\x95\x54\x58\xb0\x83\x77\xef\xe1\xdd\xf1\x21\xcb\x3a\xcf\x6b\x2c\x18\xd6\xdc\x5f\xe6\x70\xbd\x7b\x03\x9f\xbc\x36\x32\x58\xf3\xf9\x4a\x5f\xe9\xf4\xfd\x7b\x7e\xa5\x59\x16\x4c\xe0\xaa\x60\x8a\x07\x73\xc1\xb2\x2c\xfb\xd4\xa0\xb2\x9f\x33\xcb\x43\xe3\x0b\xe6\x50\x38\x03\x5a\xc2\x13\x67\x2a\x10\xd8\x94\x8e\xa3\x07\x74\x1c\x9e\xa0\x92\x15\xd4\xb2\xd2\xa6\x04\x6c\x02\x08\xcd\xe1\x89\x0f\x9d\x59\x72\x05\x3f\x81\xc7\x16\x9b\xd2\x3b\xa3\xe8\x5c\x4d\xb9\xe0\xe6\x38\x67\x99\x32\x75\xc1\xb4\x04\x2f\x21\x69\x30\x0a\xb0\xb9\x20\x2f\x59\xb6\x70\x32\x04\xd4\x05\x33\x01\x34\x86\x20\xdd\x22\x99\x38\x48\xe7\xe4\x5c\xc1\x18\xcb\xf6\xcb\x9d\x83\x5f\xc1\x19\xf8\x0b\xf2\x20\xbb\x3f\xb2\x2c\xa7\xa0\x78\x2d\xe7\x5c\x83\xf7\x58\x1a\x77\x9a\xd9\x0e\xf2\x7d\x7b\xf9\x6b\xf4\x6d\x06\x3b\x00\x99\x5e\x18\x01\xf9\xbe\x5e\x98\xb7\x89\xfc\x67\x24\xdb\x0e\xb0\xe6\x16\x2a\xc5\x1b\xc8\xf7\x3b\xd2\xbe\x66\xdf\x3e\x11\xc3\xc9\x20\xa1\x54\x57\x41\xbe\x3f\xbd\x2b\xd1\x9f\x54\x6b\x09\x13\xc0\x04\xb0\x6d\xf7\x27\xe4\xfb\xd8\x9a\xff\x4e\x1e\xd4\x75\x3c\x6e\x4d\x08\x66\xba\xc5\x21\xf4\x61\x62\x78\x1f\xcf\xb3\x3c\xde\x5b\xc9\xd7\xe1\xd5\x5a\xda\xce\xb8\xba\x27\x58\x40\x55\xd7\x26\x90\x37\xfc\x22\xd9\x7c\xf4\x7c\xfc\x10\x4e\xce\x0e\x2f\xde\x1f\x9d\x43\x13\xe4\x02\x3c\x0e\xdc\x95\x81\x24\xee\xcc\x5a\x83\xc0\x50\xa2\x42\x0f\x4a\xc9\x19\xe4\x42\x24\x2d\x7b\x0f\xe1\xe2\xe8\xf2\x8f\x7f\xa7\x64\xaf\x57\xf2\xf2\x21\x1c\x1f\x1f\xfd\xf6\xef\x94\xbc\x14\x7d\x12\x6a\x2d\x83\x33\x7e\x9d\x84\xcb\xd3\x03\xc8\xcb\x94\x41\x3c\x81\xbc\x8d\x9f\x6f\x8f\x4e\x21\xb7\x1b\x11\x87\x81\x8a\x6d\x10\xea\x7f\x92\x2e\x29\x10\x82\xe3\xc1\x43\xfe\x34\xf2\xe7\x8f\x06\x32\x2a\xd9\x2c\x1e\x46\x62\x2f\x10\x2c\x96\x25\x87\x7c\xdf\x61\xa0\xdb\xd9\x01\xd8\x1c\x3a\x8e\xaa\xa4\x9b\xb5\xbc\xf4\xfd\xd5\xa5\x3a\x4d\x6c\xd1\x11\xc5\x4b\x0f\x8d\xe5\xae\x06\x72\x97\x78\x2e\x4f\x0f\x32\x4d\xdd\x40\x47\x79\x13\xed\x85\xce\x0c\x04\xd5\x47\x31\x73\x66\x11\xf0\x43\x26\xb4\x29\xd1\x83\x43\x0b\x1e\xc3\x72\x0a\x22\x31\x92\x2a\x6f\xa7\x2d\x68\xc4\x45\xc0\xe9\xba\x1a\xa6\x51\x01\x75\xcd\x0f\x70\x71\xf6\xfa\xc3\xf9\xf1\xeb\x8b\xdf\xcf\xce\x73\x38\x55\xc8\x3d\x82\x30\xfa\x41\xa0\x1c\x68\xaf\x78\x40\x08\x0d\x82\xe2\x4b\xd3\x05\x78\xfc\x58\xf3\x16\xfd\xe3\xc7\x59\x22\x78\x28\x80\x31\x36\x74\xb9\x96\x3b\x41\xc9\xee\x4d\x9e\x01\x40\x50\x1d\xaf\x50\xd0\xa7\xe2\xad\xd4\xb2\xa5\xcf\xa5\xc3\x10\xf8\x94\x3e\x67\x5a\x7a\x8d\x4d\x19\xe4\xec\x9f\x39\x53\x1a\x65\x5c\xd9\x60\x8b\x5b\x0e\x45\xa2\x8f\xd4\xc1\xab\xed\x89\xf3\x2d\xd7\x1e\x09\x4d\x95\x36\x2b\xf9\x14\x30\xc8\x66\x01\xce\x54\x0f\x61\xe6\xb8\xd8\xd9\x62\x13\xf8\x7f\xd2\x71\x65\x7c\x74\x9c\x0e\x5f\x8c\x6f\xd1\x42\x53\x4b\xf5\x35\x51\xf2\x99\xd1\x26\xc6\x8d\xa5\x9c\xff\xb3\x28\x17\x52\xd4\xb8\x9d\xf2\x44\xb8\x93\x72\x10\xe8\x3b\xc0\x29\x68\x5e\x42\xe0\x4d\x00\x1f\xb0\x16\xf2\x63\x0c\x35\x95\x96\xe0\x46\x51\x5d\xc5\xca\xeb\x6c\xb9\x39\x21\xd9\xa5\x33\x2d\xb6\x60\xf9\xc2\xc3\x4f\xa0\x78\x29\xfd\xb2\x39\x8d\xbc\x2d\x46\xef\x3d\xba\x2e\x70\x87\xb6\xc5\x00\xce\x78\x8d\xe7\x74\x4c\x3f\x63\x70\xbe\x03\x9a\x45\x32\x38\x6e\x61\xe6\xa5\xb8\xa5\x85\x08\xc4\xe6\xf8\x74\xb8\x7f\x78\x0d\x3b\xe0\x70\x61\x6c\xcc\x2e\xb9\xd7\xd7\x73\x34\x1b\x50\xc7\xa4\x7a\xa9\x36\xc3\x6c\x4e\xc3\x8e\x1a\xed\x08\x76\xc0\x13\x8d\x12\x9a\x65\x9f\xb8\xab\xfd\xe7\x7e\x17\x8c\x34\xa2\x2b\x3d\x78\xd9\x04\x58\x98\xe6\x9c\xa5\xca\x28\xd8\x68\xbb\x1c\x38\x04\x3c\x67\x99\x2f\x39\x2d\xca\xdd\x7d\x5a\x68\xa1\xe4\x55\xdf\x64\x94\x9b\xf7\x2c\x9b\xa3\xf3\xd2\xe8\x82\x8d\x82\xfc\x82\xb1\xa3\xb4\x91\xde\xe1\x1c\x82\x96\xee\x94\x65\x16\x5d\x69\x3b\x62\xa0\x94\x2f\x62\x8e\x69\xf9\x69\x19\x3f\x9b\x92\xe3\xe0\x85\xed\xf8\xbc\xfe\x26\x27\xd6\xdc\xe1\x9c\xf7\xcc\x01\x5b\x1b\xad\x62\xa3\xd1\x35\xbc\x22\xb6\x5b\x97\x40\x7c\x7f\x77\xce\x32\x1f\x78\xe8\xfc\x94\xa7\xf0\x65\x88\x16\xe3\xb0\x75\x7c\xea\xbb\x40\x
2020-06-19 23:01:26 +08:00
func tt_ttTomlBytes() ([]byte, error) {
2020-06-19 23:01:26 +08:00
return bindataRead(
_tt_ttToml,
"tt_TT.toml",
2020-06-19 23:01:26 +08:00
)
}
func tt_ttToml() (*asset, error) {
bytes, err := tt_ttTomlBytes()
2020-06-19 23:01:26 +08:00
if err != nil {
return nil, err
}
info := bindataFileInfo{name: "tt_TT.toml", size: 6106, mode: os.FileMode(420), modTime: time.Unix(1611683613, 0)}
2020-06-19 23:01:26 +08:00
a := &asset{bytes: bytes, info: info}
return a, nil
}
var _zh_cnToml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x9c\x58\xeb\x73\xd3\xd6\xb6\xff\xae\xbf\x62\xdd\xdd\xe9\xd0\x32\xe0\xc6\x0e\x14\x30\x88\x99\x5e\xca\xed\x65\x2e\xbd\x97\xe1\x71\xcf\x9c\x21\x7c\x50\xac\x6d\x5b\x8d\x2c\xe9\x48\xdb\x0e\x39\x71\x66\xcc\x23\x89\x43\x1e\x26\x69\x48\x20\xd0\x42\x68\x28\x81\x16\x9c\x52\x1e\xc6\x8e\x93\x3f\x06\x6d\xc9\xfe\xd4\x7f\xe1\xcc\x7e\xd8\xc8\x10\x4e\x1f\x9f\x2c\xad\xf7\x5a\x7b\xed\xdf\x5a\x72\xca\xb6\xd2\x46\x26\x6d\x98\x58\x45\xed\xf1\xd9\xb0\xf9\x34\x58\x9a\xf4\x1b\x2f\x91\x92\xf7\xb4\x0c\x56\x91\xdf\xdc\x0e\x17\xd7\x83\xa5\xd7\xc1\xaf\x37\x92\x30\xda\x37\x06\xe7\xdb\xa5\xa9\xf6\xea\xeb\x0b\x03\xd6\x80\x25\x1e\x93\x03\x16\x52\x88\x4d\x34\x53\x45\x41\xa9\xd1\x7a\xba\x8a\x14\x45\x39\x9f\xc5\xa6\x73\x41\x71\x34\x92\xf5\x54\x14\xcc\x4c\xb5\x57\xeb\xb4\x5e\xf1\x1b\x73\x7e\xe3\x81\x5f\x9b\xf6\x9b\xcc\x9d\xbf\x79\x93\x8e\x97\x5b\xd5\x06\xad\x2c\xb5\xc7\x67\x5b\x53\xcf\x98\xaf\xd5\xf2\x9b\xd2\x25\x5a\xbb\x42\x7f\x29\x89\x57\xba\x30\x13\x0d\x2f\x89\x14\xd3\xce\xa8\x28\x58\x7e\x40\xb7\x97\x05\xcd\x6f\xce\xfa\xf5\x39\x16\x22\x52\x86\x5d\x83\x10\x6c\xf5\xe6\x44\x5f\x3d\xa3\x13\xb7\xe8\xf8\x03\x21\xc3\xc2\x53\x11\x42\x4a\xbb\x54\xa2\x93\xf5\x24\xfc\x03\x6c\x17\x8e\x1c\xdb\x9b\x3a\xaa\x28\xad\xed\xdb\xe1\xfa\x34\xad\x6e\xb6\xca\x8f\x93\x0a\xc0\x5e\x18\x82\xa0\xbc\x04\x47\xce\x39\x47\x93\xe0\xd7\xae\xf9\xb5\x52\x6b\x75\x86\x73\xbe\x11\x9c\x2f\xed\x61\x8b\xf3\xa6\x23\xbc\x23\xc7\xf6\xe6\x85\x02\x9d\xbd\xd6\x5e\x7d\xd1\x21\xea\x42\xb2\x97\x38\xd8\x35\x1d\x21\xa6\xbb\x36\x3b\xc4\x4c\x46\x38\xfc\x6f\x3b\x87\x8f\x26\x81\x96\x37\xda\xab\x2f\xdb\x57\xd6\x39\xf3\x2b\xc1\x3b\x6e\xe9\x82\x45\xeb\x37\x18\x4b\x26\x14\x7c\x3b\xeb\x37\xef\x88\x84\x8e\x9c\xd5\x06\xb9\xcc\x64\x30\x7b\x5f\xb0\xc3\xc6\x55\xce\xd2\xf5\x24\xd0\xca\x7c\xbb\x74\xc9\xdf\x5e\xa5\x95\x57\x70\xe6\xc4\x57\x67\x8f\x9f\xfe\x1a\x3e\x89\xef\xff\x14\xc2\x46\x39\x78\x22\x35\x82\xf2\xd2\x3b\xaa\xfd\x1f\x52\xed\xff\x3d\xcd\x43\x1f\xd2\x3c\xf4\x6f\x34\x3b\x89\xcd\x2d\xd0\x7a\x45\x24\x96\x4a\xc2\xb1\x53\xe7\xf8\x63\x2e\x09\x74\x62\x9c\x3e\xb9\xc9\xdf\x9c\x24\x48\xe9\x7b\x93\xad\xea\x44\x47\xb7\xb5\x3d\x19\x34\xd6\x84\xee\x67\x49\xa0\x9b\x25\xfa\x70\x3a\xdc\x5c\x6a\x6d\xcd\x0b\x16\xbd\x25\x6a\xfb\x89\x20\x06\xcb\x2f\x3f\x65\xd2\xbc\x88\xc7\x2d\x82\x5d\x76\x44\xdb\xdf\xd1\x27\x37\xa3\xf2\xf2\xfc\x52\x47\xe5\x89\x78\x29\xcd\x61\xe7\x15\xd4\xc6\xdb\xb7\xd6\xde\x4a\x2a\xc7\x4e\x9d\x03\xba\x30\x23\x02\xa5\xb7\xb7\x68\xf3\x7e\x50\x5d\xf4\xb7\xa6\x45\x48\xd9\x24\x04\x8b\x5b\x74\xed\xa1\x20\x72\x9a\x99\x84\x70\xf3\x11\xdd\xa8\x48\x9a\x12\x36\xe7\xc3\x86\x3c\xd8\xc1\x24\xd0\x3b\xeb\x90\x1b\x74\x3c\x66\x17\x82\x6a\x25\x7c\xb8\x40\x9f\x2c\xb7\xae\x5d\x0e\x6e\x6c\x80\xff\x7a\xba\xbd\xfc\x5c\x9c\xbb\xc2\x2e\xc0\x47\x70\xf6\xf4\x17\xff\x7b\xe6\xe4\x17\x67\xff\xef\xf4\x99\x24\x9c\x32\xb1\xe6\x61\xd0\x6d\x6b\x17\x01\xe2\x6a\x96\x67\x6a\x04\x03\xc9\x62\x30\xb5\x11\x3b\x4f\x60\xf7\x6e\x4b\xcb\x61\x6f\xf7\x6e\x45\x10\x3c\x50\x01\x21\xc4\x32\x68\xd4\xa3\xd7\x96\x97\x49\xc7\x69\x2d\x6f\x12\xf6\x98\x33\x2c\x23\xa7\x99\xec\x71\x50\x23\x04\xbb\x23\xec\x71\xc8\x20\xa9\x2c\xb6\x3c\xc3\x1a\xfa\x73\xe1\xa4\x6c\xd3\x76\x53\x59\x9c\xc3\x91\x90\x38\xd1\xe3\xd4\x9e\xb8\xa2\xe8\xf2\x6e\x5c\xf2\x71\xaf\xae\xb9\x43\xf0\x49\xb8\xb8\xee\xd7\xe7\xc2\x5b\xcd\xd6\xd4\xb3\xd6\x95\x99\xe0\x56\xf5\x53\x26\xe4\xd9\xa6\xe6\x1a\xff\xc4\x7a\xcf\x4b\xfc\x73\xae\xf5\x2e\xcd\x34\x32\x59\x91\xb2\x6d\xd9\x43\x9a\xc1\x1e\x0b\x46\x0a\xb3\x5f\xcb\x76\xf5\x3f\x97\xe8\xb0\xa1\x67\x70\xb4\xee\x82\xd0\xc9\xaf\x52\x6d\xdd\xff\x49\x44\x1d\xad\x7e\xb8\x72\x35\x6c\x5c\x65\xc8\x77\x7d\x96\x67\x9c\x72\xf2\xbc\x2d\x59\xc7\xb5\x9e\xdf\x6d\x35\x9b\xf4\xf6\x16\x0f\x12\xe7\x38\x23\x9c\x7a\x14\x5e\x9f\x90\x9d\xb8\x30\xe3\xd7\xd7\x82\xd9\xfb\xe2\x55\x0c\x82\x70\x6e\x52\xaa\x10\x9c\x73\x98\x8a\xbf\x79\x2f\xb8\x7a\x97\xde\x5a\x0f\x6a\x8f\x68\xfd\x47\x5e\x4d\xc3\x1b\x7a\x6b\x2d\xfc\xe1\x52\x78\x9b\x59\xa3\xe5\x09\x3a\x53\xef\xda\x61\x92\x8e\x3d\x8c\x5d\x26\xb9\xf8\x22\xf8\xe5\x5e\x78\xed\x65\x50\xba\xc4\x2b\x84\x89\x88\x87\xb7\xb5\x08\x95\xcb\xbb\x76\xca\x83\xbd\x40\x2b\x55\xbf\xbe\xe6\xd7\x17\x24\x4e\x97\x97\x
2020-06-19 23:01:26 +08:00
func zh_cnTomlBytes() ([]byte, error) {
2020-06-19 23:01:26 +08:00
return bindataRead(
_zh_cnToml,
"zh_CN.toml",
2020-06-19 23:01:26 +08:00
)
}
func zh_cnToml() (*asset, error) {
bytes, err := zh_cnTomlBytes()
2020-06-19 23:01:26 +08:00
if err != nil {
return nil, err
}
info := bindataFileInfo{name: "zh_CN.toml", size: 5974, mode: os.FileMode(420), modTime: time.Unix(1611683670, 0)}
2020-06-19 23:01:26 +08:00
a := &asset{bytes: bytes, info: info}
return a, nil
}
// Asset loads and returns the asset for the given name.
// It returns an error if the asset could not be found or
// could not be loaded.
func Asset(name string) ([]byte, error) {
cannonicalName := strings.Replace(name, "\\", "/", -1)
if f, ok := _bindata[cannonicalName]; ok {
a, err := f()
if err != nil {
return nil, fmt.Errorf("Asset %s can't read by error: %v", name, err)
}
return a.bytes, nil
}
return nil, fmt.Errorf("Asset %s not found", name)
}
// MustAsset is like Asset but panics when Asset would return an error.
// It simplifies safe initialization of global variables.
func MustAsset(name string) []byte {
a, err := Asset(name)
if err != nil {
panic("asset: Asset(" + name + "): " + err.Error())
}
return a
}
// AssetInfo loads and returns the asset info for the given name.
// It returns an error if the asset could not be found or
// could not be loaded.
func AssetInfo(name string) (os.FileInfo, error) {
cannonicalName := strings.Replace(name, "\\", "/", -1)
if f, ok := _bindata[cannonicalName]; ok {
a, err := f()
if err != nil {
return nil, fmt.Errorf("AssetInfo %s can't read by error: %v", name, err)
}
return a.info, nil
}
return nil, fmt.Errorf("AssetInfo %s not found", name)
}
// AssetNames returns the names of the assets.
func AssetNames() []string {
names := make([]string, 0, len(_bindata))
for name := range _bindata {
names = append(names, name)
}
return names
}
// _bindata is a table, holding each asset generator, mapped to its name.
var _bindata = map[string]func() (*asset, error){
"de_DE.toml": de_deToml,
"en_US.toml": en_usToml,
"eo.toml": eoToml,
"tt_TT.toml": tt_ttToml,
"zh_CN.toml": zh_cnToml,
2020-06-19 23:01:26 +08:00
}
// AssetDir returns the file names below a certain
// directory embedded in the file by go-bindata.
// For example if you run go-bindata on data/... and data contains the
// following hierarchy:
// data/
// foo.txt
// img/
// a.png
// b.png
// then AssetDir("data") would return []string{"foo.txt", "img"}
// AssetDir("data/img") would return []string{"a.png", "b.png"}
// AssetDir("foo.txt") and AssetDir("notexist") would return an error
// AssetDir("") will return []string{"data"}.
func AssetDir(name string) ([]string, error) {
node := _bintree
if len(name) != 0 {
cannonicalName := strings.Replace(name, "\\", "/", -1)
pathList := strings.Split(cannonicalName, "/")
for _, p := range pathList {
node = node.Children[p]
if node == nil {
return nil, fmt.Errorf("Asset %s not found", name)
}
}
}
if node.Func != nil {
return nil, fmt.Errorf("Asset %s not found", name)
}
rv := make([]string, 0, len(node.Children))
for childName := range node.Children {
rv = append(rv, childName)
}
return rv, nil
}
type bintree struct {
Func func() (*asset, error)
Children map[string]*bintree
}
var _bintree = &bintree{nil, map[string]*bintree{
"de_DE.toml": &bintree{de_deToml, map[string]*bintree{}},
"en_US.toml": &bintree{en_usToml, map[string]*bintree{}},
"eo.toml": &bintree{eoToml, map[string]*bintree{}},
"tt_TT.toml": &bintree{tt_ttToml, map[string]*bintree{}},
"zh_CN.toml": &bintree{zh_cnToml, map[string]*bintree{}},
2020-06-19 23:01:26 +08:00
}}
// RestoreAsset restores an asset under the given directory
func RestoreAsset(dir, name string) error {
data, err := Asset(name)
if err != nil {
return err
}
info, err := AssetInfo(name)
if err != nil {
return err
}
err = os.MkdirAll(_filePath(dir, filepath.Dir(name)), os.FileMode(0755))
if err != nil {
return err
}
err = ioutil.WriteFile(_filePath(dir, name), data, info.Mode())
if err != nil {
return err
}
err = os.Chtimes(_filePath(dir, name), info.ModTime(), info.ModTime())
if err != nil {
return err
}
return nil
}
// RestoreAssets restores an asset under the given directory recursively
func RestoreAssets(dir, name string) error {
children, err := AssetDir(name)
// File
if err != nil {
return RestoreAsset(dir, name)
}
// Dir
for _, child := range children {
err = RestoreAssets(dir, filepath.Join(name, child))
if err != nil {
return err
}
}
return nil
}
func _filePath(dir, name string) string {
cannonicalName := strings.Replace(name, "\\", "/", -1)
return filepath.Join(append([]string{dir}, strings.Split(cannonicalName, "/")...)...)
}