中文翻译遗漏

This commit is contained in:
zhaominyong 2022-06-01 10:56:38 +08:00
parent 87894a7bb3
commit bd8b3fc61f
2 changed files with 4 additions and 4 deletions

View File

@ -217,7 +217,7 @@ bool BackupListWidget::checkPathLimit(const QString &path)
|| path.contains(QRegularExpression(".*\\$\\(.*\\).*"))
|| path.contains(QRegularExpression(".*\\$\\{.*\\}.*"))
|| path.contains(QRegularExpression("[;&|]+"))) {
MessageBoxUtils::QMESSAGE_BOX_WARNING(this, QObject::tr("Warning"), QObject::tr("Path can not include symbols that such as : ``,$(),${},;,&,|,etc."), QObject::tr("OK"));
MessageBoxUtils::QMESSAGE_BOX_WARNING(this, QObject::tr("Warning"), QObject::tr("Path can not include symbols that such as : ``,$(),${},;,&,|,etc."), QObject::tr("Ok"));
return false;
}

View File

@ -85,7 +85,7 @@
<message>
<location filename="component/backuppositionselectdialog.cpp" line="8"/>
<source>Please select a path</source>
<translation type="unfinished"></translation>
<translation></translation>
</message>
</context>
<context>
@ -1249,8 +1249,8 @@
</message>
<message>
<location filename="component/backuplistwidget.cpp" line="220"/>
<source>OK</source>
<translation type="unfinished"></translation>
<source>Ok</source>
<translation></translation>
</message>
<message>
<location filename="component/backuplistwidget.cpp" line="227"/>