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