mirror of
https://github.com/wh201906/Proxmark3GUI.git
synced 2025-03-01 20:41:32 +08:00
Merge pull request #32 from zxkmm/master
English translate correction/更正一些英文翻译
This commit is contained in:
commit
fd0f9c081f
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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 = "";
|
||||
|
Loading…
x
Reference in New Issue
Block a user