From 953e686785b86a28a938b97d7c7a09a8c51c3384 Mon Sep 17 00:00:00 2001 From: zxkmm Date: Fri, 10 Jun 2022 18:22:14 +0800 Subject: [PATCH 1/6] Update mifare.cpp corrected typo --- src/module/mifare.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/module/mifare.cpp b/src/module/mifare.cpp index 7f7398e..72d7c03 100644 --- a/src/module/mifare.cpp +++ b/src/module/mifare.cpp @@ -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 = ""; From 924178dffa5c7e791bc19242cdab4472aa8e5eee Mon Sep 17 00:00:00 2001 From: zxkmm Date: Fri, 10 Jun 2022 18:24:46 +0800 Subject: [PATCH 2/6] Update zh_CN.ts corrected typo --- src/i18n/zh_CN.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/i18n/zh_CN.ts b/src/i18n/zh_CN.ts index ba372a9..b986419 100644 --- a/src/i18n/zh_CN.ts +++ b/src/i18n/zh_CN.ts @@ -1406,7 +1406,7 @@ Continue to write? - Successful! + Succeed! 成功! From 3b1092304c648dd80796d7600d1f3606b418ffb6 Mon Sep 17 00:00:00 2001 From: zxkmm Date: Fri, 10 Jun 2022 18:25:43 +0800 Subject: [PATCH 3/6] Update en_US.ts --- src/i18n/en_US.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/i18n/en_US.ts b/src/i18n/en_US.ts index ab3a8ae..56c9062 100644 --- a/src/i18n/en_US.ts +++ b/src/i18n/en_US.ts @@ -1390,7 +1390,7 @@ Continue to write? - Successful! + Succeed! From 9b206d68281985601e869a56b668058d327658f3 Mon Sep 17 00:00:00 2001 From: zxkmm Date: Fri, 10 Jun 2022 18:30:06 +0800 Subject: [PATCH 4/6] Update mifare.cpp corrected typo --- src/module/mifare.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/module/mifare.cpp b/src/module/mifare.cpp index 72d7c03..94d5b1f 100644 --- a/src/module/mifare.cpp +++ b/src/module/mifare.cpp @@ -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 { From 2e1e8a0ae5d4713578b8f2d34468b19b3f8e5b57 Mon Sep 17 00:00:00 2001 From: zxkmm Date: Fri, 10 Jun 2022 18:31:13 +0800 Subject: [PATCH 5/6] Update en_US.ts corrected typo --- src/i18n/en_US.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/i18n/en_US.ts b/src/i18n/en_US.ts index 56c9062..0404a72 100644 --- a/src/i18n/en_US.ts +++ b/src/i18n/en_US.ts @@ -1356,7 +1356,7 @@ or the communication between a tag and a reader. Mifare - Success! + Succeed! From 8739dde6a2f4a1207138f14c6b8e03e91b52dc01 Mon Sep 17 00:00:00 2001 From: zxkmm Date: Fri, 10 Jun 2022 18:31:51 +0800 Subject: [PATCH 6/6] Update zh_CN.ts corrected typo --- src/i18n/zh_CN.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/i18n/zh_CN.ts b/src/i18n/zh_CN.ts index b986419..39e2fa9 100644 --- a/src/i18n/zh_CN.ts +++ b/src/i18n/zh_CN.ts @@ -1370,7 +1370,7 @@ or the communication between a tag and a reader. Mifare - Success! + Succeed! 成功!