Documentation ¶
Overview ¶
Package etranslation 翻译模块
Index ¶
- func E内容语言类型检测(text string) string
- func E简写转中文(abbreviation string) string
- func New彩云小译(token string) *彩云小译
- func New必应免费翻译() *必应免费翻译
- func New搜狗免费翻译() *搜狗免费翻译
- func New有道翻译(appID, key string) *有道翻译
- func New火山翻译(appID, key string) *火山翻译
- func New爱词霸免费翻译() *爱词霸免费翻译
- func New百度翻译(appID, key string) *百度翻译
- func New系统翻译() *系统翻译
- func New腾讯翻译(appID, key string) *腾讯翻译
- func New阿里云免费翻译() *阿里云免费翻译
- func New阿里云翻译(appID, key string) *阿里云翻译
- type DeepL免费翻译
- type DeepL翻译
- type E翻译
- type E语言列表数据
- type E语言列表结构
- type G语言列表
- type OpenAI翻译
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func New爱词霸免费翻译 ¶
func New爱词霸免费翻译() *爱词霸免费翻译
func New阿里云免费翻译 ¶
func New阿里云免费翻译() *阿里云免费翻译
Types ¶
type E翻译 ¶
type E翻译 struct {
// contains filtered or unexported fields
}
翻译结构体
func (*E翻译) E列出翻译模块和初始化参数 ¶
func (t *E翻译) E列出翻译模块和初始化参数() []翻译模块初始化参数
type G语言列表 ¶
type G语言列表 struct {
E语言数组 []E语言列表结构
}
func (*G语言列表) E从区域标识取接口标识 ¶
E从区域标识取接口标识 从 zh_CN 匹配 EnglishName 到 转换结构体 的值 区域标识符 例如 zh_CN 转换结构体 例如
E语言转换接口: map[string]string{ "Auto": "auto", "Simplified Chinese": "zh", "Classical Chinese": "wyw", "Traditional Chinese": "cht", "English": "en", "Japanese": "jp",
func (*G语言列表) E取全部名称对照数组 ¶
Click to show internal directories.
Click to hide internal directories.