This commit is contained in:
codeboss 2025-08-05 20:54:36 +08:00
parent c51ead0f01
commit 9e3dcb5cae
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ void TranslateUI::addCustomRule()
auto names = this->_core._translate_core->customRules().keys();
if (names.contains(name)) {
QMessageBox::critical(this, u8"输入校验", u8"RuleName不能重复");
QMessageBox::critical(this, u8"Enter Validate", u8"RuleName Can't Repeat.");
return;
}