Merge pull request #32 from zxkmm/master

English translate correction/更正一些英文翻译
This commit is contained in:
wh201906
2022-06-28 00:32:33 +08:00
committed by GitHub
3 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -1356,7 +1356,7 @@ or the communication between a tag and a reader.</source>
<name>Mifare</name>
<message>
<location filename="../module/mifare.cpp" line="642"/>
<source>Success!</source>
<source>Succeed!</source>
<translation type="unfinished"></translation>
</message>
<message>
@@ -1390,7 +1390,7 @@ Continue to write?</source>
</message>
<message>
<location filename="../module/mifare.cpp" line="709"/>
<source>Successful!</source>
<source>Succeed!</source>
<translation type="unfinished"></translation>
</message>
<message>
+2 -2
View File
@@ -1370,7 +1370,7 @@ or the communication between a tag and a reader.</source>
<name>Mifare</name>
<message>
<location filename="../module/mifare.cpp" line="642"/>
<source>Success!</source>
<source>Succeed!</source>
<translation></translation>
</message>
<message>
@@ -1406,7 +1406,7 @@ Continue to write?</source>
</message>
<message>
<location filename="../module/mifare.cpp" line="709"/>
<source>Successful!</source>
<source>Succeed!</source>
<translation></translation>
</message>
<message>
+2 -2
View File
@@ -639,7 +639,7 @@ void Mifare::writeOne(TargetType targetType)
bool isSuccessful = _writeblk(blockId, keyType, ui->MF_RW_keyEdit->text().toUpper(), ui->MF_RW_dataEdit->text(), targetType);
if(isSuccessful)
{
QMessageBox::information(parent, tr("Info"), tr("Success!"));
QMessageBox::information(parent, tr("Info"), tr("Succeed!"));
}
else
{
@@ -706,7 +706,7 @@ void Mifare::writeSelected(TargetType targetType)
}
}
if(failedBlocks.size() == 0)
QMessageBox::information(parent, tr("Info"), tr("Successful!"));
QMessageBox::information(parent, tr("Info"), tr("Succeed!"));
else
{
QString suffix = "";