Update empty scan translate.

This commit is contained in:
sunwen
2023-08-21 14:47:08 +08:00
parent 20fb814608
commit 24399db391
6 changed files with 1849 additions and 699 deletions

View File

@@ -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"));