-
-
Notifications
You must be signed in to change notification settings - Fork 81
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #142 from shobhit-pathak/dev
0.7.4 | CSS Upgrade and Chinese (Simplified) Translation
- Loading branch information
Showing
5 changed files
with
33 additions
and
4 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
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,21 @@ | ||
{ | ||
"matchzy.ready.markedready": "您已被标记为准备完成。", | ||
"matchzy.ready.markedunready": "您已经被标记为未准备。", | ||
|
||
"matchzy.knife.sidedecisionpending": "{green}{0}{default} 赢下了刀局。等待他们输入 {green}.stay{default} 或者 {green}.switch{default}。", | ||
"matchzy.knife.decidedtostay": "{green}{0}{default} 决定保留阵营。", | ||
"matchzy.knife.decidedtoswitch": "{green}{0}{default} 决定更换阵营。", | ||
|
||
"matchzy.pause.pausedthematch": "{green}{0}{default} 暂停了比赛。输入 .unpause 来解除暂停", | ||
"matchzy.pause.teamsunpausedthematch": "双方均同意解除暂停, 比赛正在恢复!", | ||
"matchzy.pause.teamwantstounpause": "{green}{0}{default} 想要解除暂停。 {green}{1}{default}, 请输入 !unpause 来确定。", | ||
"matchzy.pause.adminpausedthematch": "{green}管理员{default} 暂停了比赛!", | ||
"matchzy.pause.adminunpausedthematch": "{green}管理员{default} 结束了暂停, 比赛正在恢复! ", | ||
"matchzy.pause.onlyadmincanunpause": "比赛被管理员暂停, 因此, 只有管理员才能解除暂停。", | ||
"matchzy.pause.pausedbecauserestore": "比赛因为回合回溯暂停。双方需要输入 {green}.unpause{default} 以解除暂停。", | ||
"matchzy.pause.techpausenotenabled": "技术暂停暂未启用。", | ||
"matchzy.pause.notechpauseleft": "{green}{0}{default} 没有更多的技术暂停了!", | ||
|
||
"matchzy.restore.teamwantstorestore": "{green}{0}{default} 想要回溯游戏至本回合开始时。 {green}{1}{default}, 请输入 !stop 来确定。", | ||
"matchzy.restore.restoredsuccessfully": "成功恢复备份文件: {0}" | ||
} |