Update translation

Add missing translation.
This commit is contained in:
忘记、过去 2020-11-29 03:14:25 +08:00
parent 4b3cc4276d
commit 3b54057d49
3 changed files with 6 additions and 1 deletions

@ -31,7 +31,7 @@ MainWindow::MainWindow(QString szTitle,
, btnForward(new DToolButton(titlebar()))
, btnRefresh(new DToolButton(titlebar()))
, m_menu(new QMenu)
, m_fullScreen(new QAction("Full Screen"))
, m_fullScreen(new QAction(tr("Full Screen")))
, m_fixSize(new QAction(tr("Fix Size")))
, m_hideButtons(new QAction(tr("Hide Buttons")))
, bar(new DProgressBar)

@ -3,6 +3,11 @@
<TS version="2.1" language="zh_CN">
<context>
<name>MainWindow</name>
<message>
<location filename="../mainwindow.cpp" line="34"/>
<source>Full Screen</source>
<translation></translation>
</message>
<message>
<location filename="../mainwindow.cpp" line="35"/>
<source>Fix Size</source>