translation work
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -11,3 +11,4 @@
|
||||
/CMakeSettings.json
|
||||
/src/translations/*.ts
|
||||
*.ts
|
||||
/src/translations/copy.bat
|
||||
|
||||
@@ -40,7 +40,7 @@ ScanFormWidget::ScanFormWidget(QWidget *parent) : TabFormWidget(parent) {
|
||||
ui->commandWidget->setLayout(layout);
|
||||
|
||||
QLabel* lbl_Protocol = new QLabel(this);
|
||||
lbl_Protocol->setText("Protocol");
|
||||
lbl_Protocol->setText(tr("Protocol"));
|
||||
lbl_Protocol->setAlignment(Qt::AlignTop);
|
||||
lbl_Protocol->setObjectName("lbl_protocol");
|
||||
layout->addWidget(lbl_Protocol);
|
||||
@@ -50,9 +50,6 @@ ScanFormWidget::ScanFormWidget(QWidget *parent) : TabFormWidget(parent) {
|
||||
layout->addWidget(spacerLine);
|
||||
ADD_TOOL_BTN(Left, ":/icons/left.png");
|
||||
ADD_TOOL_BTN(Right, ":/icons/right.png");
|
||||
btnLeft->setText(tr("Left"));
|
||||
btnRight->setText(tr("Right"));
|
||||
|
||||
QButtonGroup* group = new QButtonGroup(this);
|
||||
btnLeft->setCheckable(true);
|
||||
btnLeft->setChecked(true);
|
||||
|
||||
@@ -318,6 +318,14 @@
|
||||
<translation>锁屏时间</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>GetAdminPsw</name>
|
||||
<message>
|
||||
<location filename="../network/getadminpsw.cpp" line="15"/>
|
||||
<source>Admin Password</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>GetIPDialog</name>
|
||||
<message>
|
||||
|
||||
Reference in New Issue
Block a user