feat: add theme translation keys for light, dark, and system modes in multiple locales

This commit is contained in:
Tunglies
2025-05-30 23:44:12 +08:00
parent 1d4d8aeb2b
commit 63d39c24dc
6 changed files with 30 additions and 6 deletions

View File

@@ -280,6 +280,9 @@
"Verge Advanced Setting": "Verge Advanced Setting",
"Language": "Language",
"Theme Mode": "Theme Mode",
"theme.light": "Light",
"theme.dark": "Dark",
"theme.system": "System",
"Tray Click Event": "Tray Click Event",
"Show Main Window": "Show Main Window",
"Show Tray Menu": "Show Tray Menu",
@@ -564,4 +567,4 @@
"Failed to save settings": "Failed to save settings",
"TCP Concurrency": "TCP Concurrency",
"TCP ConcurrencyWhen accessing a web page, DNS resolution generally results in multiple IP addresses.": "TCP ConcurrencyWhen accessing a web page, DNS resolution generally results in multiple IP addresses."
}
}