mirror of
https://github.com/yhl452493373/frpc-panel.git
synced 2026-04-04 06:17:00 +08:00
add i18n translations
This commit is contained in:
@@ -7,24 +7,14 @@ import (
|
||||
const (
|
||||
Success int = iota
|
||||
ParamError
|
||||
SaveError
|
||||
FrpServerError
|
||||
FrpClientError
|
||||
ProxyExist
|
||||
ProxyNotExist
|
||||
)
|
||||
|
||||
const (
|
||||
ProxyAdd int = iota
|
||||
ProxyUpdate
|
||||
ProxyRemove
|
||||
)
|
||||
|
||||
const (
|
||||
nameKey = "name"
|
||||
oldNameKey = "_old_name"
|
||||
)
|
||||
|
||||
const (
|
||||
NameKey = "name"
|
||||
OldNameKey = "_old_name"
|
||||
SessionName = "GOSESSION"
|
||||
AuthName = "_PANEL_AUTH"
|
||||
LoginUrl = "/login"
|
||||
|
||||
Reference in New Issue
Block a user