Initial commit (code only without large binaries)
This commit is contained in:
20
EdgeNode/internal/uam/i18n_zh.go
Normal file
20
EdgeNode/internal/uam/i18n_zh.go
Normal file
@@ -0,0 +1,20 @@
|
||||
// Copyright 2022 Liuxiangchao iwind.liu@gmail.com. All rights reserved. Official site: https://goedge.cn .
|
||||
//go:build plus
|
||||
|
||||
package uam
|
||||
|
||||
func I18NForZH_CN() map[string]string {
|
||||
return map[string]string{
|
||||
"checking": "在访问 %s 之前,系统需要检查你的浏览器",
|
||||
"waiting": "请稍等<span class=\"ui-counter\">5</span>秒钟左右 ...",
|
||||
"by": "由 %s 提供DDoS防护",
|
||||
}
|
||||
}
|
||||
|
||||
func I18NForZH_TW() map[string]string {
|
||||
return map[string]string{
|
||||
"checking": "在訪問 %s 之前,系統需要檢查你的瀏覽器",
|
||||
"waiting": "請稍等<span class=\"ui-counter\">5</span>秒鐘左右 ...",
|
||||
"by": "由 %s 提供DDoS防護",
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user