86133 | aaa3f5d | 2025-04-20 21:33:29 +0800 | [diff] [blame^] | 1 | export default { |
| 2 | 'app.setting.pagestyle': '整體風格設置', |
| 3 | 'app.setting.pagestyle.dark': '暗色菜單風格', |
| 4 | 'app.setting.pagestyle.light': '亮色菜單風格', |
| 5 | 'app.setting.content-width': '內容區域寬度', |
| 6 | 'app.setting.content-width.fixed': '定寬', |
| 7 | 'app.setting.content-width.fluid': '流式', |
| 8 | 'app.setting.themecolor': '主題色', |
| 9 | 'app.setting.themecolor.dust': '薄暮', |
| 10 | 'app.setting.themecolor.volcano': '火山', |
| 11 | 'app.setting.themecolor.sunset': '日暮', |
| 12 | 'app.setting.themecolor.cyan': '明青', |
| 13 | 'app.setting.themecolor.green': '極光綠', |
| 14 | 'app.setting.themecolor.daybreak': '拂曉藍(默認)', |
| 15 | 'app.setting.themecolor.geekblue': '極客藍', |
| 16 | 'app.setting.themecolor.purple': '醬紫', |
| 17 | 'app.setting.navigationmode': '導航模式', |
| 18 | 'app.setting.sidemenu': '側邊菜單布局', |
| 19 | 'app.setting.topmenu': '頂部菜單布局', |
| 20 | 'app.setting.fixedheader': '固定 Header', |
| 21 | 'app.setting.fixedsidebar': '固定側邊菜單', |
| 22 | 'app.setting.fixedsidebar.hint': '側邊菜單布局時可配置', |
| 23 | 'app.setting.hideheader': '下滑時隱藏 Header', |
| 24 | 'app.setting.hideheader.hint': '固定 Header 時可配置', |
| 25 | 'app.setting.othersettings': '其他設置', |
| 26 | 'app.setting.weakmode': '色弱模式', |
| 27 | 'app.setting.copy': '拷貝設置', |
| 28 | 'app.setting.copyinfo': '拷貝成功,請到 config/defaultSettings.js 中替換默認配置', |
| 29 | 'app.setting.production.hint': |
| 30 | '配置欄只在開發環境用於預覽,生產環境不會展現,請拷貝後手動修改配置文件', |
| 31 | }; |