添加部分缺失的i18n文本

This commit is contained in:
Baobhan Sith
2025-06-04 18:28:48 +08:00
parent 79c09f15cc
commit 61230a3b6e
4 changed files with 30 additions and 7 deletions
+9 -1
View File
@@ -163,7 +163,15 @@
"textShadowOffsetY": "Shadow Y Offset (px)",
"textShadowBlur": "Shadow Blur Radius (px)",
"textShadowColor": "Shadow Color",
"saveShadowSettings": "Save Shadow Settings"
"saveShadowSettings": "Save Shadow Settings",
"setActiveThemeSuccess": "Theme {themeName} applied successfully.",
"errorEditThemeNoId": "Error editing theme: Theme has no ID.",
"errorLoadThemeDataFailed": "Failed to load theme data.",
"errorEditThemeFailed": "Failed to edit theme.",
"errorJsonSyntax": "JSON Syntax Error",
"noThemeSelected": "No theme selected",
"unknownTheme": "Unknown theme",
"noThemesFound": "No matching themes found"
},
"login": {
"title": "User Login",