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