|
1 | 1 | export default {
|
2 |
| - 'app.setting.pagestyle': 'Page style setting', |
3 |
| - 'app.setting.pagestyle.light': 'Light style', |
4 |
| - 'app.setting.pagestyle.dark': 'Dark style', |
5 |
| - 'app.setting.pagestyle.realdark': 'RealDark style', |
6 |
| - 'app.setting.themecolor': 'Theme Color', |
7 |
| - 'app.setting.navigationmode': 'Navigation Mode', |
8 |
| - 'app.setting.content-width': 'Content Width', |
9 |
| - 'app.setting.fixedheader': 'Fixed Header', |
10 |
| - 'app.setting.fixedsidebar': 'Fixed Sidebar', |
11 |
| - 'app.setting.sidemenu': 'Side Menu Layout', |
12 |
| - 'app.setting.topmenu': 'Top Menu Layout', |
13 |
| - 'app.setting.content-width.fixed': 'Fixed', |
14 |
| - 'app.setting.content-width.fluid': 'Fluid', |
15 |
| - 'app.setting.othersettings': 'Other Settings', |
16 |
| - 'app.setting.weakmode': 'Weak Mode', |
17 |
| - 'app.setting.copy': 'Copy Setting', |
18 |
| - 'app.setting.loading': 'Loading theme', |
19 |
| - 'app.setting.copyinfo': 'copy success,please replace defaultSettings in src/models/setting.js', |
20 |
| - 'app.setting.production.hint': 'Setting panel shows in development environment only, please manually modify' |
21 |
| - |
| 2 | + 'app.setting.pagestyle': 'Page style setting', |
| 3 | + 'app.setting.pagestyle.light': 'Light style', |
| 4 | + 'app.setting.pagestyle.dark': 'Dark style', |
| 5 | + 'app.setting.pagestyle.realdark': 'RealDark style', |
| 6 | + 'app.setting.themecolor': 'Theme Color', |
| 7 | + 'app.setting.navigationmode': 'Navigation Mode', |
| 8 | + 'app.setting.content-width': 'Content Width', |
| 9 | + 'app.setting.fixedheader': 'Fixed Header', |
| 10 | + 'app.setting.fixedsidebar': 'Fixed Sidebar', |
| 11 | + 'app.setting.sidemenu': 'Side Menu Layout', |
| 12 | + 'app.setting.topmenu': 'Top Menu Layout', |
| 13 | + 'app.setting.content-width.fixed': 'Fixed', |
| 14 | + 'app.setting.content-width.fluid': 'Fluid', |
| 15 | + 'app.setting.othersettings': 'Other Settings', |
| 16 | + 'app.setting.weakmode': 'Weak Mode', |
| 17 | + 'app.setting.copy': 'Copy Setting', |
| 18 | + 'app.setting.loading': 'Loading theme', |
| 19 | + 'app.setting.copyinfo': 'copy success,please replace defaultSettings in src/config/defaultSettings.js', |
| 20 | + 'app.setting.production.hint': 'Setting panel shows in development environment only, please manually modify', |
| 21 | + 'app.setting.themecolor.daybreak': 'Daybreak Blue', |
| 22 | + 'app.setting.themecolor.dust': 'Dust Red', |
| 23 | + 'app.setting.themecolor.volcano': 'Volcano', |
| 24 | + 'app.setting.themecolor.sunset': 'Sunset Orange', |
| 25 | + 'app.setting.themecolor.cyan': 'Cyan', |
| 26 | + 'app.setting.themecolor.green': 'Polar Green', |
| 27 | + 'app.setting.themecolor.geekblue': 'Geek Blue', |
| 28 | + 'app.setting.themecolor.purple': 'Golden Purple' |
22 | 29 | }
|
0 commit comments