Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
com.deepin.lianliankan (6.0.8) unstable; urgency=medium

* Update version to 6.0.8.

-- Tian ShiLin <tianshilin@uniontech.com> Thu, 10 Jul 2025 20:51:06 +0800

com.deepin.lianliankan (6.0.7) unstable; urgency=medium

* update version to 6.0.7.
Expand Down
4 changes: 2 additions & 2 deletions src/source/gameoverblureffectwidget.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,8 @@ void GameoverBlurEffectWidget::initUI()
m_tipLabel->setGraphicsEffect(effect);

m_OverBtnGroup = new QButtonGroup(this);
GameButton *againButton = BtnFactory::createBtn(ButtonNormal, Over, None, tr("Play Again"));
GameButton *restButton = BtnFactory::createBtn(ButtonNormal, Over, None, tr("Have a Rest"));
GameButton *againButton = BtnFactory::createBtn(ButtonNormal, Over, None, tr(" Play Again "));
GameButton *restButton = BtnFactory::createBtn(ButtonNormal, Over, None, tr(" Have a Rest "));
QLocale l;
if (l.name() == "bo_CN") {
QFont font;
Expand Down
2 changes: 1 addition & 1 deletion src/source/mainwindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ void MainWindow::loadOverPage(bool res)
text = tr("FAIL");
} else {
m_gameOverPage->setResult(true);
text = tr("VICTORY");
text = tr(" VICTORY ");
}
m_gameOverPage->updateLabel(text);
m_gameOverPage->show();
Expand Down
2 changes: 1 addition & 1 deletion translations/deepin-lianliankan_ar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<message>
<location filename="../src/source/closewindowdialog.cpp" line="42"/>
<source>Keep Playing</source>
<translation>حفظ اللعب<br></translation>
<translation>حفظ اللعب</translation>
</message>
<message>
<location filename="../src/source/closewindowdialog.cpp" line="43"/>
Expand Down
16 changes: 8 additions & 8 deletions translations/deepin-lianliankan_zh_CN.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@
<name>GameoverBlurEffectWidget</name>
<message>
<location filename="../src/source/gameoverblureffectwidget.cpp" line="93"/>
<source>Play Again</source>
<translation>再来一局</translation>
<source> Play Again </source>
<translation> 再来一局 </translation>
</message>
<message>
<location filename="../src/source/gameoverblureffectwidget.cpp" line="94"/>
<source>Have a Rest</source>
<translation>休息一下</translation>
<source> Have a Rest </source>
<translation> 休息一下 </translation>
</message>
</context>
<context>
Expand Down Expand Up @@ -73,14 +73,14 @@
<context>
<name>MainWindow</name>
<message>
<location filename="../src/source/mainwindow.cpp" line="97"/>
<location filename="../src/source/mainwindow.cpp" line="99"/>
<source>FAIL</source>
<translation>时间已用完,下次快点喔!</translation>
</message>
<message>
<location filename="../src/source/mainwindow.cpp" line="100"/>
<source>VICTORY</source>
<translation>您赢了!</translation>
<location filename="../src/source/mainwindow.cpp" line="102"/>
<source> VICTORY </source>
<translation> 您赢了! </translation>
</message>
</context>
</TS>
12 changes: 6 additions & 6 deletions translations/deepin-lianliankan_zh_HK.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@
<name>GameoverBlurEffectWidget</name>
<message>
<location filename="../src/source/gameoverblureffectwidget.cpp" line="93"/>
<source>Play Again</source>
<translation>再來一局</translation>
<source> Play Again </source>
<translation> 再來一局 </translation>
</message>
<message>
<location filename="../src/source/gameoverblureffectwidget.cpp" line="94"/>
<source>Have a Rest</source>
<translation>休息一下</translation>
<source> Have a Rest </source>
<translation> 休息一下 </translation>
</message>
</context>
<context>
Expand Down Expand Up @@ -79,8 +79,8 @@
</message>
<message>
<location filename="../src/source/mainwindow.cpp" line="100"/>
<source>VICTORY</source>
<translation>您贏了!</translation>
<source> VICTORY </source>
<translation> 您贏了! </translation>
</message>
</context>
</TS>
12 changes: 6 additions & 6 deletions translations/deepin-lianliankan_zh_TW.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@
<name>GameoverBlurEffectWidget</name>
<message>
<location filename="../src/source/gameoverblureffectwidget.cpp" line="93"/>
<source>Play Again</source>
<translation>再來一局</translation>
<source> Play Again </source>
<translation> 再來一局 </translation>
</message>
<message>
<location filename="../src/source/gameoverblureffectwidget.cpp" line="94"/>
<source>Have a Rest</source>
<translation>休息一下</translation>
<source> Have a Rest </source>
<translation> 休息一下 </translation>
</message>
</context>
<context>
Expand Down Expand Up @@ -79,8 +79,8 @@
</message>
<message>
<location filename="../src/source/mainwindow.cpp" line="100"/>
<source>VICTORY</source>
<translation>您贏了!</translation>
<source> VICTORY </source>
<translation> 您贏了! </translation>
</message>
</context>
</TS>
Loading