refactor: translate Chinese log messages to English in core modules

This commit is contained in:
vffuunnyy
2025-08-16 04:00:00 +07:00
parent 6051bd6d06
commit 902256d461
21 changed files with 356 additions and 352 deletions

View File

@@ -416,7 +416,7 @@ impl Handle {
info,
Type::Frontend,
true,
"启动过程中发现错误,加入消息队列: {} - {}",
"Error found during startup; queued: {} - {}",
status_str,
msg_str
);
@@ -466,7 +466,7 @@ impl Handle {
info,
Type::Frontend,
true,
"发送{}条启动时累积的错误消息",
"Sending {} accumulated startup error messages",
errors.len()
);