fix(i18n): correct interpolation syntax and add missing translation keys

- Fix i18next interpolation from {var} to {{var}} format in en.json
  - Add gemini_base_url_label translation key for better form labeling
  - Add virtual auth file and model list related translations
  - Adjust UsagePage title font size to 28px for consistency
This commit is contained in:
Supra4E8C
2025-12-14 23:44:25 +08:00
parent 09c17c03b9
commit 340c1f1ae5
4 changed files with 55 additions and 43 deletions

View File

@@ -31,7 +31,7 @@
}
.pageTitle {
font-size: 22px;
font-size: 28px;
font-weight: 700;
color: var(--text-primary);
margin: 0;