Update empty scan translate.
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
#include <QTimer>
|
#include <QTimer>
|
||||||
#include <QApplication>
|
#include <QApplication>
|
||||||
|
|
||||||
#include "Keyboard/KeyboardManager.h"
|
#include "keyboard/KeyboardManager.h"
|
||||||
#include "ULineEditMenu.h"
|
#include "ULineEditMenu.h"
|
||||||
|
|
||||||
namespace
|
namespace
|
||||||
|
|||||||
@@ -129,7 +129,7 @@ void ScanFormWidget::initScanControlBar(QHBoxLayout *layout){
|
|||||||
mBtnDrainage->setObjectName("btnDrainage");
|
mBtnDrainage->setObjectName("btnDrainage");
|
||||||
mBtnDrainage->setCheckable(true);
|
mBtnDrainage->setCheckable(true);
|
||||||
|
|
||||||
mBtnRefresh->setText(tr("Refresh"));
|
mBtnRefresh->setText(tr("Empty Scan"));
|
||||||
mBtnPreview->setText(tr("Preview"));
|
mBtnPreview->setText(tr("Preview"));
|
||||||
mBtnStop->setText(tr("Stop"));
|
mBtnStop->setText(tr("Stop"));
|
||||||
mBtnScan->setText(tr("Scan"));
|
mBtnScan->setText(tr("Scan"));
|
||||||
@@ -287,7 +287,7 @@ void ScanFormWidget::initEvents() {//Events-------------------------------------
|
|||||||
void ScanFormWidget::reloadLanguage(){
|
void ScanFormWidget::reloadLanguage(){
|
||||||
mBtnLeft->setText(tr("LEFT"));
|
mBtnLeft->setText(tr("LEFT"));
|
||||||
mBtnRight->setText(tr("RIGHT"));
|
mBtnRight->setText(tr("RIGHT"));
|
||||||
mBtnRefresh->setText(tr("Refresh"));
|
mBtnRefresh->setText(tr("Empty Scan"));
|
||||||
mBtnPreview->setText(tr("Preview"));
|
mBtnPreview->setText(tr("Preview"));
|
||||||
mBtnStop->setText(tr("Stop"));
|
mBtnStop->setText(tr("Stop"));
|
||||||
mBtnScan->setText(tr("Scan"));
|
mBtnScan->setText(tr("Scan"));
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
@@ -432,6 +432,10 @@
|
|||||||
<source>Scan</source>
|
<source>Scan</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
|
<message>
|
||||||
|
<source>Empty Scan</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>Verify</source>
|
<source>Verify</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
@@ -606,6 +606,10 @@
|
|||||||
<source>Scan</source>
|
<source>Scan</source>
|
||||||
<translation>扫描</translation>
|
<translation>扫描</translation>
|
||||||
</message>
|
</message>
|
||||||
|
<message>
|
||||||
|
<source>Empty Scan</source>
|
||||||
|
<translation>空扫</translation>
|
||||||
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../mainwindow.cpp" line="69"/>
|
<location filename="../mainwindow.cpp" line="69"/>
|
||||||
<location filename="../mainwindow.cpp" line="191"/>
|
<location filename="../mainwindow.cpp" line="191"/>
|
||||||
@@ -730,7 +734,7 @@
|
|||||||
<location filename="../ScanFormWidget.cpp" line="72"/>
|
<location filename="../ScanFormWidget.cpp" line="72"/>
|
||||||
<location filename="../ScanFormWidget.cpp" line="244"/>
|
<location filename="../ScanFormWidget.cpp" line="244"/>
|
||||||
<source>Refresh</source>
|
<source>Refresh</source>
|
||||||
<translation>空扫</translation>
|
<translation>刷新</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../ScanFormWidget.cpp" line="73"/>
|
<location filename="../ScanFormWidget.cpp" line="73"/>
|
||||||
|
|||||||
Reference in New Issue
Block a user