feat(i18n): replace remaining Chinese in config generator and profile generator

Also update simulation prompts to be locale-neutral for timezone/schedule.
This commit is contained in:
ghostubborn
2026-04-01 17:19:12 +08:00
parent 7c07237544
commit 0e55e4cf6b
4 changed files with 107 additions and 15 deletions

View File

@@ -1022,7 +1022,7 @@ class OasisProfileGenerator:
output_lines = [
f"\n{separator}",
f"[已生成] {entity_name} ({entity_type})",
t('progress.profileGenerated', name=entity_name, type=entity_type),
f"{separator}",
f"用户名: {profile.user_name}",
f"",