mirror of
https://github.com/yhl452493373/frpc-panel.git
synced 2026-04-04 14:27:01 +08:00
first commit:add basic layout
This commit is contained in:
10
assets/lang/en.json
Normal file
10
assets/lang/en.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"Frpc Panel": "Frpc Panel",
|
||||
"Username": "Username",
|
||||
"Password": "Password",
|
||||
"Login": "Login",
|
||||
"Please input username": "Please input username",
|
||||
"Please input password": "Please input password",
|
||||
"Login success": "Login success",
|
||||
"Username or password incorrect": "Username or password incorrect"
|
||||
}
|
||||
10
assets/lang/zh.json
Normal file
10
assets/lang/zh.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"Frpc Panel": "Frpc 面板",
|
||||
"Username": "用户名",
|
||||
"Password": "密码",
|
||||
"Login": "登录",
|
||||
"Please input username": "请填写用户名",
|
||||
"Please input password": "请填写密码",
|
||||
"Login success": "登录成功",
|
||||
"Username or password incorrect": "用户名或密码错误"
|
||||
}
|
||||
Reference in New Issue
Block a user