feat: Supplement translations.

This commit is contained in:
sunwen
2024-06-25 10:25:26 +08:00
parent 9d89a06c67
commit 749e125a95
10 changed files with 378 additions and 227 deletions

View File

@@ -60,7 +60,7 @@ void ReconStateDelegate::paint(QPainter *painter, const QStyleOptionViewItem &op
displayText = tr("Wait to recon");//Recon create succeed
break;
case 304:
displayText = tr("No empty scan data");
displayText = tr("Recon create failed");
break;
case 400:
displayText = tr("Wait to recon");