中文翻译遗漏
This commit is contained in:
parent
87894a7bb3
commit
bd8b3fc61f
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
@ -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"/>
|
||||
|
|
Loading…
Reference in New Issue