mirror of
https://github.com/wh201906/Proxmark3GUI.git
synced 2026-07-14 22:55:32 +08:00
Add support for multilanguage
This commit is contained in:
+4
-4
@@ -266,11 +266,11 @@ void Mifare::write()
|
||||
+ ui->MF_RW_dataEdit->text().replace(" ", ""), waitTime);
|
||||
if(result.indexOf("isOk:01") != -1)
|
||||
{
|
||||
QMessageBox::information(parent, tr("info"), tr("Success!"));
|
||||
QMessageBox::information(parent, tr("Info"), tr("Success!"));
|
||||
}
|
||||
else
|
||||
{
|
||||
QMessageBox::information(parent, tr("info"), tr("Failed!"));
|
||||
QMessageBox::information(parent, tr("Info"), tr("Failed!"));
|
||||
}
|
||||
}
|
||||
|
||||
@@ -363,11 +363,11 @@ void Mifare::writeC()
|
||||
+ ui->MF_RW_dataEdit->text().replace(" ", ""), waitTime);
|
||||
if(result.indexOf("No chinese") == -1)
|
||||
{
|
||||
QMessageBox::information(parent, tr("info"), tr("Success!"));
|
||||
QMessageBox::information(parent, tr("Info"), tr("Success!"));
|
||||
}
|
||||
else
|
||||
{
|
||||
QMessageBox::information(parent, tr("info"), tr("Failed!"));
|
||||
QMessageBox::information(parent, tr("Info"), tr("Failed!"));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user