-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
14 changed files
with
152 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
{ | ||
"general": { | ||
"score": "", | ||
"close": "Close", | ||
"minute": "Minute", | ||
"second": "Second" | ||
}, | ||
"login": { | ||
"title": "Login", | ||
"account": "Account", | ||
"password": "Password", | ||
"login": "Login", | ||
"reset": "Reset", | ||
"loading": "Loading...", | ||
"account_empty": "Please input your account", | ||
"password_empty": "Please input your password" | ||
}, | ||
"gamebox": { | ||
"empty": "No Challenge for Now" | ||
}, | ||
"flag": { | ||
"submit": "Submit Flag" | ||
}, | ||
"timer": { | ||
"not_begin": "The Game is not ready", | ||
"pause": "The Game is pause", | ||
"end": "The Game is over", | ||
"til_round_end": "To Round {round}:" | ||
}, | ||
"bulletin": { | ||
"empty": "No Bulletin" | ||
}, | ||
"rank": { | ||
"rank": "#", | ||
"team": "Team", | ||
"score": "Score" | ||
}, | ||
"header": { | ||
"status": "Gamebox Status", | ||
"rank": "Rank", | ||
"bulletin": "Bulletin", | ||
"logout": "Logout" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
{ | ||
"general": { | ||
"score": "分", | ||
"close": "关闭", | ||
"minute": "分", | ||
"second": "秒" | ||
}, | ||
"login": { | ||
"title": "登录", | ||
"account": "账号", | ||
"password": "密码", | ||
"login": "登录", | ||
"reset": "重置", | ||
"loading": "登录中...", | ||
"account_empty": "请输入账号", | ||
"password_empty": "请输入密码" | ||
}, | ||
"gamebox": { | ||
"empty": "暂时还没有题目哟~" | ||
}, | ||
"flag": { | ||
"submit": "提交 Flag" | ||
}, | ||
"timer": { | ||
"not_begin": "比赛未开始", | ||
"pause": "比赛已暂停", | ||
"end": "比赛已结束", | ||
"til_round_end": "距离第 {round} 轮结束还有" | ||
}, | ||
"bulletin": { | ||
"empty": "暂无公告" | ||
}, | ||
"rank": { | ||
"rank": "排名", | ||
"team": "队伍", | ||
"score": "分数" | ||
}, | ||
"header": { | ||
"status": "靶机状态", | ||
"rank": "排名", | ||
"bulletin": "公告", | ||
"logout": "登出" | ||
} | ||
} |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters