-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'feature/i18n' into develop
- Loading branch information
Showing
15 changed files
with
284 additions
and
7 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
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,108 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<!DOCTYPE TS> | ||
<TS version="2.1" language="en_US"> | ||
<context> | ||
<name>FiveChess</name> | ||
<message> | ||
<location filename="FiveChess.ui" line="38"/> | ||
<source>New Game</source> | ||
<translation></translation> | ||
</message> | ||
<message> | ||
<location filename="FiveChess.ui" line="51"/> | ||
<source>Load Game</source> | ||
<translation></translation> | ||
</message> | ||
<message> | ||
<location filename="FiveChess.ui" line="83"/> | ||
<source>Language</source> | ||
<translation></translation> | ||
</message> | ||
<message> | ||
<location filename="FiveChess.ui" line="90"/> | ||
<source>About</source> | ||
<translation></translation> | ||
</message> | ||
<message> | ||
<location filename="FiveChess.ui" line="99"/> | ||
<source>English</source> | ||
<translation></translation> | ||
</message> | ||
<message> | ||
<location filename="FiveChess.ui" line="104"/> | ||
<source>Chinese</source> | ||
<translation></translation> | ||
</message> | ||
<message> | ||
<location filename="FiveChess.ui" line="14"/> | ||
<location filename="FiveChess.ui" line="63"/> | ||
<source>FiveChess</source> | ||
<translation></translation> | ||
</message> | ||
</context> | ||
<context> | ||
<name>battleGui</name> | ||
<message> | ||
<location filename="battlegui.ui" line="20"/> | ||
<source>Battle</source> | ||
<translation></translation> | ||
</message> | ||
<message> | ||
<location filename="battlegui.ui" line="65"/> | ||
<source>Exit</source> | ||
<translation></translation> | ||
</message> | ||
<message> | ||
<location filename="battlegui.ui" line="72"/> | ||
<source>Save</source> | ||
<translation></translation> | ||
</message> | ||
<message> | ||
<location filename="battlegui.ui" line="79"/> | ||
<source>Time:</source> | ||
<translation></translation> | ||
</message> | ||
<message> | ||
<location filename="battlegui.cpp" line="21"/> | ||
<source>Time:%1 Second</source> | ||
<translation></translation> | ||
</message> | ||
</context> | ||
<context> | ||
<name>chessBoardData_Process</name> | ||
<message> | ||
<location filename="chessboarddata_process.cpp" line="61"/> | ||
<source>Save Chess Board File</source> | ||
<translation></translation> | ||
</message> | ||
<message> | ||
<location filename="chessboarddata_process.cpp" line="63"/> | ||
<location filename="chessboarddata_process.cpp" line="96"/> | ||
<source>ChessBoardFile(*.chessbrd)</source> | ||
<translation></translation> | ||
</message> | ||
<message> | ||
<location filename="chessboarddata_process.cpp" line="94"/> | ||
<source>Open Chess Board File</source> | ||
<translation></translation> | ||
</message> | ||
</context> | ||
<context> | ||
<name>waitDialog</name> | ||
<message> | ||
<location filename="waitdialog.ui" line="14"/> | ||
<source>Dialog</source> | ||
<translation></translation> | ||
</message> | ||
<message> | ||
<location filename="waitdialog.ui" line="20"/> | ||
<source>组件开发中,敬请期待。</source> | ||
<translation></translation> | ||
</message> | ||
<message> | ||
<location filename="waitdialog.ui" line="27"/> | ||
<source>Github:alphagocc</source> | ||
<translation></translation> | ||
</message> | ||
</context> | ||
</TS> |
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 @@ | ||
#include <stdafx.h> |
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 @@ | ||
#include <QWidget> |
Oops, something went wrong.