mirror of
https://gitee.com/spark-store-project/spark-web-app-runtime.git
synced 2025-06-02 05:09:50 +08:00
Update translation
Add missing translation.
This commit is contained in:
parent
4b3cc4276d
commit
3b54057d49
spark-webapp-runtime
@ -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)
|
||||
|
Binary file not shown.
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user