|
273 | 273 | "videoTutorial": "Video Tutorial" |
274 | 274 | }, |
275 | 275 | "setting": { |
276 | | - "defaultTheme": "Default Theme", |
277 | | - "themeColor": "Theme Color", |
278 | | - "interfaceDisplay": "Interface Display", |
279 | | - "showWaterMark": "Show WaterMark", |
280 | | - "grayMode": "Gray Mode", |
281 | | - "colorFadeMode": "Color Fade Mode", |
282 | | - "menuMode": "Menu Mode", |
283 | | - "showTabs": "Show Tabs", |
284 | | - "pageSwitchAnimation": "Page Switching Animation", |
285 | | - "fadeInOut": "Fade In And Out", |
286 | | - "slide": "Slide", |
287 | | - "zoom": "Zoom", |
288 | | - "noAnimation": "No Animation", |
289 | | - "layoutSizeConfig": "Layout Size Configuration", |
290 | | - "sidebarExpandedWidth": "Sidebar Expanded Width", |
291 | | - "sidebarShrinkWidth": "Sidebar Shrink Width", |
292 | | - "sidebarItemHeight": "Sidebar Item Height", |
293 | | - "configSaveNote1": "Please note that all configurations should be saved to local file ", |
294 | | - "configSaveNote2": ", otherwise the configuration will be lost after refreshing the page.", |
295 | | - "copyConfig": "Save", |
296 | | - "normalMode": "Normal", |
297 | | - "topMenuBarMode": "Top Menu Bar", |
298 | | - "combinationMode": "Combination", |
299 | | - "copyConfigSuccess": "Save successfully" |
| 276 | + "resetConfig": "Reset Configuration", |
| 277 | + "appearance": "Appearance", |
| 278 | + "layout": "Layout", |
| 279 | + "general": "General", |
| 280 | + "modules": { |
| 281 | + "appearance": { |
| 282 | + "themeMode": "Theme Mode", |
| 283 | + "themeColor": "Theme Color", |
| 284 | + "visualAid": "Visual Aid", |
| 285 | + "grayMode": "Gray Mode", |
| 286 | + "reduceColor": "Reduce color saturation", |
| 287 | + "colorWeaknessMode": "Color weakness mode", |
| 288 | + "optimizeColor": "Optimize color contrast", |
| 289 | + "showWaterMark": "Show Watermark", |
| 290 | + "showWaterMarkOnPage": "Show a watermark on the page" |
| 291 | + }, |
| 292 | + "general": { |
| 293 | + "systemInfo": "System Information", |
| 294 | + "version": "Version", |
| 295 | + "frontendFramework": "Front-end Framework", |
| 296 | + "uiComponentLib": "UI Component Library", |
| 297 | + "buildTools": "Build Tools", |
| 298 | + "browser": "Browser", |
| 299 | + "screenResolution": "Screen Resolution", |
| 300 | + "configManagement": "Configuration Management", |
| 301 | + "resetConfigNote": "Restore all settings to default values", |
| 302 | + "exportConfig": "Export Configuration", |
| 303 | + "exportConfigNote": "Export the current configuration to a JSON file", |
| 304 | + "importConfig": "Import configuration", |
| 305 | + "importConfigNote": "Import configuration from a JSON file", |
| 306 | + "about": "About This Project", |
| 307 | + "aboutNote": "A full-stack development platform based on Vue3 + Gin, providing a complete background management solution", |
| 308 | + "githubRepo": "GitHub Repository", |
| 309 | + "officialDocs": "Official Documentation", |
| 310 | + "resetAllConfigNote": "Are you sure you want to reset all configurations? This operation cannot be undone.", |
| 311 | + "configReset": "Configuration reset", |
| 312 | + "configExported": "Configuration exported", |
| 313 | + "configImported": "Configuration imported", |
| 314 | + "configFileFormatError": "Configuration file format error" |
| 315 | + } |
| 316 | + } |
300 | 317 | } |
301 | 318 | }, |
302 | 319 | "login": { |
|
0 commit comments